]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
dccbfb8033ad16653af30ff92484c1ea40ba12b6
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 497
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/ja/
6 \textclass scrbook
7 \begin_preamble
8 %% Added by the translator
9 %   Correction for PDF bookmarks
10 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
11 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
12 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
13
14 % if pdflatex is used
15 \usepackage{ifpdf}
16 \ifpdf
17
18 % set fonts for nicer pdf view
19 \IfFileExists{lmodern.sty}
20  {\usepackage{lmodern}}{}
21
22 \fi % end if pdflatex is used
23
24 % that links to image floats jumps
25 % to the beginning of the float and 
26 % not to its caption
27 \usepackage[figure]{hypcap}
28
29 % the pages of the TOC is numbered roman
30 % and a PDF-bookmark for the TOC is added
31 \let\myTOC\tableofcontents
32 \renewcommand\tableofcontents{%
33   \frontmatter
34   \pdfbookmark[1]{\contentsname}{}
35   \myTOC
36   \mainmatter }
37
38 % provides caption formatting
39 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
40
41 % provides commands to set caption
42 % beside tables/images
43 \newcommand{\TabBesBeg}[1][1.0]{%
44  \let\MyTable\table
45  \let\MyEndtable\endtable
46  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
47
48 \newcommand{\TabBesEnd}{%
49  \let\table\MyTable
50  \let\endtable\MyEndtable}
51
52 \newcommand{\FigBesBeg}[1][1.0]{%
53  \let\MyFigure\figure
54  \let\MyEndfigure\endfigure
55  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
56
57 \newcommand{\FigBesEnd}{%
58  \let\figure\MyFigure
59  \let\endfigure\MyEndfigure}
60
61 % enables calculation of values,
62 \usepackage{calc}
63
64 % increase the bottom float placement fraction
65 \renewcommand{\bottomfraction}{0.5}
66
67 % avoids that floats are placed before their
68 % corresponding section starts
69 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
70
71 % speed up the longtable calculation
72 \setcounter{LTchunksize}{100}
73
74 % used for scaled and rotated boxes
75 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
76
77 % used for colored tables
78 \@ifundefined{textcolor}
79  {\usepackage{color}}{}
80 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
81 \definecolor{lightgrey}{gray}{0.8}
82
83 % check for package colortbl
84 % used for colored table cells
85 \newboolean{colortbl}
86 \IfFileExists{colortbl.sty}
87  {\usepackage{colortbl}
88   \setboolean{colortbl}{true}}
89  {\setboolean{colortbl}{false}}
90
91 % used to have extra space in table cells
92 \@ifundefined{extrarowheight}
93  {\usepackage{array}}{}
94 \setlength{\extrarowheight}{2pt}
95
96 % used for customized tables
97 % ---
98 \newcolumntype{M}[1]
99  {>{\centering\hspace{0pt}}m{#1}}
100
101 \newcolumntype{S}[2]
102  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
103
104 \newcolumntype{K}[1]
105  {>{\columncolor{#1}\hspace{0pt}}c}
106
107 \newcolumntype{V}{!{\vrule width 1.5pt}}
108
109 \newcolumntype{W}{!{\color{green}\vline}}
110 % ---
111
112 % insert additional vertical space of
113 % 1.5 mm between footnotes
114 \let\myFoot\footnote
115 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
116
117 % number algorithm floats within chapters
118 \numberwithin{algorithm}{chapter}
119
120
121 % ------------------------------------
122 % used to check for needed LaTeX packages
123 \usepackage{ifthen}
124
125 % check for package arydshln
126 % used for tables with dashed lines
127 \newboolean{arydshln}
128 \IfFileExists{arydshln.sty}
129  {\usepackage{arydshln}
130   \setboolean{arydshln}{true}}
131  {\setboolean{arydshln}{false}}
132
133 % check for package marginnote
134 % used for margin notes
135 \newboolean{marginnote}
136 \IfFileExists{marginnote.sty}
137  {\usepackage{marginnote}
138   \let\marginpar\marginnote
139   \setboolean{marginnote}{true}}
140  {\setboolean{marginnote}{false}}
141
142 % check for package sidecap
143 % used for captions on the side
144 \newboolean{sidecap}
145 \IfFileExists{sidecap.sty}
146  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
147   \setboolean{sidecap}{true}}
148  {\setboolean{sidecap}{false}}
149
150 % check for picinpar
151 % used for surrounded fixed objects
152 \newboolean{picinpar}
153 \IfFileExists{picinpar.sty}
154  {\usepackage{picinpar}
155   \setboolean{picinpar}{true}}
156  {\setboolean{picinpar}{false}}
157
158 % check for lettrine
159 \newboolean{lettrine}
160 \IfFileExists{lettrine.sty}
161  {\usepackage{lettrine}
162   \setboolean{lettrine}{true}}
163  {\setboolean{lettrine}{false}}
164
165 % check for diagbox
166 \newboolean{diagbox}
167 \IfFileExists{diagbox.sty}
168  {\usepackage{diagbox}
169   \setboolean{diagbox}{true}}
170  {\setboolean{diagbox}{false}}
171
172 \usepackage{t1enc}
173 \renewcommand{\seename}{→}
174
175 \usepackage{subfig}
176 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
177 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
178 \end_preamble
179 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
180 \use_default_options false
181 \begin_modules
182 initials
183 \end_modules
184 \maintain_unincluded_children false
185 \begin_local_layout
186 InsetLayout             Flex:Ruby
187 LyxType         charstyle
188 LatexType               command
189 LatexName               ruby
190 BgColor         none
191 LabelString             "ルビ"
192 Decoration              Conglomerate
193 Argument post:1
194 LabelString     "ルビ文"
195 MenuString      "ルビ文(S)|S"
196 Decoration      Conglomerate
197 Font
198 Size            tiny
199 EndFont
200 LabelFont
201 Size            tiny
202 EndFont
203 Mandatory       1
204 EndArgument
205 Preamble
206 \IfFileExists{okumacro.sty}
207 {\usepackage{okumacro}}
208 {\newcommand{\ruby}[2]{#2}}
209 EndPreamble
210 End
211 \end_local_layout
212 \language japanese
213 \language_package default
214 \inputencoding auto
215 \fontencoding global
216 \font_roman default
217 \font_sans default
218 \font_typewriter default
219 \font_math auto
220 \font_default_family default
221 \use_non_tex_fonts false
222 \font_sc false
223 \font_osf false
224 \font_sf_scale 100
225 \font_tt_scale 100
226 \graphics default
227 \default_output_format default
228 \output_sync 0
229 \bibtex_command default
230 \index_command default
231 \paperfontsize 12
232 \spacing single
233 \use_hyperref true
234 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
235 \pdf_author "LyX Team, Uwe Stohr"
236 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
237 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
238 \pdf_bookmarks false
239 \pdf_bookmarksnumbered true
240 \pdf_bookmarksopen true
241 \pdf_bookmarksopenlevel 1
242 \pdf_breaklinks false
243 \pdf_pdfborder false
244 \pdf_colorlinks true
245 \pdf_backref false
246 \pdf_pdfusetitle false
247 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
248 \papersize default
249 \use_geometry false
250 \use_package amsmath 2
251 \use_package amssymb 2
252 \use_package cancel 0
253 \use_package esint 0
254 \use_package mathdots 1
255 \use_package mathtools 0
256 \use_package mhchem 1
257 \use_package stackrel 0
258 \use_package stmaryrd 0
259 \use_package undertilde 0
260 \cite_engine basic
261 \cite_engine_type default
262 \biblio_style plain
263 \use_bibtopic false
264 \use_indices false
265 \paperorientation portrait
266 \suppress_date false
267 \justification true
268 \use_refstyle 0
269 \notefontcolor #0000ff
270 \index 索引
271 \shortcut idx
272 \color #008000
273 \end_index
274 \leftmargin 2.5cm
275 \topmargin 2.5cm
276 \rightmargin 2.5cm
277 \bottommargin 3cm
278 \secnumdepth 3
279 \tocdepth 3
280 \paragraph_separation skip
281 \defskip medskip
282 \quotes_language english
283 \papercolumns 1
284 \papersides 2
285 \paperpagestyle default
286 \bullet 1 1 34 -1
287 \bullet 2 2 35 -1
288 \bullet 3 2 7 -1
289 \tracking_changes false
290 \output_changes false
291 \html_math_output 0
292 \html_css_as_file 0
293 \html_be_strict false
294 \end_header
295
296 \begin_body
297
298 \begin_layout Title
299 \SpecialChar LyX
300 の図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
301 \end_layout
302
303 \begin_layout Author
304 \SpecialChar LyX
305 プロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら、\SpecialChar LyX
312 文書化メーリングリスト 
313 \begin_inset CommandInset href
314 LatexCommand href
315 name "lyx-docs@lists.lyx.org"
316 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
317 type "mailto:"
318
319 \end_inset
320
321  までお送り下さい。
322 \end_layout
323
324 \end_inset
325
326
327 \begin_inset Note Note
328 status collapsed
329
330 \begin_layout Plain Layout
331 著者:Uwe Stöhr
332 \end_layout
333
334 \end_inset
335
336
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \begin_inset Newline newline
342 \end_inset
343
344
345 \family sans
346 第2.1.x版
347 \end_layout
348
349 \begin_layout Standard
350 \begin_inset CommandInset toc
351 LatexCommand tableofcontents
352
353 \end_inset
354
355
356 \end_layout
357
358 \begin_layout Standard
359 \begin_inset Note Note
360 status open
361
362 \begin_layout Plain Layout
363 本文書の全体をPDFやPS、DVIに書き出すには、
364 \series bold
365 arydshln
366 \series default
367
368 \series bold
369 colortbl
370 \series default
371
372 \series bold
373 diagbox
374 \series default
375
376 \series bold
377 lettrine
378 \series default
379
380 \series bold
381 marginnote
382 \series default
383
384 \series bold
385 picinpar
386 \series default
387
388 \series bold
389 sidecap
390 \series default
391 の各\SpecialChar LaTeX
392 パッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示されません
393
394 \end_layout
395
396 \begin_layout Plain Layout
397 本文書の最新PDF版は
398 \begin_inset Newline newline
399 \end_inset
400
401
402 \series bold
403 http://wiki.lyx.org/\SpecialChar LyX
404 /DocumentationDevelopment#EmbeddedObjects
405 \series default
406
407 \begin_inset Newline newline
408 \end_inset
409
410 にあります。
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Chapter
419
420 \begin_inset Index idx
421 status collapsed
422
423 \begin_layout Plain Layout
424 ず@図
425 \end_layout
426
427 \end_inset
428
429
430 \begin_inset Index idx
431 status collapsed
432
433 \begin_layout Plain Layout
434 がぞう@画像
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440 |see{
441 \end_layout
442
443 \end_inset
444
445
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451 }
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \end_inset
460
461
462 \end_layout
463
464 \begin_layout Section
465 画像ダイアログ
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 ず@図 ! がぞうだいあろぐ@画像ダイアログ
471 \end_layout
472
473 \end_inset
474
475
476 \begin_inset CommandInset label
477 LatexCommand label
478 name "sec:画像ダイアログ"
479
480 \end_inset
481
482
483 \end_layout
484
485 \begin_layout Standard
486 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
487 \family sans
488
489 \begin_inset Info
490 type  "icon"
491 arg   "dialog-show-new-inset graphics"
492 \end_inset
493
494
495 \family default
496 をクリックするか、
497 \family sans
498 挿入\SpecialChar menuseparator
499 画像
500 \family default
501 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
502 \end_layout
503
504 \begin_layout Standard
505 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
506 \end_layout
507
508 \begin_layout Description
509
510 \family sans
511 画像
512 \family default
513  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
514 \begin_inset CommandInset ref
515 LatexCommand ref
516 reference "cha:LyXで使用できる単位"
517
518 \end_inset
519
520 に説明があります。
521 \begin_inset Newline newline
522 \end_inset
523
524
525 \begin_inset Index idx
526 status collapsed
527
528 \begin_layout Plain Layout
529 ず@図 ! のかいてん@—の回転
530 \end_layout
531
532 \end_inset
533
534 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、\SpecialChar LyX
535 内でも回転して表示されます。
536 \begin_inset Newline newline
537 \end_inset
538
539
540 \begin_inset Index idx
541 status collapsed
542
543 \begin_layout Plain Layout
544 ず@図 ! のしんしゅく@—の伸縮
545 \end_layout
546
547 \end_inset
548
549 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
550 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
551 \family sans
552 縦横比を維持する
553 \family default
554 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
555 \begin_inset Newline newline
556 \end_inset
557
558 画像を右クリックすると現れるコンテクストメニューで
559 \family sans
560 外部で編集
561 \family default
562 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、\SpecialChar LyX
563 設定のファイル書式設定で、各画像書式ごとに設定することができます。
564 \end_layout
565
566 \begin_layout Description
567
568 \family sans
569 切り抜き
570 \family default
571  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
572 \family sans
573 ファイルから取得
574 \family default
575 ボタンを押すことによって、自動的に計算することもできます。
576 \family sans
577 境界枠で切り抜く
578 \family default
579 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
580 \end_layout
581
582 \begin_layout Description
583
584 \family sans
585 \SpecialChar LaTeX
586 と\SpecialChar LyX
587 のオプション
588 \family default
589  このタブでは、\SpecialChar LyX
590 内での画像表示法を調整できる他、\SpecialChar LaTeX
591 のエキスパート向けに\SpecialChar LaTeX
592 オプションを追加することができるようになっています。
593 \family sans
594
595 \begin_inset Newline newline
596 \end_inset
597
598 下書きモード
599 \family default
600 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
601 \family sans
602
603 \begin_inset Newline newline
604 \end_inset
605
606 画像グループ
607 \family default
608 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
609 \begin_inset Index idx
610 status collapsed
611
612 \begin_layout Plain Layout
613 ず@図 ! せっていぐるーぷ@設定グループ
614 \end_layout
615
616 \end_inset
617
618 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
619 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
620 を使用して、望むグループ名をチェックすることで行うこともできます。
621 \end_layout
622
623 \begin_layout Standard
624 \begin_inset VSpace bigskip
625 \end_inset
626
627
628 \end_layout
629
630 \begin_layout Standard
631 下記はEPS書式
632 \begin_inset Foot
633 status collapsed
634
635 \begin_layout Plain Layout
636 画像書式は、第
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:画像形式"
640
641 \end_inset
642
643 節に説明されています。
644 \end_layout
645
646 \end_inset
647
648 の画像の例で、単独の中央揃えの段落に置いてあります。
649 \begin_inset Separator parbreak
650 \end_inset
651
652
653 \end_layout
654
655 \begin_layout Standard
656 \align center
657 \begin_inset Graphics
658         filename ../clipart/mobius.eps
659         scale 70
660         scaleBeforeRotation
661         rotateOrigin center
662
663 \end_inset
664
665
666 \end_layout
667
668 \begin_layout Standard
669 下記は上と同じ画像ですが、下書きモードのものです。
670 \begin_inset Separator parbreak
671 \end_inset
672
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 \family sans
895
896 \begin_inset Info
897 type  "icon"
898 arg   "label-insert"
899 \end_inset
900
901
902 \family default
903 を使用して、キャプションにラベルを挿入してください。その後、
904 \family sans
905 挿入\SpecialChar menuseparator
906 相互参照
907 \family default
908 メニューかツールバーボタン
909 \family sans
910
911 \begin_inset Info
912 type  "icon"
913 arg   "dialog-show-new-inset ref"
914 \end_inset
915
916
917 \family default
918 を使用して、ラベルを参照することができます。\SpecialChar LaTeX
919 は仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを直接参照す
920 ることが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
921 \begin_inset Newline newline
922 \end_inset
923
924 参照は、第
925 \begin_inset CommandInset ref
926 LatexCommand ref
927 reference "sec:フロートの参照"
928
929 \end_inset
930
931 節で詳細に説明されています。
932 \end_layout
933
934 \begin_layout Standard
935 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
936 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
937 \begin_inset CommandInset ref
938 LatexCommand ref
939 reference "fig:歪められた二つの像"
940
941 \end_inset
942
943 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
944 \begin_inset CommandInset ref
945 LatexCommand ref
946 reference "fig:何かわからない構造"
947
948 \end_inset
949
950 と図
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "fig:カモノハシ"
954
955 \end_inset
956
957 が内部図になります。
958 \end_layout
959
960 \begin_layout Standard
961 \begin_inset Float figure
962 wide false
963 sideways false
964 status open
965
966 \begin_layout Plain Layout
967 \begin_inset space \hfill{}
968 \end_inset
969
970
971 \begin_inset Float figure
972 wide false
973 sideways false
974 status collapsed
975
976 \begin_layout Plain Layout
977 \begin_inset Caption Standard
978
979 \begin_layout Plain Layout
980 \begin_inset CommandInset label
981 LatexCommand label
982 name "fig:何かわからない構造"
983
984 \end_inset
985
986 何かわからない構造
987 \end_layout
988
989 \end_inset
990
991
992 \end_layout
993
994 \begin_layout Plain Layout
995 \begin_inset Graphics
996         filename ../clipart/escher-lsd.eps
997         width 45col%
998         scaleBeforeRotation
999         groupId distorted
1000
1001 \end_inset
1002
1003
1004 \end_layout
1005
1006 \end_inset
1007
1008
1009 \begin_inset space \hfill{}
1010 \end_inset
1011
1012
1013 \begin_inset Float figure
1014 wide false
1015 sideways false
1016 status collapsed
1017
1018 \begin_layout Plain Layout
1019 \begin_inset Caption Standard
1020
1021 \begin_layout Plain Layout
1022 \begin_inset CommandInset label
1023 LatexCommand label
1024 name "fig:カモノハシ"
1025
1026 \end_inset
1027
1028 カモノハシ
1029 \end_layout
1030
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \begin_layout Plain Layout
1037 \begin_inset Graphics
1038         filename ../clipart/platypus.eps
1039         width 45col%
1040         scaleBeforeRotation
1041         groupId distorted
1042
1043 \end_inset
1044
1045
1046 \end_layout
1047
1048 \end_inset
1049
1050
1051 \begin_inset space \hfill{}
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Caption Standard
1059
1060 \begin_layout Plain Layout
1061 \begin_inset CommandInset label
1062 LatexCommand label
1063 name "fig:歪められた二つの像"
1064
1065 \end_inset
1066
1067 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \begin_layout Standard
1081 \begin_inset Newpage newpage
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \begin_layout Section
1088 画像形式
1089 \begin_inset CommandInset label
1090 LatexCommand label
1091 name "sec:画像形式"
1092
1093 \end_inset
1094
1095
1096 \begin_inset Index idx
1097 status collapsed
1098
1099 \begin_layout Plain Layout
1100 がぞうけいしき@画像形式
1101 \end_layout
1102
1103 \end_inset
1104
1105
1106 \begin_inset Index idx
1107 status collapsed
1108
1109 \begin_layout Plain Layout
1110 ず@図 ! がぞうけいしき@画像形式
1111 \end_layout
1112
1113 \end_inset
1114
1115
1116 \end_layout
1117
1118 \begin_layout Standard
1119 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1120 \begin_inset CommandInset ref
1121 LatexCommand ref
1122 reference "cha:ファイル出力形式"
1123
1124 \end_inset
1125
1126 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがって\SpecialChar LyX
1127 は、画像を正しい形式に変換するのに、バックグラウンド
1128
1129 \family typewriter
1130 ImageMagick
1131 \family default
1132 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1133 用するとよいでしょう。出力ファイル形式は、付録
1134 \begin_inset CommandInset ref
1135 LatexCommand ref
1136 reference "cha:ファイル出力形式"
1137
1138 \end_inset
1139
1140 に説明されています。
1141 \end_layout
1142
1143 \begin_layout Standard
1144 フォントと同じく、画像形式にも以下の二つの型があります。
1145 \end_layout
1146
1147 \begin_layout Description
1148 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1149 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1150 \family typewriter
1151 .gif
1152 \family default
1153 」)
1154 \begin_inset Index idx
1155 status collapsed
1156
1157 \begin_layout Plain Layout
1158 GIF
1159 \begin_inset ERT
1160 status collapsed
1161
1162 \begin_layout Plain Layout
1163
1164 |see{
1165 \end_layout
1166
1167 \end_inset
1168
1169 画像書式
1170 \begin_inset ERT
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174
1175 }
1176 \end_layout
1177
1178 \end_inset
1179
1180
1181 \end_layout
1182
1183 \end_inset
1184
1185 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1186 \family typewriter
1187 .png
1188 \family default
1189 」)
1190 \begin_inset Index idx
1191 status collapsed
1192
1193 \begin_layout Plain Layout
1194 PNG
1195 \begin_inset ERT
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199
1200 |see{
1201 \end_layout
1202
1203 \end_inset
1204
1205 画像書式
1206 \begin_inset ERT
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210
1211 }
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \end_inset
1220
1221 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1222 \family typewriter
1223 .jpg
1224 \family default
1225 」または「
1226 \family typewriter
1227 .jpeg
1228 \family default
1229 」)
1230 \begin_inset Index idx
1231 status collapsed
1232
1233 \begin_layout Plain Layout
1234 JPG
1235 \begin_inset ERT
1236 status collapsed
1237
1238 \begin_layout Plain Layout
1239
1240 |see{
1241 \end_layout
1242
1243 \end_inset
1244
1245 画像書式
1246 \begin_inset ERT
1247 status collapsed
1248
1249 \begin_layout Plain Layout
1250
1251 }
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \end_layout
1258
1259 \end_inset
1260
1261 などがあります。
1262 \end_layout
1263
1264 \begin_layout Description
1265 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1266 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1267 に便利です。
1268 \begin_inset Newline newline
1269 \end_inset
1270
1271 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1272 \family typewriter
1273 .svg
1274 \family default
1275 」)
1276 \begin_inset Index idx
1277 status collapsed
1278
1279 \begin_layout Plain Layout
1280 SVG
1281 \begin_inset ERT
1282 status collapsed
1283
1284 \begin_layout Plain Layout
1285
1286 |see{
1287 \end_layout
1288
1289 \end_inset
1290
1291 画像書式
1292 \begin_inset ERT
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296
1297 }
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \end_layout
1304
1305 \end_inset
1306
1307 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1308 \family typewriter
1309 .eps
1310 \family default
1311 」)
1312 \begin_inset Index idx
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 EPS
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 |see{
1323 \end_layout
1324
1325 \end_inset
1326
1327 画像書式
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 }
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \end_layout
1340
1341 \end_inset
1342
1343 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1344 \family typewriter
1345 .pdf
1346 \family default
1347 」)
1348 \begin_inset Index idx
1349 status collapsed
1350
1351 \begin_layout Plain Layout
1352 PDF
1353 \end_layout
1354
1355 \end_inset
1356
1357 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1358 \family typewriter
1359 .wmf
1360 \family default
1361 」)
1362 \begin_inset Index idx
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 SVG
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 |see{
1373 \end_layout
1374
1375 \end_inset
1376
1377 画像書式
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 }
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1394 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1395 \begin_inset Foot
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 PDFの場合には、さらに元画像が圧縮されます。
1400 \end_layout
1401
1402 \end_inset
1403
1404 。たとえば、
1405 \family typewriter
1406 Adobe Photoshop
1407 \family default
1408 が生成するPDFファイルは、ビットマップ画像です。
1409 \end_layout
1410
1411 \begin_layout Standard
1412 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1413 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1414 \begin_inset Formula $\to$
1415 \end_inset
1416
1417 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1418 \end_layout
1419
1420 \begin_layout Chapter
1421
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 ひょう@表
1427 \end_layout
1428
1429 \end_inset
1430
1431
1432 \end_layout
1433
1434 \begin_layout Section
1435 はじめに
1436 \begin_inset Index idx
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440 ひょう@表 ! はじめに
1441 \end_layout
1442
1443 \end_inset
1444
1445
1446 \end_layout
1447
1448 \begin_layout Standard
1449
1450 \family roman
1451 \series medium
1452 \shape up
1453 \size normal
1454 \emph off
1455 \bar no
1456 \noun off
1457 \color none
1458 表を挿入するには、ツールバーボタ
1459 \family default
1460 \series default
1461 \shape default
1462 \size default
1463 \emph default
1464 \bar default
1465 \noun default
1466 \color inherit
1467
1468 \begin_inset Info
1469 type  "icon"
1470 arg   "tabular-insert"
1471 \end_inset
1472
1473
1474 \family roman
1475 \series medium
1476 \shape up
1477 \size normal
1478 \emph off
1479 \bar no
1480 \noun off
1481 \color none
1482
1483 \family sans
1484 \series default
1485 \shape default
1486 \size default
1487 \emph default
1488 \bar default
1489 \noun default
1490 \color inherit
1491 挿入\SpecialChar menuseparator
1492
1493 \family default
1494 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1495 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1496 \begin_inset Newline newline
1497 \end_inset
1498
1499 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1500 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1501 \begin_inset Separator parbreak
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \begin_layout Standard
1508 \align center
1509 \begin_inset Tabular
1510 <lyxtabular version="3" rows="4" columns="4">
1511 <features tabularvalignment="middle">
1512 <column alignment="center" valignment="top">
1513 <column alignment="center" valignment="top">
1514 <column alignment="center" valignment="top">
1515 <column alignment="center" valignment="top">
1516 <row>
1517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1527 \begin_inset Text
1528
1529 \begin_layout Plain Layout
1530 1
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 2
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 3
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 </row>
1554 <row>
1555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 </row>
1592 <row>
1593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624
1625 \end_layout
1626
1627 \end_inset
1628 </cell>
1629 </row>
1630 <row>
1631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1632 \begin_inset Text
1633
1634 \begin_layout Plain Layout
1635
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644
1645 \end_layout
1646
1647 \end_inset
1648 </cell>
1649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1650 \begin_inset Text
1651
1652 \begin_layout Plain Layout
1653
1654 \end_layout
1655
1656 \end_inset
1657 </cell>
1658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Plain Layout
1662
1663 \end_layout
1664
1665 \end_inset
1666 </cell>
1667 </row>
1668 </lyxtabular>
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \begin_layout Section
1676 表ダイアログ
1677 \begin_inset Index idx
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 ひょう@表 ! だいあろぐ@ダイアログ
1682 \end_layout
1683
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \begin_layout Standard
1690
1691 \family roman
1692 \series medium
1693 \shape up
1694 \size normal
1695 \emph off
1696 \bar no
1697 \noun off
1698 \color none
1699 表を右クリックすると、文脈依存メニューが表示されて、表を変更することができます。メニュー項目
1700 \family sans
1701 \series default
1702 \shape default
1703 \size default
1704 \emph default
1705 \bar default
1706 \noun default
1707 \color inherit
1708 詳細
1709 \family roman
1710 \series medium
1711 \shape up
1712 \size normal
1713 \emph off
1714 \bar no
1715 \noun off
1716 \color none
1717 以下では、現在カーソルが置かれているセルないし行・列の設定を調節することができます。文脈依存メニュー
1718 \family sans
1719 \series default
1720 \shape default
1721 \size default
1722 \emph default
1723 \bar default
1724 \noun default
1725 \color inherit
1726 詳細\SpecialChar menuseparator
1727 設定
1728 \family roman
1729 \series medium
1730 \shape up
1731 \size normal
1732 \emph off
1733 \bar no
1734 \noun off
1735 \color none
1736 を選ぶと、ダイアログボックスが開いて、更に詳細な設定を行うことができます。また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセ
1737 ルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1738 \family default
1739 \series default
1740 \shape default
1741 \size default
1742 \emph default
1743 \bar default
1744 \noun default
1745 \color inherit
1746 セルの
1747 \emph on
1748 内容
1749 \emph default
1750 を選択するのと、セル自体を選択するのは異なることに注意して下さい。
1751 \begin_inset Newline newline
1752 \end_inset
1753
1754 ダイアログオプションの
1755 \family sans
1756 直ちに適用
1757 \family default
1758 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1759 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1760 \begin_inset Newline newline
1761 \end_inset
1762
1763 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1764 \end_layout
1765
1766 \begin_layout Description
1767
1768 \family sans
1769 表の設定
1770 \family default
1771  ここでは、現在列の幅と水平揃えを設定することができます。
1772 \family sans
1773 小数点で
1774 \family default
1775 とある揃えは、第
1776 \begin_inset CommandInset ref
1777 LatexCommand ref
1778 reference "subsec:特殊なセル揃え"
1779
1780 \end_inset
1781
1782 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1783 は、第
1784 \begin_inset CommandInset ref
1785 LatexCommand ref
1786 reference "subsec:複数行"
1787
1788 \end_inset
1789
1790 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1791 \begin_inset Newline newline
1792 \end_inset
1793
1794 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1795 \begin_inset CommandInset ref
1796 LatexCommand ref
1797 reference "subsec:連結列"
1798
1799 \end_inset
1800
1801 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1802 \begin_inset CommandInset ref
1803 LatexCommand ref
1804 reference "subsec:連結行"
1805
1806 \end_inset
1807
1808 節をご参照ください。
1809 \begin_inset Newline newline
1810 \end_inset
1811
1812 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、\SpecialChar LyX
1813 内部では反映されず、出力にのみ現れます。
1814 \lang english
1815 For more information see
1816 \lang japanese
1817
1818 \begin_inset CommandInset ref
1819 LatexCommand ref
1820 reference "sec:表セルの回転"
1821
1822 \end_inset
1823
1824
1825 \begin_inset Newline newline
1826 \end_inset
1827
1828
1829 \begin_inset Note Greyedout
1830 status open
1831
1832 \begin_layout Plain Layout
1833
1834 \series bold
1835 【註】
1836 \series default
1837 DVIビューアのすべてが回転を表示できるわけではありません。
1838 \end_layout
1839
1840 \end_inset
1841
1842
1843 \begin_inset Newline newline
1844 \end_inset
1845
1846 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1847 \begin_inset Newline newline
1848 \end_inset
1849
1850 各種の揃えを適用した同一行中の表:
1851 \begin_inset Tabular
1852 <lyxtabular version="3" rows="2" columns="2">
1853 <features tabularvalignment="top">
1854 <column alignment="center" valignment="top" width="0pt">
1855 <column alignment="center" valignment="top">
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870 1
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881 A
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 </lyxtabular>
1897
1898 \end_inset
1899
1900  
1901 \begin_inset Tabular
1902 <lyxtabular version="3" rows="2" columns="2">
1903 <features tabularvalignment="middle">
1904 <column alignment="center" valignment="top">
1905 <column alignment="center" valignment="top">
1906 <row>
1907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920 1
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 </row>
1926 <row>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 A
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 </row>
1946 </lyxtabular>
1947
1948 \end_inset
1949
1950  
1951 \begin_inset Tabular
1952 <lyxtabular version="3" rows="2" columns="2">
1953 <features tabularvalignment="bottom">
1954 <column alignment="center" valignment="top" width="0pt">
1955 <column alignment="center" valignment="top">
1956 <row>
1957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970 1
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 </row>
1976 <row>
1977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981 A
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 </row>
1996 </lyxtabular>
1997
1998 \end_inset
1999
2000
2001 \begin_inset Newline newline
2002 \end_inset
2003
2004 また、特殊な表設定に必要な\SpecialChar LaTeX
2005 引数を入力することもできます。これに関しては、第
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "subsec:連結列の計算"
2009
2010 \end_inset
2011
2012 節および第
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sec:色付きの表"
2016
2017 \end_inset
2018
2019 節をご参照下さい。
2020 \end_layout
2021
2022 \begin_layout Description
2023
2024 \family sans
2025 罫線
2026 \family default
2027  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031 様式オプションとして
2032 \family sans
2033 フォーマル様式
2034 \family default
2035 を使用すると、第
2036 \begin_inset CommandInset ref
2037 LatexCommand ref
2038 reference "sec:フォーマル形式の表"
2039
2040 \end_inset
2041
2042 節に述べられているフォーマル様式の表に表を変換します。
2043 \begin_inset Newline newline
2044 \end_inset
2045
2046 またここで、第
2047 \begin_inset CommandInset ref
2048 LatexCommand ref
2049 reference "subsec:行の余白取り"
2050
2051 \end_inset
2052
2053 節に述べられているように、表の行に空白を追加することもできます。
2054 \end_layout
2055
2056 \begin_layout Description
2057
2058 \family sans
2059 長尺表
2060 \family default
2061  このタブは、複数のページにわたる、いわゆる「
2062 \emph on
2063 長尺表
2064 \emph default
2065 」を作るためのものです。第
2066 \begin_inset CommandInset ref
2067 LatexCommand ref
2068 reference "sec:長尺表"
2069
2070 \end_inset
2071
2072 節および第
2073 \begin_inset CommandInset ref
2074 LatexCommand ref
2075 reference "sec:長尺表にまつわる諸点"
2076
2077 \end_inset
2078
2079 節に、長尺表の機能に関する詳細な説明があります。
2080 \end_layout
2081
2082 \begin_layout Section
2083 表ツールバー
2084 \begin_inset Index idx
2085 status collapsed
2086
2087 \begin_layout Plain Layout
2088 ひょう@表 ! つーるばー@ツールバー
2089 \end_layout
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、\SpecialChar LyX
2098 のメインウィンドウの底部に表示され
2099 ます。ご希望であれば、\SpecialChar LyX
2100 のメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2101 \end_layout
2102
2103 \begin_layout Standard
2104 ツールバーには、以下のアイコンがあります。
2105 \end_layout
2106
2107 \begin_layout Labeling
2108 \labelwidthstring 00.00.0000
2109
2110 \family sans
2111 \begin_inset Info
2112 type  "icon"
2113 arg   "inset-modify tabular append-row"
2114 \end_inset
2115
2116
2117 \family default
2118  は、現在セルあるいは選択範囲の下に行を追加します。
2119 \end_layout
2120
2121 \begin_layout Labeling
2122 \labelwidthstring 00.00.0000
2123
2124 \family sans
2125 \begin_inset Info
2126 type  "icon"
2127 arg   "inset-modify tabular append-column"
2128 \end_inset
2129
2130
2131 \family default
2132  は、現在セルあるいは選択範囲の右に列を追加します。
2133 \end_layout
2134
2135 \begin_layout Labeling
2136 \labelwidthstring 00.00.0000
2137
2138 \family sans
2139 \begin_inset Info
2140 type  "icon"
2141 arg   "inset-modify tabular delete-row"
2142 \end_inset
2143
2144
2145 \family default
2146  は、現在行あるいは選択範囲行を削除します。
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151
2152 \family sans
2153 \begin_inset Info
2154 type  "icon"
2155 arg   "inset-modify tabular delete-column"
2156 \end_inset
2157
2158
2159 \family default
2160  は、現在列あるいは選択範囲列を削除します。
2161 \end_layout
2162
2163 \begin_layout Labeling
2164 \labelwidthstring 00.00.0000
2165 \begin_inset Info
2166 type  "icon"
2167 arg   "inset-modify tabular move-row-up"
2168 \end_inset
2169
2170  は、行を上に移動します。
2171 \end_layout
2172
2173 \begin_layout Labeling
2174 \labelwidthstring 00.00.0000
2175 \begin_inset Info
2176 type  "icon"
2177 arg   "inset-modify tabular move-column-left"
2178 \end_inset
2179
2180  は、列を左に移動します。
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Info
2186 type  "icon"
2187 arg   "inset-modify tabular move-row-down"
2188 \end_inset
2189
2190  は、行を下に移動します。
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Info
2196 type  "icon"
2197 arg   "inset-modify tabular move-column-right"
2198 \end_inset
2199
2200  は、列を右に移動します。
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205
2206 \family sans
2207 \begin_inset Info
2208 type  "icon"
2209 arg   "inset-modify tabular toggle-line-top"
2210 \end_inset
2211
2212
2213 \family default
2214  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219
2220 \family sans
2221 \begin_inset Info
2222 type  "icon"
2223 arg   "inset-modify tabular toggle-line-bottom"
2224 \end_inset
2225
2226
2227 \family default
2228  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233
2234 \family sans
2235 \begin_inset Info
2236 type  "icon"
2237 arg   "inset-modify tabular toggle-line-left"
2238 \end_inset
2239
2240
2241 \family default
2242  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247
2248 \family sans
2249 \begin_inset Info
2250 type  "icon"
2251 arg   "inset-modify tabular toggle-line-right"
2252 \end_inset
2253
2254
2255 \family default
2256  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261
2262 \family sans
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "inset-modify tabular set-all-lines"
2266 \end_inset
2267
2268
2269 \family default
2270  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275
2276 \family sans
2277 \begin_inset Info
2278 type  "icon"
2279 arg   "inset-modify tabular unset-all-lines"
2280 \end_inset
2281
2282
2283 \family default
2284  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289
2290 \family sans
2291 \begin_inset Info
2292 type  "icon"
2293 arg   "inset-modify tabular m-align-left"
2294 \end_inset
2295
2296
2297 \family default
2298  は、現在セルあるいは現在列の内容を左揃えにします。
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303
2304 \family sans
2305 \begin_inset Info
2306 type  "icon"
2307 arg   "inset-modify tabular m-align-center"
2308 \end_inset
2309
2310
2311 \family default
2312  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317
2318 \family sans
2319 \begin_inset Info
2320 type  "icon"
2321 arg   "inset-modify tabular m-align-right"
2322 \end_inset
2323
2324
2325 \family default
2326  は、現在セルあるいは現在列の内容を右揃えにします。
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331
2332 \family sans
2333 \begin_inset Info
2334 type  "icon"
2335 arg   "inset-modify tabular align-decimal"
2336 \end_inset
2337
2338
2339 \family default
2340  は、現在セルの内容を特定文字位置で揃えます。
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345
2346 \family sans
2347 \begin_inset Info
2348 type  "icon"
2349 arg   "inset-modify tabular m-valign-top"
2350 \end_inset
2351
2352
2353 \family default
2354  は、現在セルの内容を垂直方向上揃えにします。
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359
2360 \family sans
2361 \begin_inset Info
2362 type  "icon"
2363 arg   "inset-modify tabular m-valign-middle"
2364 \end_inset
2365
2366
2367 \family default
2368  は、現在セルの内容を垂直方向中央揃えにします。
2369 \end_layout
2370
2371 \begin_layout Labeling
2372 \labelwidthstring 00.00.0000
2373
2374 \family sans
2375 \begin_inset Info
2376 type  "icon"
2377 arg   "inset-modify tabular m-valign-bottom"
2378 \end_inset
2379
2380
2381 \family default
2382  は、現在セルの内容を垂直方向下揃えにします。
2383 \end_layout
2384
2385 \begin_layout Labeling
2386 \labelwidthstring 00.00.0000
2387
2388 \family sans
2389 \begin_inset Info
2390 type  "icon"
2391 arg   "inset-modify tabular set-rotate-cell"
2392 \end_inset
2393
2394
2395 \family default
2396  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2397 \end_layout
2398
2399 \begin_layout Labeling
2400 \labelwidthstring 00.00.0000
2401
2402 \family sans
2403 \begin_inset Info
2404 type  "icon"
2405 arg   "inset-modify tabular set-rotate-tabular"
2406 \end_inset
2407
2408
2409 \family default
2410  は、表全体を反時計廻りに90度回転します。
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415
2416 \family sans
2417 \begin_inset Info
2418 type  "icon"
2419 arg   "inset-modify tabular multicolumn"
2420 \end_inset
2421
2422
2423 \family default
2424  は、現在セルあるいは選択範囲を連結列にします。
2425 \end_layout
2426
2427 \begin_layout Labeling
2428 \labelwidthstring 00.00.0000
2429
2430 \family sans
2431 \begin_inset Info
2432 type  "icon"
2433 arg   "inset-modify tabular multirow"
2434 \end_inset
2435
2436
2437 \family default
2438  は、現在セルあるいは選択範囲を連結行にします。
2439 \end_layout
2440
2441 \begin_layout Standard
2442 \begin_inset Note Greyedout
2443 status open
2444
2445 \begin_layout Plain Layout
2446
2447 \series bold
2448 【註】
2449 \series default
2450 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2451 \end_layout
2452
2453 \end_inset
2454
2455
2456 \end_layout
2457
2458 \begin_layout Section
2459 表編集メニュー
2460 \begin_inset Index idx
2461 status collapsed
2462
2463 \begin_layout Plain Layout
2464 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2465 \end_layout
2466
2467 \end_inset
2468
2469
2470 \end_layout
2471
2472 \begin_layout Standard
2473 表ダイアログと表ツールバーの他に、
2474 \family sans
2475 編集\SpecialChar menuseparator
2476
2477 \family default
2478 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2479 部にあるときのみ、表示されます。
2480 \end_layout
2481
2482 \begin_layout Section
2483 表フロート
2484 \begin_inset CommandInset label
2485 LatexCommand label
2486 name "sec:表フロート"
2487
2488 \end_inset
2489
2490
2491 \begin_inset Index idx
2492 status collapsed
2493
2494 \begin_layout Plain Layout
2495 ふろーと@フロート ! ひょう@表
2496 \end_layout
2497
2498 \end_inset
2499
2500
2501 \begin_inset Index idx
2502 status collapsed
2503
2504 \begin_layout Plain Layout
2505 ひょう@表 ! ふろーと@フロート
2506 \end_layout
2507
2508 \end_inset
2509
2510
2511 \end_layout
2512
2513 \begin_layout Standard
2514 フロートの一般的な説明については、第
2515 \begin_inset CommandInset ref
2516 LatexCommand ref
2517 reference "sec:フロートはじめに"
2518
2519 \end_inset
2520
2521 節をご覧下さい。
2522 \end_layout
2523
2524 \begin_layout Standard
2525 \begin_inset Float table
2526 placement h
2527 wide false
2528 sideways false
2529 status open
2530
2531 \begin_layout Plain Layout
2532 \begin_inset Caption Standard
2533
2534 \begin_layout Plain Layout
2535 \begin_inset CommandInset label
2536 LatexCommand label
2537 name "tab:表フロート"
2538
2539 \end_inset
2540
2541 表フロート
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Plain Layout
2550 \align center
2551 \begin_inset Tabular
2552 <lyxtabular version="3" rows="3" columns="3">
2553 <features tabularvalignment="middle">
2554 <column alignment="center" valignment="top" width="0pt">
2555 <column alignment="center" valignment="top" width="0pt">
2556 <column alignment="center" valignment="top" width="0pt">
2557 <row>
2558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2559 \begin_inset Text
2560
2561 \begin_layout Plain Layout
2562
2563 \family roman
2564 \series medium
2565 \shape up
2566 \size normal
2567 \emph off
2568 \bar no
2569 \noun off
2570 \color none
2571 1
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580
2581 \family roman
2582 \series medium
2583 \shape up
2584 \size normal
2585 \emph off
2586 \bar no
2587 \noun off
2588 \color none
2589 2
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Plain Layout
2598
2599 \family roman
2600 \series medium
2601 \shape up
2602 \size normal
2603 \emph off
2604 \bar no
2605 \noun off
2606 \color none
2607 3
2608 \end_layout
2609
2610 \end_inset
2611 </cell>
2612 </row>
2613 <row>
2614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Plain Layout
2618 森嶋
2619 \end_layout
2620
2621 \end_inset
2622 </cell>
2623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2624 \begin_inset Text
2625
2626 \begin_layout Plain Layout
2627 宇沢
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2633 \begin_inset Text
2634
2635 \begin_layout Plain Layout
2636 二階堂
2637 \end_layout
2638
2639 \end_inset
2640 </cell>
2641 </row>
2642 <row>
2643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2644 \begin_inset Text
2645
2646 \begin_layout Plain Layout
2647
2648 \family roman
2649 \series medium
2650 \shape up
2651 \size normal
2652 \emph off
2653 \bar no
2654 \noun off
2655 \color none
2656 \begin_inset Formula $\int x^{2}dx$
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \end_inset
2663 </cell>
2664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2665 \begin_inset Text
2666
2667 \begin_layout Plain Layout
2668
2669 \family roman
2670 \series medium
2671 \shape up
2672 \size normal
2673 \emph off
2674 \bar no
2675 \noun off
2676 \color none
2677 \begin_inset Formula $\left[\begin{array}{cc}
2678 a & b\\
2679 c & d
2680 \end{array}\right]$
2681 \end_inset
2682
2683
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2689 \begin_inset Text
2690
2691 \begin_layout Plain Layout
2692
2693 \family roman
2694 \series medium
2695 \shape up
2696 \size normal
2697 \emph off
2698 \bar no
2699 \noun off
2700 \color none
2701 \begin_inset Formula $1+1=2$
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 </row>
2710 </lyxtabular>
2711
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \begin_layout Standard
2723 表フロートは、
2724 \family sans
2725 挿入
2726 \shape up
2727 \SpecialChar menuseparator
2728 フロート\SpecialChar menuseparator
2729
2730 \family default
2731 \shape default
2732 メニューかツールバーボタン
2733 \family sans
2734
2735 \begin_inset Info
2736 type  "icon"
2737 arg   "float-insert table"
2738 \end_inset
2739
2740
2741 \family default
2742 を使うと挿入することができます。
2743 \end_layout
2744
2745 \begin_layout Standard
2746 フロートは折りたたむことのできるボックスとして表示され、中には「表
2747 \begin_inset space ~
2748 \end_inset
2749
2750 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2751 \end_layout
2752
2753 \begin_layout Standard
2754
2755 \begin_inset space ~
2756 \end_inset
2757
2758
2759 \begin_inset CommandInset ref
2760 LatexCommand ref
2761 reference "tab:表フロート"
2762
2763 \end_inset
2764
2765 は、表フロートに入れた表の例です。
2766 \end_layout
2767
2768 \begin_layout Standard
2769 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながら\SpecialChar LaTeX
2770 の標準クラスではサポートされていません。つまり、article・book・letter・re
2771 portのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaTeXパッケ
2772 ージの
2773 \series bold
2774 caption
2775 \series default
2776
2777 \begin_inset Index idx
2778 status collapsed
2779
2780 \begin_layout Plain Layout
2781 \SpecialChar LaTeX
2782 ぱっけーじ@\SpecialChar LaTeX
2783 パッケージ ! caption
2784 \end_layout
2785
2786 \end_inset
2787
2788
2789 \end_layout
2790
2791 \begin_layout Standard
2792
2793 \series bold
2794 tableposition=top
2795 \end_layout
2796
2797 \begin_layout Standard
2798 というオプションとともにloadコマンドを使って読み込んでください
2799 \begin_inset Foot
2800 status collapsed
2801
2802 \begin_layout Plain Layout
2803 詳しくは、第
2804 \begin_inset CommandInset ref
2805 LatexCommand ref
2806 reference "sec:キャプションの配置"
2807
2808 \end_inset
2809
2810 節をご覧下さい。
2811 \end_layout
2812
2813 \end_inset
2814
2815 。キャプション書式を調整するには、第
2816 \begin_inset CommandInset ref
2817 LatexCommand ref
2818 reference "sec:キャプションの書式設定"
2819
2820 \end_inset
2821
2822 節にものべられているように
2823 \series bold
2824 caption
2825 \series default
2826 パッケージを使用します。
2827 \end_layout
2828
2829 \begin_layout Standard
2830 \begin_inset Index idx
2831 status collapsed
2832
2833 \begin_layout Plain Layout
2834 さんしょう@参照 ! ひょうへの@表への
2835 \end_layout
2836
2837 \end_inset
2838
2839 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2840 \family sans
2841 挿入\SpecialChar menuseparator
2842 ラベル
2843 \family default
2844 メニューかツールバーボタンの
2845 \family sans
2846
2847 \begin_inset Info
2848 type  "icon"
2849 arg   "label-insert"
2850 \end_inset
2851
2852
2853 \family default
2854 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar menuseparator
2855 相互参照メニューかツールバーボタンの
2856 \family sans
2857
2858 \begin_inset Info
2859 type  "icon"
2860 arg   "dialog-show-new-inset ref"
2861 \end_inset
2862
2863
2864 \family default
2865 を用いて、このラベルを参照することができます。
2866 \begin_inset Newline newline
2867 \end_inset
2868
2869 参照は、第
2870 \begin_inset CommandInset ref
2871 LatexCommand ref
2872 reference "sec:フロートの参照"
2873
2874 \end_inset
2875
2876 節で詳細に説明されています。
2877 \end_layout
2878
2879 \begin_layout Section
2880 長尺表
2881 \begin_inset CommandInset label
2882 LatexCommand label
2883 name "sec:長尺表"
2884
2885 \end_inset
2886
2887
2888 \begin_inset Index idx
2889 status collapsed
2890
2891 \begin_layout Plain Layout
2892 ちょうしゃくひょう@長尺表
2893 \end_layout
2894
2895 \end_inset
2896
2897
2898 \begin_inset Index idx
2899 status collapsed
2900
2901 \begin_layout Plain Layout
2902 ひょう@表 ! ちょうしゃくひょう@長尺表
2903 \end_layout
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \begin_layout Standard
2911 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2912 \family sans
2913 長尺表
2914 \family default
2915 タブにある
2916 \family sans
2917 長尺表を使う
2918 \family default
2919 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2920 することができるようになります。
2921 \end_layout
2922
2923 \begin_layout Description
2924 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2925 \family roman
2926 \series medium
2927 \shape up
2928 \size normal
2929 \emph off
2930 \bar no
2931 \noun off
2932 \color none
2933 ただし、
2934 \family sans
2935 \series default
2936 \shape default
2937 \size default
2938 \emph default
2939 \bar default
2940 \noun default
2941 \color inherit
2942 冒頭ヘッダ
2943 \family roman
2944 \series medium
2945 \shape up
2946 \size normal
2947 \emph off
2948 \bar no
2949 \noun off
2950 \color none
2951 が定義されているときは、冒頭ページを除きます。
2952 \family default
2953 \series default
2954 \shape default
2955 \size default
2956 \emph default
2957 \bar default
2958 \noun default
2959 \color inherit
2960 これと区別して、このヘッダは本体ヘッダと呼びます。
2961 \end_layout
2962
2963 \begin_layout Description
2964 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2965 \end_layout
2966
2967 \begin_layout Description
2968 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2969 \family roman
2970 \series medium
2971 \shape up
2972 \size normal
2973 \emph off
2974 \bar no
2975 \noun off
2976 \color none
2977 ただし、
2978 \family sans
2979 \series default
2980 \shape default
2981 \size default
2982 \emph default
2983 \bar default
2984 \noun default
2985 \color inherit
2986 末尾フッタ
2987 \family roman
2988 \series medium
2989 \shape up
2990 \size normal
2991 \emph off
2992 \bar no
2993 \noun off
2994 \color none
2995 が定義されているときは、末尾ページを除きます。
2996 \end_layout
2997
2998 \begin_layout Description
2999 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
3000 \end_layout
3001
3002 \begin_layout Description
3003 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
3004 \begin_inset CommandInset ref
3005 LatexCommand ref
3006 reference "subsec:長尺表のキャプション"
3007
3008 \end_inset
3009
3010 節で説明されています。
3011 \end_layout
3012
3013 \begin_layout Standard
3014 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
3015 \begin_inset Separator parbreak
3016 \end_inset
3017
3018
3019 \end_layout
3020
3021 \begin_layout Standard
3022 \align center
3023 \begin_inset Tabular
3024 <lyxtabular version="3" rows="69" columns="3">
3025 <features islongtable="true" longtabularalignment="center">
3026 <column alignment="left" valignment="top" width="0cm">
3027 <column alignment="left" valignment="top" width="0pt">
3028 <column alignment="center" valignment="top" width="0pt">
3029 <row endfirsthead="true">
3030 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034
3035 \series bold
3036 例示用電話帳(名前は無視してください)
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 </row>
3060 <row endfirsthead="true">
3061 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 氏名
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \series bold
3085 TEL.
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 </row>
3091 <row endhead="true">
3092 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096
3097 \series bold
3098 例示用電話帳
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 </row>
3122 <row endhead="true">
3123 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127 氏名
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \series bold
3147 TEL.
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row endfoot="true">
3154 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 次頁へつづく
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row>
3183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \series bold
3189 Annovi
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 Silvia
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 111
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 <row>
3214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 Bertoli
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 Stefano
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 111
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row>
3245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \series bold
3251 Bozzi
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 Walter
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269 111
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 </row>
3275 <row>
3276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \series bold
3282 Cachia
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 Maria
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 111
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 </row>
3306 <row>
3307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \series bold
3313 Cachia
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 Maurizio
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 111
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row>
3338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \series bold
3344 Cinquemani
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 Giusi
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 111
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 </row>
3368 <row>
3369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \series bold
3375 Colin
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 Bernard
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 111
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row>
3400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 Concli
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 Gianfranco
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 111
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 <row>
3431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 Dal Bosco
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Carolina
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 111
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 Dalpiaz
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 Annamaria
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 111
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 Feliciello
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 Domenico
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 111
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row>
3524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530 Focarelli
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Paola
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 111
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 Galletti
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Oreste
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 111
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Gasparini
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Franca
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 111
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Rizzardi
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 Paola
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 111
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 Lassini
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 Giancarlo
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 111
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Malfatti
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Luciano
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Malfatti
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Valeriano
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Meneguzzo
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Roberto
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Mezzadra
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Roberto
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Pirpamer
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Erich
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Pochiesa
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Paolo
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111, 222
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Radina
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Claudio
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Stuffer
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Oskar
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Tacchelli
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Ugo
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Tezzele
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Margit
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Unterkalmsteiner
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Frieda
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \series bold
4026 Vieider
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 Hilde
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 111
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \series bold
4057 Vigna
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Jürgen
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 111
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086
4087 \series bold
4088 Weber
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 Maurizio
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 111
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \series bold
4119 Winkler
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 Franz
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 111
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148  
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \series bold
4179 Annovi
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 Silvia
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 555
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \series bold
4210 Bertoli
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 Stefano
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 555
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \series bold
4241 Bozzi
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 Walter
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 555
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \series bold
4272 Cachia
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Maria
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 555
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \series bold
4303 Cachia
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Maurizio
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 555
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \series bold
4334 Cinquemani
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 Giusi
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 555
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \series bold
4365 Colin
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 Bernard
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 555
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Concli
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Gianfranco
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 555
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Dal Bosco
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Carolina
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 555
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Dalpiaz
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Annamaria
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 555
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Feliciello
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Domenico
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 555
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Focarelli
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Paola
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 555
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Galletti
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Oreste
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 555
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Gasparini
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Franca
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 555
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Rizzardi
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Paola
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 555
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642
4643 \series bold
4644 Lassini
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 Giancarlo
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 555
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Malfatti
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Luciano
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Malfatti
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Valeriano
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Meneguzzo
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Roberto
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Mezzadra
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Roberto
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Pirpamer
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Erich
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Pochiesa
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Paolo
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555, 222
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Radina
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Claudio
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Stuffer
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Oskar
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Tacchelli
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Ugo
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 555
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Tezzele
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Margit
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Unterkalmsteiner
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Frieda
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 555
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row>
5010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \series bold
5016 Vieider
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 Hilde
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 555
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \series bold
5047 Vigna
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Jürgen
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 999
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row>
5072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076
5077 \series bold
5078 Weber
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 Maurizio
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 555
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 </row>
5102 <row>
5103 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \series bold
5109 Winkler
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 Franz
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 555
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 <row endlastfoot="true">
5134 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 以上
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 </lyxtabular>
5163
5164 \end_inset
5165
5166
5167 \begin_inset ERT
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171
5172
5173 \backslash
5174 addtocounter{table}{-1}
5175 \end_layout
5176
5177 \end_inset
5178
5179
5180 \begin_inset Note Note
5181 status collapsed
5182
5183 \begin_layout Plain Layout
5184 本コマンドの説明については、第
5185 \begin_inset CommandInset ref
5186 LatexCommand ref
5187 reference "subsec:長尺表のキャプション"
5188
5189 \end_inset
5190
5191 節の最初の淡色注釈をご覧下さい。
5192 \end_layout
5193
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \begin_layout Subsection
5200 長尺表での脚注
5201 \begin_inset CommandInset label
5202 LatexCommand label
5203 name "subsec:長尺表での脚注"
5204
5205 \end_inset
5206
5207
5208 \begin_inset Index idx
5209 status collapsed
5210
5211 \begin_layout Plain Layout
5212 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5213 \end_layout
5214
5215 \end_inset
5216
5217
5218 \end_layout
5219
5220 \begin_layout Standard
5221 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5222 \begin_inset CommandInset ref
5223 LatexCommand ref
5224 reference "tab:別キャプション"
5225
5226 \end_inset
5227
5228 には脚注が付いています。
5229 \end_layout
5230
5231 \begin_layout Subsection
5232 長尺表の縦横揃え
5233 \begin_inset Index idx
5234 status collapsed
5235
5236 \begin_layout Plain Layout
5237 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5238 \end_layout
5239
5240 \end_inset
5241
5242
5243 \end_layout
5244
5245 \begin_layout Standard
5246 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5247 設定してから
5248 \end_layout
5249
5250 \begin_layout Standard
5251
5252 \series bold
5253
5254 \backslash
5255 setlength{
5256 \backslash
5257 LTleft}{値}
5258 \end_layout
5259
5260 \begin_layout Standard
5261 という行を当該長尺表の前に\SpecialChar TeX
5262 コードとして挿入して、長さ
5263 \series bold
5264
5265 \backslash
5266 LTleft
5267 \series default
5268 および
5269 \series bold
5270
5271 \backslash
5272 LTright
5273 \series default
5274 の値を変更しなくてはなりません。ここで「値」は、第
5275 \begin_inset CommandInset ref
5276 LatexCommand ref
5277 reference "tab:単位"
5278
5279 \end_inset
5280
5281 表に挙げてある単位であれば、どの単位を取ることもできます。
5282 \series bold
5283
5284 \backslash
5285 LTleft
5286 \series default
5287 は、左頁余白から長尺表までの水平方向の距離を制御し、
5288 \series bold
5289
5290 \backslash
5291 LTright
5292 \series default
5293 は、右頁余白からの距離を制御します。これらの長さの既定値は
5294 \series bold
5295
5296 \backslash
5297 fill
5298 \series default
5299 となっており、\SpecialChar LyX
5300 の水平フィルと同等になっています。
5301 \end_layout
5302
5303 \begin_layout Standard
5304 以下の長尺表は、中央揃えの上、
5305 \series bold
5306
5307 \backslash
5308 LTleft
5309 \series default
5310
5311 \family sans
5312 0.1
5313 \backslash
5314 columnwidth
5315 \family default
5316 に設定してあります。
5317 \begin_inset ERT
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321
5322
5323 \backslash
5324 setlength{
5325 \backslash
5326 LTleft}{0.1
5327 \backslash
5328 columnwidth}
5329 \end_layout
5330
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \begin_layout Standard
5337 \begin_inset Tabular
5338 <lyxtabular version="3" rows="5" columns="5">
5339 <features islongtable="true" longtabularalignment="center">
5340 <column alignment="center" valignment="top">
5341 <column alignment="center" valignment="top">
5342 <column alignment="center" valignment="top">
5343 <column alignment="center" valignment="top">
5344 <column alignment="center" valignment="top">
5345 <row>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 1
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 2
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 3
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 4
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 5
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 </row>
5392 <row>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 いろは
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 いろは
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 </row>
5439 <row>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 いろは
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 いろは
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 </row>
5486 <row>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 いろは
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 いろは
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 </row>
5533 <row>
5534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 いろは
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 いろは
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 いろは
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 いろは
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 いろは
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 </lyxtabular>
5581
5582 \end_inset
5583
5584
5585 \begin_inset ERT
5586 status collapsed
5587
5588 \begin_layout Plain Layout
5589
5590
5591 \backslash
5592 setlength{
5593 \backslash
5594 LTleft}{
5595 \backslash
5596 fill}
5597 \end_layout
5598
5599 \end_inset
5600
5601
5602 \begin_inset ERT
5603 status collapsed
5604
5605 \begin_layout Plain Layout
5606
5607
5608 \backslash
5609 addtocounter{table}{-1}
5610 \end_layout
5611
5612 \end_inset
5613
5614
5615 \begin_inset Note Note
5616 status collapsed
5617
5618 \begin_layout Plain Layout
5619 このコマンドの説明に関しては、第
5620 \begin_inset CommandInset ref
5621 LatexCommand ref
5622 reference "subsec:長尺表のキャプション"
5623
5624 \end_inset
5625
5626 節の最初の淡色注釈をご覧下さい。
5627 \end_layout
5628
5629 \end_inset
5630
5631
5632 \end_layout
5633
5634 \begin_layout Subsection
5635 長尺表のキャプション
5636 \begin_inset Index idx
5637 status collapsed
5638
5639 \begin_layout Plain Layout
5640 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5641 \end_layout
5642
5643 \end_inset
5644
5645
5646 \begin_inset CommandInset label
5647 LatexCommand label
5648 name "subsec:長尺表のキャプション"
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \begin_layout Standard
5656 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5657 \begin_inset CommandInset ref
5658 LatexCommand ref
5659 reference "sec:長尺表"
5660
5661 \end_inset
5662
5663 節に述べられているように、ある行で長尺表オプションの
5664 \family sans
5665 キャプション
5666 \family default
5667 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5668 \family sans
5669 冒頭ヘッダ
5670 \family default
5671
5672 \family sans
5673 ヘッダ
5674 \family default
5675
5676 \family sans
5677 フッタ
5678 \family default
5679
5680 \family sans
5681 末尾フッタ
5682 \family default
5683 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5684 \end_layout
5685
5686 \begin_layout Standard
5687 以下は、動作を確認するための短い長尺表です。
5688 \end_layout
5689
5690 \begin_layout Standard
5691 \begin_inset Tabular
5692 <lyxtabular version="3" rows="6" columns="5">
5693 <features islongtable="true" longtabularalignment="center">
5694 <column alignment="center" valignment="top">
5695 <column alignment="center" valignment="top">
5696 <column alignment="center" valignment="top">
5697 <column alignment="center" valignment="top">
5698 <column alignment="center" valignment="top">
5699 <row endfirsthead="true" caption="true">
5700 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Caption Standard
5705
5706 \begin_layout Plain Layout
5707 キャプション付き長尺表
5708 \begin_inset Argument 1
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 長尺表
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 </row>
5764 <row>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 1
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 2
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 3
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 4
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 5
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 </row>
5811 <row>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 いろは
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 いろは
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 いろは
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 いろは
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 </row>
5905 <row>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 いろは
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 いろは
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 いろは
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 いろは
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 いろは
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 いろは
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 いろは
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 </lyxtabular>
6000
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Standard
6007 \begin_inset VSpace medskip
6008 \end_inset
6009
6010
6011 \begin_inset Note Greyedout
6012 status open
6013
6014 \begin_layout Plain Layout
6015
6016 \series bold
6017 【註1】
6018 \series default
6019 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
6020 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、\SpecialChar TeX
6021 コードで
6022 \end_layout
6023
6024 \begin_layout Plain Layout
6025
6026 \series bold
6027
6028 \backslash
6029 addtocounter{table}{-1}
6030 \end_layout
6031
6032 \begin_layout Plain Layout
6033 というコマンドを挿入する方法があります。
6034 \end_layout
6035
6036 \begin_layout Plain Layout
6037 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
6038 \end_layout
6039
6040 \begin_layout Plain Layout
6041
6042 \series bold
6043
6044 \backslash
6045 let
6046 \backslash
6047 myEnd
6048 \backslash
6049 endlongtable
6050 \begin_inset Newline newline
6051 \end_inset
6052
6053
6054 \backslash
6055 renewcommand{
6056 \backslash
6057 endlongtable}{
6058 \backslash
6059 myEnd
6060 \backslash
6061 addtocounter{table}{-1}}
6062 \end_layout
6063
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \begin_layout Standard
6070 \begin_inset Note Greyedout
6071 status open
6072
6073 \begin_layout Plain Layout
6074
6075 \series bold
6076 【註2】
6077 \series default
6078 相互参照をリンクするために、
6079 \family sans
6080 文書設定
6081 \family default
6082 ダイアログの
6083 \family sans
6084 PDF特性
6085 \family default
6086
6087 \series bold
6088 hyperref
6089 \series default
6090
6091 \begin_inset Index idx
6092 status collapsed
6093
6094 \begin_layout Plain Layout
6095 \SpecialChar LaTeX
6096 ぱっけーじ@\SpecialChar LaTeX
6097 パッケージ ! hyperref
6098 \end_layout
6099
6100 \end_inset
6101
6102 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6103 \end_layout
6104
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \begin_layout Subsubsection
6111 長尺表への参照
6112 \begin_inset Index idx
6113 status collapsed
6114
6115 \begin_layout Plain Layout
6116 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6117 \end_layout
6118
6119 \end_inset
6120
6121
6122 \end_layout
6123
6124 \begin_layout Standard
6125 \begin_inset Tabular
6126 <lyxtabular version="3" rows="6" columns="5">
6127 <features islongtable="true" longtabularalignment="center">
6128 <column alignment="center" valignment="top">
6129 <column alignment="center" valignment="top">
6130 <column alignment="center" valignment="top">
6131 <column alignment="center" valignment="top">
6132 <column alignment="center" valignment="top">
6133 <row endfirsthead="true" caption="true">
6134 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 \begin_inset Caption Standard
6139
6140 \begin_layout Plain Layout
6141 参照された長尺表
6142 \begin_inset CommandInset label
6143 LatexCommand label
6144 name "tab:参照例"
6145
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 1
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 2
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 3
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 4
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 5
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 いろは
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 いろは
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 いろは
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 </row>
6336 <row>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 いろは
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 いろは
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 </row>
6383 <row>
6384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 いろは
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 いろは
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 いろは
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 いろは
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 いろは
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 </lyxtabular>
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \begin_layout Standard
6438 長尺表を参照するには、キャプションにラベルを挿入してください。
6439 \end_layout
6440
6441 \begin_layout Standard
6442 これは表
6443 \begin_inset CommandInset ref
6444 LatexCommand ref
6445 reference "tab:参照例"
6446
6447 \end_inset
6448
6449 への参照です。
6450 \end_layout
6451
6452 \begin_layout Standard
6453 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、\SpecialChar LaTeX
6454 パッケージの
6455 \series bold
6456 caption
6457 \series default
6458
6459 \begin_inset Index idx
6460 status collapsed
6461
6462 \begin_layout Plain Layout
6463 \SpecialChar LaTeX
6464 ぱっけーじ@\SpecialChar LaTeX
6465 パッケージ ! caption
6466 \end_layout
6467
6468 \end_inset
6469
6470 を使用して設定することができます。第
6471 \begin_inset CommandInset ref
6472 LatexCommand ref
6473 reference "sec:キャプションの書式設定"
6474
6475 \end_inset
6476
6477 節をご覧下さい。
6478 \end_layout
6479
6480 \begin_layout Subsubsection
6481 キャプションの幅
6482 \begin_inset Index idx
6483 status collapsed
6484
6485 \begin_layout Plain Layout
6486 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6487 \end_layout
6488
6489 \end_inset
6490
6491
6492 \end_layout
6493
6494 \begin_layout Standard
6495 キャプション行の最大長は、長さ
6496 \series bold
6497
6498 \backslash
6499 LTcapwidth
6500 \series default
6501 によって指定することができます。既定値は4
6502 \begin_inset space \thinspace{}
6503 \end_inset
6504
6505 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中に\SpecialChar TeX
6506 コードとして
6507 \end_layout
6508
6509 \begin_layout Standard
6510
6511 \series bold
6512
6513 \backslash
6514 setlength{
6515 \backslash
6516 LTcapwidth}{幅}
6517 \end_layout
6518
6519 \begin_layout Standard
6520 というコマンドを書き加えて下さい。ここで「幅」には、付録
6521 \begin_inset CommandInset ref
6522 LatexCommand ref
6523 reference "cha:LyXで使用できる単位"
6524
6525 \end_inset
6526
6527 に挙げられている単位を取ることができます。
6528 \end_layout
6529
6530 \begin_layout Standard
6531 以下の各表で違いを示します。
6532 \end_layout
6533
6534 \begin_layout Standard
6535 \begin_inset Tabular
6536 <lyxtabular version="3" rows="6" columns="5">
6537 <features islongtable="true" longtabularalignment="center">
6538 <column alignment="center" valignment="top">
6539 <column alignment="center" valignment="top">
6540 <column alignment="center" valignment="top">
6541 <column alignment="center" valignment="top">
6542 <column alignment="center" valignment="top">
6543 <row endfirsthead="true" caption="true">
6544 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 \begin_inset Caption Standard
6549
6550 \begin_layout Plain Layout
6551 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6552 \begin_inset Argument 1
6553 status collapsed
6554
6555 \begin_layout Plain Layout
6556 既定幅のキャプション
6557 \end_layout
6558
6559 \end_inset
6560
6561
6562 \end_layout
6563
6564 \end_inset
6565
6566
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 </row>
6608 <row>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 1
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 2
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 3
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 4
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 5
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 </row>
6655 <row>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 いろは
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 いろは
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 <row>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 いろは
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 いろは
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 </row>
6749 <row>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 いろは
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 いろは
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 </row>
6796 <row>
6797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 いろは
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 いろは
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 いろは
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 いろは
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 いろは
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 </row>
6843 </lyxtabular>
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \begin_layout Standard
6851 \begin_inset ERT
6852 status collapsed
6853
6854 \begin_layout Plain Layout
6855
6856
6857 \backslash
6858 setlength{
6859 \backslash
6860 LTcapwidth}{5cm}
6861 \end_layout
6862
6863 \end_inset
6864
6865
6866 \begin_inset Tabular
6867 <lyxtabular version="3" rows="6" columns="5">
6868 <features islongtable="true" longtabularalignment="center">
6869 <column alignment="center" valignment="top">
6870 <column alignment="center" valignment="top">
6871 <column alignment="center" valignment="top">
6872 <column alignment="center" valignment="top">
6873 <column alignment="center" valignment="top">
6874 <row endfirsthead="true" caption="true">
6875 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 \begin_inset Caption Standard
6880
6881 \begin_layout Plain Layout
6882 5
6883 \begin_inset space \thinspace{}
6884 \end_inset
6885
6886 cm幅のなが〜いフルタイトル・5
6887 \begin_inset space \thinspace{}
6888 \end_inset
6889
6890 cm幅のなが〜いフルタイトル・5
6891 \begin_inset space \thinspace{}
6892 \end_inset
6893
6894 cm幅のなが〜いフルタイトル
6895 \begin_inset Argument 1
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899 5
6900 \begin_inset space \thinspace{}
6901 \end_inset
6902
6903 cm幅のキャプション
6904 \end_layout
6905
6906 \end_inset
6907
6908
6909 \end_layout
6910
6911 \end_inset
6912
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 </row>
6955 <row>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 1
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 2
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 3
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 4
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 5
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 </row>
7002 <row>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 いろは
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 いろは
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 </row>
7049 <row>
7050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 いろは
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 いろは
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 </row>
7096 <row>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 いろは
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 いろは
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 <row>
7144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 いろは
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 いろは
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 いろは
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 いろは
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 いろは
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 </row>
7190 </lyxtabular>
7191
7192 \end_inset
7193
7194
7195 \end_layout
7196
7197 \begin_layout Standard
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 setlength{
7206 \backslash
7207 LTcapwidth}{4in}
7208 \end_layout
7209
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \begin_layout Standard
7216 \begin_inset Note Greyedout
7217 status open
7218
7219 \begin_layout Plain Layout
7220
7221 \series bold
7222 【註】
7223 \series default
7224 この文書のように\SpecialChar LaTeX
7225 パッケージの
7226 \series bold
7227 caption
7228 \series default
7229
7230 \begin_inset Index idx
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234 \SpecialChar LaTeX
7235 ぱっけーじ@\SpecialChar LaTeX
7236 パッケージ ! caption
7237 \end_layout
7238
7239 \end_inset
7240
7241 を使用している時には、
7242 \series bold
7243
7244 \backslash
7245 LTcapwidth
7246 \series default
7247 に既定値の4
7248 \begin_inset space \thinspace{}
7249 \end_inset
7250
7251 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7252 \begin_inset space \thinspace{}
7253 \end_inset
7254
7255 in幅のキャプションを作るには、3.99
7256 \begin_inset space \thinspace{}
7257 \end_inset
7258
7259 inのように4.0
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 inと少し違う値を指定するか、
7264 \series bold
7265 caption
7266 \series default
7267 パッケージが提供している
7268 \series bold
7269
7270 \backslash
7271 captionsetup{width=値}
7272 \series default
7273 という\SpecialChar LaTeX
7274 コマンドを用いる方法があります。
7275 \end_layout
7276
7277 \end_inset
7278
7279
7280 \end_layout
7281
7282 \begin_layout Subsubsection
7283 表の各ページごとに異なるキャプション
7284 \begin_inset Index idx
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7289 \end_layout
7290
7291 \end_inset
7292
7293
7294 \end_layout
7295
7296 \begin_layout Standard
7297 次頁以降の表キャプションを、1頁めとは異なるものにしたい場合には、キャプションを入れる空行をヘッダに指定して下さい。それから、キャプションを右クリックして、文脈
7298 依存メニューから
7299 \family sans
7300 キャプション(無番長尺表)
7301 \family default
7302 を選択してください。表
7303 \begin_inset CommandInset ref
7304 LatexCommand ref
7305 reference "tab:別キャプション"
7306
7307 \end_inset
7308
7309 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7310 \begin_inset Separator parbreak
7311 \end_inset
7312
7313
7314 \end_layout
7315
7316 \begin_layout Standard
7317 \align center
7318 \begin_inset Tabular
7319 <lyxtabular version="3" rows="59" columns="3">
7320 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7321 <column alignment="left" valignment="top" width="0cm">
7322 <column alignment="left" valignment="top" width="0pt">
7323 <column alignment="center" valignment="top" width="0pt">
7324 <row endfirsthead="true" caption="true">
7325 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 \begin_inset Caption Standard
7330
7331 \begin_layout Plain Layout
7332 例示用電話帳
7333 \begin_inset CommandInset label
7334 LatexCommand label
7335 name "tab:別キャプション"
7336
7337 \end_inset
7338
7339
7340 \begin_inset Argument 1
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344 例示用電話帳
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \end_layout
7351
7352 \end_inset
7353
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell multicolumn="2" alignment="center" valignment="top" topline="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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row endfirsthead="true">
7379 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383
7384 \series bold
7385 例示用電話帳(名前は無視の事)
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row endfirsthead="true">
7410 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \series bold
7416 氏名
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \series bold
7436 TEL.
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 </row>
7442 <row endhead="true">
7443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 \begin_inset ERT
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451
7452
7453 \backslash
7454 caption*{例示用電話帳の続き}
7455 \backslash
7456
7457 \backslash
7458 %
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 </row>
7487 <row endhead="true">
7488 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494 例示用電話帳
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row endhead="true">
7519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \series bold
7525 氏名
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \series bold
7545 TEL.
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row endfoot="true">
7552 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 次頁に続く
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \series bold
7587 Annovi
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 Silvia
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 111
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \series bold
7618 Bertoli
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 Stefano
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 111
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 Bozzi
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 Walter
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 111
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \series bold
7680 Cachia
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 Maria
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 111
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 </row>
7704 <row>
7705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709
7710 \series bold
7711 Cachia
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 Maurizio
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 111
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \series bold
7742 Cinquemani
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 Giusi
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 111
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \series bold
7773 Colin
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 Bernard
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 111
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 Concli
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 Gianfranco
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 111
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 Dal Bosco
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 Carolina
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 111
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \series bold
7866 Dalpiaz
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Annamaria
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 111
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 Feliciello
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Domenico
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Focarelli
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Paola
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Galletti
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Oreste
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Gasparini
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Franca
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Rizzardi
8022 \series default
8023
8024 \begin_inset Foot
8025 status collapsed
8026
8027 \begin_layout Plain Layout
8028 例示用脚注
8029 \end_layout
8030
8031 \end_inset
8032
8033
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Paola
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Lassini
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Giancarlo
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Malfatti
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Luciano
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Malfatti
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Valeriano
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Meneguzzo
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Roberto
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Mezzadra
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Roberto
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Pirpamer
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Erich
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Pochiesa
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Paolo
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111, 222
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Radina
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Claudio
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Stuffer
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Oskar
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 111
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \series bold
8343 Tacchelli
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Ugo
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 111
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \series bold
8374 Tezzele
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Margit
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 111
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \series bold
8405 Unterkalmsteiner
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 Frieda
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 111
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \series bold
8436 Vieider
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 Hilde
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 111
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \series bold
8467 Vigna
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 Jürgen
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 111
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \series bold
8498 Weber
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Maurizio
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 111
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \series bold
8529 Winkler
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Franz
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 111
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558  
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \series bold
8589 Annovi
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 Silvia
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 555
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 </row>
8613 <row>
8614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Bertoli
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 Stefano
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 555
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \series bold
8651 Bozzi
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Walter
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 555
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \series bold
8682 Cachia
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 Maria
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 555
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row>
8707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \series bold
8713 Cachia
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 Maurizio
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 555
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \series bold
8744 Cinquemani
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Giusi
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 555
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \series bold
8775 Colin
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Bernard
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 555
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \series bold
8806 Concli
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Gianfranco
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 555
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 </row>
8830 <row>
8831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835
8836 \series bold
8837 Dal Bosco
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 Carolina
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 555
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 <row>
8862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866
8867 \series bold
8868 Dalpiaz
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 Annamaria
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 555
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 <row>
8893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897
8898 \series bold
8899 Feliciello
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 Domenico
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 555
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \series bold
8930 Focarelli
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Paola
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 555
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 </row>
8954 <row>
8955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959
8960 \series bold
8961 Galletti
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 Oreste
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 555
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990
8991 \series bold
8992 Gasparini
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Franca
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 555
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 </row>
9016 <row>
9017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021
9022 \series bold
9023 Rizzardi
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 Paola
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 555
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \series bold
9054 Lassini
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 Giancarlo
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 555
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \series bold
9085 Malfatti
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Luciano
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 555
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \series bold
9116 Malfatti
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 Valeriano
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 555
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \series bold
9147 Meneguzzo
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Roberto
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 555
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Mezzadra
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Roberto
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 </lyxtabular>
9203
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \begin_layout Section
9210 長尺表にまつわる諸点
9211 \begin_inset CommandInset label
9212 LatexCommand label
9213 name "sec:長尺表にまつわる諸点"
9214
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \begin_layout Subsection
9221 長尺表の計算
9222 \begin_inset Index idx
9223 status collapsed
9224
9225 \begin_layout Plain Layout
9226 ちょうしゃくひょう@長尺表 ! けいさん@計算
9227 \end_layout
9228
9229 \end_inset
9230
9231
9232 \end_layout
9233
9234 \begin_layout Standard
9235 \SpecialChar LaTeX
9236 は、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度に\SpecialChar LaTeX
9237 のメモリに読み込まれる表の断片です。歴史上の経緯から、既定値は
9238 たった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9239 \end_layout
9240
9241 \begin_layout Standard
9242
9243 \series bold
9244
9245 \backslash
9246 setcounter{LTchunksize}{100}
9247 \end_layout
9248
9249 \begin_layout Standard
9250 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9251 \end_layout
9252
9253 \begin_layout Subsection
9254 フロートと長尺表
9255 \begin_inset Index idx
9256 status collapsed
9257
9258 \begin_layout Plain Layout
9259 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9260 \end_layout
9261
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \begin_layout Standard
9268 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9269 \series bold
9270
9271 \backslash
9272 clearpage
9273 \series default
9274 コマンドを長尺表の前に\SpecialChar TeX
9275 コードとして書き加えてください。
9276 \end_layout
9277
9278 \begin_layout Subsection
9279 強制改頁
9280 \begin_inset Index idx
9281 status collapsed
9282
9283 \begin_layout Plain Layout
9284 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9285 \end_layout
9286
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \begin_layout Standard
9293 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所に\SpecialChar TeX
9294 コードで改行コマンド「
9295 \series bold
9296
9297 \backslash
9298
9299 \backslash
9300
9301 \series default
9302 」を挿入します。
9303 \series bold
9304
9305 \backslash
9306
9307 \backslash
9308
9309 \series default
9310 コマンドの前には、現セルよりも右にある列数と同じ数の「
9311 \series bold
9312 &
9313 \series default
9314 」文字を、\SpecialChar TeX
9315 コードで挿入してやる必要があります。この
9316 \series bold
9317 &
9318 \series default
9319 は、表セルの区切り文字です。各
9320 \series bold
9321 &
9322 \series default
9323 の後に、右側の本来のセルに入るべき内容を\SpecialChar TeX
9324 コードで書き込み、右側のセルの内容は削除してください。
9325 \begin_inset Newline newline
9326 \end_inset
9327
9328
9329 \series bold
9330
9331 \backslash
9332
9333 \backslash
9334
9335 \series default
9336 コマンドの後ろには、現在列の左側にある列数と同じ数の
9337 \series bold
9338 &
9339 \series default
9340 文字を挿入してください。表
9341 \begin_inset CommandInset ref
9342 LatexCommand ref
9343 reference "tab:強制改頁"
9344
9345 \end_inset
9346
9347 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9348 \end_layout
9349
9350 \begin_layout Standard
9351
9352 \series bold
9353 & 111
9354 \backslash
9355
9356 \backslash
9357  
9358 \backslash
9359 newpage
9360 \begin_inset Newline newline
9361 \end_inset
9362
9363 &
9364 \end_layout
9365
9366 \begin_layout Standard
9367 というコマンドが、セル中「
9368 \emph on
9369 Castelchiodato,
9370 \emph default
9371 」の後に\SpecialChar TeX
9372 コードとして挿入してあります。
9373 \end_layout
9374
9375 \begin_layout Standard
9376 同一行3列目の「111」は削除してあります。
9377 \series bold
9378
9379 \backslash
9380 newpage
9381 \series default
9382 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9383 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9384 \end_layout
9385
9386 \begin_layout Standard
9387
9388 \series bold
9389 & 111
9390 \backslash
9391
9392 \backslash
9393
9394 \begin_inset Newline newline
9395 \end_inset
9396
9397
9398 \backslash
9399 hline &
9400 \end_layout
9401
9402 \begin_layout Standard
9403 というコマンドを使用して下さい。
9404 \end_layout
9405
9406 \begin_layout Standard
9407 改頁をしたいセルが最右列にある場合には、
9408 \end_layout
9409
9410 \begin_layout Standard
9411
9412 \series bold
9413
9414 \backslash
9415 setlength{
9416 \backslash
9417 parfillskip}{0pt}
9418 \end_layout
9419
9420 \begin_layout Standard
9421 というコマンドを当該セルの初めに\SpecialChar TeX
9422 コードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます。
9423 \begin_inset Separator parbreak
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \begin_layout Standard
9430 \align center
9431 \begin_inset Tabular
9432 <lyxtabular version="3" rows="38" columns="3">
9433 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9434 <column alignment="left" valignment="top" width="0cm">
9435 <column alignment="left" valignment="top" width="3cm">
9436 <column alignment="center" valignment="top" width="0pt">
9437 <row endfirsthead="true" caption="true">
9438 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 \begin_inset Caption Standard
9443
9444 \begin_layout Plain Layout
9445 表セル内で強制改頁をしている表
9446 \begin_inset CommandInset label
9447 LatexCommand label
9448 name "tab:強制改頁"
9449
9450 \end_inset
9451
9452
9453 \begin_inset Argument 1
9454 status collapsed
9455
9456 \begin_layout Plain Layout
9457 表セル内で強制改頁をしている表
9458 \end_layout
9459
9460 \end_inset
9461
9462
9463 \end_layout
9464
9465 \end_inset
9466
9467
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 <row endfirsthead="true">
9492 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496
9497 \series bold
9498 例示用電話帳(氏名は無視の事)
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 </row>
9522 <row endfirsthead="true">
9523 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527
9528 \series bold
9529 氏名
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \series bold
9549 TEL.
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 </row>
9555 <row endhead="true">
9556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 \begin_inset ERT
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564
9565
9566 \backslash
9567 caption*{例示用電話帳の続き}
9568 \backslash
9569
9570 \backslash
9571 %
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row endhead="true">
9601 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 例示用電話帳
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row endhead="true">
9630 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 氏名
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \series bold
9656 TEL.
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row endfoot="true">
9663 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 次頁に続く
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \series bold
9698 Annovi
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 Silvia
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 111
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row>
9723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \series bold
9729 Bertoli
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 Stefano
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 111
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 </row>
9753 <row>
9754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \series bold
9760 Bozzi
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 Walter
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 111
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row>
9785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \series bold
9791 Cachia
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 Maria
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 111
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 </row>
9815 <row>
9816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \series bold
9822 Cachia
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 Maurizio
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 111
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \series bold
9853 Cinquemani
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 Giusi
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 111
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row>
9878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \series bold
9884 Colin
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893 Bernard
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 111
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \series bold
9915 Concli
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 Gianfranco
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 111
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row>
9940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Dal Bosco
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 Carolina
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 111
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row>
9971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 Dalpiaz
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 Annamaria
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 111
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row>
10002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 Feliciello
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 Domenico
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 111
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row>
10033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \series bold
10039 Focarelli
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 Paola
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 111
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row>
10064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Galletti
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 Oreste
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 111
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row>
10095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 Gasparini
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 Franca
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 111
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 Lassini
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Giancarlo
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 111
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Malfatti
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Luciano
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Malfatti
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Valeriano
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Meneguzzo
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Roberto
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Mezzadra
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Roberto
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Pirpamer
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Erich
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Pochiesa
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Paolo
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111, 222
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Radina
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Claudio
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Rizzardi
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Paolo, 11.
10390  Fürst von Montecompatri, 11.
10391  Fürst von Sulmona und Vivaro, 10.
10392  Fürst von Rossano, 5.
10393  Herzog von Canemorte, 11.
10394  Herzog von Palombara, 5.
10395  Herzog von Castelchiodato,
10396 \begin_inset ERT
10397 status collapsed
10398
10399 \begin_layout Plain Layout
10400
10401 & 111
10402 \backslash
10403
10404 \backslash
10405  
10406 \backslash
10407 newpage
10408 \end_layout
10409
10410 \begin_layout Plain Layout
10411
10412 &
10413 \end_layout
10414
10415 \end_inset
10416
10417  11.
10418  Herzog von Poggionativo, 11.
10419  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10420  Graf von Valinfreda, 11.
10421  Baron von Cropalati, 11.
10422  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \series bold
10444 Stuffer
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Oskar
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 111
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \series bold
10475 Tacchelli
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Ugo
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 111
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \series bold
10506 Tezzele
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 Margit
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 111
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \series bold
10537 Unterkalmsteiner
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 Frieda
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 111
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \series bold
10568 Vieider
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Hilde
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 111
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row>
10593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \series bold
10599 Vigna
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 Jürgen
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 111
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \series bold
10630 Weber
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 Maurizio
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 111
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \series bold
10661 Winkler
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Franz
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 111
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 </lyxtabular>
10686
10687 \end_inset
10688
10689
10690 \end_layout
10691
10692 \begin_layout Section
10693 複数行・連結列・連結行
10694 \end_layout
10695
10696 \begin_layout Subsection
10697 表セル内の複数行
10698 \begin_inset CommandInset label
10699 LatexCommand label
10700 name "subsec:複数行"
10701
10702 \end_inset
10703
10704
10705 \begin_inset Index idx
10706 status collapsed
10707
10708 \begin_layout Plain Layout
10709 ひょうせるないのふくすうぎょう@表セル内の複数行
10710 \end_layout
10711
10712 \end_inset
10713
10714
10715 \begin_inset Index idx
10716 status collapsed
10717
10718 \begin_layout Plain Layout
10719 ひょう@表 ! かいぎょう@改行
10720 \end_layout
10721
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \begin_layout Standard
10728 \noindent
10729 \begin_inset Float table
10730 placement H
10731 wide false
10732 sideways false
10733 status open
10734
10735 \begin_layout Plain Layout
10736 \begin_inset Caption Standard
10737
10738 \begin_layout Plain Layout
10739 \begin_inset CommandInset label
10740 LatexCommand label
10741 name "tab:複数行表"
10742
10743 \end_inset
10744
10745 セル内に複数の行がある表
10746 \end_layout
10747
10748 \end_inset
10749
10750
10751 \end_layout
10752
10753 \begin_layout Plain Layout
10754 \align center
10755 \begin_inset Tabular
10756 <lyxtabular version="3" rows="3" columns="3">
10757 <features tabularvalignment="middle">
10758 <column alignment="center" valignment="middle" width="2.5cm">
10759 <column alignment="center" valignment="middle">
10760 <column alignment="center" valignment="middle">
10761 <row>
10762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 複数の
10767 \begin_inset Newline linebreak
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 <row>
10795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 </lyxtabular>
10853
10854 \end_inset
10855
10856
10857 \end_layout
10858
10859 \end_inset
10860
10861
10862 \end_layout
10863
10864 \begin_layout Standard
10865 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10866 \end_layout
10867
10868 \begin_layout Standard
10869
10870 \begin_inset CommandInset ref
10871 LatexCommand ref
10872 reference "tab:複数行表"
10873
10874 \end_inset
10875
10876 を生成するには、まず3
10877 \begin_inset Formula $\times$
10878 \end_inset
10879
10880 3表を作り、最初のセルを右クリックして現れるメニューから、
10881 \family sans
10882 設定
10883 \family default
10884 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10885 \begin_inset space \thinspace{}
10886 \end_inset
10887
10888 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10889 \begin_inset space \thinspace{}
10890 \end_inset
10891
10892 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10893 \begin_inset Flex Ruby
10894 status collapsed
10895
10896 \begin_layout Plain Layout
10897 捷径
10898 \begin_inset Argument post:1
10899 status collapsed
10900
10901 \begin_layout Plain Layout
10902 ショートカット
10903 \end_layout
10904
10905 \end_inset
10906
10907
10908 \end_layout
10909
10910 \end_inset
10911
10912
10913 \begin_inset Info
10914 type  "shortcut"
10915 arg   "newline-insert linebreak"
10916 \end_inset
10917
10918 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10919 \end_layout
10920
10921 \begin_layout Standard
10922 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、\SpecialChar LaTeX
10923 はハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないようにするた
10924 めには、何かを入れなくてはなりません。そこで、その単語の前に0
10925 \begin_inset space \thinspace{}
10926 \end_inset
10927
10928 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10929 \begin_inset CommandInset ref
10930 LatexCommand ref
10931 reference "tab:ハイフネーション表"
10932
10933 \end_inset
10934
10935 が違いを示しています
10936 \begin_inset Foot
10937 status open
10938
10939 \begin_layout Plain Layout
10940
10941 \series bold
10942 【訳註】
10943 \series default
10944 p\SpecialChar LaTeX
10945 を使用している場合、日本語の文章は正しく改行されます。
10946 \end_layout
10947
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \begin_layout Standard
10954 \begin_inset Float table
10955 placement h
10956 wide false
10957 sideways false
10958 status open
10959
10960 \begin_layout Plain Layout
10961 \begin_inset Caption Standard
10962
10963 \begin_layout Plain Layout
10964 \begin_inset CommandInset label
10965 LatexCommand label
10966 name "tab:ハイフネーション表"
10967
10968 \end_inset
10969
10970 ハイフネーション有/無の表
10971 \end_layout
10972
10973 \end_inset
10974
10975
10976 \end_layout
10977
10978 \begin_layout Plain Layout
10979 \begin_inset space \hfill{}
10980 \end_inset
10981
10982
10983 \begin_inset Tabular
10984 <lyxtabular version="3" rows="3" columns="3">
10985 <features tabularvalignment="middle">
10986 <column alignment="center" valignment="middle" width="2.5cm">
10987 <column alignment="center" valignment="middle">
10988 <column alignment="center" valignment="middle">
10989 <row>
10990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 verylongtablecellword
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 <row>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 </row>
11047 <row>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 </lyxtabular>
11077
11078 \end_inset
11079
11080
11081 \begin_inset space \hfill{}
11082 \end_inset
11083
11084
11085 \begin_inset Tabular
11086 <lyxtabular version="3" rows="3" columns="3">
11087 <features tabularvalignment="middle">
11088 <column alignment="center" valignment="middle" width="2.5cm">
11089 <column alignment="center" valignment="middle">
11090 <column alignment="center" valignment="middle">
11091 <row>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 \begin_inset space \hspace{}
11097 \length 0pt
11098 \end_inset
11099
11100 verylongtablecellword
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 <row>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 </row>
11153 <row>
11154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 </lyxtabular>
11183
11184 \end_inset
11185
11186
11187 \begin_inset space \hfill{}
11188 \end_inset
11189
11190
11191 \end_layout
11192
11193 \end_inset
11194
11195
11196 \end_layout
11197
11198 \begin_layout Subsection
11199 連結列
11200 \begin_inset CommandInset label
11201 LatexCommand label
11202 name "subsec:連結列"
11203
11204 \end_inset
11205
11206
11207 \begin_inset Index idx
11208 status collapsed
11209
11210 \begin_layout Plain Layout
11211 れんけつれつ@連結列
11212 \end_layout
11213
11214 \end_inset
11215
11216
11217 \begin_inset Index idx
11218 status collapsed
11219
11220 \begin_layout Plain Layout
11221 ひょう@表 ! れんけつれつ@連結列
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Subsubsection
11230 連結列の基礎
11231 \end_layout
11232
11233 \begin_layout Standard
11234 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11235 \family sans
11236
11237 \begin_inset Info
11238 type  "icon"
11239 arg   "inset-modify tabular multicolumn"
11240 \end_inset
11241
11242
11243 \family default
11244 を押すか、
11245 \family sans
11246 編集\SpecialChar menuseparator
11247 表\SpecialChar menuseparator
11248 連結列
11249 \family default
11250 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11251 \family sans
11252 連結列
11253 \family default
11254 を有効にするかしてください。
11255 \end_layout
11256
11257 \begin_layout Standard
11258 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11259 、最下行に上罫線のない連結行がある表の例です。
11260 \begin_inset Separator parbreak
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \begin_layout Standard
11267 \align center
11268 \begin_inset Tabular
11269 <lyxtabular version="3" rows="3" columns="4">
11270 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11271 <column alignment="center" valignment="top" width="0pt">
11272 <column alignment="center" valignment="middle">
11273 <column alignment="center" valignment="top" width="0in">
11274 <column alignment="center" valignment="top" width="0pt">
11275 <row>
11276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 いろは
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 にほへとちり
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307 ぬるを
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 </row>
11313 <row>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 </lyxtabular>
11390
11391 \end_inset
11392
11393
11394 \end_layout
11395
11396 \begin_layout Subsubsection
11397 連結列の計算
11398 \begin_inset CommandInset label
11399 LatexCommand label
11400 name "subsec:連結列の計算"
11401
11402 \end_inset
11403
11404
11405 \begin_inset Index idx
11406 status collapsed
11407
11408 \begin_layout Plain Layout
11409 れんけつれつ@連結列 ! けいさん@計算
11410 \end_layout
11411
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \begin_layout Standard
11418 \SpecialChar LyX
11419 は、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11420 \end_layout
11421
11422 \begin_layout Standard
11423 \begin_inset Float table
11424 placement h
11425 wide false
11426 sideways false
11427 status open
11428
11429 \begin_layout Plain Layout
11430 \begin_inset Caption Standard
11431
11432 \begin_layout Plain Layout
11433 \begin_inset CommandInset label
11434 LatexCommand label
11435 name "tab:中央揃え表"
11436
11437 \end_inset
11438
11439 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11440 \begin_inset Argument 1
11441 status collapsed
11442
11443 \begin_layout Plain Layout
11444 完全なる連結列表
11445 \end_layout
11446
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \begin_layout Plain Layout
11458 \align center
11459 \begin_inset Tabular
11460 <lyxtabular version="3" rows="3" columns="3">
11461 <features tabularvalignment="middle">
11462 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11463 <column alignment="center" valignment="middle">
11464 <column alignment="center" valignment="top">
11465 <row>
11466 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 複数行にわたる連結列
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 </lyxtabular>
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \begin_layout Standard
11565 たとえば、表
11566 \begin_inset CommandInset ref
11567 LatexCommand ref
11568 reference "tab:中央揃え表"
11569
11570 \end_inset
11571
11572 を生成するには、3
11573 \begin_inset Formula $\times$
11574 \end_inset
11575
11576 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11577 \family sans
11578 設定
11579 \family default
11580 を選択します。そして現れる表の設定ダイアログで、このセルを
11581 \emph on
11582 連結列
11583 \emph default
11584
11585 \emph on
11586 中央揃え
11587 \emph default
11588 、2.5
11589 \begin_inset space \thinspace{}
11590 \end_inset
11591
11592 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11593 \begin_inset space \thinspace{}
11594 \end_inset
11595
11596 cm幅に設定します。すると第二列は自動的に1.25
11597 \begin_inset space \thinspace{}
11598 \end_inset
11599
11600 cm幅(連結列幅マイナス第一列の幅)になります。表
11601 \begin_inset CommandInset ref
11602 LatexCommand ref
11603 reference "tab:半分でない表"
11604
11605 \end_inset
11606
11607 もこのようにして作成してあります。
11608 \end_layout
11609
11610 \begin_layout Standard
11611 \begin_inset Float table
11612 wide false
11613 sideways false
11614 status open
11615
11616 \begin_layout Plain Layout
11617 \begin_inset Caption Standard
11618
11619 \begin_layout Plain Layout
11620 \begin_inset CommandInset label
11621 LatexCommand label
11622 name "tab:半分でない表"
11623
11624 \end_inset
11625
11626 連結セルの下の列が正確に半分になっていない表
11627 \begin_inset Argument 1
11628 status collapsed
11629
11630 \begin_layout Plain Layout
11631 不完全な連結列表
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \begin_layout Plain Layout
11645 \align center
11646 \begin_inset Tabular
11647 <lyxtabular version="3" rows="3" columns="3">
11648 <features tabularvalignment="middle">
11649 <column alignment="center" valignment="top" width="1.25cm">
11650 <column alignment="center" valignment="top">
11651 <column alignment="center" valignment="top">
11652 <row>
11653 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 複数行にわたる連結列
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 </row>
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 </lyxtabular>
11740
11741 \end_inset
11742
11743
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \begin_layout Standard
11752 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11753 指定したセル幅
11754 \begin_inset Formula $W_{\mbox{指}}$
11755 \end_inset
11756
11757 がセルの全幅
11758 \begin_inset Formula $W_{\text{全}}$
11759 \end_inset
11760
11761 と等しくならないためです。付録
11762 \begin_inset CommandInset ref
11763 LatexCommand ref
11764 reference "cha:式の説明"
11765
11766 \end_inset
11767
11768 がこの事情を詳細に説明しています。
11769 \end_layout
11770
11771 \begin_layout Standard
11772
11773 \emph on
11774 n
11775 \emph default
11776 列を連結する際、各列の全幅が
11777 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11778 \end_inset
11779
11780 となるために必要な指定幅
11781 \begin_inset Formula $W_{\mbox{指}:n}$
11782 \end_inset
11783
11784 は、
11785 \begin_inset Formula 
11786 \begin{equation}
11787 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11788 \end{equation}
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \begin_layout Standard
11796 で計算することができます。上記の例では
11797 \begin_inset Formula $n=2$
11798 \end_inset
11799
11800 かつ
11801 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11802 \end_inset
11803
11804 cmかつ長さは既定値ですから、第
11805 \begin_inset CommandInset ref
11806 LatexCommand ref
11807 reference "eq:Wgn"
11808
11809 \end_inset
11810
11811 式は
11812 \begin_inset Formula 
11813 \begin{equation}
11814 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11815 \end{equation}
11816
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \begin_layout Standard
11823 となります。\SpecialChar LaTeX
11824 中で計算を可能にするには、文書プリアンブル行に
11825 \end_layout
11826
11827 \begin_layout Standard
11828
11829 \series bold
11830
11831 \backslash
11832 usepackage{calc}
11833 \end_layout
11834
11835 \begin_layout Standard
11836 と書いて、\SpecialChar LaTeX
11837 パッケージ
11838 \series bold
11839 calc
11840 \series default
11841
11842 \begin_inset Index idx
11843 status collapsed
11844
11845 \begin_layout Plain Layout
11846 \SpecialChar LaTeX
11847 ぱっけーじ@\SpecialChar LaTeX
11848 パッケージ ! calc
11849 \end_layout
11850
11851 \end_inset
11852
11853 を読み込まなくてはなりません。\SpecialChar LyX
11854 の「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログの\SpecialChar LaTeX
11855 の引数欄に書き込むことによって
11856 列を整形しなくてはなりません。以下は、その引数の概要です。
11857 \end_layout
11858
11859 \begin_layout Itemize
11860
11861 \series bold
11862 p{幅}
11863 \series default
11864 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11865 \end_layout
11866
11867 \begin_layout Itemize
11868
11869 \series bold
11870 m{幅}
11871 \series default
11872 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11873 \end_layout
11874
11875 \begin_layout Itemize
11876
11877 \series bold
11878 b{幅}
11879 \series default
11880 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11881 \end_layout
11882
11883 \begin_layout Standard
11884 \SpecialChar LaTeX
11885 変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11886 \end_layout
11887
11888 \begin_layout Standard
11889 \begin_inset Note Greyedout
11890 status open
11891
11892 \begin_layout Plain Layout
11893
11894 \series bold
11895 【註】
11896 \series default
11897 バグのせいで、\SpecialChar LyX
11898 は無効にされた設定も表示してしまいます。
11899 \end_layout
11900
11901 \end_inset
11902
11903
11904 \end_layout
11905
11906 \begin_layout Standard
11907 文章を水平方向中央揃えにしたいので、
11908 \series bold
11909
11910 \backslash
11911 centering
11912 \series default
11913 コマンドを入れます。したがって、以下のような\SpecialChar LaTeX
11914 変数を、最初の被連結列に入れます。
11915 \end_layout
11916
11917 \begin_layout Standard
11918
11919 \series bold
11920 >{
11921 \backslash
11922 centering}m{1.25cm-6.2pt}
11923 \end_layout
11924
11925 \begin_layout Standard
11926
11927 \series bold
11928 >{ }
11929 \series default
11930 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11931 \end_layout
11932
11933 \begin_layout Standard
11934 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、\SpecialChar LyX
11935 は揃えを一列分のみに適用するためです。したがって
11936 、連結セルには
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942 >{
11943 \backslash
11944 centering}m{2.5cm}
11945 \end_layout
11946
11947 \begin_layout Standard
11948 という\SpecialChar LaTeX
11949 変数を指定しなくてはなりません。
11950 \end_layout
11951
11952 \begin_layout Subsection
11953 連結行
11954 \begin_inset CommandInset label
11955 LatexCommand label
11956 name "subsec:連結行"
11957
11958 \end_inset
11959
11960
11961 \begin_inset Index idx
11962 status collapsed
11963
11964 \begin_layout Plain Layout
11965 れんけつぎょう@連結行
11966 \end_layout
11967
11968 \end_inset
11969
11970
11971 \begin_inset Index idx
11972 status collapsed
11973
11974 \begin_layout Plain Layout
11975 ひょう@表 ! れんけつぎょう@連結行
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Standard
11984 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11985 \family sans
11986
11987 \begin_inset Info
11988 type  "icon"
11989 arg   "inset-modify tabular multirow"
11990 \end_inset
11991
11992
11993 \family default
11994 を押すか、メニュー
11995 \family sans
11996 編集\SpecialChar menuseparator
11997 表\SpecialChar menuseparator
11998 連結行
11999 \family default
12000 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
12001 \family sans
12002 \SpecialChar menuseparator
12003 連結行
12004 \family default
12005 を選んでください。
12006 \end_layout
12007
12008 \begin_layout Standard
12009 下記は一列目に連結列を適用した表の例です。
12010 \begin_inset Separator parbreak
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \begin_layout Standard
12017 \align center
12018 \begin_inset Tabular
12019 <lyxtabular version="3" rows="3" columns="3">
12020 <features tabularvalignment="middle">
12021 <column alignment="center" valignment="top" width="0pt">
12022 <column alignment="center" valignment="top">
12023 <column alignment="center" valignment="top">
12024 <row>
12025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 長いセル項目
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 <row>
12054 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 連結列
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 <row>
12083 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 </lyxtabular>
12112
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \begin_layout Standard
12119 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12120 \family sans
12121 垂直オフセット
12122 \family default
12123 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12124 \end_layout
12125
12126 \begin_layout Standard
12127 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12128 \end_layout
12129
12130 \begin_layout Standard
12131
12132 \series bold
12133
12134 \backslash
12135 renewcommand{
12136 \backslash
12137 multirowsetup}{
12138 \backslash
12139 centering}
12140 \end_layout
12141
12142 \begin_layout Standard
12143 というコマンドを使用して、コマンド
12144 \series bold
12145
12146 \backslash
12147 multirowsetup
12148 \series default
12149 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12150 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12151 \series bold
12152
12153 \backslash
12154 centering
12155 \series default
12156 の代わりに
12157 \series bold
12158
12159 \backslash
12160 raggedleft
12161 \series default
12162 を使用して下さい。左揃えに戻すには、
12163 \series bold
12164
12165 \backslash
12166 raggedright
12167 \series default
12168 とします。
12169 \end_layout
12170
12171 \begin_layout Standard
12172 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12173 \begin_inset Separator parbreak
12174 \end_inset
12175
12176
12177 \end_layout
12178
12179 \begin_layout Standard
12180 \noindent
12181 \align center
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186
12187
12188 \backslash
12189 renewcommand{
12190 \backslash
12191 multirowsetup}{
12192 \backslash
12193 raggedleft}
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \begin_inset Tabular
12200 <lyxtabular version="3" rows="4" columns="3">
12201 <features tabularvalignment="middle">
12202 <column alignment="center" valignment="top" width="3cm">
12203 <column alignment="center" valignment="top">
12204 <column alignment="center" valignment="top">
12205 <row>
12206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 長いセル項目
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 <row>
12235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 </row>
12263 <row>
12264 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 連結列
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 </row>
12292 <row>
12293 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 </lyxtabular>
12322
12323 \end_inset
12324
12325
12326 \begin_inset ERT
12327 status collapsed
12328
12329 \begin_layout Plain Layout
12330
12331
12332 \backslash
12333 renewcommand{
12334 \backslash
12335 multirowsetup}{
12336 \backslash
12337 raggedright}
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \begin_layout Standard
12346 連結行で新しい行に移るには、強制改行(
12347 \begin_inset Flex Ruby
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351 捷径
12352 \begin_inset Argument post:1
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 ショートカット
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \end_inset
12365
12366
12367 \begin_inset Info
12368 type  "shortcut"
12369 arg   "newline-insert newline"
12370 \end_inset
12371
12372 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12373 \begin_inset Separator parbreak
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 \noindent
12381 \align center
12382 \begin_inset Tabular
12383 <lyxtabular version="3" rows="3" columns="2">
12384 <features tabularvalignment="middle">
12385 <column alignment="left" valignment="middle" width="2cm">
12386 <column alignment="center" valignment="top">
12387 <row>
12388 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 いいい
12393 \begin_inset Newline newline
12394 \end_inset
12395
12396 いいい
12397 \begin_inset Newline newline
12398 \end_inset
12399
12400 おかしなセル
12401 \end_layout
12402
12403 \end_inset
12404 </cell>
12405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12406 \begin_inset Text
12407
12408 \begin_layout Plain Layout
12409 ははは
12410 \end_layout
12411
12412 \end_inset
12413 </cell>
12414 </row>
12415 <row>
12416 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12417 \begin_inset Text
12418
12419 \begin_layout Plain Layout
12420
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 ににに
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 </row>
12435 <row>
12436 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 ろろろ
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12446 \begin_inset Text
12447
12448 \begin_layout Plain Layout
12449 ほほほ
12450 \end_layout
12451
12452 \end_inset
12453 </cell>
12454 </row>
12455 </lyxtabular>
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 したがって、強制改行を使うのは注意が必要です。
12464 \end_layout
12465
12466 \begin_layout Subsection
12467 対角線付きのセル
12468 \end_layout
12469
12470 \begin_layout Standard
12471 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、\SpecialChar LaTeX
12472 パッケージの
12473 \series bold
12474 diagbox
12475 \series default
12476
12477 \begin_inset Index idx
12478 status collapsed
12479
12480 \begin_layout Plain Layout
12481 \SpecialChar LaTeX
12482 ぱっけーじ@\SpecialChar LaTeX
12483 パッケージ ! diagbox
12484 \end_layout
12485
12486 \end_inset
12487
12488 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12489 \series bold
12490
12491 \backslash
12492 diagbox
12493 \series default
12494 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、\SpecialChar TeX
12495 コードで挿入します。
12496 \end_layout
12497
12498 \begin_layout Standard
12499
12500 \series bold
12501
12502 \backslash
12503 diagbox[オプション]{左下}{右上}
12504 \end_layout
12505
12506 \begin_layout Standard
12507
12508 \series bold
12509
12510 \backslash
12511 diagbox[オプション]{左下}{左上}{右上}
12512 \end_layout
12513
12514 \begin_layout Standard
12515 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12516 \end_layout
12517
12518 \begin_layout Standard
12519 \begin_inset ERT
12520 status collapsed
12521
12522 \begin_layout Plain Layout
12523
12524
12525 \backslash
12526 ifdiagbox
12527 \end_layout
12528
12529 \end_inset
12530
12531
12532 \begin_inset Note Note
12533 status open
12534
12535 \begin_layout Plain Layout
12536 この節は、\SpecialChar LaTeX
12537 パッケージ
12538 \series bold
12539 diagbox
12540 \series default
12541 が導入済みの時のみ表示されます。
12542 \end_layout
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \begin_layout Standard
12550 下記は、
12551 \series bold
12552
12553 \backslash
12554 diagbox
12555 \series default
12556 を第1セル中に2引数書式で使用した表の例です。
12557 \begin_inset VSpace medskip
12558 \end_inset
12559
12560
12561 \end_layout
12562
12563 \begin_layout Standard
12564 \noindent
12565 \begin_inset Tabular
12566 <lyxtabular version="3" rows="4" columns="4">
12567 <features tabularvalignment="middle">
12568 <column alignment="center" valignment="top">
12569 <column alignment="center" valignment="top">
12570 <column alignment="center" valignment="top">
12571 <column alignment="center" valignment="top">
12572 <row>
12573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 \begin_inset ERT
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581
12582
12583 \backslash
12584 diagbox{
12585 \end_layout
12586
12587 \end_inset
12588
12589 名称
12590 \begin_inset ERT
12591 status collapsed
12592
12593 \begin_layout Plain Layout
12594
12595 }{
12596 \end_layout
12597
12598 \end_inset
12599
12600 パラメータ
12601 \begin_inset ERT
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605
12606 }
12607 \end_layout
12608
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 厚み(nm)
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 透明度(%)
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 硬度(MPa)
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 <row>
12645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 Perfect Green
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 45
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 80
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 504
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 <row>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 Dark Multi-P
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 60
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 72
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 982
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 </row>
12720 <row>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 Crystal Clear Pro
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 18
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 86
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 374
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 </lyxtabular>
12759
12760 \end_inset
12761
12762
12763 \begin_inset VSpace medskip
12764 \end_inset
12765
12766
12767 \end_layout
12768
12769 \begin_layout Standard
12770 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12771 \begin_inset Separator parbreak
12772 \end_inset
12773
12774
12775 \end_layout
12776
12777 \begin_layout Standard
12778 \noindent
12779 \align center
12780 \begin_inset Tabular
12781 <lyxtabular version="3" rows="4" columns="4">
12782 <features tabularvalignment="middle">
12783 <column alignment="center" valignment="top" width="0pt">
12784 <column alignment="center" valignment="top">
12785 <column alignment="center" valignment="top">
12786 <column alignment="center" valignment="top">
12787 <row>
12788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 diagbox{
12800 \end_layout
12801
12802 \end_inset
12803
12804 ホームチーム
12805 \begin_inset ERT
12806 status collapsed
12807
12808 \begin_layout Plain Layout
12809
12810 }{
12811 \end_layout
12812
12813 \end_inset
12814
12815 結果
12816 \begin_inset ERT
12817 status collapsed
12818
12819 \begin_layout Plain Layout
12820
12821 }{
12822 \end_layout
12823
12824 \end_inset
12825
12826 アウェイチーム
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831
12832 }
12833 \end_layout
12834
12835 \end_inset
12836
12837
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 Tigers
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 Panthers
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 Falcons
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 Tigers
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 1:3
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 0:1
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 </row>
12908 <row>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 Panthers
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 3:1
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 0:0
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 </row>
12946 <row>
12947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 Falcons
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 1:0
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 0:0
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 </lyxtabular>
12985
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \begin_layout Standard
12992 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12993 \begin_inset Separator parbreak
12994 \end_inset
12995
12996
12997 \end_layout
12998
12999 \begin_layout Standard
13000 \noindent
13001 \align center
13002 \begin_inset Tabular
13003 <lyxtabular version="3" rows="5" columns="5">
13004 <features tabularvalignment="middle">
13005 <column alignment="center" valignment="top" width="0pt">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <column alignment="center" valignment="top">
13009 <column alignment="center" valignment="top">
13010 <row>
13011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 \begin_inset ERT
13016 status open
13017
13018 \begin_layout Plain Layout
13019
13020
13021 \backslash
13022 diagbox{
13023 \end_layout
13024
13025 \end_inset
13026
13027 ホームチーム
13028 \begin_inset ERT
13029 status collapsed
13030
13031 \begin_layout Plain Layout
13032
13033 }{
13034 \end_layout
13035
13036 \end_inset
13037
13038 結果
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044 }{
13045 \end_layout
13046
13047 \end_inset
13048
13049 アウェイチーム
13050 \begin_inset ERT
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054
13055 }
13056 \end_layout
13057
13058 \end_inset
13059
13060
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 Tigers
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 Panthers
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 Falcons
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 \begin_inset ERT
13097 status open
13098
13099 \begin_layout Plain Layout
13100
13101
13102 \backslash
13103 diagbox[dir=NE]{
13104 \end_layout
13105
13106 \end_inset
13107
13108 ホームチーム
13109 \begin_inset ERT
13110 status collapsed
13111
13112 \begin_layout Plain Layout
13113
13114 }{
13115 \end_layout
13116
13117 \end_inset
13118
13119 結果
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Plain Layout
13124
13125 }{
13126 \end_layout
13127
13128 \end_inset
13129
13130 アウェイチーム
13131 \begin_inset ERT
13132 status collapsed
13133
13134 \begin_layout Plain Layout
13135
13136 }
13137 \end_layout
13138
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 </row>
13147 <row>
13148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 Tigers
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 1:3
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 0:1
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 Tigers
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 <row>
13195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 Panthers
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 3:1
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 0:0
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 Panthers
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 <row>
13242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 Falcons
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 1:0
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 0:0
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Falcons
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 <row>
13289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 \begin_inset ERT
13294 status open
13295
13296 \begin_layout Plain Layout
13297
13298
13299 \backslash
13300 diagbox[dir=SW]{
13301 \end_layout
13302
13303 \end_inset
13304
13305 ホームチーム
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311 }{
13312 \end_layout
13313
13314 \end_inset
13315
13316 結果
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322 }{
13323 \end_layout
13324
13325 \end_inset
13326
13327 アウェイチーム
13328 \begin_inset ERT
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332
13333 }
13334 \end_layout
13335
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Tigers
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 Panthers
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 Falcons
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 \begin_inset ERT
13375 status open
13376
13377 \begin_layout Plain Layout
13378
13379
13380 \backslash
13381 diagbox[dir=SE]{
13382 \end_layout
13383
13384 \end_inset
13385
13386 ホームチーム
13387 \begin_inset ERT
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391
13392 }{
13393 \end_layout
13394
13395 \end_inset
13396
13397 結果
13398 \begin_inset ERT
13399 status collapsed
13400
13401 \begin_layout Plain Layout
13402
13403 }{
13404 \end_layout
13405
13406 \end_inset
13407
13408 アウェイチーム
13409 \begin_inset ERT
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413
13414 }
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 </row>
13425 </lyxtabular>
13426
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \begin_layout Standard
13433 対角線を廻すために、コマンドオプションとして
13434 \series bold
13435 dir=方角
13436 \series default
13437 を使用しています。
13438 \emph on
13439 方角
13440 \emph default
13441 は、
13442 \series bold
13443 NE
13444 \series default
13445
13446 \series bold
13447 DE
13448 \series default
13449
13450 \series bold
13451 SW
13452 \series default
13453
13454 \series bold
13455 NW
13456 \series default
13457 のいずれかで、コンパスでの位置を示します。例えば、
13458 \series bold
13459 SW
13460 \series default
13461 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13462 \end_layout
13463
13464 \begin_layout Standard
13465
13466 \series bold
13467
13468 \backslash
13469 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13470 \end_layout
13471
13472 \begin_layout Standard
13473 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13474 \end_layout
13475
13476 \begin_layout Standard
13477 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13478 います。
13479 \begin_inset Separator parbreak
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \begin_layout Standard
13486 \noindent
13487 \align center
13488 \begin_inset Tabular
13489 <lyxtabular version="3" rows="2" columns="2">
13490 <features tabularvalignment="middle">
13491 <column alignment="center" valignment="top" width="3cm">
13492 <column alignment="center" valignment="top">
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 \begin_inset ERT
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502
13503
13504 \backslash
13505 diagbox{
13506 \end_layout
13507
13508 \end_inset
13509
13510 名称
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 \begin_inset ERT
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526
13527 }
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 厚み(nm)
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 </row>
13547 <row>
13548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 Perfect Green
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 45
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 </row>
13567 </lyxtabular>
13568
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \begin_layout Standard
13575 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13576 \series bold
13577 width=3cm
13578 \series default
13579  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13580 \begin_inset space \thinspace{}
13581 \end_inset
13582
13583 cmに設定してあります。
13584 \series bold
13585
13586 \backslash
13587 diagbox
13588 \series default
13589 全体の幅は、本文幅(この場合は4
13590 \begin_inset space \thinspace{}
13591 \end_inset
13592
13593 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13594 \series bold
13595
13596 \backslash
13597 diagbox
13598 \series default
13599 には4
13600 \begin_inset space \thinspace{}
13601 \end_inset
13602
13603 cm + 2
13604 \begin_inset space \thinspace{}
13605 \end_inset
13606
13607
13608 \backslash
13609 tabcolsepの幅が必要です。幅の計算は、
13610 \series bold
13611
13612 \backslash
13613 diagbox
13614 \series default
13615 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、\SpecialChar TeX
13616 コードコマンドで
13617 \end_layout
13618
13619 \begin_layout Standard
13620
13621 \series bold
13622
13623 \backslash
13624 newlength{
13625 \backslash
13626 diagtest}
13627 \begin_inset Newline newline
13628 \end_inset
13629
13630
13631 \backslash
13632 setlength{
13633 \backslash
13634 diagtest}{4cm+2
13635 \backslash
13636 tabcolsep}
13637 \end_layout
13638
13639 \begin_layout Standard
13640 \begin_inset ERT
13641 status collapsed
13642
13643 \begin_layout Plain Layout
13644
13645
13646 \backslash
13647 newlength{
13648 \backslash
13649 diagtest}
13650 \end_layout
13651
13652 \begin_layout Plain Layout
13653
13654
13655 \backslash
13656 setlength{
13657 \backslash
13658 diagtest}{4cm+2
13659 \backslash
13660 tabcolsep}
13661 \end_layout
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \begin_layout Standard
13669 とすれば実現できます。\SpecialChar LaTeX
13670 内で計算を行うには、文書プリアンブル中で
13671 \series bold
13672 calc
13673 \series default
13674
13675 \begin_inset Index idx
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679 \SpecialChar LaTeX
13680 ぱっけーじ@\SpecialChar LaTeX
13681 パッケージ ! calc
13682 \end_layout
13683
13684 \end_inset
13685
13686 パッケージを読み込んでおく必要があります。
13687 \end_layout
13688
13689 \begin_layout Standard
13690 さて、この表の第1セルで
13691 \end_layout
13692
13693 \begin_layout Standard
13694
13695 \series bold
13696
13697 \backslash
13698 diagbox[width=
13699 \backslash
13700 diagtest]{A}{B}
13701 \end_layout
13702
13703 \begin_layout Standard
13704 というコマンドを使用します。
13705 \begin_inset Separator parbreak
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \begin_layout Standard
13712 \noindent
13713 \align center
13714 \begin_inset Tabular
13715 <lyxtabular version="3" rows="2" columns="2">
13716 <features tabularvalignment="middle">
13717 <column alignment="center" valignment="top" width="4cm">
13718 <column alignment="center" valignment="top">
13719 <row>
13720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 \begin_inset ERT
13725 status open
13726
13727 \begin_layout Plain Layout
13728
13729
13730 \backslash
13731 diagbox[width=
13732 \backslash
13733 diagtest]{
13734 \end_layout
13735
13736 \end_inset
13737
13738 A
13739 \begin_inset ERT
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743
13744 }{
13745 \end_layout
13746
13747 \end_inset
13748
13749 B
13750 \begin_inset ERT
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754
13755 }
13756 \end_layout
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 厚み (nm)
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 </row>
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 Perfect Green
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 45
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 </lyxtabular>
13796
13797 \end_inset
13798
13799
13800 \end_layout
13801
13802 \begin_layout Standard
13803 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13804 \begin_inset Separator parbreak
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \begin_layout Standard
13811 \noindent
13812 \align center
13813 \begin_inset Tabular
13814 <lyxtabular version="3" rows="2" columns="2">
13815 <features tabularvalignment="middle">
13816 <column alignment="center" valignment="top" width="0pt">
13817 <column alignment="center" valignment="top">
13818 <row>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828
13829 \backslash
13830 diagbox{
13831 \end_layout
13832
13833 \end_inset
13834
13835 A
13836 \begin_inset ERT
13837 status collapsed
13838
13839 \begin_layout Plain Layout
13840
13841 }{
13842 \end_layout
13843
13844 \end_inset
13845
13846 B
13847 \begin_inset ERT
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851
13852 }
13853 \end_layout
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 厚み (nm)
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 </row>
13872 <row>
13873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 Perfect Green
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 45
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 </row>
13892 </lyxtabular>
13893
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \begin_layout Standard
13900 このような場合には、
13901 \series bold
13902
13903 \backslash
13904 diagbox
13905 \series default
13906 コマンドの
13907 \series bold
13908 width
13909 \series default
13910 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13911 \backslash
13912 tabcolsepを足す必要はなくなります。下記の表では、3
13913 \begin_inset space \thinspace{}
13914 \end_inset
13915
13916 cm幅を使用しています。
13917 \begin_inset Separator parbreak
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \begin_layout Standard
13924 \noindent
13925 \align center
13926 \begin_inset Tabular
13927 <lyxtabular version="3" rows="2" columns="2">
13928 <features tabularvalignment="middle">
13929 <column alignment="center" valignment="top" width="0pt">
13930 <column alignment="center" valignment="top">
13931 <row>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 \begin_inset ERT
13937 status open
13938
13939 \begin_layout Plain Layout
13940
13941
13942 \backslash
13943 diagbox[width=3cm]{
13944 \end_layout
13945
13946 \end_inset
13947
13948 A
13949 \begin_inset ERT
13950 status collapsed
13951
13952 \begin_layout Plain Layout
13953
13954 }{
13955 \end_layout
13956
13957 \end_inset
13958
13959 B
13960 \begin_inset ERT
13961 status collapsed
13962
13963 \begin_layout Plain Layout
13964
13965 }
13966 \end_layout
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 厚み (nm)
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 Perfect Green
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 45
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 </row>
14005 </lyxtabular>
14006
14007 \end_inset
14008
14009
14010 \end_layout
14011
14012 \begin_layout Standard
14013 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
14014 \series bold
14015
14016 \backslash
14017 diagbox
14018 \series default
14019 にオプション
14020 \series bold
14021 height=3cm
14022 \series default
14023 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
14024 \end_layout
14025
14026 \begin_layout Standard
14027
14028 \series bold
14029
14030 \backslash
14031 diagbox[width=3cm,height=1.4cm]{A
14032 \backslash
14033
14034 \backslash
14035 B}{C
14036 \backslash
14037
14038 \backslash
14039 D}
14040 \end_layout
14041
14042 \begin_layout Standard
14043 というコマンドを使用しています。ここでコマンド
14044 \series bold
14045
14046 \backslash
14047
14048 \backslash
14049
14050 \series default
14051 は改行をするためのものです
14052 \begin_inset Foot
14053 status collapsed
14054
14055 \begin_layout Plain Layout
14056
14057 \family sans
14058 Ctrl+Return
14059 \family default
14060 を使っての改行は、列が固定幅の時のみ、使用することができます。
14061 \end_layout
14062
14063 \end_inset
14064
14065
14066 \begin_inset Separator parbreak
14067 \end_inset
14068
14069
14070 \end_layout
14071
14072 \begin_layout Standard
14073 \noindent
14074 \align center
14075 \begin_inset Tabular
14076 <lyxtabular version="3" rows="2" columns="2">
14077 <features tabularvalignment="middle">
14078 <column alignment="center" valignment="top">
14079 <column alignment="center" valignment="top">
14080 <row>
14081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 \begin_inset ERT
14086 status open
14087
14088 \begin_layout Plain Layout
14089
14090
14091 \backslash
14092 diagbox[width=3cm,height=1.4cm]{
14093 \end_layout
14094
14095 \end_inset
14096
14097 A
14098 \begin_inset ERT
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102
14103
14104 \backslash
14105
14106 \backslash
14107
14108 \end_layout
14109
14110 \end_inset
14111
14112 B
14113 \begin_inset ERT
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117
14118 }{
14119 \end_layout
14120
14121 \end_inset
14122
14123 C
14124 \begin_inset ERT
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128
14129
14130 \backslash
14131
14132 \backslash
14133
14134 \end_layout
14135
14136 \end_inset
14137
14138 D
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144 }
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 厚み (nm)
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 </row>
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 Perfect Green
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 45
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 </lyxtabular>
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \begin_layout Standard
14192 \begin_inset ERT
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196
14197
14198 \backslash
14199 else
14200 \end_layout
14201
14202 \end_inset
14203
14204
14205 \begin_inset Note Note
14206 status open
14207
14208 \begin_layout Plain Layout
14209 以下は、\SpecialChar LaTeX
14210 パッケージ
14211 \series bold
14212 diagbox
14213 \series default
14214 が導入済みでないときに表示されます。
14215 \end_layout
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \begin_layout Standard
14223 本節の内容を出力に表示するためには、
14224 \series bold
14225 diagbox
14226 \series default
14227 パッケージを導入しなくてはなりません。
14228 \end_layout
14229
14230 \begin_layout Standard
14231 \begin_inset ERT
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235
14236
14237 \backslash
14238 fi
14239 \end_layout
14240
14241 \end_inset
14242
14243
14244 \end_layout
14245
14246 \begin_layout Standard
14247 \SpecialChar LaTeX
14248 パッケージ
14249 \series bold
14250 diagbox
14251 \series default
14252 についての詳しい情報は、取扱説明書
14253 \begin_inset CommandInset citation
14254 LatexCommand cite
14255 key "diagbox"
14256
14257 \end_inset
14258
14259 をご覧ください。
14260 \end_layout
14261
14262 \begin_layout Section
14263 フォーマル形式の表
14264 \begin_inset CommandInset label
14265 LatexCommand label
14266 name "sec:フォーマル形式の表"
14267
14268 \end_inset
14269
14270
14271 \begin_inset Index idx
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \begin_layout Standard
14284 書籍中の表は、よく表
14285 \begin_inset CommandInset ref
14286 LatexCommand ref
14287 reference "tab:ブックタブ表の例"
14288
14289 \end_inset
14290
14291 のように組版されます。この種の表は、「
14292 \emph on
14293 フォーマル形式
14294 \emph default
14295 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14296 \end_layout
14297
14298 \begin_layout Standard
14299 \begin_inset Float table
14300 placement h
14301 wide false
14302 sideways false
14303 status open
14304
14305 \begin_layout Plain Layout
14306 \begin_inset Caption Standard
14307
14308 \begin_layout Plain Layout
14309 \begin_inset CommandInset label
14310 LatexCommand label
14311 name "tab:ブックタブ表の例"
14312
14313 \end_inset
14314
14315 ブックタブ表の例
14316 \end_layout
14317
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \begin_layout Plain Layout
14324 \align center
14325 \begin_inset Tabular
14326 <lyxtabular version="3" rows="8" columns="4">
14327 <features booktabs="true" tabularvalignment="middle">
14328 <column alignment="center" valignment="top">
14329 <column alignment="center" valignment="top">
14330 <column alignment="center" valignment="top">
14331 <column alignment="center" valignment="top">
14332 <row>
14333 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 システム
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 <cell alignment="center" valignment="top" topline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 Medipix
14347 \begin_inset space \thinspace{}
14348 \end_inset
14349
14350 1
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 Medipix
14360 \begin_inset space \thinspace{}
14361 \end_inset
14362
14363 2
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 </row>
14378 <row>
14379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 \begin_inset ERT
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387
14388
14389 \backslash
14390 cmidrule(r){2-2}
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401
14402 \backslash
14403 cmidrule(l){3-4}
14404 \end_layout
14405
14406 \end_inset
14407
14408 検知器の厚み [
14409 \begin_inset Formula $\mu m$
14410 \end_inset
14411
14412 ]
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 300
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 300
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 700
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 エッジ角 [度]
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 3.55
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 2.71
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 7.99
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 </row>
14483 <row topspace="default">
14484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 空間分解能 [
14489 \begin_inset Formula $\mu m$
14490 \end_inset
14491
14492 ]
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 <cell alignment="center" valignment="top" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501 4.26
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 <cell alignment="center" valignment="top" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510 10.17
14511 \end_layout
14512
14513 \end_inset
14514 </cell>
14515 <cell alignment="center" valignment="top" usebox="none">
14516 \begin_inset Text
14517
14518 \begin_layout Plain Layout
14519 10.56
14520 \end_layout
14521
14522 \end_inset
14523 </cell>
14524 </row>
14525 <row topspace="default">
14526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14527 \begin_inset Text
14528
14529 \begin_layout Plain Layout
14530 \begin_inset Formula $f_{\mathrm{max}}$
14531 \end_inset
14532
14533 におけるMTF
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 0.53
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 0.37
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 0.39
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row topspace="default">
14567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 \begin_inset ERT
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575
14576
14577 \backslash
14578 cmidrule[2pt](l{10pt}){1-1}
14579 \end_layout
14580
14581 \end_inset
14582
14583 LSF空間分解能
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell alignment="center" valignment="top" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 </row>
14616 <row>
14617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 \begin_inset Formula $\mu m$
14622 \end_inset
14623
14624 表示
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 <cell alignment="center" valignment="top" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633 129.7
14634 \end_layout
14635
14636 \end_inset
14637 </cell>
14638 <cell alignment="center" valignment="top" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642 52.75
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 <cell alignment="center" valignment="top" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651 50.78
14652 \end_layout
14653
14654 \end_inset
14655 </cell>
14656 </row>
14657 <row>
14658 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14659 \begin_inset Text
14660
14661 \begin_layout Plain Layout
14662 ピクセルサイズに対する%表示
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14668 \begin_inset Text
14669
14670 \begin_layout Plain Layout
14671 76.3
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680 95.9
14681 \end_layout
14682
14683 \end_inset
14684 </cell>
14685 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689 92.3
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 </row>
14695 </lyxtabular>
14696
14697 \end_inset
14698
14699
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 表中の行に余白を加えるには、第
14709 \begin_inset CommandInset ref
14710 LatexCommand ref
14711 reference "subsec:行の余白取り"
14712
14713 \end_inset
14714
14715 節に述べられているように、表の設定ダイアログの
14716 \family sans
14717 罫線
14718 \family default
14719 タブを使用します。
14720 \end_layout
14721
14722 \begin_layout Standard
14723 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14724 \begin_inset Newline newline
14725 \end_inset
14726
14727 最初と最後の表罫線の既定幅は0.08
14728 \begin_inset space \thinspace{}
14729 \end_inset
14730
14731 emですが、他の罫線の既定幅は0.05
14732 \begin_inset space \thinspace{}
14733 \end_inset
14734
14735 emです。
14736 \end_layout
14737
14738 \begin_layout Standard
14739 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14740 \end_layout
14741
14742 \begin_layout Standard
14743
14744 \series bold
14745
14746 \backslash
14747 let
14748 \backslash
14749 mytoprule
14750 \backslash
14751 toprule
14752 \begin_inset Newline newline
14753 \end_inset
14754
14755
14756 \backslash
14757 renewcommand{
14758 \backslash
14759 toprule}{
14760 \backslash
14761 mytoprule[幅]}
14762 \end_layout
14763
14764 \begin_layout Standard
14765 上の例は、
14766 \series bold
14767 toprule
14768 \series default
14769 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14770 \series bold
14771 toprule
14772 \series default
14773
14774 \series bold
14775 bottomrule
14776 \series default
14777 に置き換えて下さい。他の罫線の線幅を変更するには、
14778 \series bold
14779 toprule
14780 \series default
14781
14782 \series bold
14783 midrule
14784 \series default
14785 に置き換えます。線幅を設定する上では、付録
14786 \begin_inset CommandInset ref
14787 LatexCommand ref
14788 reference "cha:LyXで使用できる単位"
14789
14790 \end_inset
14791
14792 に挙げてあるすべての単位を使用することができます。
14793 \end_layout
14794
14795 \begin_layout Standard
14796 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。\SpecialChar LyX
14797 は、内部的に
14798 \series bold
14799
14800 \backslash
14801 cmidrule
14802 \series default
14803 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14804 \end_layout
14805
14806 \begin_layout Standard
14807
14808 \series bold
14809
14810 \backslash
14811 cmidrule[幅](刈込){開始列-終了列}
14812 \end_layout
14813
14814 \begin_layout Standard
14815 です。
14816 \series bold
14817
14818 \backslash
14819 cmidrule
14820 \series default
14821 のオプションは、現在のところ\SpecialChar LyX
14822 がサポートしていないので、オプションを使用するためには、\SpecialChar TeX
14823 コードを使わなくてはなりません。
14824 \series bold
14825
14826 \backslash
14827 cmidrule
14828 \series default
14829 は、行の第一列の中に、最初に\SpecialChar TeX
14830 コードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります。
14831 \end_layout
14832
14833 \begin_layout Standard
14834 この線幅の既定値は0.03
14835 \begin_inset space \thinspace{}
14836 \end_inset
14837
14838 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14839 。非必須パラメーターの「刈込」は、
14840 \emph on
14841 l{刈込幅}
14842 \emph default
14843 あるいは
14844 \emph on
14845 r{刈込幅}
14846 \emph default
14847 の値を取り、刈込幅の指定は非必須です。たとえば、
14848 \emph on
14849 l{2pt}
14850 \emph default
14851 というパラメーターを使うと、罫線が左端から2
14852 \begin_inset space \thinspace{}
14853 \end_inset
14854
14855 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14856 \begin_inset space \thinspace{}
14857 \end_inset
14858
14859 emだけ刈り込まれます。
14860 \end_layout
14861
14862 \begin_layout Standard
14863 \begin_inset VSpace bigskip
14864 \end_inset
14865
14866
14867 \begin_inset CommandInset ref
14868 LatexCommand ref
14869 reference "tab:ブックタブ表の例"
14870
14871 \end_inset
14872
14873 は、
14874 \end_layout
14875
14876 \begin_layout Standard
14877
14878 \series bold
14879
14880 \backslash
14881 cmidrule(r){2-2}
14882 \backslash
14883 cmidrule(l){3-4}
14884 \end_layout
14885
14886 \begin_layout Standard
14887 というコマンドを第二行の初めに使用し、
14888 \end_layout
14889
14890 \begin_layout Standard
14891
14892 \series bold
14893
14894 \backslash
14895 cmidrule[2pt](l{10pt}){1-1}
14896 \end_layout
14897
14898 \begin_layout Standard
14899 を第六行に使用して作成されています。
14900 \end_layout
14901
14902 \begin_layout Standard
14903 \begin_inset VSpace bigskip
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \begin_layout Standard
14910 ときには、表
14911 \begin_inset CommandInset ref
14912 LatexCommand ref
14913 reference "tab:特殊なブックタブ表"
14914
14915 \end_inset
14916
14917 のような重なり合った
14918 \series bold
14919
14920 \backslash
14921 cmidrule
14922 \series default
14923 が欲しいことがあるかもしれません。これは、\SpecialChar TeX
14924 コードで
14925 \end_layout
14926
14927 \begin_layout Standard
14928
14929 \series bold
14930
14931 \backslash
14932 morecmidrules
14933 \end_layout
14934
14935 \begin_layout Standard
14936 コマンドを使用することによって実現することができます。表
14937 \begin_inset CommandInset ref
14938 LatexCommand ref
14939 reference "tab:特殊なブックタブ表"
14940
14941 \end_inset
14942
14943 の第二列には
14944 \end_layout
14945
14946 \begin_layout Standard
14947
14948 \series bold
14949
14950 \backslash
14951 cmidrule(r){2-2}
14952 \backslash
14953 cmidrule(l){3-4}
14954 \backslash
14955 morecmidrules
14956 \backslash
14957 cmidrule{2-4}
14958 \end_layout
14959
14960 \begin_layout Standard
14961 というコマンドが使用されており、第六列には
14962 \end_layout
14963
14964 \begin_layout Standard
14965
14966 \series bold
14967
14968 \backslash
14969 midrule
14970 \backslash
14971 morecmidrules
14972 \backslash
14973 cmidrule{3-4}
14974 \end_layout
14975
14976 \begin_layout Standard
14977 というコマンドが使用されています。
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset VSpace bigskip
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \begin_layout Standard
14988 罫線の余白取りにどうしても満足が行かない場合には、
14989 \end_layout
14990
14991 \begin_layout Standard
14992
14993 \series bold
14994
14995 \backslash
14996 specialrule{幅}{上余白}{下余白}
14997 \end_layout
14998
14999 \begin_layout Standard
15000 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、\SpecialChar LaTeX
15001 パッケージ
15002 \series bold
15003 booktabs
15004 \series default
15005  
15006 \begin_inset CommandInset citation
15007 LatexCommand cite
15008 key "booktabs"
15009
15010 \end_inset
15011
15012
15013 \begin_inset Index idx
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017 \SpecialChar LaTeX
15018 ぱっけーじ@\SpecialChar LaTeX
15019 パッケージ ! booktabs
15020 \end_layout
15021
15022 \end_inset
15023
15024 の取扱説明書をご参照下さい。
15025 \end_layout
15026
15027 \begin_layout Standard
15028 \begin_inset Float table
15029 placement h
15030 wide false
15031 sideways false
15032 status open
15033
15034 \begin_layout Plain Layout
15035 \begin_inset Caption Standard
15036
15037 \begin_layout Plain Layout
15038 \begin_inset CommandInset label
15039 LatexCommand label
15040 name "tab:特殊なブックタブ表"
15041
15042 \end_inset
15043
15044 特殊なブックタブ表
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \begin_layout Plain Layout
15053 \align center
15054 \begin_inset Tabular
15055 <lyxtabular version="3" rows="8" columns="4">
15056 <features booktabs="true" tabularvalignment="middle">
15057 <column alignment="center" valignment="top">
15058 <column alignment="center" valignment="top">
15059 <column alignment="center" valignment="top">
15060 <column alignment="center" valignment="top">
15061 <row>
15062 <cell alignment="center" valignment="top" topline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066 システム
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 Medipix
15076 \begin_inset space \thinspace{}
15077 \end_inset
15078
15079 1
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 Medipix
15089 \begin_inset space \thinspace{}
15090 \end_inset
15091
15092 2
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 \begin_inset ERT
15113 status collapsed
15114
15115 \begin_layout Plain Layout
15116
15117
15118 \backslash
15119 cmidrule(r){2-2}
15120 \end_layout
15121
15122 \end_inset
15123
15124
15125 \begin_inset ERT
15126 status collapsed
15127
15128 \begin_layout Plain Layout
15129
15130
15131 \backslash
15132 cmidrule(l){3-4}
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \begin_inset ERT
15139 status collapsed
15140
15141 \begin_layout Plain Layout
15142
15143
15144 \backslash
15145 morecmidrules 
15146 \end_layout
15147
15148 \end_inset
15149
15150
15151 \begin_inset ERT
15152 status collapsed
15153
15154 \begin_layout Plain Layout
15155
15156
15157 \backslash
15158 cmidrule{2-4}
15159 \end_layout
15160
15161 \end_inset
15162
15163 検知器の厚み [
15164 \begin_inset Formula $\mu m$
15165 \end_inset
15166
15167 ]
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 300
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 300
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 <cell alignment="center" valignment="top" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 700
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 </row>
15200 <row>
15201 <cell alignment="center" valignment="top" topline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 エッジ角 [度]
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 <cell alignment="center" valignment="top" topline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214 3.55
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223 2.71
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 7.99
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row topspace="default">
15239 <cell alignment="center" valignment="top" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 空間分解能 [
15244 \begin_inset Formula $\mu m$
15245 \end_inset
15246
15247 ]
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256 4.26
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 <cell alignment="center" valignment="top" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265 10.17
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 10.56
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row topspace="default">
15281 <cell alignment="center" valignment="top" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Formula $f_{\mathrm{max}}$
15286 \end_inset
15287
15288 におけるMTF
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297 0.53
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 0.37
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 0.39
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 <row>
15322 <cell alignment="center" valignment="top" topline="true" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326 \begin_inset ERT
15327 status collapsed
15328
15329 \begin_layout Plain Layout
15330
15331
15332 \backslash
15333 morecmidrules 
15334 \end_layout
15335
15336 \end_inset
15337
15338
15339 \begin_inset ERT
15340 status collapsed
15341
15342 \begin_layout Plain Layout
15343
15344
15345 \backslash
15346 cmidrule{3-4}
15347 \end_layout
15348
15349 \end_inset
15350
15351 LSF空間分解能
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 <cell alignment="center" valignment="top" topline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 </row>
15384 <row>
15385 <cell alignment="center" valignment="top" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 \begin_inset Formula $\mu m$
15390 \end_inset
15391
15392 表示
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401 129.7
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 52.75
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 50.78
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 </row>
15425 <row>
15426 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 ピクセルサイズに対する%表示
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 76.3
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 95.9
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457 92.3
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 </row>
15463 </lyxtabular>
15464
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \begin_layout Section
15476 表の垂直揃え
15477 \begin_inset Index idx
15478 status collapsed
15479
15480 \begin_layout Plain Layout
15481 ひょう@表 ! そろえ@揃え
15482 \end_layout
15483
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \begin_layout Standard
15490 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "sec:ボックスダイアログ"
15494
15495 \end_inset
15496
15497 節に述べられているように、ボックスの垂直揃えを行います。
15498 \end_layout
15499
15500 \begin_layout Standard
15501 以下の例では、各表は15
15502 \begin_inset space \thinspace{}
15503 \end_inset
15504
15505 列幅%を持つminipage
15506 \begin_inset Foot
15507 status collapsed
15508
15509 \begin_layout Plain Layout
15510 minipageは第
15511 \begin_inset CommandInset ref
15512 LatexCommand ref
15513 reference "sec:ミニページ"
15514
15515 \end_inset
15516
15517 節で説明されています。
15518 \end_layout
15519
15520 \end_inset
15521
15522 ボックスの中に入れてあります。
15523 \end_layout
15524
15525 \begin_layout Itemize
15526 動作試験 
15527 \begin_inset Box Frameless
15528 position "t"
15529 hor_pos "c"
15530 has_inner_box 1
15531 inner_pos "c"
15532 use_parbox 0
15533 use_makebox 0
15534 width "15col%"
15535 special "none"
15536 height "1in"
15537 height_special "totalheight"
15538 thickness "0.4pt"
15539 separation "3pt"
15540 shadowsize "4pt"
15541 framecolor "black"
15542 backgroundcolor "none"
15543 status collapsed
15544
15545 \begin_layout Plain Layout
15546 \begin_inset Tabular
15547 <lyxtabular version="3" rows="3" columns="3">
15548 <features tabularvalignment="middle">
15549 <column alignment="center" valignment="top">
15550 <column alignment="center" valignment="top">
15551 <column alignment="center" valignment="top">
15552 <row>
15553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row>
15611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 </row>
15639 </lyxtabular>
15640
15641 \end_inset
15642
15643
15644 \end_layout
15645
15646 \end_inset
15647
15648  動作試験 
15649 \begin_inset ERT
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653
15654
15655 \backslash
15656 raisebox{0.85
15657 \backslash
15658 baselineskip}{
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \begin_inset Box Frameless
15665 position "t"
15666 hor_pos "c"
15667 has_inner_box 1
15668 inner_pos "c"
15669 use_parbox 0
15670 use_makebox 0
15671 width "15col%"
15672 special "none"
15673 height "1in"
15674 height_special "totalheight"
15675 thickness "0.4pt"
15676 separation "3pt"
15677 shadowsize "4pt"
15678 framecolor "black"
15679 backgroundcolor "none"
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 \begin_inset Tabular
15684 <lyxtabular version="3" rows="3" columns="3">
15685 <features 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 Itemize
15800 動作試験 
15801 \begin_inset Box Frameless
15802 position "c"
15803 hor_pos "c"
15804 has_inner_box 1
15805 inner_pos "c"
15806 use_parbox 0
15807 use_makebox 0
15808 width "15col%"
15809 special "none"
15810 height "1in"
15811 height_special "totalheight"
15812 thickness "0.4pt"
15813 separation "3pt"
15814 shadowsize "4pt"
15815 framecolor "black"
15816 backgroundcolor "none"
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Tabular
15821 <lyxtabular version="3" rows="3" columns="3">
15822 <features tabularvalignment="middle">
15823 <column alignment="center" valignment="top">
15824 <column alignment="center" valignment="top">
15825 <column alignment="center" valignment="top">
15826 <row>
15827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 </row>
15855 <row>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 </row>
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 </row>
15913 </lyxtabular>
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \begin_layout Itemize
15926 動作試験 
15927 \begin_inset Box Frameless
15928 position "b"
15929 hor_pos "c"
15930 has_inner_box 1
15931 inner_pos "c"
15932 use_parbox 0
15933 use_makebox 0
15934 width "15col%"
15935 special "none"
15936 height "1in"
15937 height_special "totalheight"
15938 thickness "0.4pt"
15939 separation "3pt"
15940 shadowsize "4pt"
15941 framecolor "black"
15942 backgroundcolor "none"
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946 \begin_inset Tabular
15947 <lyxtabular version="3" rows="3" columns="3">
15948 <features tabularvalignment="middle">
15949 <column alignment="center" valignment="top">
15950 <column alignment="center" valignment="top">
15951 <column alignment="center" valignment="top">
15952 <row>
15953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 </row>
16010 <row>
16011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 </lyxtabular>
16040
16041 \end_inset
16042
16043
16044 \end_layout
16045
16046 \end_inset
16047
16048  動作試験 
16049 \begin_inset ERT
16050 status collapsed
16051
16052 \begin_layout Plain Layout
16053
16054
16055 \backslash
16056 raisebox{-0.32
16057 \backslash
16058 baselineskip}{
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \begin_inset Box Frameless
16065 position "b"
16066 hor_pos "c"
16067 has_inner_box 1
16068 inner_pos "c"
16069 use_parbox 0
16070 use_makebox 0
16071 width "15col%"
16072 special "none"
16073 height "1in"
16074 height_special "totalheight"
16075 thickness "0.4pt"
16076 separation "3pt"
16077 shadowsize "4pt"
16078 framecolor "black"
16079 backgroundcolor "none"
16080 status collapsed
16081
16082 \begin_layout Plain Layout
16083 \begin_inset Tabular
16084 <lyxtabular version="3" rows="3" columns="3">
16085 <features tabularvalignment="middle">
16086 <column alignment="center" valignment="top">
16087 <column alignment="center" valignment="top">
16088 <column alignment="center" valignment="top">
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 </row>
16118 <row>
16119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 </lyxtabular>
16177
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \begin_inset ERT
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190
16191 }
16192 \end_layout
16193
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Standard
16200 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16201 \begin_inset Foot
16202 status collapsed
16203
16204 \begin_layout Plain Layout
16205 raiseboxは、第
16206 \begin_inset CommandInset ref
16207 LatexCommand ref
16208 reference "subsec:垂直揃え"
16209
16210 \end_inset
16211
16212 節で説明されています。
16213 \end_layout
16214
16215 \end_inset
16216
16217 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16218 \end_layout
16219
16220 \begin_layout Standard
16221
16222 \series bold
16223
16224 \backslash
16225 raisebox{0.85
16226 \backslash
16227 baselineskip}{
16228 \end_layout
16229
16230 \begin_layout Standard
16231 という\SpecialChar TeX
16232 コードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16233 \series bold
16234 }
16235 \series default
16236 を\SpecialChar TeX
16237 コードとして挿入してあります。最後の項目の第二表には、
16238 \end_layout
16239
16240 \begin_layout Standard
16241
16242 \series bold
16243
16244 \backslash
16245 raisebox{-0.32
16246 \backslash
16247 baselineskip}{
16248 \end_layout
16249
16250 \begin_layout Standard
16251 というコマンドを使用しています。
16252 \end_layout
16253
16254 \begin_layout Standard
16255 \begin_inset Note Greyedout
16256 status open
16257
16258 \begin_layout Plain Layout
16259
16260 \series bold
16261 【註】
16262 \series default
16263 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16264 \series bold
16265
16266 \backslash
16267 raisebox
16268 \series default
16269 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16270 \end_layout
16271
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \begin_layout Section
16278 色付きの表
16279 \begin_inset CommandInset label
16280 LatexCommand label
16281 name "sec:色付きの表"
16282
16283 \end_inset
16284
16285
16286 \begin_inset Index idx
16287 status collapsed
16288
16289 \begin_layout Plain Layout
16290 ひょう@表 ! いろつき@色付き
16291 \end_layout
16292
16293 \end_inset
16294
16295
16296 \end_layout
16297
16298 \begin_layout Subsection
16299 色付きのセル
16300 \begin_inset Index idx
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304 ひょうのいろ@表の色 ! せるぶ@セル部
16305 \end_layout
16306
16307 \end_inset
16308
16309
16310 \begin_inset Index idx
16311 status collapsed
16312
16313 \begin_layout Plain Layout
16314 いろつき@色付き ! ひょうせるぶ@表セル部
16315 \end_layout
16316
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \begin_layout Standard
16323 \begin_inset Float table
16324 placement h
16325 wide false
16326 sideways false
16327 status open
16328
16329 \begin_layout Plain Layout
16330 \begin_inset Caption Standard
16331
16332 \begin_layout Plain Layout
16333 \begin_inset CommandInset label
16334 LatexCommand label
16335 name "tab:colortblなしの表"
16336
16337 \end_inset
16338
16339
16340 \series bold
16341 colortbl
16342 \series default
16343 パッケージを使用しない色付き表
16344 \begin_inset Argument 1
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348 colortblなしの表
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Plain Layout
16362 \align center
16363 \begin_inset Tabular
16364 <lyxtabular version="3" rows="3" columns="3">
16365 <features tabularvalignment="middle">
16366 <column alignment="center" valignment="top">
16367 <column alignment="center" valignment="top">
16368 <column alignment="center" valignment="top">
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374
16375 \color green
16376
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385
16386 \color red
16387
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396
16397 \color red
16398
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 </row>
16404 <row>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409
16410 \color green
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \color blue
16422
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \color blue
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \color green
16446
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455
16456 \color blue
16457
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466
16467 \color blue
16468
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 </lyxtabular>
16475
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \begin_layout Standard
16487 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16488 \family sans
16489 編集\SpecialChar menuseparator
16490 文字様式
16491 \family default
16492 メニューで色を選んでください。表
16493 \begin_inset CommandInset ref
16494 LatexCommand ref
16495 reference "tab:colortblなしの表"
16496
16497 \end_inset
16498
16499 を作るのに、この方法が使われています。それ以外の場合には、\SpecialChar LaTeX
16500 パッケージの
16501 \series bold
16502 colortbl
16503 \series default
16504
16505 \begin_inset Index idx
16506 status collapsed
16507
16508 \begin_layout Plain Layout
16509 \SpecialChar LaTeX
16510 ぱっけーじ@\SpecialChar LaTeX
16511 パッケージ ! colortbl
16512 \end_layout
16513
16514 \end_inset
16515
16516 を使用しなくてはなりません。
16517 \end_layout
16518
16519 \begin_layout Standard
16520 \begin_inset ERT
16521 status collapsed
16522
16523 \begin_layout Plain Layout
16524
16525
16526 \backslash
16527 ifcolortbl
16528 \end_layout
16529
16530 \end_inset
16531
16532
16533 \begin_inset Note Note
16534 status open
16535
16536 \begin_layout Plain Layout
16537 本節の以下の部分は、\SpecialChar LaTeX
16538 パッケージ
16539 \series bold
16540 colortbl
16541 \series default
16542 が導入済みのときのみ表示されます。
16543 \end_layout
16544
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \begin_layout Standard
16551 色付きの表を作成するには、プリアンブルに
16552 \end_layout
16553
16554 \begin_layout Standard
16555
16556 \series bold
16557
16558 \backslash
16559 usepackage{colortbl}
16560 \end_layout
16561
16562 \begin_layout Standard
16563 という行を書いて
16564 \series bold
16565 colortbl
16566 \series default
16567 を読み込まなくてはなりません。列の色は、
16568 \series bold
16569 >{ }
16570 \series default
16571 コマンドの中に
16572 \end_layout
16573
16574 \begin_layout Standard
16575
16576 \series bold
16577
16578 \backslash
16579 columncolor{色彩名}
16580 \end_layout
16581
16582 \begin_layout Standard
16583 というコマンドを書いて指定することができます。
16584 \series bold
16585 >{}
16586 \series default
16587 コマンドに関する詳細は、第
16588 \begin_inset CommandInset ref
16589 LatexCommand ref
16590 reference "subsec:連結列の計算"
16591
16592 \end_inset
16593
16594 節に述べられています。
16595 \end_layout
16596
16597 \begin_layout Standard
16598 以下の色彩名が事前に定義されています。
16599 \end_layout
16600
16601 \begin_layout Standard
16602
16603 \family sans
16604 red
16605 \family default
16606
16607 \family sans
16608 green
16609 \family default
16610
16611 \family sans
16612 yellow
16613 \family default
16614
16615 \family sans
16616 blue
16617 \family default
16618
16619 \family sans
16620 cyan
16621 \family default
16622
16623 \family sans
16624 magenta
16625 \family default
16626
16627 \family sans
16628 black
16629 \family default
16630
16631 \family sans
16632 white
16633 \end_layout
16634
16635 \begin_layout Standard
16636 \begin_inset VSpace medskip
16637 \end_inset
16638
16639
16640 \end_layout
16641
16642 \begin_layout Standard
16643 また、文書設定中で、文書クラスオプションに
16644 \end_layout
16645
16646 \begin_layout Standard
16647
16648 \series bold
16649 usenames,dvipsnames
16650 \end_layout
16651
16652 \begin_layout Standard
16653 を与えると、さらに61色を使用することができます。これらの色は、附録
16654 \begin_inset CommandInset ref
16655 LatexCommand ref
16656 reference "chap:dvips色名一覧"
16657
16658 \end_inset
16659
16660 に列挙されています。それらの色の1つ、
16661 \family sans
16662 Maroon
16663 \family default
16664 が、例として表
16665 \begin_inset CommandInset ref
16666 LatexCommand ref
16667 reference "tab:色付き表"
16668
16669 \end_inset
16670
16671 に使用されています。
16672 \end_layout
16673
16674 \begin_layout Standard
16675 \begin_inset VSpace medskip
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \begin_layout Standard
16682 また
16683 \end_layout
16684
16685 \begin_layout Standard
16686
16687 \series bold
16688
16689 \backslash
16690 definecolor{色彩名}{色彩モデル}{色彩値}
16691 \end_layout
16692
16693 \begin_layout Standard
16694 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16695 \end_layout
16696
16697 \begin_layout Labeling
16698 \labelwidthstring 00.00.0000
16699 cmyk: シアン(
16700 \bar under
16701 c
16702 \bar default
16703 yan)・マゼンタ(
16704 \bar under
16705 m
16706 \bar default
16707 agenta)・黄(
16708 \bar under
16709 y
16710 \bar default
16711 ellow)・黒(blac
16712 \bar under
16713 k
16714 \bar default
16715 )
16716 \end_layout
16717
16718 \begin_layout Labeling
16719 \labelwidthstring 00.00.0000
16720 rgb: 赤(
16721 \bar under
16722 r
16723 \bar default
16724 ed)・緑(
16725 \bar under
16726 g
16727 \bar default
16728 reen)・青(
16729 \bar under
16730 b
16731 \bar default
16732 lue)
16733 \end_layout
16734
16735 \begin_layout Labeling
16736 \labelwidthstring 00.00.0000
16737 gray: グレー
16738 \end_layout
16739
16740 \begin_layout Standard
16741 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16742 \end_layout
16743
16744 \begin_layout Standard
16745 たとえば、プリアンブルに
16746 \end_layout
16747
16748 \begin_layout Standard
16749
16750 \series bold
16751
16752 \backslash
16753 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16754 \end_layout
16755
16756 \begin_layout Standard
16757 と書くことによって、「
16758 \emph on
16759 darkgreen
16760 \emph default
16761 」色を定義することができますし、
16762 \end_layout
16763
16764 \begin_layout Standard
16765
16766 \series bold
16767
16768 \backslash
16769 definecolor{lightgray}{gray}{0.8}
16770 \end_layout
16771
16772 \begin_layout Standard
16773 と書けば、「
16774 \emph on
16775 lightgray
16776 \emph default
16777 」色を定義することができます。
16778 \end_layout
16779
16780 \begin_layout Standard
16781 \begin_inset VSpace medskip
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Standard
16788 罫線は
16789 \end_layout
16790
16791 \begin_layout Standard
16792
16793 \series bold
16794
16795 \backslash
16796 rowcolor{色彩名}
16797 \end_layout
16798
16799 \begin_layout Standard
16800 というコマンドを使用して色付けすることができ、セルは
16801 \end_layout
16802
16803 \begin_layout Standard
16804
16805 \series bold
16806
16807 \backslash
16808 cellcolor{色彩名}
16809 \end_layout
16810
16811 \begin_layout Standard
16812 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭に\SpecialChar TeX
16813 コードで書き込みます。
16814 \end_layout
16815
16816 \begin_layout Standard
16817 表中の文字に色付けをするには、セルを選択してから、\SpecialChar LyX
16818 のメニュー
16819 \family sans
16820 編集\SpecialChar menuseparator
16821 文字様式
16822 \family default
16823 を使用します。セルに\SpecialChar TeX
16824 コードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定された\SpecialChar TeX
16825 コードが\SpecialChar LaTeX
16826 エラーを引き起こしてしまいます。
16827 \end_layout
16828
16829 \begin_layout Standard
16830 \begin_inset Note Greyedout
16831 status open
16832
16833 \begin_layout Plain Layout
16834
16835 \series bold
16836 【註】
16837 \series default
16838 DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16839 \end_layout
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \begin_layout Standard
16847 \begin_inset VSpace bigskip
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \begin_layout Standard
16854
16855 \begin_inset CommandInset ref
16856 LatexCommand ref
16857 reference "tab:色付き表"
16858
16859 \end_inset
16860
16861 を作成するには、以下のようにしてください。第一列の色は
16862 \emph on
16863 darkgreen
16864 \emph default
16865 にしたいので、この列の\SpecialChar LaTeX
16866 変数として
16867 \end_layout
16868
16869 \begin_layout Standard
16870
16871 \series bold
16872 >{
16873 \backslash
16874 columncolor{darkgreen}
16875 \backslash
16876 centering}c
16877 \end_layout
16878
16879 \begin_layout Standard
16880 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16881 \end_layout
16882
16883 \begin_layout Standard
16884
16885 \series bold
16886
16887 \backslash
16888 rowcolow{cyan}
16889 \end_layout
16890
16891 \begin_layout Standard
16892 という\SpecialChar TeX
16893 コードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16894 \end_layout
16895
16896 \begin_layout Standard
16897
16898 \series bold
16899
16900 \backslash
16901 cellcolor{Maroon}
16902 \end_layout
16903
16904 \begin_layout Standard
16905 という\SpecialChar TeX
16906 コードコマンドを書き込むことで、マルーンに色づけされています。この後、
16907 \family sans
16908 編集\SpecialChar menuseparator
16909 文字様式
16910 \family default
16911 メニューを使って、各文字に色付けをすることができます。
16912 \end_layout
16913
16914 \begin_layout Standard
16915 \begin_inset Float table
16916 placement h
16917 wide false
16918 sideways false
16919 status open
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Caption Standard
16923
16924 \begin_layout Plain Layout
16925
16926 \series bold
16927 \begin_inset CommandInset label
16928 LatexCommand label
16929 name "tab:色付き表"
16930
16931 \end_inset
16932
16933 colortbl
16934 \series default
16935 パッケージを使用した色付き表
16936 \begin_inset Argument 1
16937 status collapsed
16938
16939 \begin_layout Plain Layout
16940 colortblを使った表
16941 \end_layout
16942
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \begin_layout Plain Layout
16954 \align center
16955 \begin_inset Tabular
16956 <lyxtabular version="3" rows="3" columns="3">
16957 <features tabularvalignment="middle">
16958 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16959 <column alignment="center" valignment="top">
16960 <column alignment="center" valignment="top">
16961 <row>
16962 <cell alignment="center" valignment="top" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset ERT
16967 status collapsed
16968
16969 \begin_layout Plain Layout
16970
16971
16972 \backslash
16973 rowcolor{cyan}
16974 \end_layout
16975
16976 \end_inset
16977
16978
16979 \color magenta
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \color red
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \color red
17002
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 <row>
17009 <cell alignment="center" valignment="top" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013
17014 \color yellow
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell alignment="center" valignment="top" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024
17025 \color blue
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \color blue
17037
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="center" valignment="top" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048
17049 \color yellow
17050
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059
17060 \color blue
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 \begin_inset ERT
17071 status collapsed
17072
17073 \begin_layout Plain Layout
17074
17075
17076 \backslash
17077 cellcolor{Maroon}
17078 \end_layout
17079
17080 \end_inset
17081
17082
17083 \color green
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 </lyxtabular>
17091
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \begin_layout Standard
17103 \begin_inset ERT
17104 status collapsed
17105
17106 \begin_layout Plain Layout
17107
17108
17109 \backslash
17110 else
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \begin_inset Note Note
17117 status open
17118
17119 \begin_layout Plain Layout
17120 以下は、\SpecialChar LaTeX
17121 パッケージ
17122 \series bold
17123 colortbl
17124 \series default
17125 が導入されていないときに表示されます。
17126 \end_layout
17127
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \begin_layout Standard
17134 この節の内容を出力で表示させるには、
17135 \series bold
17136 colortbl
17137 \series default
17138 パッケージを導入する必要があります。
17139 \end_layout
17140
17141 \begin_layout Standard
17142 \begin_inset ERT
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146
17147
17148 \backslash
17149 fi
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Subsection
17158 色付き行
17159 \begin_inset Index idx
17160 status collapsed
17161
17162 \begin_layout Plain Layout
17163 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \begin_inset Index idx
17170 status collapsed
17171
17172 \begin_layout Plain Layout
17173 いろつき@色付き ! ひょうのぎょう@表の行
17174 \end_layout
17175
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \begin_layout Standard
17182 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
17183 \end_layout
17184
17185 \begin_layout Standard
17186
17187 \series bold
17188
17189 \backslash
17190 usepackage[table]{xcolor}
17191 \end_layout
17192
17193 \begin_layout Standard
17194 というコマンドを使用して、
17195 \series bold
17196 xcolor
17197 \series default
17198
17199 \begin_inset Index idx
17200 status collapsed
17201
17202 \begin_layout Plain Layout
17203 \SpecialChar LaTeX
17204 ぱっけーじ@\SpecialChar LaTeX
17205 パッケージ ! xcolor
17206 \begin_inset ERT
17207 status collapsed
17208
17209 \begin_layout Plain Layout
17210
17211
17212 \backslash
17213 vspace{4mm}
17214 \end_layout
17215
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222
17223 パッケージを読み込むのです。
17224 \series bold
17225 xcolor
17226 \series default
17227 は、自動的に
17228 \series bold
17229 colortbl
17230 \series default
17231
17232 \begin_inset Index idx
17233 status collapsed
17234
17235 \begin_layout Plain Layout
17236 \SpecialChar LaTeX
17237 ぱっけーじ@\SpecialChar LaTeX
17238 パッケージ ! colortbl
17239 \end_layout
17240
17241 \end_inset
17242
17243 パッケージも読み込むので、\SpecialChar LaTeX
17244 エラーを防ぐためには、お使いの\SpecialChar LaTeX
17245 頒布版中に
17246 \series bold
17247 colortbl
17248 \series default
17249 も導入されていなくてはなりません。
17250 \end_layout
17251
17252 \begin_layout Standard
17253 \begin_inset ERT
17254 status collapsed
17255
17256 \begin_layout Plain Layout
17257
17258
17259 \backslash
17260 ifcolortbl
17261 \end_layout
17262
17263 \end_inset
17264
17265
17266 \begin_inset Note Note
17267 status open
17268
17269 \begin_layout Plain Layout
17270 本節の以下の部分は、\SpecialChar LaTeX
17271 パッケージ
17272 \series bold
17273 colortbl
17274 \series default
17275 が導入済みのときのみ表示されます。
17276 \end_layout
17277
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \begin_layout Standard
17284 表の行は、文書プリアンブル中か、色付けする最初の表の前に\SpecialChar TeX
17285 コードで
17286 \end_layout
17287
17288 \begin_layout Standard
17289
17290 \series bold
17291
17292 \backslash
17293 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17294 \end_layout
17295
17296 \begin_layout Standard
17297 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17298 を付加する時に用います。したがって、例えば
17299 \end_layout
17300
17301 \begin_layout Standard
17302
17303 \series bold
17304
17305 \backslash
17306 rowcolors{1}{white}{lightgray}
17307 \end_layout
17308
17309 \begin_layout Standard
17310 というコマンドは、表
17311 \begin_inset CommandInset ref
17312 LatexCommand ref
17313 reference "tab:表-行色"
17314
17315 \end_inset
17316
17317 のようなカラースキームをもたらします。また、
17318 \end_layout
17319
17320 \begin_layout Standard
17321
17322 \series bold
17323
17324 \backslash
17325 rowcolors[
17326 \backslash
17327 hline]{1}{lightgray}{cyan}
17328 \end_layout
17329
17330 \begin_layout Standard
17331 というコマンドを用いると、表
17332 \begin_inset CommandInset ref
17333 LatexCommand ref
17334 reference "tab:表-行色-2"
17335
17336 \end_inset
17337
17338 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17339 \end_layout
17340
17341 \begin_layout Standard
17342
17343 \series bold
17344
17345 \backslash
17346 rowcolors{1}{}{}
17347 \end_layout
17348
17349 \begin_layout Standard
17350 というコマンドはすべての色付けを削除することになります。
17351 \series bold
17352
17353 \backslash
17354 rowcolors
17355 \series default
17356 は、コマンドに続くすべての表に影響を及ぼします。
17357 \end_layout
17358
17359 \begin_layout Standard
17360 \begin_inset ERT
17361 status open
17362
17363 \begin_layout Plain Layout
17364
17365
17366 \backslash
17367 rowcolors{1}{white}{lightgray}
17368 \end_layout
17369
17370 \end_inset
17371
17372
17373 \end_layout
17374
17375 \begin_layout Standard
17376 \begin_inset Float table
17377 placement h
17378 wide false
17379 sideways false
17380 status open
17381
17382 \begin_layout Plain Layout
17383 \begin_inset Caption Standard
17384
17385 \begin_layout Plain Layout
17386 \begin_inset CommandInset label
17387 LatexCommand label
17388 name "tab:表-行色"
17389
17390 \end_inset
17391
17392 隔行が灰色に着色された表
17393 \end_layout
17394
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \begin_layout Plain Layout
17401 \align center
17402 \begin_inset Tabular
17403 <lyxtabular version="3" rows="4" columns="3">
17404 <features tabularvalignment="middle">
17405 <column alignment="center" valignment="top">
17406 <column alignment="center" valignment="top" width="0pt">
17407 <column alignment="center" valignment="top" width="0pt">
17408 <row>
17409 <cell alignment="center" valignment="top" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 1
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 2
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 3
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 </row>
17466 <row>
17467 <cell alignment="center" valignment="top" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 4
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 5
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 <cell alignment="center" valignment="top" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489 6
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 </row>
17495 <row>
17496 <cell alignment="center" valignment="top" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 7
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 8
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 9
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 </row>
17524 </lyxtabular>
17525
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \begin_layout Standard
17537 \begin_inset ERT
17538 status open
17539
17540 \begin_layout Plain Layout
17541
17542
17543 \backslash
17544 rowcolors[
17545 \backslash
17546 hline]{1}{lightgray}{cyan}
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \begin_layout Standard
17555 \begin_inset Float table
17556 placement h
17557 wide false
17558 sideways false
17559 status open
17560
17561 \begin_layout Plain Layout
17562 \begin_inset Caption Standard
17563
17564 \begin_layout Plain Layout
17565 \begin_inset CommandInset label
17566 LatexCommand label
17567 name "tab:表-行色-2"
17568
17569 \end_inset
17570
17571 隔行でシアン色に着色され、行間に線の入った表
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Plain Layout
17580 \align center
17581 \begin_inset Tabular
17582 <lyxtabular version="3" rows="4" columns="3">
17583 <features tabularvalignment="middle">
17584 <column alignment="center" valignment="top">
17585 <column alignment="center" valignment="top">
17586 <column alignment="center" valignment="top" width="0pt">
17587 <row>
17588 <cell alignment="center" valignment="top" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 1
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 2
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 3
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650 4
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 <cell alignment="center" valignment="top" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659 5
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 6
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 </row>
17674 <row>
17675 <cell alignment="center" valignment="top" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 7
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 8
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697 9
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 </row>
17703 </lyxtabular>
17704
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Standard
17716 \begin_inset ERT
17717 status collapsed
17718
17719 \begin_layout Plain Layout
17720
17721
17722 \backslash
17723 rowcolors{1}{}{}
17724 \end_layout
17725
17726 \end_inset
17727
17728
17729 \begin_inset Note Note
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733 行色を解除
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \begin_inset ERT
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746
17747
17748 \backslash
17749 else
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \begin_inset Note Note
17756 status open
17757
17758 \begin_layout Plain Layout
17759 以下は、\SpecialChar LaTeX
17760 パッケージ
17761 \series bold
17762 colortbl
17763 \series default
17764 が導入されていないときに表示されます。
17765 \end_layout
17766
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \begin_layout Standard
17773 この節の内容を出力で表示させるには、
17774 \series bold
17775 colortbl
17776 \series default
17777 パッケージを導入する必要があります。
17778 \end_layout
17779
17780 \begin_layout Standard
17781 \begin_inset ERT
17782 status collapsed
17783
17784 \begin_layout Plain Layout
17785
17786
17787 \backslash
17788 fi
17789 \end_layout
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Subsection
17797 色付き罫線
17798 \begin_inset Index idx
17799 status collapsed
17800
17801 \begin_layout Plain Layout
17802 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \begin_inset Index idx
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821
17822 \begin_inset CommandInset ref
17823 LatexCommand ref
17824 reference "subsec:罫線幅"
17825
17826 \end_inset
17827
17828 節に述べられているように、表中の全罫線の線幅は、長さ
17829 \series bold
17830
17831 \backslash
17832 arrayrulewidth
17833 \series default
17834 を使って調節することができます。本節の表では、すべて1.5
17835 \begin_inset space \thinspace{}
17836 \end_inset
17837
17838 ptに設定されています。
17839 \begin_inset ERT
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843
17844
17845 \backslash
17846 setlength{
17847 \backslash
17848 arrayrulewidth}{1.5pt}
17849 \end_layout
17850
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \begin_layout Standard
17857 たとえば縦罫線を緑に着色するには、第
17858 \begin_inset CommandInset ref
17859 LatexCommand ref
17860 reference "subsec:自製書式"
17861
17862 \end_inset
17863
17864 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17865 \end_layout
17866
17867 \begin_layout Standard
17868
17869 \series bold
17870
17871 \backslash
17872 newcolumntype{W}{!{
17873 \backslash
17874 color{green}
17875 \backslash
17876 vline}}
17877 \end_layout
17878
17879 \begin_layout Standard
17880
17881 \begin_inset CommandInset ref
17882 LatexCommand ref
17883 reference "tab:色付き縦罫線の表"
17884
17885 \end_inset
17886
17887 では、最右列に\SpecialChar LaTeX
17888 変数
17889 \series bold
17890 WcW
17891 \series default
17892 、他の列に\SpecialChar LaTeX
17893 変数
17894 \series bold
17895 Wc
17896 \series default
17897 が使用されています。
17898 \end_layout
17899
17900 \begin_layout Standard
17901 複数の色を用いたいときには、列書式をもっと定義してください。
17902 \end_layout
17903
17904 \begin_layout Standard
17905 \begin_inset Float table
17906 placement h
17907 wide false
17908 sideways false
17909 status open
17910
17911 \begin_layout Plain Layout
17912 \begin_inset Caption Standard
17913
17914 \begin_layout Plain Layout
17915 \begin_inset CommandInset label
17916 LatexCommand label
17917 name "tab:色付き縦罫線の表"
17918
17919 \end_inset
17920
17921 色付き縦罫線の表
17922 \end_layout
17923
17924 \end_inset
17925
17926
17927 \end_layout
17928
17929 \begin_layout Plain Layout
17930 \align center
17931 \begin_inset Tabular
17932 <lyxtabular version="3" rows="3" columns="3">
17933 <features tabularvalignment="middle">
17934 <column alignment="center" valignment="top" special="Wc">
17935 <column alignment="center" valignment="top" special="Wc">
17936 <column alignment="center" valignment="top" special="WcW">
17937 <row>
17938 <cell alignment="center" valignment="top" topline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 sd
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 <row>
17967 <cell alignment="center" valignment="top" topline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 sd
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 </row>
17995 <row>
17996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 sd
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 </row>
18024 </lyxtabular>
18025
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \begin_layout Standard
18037 \begin_inset VSpace bigskip
18038 \end_inset
18039
18040
18041 \begin_inset CommandInset ref
18042 LatexCommand ref
18043 reference "tab:色付き横罫線の表"
18044
18045 \end_inset
18046
18047 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前に\SpecialChar TeX
18048 コードで
18049 \end_layout
18050
18051 \begin_layout Standard
18052
18053 \series bold
18054
18055 \backslash
18056 let
18057 \backslash
18058 myHlineC
18059 \backslash
18060 hline
18061 \begin_inset Newline newline
18062 \end_inset
18063
18064
18065 \backslash
18066 renewcommand{
18067 \backslash
18068 hline}
18069 \begin_inset Newline newline
18070 \end_inset
18071
18072
18073 \begin_inset Phantom HPhantom
18074 status open
18075
18076 \begin_layout Plain Layout
18077 \begin_inset space ~
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084
18085 {
18086 \backslash
18087 arrayrulecolor{red}
18088 \backslash
18089 myHlineC
18090 \backslash
18091 arrayrulecolor{black}}
18092 \end_layout
18093
18094 \begin_layout Standard
18095 というコマンドを入力して下さい。
18096 \end_layout
18097
18098 \begin_layout Standard
18099 \begin_inset ERT
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103
18104
18105 \backslash
18106 let
18107 \backslash
18108 myHlineC
18109 \backslash
18110 hline
18111 \end_layout
18112
18113 \begin_layout Plain Layout
18114
18115
18116 \backslash
18117 renewcommand{
18118 \backslash
18119 hline}
18120 \end_layout
18121
18122 \begin_layout Plain Layout
18123
18124  {
18125 \backslash
18126 arrayrulecolor{red}
18127 \backslash
18128 myHlineC
18129 \backslash
18130 arrayrulecolor{black}}
18131 \end_layout
18132
18133 \end_inset
18134
18135
18136 \begin_inset Float table
18137 placement h
18138 wide false
18139 sideways false
18140 status open
18141
18142 \begin_layout Plain Layout
18143 \begin_inset Caption Standard
18144
18145 \begin_layout Plain Layout
18146 \begin_inset CommandInset label
18147 LatexCommand label
18148 name "tab:色付き横罫線の表"
18149
18150 \end_inset
18151
18152 色付き横罫線の表
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Plain Layout
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="3" columns="3">
18164 <features tabularvalignment="middle">
18165 <column alignment="center" valignment="top">
18166 <column alignment="center" valignment="top">
18167 <column alignment="center" valignment="top">
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 sd
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 <row>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 sd
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 </row>
18226 <row>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 sd
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 </lyxtabular>
18256
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 既定値の黒罫線に戻るには、
18269 \end_layout
18270
18271 \begin_layout Standard
18272
18273 \series bold
18274
18275 \backslash
18276 renewcommand{
18277 \backslash
18278 hline}{
18279 \backslash
18280 myHlineC}
18281 \end_layout
18282
18283 \begin_layout Standard
18284 というコマンドを、表ないし表フロートの後に\SpecialChar TeX
18285 コードで入力して下さい。表
18286 \begin_inset CommandInset ref
18287 LatexCommand ref
18288 reference "tab:色付き罫線の表"
18289
18290 \end_inset
18291
18292 は、縦横罫線を色付けした例です。
18293 \end_layout
18294
18295 \begin_layout Standard
18296 \begin_inset Float table
18297 placement h
18298 wide false
18299 sideways false
18300 status open
18301
18302 \begin_layout Plain Layout
18303 \begin_inset Caption Standard
18304
18305 \begin_layout Plain Layout
18306 \begin_inset CommandInset label
18307 LatexCommand label
18308 name "tab:色付き罫線の表"
18309
18310 \end_inset
18311
18312 色付き罫線の表
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Plain Layout
18321 \align center
18322 \begin_inset Tabular
18323 <lyxtabular version="3" rows="3" columns="3">
18324 <features tabularvalignment="middle">
18325 <column alignment="center" valignment="top" special="Wc">
18326 <column alignment="center" valignment="top" special="Wc">
18327 <column alignment="center" valignment="top" special="WcW">
18328 <row>
18329 <cell alignment="center" valignment="top" topline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 sd
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" topline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 <row>
18358 <cell alignment="center" valignment="top" topline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 sd
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 </row>
18386 <row topspace="default">
18387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 sd
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 </lyxtabular>
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Standard
18428 \begin_inset ERT
18429 status collapsed
18430
18431 \begin_layout Plain Layout
18432
18433
18434 \backslash
18435 renewcommand{
18436 \backslash
18437 hline}{
18438 \backslash
18439 myHlineC}
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 \begin_inset ERT
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452
18453
18454 \backslash
18455 setlength{
18456 \backslash
18457 arrayrulewidth}{0.4pt}
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Section
18466 表セルの回転
18467 \begin_inset CommandInset label
18468 LatexCommand label
18469 name "sec:表セルの回転"
18470
18471 \end_inset
18472
18473
18474 \begin_inset Index idx
18475 status collapsed
18476
18477 \begin_layout Plain Layout
18478 ひょう@表 ! せるのかいてん@セルの回転
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \begin_inset Index idx
18485 status collapsed
18486
18487 \begin_layout Plain Layout
18488 かいてん@回転 ! そざいの@素材の—
18489 \end_layout
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \begin_layout Standard
18497 \begin_inset Note Greyedout
18498 status open
18499
18500 \begin_layout Plain Layout
18501
18502 \series bold
18503 【註】
18504 \series default
18505 すべてのDVIビューアが回転表示できるわけではありません。
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Standard
18514 と入れてください。表
18515 \begin_inset CommandInset ref
18516 LatexCommand ref
18517 reference "tab:回転表"
18518
18519 \end_inset
18520
18521 は、3つのセルを45°回転させた用例です。
18522 \end_layout
18523
18524 \begin_layout Standard
18525 \begin_inset Float table
18526 wide false
18527 sideways false
18528 status open
18529
18530 \begin_layout Plain Layout
18531 \begin_inset Caption Standard
18532
18533 \begin_layout Plain Layout
18534 \begin_inset CommandInset label
18535 LatexCommand label
18536 name "tab:回転表"
18537
18538 \end_inset
18539
18540 1行目に回転セルのある表
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \end_layout
18547
18548 \begin_layout Plain Layout
18549 \noindent
18550 \align center
18551 \begin_inset Tabular
18552 <lyxtabular version="3" rows="2" columns="3">
18553 <features tabularvalignment="middle">
18554 <column alignment="center" valignment="top" width="0pt">
18555 <column alignment="center" valignment="top" width="0pt">
18556 <column alignment="center" valignment="top" width="0pt">
18557 <row>
18558 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 コップ
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 受け皿
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 <row>
18587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 45
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 33
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 21
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 </lyxtabular>
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Standard
18628 \begin_inset Note Greyedout
18629 status open
18630
18631 \begin_layout Plain Layout
18632
18633 \series bold
18634 【註】
18635 \series default
18636 回転セル中では、改行(
18637 \begin_inset Flex Ruby
18638 status collapsed
18639
18640 \begin_layout Plain Layout
18641 捷径
18642 \begin_inset Argument post:1
18643 status collapsed
18644
18645 \begin_layout Plain Layout
18646 ショートカット
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \end_inset
18655
18656
18657 \begin_inset Info
18658 type  "shortcut"
18659 arg   "newline-insert newline"
18660 \end_inset
18661
18662 )はできません。
18663 \end_layout
18664
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \begin_layout Standard
18671 改行を含むセルを回転させたい場合には、セルの内容をminipageかparboxに置かなくてはなりません
18672 \begin_inset Foot
18673 status collapsed
18674
18675 \begin_layout Plain Layout
18676 これらのボックスについて詳しくは、第
18677 \begin_inset CommandInset ref
18678 LatexCommand ref
18679 reference "sec:ミニページ"
18680
18681 \end_inset
18682
18683 節および第
18684 \begin_inset CommandInset ref
18685 LatexCommand ref
18686 reference "sec:Parboxes"
18687
18688 \end_inset
18689
18690 節をご覧ください。
18691 \end_layout
18692
18693 \end_inset
18694
18695 。このセルを90
18696 \begin_inset space \thinspace{}
18697 \end_inset
18698
18699 °回転させると、ボックス幅はセルの高さになります。表
18700 \begin_inset CommandInset ref
18701 LatexCommand ref
18702 reference "tab:表多行回転"
18703
18704 \end_inset
18705
18706 は、ボックス幅が3
18707 \begin_inset space \thinspace{}
18708 \end_inset
18709
18710 cmの、多行セルを回転させる例です。
18711 \end_layout
18712
18713 \begin_layout Standard
18714 \begin_inset Float table
18715 wide false
18716 sideways false
18717 status open
18718
18719 \begin_layout Plain Layout
18720 \begin_inset Caption Standard
18721
18722 \begin_layout Plain Layout
18723 \begin_inset CommandInset label
18724 LatexCommand label
18725 name "tab:表多行回転"
18726
18727 \end_inset
18728
18729 多行セルを回転させた表
18730 \end_layout
18731
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \begin_layout Plain Layout
18738 \noindent
18739 \align center
18740 \begin_inset Tabular
18741 <lyxtabular version="3" rows="2" columns="3">
18742 <features tabularvalignment="middle">
18743 <column alignment="center" valignment="top">
18744 <column alignment="center" valignment="top" width="0pt">
18745 <column alignment="center" valignment="top">
18746 <row>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 \begin_inset Box Frameless
18761 position "t"
18762 hor_pos "c"
18763 has_inner_box 1
18764 inner_pos "t"
18765 use_parbox 0
18766 use_makebox 0
18767 width "3cm"
18768 special "none"
18769 height "1in"
18770 height_special "totalheight"
18771 thickness "0.4pt"
18772 separation "3pt"
18773 shadowsize "4pt"
18774 framecolor "black"
18775 backgroundcolor "none"
18776 status open
18777
18778 \begin_layout Plain Layout
18779 改行を含む
18780 \begin_inset Newline newline
18781 \end_inset
18782
18783 回転
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 </row>
18803 <row>
18804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 </row>
18832 </lyxtabular>
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Section
18845 表幅の計算
18846 \begin_inset CommandInset label
18847 LatexCommand label
18848 name "sec:表幅の計算"
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Standard
18856 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18857 設ければ良いのでしょうか?
18858 \end_layout
18859
18860 \begin_layout Standard
18861 表幅
18862 \begin_inset Formula $W_{\text{表}}$
18863 \end_inset
18864
18865 は計算することができます。各列の実際の幅は、指定した列幅
18866 \begin_inset Formula $W_{\text{列}}$
18867 \end_inset
18868
18869 に、列の内容と列罫線との間の余白(\SpecialChar LaTeX
18870
18871 \series bold
18872
18873 \backslash
18874 tabcolsep
18875 \series default
18876 ・既定値6
18877 \begin_inset space \thinspace{}
18878 \end_inset
18879
18880 pt)の2倍と、罫線幅(\SpecialChar LaTeX
18881
18882 \series bold
18883
18884 \backslash
18885 arrayrulewidth
18886 \series default
18887 ・既定値0.4
18888 \begin_inset space \thinspace{}
18889 \end_inset
18890
18891 pt)を加えたものになります。したがって、もし同じ幅の
18892 \begin_inset Formula $n$
18893 \end_inset
18894
18895 列を作るならば、表幅は
18896 \begin_inset Formula 
18897 \begin{equation}
18898 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18899 \end{equation}
18900
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \begin_layout Standard
18907 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
18908
18909 \series bold
18910
18911 \backslash
18912 columnwidth
18913 \series default
18914 )。表の列をすべて同じ幅にするとすれば、
18915 \begin_inset Formula $W_{\text{表}}$
18916 \end_inset
18917
18918 が1
18919 \begin_inset space \thinspace{}
18920 \end_inset
18921
18922
18923 \backslash
18924 columnwidthになりますので、
18925 \begin_inset Formula $W_{\text{列}}$
18926 \end_inset
18927
18928 は簡単に計算できます。
18929 \end_layout
18930
18931 \begin_layout Standard
18932 計算を行わせる場合には、文書プリアンブル中で\SpecialChar LaTeX
18933 パッケージ
18934 \series bold
18935 calc
18936 \series default
18937
18938 \begin_inset Index idx
18939 status collapsed
18940
18941 \begin_layout Plain Layout
18942 \SpecialChar LaTeX
18943 ぱっけーじ@\SpecialChar LaTeX
18944 パッケージ ! calc
18945 \end_layout
18946
18947 \end_inset
18948
18949 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18950 \family sans
18951 \SpecialChar LaTeX
18952 の引数
18953 \family default
18954 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18955 \begin_inset CommandInset ref
18956 LatexCommand ref
18957 reference "subsec:連結列の計算"
18958
18959 \end_inset
18960
18961 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18962 \end_layout
18963
18964 \begin_layout Standard
18965
18966 \series bold
18967 >{
18968 \backslash
18969 centering}p{(1
18970 \backslash
18971 columnwidth-62.4pt)/5}
18972 \end_layout
18973
18974 \begin_layout Standard
18975 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18976 \begin_inset Formula 
18977 \begin{align}
18978 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18979  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18980  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18981 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18982 \end{align}
18983
18984 \end_inset
18985
18986
18987 \end_layout
18988
18989 \begin_layout Standard
18990 となります。したがって、表中の広い列には
18991 \end_layout
18992
18993 \begin_layout Standard
18994
18995 \series bold
18996 >{
18997 \backslash
18998 centering}p{(1
18999 \backslash
19000 columnwidth-62.4pt)/
19001 \backslash
19002 real{4.5}}
19003 \end_layout
19004
19005 \begin_layout Standard
19006 というコマンドを用い、狭い列には
19007 \end_layout
19008
19009 \begin_layout Standard
19010
19011 \series bold
19012 >{
19013 \backslash
19014 centering}p{(1
19015 \backslash
19016 columnwidth-62.4pt)/
19017 \backslash
19018 real{4.5}*
19019 \backslash
19020 real{0.75}}
19021 \end_layout
19022
19023 \begin_layout Standard
19024 というコマンドを用いることにすると、以下の表が出来上がります。
19025 \end_layout
19026
19027 \begin_layout Standard
19028 \begin_inset Tabular
19029 <lyxtabular version="3" rows="2" columns="5">
19030 <features tabularvalignment="middle">
19031 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19032 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19033 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19034 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19035 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19036 <row>
19037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041 1
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 2
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 3
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 4
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 5
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 <row>
19084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 111111 1111111 111111 111111111 11111 11111 1111
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 2222 22222 222222 222222222 2222222 22 22222
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 333333 333333 333333 33333 3333333 333
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 </lyxtabular>
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Section
19138 表の調整
19139 \begin_inset Index idx
19140 status collapsed
19141
19142 \begin_layout Plain Layout
19143 ひょうのちょうせい@表の調整
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \begin_inset Index idx
19150 status collapsed
19151
19152 \begin_layout Plain Layout
19153 ひょう@表 ! ちょうせい@調整
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \begin_layout Subsection
19162 行の余白取り
19163 \begin_inset CommandInset label
19164 LatexCommand label
19165 name "subsec:行の余白取り"
19166
19167 \end_inset
19168
19169
19170 \begin_inset Index idx
19171 status collapsed
19172
19173 \begin_layout Plain Layout
19174 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Standard
19183 表の設定ダイアログの
19184 \family sans
19185 罫線
19186 \family default
19187 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19188 \end_layout
19189
19190 \begin_layout Description
19191 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19192 \begin_inset Foot
19193 status collapsed
19194
19195 \begin_layout Plain Layout
19196 フォーマル形式の表は第
19197 \begin_inset CommandInset ref
19198 LatexCommand ref
19199 reference "sec:フォーマル形式の表"
19200
19201 \end_inset
19202
19203 節で説明されています。
19204 \end_layout
19205
19206 \end_inset
19207
19208 ならば、\SpecialChar LyX
19209 は既定値として0.5
19210 \begin_inset space \thinspace{}
19211 \end_inset
19212
19213 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19214 \begin_inset VSpace medskip
19215 \end_inset
19216
19217
19218 \begin_inset Newline newline
19219 \end_inset
19220
19221
19222 \begin_inset space \hspace*{}
19223 \length 0pt
19224 \end_inset
19225
19226
19227 \begin_inset space \hfill{}
19228 \end_inset
19229
19230
19231 \begin_inset Tabular
19232 <lyxtabular version="3" rows="3" columns="1">
19233 <features tabularvalignment="middle">
19234 <column alignment="center" valignment="top">
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 </row>
19246 <row topspace="3mm">
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 行上に3
19252 \begin_inset space \thinspace{}
19253 \end_inset
19254
19255 mmの余白
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 </row>
19272 </lyxtabular>
19273
19274 \end_inset
19275
19276
19277 \begin_inset space \hfill{}
19278 \end_inset
19279
19280
19281 \begin_inset space \hspace*{}
19282 \length 0pt
19283 \end_inset
19284
19285
19286 \begin_inset VSpace medskip
19287 \end_inset
19288
19289
19290 \begin_inset Newline newline
19291 \end_inset
19292
19293 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19294 \end_layout
19295
19296 \begin_layout Description
19297 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19298 は既定値として0.5
19299 \begin_inset space \thinspace{}
19300 \end_inset
19301
19302 emの余白を挿入し、通常の表ならば既定値として2
19303 \begin_inset space \thinspace{}
19304 \end_inset
19305
19306 ptを挿入します。
19307 \end_layout
19308
19309 \begin_layout Description
19310 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19311 は既定値として0.5
19312 \begin_inset space \thinspace{}
19313 \end_inset
19314
19315 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19316 \begin_inset VSpace medskip
19317 \end_inset
19318
19319
19320 \begin_inset Newline newline
19321 \end_inset
19322
19323
19324 \begin_inset space \hspace*{}
19325 \length 0pt
19326 \end_inset
19327
19328
19329 \begin_inset space \hfill{}
19330 \end_inset
19331
19332
19333 \begin_inset Tabular
19334 <lyxtabular version="3" rows="3" columns="1">
19335 <features tabularvalignment="middle">
19336 <column alignment="center" valignment="top">
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 <row interlinespace="3mm">
19349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 \begin_inset Formula $\downarrow$
19354 \end_inset
19355
19356  行間に3
19357 \begin_inset space \thinspace{}
19358 \end_inset
19359
19360 mmの余白 
19361 \begin_inset Formula $\downarrow$
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 </row>
19370 <row>
19371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Formula $\uparrow$
19376 \end_inset
19377
19378  行間に3
19379 \begin_inset space \thinspace{}
19380 \end_inset
19381
19382 mmの余白 
19383 \begin_inset Formula $\uparrow$
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 </lyxtabular>
19393
19394 \end_inset
19395
19396
19397 \begin_inset space \hfill{}
19398 \end_inset
19399
19400
19401 \begin_inset space \hspace*{}
19402 \length 0pt
19403 \end_inset
19404
19405
19406 \begin_inset VSpace medskip
19407 \end_inset
19408
19409
19410 \begin_inset Newline newline
19411 \end_inset
19412
19413 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19414 \end_layout
19415
19416 \begin_layout Standard
19417 \begin_inset VSpace bigskip
19418 \end_inset
19419
19420 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19421 \end_layout
19422
19423 \begin_layout Standard
19424
19425 \series bold
19426
19427 \backslash
19428 @ifundefined{extrarowheight}
19429 \begin_inset Newline newline
19430 \end_inset
19431
19432
19433 \begin_inset Phantom HPhantom
19434 status open
19435
19436 \begin_layout Plain Layout
19437 \begin_inset space ~
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444
19445 {
19446 \backslash
19447 usepackage{array}}{}
19448 \begin_inset Newline newline
19449 \end_inset
19450
19451
19452 \backslash
19453 setlength{
19454 \backslash
19455 extrarowheight}{height}
19456 \end_layout
19457
19458 \begin_layout Standard
19459 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、\SpecialChar LyX
19460 は自動的に
19461 \series bold
19462 array
19463 \series default
19464 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19465 \series bold
19466
19467 \backslash
19468 @ifundefined
19469 \series default
19470 が使用されています)。
19471 \end_layout
19472
19473 \begin_layout Standard
19474 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初に\SpecialChar TeX
19475 コードで
19476 \series bold
19477
19478 \backslash
19479 strut
19480 \series default
19481 コマンドを挿入することで補正することができます。表
19482 \begin_inset CommandInset ref
19483 LatexCommand ref
19484 reference "tab:垂直揃え"
19485
19486 \end_inset
19487
19488 は、この効果を示したものです。
19489 \end_layout
19490
19491 \begin_layout Standard
19492 \noindent
19493 \begin_inset Float table
19494 placement h
19495 wide false
19496 sideways false
19497 status open
19498
19499 \begin_layout Plain Layout
19500 \begin_inset Caption Standard
19501
19502 \begin_layout Plain Layout
19503 \begin_inset CommandInset label
19504 LatexCommand label
19505 name "tab:垂直揃え"
19506
19507 \end_inset
19508
19509 大きなフォント寸法の文章の垂直揃え
19510 \end_layout
19511
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \begin_layout Plain Layout
19518 \begin_inset space \hfill{}
19519 \end_inset
19520
19521
19522 \begin_inset Float table
19523 wide false
19524 sideways false
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Caption Standard
19529
19530 \begin_layout Plain Layout
19531 通常の表
19532 \end_layout
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Plain Layout
19540 \noindent
19541 \align center
19542 \begin_inset Tabular
19543 <lyxtabular version="3" rows="6" columns="1">
19544 <features tabularvalignment="middle">
19545 <column alignment="left" valignment="top">
19546 <row>
19547 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 ふつう, g
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \size large
19564 やや大
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 <row>
19571 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575
19576 \size larger
19577
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 </row>
19583 <row>
19584 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588
19589 \size largest
19590 極大
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 </row>
19596 <row>
19597 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \size huge
19603 極々大
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \size giant
19616 最大
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 </row>
19622 </lyxtabular>
19623
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \begin_inset space \hfill{}
19633 \end_inset
19634
19635
19636 \begin_inset Float table
19637 wide false
19638 sideways false
19639 status collapsed
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Caption Standard
19643
19644 \begin_layout Plain Layout
19645
19646 \series bold
19647
19648 \backslash
19649 strut
19650 \series default
19651 コマンドを使用した表
19652 \end_layout
19653
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \begin_layout Plain Layout
19660 \noindent
19661 \align center
19662 \begin_inset Tabular
19663 <lyxtabular version="3" rows="6" columns="1">
19664 <features tabularvalignment="middle">
19665 <column alignment="left" valignment="top">
19666 <row>
19667 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 ふつう, g
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 </row>
19677 <row>
19678 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682
19683 \size large
19684 \begin_inset ERT
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688
19689
19690 \backslash
19691 strut 
19692 \end_layout
19693
19694 \end_inset
19695
19696 やや大
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 </row>
19702 <row>
19703 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707
19708 \size larger
19709 \begin_inset ERT
19710 status collapsed
19711
19712 \begin_layout Plain Layout
19713
19714
19715 \backslash
19716 strut 
19717 \end_layout
19718
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 </row>
19727 <row>
19728 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732
19733 \size largest
19734 \begin_inset ERT
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738
19739
19740 \backslash
19741 strut 
19742 \end_layout
19743
19744 \end_inset
19745
19746 極大
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 </row>
19752 <row>
19753 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \size huge
19759 \begin_inset ERT
19760 status collapsed
19761
19762 \begin_layout Plain Layout
19763
19764
19765 \backslash
19766 strut 
19767 \end_layout
19768
19769 \end_inset
19770
19771 極々大
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \size giant
19784 \begin_inset ERT
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788
19789
19790 \backslash
19791 strut 
19792 \end_layout
19793
19794 \end_inset
19795
19796 最大
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 </lyxtabular>
19803
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810
19811
19812 \begin_inset space \hfill{}
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Subsection
19824 特殊なセル揃え
19825 \begin_inset CommandInset label
19826 LatexCommand label
19827 name "subsec:特殊なセル揃え"
19828
19829 \end_inset
19830
19831
19832 \begin_inset Index idx
19833 status collapsed
19834
19835 \begin_layout Plain Layout
19836 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19837 \end_layout
19838
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \begin_layout Standard
19845 ときには表
19846 \begin_inset CommandInset ref
19847 LatexCommand ref
19848 reference "tab:表セル"
19849
19850 \end_inset
19851
19852 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19853 \begin_inset Graphics
19854         filename ../../images/tabular-feature_align-decimal.png
19855         scale 85
19856         scaleBeforeRotation
19857
19858 \end_inset
19859
19860 を押すか、表設定中で揃えを
19861 \family sans
19862 小数点で
19863 \family default
19864 に設定します。
19865 \end_layout
19866
19867 \begin_layout Standard
19868 \begin_inset Float table
19869 placement h
19870 wide false
19871 sideways false
19872 status open
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Caption Standard
19876
19877 \begin_layout Plain Layout
19878 \begin_inset CommandInset label
19879 LatexCommand label
19880 name "tab:表セル"
19881
19882 \end_inset
19883
19884 一列が小数点で揃えられた表セル
19885 \end_layout
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \begin_layout Plain Layout
19893 \align center
19894 \begin_inset Tabular
19895 <lyxtabular version="3" rows="4" columns="1">
19896 <features booktabs="true" tabularvalignment="middle">
19897 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19898 <row>
19899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 見出し
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 12.6
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 0.68
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 </row>
19931 <row>
19932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 -123.0
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 </lyxtabular>
19943
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \begin_layout Standard
19955 \begin_inset Float table
19956 placement h
19957 wide false
19958 sideways false
19959 status open
19960
19961 \begin_layout Plain Layout
19962 \begin_inset Caption Standard
19963
19964 \begin_layout Plain Layout
19965 \begin_inset CommandInset label
19966 LatexCommand label
19967 name "tab:演算子揃え表"
19968
19969 \end_inset
19970
19971 一列が演算子で揃えられた表セル
19972 \end_layout
19973
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \begin_layout Plain Layout
19980 \align center
19981 \begin_inset Tabular
19982 <lyxtabular version="3" rows="4" columns="2">
19983 <features booktabs="true" tabularvalignment="middle">
19984 <column alignment="right" valignment="top" width="0pt">
19985 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19986 <row>
19987 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 見出し
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 </row>
20006 <row>
20007 <cell alignment="center" valignment="top" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $12\,+$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Formula $\,6$
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 \begin_inset Formula $0\,-$
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 <cell alignment="center" valignment="top" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049 \begin_inset Formula $\,68$
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 </row>
20058 <row>
20059 <cell alignment="center" valignment="top" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $-123\,/$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\,0$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 </lyxtabular>
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \begin_layout Standard
20097 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20098 \begin_inset CommandInset ref
20099 LatexCommand ref
20100 reference "tab:演算子揃え表"
20101
20102 \end_inset
20103
20104 のような方法を用いる必要があります。この表は、4
20105 \begin_inset Formula $\times$
20106 \end_inset
20107
20108 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
20109 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
20110 \end_layout
20111
20112 \begin_layout Standard
20113
20114 \series bold
20115 @{}l
20116 \end_layout
20117
20118 \begin_layout Standard
20119 という\SpecialChar LaTeX
20120 引数を第2列に指定します。
20121 \end_layout
20122
20123 \begin_layout Standard
20124
20125 \begin_inset CommandInset ref
20126 LatexCommand ref
20127 reference "tab:表セル揃え"
20128
20129 \end_inset
20130
20131 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20132 \begin_inset CommandInset ref
20133 LatexCommand ref
20134 reference "tab:演算子揃え表"
20135
20136 \end_inset
20137
20138 の冒頭には、小空白が加えられています。
20139 \end_layout
20140
20141 \begin_layout Standard
20142 \begin_inset Float table
20143 wide false
20144 sideways false
20145 status open
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Caption Standard
20149
20150 \begin_layout Plain Layout
20151 \begin_inset CommandInset label
20152 LatexCommand label
20153 name "tab:表セル揃え"
20154
20155 \end_inset
20156
20157 表セルの揃えの例
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \begin_layout Plain Layout
20166 \align center
20167 \begin_inset Tabular
20168 <lyxtabular version="3" rows="4" columns="6">
20169 <features tabularvalignment="middle">
20170 <column alignment="right" valignment="top">
20171 <column alignment="left" valignment="top" special="@{}l">
20172 <column alignment="right" valignment="top">
20173 <column alignment="left" valignment="top" special="@{}l">
20174 <column alignment="right" valignment="top">
20175 <column alignment="left" valignment="top" special="@{}l">
20176 <row>
20177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 単位
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20187 \begin_inset Text
20188
20189 \begin_layout Plain Layout
20190
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 冪数
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 関係子
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237 12
20238 \begin_inset Formula $\times$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 24本の瓶
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $10\cdot$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset Formula $10^{\mbox{-}17}$
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\Gamma(t)\propto$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Formula $\:\Upsilon(t)$
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="center" valignment="top" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 1024
20310 \begin_inset Formula $\times$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 768ピクセル
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $5.78\cdot$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20340 \begin_inset Text
20341
20342 \begin_layout Plain Layout
20343 \begin_inset Formula $10^{7}$
20344 \end_inset
20345
20346
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $A\ne$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\:B_{\mathrm{red}}$
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="center" valignment="top" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381 32
20382 \begin_inset Formula $\times$
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394 6
20395 \begin_inset space \thinspace{}
20396 \end_inset
20397
20398 cm
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407 -
20408 \begin_inset Formula $33.5\cdot$
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $10^{4}$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432 \begin_inset Formula $\sin(\alpha)\ge$
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 <cell alignment="center" valignment="top" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444 \begin_inset Formula $\:\sin(\beta)$
20445 \end_inset
20446
20447
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 </row>
20453 </lyxtabular>
20454
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Subsection
20466 自製のセル書式および列書式
20467 \begin_inset CommandInset label
20468 LatexCommand label
20469 name "subsec:自製書式"
20470
20471 \end_inset
20472
20473
20474 \begin_inset Index idx
20475 status collapsed
20476
20477 \begin_layout Plain Layout
20478 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20479 \end_layout
20480
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \begin_layout Standard
20487
20488 \begin_inset CommandInset ref
20489 LatexCommand ref
20490 reference "sec:表幅の計算"
20491
20492 \end_inset
20493
20494 節のようにして通常列の必要幅を計算したり、第
20495 \begin_inset CommandInset ref
20496 LatexCommand ref
20497 reference "subsec:連結列の計算"
20498
20499 \end_inset
20500
20501 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
20502 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20503 \end_layout
20504
20505 \begin_layout Standard
20506
20507 \series bold
20508
20509 \backslash
20510 newcolumntype{書式名}[引数の数]{コマンド}
20511 \end_layout
20512
20513 \begin_layout Standard
20514 書式名は、一文字だけでも構いません。
20515 \emph on
20516 b
20517 \emph default
20518
20519 \emph on
20520 c
20521 \emph default
20522
20523 \emph on
20524 l
20525 \emph default
20526
20527 \emph on
20528 m
20529 \emph default
20530
20531 \emph on
20532 p
20533 \emph default
20534
20535 \emph on
20536 r
20537 \emph default
20538 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20539 \end_layout
20540
20541 \begin_layout Standard
20542 \begin_inset VSpace medskip
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \begin_layout Standard
20549 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20550 \end_layout
20551
20552 \begin_layout Standard
20553
20554 \series bold
20555
20556 \backslash
20557 newcolumntype{M}[1]{>{
20558 \backslash
20559 centering
20560 \backslash
20561 hspace{0pt}}m{#1}}
20562 \end_layout
20563
20564 \begin_layout Standard
20565 ここで
20566 \series bold
20567
20568 \backslash
20569 hspace{0pt}
20570 \series default
20571 は、第
20572 \begin_inset CommandInset ref
20573 LatexCommand ref
20574 reference "subsec:複数行"
20575
20576 \end_inset
20577
20578 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
20579 \family sans
20580 \SpecialChar LaTeX
20581 の引数
20582 \family default
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587
20588 \series bold
20589 M{width}
20590 \end_layout
20591
20592 \begin_layout Standard
20593 と入力するだけですみます。
20594 \end_layout
20595
20596 \begin_layout Standard
20597 \begin_inset VSpace bigskip
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \begin_layout Standard
20604 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20605 \end_layout
20606
20607 \begin_layout Standard
20608
20609 \series bold
20610
20611 \backslash
20612 newcolumntype{S}[2]{>{
20613 \backslash
20614 centering
20615 \backslash
20616 hspace{0pt}}
20617 \begin_inset Newline newline
20618 \end_inset
20619
20620
20621 \begin_inset Phantom HPhantom
20622 status open
20623
20624 \begin_layout Plain Layout
20625
20626 \series bold
20627
20628 \backslash
20629 newcolumntype
20630 \end_layout
20631
20632 \end_inset
20633
20634 m{(#1+(2
20635 \backslash
20636 tabcolsep+
20637 \backslash
20638 arrayrulewidth)*(1-#2))/#2}}
20639 \end_layout
20640
20641 \begin_layout Standard
20642 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20643 \begin_inset CommandInset ref
20644 LatexCommand eqref
20645 reference "eq:Wgn"
20646
20647 \end_inset
20648
20649 式を使用しています。
20650 \end_layout
20651
20652 \begin_layout Standard
20653 こうしておけば、当該セルの\SpecialChar LaTeX
20654 引数に
20655 \end_layout
20656
20657 \begin_layout Standard
20658
20659 \series bold
20660 S{連結列セルの幅}{連結列セルがまたがる列の数}
20661 \end_layout
20662
20663 \begin_layout Standard
20664 と入力するだけですみます。
20665 \end_layout
20666
20667 \begin_layout Standard
20668 \begin_inset VSpace bigskip
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \begin_layout Standard
20675 色付き列については、以下のように定義するとよいでしょう。
20676 \end_layout
20677
20678 \begin_layout Standard
20679
20680 \series bold
20681
20682 \backslash
20683 newcolumntype{K}[1]{>{
20684 \backslash
20685 columncolor{#1}
20686 \backslash
20687 hspace{0pt}}c}
20688 \end_layout
20689
20690 \begin_layout Standard
20691 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、\SpecialChar LaTeX
20692 引数に
20693 \end_layout
20694
20695 \begin_layout Standard
20696
20697 \series bold
20698 K{色名}
20699 \end_layout
20700
20701 \begin_layout Standard
20702 と入力します。
20703 \end_layout
20704
20705 \begin_layout Standard
20706 \begin_inset VSpace bigskip
20707 \end_inset
20708
20709
20710 \end_layout
20711
20712 \begin_layout Standard
20713
20714 \begin_inset CommandInset ref
20715 LatexCommand ref
20716 reference "tab:ユーザー定義の表書式"
20717
20718 \end_inset
20719
20720 を生成するには、第1列と連結列に\SpecialChar LaTeX
20721 引数として
20722 \end_layout
20723
20724 \begin_layout Standard
20725
20726 \series bold
20727 M{2.5cm}
20728 \end_layout
20729
20730 \begin_layout Standard
20731 を指定し、最終列に
20732 \end_layout
20733
20734 \begin_layout Standard
20735
20736 \series bold
20737 K{red}
20738 \end_layout
20739
20740 \begin_layout Standard
20741 そして第2列の各セルに
20742 \end_layout
20743
20744 \begin_layout Standard
20745
20746 \series bold
20747 S{2.5cm}{2}
20748 \end_layout
20749
20750 \begin_layout Standard
20751 と指定します。
20752 \end_layout
20753
20754 \begin_layout Standard
20755 \begin_inset Float table
20756 placement h
20757 wide false
20758 sideways false
20759 status open
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Caption Standard
20763
20764 \begin_layout Plain Layout
20765 \begin_inset CommandInset label
20766 LatexCommand label
20767 name "tab:ユーザー定義の表書式"
20768
20769 \end_inset
20770
20771 ユーザー定義の表書式を使用した表
20772 \end_layout
20773
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \begin_layout Plain Layout
20780 \align center
20781 \begin_inset Tabular
20782 <lyxtabular version="3" rows="3" columns="4">
20783 <features tabularvalignment="middle">
20784 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20785 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20786 <column alignment="center" valignment="middle">
20787 <column alignment="center" valignment="middle" special="K{red}">
20788 <row>
20789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 とても長い表セル中の単語
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 複数行の連結列
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 </lyxtabular>
20903
20904 \end_inset
20905
20906
20907 \end_layout
20908
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \begin_layout Subsection
20915 罫線幅
20916 \begin_inset CommandInset label
20917 LatexCommand label
20918 name "subsec:罫線幅"
20919
20920 \end_inset
20921
20922
20923 \begin_inset Index idx
20924 status collapsed
20925
20926 \begin_layout Plain Layout
20927 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20928 \end_layout
20929
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \begin_layout Standard
20936 表中のすべての罫線の罫線幅を調整するには、長さ
20937 \series bold
20938
20939 \backslash
20940 arrayrulewidth
20941 \series default
20942 を使用します。たとえば、表
20943 \begin_inset CommandInset ref
20944 LatexCommand ref
20945 reference "tab:Table-with-1.5"
20946
20947 \end_inset
20948
20949 のように罫線幅を1.5
20950 \begin_inset space \thinspace{}
20951 \end_inset
20952
20953 ptにするには、表や表フロートの前に\SpecialChar TeX
20954 コードで
20955 \end_layout
20956
20957 \begin_layout Standard
20958
20959 \series bold
20960
20961 \backslash
20962 setlength{
20963 \backslash
20964 arrayrulewidth}{1.5pt}
20965 \end_layout
20966
20967 \begin_layout Standard
20968 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前に\SpecialChar TeX
20969 コードで
20970 \series bold
20971
20972 \backslash
20973 arrayrulewidth
20974 \series default
20975 を0.4
20976 \begin_inset space \thinspace{}
20977 \end_inset
20978
20979 ptに設定してください。
20980 \end_layout
20981
20982 \begin_layout Standard
20983 \begin_inset ERT
20984 status collapsed
20985
20986 \begin_layout Plain Layout
20987
20988
20989 \backslash
20990 setlength{
20991 \backslash
20992 arrayrulewidth}{1.5pt}
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \begin_inset Float table
20999 wide false
21000 sideways false
21001 status open
21002
21003 \begin_layout Plain Layout
21004 \begin_inset Caption Standard
21005
21006 \begin_layout Plain Layout
21007 \begin_inset CommandInset label
21008 LatexCommand label
21009 name "tab:Table-with-1.5"
21010
21011 \end_inset
21012
21013 1.5
21014 \begin_inset space \thinspace{}
21015 \end_inset
21016
21017 pt幅罫線の表
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \begin_layout Plain Layout
21026 \align center
21027 \begin_inset Tabular
21028 <lyxtabular version="3" rows="3" columns="3">
21029 <features tabularvalignment="middle">
21030 <column alignment="center" valignment="top">
21031 <column alignment="center" valignment="top">
21032 <column alignment="center" valignment="top">
21033 <row>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 sd
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 sd
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 </row>
21091 <row>
21092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 sd
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 </row>
21120 </lyxtabular>
21121
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128
21129
21130 \begin_inset ERT
21131 status collapsed
21132
21133 \begin_layout Plain Layout
21134
21135
21136 \backslash
21137 setlength{
21138 \backslash
21139 arrayrulewidth}{0.4pt}
21140 \end_layout
21141
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \begin_layout Standard
21148 \begin_inset VSpace bigskip
21149 \end_inset
21150
21151
21152 \begin_inset CommandInset ref
21153 LatexCommand ref
21154 reference "tab:1.5pt幅横罫"
21155
21156 \end_inset
21157
21158 のように横罫だけを1.5
21159 \begin_inset space \thinspace{}
21160 \end_inset
21161
21162 pt幅にするには、表または表フロートの前に\SpecialChar TeX
21163 コードとして以下のコマンドを挿入してください。
21164 \end_layout
21165
21166 \begin_layout Standard
21167
21168 \series bold
21169
21170 \backslash
21171 let
21172 \backslash
21173 myHline
21174 \backslash
21175 hline
21176 \begin_inset Newline newline
21177 \end_inset
21178
21179
21180 \backslash
21181 renewcommand{
21182 \backslash
21183 hline}
21184 \begin_inset Newline newline
21185 \end_inset
21186
21187  {
21188 \backslash
21189 noalign{
21190 \backslash
21191 global
21192 \backslash
21193 arrayrulewidth 1.5pt}
21194 \begin_inset Newline newline
21195 \end_inset
21196
21197  
21198 \backslash
21199 myHline
21200 \backslash
21201 noalign{
21202 \backslash
21203 global
21204 \backslash
21205 arrayrulewidth 0.4pt}}
21206 \end_layout
21207
21208 \begin_layout Standard
21209 既定幅に戻すには、表または表フロートの後に\SpecialChar TeX
21210 コードとして以下のコマンドを挿入します。
21211 \end_layout
21212
21213 \begin_layout Standard
21214
21215 \series bold
21216
21217 \backslash
21218 renewcommand{
21219 \backslash
21220 hline}{
21221 \backslash
21222 myHline}
21223 \end_layout
21224
21225 \begin_layout Standard
21226 \begin_inset ERT
21227 status collapsed
21228
21229 \begin_layout Plain Layout
21230
21231
21232 \backslash
21233 let
21234 \backslash
21235 myHline
21236 \backslash
21237 hline
21238 \end_layout
21239
21240 \begin_layout Plain Layout
21241
21242
21243 \backslash
21244 renewcommand{
21245 \backslash
21246 hline}
21247 \end_layout
21248
21249 \begin_layout Plain Layout
21250
21251  {
21252 \backslash
21253 noalign{
21254 \backslash
21255 global
21256 \backslash
21257 arrayrulewidth 1.5pt}
21258 \end_layout
21259
21260 \begin_layout Plain Layout
21261
21262   
21263 \backslash
21264 myHline
21265 \backslash
21266 noalign{
21267 \backslash
21268 global
21269 \backslash
21270 arrayrulewidth 0.4pt}}
21271 \end_layout
21272
21273 \end_inset
21274
21275
21276 \begin_inset Float table
21277 wide false
21278 sideways false
21279 status open
21280
21281 \begin_layout Plain Layout
21282 \begin_inset Caption Standard
21283
21284 \begin_layout Plain Layout
21285 \begin_inset CommandInset label
21286 LatexCommand label
21287 name "tab:1.5pt幅横罫"
21288
21289 \end_inset
21290
21291 1.5
21292 \begin_inset space \thinspace{}
21293 \end_inset
21294
21295 pt幅横罫の表
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \begin_layout Plain Layout
21304 \align center
21305 \begin_inset Tabular
21306 <lyxtabular version="3" rows="3" columns="3">
21307 <features tabularvalignment="middle">
21308 <column alignment="center" valignment="top">
21309 <column alignment="center" valignment="top">
21310 <column alignment="center" valignment="top">
21311 <row>
21312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 sd
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row>
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 sd
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 <row>
21370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 sd
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 </lyxtabular>
21399
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \end_inset
21406
21407
21408 \begin_inset ERT
21409 status collapsed
21410
21411 \begin_layout Plain Layout
21412
21413
21414 \backslash
21415 renewcommand{
21416 \backslash
21417 hline}{
21418 \backslash
21419 myHline}
21420 \end_layout
21421
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Standard
21428 \begin_inset VSpace bigskip
21429 \end_inset
21430
21431 縦罫だけを1.5
21432 \begin_inset space \thinspace{}
21433 \end_inset
21434
21435 pt幅にするには、第
21436 \begin_inset CommandInset ref
21437 LatexCommand ref
21438 reference "subsec:自製書式"
21439
21440 \end_inset
21441
21442 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21443 \end_layout
21444
21445 \begin_layout Standard
21446
21447 \series bold
21448
21449 \backslash
21450 newcolumntype{V}{!{
21451 \backslash
21452 vrule width 1.5pt}}
21453 \end_layout
21454
21455 \begin_layout Standard
21456
21457 \begin_inset CommandInset ref
21458 LatexCommand ref
21459 reference "tab:1.5pt幅縦罫"
21460
21461 \end_inset
21462
21463 を作るには、最右列に\SpecialChar LaTeX
21464 引数
21465 \end_layout
21466
21467 \begin_layout Standard
21468
21469 \series bold
21470 VcV
21471 \end_layout
21472
21473 \begin_layout Standard
21474 を指定し、他の列には
21475 \end_layout
21476
21477 \begin_layout Standard
21478
21479 \series bold
21480 Vc
21481 \end_layout
21482
21483 \begin_layout Standard
21484 を指定します。
21485 \end_layout
21486
21487 \begin_layout Standard
21488 \begin_inset Float table
21489 wide false
21490 sideways false
21491 status open
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Caption Standard
21495
21496 \begin_layout Plain Layout
21497 \begin_inset CommandInset label
21498 LatexCommand label
21499 name "tab:1.5pt幅縦罫"
21500
21501 \end_inset
21502
21503 1.5
21504 \begin_inset space \thinspace{}
21505 \end_inset
21506
21507 pt幅縦罫の表
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \begin_layout Plain Layout
21516 \align center
21517 \begin_inset Tabular
21518 <lyxtabular version="3" rows="3" columns="3">
21519 <features tabularvalignment="middle">
21520 <column alignment="center" valignment="top" special="Vc">
21521 <column alignment="center" valignment="top" special="Vc">
21522 <column alignment="center" valignment="top" special="VcV">
21523 <row>
21524 <cell alignment="center" valignment="top" topline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 sd
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" topline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" topline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" topline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" topline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 sd
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604 sd
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 </lyxtabular>
21611
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \begin_layout Subsection
21623 点罫
21624 \begin_inset Index idx
21625 status collapsed
21626
21627 \begin_layout Plain Layout
21628 ひょうのちょうせい@表の調整 ! てんけい@点罫
21629 \end_layout
21630
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \begin_layout Standard
21637 \begin_inset ERT
21638 status collapsed
21639
21640 \begin_layout Plain Layout
21641
21642
21643 \backslash
21644 ifarydshln
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \begin_inset Note Note
21651 status open
21652
21653 \begin_layout Plain Layout
21654 この節は、\SpecialChar LaTeX
21655 パッケージ
21656 \series bold
21657 arydshln
21658 \series default
21659 が導入済みの時のみ表示されます。
21660 \end_layout
21661
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \begin_layout Standard
21668 \begin_inset Float table
21669 placement H
21670 wide false
21671 sideways false
21672 status open
21673
21674 \begin_layout Plain Layout
21675 \begin_inset Caption Standard
21676
21677 \begin_layout Plain Layout
21678 \begin_inset CommandInset label
21679 LatexCommand label
21680 name "tab:点罫表"
21681
21682 \end_inset
21683
21684 点罫を使用した表
21685 \end_layout
21686
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \begin_layout Plain Layout
21693 \align center
21694 \begin_inset Tabular
21695 <lyxtabular version="3" rows="5" columns="5">
21696 <features tabularvalignment="middle">
21697 <column alignment="center" valignment="top">
21698 <column alignment="center" valignment="top">
21699 <column alignment="center" valignment="top" special=":c">
21700 <column alignment="center" valignment="top">
21701 <column alignment="center" valignment="top">
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 </row>
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset ERT
21802 status collapsed
21803
21804 \begin_layout Plain Layout
21805
21806
21807 \backslash
21808 hdashline 
21809 \end_layout
21810
21811 \end_inset
21812
21813
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset ERT
21861 status collapsed
21862
21863 \begin_layout Plain Layout
21864
21865
21866 \backslash
21867 cdashline{4-5}
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 </row>
21914 <row>
21915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 </lyxtabular>
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \begin_layout Standard
21974 \SpecialChar LyX
21975 は点罫を自前ではサポートしません。そこで\SpecialChar TeX
21976 コードを使用する必要があります。必須要件として、文書プリアンブル中に
21977 \end_layout
21978
21979 \begin_layout Standard
21980
21981 \series bold
21982
21983 \backslash
21984 usepackage{arydshln}
21985 \end_layout
21986
21987 \begin_layout Standard
21988 というコマンドを書き、\SpecialChar LaTeX
21989 パッケージの
21990 \series bold
21991 arydshln
21992 \series default
21993
21994 \begin_inset Index idx
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998 \SpecialChar LaTeX
21999 ぱっけーじ@\SpecialChar LaTeX
22000 パッケージ ! arydshln
22001 \end_layout
22002
22003 \end_inset
22004
22005 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログの\SpecialChar LaTeX
22006 変数として、水平揃え用の文字とともにコロン「:」を入力してください。
22007 \end_layout
22008
22009 \begin_layout Standard
22010 横点罫を得るには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
22011 コードで
22012 \end_layout
22013
22014 \begin_layout Standard
22015
22016 \series bold
22017
22018 \backslash
22019 hdashline
22020 \end_layout
22021
22022 \begin_layout Standard
22023 というコマンドを加えてください。
22024 \end_layout
22025
22026 \begin_layout Standard
22027 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
22028 コードで
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 cdashline{列番号
22037 \series default
22038 }
22039 \end_layout
22040
22041 \begin_layout Standard
22042 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
22043 \end_layout
22044
22045 \begin_layout Standard
22046
22047 \series bold
22048
22049 \backslash
22050 cdashline{2-4}
22051 \end_layout
22052
22053 \begin_layout Standard
22054 なるコマンドを置いてください。
22055 \end_layout
22056
22057 \begin_layout Standard
22058 \begin_inset VSpace bigskip
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \begin_layout Standard
22065
22066 \begin_inset CommandInset ref
22067 LatexCommand ref
22068 reference "tab:点罫表"
22069
22070 \end_inset
22071
22072 は、第3列の\SpecialChar LaTeX
22073 変数に「:c」を指定して作られています。第3行の最初のセルには、\SpecialChar TeX
22074 コードのコマンド
22075 \series bold
22076
22077 \backslash
22078 hdashline
22079 \series default
22080 が挿れられており、第4行の最初のセルには、\SpecialChar TeX
22081 コードのコマンド
22082 \begin_inset Newline newline
22083 \end_inset
22084
22085  
22086 \series bold
22087
22088 \backslash
22089 cdashline{4-5}
22090 \series default
22091 が挿れられています。
22092 \end_layout
22093
22094 \begin_layout Standard
22095 \begin_inset VSpace bigskip
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \begin_layout Standard
22102 点罫を持つ表も、表
22103 \begin_inset CommandInset ref
22104 LatexCommand ref
22105 reference "tab:Colored-table-with"
22106
22107 \end_inset
22108
22109 のように色付けをすることができます。
22110 \end_layout
22111
22112 \begin_layout Standard
22113 \begin_inset ERT
22114 status collapsed
22115
22116 \begin_layout Plain Layout
22117
22118
22119 \backslash
22120 setlength{
22121 \backslash
22122 arrayrulewidth}{1pt}
22123 \end_layout
22124
22125 \end_inset
22126
22127
22128 \begin_inset Note Note
22129 status collapsed
22130
22131 \begin_layout Plain Layout
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 dashgapcolor{green}
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \begin_inset Note Note
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158 緑点罫の間の色付き余白
22159 \end_layout
22160
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \begin_layout Standard
22167 \begin_inset ERT
22168 status collapsed
22169
22170 \begin_layout Plain Layout
22171
22172
22173 \backslash
22174 let
22175 \backslash
22176 myHdashline
22177 \backslash
22178 hdashline
22179 \end_layout
22180
22181 \begin_layout Plain Layout
22182
22183
22184 \backslash
22185 renewcommand{
22186 \backslash
22187 hdashline}
22188 \end_layout
22189
22190 \begin_layout Plain Layout
22191
22192  {
22193 \backslash
22194 arrayrulecolor{red}
22195 \backslash
22196 myHdashline
22197 \backslash
22198 arrayrulecolor{black}}
22199 \end_layout
22200
22201 \end_inset
22202
22203
22204 \begin_inset Note Note
22205 status collapsed
22206
22207 \begin_layout Plain Layout
22208 色付き水平線・点罫赤
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \begin_layout Standard
22217 \begin_inset ERT
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221
22222
22223 \backslash
22224 let
22225 \backslash
22226 myCdashline
22227 \backslash
22228 cdashline
22229 \end_layout
22230
22231 \begin_layout Plain Layout
22232
22233
22234 \backslash
22235 renewcommand{
22236 \backslash
22237 cdashline}[1]
22238 \end_layout
22239
22240 \begin_layout Plain Layout
22241
22242  {
22243 \backslash
22244 arrayrulecolor{yellow}
22245 \backslash
22246 myCdashline{#1}
22247 \backslash
22248 arrayrulecolor{black}}
22249 \end_layout
22250
22251 \end_inset
22252
22253
22254 \begin_inset Note Note
22255 status collapsed
22256
22257 \begin_layout Plain Layout
22258 色付き部分水平線・点罫黄色
22259 \end_layout
22260
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset Float table
22268 placement h
22269 wide false
22270 sideways false
22271 status open
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Caption Standard
22275
22276 \begin_layout Plain Layout
22277 \begin_inset CommandInset label
22278 LatexCommand label
22279 name "tab:Colored-table-with"
22280
22281 \end_inset
22282
22283 点罫線の色付き表
22284 \end_layout
22285
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \begin_layout Plain Layout
22292 \align center
22293 \begin_inset Tabular
22294 <lyxtabular version="3" rows="5" columns="5">
22295 <features tabularvalignment="middle">
22296 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22297 <column alignment="center" valignment="top" width="0pt">
22298 <column alignment="center" valignment="top" width="0pt" special=":c">
22299 <column alignment="center" valignment="top">
22300 <column alignment="center" valignment="top">
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 </row>
22348 <row>
22349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" topline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" topline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 </row>
22395 <row>
22396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400 \begin_inset ERT
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404
22405
22406 \backslash
22407 hdashline 
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \begin_inset ERT
22414 status collapsed
22415
22416 \begin_layout Plain Layout
22417
22418
22419 \backslash
22420 rowcolor{Gray}
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset ERT
22473 status collapsed
22474
22475 \begin_layout Plain Layout
22476
22477
22478 \backslash
22479 cdashline{4-5}
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 \begin_inset ERT
22568 status collapsed
22569
22570 \begin_layout Plain Layout
22571
22572
22573 \backslash
22574 cellcolor{Maroon}
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 </row>
22585 </lyxtabular>
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \begin_layout Standard
22598 \begin_inset ERT
22599 status collapsed
22600
22601 \begin_layout Plain Layout
22602
22603
22604 \backslash
22605 renewcommand{
22606 \backslash
22607 hdashline}{
22608 \backslash
22609 myHdashline}
22610 \end_layout
22611
22612 \end_inset
22613
22614
22615 \begin_inset Note Note
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619 既定値に戻す
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \begin_layout Standard
22628 \begin_inset ERT
22629 status collapsed
22630
22631 \begin_layout Plain Layout
22632
22633
22634 \backslash
22635 renewcommand{
22636 \backslash
22637 cdashline}{
22638 \backslash
22639 myCdashline}
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \begin_inset Note Note
22646 status collapsed
22647
22648 \begin_layout Plain Layout
22649 既定値に戻す
22650 \end_layout
22651
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Standard
22658 \begin_inset ERT
22659 status collapsed
22660
22661 \begin_layout Plain Layout
22662
22663
22664 \backslash
22665 nodashgapcolor
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \begin_inset Note Note
22672 status collapsed
22673
22674 \begin_layout Plain Layout
22675 既定値に戻す
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset ERT
22685 status collapsed
22686
22687 \begin_layout Plain Layout
22688
22689
22690 \backslash
22691 setlength{
22692 \backslash
22693 arrayrulewidth}{0.4pt}
22694 \end_layout
22695
22696 \end_inset
22697
22698
22699 \begin_inset Note Note
22700 status collapsed
22701
22702 \begin_layout Plain Layout
22703 既定値に戻す
22704 \end_layout
22705
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \begin_layout Standard
22712 行や列、罫線の着色は、第
22713 \begin_inset CommandInset ref
22714 LatexCommand ref
22715 reference "sec:色付きの表"
22716
22717 \end_inset
22718
22719 節に述べられているように動作します。水平線の着色も、
22720 \series bold
22721
22722 \backslash
22723 myHlineC
22724 \series default
22725 コマンドを
22726 \series bold
22727
22728 \backslash
22729 myHdashline
22730 \series default
22731 に置き換え、
22732 \series bold
22733
22734 \backslash
22735 hline
22736 \series default
22737
22738 \series bold
22739
22740 \backslash
22741 hdashline
22742 \series default
22743 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22744 \end_layout
22745
22746 \begin_layout Standard
22747
22748 \series bold
22749
22750 \backslash
22751 let
22752 \backslash
22753 myHdashline
22754 \backslash
22755 hdashline
22756 \begin_inset Newline newline
22757 \end_inset
22758
22759
22760 \backslash
22761 renewcommand{
22762 \backslash
22763 hdashline}
22764 \begin_inset Newline newline
22765 \end_inset
22766
22767
22768 \begin_inset Phantom HPhantom
22769 status open
22770
22771 \begin_layout Plain Layout
22772 \begin_inset space ~
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \end_inset
22779
22780 {
22781 \backslash
22782 arrayrulecolor{red}
22783 \backslash
22784 myHdashline
22785 \backslash
22786 arrayrulecolor{black}}
22787 \end_layout
22788
22789 \begin_layout Standard
22790
22791 \series bold
22792
22793 \backslash
22794 cdashline
22795 \series default
22796 に色をつけるならば、コマンドは
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 let
22805 \backslash
22806 myCdashline
22807 \backslash
22808 cdashline
22809 \begin_inset Newline newline
22810 \end_inset
22811
22812
22813 \backslash
22814 renewcommand{
22815 \backslash
22816 cdashline}[1]
22817 \begin_inset Newline newline
22818 \end_inset
22819
22820
22821 \begin_inset Phantom HPhantom
22822 status open
22823
22824 \begin_layout Plain Layout
22825 \begin_inset space ~
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832
22833 {
22834 \backslash
22835 arrayrulecolor{red}
22836 \backslash
22837 myCdashline{#1}
22838 \backslash
22839 arrayrulecolor{black}}
22840 \end_layout
22841
22842 \begin_layout Standard
22843 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろに\SpecialChar TeX
22844 コードで挿入する必要があります。
22845 \end_layout
22846
22847 \begin_layout Standard
22848
22849 \series bold
22850
22851 \backslash
22852 hdashline
22853 \series default
22854 の場合は
22855 \end_layout
22856
22857 \begin_layout Standard
22858
22859 \series bold
22860
22861 \backslash
22862 renewcommand{
22863 \backslash
22864 hdashline}{
22865 \backslash
22866 myHdashline}
22867 \end_layout
22868
22869 \begin_layout Standard
22870 とし、
22871 \series bold
22872
22873 \backslash
22874 cdashline
22875 \series default
22876 の場合は
22877 \end_layout
22878
22879 \begin_layout Standard
22880
22881 \series bold
22882
22883 \backslash
22884 renewcommand{
22885 \backslash
22886 cdashline}{
22887 \backslash
22888 myCdashline}
22889 \end_layout
22890
22891 \begin_layout Standard
22892 としてください。点線の間の余白に色をつけるには、表の前に\SpecialChar TeX
22893 コードで
22894 \end_layout
22895
22896 \begin_layout Standard
22897
22898 \series bold
22899
22900 \backslash
22901 dashgapcolor{色}
22902 \end_layout
22903
22904 \begin_layout Standard
22905 とすれば良いです。ここで「色」は、定義済みの色名です。
22906 \end_layout
22907
22908 \begin_layout Standard
22909
22910 \series bold
22911
22912 \backslash
22913 nodashgapcolor
22914 \end_layout
22915
22916 \begin_layout Standard
22917 というコマンドは、
22918 \series bold
22919
22920 \backslash
22921 dashgapcolor
22922 \series default
22923 が行った変更を元に戻します。
22924 \end_layout
22925
22926 \begin_layout Standard
22927 \begin_inset Note Greyedout
22928 status open
22929
22930 \begin_layout Plain Layout
22931
22932 \series bold
22933 【註】
22934 \series default
22935 1つのセル中に複数のコマンドがある場合、
22936 \series bold
22937 arydshln
22938 \series default
22939 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22940 \begin_inset CommandInset ref
22941 LatexCommand ref
22942 reference "tab:Colored-table-with"
22943
22944 \end_inset
22945
22946 のセル
22947 \emph on
22948 k
22949 \emph default
22950 では、
22951 \series bold
22952
22953 \backslash
22954 hdashline
22955 \series default
22956 コマンドが
22957 \series bold
22958
22959 \backslash
22960 rowcolor
22961 \series default
22962 の前に来ています。
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \begin_layout Standard
22971 \begin_inset Note Greyedout
22972 status open
22973
22974 \begin_layout Plain Layout
22975
22976 \series bold
22977 【註】
22978 \series default
22979 \SpecialChar LaTeX
22980 パッケージ
22981 \series bold
22982 arydshln
22983 \series default
22984 は、文書プリアンブル中で\SpecialChar LaTeX
22985 パッケージ
22986 \series bold
22987 colortbl
22988 \series default
22989
22990 \begin_inset Index idx
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994 \SpecialChar LaTeX
22995 ぱっけーじ@\SpecialChar LaTeX
22996 パッケージ ! colortbl
22997 \end_layout
22998
22999 \end_inset
23000
23001 よりも前に読み込まれている必要があります。
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \begin_layout Standard
23010 \begin_inset ERT
23011 status collapsed
23012
23013 \begin_layout Plain Layout
23014
23015
23016 \backslash
23017 else
23018 \end_layout
23019
23020 \end_inset
23021
23022
23023 \begin_inset Note Note
23024 status open
23025
23026 \begin_layout Plain Layout
23027 以下は、\SpecialChar LaTeX
23028 パッケージ
23029 \series bold
23030 arydshln
23031 \series default
23032 が導入済みでないときに表示されます。
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \begin_layout Standard
23041 本節の内容を出力に表示するためには、
23042 \series bold
23043 arydshln
23044 \series default
23045 パッケージを導入しなくてはなりません。
23046 \end_layout
23047
23048 \begin_layout Standard
23049 \begin_inset ERT
23050 status collapsed
23051
23052 \begin_layout Plain Layout
23053
23054
23055 \backslash
23056 fi
23057 \end_layout
23058
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \begin_layout Standard
23065 点罫について詳しい情報は、
23066 \series bold
23067 arydshln
23068 \series default
23069 の取扱説明書
23070 \begin_inset CommandInset citation
23071 LatexCommand cite
23072 key "arydshln"
23073
23074 \end_inset
23075
23076 をご覧ください。
23077 \end_layout
23078
23079 \begin_layout Chapter
23080 フロート
23081 \begin_inset CommandInset label
23082 LatexCommand label
23083 name "chap:フロート"
23084
23085 \end_inset
23086
23087
23088 \begin_inset Index idx
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092 ふろーと@フロート
23093 \end_layout
23094
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \begin_layout Section
23101 はじめに
23102 \begin_inset CommandInset label
23103 LatexCommand label
23104 name "sec:フロートはじめに"
23105
23106 \end_inset
23107
23108
23109 \begin_inset Index idx
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113 ふろーと@フロート ! はじめに
23114 \end_layout
23115
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \begin_layout Standard
23122 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23123 ート)ことができます。
23124 \family sans
23125 脚注
23126 \family default
23127
23128 \family sans
23129 傍注
23130 \family default
23131 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23132 \end_layout
23133
23134 \begin_layout Standard
23135 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23136 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23137 ートには連番が割り当てられます。参照については、第
23138 \begin_inset CommandInset ref
23139 LatexCommand ref
23140 reference "sec:フロートの参照"
23141
23142 \end_inset
23143
23144 節で述べられています。
23145 \end_layout
23146
23147 \begin_layout Standard
23148 フロートを挿入するには、
23149 \family sans
23150 挿入\SpecialChar menuseparator
23151 フロート
23152 \family default
23153 メニュー(
23154 \begin_inset Info
23155 type  "icon"
23156 arg   "float-insert figure"
23157 \end_inset
23158
23159 または
23160 \begin_inset Info
23161 type  "icon"
23162 arg   "float-insert table"
23163 \end_inset
23164
23165 ツールバーボタン)を使えば、ラベルのついたボックスすなわち
23166 \family sans
23167 キャプション
23168 \family default
23169 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
23170 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
23171 \begin_inset CommandInset ref
23172 LatexCommand ref
23173 reference "sec:キャプションの配置"
23174
23175 \end_inset
23176
23177 節に述べられています。また、\SpecialChar LyX
23178 文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになっています。
23179 畳んだフロートボックスは、
23180 \begin_inset Graphics
23181         filename clipart/floatQt4.png
23182         scale 70
23183         scaleBeforeRotation
23184
23185 \end_inset
23186
23187 のように、灰色ボタンに赤字ラベルで表示されます。
23188 \end_layout
23189
23190 \begin_layout Standard
23191 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
23192 エラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23193 \end_layout
23194
23195 \begin_layout Standard
23196 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23197 \end_layout
23198
23199 \begin_layout Section
23200 フロート型
23201 \end_layout
23202
23203 \begin_layout Standard
23204 \SpecialChar LyX
23205 には、第
23206 \begin_inset CommandInset ref
23207 LatexCommand ref
23208 reference "sec:図フロート"
23209
23210 \end_inset
23211
23212 節および第
23213 \begin_inset CommandInset ref
23214 LatexCommand ref
23215 reference "sec:表フロート"
23216
23217 \end_inset
23218
23219 節で各々説明されている図フロートと表フロート以外に、
23220 \family sans
23221 アルゴリズム型
23222 \series bold
23223
23224 \series default
23225 折返し型
23226 \family default
23227 のフロート型があります。後者は、第
23228 \begin_inset CommandInset ref
23229 LatexCommand ref
23230 reference "sec:折返しフロート"
23231
23232 \end_inset
23233
23234 節に説明があります。
23235 \end_layout
23236
23237 \begin_layout Subsection
23238 アルゴリズムフロート
23239 \begin_inset Index idx
23240 status collapsed
23241
23242 \begin_layout Plain Layout
23243 ふろーと@フロート ! あるごりずむ@アルゴリズム
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \begin_layout Standard
23252 \begin_inset Float algorithm
23253 placement h
23254 wide false
23255 sideways false
23256 status open
23257
23258 \begin_layout Plain Layout
23259 \begin_inset Caption Standard
23260
23261 \begin_layout Plain Layout
23262 \begin_inset CommandInset label
23263 LatexCommand label
23264 name "alg:アルゴリズムフロートの例"
23265
23266 \end_inset
23267
23268 アルゴリズムフロートの例
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \begin_layout LyX-Code
23277 for I in 1..N loop
23278 \begin_inset Newline newline
23279 \end_inset
23280
23281  Sum:= Sum + A(I); /*comment*/
23282 \begin_inset Newline newline
23283 \end_inset
23284
23285 end loop
23286 \begin_inset VSpace -4mm
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Standard
23298 このフロート型は、
23299 \family sans
23300 挿入
23301 \shape up
23302 \SpecialChar menuseparator
23303 フロート\SpecialChar menuseparator
23304 アルゴリズム
23305 \family default
23306 \shape default
23307 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23308 \begin_inset CommandInset ref
23309 LatexCommand ref
23310 reference "cha:プログラムコードリスト"
23311
23312 \end_inset
23313
23314 章で説明されているプログラムコードリストの代わりとみなすことができます。
23315 \emph on
23316 \SpecialChar LyX
23317 ユーザーの手引き
23318 \emph default
23319 に述べられているように、アルゴリズム向けの環境としては、
23320 \family sans
23321 \SpecialChar LyX
23322 コード
23323 \family default
23324 があります。 アルゴリズム
23325 \begin_inset CommandInset ref
23326 LatexCommand ref
23327 reference "alg:アルゴリズムフロートの例"
23328
23329 \end_inset
23330
23331 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23332 \begin_inset space \thinspace{}
23333 \end_inset
23334
23335 mmの垂直空白が入れてあります。
23336 \end_layout
23337
23338 \begin_layout Standard
23339 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23340 \end_layout
23341
23342 \begin_layout Standard
23343
23344 \series bold
23345
23346 \backslash
23347 floatname{algorithm}{付けたい名称}
23348 \end_layout
23349
23350 \begin_layout Standard
23351 という行を手動で加える必要があります。ここで
23352 \family sans
23353 \series bold
23354 付けたい名称
23355 \family default
23356 \series default
23357 には、お使いの言語で「
23358 \emph on
23359 algorithm
23360 \emph default
23361 」に対応する単語を指定します。
23362 \end_layout
23363
23364 \begin_layout Standard
23365 アルゴリズム一覧を挿入するには、文書言語が\SpecialChar LyX
23366 のメニューに表示されている言語と同じであるならば、
23367 \family sans
23368 挿入\SpecialChar menuseparator
23369 一覧/目次\SpecialChar menuseparator
23370 アルゴリズム一覧
23371 \family default
23372 メニューを使用します。それ以外の場合には、代わりに
23373 \end_layout
23374
23375 \begin_layout Standard
23376
23377 \series bold
23378
23379 \backslash
23380 listof{algorithm}{付けたい名称}
23381 \end_layout
23382
23383 \begin_layout Standard
23384 というコマンドを\SpecialChar TeX
23385 コードとして用います。ここで
23386 \family sans
23387 付けたい名称
23388 \family default
23389 とは、「
23390 \emph on
23391 List of Algorithm
23392 \emph default
23393 s」という単語に相当する、ご使用になりたい言語での単語です。
23394 \end_layout
23395
23396 \begin_layout Standard
23397 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23398 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \series bold
23404
23405 \backslash
23406 numberwithin{algorithm}{chapter}
23407 \end_layout
23408
23409 \begin_layout Standard
23410 というコマンドを追加してください。
23411 \series bold
23412
23413 \backslash
23414 numberwithin
23415 \series default
23416 というコマンドを使用するには、文書設定の
23417 \family sans
23418 数式オプション
23419 \family default
23420 タブで
23421 \family sans
23422 AMS mathパッケージを使用する
23423 \family default
23424 オプションを有効にしてください。
23425 \end_layout
23426
23427 \begin_layout Section
23428 フロートの連番
23429 \begin_inset Index idx
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433 ふろーと@フロート ! れんばん@連番
23434 \end_layout
23435
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \begin_layout Standard
23442 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23443 て変わります。
23444 \end_layout
23445
23446 \begin_layout Standard
23447 節から独立して付けられている連番を変更するには、文書プリアンブルで
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452 \series bold
23453
23454 \backslash
23455 renewcommand{
23456 \backslash
23457 thetable}{
23458 \backslash
23459 roman{table}}
23460 \end_layout
23461
23462 \begin_layout Standard
23463
23464 \series bold
23465 というコマンドを使うと良いでしょう。
23466 \backslash
23467 thetable
23468 \series default
23469 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23470 \series bold
23471
23472 \backslash
23473 thefigure
23474 \series default
23475 コマンドを使用します。上のコマンドで使用されている
23476 \series bold
23477
23478 \backslash
23479 roman
23480 \series default
23481 は、表番号を小文字のローマ数字で印字するコマンドです。
23482 \end_layout
23483
23484 \begin_layout Standard
23485 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23486 \end_layout
23487
23488 \begin_layout Standard
23489
23490 \series bold
23491
23492 \backslash
23493 numberwithin{table}{subsection}
23494 \end_layout
23495
23496 \begin_layout Standard
23497 というコマンドを使用してください。
23498 \series bold
23499
23500 \backslash
23501 numberwithin
23502 \series default
23503 コマンドを使用可能にするためには、文書設定の
23504 \family sans
23505 数式オプション
23506 \family default
23507 タブで、
23508 \family sans
23509 AMS
23510 \begin_inset space ~
23511 \end_inset
23512
23513 math数式パッケージを使用する
23514 \family default
23515 を使用します。
23516 \end_layout
23517
23518 \begin_layout Standard
23519 連番コマンドについての詳細と大切な注意点については、第
23520 \begin_inset CommandInset ref
23521 LatexCommand ref
23522 reference "subsec:脚注の付番"
23523
23524 \end_inset
23525
23526 節もご覧ください。
23527 \end_layout
23528
23529 \begin_layout Section
23530 フロートの参照
23531 \begin_inset CommandInset label
23532 LatexCommand label
23533 name "sec:フロートの参照"
23534
23535 \end_inset
23536
23537
23538 \begin_inset Index idx
23539 status collapsed
23540
23541 \begin_layout Plain Layout
23542 ふろーと@フロート ! さんしょう@参照
23543 \end_layout
23544
23545 \end_inset
23546
23547
23548 \begin_inset Index idx
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Standard
23561 フロートを参照するには、
23562 \family sans
23563 挿入\SpecialChar menuseparator
23564 ラベル
23565 \family default
23566 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23567 \begin_inset Graphics
23568         filename clipart/labelQt4.png
23569         scaleBeforeRotation
23570
23571 \end_inset
23572
23573 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。\SpecialChar LyX
23574 は、キャプションの最初の数単語に前置句をつけたも
23575 のを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23576 \family sans
23577 fig:
23578 \family default
23579 」という前置句がつけられます。
23580 \end_layout
23581
23582 \begin_layout Standard
23583 ラベルは、参照のための名称兼位置標として用いられます。
23584 \family sans
23585 挿入\SpecialChar menuseparator
23586 相互参照
23587 \family default
23588 メニューかツールバーボタン
23589 \family sans
23590
23591 \begin_inset Info
23592 type  "icon"
23593 arg   "dialog-show-new-inset ref"
23594 \end_inset
23595
23596
23597 \family default
23598 を使えば、ラベルを参照することができます。
23599 \begin_inset Graphics
23600         filename clipart/referenceQt4.png
23601         scale 85
23602         scaleBeforeRotation
23603
23604 \end_inset
23605
23606 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数の\SpecialChar LyX
23607 文書が開かれている場合には、ダイアログの上方にある
23608 ドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示されます
23609
23610 \end_layout
23611
23612 \begin_layout Standard
23613 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23614 出力では、参照の代わりに二つの疑問符が表示されることになります。
23615 \end_layout
23616
23617 \begin_layout Standard
23618 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23619 で、リンクの更新に手間を割く必要はありません。
23620 \end_layout
23621
23622 \begin_layout Standard
23623 相互参照ウィンドウの
23624 \family sans
23625 ラベルへ移動
23626 \family default
23627 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23628 \family sans
23629 戻る
23630 \family default
23631 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23632 \end_layout
23633
23634 \begin_layout Subsection
23635 相互参照の書式
23636 \begin_inset CommandInset label
23637 LatexCommand label
23638 name "subsec:相互参照の書式"
23639
23640 \end_inset
23641
23642
23643 \begin_inset Index idx
23644 status collapsed
23645
23646 \begin_layout Plain Layout
23647 さんしょう@参照 ! しょしき@書式
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \begin_layout Standard
23656 相互参照には、以下の6種類があります。
23657 \end_layout
23658
23659 \begin_layout Description
23660 <参照>: これはフロート番号を表示します。これが既定値です。例:
23661 \begin_inset CommandInset ref
23662 LatexCommand ref
23663 reference "fig:歪められた二つの像"
23664
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \begin_layout Description
23671 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23672 例:
23673 \begin_inset CommandInset ref
23674 LatexCommand eqref
23675 reference "eq:Wgn"
23676
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \begin_layout Description
23683 <参照ページ>: これはページ番号を表示します。例:Page
23684 \begin_inset space ~
23685 \end_inset
23686
23687
23688 \begin_inset CommandInset ref
23689 LatexCommand pageref
23690 reference "fig:歪められた二つの像"
23691
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \begin_layout Description
23698 on
23699 \begin_inset space ~
23700 \end_inset
23701
23702 page
23703 \begin_inset space ~
23704 \end_inset
23705
23706 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23707 \begin_inset CommandInset ref
23708 LatexCommand vpageref
23709 reference "fig:歪められた二つの像"
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Description
23717 <参照>
23718 \begin_inset space ~
23719 \end_inset
23720
23721 on
23722 \begin_inset space ~
23723 \end_inset
23724
23725 page
23726 \begin_inset space ~
23727 \end_inset
23728
23729 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23730 \begin_inset CommandInset ref
23731 LatexCommand vref
23732 reference "fig:歪められた二つの像"
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Description
23740 整形された参照: これは自製の相互参照書式で出力します。
23741 \begin_inset Newline newline
23742 \end_inset
23743
23744
23745 \begin_inset Note Greyedout
23746 status open
23747
23748 \begin_layout Plain Layout
23749
23750 \series bold
23751 【註】
23752 \series default
23753 この機能は、\SpecialChar LaTeX
23754 パッケージ
23755 \series bold
23756 prettyref
23757 \series default
23758 または
23759 \series bold
23760 refstyle
23761 \series default
23762 が導入されている場合のみ使用することができます。
23763 \begin_inset Index idx
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767 \SpecialChar LaTeX
23768 ぱっけーじ@\SpecialChar LaTeX
23769 パッケージ! prettyref
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \begin_inset Index idx
23776 status collapsed
23777
23778 \begin_layout Plain Layout
23779 \SpecialChar LaTeX
23780 ぱっけーじ@\SpecialChar LaTeX
23781 パッケージ ! refstyle
23782 \end_layout
23783
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \end_inset
23790
23791
23792 \begin_inset Newline newline
23793 \end_inset
23794
23795 メニュー
23796 \family sans
23797 文書\SpecialChar menuseparator
23798 設定\SpecialChar menuseparator
23799 文書クラス
23800 \family default
23801 でオプション
23802 \family sans
23803 相互参照に(prettyrefではなく)refstyleを使用
23804 \family default
23805 を設定すると、この機能で使用する\SpecialChar LaTeX
23806 パッケージを選択することができます。書式は、文書プリアンブルに
23807 \series bold
23808
23809 \backslash
23810 newrefformat
23811 \series default
23812 コマンド(prettyrefの場合)あるいは
23813 \series bold
23814
23815 \backslash
23816 newref
23817 \series default
23818 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23819 \family sans
23820 fig
23821 \family default
23822 」を持ちます)をすべて定義し直すには、
23823 \begin_inset Newline newline
23824 \end_inset
23825
23826
23827 \series bold
23828
23829 \backslash
23830 newref{fig}{refcmd={Image on page 
23831 \backslash
23832 pageref{#1}}}
23833 \begin_inset Newline newline
23834 \end_inset
23835
23836
23837 \series default
23838 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23839 \begin_inset CommandInset citation
23840 LatexCommand cite
23841 key "prettyref,refstyle"
23842
23843 \end_inset
23844
23845 をご覧ください。
23846 \end_layout
23847
23848 \begin_layout Description
23849 名称参照: これは、下のような参照のキャプションを出力します。
23850 \begin_inset Newline newline
23851 \end_inset
23852
23853  
23854 \begin_inset CommandInset ref
23855 LatexCommand nameref
23856 reference "fig:歪められた二つの像"
23857
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \begin_layout Standard
23864
23865 \family sans
23866 <参照ページ>
23867 \family default
23868 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23869 \family sans
23870 on this page
23871 \family default
23872 」のような文章が表示されます。様式
23873 \family sans
23874 <参照> on page <参照ページ>
23875 \family default
23876 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23877 \end_layout
23878
23879 \begin_layout Standard
23880 出力中で参照されている頁番号と文書中の位置は、\SpecialChar LaTeX
23881 が自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23882 \family sans
23883 書式
23884 \family default
23885 フィールドで選ぶことができます。
23886 \end_layout
23887
23888 \begin_layout Standard
23889 \begin_inset Note Greyedout
23890 status open
23891
23892 \begin_layout Plain Layout
23893
23894 \series bold
23895 【註】
23896 \series default
23897 \SpecialChar LaTeX
23898 パッケージ
23899 \series bold
23900 prettyref
23901 \series default
23902
23903 \begin_inset Index idx
23904 status collapsed
23905
23906 \begin_layout Plain Layout
23907 \SpecialChar LaTeX
23908 ぱっけーじ@\SpecialChar LaTeX
23909 パッケージ! prettyref
23910 \end_layout
23911
23912 \end_inset
23913
23914 は、\SpecialChar LyX
23915 の取り得るラベル
23916 \begin_inset Flex Ruby
23917 status collapsed
23918
23919 \begin_layout Plain Layout
23920 捷径
23921 \begin_inset Argument post:1
23922 status collapsed
23923
23924 \begin_layout Plain Layout
23925 ショートカット
23926 \end_layout
23927
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934
23935
23936 \begin_inset Foot
23937 status collapsed
23938
23939 \begin_layout Plain Layout
23940 例えば、
23941 \begin_inset Quotes eld
23942 \end_inset
23943
23944 fig:
23945 \begin_inset Quotes erd
23946 \end_inset
23947
23948 は図キャプションを表す\SpecialChar LyX
23949
23950 \begin_inset Flex Ruby
23951 status collapsed
23952
23953 \begin_layout Plain Layout
23954 捷径
23955 \begin_inset Argument post:1
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959 ショートカット
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968
23969 です。
23970 \end_layout
23971
23972 \end_inset
23973
23974 を全部は解釈できず、国際化もされていないので、
23975 \series bold
23976 refstyle
23977 \series default
23978
23979 \begin_inset Index idx
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983 \SpecialChar LaTeX
23984 ぱっけーじ@\SpecialChar LaTeX
23985 パッケージ ! refstyle
23986 \end_layout
23987
23988 \end_inset
23989
23990 を使用することを推奨します。
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Standard
23999 \begin_inset Note Greyedout
24000 status open
24001
24002 \begin_layout Plain Layout
24003
24004 \series bold
24005 【註】
24006 \series default
24007 \SpecialChar LaTeX
24008 パッケージvarioref第1.4w版のバグによって、終止符を活用する言語(仏語等)を文書言語にすると、相互参照形式の一部で\SpecialChar LaTeX
24009 エラーが発生します。回避策については、
24010 \begin_inset Newline newline
24011 \end_inset
24012
24013
24014 \begin_inset CommandInset href
24015 LatexCommand href
24016 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24017
24018 \end_inset
24019
24020
24021 \begin_inset Newline newline
24022 \end_inset
24023
24024 を参照してください。
24025 \end_layout
24026
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \begin_layout Subsection
24033 参照名の自動命名
24034 \begin_inset Index idx
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038 さんしょう@参照 ! じどうめいめい@自動命名
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Standard
24047
24048 \family sans
24049 文書設定
24050 \family default
24051 ダイアログの
24052 \family sans
24053 PDF特性
24054 \family default
24055 で有効にされた
24056 \series bold
24057 hyperref
24058 \series default
24059
24060 \begin_inset Index idx
24061 status collapsed
24062
24063 \begin_layout Plain Layout
24064 \SpecialChar LaTeX
24065 ぱっけーじ@\SpecialChar LaTeX
24066 パッケージ ! hyperref
24067 \end_layout
24068
24069 \end_inset
24070
24071  \SpecialChar LaTeX
24072 パッケージは、相互参照が参照されたフロート(あるいは
24073 \emph on
24074
24075 \emph default
24076 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24077 の機能を使用するには、hyperrefを有効にして、
24078 \end_layout
24079
24080 \begin_layout Standard
24081
24082 \series bold
24083
24084 \backslash
24085 AtBeginDocument{
24086 \backslash
24087 renewcommand{
24088 \backslash
24089 ref}[1]{
24090 \backslash
24091 mbox{
24092 \backslash
24093 autoref{#1}}}}
24094 \end_layout
24095
24096 \begin_layout Standard
24097 という行を\SpecialChar LaTeX
24098 プリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24099 \begin_inset space \thinspace{}
24100 \end_inset
24101
24102 」としたいなど、既定の参照名以外のものが欲しい場合には、
24103 \end_layout
24104
24105 \begin_layout Standard
24106
24107 \series bold
24108
24109 \backslash
24110 addto
24111 \backslash
24112 extrasenglish{
24113 \backslash
24114 renewcommand{
24115 \backslash
24116 sectionautorefname}
24117 \begin_inset Newline newline
24118 \end_inset
24119
24120
24121 \begin_inset Phantom HPhantom
24122 status open
24123
24124 \begin_layout Plain Layout
24125
24126 \series bold
24127 \begin_inset space ~
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \end_inset
24134
24135 {sec.
24136 \backslash
24137 negthinspace}}
24138 \end_layout
24139
24140 \begin_layout Standard
24141 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24142 \begin_inset Newline newline
24143 \end_inset
24144
24145
24146 \series bold
24147
24148 \backslash
24149 extrasenglishを
24150 \backslash
24151 extras***
24152 \series default
24153 に置き換えてください(***は使用中の言語名)。
24154 \end_layout
24155
24156 \begin_layout Standard
24157 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24158 \end_layout
24159
24160 \begin_layout Standard
24161
24162 \series bold
24163
24164 \backslash
24165 addto
24166 \backslash
24167 extrasenglish{
24168 \backslash
24169 renewcommand*{
24170 \backslash
24171 equationautorefname}[1]{}}
24172 \end_layout
24173
24174 \begin_layout Standard
24175 この話題に関する詳細は、hyperrefの説明書
24176 \begin_inset CommandInset citation
24177 LatexCommand cite
24178 key "hyperref"
24179
24180 \end_inset
24181
24182 をお読みください。
24183 \end_layout
24184
24185 \begin_layout Standard
24186 \begin_inset Note Greyedout
24187 status open
24188
24189 \begin_layout Plain Layout
24190
24191 \series bold
24192 【註】
24193 \series default
24194 参照の自動命名は、相互参照を
24195 \family sans
24196 整形参照
24197 \family default
24198 様式(第
24199 \begin_inset CommandInset ref
24200 LatexCommand ref
24201 reference "subsec:相互参照の書式"
24202
24203 \end_inset
24204
24205 節)で使用しているときには、使用することができません。
24206 \end_layout
24207
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \begin_layout Standard
24214 \SpecialChar LyX
24215 の取扱説明書『
24216 \emph on
24217 数式篇
24218 \emph default
24219 』では、参照名の自動命名が使用されています。
24220 \end_layout
24221
24222 \begin_layout Subsection
24223 参照位置
24224 \begin_inset CommandInset label
24225 LatexCommand label
24226 name "subsec:参照位置"
24227
24228 \end_inset
24229
24230
24231 \begin_inset Index idx
24232 status collapsed
24233
24234 \begin_layout Plain Layout
24235 さんしょう@参照 ! さんしょういち@参照位置
24236 \end_layout
24237
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \begin_layout Standard
24244
24245 \family sans
24246 文書設定
24247 \family default
24248 ダイアログの
24249 \family sans
24250 PDF特性
24251 \family default
24252 で、
24253 \series bold
24254 hyperref
24255 \series default
24256
24257 \begin_inset Index idx
24258 status collapsed
24259
24260 \begin_layout Plain Layout
24261 \SpecialChar LaTeX
24262 ぱっけーじ@\SpecialChar LaTeX
24263 パッケージ ! hyperref
24264 \end_layout
24265
24266 \end_inset
24267
24268 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24269 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。\SpecialChar LaTeX
24270 パッケージの
24271 \series bold
24272 hyperref
24273 \series default
24274
24275 \begin_inset Index idx
24276 status collapsed
24277
24278 \begin_layout Plain Layout
24279 \SpecialChar LaTeX
24280 ぱっけーじ@\SpecialChar LaTeX
24281 パッケージ ! hyperref
24282 \end_layout
24283
24284 \end_inset
24285
24286 の一部である
24287 \series bold
24288 hyperref
24289 \series default
24290
24291 \begin_inset Index idx
24292 status collapsed
24293
24294 \begin_layout Plain Layout
24295 \SpecialChar LaTeX
24296 ぱっけーじ@\SpecialChar LaTeX
24297 パッケージ ! hyperref
24298 \end_layout
24299
24300 \end_inset
24301
24302 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24303 \end_layout
24304
24305 \begin_layout Standard
24306
24307 \series bold
24308
24309 \backslash
24310 usepackage[figure]{hypcap}
24311 \end_layout
24312
24313 \begin_layout Standard
24314 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24315 hypcapの説明書
24316 \begin_inset CommandInset citation
24317 LatexCommand cite
24318 key "hypcap"
24319
24320 \end_inset
24321
24322 をご覧ください。
24323 \end_layout
24324
24325 \begin_layout Standard
24326 \begin_inset Note Greyedout
24327 status open
24328
24329 \begin_layout Plain Layout
24330
24331 \series bold
24332 【註】hypcap
24333 \series default
24334 は内部図への参照には効力がありません。
24335 \end_layout
24336
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \begin_layout Section
24343 フロートの配置
24344 \begin_inset CommandInset label
24345 LatexCommand label
24346 name "sec:フロートの配置"
24347
24348 \end_inset
24349
24350
24351 \begin_inset Index idx
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355 ふろーと@フロート ! はいち@配置
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Standard
24364
24365 \family roman
24366 \series medium
24367 \shape up
24368 \size normal
24369 \emph off
24370 \bar no
24371 \noun off
24372 \color none
24373 フロートボックスを右クリックすると、ダイアログが開いて、ここで\SpecialChar LaTeX
24374 がフロートを配置するのに使う配置オプションを変更できるようになります。
24375 \begin_inset Newline newline
24376 \end_inset
24377
24378
24379 \family sans
24380 \series default
24381 \shape default
24382 \size default
24383 \emph default
24384 \bar default
24385 \noun default
24386 \color inherit
24387 段をまたぐ
24388 \family roman
24389 \series medium
24390 \shape up
24391 \size normal
24392 \emph off
24393 \bar no
24394 \noun off
24395 \color none
24396 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24397 \begin_inset Newline newline
24398 \end_inset
24399
24400
24401 \family sans
24402 \series default
24403 \shape default
24404 \size default
24405 \emph default
24406 \bar default
24407 \noun default
24408 \color inherit
24409 横倒しに回転
24410 \family roman
24411 \series medium
24412 \shape up
24413 \size normal
24414 \emph off
24415 \bar no
24416 \noun off
24417 \color none
24418 オプションは、フロートを回転するのに用います。第
24419 \family default
24420 \series default
24421 \shape default
24422 \size default
24423 \emph default
24424 \bar default
24425 \noun default
24426 \color inherit
24427
24428 \begin_inset CommandInset ref
24429 LatexCommand ref
24430 reference "sec:回転フロート"
24431
24432 \end_inset
24433
24434
24435 \family roman
24436 \series medium
24437 \shape up
24438 \size normal
24439 \emph off
24440 \bar no
24441 \noun off
24442 \color none
24443 節をご参照ください。
24444 \end_layout
24445
24446 \begin_layout Standard
24447
24448 \family roman
24449 \series medium
24450 \shape up
24451 \size normal
24452 \emph off
24453 \bar no
24454 \noun off
24455 \color none
24456 フロートダイアログでは、
24457 \family sans
24458 \series default
24459 \shape default
24460 \size default
24461 \emph default
24462 \bar default
24463 \noun default
24464 \color inherit
24465 既定の配置を使う
24466 \family roman
24467 \series medium
24468 \shape up
24469 \size normal
24470 \emph off
24471 \bar no
24472 \noun off
24473 \color none
24474 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24475 \end_layout
24476
24477 \begin_layout Description
24478 可能ならば現在位置に: 
24479 \family roman
24480 \series medium
24481 \shape up
24482 \size normal
24483 \emph off
24484 \bar no
24485 \noun off
24486 \color none
24487 フロートを挿入位置に配置することを試みます
24488 \end_layout
24489
24490 \begin_layout Description
24491 ページ上部: 
24492 \family roman
24493 \series medium
24494 \shape up
24495 \size normal
24496 \emph off
24497 \bar no
24498 \noun off
24499 \color none
24500 フロートを現在ページの上部に配置することを試みます
24501 \end_layout
24502
24503 \begin_layout Description
24504 ページ下部: 
24505 \family roman
24506 \series medium
24507 \shape up
24508 \size normal
24509 \emph off
24510 \bar no
24511 \noun off
24512 \color none
24513 フロートを現在ページの下部に配置することを試みます
24514 \end_layout
24515
24516 \begin_layout Description
24517 フロートを独立したページに: 
24518 \family roman
24519 \series medium
24520 \shape up
24521 \size normal
24522 \emph off
24523 \bar no
24524 \noun off
24525 \color none
24526 フロートを独立したページに配置することを試みます
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \SpecialChar LaTeX
24531 は、
24532 \emph on
24533 つねに
24534 \emph default
24535 上記のオプション順を用います。すなわち、既定の配置を使用すると、\SpecialChar LaTeX
24536 はまず
24537 \family sans
24538 可能ならば現在位置に
24539 \family default
24540 を試み、次に
24541 \family sans
24542 ページの上部
24543 \family default
24544 、その後他のオプションを試みます。既定値を使わないときには、\SpecialChar LaTeX
24545 は有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの配置がいず
24546 れも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24547 \end_layout
24548
24549 \begin_layout Standard
24550 既定では、各オプションはそれぞれ以下の規則を持っています。
24551 \end_layout
24552
24553 \begin_layout Labeling
24554 \labelwidthstring 00.00.0000
24555
24556 \family sans
24557 ページ上部
24558 \family default
24559  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24560 \series bold
24561
24562 \backslash
24563 topfraction
24564 \series default
24565 )。
24566 \end_layout
24567
24568 \begin_layout Labeling
24569 \labelwidthstring 00.00.0000
24570
24571 \family sans
24572 ページ下部
24573 \family default
24574  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24575 \series bold
24576
24577 \backslash
24578 bottomfraction
24579 \series default
24580 )。
24581 \end_layout
24582
24583 \begin_layout Labeling
24584 \labelwidthstring 00.00.0000
24585
24586 \family sans
24587 フロートを独立したページ 
24588 \family default
24589 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24590 \series bold
24591
24592 \backslash
24593 floatpagefraction
24594 \series default
24595 )。
24596 \end_layout
24597
24598 \begin_layout Standard
24599 これらの規則に従いたくないときは、
24600 \family sans
24601 \SpecialChar LaTeX
24602 の規則を無視する
24603 \family default
24604 オプションを追加することによって、これらを無視することができます。
24605 \begin_inset Newline newline
24606 \end_inset
24607
24608 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
24609 コマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を、ページの
24610 5割に変えるには、文書プリアンブルに
24611 \end_layout
24612
24613 \begin_layout Standard
24614
24615 \series bold
24616
24617 \backslash
24618 renewcommand{
24619 \backslash
24620 bottomfraction}{0.5}
24621 \end_layout
24622
24623 \begin_layout Standard
24624 という行を加えてください。
24625 \end_layout
24626
24627 \begin_layout Standard
24628 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24629 \family sans
24630 何としても現在位置に置く
24631 \family default
24632 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24633 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24634 からです。
24635 \end_layout
24636
24637 \begin_layout Standard
24638 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \begin_inset VSpace bigskip
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Standard
24649 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24650 することがあります。この問題を避けるには、\SpecialChar LaTeX
24651 コマンドの
24652 \backslash
24653 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24654 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24655 \end_layout
24656
24657 \begin_layout Standard
24658
24659 \series bold
24660
24661 \backslash
24662 let
24663 \backslash
24664 mySection
24665 \backslash
24666 section
24667 \begin_inset Newline newline
24668 \end_inset
24669
24670
24671 \backslash
24672 renewcommand{
24673 \backslash
24674 section}{
24675 \backslash
24676 suppressfloats[t]
24677 \backslash
24678 mySection}
24679 \end_layout
24680
24681 \begin_layout Standard
24682 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、\SpecialChar LaTeX
24683 が適当な配置を見つけるのに失敗することが
24684 あるので、これらに対する定義はお勧めしません。
24685 \end_layout
24686
24687 \begin_layout Standard
24688 \begin_inset VSpace bigskip
24689 \end_inset
24690
24691 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、\SpecialChar LaTeX
24692 パッケージ
24693 \series bold
24694 endfloat
24695 \series default
24696
24697 \begin_inset Index idx
24698 status collapsed
24699
24700 \begin_layout Plain Layout
24701 \SpecialChar LaTeX
24702 ぱっけーじ@\SpecialChar LaTeX
24703 パッケージ ! endfloat
24704 \end_layout
24705
24706 \end_inset
24707
24708 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24709 \begin_inset Quotes eld
24710 \end_inset
24711
24712
24713 \family sans
24714 [Figure
24715 \begin_inset space ~
24716 \end_inset
24717
24718 3.2 about here.]
24719 \family default
24720
24721 \begin_inset Quotes erd
24722 \end_inset
24723
24724 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24725 \end_layout
24726
24727 \begin_layout Standard
24728
24729 \series bold
24730
24731 \backslash
24732 usepackage[options]{endfloat}
24733 \end_layout
24734
24735 \begin_layout Standard
24736 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24737 \series bold
24738 endfloat
24739 \series default
24740 取扱説明書
24741 \begin_inset CommandInset citation
24742 LatexCommand cite
24743 key "endfloat"
24744
24745 \end_inset
24746
24747 をご参照ください。
24748 \begin_inset Newline newline
24749 \end_inset
24750
24751
24752 \begin_inset Note Greyedout
24753 status open
24754
24755 \begin_layout Plain Layout
24756
24757 \series bold
24758 【註】endfloat
24759 \series default
24760 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24761 \begin_inset CommandInset citation
24762 LatexCommand cite
24763 key "endfloat"
24764
24765 \end_inset
24766
24767 の第4節をご参照ください。
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \begin_inset Newline newline
24774 \end_inset
24775
24776
24777 \begin_inset Note Greyedout
24778 status open
24779
24780 \begin_layout Plain Layout
24781
24782 \series bold
24783 【註】
24784 \series default
24785 現在のところ、
24786 \series bold
24787 endfloat
24788 \series default
24789 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりに\SpecialChar TeX
24790 コードで「
24791 \series bold
24792
24793 \backslash
24794 ss
24795 \series default
24796 」コマンドを使用してください。
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Standard
24805 \begin_inset VSpace bigskip
24806 \end_inset
24807
24808 フロートの割付に関する詳細は、\SpecialChar LaTeX
24809 関連書
24810 \begin_inset CommandInset citation
24811 LatexCommand cite
24812 key "latexcompanion,latexguide,latexbook"
24813
24814 \end_inset
24815
24816 をご覧ください。
24817 \end_layout
24818
24819 \begin_layout Section
24820 回転フロート
24821 \begin_inset CommandInset label
24822 LatexCommand label
24823 name "sec:回転フロート"
24824
24825 \end_inset
24826
24827
24828 \begin_inset Index idx
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832 ふろーと@フロート ! かいてん@回転
24833 \end_layout
24834
24835 \end_inset
24836
24837
24838 \end_layout
24839
24840 \begin_layout Standard
24841 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24842 \family sans
24843 横倒しに回転
24844 \family default
24845 オプションを有効にします。
24846 \end_layout
24847
24848 \begin_layout Standard
24849 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24850 \family sans
24851 段をまたぐ
24852 \family default
24853 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24854 たって回転方向を強制したい場合には、文書クラスオプションに
24855 \series bold
24856 figuresleft
24857 \series default
24858 オプションあるいは
24859 \series bold
24860 figuresright
24861 \series default
24862 オプションを加えることができます。
24863 \end_layout
24864
24865 \begin_layout Standard
24866 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24867 \begin_inset CommandInset ref
24868 LatexCommand ref
24869 reference "tab:回転した表"
24870
24871 \end_inset
24872
24873 が回転表フロートの例です。
24874 \end_layout
24875
24876 \begin_layout Standard
24877 \begin_inset Note Greyedout
24878 status open
24879
24880 \begin_layout Plain Layout
24881
24882 \series bold
24883 【註】
24884 \series default
24885 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \begin_layout Standard
24894 \begin_inset Float table
24895 wide false
24896 sideways true
24897 status open
24898
24899 \begin_layout Plain Layout
24900 \begin_inset Caption Standard
24901
24902 \begin_layout Plain Layout
24903 \begin_inset CommandInset label
24904 LatexCommand label
24905 name "tab:回転した表"
24906
24907 \end_inset
24908
24909 回転した表
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Plain Layout
24918 \align center
24919 \begin_inset Tabular
24920 <lyxtabular version="3" rows="1" columns="5">
24921 <features tabularvalignment="middle">
24922 <column alignment="center" valignment="top">
24923 <column alignment="center" valignment="top">
24924 <column alignment="center" valignment="top">
24925 <column alignment="center" valignment="top">
24926 <column alignment="center" valignment="top">
24927 <row>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 試験
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 </row>
24974 </lyxtabular>
24975
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \begin_layout Section
24987 従属フロート
24988 \begin_inset Index idx
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \begin_layout Standard
25001 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
25002 \begin_inset CommandInset ref
25003 LatexCommand ref
25004 reference "tab:従属表を横に並べたもの"
25005
25006 \end_inset
25007
25008 と表
25009 \begin_inset CommandInset ref
25010 LatexCommand ref
25011 reference "tab:従属表を縦に並べたもの"
25012
25013 \end_inset
25014
25015 に示されているように段落と同様に指定することができます。
25016 \end_layout
25017
25018 \begin_layout Standard
25019 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
25020 \begin_inset CommandInset ref
25021 LatexCommand ref
25022 reference "tab:これは従属表a"
25023
25024 \end_inset
25025
25026 と表
25027 \begin_inset CommandInset ref
25028 LatexCommand ref
25029 reference "tab:これは従属表b"
25030
25031 \end_inset
25032
25033 は表
25034 \begin_inset CommandInset ref
25035 LatexCommand ref
25036 reference "tab:従属表を横に並べたもの"
25037
25038 \end_inset
25039
25040 の従属フロートです。
25041 \begin_inset Float table
25042 wide false
25043 sideways false
25044 status open
25045
25046 \begin_layout Plain Layout
25047 \begin_inset Caption Standard
25048
25049 \begin_layout Plain Layout
25050 \begin_inset CommandInset label
25051 LatexCommand label
25052 name "tab:従属表を横に並べたもの"
25053
25054 \end_inset
25055
25056 従属表を横に並べたもの
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Plain Layout
25065 \begin_inset space \hfill{}
25066 \end_inset
25067
25068
25069 \begin_inset Float table
25070 wide false
25071 sideways false
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075 \begin_inset Caption Standard
25076
25077 \begin_layout Plain Layout
25078 \begin_inset CommandInset label
25079 LatexCommand label
25080 name "tab:これは従属表a"
25081
25082 \end_inset
25083
25084 これは従属表aです。
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \begin_layout Plain Layout
25093 \align center
25094 \begin_inset Tabular
25095 <lyxtabular version="3" rows="1" columns="5">
25096 <features tabularvalignment="middle">
25097 <column alignment="center" valignment="top">
25098 <column alignment="center" valignment="top">
25099 <column alignment="center" valignment="top">
25100 <column alignment="center" valignment="top">
25101 <column alignment="center" valignment="top">
25102 <row>
25103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107 試験
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 </lyxtabular>
25150
25151 \end_inset
25152
25153
25154 \end_layout
25155
25156 \end_inset
25157
25158
25159 \begin_inset space \hfill{}
25160 \end_inset
25161
25162
25163 \begin_inset Float table
25164 wide false
25165 sideways false
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169 \begin_inset Caption Standard
25170
25171 \begin_layout Plain Layout
25172 \begin_inset CommandInset label
25173 LatexCommand label
25174 name "tab:これは従属表b"
25175
25176 \end_inset
25177
25178 これは従属表bです。
25179 \end_layout
25180
25181 \end_inset
25182
25183
25184 \end_layout
25185
25186 \begin_layout Plain Layout
25187 \align center
25188 \begin_inset Tabular
25189 <lyxtabular version="3" rows="1" columns="5">
25190 <features tabularvalignment="middle">
25191 <column alignment="center" valignment="top">
25192 <column alignment="center" valignment="top">
25193 <column alignment="center" valignment="top">
25194 <column alignment="center" valignment="top">
25195 <column alignment="center" valignment="top">
25196 <row>
25197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 試験
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 </row>
25243 </lyxtabular>
25244
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \begin_inset space \hfill{}
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \begin_inset Float table
25263 wide false
25264 sideways false
25265 status open
25266
25267 \begin_layout Plain Layout
25268 \begin_inset Caption Standard
25269
25270 \begin_layout Plain Layout
25271 \begin_inset CommandInset label
25272 LatexCommand label
25273 name "tab:従属表を縦に並べたもの"
25274
25275 \end_inset
25276
25277 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \begin_layout Plain Layout
25286 \noindent
25287 \align center
25288 \begin_inset Float table
25289 wide false
25290 sideways false
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294 \begin_inset Caption Standard
25295
25296 \begin_layout Plain Layout
25297
25298 \end_layout
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Plain Layout
25306 \align center
25307 \begin_inset Tabular
25308 <lyxtabular version="3" rows="1" columns="4">
25309 <features tabularvalignment="middle">
25310 <column alignment="center" valignment="top">
25311 <column alignment="center" valignment="top">
25312 <column alignment="center" valignment="top">
25313 <column alignment="center" valignment="top">
25314 <row>
25315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319 試験
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328 試験
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337 試験
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346 試験
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 </row>
25352 </lyxtabular>
25353
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \begin_layout Plain Layout
25365 \noindent
25366 \align center
25367 \begin_inset Float table
25368 wide false
25369 sideways false
25370 status collapsed
25371
25372 \begin_layout Plain Layout
25373 \begin_inset Caption Standard
25374
25375 \begin_layout Plain Layout
25376
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \begin_layout Plain Layout
25385 \align center
25386 \begin_inset Tabular
25387 <lyxtabular version="3" rows="1" columns="5">
25388 <features tabularvalignment="middle">
25389 <column alignment="center" valignment="top">
25390 <column alignment="center" valignment="top">
25391 <column alignment="center" valignment="top">
25392 <column alignment="center" valignment="top">
25393 <column alignment="center" valignment="top">
25394 <row>
25395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 </row>
25441 </lyxtabular>
25442
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \begin_layout Section
25459 横並びのフロート
25460 \begin_inset Index idx
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464 ふろーと@フロート ! よこならび@横並び
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \begin_layout Standard
25473
25474 \begin_inset CommandInset ref
25475 LatexCommand ref
25476 reference "fig:左側のフロート"
25477
25478 \end_inset
25479
25480 や図
25481 \begin_inset CommandInset ref
25482 LatexCommand ref
25483 reference "fig:右側のフロート"
25484
25485 \end_inset
25486
25487 のようにフロートを横並びに配置するには、
25488 \emph on
25489 ひとつの
25490 \emph default
25491 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25492 \begin_inset Foot
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496 Minipageは第
25497 \begin_inset CommandInset ref
25498 LatexCommand ref
25499 reference "sec:ミニページ"
25500
25501 \end_inset
25502
25503 節に説明があります。
25504 \end_layout
25505
25506 \end_inset
25507
25508 。幅は45
25509 \begin_inset space \thinspace{}
25510 \end_inset
25511
25512 -50
25513 \begin_inset space \thinspace{}
25514 \end_inset
25515
25516 列幅%とし、各minipageのボックス配置を
25517 \family sans
25518
25519 \family default
25520 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25521 \family sans
25522 列幅%
25523 \family default
25524 がここではminipageボックスの幅によって計算されることです。
25525 \end_layout
25526
25527 \begin_layout Standard
25528 \begin_inset Float figure
25529 wide false
25530 sideways false
25531 status open
25532
25533 \begin_layout Plain Layout
25534 \begin_inset Box Frameless
25535 position "b"
25536 hor_pos "c"
25537 has_inner_box 1
25538 inner_pos "t"
25539 use_parbox 0
25540 use_makebox 0
25541 width "45col%"
25542 special "none"
25543 height "1in"
25544 height_special "totalheight"
25545 thickness "0.4pt"
25546 separation "3pt"
25547 shadowsize "4pt"
25548 framecolor "black"
25549 backgroundcolor "none"
25550 status open
25551
25552 \begin_layout Plain Layout
25553 \align center
25554 \begin_inset Graphics
25555         filename ../clipart/mobius.eps
25556         lyxscale 50
25557         width 100col%
25558         scaleBeforeRotation
25559
25560 \end_inset
25561
25562
25563 \end_layout
25564
25565 \begin_layout Plain Layout
25566 \begin_inset Caption Standard
25567
25568 \begin_layout Plain Layout
25569 \begin_inset CommandInset label
25570 LatexCommand label
25571 name "fig:左側のフロート"
25572
25573 \end_inset
25574
25575 左側のフロート
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \begin_inset space \hfill{}
25587 \end_inset
25588
25589
25590 \begin_inset Box Frameless
25591 position "b"
25592 hor_pos "c"
25593 has_inner_box 1
25594 inner_pos "t"
25595 use_parbox 0
25596 use_makebox 0
25597 width "45col%"
25598 special "none"
25599 height "1in"
25600 height_special "totalheight"
25601 thickness "0.4pt"
25602 separation "3pt"
25603 shadowsize "4pt"
25604 framecolor "black"
25605 backgroundcolor "none"
25606 status open
25607
25608 \begin_layout Plain Layout
25609 \align center
25610 \begin_inset Graphics
25611         filename ../clipart/platypus.eps
25612         lyxscale 50
25613         width 100col%
25614         scaleBeforeRotation
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Plain Layout
25622 \begin_inset Caption Standard
25623
25624 \begin_layout Plain Layout
25625 \begin_inset CommandInset label
25626 LatexCommand label
25627 name "fig:右側のフロート"
25628
25629 \end_inset
25630
25631 右側のフロート
25632 \end_layout
25633
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \begin_layout Plain Layout
25645
25646 \end_layout
25647
25648 \end_inset
25649
25650
25651 \end_layout
25652
25653 \begin_layout Section
25654 キャプションの書式設定
25655 \begin_inset Index idx
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25660 \end_layout
25661
25662 \end_inset
25663
25664
25665 \begin_inset Index idx
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \begin_inset CommandInset label
25676 LatexCommand label
25677 name "sec:キャプションの書式設定"
25678
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \begin_layout Standard
25685
25686 \family sans
25687 キャプション
25688 \family default
25689 環境は、
25690 \family sans
25691 フロート
25692 \family default
25693 の既定の段落環境です。キャプションは、\SpecialChar LyX
25694 画面上では、例えば「
25695 \family sans
25696 図 #:
25697 \family default
25698 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25699 \family sans
25700 #
25701 \family default
25702 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25703 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25704 \end_layout
25705
25706 \begin_layout Standard
25707 既定のキャプション書式を変更するには、文書プリアンブルに
25708 \end_layout
25709
25710 \begin_layout Standard
25711
25712 \series bold
25713
25714 \backslash
25715 usepackage[format definition]{caption}
25716 \end_layout
25717
25718 \begin_layout Standard
25719 という行を加えて、\SpecialChar LaTeX
25720 パッケージ
25721 \series bold
25722 caption
25723 \series default
25724
25725 \begin_inset Index idx
25726 status collapsed
25727
25728 \begin_layout Plain Layout
25729 \SpecialChar LaTeX
25730 ぱっけーじ@\SpecialChar LaTeX
25731 パッケージ ! caption
25732 \end_layout
25733
25734 \end_inset
25735
25736 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25737 \end_layout
25738
25739 \begin_layout Standard
25740
25741 \series bold
25742
25743 \backslash
25744 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25745 \end_layout
25746
25747 \begin_layout Standard
25748 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25749 \series bold
25750 caption
25751 \series default
25752 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25753 \end_layout
25754
25755 \begin_layout Standard
25756
25757 \series bold
25758
25759 \backslash
25760 captionsetup[フロート型]{書式定義}
25761 \end_layout
25762
25763 \begin_layout Standard
25764 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25765 \begin_inset CommandInset ref
25766 LatexCommand ref
25767 reference "fig:図キャプション"
25768
25769 \end_inset
25770
25771 と表
25772 \begin_inset CommandInset ref
25773 LatexCommand ref
25774 reference "tab:表キャプション"
25775
25776 \end_inset
25777
25778 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25779 \end_layout
25780
25781 \begin_layout Standard
25782
25783 \series bold
25784
25785 \backslash
25786 usepackage[tableposition=top]{caption}
25787 \series default
25788
25789 \begin_inset Newline newline
25790 \end_inset
25791
25792
25793 \series bold
25794
25795 \backslash
25796 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25797 \begin_inset Newline newline
25798 \end_inset
25799
25800
25801 \begin_inset Phantom HPhantom
25802 status open
25803
25804 \begin_layout Plain Layout
25805
25806 \backslash
25807 captionsetup[figure]{
25808 \end_layout
25809
25810 \end_inset
25811
25812 labelsep=period}
25813 \begin_inset Newline newline
25814 \end_inset
25815
25816
25817 \backslash
25818 captionsetup[table]{labelfont={bf,sf}}
25819 \end_layout
25820
25821 \begin_layout Standard
25822 \begin_inset Note Greyedout
25823 status open
25824
25825 \begin_layout Plain Layout
25826
25827 \series bold
25828 【註】
25829 \series default
25830 オプションのうち、
25831 \series bold
25832 tableposition=top
25833 \series default
25834 は、文書クラスに
25835 \series bold
25836 KOMA-script
25837 \series default
25838
25839 \begin_inset Index idx
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843 \SpecialChar LaTeX
25844 ぱっけーじ@\SpecialChar LaTeX
25845 パッケージ ! KOMA-script
25846 \end_layout
25847
25848 \end_inset
25849
25850 が使われているときには、無効になります。この場合には、文書クラスオプション
25851 \series bold
25852 captions=tableheading
25853 \series default
25854 を指定しなくてはなりません。
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863
25864 \series bold
25865 caption
25866 \series default
25867 パッケージについての詳細は、その取扱説明書
25868 \begin_inset CommandInset citation
25869 LatexCommand cite
25870 key "caption"
25871
25872 \end_inset
25873
25874 をご覧ください。
25875 \end_layout
25876
25877 \begin_layout Standard
25878 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25879 \end_layout
25880
25881 \begin_layout Standard
25882
25883 \series bold
25884
25885 \backslash
25886 renewcommand{
25887 \backslash
25888 fnum@figure}{画像~
25889 \backslash
25890 thefigure}
25891 \end_layout
25892
25893 \begin_layout Standard
25894 なお、
25895 \series bold
25896
25897 \backslash
25898 thefigure
25899 \series default
25900 は表番号を挿入し、「
25901 \series bold
25902 ~
25903 \series default
25904 」は保護された空白を入れます。
25905 \end_layout
25906
25907 \begin_layout Standard
25908 \begin_inset VSpace bigskip
25909 \end_inset
25910
25911
25912 \series bold
25913 KOMA-script
25914 \series default
25915
25916 \begin_inset Index idx
25917 status collapsed
25918
25919 \begin_layout Plain Layout
25920 \SpecialChar LaTeX
25921 ぱっけーじ@\SpecialChar LaTeX
25922 パッケージ ! KOMA-script
25923 \end_layout
25924
25925 \end_inset
25926
25927 文書クラス(
25928 \family sans
25929 article (KOMA-script)
25930 \family default
25931
25932 \family sans
25933 book (KOMA-script)
25934 \family default
25935
25936 \family sans
25937 letter (KOMA-script)
25938 \family default
25939
25940 \family sans
25941 report (KOMA-script)
25942 \family default
25943 )を使用している場合には、
25944 \series bold
25945 caption
25946 \series default
25947 パッケージの代わりに
25948 \series bold
25949 KOMA-script
25950 \series default
25951 のビルトインコマンド
25952 \series bold
25953 etkomafont
25954 \series default
25955 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25956 \end_layout
25957
25958 \begin_layout Standard
25959
25960 \series bold
25961
25962 \backslash
25963 setkomafont{captionlabel}{
25964 \backslash
25965 bfseries}
25966 \end_layout
25967
25968 \begin_layout Standard
25969
25970 \series bold
25971
25972 \backslash
25973 setkomafont
25974 \series default
25975 についての詳細は、
25976 \series bold
25977 KOMA-script
25978 \series default
25979 の取扱説明書
25980 \begin_inset CommandInset citation
25981 LatexCommand cite
25982 key "koma-script"
25983
25984 \end_inset
25985
25986 をご覧ください。
25987 \end_layout
25988
25989 \begin_layout Standard
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995
25996 \backslash
25997 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25998 }
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \begin_inset Note Note
26005 status open
26006
26007 \begin_layout Plain Layout
26008 キャプション書式は、この例のみ変更してあります。
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset Float figure
26018 placement !p
26019 wide false
26020 sideways false
26021 status open
26022
26023 \begin_layout Plain Layout
26024 \align center
26025 \begin_inset Graphics
26026         filename ../clipart/mobius.eps
26027         lyxscale 50
26028         scale 50
26029         scaleBeforeRotation
26030
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \begin_layout Plain Layout
26037 \begin_inset Caption Standard
26038
26039 \begin_layout Plain Layout
26040 \begin_inset CommandInset label
26041 LatexCommand label
26042 name "fig:図キャプション"
26043
26044 \end_inset
26045
26046 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26047 \end_layout
26048
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 \begin_inset ERT
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064
26065
26066 \backslash
26067 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26068 on}
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \begin_layout Standard
26077 \begin_inset Float table
26078 placement !p
26079 wide false
26080 sideways false
26081 status open
26082
26083 \begin_layout Plain Layout
26084 \begin_inset Caption Standard
26085
26086 \begin_layout Plain Layout
26087 \begin_inset CommandInset label
26088 LatexCommand label
26089 name "tab:表キャプション"
26090
26091 \end_inset
26092
26093 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \begin_layout Plain Layout
26102 \align center
26103 \begin_inset Tabular
26104 <lyxtabular version="3" rows="1" columns="5">
26105 <features tabularvalignment="middle">
26106 <column alignment="center" valignment="top">
26107 <column alignment="center" valignment="top">
26108 <column alignment="center" valignment="top">
26109 <column alignment="center" valignment="top">
26110 <column alignment="center" valignment="top">
26111 <row>
26112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Plain Layout
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 </lyxtabular>
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \begin_layout Section
26171 キャプションの配置
26172 \begin_inset Index idx
26173 status collapsed
26174
26175 \begin_layout Plain Layout
26176 きゃぷしょん@キャプション ! はいち@配置
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \begin_inset Index idx
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \begin_inset CommandInset label
26193 LatexCommand label
26194 name "sec:キャプションの配置"
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \begin_layout Standard
26202 通常、キャプションの配置原則は、
26203 \end_layout
26204
26205 \begin_layout Description
26206 図の場合: キャプションを図の下に置く
26207 \end_layout
26208
26209 \begin_layout Description
26210 表の場合: キャプションを表の上に置く
26211 \end_layout
26212
26213 \begin_layout Standard
26214 という風になっています。\SpecialChar LaTeX
26215 の標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26216 \family sans
26217 article
26218 \family default
26219
26220 \family sans
26221 book
26222 \family default
26223
26224 \family sans
26225 letter
26226 \family default
26227
26228 \family sans
26229 report
26230 \family default
26231 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26232 eXパッケージ
26233 \series bold
26234 caption
26235 \series default
26236 を読み込むコマンドに
26237 \end_layout
26238
26239 \begin_layout Standard
26240
26241 \series bold
26242 tableposition=top
26243 \end_layout
26244
26245 \begin_layout Standard
26246 というオプションを追加してください
26247 \begin_inset Foot
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251
26252 \series bold
26253 caption
26254 \series default
26255 パッケージについての詳細な情報は、第
26256 \begin_inset CommandInset ref
26257 LatexCommand ref
26258 reference "sec:キャプションの書式設定"
26259
26260 \end_inset
26261
26262 節をご覧ください。
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \series bold
26269 KOMA-script
26270 \series default
26271
26272 \begin_inset Index idx
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276 \SpecialChar LaTeX
26277 ぱっけーじ@\SpecialChar LaTeX
26278 パッケージ ! KOMA-script
26279 \end_layout
26280
26281 \end_inset
26282
26283 文書クラス(
26284 \family sans
26285 article (KOMA-script)
26286 \family default
26287
26288 \family sans
26289 book (KOMA-script)
26290 \family default
26291
26292 \family sans
26293 letter (KOMA-script)
26294 \family default
26295
26296 \family sans
26297 report (KOMA-script)
26298 \family default
26299
26300 \begin_inset space \thinspace{}
26301 \end_inset
26302
26303 )をお使いの場合には、
26304 \series bold
26305 caption
26306 \series default
26307 パッケージにオプションを与える代わりに、文書クラスオプション
26308 \end_layout
26309
26310 \begin_layout Standard
26311
26312 \series bold
26313 captions=tableheading
26314 \end_layout
26315
26316 \begin_layout Standard
26317 を設定することもできます
26318 \begin_inset Foot
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322 このオプションは本文書で使用されています。
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Standard
26331 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26332 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26333 \begin_inset CommandInset ref
26334 LatexCommand ref
26335 reference "tab:指定付きキャプション"
26336
26337 \end_inset
26338
26339 は、キャプションは、\SpecialChar LyX
26340 中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26341 \begin_inset CommandInset ref
26342 LatexCommand ref
26343 reference "tab:標準表"
26344
26345 \end_inset
26346
26347 のキャプションでは、指定が為されていません。
26348 \end_layout
26349
26350 \begin_layout Standard
26351 \begin_inset Float table
26352 wide false
26353 sideways false
26354 status open
26355
26356 \begin_layout Plain Layout
26357 \begin_inset Caption Below
26358
26359 \begin_layout Plain Layout
26360 \begin_inset CommandInset label
26361 LatexCommand label
26362 name "tab:指定付きキャプション"
26363
26364 \end_inset
26365
26366 表下に来るように指定されたキャプション
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \begin_layout Plain Layout
26375 \align center
26376 \begin_inset Tabular
26377 <lyxtabular version="3" rows="3" columns="3">
26378 <features tabularvalignment="middle">
26379 <column alignment="center" valignment="top" width="0pt">
26380 <column alignment="center" valignment="top" width="0pt">
26381 <column alignment="center" valignment="top" width="0pt">
26382 <row>
26383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387 1
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 2
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 3
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 </row>
26411 <row>
26412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416 森嶋
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425 宇沢
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 二階堂
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 </row>
26440 <row>
26441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Plain Layout
26445 \begin_inset Formula $\int x^{2}dx$
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457 \begin_inset Formula $\left[\begin{array}{cc}
26458 a & b\\
26459 c & d
26460 \end{array}\right]$
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 \begin_inset Formula $1+1=2$
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 </lyxtabular>
26482
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Standard
26494 \begin_inset Float table
26495 wide false
26496 sideways false
26497 status open
26498
26499 \begin_layout Plain Layout
26500 \begin_inset Caption Standard
26501
26502 \begin_layout Plain Layout
26503 \begin_inset CommandInset label
26504 LatexCommand label
26505 name "tab:標準表"
26506
26507 \end_inset
26508
26509 標準の表キャプション
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \begin_layout Plain Layout
26518 \align center
26519 \begin_inset Tabular
26520 <lyxtabular version="3" rows="3" columns="3">
26521 <features tabularvalignment="middle">
26522 <column alignment="center" valignment="top" width="0pt">
26523 <column alignment="center" valignment="top" width="0pt">
26524 <column alignment="center" valignment="top" width="0pt">
26525 <row>
26526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 1
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539 2
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 3
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 </row>
26554 <row>
26555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 森嶋
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 宇沢
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 二階堂
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 </row>
26583 <row>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 \begin_inset Formula $\int x^{2}dx$
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \end_inset
26595 </cell>
26596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600 \begin_inset Formula $\left[\begin{array}{cc}
26601 a & b\\
26602 c & d
26603 \end{array}\right]$
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 \begin_inset Formula $1+1=2$
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 </row>
26624 </lyxtabular>
26625
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Standard
26637 \begin_inset VSpace bigskip
26638 \end_inset
26639
26640 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26641 \end_layout
26642
26643 \begin_layout Standard
26644
26645 \series bold
26646
26647 \backslash
26648 usepackage[option]{sidecap}
26649 \end_layout
26650
26651 \begin_layout Standard
26652 という行を入れて、\SpecialChar LaTeX
26653 パッケージ
26654 \series bold
26655 sidecap
26656 \series default
26657
26658 \begin_inset Index idx
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662 \SpecialChar LaTeX
26663 ぱっけーじ@\SpecialChar LaTeX
26664 パッケージ ! sidecap
26665 \end_layout
26666
26667 \end_inset
26668
26669 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に—偶数ページでは右側、奇数頁では左側に—キャプションが置かれます。
26670 \series bold
26671 innercaption
26672 \series default
26673 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26674 \series bold
26675 rightcaption
26676 \series default
26677 ないし
26678 \series bold
26679 leftcaption
26680 \series default
26681 オプションを用います。
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \begin_inset ERT
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689
26690
26691 \backslash
26692 ifsidecap
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \begin_inset Note Note
26699 status open
26700
26701 \begin_layout Plain Layout
26702 以下の部分は、\SpecialChar LaTeX
26703 パッケージ
26704 \series bold
26705 sidecap
26706 \series default
26707 が導入されているときのみ表示されます。
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \begin_layout Standard
26716 \SpecialChar LyX
26717 でフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26718 \end_layout
26719
26720 \begin_layout Standard
26721 \noindent
26722 \begin_inset CommandInset line
26723 LatexCommand rule
26724 offset "0.5ex"
26725 width "100line%"
26726 height "1pt"
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \begin_layout Standard
26734
26735 \series bold
26736
26737 \backslash
26738 newcommand{
26739 \backslash
26740 TabBesBeg}[1][1.0]{%
26741 \begin_inset Newline newline
26742 \end_inset
26743
26744
26745 \begin_inset Phantom HPhantom
26746 status open
26747
26748 \begin_layout Plain Layout
26749 \begin_inset space ~
26750 \end_inset
26751
26752
26753 \end_layout
26754
26755 \end_inset
26756
26757
26758 \backslash
26759 let
26760 \backslash
26761 MyTable
26762 \backslash
26763 table
26764 \begin_inset Newline newline
26765 \end_inset
26766
26767
26768 \begin_inset Phantom HPhantom
26769 status open
26770
26771 \begin_layout Plain Layout
26772
26773 \series medium
26774 \begin_inset space ~
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \backslash
26784 let
26785 \backslash
26786 MyEndtable
26787 \backslash
26788 endtable
26789 \begin_inset Newline newline
26790 \end_inset
26791
26792
26793 \begin_inset Phantom HPhantom
26794 status open
26795
26796 \begin_layout Plain Layout
26797
26798 \series medium
26799 \begin_inset space ~
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \backslash
26809 renewenvironment{table}[1]{
26810 \backslash
26811 begin{SCtable}[#1]##1}{
26812 \backslash
26813 end{SCtable}}}
26814 \end_layout
26815
26816 \begin_layout Standard
26817
26818 \series bold
26819
26820 \backslash
26821 newcommand{
26822 \backslash
26823 TabBesEnd}{%
26824 \begin_inset Newline newline
26825 \end_inset
26826
26827
26828 \begin_inset Phantom HPhantom
26829 status open
26830
26831 \begin_layout Plain Layout
26832 \begin_inset space ~
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \backslash
26842 let
26843 \backslash
26844 table
26845 \backslash
26846 MyTable
26847 \begin_inset Newline newline
26848 \end_inset
26849
26850
26851 \begin_inset Phantom HPhantom
26852 status open
26853
26854 \begin_layout Plain Layout
26855 \begin_inset space ~
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \backslash
26865 let
26866 \backslash
26867 endtable
26868 \backslash
26869 MyEndtable
26870 \end_layout
26871
26872 \begin_layout Standard
26873
26874 \series bold
26875
26876 \backslash
26877 newcommand{
26878 \backslash
26879 FigBesBeg}[1][1.0]{%
26880 \begin_inset Newline newline
26881 \end_inset
26882
26883
26884 \begin_inset Phantom HPhantom
26885 status open
26886
26887 \begin_layout Plain Layout
26888 \begin_inset space ~
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \backslash
26898 let
26899 \backslash
26900 MyFigure
26901 \backslash
26902 figure
26903 \begin_inset Newline newline
26904 \end_inset
26905
26906
26907 \begin_inset Phantom HPhantom
26908 status open
26909
26910 \begin_layout Plain Layout
26911 \begin_inset space ~
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \backslash
26921 let
26922 \backslash
26923 MyEndfigure
26924 \backslash
26925 endfigure
26926 \begin_inset Newline newline
26927 \end_inset
26928
26929
26930 \begin_inset Phantom HPhantom
26931 status open
26932
26933 \begin_layout Plain Layout
26934 \begin_inset space ~
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \backslash
26944 renewenvironment{figure}[1]{
26945 \backslash
26946 begin{SCfigure}[#1]##1}{
26947 \backslash
26948 end{SCfigure}}}
26949 \end_layout
26950
26951 \begin_layout Standard
26952
26953 \series bold
26954
26955 \backslash
26956 newcommand{
26957 \backslash
26958 FigBesEnd}{%
26959 \begin_inset Newline newline
26960 \end_inset
26961
26962
26963 \begin_inset Phantom HPhantom
26964 status open
26965
26966 \begin_layout Plain Layout
26967 \begin_inset space ~
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \end_inset
26974
26975
26976 \backslash
26977 let
26978 \backslash
26979 figure
26980 \backslash
26981 MyFigure
26982 \begin_inset Newline newline
26983 \end_inset
26984
26985
26986 \begin_inset Phantom HPhantom
26987 status open
26988
26989 \begin_layout Plain Layout
26990 \begin_inset space ~
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \backslash
27000 let
27001 \backslash
27002 endfigure
27003 \backslash
27004 MyEndfigure}
27005 \end_layout
27006
27007 \begin_layout Standard
27008 \noindent
27009 \begin_inset CommandInset line
27010 LatexCommand rule
27011 offset "0.5ex"
27012 width "100line%"
27013 height "1pt"
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Standard
27021 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
27022 \end_layout
27023
27024 \begin_layout Standard
27025
27026 \series bold
27027
27028 \backslash
27029 FigBesBeg
27030 \end_layout
27031
27032 \begin_layout Standard
27033 というコマンドを、フロートの前に\SpecialChar TeX
27034 コードで入れてください。そして、元のフロート定義に戻したいところで、
27035 \end_layout
27036
27037 \begin_layout Standard
27038
27039 \series bold
27040
27041 \backslash
27042 FigBesEnd
27043 \end_layout
27044
27045 \begin_layout Standard
27046 という\SpecialChar TeX
27047 コードを入れてください。
27048 \end_layout
27049
27050 \begin_layout Standard
27051 表フロートに対しては、対応するコマンド
27052 \end_layout
27053
27054 \begin_layout Standard
27055
27056 \series bold
27057
27058 \backslash
27059 TabBesBeg
27060 \series default
27061 および
27062 \series bold
27063
27064 \backslash
27065 TabBesEnd
27066 \end_layout
27067
27068 \begin_layout Standard
27069 を使用してください。図
27070 \begin_inset CommandInset ref
27071 LatexCommand ref
27072 reference "fig:図横キャプション"
27073
27074 \end_inset
27075
27076 と表
27077 \begin_inset CommandInset ref
27078 LatexCommand ref
27079 reference "tab:表横キャプション"
27080
27081 \end_inset
27082
27083 がキャプションを脇に設定した例です。
27084 \end_layout
27085
27086 \begin_layout Standard
27087 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
27088 を変更するには、文書プリアンブルかフロート直前に、\SpecialChar TeX
27089 コードとして
27090 \end_layout
27091
27092 \begin_layout Standard
27093
27094 \series bold
27095
27096 \backslash
27097 sidecaptionvpos{フロート型}{配置}
27098 \end_layout
27099
27100 \begin_layout Standard
27101 というコマンドを使用します。ここで「フロート型」は
27102 \family sans
27103 figure
27104 \family default
27105
27106 \family sans
27107 table
27108 \family default
27109 であり、「配置」は、上揃えの場合はtopの
27110 \end_layout
27111
27112 \begin_layout Standard
27113
27114 \family sans
27115 t
27116 \family default
27117 」、中央揃えの場合はcenterの「
27118 \family sans
27119 c
27120 \family default
27121 」、下揃えの場合はbottomの「
27122 \family sans
27123 b
27124 \family default
27125 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
27126 \end_layout
27127
27128 \begin_layout Standard
27129
27130 \series bold
27131
27132 \backslash
27133 sidecaptionvpos{figure}{c}
27134 \end_layout
27135
27136 \begin_layout Standard
27137 というコマンドを使用します。これは、図
27138 \begin_inset CommandInset ref
27139 LatexCommand ref
27140 reference "fig:図横キャプション-2"
27141
27142 \end_inset
27143
27144 で使用されています。
27145 \end_layout
27146
27147 \begin_layout Standard
27148 \begin_inset VSpace medskip
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \begin_layout Standard
27155 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
27156 \begin_inset CommandInset ref
27157 LatexCommand ref
27158 reference "tab:表横キャプション"
27159
27160 \end_inset
27161
27162 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
27163 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
27164 \emph on
27165 因数
27166 \emph default
27167 は、
27168 \end_layout
27169
27170 \begin_layout Standard
27171
27172 \series bold
27173
27174 \backslash
27175 FigBesBeg[因数]
27176 \end_layout
27177
27178 \begin_layout Standard
27179 のように、
27180 \series bold
27181
27182 \backslash
27183 FigBesBeg
27184 \series default
27185 への非必須引数として与えることもできますし、
27186 \series bold
27187
27188 \backslash
27189 FigBesBeg
27190 \series default
27191 の定義中で
27192 \series bold
27193 1.0
27194 \series default
27195 を他の値に変更することもできます。表
27196 \begin_inset CommandInset ref
27197 LatexCommand ref
27198 reference "tab:図横幅広"
27199
27200 \end_inset
27201
27202 では、因子5が指定されています。
27203 \end_layout
27204
27205 \begin_layout Standard
27206 \begin_inset Note Greyedout
27207 status open
27208
27209 \begin_layout Plain Layout
27210
27211 \series bold
27212 【註】
27213 \series default
27214 キャプションを横につけたフロートでは、フロート配置オプションの
27215 \family sans
27216 何としても現在地に置く
27217 \family default
27218 は、
27219 \series bold
27220 sidecap
27221 \series default
27222 がサポートしていないので、使用することができません。.
27223 \end_layout
27224
27225 \end_inset
27226
27227
27228 \end_layout
27229
27230 \begin_layout Standard
27231 \begin_inset VSpace medskip
27232 \end_inset
27233
27234
27235 \series bold
27236 sidecap
27237 \series default
27238 パッケージについての詳細は、
27239 \begin_inset CommandInset citation
27240 LatexCommand cite
27241 key "sidecap"
27242
27243 \end_inset
27244
27245 の説明書をご参照ください。
27246 \end_layout
27247
27248 \begin_layout Standard
27249 \begin_inset Note Greyedout
27250 status open
27251
27252 \begin_layout Plain Layout
27253
27254 \series bold
27255 【註】
27256 \series default
27257
27258 \begin_inset CommandInset ref
27259 LatexCommand ref
27260 reference "subsec:参照位置"
27261
27262 \end_inset
27263
27264 節に説明がある\SpecialChar LaTeX
27265 パッケージ
27266 \series bold
27267 hypcap
27268 \series default
27269
27270 \begin_inset Index idx
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 \SpecialChar LaTeX
27275 ぱっけーじ@\SpecialChar LaTeX
27276 パッケージ ! hypcap
27277 \end_layout
27278
27279 \end_inset
27280
27281 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \begin_layout Standard
27290 \begin_inset Note Greyedout
27291 status open
27292
27293 \begin_layout Plain Layout
27294
27295 \series bold
27296 【訳註】
27297 \series default
27298 \SpecialChar LaTeX
27299 パッケージ
27300 \series bold
27301 sidecap
27302 \series default
27303
27304 \begin_inset Index idx
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 \SpecialChar LaTeX
27309 ぱっけーじ@\SpecialChar LaTeX
27310 パッケージ ! sidecap
27311 \end_layout
27312
27313 \end_inset
27314
27315 は、p\SpecialChar LaTeX
27316 と互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例については、
27317 取扱説明書『
27318 \emph on
27319 埋め込み機能篇
27320 \emph default
27321 』(つまりこの文書)の\SpecialChar LyX
27322 文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \begin_inset Note Note
27329 status open
27330
27331 \begin_layout Plain Layout
27332 \begin_inset ERT
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336
27337
27338 \backslash
27339 FigBesBeg 
27340 \end_layout
27341
27342 \end_inset
27343
27344
27345 \end_layout
27346
27347 \begin_layout Plain Layout
27348 \begin_inset Float figure
27349 wide false
27350 sideways false
27351 status open
27352
27353 \begin_layout Plain Layout
27354 \begin_inset Graphics
27355         filename ../clipart/escher-lsd.eps
27356         scale 75
27357         scaleBeforeRotation
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \begin_layout Plain Layout
27365 \begin_inset Caption Standard
27366
27367 \begin_layout Plain Layout
27368 \begin_inset CommandInset label
27369 LatexCommand label
27370 name "fig:図横キャプション"
27371
27372 \end_inset
27373
27374 これは図の横にあるキャプションです。
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Plain Layout
27388 \begin_inset ERT
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392
27393
27394 \backslash
27395 FigBesEnd
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Plain Layout
27404 \begin_inset ERT
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408
27409
27410 \backslash
27411 TabBesBeg 
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \begin_layout Plain Layout
27420 \begin_inset Float table
27421 wide false
27422 sideways false
27423 status open
27424
27425 \begin_layout Plain Layout
27426 \begin_inset Caption Standard
27427
27428 \begin_layout Plain Layout
27429 \begin_inset CommandInset label
27430 LatexCommand label
27431 name "tab:表横キャプション"
27432
27433 \end_inset
27434
27435 これは表の横にあるキャプションです。
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \begin_layout Plain Layout
27444 \begin_inset Tabular
27445 <lyxtabular version="3" rows="4" columns="5">
27446 <features tabularvalignment="middle">
27447 <column alignment="center" valignment="top">
27448 <column alignment="center" valignment="top">
27449 <column alignment="center" valignment="top">
27450 <column alignment="center" valignment="top">
27451 <column alignment="center" valignment="top">
27452 <row>
27453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Plain Layout
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27463 \begin_inset Text
27464
27465 \begin_layout Plain Layout
27466
27467 \end_layout
27468
27469 \end_inset
27470 </cell>
27471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27472 \begin_inset Text
27473
27474 \begin_layout Plain Layout
27475
27476 \end_layout
27477
27478 \end_inset
27479 </cell>
27480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Plain Layout
27484
27485 \end_layout
27486
27487 \end_inset
27488 </cell>
27489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27490 \begin_inset Text
27491
27492 \begin_layout Plain Layout
27493
27494 \end_layout
27495
27496 \end_inset
27497 </cell>
27498 </row>
27499 <row>
27500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Plain Layout
27504
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Plain Layout
27513
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27537 \begin_inset Text
27538
27539 \begin_layout Plain Layout
27540
27541 \end_layout
27542
27543 \end_inset
27544 </cell>
27545 </row>
27546 <row>
27547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27557 \begin_inset Text
27558
27559 \begin_layout Plain Layout
27560
27561 \end_layout
27562
27563 \end_inset
27564 </cell>
27565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Plain Layout
27569
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27575 \begin_inset Text
27576
27577 \begin_layout Plain Layout
27578
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 </row>
27593 <row>
27594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634
27635 \end_layout
27636
27637 \end_inset
27638 </cell>
27639 </row>
27640 </lyxtabular>
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \begin_layout Plain Layout
27653 \begin_inset ERT
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657
27658
27659 \backslash
27660 TabBesEnd
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Plain Layout
27669 \begin_inset ERT
27670 status collapsed
27671
27672 \begin_layout Plain Layout
27673
27674
27675 \backslash
27676 FigBesBeg 
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \begin_inset ERT
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686
27687
27688 \backslash
27689 sidecaptionvpos{figure}{c}
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \begin_inset Float figure
27696 wide false
27697 sideways false
27698 status open
27699
27700 \begin_layout Plain Layout
27701 \begin_inset Graphics
27702         filename ../clipart/escher-lsd.eps
27703         scale 75
27704         scaleBeforeRotation
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Plain Layout
27712 \begin_inset Caption Standard
27713
27714 \begin_layout Plain Layout
27715 \begin_inset CommandInset label
27716 LatexCommand label
27717 name "fig:図横キャプション-2"
27718
27719 \end_inset
27720
27721 これは図の横にある縦方向中央揃えのキャプションです。
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \begin_layout Plain Layout
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739
27740
27741 \backslash
27742 FigBesEnd
27743 \end_layout
27744
27745 \end_inset
27746
27747
27748 \end_layout
27749
27750 \begin_layout Plain Layout
27751 \begin_inset ERT
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755
27756
27757 \backslash
27758 TabBesBeg[5]
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \end_layout
27765
27766 \begin_layout Plain Layout
27767 \begin_inset Float table
27768 wide false
27769 sideways false
27770 status open
27771
27772 \begin_layout Plain Layout
27773 \begin_inset Caption Standard
27774
27775 \begin_layout Plain Layout
27776 \begin_inset CommandInset label
27777 LatexCommand label
27778 name "tab:図横幅広"
27779
27780 \end_inset
27781
27782 これは表
27783 \begin_inset CommandInset ref
27784 LatexCommand ref
27785 reference "tab:表横キャプション"
27786
27787 \end_inset
27788
27789 よりも幅広のキャプションです
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Plain Layout
27798 \begin_inset Tabular
27799 <lyxtabular version="3" rows="4" columns="5">
27800 <features tabularvalignment="middle">
27801 <column alignment="center" valignment="top">
27802 <column alignment="center" valignment="top">
27803 <column alignment="center" valignment="top">
27804 <column alignment="center" valignment="top">
27805 <column alignment="center" valignment="top">
27806 <row>
27807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 a
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 b
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847 c
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 </row>
27853 <row>
27854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27855 \begin_inset Text
27856
27857 \begin_layout Plain Layout
27858
27859 \end_layout
27860
27861 \end_inset
27862 </cell>
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 d
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885 e
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27891 \begin_inset Text
27892
27893 \begin_layout Plain Layout
27894
27895 \end_layout
27896
27897 \end_inset
27898 </cell>
27899 </row>
27900 <row>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 f
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 g
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27929 \begin_inset Text
27930
27931 \begin_layout Plain Layout
27932
27933 \end_layout
27934
27935 \end_inset
27936 </cell>
27937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27938 \begin_inset Text
27939
27940 \begin_layout Plain Layout
27941 h
27942 \end_layout
27943
27944 \end_inset
27945 </cell>
27946 </row>
27947 <row>
27948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27958 \begin_inset Text
27959
27960 \begin_layout Plain Layout
27961 i
27962 \end_layout
27963
27964 \end_inset
27965 </cell>
27966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 j
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 </row>
27994 </lyxtabular>
27995
27996 \end_inset
27997
27998
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Plain Layout
28007 \begin_inset ERT
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011
28012
28013 \backslash
28014 TabBesEnd
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Standard
28028 \begin_inset ERT
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032
28033
28034 \backslash
28035 else
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \begin_inset Note Note
28042 status open
28043
28044 \begin_layout Plain Layout
28045 以下の部分は、\SpecialChar LaTeX
28046 パッケージ
28047 \series bold
28048 sidecap
28049 \series default
28050 が導入されていないときのみ表示されます。
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 本節の残りの部分を出力で表示するには、\SpecialChar LaTeX
28060 パッケージ
28061 \series bold
28062 sidecap
28063 \series default
28064 を導入する必要があります。
28065 \end_layout
28066
28067 \begin_layout Standard
28068 \begin_inset ERT
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073
28074 \backslash
28075 fi
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \begin_layout Section
28084 フロート一覧
28085 \begin_inset Index idx
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089 ふろーと@フロート ! ふろーといちらん@フロート一覧
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \end_layout
28096
28097 \begin_layout Standard
28098 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
28099 \family sans
28100 挿入\SpecialChar menuseparator
28101 一覧/目次
28102 \family default
28103 メニューで挿入することができます。
28104 \end_layout
28105
28106 \begin_layout Standard
28107 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
28108 \end_layout
28109
28110 \begin_layout Standard
28111 本文書の終わりに、図一覧と表一覧があります。
28112 \end_layout
28113
28114 \begin_layout Chapter
28115 注釈
28116 \end_layout
28117
28118 \begin_layout Section
28119 \SpecialChar LyX
28120 注釈
28121 \begin_inset Index idx
28122 status collapsed
28123
28124 \begin_layout Plain Layout
28125 ちゅうしゃく@注釈 ! \SpecialChar LyX
28126 のーと@\SpecialChar LyX
28127 ノート
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 注釈は、ツールバーボタン
28137 \family sans
28138
28139 \begin_inset Info
28140 type  "icon"
28141 arg   "note-insert"
28142 \end_inset
28143
28144
28145 \family default
28146 か、
28147 \family sans
28148 挿入\SpecialChar menuseparator
28149 注釈
28150 \family default
28151 メニューで挿入することができます。注釈には、以下の三つの型があります。
28152 \end_layout
28153
28154 \begin_layout Description
28155 \SpecialChar LyX
28156 注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
28157 \begin_inset Newline newline
28158 \end_inset
28159
28160
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \begin_inset Graphics
28166         filename clipart/LyXNoteImageQt4.png
28167         display false
28168         scale 50
28169         scaleBeforeRotation
28170
28171 \end_inset
28172
28173
28174 \begin_inset Note Note
28175 status open
28176
28177 \begin_layout Plain Layout
28178 これは、出力には現れない注釈ボックスに書かれた文章です。
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \begin_layout Description
28187 コメント この注釈も出力には現れませんが、
28188 \family sans
28189 ファイル\SpecialChar menuseparator
28190 書き出し\SpecialChar menuseparator
28191 LaT
28192 \begin_inset ERT
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196
28197 {}
28198 \end_layout
28199
28200 \end_inset
28201
28202 eX (pdflatex) / (平文)
28203 \family default
28204  メニューを使って文書を\SpecialChar LaTeX
28205 にエクスポートする際には、\SpecialChar LaTeX
28206 コメントとして出力されます。注釈ボックスは、以下のように表示されます。
28207 \begin_inset Newline newline
28208 \end_inset
28209
28210
28211 \begin_inset Newline newline
28212 \end_inset
28213
28214
28215 \begin_inset Graphics
28216         filename clipart/CommentNoteImageQt4.png
28217         display false
28218         scale 50
28219         scaleBeforeRotation
28220
28221 \end_inset
28222
28223  
28224 \begin_inset Note Comment
28225 status open
28226
28227 \begin_layout Plain Layout
28228 これは、\SpecialChar LaTeX
28229 ファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \end_layout
28236
28237 \begin_layout Description
28238 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
28239 \begin_inset Newline newline
28240 \end_inset
28241
28242
28243 \begin_inset Newline newline
28244 \end_inset
28245
28246
28247 \begin_inset Graphics
28248         filename clipart/GreyedOutNoteImageQt4.png
28249         display false
28250         scale 50
28251         scaleBeforeRotation
28252
28253 \end_inset
28254
28255
28256 \begin_inset Newline newline
28257 \end_inset
28258
28259
28260 \begin_inset ERT
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264
28265
28266 \backslash
28267 renewenvironment{lyxgreyedout}
28268 \end_layout
28269
28270 \begin_layout Plain Layout
28271
28272 {
28273 \backslash
28274 textcolor[gray]{0.8}
28275 \backslash
28276 bgroup}{
28277 \backslash
28278 egroup}
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \begin_inset Note Greyedout
28285 status open
28286
28287 \begin_layout Plain Layout
28288 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28289 \begin_inset Foot
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293 これは、淡色注釈内に脚注を用いた例です。
28294 \end_layout
28295
28296 \end_inset
28297
28298 です。
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \begin_inset ERT
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308
28309
28310 \backslash
28311 renewenvironment{lyxgreyedout}
28312 \end_layout
28313
28314 \begin_layout Plain Layout
28315
28316 {
28317 \backslash
28318 textcolor{blue}
28319 \backslash
28320 bgroup}{
28321 \backslash
28322 egroup}
28323 \end_layout
28324
28325 \end_inset
28326
28327
28328 \begin_inset Note Note
28329 status open
28330
28331 \begin_layout Plain Layout
28332 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、\SpecialChar LyX
28333 本来の定義で表示されるように再定義さ
28334 れています。
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \begin_inset Newline newline
28341 \end_inset
28342
28343
28344 \begin_inset Newline newline
28345 \end_inset
28346
28347 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28348 \end_layout
28349
28350 \begin_layout Standard
28351 \begin_inset VSpace bigskip
28352 \end_inset
28353
28354 注釈を挿入するのにツールバーボタン
28355 \family sans
28356
28357 \begin_inset Info
28358 type  "icon"
28359 arg   "note-insert"
28360 \end_inset
28361
28362
28363 \family default
28364 を使用すると、
28365 \family sans
28366 \SpecialChar LyX
28367 注釈
28368 \family default
28369 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28370 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28371 さい。
28372 \end_layout
28373
28374 \begin_layout Standard
28375 \begin_inset VSpace bigskip
28376 \end_inset
28377
28378 淡色注釈の文字色は、
28379 \family sans
28380 文書\SpecialChar menuseparator
28381 設定\SpecialChar menuseparator
28382
28383 \family default
28384 メニューで変更することができます。
28385 \end_layout
28386
28387 \begin_layout Section
28388 脚注
28389 \begin_inset CommandInset label
28390 LatexCommand label
28391 name "sec:脚注"
28392
28393 \end_inset
28394
28395
28396 \begin_inset Index idx
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \begin_inset Index idx
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410 きゃくちゅう@脚注
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \end_layout
28417
28418 \begin_layout Standard
28419 脚注は、ツールバーボタン
28420 \family sans
28421
28422 \begin_inset Info
28423 type  "icon"
28424 arg   "footnote-insert"
28425 \end_inset
28426
28427
28428 \family default
28429 か、
28430 \family sans
28431 挿入\SpecialChar menuseparator
28432 脚注
28433 \family default
28434 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28435 \begin_inset Graphics
28436         filename clipart/footnoteQt4.png
28437         scale 80
28438         scaleBeforeRotation
28439
28440 \end_inset
28441
28442 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28443 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28444 \end_layout
28445
28446 \begin_layout Standard
28447 これが脚注の例です
28448 \begin_inset Foot
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 \begin_inset CommandInset label
28453 LatexCommand label
28454 name "fn:これは脚注の一例"
28455
28456 \end_inset
28457
28458 これは脚注の一例です。
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \begin_inset ERT
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468
28469
28470 \backslash
28471 newcounter{MyRepeatFoot}
28472 \end_layout
28473
28474 \begin_layout Plain Layout
28475
28476
28477 \backslash
28478 setcounter{MyRepeatFoot}{
28479 \backslash
28480 thefootnote}
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号は\SpecialChar LaTeX
28490 が計算を行い、連番が付けられます。
28491 脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28492 \end_layout
28493
28494 \begin_layout Standard
28495 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28496 \begin_inset CommandInset ref
28497 LatexCommand ref
28498 reference "sec:フロートの参照"
28499
28500 \end_inset
28501
28502 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28503 \begin_inset Newline newline
28504 \end_inset
28505
28506 これは脚注
28507 \begin_inset CommandInset ref
28508 LatexCommand ref
28509 reference "fn:これは脚注の一例"
28510
28511 \end_inset
28512
28513 の相互参照です。
28514 \end_layout
28515
28516 \begin_layout Standard
28517 \begin_inset VSpace defskip
28518 \end_inset
28519
28520
28521 \lang english
28522 Footnotes in title environments are usually not numbered with symbols and
28523  they cannot contain several paragraphs.
28524  See for example the footnote in the titling of this document.
28525 \end_layout
28526
28527 \begin_layout Standard
28528 \begin_inset VSpace defskip
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Standard
28535 \SpecialChar LaTeX
28536 では、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりに\SpecialChar TeX
28537 コードで
28538 \series bold
28539
28540 \backslash
28541 footnotemark{}
28542 \series default
28543 コマンドを入れてください。脚注の本文は、表の後で\SpecialChar TeX
28544 コード
28545 \series bold
28546
28547 \backslash
28548 footnotetext
28549 \series default
28550 コマンドの引数として入力します。
28551 \begin_inset Newline newline
28552 \end_inset
28553
28554 以下の表ではコマンド
28555 \begin_inset Newline newline
28556 \end_inset
28557
28558
28559 \series bold
28560
28561 \backslash
28562 footnotetext{
28563 \series default
28564 出力される脚注の表
28565 \series bold
28566 }
28567 \series default
28568
28569 \begin_inset Newline newline
28570 \end_inset
28571
28572 を用いています。
28573 \end_layout
28574
28575 \begin_layout Standard
28576 \begin_inset Tabular
28577 <lyxtabular version="3" rows="2" columns="1">
28578 <features tabularvalignment="middle">
28579 <column alignment="center" valignment="top">
28580 <row>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 これは例文です。
28586 \begin_inset Foot
28587 status open
28588
28589 \begin_layout Plain Layout
28590 この脚注は出力されません!
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \end_inset
28599 </cell>
28600 </row>
28601 <row>
28602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28603 \begin_inset Text
28604
28605 \begin_layout Plain Layout
28606 これは例文です。
28607 \begin_inset ERT
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611
28612
28613 \backslash
28614 footnotemark{}
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \end_inset
28623 </cell>
28624 </row>
28625 </lyxtabular>
28626
28627 \end_inset
28628
28629
28630 \begin_inset ERT
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634
28635
28636 \backslash
28637 footnotetext{
28638 \end_layout
28639
28640 \end_inset
28641
28642 出力される脚注の表
28643 \begin_inset ERT
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647
28648 }
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Standard
28657 長尺表中の脚注は、第
28658 \begin_inset CommandInset ref
28659 LatexCommand ref
28660 reference "subsec:長尺表での脚注"
28661
28662 \end_inset
28663
28664 節で述べられています。
28665 \end_layout
28666
28667 \begin_layout Standard
28668 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28669 \begin_inset CommandInset ref
28670 LatexCommand ref
28671 reference "sec:ミニページ"
28672
28673 \end_inset
28674
28675 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28676 \series bold
28677
28678 \backslash
28679 footnotemark{}
28680 \series default
28681
28682 \series bold
28683
28684 \backslash
28685 footntoetext
28686 \series default
28687 による方法を用いてください。
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset Box Frameless
28692 position "t"
28693 hor_pos "c"
28694 has_inner_box 1
28695 inner_pos "t"
28696 use_parbox 0
28697 use_makebox 0
28698 width "100col%"
28699 special "none"
28700 height "1in"
28701 height_special "totalheight"
28702 thickness "0.4pt"
28703 separation "3pt"
28704 shadowsize "4pt"
28705 framecolor "black"
28706 backgroundcolor "none"
28707 status open
28708
28709 \begin_layout Plain Layout
28710 これはミニページ中の例文です。
28711 \begin_inset Foot
28712 status open
28713
28714 \begin_layout Plain Layout
28715 ミニページ中の脚注です。
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Plain Layout
28724 これはミニページ中の例文です。
28725 \begin_inset ERT
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729
28730
28731 \backslash
28732 footnotemark{}
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751
28752 \backslash
28753 footnotetext{
28754 \end_layout
28755
28756 \end_inset
28757
28758 ミニページ外の脚注です。
28759 \begin_inset ERT
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763
28764 }
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \begin_inset VSpace defskip
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Standard
28777 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、\SpecialChar TeX
28778 コードでコマンド
28779 \series bold
28780
28781 \backslash
28782 footnotemark[番号]
28783 \series default
28784 を使用してください。
28785 \begin_inset Newline newline
28786 \end_inset
28787
28788 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28789 \begin_inset CommandInset ref
28790 LatexCommand ref
28791 reference "fn:これは脚注の一例"
28792
28793 \end_inset
28794
28795 の後に、\SpecialChar TeX
28796 コードで
28797 \end_layout
28798
28799 \begin_layout Standard
28800
28801 \series bold
28802
28803 \backslash
28804 newcounter{MyRepeatFoot}
28805 \begin_inset Newline newline
28806 \end_inset
28807
28808
28809 \backslash
28810 setcounter{MyRepeatFoot}{
28811 \backslash
28812 thefootnote}
28813 \end_layout
28814
28815 \begin_layout Standard
28816 というコマンドを挿入しています。そして脚注マークは、
28817 \end_layout
28818
28819 \begin_layout Standard
28820
28821 \series bold
28822
28823 \backslash
28824 footnotemark[
28825 \backslash
28826 theMyRepeatFoot]
28827 \end_layout
28828
28829 \begin_layout Standard
28830 で作成します。
28831 \end_layout
28832
28833 \begin_layout Standard
28834 これは繰り返し脚注の例です。
28835 \begin_inset ERT
28836 status collapsed
28837
28838 \begin_layout Plain Layout
28839
28840
28841 \backslash
28842 footnotemark[
28843 \backslash
28844 theMyRepeatFoot]
28845 \end_layout
28846
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \begin_layout Standard
28853 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28854 \end_layout
28855
28856 \begin_layout Standard
28857
28858 \series bold
28859
28860 \backslash
28861 footnotemark[
28862 \backslash
28863 thefootnote]
28864 \end_layout
28865
28866 \begin_layout Standard
28867 を使用してください。
28868 \end_layout
28869
28870 \begin_layout Standard
28871 これは繰り返し脚注の例です。
28872 \begin_inset ERT
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876
28877
28878 \backslash
28879 footnotemark[
28880 \backslash
28881 thefootnote]
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Subsection
28890 脚注の付番
28891 \begin_inset CommandInset label
28892 LatexCommand label
28893 name "subsec:脚注の付番"
28894
28895 \end_inset
28896
28897
28898 \begin_inset Index idx
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 きゃくちゅう@脚注 ! ふばん@付番
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Standard
28911 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28912 \end_layout
28913
28914 \begin_layout Standard
28915
28916 \series bold
28917
28918 \backslash
28919 @addtoreset{footnote}{section}
28920 \end_layout
28921
28922 \begin_layout Standard
28923 というコマンドを加えてください。
28924 \end_layout
28925
28926 \begin_layout Standard
28927 \begin_inset VSpace bigskip
28928 \end_inset
28929
28930 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28931 \end_layout
28932
28933 \begin_layout Standard
28934
28935 \series bold
28936
28937 \backslash
28938 renewcommand{
28939 \backslash
28940 thefootnote}{
28941 \backslash
28942 roman{footnote}}
28943 \end_layout
28944
28945 \begin_layout Standard
28946 \begin_inset ERT
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950
28951
28952 \backslash
28953 renewcommand{
28954 \backslash
28955 thefootnote}{
28956 \backslash
28957 roman{footnote}}
28958 \end_layout
28959
28960 \end_inset
28961
28962 これは、ローマ数字を使った脚注です
28963 \begin_inset Foot
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967 これは、ローマ数字を使った脚注の例です。
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \begin_layout Standard
28976 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28977 \series bold
28978
28979 \backslash
28980 roman
28981 \series default
28982
28983 \series bold
28984
28985 \backslash
28986 Roman
28987 \series default
28988 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28989 \series bold
28990
28991 \backslash
28992 Alph
28993 \series default
28994 または
28995 \series bold
28996
28997 \backslash
28998 alph
28999 \series default
29000 を使用してください。記号を使って付「番」するには、
29001 \series bold
29002
29003 \backslash
29004 fnsymbol
29005 \series default
29006 を使ってください。
29007 \end_layout
29008
29009 \begin_layout Standard
29010 \begin_inset Note Greyedout
29011 status open
29012
29013 \begin_layout Plain Layout
29014
29015 \series bold
29016 【註】
29017 \series default
29018 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \begin_inset Newline newline
29025 \end_inset
29026
29027
29028 \begin_inset Note Greyedout
29029 status open
29030
29031 \begin_layout Plain Layout
29032
29033 \series bold
29034 【註】
29035 \series default
29036 記号を使うと9個の脚注しか番号を振ることができません。
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 付番様式を変更した後、既定様式に戻すには、上記コマンドの
29046 \series bold
29047
29048 \backslash
29049 roman
29050 \series default
29051
29052 \series bold
29053
29054 \backslash
29055 arabic
29056 \series default
29057 に置き換えて使用してください。
29058 \begin_inset ERT
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062
29063
29064 \backslash
29065 renewcommand{
29066 \backslash
29067 thefootnote}{
29068 \backslash
29069 arabic{footnote}}
29070 \end_layout
29071
29072 \end_inset
29073
29074
29075 \end_layout
29076
29077 \begin_layout Standard
29078 \begin_inset VSpace bigskip
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
29086 \end_layout
29087
29088 \begin_layout Standard
29089
29090 \series bold
29091
29092 \backslash
29093 numberwithin{footnote}{chapter}
29094 \end_layout
29095
29096 \begin_layout Standard
29097 というコマンドを加えてください。
29098 \series bold
29099
29100 \backslash
29101 numberwithin
29102 \series default
29103 コマンドを使用できるようにするためには、文書設定の
29104 \family sans
29105 数式オプション
29106 \family default
29107 タブで
29108 \family sans
29109 AMS
29110 \begin_inset space ~
29111 \end_inset
29112
29113 mathパッケージを使う
29114 \family default
29115 オプションを有効にしてください。
29116 \end_layout
29117
29118 \begin_layout Standard
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124
29125 \backslash
29126 numberwithin{footnote}{chapter}
29127 \end_layout
29128
29129 \end_inset
29130
29131 これは、脚注のもう一つの例です
29132 \series bold
29133
29134 \begin_inset Foot
29135 status open
29136
29137 \begin_layout Plain Layout
29138
29139 \series bold
29140 これは、
29141 \series default
29142 「章番号.脚注番号」スキームで番号を振られた脚注です。
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \series default
29149
29150 \begin_inset ERT
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154
29155
29156 \backslash
29157 renewcommand{
29158 \backslash
29159 thefootnote}{
29160 \backslash
29161 arabic{footnote}}
29162 \end_layout
29163
29164 \end_inset
29165
29166
29167 \end_layout
29168
29169 \begin_layout Standard
29170 \begin_inset Note Greyedout
29171 status open
29172
29173 \begin_layout Plain Layout
29174
29175 \series bold
29176 【註】
29177 \backslash
29178 numberwithin
29179 \series default
29180 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Standard
29189 また、例えば「章番号.
29190 \backslash
29191 Roman{footnote}」スキームを得るには、
29192 \series bold
29193
29194 \backslash
29195 numberwithin
29196 \series default
29197 の代わりに以下のコマンドを使用してください。
29198 \end_layout
29199
29200 \begin_layout Standard
29201
29202 \series bold
29203
29204 \backslash
29205 renewcommand{
29206 \backslash
29207 thefootnote}{
29208 \backslash
29209 thechapter.
29210 \backslash
29211 Roman{footnote}}
29212 \end_layout
29213
29214 \begin_layout Subsection
29215 脚注の配置
29216 \begin_inset Index idx
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220 きゃくちゅう@脚注 ! はいち@配置
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \begin_layout Standard
29229 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
29230 ブルに足して、1.5
29231 \begin_inset space \thinspace{}
29232 \end_inset
29233
29234 mmの余白を追加することもできます。
29235 \end_layout
29236
29237 \begin_layout Standard
29238
29239 \series bold
29240
29241 \backslash
29242 let
29243 \backslash
29244 myFoot
29245 \backslash
29246 footnote
29247 \begin_inset Newline newline
29248 \end_inset
29249
29250
29251 \backslash
29252 renewcommand{
29253 \backslash
29254 footnote}[1]{
29255 \backslash
29256 myFoot{#1
29257 \backslash
29258 vspace{1.5mm}}}
29259 \end_layout
29260
29261 \begin_layout Standard
29262 \begin_inset VSpace bigskip
29263 \end_inset
29264
29265 二段組文書では、脚注は各段底部に表示されます(図
29266 \begin_inset CommandInset ref
29267 LatexCommand ref
29268 reference "fig:標準的脚注配置"
29269
29270 \end_inset
29271
29272 )。図
29273 \begin_inset CommandInset ref
29274 LatexCommand ref
29275 reference "fig:ftnright脚注配置"
29276
29277 \end_inset
29278
29279 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29280 \end_layout
29281
29282 \begin_layout Standard
29283
29284 \series bold
29285
29286 \backslash
29287 usepackage{ftnright}
29288 \end_layout
29289
29290 \begin_layout Standard
29291 というコマンドを書いて、\SpecialChar LaTeX
29292 パッケージ
29293 \series bold
29294 ftnright
29295 \series default
29296
29297 \begin_inset Index idx
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301 \SpecialChar LaTeX
29302 ぱっけーじ@\SpecialChar LaTeX
29303 パッケージ ! ftnright
29304 \end_layout
29305
29306 \end_inset
29307
29308 を読み込みます。
29309 \begin_inset Float figure
29310 placement !h
29311 wide false
29312 sideways false
29313 status open
29314
29315 \begin_layout Plain Layout
29316 \begin_inset ERT
29317 status collapsed
29318
29319 \begin_layout Plain Layout
29320
29321
29322 \backslash
29323 framebox{
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \begin_inset Graphics
29330         filename ../clipart/without_fntright.pdf
29331         width 100col%
29332         scaleBeforeRotation
29333
29334 \end_inset
29335
29336
29337 \begin_inset ERT
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341
29342 }
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Plain Layout
29351 \begin_inset Caption Standard
29352
29353 \begin_layout Plain Layout
29354 \begin_inset CommandInset label
29355 LatexCommand label
29356 name "fig:標準的脚注配置"
29357
29358 \end_inset
29359
29360 二段組文書の標準的な脚注配置
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Standard
29374 \begin_inset Float figure
29375 placement !h
29376 wide false
29377 sideways false
29378 status open
29379
29380 \begin_layout Plain Layout
29381 \begin_inset ERT
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386
29387 \backslash
29388 framebox{
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \begin_inset Graphics
29395         filename ../clipart/with_fntright.pdf
29396         width 100col%
29397         scaleBeforeRotation
29398
29399 \end_inset
29400
29401
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407 }
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Plain Layout
29416 \begin_inset Caption Standard
29417
29418 \begin_layout Plain Layout
29419 \begin_inset CommandInset label
29420 LatexCommand label
29421 name "fig:ftnright脚注配置"
29422
29423 \end_inset
29424
29425 \SpecialChar LaTeX
29426 パッケージ
29427 \series bold
29428 ftnright
29429 \series default
29430 を使用したときの二段組文書の脚注配置
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \begin_layout Standard
29444 \begin_inset VSpace bigskip
29445 \end_inset
29446
29447 科学的文献に於いては、図
29448 \begin_inset CommandInset ref
29449 LatexCommand ref
29450 reference "fig:後注"
29451
29452 \end_inset
29453
29454 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29455 \begin_inset Index idx
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459 こちゅう@後注
29460 \end_layout
29461
29462 \end_inset
29463
29464 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29465 \family sans
29466 文書\SpecialChar menuseparator
29467 設定\SpecialChar menuseparator
29468 モジュール
29469 \family default
29470 メニューで
29471 \family sans
29472 脚注から後注へ
29473 \family default
29474 を読み込んでください。まとめた注を出力するには、節ないし章末に\SpecialChar TeX
29475 コードで
29476 \end_layout
29477
29478 \begin_layout Standard
29479
29480 \series bold
29481
29482 \backslash
29483 theendnotes
29484 \end_layout
29485
29486 \begin_layout Standard
29487 というコマンドを挿入してください。
29488 \end_layout
29489
29490 \begin_layout Standard
29491 \begin_inset Float figure
29492 wide false
29493 sideways false
29494 status open
29495
29496 \begin_layout Plain Layout
29497 \align center
29498 \begin_inset ERT
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502
29503
29504 \backslash
29505 framebox{
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \begin_inset Graphics
29512         filename ../clipart/endnotes.pdf
29513         scaleBeforeRotation
29514
29515 \end_inset
29516
29517
29518 \begin_inset ERT
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522
29523 }
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Plain Layout
29532 \begin_inset Caption Standard
29533
29534 \begin_layout Plain Layout
29535 \begin_inset CommandInset label
29536 LatexCommand label
29537 name "fig:後注"
29538
29539 \end_inset
29540
29541 後注 – 注を節ないし章末に別段落として印字します。
29542 \end_layout
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Standard
29555 \begin_inset VSpace medskip
29556 \end_inset
29557
29558 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29559 \end_layout
29560
29561 \begin_layout Standard
29562
29563 \series bold
29564
29565 \backslash
29566 renewcommand{
29567 \backslash
29568 notesname}{Anmerkungen}
29569 \end_layout
29570
29571 \begin_layout Standard
29572 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29573 \end_layout
29574
29575 \begin_layout Standard
29576 \begin_inset VSpace medskip
29577 \end_inset
29578
29579
29580 \begin_inset CommandInset ref
29581 LatexCommand ref
29582 reference "subsec:脚注の付番"
29583
29584 \end_inset
29585
29586 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29587 \series bold
29588
29589 \backslash
29590 thefootnote
29591 \series default
29592 コマンドの代わりに
29593 \series bold
29594
29595 \backslash
29596 theendnote
29597 \series default
29598 を用いてください。後注番号をリセットするには、第
29599 \begin_inset CommandInset ref
29600 LatexCommand ref
29601 reference "subsec:脚注の付番"
29602
29603 \end_inset
29604
29605 節で述べたコマンド
29606 \series bold
29607
29608 \backslash
29609 @addtoreset
29610 \series default
29611 の、パラメータ
29612 \series bold
29613 footnote
29614 \series default
29615
29616 \series bold
29617 endnote
29618 \series default
29619 に変えて、使用してください。
29620 \end_layout
29621
29622 \begin_layout Standard
29623 後注の印だけを作成するには、第
29624 \begin_inset CommandInset ref
29625 LatexCommand ref
29626 reference "sec:脚注"
29627
29628 \end_inset
29629
29630 節で説明した
29631 \series bold
29632
29633 \backslash
29634 footnotemark
29635 \series default
29636 コマンドの代わりに、
29637 \series bold
29638
29639 \backslash
29640 endnotemark[番号]
29641 \series default
29642 コマンドを使用してください。
29643 \end_layout
29644
29645 \begin_layout Standard
29646 \begin_inset VSpace bigskip
29647 \end_inset
29648
29649 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、\SpecialChar LaTeX
29650 パッケージ
29651 \series bold
29652 footmisc
29653 \series default
29654
29655 \begin_inset Index idx
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659 \SpecialChar LaTeX
29660 ぱっけーじ@\SpecialChar LaTeX
29661 パッケージ ! footmisc
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \begin_inset CommandInset citation
29668 LatexCommand cite
29669 key "footmisc"
29670
29671 \end_inset
29672
29673 を参照してください。
29674 \end_layout
29675
29676 \begin_layout Standard
29677 脚注の整形にまつわるその他多くの話題が、\SpecialChar LaTeX
29678 関連書籍
29679 \begin_inset CommandInset citation
29680 LatexCommand cite
29681 key "latexcompanion,latexguide,latexbook"
29682
29683 \end_inset
29684
29685 に載っています。
29686 \series bold
29687 KOMA-Script
29688 \series default
29689
29690 \begin_inset Index idx
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694 \SpecialChar LaTeX
29695 ぱっけーじ@\SpecialChar LaTeX
29696 パッケージ ! KOMA-Script
29697 \end_layout
29698
29699 \end_inset
29700
29701 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29702 \begin_inset CommandInset citation
29703 LatexCommand cite
29704 key "KOMA-Script"
29705
29706 \end_inset
29707
29708 参照)。
29709 \end_layout
29710
29711 \begin_layout Section
29712 傍注
29713 \begin_inset Index idx
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \begin_layout Standard
29726 \SpecialChar LyX
29727 内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29728 \family sans
29729 挿入\SpecialChar menuseparator
29730 傍注
29731 \family default
29732 メニューかツールバーボタン
29733 \family sans
29734
29735 \begin_inset Info
29736 type  "icon"
29737 arg   "marginalnote-insert"
29738 \end_inset
29739
29740
29741 \family default
29742 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29743 \end_layout
29744
29745 \begin_layout Standard
29746 横にあるのが傍注です
29747 \begin_inset Marginal
29748 status open
29749
29750 \begin_layout Plain Layout
29751 これは傍注文です。
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 片面文書においては、傍注は右側に表示され、両面文書においては外側余白—偶数ページでは左側、奇数ページでは右側—に表示されます。傍注文は、外側余白の反対側に—注が
29761 左余白に現れるときには右揃えに—寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29762 \end_layout
29763
29764 \begin_layout Standard
29765 \begin_inset VSpace bigskip
29766 \end_inset
29767
29768 傍注を内側余白に置くには、傍注の前に\SpecialChar TeX
29769 コードで
29770 \end_layout
29771
29772 \begin_layout Standard
29773
29774 \series bold
29775
29776 \backslash
29777 reversemarginpar
29778 \end_layout
29779
29780 \begin_layout Standard
29781 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29782 \begin_inset ERT
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786
29787
29788 \backslash
29789 reversemarginpar 
29790 \end_layout
29791
29792 \end_inset
29793
29794
29795 \begin_inset Marginal
29796 status open
29797
29798 \begin_layout Plain Layout
29799 これは内側余白の傍注です。
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \series bold
29806
29807 \begin_inset Newline newline
29808 \end_inset
29809
29810
29811 \series default
29812
29813 \begin_inset Note Greyedout
29814 status open
29815
29816 \begin_layout Plain Layout
29817
29818 \series bold
29819 【註】
29820 \series default
29821 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29822 \end_layout
29823
29824 \end_inset
29825
29826
29827 \end_layout
29828
29829 \begin_layout Standard
29830 既定の配置に戻すには、\SpecialChar TeX
29831 コードで
29832 \end_layout
29833
29834 \begin_layout Standard
29835
29836 \series bold
29837
29838 \backslash
29839 normalmarginpar
29840 \end_layout
29841
29842 \begin_layout Standard
29843 というコマンドを書き加えてください。
29844 \begin_inset ERT
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 normalmarginpar 
29852 \end_layout
29853
29854 \end_inset
29855
29856  
29857 \begin_inset Note Greyedout
29858 status open
29859
29860 \begin_layout Plain Layout
29861
29862 \series bold
29863 【註】
29864 \backslash
29865 reversemarginpar
29866 \series default
29867 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \end_layout
29874
29875 \begin_layout Standard
29876 \begin_inset VSpace bigskip
29877 \end_inset
29878
29879
29880 \begin_inset Marginal
29881 status open
29882
29883 \begin_layout Plain Layout
29884 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \begin_inset CommandInset ref
29891 LatexCommand ref
29892 reference "subsec:複数行"
29893
29894 \end_inset
29895
29896 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29897 \begin_inset space \thinspace{}
29898 \end_inset
29899
29900 pt水平空白を挿入してください 
29901 \begin_inset Marginal
29902 status open
29903
29904 \begin_layout Plain Layout
29905 \begin_inset space \hspace*{}
29906 \length 0pt
29907 \end_inset
29908
29909 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Standard
29918 \begin_inset VSpace bigskip
29919 \end_inset
29920
29921
29922 \end_layout
29923
29924 \begin_layout Standard
29925 \begin_inset Note Greyedout
29926 status open
29927
29928 \begin_layout Plain Layout
29929
29930 \series bold
29931 【註】
29932 \series default
29933 通常、傍注は表やフロート、脚注の中では使用することができません。
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 \begin_inset VSpace bigskip
29943 \end_inset
29944
29945
29946 \end_layout
29947
29948 \begin_layout Standard
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954
29955 \backslash
29956 ifmarginnote
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \begin_inset Note Note
29963 status open
29964
29965 \begin_layout Plain Layout
29966 以下の部分は、\SpecialChar LaTeX
29967 パッケージ
29968 \series bold
29969 marginnote
29970 \series default
29971 が導入されているときのみ表示されます。
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \begin_layout Standard
29980 この制約は、\SpecialChar LaTeX
29981 パッケージ
29982 \series bold
29983 marginnote
29984 \series default
29985
29986 \begin_inset Index idx
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990 \SpecialChar LaTeX
29991 ぱっけーじ@\SpecialChar LaTeX
29992 パッケージ ! marginnote
29993 \end_layout
29994
29995 \end_inset
29996
29997 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、\SpecialChar LyX
29998 が傍注に使うコマンドが再定義されて、
29999 \series bold
30000 marginnote
30001 \series default
30002 パッケージが提供するコマンドを使うようになります。
30003 \end_layout
30004
30005 \begin_layout Standard
30006
30007 \series bold
30008
30009 \backslash
30010 usepackage{marginnote}
30011 \begin_inset Newline newline
30012 \end_inset
30013
30014
30015 \backslash
30016 let
30017 \backslash
30018 marginpar
30019 \backslash
30020 marginnote
30021 \end_layout
30022
30023 \begin_layout Standard
30024
30025 \series bold
30026 marginnote
30027 \series default
30028 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
30029 \series bold
30030 marginnote
30031 \series default
30032 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
30033 望まれるときなどに、よく必要とされます。オフセットは、\SpecialChar LyX
30034 中の傍注の後ろに\SpecialChar TeX
30035 コードで直接
30036 \end_layout
30037
30038 \begin_layout Standard
30039
30040 \series bold
30041 [オフセット]
30042 \end_layout
30043
30044 \begin_layout Standard
30045 という形で書くことで設定することができます。ここで「オフセット」には、表
30046 \begin_inset CommandInset ref
30047 LatexCommand ref
30048 reference "tab:単位"
30049
30050 \end_inset
30051
30052 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、\SpecialChar TeX
30053 コードコマンド「
30054 \series bold
30055 [-1.5cm]
30056 \series default
30057 」を使用して、1.5
30058 \begin_inset space \thinspace{}
30059 \end_inset
30060
30061 cm上にずらしてあります
30062 \begin_inset Marginal
30063 status open
30064
30065 \begin_layout Plain Layout
30066 この傍注は、本来の位置よりも1.5
30067 \begin_inset space \thinspace{}
30068 \end_inset
30069
30070 cm上にずらしてあります。
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \begin_inset ERT
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080
30081 [-1.5cm]
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 \begin_inset VSpace medskip
30091 \end_inset
30092
30093
30094 \series bold
30095 marginnote
30096 \series default
30097 を使うと、傍注の揃えを変更することもできます。たとえば、
30098 \end_layout
30099
30100 \begin_layout Standard
30101
30102 \series bold
30103
30104 \backslash
30105 renewcommand*{
30106 \backslash
30107 raggedleftmarginnote}{
30108 \backslash
30109 centering}
30110 \begin_inset Newline newline
30111 \end_inset
30112
30113
30114 \backslash
30115 renewcommand*{
30116 \backslash
30117 raggedrightmarginnote}{
30118 \backslash
30119 centering}
30120 \end_layout
30121
30122 \begin_layout Standard
30123 というコマンドを使うと、中央揃えになります。
30124 \series bold
30125
30126 \backslash
30127 raggedleftmarginnote
30128 \series default
30129 とは、左側に表示されている傍注のことを指します
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 renewcommand*{
30138 \backslash
30139 raggedleftmarginnote}{
30140 \backslash
30141 centering}
30142 \end_layout
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 renewcommand*{
30149 \backslash
30150 raggedrightmarginnote}{
30151 \backslash
30152 centering}
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \begin_inset Marginal
30159 status open
30160
30161 \begin_layout Plain Layout
30162 この傍注の文章は中央揃えになっています。
30163 \end_layout
30164
30165 \end_inset
30166
30167 。既定の設定は、
30168 \end_layout
30169
30170 \begin_layout Standard
30171
30172 \series bold
30173
30174 \backslash
30175 renewcommand*{
30176 \backslash
30177 raggedleftmarginnote}{
30178 \backslash
30179 raggedleft}
30180 \begin_inset Newline newline
30181 \end_inset
30182
30183
30184 \backslash
30185 renewcommand*{
30186 \backslash
30187 raggedrightmarginnote}{
30188 \backslash
30189 raggedright}
30190 \series default
30191
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 renewcommand*{
30200 \backslash
30201 raggedleftmarginnote}{
30202 \backslash
30203 raggedleft}
30204 \end_layout
30205
30206 \begin_layout Plain Layout
30207
30208
30209 \backslash
30210 renewcommand*{
30211 \backslash
30212 raggedrightmarginnote}{
30213 \backslash
30214 raggedright}
30215 \end_layout
30216
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \begin_layout Standard
30223 です。
30224 \end_layout
30225
30226 \begin_layout Standard
30227 \begin_inset VSpace medskip
30228 \end_inset
30229
30230
30231 \series bold
30232 marginnote
30233 \series default
30234 の他の機能については、
30235 \begin_inset CommandInset citation
30236 LatexCommand cite
30237 key "marginnote"
30238
30239 \end_inset
30240
30241 の取扱説明書をご参照ください。
30242 \end_layout
30243
30244 \begin_layout Standard
30245 \begin_inset VSpace bigskip
30246 \end_inset
30247
30248 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
30249 \family sans
30250 \series bold
30251 \bar under
30252 注意!
30253 \family default
30254 \series default
30255 \bar default
30256 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
30257 \end_layout
30258
30259 \begin_layout Standard
30260
30261 \series bold
30262
30263 \backslash
30264 let
30265 \backslash
30266 myMarginpar
30267 \backslash
30268 marginpar
30269 \begin_inset Newline newline
30270 \end_inset
30271
30272
30273 \backslash
30274 renewcommand{
30275 \backslash
30276 marginpar}[1]{
30277 \backslash
30278 myMarginpar{%
30279 \begin_inset Newline newline
30280 \end_inset
30281
30282
30283 \begin_inset Phantom HPhantom
30284 status open
30285
30286 \begin_layout Plain Layout
30287
30288 \series bold
30289 \begin_inset space ~
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \end_inset
30296
30297
30298 \backslash
30299 hspace{0pt}
30300 \backslash
30301 textsf{
30302 \backslash
30303 textbf{
30304 \backslash
30305 underbar{注意!}}}%
30306 \begin_inset Newline newline
30307 \end_inset
30308
30309
30310 \begin_inset Phantom HPhantom
30311 status open
30312
30313 \begin_layout Plain Layout
30314
30315 \series bold
30316 \begin_inset space ~
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \backslash
30326 vspace{1.5mm}
30327 \backslash
30328
30329 \backslash
30330 #1}}
30331 \end_layout
30332
30333 \begin_layout Standard
30334 \begin_inset ERT
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338
30339
30340 \backslash
30341 let
30342 \backslash
30343 myMarginpar
30344 \backslash
30345 marginpar
30346 \end_layout
30347
30348 \begin_layout Plain Layout
30349
30350
30351 \backslash
30352 renewcommand{
30353 \backslash
30354 marginpar}[1]{
30355 \backslash
30356 myMarginpar{%
30357 \end_layout
30358
30359 \begin_layout Plain Layout
30360
30361    
30362 \backslash
30363 textsf{
30364 \backslash
30365 textbf{
30366 \backslash
30367 underbar{注意!}}}%
30368 \end_layout
30369
30370 \begin_layout Plain Layout
30371
30372    
30373 \backslash
30374 vspace{1.5mm}
30375 \backslash
30376
30377 \backslash
30378 #1}}
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \begin_inset Marginal
30385 status open
30386
30387 \begin_layout Plain Layout
30388 これは、定義したヘッダをつけた傍注です。
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399 [-1.5cm]
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410
30411 \backslash
30412 renewcommand{
30413 \backslash
30414 marginpar}[1]{
30415 \backslash
30416 myMarginpar{#1}}
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \begin_inset Note Note
30423 status open
30424
30425 \begin_layout Plain Layout
30426 傍注書式は、この例の分だけ変更してあります。
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Standard
30435 \begin_inset ERT
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439
30440
30441 \backslash
30442 else
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \begin_inset Note Note
30449 status open
30450
30451 \begin_layout Plain Layout
30452 以下の部分は、\SpecialChar LaTeX
30453 パッケージ
30454 \series bold
30455 marginnote
30456 \series default
30457 が導入されていないときのみ表示されます。
30458 \end_layout
30459
30460 \end_inset
30461
30462
30463 \end_layout
30464
30465 \begin_layout Standard
30466 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
30467 パッケージ
30468 \series bold
30469 marginnote
30470 \series default
30471 を導入する必要があります。
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \begin_inset ERT
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479
30480
30481 \backslash
30482 fi
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \end_layout
30489
30490 \begin_layout Chapter
30491 ボックス
30492 \end_layout
30493
30494 \begin_layout Section
30495 はじめに
30496 \begin_inset Index idx
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 ぼっくす@ボックス ! はじめに
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Standard
30509 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30510 \begin_inset CommandInset ref
30511 LatexCommand ref
30512 reference "sec:ミニページ"
30513
30514 \end_inset
30515
30516 節参照)、文章を囲ったり(第
30517 \begin_inset CommandInset ref
30518 LatexCommand ref
30519 reference "sec:装飾"
30520
30521 \end_inset
30522
30523 節参照)、単語がハイフネートされるのを予防したり(第
30524 \begin_inset CommandInset ref
30525 LatexCommand ref
30526 reference "sec:ハイフネーションの回避"
30527
30528 \end_inset
30529
30530 節参照)、文章を揃えたり(第
30531 \begin_inset CommandInset ref
30532 LatexCommand ref
30533 reference "subsec:垂直揃え"
30534
30535 \end_inset
30536
30537 節参照)、あるいは文章の背景色を設定したり(第
30538 \begin_inset CommandInset ref
30539 LatexCommand ref
30540 reference "sec:色付きボックス"
30541
30542 \end_inset
30543
30544 節参照)するのに使用します。
30545 \end_layout
30546
30547 \begin_layout Standard
30548 ボックスは、
30549 \family sans
30550 挿入\SpecialChar menuseparator
30551 ボックス
30552 \family default
30553 メニューかツールバーボタン
30554 \family sans
30555
30556 \begin_inset Info
30557 type  "icon"
30558 arg   "box-insert Frameless"
30559 \end_inset
30560
30561
30562 \family default
30563 を使って挿入することができます。すると、
30564 \begin_inset Graphics
30565         filename clipart/BoxInsetDefaultQt4.png
30566         scale 85
30567         scaleBeforeRotation
30568
30569 \end_inset
30570
30571 のように
30572 \family sans
30573 ボックス(minipage環境)
30574 \family default
30575 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30576 \family sans
30577 設定
30578 \family default
30579 メニューを選択すると現れるボックスダイアログでは、
30580 \family sans
30581 parboxコマンド
30582 \family default
30583
30584 \family sans
30585 minipage環境
30586 \family default
30587 の二つの
30588 \family sans
30589 内部ボックス
30590 \family default
30591 型を選択することができます。
30592 \family sans
30593 minipage
30594 \family default
30595 型は、新規ボックスの既定値となっており、第
30596 \begin_inset CommandInset ref
30597 LatexCommand ref
30598 reference "sec:ミニページ"
30599
30600 \end_inset
30601
30602 節で説明します。
30603 \family sans
30604 parbox
30605 \family default
30606 型については第
30607 \begin_inset CommandInset ref
30608 LatexCommand ref
30609 reference "sec:Parboxes"
30610
30611 \end_inset
30612
30613 節、
30614 \family sans
30615 makebox
30616 \family default
30617 型については第
30618 \begin_inset CommandInset ref
30619 LatexCommand ref
30620 reference "sec:ハイフネーションの回避"
30621
30622 \end_inset
30623
30624 節で述べます。
30625 \end_layout
30626
30627 \begin_layout Standard
30628 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30629 \end_layout
30630
30631 \begin_layout Standard
30632 \begin_inset Note Greyedout
30633 status open
30634
30635 \begin_layout Plain Layout
30636
30637 \series bold
30638 【註】
30639 \series default
30640 ボックスは、
30641 \family sans
30642 箇条書き(記号)
30643 \family default
30644 環境や
30645 \family sans
30646 箇条書き(記述)
30647 \family default
30648 環境の単独要素とすべきではありません。
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset Note Greyedout
30658 status open
30659
30660 \begin_layout Plain Layout
30661
30662 \series bold
30663 【註】
30664 \series default
30665 理由は不明ですが、枠付きボックスを使用している場合には、
30666 \family sans
30667 内部ボックス
30668 \family default
30669 型は
30670 \family sans
30671 なし
30672 \family default
30673 にしか設定することができません。
30674 \family sans
30675 内部ボックス
30676 \family default
30677 型や枠のないボックスについては、第
30678 \begin_inset CommandInset ref
30679 LatexCommand ref
30680 reference "sec:ハイフネーションの回避"
30681
30682 \end_inset
30683
30684 節で説明します。
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \end_layout
30691
30692 \begin_layout Section
30693 ボックスダイアログ
30694 \begin_inset CommandInset label
30695 LatexCommand label
30696 name "sec:ボックスダイアログ"
30697
30698 \end_inset
30699
30700
30701 \begin_inset Index idx
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Subsection
30714 寸法
30715 \begin_inset Index idx
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719 ぼっくす@ボックス ! すんぽう@寸法
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \begin_layout Standard
30728 ボックスダイアログでは、
30729 \family sans
30730
30731 \family default
30732
30733 \family sans
30734 高さ
30735 \family default
30736 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30737 \begin_inset CommandInset ref
30738 LatexCommand ref
30739 reference "tab:単位"
30740
30741 \end_inset
30742
30743 に説明されています。
30744 \family sans
30745 高さ
30746 \family default
30747 フィールドには、加えて以下の寸法を使用することができます。
30748 \end_layout
30749
30750 \begin_layout Description
30751 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30752 \begin_inset Newline newline
30753 \end_inset
30754
30755
30756 \begin_inset Newline newline
30757 \end_inset
30758
30759
30760 \begin_inset Newline newline
30761 \end_inset
30762
30763
30764 \begin_inset Box Boxed
30765 position "c"
30766 hor_pos "c"
30767 has_inner_box 1
30768 inner_pos "c"
30769 use_parbox 0
30770 use_makebox 0
30771 width "12col%"
30772 special "none"
30773 height "1in"
30774 height_special "depth"
30775 thickness "0.4pt"
30776 separation "3pt"
30777 shadowsize "4pt"
30778 framecolor "black"
30779 backgroundcolor "none"
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 \align center
30784 高さを1階層に設定したボックス
30785 \end_layout
30786
30787 \end_inset
30788
30789
30790 \begin_inset Newline newline
30791 \end_inset
30792
30793
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \begin_layout Description
30801 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30802 \begin_inset Box Boxed
30803 position "c"
30804 hor_pos "c"
30805 has_inner_box 1
30806 inner_pos "c"
30807 use_parbox 0
30808 use_makebox 0
30809 width "20col%"
30810 special "none"
30811 height "2in"
30812 height_special "height"
30813 thickness "0.4pt"
30814 separation "3pt"
30815 shadowsize "4pt"
30816 framecolor "black"
30817 backgroundcolor "none"
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821 \align center
30822 高さを2高さに設定したボックス
30823 \end_layout
30824
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \begin_layout Description
30831 全高 これは「高さ」+「階層」です。
30832 \begin_inset Box Boxed
30833 position "c"
30834 hor_pos "c"
30835 has_inner_box 1
30836 inner_pos "c"
30837 use_parbox 0
30838 use_makebox 0
30839 width "20col%"
30840 special "none"
30841 height "1in"
30842 height_special "totalheight"
30843 thickness "0.4pt"
30844 separation "3pt"
30845 shadowsize "4pt"
30846 framecolor "black"
30847 backgroundcolor "none"
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851 \align center
30852 高さを1全高に設定したボックス
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \end_layout
30859
30860 \begin_layout Description
30861 幅 これはボックスの幅を高さに設定します。
30862 \begin_inset Box Boxed
30863 position "c"
30864 hor_pos "c"
30865 has_inner_box 1
30866 inner_pos "c"
30867 use_parbox 0
30868 use_makebox 0
30869 width "12col%"
30870 special "none"
30871 height "1in"
30872 height_special "width"
30873 thickness "0.4pt"
30874 separation "3pt"
30875 shadowsize "4pt"
30876 framecolor "black"
30877 backgroundcolor "none"
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881 \align center
30882 高さを1幅に設定したボックス
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \begin_layout Subsection
30891 文字揃え
30892 \begin_inset Index idx
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896 ぼっくす@ボックス ! もじそろえ@文字揃え
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \end_layout
30903
30904 \begin_layout Standard
30905
30906 \family sans
30907 内部ボックス
30908 \family default
30909 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30910 \end_layout
30911
30912 \begin_layout Description
30913 上 これは例示のための本文行です。
30914 \begin_inset Box Boxed
30915 position "t"
30916 hor_pos "c"
30917 has_inner_box 1
30918 inner_pos "c"
30919 use_parbox 0
30920 use_makebox 0
30921 width "12col%"
30922 special "none"
30923 height "1in"
30924 height_special "totalheight"
30925 thickness "0.4pt"
30926 separation "3pt"
30927 shadowsize "4pt"
30928 framecolor "black"
30929 backgroundcolor "none"
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 \align center
30934 このボックスは上揃えです。
30935 \end_layout
30936
30937 \end_inset
30938
30939 これは例示のための本文行です。
30940 \end_layout
30941
30942 \begin_layout Description
30943 中央 これは例示のための本文行です。
30944 \begin_inset Box Boxed
30945 position "c"
30946 hor_pos "c"
30947 has_inner_box 1
30948 inner_pos "c"
30949 use_parbox 0
30950 use_makebox 0
30951 width "12col%"
30952 special "none"
30953 height "1in"
30954 height_special "totalheight"
30955 thickness "0.4pt"
30956 separation "3pt"
30957 shadowsize "4pt"
30958 framecolor "black"
30959 backgroundcolor "none"
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963 \align center
30964 このボックスは中央揃えです。
30965 \end_layout
30966
30967 \end_inset
30968
30969 これは例示のための本文行です。
30970 \end_layout
30971
30972 \begin_layout Description
30973 下 これは例示のための本文行です。
30974 \begin_inset Box Boxed
30975 position "b"
30976 hor_pos "c"
30977 has_inner_box 1
30978 inner_pos "c"
30979 use_parbox 0
30980 use_makebox 0
30981 width "12col%"
30982 special "none"
30983 height "1in"
30984 height_special "totalheight"
30985 thickness "0.4pt"
30986 separation "3pt"
30987 shadowsize "4pt"
30988 framecolor "black"
30989 backgroundcolor "none"
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993 \align center
30994 このボックスは下揃えです。
30995 \end_layout
30996
30997 \end_inset
30998
30999 これは例示のための本文行です。
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset Note Greyedout
31004 status open
31005
31006 \begin_layout Plain Layout
31007
31008 \series bold
31009 【註】
31010 \series default
31011 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、\SpecialChar LyX
31021 の段落ダイアログから設定できます。
31022 \end_layout
31023
31024 \begin_layout Standard
31025 \begin_inset VSpace bigskip
31026 \end_inset
31027
31028
31029 \family sans
31030 内部ボックス
31031 \family default
31032 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
31033 \end_layout
31034
31035 \begin_layout Description
31036 上 これは例示のための本文行です。
31037 \begin_inset Box Boxed
31038 position "c"
31039 hor_pos "c"
31040 has_inner_box 1
31041 inner_pos "t"
31042 use_parbox 0
31043 use_makebox 0
31044 width "12col%"
31045 special "none"
31046 height "1.5in"
31047 height_special "totalheight"
31048 thickness "0.4pt"
31049 separation "3pt"
31050 shadowsize "4pt"
31051 framecolor "black"
31052 backgroundcolor "none"
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 \align center
31057 このボックスの文章は上揃えです。
31058 \end_layout
31059
31060 \end_inset
31061
31062 これは例示のための本文行です。
31063 \end_layout
31064
31065 \begin_layout Description
31066 中央 これは例示のための本文行です。
31067 \begin_inset Box Boxed
31068 position "c"
31069 hor_pos "c"
31070 has_inner_box 1
31071 inner_pos "c"
31072 use_parbox 0
31073 use_makebox 0
31074 width "12col%"
31075 special "none"
31076 height "1.5in"
31077 height_special "totalheight"
31078 thickness "0.4pt"
31079 separation "3pt"
31080 shadowsize "4pt"
31081 framecolor "black"
31082 backgroundcolor "none"
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086 \align center
31087 このボックスの文章は中央揃えです。
31088 \end_layout
31089
31090 \end_inset
31091
31092 これは例示のための本文行です。
31093 \end_layout
31094
31095 \begin_layout Description
31096 下 これは例示のための本文行です。
31097 \begin_inset Box Boxed
31098 position "c"
31099 hor_pos "c"
31100 has_inner_box 1
31101 inner_pos "b"
31102 use_parbox 0
31103 use_makebox 0
31104 width "12col%"
31105 special "none"
31106 height "1.5in"
31107 height_special "totalheight"
31108 thickness "0.4pt"
31109 separation "3pt"
31110 shadowsize "4pt"
31111 framecolor "black"
31112 backgroundcolor "none"
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116 \align center
31117 このボックスの文章は下揃えです。
31118 \end_layout
31119
31120 \end_inset
31121
31122 これは例示のための本文行です。
31123 \end_layout
31124
31125 \begin_layout Description
31126 広げる これは例示のための本文行です。
31127 \begin_inset Box Boxed
31128 position "c"
31129 hor_pos "c"
31130 has_inner_box 1
31131 inner_pos "s"
31132 use_parbox 0
31133 use_makebox 0
31134 width "17col%"
31135 special "none"
31136 height "1.5in"
31137 height_special "totalheight"
31138 thickness "0.4pt"
31139 separation "3pt"
31140 shadowsize "4pt"
31141 framecolor "black"
31142 backgroundcolor "none"
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 \align center
31147 このボックスの
31148 \end_layout
31149
31150 \begin_layout Plain Layout
31151 \align center
31152 文章は広げて
31153 \end_layout
31154
31155 \begin_layout Plain Layout
31156 \align center
31157 あります。
31158 \end_layout
31159
31160 \end_inset
31161
31162 これは例示のための本文行です。
31163 \end_layout
31164
31165 \begin_layout Standard
31166 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
31167 \end_layout
31168
31169 \begin_layout Standard
31170 \begin_inset VSpace bigskip
31171 \end_inset
31172
31173
31174 \family sans
31175 内部ボックス
31176 \family default
31177 を設定しているときに、ボックスの内容を水平方向に揃えるには、\SpecialChar LyX
31178 の段落ダイアログを用います。
31179 \end_layout
31180
31181 \begin_layout Standard
31182 \align center
31183 \begin_inset Box Boxed
31184 position "c"
31185 hor_pos "c"
31186 has_inner_box 1
31187 inner_pos "s"
31188 use_parbox 0
31189 use_makebox 0
31190 width "25col%"
31191 special "none"
31192 height "1.25in"
31193 height_special "totalheight"
31194 thickness "0.4pt"
31195 separation "3pt"
31196 shadowsize "4pt"
31197 framecolor "black"
31198 backgroundcolor "none"
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202 \align left
31203 このボックスの
31204 \end_layout
31205
31206 \begin_layout Plain Layout
31207 \align center
31208 文章は広げて
31209 \end_layout
31210
31211 \begin_layout Plain Layout
31212 \align right
31213 あります。
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222
31223 \family sans
31224 内部ボックス
31225 \family default
31226 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
31227 \begin_inset Separator parbreak
31228 \end_inset
31229
31230
31231 \end_layout
31232
31233 \begin_layout Standard
31234 \align center
31235 \begin_inset Box Boxed
31236 position "c"
31237 hor_pos "s"
31238 has_inner_box 0
31239 inner_pos "s"
31240 use_parbox 0
31241 use_makebox 0
31242 width "90col%"
31243 special "none"
31244 height "1.25in"
31245 height_special "totalheight"
31246 thickness "0.4pt"
31247 separation "3pt"
31248 shadowsize "4pt"
31249 framecolor "black"
31250 backgroundcolor "none"
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254 このボックスの文章は水平方向に広げてあります。
31255 \end_layout
31256
31257 \end_inset
31258
31259
31260 \end_layout
31261
31262 \begin_layout Subsection
31263 装飾
31264 \begin_inset CommandInset label
31265 LatexCommand label
31266 name "sec:装飾"
31267
31268 \end_inset
31269
31270
31271 \begin_inset Index idx
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275 ぼっくす@ボックス ! そうしょく@装飾
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \end_layout
31282
31283 \begin_layout Standard
31284 ボックス型は、ボックスダイアログ中の
31285 \family sans
31286 装飾
31287 \family default
31288 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
31289 \end_layout
31290
31291 \begin_layout Description
31292 縁なし 枠を描きません。
31293 \end_layout
31294
31295 \begin_layout Description
31296 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。
31297 \lang english
31298 The frame line thickness can be specified
31299 \lang japanese
31300 。 
31301 \begin_inset Box Boxed
31302 position "c"
31303 hor_pos "c"
31304 has_inner_box 1
31305 inner_pos "c"
31306 use_parbox 0
31307 use_makebox 0
31308 width "20col%"
31309 special "none"
31310 height "1in"
31311 height_special "totalheight"
31312 thickness "0.4pt"
31313 separation "3pt"
31314 shadowsize "4pt"
31315 framecolor "black"
31316 backgroundcolor "none"
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 \align center
31321 長方形の箱型
31322 \end_layout
31323
31324 \end_inset
31325
31326
31327 \end_layout
31328
31329 \begin_layout Description
31330 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
31331 \begin_inset space \thinspace{}
31332 \end_inset
31333
31334 ptです。 
31335 \begin_inset Box ovalbox
31336 position "c"
31337 hor_pos "c"
31338 has_inner_box 1
31339 inner_pos "c"
31340 use_parbox 0
31341 use_makebox 0
31342 width "20col%"
31343 special "none"
31344 height "1in"
31345 height_special "totalheight"
31346 thickness "0.4pt"
31347 separation "3pt"
31348 shadowsize "4pt"
31349 framecolor "black"
31350 backgroundcolor "none"
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354 \align center
31355 楕円形の箱型(細線)
31356 \end_layout
31357
31358 \end_inset
31359
31360
31361 \end_layout
31362
31363 \begin_layout Description
31364 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
31365 \begin_inset space \thinspace{}
31366 \end_inset
31367
31368 ptです。 
31369 \begin_inset Box Ovalbox
31370 position "c"
31371 hor_pos "c"
31372 has_inner_box 1
31373 inner_pos "c"
31374 use_parbox 0
31375 use_makebox 0
31376 width "20col%"
31377 special "none"
31378 height "1in"
31379 height_special "totalheight"
31380 thickness "0.4pt"
31381 separation "3pt"
31382 shadowsize "4pt"
31383 framecolor "black"
31384 backgroundcolor "none"
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 \align center
31389 楕円形の箱型(太線)
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \begin_layout Description
31398 影付き これはボックスの周りに影付きの長方形の枠を描きます。
31399 \lang english
31400 The frame line thickness and the shadow can be specified
31401 \lang japanese
31402
31403 \begin_inset Box Shadowbox
31404 position "c"
31405 hor_pos "c"
31406 has_inner_box 1
31407 inner_pos "c"
31408 use_parbox 0
31409 use_makebox 0
31410 width "20col%"
31411 special "none"
31412 height "1in"
31413 height_special "totalheight"
31414 thickness "0.4pt"
31415 separation "3pt"
31416 shadowsize "4pt"
31417 framecolor "black"
31418 backgroundcolor "none"
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422 \align center
31423 影付きの箱型
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \begin_layout Description
31432 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31433 \begin_inset Foot
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438 \begin_inset CommandInset ref
31439 LatexCommand ref
31440 reference "sec:色付きボックス"
31441
31442 \end_inset
31443
31444 節を参照のこと。
31445 \end_layout
31446
31447 \end_inset
31448
31449 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31450 \begin_inset Box Shaded
31451 position "t"
31452 hor_pos "c"
31453 has_inner_box 0
31454 inner_pos "t"
31455 use_parbox 0
31456 use_makebox 0
31457 width "50col%"
31458 special "none"
31459 height "1in"
31460 height_special "totalheight"
31461 thickness "0.4pt"
31462 separation "3pt"
31463 shadowsize "4pt"
31464 framecolor "black"
31465 backgroundcolor "none"
31466 status collapsed
31467
31468 \begin_layout Plain Layout
31469 影付き背景の箱型
31470 \end_layout
31471
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \begin_layout Description
31478 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。
31479 \lang english
31480 The line thickness of the inner frame is 0.75
31481 \begin_inset space \thinspace{}
31482 \end_inset
31483
31484 line
31485 \begin_inset space ~
31486 \end_inset
31487
31488 thickness, the thickness of the outer frame is 1.5
31489 \begin_inset space \thinspace{}
31490 \end_inset
31491
31492 line
31493 \begin_inset space ~
31494 \end_inset
31495
31496 thickness.
31497  The distance between the lines is 1.5
31498 \begin_inset space \thinspace{}
31499 \end_inset
31500
31501 line
31502 \begin_inset space ~
31503 \end_inset
31504
31505 thickness
31506 \begin_inset space \thinspace{}
31507 \end_inset
31508
31509 +
31510 \begin_inset space \thinspace{}
31511 \end_inset
31512
31513 0.5
31514 \begin_inset space \thinspace{}
31515 \end_inset
31516
31517 pt
31518 \lang japanese
31519 。 
31520 \begin_inset Box Doublebox
31521 position "c"
31522 hor_pos "c"
31523 has_inner_box 1
31524 inner_pos "c"
31525 use_parbox 0
31526 use_makebox 0
31527 width "20col%"
31528 special "none"
31529 height "1in"
31530 height_special "totalheight"
31531 thickness "0.4pt"
31532 separation "3pt"
31533 shadowsize "4pt"
31534 framecolor "black"
31535 backgroundcolor "none"
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539 \align center
31540 二重の長方形の箱型
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Standard
31549 \begin_inset VSpace bigskip
31550 \end_inset
31551
31552 \SpecialChar LyX
31553 のボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、\SpecialChar LaTeX
31554 パッケージ
31555 \series bold
31556 fancybox
31557 \series default
31558
31559 \begin_inset Index idx
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 \SpecialChar LaTeX
31564 ぱっけーじ@\SpecialChar LaTeX
31565 パッケージ ! fancybox
31566 \end_layout
31567
31568 \end_inset
31569
31570 が導入済みでなくてはなりません。
31571 \end_layout
31572
31573 \begin_layout Standard
31574 \begin_inset VSpace bigskip
31575 \end_inset
31576
31577
31578 \lang english
31579 When you use the decoration 
31580 \family sans
31581 simple rectangular frame
31582 \family default
31583  and no inner box, you can allow page breaks within a box.
31584  Note that then, unlike other framed boxes, the frame always uses the whole
31585  column width and the box is set as its own paragraph:
31586 \lang japanese
31587  
31588 \begin_inset Box Framed
31589 position "t"
31590 hor_pos "c"
31591 has_inner_box 0
31592 inner_pos "t"
31593 use_parbox 0
31594 use_makebox 0
31595 width "100col%"
31596 special "none"
31597 height "1in"
31598 height_special "totalheight"
31599 thickness "0.4pt"
31600 separation "3pt"
31601 shadowsize "4pt"
31602 framecolor "black"
31603 backgroundcolor "none"
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 改行可能な箱型
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Section
31616 ボックスの詳細な設定
31617 \begin_inset Index idx
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31622 \end_layout
31623
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \begin_layout Standard
31630 楕円形ボックスの丸い角の直径は、コマンド
31631 \series bold
31632
31633 \backslash
31634 cornersize
31635 \series default
31636 で設定することができます。
31637 \end_layout
31638
31639 \begin_layout Standard
31640
31641 \series bold
31642
31643 \backslash
31644 cornersize*{1cm}
31645 \end_layout
31646
31647 \begin_layout Standard
31648 というコマンドは、直径を1
31649 \begin_inset space \thinspace{}
31650 \end_inset
31651
31652 cmに設定します。
31653 \end_layout
31654
31655 \begin_layout Standard
31656
31657 \series bold
31658
31659 \backslash
31660 cornersize{数値}
31661 \end_layout
31662
31663 \begin_layout Standard
31664 というコマンドは、直径を
31665 \family sans
31666 数値
31667 \begin_inset space \thinspace{}
31668 \end_inset
31669
31670
31671 \family default
31672
31673 \begin_inset Formula $\times$
31674 \end_inset
31675
31676
31677 \family sans
31678
31679 \begin_inset space \thinspace{}
31680 \end_inset
31681
31682 (ボックスの幅と高さの小さい方)
31683 \family default
31684 に設定します。既定値は
31685 \series bold
31686
31687 \backslash
31688 cornersize{0.5}
31689 \series default
31690 です。
31691 \end_layout
31692
31693 \begin_layout Standard
31694 \begin_inset ERT
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698
31699
31700 \backslash
31701 cornersize*{1.5cm}
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \begin_inset Box Ovalbox
31708 position "c"
31709 hor_pos "c"
31710 has_inner_box 1
31711 inner_pos "c"
31712 use_parbox 0
31713 use_makebox 0
31714 width "25col%"
31715 special "none"
31716 height "1in"
31717 height_special "totalheight"
31718 thickness "0.4pt"
31719 separation "3pt"
31720 shadowsize "4pt"
31721 framecolor "black"
31722 backgroundcolor "none"
31723 status open
31724
31725 \begin_layout Plain Layout
31726 \align center
31727
31728 \series bold
31729
31730 \backslash
31731 cornersize
31732 \series default
31733
31734 \begin_inset space \thinspace{}
31735 \end_inset
31736
31737 =
31738 \begin_inset space \thinspace{}
31739 \end_inset
31740
31741 1.5
31742 \begin_inset space \thinspace{}
31743 \end_inset
31744
31745 cmの楕円形の箱型
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \begin_inset ERT
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755
31756
31757 \backslash
31758 cornersize{0.5}
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \begin_layout Standard
31767 \begin_inset VSpace bigskip
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774
31775 \lang english
31776 The default background color red of 
31777 \family sans
31778 shaded background
31779 \family default
31780  boxes can either be changed locally with the command
31781 \series bold
31782 \lang japanese
31783
31784 \backslash
31785 definecolor{shadebox}
31786 \series default
31787 コマンドで局所的に変更することもできますし、
31788 \family sans
31789 ツール\SpecialChar menuseparator
31790 設定\SpecialChar menuseparator
31791 色\SpecialChar menuseparator
31792 影付きボックス
31793 \family default
31794 メニューからグローバルに変更することもできます。
31795 \series bold
31796
31797 \backslash
31798 definecolor
31799 \series default
31800 コマンドの用法は第
31801 \begin_inset CommandInset ref
31802 LatexCommand ref
31803 reference "sec:色付きの表"
31804
31805 \end_inset
31806
31807
31808 \begin_inset Foot
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812 N
31813 \series bold
31814
31815 \backslash
31816 definecolor
31817 \series default
31818 は、\SpecialChar LaTeX
31819 パッケージの
31820 \series bold
31821 color
31822 \series default
31823 をプリアンブルに読み込む必要があります。第
31824 \begin_inset CommandInset ref
31825 LatexCommand ref
31826 reference "sec:色付きボックス"
31827
31828 \end_inset
31829
31830 節をご参照ください。.
31831 \end_layout
31832
31833 \end_inset
31834
31835 で説明されています。
31836 \end_layout
31837
31838 \begin_layout Standard
31839 たとえば、下記の影付き背景ボックスの外見は
31840 \end_layout
31841
31842 \begin_layout Standard
31843
31844 \series bold
31845
31846 \backslash
31847 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31848 \end_layout
31849
31850 \begin_layout Standard
31851 という\SpecialChar TeX
31852 コードコマンドを使って設定してあります。
31853 \end_layout
31854
31855 \begin_layout Standard
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861
31862 \backslash
31863 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31864 \end_layout
31865
31866 \end_inset
31867
31868
31869 \begin_inset Box Shaded
31870 position "t"
31871 hor_pos "c"
31872 has_inner_box 0
31873 inner_pos "t"
31874 use_parbox 0
31875 use_makebox 0
31876 width "100col%"
31877 special "none"
31878 height "1in"
31879 height_special "totalheight"
31880 thickness "0.4pt"
31881 separation "3pt"
31882 shadowsize "4pt"
31883 framecolor "black"
31884 backgroundcolor "none"
31885 status open
31886
31887 \begin_layout Plain Layout
31888
31889 \color yellow
31890 これは、濃緑色の背景の
31891 \family sans
31892 影付き背景
31893 \family default
31894 ボックスに入れた黄色の文章です。
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \begin_inset ERT
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904
31905
31906 \backslash
31907 definecolor{shadecolor}{rgb}{1,0,0}
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \end_layout
31914
31915 \begin_layout Standard
31916 \begin_inset VSpace bigskip
31917 \end_inset
31918
31919
31920 \lang english
31921 Manually changed sizes and colors are valid for all boxes following the
31922  commands that change them.
31923 \end_layout
31924
31925 \begin_layout Section
31926 ミニページ
31927 \begin_inset CommandInset label
31928 LatexCommand label
31929 name "sec:ミニページ"
31930
31931 \end_inset
31932
31933
31934 \begin_inset Index idx
31935 status collapsed
31936
31937 \begin_layout Plain Layout
31938 ぼっくす@ボックス ! みにぺーじ@ミニページ
31939 \end_layout
31940
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \begin_layout Standard
31947 ミニページは、\SpecialChar LaTeX
31948 によってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31949 \end_layout
31950
31951 \begin_layout Standard
31952 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31953 \end_layout
31954
31955 \begin_layout Standard
31956 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31957 \family sans
31958 挿入
31959 \family default
31960 \SpecialChar menuseparator
31961
31962 \family sans
31963 整形
31964 \family default
31965 \SpecialChar menuseparator
31966
31967 \family sans
31968 水平方向の空白
31969 \family default
31970 メニューで挿入した水平フィルで隔てられています。
31971 \begin_inset Newpage newpage
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Standard
31978 \begin_inset Box Frameless
31979 position "t"
31980 hor_pos "c"
31981 has_inner_box 1
31982 inner_pos "c"
31983 use_parbox 0
31984 use_makebox 0
31985 width "45col%"
31986 special "none"
31987 height "1in"
31988 height_special "totalheight"
31989 thickness "0.4pt"
31990 separation "3pt"
31991 shadowsize "4pt"
31992 framecolor "black"
31993 backgroundcolor "none"
31994 status open
31995
31996 \begin_layout Plain Layout
31997 Dies ist ein deutscher Text.
31998  Dies ist ein deutscher Text.
31999  Dies ist ein deutscher Text.
32000  Dies ist ein deutscher Text.
32001  Dies ist ein deutscher Text.
32002  Dies ist ein deutscher Text.
32003  Dies ist ein deutscher Text.
32004  Dies ist ein deutscher Text.
32005  Dies ist ein deutscher Text.
32006  Dies ist ein deutscher Text.
32007  Dies ist ein deutscher Text.
32008  Dies ist ein deutscher Text.
32009  Dies ist ein deutscher Text
32010 \begin_inset Foot
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 Dies ist eine deutsche Fußnote.
32015 \end_layout
32016
32017 \end_inset
32018
32019 .
32020  Dies ist ein deutscher Text.
32021  Dies ist ein deutscher Text.
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \begin_inset space \hfill{}
32028 \end_inset
32029
32030
32031 \begin_inset Box Frameless
32032 position "t"
32033 hor_pos "c"
32034 has_inner_box 1
32035 inner_pos "c"
32036 use_parbox 0
32037 use_makebox 0
32038 width "45col%"
32039 special "none"
32040 height "1in"
32041 height_special "totalheight"
32042 thickness "0.4pt"
32043 separation "3pt"
32044 shadowsize "4pt"
32045 framecolor "black"
32046 backgroundcolor "none"
32047 status open
32048
32049 \begin_layout Plain Layout
32050 This is an English Text.
32051  This is an English Text.
32052  This is an English Text.
32053  This is an English Text.
32054  This is an English Text.
32055  This is an English Text.
32056  This is an English Text.
32057  This is an English Text.
32058  This is an English Text.
32059  This is an English Text.
32060  This is an English Text.
32061  This is an English Text.
32062  This is an English Text.
32063  This is an English Text.
32064  This is an English Text.
32065  This is an English Text.
32066 \begin_inset Foot
32067 status collapsed
32068
32069 \begin_layout Plain Layout
32070 This is an English footnote.
32071 \end_layout
32072
32073 \end_inset
32074
32075  This is an English Text.
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \end_layout
32082
32083 \begin_layout Standard
32084 \begin_inset VSpace bigskip
32085 \end_inset
32086
32087 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32088 \family sans
32089 中スキップ
32090 \family default
32091 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32092 \end_layout
32093
32094 \begin_layout Standard
32095 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32096 \begin_inset CommandInset ref
32097 LatexCommand ref
32098 reference "sec:色付きボックス"
32099
32100 \end_inset
32101
32102 節をご参照ください。
32103 \end_layout
32104
32105 \begin_layout Standard
32106 \begin_inset Note Greyedout
32107 status open
32108
32109 \begin_layout Plain Layout
32110
32111 \series bold
32112 【註】
32113 \series default
32114 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32115 \end_layout
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Section
32123 Parbox
32124 \begin_inset CommandInset label
32125 LatexCommand label
32126 name "sec:Parboxes"
32127
32128 \end_inset
32129
32130
32131 \begin_inset Index idx
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135 ぼっくす@ボックス ! Parboxes
32136 \end_layout
32137
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \begin_layout Standard
32144 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32145 \begin_inset Separator parbreak
32146 \end_inset
32147
32148
32149 \end_layout
32150
32151 \begin_layout Standard
32152 \align center
32153 \begin_inset Box Frameless
32154 position "t"
32155 hor_pos "c"
32156 has_inner_box 1
32157 inner_pos "t"
32158 use_parbox 1
32159 use_makebox 0
32160 width "33col%"
32161 special "none"
32162 height "1in"
32163 height_special "totalheight"
32164 thickness "0.4pt"
32165 separation "3pt"
32166 shadowsize "4pt"
32167 framecolor "black"
32168 backgroundcolor "none"
32169 status open
32170
32171 \begin_layout Plain Layout
32172 これはparbox内の文章です。これはparbox内の文章です。
32173 \end_layout
32174
32175 \begin_layout Plain Layout
32176 右の脚注は表示されません。
32177 \begin_inset Foot
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 これはparbox内の脚注であり、したがって表示はされません。
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Section
32195 単語や文字のボックス
32196 \begin_inset Index idx
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200 ぼっくす@ボックス ! もじよう@文字用
32201 \end_layout
32202
32203 \end_inset
32204
32205
32206 \end_layout
32207
32208 \begin_layout Subsection
32209 ハイフネーションの回避
32210 \begin_inset CommandInset label
32211 LatexCommand label
32212 name "sec:ハイフネーションの回避"
32213
32214 \end_inset
32215
32216
32217 \begin_inset Index idx
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 単語や文章がハイフネートされるのを防ぐには、
32231 \family sans
32232 makebox
32233 \family default
32234 型ボックスを使うことができます。
32235 \begin_inset Newline newline
32236 \end_inset
32237
32238 以下が例示用の文章です。
32239 \end_layout
32240
32241 \begin_layout Standard
32242 This line is an example to show how you can prevent the hyphenation of 
32243 \begin_inset Quotes eld
32244 \end_inset
32245
32246 veryverylongword
32247 \begin_inset Quotes erd
32248 \end_inset
32249
32250 .
32251 \end_layout
32252
32253 \begin_layout Standard
32254 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32255 \family sans
32256 内部ボックス
32257 \family default
32258
32259 \family sans
32260 makebox
32261 \family default
32262 コマンドに設定し、幅は指定しません。
32263 \end_layout
32264
32265 \begin_layout Standard
32266 以下がその結果です。
32267 \end_layout
32268
32269 \begin_layout Standard
32270 This line is an example to show how you can prevent the hyphenation of 
32271 \begin_inset Box Frameless
32272 position "t"
32273 hor_pos "c"
32274 has_inner_box 1
32275 inner_pos "t"
32276 use_parbox 0
32277 use_makebox 1
32278 width ""
32279 special "none"
32280 height "1in"
32281 height_special "totalheight"
32282 thickness "0.4pt"
32283 separation "3pt"
32284 shadowsize "4pt"
32285 framecolor "black"
32286 backgroundcolor "none"
32287 status open
32288
32289 \begin_layout Plain Layout
32290 \begin_inset Quotes eld
32291 \end_inset
32292
32293 veryverylongword
32294 \begin_inset Quotes erd
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \end_inset
32301
32302 .
32303 \end_layout
32304
32305 \begin_layout Standard
32306 別の方法としては、以下のように、単語の前に直接\SpecialChar TeX
32307 コードで「
32308 \series bold
32309
32310 \backslash
32311 -
32312 \series default
32313 」コマンドを設定する方法もあります。
32314 \end_layout
32315
32316 \begin_layout Standard
32317 This line is an example to show how you can prevent the hyphenation of 
32318 \begin_inset Quotes eld
32319 \end_inset
32320
32321
32322 \begin_inset ERT
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326
32327
32328 \backslash
32329 -
32330 \end_layout
32331
32332 \end_inset
32333
32334 veryverylongword
32335 \begin_inset Quotes erd
32336 \end_inset
32337
32338 .
32339 \end_layout
32340
32341 \begin_layout Standard
32342 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32343 \family sans
32344 挿入
32345 \family default
32346 \SpecialChar menuseparator
32347
32348 \family sans
32349 整形
32350 \family default
32351 \SpecialChar menuseparator
32352
32353 \family sans
32354 整形なし改行
32355 \family default
32356 メニュー(
32357 \begin_inset Flex Ruby
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361 捷径
32362 \begin_inset Argument post:1
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366 ショートカット
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \begin_inset Info
32378 type  "shortcut"
32379 arg   "newline-insert newline"
32380 \end_inset
32381
32382 )から改行を単語の前に入れてください。
32383 \end_layout
32384
32385 \begin_layout Standard
32386 This line is an example to show how you can prevent the hyphenation of 
32387 \begin_inset Newline newline
32388 \end_inset
32389
32390
32391 \begin_inset Box Frameless
32392 position "t"
32393 hor_pos "c"
32394 has_inner_box 1
32395 inner_pos "t"
32396 use_parbox 0
32397 use_makebox 1
32398 width ""
32399 special "none"
32400 height "1in"
32401 height_special "totalheight"
32402 thickness "0.4pt"
32403 separation "3pt"
32404 shadowsize "4pt"
32405 framecolor "black"
32406 backgroundcolor "none"
32407 status open
32408
32409 \begin_layout Plain Layout
32410 \begin_inset Quotes eld
32411 \end_inset
32412
32413 veryverylongword
32414 \begin_inset Quotes erd
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \end_inset
32421
32422 .
32423 \end_layout
32424
32425 \begin_layout Subsection
32426 垂直揃え
32427 \begin_inset CommandInset label
32428 LatexCommand label
32429 name "subsec:垂直揃え"
32430
32431 \end_inset
32432
32433
32434 \begin_inset Index idx
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \begin_inset Index idx
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448 ぼっくす@ボックス ! Raiseboxes
32449 \end_layout
32450
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \begin_layout Standard
32457
32458 \series bold
32459
32460 \backslash
32461 raisebox
32462 \series default
32463 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32464 \series bold
32465
32466 \backslash
32467 raisebox
32468 \series default
32469 は以下の書式で使用します。
32470 \end_layout
32471
32472 \begin_layout Standard
32473
32474 \series bold
32475
32476 \backslash
32477 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32478 \end_layout
32479
32480 \begin_layout Standard
32481 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32482 \end_layout
32483
32484 \begin_layout Standard
32485 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前に\SpecialChar TeX
32486 コードで
32487 \end_layout
32488
32489 \begin_layout Standard
32490
32491 \series bold
32492
32493 \backslash
32494 raisebox{
32495 \backslash
32496 depth}{
32497 \end_layout
32498
32499 \begin_layout Standard
32500 というコマンドを挿入してください。単語の後には、閉じ括弧「
32501 \series bold
32502 }
32503 \series default
32504 」を\SpecialChar TeX
32505 コードで挿入してください。
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509 以下がその出力です。
32510 \end_layout
32511
32512 \begin_layout Standard
32513 This is a text line with the word 
32514 \begin_inset ERT
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518
32519
32520 \backslash
32521 raisebox{
32522 \backslash
32523 depth}{
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \begin_inset Quotes eld
32530 \end_inset
32531
32532 preventing
32533 \begin_inset Quotes erd
32534 \end_inset
32535
32536
32537 \begin_inset ERT
32538 status collapsed
32539
32540 \begin_layout Plain Layout
32541
32542 }
32543 \end_layout
32544
32545 \end_inset
32546
32547  as raised word.
32548 \end_layout
32549
32550 \begin_layout Standard
32551 \begin_inset VSpace bigskip
32552 \end_inset
32553
32554 行中の文字を上げ下げすると、以下のように行間が広がります。
32555 \end_layout
32556
32557 \begin_layout Standard
32558 This is a text line with the word 
32559 \begin_inset ERT
32560 status collapsed
32561
32562 \begin_layout Plain Layout
32563
32564
32565 \backslash
32566 raisebox{-
32567 \backslash
32568 depth}{
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \begin_inset Quotes eld
32575 \end_inset
32576
32577 preventing
32578 \begin_inset Quotes erd
32579 \end_inset
32580
32581
32582 \begin_inset ERT
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586
32587 }
32588 \end_layout
32589
32590 \end_inset
32591
32592  as lowered word.
32593 \begin_inset Newline newline
32594 \end_inset
32595
32596 This is a text line with the word 
32597 \begin_inset ERT
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601
32602
32603 \backslash
32604 raisebox{0.5cm}{
32605 \end_layout
32606
32607 \end_inset
32608
32609
32610 \begin_inset Quotes eld
32611 \end_inset
32612
32613 testing
32614 \begin_inset Quotes erd
32615 \end_inset
32616
32617
32618 \begin_inset ERT
32619 status collapsed
32620
32621 \begin_layout Plain Layout
32622
32623 }
32624 \end_layout
32625
32626 \end_inset
32627
32628  as raised word.
32629 \end_layout
32630
32631 \begin_layout Standard
32632 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32633 \end_layout
32634
32635 \begin_layout Standard
32636
32637 \series bold
32638
32639 \backslash
32640 raisebox{-
32641 \backslash
32642 depth}[0pt]{
32643 \end_layout
32644
32645 \begin_layout Standard
32646 とすると、
32647 \end_layout
32648
32649 \begin_layout Standard
32650 This is a text line with the word 
32651 \begin_inset ERT
32652 status collapsed
32653
32654 \begin_layout Plain Layout
32655
32656
32657 \backslash
32658 raisebox{-
32659 \backslash
32660 depth}[0pt]{
32661 \end_layout
32662
32663 \end_inset
32664
32665
32666 \begin_inset Quotes eld
32667 \end_inset
32668
32669 preventing
32670 \begin_inset Quotes erd
32671 \end_inset
32672
32673
32674 \begin_inset ERT
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678
32679 }
32680 \end_layout
32681
32682 \end_inset
32683
32684  as lowered word.
32685 \begin_inset Newline newline
32686 \end_inset
32687
32688
32689 \begin_inset Newline newline
32690 \end_inset
32691
32692 This is a text line with the word 
32693 \begin_inset ERT
32694 status collapsed
32695
32696 \begin_layout Plain Layout
32697
32698
32699 \backslash
32700 raisebox{0.5cm}[0pt]{
32701 \end_layout
32702
32703 \end_inset
32704
32705
32706 \begin_inset Quotes eld
32707 \end_inset
32708
32709 testing
32710 \begin_inset Quotes erd
32711 \end_inset
32712
32713
32714 \begin_inset ERT
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718
32719 }
32720 \end_layout
32721
32722 \end_inset
32723
32724  as raised word.
32725 \end_layout
32726
32727 \begin_layout Section
32728 色付きボックス
32729 \begin_inset CommandInset label
32730 LatexCommand label
32731 name "sec:色付きボックス"
32732
32733 \end_inset
32734
32735
32736 \begin_inset Index idx
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740 ぼっくす@ボックス ! いろつき@色付き
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \begin_layout Standard
32749
32750 \lang english
32751 To color the background of a box just select the color you like in the box
32752  dialog.
32753  This is for example a box with orange background: 
32754 \begin_inset Box Frameless
32755 position "t"
32756 hor_pos "c"
32757 has_inner_box 1
32758 inner_pos "t"
32759 use_parbox 0
32760 use_makebox 1
32761 width ""
32762 special "none"
32763 height "1in"
32764 height_special "totalheight"
32765 thickness "0.4pt"
32766 separation "3pt"
32767 shadowsize "4pt"
32768 framecolor "black"
32769 backgroundcolor "orange"
32770 status open
32771
32772 \begin_layout Plain Layout
32773
32774 \lang english
32775 Box with orange background
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Standard
32784
32785 \lang english
32786 If you use the decoration
32787 \family sans
32788 \lang japanese
32789 簡素な長方形の枠
32790 \family default
32791 \lang english
32792 you can set a frame color.
32793  In this case you must also specify a background color (LyX sets white as
32794  default).
32795  Here is an example: 
32796 \begin_inset Box Boxed
32797 position "t"
32798 hor_pos "c"
32799 has_inner_box 0
32800 inner_pos "t"
32801 use_parbox 0
32802 use_makebox 0
32803 width ""
32804 special "none"
32805 height "1in"
32806 height_special "totalheight"
32807 thickness "0.4pt"
32808 separation "3pt"
32809 shadowsize "4pt"
32810 framecolor "teal"
32811 backgroundcolor "yellow"
32812 status open
32813
32814 \begin_layout Plain Layout
32815
32816 \lang english
32817 Box with teal frame color and yellow background color
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \begin_layout Standard
32826 \begin_inset VSpace bigskip
32827 \end_inset
32828
32829
32830 \lang english
32831 Of course you can also have colored text inside a colored box:
32832 \lang japanese
32833
32834 \begin_inset Newline newline
32835 \end_inset
32836
32837
32838 \begin_inset Box Boxed
32839 position "t"
32840 hor_pos "c"
32841 has_inner_box 0
32842 inner_pos "t"
32843 use_parbox 0
32844 use_makebox 0
32845 width ""
32846 special "none"
32847 height "1in"
32848 height_special "totalheight"
32849 thickness "0.4pt"
32850 separation "3pt"
32851 shadowsize "4pt"
32852 framecolor "cyan"
32853 backgroundcolor "magenta"
32854 status open
32855
32856 \begin_layout Plain Layout
32857
32858 \color yellow
32859 これは着色した色付きボックス中の色付き文章です。
32860 \end_layout
32861
32862 \end_inset
32863
32864
32865 \end_layout
32866
32867 \begin_layout Standard
32868 \begin_inset VSpace bigskip
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \begin_layout Standard
32875
32876 \lang english
32877 If you need another color than the predefined ones, you can define your
32878  own color as described in section
32879 \begin_inset space ~
32880 \end_inset
32881
32882
32883 \lang japanese
32884
32885 \begin_inset CommandInset ref
32886 LatexCommand ref
32887 reference "sec:色付きの表"
32888
32889 \end_inset
32890
32891
32892 \lang english
32893 .
32894  To use your own color you must typeset the box by using TeX code:
32895 \end_layout
32896
32897 \begin_layout Standard
32898
32899 \lang english
32900 Colored boxes without frame are created with the command
32901 \series bold
32902 \lang japanese
32903
32904 \backslash
32905 colorbox
32906 \series default
32907 コマンドを使って作ります。これは、以下のような書式で使われます。
32908 \end_layout
32909
32910 \begin_layout Standard
32911
32912 \series bold
32913
32914 \backslash
32915 colorbox{color}{ボックスの内容}
32916 \end_layout
32917
32918 \begin_layout Standard
32919 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。たとえば、単語の背景を赤にするには、単語の前に\SpecialChar TeX
32920 コードで
32921 \begin_inset Note Note
32922 status open
32923
32924 \begin_layout Plain Layout
32925 @Koji: replace here red by darkgreen
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Standard
32934
32935 \series bold
32936
32937 \backslash
32938 colorbox{darkgreen}{
32939 \end_layout
32940
32941 \begin_layout Standard
32942 というコマンドを入れてください。単語の後には、\SpecialChar TeX
32943 コードで閉じ括弧「
32944 \series bold
32945 }
32946 \series default
32947 」を入れてください。
32948 \begin_inset Newline newline
32949 \end_inset
32950
32951 以下がその結果です。
32952 \end_layout
32953
32954 \begin_layout Standard
32955 この行では、
32956 \begin_inset ERT
32957 status collapsed
32958
32959 \begin_layout Plain Layout
32960
32961
32962 \backslash
32963 colorbox{darkgreen}{
32964 \end_layout
32965
32966 \end_inset
32967
32968 「注意!」
32969 \begin_inset ERT
32970 status collapsed
32971
32972 \begin_layout Plain Layout
32973
32974 }
32975 \end_layout
32976
32977 \end_inset
32978
32979 という単語が赤い背景になっています。
32980 \begin_inset Note Note
32981 status open
32982
32983 \begin_layout Plain Layout
32984 @Koji: replace here red by darkgreen
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \end_layout
32991
32992 \begin_layout Standard
32993
32994 \lang english
32995 Framed, colored boxes are created with the command
32996 \series bold
32997 \lang japanese
32998
32999 \backslash
33000 fcolorbox
33001 \series default
33002 コマンドを使います。
33003 \end_layout
33004
33005 \begin_layout Standard
33006
33007 \series bold
33008
33009 \backslash
33010 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
33011 \end_layout
33012
33013 \begin_layout Section
33014 ボックスの伸縮回転
33015 \end_layout
33016
33017 \begin_layout Standard
33018 本節で述べられているコマンドを使用するには、文書プリアンブルで
33019 \end_layout
33020
33021 \begin_layout Standard
33022
33023 \series bold
33024
33025 \backslash
33026 @ifundefined{rotatebox}
33027 \begin_inset Newline newline
33028 \end_inset
33029
33030
33031 \begin_inset Phantom HPhantom
33032 status open
33033
33034 \begin_layout Plain Layout
33035
33036 \series bold
33037 \begin_inset space ~
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \end_inset
33044
33045 {
33046 \backslash
33047 usepackage{graphicx}}{}
33048 \end_layout
33049
33050 \begin_layout Standard
33051 というコマンドを使用して、
33052 \series bold
33053 graphicx
33054 \series default
33055
33056 \begin_inset Index idx
33057 status collapsed
33058
33059 \begin_layout Plain Layout
33060 \SpecialChar LaTeX
33061 ぱっけーじ@\SpecialChar LaTeX
33062 パッケージ ! graphicx
33063 \end_layout
33064
33065 \end_inset
33066
33067 \SpecialChar LaTeX
33068 パッケージを読み込む必要があります。
33069 \end_layout
33070
33071 \begin_layout Standard
33072 \begin_inset Note Greyedout
33073 status open
33074
33075 \begin_layout Plain Layout
33076
33077 \series bold
33078 【註】
33079 \series default
33080 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \begin_layout Standard
33089 \begin_inset Note Greyedout
33090 status open
33091
33092 \begin_layout Plain Layout
33093
33094 \series bold
33095 【註】
33096 \series default
33097 フロートは回転伸縮したボックスの中に入れることはできません。
33098 \end_layout
33099
33100 \end_inset
33101
33102
33103 \end_layout
33104
33105 \begin_layout Subsection
33106 ボックスの回転
33107 \begin_inset Index idx
33108 status collapsed
33109
33110 \begin_layout Plain Layout
33111 ぼっくす@ボックス ! かいてんした@回転した
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \begin_inset Index idx
33118 status collapsed
33119
33120 \begin_layout Plain Layout
33121 かいてん@回転 ! そざいの@素材の—
33122 \end_layout
33123
33124 \end_inset
33125
33126
33127 \begin_inset Index idx
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 ず@図 ! のかいてん@—の回転
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \begin_inset Index idx
33138 status collapsed
33139
33140 \begin_layout Plain Layout
33141 ひょうのちょうせい@表の調整 ! かいてん@回転
33142 \end_layout
33143
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \begin_layout Standard
33150 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、\SpecialChar TeX
33151 コードで以下のような書式で
33152 \series bold
33153
33154 \backslash
33155 rotatebox
33156 \series default
33157 コマンドを使用すれば作成することができます。
33158 \end_layout
33159
33160 \begin_layout Standard
33161
33162 \series bold
33163
33164 \backslash
33165 rotatebox[回転の原点]{回転角}{ボックスの内容}
33166 \end_layout
33167
33168 \begin_layout Standard
33169 回転の原点は、
33170 \series bold
33171 origin=位置
33172 \series default
33173 の形で指定します。位置として指定可能なのは、
33174 \emph on
33175 c
33176 \emph default
33177 (中央揃え)・
33178 \emph on
33179 l
33180 \emph default
33181 (左揃え)・
33182 \emph on
33183 r
33184 \emph default
33185 (右揃え)・
33186 \emph on
33187 b
33188 \emph default
33189 (下揃え)・
33190 \emph on
33191 t
33192 \emph default
33193 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33194 \emph on
33195 lt
33196 \emph default
33197 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33198 \emph on
33199 l
33200 \emph default
33201 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33202 \end_layout
33203
33204 \begin_layout Standard
33205 以下の例では、「回転した」文章の前に\SpecialChar TeX
33206 コードで
33207 \series bold
33208
33209 \backslash
33210 rotatebox[origin=c]{60}{
33211 \series default
33212 というコマンドを挿入し、文章の後に\SpecialChar TeX
33213 コードで閉じ括弧
33214 \series bold
33215 }
33216 \series default
33217 でボックスを閉じています。
33218 \end_layout
33219
33220 \begin_layout Standard
33221 これは、
33222 \begin_inset ERT
33223 status collapsed
33224
33225 \begin_layout Plain Layout
33226
33227
33228 \backslash
33229 rotatebox[origin=c]{60}{
33230 \end_layout
33231
33232 \end_inset
33233
33234 回転した
33235 \begin_inset ERT
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239
33240 }
33241 \end_layout
33242
33243 \end_inset
33244
33245  文章を含む行です。
33246 \end_layout
33247
33248 \begin_layout Standard
33249 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33250 \end_layout
33251
33252 \begin_layout Standard
33253 これは、
33254 \begin_inset ERT
33255 status collapsed
33256
33257 \begin_layout Plain Layout
33258
33259
33260 \backslash
33261 rotatebox[origin=r]{-60}{
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \begin_inset Box Doublebox
33268 position "c"
33269 hor_pos "c"
33270 has_inner_box 0
33271 inner_pos "c"
33272 use_parbox 0
33273 use_makebox 0
33274 width "1in"
33275 special "width"
33276 height "1in"
33277 height_special "totalheight"
33278 thickness "0.4pt"
33279 separation "3pt"
33280 shadowsize "4pt"
33281 framecolor "black"
33282 backgroundcolor "none"
33283 status open
33284
33285 \begin_layout Plain Layout
33286 回転した
33287 \end_layout
33288
33289 \end_inset
33290
33291
33292 \begin_inset ERT
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296
33297 }
33298 \end_layout
33299
33300 \end_inset
33301
33302 枠付き文章と
33303 \begin_inset ERT
33304 status collapsed
33305
33306 \begin_layout Plain Layout
33307
33308
33309 \backslash
33310 rotatebox[origin=lb]{60}{
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33317 \end_inset
33318
33319
33320 \begin_inset ERT
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324
33325 }
33326 \end_layout
33327
33328 \end_inset
33329
33330 数式を含む行です。
33331 \end_layout
33332
33333 \begin_layout Standard
33334 あるいは、以下のように図や表を入れることもできます。
33335 \end_layout
33336
33337 \begin_layout Standard
33338 これは、
33339 \begin_inset ERT
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343
33344
33345 \backslash
33346 rotatebox[origin=lb]{90}{
33347 \end_layout
33348
33349 \end_inset
33350
33351
33352 \begin_inset Graphics
33353         filename ../clipart/platypus.eps
33354         lyxscale 50
33355         width 25col%
33356
33357 \end_inset
33358
33359
33360 \begin_inset ERT
33361 status collapsed
33362
33363 \begin_layout Plain Layout
33364
33365 }
33366 \end_layout
33367
33368 \end_inset
33369
33370 回転した画像と
33371 \begin_inset ERT
33372 status collapsed
33373
33374 \begin_layout Plain Layout
33375
33376
33377 \backslash
33378 rotatebox[origin=l]{-90}{
33379 \end_layout
33380
33381 \end_inset
33382
33383
33384 \begin_inset Tabular
33385 <lyxtabular version="3" rows="2" columns="2">
33386 <features tabularvalignment="middle">
33387 <column alignment="center" valignment="top">
33388 <column alignment="center" valignment="top">
33389 <row>
33390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33391 \begin_inset Text
33392
33393 \begin_layout Plain Layout
33394 q
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 w
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 </row>
33409 <row>
33410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Plain Layout
33414 e
33415 \end_layout
33416
33417 \end_inset
33418 </cell>
33419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 r
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 </row>
33429 </lyxtabular>
33430
33431 \end_inset
33432
33433
33434 \begin_inset ERT
33435 status collapsed
33436
33437 \begin_layout Plain Layout
33438
33439 }
33440 \end_layout
33441
33442 \end_inset
33443
33444 表を含む行です。
33445 \end_layout
33446
33447 \begin_layout Subsection
33448 ボックスの伸縮
33449 \begin_inset Index idx
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
33454 \end_layout
33455
33456 \end_inset
33457
33458
33459 \begin_inset Index idx
33460 status collapsed
33461
33462 \begin_layout Plain Layout
33463 しんしゅく@伸縮 ! そざいの@素材の—
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \begin_inset Index idx
33470 status collapsed
33471
33472 \begin_layout Plain Layout
33473 ず@図 ! のしんしゅく@—の伸縮
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \begin_inset Index idx
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \end_layout
33490
33491 \begin_layout Standard
33492 素材を伸縮させるには、\SpecialChar TeX
33493 コードで
33494 \series bold
33495
33496 \backslash
33497 scalebox
33498 \series default
33499 コマンドと
33500 \series bold
33501
33502 \backslash
33503 resizebox
33504 \series default
33505 コマンドが使えます。
33506 \end_layout
33507
33508 \begin_layout Standard
33509
33510 \series bold
33511
33512 \backslash
33513 scalebox
33514 \series default
33515 は以下の書式で使用します。
33516 \end_layout
33517
33518 \begin_layout Standard
33519
33520 \series bold
33521
33522 \backslash
33523 scalebox{水平方向}[垂直方向]{ボックスの内容}
33524 \end_layout
33525
33526 \begin_layout Standard
33527 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33528 \end_layout
33529
33530 \begin_layout Standard
33531 たとえば、
33532 \series bold
33533
33534 \backslash
33535 scalebox{2}{こんにちは}
33536 \series default
33537 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33538 \begin_inset ERT
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542
33543
33544 \backslash
33545 scalebox{2}{
33546 \end_layout
33547
33548 \end_inset
33549
33550 こんにちは
33551 \begin_inset ERT
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555
33556 }
33557 \end_layout
33558
33559 \end_inset
33560
33561 を生成します。
33562 \end_layout
33563
33564 \begin_layout Standard
33565 これに対し、
33566 \series bold
33567
33568 \backslash
33569 scalebox{2}[1]{こんにちは}
33570 \series default
33571 は、
33572 \begin_inset ERT
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576
33577
33578 \backslash
33579 scalebox{2}[1]{
33580 \end_layout
33581
33582 \end_inset
33583
33584 こんにちは
33585 \begin_inset ERT
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589
33590 }
33591 \end_layout
33592
33593 \end_inset
33594
33595 を変形させます。
33596 \end_layout
33597
33598 \begin_layout Standard
33599 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
33600 \series bold
33601
33602 \backslash
33603 scalebox{-1}[1]{こんにちは}
33604 \series default
33605 というコマンドは、右のように反転文字を生成するのに使用できます:
33606 \begin_inset ERT
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610
33611
33612 \backslash
33613 scalebox{-1}[1]{
33614 \end_layout
33615
33616 \end_inset
33617
33618 こんにちは
33619 \begin_inset ERT
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623
33624 }
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Standard
33633
33634 \series bold
33635
33636 \backslash
33637 scalebox{1}[-1]{こんにちは}
33638 \series default
33639 とすると
33640 \begin_inset ERT
33641 status collapsed
33642
33643 \begin_layout Plain Layout
33644
33645
33646 \backslash
33647 scalebox{1}[-1]{
33648 \end_layout
33649
33650 \end_inset
33651
33652 こんにちは
33653 \begin_inset ERT
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657
33658 }
33659 \end_layout
33660
33661 \end_inset
33662
33663 のようにベースラインで鏡像にします。
33664 \end_layout
33665
33666 \begin_layout Standard
33667
33668 \series bold
33669
33670 \backslash
33671 scalebox{-1}[1]{ボックスの内容}
33672 \series default
33673 と同じ働きをするものとして
33674 \begin_inset Newline newline
33675 \end_inset
33676
33677
33678 \series bold
33679
33680 \backslash
33681 reflectbox{ボックスの内容}
33682 \series default
33683
33684 \begin_inset Newline newline
33685 \end_inset
33686
33687 というコマンドがあります。
33688 \end_layout
33689
33690 \begin_layout Standard
33691 \begin_inset VSpace bigskip
33692 \end_inset
33693
33694 指定した幅や丈にボックスを伸縮させるには、
33695 \series bold
33696
33697 \backslash
33698 resizebox
33699 \series default
33700 を使用します。このコマンドの書式は
33701 \end_layout
33702
33703 \begin_layout Standard
33704
33705 \series bold
33706
33707 \backslash
33708 resizebox{幅}{丈}{ボックスの内容}
33709 \end_layout
33710
33711 \begin_layout Standard
33712 です。上記二つのコマンド引数のうち一つが感嘆符「
33713 \series bold
33714 !
33715 \series default
33716 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33717 \end_layout
33718
33719 \begin_layout Standard
33720
33721 \series bold
33722
33723 \backslash
33724 resizebox{2cm}{1cm}{こんにちは}
33725 \series default
33726 というコマンドの出力は、
33727 \begin_inset ERT
33728 status collapsed
33729
33730 \begin_layout Plain Layout
33731
33732
33733 \backslash
33734 resizebox{2cm}{1cm}{
33735 \end_layout
33736
33737 \end_inset
33738
33739 こんにちは
33740 \begin_inset ERT
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744
33745 }
33746 \end_layout
33747
33748 \end_inset
33749
33750 となり、
33751 \begin_inset Newline newline
33752 \end_inset
33753
33754
33755 \series bold
33756
33757 \backslash
33758 resizebox{2cm}{!}{こんにちは}
33759 \series default
33760 というコマンドの出力は、
33761 \begin_inset ERT
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765
33766
33767 \backslash
33768 resizebox{2cm}{!}{
33769 \end_layout
33770
33771 \end_inset
33772
33773 こんにちは
33774 \begin_inset ERT
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778
33779 }
33780 \end_layout
33781
33782 \end_inset
33783
33784 となります。
33785 \end_layout
33786
33787 \begin_layout Standard
33788 \begin_inset VSpace bigskip
33789 \end_inset
33790
33791
33792 \begin_inset Note Greyedout
33793 status open
33794
33795 \begin_layout Plain Layout
33796
33797 \series bold
33798 【註】
33799 \backslash
33800 scalebox
33801 \series default
33802
33803 \series bold
33804
33805 \backslash
33806 resizebox
33807 \series default
33808 の引数を零に設定した場合には、文書を書き出す際に\SpecialChar LaTeX
33809 エラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \begin_layout Standard
33818 \begin_inset VSpace bigskip
33819 \end_inset
33820
33821
33822 \end_layout
33823
33824 \begin_layout Standard
33825 ボックスは好きな順序で組み合わせることができます。たとえば、
33826 \begin_inset Newline newline
33827 \end_inset
33828
33829
33830 \series bold
33831
33832 \backslash
33833 rotatebox[origin=c]{-45}{
33834 \backslash
33835 resizebox{2cm}{!}{
33836 \backslash
33837 reflectbox{こんにちは}}}
33838 \begin_inset Newline newline
33839 \end_inset
33840
33841
33842 \series default
33843 というコマンドは、
33844 \begin_inset Separator parbreak
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 \align center
33852 \begin_inset ERT
33853 status collapsed
33854
33855 \begin_layout Plain Layout
33856
33857
33858 \backslash
33859 rotatebox[origin=c]{-45}{
33860 \backslash
33861 resizebox{2cm}{!}{
33862 \backslash
33863 reflectbox{
33864 \end_layout
33865
33866 \end_inset
33867
33868 こんにちは
33869 \begin_inset ERT
33870 status collapsed
33871
33872 \begin_layout Plain Layout
33873
33874 }}}
33875 \end_layout
33876
33877 \end_inset
33878
33879
33880 \end_layout
33881
33882 \begin_layout Standard
33883 \noindent
33884 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33885 \begin_inset Separator parbreak
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Standard
33892 \align center
33893 \begin_inset ERT
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897
33898
33899 \backslash
33900 rotatebox[origin=c]{-30}{
33901 \backslash
33902 resizebox{2cm}{!}{
33903 \backslash
33904 reflectbox{
33905 \end_layout
33906
33907 \end_inset
33908
33909
33910 \begin_inset Graphics
33911         filename ../clipart/platypus.eps
33912         lyxscale 50
33913         width 25col%
33914
33915 \end_inset
33916
33917
33918 \begin_inset ERT
33919 status collapsed
33920
33921 \begin_layout Plain Layout
33922
33923 }}}
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \begin_inset ERT
33930 status collapsed
33931
33932 \begin_layout Plain Layout
33933
33934
33935 \backslash
33936 rotatebox[origin=c]{-45}{
33937 \backslash
33938 resizebox{2cm}{!}{
33939 \backslash
33940 reflectbox{
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \begin_inset Tabular
33947 <lyxtabular version="3" rows="2" columns="2">
33948 <features tabularvalignment="middle">
33949 <column alignment="center" valignment="top">
33950 <column alignment="center" valignment="top">
33951 <row>
33952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956 q
33957 \end_layout
33958
33959 \end_inset
33960 </cell>
33961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965 w
33966 \end_layout
33967
33968 \end_inset
33969 </cell>
33970 </row>
33971 <row>
33972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33973 \begin_inset Text
33974
33975 \begin_layout Plain Layout
33976 e
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985 r
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 </row>
33991 </lyxtabular>
33992
33993 \end_inset
33994
33995
33996 \begin_inset ERT
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000
34001 }}}
34002 \end_layout
34003
34004 \end_inset
34005
34006
34007 \begin_inset ERT
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011
34012
34013 \backslash
34014 rotatebox[origin=c]{-45}{
34015 \backslash
34016 resizebox{2cm}{!}{
34017 \backslash
34018 reflectbox{
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34025 \end_inset
34026
34027
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033 }}}
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \begin_layout Standard
34042 文書で大域的に数式様式
34043 \series bold
34044 fleqn
34045 \series default
34046 を使用している場合
34047 \begin_inset Foot
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34052 \end_layout
34053
34054 \end_inset
34055
34056 には、別行建て数式も伸縮させることができます。
34057 \end_layout
34058
34059 \begin_layout Chapter
34060 本文回り込みオブジェクト
34061 \begin_inset Index idx
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 ほんぶんまわりこみ@本文回り込み
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Section
34074 折返しフロート
34075 \begin_inset CommandInset label
34076 LatexCommand label
34077 name "sec:折返しフロート"
34078
34079 \end_inset
34080
34081
34082 \begin_inset Index idx
34083 status collapsed
34084
34085 \begin_layout Plain Layout
34086 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34087 \end_layout
34088
34089 \end_inset
34090
34091
34092 \begin_inset Index idx
34093 status collapsed
34094
34095 \begin_layout Plain Layout
34096 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34097 \end_layout
34098
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \begin_layout Standard
34105 \begin_inset Wrap figure
34106 lines 0
34107 placement l
34108 overhang 1cm
34109 width "40col%"
34110 status open
34111
34112 \begin_layout Plain Layout
34113 \begin_inset Graphics
34114         filename ../clipart/mobius.eps
34115         width 40col%
34116         scaleBeforeRotation
34117         rotateOrigin center
34118
34119 \end_inset
34120
34121
34122 \end_layout
34123
34124 \begin_layout Plain Layout
34125 \begin_inset Caption Standard
34126
34127 \begin_layout Plain Layout
34128 \begin_inset CommandInset label
34129 LatexCommand label
34130 name "fig:折返し図フロート"
34131
34132 \end_inset
34133
34134 これは折返し図フロートです。
34135 \end_layout
34136
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \end_inset
34143
34144 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、\SpecialChar LaTeX
34145 パッケージの
34146 \series bold
34147 wrapfig
34148 \series default
34149
34150 \begin_inset Index idx
34151 status collapsed
34152
34153 \begin_layout Plain Layout
34154 \SpecialChar LaTeX
34155 ぱっけーじ@\SpecialChar LaTeX
34156 パッケージ ! wrapfig
34157 \end_layout
34158
34159 \end_inset
34160
34161 を導入済みであれば、
34162 \family sans
34163 挿入\SpecialChar menuseparator
34164 フロート\SpecialChar menuseparator
34165 折返し図フロート
34166 \family default
34167
34168 \family sans
34169 折返し表フロート
34170 \family default
34171 メニューで挿入することができます
34172 \begin_inset Foot
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176 \SpecialChar LaTeX
34177 パッケージの導入方法は、取扱説明書の『\SpecialChar LaTeX
34178 の設定』に説明されています。
34179 \end_layout
34180
34181 \end_inset
34182
34183 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34184 \family sans
34185 配置
34186 \family default
34187
34188 \family sans
34189
34190 \family default
34191 です。非必須項目として、
34192 \family sans
34193 ぶら下げ
34194 \family default
34195
34196 \family sans
34197 行幅
34198 \family default
34199 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34200 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34201 にするか、周囲の段落までフロートすることを\SpecialChar LaTeX
34202 に許可するかを指定することができます。第
34203 \begin_inset CommandInset ref
34204 LatexCommand ref
34205 reference "fig:折返し図フロート"
34206
34207 \end_inset
34208
34209 図は、40
34210 \begin_inset space \thinspace{}
34211 \end_inset
34212
34213 列幅%の幅と1
34214 \begin_inset space \thinspace{}
34215 \end_inset
34216
34217 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34218 \end_layout
34219
34220 \begin_layout Standard
34221 \begin_inset Note Greyedout
34222 status open
34223
34224 \begin_layout Plain Layout
34225
34226 \series bold
34227 【註】
34228 \series default
34229 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34230 上書きされて出力されたりします。
34231 \end_layout
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Standard
34239 原則として、
34240 \end_layout
34241
34242 \begin_layout Itemize
34243 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34244 うになってから、正確な位置に挿入しなくてはなりません。
34245 \end_layout
34246
34247 \begin_layout Itemize
34248 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34249 \end_layout
34250
34251 \begin_layout Itemize
34252 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34253 \end_layout
34254
34255 \begin_layout Itemize
34256 折返しフロートは、節見出しや表中に入れることは認められていません。
34257 \end_layout
34258
34259 \begin_layout Itemize
34260 連番や参照は、第
34261 \begin_inset CommandInset ref
34262 LatexCommand ref
34263 reference "chap:フロート"
34264
34265 \end_inset
34266
34267 章で述べられているように動作します。
34268 \end_layout
34269
34270 \begin_layout Section
34271 固定回り込みオブジェクト
34272 \begin_inset Index idx
34273 status collapsed
34274
34275 \begin_layout Plain Layout
34276 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Standard
34285
34286 \begin_inset CommandInset ref
34287 LatexCommand ref
34288 reference "sec:折返しフロート"
34289
34290 \end_inset
34291
34292 節の折返しフロートは、段落中で、以下のような配置がされます。
34293 \begin_inset Separator parbreak
34294 \end_inset
34295
34296
34297 \end_layout
34298
34299 \begin_layout Standard
34300 \noindent
34301 \align center
34302 \begin_inset Tabular
34303 <lyxtabular version="3" rows="2" columns="2">
34304 <features tabularvalignment="middle">
34305 <column alignment="center" valignment="top">
34306 <column alignment="center" valignment="top">
34307 <row>
34308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 \begin_inset Graphics
34313         filename ../../images/dialog-show-new-inset_graphics.png
34314         scale 70
34315         scaleBeforeRotation
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \end_inset
34323 </cell>
34324 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34325 \begin_inset Text
34326
34327 \begin_layout Plain Layout
34328 文章
34329 \end_layout
34330
34331 \end_inset
34332 </cell>
34333 </row>
34334 <row>
34335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34336 \begin_inset Text
34337
34338 \begin_layout Plain Layout
34339 文章
34340 \end_layout
34341
34342 \end_inset
34343 </cell>
34344 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34345 \begin_inset Text
34346
34347 \begin_layout Plain Layout
34348 文章
34349 \end_layout
34350
34351 \end_inset
34352 </cell>
34353 </row>
34354 </lyxtabular>
34355
34356 \end_inset
34357
34358  or 
34359 \begin_inset Tabular
34360 <lyxtabular version="3" rows="2" columns="2">
34361 <features tabularvalignment="middle">
34362 <column alignment="center" valignment="top">
34363 <column alignment="center" valignment="top">
34364 <row>
34365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 文章
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 \begin_inset Graphics
34379         filename ../../images/dialog-show-new-inset_graphics.png
34380         scale 70
34381         scaleBeforeRotation
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 </row>
34391 <row>
34392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396 文章
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 文章
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 </lyxtabular>
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \begin_layout Standard
34419 以下に示すいずれかのように、
34420 \begin_inset VSpace defskip
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 \noindent
34428 \align center
34429 \begin_inset Tabular
34430 <lyxtabular version="3" rows="2" columns="2">
34431 <features tabularvalignment="middle">
34432 <column alignment="center" valignment="top">
34433 <column alignment="center" valignment="top">
34434 <row>
34435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34436 \begin_inset Text
34437
34438 \begin_layout Plain Layout
34439 文章
34440 \end_layout
34441
34442 \end_inset
34443 </cell>
34444 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34445 \begin_inset Text
34446
34447 \begin_layout Plain Layout
34448 文章
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 </row>
34454 <row>
34455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34456 \begin_inset Text
34457
34458 \begin_layout Plain Layout
34459 \begin_inset Graphics
34460         filename ../../images/dialog-show-new-inset_graphics.png
34461         scale 70
34462         scaleBeforeRotation
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \end_inset
34470 </cell>
34471 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34472 \begin_inset Text
34473
34474 \begin_layout Plain Layout
34475 文章
34476 \end_layout
34477
34478 \end_inset
34479 </cell>
34480 </row>
34481 </lyxtabular>
34482
34483 \end_inset
34484
34485  
34486 \begin_inset Tabular
34487 <lyxtabular version="3" rows="2" columns="2">
34488 <features tabularvalignment="middle">
34489 <column alignment="center" valignment="top">
34490 <column alignment="center" valignment="top">
34491 <row>
34492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34493 \begin_inset Text
34494
34495 \begin_layout Plain Layout
34496 文章
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505 文章
34506 \end_layout
34507
34508 \end_inset
34509 </cell>
34510 </row>
34511 <row>
34512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34513 \begin_inset Text
34514
34515 \begin_layout Plain Layout
34516 文章
34517 \end_layout
34518
34519 \end_inset
34520 </cell>
34521 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34522 \begin_inset Text
34523
34524 \begin_layout Plain Layout
34525 \begin_inset Graphics
34526         filename ../../images/dialog-show-new-inset_graphics.png
34527         scale 70
34528         scaleBeforeRotation
34529
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \end_inset
34536 </cell>
34537 </row>
34538 </lyxtabular>
34539
34540 \end_inset
34541
34542  
34543 \begin_inset Tabular
34544 <lyxtabular version="3" rows="2" columns="3">
34545 <features tabularvalignment="middle">
34546 <column alignment="center" valignment="top">
34547 <column alignment="center" valignment="top">
34548 <column alignment="center" valignment="top">
34549 <row>
34550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34551 \begin_inset Text
34552
34553 \begin_layout Plain Layout
34554 文章
34555 \end_layout
34556
34557 \end_inset
34558 </cell>
34559 <cell alignment="center" valignment="top" topline="true" usebox="none">
34560 \begin_inset Text
34561
34562 \begin_layout Plain Layout
34563 \begin_inset Graphics
34564         filename ../../images/dialog-show-new-inset_graphics.png
34565         scale 70
34566         scaleBeforeRotation
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 文章
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 </row>
34585 <row>
34586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34587 \begin_inset Text
34588
34589 \begin_layout Plain Layout
34590 文章
34591 \end_layout
34592
34593 \end_inset
34594 </cell>
34595 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34596 \begin_inset Text
34597
34598 \begin_layout Plain Layout
34599 文章
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 文章
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 </row>
34614 </lyxtabular>
34615
34616 \end_inset
34617
34618  
34619 \begin_inset Tabular
34620 <lyxtabular version="3" rows="2" columns="3">
34621 <features tabularvalignment="middle">
34622 <column alignment="center" valignment="top">
34623 <column alignment="center" valignment="top">
34624 <column alignment="center" valignment="top">
34625 <row>
34626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34627 \begin_inset Text
34628
34629 \begin_layout Plain Layout
34630 文章
34631 \end_layout
34632
34633 \end_inset
34634 </cell>
34635 <cell alignment="center" valignment="top" topline="true" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 文章
34640 \end_layout
34641
34642 \end_inset
34643 </cell>
34644 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34645 \begin_inset Text
34646
34647 \begin_layout Plain Layout
34648 文章
34649 \end_layout
34650
34651 \end_inset
34652 </cell>
34653 </row>
34654 <row>
34655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34656 \begin_inset Text
34657
34658 \begin_layout Plain Layout
34659 文章
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668 \begin_inset Graphics
34669         filename ../../images/dialog-show-new-inset_graphics.png
34670         scale 70
34671         scaleBeforeRotation
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \end_inset
34679 </cell>
34680 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684 文章
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 </row>
34690 </lyxtabular>
34691
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \begin_layout Standard
34698 \noindent
34699 \align center
34700 \begin_inset Tabular
34701 <lyxtabular version="3" rows="3" columns="2">
34702 <features tabularvalignment="middle">
34703 <column alignment="center" valignment="top">
34704 <column alignment="center" valignment="top">
34705 <row>
34706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34707 \begin_inset Text
34708
34709 \begin_layout Plain Layout
34710 文章
34711 \end_layout
34712
34713 \end_inset
34714 </cell>
34715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34716 \begin_inset Text
34717
34718 \begin_layout Plain Layout
34719 文章
34720 \end_layout
34721
34722 \end_inset
34723 </cell>
34724 </row>
34725 <row>
34726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34727 \begin_inset Text
34728
34729 \begin_layout Plain Layout
34730 \begin_inset Graphics
34731         filename ../../images/dialog-show-new-inset_graphics.png
34732         scale 70
34733         scaleBeforeRotation
34734
34735 \end_inset
34736
34737
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746 文章
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 </row>
34752 <row>
34753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757 文章
34758 \end_layout
34759
34760 \end_inset
34761 </cell>
34762 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34763 \begin_inset Text
34764
34765 \begin_layout Plain Layout
34766 文章
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 </row>
34772 </lyxtabular>
34773
34774 \end_inset
34775
34776  
34777 \begin_inset Tabular
34778 <lyxtabular version="3" rows="3" columns="3">
34779 <features tabularvalignment="middle">
34780 <column alignment="center" valignment="top">
34781 <column alignment="center" valignment="top">
34782 <column alignment="center" valignment="top">
34783 <row>
34784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788 文章
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 <cell alignment="center" valignment="top" topline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797 文章
34798 \end_layout
34799
34800 \end_inset
34801 </cell>
34802 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34803 \begin_inset Text
34804
34805 \begin_layout Plain Layout
34806 文章
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 </row>
34812 <row>
34813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34814 \begin_inset Text
34815
34816 \begin_layout Plain Layout
34817 文章
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 <cell alignment="center" valignment="top" usebox="none">
34823 \begin_inset Text
34824
34825 \begin_layout Plain Layout
34826 \begin_inset Graphics
34827         filename ../../images/dialog-show-new-inset_graphics.png
34828         scale 70
34829         scaleBeforeRotation
34830
34831 \end_inset
34832
34833
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 文章
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 </row>
34848 <row>
34849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34850 \begin_inset Text
34851
34852 \begin_layout Plain Layout
34853 文章
34854 \end_layout
34855
34856 \end_inset
34857 </cell>
34858 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862 文章
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34868 \begin_inset Text
34869
34870 \begin_layout Plain Layout
34871 文章
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 </row>
34877 </lyxtabular>
34878
34879 \end_inset
34880
34881  
34882 \begin_inset Tabular
34883 <lyxtabular version="3" rows="3" columns="2">
34884 <features tabularvalignment="middle">
34885 <column alignment="center" valignment="top">
34886 <column alignment="center" valignment="top">
34887 <row>
34888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892 文章
34893 \end_layout
34894
34895 \end_inset
34896 </cell>
34897 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901 文章
34902 \end_layout
34903
34904 \end_inset
34905 </cell>
34906 </row>
34907 <row>
34908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912 文章
34913 \end_layout
34914
34915 \end_inset
34916 </cell>
34917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34918 \begin_inset Text
34919
34920 \begin_layout Plain Layout
34921 \begin_inset Graphics
34922         filename ../../images/dialog-show-new-inset_graphics.png
34923         scale 70
34924         scaleBeforeRotation
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \end_inset
34932 </cell>
34933 </row>
34934 <row>
34935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34936 \begin_inset Text
34937
34938 \begin_layout Plain Layout
34939 文章
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948 文章
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 </row>
34954 </lyxtabular>
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Standard
34962 \noindent
34963 オブジェクトを挿入した場所に正確に配置したい時には、
34964 \series bold
34965 picinpar
34966 \series default
34967
34968 \begin_inset Index idx
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972 \SpecialChar LaTeX
34973 ぱっけーじ@\SpecialChar LaTeX
34974 パッケージ ! picinpar
34975 \end_layout
34976
34977 \end_inset
34978
34979 \SpecialChar LaTeX
34980 パッケージを使うことができます。下記はその用例です。
34981 \end_layout
34982
34983 \begin_layout Standard
34984 \begin_inset ERT
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989
34990 \backslash
34991 ifpicinpar
34992 \end_layout
34993
34994 \end_inset
34995
34996
34997 \begin_inset Note Note
34998 status open
34999
35000 \begin_layout Plain Layout
35001 以下の部分は、\SpecialChar LaTeX
35002 パッケージ
35003 \series bold
35004 picinpar
35005 \series default
35006 が導入されているときのみ表示されます。
35007 \end_layout
35008
35009 \end_inset
35010
35011
35012 \end_layout
35013
35014 \begin_layout Standard
35015 \begin_inset ERT
35016 status collapsed
35017
35018 \begin_layout Plain Layout
35019
35020
35021 \backslash
35022 begin{window}[2,c,{
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \begin_inset Graphics
35029         filename ../clipart/mobius.eps
35030         lyxscale 60
35031         width 40col%
35032         scaleBeforeRotation
35033         rotateOrigin center
35034
35035 \end_inset
35036
35037
35038 \begin_inset ERT
35039 status collapsed
35040
35041 \begin_layout Plain Layout
35042
35043 },]
35044 \end_layout
35045
35046 \begin_layout Plain Layout
35047
35048 {}
35049 \end_layout
35050
35051 \end_inset
35052
35053
35054 \size small
35055 It was in the spring of the year 1894 that all London was interested, and
35056  the fashionable world dismayed, by the murder of the Honourable Ronald
35057  Adair under most unusual and inexplicable circumstances.
35058  The public has already learned those particulars of the crime which
35059 \size default
35060
35061 \begin_inset ERT
35062 status collapsed
35063
35064 \begin_layout Plain Layout
35065
35066
35067 \backslash
35068 footnotemark{}
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \size small
35075  came out in the police investigation, but a good deal was suppressed upon
35076  that occasion, since the case for the prosecution was so overwhelmingly
35077  strong that it was not necessary to bring forward all the facts.
35078  Only now, at the end of nearly ten years, am I allowed to supply those
35079  missing links which make up the whole of that remarkable chain.
35080 \size default
35081
35082 \begin_inset ERT
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086
35087
35088 \backslash
35089 end{window}
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098 \begin_inset ERT
35099 status collapsed
35100
35101 \begin_layout Plain Layout
35102
35103
35104 \backslash
35105 footnotetext{
35106 \end_layout
35107
35108 \end_inset
35109
35110 固定オブジェクトのある段落の脚注
35111 \begin_inset ERT
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115
35116 }
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Standard
35125 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35126 ートとは違って、連番のキャプションをつけることはできません。
35127 \end_layout
35128
35129 \begin_layout Standard
35130 固定オブジェクトは、段落冒頭に\SpecialChar TeX
35131 コードで
35132 \end_layout
35133
35134 \begin_layout Standard
35135
35136 \series bold
35137
35138 \backslash
35139 begin{window}[2,c,{
35140 \end_layout
35141
35142 \begin_layout Standard
35143 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35144 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35145 段幅の40
35146 \begin_inset space \thinspace{}
35147 \end_inset
35148
35149 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35150 \end_layout
35151
35152 \begin_layout Standard
35153
35154 \series bold
35155 },説明文]
35156 \begin_inset Newline newline
35157 \end_inset
35158
35159 {}
35160 \end_layout
35161
35162 \begin_layout Standard
35163 というコマンドが挿入されています。2行目に「
35164 \series bold
35165 {}
35166 \series default
35167 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35168 \series bold
35169 {}
35170 \series default
35171 の直後から書き始めてください。段落末には、
35172 \end_layout
35173
35174 \begin_layout Standard
35175
35176 \series bold
35177
35178 \backslash
35179 end{window}
35180 \end_layout
35181
35182 \begin_layout Standard
35183 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35184 \begin_inset CommandInset ref
35185 LatexCommand ref
35186 reference "sec:脚注"
35187
35188 \end_inset
35189
35190 節にあるように、代わりに、段落内で
35191 \series bold
35192
35193 \backslash
35194 footnotemark
35195 \series default
35196 コマンドを使用し、段落外に
35197 \series bold
35198
35199 \backslash
35200 footnotetext
35201 \series default
35202 コマンドを用いてください。
35203 \end_layout
35204
35205 \begin_layout Standard
35206 \begin_inset ERT
35207 status collapsed
35208
35209 \begin_layout Plain Layout
35210
35211
35212 \backslash
35213 else
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \begin_inset Note Note
35220 status open
35221
35222 \begin_layout Plain Layout
35223 以下の部分は、\SpecialChar LaTeX
35224 パッケージ
35225 \series bold
35226 picinpar
35227 \series default
35228 が導入されていないときのみ表示されます。
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Standard
35237 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35238 パッケージ
35239 \series bold
35240 picinpar
35241 \series default
35242 を導入する必要があります。
35243 \end_layout
35244
35245 \begin_layout Standard
35246 \begin_inset ERT
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250
35251
35252 \backslash
35253 fi
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \end_layout
35260
35261 \begin_layout Section
35262 頭文字
35263 \begin_inset Index idx
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267 かしらもじ@頭文字
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset Index idx
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35278 \end_layout
35279
35280 \end_inset
35281
35282
35283 \end_layout
35284
35285 \begin_layout Standard
35286 頭文字を用いるには、\SpecialChar LaTeX
35287 パッケージ
35288 \begin_inset Index idx
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292 \SpecialChar LaTeX
35293 ぱっけーじ@\SpecialChar LaTeX
35294 パッケージ ! lettrine
35295 \end_layout
35296
35297 \end_inset
35298
35299 が導入済みでなくてはならず、文書中で
35300 \family sans
35301 頭文字
35302 \family default
35303 モジュールを使用する必要があります(
35304 \family sans
35305 文書\SpecialChar menuseparator
35306 設定\SpecialChar menuseparator
35307 モジュール
35308 \family default
35309 メニュー)。頭文字を挿入するには、
35310 \family sans
35311 頭文字
35312 \family default
35313 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35314 \family sans
35315 挿入
35316 \family default
35317 メニューから挿入できます。必須引数
35318 \family sans
35319 頭文字
35320 \family default
35321 には、頭文字にする文字を入れ、引数
35322 \family sans
35323 頭文字の残り
35324 \family default
35325 には、頭文字の単語若しくは文字列の残りが入ります。引数
35326 \family sans
35327 オプション
35328 \family default
35329 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35330 \series bold
35331 lettrine
35332 \series default
35333 の取扱説明書
35334 \begin_inset CommandInset citation
35335 LatexCommand cite
35336 key "lettrine"
35337
35338 \end_inset
35339
35340 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35341 \shape smallcaps
35342 スモールキャップ体(small caps
35343 \shape default
35344 )で印字されます。
35345 \end_layout
35346
35347 \begin_layout Standard
35348 下記がその例です。
35349 \end_layout
35350
35351 \begin_layout Standard
35352 \begin_inset ERT
35353 status collapsed
35354
35355 \begin_layout Plain Layout
35356
35357
35358 \backslash
35359 iflettrine
35360 \end_layout
35361
35362 \end_inset
35363
35364
35365 \begin_inset Note Note
35366 status open
35367
35368 \begin_layout Plain Layout
35369 以下の部分は、\SpecialChar LaTeX
35370 パッケージ
35371 \series bold
35372 lettrine
35373 \series default
35374 が導入されているときのみ表示されます。
35375 \end_layout
35376
35377 \end_inset
35378
35379
35380 \end_layout
35381
35382 \begin_layout Enumerate
35383 非必須引数なし。頭文字は、数式フォント
35384 \begin_inset Formula $\mathfrak{Fraktur}$
35385 \end_inset
35386
35387 の「I」。
35388 \begin_inset Separator parbreak
35389 \end_inset
35390
35391
35392 \end_layout
35393
35394 \begin_deeper
35395 \begin_layout Initial
35396 \begin_inset Argument 2
35397 status open
35398
35399 \begin_layout Plain Layout
35400 \begin_inset Formula $\mathfrak{I}$
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \begin_inset Argument 3
35410 status open
35411
35412 \begin_layout Plain Layout
35413 t
35414 \end_layout
35415
35416 \end_inset
35417
35418  was in the spring of the year 1894 that all London was interested, and
35419  the fashionable world dismayed, by the murder of the Honourable Ronald
35420  Adair under most unusual and inexplicable circumstances.
35421  The public has already learned those particulars of the crime which came
35422  out in the police investigation, but a good deal was suppressed upon that
35423  occasion, since the case for the prosecution was so overwhelmingly strong
35424  that it was not necessary to bring forward all the facts.
35425 \begin_inset Newpage newpage
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \end_deeper
35432 \begin_layout Enumerate
35433 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35434 \begin_inset Separator parbreak
35435 \end_inset
35436
35437
35438 \end_layout
35439
35440 \begin_deeper
35441 \begin_layout Initial
35442 \begin_inset Argument 1
35443 status open
35444
35445 \begin_layout Plain Layout
35446 lines=1
35447 \end_layout
35448
35449 \end_inset
35450
35451
35452 \begin_inset Argument 2
35453 status open
35454
35455 \begin_layout Plain Layout
35456 It
35457 \end_layout
35458
35459 \end_inset
35460
35461  was in the spring of the year 1894 that all London was interested, and
35462  the fashionable world dismayed, by the murder of the Honourable Ronald
35463  Adair under most unusual and inexplicable circumstances.
35464  The public has already learned those particulars of the crime which came
35465  out in the police investigation, but a good deal was suppressed upon that
35466  occasion, since the case for the prosecution was so overwhelmingly strong
35467  that it was not necessary to bring forward all the facts.
35468 \end_layout
35469
35470 \end_deeper
35471 \begin_layout Enumerate
35472 ぶら下がり頭文字は、数式フォント
35473 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35474 \end_inset
35475
35476 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35477 \shape smallcaps
35478 スモールキャップ体
35479 \shape default
35480 。頭文字に色をつけるには、頭文字の前に
35481 \begin_inset Newline newline
35482 \end_inset
35483
35484
35485 \series bold
35486
35487 \backslash
35488 renewcommand{
35489 \backslash
35490 LettrineFontHook}{
35491 \backslash
35492 color{色}}
35493 \series default
35494
35495 \begin_inset Newline newline
35496 \end_inset
35497
35498 というコマンドを挿入しなくてはなりません。ここで、
35499 \emph on
35500
35501 \emph default
35502 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35503 ブルに
35504 \begin_inset Newline newline
35505 \end_inset
35506
35507
35508 \series bold
35509
35510 \backslash
35511 @ifundefined{textcolor}
35512 \begin_inset Newline newline
35513 \end_inset
35514
35515
35516 \begin_inset space ~
35517 \end_inset
35518
35519 {
35520 \backslash
35521 usepackage{color}}{}
35522 \begin_inset Newline newline
35523 \end_inset
35524
35525
35526 \series default
35527 というコマンドを書きこんでおかなくてはなりません。
35528 \begin_inset Separator parbreak
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \begin_deeper
35535 \begin_layout Standard
35536 \begin_inset ERT
35537 status collapsed
35538
35539 \begin_layout Plain Layout
35540
35541
35542 \backslash
35543 renewcommand{
35544 \backslash
35545 LettrineFontHook}{
35546 \backslash
35547 color{magenta}}
35548 \end_layout
35549
35550 \end_inset
35551
35552
35553 \begin_inset Note Note
35554 status collapsed
35555
35556 \begin_layout Plain Layout
35557
35558 \lang english
35559 makes the initial magenta
35560 \end_layout
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \begin_layout Initial
35568 \begin_inset Argument 1
35569 status open
35570
35571 \begin_layout Plain Layout
35572 lines=3, lhang=0.33, loversize=0.25
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \begin_inset Argument 2
35579 status open
35580
35581 \begin_layout Plain Layout
35582 \begin_inset Formula $\mathcal{I}$
35583 \end_inset
35584
35585
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \begin_inset Argument 3
35592 status open
35593
35594 \begin_layout Plain Layout
35595 t was in the spring
35596 \end_layout
35597
35598 \end_inset
35599
35600  of the year 1894 that all London was interested, and the fashionable world
35601  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35602  and inexplicable circumstances.
35603  The public has already learned those particulars of the crime which came
35604  out in the police investigation, but a good deal was suppressed upon that
35605  occasion, since the case for the prosecution was so overwhelmingly strong
35606  that it was not necessary to bring forward all the facts.
35607 \end_layout
35608
35609 \end_deeper
35610 \begin_layout Standard
35611 \begin_inset ERT
35612 status collapsed
35613
35614 \begin_layout Plain Layout
35615
35616
35617 \backslash
35618 else
35619 \end_layout
35620
35621 \end_inset
35622
35623
35624 \begin_inset Note Note
35625 status open
35626
35627 \begin_layout Plain Layout
35628 以下の部分は、\SpecialChar LaTeX
35629 パッケージ
35630 \series bold
35631 lettrine
35632 \series default
35633 が導入されていないときのみ表示されます。
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Standard
35642 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35643 パッケージ
35644 \series bold
35645 lettrine
35646 \series default
35647 を導入する必要があります。
35648 \end_layout
35649
35650 \begin_layout Standard
35651 \begin_inset ERT
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655
35656
35657 \backslash
35658 fi
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \end_layout
35665
35666 \begin_layout Chapter
35667 外部文書構成要素
35668 \begin_inset Index idx
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672 がいぶぶんしょこうせいようそ@外部文書構成要素
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \begin_layout Standard
35681
35682 \family sans
35683 挿入\SpecialChar menuseparator
35684 ファイル
35685 \family default
35686 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35687 \end_layout
35688
35689 \begin_layout Description
35690 \SpecialChar LyX
35691 文書 別の\SpecialChar LyX
35692 文書。その内容は直接使用中の文書に挿入されます。
35693 \end_layout
35694
35695 \begin_layout Description
35696 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35697 \end_layout
35698
35699 \begin_layout Description
35700 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35701 \end_layout
35702
35703 \begin_layout Description
35704 外部素材 様々な書式のファイル。
35705 \end_layout
35706
35707 \begin_layout Description
35708 子文書 \SpecialChar LyX
35709 あるいは\SpecialChar LaTeX
35710 文書。
35711 \end_layout
35712
35713 \begin_layout Section
35714 外部素材
35715 \begin_inset Index idx
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \end_layout
35726
35727 \begin_layout Standard
35728 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、\SpecialChar LyX
35729 が必要な変換を行うことで、使用中の文書にファイルを挿入することができるようにするも
35730 のです。これは、画像が様々な画像形式のままで\SpecialChar LyX
35731 文書に挿入することができるのと同様の働きをします。\SpecialChar LyX
35732 設定の
35733 \family sans
35734 操作性\SpecialChar menuseparator
35735 表示
35736 \family default
35737 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接\SpecialChar LyX
35738 中に表示されるようになります。
35739 \end_layout
35740
35741 \begin_layout Standard
35742 外部素材は、
35743 \family sans
35744 挿入
35745 \family default
35746 \SpecialChar menuseparator
35747
35748 \family sans
35749 ファイル
35750 \family default
35751 \SpecialChar menuseparator
35752
35753 \family sans
35754 外部素材
35755 \family default
35756 メニューで開くことのできる
35757 \family sans
35758 外部素材
35759 \family default
35760 ダイアログから挿入することができます。目下、以下のファイル形式(
35761 \family sans
35762 ひな型
35763 \family default
35764 )が使用できます。
35765 \end_layout
35766
35767 \begin_layout Description
35768 チェス棋譜 このひな型は、
35769 \series bold
35770
35771 \begin_inset CommandInset href
35772 LatexCommand href
35773 name "XBoard"
35774 target "http://en.wikipedia.org/wiki/XBoard"
35775
35776 \end_inset
35777
35778
35779 \series default
35780 プログラムで作成されたチェス棋譜をサポートします。
35781 \end_layout
35782
35783 \begin_layout Description
35784 日付 これは、
35785 \emph on
35786 日-月-年
35787 \emph default
35788 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35789 \begin_inset External
35790         template Date
35791         filename ../../trunk/lib/trunk/lib/doc/ja
35792
35793 \end_inset
35794
35795
35796 \begin_inset space ~
35797 \end_inset
35798
35799
35800 \begin_inset Note Note
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804 バグ4398が修正されたら、この保護空白は削除してください!
35805 \end_layout
35806
35807 \end_inset
35808
35809
35810 \begin_inset Newline newline
35811 \end_inset
35812
35813 日付は\SpecialChar LyX
35814 内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35815 \family sans
35816 挿入
35817 \family default
35818 \SpecialChar menuseparator
35819 日付メニューを使用する方法で、他は\SpecialChar LaTeX
35820 コマンドの
35821 \series bold
35822
35823 \backslash
35824 today
35825 \series default
35826 を\SpecialChar TeX
35827 コードで使用する方法です。これらの各方法は、表
35828 \begin_inset CommandInset ref
35829 LatexCommand ref
35830 reference "tab:日付挿入方法"
35831
35832 \end_inset
35833
35834 に比較を掲載しておきます。
35835 \end_layout
35836
35837 \begin_layout Description
35838 Dia このひな型は、
35839 \series bold
35840
35841 \begin_inset CommandInset href
35842 LatexCommand href
35843 name "Dia"
35844 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"
35845
35846 \end_inset
35847
35848
35849 \series default
35850 プログラムで作成したダイアグラムをサポートします。
35851 \end_layout
35852
35853 \begin_layout Description
35854 Gnumeric表計算表 このひな形では、
35855 \series bold
35856
35857 \begin_inset CommandInset href
35858 LatexCommand href
35859 name "Gnumeric"
35860 target "http://ja.wikipedia.org/wiki/Gnumeric"
35861
35862 \end_inset
35863
35864
35865 \series default
35866
35867 \begin_inset CommandInset href
35868 LatexCommand href
35869 name "OpenDocument"
35870 target "http://ja.wikipedia.org/wiki/OpenDocument"
35871
35872 \end_inset
35873
35874
35875 \begin_inset CommandInset href
35876 LatexCommand href
35877 name "Microsoft Office XML"
35878 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35879
35880 \end_inset
35881
35882
35883 \begin_inset CommandInset href
35884 LatexCommand href
35885 name "Office Open XML"
35886 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35887
35888 \end_inset
35889
35890 形式の表計算表を挿入することができます。この機能を使用するには、\SpecialChar LyX
35891 の初期設定中に
35892 \family typewriter
35893 ssconvert
35894 \family default
35895 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35896 みである必要があります。用例と制約については、\SpecialChar LyX
35897 用例ファイル
35898 \emph on
35899 spreadsheet.lyx
35900 \emph default
35901 をご覧ください。
35902 \end_layout
35903
35904 \begin_layout Description
35905 Lilypond組版楽譜 このひな型は、
35906 \series bold
35907
35908 \begin_inset CommandInset href
35909 LatexCommand href
35910 name "LilyPond"
35911 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35912
35913 \end_inset
35914
35915
35916 \series default
35917 プログラムで作成した楽譜の組版に使用されます。\SpecialChar LyX
35918 におけるLilyPond拡張サポートについては、\SpecialChar LyX
35919 用例ファイル
35920 \emph on
35921 lilypond.lyx
35922 \emph default
35923 をご覧ください。
35924 \end_layout
35925
35926 \begin_layout Description
35927 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35928 \family sans
35929 \SpecialChar LaTeX
35930 と\SpecialChar LyX
35931 オプション
35932 \family default
35933 タブ中の
35934 \family sans
35935 オプション
35936 \family default
35937 フィールドに
35938 \emph on
35939 pages
35940 \emph default
35941 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35942 \series bold
35943 pages={3,5,6,8}
35944 \series default
35945 の形で入れる)やページ範囲(
35946 \series bold
35947 pages={4-9}
35948 \series default
35949 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35950 \series bold
35951 pages={3,{},8-11,15}
35952 \series default
35953 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35954 \emph on
35955 開始頁-終了頁
35956 \emph default
35957 の文法で指定します。これは、
35958 \emph on
35959 開始頁
35960 \emph default
35961
35962 \emph on
35963 終了頁
35964 \emph default
35965 の間のすべてのページを選択します。
35966 \emph on
35967 開始頁
35968 \emph default
35969 を省略すると、1ページ目を指定したのと同じ事になり、
35970 \emph on
35971 終了頁
35972 \emph default
35973 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35974 \series bold
35975 last
35976 \series default
35977 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35978 \series bold
35979 pages=-
35980 \series default
35981 は文書の全ページを挿入することになり、
35982 \series bold
35983 pages=last-1
35984 \series default
35985 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35986 \begin_inset Newline newline
35987 \end_inset
35988
35989
35990 \series bold
35991 noautoscale
35992 \series default
35993 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35994 \family sans
35995 寸法と回転
35996 \family default
35997 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35998 \series bold
35999 noautoscale
36000 \series default
36001 オプションは無視されます。詳しい情報と取り得るオプション値については、\SpecialChar LaTeX
36002 パッケージ
36003 \series bold
36004 pdfpages
36005 \series default
36006 の取扱説明書
36007 \begin_inset CommandInset citation
36008 LatexCommand cite
36009 key "pdfpages"
36010
36011 \end_inset
36012
36013 をご参照ください。
36014 \begin_inset Index idx
36015 status collapsed
36016
36017 \begin_layout Plain Layout
36018 \SpecialChar LaTeX
36019 ぱっけーじ@\SpecialChar LaTeX
36020 パッケージ ! pdfpages
36021 \end_layout
36022
36023 \end_inset
36024
36025
36026 \begin_inset Newline newline
36027 \end_inset
36028
36029 このひな型を
36030 \family sans
36031 Beamer
36032 \family default
36033 プレゼンテーションで使用するには、まず
36034 \family sans
36035 フレーム終了
36036 \family default
36037 環境を挿入して、続く段落で\SpecialChar TeX
36038 コードボックスを挿入し、
36039 \series bold
36040
36041 \backslash
36042 setbeamertemplate{background canvas}{}
36043 \series default
36044 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36045 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36046 に、ひな型を含む段落には、
36047 \family sans
36048 既定
36049 \family default
36050 配置を用いるようにしてください。
36051 \begin_inset Newline newline
36052 \end_inset
36053
36054 下記は、-5度回転させたPDFを取り込んだものです。
36055 \begin_inset Newline newline
36056 \end_inset
36057
36058
36059 \begin_inset Graphics
36060         filename ../clipart/Abstract.pdf
36061         rotateAngle -5
36062         rotateOrigin leftBottom
36063
36064 \end_inset
36065
36066
36067 \begin_inset Newline newline
36068 \end_inset
36069
36070
36071 \begin_inset Note Greyedout
36072 status open
36073
36074 \begin_layout Plain Layout
36075
36076 \series bold
36077 【訳註】
36078 \series default
36079 \SpecialChar LaTeX
36080 パッケージ
36081 \series bold
36082 pdfpages
36083 \series default
36084 は、pdflatexに基づいており、\SpecialChar LaTeX
36085 では組版ができない(\SpecialChar LaTeX
36086 パッケージ
36087 \series bold
36088 pdfpages
36089 \series default
36090 取扱説明書
36091 \begin_inset CommandInset citation
36092 LatexCommand cite
36093 key "pdfpages"
36094
36095 \end_inset
36096
36097 参照)ため、この外部素材はp\SpecialChar LaTeX
36098 では使用することができません。英文版の取扱説明書では、上記のPDFは、
36099 \family sans
36100 挿入\SpecialChar menuseparator
36101 ファイル\SpecialChar menuseparator
36102 外部素材
36103 \family default
36104
36105 \family sans
36106 ひな型
36107 \family default
36108
36109 \family sans
36110 PDFページ
36111 \family default
36112 を指定して挿入されていますが、ここでは
36113 \family sans
36114 挿入\SpecialChar menuseparator
36115 画像
36116 \family default
36117 を使用して挿入しています。
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Description
36126 ラスターイメージ これはビットマップ画像に使用します。
36127 \family sans
36128 外部素材
36129 \family default
36130 ダイアログを使って入れる画像は、第
36131 \begin_inset CommandInset ref
36132 LatexCommand ref
36133 reference "sec:画像ダイアログ"
36134
36135 \end_inset
36136
36137 節にあるように
36138 \family sans
36139 画像
36140 \family default
36141 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36142 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36143 \begin_inset External
36144         template RasterImage
36145         filename clipart/ToolbarEnvBox.png
36146
36147 \end_inset
36148
36149
36150 \end_layout
36151
36152 \begin_layout Description
36153 XFig このひな型は、
36154 \series bold
36155
36156 \begin_inset CommandInset href
36157 LatexCommand href
36158 name "Xfig"
36159 target "http://ja.wikipedia.org/wiki/Xfig"
36160
36161 \end_inset
36162
36163
36164 \series default
36165 プログラムで作成した画像をサポートします。
36166 \end_layout
36167
36168 \begin_layout Standard
36169 \begin_inset Float table
36170 placement !h
36171 wide false
36172 sideways false
36173 status open
36174
36175 \begin_layout Plain Layout
36176 \begin_inset Caption Standard
36177
36178 \begin_layout Plain Layout
36179 \begin_inset CommandInset label
36180 LatexCommand label
36181 name "tab:日付挿入方法"
36182
36183 \end_inset
36184
36185 日付の挿入方法の比較
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \end_layout
36192
36193 \begin_layout Plain Layout
36194 \align center
36195 \begin_inset Tabular
36196 <lyxtabular version="3" rows="4" columns="4">
36197 <features tabularvalignment="middle">
36198 <column alignment="center" valignment="top">
36199 <column alignment="center" valignment="top">
36200 <column alignment="center" valignment="top">
36201 <column alignment="center" valignment="top">
36202 <row>
36203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207 文書書式
36208 \end_layout
36209
36210 \end_inset
36211 </cell>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216
36217 \family sans
36218 外部素材\SpecialChar menuseparator
36219 日付
36220 \end_layout
36221
36222 \end_inset
36223 </cell>
36224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36225 \begin_inset Text
36226
36227 \begin_layout Plain Layout
36228
36229 \family sans
36230 挿入\SpecialChar menuseparator
36231 日付
36232 \end_layout
36233
36234 \end_inset
36235 </cell>
36236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36237 \begin_inset Text
36238
36239 \begin_layout Plain Layout
36240
36241 \series bold
36242
36243 \backslash
36244 today
36245 \series default
36246 コマンド
36247 \end_layout
36248
36249 \end_inset
36250 </cell>
36251 </row>
36252 <row>
36253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36254 \begin_inset Text
36255
36256 \begin_layout Plain Layout
36257 \SpecialChar LyX
36258
36259 \end_layout
36260
36261 \end_inset
36262 </cell>
36263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36264 \begin_inset Text
36265
36266 \begin_layout Plain Layout
36267 差込枠として
36268 \end_layout
36269
36270 \end_inset
36271 </cell>
36272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36273 \begin_inset Text
36274
36275 \begin_layout Plain Layout
36276 日付として
36277 \end_layout
36278
36279 \end_inset
36280 </cell>
36281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36282 \begin_inset Text
36283
36284 \begin_layout Plain Layout
36285 \SpecialChar TeX
36286 コード差込枠として
36287 \end_layout
36288
36289 \end_inset
36290 </cell>
36291 </row>
36292 <row>
36293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Plain Layout
36297 \SpecialChar LaTeX
36298
36299 \end_layout
36300
36301 \end_inset
36302 </cell>
36303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36304 \begin_inset Text
36305
36306 \begin_layout Plain Layout
36307 日付として
36308 \end_layout
36309
36310 \end_inset
36311 </cell>
36312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36313 \begin_inset Text
36314
36315 \begin_layout Plain Layout
36316 日付として
36317 \end_layout
36318
36319 \end_inset
36320 </cell>
36321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Plain Layout
36325 コマンドとして
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 </row>
36331 <row>
36332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36333 \begin_inset Text
36334
36335 \begin_layout Plain Layout
36336 DVI, PDF, PS
36337 \end_layout
36338
36339 \end_inset
36340 </cell>
36341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36342 \begin_inset Text
36343
36344 \begin_layout Plain Layout
36345 日付として
36346 \end_layout
36347
36348 \end_inset
36349 </cell>
36350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354 日付として
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36360 \begin_inset Text
36361
36362 \begin_layout Plain Layout
36363 日付として
36364 \end_layout
36365
36366 \end_inset
36367 </cell>
36368 </row>
36369 </lyxtabular>
36370
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Standard
36382
36383 \family sans
36384 外部素材
36385 \family default
36386 ダイアログの
36387 \family sans
36388 ファイル
36389 \family default
36390 タブ中で
36391 \family sans
36392 下書き
36393 \family default
36394 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36395 \begin_inset Newline newline
36396 \end_inset
36397
36398 \SpecialChar LyX
36399 中での外部素材は、ダイアログ内の
36400 \family sans
36401 \SpecialChar LaTeX
36402 と\SpecialChar LyX
36403 のオプション
36404 \family default
36405 タブにある
36406 \family sans
36407 \SpecialChar LyX
36408 内に表示
36409 \family default
36410 オプションの指定に従って、
36411 \begin_inset Graphics
36412         filename clipart/ExternalMaterialQt4.png
36413         scale 85
36414         scaleBeforeRotation
36415
36416 \end_inset
36417
36418 のようなボックスとして表示されるか、画像として表示されます。
36419 \end_layout
36420
36421 \begin_layout Standard
36422 取扱説明書
36423 \family sans
36424 \emph on
36425 カスタマイズ篇
36426 \family default
36427 \emph default
36428 には、自製のひな型を定義する方法が説明されています。
36429 \end_layout
36430
36431 \begin_layout Section
36432 子文書
36433 \begin_inset CommandInset label
36434 LatexCommand label
36435 name "sec:子文書"
36436
36437 \end_inset
36438
36439
36440 \begin_inset Index idx
36441 status collapsed
36442
36443 \begin_layout Plain Layout
36444 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36445 \end_layout
36446
36447 \end_inset
36448
36449
36450 \begin_inset Index idx
36451 status collapsed
36452
36453 \begin_layout Plain Layout
36454 ふぁいる@ファイル ! いんくるーど@インクルード
36455 \end_layout
36456
36457 \end_inset
36458
36459
36460 \end_layout
36461
36462 \begin_layout Standard
36463 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36464 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36465 やその一部を印刷できるようにします。子文書は、\SpecialChar LaTeX
36466 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36467 \end_layout
36468
36469 \begin_layout Standard
36470 親文書を開くことなく子文書で作業できるようにするには、子文書の
36471 \family sans
36472 文書
36473 \family default
36474 \SpecialChar menuseparator
36475
36476 \family sans
36477 設定
36478 \family default
36479 \SpecialChar menuseparator
36480
36481 \family sans
36482 文書クラス
36483 \family default
36484 メニューで親文書を指定してください。すると、子文書を編集する際には、\SpecialChar LyX
36485 がバックグラウンドでこの親文書を扱うようになります。
36486 \end_layout
36487
36488 \begin_layout Standard
36489 取り込んだ文書は、\SpecialChar LyX
36490 中で
36491 \begin_inset Graphics
36492         filename clipart/ChildDocumentQt4.png
36493         scale 85
36494         scaleBeforeRotation
36495
36496 \end_inset
36497
36498 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36499 \family sans
36500 挿入
36501 \family default
36502 \SpecialChar menuseparator
36503
36504 \family sans
36505 ファイル
36506 \family default
36507 \SpecialChar menuseparator
36508
36509 \family sans
36510 子文書
36511 \family default
36512 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36513 \end_layout
36514
36515 \begin_layout Description
36516 Include(インクルード) \SpecialChar LyX
36517 文書と\SpecialChar LaTeX
36518 文書は、インクルードすることができます。
36519 \family sans
36520 子文書
36521 \family default
36522 ダイアログの
36523 \family sans
36524 編集
36525 \family default
36526 ボタンを押すと、インクルードされた文書が、\SpecialChar LyX
36527 中に新規ファイルタブとして開き、修正ができるようになります。
36528 \begin_inset Newline newline
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \begin_layout Standard
36535 以下は、
36536 \family sans
36537 Include
36538 \family default
36539 を使用して挿入した子文書です。 
36540 \begin_inset CommandInset include
36541 LatexCommand include
36542 filename "DummyDocument1.lyx"
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Standard
36550 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36551 あります。取り込んだ文書のラベルは、第
36552 \begin_inset CommandInset ref
36553 LatexCommand ref
36554 reference "subsec:外部文書の第1小節"
36555
36556 \end_inset
36557
36558 小節、のように参照することができます。
36559 \end_layout
36560
36561 \begin_layout Standard
36562 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36563 は、新規頁から始まるように挿入され、改頁して終わります。
36564 \end_layout
36565
36566 \begin_layout Standard
36567 \begin_inset Note Greyedout
36568 status open
36569
36570 \begin_layout Plain Layout
36571
36572 \series bold
36573 【註】
36574 \series default
36575 \SpecialChar LyX
36576 または\SpecialChar LaTeX
36577 ファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に警告が発せられま
36578 す。
36579 \end_layout
36580
36581 \end_inset
36582
36583
36584 \end_layout
36585
36586 \begin_layout Description
36587 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36588 \begin_inset Separator parbreak
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \begin_deeper
36595 \begin_layout Itemize
36596 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36597 \end_layout
36598
36599 \begin_layout Itemize
36600 Inputファイルは、\SpecialChar LyX
36601 設定の操作性
36602 \family sans
36603 \SpecialChar menuseparator
36604 表示
36605 \family default
36606 の下にある
36607 \family sans
36608 画像を表示
36609 \family default
36610 を有効にすると、\SpecialChar LyX
36611 中でプレビューすることができます。
36612 \end_layout
36613
36614 \begin_layout Itemize
36615 \SpecialChar LaTeX
36616 コマンドの
36617 \series bold
36618
36619 \backslash
36620 includeonly
36621 \series default
36622 は使用することができません。
36623 \end_layout
36624
36625 \end_deeper
36626 \begin_layout Standard
36627 右は、
36628 \family sans
36629 Input
36630 \family default
36631 を使って挿入した子文書です。 
36632 \begin_inset CommandInset include
36633 LatexCommand input
36634 filename "DummyDocument2.lyx"
36635
36636 \end_inset
36637
36638
36639 \end_layout
36640
36641 \begin_layout Description
36642 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36643 に用いられているコマンドは実行されません。
36644 \family sans
36645 出力の空白に印付けをする
36646 \family default
36647 オプションを有効にすると、ソースコード中のすべての空白文字に「
36648 \begin_inset ERT
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652
36653
36654 \backslash
36655 textvisiblespace 
36656 \end_layout
36657
36658 \end_inset
36659
36660 」文字を表示させることができます。
36661 \family sans
36662 挿入\SpecialChar menuseparator
36663 ファイル\SpecialChar menuseparator
36664 平文
36665 \family default
36666 メニューを使う方法との違いは、こちらは文書の内容が\SpecialChar LyX
36667 中に表示されないことです。
36668 \end_layout
36669
36670 \begin_layout Standard
36671 以下は、verbatimとして挿入された子文書です。 
36672 \begin_inset CommandInset include
36673 LatexCommand verbatiminput
36674 filename "../DummyTextDocument.txt"
36675
36676 \end_inset
36677
36678
36679 \begin_inset VSpace bigskip
36680 \end_inset
36681
36682 以下は、
36683 \family sans
36684 出力の空白に印付けをする
36685 \family default
36686 オプションを指定して、verbatimとして挿入された子文書です。 
36687 \begin_inset CommandInset include
36688 LatexCommand verbatiminput*
36689 filename "../DummyTextDocument.txt"
36690
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \begin_layout Standard
36697 \begin_inset VSpace bigskip
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \begin_layout Standard
36704 \begin_inset Note Greyedout
36705 status open
36706
36707 \begin_layout Plain Layout
36708
36709 \series bold
36710 【註】
36711 \series default
36712 上記の例でわかるように、
36713 \family sans
36714 verbatim
36715 \family default
36716 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \begin_layout Standard
36725 \begin_inset Note Greyedout
36726 status open
36727
36728 \begin_layout Plain Layout
36729
36730 \series bold
36731 【訳註】
36732 \series default
36733 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36734 \end_layout
36735
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \begin_layout Description
36742 プログラムリスト この型については、第
36743 \begin_inset CommandInset ref
36744 LatexCommand ref
36745 reference "cha:プログラムコードリスト"
36746
36747 \end_inset
36748
36749 章に説明されています。
36750 \end_layout
36751
36752 \begin_layout Standard
36753 \begin_inset Note Greyedout
36754 status open
36755
36756 \begin_layout Plain Layout
36757
36758 \series bold
36759 【註】
36760 \series default
36761 同一文書中に、同じ文書を異なる方法で二度取り込むと、\SpecialChar LaTeX
36762 で問題が発生する可能性があります。
36763 \end_layout
36764
36765 \end_inset
36766
36767
36768 \end_layout
36769
36770 \begin_layout Standard
36771 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36772 一部を出力から排除することができます。これは、
36773 \family sans
36774 文書\SpecialChar menuseparator
36775 設定\SpecialChar menuseparator
36776 子文書
36777 \family default
36778 メニューから行うことができます。そこの一覧中の各子文書の
36779 \family sans
36780 出力に含める
36781 \family default
36782 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36783 てのみ機能することにご注意ください)。
36784 \family sans
36785 カウンタと引用を維持
36786 \family default
36787 オプションを有効にすると、\SpecialChar LyX
36788 は、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体のコンテ
36789 クストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、\SpecialChar LyX
36790 はバックグラウンドで文書全体を処理しなくてはなりません。
36791 したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36792 \end_layout
36793
36794 \begin_layout Standard
36795 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36796 \begin_inset Foot
36797 status collapsed
36798
36799 \begin_layout Plain Layout
36800 派生枝は、\SpecialChar LyX
36801
36802 \emph on
36803 ユーザーの手引き
36804 \emph default
36805
36806 \emph on
36807 派生枝
36808 \emph default
36809 の節に説明されています。
36810 \end_layout
36811
36812 \end_inset
36813
36814 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36815 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36816 \end_layout
36817
36818 \begin_layout Chapter
36819 プログラムコードリスト
36820 \begin_inset CommandInset label
36821 LatexCommand label
36822 name "cha:プログラムコードリスト"
36823
36824 \end_inset
36825
36826
36827 \begin_inset Index idx
36828 status collapsed
36829
36830 \begin_layout Plain Layout
36831 りすと@リスト
36832 \end_layout
36833
36834 \end_inset
36835
36836
36837 \begin_inset Index idx
36838 status collapsed
36839
36840 \begin_layout Plain Layout
36841 ぷろぐらむこーど@プログラムコード
36842 \end_layout
36843
36844 \end_inset
36845
36846
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 ふろーと@フロート ! りすと@リスト
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Standard
36860 プログラムコードを取り込んで組版するには、
36861 \family sans
36862 挿入
36863 \family default
36864 \SpecialChar menuseparator
36865
36866 \family sans
36867 プログラムリスト
36868 \family default
36869 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用される\SpecialChar LaTeX
36870 パッケージ
36871 \series bold
36872 listings
36873 \series default
36874
36875 \begin_inset Index idx
36876 status collapsed
36877
36878 \begin_layout Plain Layout
36879 \SpecialChar LaTeX
36880 ぱっけーじ@\SpecialChar LaTeX
36881 パッケージ ! listings
36882 \end_layout
36883
36884 \end_inset
36885
36886 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36887 \end_layout
36888
36889 \begin_layout Standard
36890 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36891 \end_layout
36892
36893 \begin_layout Standard
36894 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36895 \family sans
36896 行内リスト
36897 \family default
36898 を指定すると、リストは
36899 \begin_inset listings
36900 lstparams "language={C++}"
36901 inline true
36902 status collapsed
36903
36904 \begin_layout Plain Layout
36905
36906 int a=5;
36907 \end_layout
36908
36909 \end_inset
36910
36911 のように行内に印字されます。
36912 \begin_inset Newline newline
36913 \end_inset
36914
36915
36916 \family sans
36917 フロート
36918 \family default
36919 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36920 \begin_inset CommandInset ref
36921 LatexCommand ref
36922 reference "sec:フロートの配置"
36923
36924 \end_inset
36925
36926 節に説明されているフロート配置オプションに従って、「
36927 \family sans
36928 h
36929 \family default
36930 」「
36931 \family sans
36932 t
36933 \family default
36934 」「
36935 \family sans
36936 b
36937 \family default
36938 」「
36939 \family sans
36940 p
36941 \family default
36942 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36943 \family sans
36944 htbp
36945 \family default
36946 」のように区切りを入れることなく入力することができます。「
36947 \family sans
36948 h
36949 \family default
36950 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36951 \family sans
36952 フロート
36953 \family default
36954 オプションを使用しなければ大丈夫です。
36955 \end_layout
36956
36957 \begin_layout Standard
36958
36959 \family sans
36960 挿入
36961 \family default
36962 \SpecialChar menuseparator
36963
36964 \family sans
36965 キャプション
36966 \family default
36967 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36968 \begin_inset CommandInset ref
36969 LatexCommand ref
36970 reference "lst:リストフロート"
36971
36972 \end_inset
36973
36974 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
36975 \family sans
36976 挿入
36977 \lang english
36978 \SpecialChar menuseparator
36979
36980 \lang japanese
36981 一覧/目次
36982 \lang english
36983 \SpecialChar menuseparator
36984
36985 \lang japanese
36986 プログラムリスト一覧
36987 \family default
36988 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
36989 \end_layout
36990
36991 \begin_layout Standard
36992 \begin_inset listings
36993 lstparams "language=Python"
36994 inline false
36995 status open
36996
36997 \begin_layout Plain Layout
36998
36999 \begin_inset Caption Standard
37000
37001 \begin_layout Plain Layout
37002 \begin_inset CommandInset label
37003 LatexCommand label
37004 name "lst:リストフロート"
37005
37006 \end_inset
37007
37008 Example Listing Float
37009 \end_layout
37010
37011 \end_inset
37012
37013 # Example listing float
37014 \end_layout
37015
37016 \begin_layout Plain Layout
37017
37018 def func(param):
37019 \end_layout
37020
37021 \begin_layout Plain Layout
37022
37023     'this is a python function'
37024 \end_layout
37025
37026 \begin_layout Plain Layout
37027
37028     pass
37029 \end_layout
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \begin_layout Standard
37037 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37038 onのキーワード「def」が識別され、ボールド体で出力されます。
37039 \end_layout
37040
37041 \begin_layout Standard
37042 \begin_inset Note Greyedout
37043 status open
37044
37045 \begin_layout Plain Layout
37046
37047 \series bold
37048 【註】
37049 \series default
37050 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37051 \family typewriter
37052 typewriter
37053 \family default
37054 フォントがボールド体を提供していません。この場合には、
37055 \family sans
37056 文書
37057 \family default
37058 \SpecialChar menuseparator
37059
37060 \family sans
37061 設定
37062 \family default
37063 \SpecialChar menuseparator
37064
37065 \family sans
37066 フォント
37067 \family default
37068 メニューで別のフォントを選択してください(
37069 \emph on
37070 LuxiMono
37071 \emph default
37072
37073 \emph on
37074 BeraMono
37075 \emph default
37076
37077 \emph on
37078 Courier
37079 \emph default
37080 の各フォントはボールド体を提供します)。
37081 \end_layout
37082
37083 \end_inset
37084
37085
37086 \end_layout
37087
37088 \begin_layout Standard
37089 \begin_inset Note Greyedout
37090 status open
37091
37092 \begin_layout Plain Layout
37093
37094 \series bold
37095 【訳註】
37096 \series default
37097 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37098 \end_layout
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \begin_layout Standard
37106 プログラムリストダイアログの
37107 \family sans
37108 行番号
37109 \family default
37110 のセクションでは、行番号の様式を指定することができます。
37111 \family sans
37112 行間
37113 \family default
37114 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37115 \end_layout
37116
37117 \begin_layout Standard
37118 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37119 \family sans
37120 拡張文字コード表を使う
37121 \family default
37122 オプションを使用しなくてはなりません。
37123 \begin_inset Newline newline
37124 \end_inset
37125
37126
37127 \begin_inset Note Greyedout
37128 status open
37129
37130 \begin_layout Plain Layout
37131
37132 \series bold
37133 【訳註】
37134 \series default
37135 これは、p\SpecialChar LaTeX
37136 ではうまく動作しません。
37137 \end_layout
37138
37139 \end_inset
37140
37141
37142 \begin_inset Newline newline
37143 \end_inset
37144
37145 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37146 \begin_inset space \thinspace{}
37147 \end_inset
37148
37149 -
37150 \begin_inset space \thinspace{}
37151 \end_inset
37152
37153 8」で設定したプログラムリストの例です。
37154 \end_layout
37155
37156 \begin_layout Standard
37157 \begin_inset listings
37158 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37159 inline false
37160 status open
37161
37162 \begin_layout Plain Layout
37163
37164 def func(param):
37165 \end_layout
37166
37167 \begin_layout Plain Layout
37168
37169     'this is a python function'
37170 \end_layout
37171
37172 \begin_layout Plain Layout
37173
37174     pass
37175 \end_layout
37176
37177 \begin_layout Plain Layout
37178
37179 def func(param):
37180 \end_layout
37181
37182 \begin_layout Plain Layout
37183
37184 'This is a German word: Tschüß'
37185 \end_layout
37186
37187 \begin_layout Plain Layout
37188
37189 pass
37190 \end_layout
37191
37192 \begin_layout Plain Layout
37193
37194 def func(param):
37195 \end_layout
37196
37197 \begin_layout Plain Layout
37198
37199 'this is a python function'
37200 \end_layout
37201
37202 \begin_layout Plain Layout
37203
37204 pass
37205 \end_layout
37206
37207 \end_inset
37208
37209
37210 \end_layout
37211
37212 \begin_layout Standard
37213 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37214 \family sans
37215 タビュレータの大きさ
37216 \family default
37217 フィールドで指定することができます。
37218 \end_layout
37219
37220 \begin_layout Standard
37221 \begin_inset Note Greyedout
37222 status open
37223
37224 \begin_layout Plain Layout
37225
37226 \series bold
37227 【註】listings
37228 \series default
37229 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37230 に振られているのはこのためです。
37231 \end_layout
37232
37233 \end_inset
37234
37235
37236 \end_layout
37237
37238 \begin_layout Standard
37239 \begin_inset VSpace bigskip
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \begin_layout Standard
37246 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37247 \family sans
37248 挿入
37249 \family default
37250 \SpecialChar menuseparator
37251
37252 \family sans
37253 ファイル
37254 \family default
37255 \SpecialChar menuseparator
37256
37257 \family sans
37258 子文書
37259 \family default
37260 メニューを使用して
37261 \family sans
37262 プログラムリスト
37263 \family default
37264 型を選択してください
37265 \begin_inset Foot
37266 status collapsed
37267
37268 \begin_layout Plain Layout
37269 他の子文書型については、第 section
37270 \begin_inset space ~
37271 \end_inset
37272
37273
37274 \begin_inset CommandInset ref
37275 LatexCommand ref
37276 reference "sec:子文書"
37277
37278 \end_inset
37279
37280 節に説明があります。
37281 \end_layout
37282
37283 \end_inset
37284
37285 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37286 疑問符「?」を打鍵してください。
37287 \end_layout
37288
37289 \begin_layout Standard
37290 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37291 \family sans
37292 挿入
37293 \family default
37294 \SpecialChar menuseparator
37295
37296 \family sans
37297 相互参照
37298 \family default
37299 メニューを使って参照できるようになります。
37300 \end_layout
37301
37302 \begin_layout Standard
37303 プログラムリスト
37304 \begin_inset CommandInset ref
37305 LatexCommand ref
37306 reference "lst:file-listing"
37307
37308 \end_inset
37309
37310 は、ファイルを使ったプログラムリストの一例です。ここでは、この\SpecialChar LyX
37311 ファイルの10行目から15行目が表示されています。
37312 \end_layout
37313
37314 \begin_layout Standard
37315 \begin_inset CommandInset include
37316 LatexCommand lstinputlisting
37317 filename "EmbeddedObjects.lyx"
37318 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37319
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \begin_layout Standard
37326 \begin_inset VSpace bigskip
37327 \end_inset
37328
37329
37330 \end_layout
37331
37332 \begin_layout Standard
37333 リストに数式を入れるには、以下のようにします。
37334 \end_layout
37335
37336 \begin_layout Enumerate
37337 リストダイアログを開き、
37338 \family sans
37339 詳細
37340 \family default
37341 タブのフィールド中に
37342 \begin_inset Newline newline
37343 \end_inset
37344
37345
37346 \family sans
37347 mathescape=true
37348 \family default
37349
37350 \begin_inset Newline newline
37351 \end_inset
37352
37353 と書き加えます。
37354 \end_layout
37355
37356 \begin_layout Enumerate
37357 リスト外で数式を作成します。
37358 \end_layout
37359
37360 \begin_layout Enumerate
37361 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37362 \begin_inset Info
37363 type  "shortcut"
37364 arg   "copy"
37365 \end_inset
37366
37367 )。
37368 \end_layout
37369
37370 \begin_layout Enumerate
37371 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37372 \begin_inset Info
37373 type  "shortcut"
37374 arg   "paste"
37375 \end_inset
37376
37377 )。
37378 \end_layout
37379
37380 \begin_layout Standard
37381 \begin_inset listings
37382 lstparams "language=Python,mathescape=true"
37383 inline false
37384 status open
37385
37386 \begin_layout Plain Layout
37387
37388 \begin_inset Caption Standard
37389
37390 \begin_layout Plain Layout
37391 Example Listing float containing a formula
37392 \end_layout
37393
37394 \end_inset
37395
37396 # Example listing float
37397 \end_layout
37398
37399 \begin_layout Plain Layout
37400
37401 def func(param):
37402 \end_layout
37403
37404 \begin_layout Plain Layout
37405
37406     # $
37407 \backslash
37408 prod_{n=1}^{
37409 \backslash
37410 infty}
37411 \backslash
37412 ,
37413 \backslash
37414 frac{1}{x^{2}}$
37415 \end_layout
37416
37417 \begin_layout Plain Layout
37418
37419     pass
37420 \end_layout
37421
37422 \end_inset
37423
37424
37425 \end_layout
37426
37427 \begin_layout Standard
37428 \begin_inset VSpace bigskip
37429 \end_inset
37430
37431
37432 \end_layout
37433
37434 \begin_layout Standard
37435 大域的なプログラムリストの設定は、
37436 \family sans
37437 文書
37438 \family default
37439 \SpecialChar menuseparator
37440
37441 \family sans
37442 設定
37443 \family default
37444 \SpecialChar menuseparator
37445
37446 \family sans
37447 リスト
37448 \family default
37449 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37450 \family sans
37451 プログラムリスト設定
37452 \family default
37453 フィールドで疑問符「?」を打鍵してください。
37454 \end_layout
37455
37456 \begin_layout Standard
37457
37458 \series bold
37459 listings
37460 \series default
37461 パッケージについての詳しい情報については、取扱説明書
37462 \begin_inset CommandInset citation
37463 LatexCommand cite
37464 key "listings"
37465
37466 \end_inset
37467
37468 をご参照ください。.
37469 \end_layout
37470
37471 \begin_layout Standard
37472 \begin_inset Newpage newpage
37473 \end_inset
37474
37475
37476 \end_layout
37477
37478 \begin_layout Chapter
37479 \start_of_appendix
37480 \SpecialChar LyX
37481 で使用できる単位
37482 \begin_inset Index idx
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486 たんい@単位
37487 \end_layout
37488
37489 \end_inset
37490
37491
37492 \begin_inset CommandInset label
37493 LatexCommand label
37494 name "cha:LyXで使用できる単位"
37495
37496 \end_inset
37497
37498
37499 \end_layout
37500
37501 \begin_layout Standard
37502 この文書で用いられる単位の理解のために、表
37503 \begin_inset CommandInset ref
37504 LatexCommand ref
37505 reference "tab:単位"
37506
37507 \end_inset
37508
37509 に、\SpecialChar LyX
37510 で使うことのできる単位をまとめておきます。
37511 \end_layout
37512
37513 \begin_layout Standard
37514 \begin_inset Float table
37515 placement h
37516 wide false
37517 sideways false
37518 status open
37519
37520 \begin_layout Plain Layout
37521 \begin_inset Caption Standard
37522
37523 \begin_layout Plain Layout
37524 \begin_inset CommandInset label
37525 LatexCommand label
37526 name "tab:単位"
37527
37528 \end_inset
37529
37530 単位
37531 \end_layout
37532
37533 \end_inset
37534
37535
37536 \end_layout
37537
37538 \begin_layout Plain Layout
37539 \begin_inset VSpace medskip
37540 \end_inset
37541
37542
37543 \end_layout
37544
37545 \begin_layout Plain Layout
37546 \align center
37547 \begin_inset Tabular
37548 <lyxtabular version="3" rows="20" columns="3">
37549 <features tabularvalignment="middle">
37550 <column alignment="center" valignment="top">
37551 <column alignment="center" valignment="top">
37552 <column alignment="center" valignment="top">
37553 <row>
37554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558 単位
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567 名称/摘要
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576 \SpecialChar LaTeX
37577  コマンド
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 </row>
37583 <row>
37584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37585 \begin_inset Text
37586
37587 \begin_layout Plain Layout
37588 mm
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 ミリメートル
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606 -
37607 \end_layout
37608
37609 \end_inset
37610 </cell>
37611 </row>
37612 <row>
37613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617 cm
37618 \end_layout
37619
37620 \end_inset
37621 </cell>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 センチメートル
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 -
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 </row>
37641 <row>
37642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 in
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655 インチ
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664 -
37665 \end_layout
37666
37667 \end_inset
37668 </cell>
37669 </row>
37670 <row>
37671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37672 \begin_inset Text
37673
37674 \begin_layout Plain Layout
37675 pt
37676 \end_layout
37677
37678 \end_inset
37679 </cell>
37680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684 ポイント (72.27
37685 \begin_inset space \thinspace{}
37686 \end_inset
37687
37688 pt = 1
37689 \begin_inset space \thinspace{}
37690 \end_inset
37691
37692 in)
37693 \end_layout
37694
37695 \end_inset
37696 </cell>
37697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37698 \begin_inset Text
37699
37700 \begin_layout Plain Layout
37701 -
37702 \end_layout
37703
37704 \end_inset
37705 </cell>
37706 </row>
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 pc
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 パイカ (1
37722 \begin_inset space \thinspace{}
37723 \end_inset
37724
37725 pc = 12
37726 \begin_inset space \thinspace{}
37727 \end_inset
37728
37729 pt)
37730 \end_layout
37731
37732 \end_inset
37733 </cell>
37734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37735 \begin_inset Text
37736
37737 \begin_layout Plain Layout
37738 -
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 </row>
37744 <row>
37745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37746 \begin_inset Text
37747
37748 \begin_layout Plain Layout
37749 sp
37750 \end_layout
37751
37752 \end_inset
37753 </cell>
37754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758 スケールポイント (65536
37759 \begin_inset space \thinspace{}
37760 \end_inset
37761
37762 sp = 1
37763 \begin_inset space \thinspace{}
37764 \end_inset
37765
37766 pt)
37767 \end_layout
37768
37769 \end_inset
37770 </cell>
37771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37772 \begin_inset Text
37773
37774 \begin_layout Plain Layout
37775 -
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 </row>
37781 <row>
37782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37783 \begin_inset Text
37784
37785 \begin_layout Plain Layout
37786 bp
37787 \end_layout
37788
37789 \end_inset
37790 </cell>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795 ビッグポイント (72
37796 \begin_inset space \thinspace{}
37797 \end_inset
37798
37799 bp = 1
37800 \begin_inset space \thinspace{}
37801 \end_inset
37802
37803 in)
37804 \end_layout
37805
37806 \end_inset
37807 </cell>
37808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812 -
37813 \end_layout
37814
37815 \end_inset
37816 </cell>
37817 </row>
37818 <row>
37819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823 dd
37824 \end_layout
37825
37826 \end_inset
37827 </cell>
37828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37829 \begin_inset Text
37830
37831 \begin_layout Plain Layout
37832 ディドー (72
37833 \begin_inset space \thinspace{}
37834 \end_inset
37835
37836 dd 
37837 \begin_inset Formula $\approx$
37838 \end_inset
37839
37840  37.6
37841 \begin_inset space \thinspace{}
37842 \end_inset
37843
37844 mm)
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37850 \begin_inset Text
37851
37852 \begin_layout Plain Layout
37853 -
37854 \end_layout
37855
37856 \end_inset
37857 </cell>
37858 </row>
37859 <row>
37860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864 cc
37865 \end_layout
37866
37867 \end_inset
37868 </cell>
37869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37870 \begin_inset Text
37871
37872 \begin_layout Plain Layout
37873 シセロ (1
37874 \begin_inset space \thinspace{}
37875 \end_inset
37876
37877 cc = 12
37878 \begin_inset space \thinspace{}
37879 \end_inset
37880
37881 dd)
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37887 \begin_inset Text
37888
37889 \begin_layout Plain Layout
37890 -
37891 \end_layout
37892
37893 \end_inset
37894 </cell>
37895 </row>
37896 <row>
37897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37898 \begin_inset Text
37899
37900 \begin_layout Plain Layout
37901
37902 \lang english
37903 Scale Graphics %
37904 \end_layout
37905
37906 \end_inset
37907 </cell>
37908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37909 \begin_inset Text
37910
37911 \begin_layout Plain Layout
37912 元の画像幅の%
37913 \end_layout
37914
37915 \end_inset
37916 </cell>
37917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37918 \begin_inset Text
37919
37920 \begin_layout Plain Layout
37921
37922 \end_layout
37923
37924 \end_inset
37925 </cell>
37926 </row>
37927 <row>
37928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37929 \begin_inset Text
37930
37931 \begin_layout Plain Layout
37932
37933 \lang english
37934 Text Width %
37935 \end_layout
37936
37937 \end_inset
37938 </cell>
37939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37940 \begin_inset Text
37941
37942 \begin_layout Plain Layout
37943 テキスト幅の%
37944 \end_layout
37945
37946 \end_inset
37947 </cell>
37948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37949 \begin_inset Text
37950
37951 \begin_layout Plain Layout
37952
37953 \backslash
37954 textwidth
37955 \end_layout
37956
37957 \end_inset
37958 </cell>
37959 </row>
37960 <row>
37961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965
37966 \lang english
37967 Column Width %
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976 組段幅の%
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37982 \begin_inset Text
37983
37984 \begin_layout Plain Layout
37985
37986 \backslash
37987 columnwidth
37988 \end_layout
37989
37990 \end_inset
37991 </cell>
37992 </row>
37993 <row>
37994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37995 \begin_inset Text
37996
37997 \begin_layout Plain Layout
37998
37999 \lang english
38000 Page Width %
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38006 \begin_inset Text
38007
38008 \begin_layout Plain Layout
38009 用紙幅の%
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38015 \begin_inset Text
38016
38017 \begin_layout Plain Layout
38018
38019 \backslash
38020 paperwidth
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 </row>
38026 <row>
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031
38032 \lang english
38033 Line Width %
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38039 \begin_inset Text
38040
38041 \begin_layout Plain Layout
38042 行幅の%
38043 \end_layout
38044
38045 \end_inset
38046 </cell>
38047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38048 \begin_inset Text
38049
38050 \begin_layout Plain Layout
38051
38052 \backslash
38053 linewidth
38054 \end_layout
38055
38056 \end_inset
38057 </cell>
38058 </row>
38059 <row>
38060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38061 \begin_inset Text
38062
38063 \begin_layout Plain Layout
38064
38065 \lang english
38066 Text Height %
38067 \end_layout
38068
38069 \end_inset
38070 </cell>
38071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38072 \begin_inset Text
38073
38074 \begin_layout Plain Layout
38075 テキスト高さの%
38076 \end_layout
38077
38078 \end_inset
38079 </cell>
38080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38081 \begin_inset Text
38082
38083 \begin_layout Plain Layout
38084
38085 \backslash
38086 textheight
38087 \end_layout
38088
38089 \end_inset
38090 </cell>
38091 </row>
38092 <row>
38093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38094 \begin_inset Text
38095
38096 \begin_layout Plain Layout
38097
38098 \lang english
38099 Page Height %
38100 \end_layout
38101
38102 \end_inset
38103 </cell>
38104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38105 \begin_inset Text
38106
38107 \begin_layout Plain Layout
38108 用紙高さの%
38109 \end_layout
38110
38111 \end_inset
38112 </cell>
38113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38114 \begin_inset Text
38115
38116 \begin_layout Plain Layout
38117
38118 \backslash
38119 paperheight
38120 \end_layout
38121
38122 \end_inset
38123 </cell>
38124 </row>
38125 <row>
38126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38127 \begin_inset Text
38128
38129 \begin_layout Plain Layout
38130 ex
38131 \end_layout
38132
38133 \end_inset
38134 </cell>
38135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38136 \begin_inset Text
38137
38138 \begin_layout Plain Layout
38139 現在のフォントの文字「x」の高さ
38140 \end_layout
38141
38142 \end_inset
38143 </cell>
38144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38145 \begin_inset Text
38146
38147 \begin_layout Plain Layout
38148 -
38149 \end_layout
38150
38151 \end_inset
38152 </cell>
38153 </row>
38154 <row>
38155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38156 \begin_inset Text
38157
38158 \begin_layout Plain Layout
38159 em
38160 \end_layout
38161
38162 \end_inset
38163 </cell>
38164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38165 \begin_inset Text
38166
38167 \begin_layout Plain Layout
38168 現在のフォントの文字「M」の幅
38169 \end_layout
38170
38171 \end_inset
38172 </cell>
38173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38174 \begin_inset Text
38175
38176 \begin_layout Plain Layout
38177 -
38178 \end_layout
38179
38180 \end_inset
38181 </cell>
38182 </row>
38183 <row>
38184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38185 \begin_inset Text
38186
38187 \begin_layout Plain Layout
38188 mu
38189 \end_layout
38190
38191 \end_inset
38192 </cell>
38193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38194 \begin_inset Text
38195
38196 \begin_layout Plain Layout
38197 数式単位 (1
38198 \begin_inset space \thinspace{}
38199 \end_inset
38200
38201 mu = 1/18
38202 \begin_inset space \thinspace{}
38203 \end_inset
38204
38205 em)
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38211 \begin_inset Text
38212
38213 \begin_layout Plain Layout
38214 -
38215 \end_layout
38216
38217 \end_inset
38218 </cell>
38219 </row>
38220 </lyxtabular>
38221
38222 \end_inset
38223
38224
38225 \end_layout
38226
38227 \end_inset
38228
38229
38230 \end_layout
38231
38232 \begin_layout Chapter
38233 画像を含む場合のファイル出力形式
38234 \begin_inset CommandInset label
38235 LatexCommand label
38236 name "cha:ファイル出力形式"
38237
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \begin_layout Section
38244 DVI
38245 \begin_inset Index idx
38246 status collapsed
38247
38248 \begin_layout Plain Layout
38249 ふぁいるしょしき@ファイル書式 ! DVI
38250 \end_layout
38251
38252 \end_inset
38253
38254
38255 \begin_inset Index idx
38256 status collapsed
38257
38258 \begin_layout Plain Layout
38259 DVI
38260 \begin_inset ERT
38261 status collapsed
38262
38263 \begin_layout Plain Layout
38264
38265 |see{
38266 \end_layout
38267
38268 \end_inset
38269
38270 ファイル書式
38271 \begin_inset ERT
38272 status collapsed
38273
38274 \begin_layout Plain Layout
38275
38276 }
38277 \end_layout
38278
38279 \end_inset
38280
38281
38282 \end_layout
38283
38284 \end_inset
38285
38286
38287 \end_layout
38288
38289 \begin_layout Standard
38290 このファイル型の拡張子は「
38291 \family typewriter
38292 .dvi
38293 \family default
38294 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38295 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38296 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38297 \end_layout
38298
38299 \begin_layout Standard
38300 \begin_inset Note Greyedout
38301 status open
38302
38303 \begin_layout Plain Layout
38304
38305 \series bold
38306 【註】
38307 \series default
38308 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38309 \end_layout
38310
38311 \end_inset
38312
38313 ですから、お使いの
38314 \family typewriter
38315 .dvi
38316 \family default
38317 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38318 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38319 DFを使用することをお勧めします。
38320 \end_layout
38321
38322 \begin_layout Standard
38323 使用中の文書は、
38324 \family sans
38325 ファイル
38326 \family default
38327 \SpecialChar menuseparator
38328
38329 \family sans
38330 書き出し
38331 \family default
38332 \SpecialChar menuseparator
38333
38334 \family sans
38335 DVI
38336 \family default
38337 メニューを使用して、DVIに書き出すことができます。
38338 \family sans
38339 表示
38340 \family default
38341 メニューから、文書をDVIとして表示させることもできます。
38342 \end_layout
38343
38344 \begin_layout Section
38345 PostScript
38346 \begin_inset Index idx
38347 status collapsed
38348
38349 \begin_layout Plain Layout
38350 ふぁいるしょしき@ファイル書式 ! PostScript
38351 \end_layout
38352
38353 \end_inset
38354
38355
38356 \begin_inset Index idx
38357 status collapsed
38358
38359 \begin_layout Plain Layout
38360 PostScript
38361 \begin_inset ERT
38362 status collapsed
38363
38364 \begin_layout Plain Layout
38365
38366 |see{
38367 \end_layout
38368
38369 \end_inset
38370
38371 ファイル書式
38372 \begin_inset ERT
38373 status collapsed
38374
38375 \begin_layout Plain Layout
38376
38377 }
38378 \end_layout
38379
38380 \end_inset
38381
38382
38383 \end_layout
38384
38385 \end_inset
38386
38387
38388 \end_layout
38389
38390 \begin_layout Standard
38391 このファイル型の拡張子は「
38392 \family typewriter
38393 .ps
38394 \family default
38395 」です。PostScriptは、
38396 \family typewriter
38397 Adobe
38398 \family default
38399 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38400 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38401 \begin_inset Foot
38402 status collapsed
38403
38404 \begin_layout Plain Layout
38405 これについてもう少し学ぶ気があれば、\SpecialChar LaTeX
38406 パッケージ
38407 \series bold
38408 PSTricks
38409 \series default
38410
38411 \begin_inset CommandInset citation
38412 LatexCommand cite
38413 key "pstricks"
38414
38415 \end_inset
38416
38417 を見てみてください。
38418 \end_layout
38419
38420 \end_inset
38421
38422 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38423 \end_layout
38424
38425 \begin_layout Standard
38426 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38427 \family typewriter
38428 .eps
38429 \family default
38430 」)」形式の画像のみを含めることができます。\SpecialChar LyX
38431 では、既知の画像形式であればどれでも文書中で使用することができるようになっているため、\SpecialChar LyX
38432 はバックグラウンドで画像をEP
38433 Sに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、\SpecialChar LyX
38434 は50もの変換を行わなくてはなりません。すると、\SpecialChar LyX
38435 で行う
38436 作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像を直接EPSとして入れて
38437 おく方がよいでしょう。
38438 \end_layout
38439
38440 \begin_layout Standard
38441 文書は、
38442 \family sans
38443 ファイル
38444 \family default
38445 \SpecialChar menuseparator
38446
38447 \family sans
38448 書き出し
38449 \family default
38450 \SpecialChar menuseparator
38451
38452 \family sans
38453 Postscript
38454 \family default
38455 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38456 \family sans
38457 表示
38458 \family default
38459 メニューかツールバーボタン
38460 \begin_inset Graphics
38461         filename ../../images/buffer-view_ps.png
38462         scale 85
38463         scaleBeforeRotation
38464
38465 \end_inset
38466
38467 を使用することでPostScriptとして表示させることができます。
38468 \end_layout
38469
38470 \begin_layout Section
38471 PDF
38472 \begin_inset Index idx
38473 status collapsed
38474
38475 \begin_layout Plain Layout
38476 ふぁいるしょしき@ファイル書式 ! PDF
38477 \end_layout
38478
38479 \end_inset
38480
38481
38482 \begin_inset Index idx
38483 status collapsed
38484
38485 \begin_layout Plain Layout
38486 PDF
38487 \end_layout
38488
38489 \end_inset
38490
38491
38492 \end_layout
38493
38494 \begin_layout Standard
38495 このファイル型の拡張子は「
38496 \family typewriter
38497 .pdf
38498 \family default
38499 」です。この「Portable Document Format (PDF)」は、
38500 \family typewriter
38501 Adobe
38502 \family default
38503 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38504 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38505 \end_layout
38506
38507 \begin_layout Standard
38508 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38509 \family typewriter
38510 .jpg
38511 \family default
38512 」または「
38513 \family typewriter
38514 .jpeg
38515 \family default
38516 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38517 \family typewriter
38518 .png
38519 \family default
38520 」)」として含めることができます。それにもかかわらず、\SpecialChar LyX
38521 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することができま
38522 す。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用することをお
38523 勧めします。
38524 \end_layout
38525
38526 \begin_layout Standard
38527 使用中の文書は、
38528 \family sans
38529 ファイル
38530 \family default
38531 \SpecialChar menuseparator
38532
38533 \family sans
38534 書き出し
38535 \family default
38536 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38537 \end_layout
38538
38539 \begin_layout Description
38540 PDF
38541 \begin_inset space ~
38542 \end_inset
38543
38544 (ps2pdf) これは
38545 \family typewriter
38546 ps2pdf
38547 \family default
38548 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38549 \family typewriter
38550 dvips
38551 \family default
38552 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38553 \end_layout
38554
38555 \begin_layout Description
38556 PDF
38557 \begin_inset space ~
38558 \end_inset
38559
38560 (dvipdfm) これは
38561 \family typewriter
38562 dvipdfm
38563 \family default
38564 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38565 \end_layout
38566
38567 \begin_layout Description
38568 PDF
38569 \begin_inset space ~
38570 \end_inset
38571
38572 (pdflatex) これは
38573 \family typewriter
38574 pdftex
38575 \family default
38576 プログラムを使って、現在のファイルを直接PDFに変換します。
38577 \end_layout
38578
38579 \begin_layout Standard
38580
38581 \family typewriter
38582 pdftex
38583 \family default
38584 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38585 \family sans
38586 PDF
38587 \begin_inset space ~
38588 \end_inset
38589
38590 (pdflatex)
38591 \family default
38592 を使用することが推奨されます。
38593 \family typewriter
38594 dvipdfm
38595 \family default
38596 プログラムは開発が停止しており、若干時代遅れになっています。
38597 \end_layout
38598
38599 \begin_layout Standard
38600 使用中の文書をPDFとして表示するには、
38601 \family sans
38602 表示
38603 \family default
38604 メニューかツールバーボタン
38605 \begin_inset Graphics
38606         filename ../../images/buffer-view_pdf2.png
38607         scale 85
38608         scaleBeforeRotation
38609
38610 \end_inset
38611
38612 (これは
38613 \family sans
38614 PDF
38615 \begin_inset space ~
38616 \end_inset
38617
38618 (pdflatex)
38619 \family default
38620 を使用します)を用います。
38621 \end_layout
38622
38623 \begin_layout Chapter
38624 dvips色名一覧
38625 \begin_inset CommandInset label
38626 LatexCommand label
38627 name "chap:dvips色名一覧"
38628
38629 \end_inset
38630
38631
38632 \end_layout
38633
38634 \begin_layout Standard
38635 \begin_inset Tabular
38636 <lyxtabular version="3" rows="17" columns="4">
38637 <features tabularvalignment="middle">
38638 <column alignment="left" valignment="top" width="0pt">
38639 <column alignment="left" valignment="top" width="0pt">
38640 <column alignment="left" valignment="top" width="0pt">
38641 <column alignment="left" valignment="top" width="0pt">
38642 <row>
38643 <cell alignment="left" valignment="top" usebox="none">
38644 \begin_inset Text
38645
38646 \begin_layout Plain Layout
38647 \begin_inset ERT
38648 status collapsed
38649
38650 \begin_layout Plain Layout
38651
38652
38653 \backslash
38654 fcolorbox{black}{
38655 \end_layout
38656
38657 \end_inset
38658
38659 white
38660 \begin_inset ERT
38661 status collapsed
38662
38663 \begin_layout Plain Layout
38664
38665 }{
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \begin_inset ERT
38672 status collapsed
38673
38674 \begin_layout Plain Layout
38675
38676 }
38677 \end_layout
38678
38679 \end_inset
38680
38681  色名
38682 \end_layout
38683
38684 \end_inset
38685 </cell>
38686 <cell alignment="left" valignment="top" usebox="none">
38687 \begin_inset Text
38688
38689 \begin_layout Plain Layout
38690 \begin_inset ERT
38691 status collapsed
38692
38693 \begin_layout Plain Layout
38694
38695
38696 \backslash
38697 fcolorbox{black}{
38698 \end_layout
38699
38700 \end_inset
38701
38702 white
38703 \begin_inset ERT
38704 status collapsed
38705
38706 \begin_layout Plain Layout
38707
38708 }{
38709 \end_layout
38710
38711 \end_inset
38712
38713
38714 \begin_inset ERT
38715 status collapsed
38716
38717 \begin_layout Plain Layout
38718
38719 }
38720 \end_layout
38721
38722 \end_inset
38723
38724  色名
38725 \end_layout
38726
38727 \end_inset
38728 </cell>
38729 <cell alignment="left" valignment="top" usebox="none">
38730 \begin_inset Text
38731
38732 \begin_layout Plain Layout
38733 \begin_inset ERT
38734 status collapsed
38735
38736 \begin_layout Plain Layout
38737
38738
38739 \backslash
38740 fcolorbox{black}{
38741 \end_layout
38742
38743 \end_inset
38744
38745 white
38746 \begin_inset ERT
38747 status collapsed
38748
38749 \begin_layout Plain Layout
38750
38751 }{
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  色名
38768 \end_layout
38769
38770 \end_inset
38771 </cell>
38772 <cell alignment="left" 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 white
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 ERT
38801 status collapsed
38802
38803 \begin_layout Plain Layout
38804
38805 }
38806 \end_layout
38807
38808 \end_inset
38809
38810  色名
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 </row>
38816 <row>
38817 <cell alignment="center" valignment="top" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 \begin_inset ERT
38822 status collapsed
38823
38824 \begin_layout Plain Layout
38825
38826
38827 \backslash
38828 fcolorbox{black}{
38829 \end_layout
38830
38831 \end_inset
38832
38833 Apricot
38834 \begin_inset ERT
38835 status collapsed
38836
38837 \begin_layout Plain Layout
38838
38839 }{
38840 \end_layout
38841
38842 \end_inset
38843
38844
38845 \begin_inset Phantom Phantom
38846 status open
38847
38848 \begin_layout Plain Layout
38849 W
38850 \end_layout
38851
38852 \end_inset
38853
38854
38855 \begin_inset ERT
38856 status collapsed
38857
38858 \begin_layout Plain Layout
38859
38860 }
38861 \end_layout
38862
38863 \end_inset
38864
38865  Apricot
38866 \end_layout
38867
38868 \end_inset
38869 </cell>
38870 <cell alignment="center" valignment="top" usebox="none">
38871 \begin_inset Text
38872
38873 \begin_layout Plain Layout
38874 \begin_inset ERT
38875 status collapsed
38876
38877 \begin_layout Plain Layout
38878
38879
38880 \backslash
38881 fcolorbox{black}{
38882 \end_layout
38883
38884 \end_inset
38885
38886 Aquamarine
38887 \begin_inset ERT
38888 status collapsed
38889
38890 \begin_layout Plain Layout
38891
38892 }{
38893 \end_layout
38894
38895 \end_inset
38896
38897
38898 \begin_inset Phantom Phantom
38899 status open
38900
38901 \begin_layout Plain Layout
38902 W
38903 \end_layout
38904
38905 \end_inset
38906
38907
38908 \begin_inset ERT
38909 status collapsed
38910
38911 \begin_layout Plain Layout
38912
38913 }
38914 \end_layout
38915
38916 \end_inset
38917
38918  Aquamarine
38919 \end_layout
38920
38921 \end_inset
38922 </cell>
38923 <cell alignment="center" valignment="top" usebox="none">
38924 \begin_inset Text
38925
38926 \begin_layout Plain Layout
38927 \begin_inset ERT
38928 status collapsed
38929
38930 \begin_layout Plain Layout
38931
38932
38933 \backslash
38934 fcolorbox{black}{
38935 \end_layout
38936
38937 \end_inset
38938
38939 Bittersweet
38940 \begin_inset ERT
38941 status collapsed
38942
38943 \begin_layout Plain Layout
38944
38945 }{
38946 \end_layout
38947
38948 \end_inset
38949
38950
38951 \begin_inset Phantom Phantom
38952 status open
38953
38954 \begin_layout Plain Layout
38955 W
38956 \end_layout
38957
38958 \end_inset
38959
38960
38961 \begin_inset ERT
38962 status collapsed
38963
38964 \begin_layout Plain Layout
38965
38966 }
38967 \end_layout
38968
38969 \end_inset
38970
38971  Bittersweet
38972 \end_layout
38973
38974 \end_inset
38975 </cell>
38976 <cell alignment="center" valignment="top" usebox="none">
38977 \begin_inset Text
38978
38979 \begin_layout Plain Layout
38980 \begin_inset ERT
38981 status collapsed
38982
38983 \begin_layout Plain Layout
38984
38985
38986 \backslash
38987 fcolorbox{black}{
38988 \end_layout
38989
38990 \end_inset
38991
38992 BlueGreen
38993 \begin_inset ERT
38994 status collapsed
38995
38996 \begin_layout Plain Layout
38997
38998 }{
38999 \end_layout
39000
39001 \end_inset
39002
39003
39004 \begin_inset Phantom Phantom
39005 status open
39006
39007 \begin_layout Plain Layout
39008 W
39009 \end_layout
39010
39011 \end_inset
39012
39013
39014 \begin_inset ERT
39015 status collapsed
39016
39017 \begin_layout Plain Layout
39018
39019 }
39020 \end_layout
39021
39022 \end_inset
39023
39024  BlueGreen
39025 \end_layout
39026
39027 \end_inset
39028 </cell>
39029 </row>
39030 <row>
39031 <cell alignment="left" valignment="top" usebox="none">
39032 \begin_inset Text
39033
39034 \begin_layout Plain Layout
39035 \begin_inset ERT
39036 status collapsed
39037
39038 \begin_layout Plain Layout
39039
39040
39041 \backslash
39042 fcolorbox{black}{
39043 \end_layout
39044
39045 \end_inset
39046
39047 BlueViolet
39048 \begin_inset ERT
39049 status collapsed
39050
39051 \begin_layout Plain Layout
39052
39053 }{
39054 \end_layout
39055
39056 \end_inset
39057
39058
39059 \begin_inset Phantom Phantom
39060 status open
39061
39062 \begin_layout Plain Layout
39063 W
39064 \end_layout
39065
39066 \end_inset
39067
39068
39069 \begin_inset ERT
39070 status collapsed
39071
39072 \begin_layout Plain Layout
39073
39074 }
39075 \end_layout
39076
39077 \end_inset
39078
39079  BlueViolet
39080 \end_layout
39081
39082 \end_inset
39083 </cell>
39084 <cell alignment="left" valignment="top" usebox="none">
39085 \begin_inset Text
39086
39087 \begin_layout Plain Layout
39088 \begin_inset ERT
39089 status collapsed
39090
39091 \begin_layout Plain Layout
39092
39093
39094 \backslash
39095 fcolorbox{black}{
39096 \end_layout
39097
39098 \end_inset
39099
39100 BrickRed
39101 \begin_inset ERT
39102 status collapsed
39103
39104 \begin_layout Plain Layout
39105
39106 }{
39107 \end_layout
39108
39109 \end_inset
39110
39111
39112 \begin_inset Phantom Phantom
39113 status open
39114
39115 \begin_layout Plain Layout
39116 W
39117 \end_layout
39118
39119 \end_inset
39120
39121
39122 \begin_inset ERT
39123 status collapsed
39124
39125 \begin_layout Plain Layout
39126
39127 }
39128 \end_layout
39129
39130 \end_inset
39131
39132  BrickRed
39133 \end_layout
39134
39135 \end_inset
39136 </cell>
39137 <cell alignment="left" valignment="top" usebox="none">
39138 \begin_inset Text
39139
39140 \begin_layout Plain Layout
39141 \begin_inset ERT
39142 status collapsed
39143
39144 \begin_layout Plain Layout
39145
39146
39147 \backslash
39148 fcolorbox{black}{
39149 \end_layout
39150
39151 \end_inset
39152
39153 Brown
39154 \begin_inset ERT
39155 status collapsed
39156
39157 \begin_layout Plain Layout
39158
39159 }{
39160 \end_layout
39161
39162 \end_inset
39163
39164
39165 \begin_inset Phantom Phantom
39166 status open
39167
39168 \begin_layout Plain Layout
39169 W
39170 \end_layout
39171
39172 \end_inset
39173
39174
39175 \begin_inset ERT
39176 status collapsed
39177
39178 \begin_layout Plain Layout
39179
39180 }
39181 \end_layout
39182
39183 \end_inset
39184
39185  Brown
39186 \end_layout
39187
39188 \end_inset
39189 </cell>
39190 <cell alignment="left" valignment="top" usebox="none">
39191 \begin_inset Text
39192
39193 \begin_layout Plain Layout
39194 \begin_inset ERT
39195 status collapsed
39196
39197 \begin_layout Plain Layout
39198
39199
39200 \backslash
39201 fcolorbox{black}{
39202 \end_layout
39203
39204 \end_inset
39205
39206 BurntOrange
39207 \begin_inset ERT
39208 status collapsed
39209
39210 \begin_layout Plain Layout
39211
39212 }{
39213 \end_layout
39214
39215 \end_inset
39216
39217
39218 \begin_inset Phantom Phantom
39219 status open
39220
39221 \begin_layout Plain Layout
39222 W
39223 \end_layout
39224
39225 \end_inset
39226
39227
39228 \begin_inset ERT
39229 status collapsed
39230
39231 \begin_layout Plain Layout
39232
39233 }
39234 \end_layout
39235
39236 \end_inset
39237
39238  BurntOrange
39239 \end_layout
39240
39241 \end_inset
39242 </cell>
39243 </row>
39244 <row>
39245 <cell alignment="left" valignment="top" usebox="none">
39246 \begin_inset Text
39247
39248 \begin_layout Plain Layout
39249 \begin_inset ERT
39250 status collapsed
39251
39252 \begin_layout Plain Layout
39253
39254
39255 \backslash
39256 fcolorbox{black}{
39257 \end_layout
39258
39259 \end_inset
39260
39261 CadetBlue
39262 \begin_inset ERT
39263 status collapsed
39264
39265 \begin_layout Plain Layout
39266
39267 }{
39268 \end_layout
39269
39270 \end_inset
39271
39272
39273 \begin_inset Phantom Phantom
39274 status open
39275
39276 \begin_layout Plain Layout
39277 W
39278 \end_layout
39279
39280 \end_inset
39281
39282
39283 \begin_inset ERT
39284 status collapsed
39285
39286 \begin_layout Plain Layout
39287
39288 }
39289 \end_layout
39290
39291 \end_inset
39292
39293  CadetBlue
39294 \end_layout
39295
39296 \end_inset
39297 </cell>
39298 <cell alignment="left" valignment="top" usebox="none">
39299 \begin_inset Text
39300
39301 \begin_layout Plain Layout
39302 \begin_inset ERT
39303 status collapsed
39304
39305 \begin_layout Plain Layout
39306
39307
39308 \backslash
39309 fcolorbox{black}{
39310 \end_layout
39311
39312 \end_inset
39313
39314 CarnationPink
39315 \begin_inset ERT
39316 status collapsed
39317
39318 \begin_layout Plain Layout
39319
39320 }{
39321 \end_layout
39322
39323 \end_inset
39324
39325
39326 \begin_inset Phantom Phantom
39327 status open
39328
39329 \begin_layout Plain Layout
39330 W
39331 \end_layout
39332
39333 \end_inset
39334
39335
39336 \begin_inset ERT
39337 status collapsed
39338
39339 \begin_layout Plain Layout
39340
39341 }
39342 \end_layout
39343
39344 \end_inset
39345
39346  CarnationPink
39347 \end_layout
39348
39349 \end_inset
39350 </cell>
39351 <cell alignment="left" valignment="top" usebox="none">
39352 \begin_inset Text
39353
39354 \begin_layout Plain Layout
39355 \begin_inset ERT
39356 status collapsed
39357
39358 \begin_layout Plain Layout
39359
39360
39361 \backslash
39362 fcolorbox{black}{
39363 \end_layout
39364
39365 \end_inset
39366
39367 Cerulean
39368 \begin_inset ERT
39369 status collapsed
39370
39371 \begin_layout Plain Layout
39372
39373 }{
39374 \end_layout
39375
39376 \end_inset
39377
39378
39379 \begin_inset Phantom Phantom
39380 status open
39381
39382 \begin_layout Plain Layout
39383 W
39384 \end_layout
39385
39386 \end_inset
39387
39388
39389 \begin_inset ERT
39390 status collapsed
39391
39392 \begin_layout Plain Layout
39393
39394 }
39395 \end_layout
39396
39397 \end_inset
39398
39399  Cerulean
39400 \end_layout
39401
39402 \end_inset
39403 </cell>
39404 <cell alignment="left" valignment="top" usebox="none">
39405 \begin_inset Text
39406
39407 \begin_layout Plain Layout
39408 \begin_inset ERT
39409 status collapsed
39410
39411 \begin_layout Plain Layout
39412
39413
39414 \backslash
39415 fcolorbox{black}{
39416 \end_layout
39417
39418 \end_inset
39419
39420 CornflowerBlue
39421 \begin_inset ERT
39422 status collapsed
39423
39424 \begin_layout Plain Layout
39425
39426 }{
39427 \end_layout
39428
39429 \end_inset
39430
39431
39432 \begin_inset Phantom Phantom
39433 status open
39434
39435 \begin_layout Plain Layout
39436 W
39437 \end_layout
39438
39439 \end_inset
39440
39441
39442 \begin_inset ERT
39443 status collapsed
39444
39445 \begin_layout Plain Layout
39446
39447 }
39448 \end_layout
39449
39450 \end_inset
39451
39452  CornflowerBlue
39453 \end_layout
39454
39455 \end_inset
39456 </cell>
39457 </row>
39458 <row>
39459 <cell alignment="left" valignment="top" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463 \begin_inset ERT
39464 status collapsed
39465
39466 \begin_layout Plain Layout
39467
39468
39469 \backslash
39470 fcolorbox{black}{
39471 \end_layout
39472
39473 \end_inset
39474
39475 Dandelion
39476 \begin_inset ERT
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480
39481 }{
39482 \end_layout
39483
39484 \end_inset
39485
39486
39487 \begin_inset Phantom Phantom
39488 status open
39489
39490 \begin_layout Plain Layout
39491 W
39492 \end_layout
39493
39494 \end_inset
39495
39496
39497 \begin_inset ERT
39498 status collapsed
39499
39500 \begin_layout Plain Layout
39501
39502 }
39503 \end_layout
39504
39505 \end_inset
39506
39507  Dandelion
39508 \end_layout
39509
39510 \end_inset
39511 </cell>
39512 <cell alignment="left" valignment="top" usebox="none">
39513 \begin_inset Text
39514
39515 \begin_layout Plain Layout
39516 \begin_inset ERT
39517 status collapsed
39518
39519 \begin_layout Plain Layout
39520
39521
39522 \backslash
39523 fcolorbox{black}{
39524 \end_layout
39525
39526 \end_inset
39527
39528 DarkOrchid
39529 \begin_inset ERT
39530 status collapsed
39531
39532 \begin_layout Plain Layout
39533
39534 }{
39535 \end_layout
39536
39537 \end_inset
39538
39539
39540 \begin_inset Phantom Phantom
39541 status open
39542
39543 \begin_layout Plain Layout
39544 W
39545 \end_layout
39546
39547 \end_inset
39548
39549
39550 \begin_inset ERT
39551 status collapsed
39552
39553 \begin_layout Plain Layout
39554
39555 }
39556 \end_layout
39557
39558 \end_inset
39559
39560  DarkOrchid
39561 \end_layout
39562
39563 \end_inset
39564 </cell>
39565 <cell alignment="left" valignment="top" usebox="none">
39566 \begin_inset Text
39567
39568 \begin_layout Plain Layout
39569 \begin_inset ERT
39570 status collapsed
39571
39572 \begin_layout Plain Layout
39573
39574
39575 \backslash
39576 fcolorbox{black}{
39577 \end_layout
39578
39579 \end_inset
39580
39581 Emerald
39582 \begin_inset ERT
39583 status collapsed
39584
39585 \begin_layout Plain Layout
39586
39587 }{
39588 \end_layout
39589
39590 \end_inset
39591
39592
39593 \begin_inset Phantom Phantom
39594 status open
39595
39596 \begin_layout Plain Layout
39597 W
39598 \end_layout
39599
39600 \end_inset
39601
39602
39603 \begin_inset ERT
39604 status collapsed
39605
39606 \begin_layout Plain Layout
39607
39608 }
39609 \end_layout
39610
39611 \end_inset
39612
39613  Emerald
39614 \end_layout
39615
39616 \end_inset
39617 </cell>
39618 <cell alignment="left" valignment="top" usebox="none">
39619 \begin_inset Text
39620
39621 \begin_layout Plain Layout
39622 \begin_inset ERT
39623 status collapsed
39624
39625 \begin_layout Plain Layout
39626
39627
39628 \backslash
39629 fcolorbox{black}{
39630 \end_layout
39631
39632 \end_inset
39633
39634 ForestGreen
39635 \begin_inset ERT
39636 status collapsed
39637
39638 \begin_layout Plain Layout
39639
39640 }{
39641 \end_layout
39642
39643 \end_inset
39644
39645
39646 \begin_inset Phantom Phantom
39647 status open
39648
39649 \begin_layout Plain Layout
39650 W
39651 \end_layout
39652
39653 \end_inset
39654
39655
39656 \begin_inset ERT
39657 status collapsed
39658
39659 \begin_layout Plain Layout
39660
39661 }
39662 \end_layout
39663
39664 \end_inset
39665
39666  ForestGreen
39667 \end_layout
39668
39669 \end_inset
39670 </cell>
39671 </row>
39672 <row>
39673 <cell alignment="left" valignment="top" usebox="none">
39674 \begin_inset Text
39675
39676 \begin_layout Plain Layout
39677 \begin_inset ERT
39678 status collapsed
39679
39680 \begin_layout Plain Layout
39681
39682
39683 \backslash
39684 fcolorbox{black}{
39685 \end_layout
39686
39687 \end_inset
39688
39689 Fuchsia
39690 \begin_inset ERT
39691 status collapsed
39692
39693 \begin_layout Plain Layout
39694
39695 }{
39696 \end_layout
39697
39698 \end_inset
39699
39700
39701 \begin_inset Phantom Phantom
39702 status open
39703
39704 \begin_layout Plain Layout
39705 W
39706 \end_layout
39707
39708 \end_inset
39709
39710
39711 \begin_inset ERT
39712 status collapsed
39713
39714 \begin_layout Plain Layout
39715
39716 }
39717 \end_layout
39718
39719 \end_inset
39720
39721  Fuchsia
39722 \end_layout
39723
39724 \end_inset
39725 </cell>
39726 <cell alignment="left" valignment="top" usebox="none">
39727 \begin_inset Text
39728
39729 \begin_layout Plain Layout
39730 \begin_inset ERT
39731 status collapsed
39732
39733 \begin_layout Plain Layout
39734
39735
39736 \backslash
39737 fcolorbox{black}{
39738 \end_layout
39739
39740 \end_inset
39741
39742 Goldenrod
39743 \begin_inset ERT
39744 status collapsed
39745
39746 \begin_layout Plain Layout
39747
39748 }{
39749 \end_layout
39750
39751 \end_inset
39752
39753
39754 \begin_inset Phantom Phantom
39755 status open
39756
39757 \begin_layout Plain Layout
39758 W
39759 \end_layout
39760
39761 \end_inset
39762
39763
39764 \begin_inset ERT
39765 status collapsed
39766
39767 \begin_layout Plain Layout
39768
39769 }
39770 \end_layout
39771
39772 \end_inset
39773
39774  Goldenrod
39775 \end_layout
39776
39777 \end_inset
39778 </cell>
39779 <cell alignment="left" valignment="top" usebox="none">
39780 \begin_inset Text
39781
39782 \begin_layout Plain Layout
39783 \begin_inset ERT
39784 status collapsed
39785
39786 \begin_layout Plain Layout
39787
39788
39789 \backslash
39790 fcolorbox{black}{
39791 \end_layout
39792
39793 \end_inset
39794
39795 Gray
39796 \begin_inset ERT
39797 status collapsed
39798
39799 \begin_layout Plain Layout
39800
39801 }{
39802 \end_layout
39803
39804 \end_inset
39805
39806
39807 \begin_inset Phantom Phantom
39808 status open
39809
39810 \begin_layout Plain Layout
39811 W
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \begin_inset ERT
39818 status collapsed
39819
39820 \begin_layout Plain Layout
39821
39822 }
39823 \end_layout
39824
39825 \end_inset
39826
39827  Gray
39828 \end_layout
39829
39830 \end_inset
39831 </cell>
39832 <cell alignment="left" valignment="top" usebox="none">
39833 \begin_inset Text
39834
39835 \begin_layout Plain Layout
39836 \begin_inset ERT
39837 status collapsed
39838
39839 \begin_layout Plain Layout
39840
39841
39842 \backslash
39843 fcolorbox{black}{
39844 \end_layout
39845
39846 \end_inset
39847
39848 GreenYellow
39849 \begin_inset ERT
39850 status collapsed
39851
39852 \begin_layout Plain Layout
39853
39854 }{
39855 \end_layout
39856
39857 \end_inset
39858
39859
39860 \begin_inset Phantom Phantom
39861 status open
39862
39863 \begin_layout Plain Layout
39864 W
39865 \end_layout
39866
39867 \end_inset
39868
39869
39870 \begin_inset ERT
39871 status collapsed
39872
39873 \begin_layout Plain Layout
39874
39875 }
39876 \end_layout
39877
39878 \end_inset
39879
39880  GreenYellow
39881 \end_layout
39882
39883 \end_inset
39884 </cell>
39885 </row>
39886 <row>
39887 <cell alignment="center" valignment="top" usebox="none">
39888 \begin_inset Text
39889
39890 \begin_layout Plain Layout
39891 \begin_inset ERT
39892 status collapsed
39893
39894 \begin_layout Plain Layout
39895
39896
39897 \backslash
39898 fcolorbox{black}{
39899 \end_layout
39900
39901 \end_inset
39902
39903 JungleGreen
39904 \begin_inset ERT
39905 status collapsed
39906
39907 \begin_layout Plain Layout
39908
39909 }{
39910 \end_layout
39911
39912 \end_inset
39913
39914
39915 \begin_inset Phantom Phantom
39916 status open
39917
39918 \begin_layout Plain Layout
39919 W
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \begin_inset ERT
39926 status collapsed
39927
39928 \begin_layout Plain Layout
39929
39930 }
39931 \end_layout
39932
39933 \end_inset
39934
39935  JungleGreen
39936 \end_layout
39937
39938 \end_inset
39939 </cell>
39940 <cell alignment="center" valignment="top" usebox="none">
39941 \begin_inset Text
39942
39943 \begin_layout Plain Layout
39944 \begin_inset ERT
39945 status collapsed
39946
39947 \begin_layout Plain Layout
39948
39949
39950 \backslash
39951 fcolorbox{black}{
39952 \end_layout
39953
39954 \end_inset
39955
39956 Lavender
39957 \begin_inset ERT
39958 status collapsed
39959
39960 \begin_layout Plain Layout
39961
39962 }{
39963 \end_layout
39964
39965 \end_inset
39966
39967
39968 \begin_inset Phantom Phantom
39969 status open
39970
39971 \begin_layout Plain Layout
39972 W
39973 \end_layout
39974
39975 \end_inset
39976
39977
39978 \begin_inset ERT
39979 status collapsed
39980
39981 \begin_layout Plain Layout
39982
39983 }
39984 \end_layout
39985
39986 \end_inset
39987
39988  Lavender
39989 \end_layout
39990
39991 \end_inset
39992 </cell>
39993 <cell alignment="center" valignment="top" usebox="none">
39994 \begin_inset Text
39995
39996 \begin_layout Plain Layout
39997 \begin_inset ERT
39998 status collapsed
39999
40000 \begin_layout Plain Layout
40001
40002
40003 \backslash
40004 fcolorbox{black}{
40005 \end_layout
40006
40007 \end_inset
40008
40009 LimeGreen
40010 \begin_inset ERT
40011 status collapsed
40012
40013 \begin_layout Plain Layout
40014
40015 }{
40016 \end_layout
40017
40018 \end_inset
40019
40020
40021 \begin_inset Phantom Phantom
40022 status open
40023
40024 \begin_layout Plain Layout
40025 W
40026 \end_layout
40027
40028 \end_inset
40029
40030
40031 \begin_inset ERT
40032 status collapsed
40033
40034 \begin_layout Plain Layout
40035
40036 }
40037 \end_layout
40038
40039 \end_inset
40040
40041  LimeGreen
40042 \end_layout
40043
40044 \end_inset
40045 </cell>
40046 <cell alignment="center" valignment="top" usebox="none">
40047 \begin_inset Text
40048
40049 \begin_layout Plain Layout
40050 \begin_inset ERT
40051 status collapsed
40052
40053 \begin_layout Plain Layout
40054
40055
40056 \backslash
40057 fcolorbox{black}{
40058 \end_layout
40059
40060 \end_inset
40061
40062 Mahogany
40063 \begin_inset ERT
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067
40068 }{
40069 \end_layout
40070
40071 \end_inset
40072
40073
40074 \begin_inset Phantom Phantom
40075 status open
40076
40077 \begin_layout Plain Layout
40078 W
40079 \end_layout
40080
40081 \end_inset
40082
40083
40084 \begin_inset ERT
40085 status collapsed
40086
40087 \begin_layout Plain Layout
40088
40089 }
40090 \end_layout
40091
40092 \end_inset
40093
40094  Mahogany
40095 \end_layout
40096
40097 \end_inset
40098 </cell>
40099 </row>
40100 <row>
40101 <cell alignment="left" valignment="top" usebox="none">
40102 \begin_inset Text
40103
40104 \begin_layout Plain Layout
40105 \begin_inset ERT
40106 status collapsed
40107
40108 \begin_layout Plain Layout
40109
40110
40111 \backslash
40112 fcolorbox{black}{
40113 \end_layout
40114
40115 \end_inset
40116
40117 Mahogany
40118 \begin_inset ERT
40119 status collapsed
40120
40121 \begin_layout Plain Layout
40122
40123 }{
40124 \end_layout
40125
40126 \end_inset
40127
40128
40129 \begin_inset Phantom Phantom
40130 status open
40131
40132 \begin_layout Plain Layout
40133 W
40134 \end_layout
40135
40136 \end_inset
40137
40138
40139 \begin_inset ERT
40140 status collapsed
40141
40142 \begin_layout Plain Layout
40143
40144 }
40145 \end_layout
40146
40147 \end_inset
40148
40149  Mahogany
40150 \end_layout
40151
40152 \end_inset
40153 </cell>
40154 <cell alignment="left" valignment="top" usebox="none">
40155 \begin_inset Text
40156
40157 \begin_layout Plain Layout
40158 \begin_inset ERT
40159 status collapsed
40160
40161 \begin_layout Plain Layout
40162
40163
40164 \backslash
40165 fcolorbox{black}{
40166 \end_layout
40167
40168 \end_inset
40169
40170 Maroon
40171 \begin_inset ERT
40172 status collapsed
40173
40174 \begin_layout Plain Layout
40175
40176 }{
40177 \end_layout
40178
40179 \end_inset
40180
40181
40182 \begin_inset Phantom Phantom
40183 status open
40184
40185 \begin_layout Plain Layout
40186 W
40187 \end_layout
40188
40189 \end_inset
40190
40191
40192 \begin_inset ERT
40193 status collapsed
40194
40195 \begin_layout Plain Layout
40196
40197 }
40198 \end_layout
40199
40200 \end_inset
40201
40202  Maroon
40203 \end_layout
40204
40205 \end_inset
40206 </cell>
40207 <cell alignment="left" valignment="top" usebox="none">
40208 \begin_inset Text
40209
40210 \begin_layout Plain Layout
40211 \begin_inset ERT
40212 status collapsed
40213
40214 \begin_layout Plain Layout
40215
40216
40217 \backslash
40218 fcolorbox{black}{
40219 \end_layout
40220
40221 \end_inset
40222
40223 Melon
40224 \begin_inset ERT
40225 status collapsed
40226
40227 \begin_layout Plain Layout
40228
40229 }{
40230 \end_layout
40231
40232 \end_inset
40233
40234
40235 \begin_inset Phantom Phantom
40236 status open
40237
40238 \begin_layout Plain Layout
40239 W
40240 \end_layout
40241
40242 \end_inset
40243
40244
40245 \begin_inset ERT
40246 status collapsed
40247
40248 \begin_layout Plain Layout
40249
40250 }
40251 \end_layout
40252
40253 \end_inset
40254
40255  Melon
40256 \end_layout
40257
40258 \end_inset
40259 </cell>
40260 <cell alignment="left" valignment="top" usebox="none">
40261 \begin_inset Text
40262
40263 \begin_layout Plain Layout
40264 \begin_inset ERT
40265 status collapsed
40266
40267 \begin_layout Plain Layout
40268
40269
40270 \backslash
40271 fcolorbox{black}{
40272 \end_layout
40273
40274 \end_inset
40275
40276 MidnightBlue
40277 \begin_inset ERT
40278 status collapsed
40279
40280 \begin_layout Plain Layout
40281
40282 }{
40283 \end_layout
40284
40285 \end_inset
40286
40287
40288 \begin_inset Phantom Phantom
40289 status open
40290
40291 \begin_layout Plain Layout
40292 W
40293 \end_layout
40294
40295 \end_inset
40296
40297
40298 \begin_inset ERT
40299 status collapsed
40300
40301 \begin_layout Plain Layout
40302
40303 }
40304 \end_layout
40305
40306 \end_inset
40307
40308  MidnightBlue
40309 \end_layout
40310
40311 \end_inset
40312 </cell>
40313 </row>
40314 <row>
40315 <cell alignment="left" valignment="top" usebox="none">
40316 \begin_inset Text
40317
40318 \begin_layout Plain Layout
40319 \begin_inset ERT
40320 status collapsed
40321
40322 \begin_layout Plain Layout
40323
40324
40325 \backslash
40326 fcolorbox{black}{
40327 \end_layout
40328
40329 \end_inset
40330
40331 Mulberry
40332 \begin_inset ERT
40333 status collapsed
40334
40335 \begin_layout Plain Layout
40336
40337 }{
40338 \end_layout
40339
40340 \end_inset
40341
40342
40343 \begin_inset Phantom Phantom
40344 status open
40345
40346 \begin_layout Plain Layout
40347 W
40348 \end_layout
40349
40350 \end_inset
40351
40352
40353 \begin_inset ERT
40354 status collapsed
40355
40356 \begin_layout Plain Layout
40357
40358 }
40359 \end_layout
40360
40361 \end_inset
40362
40363  Mulberry
40364 \end_layout
40365
40366 \end_inset
40367 </cell>
40368 <cell alignment="left" valignment="top" usebox="none">
40369 \begin_inset Text
40370
40371 \begin_layout Plain Layout
40372 \begin_inset ERT
40373 status collapsed
40374
40375 \begin_layout Plain Layout
40376
40377
40378 \backslash
40379 fcolorbox{black}{
40380 \end_layout
40381
40382 \end_inset
40383
40384 NavyBlue
40385 \begin_inset ERT
40386 status collapsed
40387
40388 \begin_layout Plain Layout
40389
40390 }{
40391 \end_layout
40392
40393 \end_inset
40394
40395
40396 \begin_inset Phantom Phantom
40397 status open
40398
40399 \begin_layout Plain Layout
40400 W
40401 \end_layout
40402
40403 \end_inset
40404
40405
40406 \begin_inset ERT
40407 status collapsed
40408
40409 \begin_layout Plain Layout
40410
40411 }
40412 \end_layout
40413
40414 \end_inset
40415
40416  NavyBlue
40417 \end_layout
40418
40419 \end_inset
40420 </cell>
40421 <cell alignment="left" valignment="top" usebox="none">
40422 \begin_inset Text
40423
40424 \begin_layout Plain Layout
40425 \begin_inset ERT
40426 status collapsed
40427
40428 \begin_layout Plain Layout
40429
40430
40431 \backslash
40432 fcolorbox{black}{
40433 \end_layout
40434
40435 \end_inset
40436
40437 OliveGreen
40438 \begin_inset ERT
40439 status collapsed
40440
40441 \begin_layout Plain Layout
40442
40443 }{
40444 \end_layout
40445
40446 \end_inset
40447
40448
40449 \begin_inset Phantom Phantom
40450 status open
40451
40452 \begin_layout Plain Layout
40453 W
40454 \end_layout
40455
40456 \end_inset
40457
40458
40459 \begin_inset ERT
40460 status collapsed
40461
40462 \begin_layout Plain Layout
40463
40464 }
40465 \end_layout
40466
40467 \end_inset
40468
40469  OliveGreen
40470 \end_layout
40471
40472 \end_inset
40473 </cell>
40474 <cell alignment="left" valignment="top" usebox="none">
40475 \begin_inset Text
40476
40477 \begin_layout Plain Layout
40478 \begin_inset ERT
40479 status collapsed
40480
40481 \begin_layout Plain Layout
40482
40483
40484 \backslash
40485 fcolorbox{black}{
40486 \end_layout
40487
40488 \end_inset
40489
40490 Orange
40491 \begin_inset ERT
40492 status collapsed
40493
40494 \begin_layout Plain Layout
40495
40496 }{
40497 \end_layout
40498
40499 \end_inset
40500
40501
40502 \begin_inset Phantom Phantom
40503 status open
40504
40505 \begin_layout Plain Layout
40506 W
40507 \end_layout
40508
40509 \end_inset
40510
40511
40512 \begin_inset ERT
40513 status collapsed
40514
40515 \begin_layout Plain Layout
40516
40517 }
40518 \end_layout
40519
40520 \end_inset
40521
40522  Orange
40523 \end_layout
40524
40525 \end_inset
40526 </cell>
40527 </row>
40528 <row>
40529 <cell alignment="left" valignment="top" usebox="none">
40530 \begin_inset Text
40531
40532 \begin_layout Plain Layout
40533 \begin_inset ERT
40534 status collapsed
40535
40536 \begin_layout Plain Layout
40537
40538
40539 \backslash
40540 fcolorbox{black}{
40541 \end_layout
40542
40543 \end_inset
40544
40545 OrangeRed
40546 \begin_inset ERT
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550
40551 }{
40552 \end_layout
40553
40554 \end_inset
40555
40556
40557 \begin_inset Phantom Phantom
40558 status open
40559
40560 \begin_layout Plain Layout
40561 W
40562 \end_layout
40563
40564 \end_inset
40565
40566
40567 \begin_inset ERT
40568 status collapsed
40569
40570 \begin_layout Plain Layout
40571
40572 }
40573 \end_layout
40574
40575 \end_inset
40576
40577  OrangeRed
40578 \end_layout
40579
40580 \end_inset
40581 </cell>
40582 <cell alignment="left" valignment="top" usebox="none">
40583 \begin_inset Text
40584
40585 \begin_layout Plain Layout
40586 \begin_inset ERT
40587 status collapsed
40588
40589 \begin_layout Plain Layout
40590
40591
40592 \backslash
40593 fcolorbox{black}{
40594 \end_layout
40595
40596 \end_inset
40597
40598 Orchid
40599 \begin_inset ERT
40600 status collapsed
40601
40602 \begin_layout Plain Layout
40603
40604 }{
40605 \end_layout
40606
40607 \end_inset
40608
40609
40610 \begin_inset Phantom Phantom
40611 status open
40612
40613 \begin_layout Plain Layout
40614 W
40615 \end_layout
40616
40617 \end_inset
40618
40619
40620 \begin_inset ERT
40621 status collapsed
40622
40623 \begin_layout Plain Layout
40624
40625 }
40626 \end_layout
40627
40628 \end_inset
40629
40630  Orchid
40631 \end_layout
40632
40633 \end_inset
40634 </cell>
40635 <cell alignment="left" valignment="top" usebox="none">
40636 \begin_inset Text
40637
40638 \begin_layout Plain Layout
40639 \begin_inset ERT
40640 status collapsed
40641
40642 \begin_layout Plain Layout
40643
40644
40645 \backslash
40646 fcolorbox{black}{
40647 \end_layout
40648
40649 \end_inset
40650
40651 Peach
40652 \begin_inset ERT
40653 status collapsed
40654
40655 \begin_layout Plain Layout
40656
40657 }{
40658 \end_layout
40659
40660 \end_inset
40661
40662
40663 \begin_inset Phantom Phantom
40664 status open
40665
40666 \begin_layout Plain Layout
40667 W
40668 \end_layout
40669
40670 \end_inset
40671
40672
40673 \begin_inset ERT
40674 status collapsed
40675
40676 \begin_layout Plain Layout
40677
40678 }
40679 \end_layout
40680
40681 \end_inset
40682
40683  Peach
40684 \end_layout
40685
40686 \end_inset
40687 </cell>
40688 <cell alignment="left" valignment="top" usebox="none">
40689 \begin_inset Text
40690
40691 \begin_layout Plain Layout
40692 \begin_inset ERT
40693 status collapsed
40694
40695 \begin_layout Plain Layout
40696
40697
40698 \backslash
40699 fcolorbox{black}{
40700 \end_layout
40701
40702 \end_inset
40703
40704 Periwinkle
40705 \begin_inset ERT
40706 status collapsed
40707
40708 \begin_layout Plain Layout
40709
40710 }{
40711 \end_layout
40712
40713 \end_inset
40714
40715
40716 \begin_inset Phantom Phantom
40717 status open
40718
40719 \begin_layout Plain Layout
40720 W
40721 \end_layout
40722
40723 \end_inset
40724
40725
40726 \begin_inset ERT
40727 status collapsed
40728
40729 \begin_layout Plain Layout
40730
40731 }
40732 \end_layout
40733
40734 \end_inset
40735
40736  Periwinkle
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 </row>
40742 <row>
40743 <cell alignment="left" valignment="top" usebox="none">
40744 \begin_inset Text
40745
40746 \begin_layout Plain Layout
40747 \begin_inset ERT
40748 status collapsed
40749
40750 \begin_layout Plain Layout
40751
40752
40753 \backslash
40754 fcolorbox{black}{
40755 \end_layout
40756
40757 \end_inset
40758
40759 PineGreen
40760 \begin_inset ERT
40761 status collapsed
40762
40763 \begin_layout Plain Layout
40764
40765 }{
40766 \end_layout
40767
40768 \end_inset
40769
40770
40771 \begin_inset Phantom Phantom
40772 status open
40773
40774 \begin_layout Plain Layout
40775 W
40776 \end_layout
40777
40778 \end_inset
40779
40780
40781 \begin_inset ERT
40782 status collapsed
40783
40784 \begin_layout Plain Layout
40785
40786 }
40787 \end_layout
40788
40789 \end_inset
40790
40791  PineGreen
40792 \end_layout
40793
40794 \end_inset
40795 </cell>
40796 <cell alignment="left" valignment="top" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 \begin_inset ERT
40801 status collapsed
40802
40803 \begin_layout Plain Layout
40804
40805
40806 \backslash
40807 fcolorbox{black}{
40808 \end_layout
40809
40810 \end_inset
40811
40812 Plum
40813 \begin_inset ERT
40814 status collapsed
40815
40816 \begin_layout Plain Layout
40817
40818 }{
40819 \end_layout
40820
40821 \end_inset
40822
40823
40824 \begin_inset Phantom Phantom
40825 status open
40826
40827 \begin_layout Plain Layout
40828 W
40829 \end_layout
40830
40831 \end_inset
40832
40833
40834 \begin_inset ERT
40835 status collapsed
40836
40837 \begin_layout Plain Layout
40838
40839 }
40840 \end_layout
40841
40842 \end_inset
40843
40844  Plum
40845 \end_layout
40846
40847 \end_inset
40848 </cell>
40849 <cell alignment="left" valignment="top" usebox="none">
40850 \begin_inset Text
40851
40852 \begin_layout Plain Layout
40853 \begin_inset ERT
40854 status collapsed
40855
40856 \begin_layout Plain Layout
40857
40858
40859 \backslash
40860 fcolorbox{black}{
40861 \end_layout
40862
40863 \end_inset
40864
40865 ProcessBlue
40866 \begin_inset ERT
40867 status collapsed
40868
40869 \begin_layout Plain Layout
40870
40871 }{
40872 \end_layout
40873
40874 \end_inset
40875
40876
40877 \begin_inset Phantom Phantom
40878 status open
40879
40880 \begin_layout Plain Layout
40881 W
40882 \end_layout
40883
40884 \end_inset
40885
40886
40887 \begin_inset ERT
40888 status collapsed
40889
40890 \begin_layout Plain Layout
40891
40892 }
40893 \end_layout
40894
40895 \end_inset
40896
40897  ProcessBlue
40898 \end_layout
40899
40900 \end_inset
40901 </cell>
40902 <cell alignment="left" valignment="top" usebox="none">
40903 \begin_inset Text
40904
40905 \begin_layout Plain Layout
40906 \begin_inset ERT
40907 status collapsed
40908
40909 \begin_layout Plain Layout
40910
40911
40912 \backslash
40913 fcolorbox{black}{
40914 \end_layout
40915
40916 \end_inset
40917
40918 Purple
40919 \begin_inset ERT
40920 status collapsed
40921
40922 \begin_layout Plain Layout
40923
40924 }{
40925 \end_layout
40926
40927 \end_inset
40928
40929
40930 \begin_inset Phantom Phantom
40931 status open
40932
40933 \begin_layout Plain Layout
40934 W
40935 \end_layout
40936
40937 \end_inset
40938
40939
40940 \begin_inset ERT
40941 status collapsed
40942
40943 \begin_layout Plain Layout
40944
40945 }
40946 \end_layout
40947
40948 \end_inset
40949
40950  Purple
40951 \end_layout
40952
40953 \end_inset
40954 </cell>
40955 </row>
40956 <row>
40957 <cell alignment="left" valignment="top" usebox="none">
40958 \begin_inset Text
40959
40960 \begin_layout Plain Layout
40961 \begin_inset ERT
40962 status collapsed
40963
40964 \begin_layout Plain Layout
40965
40966
40967 \backslash
40968 fcolorbox{black}{
40969 \end_layout
40970
40971 \end_inset
40972
40973 RawSienna
40974 \begin_inset ERT
40975 status collapsed
40976
40977 \begin_layout Plain Layout
40978
40979 }{
40980 \end_layout
40981
40982 \end_inset
40983
40984
40985 \begin_inset Phantom Phantom
40986 status open
40987
40988 \begin_layout Plain Layout
40989 W
40990 \end_layout
40991
40992 \end_inset
40993
40994
40995 \begin_inset ERT
40996 status collapsed
40997
40998 \begin_layout Plain Layout
40999
41000 }
41001 \end_layout
41002
41003 \end_inset
41004
41005  RawSienna
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 <cell alignment="left" valignment="top" usebox="none">
41011 \begin_inset Text
41012
41013 \begin_layout Plain Layout
41014 \begin_inset ERT
41015 status collapsed
41016
41017 \begin_layout Plain Layout
41018
41019
41020 \backslash
41021 fcolorbox{black}{
41022 \end_layout
41023
41024 \end_inset
41025
41026 RedOrange
41027 \begin_inset ERT
41028 status collapsed
41029
41030 \begin_layout Plain Layout
41031
41032 }{
41033 \end_layout
41034
41035 \end_inset
41036
41037
41038 \begin_inset Phantom Phantom
41039 status open
41040
41041 \begin_layout Plain Layout
41042 W
41043 \end_layout
41044
41045 \end_inset
41046
41047
41048 \begin_inset ERT
41049 status collapsed
41050
41051 \begin_layout Plain Layout
41052
41053 }
41054 \end_layout
41055
41056 \end_inset
41057
41058  RedOrange
41059 \end_layout
41060
41061 \end_inset
41062 </cell>
41063 <cell alignment="left" valignment="top" usebox="none">
41064 \begin_inset Text
41065
41066 \begin_layout Plain Layout
41067 \begin_inset ERT
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071
41072
41073 \backslash
41074 fcolorbox{black}{
41075 \end_layout
41076
41077 \end_inset
41078
41079 RedViolet
41080 \begin_inset ERT
41081 status collapsed
41082
41083 \begin_layout Plain Layout
41084
41085 }{
41086 \end_layout
41087
41088 \end_inset
41089
41090
41091 \begin_inset Phantom Phantom
41092 status open
41093
41094 \begin_layout Plain Layout
41095 W
41096 \end_layout
41097
41098 \end_inset
41099
41100
41101 \begin_inset ERT
41102 status collapsed
41103
41104 \begin_layout Plain Layout
41105
41106 }
41107 \end_layout
41108
41109 \end_inset
41110
41111  RedViolet
41112 \end_layout
41113
41114 \end_inset
41115 </cell>
41116 <cell alignment="left" valignment="top" usebox="none">
41117 \begin_inset Text
41118
41119 \begin_layout Plain Layout
41120 \begin_inset ERT
41121 status collapsed
41122
41123 \begin_layout Plain Layout
41124
41125
41126 \backslash
41127 fcolorbox{black}{
41128 \end_layout
41129
41130 \end_inset
41131
41132 Rhodamine
41133 \begin_inset ERT
41134 status collapsed
41135
41136 \begin_layout Plain Layout
41137
41138 }{
41139 \end_layout
41140
41141 \end_inset
41142
41143
41144 \begin_inset Phantom Phantom
41145 status open
41146
41147 \begin_layout Plain Layout
41148 W
41149 \end_layout
41150
41151 \end_inset
41152
41153
41154 \begin_inset ERT
41155 status collapsed
41156
41157 \begin_layout Plain Layout
41158
41159 }
41160 \end_layout
41161
41162 \end_inset
41163
41164  Rhodamine
41165 \end_layout
41166
41167 \end_inset
41168 </cell>
41169 </row>
41170 <row>
41171 <cell alignment="left" valignment="top" usebox="none">
41172 \begin_inset Text
41173
41174 \begin_layout Plain Layout
41175 \begin_inset ERT
41176 status collapsed
41177
41178 \begin_layout Plain Layout
41179
41180
41181 \backslash
41182 fcolorbox{black}{
41183 \end_layout
41184
41185 \end_inset
41186
41187 RoyalBlue
41188 \begin_inset ERT
41189 status collapsed
41190
41191 \begin_layout Plain Layout
41192
41193 }{
41194 \end_layout
41195
41196 \end_inset
41197
41198
41199 \begin_inset Phantom Phantom
41200 status open
41201
41202 \begin_layout Plain Layout
41203 W
41204 \end_layout
41205
41206 \end_inset
41207
41208
41209 \begin_inset ERT
41210 status collapsed
41211
41212 \begin_layout Plain Layout
41213
41214 }
41215 \end_layout
41216
41217 \end_inset
41218
41219  RoyalBlue
41220 \end_layout
41221
41222 \end_inset
41223 </cell>
41224 <cell alignment="left" valignment="top" usebox="none">
41225 \begin_inset Text
41226
41227 \begin_layout Plain Layout
41228 \begin_inset ERT
41229 status collapsed
41230
41231 \begin_layout Plain Layout
41232
41233
41234 \backslash
41235 fcolorbox{black}{
41236 \end_layout
41237
41238 \end_inset
41239
41240 RoyalPurple
41241 \begin_inset ERT
41242 status collapsed
41243
41244 \begin_layout Plain Layout
41245
41246 }{
41247 \end_layout
41248
41249 \end_inset
41250
41251
41252 \begin_inset Phantom Phantom
41253 status open
41254
41255 \begin_layout Plain Layout
41256 W
41257 \end_layout
41258
41259 \end_inset
41260
41261
41262 \begin_inset ERT
41263 status collapsed
41264
41265 \begin_layout Plain Layout
41266
41267 }
41268 \end_layout
41269
41270 \end_inset
41271
41272  RoyalPurple
41273 \end_layout
41274
41275 \end_inset
41276 </cell>
41277 <cell alignment="left" valignment="top" usebox="none">
41278 \begin_inset Text
41279
41280 \begin_layout Plain Layout
41281 \begin_inset ERT
41282 status collapsed
41283
41284 \begin_layout Plain Layout
41285
41286
41287 \backslash
41288 fcolorbox{black}{
41289 \end_layout
41290
41291 \end_inset
41292
41293 RubineRed
41294 \begin_inset ERT
41295 status collapsed
41296
41297 \begin_layout Plain Layout
41298
41299 }{
41300 \end_layout
41301
41302 \end_inset
41303
41304
41305 \begin_inset Phantom Phantom
41306 status open
41307
41308 \begin_layout Plain Layout
41309 W
41310 \end_layout
41311
41312 \end_inset
41313
41314
41315 \begin_inset ERT
41316 status collapsed
41317
41318 \begin_layout Plain Layout
41319
41320 }
41321 \end_layout
41322
41323 \end_inset
41324
41325  RubineRed
41326 \end_layout
41327
41328 \end_inset
41329 </cell>
41330 <cell alignment="left" valignment="top" usebox="none">
41331 \begin_inset Text
41332
41333 \begin_layout Plain Layout
41334 \begin_inset ERT
41335 status collapsed
41336
41337 \begin_layout Plain Layout
41338
41339
41340 \backslash
41341 fcolorbox{black}{
41342 \end_layout
41343
41344 \end_inset
41345
41346 Salmon
41347 \begin_inset ERT
41348 status collapsed
41349
41350 \begin_layout Plain Layout
41351
41352 }{
41353 \end_layout
41354
41355 \end_inset
41356
41357
41358 \begin_inset Phantom Phantom
41359 status open
41360
41361 \begin_layout Plain Layout
41362 W
41363 \end_layout
41364
41365 \end_inset
41366
41367
41368 \begin_inset ERT
41369 status collapsed
41370
41371 \begin_layout Plain Layout
41372
41373 }
41374 \end_layout
41375
41376 \end_inset
41377
41378  Salmon
41379 \end_layout
41380
41381 \end_inset
41382 </cell>
41383 </row>
41384 <row>
41385 <cell alignment="left" valignment="top" usebox="none">
41386 \begin_inset Text
41387
41388 \begin_layout Plain Layout
41389 \begin_inset ERT
41390 status collapsed
41391
41392 \begin_layout Plain Layout
41393
41394
41395 \backslash
41396 fcolorbox{black}{
41397 \end_layout
41398
41399 \end_inset
41400
41401 SeaGreen
41402 \begin_inset ERT
41403 status collapsed
41404
41405 \begin_layout Plain Layout
41406
41407 }{
41408 \end_layout
41409
41410 \end_inset
41411
41412
41413 \begin_inset Phantom Phantom
41414 status open
41415
41416 \begin_layout Plain Layout
41417 W
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \begin_inset ERT
41424 status collapsed
41425
41426 \begin_layout Plain Layout
41427
41428 }
41429 \end_layout
41430
41431 \end_inset
41432
41433  SeaGreen
41434 \end_layout
41435
41436 \end_inset
41437 </cell>
41438 <cell alignment="left" valignment="top" usebox="none">
41439 \begin_inset Text
41440
41441 \begin_layout Plain Layout
41442 \begin_inset ERT
41443 status collapsed
41444
41445 \begin_layout Plain Layout
41446
41447
41448 \backslash
41449 fcolorbox{black}{
41450 \end_layout
41451
41452 \end_inset
41453
41454 Sepia
41455 \begin_inset ERT
41456 status collapsed
41457
41458 \begin_layout Plain Layout
41459
41460 }{
41461 \end_layout
41462
41463 \end_inset
41464
41465
41466 \begin_inset Phantom Phantom
41467 status open
41468
41469 \begin_layout Plain Layout
41470 W
41471 \end_layout
41472
41473 \end_inset
41474
41475
41476 \begin_inset ERT
41477 status collapsed
41478
41479 \begin_layout Plain Layout
41480
41481 }
41482 \end_layout
41483
41484 \end_inset
41485
41486  Sepia
41487 \end_layout
41488
41489 \end_inset
41490 </cell>
41491 <cell alignment="left" valignment="top" usebox="none">
41492 \begin_inset Text
41493
41494 \begin_layout Plain Layout
41495 \begin_inset ERT
41496 status collapsed
41497
41498 \begin_layout Plain Layout
41499
41500
41501 \backslash
41502 fcolorbox{black}{
41503 \end_layout
41504
41505 \end_inset
41506
41507 SkyBlue
41508 \begin_inset ERT
41509 status collapsed
41510
41511 \begin_layout Plain Layout
41512
41513 }{
41514 \end_layout
41515
41516 \end_inset
41517
41518
41519 \begin_inset Phantom Phantom
41520 status open
41521
41522 \begin_layout Plain Layout
41523 W
41524 \end_layout
41525
41526 \end_inset
41527
41528
41529 \begin_inset ERT
41530 status collapsed
41531
41532 \begin_layout Plain Layout
41533
41534 }
41535 \end_layout
41536
41537 \end_inset
41538
41539  SkyBlue
41540 \end_layout
41541
41542 \end_inset
41543 </cell>
41544 <cell alignment="left" valignment="top" usebox="none">
41545 \begin_inset Text
41546
41547 \begin_layout Plain Layout
41548 \begin_inset ERT
41549 status collapsed
41550
41551 \begin_layout Plain Layout
41552
41553
41554 \backslash
41555 fcolorbox{black}{
41556 \end_layout
41557
41558 \end_inset
41559
41560 SpringGreen
41561 \begin_inset ERT
41562 status collapsed
41563
41564 \begin_layout Plain Layout
41565
41566 }{
41567 \end_layout
41568
41569 \end_inset
41570
41571
41572 \begin_inset Phantom Phantom
41573 status open
41574
41575 \begin_layout Plain Layout
41576 W
41577 \end_layout
41578
41579 \end_inset
41580
41581
41582 \begin_inset ERT
41583 status collapsed
41584
41585 \begin_layout Plain Layout
41586
41587 }
41588 \end_layout
41589
41590 \end_inset
41591
41592  SpringGreen
41593 \end_layout
41594
41595 \end_inset
41596 </cell>
41597 </row>
41598 <row>
41599 <cell alignment="left" valignment="top" usebox="none">
41600 \begin_inset Text
41601
41602 \begin_layout Plain Layout
41603 \begin_inset ERT
41604 status collapsed
41605
41606 \begin_layout Plain Layout
41607
41608
41609 \backslash
41610 fcolorbox{black}{
41611 \end_layout
41612
41613 \end_inset
41614
41615 Tan
41616 \begin_inset ERT
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620
41621 }{
41622 \end_layout
41623
41624 \end_inset
41625
41626
41627 \begin_inset Phantom Phantom
41628 status open
41629
41630 \begin_layout Plain Layout
41631 W
41632 \end_layout
41633
41634 \end_inset
41635
41636
41637 \begin_inset ERT
41638 status collapsed
41639
41640 \begin_layout Plain Layout
41641
41642 }
41643 \end_layout
41644
41645 \end_inset
41646
41647  Tan
41648 \end_layout
41649
41650 \end_inset
41651 </cell>
41652 <cell alignment="left" valignment="top" usebox="none">
41653 \begin_inset Text
41654
41655 \begin_layout Plain Layout
41656 \begin_inset ERT
41657 status collapsed
41658
41659 \begin_layout Plain Layout
41660
41661
41662 \backslash
41663 fcolorbox{black}{
41664 \end_layout
41665
41666 \end_inset
41667
41668 TealBlue
41669 \begin_inset ERT
41670 status collapsed
41671
41672 \begin_layout Plain Layout
41673
41674 }{
41675 \end_layout
41676
41677 \end_inset
41678
41679
41680 \begin_inset Phantom Phantom
41681 status open
41682
41683 \begin_layout Plain Layout
41684 W
41685 \end_layout
41686
41687 \end_inset
41688
41689
41690 \begin_inset ERT
41691 status collapsed
41692
41693 \begin_layout Plain Layout
41694
41695 }
41696 \end_layout
41697
41698 \end_inset
41699
41700  TealBlue
41701 \end_layout
41702
41703 \end_inset
41704 </cell>
41705 <cell alignment="left" valignment="top" usebox="none">
41706 \begin_inset Text
41707
41708 \begin_layout Plain Layout
41709 \begin_inset ERT
41710 status collapsed
41711
41712 \begin_layout Plain Layout
41713
41714
41715 \backslash
41716 fcolorbox{black}{
41717 \end_layout
41718
41719 \end_inset
41720
41721 Thistle
41722 \begin_inset ERT
41723 status collapsed
41724
41725 \begin_layout Plain Layout
41726
41727 }{
41728 \end_layout
41729
41730 \end_inset
41731
41732
41733 \begin_inset Phantom Phantom
41734 status open
41735
41736 \begin_layout Plain Layout
41737 W
41738 \end_layout
41739
41740 \end_inset
41741
41742
41743 \begin_inset ERT
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 }
41749 \end_layout
41750
41751 \end_inset
41752
41753  Thistle
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 <cell alignment="left" valignment="top" usebox="none">
41759 \begin_inset Text
41760
41761 \begin_layout Plain Layout
41762 \begin_inset ERT
41763 status collapsed
41764
41765 \begin_layout Plain Layout
41766
41767
41768 \backslash
41769 fcolorbox{black}{
41770 \end_layout
41771
41772 \end_inset
41773
41774 Turquoise
41775 \begin_inset ERT
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 }{
41781 \end_layout
41782
41783 \end_inset
41784
41785
41786 \begin_inset Phantom Phantom
41787 status open
41788
41789 \begin_layout Plain Layout
41790 W
41791 \end_layout
41792
41793 \end_inset
41794
41795
41796 \begin_inset ERT
41797 status collapsed
41798
41799 \begin_layout Plain Layout
41800
41801 }
41802 \end_layout
41803
41804 \end_inset
41805
41806  Turquoise
41807 \end_layout
41808
41809 \end_inset
41810 </cell>
41811 </row>
41812 <row>
41813 <cell alignment="left" valignment="top" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 \begin_inset ERT
41818 status collapsed
41819
41820 \begin_layout Plain Layout
41821
41822
41823 \backslash
41824 fcolorbox{black}{
41825 \end_layout
41826
41827 \end_inset
41828
41829 Violet
41830 \begin_inset ERT
41831 status collapsed
41832
41833 \begin_layout Plain Layout
41834
41835 }{
41836 \end_layout
41837
41838 \end_inset
41839
41840
41841 \begin_inset Phantom Phantom
41842 status open
41843
41844 \begin_layout Plain Layout
41845 W
41846 \end_layout
41847
41848 \end_inset
41849
41850
41851 \begin_inset ERT
41852 status collapsed
41853
41854 \begin_layout Plain Layout
41855
41856 }
41857 \end_layout
41858
41859 \end_inset
41860
41861  Violet
41862 \end_layout
41863
41864 \end_inset
41865 </cell>
41866 <cell alignment="left" valignment="top" usebox="none">
41867 \begin_inset Text
41868
41869 \begin_layout Plain Layout
41870 \begin_inset ERT
41871 status collapsed
41872
41873 \begin_layout Plain Layout
41874
41875
41876 \backslash
41877 fcolorbox{black}{
41878 \end_layout
41879
41880 \end_inset
41881
41882 VioletRed
41883 \begin_inset ERT
41884 status collapsed
41885
41886 \begin_layout Plain Layout
41887
41888 }{
41889 \end_layout
41890
41891 \end_inset
41892
41893
41894 \begin_inset Phantom Phantom
41895 status open
41896
41897 \begin_layout Plain Layout
41898 W
41899 \end_layout
41900
41901 \end_inset
41902
41903
41904 \begin_inset ERT
41905 status collapsed
41906
41907 \begin_layout Plain Layout
41908
41909 }
41910 \end_layout
41911
41912 \end_inset
41913
41914  VioletRed
41915 \end_layout
41916
41917 \end_inset
41918 </cell>
41919 <cell alignment="left" valignment="top" usebox="none">
41920 \begin_inset Text
41921
41922 \begin_layout Plain Layout
41923 \begin_inset ERT
41924 status collapsed
41925
41926 \begin_layout Plain Layout
41927
41928
41929 \backslash
41930 fcolorbox{black}{
41931 \end_layout
41932
41933 \end_inset
41934
41935 WildStrawberry
41936 \begin_inset ERT
41937 status collapsed
41938
41939 \begin_layout Plain Layout
41940
41941 }{
41942 \end_layout
41943
41944 \end_inset
41945
41946
41947 \begin_inset Phantom Phantom
41948 status open
41949
41950 \begin_layout Plain Layout
41951 W
41952 \end_layout
41953
41954 \end_inset
41955
41956
41957 \begin_inset ERT
41958 status collapsed
41959
41960 \begin_layout Plain Layout
41961
41962 }
41963 \end_layout
41964
41965 \end_inset
41966
41967  WildStrawberry
41968 \end_layout
41969
41970 \end_inset
41971 </cell>
41972 <cell alignment="left" valignment="top" usebox="none">
41973 \begin_inset Text
41974
41975 \begin_layout Plain Layout
41976 \begin_inset ERT
41977 status collapsed
41978
41979 \begin_layout Plain Layout
41980
41981
41982 \backslash
41983 fcolorbox{black}{
41984 \end_layout
41985
41986 \end_inset
41987
41988 YellowGreen
41989 \begin_inset ERT
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993
41994 }{
41995 \end_layout
41996
41997 \end_inset
41998
41999
42000 \begin_inset Phantom Phantom
42001 status open
42002
42003 \begin_layout Plain Layout
42004 W
42005 \end_layout
42006
42007 \end_inset
42008
42009
42010 \begin_inset ERT
42011 status collapsed
42012
42013 \begin_layout Plain Layout
42014
42015 }
42016 \end_layout
42017
42018 \end_inset
42019
42020  YellowGreen
42021 \end_layout
42022
42023 \end_inset
42024 </cell>
42025 </row>
42026 <row>
42027 <cell alignment="left" valignment="top" usebox="none">
42028 \begin_inset Text
42029
42030 \begin_layout Plain Layout
42031 \begin_inset ERT
42032 status collapsed
42033
42034 \begin_layout Plain Layout
42035
42036
42037 \backslash
42038 fcolorbox{black}{
42039 \end_layout
42040
42041 \end_inset
42042
42043 YellowOrange
42044 \begin_inset ERT
42045 status collapsed
42046
42047 \begin_layout Plain Layout
42048
42049 }{
42050 \end_layout
42051
42052 \end_inset
42053
42054
42055 \begin_inset Phantom Phantom
42056 status open
42057
42058 \begin_layout Plain Layout
42059 W
42060 \end_layout
42061
42062 \end_inset
42063
42064
42065 \begin_inset ERT
42066 status collapsed
42067
42068 \begin_layout Plain Layout
42069
42070 }
42071 \end_layout
42072
42073 \end_inset
42074
42075  YellowOrange
42076 \end_layout
42077
42078 \end_inset
42079 </cell>
42080 <cell alignment="left" valignment="top" usebox="none">
42081 \begin_inset Text
42082
42083 \begin_layout Plain Layout
42084
42085 \end_layout
42086
42087 \end_inset
42088 </cell>
42089 <cell alignment="left" valignment="top" usebox="none">
42090 \begin_inset Text
42091
42092 \begin_layout Plain Layout
42093
42094 \end_layout
42095
42096 \end_inset
42097 </cell>
42098 <cell alignment="left" valignment="top" usebox="none">
42099 \begin_inset Text
42100
42101 \begin_layout Plain Layout
42102
42103 \end_layout
42104
42105 \end_inset
42106 </cell>
42107 </row>
42108 </lyxtabular>
42109
42110 \end_inset
42111
42112
42113 \end_layout
42114
42115 \begin_layout Chapter
42116 第(
42117 \begin_inset CommandInset ref
42118 LatexCommand ref
42119 reference "eq:Wgn"
42120
42121 \end_inset
42122
42123 )式の説明
42124 \begin_inset CommandInset label
42125 LatexCommand label
42126 name "cha:式の説明"
42127
42128 \end_inset
42129
42130
42131 \end_layout
42132
42133 \begin_layout Standard
42134 \begin_inset Formula $n$
42135 \end_inset
42136
42137 個の表セルの全幅
42138 \begin_inset Formula $W_{\mathrm{tot\,n}}$
42139 \end_inset
42140
42141
42142 \begin_inset Formula 
42143 \begin{equation}
42144 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42145 \end{equation}
42146
42147 \end_inset
42148
42149
42150 \end_layout
42151
42152 \begin_layout Standard
42153 で計算できます。ここで
42154 \begin_inset Formula $W_{g\,n}$
42155 \end_inset
42156
42157 は、すべてのセルが持つ固定幅です。
42158 \series bold
42159
42160 \backslash
42161 tabcolsep
42162 \series default
42163 は、セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
42164 長であり、既定値は6
42165 \begin_inset space \thinspace{}
42166 \end_inset
42167
42168 ptです。
42169 \series bold
42170
42171 \backslash
42172 arrayrulewidth
42173 \series default
42174 は、セル罫線幅であり、既定値は0.4
42175 \begin_inset space \thinspace{}
42176 \end_inset
42177
42178 ptです。
42179 \end_layout
42180
42181 \begin_layout Standard
42182
42183 \begin_inset CommandInset ref
42184 LatexCommand eqref
42185 reference "eq:Wtot_n"
42186
42187 \end_inset
42188
42189 式にしたがえば、連結列の全幅
42190 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
42191 \end_inset
42192
42193
42194 \begin_inset Formula 
42195 \begin{equation}
42196 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42197 \end{equation}
42198
42199 \end_inset
42200
42201
42202 \end_layout
42203
42204 \begin_layout Standard
42205 となります。
42206 \begin_inset Formula $n$
42207 \end_inset
42208
42209 列を連結する時には各列の全幅は
42210 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
42211 \end_inset
42212
42213 となるので、第
42214 \begin_inset CommandInset ref
42215 LatexCommand eqref
42216 reference "eq:Wtot_n"
42217
42218 \end_inset
42219
42220 式と第
42221 \begin_inset CommandInset ref
42222 LatexCommand eqref
42223 reference "eq:Wtot_mult"
42224
42225 \end_inset
42226
42227 式が等しいものと置けば、必要となる固定幅
42228 \begin_inset Formula $W_{g\,n}$
42229 \end_inset
42230
42231 を計算することができて、
42232 \begin_inset Formula 
42233 \begin{equation}
42234 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42235 \end{equation}
42236
42237 \end_inset
42238
42239 となります。
42240 \end_layout
42241
42242 \begin_layout Bibliography
42243 \labelwidthstring 参考文献
42244 \begin_inset CommandInset bibitem
42245 LatexCommand bibitem
42246 key "latexcompanion"
42247
42248 \end_inset
42249
42250 Frank Mittelbach and Michel Goossens: 
42251 \emph on
42252 The \SpecialChar LaTeX
42253  Companion Second Edition.
42254
42255 \emph default
42256  Addison-Wesley, 2004
42257 \end_layout
42258
42259 \begin_layout Bibliography
42260 \labelwidthstring 参考文献
42261 \begin_inset CommandInset bibitem
42262 LatexCommand bibitem
42263 key "latexguide"
42264
42265 \end_inset
42266
42267 Helmut Kopka and Patrick W.
42268  Daly: 
42269 \emph on
42270 A Guide to \SpecialChar LaTeX
42271  Fourth Edition.
42272
42273 \emph default
42274  Addison-Wesley, 2003
42275 \end_layout
42276
42277 \begin_layout Bibliography
42278 \labelwidthstring 参考文献
42279 \begin_inset CommandInset bibitem
42280 LatexCommand bibitem
42281 key "latexbook"
42282
42283 \end_inset
42284
42285 Leslie Lamport: 
42286 \emph on
42287 \SpecialChar LaTeX
42288 : A Document Preparation System.
42289
42290 \emph default
42291  Addison-Wesley, second edition, 1994
42292 \end_layout
42293
42294 \begin_layout Bibliography
42295 \labelwidthstring 参考文献
42296 \begin_inset CommandInset bibitem
42297 LatexCommand bibitem
42298 key "arydshln"
42299
42300 \end_inset
42301
42302 \SpecialChar LaTeX
42303 パッケージ
42304 \series bold
42305
42306 \begin_inset CommandInset href
42307 LatexCommand href
42308 name "arydshln"
42309 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42310
42311 \end_inset
42312
42313
42314 \series default
42315
42316 \begin_inset Index idx
42317 status collapsed
42318
42319 \begin_layout Plain Layout
42320 \SpecialChar LaTeX
42321 ぱっけーじ@\SpecialChar LaTeX
42322 パッケージ ! arydshln
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \end_layout
42329
42330 \begin_layout Bibliography
42331 \labelwidthstring 参考文献
42332 \begin_inset CommandInset bibitem
42333 LatexCommand bibitem
42334 key "booktabs"
42335
42336 \end_inset
42337
42338 \SpecialChar LaTeX
42339 パッケージ
42340 \series bold
42341
42342 \begin_inset CommandInset href
42343 LatexCommand href
42344 name "booktabs"
42345 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42346
42347 \end_inset
42348
42349
42350 \series default
42351
42352 \begin_inset Index idx
42353 status collapsed
42354
42355 \begin_layout Plain Layout
42356 \SpecialChar LaTeX
42357 ぱっけーじ@\SpecialChar LaTeX
42358 パッケージ ! booktabs
42359 \end_layout
42360
42361 \end_inset
42362
42363 の取扱説明書
42364 \end_layout
42365
42366 \begin_layout Bibliography
42367 \labelwidthstring 参考文献
42368 \begin_inset CommandInset bibitem
42369 LatexCommand bibitem
42370 key "caption"
42371
42372 \end_inset
42373
42374 \SpecialChar LaTeX
42375 パッケージ
42376 \series bold
42377
42378 \begin_inset CommandInset href
42379 LatexCommand href
42380 name "caption"
42381 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42382
42383 \end_inset
42384
42385
42386 \series default
42387
42388 \begin_inset Index idx
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392 \SpecialChar LaTeX
42393 ぱっけーじ@\SpecialChar LaTeX
42394 パッケージ ! caption
42395 \end_layout
42396
42397 \end_inset
42398
42399 の取扱説明書
42400 \end_layout
42401
42402 \begin_layout Bibliography
42403 \labelwidthstring 参考文献
42404 \begin_inset CommandInset bibitem
42405 LatexCommand bibitem
42406 key "diagbox"
42407
42408 \end_inset
42409
42410 \SpecialChar LaTeX
42411 パッケージ
42412 \series bold
42413
42414 \begin_inset CommandInset href
42415 LatexCommand href
42416 name "diagbox"
42417 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42418
42419 \end_inset
42420
42421
42422 \series default
42423
42424 \begin_inset Index idx
42425 status collapsed
42426
42427 \begin_layout Plain Layout
42428 \SpecialChar LaTeX
42429 ぱっけーじ@\SpecialChar LaTeX
42430 パッケージ ! diagbox
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \end_layout
42437
42438 \begin_layout Bibliography
42439 \labelwidthstring 参考文献
42440 \begin_inset CommandInset bibitem
42441 LatexCommand bibitem
42442 key "endfloat"
42443
42444 \end_inset
42445
42446 \SpecialChar LaTeX
42447 パッケージ
42448 \series bold
42449
42450 \begin_inset CommandInset href
42451 LatexCommand href
42452 name "endfloat"
42453 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42454
42455 \end_inset
42456
42457
42458 \series default
42459
42460 \begin_inset Index idx
42461 status collapsed
42462
42463 \begin_layout Plain Layout
42464 \SpecialChar LaTeX
42465 ぱっけーじ@\SpecialChar LaTeX
42466 パッケージ ! endfloat
42467 \end_layout
42468
42469 \end_inset
42470
42471 の取扱説明書
42472 \end_layout
42473
42474 \begin_layout Bibliography
42475 \labelwidthstring 参考文献
42476 \begin_inset CommandInset bibitem
42477 LatexCommand bibitem
42478 key "footmisc"
42479
42480 \end_inset
42481
42482 \SpecialChar LaTeX
42483 パッケージ
42484 \series bold
42485
42486 \begin_inset CommandInset href
42487 LatexCommand href
42488 name "footmisc"
42489 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42490
42491 \end_inset
42492
42493
42494 \series default
42495
42496 \begin_inset Index idx
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500 \SpecialChar LaTeX
42501 ぱっけーじ@\SpecialChar LaTeX
42502 パッケージ ! footmisc
42503 \end_layout
42504
42505 \end_inset
42506
42507 の取扱説明書
42508 \end_layout
42509
42510 \begin_layout Bibliography
42511 \labelwidthstring 参考文献
42512 \begin_inset CommandInset bibitem
42513 LatexCommand bibitem
42514 key "hypcap"
42515
42516 \end_inset
42517
42518 \SpecialChar LaTeX
42519 パッケージ
42520 \series bold
42521
42522 \begin_inset CommandInset href
42523 LatexCommand href
42524 name "hypcap"
42525 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42526
42527 \end_inset
42528
42529
42530 \series default
42531
42532 \begin_inset Index idx
42533 status collapsed
42534
42535 \begin_layout Plain Layout
42536 \SpecialChar LaTeX
42537 ぱっけーじ@\SpecialChar LaTeX
42538 パッケージ ! hyperref
42539 \end_layout
42540
42541 \end_inset
42542
42543 の取扱説明書
42544 \end_layout
42545
42546 \begin_layout Bibliography
42547 \labelwidthstring 参考文献
42548 \begin_inset CommandInset bibitem
42549 LatexCommand bibitem
42550 key "hyperref"
42551
42552 \end_inset
42553
42554 \SpecialChar LaTeX
42555 パッケージ
42556 \series bold
42557
42558 \begin_inset CommandInset href
42559 LatexCommand href
42560 name "hyperref"
42561 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42562
42563 \end_inset
42564
42565
42566 \series default
42567
42568 \begin_inset Index idx
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572 \SpecialChar LaTeX
42573 ぱっけーじ@\SpecialChar LaTeX
42574 パッケージ ! hyperref
42575 \end_layout
42576
42577 \end_inset
42578
42579 の取扱説明書
42580 \end_layout
42581
42582 \begin_layout Bibliography
42583 \labelwidthstring 参考文献
42584 \begin_inset CommandInset bibitem
42585 LatexCommand bibitem
42586 key "KOMA-script"
42587
42588 \end_inset
42589
42590 \SpecialChar LaTeX
42591 パッケージ
42592 \series bold
42593
42594 \begin_inset CommandInset href
42595 LatexCommand href
42596 name "KOMA-script"
42597 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42598
42599 \end_inset
42600
42601
42602 \series default
42603
42604 \begin_inset Index idx
42605 status collapsed
42606
42607 \begin_layout Plain Layout
42608 \SpecialChar LaTeX
42609 ぱっけーじ@\SpecialChar LaTeX
42610 パッケージ ! KOMA-script
42611 \end_layout
42612
42613 \end_inset
42614
42615 の取扱説明書
42616 \end_layout
42617
42618 \begin_layout Bibliography
42619 \labelwidthstring 参考文献
42620 \begin_inset CommandInset bibitem
42621 LatexCommand bibitem
42622 key "lettrine"
42623
42624 \end_inset
42625
42626 \SpecialChar LaTeX
42627 パッケージ
42628 \series bold
42629
42630 \begin_inset CommandInset href
42631 LatexCommand href
42632 name "lettrine"
42633 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42634
42635 \end_inset
42636
42637
42638 \series default
42639 及び
42640 \begin_inset CommandInset href
42641 LatexCommand href
42642 name "用例"
42643 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42644
42645 \end_inset
42646
42647
42648 \begin_inset Index idx
42649 status collapsed
42650
42651 \begin_layout Plain Layout
42652 \SpecialChar LaTeX
42653 ぱっけーじ@\SpecialChar LaTeX
42654 パッケージ ! lettrine
42655 \end_layout
42656
42657 \end_inset
42658
42659
42660 \end_layout
42661
42662 \begin_layout Bibliography
42663 \labelwidthstring 参考文献
42664 \begin_inset CommandInset bibitem
42665 LatexCommand bibitem
42666 key "listings"
42667
42668 \end_inset
42669
42670 \SpecialChar LaTeX
42671 パッケージ
42672 \series bold
42673
42674 \begin_inset CommandInset href
42675 LatexCommand href
42676 name "listings"
42677 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42678
42679 \end_inset
42680
42681
42682 \series default
42683
42684 \begin_inset Index idx
42685 status collapsed
42686
42687 \begin_layout Plain Layout
42688 \SpecialChar LaTeX
42689 ぱっけーじ@\SpecialChar LaTeX
42690 パッケージ ! listings
42691 \end_layout
42692
42693 \end_inset
42694
42695 の取扱説明書
42696 \end_layout
42697
42698 \begin_layout Bibliography
42699 \labelwidthstring 参考文献
42700 \begin_inset CommandInset bibitem
42701 LatexCommand bibitem
42702 key "marginnote"
42703
42704 \end_inset
42705
42706 \SpecialChar LaTeX
42707 パッケージ
42708 \series bold
42709
42710 \begin_inset CommandInset href
42711 LatexCommand href
42712 name "marginnote"
42713 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42714
42715 \end_inset
42716
42717
42718 \series default
42719
42720 \begin_inset Index idx
42721 status collapsed
42722
42723 \begin_layout Plain Layout
42724 \SpecialChar LaTeX
42725 ぱっけーじ@\SpecialChar LaTeX
42726 パッケージ ! marginnote
42727 \end_layout
42728
42729 \end_inset
42730
42731 の取扱説明書
42732 \end_layout
42733
42734 \begin_layout Bibliography
42735 \labelwidthstring 参考文献
42736 \begin_inset CommandInset bibitem
42737 LatexCommand bibitem
42738 key "pdfpages"
42739
42740 \end_inset
42741
42742 \SpecialChar LaTeX
42743 パッケージ
42744 \series bold
42745
42746 \begin_inset CommandInset href
42747 LatexCommand href
42748 name "pdfpages"
42749 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42750
42751 \end_inset
42752
42753
42754 \series default
42755
42756 \begin_inset Index idx
42757 status collapsed
42758
42759 \begin_layout Plain Layout
42760 \SpecialChar LaTeX
42761 ぱっけーじ@\SpecialChar LaTeX
42762 パッケージ ! pdfpages
42763 \end_layout
42764
42765 \end_inset
42766
42767 の取扱説明書
42768 \end_layout
42769
42770 \begin_layout Bibliography
42771 \labelwidthstring 参考文献
42772 \begin_inset CommandInset bibitem
42773 LatexCommand bibitem
42774 key "prettyref"
42775
42776 \end_inset
42777
42778 \SpecialChar LaTeX
42779 パッケージ
42780 \series bold
42781
42782 \begin_inset CommandInset href
42783 LatexCommand href
42784 name "prettyref"
42785 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42786
42787 \end_inset
42788
42789
42790 \series default
42791
42792 \begin_inset Index idx
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796 \SpecialChar LaTeX
42797 ぱっけーじ@\SpecialChar LaTeX
42798 パッケージ! prettyref
42799 \end_layout
42800
42801 \end_inset
42802
42803 の取扱説明書
42804 \end_layout
42805
42806 \begin_layout Bibliography
42807 \labelwidthstring 参考文献
42808 \begin_inset CommandInset bibitem
42809 LatexCommand bibitem
42810 key "pstricks"
42811
42812 \end_inset
42813
42814 \SpecialChar LaTeX
42815 パッケージ
42816 \series bold
42817
42818 \begin_inset CommandInset href
42819 LatexCommand href
42820 name "PSTricks"
42821 target "http://tug.org/PSTricks/"
42822
42823 \end_inset
42824
42825
42826 \series default
42827
42828 \begin_inset Index idx
42829 status collapsed
42830
42831 \begin_layout Plain Layout
42832 \SpecialChar LaTeX
42833 ぱっけーじ@\SpecialChar LaTeX
42834 パッケージ ! PSTricks
42835 \end_layout
42836
42837 \end_inset
42838
42839 のウェブページ
42840 \end_layout
42841
42842 \begin_layout Bibliography
42843 \labelwidthstring 参考文献
42844 \begin_inset CommandInset bibitem
42845 LatexCommand bibitem
42846 key "refstyle"
42847
42848 \end_inset
42849
42850 \SpecialChar LaTeX
42851 パッケージ
42852 \series bold
42853
42854 \begin_inset CommandInset href
42855 LatexCommand href
42856 name "refstyle"
42857 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42858
42859 \end_inset
42860
42861
42862 \series default
42863
42864 \begin_inset Index idx
42865 status collapsed
42866
42867 \begin_layout Plain Layout
42868 \SpecialChar LaTeX
42869 ぱっけーじ@\SpecialChar LaTeX
42870 パッケージ ! refstyle
42871 \end_layout
42872
42873 \end_inset
42874
42875 の取扱説明書
42876 \end_layout
42877
42878 \begin_layout Bibliography
42879 \labelwidthstring 参考文献
42880 \begin_inset CommandInset bibitem
42881 LatexCommand bibitem
42882 key "sidecap"
42883
42884 \end_inset
42885
42886 \SpecialChar LaTeX
42887 パッケージ
42888 \series bold
42889
42890 \begin_inset CommandInset href
42891 LatexCommand href
42892 name "sidecap"
42893 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42894
42895 \end_inset
42896
42897
42898 \series default
42899
42900 \begin_inset Index idx
42901 status collapsed
42902
42903 \begin_layout Plain Layout
42904 \SpecialChar LaTeX
42905 ぱっけーじ@\SpecialChar LaTeX
42906 パッケージ ! sidecap
42907 \end_layout
42908
42909 \end_inset
42910
42911 の取扱説明書
42912 \end_layout
42913
42914 \begin_layout Bibliography
42915 \labelwidthstring 参考文献
42916 \begin_inset CommandInset bibitem
42917 LatexCommand bibitem
42918 key "NewInLyX20"
42919
42920 \end_inset
42921
42922
42923 \family sans
42924 \SpecialChar LyX
42925  2.0
42926 \family default
42927 の新機能に関する
42928 \begin_inset CommandInset href
42929 LatexCommand href
42930 name "Wikiページ"
42931 target "http://wiki.lyx.org/LyX/NewInLyX20"
42932
42933 \end_inset
42934
42935
42936 \end_layout
42937
42938 \begin_layout Standard
42939 \begin_inset CommandInset index_print
42940 LatexCommand printindex
42941 type "idx"
42942
42943 \end_inset
42944
42945
42946 \end_layout
42947
42948 \end_body
42949 \end_document