]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: remove an outdated info
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 %% Added by the translator
9 %   Correction for PDF bookmarks
10 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
11 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
12 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
13
14 % if pdflatex is used
15 \usepackage{ifpdf}
16 \ifpdf
17
18 % set fonts for nicer pdf view
19 \IfFileExists{lmodern.sty}
20  {\usepackage{lmodern}}{}
21
22 \fi % end if pdflatex is used
23
24 % that links to image floats jumps
25 % to the beginning of the float and 
26 % not to its caption
27 \usepackage[figure]{hypcap}
28
29 % the pages of the TOC is numbered roman
30 % and a PDF-bookmark for the TOC is added
31 \let\myTOC\tableofcontents
32 \renewcommand\tableofcontents{%
33   \frontmatter
34   \pdfbookmark[1]{\contentsname}{}
35   \myTOC
36   \mainmatter }
37
38 % provides caption formatting
39 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
40
41 % provides commands to set caption
42 % beside tables/images
43 \newcommand{\TabBesBeg}[1][1.0]{%
44  \let\MyTable\table
45  \let\MyEndtable\endtable
46  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
47
48 \newcommand{\TabBesEnd}{%
49  \let\table\MyTable
50  \let\endtable\MyEndtable}
51
52 \newcommand{\FigBesBeg}[1][1.0]{%
53  \let\MyFigure\figure
54  \let\MyEndfigure\endfigure
55  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
56
57 \newcommand{\FigBesEnd}{%
58  \let\figure\MyFigure
59  \let\endfigure\MyEndfigure}
60
61 % enables calculation of values,
62 \usepackage{calc}
63
64 % increase the bottom float placement fraction
65 \renewcommand{\bottomfraction}{0.5}
66
67 % avoids that floats are placed before their
68 % corresponding section starts
69 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
70
71 % speed up the longtable calculation
72 \setcounter{LTchunksize}{100}
73
74 % used for 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 Subsection
23999 参照名の自動命名
24000 \begin_inset Index idx
24001 status collapsed
24002
24003 \begin_layout Plain Layout
24004 さんしょう@参照 ! じどうめいめい@自動命名
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Standard
24013
24014 \family sans
24015 文書設定
24016 \family default
24017 ダイアログの
24018 \family sans
24019 PDF特性
24020 \family default
24021 で有効にされた
24022 \series bold
24023 hyperref
24024 \series default
24025
24026 \begin_inset Index idx
24027 status collapsed
24028
24029 \begin_layout Plain Layout
24030 \SpecialChar LaTeX
24031 ぱっけーじ@\SpecialChar LaTeX
24032 パッケージ ! hyperref
24033 \end_layout
24034
24035 \end_inset
24036
24037  \SpecialChar LaTeX
24038 パッケージは、相互参照が参照されたフロート(あるいは
24039 \emph on
24040
24041 \emph default
24042 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24043 の機能を使用するには、hyperrefを有効にして、
24044 \end_layout
24045
24046 \begin_layout Standard
24047
24048 \series bold
24049
24050 \backslash
24051 AtBeginDocument{
24052 \backslash
24053 renewcommand{
24054 \backslash
24055 ref}[1]{
24056 \backslash
24057 mbox{
24058 \backslash
24059 autoref{#1}}}}
24060 \end_layout
24061
24062 \begin_layout Standard
24063 という行を\SpecialChar LaTeX
24064 プリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24065 \begin_inset space \thinspace{}
24066 \end_inset
24067
24068 」としたいなど、既定の参照名以外のものが欲しい場合には、
24069 \end_layout
24070
24071 \begin_layout Standard
24072
24073 \series bold
24074
24075 \backslash
24076 addto
24077 \backslash
24078 extrasenglish{
24079 \backslash
24080 renewcommand{
24081 \backslash
24082 sectionautorefname}
24083 \begin_inset Newline newline
24084 \end_inset
24085
24086
24087 \begin_inset Phantom HPhantom
24088 status open
24089
24090 \begin_layout Plain Layout
24091
24092 \series bold
24093 \begin_inset space ~
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100
24101 {sec.
24102 \backslash
24103 negthinspace}}
24104 \end_layout
24105
24106 \begin_layout Standard
24107 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24108 \begin_inset Newline newline
24109 \end_inset
24110
24111
24112 \series bold
24113
24114 \backslash
24115 extrasenglishを
24116 \backslash
24117 extras***
24118 \series default
24119 に置き換えてください(***は使用中の言語名)。
24120 \end_layout
24121
24122 \begin_layout Standard
24123 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24124 \end_layout
24125
24126 \begin_layout Standard
24127
24128 \series bold
24129
24130 \backslash
24131 addto
24132 \backslash
24133 extrasenglish{
24134 \backslash
24135 renewcommand*{
24136 \backslash
24137 equationautorefname}[1]{}}
24138 \end_layout
24139
24140 \begin_layout Standard
24141 この話題に関する詳細は、hyperrefの説明書
24142 \begin_inset CommandInset citation
24143 LatexCommand cite
24144 key "hyperref"
24145
24146 \end_inset
24147
24148 をお読みください。
24149 \end_layout
24150
24151 \begin_layout Standard
24152 \begin_inset Note Greyedout
24153 status open
24154
24155 \begin_layout Plain Layout
24156
24157 \series bold
24158 【註】
24159 \series default
24160 参照の自動命名は、相互参照を
24161 \family sans
24162 整形参照
24163 \family default
24164 様式(第
24165 \begin_inset CommandInset ref
24166 LatexCommand ref
24167 reference "subsec:相互参照の書式"
24168
24169 \end_inset
24170
24171 節)で使用しているときには、使用することができません。
24172 \end_layout
24173
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \begin_layout Standard
24180 \SpecialChar LyX
24181 の取扱説明書『
24182 \emph on
24183 数式篇
24184 \emph default
24185 』では、参照名の自動命名が使用されています。
24186 \end_layout
24187
24188 \begin_layout Subsection
24189 参照位置
24190 \begin_inset CommandInset label
24191 LatexCommand label
24192 name "subsec:参照位置"
24193
24194 \end_inset
24195
24196
24197 \begin_inset Index idx
24198 status collapsed
24199
24200 \begin_layout Plain Layout
24201 さんしょう@参照 ! さんしょういち@参照位置
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \begin_layout Standard
24210
24211 \family sans
24212 文書設定
24213 \family default
24214 ダイアログの
24215 \family sans
24216 PDF特性
24217 \family default
24218 で、
24219 \series bold
24220 hyperref
24221 \series default
24222
24223 \begin_inset Index idx
24224 status collapsed
24225
24226 \begin_layout Plain Layout
24227 \SpecialChar LaTeX
24228 ぱっけーじ@\SpecialChar LaTeX
24229 パッケージ ! hyperref
24230 \end_layout
24231
24232 \end_inset
24233
24234 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24235 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。\SpecialChar LaTeX
24236 パッケージの
24237 \series bold
24238 hyperref
24239 \series default
24240
24241 \begin_inset Index idx
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245 \SpecialChar LaTeX
24246 ぱっけーじ@\SpecialChar LaTeX
24247 パッケージ ! hyperref
24248 \end_layout
24249
24250 \end_inset
24251
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 \end_layout
24270
24271 \begin_layout Standard
24272
24273 \series bold
24274
24275 \backslash
24276 usepackage[figure]{hypcap}
24277 \end_layout
24278
24279 \begin_layout Standard
24280 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24281 hypcapの説明書
24282 \begin_inset CommandInset citation
24283 LatexCommand cite
24284 key "hypcap"
24285
24286 \end_inset
24287
24288 をご覧ください。
24289 \end_layout
24290
24291 \begin_layout Standard
24292 \begin_inset Note Greyedout
24293 status open
24294
24295 \begin_layout Plain Layout
24296
24297 \series bold
24298 【註】hypcap
24299 \series default
24300 は内部図への参照には効力がありません。
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Section
24309 フロートの配置
24310 \begin_inset CommandInset label
24311 LatexCommand label
24312 name "sec:フロートの配置"
24313
24314 \end_inset
24315
24316
24317 \begin_inset Index idx
24318 status collapsed
24319
24320 \begin_layout Plain Layout
24321 ふろーと@フロート ! はいち@配置
24322 \end_layout
24323
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \begin_layout Standard
24330
24331 \family roman
24332 \series medium
24333 \shape up
24334 \size normal
24335 \emph off
24336 \bar no
24337 \noun off
24338 \color none
24339 フロートボックスを右クリックすると、ダイアログが開いて、ここで\SpecialChar LaTeX
24340 がフロートを配置するのに使う配置オプションを変更できるようになります。
24341 \begin_inset Newline newline
24342 \end_inset
24343
24344
24345 \family sans
24346 \series default
24347 \shape default
24348 \size default
24349 \emph default
24350 \bar default
24351 \noun default
24352 \color inherit
24353 段をまたぐ
24354 \family roman
24355 \series medium
24356 \shape up
24357 \size normal
24358 \emph off
24359 \bar no
24360 \noun off
24361 \color none
24362 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24363 \begin_inset Newline newline
24364 \end_inset
24365
24366
24367 \family sans
24368 \series default
24369 \shape default
24370 \size default
24371 \emph default
24372 \bar default
24373 \noun default
24374 \color inherit
24375 横倒しに回転
24376 \family roman
24377 \series medium
24378 \shape up
24379 \size normal
24380 \emph off
24381 \bar no
24382 \noun off
24383 \color none
24384 オプションは、フロートを回転するのに用います。第
24385 \family default
24386 \series default
24387 \shape default
24388 \size default
24389 \emph default
24390 \bar default
24391 \noun default
24392 \color inherit
24393
24394 \begin_inset CommandInset ref
24395 LatexCommand ref
24396 reference "sec:回転フロート"
24397
24398 \end_inset
24399
24400
24401 \family roman
24402 \series medium
24403 \shape up
24404 \size normal
24405 \emph off
24406 \bar no
24407 \noun off
24408 \color none
24409 節をご参照ください。
24410 \end_layout
24411
24412 \begin_layout Standard
24413
24414 \family roman
24415 \series medium
24416 \shape up
24417 \size normal
24418 \emph off
24419 \bar no
24420 \noun off
24421 \color none
24422 フロートダイアログでは、
24423 \family sans
24424 \series default
24425 \shape default
24426 \size default
24427 \emph default
24428 \bar default
24429 \noun default
24430 \color inherit
24431 既定の配置を使う
24432 \family roman
24433 \series medium
24434 \shape up
24435 \size normal
24436 \emph off
24437 \bar no
24438 \noun off
24439 \color none
24440 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24441 \end_layout
24442
24443 \begin_layout Description
24444 可能ならば現在位置に: 
24445 \family roman
24446 \series medium
24447 \shape up
24448 \size normal
24449 \emph off
24450 \bar no
24451 \noun off
24452 \color none
24453 フロートを挿入位置に配置することを試みます
24454 \end_layout
24455
24456 \begin_layout Description
24457 ページ上部: 
24458 \family roman
24459 \series medium
24460 \shape up
24461 \size normal
24462 \emph off
24463 \bar no
24464 \noun off
24465 \color none
24466 フロートを現在ページの上部に配置することを試みます
24467 \end_layout
24468
24469 \begin_layout Description
24470 ページ下部: 
24471 \family roman
24472 \series medium
24473 \shape up
24474 \size normal
24475 \emph off
24476 \bar no
24477 \noun off
24478 \color none
24479 フロートを現在ページの下部に配置することを試みます
24480 \end_layout
24481
24482 \begin_layout Description
24483 フロートを独立したページに: 
24484 \family roman
24485 \series medium
24486 \shape up
24487 \size normal
24488 \emph off
24489 \bar no
24490 \noun off
24491 \color none
24492 フロートを独立したページに配置することを試みます
24493 \end_layout
24494
24495 \begin_layout Standard
24496 \SpecialChar LaTeX
24497 は、
24498 \emph on
24499 つねに
24500 \emph default
24501 上記のオプション順を用います。すなわち、既定の配置を使用すると、\SpecialChar LaTeX
24502 はまず
24503 \family sans
24504 可能ならば現在位置に
24505 \family default
24506 を試み、次に
24507 \family sans
24508 ページの上部
24509 \family default
24510 、その後他のオプションを試みます。既定値を使わないときには、\SpecialChar LaTeX
24511 は有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの配置がいず
24512 れも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24513 \end_layout
24514
24515 \begin_layout Standard
24516 既定では、各オプションはそれぞれ以下の規則を持っています。
24517 \end_layout
24518
24519 \begin_layout Labeling
24520 \labelwidthstring 00.00.0000
24521
24522 \family sans
24523 ページ上部
24524 \family default
24525  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24526 \series bold
24527
24528 \backslash
24529 topfraction
24530 \series default
24531 )。
24532 \end_layout
24533
24534 \begin_layout Labeling
24535 \labelwidthstring 00.00.0000
24536
24537 \family sans
24538 ページ下部
24539 \family default
24540  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24541 \series bold
24542
24543 \backslash
24544 bottomfraction
24545 \series default
24546 )。
24547 \end_layout
24548
24549 \begin_layout Labeling
24550 \labelwidthstring 00.00.0000
24551
24552 \family sans
24553 フロートを独立したページ 
24554 \family default
24555 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24556 \series bold
24557
24558 \backslash
24559 floatpagefraction
24560 \series default
24561 )。
24562 \end_layout
24563
24564 \begin_layout Standard
24565 これらの規則に従いたくないときは、
24566 \family sans
24567 \SpecialChar LaTeX
24568 の規則を無視する
24569 \family default
24570 オプションを追加することによって、これらを無視することができます。
24571 \begin_inset Newline newline
24572 \end_inset
24573
24574 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
24575 コマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を、ページの
24576 5割に変えるには、文書プリアンブルに
24577 \end_layout
24578
24579 \begin_layout Standard
24580
24581 \series bold
24582
24583 \backslash
24584 renewcommand{
24585 \backslash
24586 bottomfraction}{0.5}
24587 \end_layout
24588
24589 \begin_layout Standard
24590 という行を加えてください。
24591 \end_layout
24592
24593 \begin_layout Standard
24594 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24595 \family sans
24596 何としても現在位置に置く
24597 \family default
24598 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24599 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24600 からです。
24601 \end_layout
24602
24603 \begin_layout Standard
24604 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24605 \end_layout
24606
24607 \begin_layout Standard
24608 \begin_inset VSpace bigskip
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24616 することがあります。この問題を避けるには、\SpecialChar LaTeX
24617 コマンドの
24618 \backslash
24619 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24620 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24621 \end_layout
24622
24623 \begin_layout Standard
24624
24625 \series bold
24626
24627 \backslash
24628 let
24629 \backslash
24630 mySection
24631 \backslash
24632 section
24633 \begin_inset Newline newline
24634 \end_inset
24635
24636
24637 \backslash
24638 renewcommand{
24639 \backslash
24640 section}{
24641 \backslash
24642 suppressfloats[t]
24643 \backslash
24644 mySection}
24645 \end_layout
24646
24647 \begin_layout Standard
24648 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、\SpecialChar LaTeX
24649 が適当な配置を見つけるのに失敗することが
24650 あるので、これらに対する定義はお勧めしません。
24651 \end_layout
24652
24653 \begin_layout Standard
24654 \begin_inset VSpace bigskip
24655 \end_inset
24656
24657 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、\SpecialChar LaTeX
24658 パッケージ
24659 \series bold
24660 endfloat
24661 \series default
24662
24663 \begin_inset Index idx
24664 status collapsed
24665
24666 \begin_layout Plain Layout
24667 \SpecialChar LaTeX
24668 ぱっけーじ@\SpecialChar LaTeX
24669 パッケージ ! endfloat
24670 \end_layout
24671
24672 \end_inset
24673
24674 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24675 \begin_inset Quotes eld
24676 \end_inset
24677
24678
24679 \family sans
24680 [Figure
24681 \begin_inset space ~
24682 \end_inset
24683
24684 3.2 about here.]
24685 \family default
24686
24687 \begin_inset Quotes erd
24688 \end_inset
24689
24690 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24691 \end_layout
24692
24693 \begin_layout Standard
24694
24695 \series bold
24696
24697 \backslash
24698 usepackage[options]{endfloat}
24699 \end_layout
24700
24701 \begin_layout Standard
24702 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24703 \series bold
24704 endfloat
24705 \series default
24706 取扱説明書
24707 \begin_inset CommandInset citation
24708 LatexCommand cite
24709 key "endfloat"
24710
24711 \end_inset
24712
24713 をご参照ください。
24714 \begin_inset Newline newline
24715 \end_inset
24716
24717
24718 \begin_inset Note Greyedout
24719 status open
24720
24721 \begin_layout Plain Layout
24722
24723 \series bold
24724 【註】endfloat
24725 \series default
24726 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24727 \begin_inset CommandInset citation
24728 LatexCommand cite
24729 key "endfloat"
24730
24731 \end_inset
24732
24733 の第4節をご参照ください。
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \begin_inset Newline newline
24740 \end_inset
24741
24742
24743 \begin_inset Note Greyedout
24744 status open
24745
24746 \begin_layout Plain Layout
24747
24748 \series bold
24749 【註】
24750 \series default
24751 現在のところ、
24752 \series bold
24753 endfloat
24754 \series default
24755 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりに\SpecialChar TeX
24756 コードで「
24757 \series bold
24758
24759 \backslash
24760 ss
24761 \series default
24762 」コマンドを使用してください。
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Standard
24771 \begin_inset VSpace bigskip
24772 \end_inset
24773
24774 フロートの割付に関する詳細は、\SpecialChar LaTeX
24775 関連書
24776 \begin_inset CommandInset citation
24777 LatexCommand cite
24778 key "latexcompanion,latexguide,latexbook"
24779
24780 \end_inset
24781
24782 をご覧ください。
24783 \end_layout
24784
24785 \begin_layout Section
24786 回転フロート
24787 \begin_inset CommandInset label
24788 LatexCommand label
24789 name "sec:回転フロート"
24790
24791 \end_inset
24792
24793
24794 \begin_inset Index idx
24795 status collapsed
24796
24797 \begin_layout Plain Layout
24798 ふろーと@フロート ! かいてん@回転
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Standard
24807 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24808 \family sans
24809 横倒しに回転
24810 \family default
24811 オプションを有効にします。
24812 \end_layout
24813
24814 \begin_layout Standard
24815 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24816 \family sans
24817 段をまたぐ
24818 \family default
24819 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24820 たって回転方向を強制したい場合には、文書クラスオプションに
24821 \series bold
24822 figuresleft
24823 \series default
24824 オプションあるいは
24825 \series bold
24826 figuresright
24827 \series default
24828 オプションを加えることができます。
24829 \end_layout
24830
24831 \begin_layout Standard
24832 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24833 \begin_inset CommandInset ref
24834 LatexCommand ref
24835 reference "tab:回転した表"
24836
24837 \end_inset
24838
24839 が回転表フロートの例です。
24840 \end_layout
24841
24842 \begin_layout Standard
24843 \begin_inset Note Greyedout
24844 status open
24845
24846 \begin_layout Plain Layout
24847
24848 \series bold
24849 【註】
24850 \series default
24851 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \begin_layout Standard
24860 \begin_inset Float table
24861 wide false
24862 sideways true
24863 status open
24864
24865 \begin_layout Plain Layout
24866 \begin_inset Caption Standard
24867
24868 \begin_layout Plain Layout
24869 \begin_inset CommandInset label
24870 LatexCommand label
24871 name "tab:回転した表"
24872
24873 \end_inset
24874
24875 回転した表
24876 \end_layout
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \begin_layout Plain Layout
24884 \align center
24885 \begin_inset Tabular
24886 <lyxtabular version="3" rows="1" columns="5">
24887 <features tabularvalignment="middle">
24888 <column alignment="center" valignment="top">
24889 <column alignment="center" valignment="top">
24890 <column alignment="center" valignment="top">
24891 <column alignment="center" valignment="top">
24892 <column alignment="center" valignment="top">
24893 <row>
24894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 試験
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 </row>
24940 </lyxtabular>
24941
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \begin_layout Section
24953 従属フロート
24954 \begin_inset Index idx
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24968 \begin_inset CommandInset ref
24969 LatexCommand ref
24970 reference "tab:従属表を横に並べたもの"
24971
24972 \end_inset
24973
24974 と表
24975 \begin_inset CommandInset ref
24976 LatexCommand ref
24977 reference "tab:従属表を縦に並べたもの"
24978
24979 \end_inset
24980
24981 に示されているように段落と同様に指定することができます。
24982 \end_layout
24983
24984 \begin_layout Standard
24985 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24986 \begin_inset CommandInset ref
24987 LatexCommand ref
24988 reference "tab:これは従属表a"
24989
24990 \end_inset
24991
24992 と表
24993 \begin_inset CommandInset ref
24994 LatexCommand ref
24995 reference "tab:これは従属表b"
24996
24997 \end_inset
24998
24999 は表
25000 \begin_inset CommandInset ref
25001 LatexCommand ref
25002 reference "tab:従属表を横に並べたもの"
25003
25004 \end_inset
25005
25006 の従属フロートです。
25007 \begin_inset Float table
25008 wide false
25009 sideways false
25010 status open
25011
25012 \begin_layout Plain Layout
25013 \begin_inset Caption Standard
25014
25015 \begin_layout Plain Layout
25016 \begin_inset CommandInset label
25017 LatexCommand label
25018 name "tab:従属表を横に並べたもの"
25019
25020 \end_inset
25021
25022 従属表を横に並べたもの
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Plain Layout
25031 \begin_inset space \hfill{}
25032 \end_inset
25033
25034
25035 \begin_inset Float table
25036 wide false
25037 sideways false
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041 \begin_inset Caption Standard
25042
25043 \begin_layout Plain Layout
25044 \begin_inset CommandInset label
25045 LatexCommand label
25046 name "tab:これは従属表a"
25047
25048 \end_inset
25049
25050 これは従属表aです。
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Plain Layout
25059 \align center
25060 \begin_inset Tabular
25061 <lyxtabular version="3" rows="1" columns="5">
25062 <features tabularvalignment="middle">
25063 <column alignment="center" valignment="top">
25064 <column alignment="center" valignment="top">
25065 <column alignment="center" valignment="top">
25066 <column alignment="center" valignment="top">
25067 <column alignment="center" valignment="top">
25068 <row>
25069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073 試験
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 </row>
25115 </lyxtabular>
25116
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \begin_inset space \hfill{}
25126 \end_inset
25127
25128
25129 \begin_inset Float table
25130 wide false
25131 sideways false
25132 status collapsed
25133
25134 \begin_layout Plain Layout
25135 \begin_inset Caption Standard
25136
25137 \begin_layout Plain Layout
25138 \begin_inset CommandInset label
25139 LatexCommand label
25140 name "tab:これは従属表b"
25141
25142 \end_inset
25143
25144 これは従属表bです。
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Plain Layout
25153 \align center
25154 \begin_inset Tabular
25155 <lyxtabular version="3" rows="1" columns="5">
25156 <features tabularvalignment="middle">
25157 <column alignment="center" valignment="top">
25158 <column alignment="center" valignment="top">
25159 <column alignment="center" valignment="top">
25160 <column alignment="center" valignment="top">
25161 <column alignment="center" valignment="top">
25162 <row>
25163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25164 \begin_inset Text
25165
25166 \begin_layout Plain Layout
25167
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Plain Layout
25203 試験
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 </row>
25209 </lyxtabular>
25210
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \end_inset
25217
25218
25219 \begin_inset space \hfill{}
25220 \end_inset
25221
25222
25223 \end_layout
25224
25225 \end_inset
25226
25227
25228 \begin_inset Float table
25229 wide false
25230 sideways false
25231 status open
25232
25233 \begin_layout Plain Layout
25234 \begin_inset Caption Standard
25235
25236 \begin_layout Plain Layout
25237 \begin_inset CommandInset label
25238 LatexCommand label
25239 name "tab:従属表を縦に並べたもの"
25240
25241 \end_inset
25242
25243 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Plain Layout
25252 \noindent
25253 \align center
25254 \begin_inset Float table
25255 wide false
25256 sideways false
25257 status collapsed
25258
25259 \begin_layout Plain Layout
25260 \begin_inset Caption Standard
25261
25262 \begin_layout Plain Layout
25263
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Plain Layout
25272 \align center
25273 \begin_inset Tabular
25274 <lyxtabular version="3" rows="1" columns="4">
25275 <features tabularvalignment="middle">
25276 <column alignment="center" valignment="top">
25277 <column alignment="center" valignment="top">
25278 <column alignment="center" valignment="top">
25279 <column alignment="center" valignment="top">
25280 <row>
25281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 試験
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294 試験
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303 試験
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312 試験
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 </row>
25318 </lyxtabular>
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Plain Layout
25331 \noindent
25332 \align center
25333 \begin_inset Float table
25334 wide false
25335 sideways false
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339 \begin_inset Caption Standard
25340
25341 \begin_layout Plain Layout
25342
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Plain Layout
25351 \align center
25352 \begin_inset Tabular
25353 <lyxtabular version="3" rows="1" columns="5">
25354 <features tabularvalignment="middle">
25355 <column alignment="center" valignment="top">
25356 <column alignment="center" valignment="top">
25357 <column alignment="center" valignment="top">
25358 <column alignment="center" valignment="top">
25359 <column alignment="center" valignment="top">
25360 <row>
25361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 </row>
25407 </lyxtabular>
25408
25409 \end_inset
25410
25411
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Section
25425 横並びのフロート
25426 \begin_inset Index idx
25427 status collapsed
25428
25429 \begin_layout Plain Layout
25430 ふろーと@フロート ! よこならび@横並び
25431 \end_layout
25432
25433 \end_inset
25434
25435
25436 \end_layout
25437
25438 \begin_layout Standard
25439
25440 \begin_inset CommandInset ref
25441 LatexCommand ref
25442 reference "fig:左側のフロート"
25443
25444 \end_inset
25445
25446 や図
25447 \begin_inset CommandInset ref
25448 LatexCommand ref
25449 reference "fig:右側のフロート"
25450
25451 \end_inset
25452
25453 のようにフロートを横並びに配置するには、
25454 \emph on
25455 ひとつの
25456 \emph default
25457 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25458 \begin_inset Foot
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 Minipageは第
25463 \begin_inset CommandInset ref
25464 LatexCommand ref
25465 reference "sec:ミニページ"
25466
25467 \end_inset
25468
25469 節に説明があります。
25470 \end_layout
25471
25472 \end_inset
25473
25474 。幅は45
25475 \begin_inset space \thinspace{}
25476 \end_inset
25477
25478 -50
25479 \begin_inset space \thinspace{}
25480 \end_inset
25481
25482 列幅%とし、各minipageのボックス配置を
25483 \family sans
25484
25485 \family default
25486 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25487 \family sans
25488 列幅%
25489 \family default
25490 がここではminipageボックスの幅によって計算されることです。
25491 \end_layout
25492
25493 \begin_layout Standard
25494 \begin_inset Float figure
25495 wide false
25496 sideways false
25497 status open
25498
25499 \begin_layout Plain Layout
25500 \begin_inset Box Frameless
25501 position "b"
25502 hor_pos "c"
25503 has_inner_box 1
25504 inner_pos "t"
25505 use_parbox 0
25506 use_makebox 0
25507 width "45col%"
25508 special "none"
25509 height "1in"
25510 height_special "totalheight"
25511 thickness "0.4pt"
25512 separation "3pt"
25513 shadowsize "4pt"
25514 framecolor "black"
25515 backgroundcolor "none"
25516 status open
25517
25518 \begin_layout Plain Layout
25519 \align center
25520 \begin_inset Graphics
25521         filename ../clipart/mobius.eps
25522         lyxscale 50
25523         width 100col%
25524         scaleBeforeRotation
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Plain Layout
25532 \begin_inset Caption Standard
25533
25534 \begin_layout Plain Layout
25535 \begin_inset CommandInset label
25536 LatexCommand label
25537 name "fig:左側のフロート"
25538
25539 \end_inset
25540
25541 左側のフロート
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \end_inset
25550
25551
25552 \begin_inset space \hfill{}
25553 \end_inset
25554
25555
25556 \begin_inset Box Frameless
25557 position "b"
25558 hor_pos "c"
25559 has_inner_box 1
25560 inner_pos "t"
25561 use_parbox 0
25562 use_makebox 0
25563 width "45col%"
25564 special "none"
25565 height "1in"
25566 height_special "totalheight"
25567 thickness "0.4pt"
25568 separation "3pt"
25569 shadowsize "4pt"
25570 framecolor "black"
25571 backgroundcolor "none"
25572 status open
25573
25574 \begin_layout Plain Layout
25575 \align center
25576 \begin_inset Graphics
25577         filename ../clipart/platypus.eps
25578         lyxscale 50
25579         width 100col%
25580         scaleBeforeRotation
25581
25582 \end_inset
25583
25584
25585 \end_layout
25586
25587 \begin_layout Plain Layout
25588 \begin_inset Caption Standard
25589
25590 \begin_layout Plain Layout
25591 \begin_inset CommandInset label
25592 LatexCommand label
25593 name "fig:右側のフロート"
25594
25595 \end_inset
25596
25597 右側のフロート
25598 \end_layout
25599
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \begin_layout Plain Layout
25611
25612 \end_layout
25613
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \begin_layout Section
25620 キャプションの書式設定
25621 \begin_inset Index idx
25622 status collapsed
25623
25624 \begin_layout Plain Layout
25625 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \begin_inset Index idx
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \begin_inset CommandInset label
25642 LatexCommand label
25643 name "sec:キャプションの書式設定"
25644
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \begin_layout Standard
25651
25652 \family sans
25653 キャプション
25654 \family default
25655 環境は、
25656 \family sans
25657 フロート
25658 \family default
25659 の既定の段落環境です。キャプションは、\SpecialChar LyX
25660 画面上では、例えば「
25661 \family sans
25662 図 #:
25663 \family default
25664 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25665 \family sans
25666 #
25667 \family default
25668 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25669 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25670 \end_layout
25671
25672 \begin_layout Standard
25673 既定のキャプション書式を変更するには、文書プリアンブルに
25674 \end_layout
25675
25676 \begin_layout Standard
25677
25678 \series bold
25679
25680 \backslash
25681 usepackage[format definition]{caption}
25682 \end_layout
25683
25684 \begin_layout Standard
25685 という行を加えて、\SpecialChar LaTeX
25686 パッケージ
25687 \series bold
25688 caption
25689 \series default
25690
25691 \begin_inset Index idx
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695 \SpecialChar LaTeX
25696 ぱっけーじ@\SpecialChar LaTeX
25697 パッケージ ! caption
25698 \end_layout
25699
25700 \end_inset
25701
25702 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25703 \end_layout
25704
25705 \begin_layout Standard
25706
25707 \series bold
25708
25709 \backslash
25710 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25711 \end_layout
25712
25713 \begin_layout Standard
25714 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25715 \series bold
25716 caption
25717 \series default
25718 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25719 \end_layout
25720
25721 \begin_layout Standard
25722
25723 \series bold
25724
25725 \backslash
25726 captionsetup[フロート型]{書式定義}
25727 \end_layout
25728
25729 \begin_layout Standard
25730 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25731 \begin_inset CommandInset ref
25732 LatexCommand ref
25733 reference "fig:図キャプション"
25734
25735 \end_inset
25736
25737 と表
25738 \begin_inset CommandInset ref
25739 LatexCommand ref
25740 reference "tab:表キャプション"
25741
25742 \end_inset
25743
25744 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25745 \end_layout
25746
25747 \begin_layout Standard
25748
25749 \series bold
25750
25751 \backslash
25752 usepackage[tableposition=top]{caption}
25753 \series default
25754
25755 \begin_inset Newline newline
25756 \end_inset
25757
25758
25759 \series bold
25760
25761 \backslash
25762 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25763 \begin_inset Newline newline
25764 \end_inset
25765
25766
25767 \begin_inset Phantom HPhantom
25768 status open
25769
25770 \begin_layout Plain Layout
25771
25772 \backslash
25773 captionsetup[figure]{
25774 \end_layout
25775
25776 \end_inset
25777
25778 labelsep=period}
25779 \begin_inset Newline newline
25780 \end_inset
25781
25782
25783 \backslash
25784 captionsetup[table]{labelfont={bf,sf}}
25785 \end_layout
25786
25787 \begin_layout Standard
25788 \begin_inset Note Greyedout
25789 status open
25790
25791 \begin_layout Plain Layout
25792
25793 \series bold
25794 【註】
25795 \series default
25796 オプションのうち、
25797 \series bold
25798 tableposition=top
25799 \series default
25800 は、文書クラスに
25801 \series bold
25802 KOMA-script
25803 \series default
25804
25805 \begin_inset Index idx
25806 status collapsed
25807
25808 \begin_layout Plain Layout
25809 \SpecialChar LaTeX
25810 ぱっけーじ@\SpecialChar LaTeX
25811 パッケージ ! KOMA-script
25812 \end_layout
25813
25814 \end_inset
25815
25816 が使われているときには、無効になります。この場合には、文書クラスオプション
25817 \series bold
25818 captions=tableheading
25819 \series default
25820 を指定しなくてはなりません。
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829
25830 \series bold
25831 caption
25832 \series default
25833 パッケージについての詳細は、その取扱説明書
25834 \begin_inset CommandInset citation
25835 LatexCommand cite
25836 key "caption"
25837
25838 \end_inset
25839
25840 をご覧ください。
25841 \end_layout
25842
25843 \begin_layout Standard
25844 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25845 \end_layout
25846
25847 \begin_layout Standard
25848
25849 \series bold
25850
25851 \backslash
25852 renewcommand{
25853 \backslash
25854 fnum@figure}{画像~
25855 \backslash
25856 thefigure}
25857 \end_layout
25858
25859 \begin_layout Standard
25860 なお、
25861 \series bold
25862
25863 \backslash
25864 thefigure
25865 \series default
25866 は表番号を挿入し、「
25867 \series bold
25868 ~
25869 \series default
25870 」は保護された空白を入れます。
25871 \end_layout
25872
25873 \begin_layout Standard
25874 \begin_inset VSpace bigskip
25875 \end_inset
25876
25877
25878 \series bold
25879 KOMA-script
25880 \series default
25881
25882 \begin_inset Index idx
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886 \SpecialChar LaTeX
25887 ぱっけーじ@\SpecialChar LaTeX
25888 パッケージ ! KOMA-script
25889 \end_layout
25890
25891 \end_inset
25892
25893 文書クラス(
25894 \family sans
25895 article (KOMA-script)
25896 \family default
25897
25898 \family sans
25899 book (KOMA-script)
25900 \family default
25901
25902 \family sans
25903 letter (KOMA-script)
25904 \family default
25905
25906 \family sans
25907 report (KOMA-script)
25908 \family default
25909 )を使用している場合には、
25910 \series bold
25911 caption
25912 \series default
25913 パッケージの代わりに
25914 \series bold
25915 KOMA-script
25916 \series default
25917 のビルトインコマンド
25918 \series bold
25919 etkomafont
25920 \series default
25921 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25922 \end_layout
25923
25924 \begin_layout Standard
25925
25926 \series bold
25927
25928 \backslash
25929 setkomafont{captionlabel}{
25930 \backslash
25931 bfseries}
25932 \end_layout
25933
25934 \begin_layout Standard
25935
25936 \series bold
25937
25938 \backslash
25939 setkomafont
25940 \series default
25941 についての詳細は、
25942 \series bold
25943 KOMA-script
25944 \series default
25945 の取扱説明書
25946 \begin_inset CommandInset citation
25947 LatexCommand cite
25948 key "koma-script"
25949
25950 \end_inset
25951
25952 をご覧ください。
25953 \end_layout
25954
25955 \begin_layout Standard
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25964 }
25965 \end_layout
25966
25967 \end_inset
25968
25969
25970 \begin_inset Note Note
25971 status open
25972
25973 \begin_layout Plain Layout
25974 キャプション書式は、この例のみ変更してあります。
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \begin_layout Standard
25983 \begin_inset Float figure
25984 placement !p
25985 wide false
25986 sideways false
25987 status open
25988
25989 \begin_layout Plain Layout
25990 \align center
25991 \begin_inset Graphics
25992         filename ../clipart/mobius.eps
25993         lyxscale 50
25994         scale 50
25995         scaleBeforeRotation
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Plain Layout
26003 \begin_inset Caption Standard
26004
26005 \begin_layout Plain Layout
26006 \begin_inset CommandInset label
26007 LatexCommand label
26008 name "fig:図キャプション"
26009
26010 \end_inset
26011
26012 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \begin_layout Standard
26026 \begin_inset ERT
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030
26031
26032 \backslash
26033 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26034 on}
26035 \end_layout
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Standard
26043 \begin_inset Float table
26044 placement !p
26045 wide false
26046 sideways false
26047 status open
26048
26049 \begin_layout Plain Layout
26050 \begin_inset Caption Standard
26051
26052 \begin_layout Plain Layout
26053 \begin_inset CommandInset label
26054 LatexCommand label
26055 name "tab:表キャプション"
26056
26057 \end_inset
26058
26059 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26060 \end_layout
26061
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \begin_layout Plain Layout
26068 \align center
26069 \begin_inset Tabular
26070 <lyxtabular version="3" rows="1" columns="5">
26071 <features tabularvalignment="middle">
26072 <column alignment="center" valignment="top">
26073 <column alignment="center" valignment="top">
26074 <column alignment="center" valignment="top">
26075 <column alignment="center" valignment="top">
26076 <column alignment="center" valignment="top">
26077 <row>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 </row>
26124 </lyxtabular>
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Section
26137 キャプションの配置
26138 \begin_inset Index idx
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 きゃぷしょん@キャプション ! はいち@配置
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \begin_inset Index idx
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \begin_inset CommandInset label
26159 LatexCommand label
26160 name "sec:キャプションの配置"
26161
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \begin_layout Standard
26168 通常、キャプションの配置原則は、
26169 \end_layout
26170
26171 \begin_layout Description
26172 図の場合: キャプションを図の下に置く
26173 \end_layout
26174
26175 \begin_layout Description
26176 表の場合: キャプションを表の上に置く
26177 \end_layout
26178
26179 \begin_layout Standard
26180 という風になっています。\SpecialChar LaTeX
26181 の標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26182 \family sans
26183 article
26184 \family default
26185
26186 \family sans
26187 book
26188 \family default
26189
26190 \family sans
26191 letter
26192 \family default
26193
26194 \family sans
26195 report
26196 \family default
26197 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26198 eXパッケージ
26199 \series bold
26200 caption
26201 \series default
26202 を読み込むコマンドに
26203 \end_layout
26204
26205 \begin_layout Standard
26206
26207 \series bold
26208 tableposition=top
26209 \end_layout
26210
26211 \begin_layout Standard
26212 というオプションを追加してください
26213 \begin_inset Foot
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217
26218 \series bold
26219 caption
26220 \series default
26221 パッケージについての詳細な情報は、第
26222 \begin_inset CommandInset ref
26223 LatexCommand ref
26224 reference "sec:キャプションの書式設定"
26225
26226 \end_inset
26227
26228 節をご覧ください。
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \series bold
26235 KOMA-script
26236 \series default
26237
26238 \begin_inset Index idx
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242 \SpecialChar LaTeX
26243 ぱっけーじ@\SpecialChar LaTeX
26244 パッケージ ! KOMA-script
26245 \end_layout
26246
26247 \end_inset
26248
26249 文書クラス(
26250 \family sans
26251 article (KOMA-script)
26252 \family default
26253
26254 \family sans
26255 book (KOMA-script)
26256 \family default
26257
26258 \family sans
26259 letter (KOMA-script)
26260 \family default
26261
26262 \family sans
26263 report (KOMA-script)
26264 \family default
26265
26266 \begin_inset space \thinspace{}
26267 \end_inset
26268
26269 )をお使いの場合には、
26270 \series bold
26271 caption
26272 \series default
26273 パッケージにオプションを与える代わりに、文書クラスオプション
26274 \end_layout
26275
26276 \begin_layout Standard
26277
26278 \series bold
26279 captions=tableheading
26280 \end_layout
26281
26282 \begin_layout Standard
26283 を設定することもできます
26284 \begin_inset Foot
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288 このオプションは本文書で使用されています。
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Standard
26297 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26298 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26299 \begin_inset CommandInset ref
26300 LatexCommand ref
26301 reference "tab:指定付きキャプション"
26302
26303 \end_inset
26304
26305 は、キャプションは、\SpecialChar LyX
26306 中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26307 \begin_inset CommandInset ref
26308 LatexCommand ref
26309 reference "tab:標準表"
26310
26311 \end_inset
26312
26313 のキャプションでは、指定が為されていません。
26314 \end_layout
26315
26316 \begin_layout Standard
26317 \begin_inset Float table
26318 wide false
26319 sideways false
26320 status open
26321
26322 \begin_layout Plain Layout
26323 \begin_inset Caption Below
26324
26325 \begin_layout Plain Layout
26326 \begin_inset CommandInset label
26327 LatexCommand label
26328 name "tab:指定付きキャプション"
26329
26330 \end_inset
26331
26332 表下に来るように指定されたキャプション
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Plain Layout
26341 \align center
26342 \begin_inset Tabular
26343 <lyxtabular version="3" rows="3" columns="3">
26344 <features tabularvalignment="middle">
26345 <column alignment="center" valignment="top" width="0pt">
26346 <column alignment="center" valignment="top" width="0pt">
26347 <column alignment="center" valignment="top" width="0pt">
26348 <row>
26349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 1
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 2
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 3
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 </row>
26377 <row>
26378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 森嶋
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 宇沢
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 二階堂
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 </row>
26406 <row>
26407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 \begin_inset Formula $\int x^{2}dx$
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423 \begin_inset Formula $\left[\begin{array}{cc}
26424 a & b\\
26425 c & d
26426 \end{array}\right]$
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438 \begin_inset Formula $1+1=2$
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 </row>
26447 </lyxtabular>
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \begin_layout Standard
26460 \begin_inset Float table
26461 wide false
26462 sideways false
26463 status open
26464
26465 \begin_layout Plain Layout
26466 \begin_inset Caption Standard
26467
26468 \begin_layout Plain Layout
26469 \begin_inset CommandInset label
26470 LatexCommand label
26471 name "tab:標準表"
26472
26473 \end_inset
26474
26475 標準の表キャプション
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Plain Layout
26484 \align center
26485 \begin_inset Tabular
26486 <lyxtabular version="3" rows="3" columns="3">
26487 <features tabularvalignment="middle">
26488 <column alignment="center" valignment="top" width="0pt">
26489 <column alignment="center" valignment="top" width="0pt">
26490 <column alignment="center" valignment="top" width="0pt">
26491 <row>
26492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 1
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505 2
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514 3
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 </row>
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 森嶋
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 宇沢
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543 二階堂
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 </row>
26549 <row>
26550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 \begin_inset Formula $\int x^{2}dx$
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566 \begin_inset Formula $\left[\begin{array}{cc}
26567 a & b\\
26568 c & d
26569 \end{array}\right]$
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 \begin_inset Formula $1+1=2$
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 </lyxtabular>
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \begin_layout Standard
26603 \begin_inset VSpace bigskip
26604 \end_inset
26605
26606 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26607 \end_layout
26608
26609 \begin_layout Standard
26610
26611 \series bold
26612
26613 \backslash
26614 usepackage[option]{sidecap}
26615 \end_layout
26616
26617 \begin_layout Standard
26618 という行を入れて、\SpecialChar LaTeX
26619 パッケージ
26620 \series bold
26621 sidecap
26622 \series default
26623
26624 \begin_inset Index idx
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628 \SpecialChar LaTeX
26629 ぱっけーじ@\SpecialChar LaTeX
26630 パッケージ ! sidecap
26631 \end_layout
26632
26633 \end_inset
26634
26635 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に—偶数ページでは右側、奇数頁では左側に—キャプションが置かれます。
26636 \series bold
26637 innercaption
26638 \series default
26639 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26640 \series bold
26641 rightcaption
26642 \series default
26643 ないし
26644 \series bold
26645 leftcaption
26646 \series default
26647 オプションを用います。
26648 \end_layout
26649
26650 \begin_layout Standard
26651 \begin_inset ERT
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655
26656
26657 \backslash
26658 ifsidecap
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \begin_inset Note Note
26665 status open
26666
26667 \begin_layout Plain Layout
26668 以下の部分は、\SpecialChar LaTeX
26669 パッケージ
26670 \series bold
26671 sidecap
26672 \series default
26673 が導入されているときのみ表示されます。
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \begin_layout Standard
26682 \SpecialChar LyX
26683 でフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26684 \end_layout
26685
26686 \begin_layout Standard
26687 \noindent
26688 \begin_inset CommandInset line
26689 LatexCommand rule
26690 offset "0.5ex"
26691 width "100line%"
26692 height "1pt"
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \begin_layout Standard
26700
26701 \series bold
26702
26703 \backslash
26704 newcommand{
26705 \backslash
26706 TabBesBeg}[1][1.0]{%
26707 \begin_inset Newline newline
26708 \end_inset
26709
26710
26711 \begin_inset Phantom HPhantom
26712 status open
26713
26714 \begin_layout Plain Layout
26715 \begin_inset space ~
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \backslash
26725 let
26726 \backslash
26727 MyTable
26728 \backslash
26729 table
26730 \begin_inset Newline newline
26731 \end_inset
26732
26733
26734 \begin_inset Phantom HPhantom
26735 status open
26736
26737 \begin_layout Plain Layout
26738
26739 \series medium
26740 \begin_inset space ~
26741 \end_inset
26742
26743
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \backslash
26750 let
26751 \backslash
26752 MyEndtable
26753 \backslash
26754 endtable
26755 \begin_inset Newline newline
26756 \end_inset
26757
26758
26759 \begin_inset Phantom HPhantom
26760 status open
26761
26762 \begin_layout Plain Layout
26763
26764 \series medium
26765 \begin_inset space ~
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \backslash
26775 renewenvironment{table}[1]{
26776 \backslash
26777 begin{SCtable}[#1]##1}{
26778 \backslash
26779 end{SCtable}}}
26780 \end_layout
26781
26782 \begin_layout Standard
26783
26784 \series bold
26785
26786 \backslash
26787 newcommand{
26788 \backslash
26789 TabBesEnd}{%
26790 \begin_inset Newline newline
26791 \end_inset
26792
26793
26794 \begin_inset Phantom HPhantom
26795 status open
26796
26797 \begin_layout Plain Layout
26798 \begin_inset space ~
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \backslash
26808 let
26809 \backslash
26810 table
26811 \backslash
26812 MyTable
26813 \begin_inset Newline newline
26814 \end_inset
26815
26816
26817 \begin_inset Phantom HPhantom
26818 status open
26819
26820 \begin_layout Plain Layout
26821 \begin_inset space ~
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \backslash
26831 let
26832 \backslash
26833 endtable
26834 \backslash
26835 MyEndtable
26836 \end_layout
26837
26838 \begin_layout Standard
26839
26840 \series bold
26841
26842 \backslash
26843 newcommand{
26844 \backslash
26845 FigBesBeg}[1][1.0]{%
26846 \begin_inset Newline newline
26847 \end_inset
26848
26849
26850 \begin_inset Phantom HPhantom
26851 status open
26852
26853 \begin_layout Plain Layout
26854 \begin_inset space ~
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \backslash
26864 let
26865 \backslash
26866 MyFigure
26867 \backslash
26868 figure
26869 \begin_inset Newline newline
26870 \end_inset
26871
26872
26873 \begin_inset Phantom HPhantom
26874 status open
26875
26876 \begin_layout Plain Layout
26877 \begin_inset space ~
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \end_inset
26884
26885
26886 \backslash
26887 let
26888 \backslash
26889 MyEndfigure
26890 \backslash
26891 endfigure
26892 \begin_inset Newline newline
26893 \end_inset
26894
26895
26896 \begin_inset Phantom HPhantom
26897 status open
26898
26899 \begin_layout Plain Layout
26900 \begin_inset space ~
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \backslash
26910 renewenvironment{figure}[1]{
26911 \backslash
26912 begin{SCfigure}[#1]##1}{
26913 \backslash
26914 end{SCfigure}}}
26915 \end_layout
26916
26917 \begin_layout Standard
26918
26919 \series bold
26920
26921 \backslash
26922 newcommand{
26923 \backslash
26924 FigBesEnd}{%
26925 \begin_inset Newline newline
26926 \end_inset
26927
26928
26929 \begin_inset Phantom HPhantom
26930 status open
26931
26932 \begin_layout Plain Layout
26933 \begin_inset space ~
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \backslash
26943 let
26944 \backslash
26945 figure
26946 \backslash
26947 MyFigure
26948 \begin_inset Newline newline
26949 \end_inset
26950
26951
26952 \begin_inset Phantom HPhantom
26953 status open
26954
26955 \begin_layout Plain Layout
26956 \begin_inset space ~
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \backslash
26966 let
26967 \backslash
26968 endfigure
26969 \backslash
26970 MyEndfigure}
26971 \end_layout
26972
26973 \begin_layout Standard
26974 \noindent
26975 \begin_inset CommandInset line
26976 LatexCommand rule
26977 offset "0.5ex"
26978 width "100line%"
26979 height "1pt"
26980
26981 \end_inset
26982
26983
26984 \end_layout
26985
26986 \begin_layout Standard
26987 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26988 \end_layout
26989
26990 \begin_layout Standard
26991
26992 \series bold
26993
26994 \backslash
26995 FigBesBeg
26996 \end_layout
26997
26998 \begin_layout Standard
26999 というコマンドを、フロートの前に\SpecialChar TeX
27000 コードで入れてください。そして、元のフロート定義に戻したいところで、
27001 \end_layout
27002
27003 \begin_layout Standard
27004
27005 \series bold
27006
27007 \backslash
27008 FigBesEnd
27009 \end_layout
27010
27011 \begin_layout Standard
27012 という\SpecialChar TeX
27013 コードを入れてください。
27014 \end_layout
27015
27016 \begin_layout Standard
27017 表フロートに対しては、対応するコマンド
27018 \end_layout
27019
27020 \begin_layout Standard
27021
27022 \series bold
27023
27024 \backslash
27025 TabBesBeg
27026 \series default
27027 および
27028 \series bold
27029
27030 \backslash
27031 TabBesEnd
27032 \end_layout
27033
27034 \begin_layout Standard
27035 を使用してください。図
27036 \begin_inset CommandInset ref
27037 LatexCommand ref
27038 reference "fig:図横キャプション"
27039
27040 \end_inset
27041
27042 と表
27043 \begin_inset CommandInset ref
27044 LatexCommand ref
27045 reference "tab:表横キャプション"
27046
27047 \end_inset
27048
27049 がキャプションを脇に設定した例です。
27050 \end_layout
27051
27052 \begin_layout Standard
27053 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
27054 を変更するには、文書プリアンブルかフロート直前に、\SpecialChar TeX
27055 コードとして
27056 \end_layout
27057
27058 \begin_layout Standard
27059
27060 \series bold
27061
27062 \backslash
27063 sidecaptionvpos{フロート型}{配置}
27064 \end_layout
27065
27066 \begin_layout Standard
27067 というコマンドを使用します。ここで「フロート型」は
27068 \family sans
27069 figure
27070 \family default
27071
27072 \family sans
27073 table
27074 \family default
27075 であり、「配置」は、上揃えの場合はtopの
27076 \end_layout
27077
27078 \begin_layout Standard
27079
27080 \family sans
27081 t
27082 \family default
27083 」、中央揃えの場合はcenterの「
27084 \family sans
27085 c
27086 \family default
27087 」、下揃えの場合はbottomの「
27088 \family sans
27089 b
27090 \family default
27091 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
27092 \end_layout
27093
27094 \begin_layout Standard
27095
27096 \series bold
27097
27098 \backslash
27099 sidecaptionvpos{figure}{c}
27100 \end_layout
27101
27102 \begin_layout Standard
27103 というコマンドを使用します。これは、図
27104 \begin_inset CommandInset ref
27105 LatexCommand ref
27106 reference "fig:図横キャプション-2"
27107
27108 \end_inset
27109
27110 で使用されています。
27111 \end_layout
27112
27113 \begin_layout Standard
27114 \begin_inset VSpace medskip
27115 \end_inset
27116
27117
27118 \end_layout
27119
27120 \begin_layout Standard
27121 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
27122 \begin_inset CommandInset ref
27123 LatexCommand ref
27124 reference "tab:表横キャプション"
27125
27126 \end_inset
27127
27128 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
27129 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
27130 \emph on
27131 因数
27132 \emph default
27133 は、
27134 \end_layout
27135
27136 \begin_layout Standard
27137
27138 \series bold
27139
27140 \backslash
27141 FigBesBeg[因数]
27142 \end_layout
27143
27144 \begin_layout Standard
27145 のように、
27146 \series bold
27147
27148 \backslash
27149 FigBesBeg
27150 \series default
27151 への非必須引数として与えることもできますし、
27152 \series bold
27153
27154 \backslash
27155 FigBesBeg
27156 \series default
27157 の定義中で
27158 \series bold
27159 1.0
27160 \series default
27161 を他の値に変更することもできます。表
27162 \begin_inset CommandInset ref
27163 LatexCommand ref
27164 reference "tab:図横幅広"
27165
27166 \end_inset
27167
27168 では、因子5が指定されています。
27169 \end_layout
27170
27171 \begin_layout Standard
27172 \begin_inset Note Greyedout
27173 status open
27174
27175 \begin_layout Plain Layout
27176
27177 \series bold
27178 【註】
27179 \series default
27180 キャプションを横につけたフロートでは、フロート配置オプションの
27181 \family sans
27182 何としても現在地に置く
27183 \family default
27184 は、
27185 \series bold
27186 sidecap
27187 \series default
27188 がサポートしていないので、使用することができません。.
27189 \end_layout
27190
27191 \end_inset
27192
27193
27194 \end_layout
27195
27196 \begin_layout Standard
27197 \begin_inset VSpace medskip
27198 \end_inset
27199
27200
27201 \series bold
27202 sidecap
27203 \series default
27204 パッケージについての詳細は、
27205 \begin_inset CommandInset citation
27206 LatexCommand cite
27207 key "sidecap"
27208
27209 \end_inset
27210
27211 の説明書をご参照ください。
27212 \end_layout
27213
27214 \begin_layout Standard
27215 \begin_inset Note Greyedout
27216 status open
27217
27218 \begin_layout Plain Layout
27219
27220 \series bold
27221 【註】
27222 \series default
27223
27224 \begin_inset CommandInset ref
27225 LatexCommand ref
27226 reference "subsec:参照位置"
27227
27228 \end_inset
27229
27230 節に説明がある\SpecialChar LaTeX
27231 パッケージ
27232 \series bold
27233 hypcap
27234 \series default
27235
27236 \begin_inset Index idx
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240 \SpecialChar LaTeX
27241 ぱっけーじ@\SpecialChar LaTeX
27242 パッケージ ! hypcap
27243 \end_layout
27244
27245 \end_inset
27246
27247 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Standard
27256 \begin_inset Note Greyedout
27257 status open
27258
27259 \begin_layout Plain Layout
27260
27261 \series bold
27262 【訳註】
27263 \series default
27264 \SpecialChar LaTeX
27265 パッケージ
27266 \series bold
27267 sidecap
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 パッケージ ! sidecap
27277 \end_layout
27278
27279 \end_inset
27280
27281 は、p\SpecialChar LaTeX
27282 と互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例については、
27283 取扱説明書『
27284 \emph on
27285 埋め込み機能篇
27286 \emph default
27287 』(つまりこの文書)の\SpecialChar LyX
27288 文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27289 \end_layout
27290
27291 \end_inset
27292
27293
27294 \begin_inset Note Note
27295 status open
27296
27297 \begin_layout Plain Layout
27298 \begin_inset ERT
27299 status collapsed
27300
27301 \begin_layout Plain Layout
27302
27303
27304 \backslash
27305 FigBesBeg 
27306 \end_layout
27307
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \begin_layout Plain Layout
27314 \begin_inset Float figure
27315 wide false
27316 sideways false
27317 status open
27318
27319 \begin_layout Plain Layout
27320 \begin_inset Graphics
27321         filename ../clipart/escher-lsd.eps
27322         scale 75
27323         scaleBeforeRotation
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Plain Layout
27331 \begin_inset Caption Standard
27332
27333 \begin_layout Plain Layout
27334 \begin_inset CommandInset label
27335 LatexCommand label
27336 name "fig:図横キャプション"
27337
27338 \end_inset
27339
27340 これは図の横にあるキャプションです。
27341 \end_layout
27342
27343 \end_inset
27344
27345
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \end_layout
27352
27353 \begin_layout Plain Layout
27354 \begin_inset ERT
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358
27359
27360 \backslash
27361 FigBesEnd
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Plain Layout
27370 \begin_inset ERT
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374
27375
27376 \backslash
27377 TabBesBeg 
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \begin_layout Plain Layout
27386 \begin_inset Float table
27387 wide false
27388 sideways false
27389 status open
27390
27391 \begin_layout Plain Layout
27392 \begin_inset Caption Standard
27393
27394 \begin_layout Plain Layout
27395 \begin_inset CommandInset label
27396 LatexCommand label
27397 name "tab:表横キャプション"
27398
27399 \end_inset
27400
27401 これは表の横にあるキャプションです。
27402 \end_layout
27403
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \begin_layout Plain Layout
27410 \begin_inset Tabular
27411 <lyxtabular version="3" rows="4" columns="5">
27412 <features tabularvalignment="middle">
27413 <column alignment="center" valignment="top">
27414 <column alignment="center" valignment="top">
27415 <column alignment="center" valignment="top">
27416 <column alignment="center" valignment="top">
27417 <column alignment="center" valignment="top">
27418 <row>
27419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27420 \begin_inset Text
27421
27422 \begin_layout Plain Layout
27423
27424 \end_layout
27425
27426 \end_inset
27427 </cell>
27428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27429 \begin_inset Text
27430
27431 \begin_layout Plain Layout
27432
27433 \end_layout
27434
27435 \end_inset
27436 </cell>
27437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27438 \begin_inset Text
27439
27440 \begin_layout Plain Layout
27441
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450
27451 \end_layout
27452
27453 \end_inset
27454 </cell>
27455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27456 \begin_inset Text
27457
27458 \begin_layout Plain Layout
27459
27460 \end_layout
27461
27462 \end_inset
27463 </cell>
27464 </row>
27465 <row>
27466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27467 \begin_inset Text
27468
27469 \begin_layout Plain Layout
27470
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27476 \begin_inset Text
27477
27478 \begin_layout Plain Layout
27479
27480 \end_layout
27481
27482 \end_inset
27483 </cell>
27484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27485 \begin_inset Text
27486
27487 \begin_layout Plain Layout
27488
27489 \end_layout
27490
27491 \end_inset
27492 </cell>
27493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Plain Layout
27497
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27503 \begin_inset Text
27504
27505 \begin_layout Plain Layout
27506
27507 \end_layout
27508
27509 \end_inset
27510 </cell>
27511 </row>
27512 <row>
27513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Plain Layout
27517
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Plain Layout
27526
27527 \end_layout
27528
27529 \end_inset
27530 </cell>
27531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Plain Layout
27535
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27541 \begin_inset Text
27542
27543 \begin_layout Plain Layout
27544
27545 \end_layout
27546
27547 \end_inset
27548 </cell>
27549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27550 \begin_inset Text
27551
27552 \begin_layout Plain Layout
27553
27554 \end_layout
27555
27556 \end_inset
27557 </cell>
27558 </row>
27559 <row>
27560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27561 \begin_inset Text
27562
27563 \begin_layout Plain Layout
27564
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Plain Layout
27573
27574 \end_layout
27575
27576 \end_inset
27577 </cell>
27578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Plain Layout
27582
27583 \end_layout
27584
27585 \end_inset
27586 </cell>
27587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600
27601 \end_layout
27602
27603 \end_inset
27604 </cell>
27605 </row>
27606 </lyxtabular>
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Plain Layout
27619 \begin_inset ERT
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623
27624
27625 \backslash
27626 TabBesEnd
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Plain Layout
27635 \begin_inset ERT
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639
27640
27641 \backslash
27642 FigBesBeg 
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \begin_inset ERT
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652
27653
27654 \backslash
27655 sidecaptionvpos{figure}{c}
27656 \end_layout
27657
27658 \end_inset
27659
27660
27661 \begin_inset Float figure
27662 wide false
27663 sideways false
27664 status open
27665
27666 \begin_layout Plain Layout
27667 \begin_inset Graphics
27668         filename ../clipart/escher-lsd.eps
27669         scale 75
27670         scaleBeforeRotation
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \begin_layout Plain Layout
27678 \begin_inset Caption Standard
27679
27680 \begin_layout Plain Layout
27681 \begin_inset CommandInset label
27682 LatexCommand label
27683 name "fig:図横キャプション-2"
27684
27685 \end_inset
27686
27687 これは図の横にある縦方向中央揃えのキャプションです。
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Plain Layout
27701 \begin_inset ERT
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 FigBesEnd
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Plain Layout
27717 \begin_inset ERT
27718 status collapsed
27719
27720 \begin_layout Plain Layout
27721
27722
27723 \backslash
27724 TabBesBeg[5]
27725 \end_layout
27726
27727 \end_inset
27728
27729
27730 \end_layout
27731
27732 \begin_layout Plain Layout
27733 \begin_inset Float table
27734 wide false
27735 sideways false
27736 status open
27737
27738 \begin_layout Plain Layout
27739 \begin_inset Caption Standard
27740
27741 \begin_layout Plain Layout
27742 \begin_inset CommandInset label
27743 LatexCommand label
27744 name "tab:図横幅広"
27745
27746 \end_inset
27747
27748 これは表
27749 \begin_inset CommandInset ref
27750 LatexCommand ref
27751 reference "tab:表横キャプション"
27752
27753 \end_inset
27754
27755 よりも幅広のキャプションです
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Plain Layout
27764 \begin_inset Tabular
27765 <lyxtabular version="3" rows="4" columns="5">
27766 <features tabularvalignment="middle">
27767 <column alignment="center" valignment="top">
27768 <column alignment="center" valignment="top">
27769 <column alignment="center" valignment="top">
27770 <column alignment="center" valignment="top">
27771 <column alignment="center" valignment="top">
27772 <row>
27773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777 a
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 b
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27810 \begin_inset Text
27811
27812 \begin_layout Plain Layout
27813 c
27814 \end_layout
27815
27816 \end_inset
27817 </cell>
27818 </row>
27819 <row>
27820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833 d
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27848 \begin_inset Text
27849
27850 \begin_layout Plain Layout
27851 e
27852 \end_layout
27853
27854 \end_inset
27855 </cell>
27856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 </row>
27866 <row>
27867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Plain Layout
27871 f
27872 \end_layout
27873
27874 \end_inset
27875 </cell>
27876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27877 \begin_inset Text
27878
27879 \begin_layout Plain Layout
27880
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Plain Layout
27889 g
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898
27899 \end_layout
27900
27901 \end_inset
27902 </cell>
27903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27904 \begin_inset Text
27905
27906 \begin_layout Plain Layout
27907 h
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 </row>
27913 <row>
27914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27915 \begin_inset Text
27916
27917 \begin_layout Plain Layout
27918
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27924 \begin_inset Text
27925
27926 \begin_layout Plain Layout
27927 i
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27933 \begin_inset Text
27934
27935 \begin_layout Plain Layout
27936
27937 \end_layout
27938
27939 \end_inset
27940 </cell>
27941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27942 \begin_inset Text
27943
27944 \begin_layout Plain Layout
27945 j
27946 \end_layout
27947
27948 \end_inset
27949 </cell>
27950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27951 \begin_inset Text
27952
27953 \begin_layout Plain Layout
27954
27955 \end_layout
27956
27957 \end_inset
27958 </cell>
27959 </row>
27960 </lyxtabular>
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \begin_layout Plain Layout
27973 \begin_inset ERT
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977
27978
27979 \backslash
27980 TabBesEnd
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \end_layout
27987
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \begin_layout Standard
27994 \begin_inset ERT
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998
27999
28000 \backslash
28001 else
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \begin_inset Note Note
28008 status open
28009
28010 \begin_layout Plain Layout
28011 以下の部分は、\SpecialChar LaTeX
28012 パッケージ
28013 \series bold
28014 sidecap
28015 \series default
28016 が導入されていないときのみ表示されます。
28017 \end_layout
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \begin_layout Standard
28025 本節の残りの部分を出力で表示するには、\SpecialChar LaTeX
28026 パッケージ
28027 \series bold
28028 sidecap
28029 \series default
28030 を導入する必要があります。
28031 \end_layout
28032
28033 \begin_layout Standard
28034 \begin_inset ERT
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038
28039
28040 \backslash
28041 fi
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \begin_layout Section
28050 フロート一覧
28051 \begin_inset Index idx
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055 ふろーと@フロート ! ふろーといちらん@フロート一覧
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Standard
28064 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
28065 \family sans
28066 挿入\SpecialChar menuseparator
28067 一覧/目次
28068 \family default
28069 メニューで挿入することができます。
28070 \end_layout
28071
28072 \begin_layout Standard
28073 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
28074 \end_layout
28075
28076 \begin_layout Standard
28077 本文書の終わりに、図一覧と表一覧があります。
28078 \end_layout
28079
28080 \begin_layout Chapter
28081 注釈
28082 \end_layout
28083
28084 \begin_layout Section
28085 \SpecialChar LyX
28086 注釈
28087 \begin_inset Index idx
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091 ちゅうしゃく@注釈 ! \SpecialChar LyX
28092 のーと@\SpecialChar LyX
28093 ノート
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \begin_layout Standard
28102 注釈は、ツールバーボタン
28103 \family sans
28104
28105 \begin_inset Info
28106 type  "icon"
28107 arg   "note-insert"
28108 \end_inset
28109
28110
28111 \family default
28112 か、
28113 \family sans
28114 挿入\SpecialChar menuseparator
28115 注釈
28116 \family default
28117 メニューで挿入することができます。注釈には、以下の三つの型があります。
28118 \end_layout
28119
28120 \begin_layout Description
28121 \SpecialChar LyX
28122 注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
28123 \begin_inset Newline newline
28124 \end_inset
28125
28126
28127 \begin_inset Newline newline
28128 \end_inset
28129
28130
28131 \begin_inset Graphics
28132         filename clipart/LyXNoteImageQt4.png
28133         display false
28134         scale 50
28135         scaleBeforeRotation
28136
28137 \end_inset
28138
28139
28140 \begin_inset Note Note
28141 status open
28142
28143 \begin_layout Plain Layout
28144 これは、出力には現れない注釈ボックスに書かれた文章です。
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Description
28153 コメント この注釈も出力には現れませんが、
28154 \family sans
28155 ファイル\SpecialChar menuseparator
28156 書き出し\SpecialChar menuseparator
28157 LaT
28158 \begin_inset ERT
28159 status collapsed
28160
28161 \begin_layout Plain Layout
28162
28163 {}
28164 \end_layout
28165
28166 \end_inset
28167
28168 eX (pdflatex) / (平文)
28169 \family default
28170  メニューを使って文書を\SpecialChar LaTeX
28171 にエクスポートする際には、\SpecialChar LaTeX
28172 コメントとして出力されます。注釈ボックスは、以下のように表示されます。
28173 \begin_inset Newline newline
28174 \end_inset
28175
28176
28177 \begin_inset Newline newline
28178 \end_inset
28179
28180
28181 \begin_inset Graphics
28182         filename clipart/CommentNoteImageQt4.png
28183         display false
28184         scale 50
28185         scaleBeforeRotation
28186
28187 \end_inset
28188
28189  
28190 \begin_inset Note Comment
28191 status open
28192
28193 \begin_layout Plain Layout
28194 これは、\SpecialChar LaTeX
28195 ファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \end_layout
28202
28203 \begin_layout Description
28204 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
28205 \begin_inset Newline newline
28206 \end_inset
28207
28208
28209 \begin_inset Newline newline
28210 \end_inset
28211
28212
28213 \begin_inset Graphics
28214         filename clipart/GreyedOutNoteImageQt4.png
28215         display false
28216         scale 50
28217         scaleBeforeRotation
28218
28219 \end_inset
28220
28221
28222 \begin_inset Newline newline
28223 \end_inset
28224
28225
28226 \begin_inset ERT
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230
28231
28232 \backslash
28233 renewenvironment{lyxgreyedout}
28234 \end_layout
28235
28236 \begin_layout Plain Layout
28237
28238 {
28239 \backslash
28240 textcolor[gray]{0.8}
28241 \backslash
28242 bgroup}{
28243 \backslash
28244 egroup}
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \begin_inset Note Greyedout
28251 status open
28252
28253 \begin_layout Plain Layout
28254 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28255 \begin_inset Foot
28256 status collapsed
28257
28258 \begin_layout Plain Layout
28259 これは、淡色注釈内に脚注を用いた例です。
28260 \end_layout
28261
28262 \end_inset
28263
28264 です。
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \begin_inset ERT
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274
28275
28276 \backslash
28277 renewenvironment{lyxgreyedout}
28278 \end_layout
28279
28280 \begin_layout Plain Layout
28281
28282 {
28283 \backslash
28284 textcolor{blue}
28285 \backslash
28286 bgroup}{
28287 \backslash
28288 egroup}
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \begin_inset Note Note
28295 status open
28296
28297 \begin_layout Plain Layout
28298 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、\SpecialChar LyX
28299 本来の定義で表示されるように再定義さ
28300 れています。
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \begin_inset Newline newline
28307 \end_inset
28308
28309
28310 \begin_inset Newline newline
28311 \end_inset
28312
28313 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28314 \end_layout
28315
28316 \begin_layout Standard
28317 \begin_inset VSpace bigskip
28318 \end_inset
28319
28320 注釈を挿入するのにツールバーボタン
28321 \family sans
28322
28323 \begin_inset Info
28324 type  "icon"
28325 arg   "note-insert"
28326 \end_inset
28327
28328
28329 \family default
28330 を使用すると、
28331 \family sans
28332 \SpecialChar LyX
28333 注釈
28334 \family default
28335 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28336 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28337 さい。
28338 \end_layout
28339
28340 \begin_layout Standard
28341 \begin_inset VSpace bigskip
28342 \end_inset
28343
28344 淡色注釈の文字色は、
28345 \family sans
28346 文書\SpecialChar menuseparator
28347 設定\SpecialChar menuseparator
28348
28349 \family default
28350 メニューで変更することができます。
28351 \end_layout
28352
28353 \begin_layout Section
28354 脚注
28355 \begin_inset CommandInset label
28356 LatexCommand label
28357 name "sec:脚注"
28358
28359 \end_inset
28360
28361
28362 \begin_inset Index idx
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \begin_inset Index idx
28373 status collapsed
28374
28375 \begin_layout Plain Layout
28376 きゃくちゅう@脚注
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \begin_layout Standard
28385 脚注は、ツールバーボタン
28386 \family sans
28387
28388 \begin_inset Info
28389 type  "icon"
28390 arg   "footnote-insert"
28391 \end_inset
28392
28393
28394 \family default
28395 か、
28396 \family sans
28397 挿入\SpecialChar menuseparator
28398 脚注
28399 \family default
28400 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28401 \begin_inset Graphics
28402         filename clipart/footnoteQt4.png
28403         scale 80
28404         scaleBeforeRotation
28405
28406 \end_inset
28407
28408 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28409 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28410 \end_layout
28411
28412 \begin_layout Standard
28413 これが脚注の例です
28414 \begin_inset Foot
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 \begin_inset CommandInset label
28419 LatexCommand label
28420 name "fn:これは脚注の一例"
28421
28422 \end_inset
28423
28424 これは脚注の一例です。
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \begin_inset ERT
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434
28435
28436 \backslash
28437 newcounter{MyRepeatFoot}
28438 \end_layout
28439
28440 \begin_layout Plain Layout
28441
28442
28443 \backslash
28444 setcounter{MyRepeatFoot}{
28445 \backslash
28446 thefootnote}
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号は\SpecialChar LaTeX
28456 が計算を行い、連番が付けられます。
28457 脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28458 \end_layout
28459
28460 \begin_layout Standard
28461 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28462 \begin_inset CommandInset ref
28463 LatexCommand ref
28464 reference "sec:フロートの参照"
28465
28466 \end_inset
28467
28468 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28469 \begin_inset Newline newline
28470 \end_inset
28471
28472 これは脚注
28473 \begin_inset CommandInset ref
28474 LatexCommand ref
28475 reference "fn:これは脚注の一例"
28476
28477 \end_inset
28478
28479 の相互参照です。
28480 \end_layout
28481
28482 \begin_layout Standard
28483 \begin_inset VSpace defskip
28484 \end_inset
28485
28486
28487 \lang english
28488 Footnotes in title environments are usually not numbered with symbols and
28489  they cannot contain several paragraphs.
28490  See for example the footnote in the titling of this document.
28491 \end_layout
28492
28493 \begin_layout Standard
28494 \begin_inset VSpace defskip
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Standard
28501 \SpecialChar LaTeX
28502 では、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりに\SpecialChar TeX
28503 コードで
28504 \series bold
28505
28506 \backslash
28507 footnotemark{}
28508 \series default
28509 コマンドを入れてください。脚注の本文は、表の後で\SpecialChar TeX
28510 コード
28511 \series bold
28512
28513 \backslash
28514 footnotetext
28515 \series default
28516 コマンドの引数として入力します。
28517 \begin_inset Newline newline
28518 \end_inset
28519
28520 以下の表ではコマンド
28521 \begin_inset Newline newline
28522 \end_inset
28523
28524
28525 \series bold
28526
28527 \backslash
28528 footnotetext{
28529 \series default
28530 出力される脚注の表
28531 \series bold
28532 }
28533 \series default
28534
28535 \begin_inset Newline newline
28536 \end_inset
28537
28538 を用いています。
28539 \end_layout
28540
28541 \begin_layout Standard
28542 \begin_inset Tabular
28543 <lyxtabular version="3" rows="2" columns="1">
28544 <features tabularvalignment="middle">
28545 <column alignment="center" valignment="top">
28546 <row>
28547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28548 \begin_inset Text
28549
28550 \begin_layout Plain Layout
28551 これは例文です。
28552 \begin_inset Foot
28553 status open
28554
28555 \begin_layout Plain Layout
28556 この脚注は出力されません!
28557 \end_layout
28558
28559 \end_inset
28560
28561
28562 \end_layout
28563
28564 \end_inset
28565 </cell>
28566 </row>
28567 <row>
28568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Plain Layout
28572 これは例文です。
28573 \begin_inset ERT
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577
28578
28579 \backslash
28580 footnotemark{}
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 </row>
28591 </lyxtabular>
28592
28593 \end_inset
28594
28595
28596 \begin_inset ERT
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600
28601
28602 \backslash
28603 footnotetext{
28604 \end_layout
28605
28606 \end_inset
28607
28608 出力される脚注の表
28609 \begin_inset ERT
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613
28614 }
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623 長尺表中の脚注は、第
28624 \begin_inset CommandInset ref
28625 LatexCommand ref
28626 reference "subsec:長尺表での脚注"
28627
28628 \end_inset
28629
28630 節で述べられています。
28631 \end_layout
28632
28633 \begin_layout Standard
28634 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28635 \begin_inset CommandInset ref
28636 LatexCommand ref
28637 reference "sec:ミニページ"
28638
28639 \end_inset
28640
28641 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28642 \series bold
28643
28644 \backslash
28645 footnotemark{}
28646 \series default
28647
28648 \series bold
28649
28650 \backslash
28651 footntoetext
28652 \series default
28653 による方法を用いてください。
28654 \end_layout
28655
28656 \begin_layout Standard
28657 \begin_inset Box Frameless
28658 position "t"
28659 hor_pos "c"
28660 has_inner_box 1
28661 inner_pos "t"
28662 use_parbox 0
28663 use_makebox 0
28664 width "100col%"
28665 special "none"
28666 height "1in"
28667 height_special "totalheight"
28668 thickness "0.4pt"
28669 separation "3pt"
28670 shadowsize "4pt"
28671 framecolor "black"
28672 backgroundcolor "none"
28673 status open
28674
28675 \begin_layout Plain Layout
28676 これはミニページ中の例文です。
28677 \begin_inset Foot
28678 status open
28679
28680 \begin_layout Plain Layout
28681 ミニページ中の脚注です。
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Plain Layout
28690 これはミニページ中の例文です。
28691 \begin_inset ERT
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695
28696
28697 \backslash
28698 footnotemark{}
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 \begin_inset ERT
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716
28717
28718 \backslash
28719 footnotetext{
28720 \end_layout
28721
28722 \end_inset
28723
28724 ミニページ外の脚注です。
28725 \begin_inset ERT
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729
28730 }
28731 \end_layout
28732
28733 \end_inset
28734
28735
28736 \begin_inset VSpace defskip
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、\SpecialChar TeX
28744 コードでコマンド
28745 \series bold
28746
28747 \backslash
28748 footnotemark[番号]
28749 \series default
28750 を使用してください。
28751 \begin_inset Newline newline
28752 \end_inset
28753
28754 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28755 \begin_inset CommandInset ref
28756 LatexCommand ref
28757 reference "fn:これは脚注の一例"
28758
28759 \end_inset
28760
28761 の後に、\SpecialChar TeX
28762 コードで
28763 \end_layout
28764
28765 \begin_layout Standard
28766
28767 \series bold
28768
28769 \backslash
28770 newcounter{MyRepeatFoot}
28771 \begin_inset Newline newline
28772 \end_inset
28773
28774
28775 \backslash
28776 setcounter{MyRepeatFoot}{
28777 \backslash
28778 thefootnote}
28779 \end_layout
28780
28781 \begin_layout Standard
28782 というコマンドを挿入しています。そして脚注マークは、
28783 \end_layout
28784
28785 \begin_layout Standard
28786
28787 \series bold
28788
28789 \backslash
28790 footnotemark[
28791 \backslash
28792 theMyRepeatFoot]
28793 \end_layout
28794
28795 \begin_layout Standard
28796 で作成します。
28797 \end_layout
28798
28799 \begin_layout Standard
28800 これは繰り返し脚注の例です。
28801 \begin_inset ERT
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805
28806
28807 \backslash
28808 footnotemark[
28809 \backslash
28810 theMyRepeatFoot]
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \end_layout
28817
28818 \begin_layout Standard
28819 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28820 \end_layout
28821
28822 \begin_layout Standard
28823
28824 \series bold
28825
28826 \backslash
28827 footnotemark[
28828 \backslash
28829 thefootnote]
28830 \end_layout
28831
28832 \begin_layout Standard
28833 を使用してください。
28834 \end_layout
28835
28836 \begin_layout Standard
28837 これは繰り返し脚注の例です。
28838 \begin_inset ERT
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842
28843
28844 \backslash
28845 footnotemark[
28846 \backslash
28847 thefootnote]
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \end_layout
28854
28855 \begin_layout Subsection
28856 脚注の付番
28857 \begin_inset CommandInset label
28858 LatexCommand label
28859 name "subsec:脚注の付番"
28860
28861 \end_inset
28862
28863
28864 \begin_inset Index idx
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868 きゃくちゅう@脚注 ! ふばん@付番
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \begin_layout Standard
28877 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28878 \end_layout
28879
28880 \begin_layout Standard
28881
28882 \series bold
28883
28884 \backslash
28885 @addtoreset{footnote}{section}
28886 \end_layout
28887
28888 \begin_layout Standard
28889 というコマンドを加えてください。
28890 \end_layout
28891
28892 \begin_layout Standard
28893 \begin_inset VSpace bigskip
28894 \end_inset
28895
28896 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28897 \end_layout
28898
28899 \begin_layout Standard
28900
28901 \series bold
28902
28903 \backslash
28904 renewcommand{
28905 \backslash
28906 thefootnote}{
28907 \backslash
28908 roman{footnote}}
28909 \end_layout
28910
28911 \begin_layout Standard
28912 \begin_inset ERT
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916
28917
28918 \backslash
28919 renewcommand{
28920 \backslash
28921 thefootnote}{
28922 \backslash
28923 roman{footnote}}
28924 \end_layout
28925
28926 \end_inset
28927
28928 これは、ローマ数字を使った脚注です
28929 \begin_inset Foot
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 これは、ローマ数字を使った脚注の例です。
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \end_layout
28940
28941 \begin_layout Standard
28942 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28943 \series bold
28944
28945 \backslash
28946 roman
28947 \series default
28948
28949 \series bold
28950
28951 \backslash
28952 Roman
28953 \series default
28954 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28955 \series bold
28956
28957 \backslash
28958 Alph
28959 \series default
28960 または
28961 \series bold
28962
28963 \backslash
28964 alph
28965 \series default
28966 を使用してください。記号を使って付「番」するには、
28967 \series bold
28968
28969 \backslash
28970 fnsymbol
28971 \series default
28972 を使ってください。
28973 \end_layout
28974
28975 \begin_layout Standard
28976 \begin_inset Note Greyedout
28977 status open
28978
28979 \begin_layout Plain Layout
28980
28981 \series bold
28982 【註】
28983 \series default
28984 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \begin_inset Newline newline
28991 \end_inset
28992
28993
28994 \begin_inset Note Greyedout
28995 status open
28996
28997 \begin_layout Plain Layout
28998
28999 \series bold
29000 【註】
29001 \series default
29002 記号を使うと9個の脚注しか番号を振ることができません。
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \begin_layout Standard
29011 付番様式を変更した後、既定様式に戻すには、上記コマンドの
29012 \series bold
29013
29014 \backslash
29015 roman
29016 \series default
29017
29018 \series bold
29019
29020 \backslash
29021 arabic
29022 \series default
29023 に置き換えて使用してください。
29024 \begin_inset ERT
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028
29029
29030 \backslash
29031 renewcommand{
29032 \backslash
29033 thefootnote}{
29034 \backslash
29035 arabic{footnote}}
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Standard
29044 \begin_inset VSpace bigskip
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \begin_layout Standard
29051 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
29052 \end_layout
29053
29054 \begin_layout Standard
29055
29056 \series bold
29057
29058 \backslash
29059 numberwithin{footnote}{chapter}
29060 \end_layout
29061
29062 \begin_layout Standard
29063 というコマンドを加えてください。
29064 \series bold
29065
29066 \backslash
29067 numberwithin
29068 \series default
29069 コマンドを使用できるようにするためには、文書設定の
29070 \family sans
29071 数式オプション
29072 \family default
29073 タブで
29074 \family sans
29075 AMS
29076 \begin_inset space ~
29077 \end_inset
29078
29079 mathパッケージを使う
29080 \family default
29081 オプションを有効にしてください。
29082 \end_layout
29083
29084 \begin_layout Standard
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 numberwithin{footnote}{chapter}
29093 \end_layout
29094
29095 \end_inset
29096
29097 これは、脚注のもう一つの例です
29098 \series bold
29099
29100 \begin_inset Foot
29101 status open
29102
29103 \begin_layout Plain Layout
29104
29105 \series bold
29106 これは、
29107 \series default
29108 「章番号.脚注番号」スキームで番号を振られた脚注です。
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \series default
29115
29116 \begin_inset ERT
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120
29121
29122 \backslash
29123 renewcommand{
29124 \backslash
29125 thefootnote}{
29126 \backslash
29127 arabic{footnote}}
29128 \end_layout
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \begin_layout Standard
29136 \begin_inset Note Greyedout
29137 status open
29138
29139 \begin_layout Plain Layout
29140
29141 \series bold
29142 【註】
29143 \backslash
29144 numberwithin
29145 \series default
29146 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \begin_layout Standard
29155 また、例えば「章番号.
29156 \backslash
29157 Roman{footnote}」スキームを得るには、
29158 \series bold
29159
29160 \backslash
29161 numberwithin
29162 \series default
29163 の代わりに以下のコマンドを使用してください。
29164 \end_layout
29165
29166 \begin_layout Standard
29167
29168 \series bold
29169
29170 \backslash
29171 renewcommand{
29172 \backslash
29173 thefootnote}{
29174 \backslash
29175 thechapter.
29176 \backslash
29177 Roman{footnote}}
29178 \end_layout
29179
29180 \begin_layout Subsection
29181 脚注の配置
29182 \begin_inset Index idx
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186 きゃくちゅう@脚注 ! はいち@配置
29187 \end_layout
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Standard
29195 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
29196 ブルに足して、1.5
29197 \begin_inset space \thinspace{}
29198 \end_inset
29199
29200 mmの余白を追加することもできます。
29201 \end_layout
29202
29203 \begin_layout Standard
29204
29205 \series bold
29206
29207 \backslash
29208 let
29209 \backslash
29210 myFoot
29211 \backslash
29212 footnote
29213 \begin_inset Newline newline
29214 \end_inset
29215
29216
29217 \backslash
29218 renewcommand{
29219 \backslash
29220 footnote}[1]{
29221 \backslash
29222 myFoot{#1
29223 \backslash
29224 vspace{1.5mm}}}
29225 \end_layout
29226
29227 \begin_layout Standard
29228 \begin_inset VSpace bigskip
29229 \end_inset
29230
29231 二段組文書では、脚注は各段底部に表示されます(図
29232 \begin_inset CommandInset ref
29233 LatexCommand ref
29234 reference "fig:標準的脚注配置"
29235
29236 \end_inset
29237
29238 )。図
29239 \begin_inset CommandInset ref
29240 LatexCommand ref
29241 reference "fig:ftnright脚注配置"
29242
29243 \end_inset
29244
29245 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29246 \end_layout
29247
29248 \begin_layout Standard
29249
29250 \series bold
29251
29252 \backslash
29253 usepackage{ftnright}
29254 \end_layout
29255
29256 \begin_layout Standard
29257 というコマンドを書いて、\SpecialChar LaTeX
29258 パッケージ
29259 \series bold
29260 ftnright
29261 \series default
29262
29263 \begin_inset Index idx
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 \SpecialChar LaTeX
29268 ぱっけーじ@\SpecialChar LaTeX
29269 パッケージ ! ftnright
29270 \end_layout
29271
29272 \end_inset
29273
29274 を読み込みます。
29275 \begin_inset Float figure
29276 placement !h
29277 wide false
29278 sideways false
29279 status open
29280
29281 \begin_layout Plain Layout
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287
29288 \backslash
29289 framebox{
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \begin_inset Graphics
29296         filename ../clipart/without_fntright.pdf
29297         width 100col%
29298         scaleBeforeRotation
29299
29300 \end_inset
29301
29302
29303 \begin_inset ERT
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307
29308 }
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Plain Layout
29317 \begin_inset Caption Standard
29318
29319 \begin_layout Plain Layout
29320 \begin_inset CommandInset label
29321 LatexCommand label
29322 name "fig:標準的脚注配置"
29323
29324 \end_inset
29325
29326 二段組文書の標準的な脚注配置
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Standard
29340 \begin_inset Float figure
29341 placement !h
29342 wide false
29343 sideways false
29344 status open
29345
29346 \begin_layout Plain Layout
29347 \begin_inset ERT
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351
29352
29353 \backslash
29354 framebox{
29355 \end_layout
29356
29357 \end_inset
29358
29359
29360 \begin_inset Graphics
29361         filename ../clipart/with_fntright.pdf
29362         width 100col%
29363         scaleBeforeRotation
29364
29365 \end_inset
29366
29367
29368 \begin_inset ERT
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372
29373 }
29374 \end_layout
29375
29376 \end_inset
29377
29378
29379 \end_layout
29380
29381 \begin_layout Plain Layout
29382 \begin_inset Caption Standard
29383
29384 \begin_layout Plain Layout
29385 \begin_inset CommandInset label
29386 LatexCommand label
29387 name "fig:ftnright脚注配置"
29388
29389 \end_inset
29390
29391 \SpecialChar LaTeX
29392 パッケージ
29393 \series bold
29394 ftnright
29395 \series default
29396 を使用したときの二段組文書の脚注配置
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \end_layout
29408
29409 \begin_layout Standard
29410 \begin_inset VSpace bigskip
29411 \end_inset
29412
29413 科学的文献に於いては、図
29414 \begin_inset CommandInset ref
29415 LatexCommand ref
29416 reference "fig:後注"
29417
29418 \end_inset
29419
29420 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29421 \begin_inset Index idx
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 こちゅう@後注
29426 \end_layout
29427
29428 \end_inset
29429
29430 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29431 \family sans
29432 文書\SpecialChar menuseparator
29433 設定\SpecialChar menuseparator
29434 モジュール
29435 \family default
29436 メニューで
29437 \family sans
29438 脚注から後注へ
29439 \family default
29440 を読み込んでください。まとめた注を出力するには、節ないし章末に\SpecialChar TeX
29441 コードで
29442 \end_layout
29443
29444 \begin_layout Standard
29445
29446 \series bold
29447
29448 \backslash
29449 theendnotes
29450 \end_layout
29451
29452 \begin_layout Standard
29453 というコマンドを挿入してください。
29454 \end_layout
29455
29456 \begin_layout Standard
29457 \begin_inset Float figure
29458 wide false
29459 sideways false
29460 status open
29461
29462 \begin_layout Plain Layout
29463 \align center
29464 \begin_inset ERT
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468
29469
29470 \backslash
29471 framebox{
29472 \end_layout
29473
29474 \end_inset
29475
29476
29477 \begin_inset Graphics
29478         filename ../clipart/endnotes.pdf
29479         scaleBeforeRotation
29480
29481 \end_inset
29482
29483
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489 }
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \begin_layout Plain Layout
29498 \begin_inset Caption Standard
29499
29500 \begin_layout Plain Layout
29501 \begin_inset CommandInset label
29502 LatexCommand label
29503 name "fig:後注"
29504
29505 \end_inset
29506
29507 後注 – 注を節ないし章末に別段落として印字します。
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 \begin_inset VSpace medskip
29522 \end_inset
29523
29524 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29525 \end_layout
29526
29527 \begin_layout Standard
29528
29529 \series bold
29530
29531 \backslash
29532 renewcommand{
29533 \backslash
29534 notesname}{Anmerkungen}
29535 \end_layout
29536
29537 \begin_layout Standard
29538 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29539 \end_layout
29540
29541 \begin_layout Standard
29542 \begin_inset VSpace medskip
29543 \end_inset
29544
29545
29546 \begin_inset CommandInset ref
29547 LatexCommand ref
29548 reference "subsec:脚注の付番"
29549
29550 \end_inset
29551
29552 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29553 \series bold
29554
29555 \backslash
29556 thefootnote
29557 \series default
29558 コマンドの代わりに
29559 \series bold
29560
29561 \backslash
29562 theendnote
29563 \series default
29564 を用いてください。後注番号をリセットするには、第
29565 \begin_inset CommandInset ref
29566 LatexCommand ref
29567 reference "subsec:脚注の付番"
29568
29569 \end_inset
29570
29571 節で述べたコマンド
29572 \series bold
29573
29574 \backslash
29575 @addtoreset
29576 \series default
29577 の、パラメータ
29578 \series bold
29579 footnote
29580 \series default
29581
29582 \series bold
29583 endnote
29584 \series default
29585 に変えて、使用してください。
29586 \end_layout
29587
29588 \begin_layout Standard
29589 後注の印だけを作成するには、第
29590 \begin_inset CommandInset ref
29591 LatexCommand ref
29592 reference "sec:脚注"
29593
29594 \end_inset
29595
29596 節で説明した
29597 \series bold
29598
29599 \backslash
29600 footnotemark
29601 \series default
29602 コマンドの代わりに、
29603 \series bold
29604
29605 \backslash
29606 endnotemark[番号]
29607 \series default
29608 コマンドを使用してください。
29609 \end_layout
29610
29611 \begin_layout Standard
29612 \begin_inset VSpace bigskip
29613 \end_inset
29614
29615 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、\SpecialChar LaTeX
29616 パッケージ
29617 \series bold
29618 footmisc
29619 \series default
29620
29621 \begin_inset Index idx
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625 \SpecialChar LaTeX
29626 ぱっけーじ@\SpecialChar LaTeX
29627 パッケージ ! footmisc
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \begin_inset CommandInset citation
29634 LatexCommand cite
29635 key "footmisc"
29636
29637 \end_inset
29638
29639 を参照してください。
29640 \end_layout
29641
29642 \begin_layout Standard
29643 脚注の整形にまつわるその他多くの話題が、\SpecialChar LaTeX
29644 関連書籍
29645 \begin_inset CommandInset citation
29646 LatexCommand cite
29647 key "latexcompanion,latexguide,latexbook"
29648
29649 \end_inset
29650
29651 に載っています。
29652 \series bold
29653 KOMA-Script
29654 \series default
29655
29656 \begin_inset Index idx
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 \SpecialChar LaTeX
29661 ぱっけーじ@\SpecialChar LaTeX
29662 パッケージ ! KOMA-Script
29663 \end_layout
29664
29665 \end_inset
29666
29667 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29668 \begin_inset CommandInset citation
29669 LatexCommand cite
29670 key "KOMA-Script"
29671
29672 \end_inset
29673
29674 参照)。
29675 \end_layout
29676
29677 \begin_layout Section
29678 傍注
29679 \begin_inset Index idx
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29684 \end_layout
29685
29686 \end_inset
29687
29688
29689 \end_layout
29690
29691 \begin_layout Standard
29692 \SpecialChar LyX
29693 内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29694 \family sans
29695 挿入\SpecialChar menuseparator
29696 傍注
29697 \family default
29698 メニューかツールバーボタン
29699 \family sans
29700
29701 \begin_inset Info
29702 type  "icon"
29703 arg   "marginalnote-insert"
29704 \end_inset
29705
29706
29707 \family default
29708 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29709 \end_layout
29710
29711 \begin_layout Standard
29712 横にあるのが傍注です
29713 \begin_inset Marginal
29714 status open
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 片面文書においては、傍注は右側に表示され、両面文書においては外側余白—偶数ページでは左側、奇数ページでは右側—に表示されます。傍注文は、外側余白の反対側に—注が
29727 左余白に現れるときには右揃えに—寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29728 \end_layout
29729
29730 \begin_layout Standard
29731 \begin_inset VSpace bigskip
29732 \end_inset
29733
29734 傍注を内側余白に置くには、傍注の前に\SpecialChar TeX
29735 コードで
29736 \end_layout
29737
29738 \begin_layout Standard
29739
29740 \series bold
29741
29742 \backslash
29743 reversemarginpar
29744 \end_layout
29745
29746 \begin_layout Standard
29747 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29748 \begin_inset ERT
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752
29753
29754 \backslash
29755 reversemarginpar 
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \begin_inset Marginal
29762 status open
29763
29764 \begin_layout Plain Layout
29765 これは内側余白の傍注です。
29766 \end_layout
29767
29768 \end_inset
29769
29770
29771 \series bold
29772
29773 \begin_inset Newline newline
29774 \end_inset
29775
29776
29777 \series default
29778
29779 \begin_inset Note Greyedout
29780 status open
29781
29782 \begin_layout Plain Layout
29783
29784 \series bold
29785 【註】
29786 \series default
29787 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \end_layout
29794
29795 \begin_layout Standard
29796 既定の配置に戻すには、\SpecialChar TeX
29797 コードで
29798 \end_layout
29799
29800 \begin_layout Standard
29801
29802 \series bold
29803
29804 \backslash
29805 normalmarginpar
29806 \end_layout
29807
29808 \begin_layout Standard
29809 というコマンドを書き加えてください。
29810 \begin_inset ERT
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814
29815
29816 \backslash
29817 normalmarginpar 
29818 \end_layout
29819
29820 \end_inset
29821
29822  
29823 \begin_inset Note Greyedout
29824 status open
29825
29826 \begin_layout Plain Layout
29827
29828 \series bold
29829 【註】
29830 \backslash
29831 reversemarginpar
29832 \series default
29833 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29834 \end_layout
29835
29836 \end_inset
29837
29838
29839 \end_layout
29840
29841 \begin_layout Standard
29842 \begin_inset VSpace bigskip
29843 \end_inset
29844
29845
29846 \begin_inset Marginal
29847 status open
29848
29849 \begin_layout Plain Layout
29850 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \begin_inset CommandInset ref
29857 LatexCommand ref
29858 reference "subsec:複数行"
29859
29860 \end_inset
29861
29862 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29863 \begin_inset space \thinspace{}
29864 \end_inset
29865
29866 pt水平空白を挿入してください 
29867 \begin_inset Marginal
29868 status open
29869
29870 \begin_layout Plain Layout
29871 \begin_inset space \hspace*{}
29872 \length 0pt
29873 \end_inset
29874
29875 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 \begin_inset VSpace bigskip
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 \begin_inset Note Greyedout
29892 status open
29893
29894 \begin_layout Plain Layout
29895
29896 \series bold
29897 【註】
29898 \series default
29899 通常、傍注は表やフロート、脚注の中では使用することができません。
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \end_layout
29906
29907 \begin_layout Standard
29908 \begin_inset VSpace bigskip
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920
29921 \backslash
29922 ifmarginnote
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \begin_inset Note Note
29929 status open
29930
29931 \begin_layout Plain Layout
29932 以下の部分は、\SpecialChar LaTeX
29933 パッケージ
29934 \series bold
29935 marginnote
29936 \series default
29937 が導入されているときのみ表示されます。
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Standard
29946 この制約は、\SpecialChar LaTeX
29947 パッケージ
29948 \series bold
29949 marginnote
29950 \series default
29951
29952 \begin_inset Index idx
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956 \SpecialChar LaTeX
29957 ぱっけーじ@\SpecialChar LaTeX
29958 パッケージ ! marginnote
29959 \end_layout
29960
29961 \end_inset
29962
29963 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、\SpecialChar LyX
29964 が傍注に使うコマンドが再定義されて、
29965 \series bold
29966 marginnote
29967 \series default
29968 パッケージが提供するコマンドを使うようになります。
29969 \end_layout
29970
29971 \begin_layout Standard
29972
29973 \series bold
29974
29975 \backslash
29976 usepackage{marginnote}
29977 \begin_inset Newline newline
29978 \end_inset
29979
29980
29981 \backslash
29982 let
29983 \backslash
29984 marginpar
29985 \backslash
29986 marginnote
29987 \end_layout
29988
29989 \begin_layout Standard
29990
29991 \series bold
29992 marginnote
29993 \series default
29994 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29995 \series bold
29996 marginnote
29997 \series default
29998 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29999 望まれるときなどに、よく必要とされます。オフセットは、\SpecialChar LyX
30000 中の傍注の後ろに\SpecialChar TeX
30001 コードで直接
30002 \end_layout
30003
30004 \begin_layout Standard
30005
30006 \series bold
30007 [オフセット]
30008 \end_layout
30009
30010 \begin_layout Standard
30011 という形で書くことで設定することができます。ここで「オフセット」には、表
30012 \begin_inset CommandInset ref
30013 LatexCommand ref
30014 reference "tab:単位"
30015
30016 \end_inset
30017
30018 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、\SpecialChar TeX
30019 コードコマンド「
30020 \series bold
30021 [-1.5cm]
30022 \series default
30023 」を使用して、1.5
30024 \begin_inset space \thinspace{}
30025 \end_inset
30026
30027 cm上にずらしてあります
30028 \begin_inset Marginal
30029 status open
30030
30031 \begin_layout Plain Layout
30032 この傍注は、本来の位置よりも1.5
30033 \begin_inset space \thinspace{}
30034 \end_inset
30035
30036 cm上にずらしてあります。
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047 [-1.5cm]
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Standard
30056 \begin_inset VSpace medskip
30057 \end_inset
30058
30059
30060 \series bold
30061 marginnote
30062 \series default
30063 を使うと、傍注の揃えを変更することもできます。たとえば、
30064 \end_layout
30065
30066 \begin_layout Standard
30067
30068 \series bold
30069
30070 \backslash
30071 renewcommand*{
30072 \backslash
30073 raggedleftmarginnote}{
30074 \backslash
30075 centering}
30076 \begin_inset Newline newline
30077 \end_inset
30078
30079
30080 \backslash
30081 renewcommand*{
30082 \backslash
30083 raggedrightmarginnote}{
30084 \backslash
30085 centering}
30086 \end_layout
30087
30088 \begin_layout Standard
30089 というコマンドを使うと、中央揃えになります。
30090 \series bold
30091
30092 \backslash
30093 raggedleftmarginnote
30094 \series default
30095 とは、左側に表示されている傍注のことを指します
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100
30101
30102 \backslash
30103 renewcommand*{
30104 \backslash
30105 raggedleftmarginnote}{
30106 \backslash
30107 centering}
30108 \end_layout
30109
30110 \begin_layout Plain Layout
30111
30112
30113 \backslash
30114 renewcommand*{
30115 \backslash
30116 raggedrightmarginnote}{
30117 \backslash
30118 centering}
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \begin_inset Marginal
30125 status open
30126
30127 \begin_layout Plain Layout
30128 この傍注の文章は中央揃えになっています。
30129 \end_layout
30130
30131 \end_inset
30132
30133 。既定の設定は、
30134 \end_layout
30135
30136 \begin_layout Standard
30137
30138 \series bold
30139
30140 \backslash
30141 renewcommand*{
30142 \backslash
30143 raggedleftmarginnote}{
30144 \backslash
30145 raggedleft}
30146 \begin_inset Newline newline
30147 \end_inset
30148
30149
30150 \backslash
30151 renewcommand*{
30152 \backslash
30153 raggedrightmarginnote}{
30154 \backslash
30155 raggedright}
30156 \series default
30157
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 renewcommand*{
30166 \backslash
30167 raggedleftmarginnote}{
30168 \backslash
30169 raggedleft}
30170 \end_layout
30171
30172 \begin_layout Plain Layout
30173
30174
30175 \backslash
30176 renewcommand*{
30177 \backslash
30178 raggedrightmarginnote}{
30179 \backslash
30180 raggedright}
30181 \end_layout
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Standard
30189 です。
30190 \end_layout
30191
30192 \begin_layout Standard
30193 \begin_inset VSpace medskip
30194 \end_inset
30195
30196
30197 \series bold
30198 marginnote
30199 \series default
30200 の他の機能については、
30201 \begin_inset CommandInset citation
30202 LatexCommand cite
30203 key "marginnote"
30204
30205 \end_inset
30206
30207 の取扱説明書をご参照ください。
30208 \end_layout
30209
30210 \begin_layout Standard
30211 \begin_inset VSpace bigskip
30212 \end_inset
30213
30214 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
30215 \family sans
30216 \series bold
30217 \bar under
30218 注意!
30219 \family default
30220 \series default
30221 \bar default
30222 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
30223 \end_layout
30224
30225 \begin_layout Standard
30226
30227 \series bold
30228
30229 \backslash
30230 let
30231 \backslash
30232 myMarginpar
30233 \backslash
30234 marginpar
30235 \begin_inset Newline newline
30236 \end_inset
30237
30238
30239 \backslash
30240 renewcommand{
30241 \backslash
30242 marginpar}[1]{
30243 \backslash
30244 myMarginpar{%
30245 \begin_inset Newline newline
30246 \end_inset
30247
30248
30249 \begin_inset Phantom HPhantom
30250 status open
30251
30252 \begin_layout Plain Layout
30253
30254 \series bold
30255 \begin_inset space ~
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \backslash
30265 hspace{0pt}
30266 \backslash
30267 textsf{
30268 \backslash
30269 textbf{
30270 \backslash
30271 underbar{注意!}}}%
30272 \begin_inset Newline newline
30273 \end_inset
30274
30275
30276 \begin_inset Phantom HPhantom
30277 status open
30278
30279 \begin_layout Plain Layout
30280
30281 \series bold
30282 \begin_inset space ~
30283 \end_inset
30284
30285
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \backslash
30292 vspace{1.5mm}
30293 \backslash
30294
30295 \backslash
30296 #1}}
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset ERT
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304
30305
30306 \backslash
30307 let
30308 \backslash
30309 myMarginpar
30310 \backslash
30311 marginpar
30312 \end_layout
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 renewcommand{
30319 \backslash
30320 marginpar}[1]{
30321 \backslash
30322 myMarginpar{%
30323 \end_layout
30324
30325 \begin_layout Plain Layout
30326
30327    
30328 \backslash
30329 textsf{
30330 \backslash
30331 textbf{
30332 \backslash
30333 underbar{注意!}}}%
30334 \end_layout
30335
30336 \begin_layout Plain Layout
30337
30338    
30339 \backslash
30340 vspace{1.5mm}
30341 \backslash
30342
30343 \backslash
30344 #1}}
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \begin_inset Marginal
30351 status open
30352
30353 \begin_layout Plain Layout
30354 これは、定義したヘッダをつけた傍注です。
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 [-1.5cm]
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \begin_inset ERT
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375
30376
30377 \backslash
30378 renewcommand{
30379 \backslash
30380 marginpar}[1]{
30381 \backslash
30382 myMarginpar{#1}}
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \begin_inset Note Note
30389 status open
30390
30391 \begin_layout Plain Layout
30392 傍注書式は、この例の分だけ変更してあります。
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406
30407 \backslash
30408 else
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \begin_inset Note Note
30415 status open
30416
30417 \begin_layout Plain Layout
30418 以下の部分は、\SpecialChar LaTeX
30419 パッケージ
30420 \series bold
30421 marginnote
30422 \series default
30423 が導入されていないときのみ表示されます。
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Standard
30432 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
30433 パッケージ
30434 \series bold
30435 marginnote
30436 \series default
30437 を導入する必要があります。
30438 \end_layout
30439
30440 \begin_layout Standard
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 fi
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Chapter
30457 ボックス
30458 \end_layout
30459
30460 \begin_layout Section
30461 はじめに
30462 \begin_inset Index idx
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466 ぼっくす@ボックス ! はじめに
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30476 \begin_inset CommandInset ref
30477 LatexCommand ref
30478 reference "sec:ミニページ"
30479
30480 \end_inset
30481
30482 節参照)、文章を囲ったり(第
30483 \begin_inset CommandInset ref
30484 LatexCommand ref
30485 reference "sec:装飾"
30486
30487 \end_inset
30488
30489 節参照)、単語がハイフネートされるのを予防したり(第
30490 \begin_inset CommandInset ref
30491 LatexCommand ref
30492 reference "sec:ハイフネーションの回避"
30493
30494 \end_inset
30495
30496 節参照)、文章を揃えたり(第
30497 \begin_inset CommandInset ref
30498 LatexCommand ref
30499 reference "subsec:垂直揃え"
30500
30501 \end_inset
30502
30503 節参照)、あるいは文章の背景色を設定したり(第
30504 \begin_inset CommandInset ref
30505 LatexCommand ref
30506 reference "sec:色付きボックス"
30507
30508 \end_inset
30509
30510 節参照)するのに使用します。
30511 \end_layout
30512
30513 \begin_layout Standard
30514 ボックスは、
30515 \family sans
30516 挿入\SpecialChar menuseparator
30517 ボックス
30518 \family default
30519 メニューかツールバーボタン
30520 \family sans
30521
30522 \begin_inset Info
30523 type  "icon"
30524 arg   "box-insert Frameless"
30525 \end_inset
30526
30527
30528 \family default
30529 を使って挿入することができます。すると、
30530 \begin_inset Graphics
30531         filename clipart/BoxInsetDefaultQt4.png
30532         scale 85
30533         scaleBeforeRotation
30534
30535 \end_inset
30536
30537 のように
30538 \family sans
30539 ボックス(minipage環境)
30540 \family default
30541 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30542 \family sans
30543 設定
30544 \family default
30545 メニューを選択すると現れるボックスダイアログでは、
30546 \family sans
30547 parboxコマンド
30548 \family default
30549
30550 \family sans
30551 minipage環境
30552 \family default
30553 の二つの
30554 \family sans
30555 内部ボックス
30556 \family default
30557 型を選択することができます。
30558 \family sans
30559 minipage
30560 \family default
30561 型は、新規ボックスの既定値となっており、第
30562 \begin_inset CommandInset ref
30563 LatexCommand ref
30564 reference "sec:ミニページ"
30565
30566 \end_inset
30567
30568 節で説明します。
30569 \family sans
30570 parbox
30571 \family default
30572 型については第
30573 \begin_inset CommandInset ref
30574 LatexCommand ref
30575 reference "sec:Parboxes"
30576
30577 \end_inset
30578
30579 節、
30580 \family sans
30581 makebox
30582 \family default
30583 型については第
30584 \begin_inset CommandInset ref
30585 LatexCommand ref
30586 reference "sec:ハイフネーションの回避"
30587
30588 \end_inset
30589
30590 節で述べます。
30591 \end_layout
30592
30593 \begin_layout Standard
30594 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30595 \end_layout
30596
30597 \begin_layout Standard
30598 \begin_inset Note Greyedout
30599 status open
30600
30601 \begin_layout Plain Layout
30602
30603 \series bold
30604 【註】
30605 \series default
30606 ボックスは、
30607 \family sans
30608 箇条書き(記号)
30609 \family default
30610 環境や
30611 \family sans
30612 箇条書き(記述)
30613 \family default
30614 環境の単独要素とすべきではありません。
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \begin_layout Standard
30623 \begin_inset Note Greyedout
30624 status open
30625
30626 \begin_layout Plain Layout
30627
30628 \series bold
30629 【註】
30630 \series default
30631 理由は不明ですが、枠付きボックスを使用している場合には、
30632 \family sans
30633 内部ボックス
30634 \family default
30635 型は
30636 \family sans
30637 なし
30638 \family default
30639 にしか設定することができません。
30640 \family sans
30641 内部ボックス
30642 \family default
30643 型や枠のないボックスについては、第
30644 \begin_inset CommandInset ref
30645 LatexCommand ref
30646 reference "sec:ハイフネーションの回避"
30647
30648 \end_inset
30649
30650 節で説明します。
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Section
30659 ボックスダイアログ
30660 \begin_inset CommandInset label
30661 LatexCommand label
30662 name "sec:ボックスダイアログ"
30663
30664 \end_inset
30665
30666
30667 \begin_inset Index idx
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \begin_layout Subsection
30680 寸法
30681 \begin_inset Index idx
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 ぼっくす@ボックス ! すんぽう@寸法
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 ボックスダイアログでは、
30695 \family sans
30696
30697 \family default
30698
30699 \family sans
30700 高さ
30701 \family default
30702 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30703 \begin_inset CommandInset ref
30704 LatexCommand ref
30705 reference "tab:単位"
30706
30707 \end_inset
30708
30709 に説明されています。
30710 \family sans
30711 高さ
30712 \family default
30713 フィールドには、加えて以下の寸法を使用することができます。
30714 \end_layout
30715
30716 \begin_layout Description
30717 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30718 \begin_inset Newline newline
30719 \end_inset
30720
30721
30722 \begin_inset Newline newline
30723 \end_inset
30724
30725
30726 \begin_inset Newline newline
30727 \end_inset
30728
30729
30730 \begin_inset Box Boxed
30731 position "c"
30732 hor_pos "c"
30733 has_inner_box 1
30734 inner_pos "c"
30735 use_parbox 0
30736 use_makebox 0
30737 width "12col%"
30738 special "none"
30739 height "1in"
30740 height_special "depth"
30741 thickness "0.4pt"
30742 separation "3pt"
30743 shadowsize "4pt"
30744 framecolor "black"
30745 backgroundcolor "none"
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749 \align center
30750 高さを1階層に設定したボックス
30751 \end_layout
30752
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 \end_layout
30765
30766 \begin_layout Description
30767 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30768 \begin_inset Box Boxed
30769 position "c"
30770 hor_pos "c"
30771 has_inner_box 1
30772 inner_pos "c"
30773 use_parbox 0
30774 use_makebox 0
30775 width "20col%"
30776 special "none"
30777 height "2in"
30778 height_special "height"
30779 thickness "0.4pt"
30780 separation "3pt"
30781 shadowsize "4pt"
30782 framecolor "black"
30783 backgroundcolor "none"
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787 \align center
30788 高さを2高さに設定したボックス
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \end_layout
30795
30796 \begin_layout Description
30797 全高 これは「高さ」+「階層」です。
30798 \begin_inset Box Boxed
30799 position "c"
30800 hor_pos "c"
30801 has_inner_box 1
30802 inner_pos "c"
30803 use_parbox 0
30804 use_makebox 0
30805 width "20col%"
30806 special "none"
30807 height "1in"
30808 height_special "totalheight"
30809 thickness "0.4pt"
30810 separation "3pt"
30811 shadowsize "4pt"
30812 framecolor "black"
30813 backgroundcolor "none"
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817 \align center
30818 高さを1全高に設定したボックス
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \end_layout
30825
30826 \begin_layout Description
30827 幅 これはボックスの幅を高さに設定します。
30828 \begin_inset Box Boxed
30829 position "c"
30830 hor_pos "c"
30831 has_inner_box 1
30832 inner_pos "c"
30833 use_parbox 0
30834 use_makebox 0
30835 width "12col%"
30836 special "none"
30837 height "1in"
30838 height_special "width"
30839 thickness "0.4pt"
30840 separation "3pt"
30841 shadowsize "4pt"
30842 framecolor "black"
30843 backgroundcolor "none"
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847 \align center
30848 高さを1幅に設定したボックス
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Subsection
30857 文字揃え
30858 \begin_inset Index idx
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862 ぼっくす@ボックス ! もじそろえ@文字揃え
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \end_layout
30869
30870 \begin_layout Standard
30871
30872 \family sans
30873 内部ボックス
30874 \family default
30875 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30876 \end_layout
30877
30878 \begin_layout Description
30879 上 これは例示のための本文行です。
30880 \begin_inset Box Boxed
30881 position "t"
30882 hor_pos "c"
30883 has_inner_box 1
30884 inner_pos "c"
30885 use_parbox 0
30886 use_makebox 0
30887 width "12col%"
30888 special "none"
30889 height "1in"
30890 height_special "totalheight"
30891 thickness "0.4pt"
30892 separation "3pt"
30893 shadowsize "4pt"
30894 framecolor "black"
30895 backgroundcolor "none"
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899 \align center
30900 このボックスは上揃えです。
30901 \end_layout
30902
30903 \end_inset
30904
30905 これは例示のための本文行です。
30906 \end_layout
30907
30908 \begin_layout Description
30909 中央 これは例示のための本文行です。
30910 \begin_inset Box Boxed
30911 position "c"
30912 hor_pos "c"
30913 has_inner_box 1
30914 inner_pos "c"
30915 use_parbox 0
30916 use_makebox 0
30917 width "12col%"
30918 special "none"
30919 height "1in"
30920 height_special "totalheight"
30921 thickness "0.4pt"
30922 separation "3pt"
30923 shadowsize "4pt"
30924 framecolor "black"
30925 backgroundcolor "none"
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929 \align center
30930 このボックスは中央揃えです。
30931 \end_layout
30932
30933 \end_inset
30934
30935 これは例示のための本文行です。
30936 \end_layout
30937
30938 \begin_layout Description
30939 下 これは例示のための本文行です。
30940 \begin_inset Box Boxed
30941 position "b"
30942 hor_pos "c"
30943 has_inner_box 1
30944 inner_pos "c"
30945 use_parbox 0
30946 use_makebox 0
30947 width "12col%"
30948 special "none"
30949 height "1in"
30950 height_special "totalheight"
30951 thickness "0.4pt"
30952 separation "3pt"
30953 shadowsize "4pt"
30954 framecolor "black"
30955 backgroundcolor "none"
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959 \align center
30960 このボックスは下揃えです。
30961 \end_layout
30962
30963 \end_inset
30964
30965 これは例示のための本文行です。
30966 \end_layout
30967
30968 \begin_layout Standard
30969 \begin_inset Note Greyedout
30970 status open
30971
30972 \begin_layout Plain Layout
30973
30974 \series bold
30975 【註】
30976 \series default
30977 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Standard
30986 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、\SpecialChar LyX
30987 の段落ダイアログから設定できます。
30988 \end_layout
30989
30990 \begin_layout Standard
30991 \begin_inset VSpace bigskip
30992 \end_inset
30993
30994
30995 \family sans
30996 内部ボックス
30997 \family default
30998 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30999 \end_layout
31000
31001 \begin_layout Description
31002 上 これは例示のための本文行です。
31003 \begin_inset Box Boxed
31004 position "c"
31005 hor_pos "c"
31006 has_inner_box 1
31007 inner_pos "t"
31008 use_parbox 0
31009 use_makebox 0
31010 width "12col%"
31011 special "none"
31012 height "1.5in"
31013 height_special "totalheight"
31014 thickness "0.4pt"
31015 separation "3pt"
31016 shadowsize "4pt"
31017 framecolor "black"
31018 backgroundcolor "none"
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022 \align center
31023 このボックスの文章は上揃えです。
31024 \end_layout
31025
31026 \end_inset
31027
31028 これは例示のための本文行です。
31029 \end_layout
31030
31031 \begin_layout Description
31032 中央 これは例示のための本文行です。
31033 \begin_inset Box Boxed
31034 position "c"
31035 hor_pos "c"
31036 has_inner_box 1
31037 inner_pos "c"
31038 use_parbox 0
31039 use_makebox 0
31040 width "12col%"
31041 special "none"
31042 height "1.5in"
31043 height_special "totalheight"
31044 thickness "0.4pt"
31045 separation "3pt"
31046 shadowsize "4pt"
31047 framecolor "black"
31048 backgroundcolor "none"
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052 \align center
31053 このボックスの文章は中央揃えです。
31054 \end_layout
31055
31056 \end_inset
31057
31058 これは例示のための本文行です。
31059 \end_layout
31060
31061 \begin_layout Description
31062 下 これは例示のための本文行です。
31063 \begin_inset Box Boxed
31064 position "c"
31065 hor_pos "c"
31066 has_inner_box 1
31067 inner_pos "b"
31068 use_parbox 0
31069 use_makebox 0
31070 width "12col%"
31071 special "none"
31072 height "1.5in"
31073 height_special "totalheight"
31074 thickness "0.4pt"
31075 separation "3pt"
31076 shadowsize "4pt"
31077 framecolor "black"
31078 backgroundcolor "none"
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082 \align center
31083 このボックスの文章は下揃えです。
31084 \end_layout
31085
31086 \end_inset
31087
31088 これは例示のための本文行です。
31089 \end_layout
31090
31091 \begin_layout Description
31092 広げる これは例示のための本文行です。
31093 \begin_inset Box Boxed
31094 position "c"
31095 hor_pos "c"
31096 has_inner_box 1
31097 inner_pos "s"
31098 use_parbox 0
31099 use_makebox 0
31100 width "17col%"
31101 special "none"
31102 height "1.5in"
31103 height_special "totalheight"
31104 thickness "0.4pt"
31105 separation "3pt"
31106 shadowsize "4pt"
31107 framecolor "black"
31108 backgroundcolor "none"
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112 \align center
31113 このボックスの
31114 \end_layout
31115
31116 \begin_layout Plain Layout
31117 \align center
31118 文章は広げて
31119 \end_layout
31120
31121 \begin_layout Plain Layout
31122 \align center
31123 あります。
31124 \end_layout
31125
31126 \end_inset
31127
31128 これは例示のための本文行です。
31129 \end_layout
31130
31131 \begin_layout Standard
31132 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
31133 \end_layout
31134
31135 \begin_layout Standard
31136 \begin_inset VSpace bigskip
31137 \end_inset
31138
31139
31140 \family sans
31141 内部ボックス
31142 \family default
31143 を設定しているときに、ボックスの内容を水平方向に揃えるには、\SpecialChar LyX
31144 の段落ダイアログを用います。
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \align center
31149 \begin_inset Box Boxed
31150 position "c"
31151 hor_pos "c"
31152 has_inner_box 1
31153 inner_pos "s"
31154 use_parbox 0
31155 use_makebox 0
31156 width "25col%"
31157 special "none"
31158 height "1.25in"
31159 height_special "totalheight"
31160 thickness "0.4pt"
31161 separation "3pt"
31162 shadowsize "4pt"
31163 framecolor "black"
31164 backgroundcolor "none"
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168 \align left
31169 このボックスの
31170 \end_layout
31171
31172 \begin_layout Plain Layout
31173 \align center
31174 文章は広げて
31175 \end_layout
31176
31177 \begin_layout Plain Layout
31178 \align right
31179 あります。
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Standard
31188
31189 \family sans
31190 内部ボックス
31191 \family default
31192 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
31193 \begin_inset Separator parbreak
31194 \end_inset
31195
31196
31197 \end_layout
31198
31199 \begin_layout Standard
31200 \align center
31201 \begin_inset Box Boxed
31202 position "c"
31203 hor_pos "s"
31204 has_inner_box 0
31205 inner_pos "s"
31206 use_parbox 0
31207 use_makebox 0
31208 width "90col%"
31209 special "none"
31210 height "1.25in"
31211 height_special "totalheight"
31212 thickness "0.4pt"
31213 separation "3pt"
31214 shadowsize "4pt"
31215 framecolor "black"
31216 backgroundcolor "none"
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220 このボックスの文章は水平方向に広げてあります。
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Subsection
31229 装飾
31230 \begin_inset CommandInset label
31231 LatexCommand label
31232 name "sec:装飾"
31233
31234 \end_inset
31235
31236
31237 \begin_inset Index idx
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 ぼっくす@ボックス ! そうしょく@装飾
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Standard
31250 ボックス型は、ボックスダイアログ中の
31251 \family sans
31252 装飾
31253 \family default
31254 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
31255 \end_layout
31256
31257 \begin_layout Description
31258 縁なし 枠を描きません。
31259 \end_layout
31260
31261 \begin_layout Description
31262 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。
31263 \lang english
31264 The frame line thickness can be specified
31265 \lang japanese
31266 。 
31267 \begin_inset Box Boxed
31268 position "c"
31269 hor_pos "c"
31270 has_inner_box 1
31271 inner_pos "c"
31272 use_parbox 0
31273 use_makebox 0
31274 width "20col%"
31275 special "none"
31276 height "1in"
31277 height_special "totalheight"
31278 thickness "0.4pt"
31279 separation "3pt"
31280 shadowsize "4pt"
31281 framecolor "black"
31282 backgroundcolor "none"
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286 \align center
31287 長方形の箱型
31288 \end_layout
31289
31290 \end_inset
31291
31292
31293 \end_layout
31294
31295 \begin_layout Description
31296 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
31297 \begin_inset space \thinspace{}
31298 \end_inset
31299
31300 ptです。 
31301 \begin_inset Box ovalbox
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.8
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 影付き これはボックスの周りに影付きの長方形の枠を描きます。
31365 \lang english
31366 The frame line thickness and the shadow can be specified
31367 \lang japanese
31368
31369 \begin_inset Box Shadowbox
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 \begin_inset Foot
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404 \begin_inset CommandInset ref
31405 LatexCommand ref
31406 reference "sec:色付きボックス"
31407
31408 \end_inset
31409
31410 節を参照のこと。
31411 \end_layout
31412
31413 \end_inset
31414
31415 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31416 \begin_inset Box Shaded
31417 position "t"
31418 hor_pos "c"
31419 has_inner_box 0
31420 inner_pos "t"
31421 use_parbox 0
31422 use_makebox 0
31423 width "50col%"
31424 special "none"
31425 height "1in"
31426 height_special "totalheight"
31427 thickness "0.4pt"
31428 separation "3pt"
31429 shadowsize "4pt"
31430 framecolor "black"
31431 backgroundcolor "none"
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435 影付き背景の箱型
31436 \end_layout
31437
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Description
31444 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。
31445 \lang english
31446 The line thickness of the inner frame is 0.75
31447 \begin_inset space \thinspace{}
31448 \end_inset
31449
31450 line
31451 \begin_inset space ~
31452 \end_inset
31453
31454 thickness, the thickness of the outer frame is 1.5
31455 \begin_inset space \thinspace{}
31456 \end_inset
31457
31458 line
31459 \begin_inset space ~
31460 \end_inset
31461
31462 thickness.
31463  The distance between the lines is 1.5
31464 \begin_inset space \thinspace{}
31465 \end_inset
31466
31467 line
31468 \begin_inset space ~
31469 \end_inset
31470
31471 thickness
31472 \begin_inset space \thinspace{}
31473 \end_inset
31474
31475 +
31476 \begin_inset space \thinspace{}
31477 \end_inset
31478
31479 0.5
31480 \begin_inset space \thinspace{}
31481 \end_inset
31482
31483 pt
31484 \lang japanese
31485 。 
31486 \begin_inset Box Doublebox
31487 position "c"
31488 hor_pos "c"
31489 has_inner_box 1
31490 inner_pos "c"
31491 use_parbox 0
31492 use_makebox 0
31493 width "20col%"
31494 special "none"
31495 height "1in"
31496 height_special "totalheight"
31497 thickness "0.4pt"
31498 separation "3pt"
31499 shadowsize "4pt"
31500 framecolor "black"
31501 backgroundcolor "none"
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 \align center
31506 二重の長方形の箱型
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \begin_layout Standard
31515 \begin_inset VSpace bigskip
31516 \end_inset
31517
31518 \SpecialChar LyX
31519 のボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、\SpecialChar LaTeX
31520 パッケージ
31521 \series bold
31522 fancybox
31523 \series default
31524
31525 \begin_inset Index idx
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529 \SpecialChar LaTeX
31530 ぱっけーじ@\SpecialChar LaTeX
31531 パッケージ ! fancybox
31532 \end_layout
31533
31534 \end_inset
31535
31536 が導入済みでなくてはなりません。
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \begin_inset VSpace bigskip
31541 \end_inset
31542
31543
31544 \lang english
31545 When you use the decoration 
31546 \family sans
31547 simple rectangular frame
31548 \family default
31549  and no inner box, you can allow page breaks within a box.
31550  Note that then, unlike other framed boxes, the frame always uses the whole
31551  column width and the box is set as its own paragraph:
31552 \lang japanese
31553  
31554 \begin_inset Box Framed
31555 position "t"
31556 hor_pos "c"
31557 has_inner_box 0
31558 inner_pos "t"
31559 use_parbox 0
31560 use_makebox 0
31561 width "100col%"
31562 special "none"
31563 height "1in"
31564 height_special "totalheight"
31565 thickness "0.4pt"
31566 separation "3pt"
31567 shadowsize "4pt"
31568 framecolor "black"
31569 backgroundcolor "none"
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573 改行可能な箱型
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \begin_layout Section
31582 ボックスの詳細な設定
31583 \begin_inset Index idx
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 楕円形ボックスの丸い角の直径は、コマンド
31597 \series bold
31598
31599 \backslash
31600 cornersize
31601 \series default
31602 で設定することができます。
31603 \end_layout
31604
31605 \begin_layout Standard
31606
31607 \series bold
31608
31609 \backslash
31610 cornersize*{1cm}
31611 \end_layout
31612
31613 \begin_layout Standard
31614 というコマンドは、直径を1
31615 \begin_inset space \thinspace{}
31616 \end_inset
31617
31618 cmに設定します。
31619 \end_layout
31620
31621 \begin_layout Standard
31622
31623 \series bold
31624
31625 \backslash
31626 cornersize{数値}
31627 \end_layout
31628
31629 \begin_layout Standard
31630 というコマンドは、直径を
31631 \family sans
31632 数値
31633 \begin_inset space \thinspace{}
31634 \end_inset
31635
31636
31637 \family default
31638
31639 \begin_inset Formula $\times$
31640 \end_inset
31641
31642
31643 \family sans
31644
31645 \begin_inset space \thinspace{}
31646 \end_inset
31647
31648 (ボックスの幅と高さの小さい方)
31649 \family default
31650 に設定します。既定値は
31651 \series bold
31652
31653 \backslash
31654 cornersize{0.5}
31655 \series default
31656 です。
31657 \end_layout
31658
31659 \begin_layout Standard
31660 \begin_inset ERT
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665
31666 \backslash
31667 cornersize*{1.5cm}
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \begin_inset Box Ovalbox
31674 position "c"
31675 hor_pos "c"
31676 has_inner_box 1
31677 inner_pos "c"
31678 use_parbox 0
31679 use_makebox 0
31680 width "25col%"
31681 special "none"
31682 height "1in"
31683 height_special "totalheight"
31684 thickness "0.4pt"
31685 separation "3pt"
31686 shadowsize "4pt"
31687 framecolor "black"
31688 backgroundcolor "none"
31689 status open
31690
31691 \begin_layout Plain Layout
31692 \align center
31693
31694 \series bold
31695
31696 \backslash
31697 cornersize
31698 \series default
31699
31700 \begin_inset space \thinspace{}
31701 \end_inset
31702
31703 =
31704 \begin_inset space \thinspace{}
31705 \end_inset
31706
31707 1.5
31708 \begin_inset space \thinspace{}
31709 \end_inset
31710
31711 cmの楕円形の箱型
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \begin_inset ERT
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721
31722
31723 \backslash
31724 cornersize{0.5}
31725 \end_layout
31726
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Standard
31733 \begin_inset VSpace bigskip
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740
31741 \lang english
31742 The default background color red of 
31743 \family sans
31744 shaded background
31745 \family default
31746  boxes can either be changed locally with the command
31747 \series bold
31748 \lang japanese
31749
31750 \backslash
31751 definecolor{shadebox}
31752 \series default
31753 コマンドで局所的に変更することもできますし、
31754 \family sans
31755 ツール\SpecialChar menuseparator
31756 設定\SpecialChar menuseparator
31757 色\SpecialChar menuseparator
31758 影付きボックス
31759 \family default
31760 メニューからグローバルに変更することもできます。
31761 \series bold
31762
31763 \backslash
31764 definecolor
31765 \series default
31766 コマンドの用法は第
31767 \begin_inset CommandInset ref
31768 LatexCommand ref
31769 reference "sec:色付きの表"
31770
31771 \end_inset
31772
31773
31774 \begin_inset Foot
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778 N
31779 \series bold
31780
31781 \backslash
31782 definecolor
31783 \series default
31784 は、\SpecialChar LaTeX
31785 パッケージの
31786 \series bold
31787 color
31788 \series default
31789 をプリアンブルに読み込む必要があります。第
31790 \begin_inset CommandInset ref
31791 LatexCommand ref
31792 reference "sec:色付きボックス"
31793
31794 \end_inset
31795
31796 節をご参照ください。.
31797 \end_layout
31798
31799 \end_inset
31800
31801 で説明されています。
31802 \end_layout
31803
31804 \begin_layout Standard
31805 たとえば、下記の影付き背景ボックスの外見は
31806 \end_layout
31807
31808 \begin_layout Standard
31809
31810 \series bold
31811
31812 \backslash
31813 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31814 \end_layout
31815
31816 \begin_layout Standard
31817 という\SpecialChar TeX
31818 コードコマンドを使って設定してあります。
31819 \end_layout
31820
31821 \begin_layout Standard
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827
31828 \backslash
31829 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31830 \end_layout
31831
31832 \end_inset
31833
31834
31835 \begin_inset Box Shaded
31836 position "t"
31837 hor_pos "c"
31838 has_inner_box 0
31839 inner_pos "t"
31840 use_parbox 0
31841 use_makebox 0
31842 width "100col%"
31843 special "none"
31844 height "1in"
31845 height_special "totalheight"
31846 thickness "0.4pt"
31847 separation "3pt"
31848 shadowsize "4pt"
31849 framecolor "black"
31850 backgroundcolor "none"
31851 status open
31852
31853 \begin_layout Plain Layout
31854
31855 \color yellow
31856 これは、濃緑色の背景の
31857 \family sans
31858 影付き背景
31859 \family default
31860 ボックスに入れた黄色の文章です。
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \begin_inset ERT
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870
31871
31872 \backslash
31873 definecolor{shadecolor}{rgb}{1,0,0}
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \begin_layout Standard
31882 \begin_inset VSpace bigskip
31883 \end_inset
31884
31885
31886 \lang english
31887 Manually changed sizes and colors are valid for all boxes following the
31888  commands that change them.
31889 \end_layout
31890
31891 \begin_layout Section
31892 ミニページ
31893 \begin_inset CommandInset label
31894 LatexCommand label
31895 name "sec:ミニページ"
31896
31897 \end_inset
31898
31899
31900 \begin_inset Index idx
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 ぼっくす@ボックス ! みにぺーじ@ミニページ
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \end_layout
31911
31912 \begin_layout Standard
31913 ミニページは、\SpecialChar LaTeX
31914 によってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31915 \end_layout
31916
31917 \begin_layout Standard
31918 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31919 \end_layout
31920
31921 \begin_layout Standard
31922 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31923 \family sans
31924 挿入
31925 \family default
31926 \SpecialChar menuseparator
31927
31928 \family sans
31929 整形
31930 \family default
31931 \SpecialChar menuseparator
31932
31933 \family sans
31934 水平方向の空白
31935 \family default
31936 メニューで挿入した水平フィルで隔てられています。
31937 \begin_inset Newpage newpage
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \begin_layout Standard
31944 \begin_inset Box Frameless
31945 position "t"
31946 hor_pos "c"
31947 has_inner_box 1
31948 inner_pos "c"
31949 use_parbox 0
31950 use_makebox 0
31951 width "45col%"
31952 special "none"
31953 height "1in"
31954 height_special "totalheight"
31955 thickness "0.4pt"
31956 separation "3pt"
31957 shadowsize "4pt"
31958 framecolor "black"
31959 backgroundcolor "none"
31960 status open
31961
31962 \begin_layout Plain Layout
31963 Dies ist ein deutscher Text.
31964  Dies ist ein deutscher Text.
31965  Dies ist ein deutscher Text.
31966  Dies ist ein deutscher Text.
31967  Dies ist ein deutscher Text.
31968  Dies ist ein deutscher Text.
31969  Dies ist ein deutscher Text.
31970  Dies ist ein deutscher Text.
31971  Dies ist ein deutscher Text.
31972  Dies ist ein deutscher Text.
31973  Dies ist ein deutscher Text.
31974  Dies ist ein deutscher Text.
31975  Dies ist ein deutscher Text
31976 \begin_inset Foot
31977 status collapsed
31978
31979 \begin_layout Plain Layout
31980 Dies ist eine deutsche Fußnote.
31981 \end_layout
31982
31983 \end_inset
31984
31985 .
31986  Dies ist ein deutscher Text.
31987  Dies ist ein deutscher Text.
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \begin_inset space \hfill{}
31994 \end_inset
31995
31996
31997 \begin_inset Box Frameless
31998 position "t"
31999 hor_pos "c"
32000 has_inner_box 1
32001 inner_pos "c"
32002 use_parbox 0
32003 use_makebox 0
32004 width "45col%"
32005 special "none"
32006 height "1in"
32007 height_special "totalheight"
32008 thickness "0.4pt"
32009 separation "3pt"
32010 shadowsize "4pt"
32011 framecolor "black"
32012 backgroundcolor "none"
32013 status open
32014
32015 \begin_layout Plain Layout
32016 This is an English Text.
32017  This is an English Text.
32018  This is an English Text.
32019  This is an English Text.
32020  This is an English Text.
32021  This is an English Text.
32022  This is an English Text.
32023  This is an English Text.
32024  This is an English Text.
32025  This is an English Text.
32026  This is an English Text.
32027  This is an English Text.
32028  This is an English Text.
32029  This is an English Text.
32030  This is an English Text.
32031  This is an English Text.
32032 \begin_inset Foot
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036 This is an English footnote.
32037 \end_layout
32038
32039 \end_inset
32040
32041  This is an English Text.
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 \begin_inset VSpace bigskip
32051 \end_inset
32052
32053 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32054 \family sans
32055 中スキップ
32056 \family default
32057 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32058 \end_layout
32059
32060 \begin_layout Standard
32061 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32062 \begin_inset CommandInset ref
32063 LatexCommand ref
32064 reference "sec:色付きボックス"
32065
32066 \end_inset
32067
32068 節をご参照ください。
32069 \end_layout
32070
32071 \begin_layout Standard
32072 \begin_inset Note Greyedout
32073 status open
32074
32075 \begin_layout Plain Layout
32076
32077 \series bold
32078 【註】
32079 \series default
32080 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Section
32089 Parbox
32090 \begin_inset CommandInset label
32091 LatexCommand label
32092 name "sec:Parboxes"
32093
32094 \end_inset
32095
32096
32097 \begin_inset Index idx
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101 ぼっくす@ボックス ! Parboxes
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \end_layout
32108
32109 \begin_layout Standard
32110 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32111 \begin_inset Separator parbreak
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \begin_layout Standard
32118 \align center
32119 \begin_inset Box Frameless
32120 position "t"
32121 hor_pos "c"
32122 has_inner_box 1
32123 inner_pos "t"
32124 use_parbox 1
32125 use_makebox 0
32126 width "33col%"
32127 special "none"
32128 height "1in"
32129 height_special "totalheight"
32130 thickness "0.4pt"
32131 separation "3pt"
32132 shadowsize "4pt"
32133 framecolor "black"
32134 backgroundcolor "none"
32135 status open
32136
32137 \begin_layout Plain Layout
32138 これはparbox内の文章です。これはparbox内の文章です。
32139 \end_layout
32140
32141 \begin_layout Plain Layout
32142 右の脚注は表示されません。
32143 \begin_inset Foot
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147 これはparbox内の脚注であり、したがって表示はされません。
32148 \end_layout
32149
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Section
32161 単語や文字のボックス
32162 \begin_inset Index idx
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166 ぼっくす@ボックス ! もじよう@文字用
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Subsection
32175 ハイフネーションの回避
32176 \begin_inset CommandInset label
32177 LatexCommand label
32178 name "sec:ハイフネーションの回避"
32179
32180 \end_inset
32181
32182
32183 \begin_inset Index idx
32184 status collapsed
32185
32186 \begin_layout Plain Layout
32187 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \begin_layout Standard
32196 単語や文章がハイフネートされるのを防ぐには、
32197 \family sans
32198 makebox
32199 \family default
32200 型ボックスを使うことができます。
32201 \begin_inset Newline newline
32202 \end_inset
32203
32204 以下が例示用の文章です。
32205 \end_layout
32206
32207 \begin_layout Standard
32208 This line is an example to show how you can prevent the hyphenation of 
32209 \begin_inset Quotes eld
32210 \end_inset
32211
32212 veryverylongword
32213 \begin_inset Quotes erd
32214 \end_inset
32215
32216 .
32217 \end_layout
32218
32219 \begin_layout Standard
32220 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32221 \family sans
32222 内部ボックス
32223 \family default
32224
32225 \family sans
32226 makebox
32227 \family default
32228 コマンドに設定し、幅は指定しません。
32229 \end_layout
32230
32231 \begin_layout Standard
32232 以下がその結果です。
32233 \end_layout
32234
32235 \begin_layout Standard
32236 This line is an example to show how you can prevent the hyphenation of 
32237 \begin_inset Box Frameless
32238 position "t"
32239 hor_pos "c"
32240 has_inner_box 1
32241 inner_pos "t"
32242 use_parbox 0
32243 use_makebox 1
32244 width ""
32245 special "none"
32246 height "1in"
32247 height_special "totalheight"
32248 thickness "0.4pt"
32249 separation "3pt"
32250 shadowsize "4pt"
32251 framecolor "black"
32252 backgroundcolor "none"
32253 status open
32254
32255 \begin_layout Plain Layout
32256 \begin_inset Quotes eld
32257 \end_inset
32258
32259 veryverylongword
32260 \begin_inset Quotes erd
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \end_inset
32267
32268 .
32269 \end_layout
32270
32271 \begin_layout Standard
32272 別の方法としては、以下のように、単語の前に直接\SpecialChar TeX
32273 コードで「
32274 \series bold
32275
32276 \backslash
32277 -
32278 \series default
32279 」コマンドを設定する方法もあります。
32280 \end_layout
32281
32282 \begin_layout Standard
32283 This line is an example to show how you can prevent the hyphenation of 
32284 \begin_inset Quotes eld
32285 \end_inset
32286
32287
32288 \begin_inset ERT
32289 status collapsed
32290
32291 \begin_layout Plain Layout
32292
32293
32294 \backslash
32295 -
32296 \end_layout
32297
32298 \end_inset
32299
32300 veryverylongword
32301 \begin_inset Quotes erd
32302 \end_inset
32303
32304 .
32305 \end_layout
32306
32307 \begin_layout Standard
32308 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32309 \family sans
32310 挿入
32311 \family default
32312 \SpecialChar menuseparator
32313
32314 \family sans
32315 整形
32316 \family default
32317 \SpecialChar menuseparator
32318
32319 \family sans
32320 整形なし改行
32321 \family default
32322 メニュー(
32323 \begin_inset Flex Ruby
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327 捷径
32328 \begin_inset Argument post:1
32329 status collapsed
32330
32331 \begin_layout Plain Layout
32332 ショートカット
32333 \end_layout
32334
32335 \end_inset
32336
32337
32338 \end_layout
32339
32340 \end_inset
32341
32342
32343 \begin_inset Info
32344 type  "shortcut"
32345 arg   "newline-insert newline"
32346 \end_inset
32347
32348 )から改行を単語の前に入れてください。
32349 \end_layout
32350
32351 \begin_layout Standard
32352 This line is an example to show how you can prevent the hyphenation of 
32353 \begin_inset Newline newline
32354 \end_inset
32355
32356
32357 \begin_inset Box Frameless
32358 position "t"
32359 hor_pos "c"
32360 has_inner_box 1
32361 inner_pos "t"
32362 use_parbox 0
32363 use_makebox 1
32364 width ""
32365 special "none"
32366 height "1in"
32367 height_special "totalheight"
32368 thickness "0.4pt"
32369 separation "3pt"
32370 shadowsize "4pt"
32371 framecolor "black"
32372 backgroundcolor "none"
32373 status open
32374
32375 \begin_layout Plain Layout
32376 \begin_inset Quotes eld
32377 \end_inset
32378
32379 veryverylongword
32380 \begin_inset Quotes erd
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \end_inset
32387
32388 .
32389 \end_layout
32390
32391 \begin_layout Subsection
32392 垂直揃え
32393 \begin_inset CommandInset label
32394 LatexCommand label
32395 name "subsec:垂直揃え"
32396
32397 \end_inset
32398
32399
32400 \begin_inset Index idx
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \begin_inset Index idx
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414 ぼっくす@ボックス ! Raiseboxes
32415 \end_layout
32416
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \begin_layout Standard
32423
32424 \series bold
32425
32426 \backslash
32427 raisebox
32428 \series default
32429 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32430 \series bold
32431
32432 \backslash
32433 raisebox
32434 \series default
32435 は以下の書式で使用します。
32436 \end_layout
32437
32438 \begin_layout Standard
32439
32440 \series bold
32441
32442 \backslash
32443 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32444 \end_layout
32445
32446 \begin_layout Standard
32447 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32448 \end_layout
32449
32450 \begin_layout Standard
32451 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前に\SpecialChar TeX
32452 コードで
32453 \end_layout
32454
32455 \begin_layout Standard
32456
32457 \series bold
32458
32459 \backslash
32460 raisebox{
32461 \backslash
32462 depth}{
32463 \end_layout
32464
32465 \begin_layout Standard
32466 というコマンドを挿入してください。単語の後には、閉じ括弧「
32467 \series bold
32468 }
32469 \series default
32470 」を\SpecialChar TeX
32471 コードで挿入してください。
32472 \begin_inset Newline newline
32473 \end_inset
32474
32475 以下がその出力です。
32476 \end_layout
32477
32478 \begin_layout Standard
32479 This is a text line with the word 
32480 \begin_inset ERT
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484
32485
32486 \backslash
32487 raisebox{
32488 \backslash
32489 depth}{
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \begin_inset Quotes eld
32496 \end_inset
32497
32498 preventing
32499 \begin_inset Quotes erd
32500 \end_inset
32501
32502
32503 \begin_inset ERT
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507
32508 }
32509 \end_layout
32510
32511 \end_inset
32512
32513  as raised word.
32514 \end_layout
32515
32516 \begin_layout Standard
32517 \begin_inset VSpace bigskip
32518 \end_inset
32519
32520 行中の文字を上げ下げすると、以下のように行間が広がります。
32521 \end_layout
32522
32523 \begin_layout Standard
32524 This is a text line with the word 
32525 \begin_inset ERT
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529
32530
32531 \backslash
32532 raisebox{-
32533 \backslash
32534 depth}{
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \begin_inset Quotes eld
32541 \end_inset
32542
32543 preventing
32544 \begin_inset Quotes erd
32545 \end_inset
32546
32547
32548 \begin_inset ERT
32549 status collapsed
32550
32551 \begin_layout Plain Layout
32552
32553 }
32554 \end_layout
32555
32556 \end_inset
32557
32558  as lowered word.
32559 \begin_inset Newline newline
32560 \end_inset
32561
32562 This is a text line with the word 
32563 \begin_inset ERT
32564 status collapsed
32565
32566 \begin_layout Plain Layout
32567
32568
32569 \backslash
32570 raisebox{0.5cm}{
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \begin_inset Quotes eld
32577 \end_inset
32578
32579 testing
32580 \begin_inset Quotes erd
32581 \end_inset
32582
32583
32584 \begin_inset ERT
32585 status collapsed
32586
32587 \begin_layout Plain Layout
32588
32589 }
32590 \end_layout
32591
32592 \end_inset
32593
32594  as raised word.
32595 \end_layout
32596
32597 \begin_layout Standard
32598 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32599 \end_layout
32600
32601 \begin_layout Standard
32602
32603 \series bold
32604
32605 \backslash
32606 raisebox{-
32607 \backslash
32608 depth}[0pt]{
32609 \end_layout
32610
32611 \begin_layout Standard
32612 とすると、
32613 \end_layout
32614
32615 \begin_layout Standard
32616 This is a text line with the word 
32617 \begin_inset ERT
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621
32622
32623 \backslash
32624 raisebox{-
32625 \backslash
32626 depth}[0pt]{
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \begin_inset Quotes eld
32633 \end_inset
32634
32635 preventing
32636 \begin_inset Quotes erd
32637 \end_inset
32638
32639
32640 \begin_inset ERT
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644
32645 }
32646 \end_layout
32647
32648 \end_inset
32649
32650  as lowered word.
32651 \begin_inset Newline newline
32652 \end_inset
32653
32654
32655 \begin_inset Newline newline
32656 \end_inset
32657
32658 This is a text line with the word 
32659 \begin_inset ERT
32660 status collapsed
32661
32662 \begin_layout Plain Layout
32663
32664
32665 \backslash
32666 raisebox{0.5cm}[0pt]{
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \begin_inset Quotes eld
32673 \end_inset
32674
32675 testing
32676 \begin_inset Quotes erd
32677 \end_inset
32678
32679
32680 \begin_inset ERT
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684
32685 }
32686 \end_layout
32687
32688 \end_inset
32689
32690  as raised word.
32691 \end_layout
32692
32693 \begin_layout Section
32694 色付きボックス
32695 \begin_inset CommandInset label
32696 LatexCommand label
32697 name "sec:色付きボックス"
32698
32699 \end_inset
32700
32701
32702 \begin_inset Index idx
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706 ぼっくす@ボックス ! いろつき@色付き
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Standard
32715
32716 \lang english
32717 To color the background of a box just select the color you like in the box
32718  dialog.
32719  This is for example a box with orange background: 
32720 \begin_inset Box Frameless
32721 position "t"
32722 hor_pos "c"
32723 has_inner_box 1
32724 inner_pos "t"
32725 use_parbox 0
32726 use_makebox 1
32727 width ""
32728 special "none"
32729 height "1in"
32730 height_special "totalheight"
32731 thickness "0.4pt"
32732 separation "3pt"
32733 shadowsize "4pt"
32734 framecolor "black"
32735 backgroundcolor "orange"
32736 status open
32737
32738 \begin_layout Plain Layout
32739
32740 \lang english
32741 Box with orange background
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750
32751 \lang english
32752 If you use the decoration
32753 \family sans
32754 \lang japanese
32755 簡素な長方形の枠
32756 \family default
32757 \lang english
32758 you can set a frame color.
32759  In this case you must also specify a background color (LyX sets white as
32760  default).
32761  Here is an example: 
32762 \begin_inset Box Boxed
32763 position "t"
32764 hor_pos "c"
32765 has_inner_box 0
32766 inner_pos "t"
32767 use_parbox 0
32768 use_makebox 0
32769 width ""
32770 special "none"
32771 height "1in"
32772 height_special "totalheight"
32773 thickness "0.4pt"
32774 separation "3pt"
32775 shadowsize "4pt"
32776 framecolor "teal"
32777 backgroundcolor "yellow"
32778 status open
32779
32780 \begin_layout Plain Layout
32781
32782 \lang english
32783 Box with teal frame color and yellow background color
32784 \end_layout
32785
32786 \end_inset
32787
32788
32789 \end_layout
32790
32791 \begin_layout Standard
32792 \begin_inset VSpace bigskip
32793 \end_inset
32794
32795
32796 \lang english
32797 Of course you can also have colored text inside a colored box:
32798 \lang japanese
32799
32800 \begin_inset Newline newline
32801 \end_inset
32802
32803
32804 \begin_inset Box Boxed
32805 position "t"
32806 hor_pos "c"
32807 has_inner_box 0
32808 inner_pos "t"
32809 use_parbox 0
32810 use_makebox 0
32811 width ""
32812 special "none"
32813 height "1in"
32814 height_special "totalheight"
32815 thickness "0.4pt"
32816 separation "3pt"
32817 shadowsize "4pt"
32818 framecolor "cyan"
32819 backgroundcolor "magenta"
32820 status open
32821
32822 \begin_layout Plain Layout
32823
32824 \color yellow
32825 これは着色した色付きボックス中の色付き文章です。
32826 \end_layout
32827
32828 \end_inset
32829
32830
32831 \end_layout
32832
32833 \begin_layout Standard
32834 \begin_inset VSpace bigskip
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \begin_layout Standard
32841
32842 \lang english
32843 If you need another color than the predefined ones, you can define your
32844  own color as described in section
32845 \begin_inset space ~
32846 \end_inset
32847
32848
32849 \lang japanese
32850
32851 \begin_inset CommandInset ref
32852 LatexCommand ref
32853 reference "sec:色付きの表"
32854
32855 \end_inset
32856
32857
32858 \lang english
32859 .
32860  To use your own color you must typeset the box by using TeX code:
32861 \end_layout
32862
32863 \begin_layout Standard
32864
32865 \lang english
32866 Colored boxes without frame are created with the command
32867 \series bold
32868 \lang japanese
32869
32870 \backslash
32871 colorbox
32872 \series default
32873 コマンドを使って作ります。これは、以下のような書式で使われます。
32874 \end_layout
32875
32876 \begin_layout Standard
32877
32878 \series bold
32879
32880 \backslash
32881 colorbox{color}{ボックスの内容}
32882 \end_layout
32883
32884 \begin_layout Standard
32885 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。たとえば、単語の背景を赤にするには、単語の前に\SpecialChar TeX
32886 コードで
32887 \begin_inset Note Note
32888 status open
32889
32890 \begin_layout Plain Layout
32891 @Koji: replace here red by darkgreen
32892 \end_layout
32893
32894 \end_inset
32895
32896
32897 \end_layout
32898
32899 \begin_layout Standard
32900
32901 \series bold
32902
32903 \backslash
32904 colorbox{darkgreen}{
32905 \end_layout
32906
32907 \begin_layout Standard
32908 というコマンドを入れてください。単語の後には、\SpecialChar TeX
32909 コードで閉じ括弧「
32910 \series bold
32911 }
32912 \series default
32913 」を入れてください。
32914 \begin_inset Newline newline
32915 \end_inset
32916
32917 以下がその結果です。
32918 \end_layout
32919
32920 \begin_layout Standard
32921 この行では、
32922 \begin_inset ERT
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926
32927
32928 \backslash
32929 colorbox{darkgreen}{
32930 \end_layout
32931
32932 \end_inset
32933
32934 「注意!」
32935 \begin_inset ERT
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939
32940 }
32941 \end_layout
32942
32943 \end_inset
32944
32945 という単語が赤い背景になっています。
32946 \begin_inset Note Note
32947 status open
32948
32949 \begin_layout Plain Layout
32950 @Koji: replace here red by darkgreen
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \begin_layout Standard
32959
32960 \lang english
32961 Framed, colored boxes are created with the command
32962 \series bold
32963 \lang japanese
32964
32965 \backslash
32966 fcolorbox
32967 \series default
32968 コマンドを使います。
32969 \end_layout
32970
32971 \begin_layout Standard
32972
32973 \series bold
32974
32975 \backslash
32976 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32977 \end_layout
32978
32979 \begin_layout Section
32980 ボックスの伸縮回転
32981 \end_layout
32982
32983 \begin_layout Standard
32984 本節で述べられているコマンドを使用するには、文書プリアンブルで
32985 \end_layout
32986
32987 \begin_layout Standard
32988
32989 \series bold
32990
32991 \backslash
32992 @ifundefined{rotatebox}
32993 \begin_inset Newline newline
32994 \end_inset
32995
32996
32997 \begin_inset Phantom HPhantom
32998 status open
32999
33000 \begin_layout Plain Layout
33001
33002 \series bold
33003 \begin_inset space ~
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \end_inset
33010
33011 {
33012 \backslash
33013 usepackage{graphicx}}{}
33014 \end_layout
33015
33016 \begin_layout Standard
33017 というコマンドを使用して、
33018 \series bold
33019 graphicx
33020 \series default
33021
33022 \begin_inset Index idx
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 \SpecialChar LaTeX
33027 ぱっけーじ@\SpecialChar LaTeX
33028 パッケージ ! graphicx
33029 \end_layout
33030
33031 \end_inset
33032
33033 \SpecialChar LaTeX
33034 パッケージを読み込む必要があります。
33035 \end_layout
33036
33037 \begin_layout Standard
33038 \begin_inset Note Greyedout
33039 status open
33040
33041 \begin_layout Plain Layout
33042
33043 \series bold
33044 【註】
33045 \series default
33046 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Standard
33055 \begin_inset Note Greyedout
33056 status open
33057
33058 \begin_layout Plain Layout
33059
33060 \series bold
33061 【註】
33062 \series default
33063 フロートは回転伸縮したボックスの中に入れることはできません。
33064 \end_layout
33065
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \begin_layout Subsection
33072 ボックスの回転
33073 \begin_inset Index idx
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077 ぼっくす@ボックス ! かいてんした@回転した
33078 \end_layout
33079
33080 \end_inset
33081
33082
33083 \begin_inset Index idx
33084 status collapsed
33085
33086 \begin_layout Plain Layout
33087 かいてん@回転 ! そざいの@素材の—
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \begin_inset Index idx
33094 status collapsed
33095
33096 \begin_layout Plain Layout
33097 ず@図 ! のかいてん@—の回転
33098 \end_layout
33099
33100 \end_inset
33101
33102
33103 \begin_inset Index idx
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107 ひょうのちょうせい@表の調整 ! かいてん@回転
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \begin_layout Standard
33116 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、\SpecialChar TeX
33117 コードで以下のような書式で
33118 \series bold
33119
33120 \backslash
33121 rotatebox
33122 \series default
33123 コマンドを使用すれば作成することができます。
33124 \end_layout
33125
33126 \begin_layout Standard
33127
33128 \series bold
33129
33130 \backslash
33131 rotatebox[回転の原点]{回転角}{ボックスの内容}
33132 \end_layout
33133
33134 \begin_layout Standard
33135 回転の原点は、
33136 \series bold
33137 origin=位置
33138 \series default
33139 の形で指定します。位置として指定可能なのは、
33140 \emph on
33141 c
33142 \emph default
33143 (中央揃え)・
33144 \emph on
33145 l
33146 \emph default
33147 (左揃え)・
33148 \emph on
33149 r
33150 \emph default
33151 (右揃え)・
33152 \emph on
33153 b
33154 \emph default
33155 (下揃え)・
33156 \emph on
33157 t
33158 \emph default
33159 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33160 \emph on
33161 lt
33162 \emph default
33163 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33164 \emph on
33165 l
33166 \emph default
33167 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33168 \end_layout
33169
33170 \begin_layout Standard
33171 以下の例では、「回転した」文章の前に\SpecialChar TeX
33172 コードで
33173 \series bold
33174
33175 \backslash
33176 rotatebox[origin=c]{60}{
33177 \series default
33178 というコマンドを挿入し、文章の後に\SpecialChar TeX
33179 コードで閉じ括弧
33180 \series bold
33181 }
33182 \series default
33183 でボックスを閉じています。
33184 \end_layout
33185
33186 \begin_layout Standard
33187 これは、
33188 \begin_inset ERT
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192
33193
33194 \backslash
33195 rotatebox[origin=c]{60}{
33196 \end_layout
33197
33198 \end_inset
33199
33200 回転した
33201 \begin_inset ERT
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205
33206 }
33207 \end_layout
33208
33209 \end_inset
33210
33211  文章を含む行です。
33212 \end_layout
33213
33214 \begin_layout Standard
33215 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33216 \end_layout
33217
33218 \begin_layout Standard
33219 これは、
33220 \begin_inset ERT
33221 status collapsed
33222
33223 \begin_layout Plain Layout
33224
33225
33226 \backslash
33227 rotatebox[origin=r]{-60}{
33228 \end_layout
33229
33230 \end_inset
33231
33232
33233 \begin_inset Box Doublebox
33234 position "c"
33235 hor_pos "c"
33236 has_inner_box 0
33237 inner_pos "c"
33238 use_parbox 0
33239 use_makebox 0
33240 width "1in"
33241 special "width"
33242 height "1in"
33243 height_special "totalheight"
33244 thickness "0.4pt"
33245 separation "3pt"
33246 shadowsize "4pt"
33247 framecolor "black"
33248 backgroundcolor "none"
33249 status open
33250
33251 \begin_layout Plain Layout
33252 回転した
33253 \end_layout
33254
33255 \end_inset
33256
33257
33258 \begin_inset ERT
33259 status collapsed
33260
33261 \begin_layout Plain Layout
33262
33263 }
33264 \end_layout
33265
33266 \end_inset
33267
33268 枠付き文章と
33269 \begin_inset ERT
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273
33274
33275 \backslash
33276 rotatebox[origin=lb]{60}{
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33283 \end_inset
33284
33285
33286 \begin_inset ERT
33287 status collapsed
33288
33289 \begin_layout Plain Layout
33290
33291 }
33292 \end_layout
33293
33294 \end_inset
33295
33296 数式を含む行です。
33297 \end_layout
33298
33299 \begin_layout Standard
33300 あるいは、以下のように図や表を入れることもできます。
33301 \end_layout
33302
33303 \begin_layout Standard
33304 これは、
33305 \begin_inset ERT
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309
33310
33311 \backslash
33312 rotatebox[origin=lb]{90}{
33313 \end_layout
33314
33315 \end_inset
33316
33317
33318 \begin_inset Graphics
33319         filename ../clipart/platypus.eps
33320         lyxscale 50
33321         width 25col%
33322
33323 \end_inset
33324
33325
33326 \begin_inset ERT
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330
33331 }
33332 \end_layout
33333
33334 \end_inset
33335
33336 回転した画像と
33337 \begin_inset ERT
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342
33343 \backslash
33344 rotatebox[origin=l]{-90}{
33345 \end_layout
33346
33347 \end_inset
33348
33349
33350 \begin_inset Tabular
33351 <lyxtabular version="3" rows="2" columns="2">
33352 <features tabularvalignment="middle">
33353 <column alignment="center" valignment="top">
33354 <column alignment="center" valignment="top">
33355 <row>
33356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33357 \begin_inset Text
33358
33359 \begin_layout Plain Layout
33360 q
33361 \end_layout
33362
33363 \end_inset
33364 </cell>
33365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 w
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 </row>
33375 <row>
33376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380 e
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389 r
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 </row>
33395 </lyxtabular>
33396
33397 \end_inset
33398
33399
33400 \begin_inset ERT
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404
33405 }
33406 \end_layout
33407
33408 \end_inset
33409
33410 表を含む行です。
33411 \end_layout
33412
33413 \begin_layout Subsection
33414 ボックスの伸縮
33415 \begin_inset Index idx
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \begin_inset Index idx
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429 しんしゅく@伸縮 ! そざいの@素材の—
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \begin_inset Index idx
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439 ず@図 ! のしんしゅく@—の伸縮
33440 \end_layout
33441
33442 \end_inset
33443
33444
33445 \begin_inset Index idx
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \begin_layout Standard
33458 素材を伸縮させるには、\SpecialChar TeX
33459 コードで
33460 \series bold
33461
33462 \backslash
33463 scalebox
33464 \series default
33465 コマンドと
33466 \series bold
33467
33468 \backslash
33469 resizebox
33470 \series default
33471 コマンドが使えます。
33472 \end_layout
33473
33474 \begin_layout Standard
33475
33476 \series bold
33477
33478 \backslash
33479 scalebox
33480 \series default
33481 は以下の書式で使用します。
33482 \end_layout
33483
33484 \begin_layout Standard
33485
33486 \series bold
33487
33488 \backslash
33489 scalebox{水平方向}[垂直方向]{ボックスの内容}
33490 \end_layout
33491
33492 \begin_layout Standard
33493 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
33494 \end_layout
33495
33496 \begin_layout Standard
33497 たとえば、
33498 \series bold
33499
33500 \backslash
33501 scalebox{2}{こんにちは}
33502 \series default
33503 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
33504 \begin_inset ERT
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508
33509
33510 \backslash
33511 scalebox{2}{
33512 \end_layout
33513
33514 \end_inset
33515
33516 こんにちは
33517 \begin_inset ERT
33518 status collapsed
33519
33520 \begin_layout Plain Layout
33521
33522 }
33523 \end_layout
33524
33525 \end_inset
33526
33527 を生成します。
33528 \end_layout
33529
33530 \begin_layout Standard
33531 これに対し、
33532 \series bold
33533
33534 \backslash
33535 scalebox{2}[1]{こんにちは}
33536 \series default
33537 は、
33538 \begin_inset ERT
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542
33543
33544 \backslash
33545 scalebox{2}[1]{
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{-1}[1]{こんにちは}
33570 \series default
33571 というコマンドは、右のように反転文字を生成するのに使用できます:
33572 \begin_inset ERT
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576
33577
33578 \backslash
33579 scalebox{-1}[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 Newline newline
33641 \end_inset
33642
33643
33644 \series bold
33645
33646 \backslash
33647 reflectbox{ボックスの内容}
33648 \series default
33649
33650 \begin_inset Newline newline
33651 \end_inset
33652
33653 というコマンドがあります。
33654 \end_layout
33655
33656 \begin_layout Standard
33657 \begin_inset VSpace bigskip
33658 \end_inset
33659
33660 指定した幅や丈にボックスを伸縮させるには、
33661 \series bold
33662
33663 \backslash
33664 resizebox
33665 \series default
33666 を使用します。このコマンドの書式は
33667 \end_layout
33668
33669 \begin_layout Standard
33670
33671 \series bold
33672
33673 \backslash
33674 resizebox{幅}{丈}{ボックスの内容}
33675 \end_layout
33676
33677 \begin_layout Standard
33678 です。上記二つのコマンド引数のうち一つが感嘆符「
33679 \series bold
33680 !
33681 \series default
33682 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
33683 \end_layout
33684
33685 \begin_layout Standard
33686
33687 \series bold
33688
33689 \backslash
33690 resizebox{2cm}{1cm}{こんにちは}
33691 \series default
33692 というコマンドの出力は、
33693 \begin_inset ERT
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697
33698
33699 \backslash
33700 resizebox{2cm}{1cm}{
33701 \end_layout
33702
33703 \end_inset
33704
33705 こんにちは
33706 \begin_inset ERT
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710
33711 }
33712 \end_layout
33713
33714 \end_inset
33715
33716 となり、
33717 \begin_inset Newline newline
33718 \end_inset
33719
33720
33721 \series bold
33722
33723 \backslash
33724 resizebox{2cm}{!}{こんにちは}
33725 \series default
33726 というコマンドの出力は、
33727 \begin_inset ERT
33728 status collapsed
33729
33730 \begin_layout Plain Layout
33731
33732
33733 \backslash
33734 resizebox{2cm}{!}{
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 \end_layout
33752
33753 \begin_layout Standard
33754 \begin_inset VSpace bigskip
33755 \end_inset
33756
33757
33758 \begin_inset Note Greyedout
33759 status open
33760
33761 \begin_layout Plain Layout
33762
33763 \series bold
33764 【註】
33765 \backslash
33766 scalebox
33767 \series default
33768
33769 \series bold
33770
33771 \backslash
33772 resizebox
33773 \series default
33774 の引数を零に設定した場合には、文書を書き出す際に\SpecialChar LaTeX
33775 エラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \begin_inset VSpace bigskip
33785 \end_inset
33786
33787
33788 \end_layout
33789
33790 \begin_layout Standard
33791 ボックスは好きな順序で組み合わせることができます。たとえば、
33792 \begin_inset Newline newline
33793 \end_inset
33794
33795
33796 \series bold
33797
33798 \backslash
33799 rotatebox[origin=c]{-45}{
33800 \backslash
33801 resizebox{2cm}{!}{
33802 \backslash
33803 reflectbox{こんにちは}}}
33804 \begin_inset Newline newline
33805 \end_inset
33806
33807
33808 \series default
33809 というコマンドは、
33810 \begin_inset Separator parbreak
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \begin_layout Standard
33817 \align center
33818 \begin_inset ERT
33819 status collapsed
33820
33821 \begin_layout Plain Layout
33822
33823
33824 \backslash
33825 rotatebox[origin=c]{-45}{
33826 \backslash
33827 resizebox{2cm}{!}{
33828 \backslash
33829 reflectbox{
33830 \end_layout
33831
33832 \end_inset
33833
33834 こんにちは
33835 \begin_inset ERT
33836 status collapsed
33837
33838 \begin_layout Plain Layout
33839
33840 }}}
33841 \end_layout
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849 \noindent
33850 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
33851 \begin_inset Separator parbreak
33852 \end_inset
33853
33854
33855 \end_layout
33856
33857 \begin_layout Standard
33858 \align center
33859 \begin_inset ERT
33860 status collapsed
33861
33862 \begin_layout Plain Layout
33863
33864
33865 \backslash
33866 rotatebox[origin=c]{-30}{
33867 \backslash
33868 resizebox{2cm}{!}{
33869 \backslash
33870 reflectbox{
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \begin_inset Graphics
33877         filename ../clipart/platypus.eps
33878         lyxscale 50
33879         width 25col%
33880
33881 \end_inset
33882
33883
33884 \begin_inset ERT
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888
33889 }}}
33890 \end_layout
33891
33892 \end_inset
33893
33894
33895 \begin_inset ERT
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899
33900
33901 \backslash
33902 rotatebox[origin=c]{-45}{
33903 \backslash
33904 resizebox{2cm}{!}{
33905 \backslash
33906 reflectbox{
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \begin_inset Tabular
33913 <lyxtabular version="3" rows="2" columns="2">
33914 <features tabularvalignment="middle">
33915 <column alignment="center" valignment="top">
33916 <column alignment="center" valignment="top">
33917 <row>
33918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922 q
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 w
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 </row>
33937 <row>
33938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33939 \begin_inset Text
33940
33941 \begin_layout Plain Layout
33942 e
33943 \end_layout
33944
33945 \end_inset
33946 </cell>
33947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33948 \begin_inset Text
33949
33950 \begin_layout Plain Layout
33951 r
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 </lyxtabular>
33958
33959 \end_inset
33960
33961
33962 \begin_inset ERT
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966
33967 }}}
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \begin_inset ERT
33974 status collapsed
33975
33976 \begin_layout Plain Layout
33977
33978
33979 \backslash
33980 rotatebox[origin=c]{-45}{
33981 \backslash
33982 resizebox{2cm}{!}{
33983 \backslash
33984 reflectbox{
33985 \end_layout
33986
33987 \end_inset
33988
33989
33990 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33991 \end_inset
33992
33993
33994 \begin_inset ERT
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998
33999 }}}
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \begin_layout Standard
34008 文書で大域的に数式様式
34009 \series bold
34010 fleqn
34011 \series default
34012 を使用している場合
34013 \begin_inset Foot
34014 status collapsed
34015
34016 \begin_layout Plain Layout
34017 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34018 \end_layout
34019
34020 \end_inset
34021
34022 には、別行建て数式も伸縮させることができます。
34023 \end_layout
34024
34025 \begin_layout Chapter
34026 本文回り込みオブジェクト
34027 \begin_inset Index idx
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031 ほんぶんまわりこみ@本文回り込み
34032 \end_layout
34033
34034 \end_inset
34035
34036
34037 \end_layout
34038
34039 \begin_layout Section
34040 折返しフロート
34041 \begin_inset CommandInset label
34042 LatexCommand label
34043 name "sec:折返しフロート"
34044
34045 \end_inset
34046
34047
34048 \begin_inset Index idx
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \begin_inset Index idx
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34063 \end_layout
34064
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \begin_layout Standard
34071 \begin_inset Wrap figure
34072 lines 0
34073 placement l
34074 overhang 1cm
34075 width "40col%"
34076 status open
34077
34078 \begin_layout Plain Layout
34079 \begin_inset Graphics
34080         filename ../clipart/mobius.eps
34081         width 40col%
34082         scaleBeforeRotation
34083         rotateOrigin center
34084
34085 \end_inset
34086
34087
34088 \end_layout
34089
34090 \begin_layout Plain Layout
34091 \begin_inset Caption Standard
34092
34093 \begin_layout Plain Layout
34094 \begin_inset CommandInset label
34095 LatexCommand label
34096 name "fig:折返し図フロート"
34097
34098 \end_inset
34099
34100 これは折返し図フロートです。
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \end_layout
34107
34108 \end_inset
34109
34110 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、\SpecialChar LaTeX
34111 パッケージの
34112 \series bold
34113 wrapfig
34114 \series default
34115
34116 \begin_inset Index idx
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120 \SpecialChar LaTeX
34121 ぱっけーじ@\SpecialChar LaTeX
34122 パッケージ ! wrapfig
34123 \end_layout
34124
34125 \end_inset
34126
34127 を導入済みであれば、
34128 \family sans
34129 挿入\SpecialChar menuseparator
34130 フロート\SpecialChar menuseparator
34131 折返し図フロート
34132 \family default
34133
34134 \family sans
34135 折返し表フロート
34136 \family default
34137 メニューで挿入することができます
34138 \begin_inset Foot
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142 \SpecialChar LaTeX
34143 パッケージの導入方法は、取扱説明書の『\SpecialChar LaTeX
34144 の設定』に説明されています。
34145 \end_layout
34146
34147 \end_inset
34148
34149 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34150 \family sans
34151 配置
34152 \family default
34153
34154 \family sans
34155
34156 \family default
34157 です。非必須項目として、
34158 \family sans
34159 ぶら下げ
34160 \family default
34161
34162 \family sans
34163 行幅
34164 \family default
34165 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34166 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34167 にするか、周囲の段落までフロートすることを\SpecialChar LaTeX
34168 に許可するかを指定することができます。第
34169 \begin_inset CommandInset ref
34170 LatexCommand ref
34171 reference "fig:折返し図フロート"
34172
34173 \end_inset
34174
34175 図は、40
34176 \begin_inset space \thinspace{}
34177 \end_inset
34178
34179 列幅%の幅と1
34180 \begin_inset space \thinspace{}
34181 \end_inset
34182
34183 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34184 \end_layout
34185
34186 \begin_layout Standard
34187 \begin_inset Note Greyedout
34188 status open
34189
34190 \begin_layout Plain Layout
34191
34192 \series bold
34193 【註】
34194 \series default
34195 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34196 上書きされて出力されたりします。
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 原則として、
34206 \end_layout
34207
34208 \begin_layout Itemize
34209 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34210 うになってから、正確な位置に挿入しなくてはなりません。
34211 \end_layout
34212
34213 \begin_layout Itemize
34214 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34215 \end_layout
34216
34217 \begin_layout Itemize
34218 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34219 \end_layout
34220
34221 \begin_layout Itemize
34222 折返しフロートは、節見出しや表中に入れることは認められていません。
34223 \end_layout
34224
34225 \begin_layout Itemize
34226 連番や参照は、第
34227 \begin_inset CommandInset ref
34228 LatexCommand ref
34229 reference "chap:フロート"
34230
34231 \end_inset
34232
34233 章で述べられているように動作します。
34234 \end_layout
34235
34236 \begin_layout Section
34237 固定回り込みオブジェクト
34238 \begin_inset Index idx
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Standard
34251
34252 \begin_inset CommandInset ref
34253 LatexCommand ref
34254 reference "sec:折返しフロート"
34255
34256 \end_inset
34257
34258 節の折返しフロートは、段落中で、以下のような配置がされます。
34259 \begin_inset Separator parbreak
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \noindent
34267 \align center
34268 \begin_inset Tabular
34269 <lyxtabular version="3" rows="2" columns="2">
34270 <features tabularvalignment="middle">
34271 <column alignment="center" valignment="top">
34272 <column alignment="center" valignment="top">
34273 <row>
34274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34275 \begin_inset Text
34276
34277 \begin_layout Plain Layout
34278 \begin_inset Graphics
34279         filename ../../images/dialog-show-new-inset_graphics.png
34280         scale 70
34281         scaleBeforeRotation
34282
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \end_inset
34289 </cell>
34290 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34291 \begin_inset Text
34292
34293 \begin_layout Plain Layout
34294 文章
34295 \end_layout
34296
34297 \end_inset
34298 </cell>
34299 </row>
34300 <row>
34301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34302 \begin_inset Text
34303
34304 \begin_layout Plain Layout
34305 文章
34306 \end_layout
34307
34308 \end_inset
34309 </cell>
34310 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34311 \begin_inset Text
34312
34313 \begin_layout Plain Layout
34314 文章
34315 \end_layout
34316
34317 \end_inset
34318 </cell>
34319 </row>
34320 </lyxtabular>
34321
34322 \end_inset
34323
34324  or 
34325 \begin_inset Tabular
34326 <lyxtabular version="3" rows="2" columns="2">
34327 <features tabularvalignment="middle">
34328 <column alignment="center" valignment="top">
34329 <column alignment="center" valignment="top">
34330 <row>
34331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34332 \begin_inset Text
34333
34334 \begin_layout Plain Layout
34335 文章
34336 \end_layout
34337
34338 \end_inset
34339 </cell>
34340 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34341 \begin_inset Text
34342
34343 \begin_layout Plain Layout
34344 \begin_inset Graphics
34345         filename ../../images/dialog-show-new-inset_graphics.png
34346         scale 70
34347         scaleBeforeRotation
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 </row>
34357 <row>
34358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 文章
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34368 \begin_inset Text
34369
34370 \begin_layout Plain Layout
34371 文章
34372 \end_layout
34373
34374 \end_inset
34375 </cell>
34376 </row>
34377 </lyxtabular>
34378
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \begin_layout Standard
34385 以下に示すいずれかのように、
34386 \begin_inset VSpace defskip
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Standard
34393 \noindent
34394 \align center
34395 \begin_inset Tabular
34396 <lyxtabular version="3" rows="2" columns="2">
34397 <features tabularvalignment="middle">
34398 <column alignment="center" valignment="top">
34399 <column alignment="center" valignment="top">
34400 <row>
34401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 文章
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 文章
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 </row>
34420 <row>
34421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425 \begin_inset Graphics
34426         filename ../../images/dialog-show-new-inset_graphics.png
34427         scale 70
34428         scaleBeforeRotation
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34438 \begin_inset Text
34439
34440 \begin_layout Plain Layout
34441 文章
34442 \end_layout
34443
34444 \end_inset
34445 </cell>
34446 </row>
34447 </lyxtabular>
34448
34449 \end_inset
34450
34451  
34452 \begin_inset Tabular
34453 <lyxtabular version="3" rows="2" columns="2">
34454 <features tabularvalignment="middle">
34455 <column alignment="center" valignment="top">
34456 <column alignment="center" valignment="top">
34457 <row>
34458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 文章
34463 \end_layout
34464
34465 \end_inset
34466 </cell>
34467 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34468 \begin_inset Text
34469
34470 \begin_layout Plain Layout
34471 文章
34472 \end_layout
34473
34474 \end_inset
34475 </cell>
34476 </row>
34477 <row>
34478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482 文章
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34488 \begin_inset Text
34489
34490 \begin_layout Plain Layout
34491 \begin_inset Graphics
34492         filename ../../images/dialog-show-new-inset_graphics.png
34493         scale 70
34494         scaleBeforeRotation
34495
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \end_inset
34502 </cell>
34503 </row>
34504 </lyxtabular>
34505
34506 \end_inset
34507
34508  
34509 \begin_inset Tabular
34510 <lyxtabular version="3" rows="2" columns="3">
34511 <features tabularvalignment="middle">
34512 <column alignment="center" valignment="top">
34513 <column alignment="center" valignment="top">
34514 <column alignment="center" valignment="top">
34515 <row>
34516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34517 \begin_inset Text
34518
34519 \begin_layout Plain Layout
34520 文章
34521 \end_layout
34522
34523 \end_inset
34524 </cell>
34525 <cell alignment="center" valignment="top" topline="true" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529 \begin_inset Graphics
34530         filename ../../images/dialog-show-new-inset_graphics.png
34531         scale 70
34532         scaleBeforeRotation
34533
34534 \end_inset
34535
34536
34537 \end_layout
34538
34539 \end_inset
34540 </cell>
34541 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Plain Layout
34545 文章
34546 \end_layout
34547
34548 \end_inset
34549 </cell>
34550 </row>
34551 <row>
34552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34553 \begin_inset Text
34554
34555 \begin_layout Plain Layout
34556 文章
34557 \end_layout
34558
34559 \end_inset
34560 </cell>
34561 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Plain Layout
34565 文章
34566 \end_layout
34567
34568 \end_inset
34569 </cell>
34570 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34571 \begin_inset Text
34572
34573 \begin_layout Plain Layout
34574 文章
34575 \end_layout
34576
34577 \end_inset
34578 </cell>
34579 </row>
34580 </lyxtabular>
34581
34582 \end_inset
34583
34584  
34585 \begin_inset Tabular
34586 <lyxtabular version="3" rows="2" columns="3">
34587 <features tabularvalignment="middle">
34588 <column alignment="center" valignment="top">
34589 <column alignment="center" valignment="top">
34590 <column alignment="center" valignment="top">
34591 <row>
34592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34593 \begin_inset Text
34594
34595 \begin_layout Plain Layout
34596 文章
34597 \end_layout
34598
34599 \end_inset
34600 </cell>
34601 <cell alignment="center" valignment="top" topline="true" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Plain Layout
34605 文章
34606 \end_layout
34607
34608 \end_inset
34609 </cell>
34610 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Plain Layout
34614 文章
34615 \end_layout
34616
34617 \end_inset
34618 </cell>
34619 </row>
34620 <row>
34621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34622 \begin_inset Text
34623
34624 \begin_layout Plain Layout
34625 文章
34626 \end_layout
34627
34628 \end_inset
34629 </cell>
34630 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34631 \begin_inset Text
34632
34633 \begin_layout Plain Layout
34634 \begin_inset Graphics
34635         filename ../../images/dialog-show-new-inset_graphics.png
34636         scale 70
34637         scaleBeforeRotation
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \end_inset
34645 </cell>
34646 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650 文章
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 </row>
34656 </lyxtabular>
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Standard
34664 \noindent
34665 \align center
34666 \begin_inset Tabular
34667 <lyxtabular version="3" rows="3" columns="2">
34668 <features tabularvalignment="middle">
34669 <column alignment="center" valignment="top">
34670 <column alignment="center" valignment="top">
34671 <row>
34672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Plain Layout
34676 文章
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685 文章
34686 \end_layout
34687
34688 \end_inset
34689 </cell>
34690 </row>
34691 <row>
34692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34693 \begin_inset Text
34694
34695 \begin_layout Plain Layout
34696 \begin_inset Graphics
34697         filename ../../images/dialog-show-new-inset_graphics.png
34698         scale 70
34699         scaleBeforeRotation
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34709 \begin_inset Text
34710
34711 \begin_layout Plain Layout
34712 文章
34713 \end_layout
34714
34715 \end_inset
34716 </cell>
34717 </row>
34718 <row>
34719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34720 \begin_inset Text
34721
34722 \begin_layout Plain Layout
34723 文章
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732 文章
34733 \end_layout
34734
34735 \end_inset
34736 </cell>
34737 </row>
34738 </lyxtabular>
34739
34740 \end_inset
34741
34742  
34743 \begin_inset Tabular
34744 <lyxtabular version="3" rows="3" columns="3">
34745 <features tabularvalignment="middle">
34746 <column alignment="center" valignment="top">
34747 <column alignment="center" valignment="top">
34748 <column alignment="center" valignment="top">
34749 <row>
34750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34751 \begin_inset Text
34752
34753 \begin_layout Plain Layout
34754 文章
34755 \end_layout
34756
34757 \end_inset
34758 </cell>
34759 <cell alignment="center" valignment="top" topline="true" usebox="none">
34760 \begin_inset Text
34761
34762 \begin_layout Plain Layout
34763 文章
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34769 \begin_inset Text
34770
34771 \begin_layout Plain Layout
34772 文章
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 </row>
34778 <row>
34779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783 文章
34784 \end_layout
34785
34786 \end_inset
34787 </cell>
34788 <cell alignment="center" valignment="top" usebox="none">
34789 \begin_inset Text
34790
34791 \begin_layout Plain Layout
34792 \begin_inset Graphics
34793         filename ../../images/dialog-show-new-inset_graphics.png
34794         scale 70
34795         scaleBeforeRotation
34796
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Plain Layout
34808 文章
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 </row>
34814 <row>
34815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34816 \begin_inset Text
34817
34818 \begin_layout Plain Layout
34819 文章
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828 文章
34829 \end_layout
34830
34831 \end_inset
34832 </cell>
34833 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837 文章
34838 \end_layout
34839
34840 \end_inset
34841 </cell>
34842 </row>
34843 </lyxtabular>
34844
34845 \end_inset
34846
34847  
34848 \begin_inset Tabular
34849 <lyxtabular version="3" rows="3" columns="2">
34850 <features tabularvalignment="middle">
34851 <column alignment="center" valignment="top">
34852 <column alignment="center" valignment="top">
34853 <row>
34854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34855 \begin_inset Text
34856
34857 \begin_layout Plain Layout
34858 文章
34859 \end_layout
34860
34861 \end_inset
34862 </cell>
34863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867 文章
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 </row>
34873 <row>
34874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34875 \begin_inset Text
34876
34877 \begin_layout Plain Layout
34878 文章
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34884 \begin_inset Text
34885
34886 \begin_layout Plain Layout
34887 \begin_inset Graphics
34888         filename ../../images/dialog-show-new-inset_graphics.png
34889         scale 70
34890         scaleBeforeRotation
34891
34892 \end_inset
34893
34894
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 </row>
34900 <row>
34901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34902 \begin_inset Text
34903
34904 \begin_layout Plain Layout
34905 文章
34906 \end_layout
34907
34908 \end_inset
34909 </cell>
34910 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 文章
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 </row>
34920 </lyxtabular>
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \begin_layout Standard
34928 \noindent
34929 オブジェクトを挿入した場所に正確に配置したい時には、
34930 \series bold
34931 picinpar
34932 \series default
34933
34934 \begin_inset Index idx
34935 status collapsed
34936
34937 \begin_layout Plain Layout
34938 \SpecialChar LaTeX
34939 ぱっけーじ@\SpecialChar LaTeX
34940 パッケージ ! picinpar
34941 \end_layout
34942
34943 \end_inset
34944
34945 \SpecialChar LaTeX
34946 パッケージを使うことができます。下記はその用例です。
34947 \end_layout
34948
34949 \begin_layout Standard
34950 \begin_inset ERT
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954
34955
34956 \backslash
34957 ifpicinpar
34958 \end_layout
34959
34960 \end_inset
34961
34962
34963 \begin_inset Note Note
34964 status open
34965
34966 \begin_layout Plain Layout
34967 以下の部分は、\SpecialChar LaTeX
34968 パッケージ
34969 \series bold
34970 picinpar
34971 \series default
34972 が導入されているときのみ表示されます。
34973 \end_layout
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Standard
34981 \begin_inset ERT
34982 status collapsed
34983
34984 \begin_layout Plain Layout
34985
34986
34987 \backslash
34988 begin{window}[2,c,{
34989 \end_layout
34990
34991 \end_inset
34992
34993
34994 \begin_inset Graphics
34995         filename ../clipart/mobius.eps
34996         lyxscale 60
34997         width 40col%
34998         scaleBeforeRotation
34999         rotateOrigin center
35000
35001 \end_inset
35002
35003
35004 \begin_inset ERT
35005 status collapsed
35006
35007 \begin_layout Plain Layout
35008
35009 },]
35010 \end_layout
35011
35012 \begin_layout Plain Layout
35013
35014 {}
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \size small
35021 It was in the spring of the year 1894 that all London was interested, and
35022  the fashionable world dismayed, by the murder of the Honourable Ronald
35023  Adair under most unusual and inexplicable circumstances.
35024  The public has already learned those particulars of the crime which
35025 \size default
35026
35027 \begin_inset ERT
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031
35032
35033 \backslash
35034 footnotemark{}
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \size small
35041  came out in the police investigation, but a good deal was suppressed upon
35042  that occasion, since the case for the prosecution was so overwhelmingly
35043  strong that it was not necessary to bring forward all the facts.
35044  Only now, at the end of nearly ten years, am I allowed to supply those
35045  missing links which make up the whole of that remarkable chain.
35046 \size default
35047
35048 \begin_inset ERT
35049 status collapsed
35050
35051 \begin_layout Plain Layout
35052
35053
35054 \backslash
35055 end{window}
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Standard
35064 \begin_inset ERT
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068
35069
35070 \backslash
35071 footnotetext{
35072 \end_layout
35073
35074 \end_inset
35075
35076 固定オブジェクトのある段落の脚注
35077 \begin_inset ERT
35078 status collapsed
35079
35080 \begin_layout Plain Layout
35081
35082 }
35083 \end_layout
35084
35085 \end_inset
35086
35087
35088 \end_layout
35089
35090 \begin_layout Standard
35091 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35092 ートとは違って、連番のキャプションをつけることはできません。
35093 \end_layout
35094
35095 \begin_layout Standard
35096 固定オブジェクトは、段落冒頭に\SpecialChar TeX
35097 コードで
35098 \end_layout
35099
35100 \begin_layout Standard
35101
35102 \series bold
35103
35104 \backslash
35105 begin{window}[2,c,{
35106 \end_layout
35107
35108 \begin_layout Standard
35109 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35110 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35111 段幅の40
35112 \begin_inset space \thinspace{}
35113 \end_inset
35114
35115 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35116 \end_layout
35117
35118 \begin_layout Standard
35119
35120 \series bold
35121 },説明文]
35122 \begin_inset Newline newline
35123 \end_inset
35124
35125 {}
35126 \end_layout
35127
35128 \begin_layout Standard
35129 というコマンドが挿入されています。2行目に「
35130 \series bold
35131 {}
35132 \series default
35133 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35134 \series bold
35135 {}
35136 \series default
35137 の直後から書き始めてください。段落末には、
35138 \end_layout
35139
35140 \begin_layout Standard
35141
35142 \series bold
35143
35144 \backslash
35145 end{window}
35146 \end_layout
35147
35148 \begin_layout Standard
35149 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35150 \begin_inset CommandInset ref
35151 LatexCommand ref
35152 reference "sec:脚注"
35153
35154 \end_inset
35155
35156 節にあるように、代わりに、段落内で
35157 \series bold
35158
35159 \backslash
35160 footnotemark
35161 \series default
35162 コマンドを使用し、段落外に
35163 \series bold
35164
35165 \backslash
35166 footnotetext
35167 \series default
35168 コマンドを用いてください。
35169 \end_layout
35170
35171 \begin_layout Standard
35172 \begin_inset ERT
35173 status collapsed
35174
35175 \begin_layout Plain Layout
35176
35177
35178 \backslash
35179 else
35180 \end_layout
35181
35182 \end_inset
35183
35184
35185 \begin_inset Note Note
35186 status open
35187
35188 \begin_layout Plain Layout
35189 以下の部分は、\SpecialChar LaTeX
35190 パッケージ
35191 \series bold
35192 picinpar
35193 \series default
35194 が導入されていないときのみ表示されます。
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \end_layout
35201
35202 \begin_layout Standard
35203 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35204 パッケージ
35205 \series bold
35206 picinpar
35207 \series default
35208 を導入する必要があります。
35209 \end_layout
35210
35211 \begin_layout Standard
35212 \begin_inset ERT
35213 status collapsed
35214
35215 \begin_layout Plain Layout
35216
35217
35218 \backslash
35219 fi
35220 \end_layout
35221
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \begin_layout Section
35228 頭文字
35229 \begin_inset Index idx
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233 かしらもじ@頭文字
35234 \end_layout
35235
35236 \end_inset
35237
35238
35239 \begin_inset Index idx
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \begin_layout Standard
35252 頭文字を用いるには、\SpecialChar LaTeX
35253 パッケージ
35254 \begin_inset Index idx
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258 \SpecialChar LaTeX
35259 ぱっけーじ@\SpecialChar LaTeX
35260 パッケージ ! lettrine
35261 \end_layout
35262
35263 \end_inset
35264
35265 が導入済みでなくてはならず、文書中で
35266 \family sans
35267 頭文字
35268 \family default
35269 モジュールを使用する必要があります(
35270 \family sans
35271 文書\SpecialChar menuseparator
35272 設定\SpecialChar menuseparator
35273 モジュール
35274 \family default
35275 メニュー)。頭文字を挿入するには、
35276 \family sans
35277 頭文字
35278 \family default
35279 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35280 \family sans
35281 挿入
35282 \family default
35283 メニューから挿入できます。必須引数
35284 \family sans
35285 頭文字
35286 \family default
35287 には、頭文字にする文字を入れ、引数
35288 \family sans
35289 頭文字の残り
35290 \family default
35291 には、頭文字の単語若しくは文字列の残りが入ります。引数
35292 \family sans
35293 オプション
35294 \family default
35295 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35296 \series bold
35297 lettrine
35298 \series default
35299 の取扱説明書
35300 \begin_inset CommandInset citation
35301 LatexCommand cite
35302 key "lettrine"
35303
35304 \end_inset
35305
35306 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35307 \shape smallcaps
35308 スモールキャップ体(small caps
35309 \shape default
35310 )で印字されます。
35311 \end_layout
35312
35313 \begin_layout Standard
35314 下記がその例です。
35315 \end_layout
35316
35317 \begin_layout Standard
35318 \begin_inset ERT
35319 status collapsed
35320
35321 \begin_layout Plain Layout
35322
35323
35324 \backslash
35325 iflettrine
35326 \end_layout
35327
35328 \end_inset
35329
35330
35331 \begin_inset Note Note
35332 status open
35333
35334 \begin_layout Plain Layout
35335 以下の部分は、\SpecialChar LaTeX
35336 パッケージ
35337 \series bold
35338 lettrine
35339 \series default
35340 が導入されているときのみ表示されます。
35341 \end_layout
35342
35343 \end_inset
35344
35345
35346 \end_layout
35347
35348 \begin_layout Enumerate
35349 非必須引数なし。頭文字は、数式フォント
35350 \begin_inset Formula $\mathfrak{Fraktur}$
35351 \end_inset
35352
35353 の「I」。
35354 \begin_inset Separator parbreak
35355 \end_inset
35356
35357
35358 \end_layout
35359
35360 \begin_deeper
35361 \begin_layout Initial
35362 \begin_inset Argument 2
35363 status open
35364
35365 \begin_layout Plain Layout
35366 \begin_inset Formula $\mathfrak{I}$
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \begin_inset Argument 3
35376 status open
35377
35378 \begin_layout Plain Layout
35379 t
35380 \end_layout
35381
35382 \end_inset
35383
35384  was in the spring of the year 1894 that all London was interested, and
35385  the fashionable world dismayed, by the murder of the Honourable Ronald
35386  Adair under most unusual and inexplicable circumstances.
35387  The public has already learned those particulars of the crime which came
35388  out in the police investigation, but a good deal was suppressed upon that
35389  occasion, since the case for the prosecution was so overwhelmingly strong
35390  that it was not necessary to bring forward all the facts.
35391 \begin_inset Newpage newpage
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \end_deeper
35398 \begin_layout Enumerate
35399 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35400 \begin_inset Separator parbreak
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_deeper
35407 \begin_layout Initial
35408 \begin_inset Argument 1
35409 status open
35410
35411 \begin_layout Plain Layout
35412 lines=1
35413 \end_layout
35414
35415 \end_inset
35416
35417
35418 \begin_inset Argument 2
35419 status open
35420
35421 \begin_layout Plain Layout
35422 It
35423 \end_layout
35424
35425 \end_inset
35426
35427  was in the spring of the year 1894 that all London was interested, and
35428  the fashionable world dismayed, by the murder of the Honourable Ronald
35429  Adair under most unusual and inexplicable circumstances.
35430  The public has already learned those particulars of the crime which came
35431  out in the police investigation, but a good deal was suppressed upon that
35432  occasion, since the case for the prosecution was so overwhelmingly strong
35433  that it was not necessary to bring forward all the facts.
35434 \end_layout
35435
35436 \end_deeper
35437 \begin_layout Enumerate
35438 ぶら下がり頭文字は、数式フォント
35439 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35440 \end_inset
35441
35442 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35443 \shape smallcaps
35444 スモールキャップ体
35445 \shape default
35446 。頭文字に色をつけるには、頭文字の前に
35447 \begin_inset Newline newline
35448 \end_inset
35449
35450
35451 \series bold
35452
35453 \backslash
35454 renewcommand{
35455 \backslash
35456 LettrineFontHook}{
35457 \backslash
35458 color{色}}
35459 \series default
35460
35461 \begin_inset Newline newline
35462 \end_inset
35463
35464 というコマンドを挿入しなくてはなりません。ここで、
35465 \emph on
35466
35467 \emph default
35468 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35469 ブルに
35470 \begin_inset Newline newline
35471 \end_inset
35472
35473
35474 \series bold
35475
35476 \backslash
35477 @ifundefined{textcolor}
35478 \begin_inset Newline newline
35479 \end_inset
35480
35481
35482 \begin_inset space ~
35483 \end_inset
35484
35485 {
35486 \backslash
35487 usepackage{color}}{}
35488 \begin_inset Newline newline
35489 \end_inset
35490
35491
35492 \series default
35493 というコマンドを書きこんでおかなくてはなりません。
35494 \begin_inset Separator parbreak
35495 \end_inset
35496
35497
35498 \end_layout
35499
35500 \begin_deeper
35501 \begin_layout Standard
35502 \begin_inset ERT
35503 status collapsed
35504
35505 \begin_layout Plain Layout
35506
35507
35508 \backslash
35509 renewcommand{
35510 \backslash
35511 LettrineFontHook}{
35512 \backslash
35513 color{magenta}}
35514 \end_layout
35515
35516 \end_inset
35517
35518
35519 \begin_inset Note Note
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523
35524 \lang english
35525 makes the initial magenta
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Initial
35534 \begin_inset Argument 1
35535 status open
35536
35537 \begin_layout Plain Layout
35538 lines=3, lhang=0.33, loversize=0.25
35539 \end_layout
35540
35541 \end_inset
35542
35543
35544 \begin_inset Argument 2
35545 status open
35546
35547 \begin_layout Plain Layout
35548 \begin_inset Formula $\mathcal{I}$
35549 \end_inset
35550
35551
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \begin_inset Argument 3
35558 status open
35559
35560 \begin_layout Plain Layout
35561 t was in the spring
35562 \end_layout
35563
35564 \end_inset
35565
35566  of the year 1894 that all London was interested, and the fashionable world
35567  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35568  and inexplicable circumstances.
35569  The public has already learned those particulars of the crime which came
35570  out in the police investigation, but a good deal was suppressed upon that
35571  occasion, since the case for the prosecution was so overwhelmingly strong
35572  that it was not necessary to bring forward all the facts.
35573 \end_layout
35574
35575 \end_deeper
35576 \begin_layout Standard
35577 \begin_inset ERT
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581
35582
35583 \backslash
35584 else
35585 \end_layout
35586
35587 \end_inset
35588
35589
35590 \begin_inset Note Note
35591 status open
35592
35593 \begin_layout Plain Layout
35594 以下の部分は、\SpecialChar LaTeX
35595 パッケージ
35596 \series bold
35597 lettrine
35598 \series default
35599 が導入されていないときのみ表示されます。
35600 \end_layout
35601
35602 \end_inset
35603
35604
35605 \end_layout
35606
35607 \begin_layout Standard
35608 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35609 パッケージ
35610 \series bold
35611 lettrine
35612 \series default
35613 を導入する必要があります。
35614 \end_layout
35615
35616 \begin_layout Standard
35617 \begin_inset ERT
35618 status collapsed
35619
35620 \begin_layout Plain Layout
35621
35622
35623 \backslash
35624 fi
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \begin_layout Chapter
35633 外部文書構成要素
35634 \begin_inset Index idx
35635 status collapsed
35636
35637 \begin_layout Plain Layout
35638 がいぶぶんしょこうせいようそ@外部文書構成要素
35639 \end_layout
35640
35641 \end_inset
35642
35643
35644 \end_layout
35645
35646 \begin_layout Standard
35647
35648 \family sans
35649 挿入\SpecialChar menuseparator
35650 ファイル
35651 \family default
35652 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35653 \end_layout
35654
35655 \begin_layout Description
35656 \SpecialChar LyX
35657 文書 別の\SpecialChar LyX
35658 文書。その内容は直接使用中の文書に挿入されます。
35659 \end_layout
35660
35661 \begin_layout Description
35662 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35663 \end_layout
35664
35665 \begin_layout Description
35666 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35667 \end_layout
35668
35669 \begin_layout Description
35670 外部素材 様々な書式のファイル。
35671 \end_layout
35672
35673 \begin_layout Description
35674 子文書 \SpecialChar LyX
35675 あるいは\SpecialChar LaTeX
35676 文書。
35677 \end_layout
35678
35679 \begin_layout Section
35680 外部素材
35681 \begin_inset Index idx
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35686 \end_layout
35687
35688 \end_inset
35689
35690
35691 \end_layout
35692
35693 \begin_layout Standard
35694 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、\SpecialChar LyX
35695 が必要な変換を行うことで、使用中の文書にファイルを挿入することができるようにするも
35696 のです。これは、画像が様々な画像形式のままで\SpecialChar LyX
35697 文書に挿入することができるのと同様の働きをします。\SpecialChar LyX
35698 設定の
35699 \family sans
35700 操作性\SpecialChar menuseparator
35701 表示
35702 \family default
35703 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接\SpecialChar LyX
35704 中に表示されるようになります。
35705 \end_layout
35706
35707 \begin_layout Standard
35708 外部素材は、
35709 \family sans
35710 挿入
35711 \family default
35712 \SpecialChar menuseparator
35713
35714 \family sans
35715 ファイル
35716 \family default
35717 \SpecialChar menuseparator
35718
35719 \family sans
35720 外部素材
35721 \family default
35722 メニューで開くことのできる
35723 \family sans
35724 外部素材
35725 \family default
35726 ダイアログから挿入することができます。目下、以下のファイル形式(
35727 \family sans
35728 ひな型
35729 \family default
35730 )が使用できます。
35731 \end_layout
35732
35733 \begin_layout Description
35734 チェス棋譜 このひな型は、
35735 \series bold
35736
35737 \begin_inset CommandInset href
35738 LatexCommand href
35739 name "XBoard"
35740 target "http://en.wikipedia.org/wiki/XBoard"
35741
35742 \end_inset
35743
35744
35745 \series default
35746 プログラムで作成されたチェス棋譜をサポートします。
35747 \end_layout
35748
35749 \begin_layout Description
35750 日付 これは、
35751 \emph on
35752 日-月-年
35753 \emph default
35754 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35755 \begin_inset External
35756         template Date
35757         filename ../../trunk/lib/trunk/lib/doc/ja
35758
35759 \end_inset
35760
35761
35762 \begin_inset space ~
35763 \end_inset
35764
35765
35766 \begin_inset Note Note
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770 バグ4398が修正されたら、この保護空白は削除してください!
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \begin_inset Newline newline
35777 \end_inset
35778
35779 日付は\SpecialChar LyX
35780 内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35781 \family sans
35782 挿入
35783 \family default
35784 \SpecialChar menuseparator
35785 日付メニューを使用する方法で、他は\SpecialChar LaTeX
35786 コマンドの
35787 \series bold
35788
35789 \backslash
35790 today
35791 \series default
35792 を\SpecialChar TeX
35793 コードで使用する方法です。これらの各方法は、表
35794 \begin_inset CommandInset ref
35795 LatexCommand ref
35796 reference "tab:日付挿入方法"
35797
35798 \end_inset
35799
35800 に比較を掲載しておきます。
35801 \end_layout
35802
35803 \begin_layout Description
35804 Dia このひな型は、
35805 \series bold
35806
35807 \begin_inset CommandInset href
35808 LatexCommand href
35809 name "Dia"
35810 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"
35811
35812 \end_inset
35813
35814
35815 \series default
35816 プログラムで作成したダイアグラムをサポートします。
35817 \end_layout
35818
35819 \begin_layout Description
35820 Gnumeric表計算表 このひな形では、
35821 \series bold
35822
35823 \begin_inset CommandInset href
35824 LatexCommand href
35825 name "Gnumeric"
35826 target "http://ja.wikipedia.org/wiki/Gnumeric"
35827
35828 \end_inset
35829
35830
35831 \series default
35832
35833 \begin_inset CommandInset href
35834 LatexCommand href
35835 name "OpenDocument"
35836 target "http://ja.wikipedia.org/wiki/OpenDocument"
35837
35838 \end_inset
35839
35840
35841 \begin_inset CommandInset href
35842 LatexCommand href
35843 name "Microsoft Office XML"
35844 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35845
35846 \end_inset
35847
35848
35849 \begin_inset CommandInset href
35850 LatexCommand href
35851 name "Office Open XML"
35852 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
35853
35854 \end_inset
35855
35856 形式の表計算表を挿入することができます。この機能を使用するには、\SpecialChar LyX
35857 の初期設定中に
35858 \family typewriter
35859 ssconvert
35860 \family default
35861 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
35862 みである必要があります。用例と制約については、\SpecialChar LyX
35863 用例ファイル
35864 \emph on
35865 spreadsheet.lyx
35866 \emph default
35867 をご覧ください。
35868 \end_layout
35869
35870 \begin_layout Description
35871 Lilypond組版楽譜 このひな型は、
35872 \series bold
35873
35874 \begin_inset CommandInset href
35875 LatexCommand href
35876 name "LilyPond"
35877 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
35878
35879 \end_inset
35880
35881
35882 \series default
35883 プログラムで作成した楽譜の組版に使用されます。\SpecialChar LyX
35884 におけるLilyPond拡張サポートについては、\SpecialChar LyX
35885 用例ファイル
35886 \emph on
35887 lilypond.lyx
35888 \emph default
35889 をご覧ください。
35890 \end_layout
35891
35892 \begin_layout Description
35893 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
35894 \family sans
35895 \SpecialChar LaTeX
35896 と\SpecialChar LyX
35897 オプション
35898 \family default
35899 タブ中の
35900 \family sans
35901 オプション
35902 \family default
35903 フィールドに
35904 \emph on
35905 pages
35906 \emph default
35907 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
35908 \series bold
35909 pages={3,5,6,8}
35910 \series default
35911 の形で入れる)やページ範囲(
35912 \series bold
35913 pages={4-9}
35914 \series default
35915 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
35916 \series bold
35917 pages={3,{},8-11,15}
35918 \series default
35919 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
35920 \emph on
35921 開始頁-終了頁
35922 \emph default
35923 の文法で指定します。これは、
35924 \emph on
35925 開始頁
35926 \emph default
35927
35928 \emph on
35929 終了頁
35930 \emph default
35931 の間のすべてのページを選択します。
35932 \emph on
35933 開始頁
35934 \emph default
35935 を省略すると、1ページ目を指定したのと同じ事になり、
35936 \emph on
35937 終了頁
35938 \emph default
35939 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
35940 \series bold
35941 last
35942 \series default
35943 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
35944 \series bold
35945 pages=-
35946 \series default
35947 は文書の全ページを挿入することになり、
35948 \series bold
35949 pages=last-1
35950 \series default
35951 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
35952 \begin_inset Newline newline
35953 \end_inset
35954
35955
35956 \series bold
35957 noautoscale
35958 \series default
35959 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
35960 \family sans
35961 寸法と回転
35962 \family default
35963 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
35964 \series bold
35965 noautoscale
35966 \series default
35967 オプションは無視されます。詳しい情報と取り得るオプション値については、\SpecialChar LaTeX
35968 パッケージ
35969 \series bold
35970 pdfpages
35971 \series default
35972 の取扱説明書
35973 \begin_inset CommandInset citation
35974 LatexCommand cite
35975 key "pdfpages"
35976
35977 \end_inset
35978
35979 をご参照ください。
35980 \begin_inset Index idx
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984 \SpecialChar LaTeX
35985 ぱっけーじ@\SpecialChar LaTeX
35986 パッケージ ! pdfpages
35987 \end_layout
35988
35989 \end_inset
35990
35991
35992 \begin_inset Newline newline
35993 \end_inset
35994
35995 このひな型を
35996 \family sans
35997 Beamer
35998 \family default
35999 プレゼンテーションで使用するには、まず
36000 \family sans
36001 フレーム終了
36002 \family default
36003 環境を挿入して、続く段落で\SpecialChar TeX
36004 コードボックスを挿入し、
36005 \series bold
36006
36007 \backslash
36008 setbeamertemplate{background canvas}{}
36009 \series default
36010 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36011 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36012 に、ひな型を含む段落には、
36013 \family sans
36014 既定
36015 \family default
36016 配置を用いるようにしてください。
36017 \begin_inset Newline newline
36018 \end_inset
36019
36020 下記は、-5度回転させたPDFを取り込んだものです。
36021 \begin_inset Newline newline
36022 \end_inset
36023
36024
36025 \begin_inset Graphics
36026         filename ../clipart/Abstract.pdf
36027         rotateAngle -5
36028         rotateOrigin leftBottom
36029
36030 \end_inset
36031
36032
36033 \begin_inset Newline newline
36034 \end_inset
36035
36036
36037 \begin_inset Note Greyedout
36038 status open
36039
36040 \begin_layout Plain Layout
36041
36042 \series bold
36043 【訳註】
36044 \series default
36045 \SpecialChar LaTeX
36046 パッケージ
36047 \series bold
36048 pdfpages
36049 \series default
36050 は、pdflatexに基づいており、\SpecialChar LaTeX
36051 では組版ができない(\SpecialChar LaTeX
36052 パッケージ
36053 \series bold
36054 pdfpages
36055 \series default
36056 取扱説明書
36057 \begin_inset CommandInset citation
36058 LatexCommand cite
36059 key "pdfpages"
36060
36061 \end_inset
36062
36063 参照)ため、この外部素材はp\SpecialChar LaTeX
36064 では使用することができません。英文版の取扱説明書では、上記のPDFは、
36065 \family sans
36066 挿入\SpecialChar menuseparator
36067 ファイル\SpecialChar menuseparator
36068 外部素材
36069 \family default
36070
36071 \family sans
36072 ひな型
36073 \family default
36074
36075 \family sans
36076 PDFページ
36077 \family default
36078 を指定して挿入されていますが、ここでは
36079 \family sans
36080 挿入\SpecialChar menuseparator
36081 画像
36082 \family default
36083 を使用して挿入しています。
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Description
36092 ラスターイメージ これはビットマップ画像に使用します。
36093 \family sans
36094 外部素材
36095 \family default
36096 ダイアログを使って入れる画像は、第
36097 \begin_inset CommandInset ref
36098 LatexCommand ref
36099 reference "sec:画像ダイアログ"
36100
36101 \end_inset
36102
36103 節にあるように
36104 \family sans
36105 画像
36106 \family default
36107 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36108 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36109 \begin_inset External
36110         template RasterImage
36111         filename clipart/ToolbarEnvBox.png
36112
36113 \end_inset
36114
36115
36116 \end_layout
36117
36118 \begin_layout Description
36119 XFig このひな型は、
36120 \series bold
36121
36122 \begin_inset CommandInset href
36123 LatexCommand href
36124 name "Xfig"
36125 target "http://ja.wikipedia.org/wiki/Xfig"
36126
36127 \end_inset
36128
36129
36130 \series default
36131 プログラムで作成した画像をサポートします。
36132 \end_layout
36133
36134 \begin_layout Standard
36135 \begin_inset Float table
36136 placement !h
36137 wide false
36138 sideways false
36139 status open
36140
36141 \begin_layout Plain Layout
36142 \begin_inset Caption Standard
36143
36144 \begin_layout Plain Layout
36145 \begin_inset CommandInset label
36146 LatexCommand label
36147 name "tab:日付挿入方法"
36148
36149 \end_inset
36150
36151 日付の挿入方法の比較
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \end_layout
36158
36159 \begin_layout Plain Layout
36160 \align center
36161 \begin_inset Tabular
36162 <lyxtabular version="3" rows="4" columns="4">
36163 <features tabularvalignment="middle">
36164 <column alignment="center" valignment="top">
36165 <column alignment="center" valignment="top">
36166 <column alignment="center" valignment="top">
36167 <column alignment="center" valignment="top">
36168 <row>
36169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36170 \begin_inset Text
36171
36172 \begin_layout Plain Layout
36173 文書書式
36174 \end_layout
36175
36176 \end_inset
36177 </cell>
36178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36179 \begin_inset Text
36180
36181 \begin_layout Plain Layout
36182
36183 \family sans
36184 外部素材\SpecialChar menuseparator
36185 日付
36186 \end_layout
36187
36188 \end_inset
36189 </cell>
36190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36191 \begin_inset Text
36192
36193 \begin_layout Plain Layout
36194
36195 \family sans
36196 挿入\SpecialChar menuseparator
36197 日付
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36203 \begin_inset Text
36204
36205 \begin_layout Plain Layout
36206
36207 \series bold
36208
36209 \backslash
36210 today
36211 \series default
36212 コマンド
36213 \end_layout
36214
36215 \end_inset
36216 </cell>
36217 </row>
36218 <row>
36219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36220 \begin_inset Text
36221
36222 \begin_layout Plain Layout
36223 \SpecialChar LyX
36224
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36230 \begin_inset Text
36231
36232 \begin_layout Plain Layout
36233 差込枠として
36234 \end_layout
36235
36236 \end_inset
36237 </cell>
36238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36239 \begin_inset Text
36240
36241 \begin_layout Plain Layout
36242 日付として
36243 \end_layout
36244
36245 \end_inset
36246 </cell>
36247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36248 \begin_inset Text
36249
36250 \begin_layout Plain Layout
36251 \SpecialChar TeX
36252 コード差込枠として
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 </row>
36258 <row>
36259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263 \SpecialChar LaTeX
36264
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36270 \begin_inset Text
36271
36272 \begin_layout Plain Layout
36273 日付として
36274 \end_layout
36275
36276 \end_inset
36277 </cell>
36278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36279 \begin_inset Text
36280
36281 \begin_layout Plain Layout
36282 日付として
36283 \end_layout
36284
36285 \end_inset
36286 </cell>
36287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291 コマンドとして
36292 \end_layout
36293
36294 \end_inset
36295 </cell>
36296 </row>
36297 <row>
36298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36299 \begin_inset Text
36300
36301 \begin_layout Plain Layout
36302 DVI, PDF, PS
36303 \end_layout
36304
36305 \end_inset
36306 </cell>
36307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36308 \begin_inset Text
36309
36310 \begin_layout Plain Layout
36311 日付として
36312 \end_layout
36313
36314 \end_inset
36315 </cell>
36316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320 日付として
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36326 \begin_inset Text
36327
36328 \begin_layout Plain Layout
36329 日付として
36330 \end_layout
36331
36332 \end_inset
36333 </cell>
36334 </row>
36335 </lyxtabular>
36336
36337 \end_inset
36338
36339
36340 \end_layout
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Standard
36348
36349 \family sans
36350 外部素材
36351 \family default
36352 ダイアログの
36353 \family sans
36354 ファイル
36355 \family default
36356 タブ中で
36357 \family sans
36358 下書き
36359 \family default
36360 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36361 \begin_inset Newline newline
36362 \end_inset
36363
36364 \SpecialChar LyX
36365 中での外部素材は、ダイアログ内の
36366 \family sans
36367 \SpecialChar LaTeX
36368 と\SpecialChar LyX
36369 のオプション
36370 \family default
36371 タブにある
36372 \family sans
36373 \SpecialChar LyX
36374 内に表示
36375 \family default
36376 オプションの指定に従って、
36377 \begin_inset Graphics
36378         filename clipart/ExternalMaterialQt4.png
36379         scale 85
36380         scaleBeforeRotation
36381
36382 \end_inset
36383
36384 のようなボックスとして表示されるか、画像として表示されます。
36385 \end_layout
36386
36387 \begin_layout Standard
36388 取扱説明書
36389 \family sans
36390 \emph on
36391 カスタマイズ篇
36392 \family default
36393 \emph default
36394 には、自製のひな型を定義する方法が説明されています。
36395 \end_layout
36396
36397 \begin_layout Section
36398 子文書
36399 \begin_inset CommandInset label
36400 LatexCommand label
36401 name "sec:子文書"
36402
36403 \end_inset
36404
36405
36406 \begin_inset Index idx
36407 status collapsed
36408
36409 \begin_layout Plain Layout
36410 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36411 \end_layout
36412
36413 \end_inset
36414
36415
36416 \begin_inset Index idx
36417 status collapsed
36418
36419 \begin_layout Plain Layout
36420 ふぁいる@ファイル ! いんくるーど@インクルード
36421 \end_layout
36422
36423 \end_inset
36424
36425
36426 \end_layout
36427
36428 \begin_layout Standard
36429 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36430 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36431 やその一部を印刷できるようにします。子文書は、\SpecialChar LaTeX
36432 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36433 \end_layout
36434
36435 \begin_layout Standard
36436 親文書を開くことなく子文書で作業できるようにするには、子文書の
36437 \family sans
36438 文書
36439 \family default
36440 \SpecialChar menuseparator
36441
36442 \family sans
36443 設定
36444 \family default
36445 \SpecialChar menuseparator
36446
36447 \family sans
36448 文書クラス
36449 \family default
36450 メニューで親文書を指定してください。すると、子文書を編集する際には、\SpecialChar LyX
36451 がバックグラウンドでこの親文書を扱うようになります。
36452 \end_layout
36453
36454 \begin_layout Standard
36455 取り込んだ文書は、\SpecialChar LyX
36456 中で
36457 \begin_inset Graphics
36458         filename clipart/ChildDocumentQt4.png
36459         scale 85
36460         scaleBeforeRotation
36461
36462 \end_inset
36463
36464 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36465 \family sans
36466 挿入
36467 \family default
36468 \SpecialChar menuseparator
36469
36470 \family sans
36471 ファイル
36472 \family default
36473 \SpecialChar menuseparator
36474
36475 \family sans
36476 子文書
36477 \family default
36478 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36479 \end_layout
36480
36481 \begin_layout Description
36482 Include(インクルード) \SpecialChar LyX
36483 文書と\SpecialChar LaTeX
36484 文書は、インクルードすることができます。
36485 \family sans
36486 子文書
36487 \family default
36488 ダイアログの
36489 \family sans
36490 編集
36491 \family default
36492 ボタンを押すと、インクルードされた文書が、\SpecialChar LyX
36493 中に新規ファイルタブとして開き、修正ができるようになります。
36494 \begin_inset Newline newline
36495 \end_inset
36496
36497
36498 \end_layout
36499
36500 \begin_layout Standard
36501 以下は、
36502 \family sans
36503 Include
36504 \family default
36505 を使用して挿入した子文書です。 
36506 \begin_inset CommandInset include
36507 LatexCommand include
36508 filename "DummyDocument1.lyx"
36509
36510 \end_inset
36511
36512
36513 \end_layout
36514
36515 \begin_layout Standard
36516 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36517 あります。取り込んだ文書のラベルは、第
36518 \begin_inset CommandInset ref
36519 LatexCommand ref
36520 reference "subsec:外部文書の第1小節"
36521
36522 \end_inset
36523
36524 小節、のように参照することができます。
36525 \end_layout
36526
36527 \begin_layout Standard
36528 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36529 は、新規頁から始まるように挿入され、改頁して終わります。
36530 \end_layout
36531
36532 \begin_layout Standard
36533 \begin_inset Note Greyedout
36534 status open
36535
36536 \begin_layout Plain Layout
36537
36538 \series bold
36539 【註】
36540 \series default
36541 \SpecialChar LyX
36542 または\SpecialChar LaTeX
36543 ファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に警告が発せられま
36544 す。
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \begin_layout Description
36553 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36554 \begin_inset Separator parbreak
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_deeper
36561 \begin_layout Itemize
36562 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36563 \end_layout
36564
36565 \begin_layout Itemize
36566 Inputファイルは、\SpecialChar LyX
36567 設定の操作性
36568 \family sans
36569 \SpecialChar menuseparator
36570 表示
36571 \family default
36572 の下にある
36573 \family sans
36574 画像を表示
36575 \family default
36576 を有効にすると、\SpecialChar LyX
36577 中でプレビューすることができます。
36578 \end_layout
36579
36580 \begin_layout Itemize
36581 \SpecialChar LaTeX
36582 コマンドの
36583 \series bold
36584
36585 \backslash
36586 includeonly
36587 \series default
36588 は使用することができません。
36589 \end_layout
36590
36591 \end_deeper
36592 \begin_layout Standard
36593 右は、
36594 \family sans
36595 Input
36596 \family default
36597 を使って挿入した子文書です。 
36598 \begin_inset CommandInset include
36599 LatexCommand input
36600 filename "DummyDocument2.lyx"
36601
36602 \end_inset
36603
36604
36605 \end_layout
36606
36607 \begin_layout Description
36608 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36609 に用いられているコマンドは実行されません。
36610 \family sans
36611 出力の空白に印付けをする
36612 \family default
36613 オプションを有効にすると、ソースコード中のすべての空白文字に「
36614 \begin_inset ERT
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618
36619
36620 \backslash
36621 textvisiblespace 
36622 \end_layout
36623
36624 \end_inset
36625
36626 」文字を表示させることができます。
36627 \family sans
36628 挿入\SpecialChar menuseparator
36629 ファイル\SpecialChar menuseparator
36630 平文
36631 \family default
36632 メニューを使う方法との違いは、こちらは文書の内容が\SpecialChar LyX
36633 中に表示されないことです。
36634 \end_layout
36635
36636 \begin_layout Standard
36637 以下は、verbatimとして挿入された子文書です。 
36638 \begin_inset CommandInset include
36639 LatexCommand verbatiminput
36640 filename "../DummyTextDocument.txt"
36641
36642 \end_inset
36643
36644
36645 \begin_inset VSpace bigskip
36646 \end_inset
36647
36648 以下は、
36649 \family sans
36650 出力の空白に印付けをする
36651 \family default
36652 オプションを指定して、verbatimとして挿入された子文書です。 
36653 \begin_inset CommandInset include
36654 LatexCommand verbatiminput*
36655 filename "../DummyTextDocument.txt"
36656
36657 \end_inset
36658
36659
36660 \end_layout
36661
36662 \begin_layout Standard
36663 \begin_inset VSpace bigskip
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Standard
36670 \begin_inset Note Greyedout
36671 status open
36672
36673 \begin_layout Plain Layout
36674
36675 \series bold
36676 【註】
36677 \series default
36678 上記の例でわかるように、
36679 \family sans
36680 verbatim
36681 \family default
36682 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36683 \end_layout
36684
36685 \end_inset
36686
36687
36688 \end_layout
36689
36690 \begin_layout Standard
36691 \begin_inset Note Greyedout
36692 status open
36693
36694 \begin_layout Plain Layout
36695
36696 \series bold
36697 【訳註】
36698 \series default
36699 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36700 \end_layout
36701
36702 \end_inset
36703
36704
36705 \end_layout
36706
36707 \begin_layout Description
36708 プログラムリスト この型については、第
36709 \begin_inset CommandInset ref
36710 LatexCommand ref
36711 reference "cha:プログラムコードリスト"
36712
36713 \end_inset
36714
36715 章に説明されています。
36716 \end_layout
36717
36718 \begin_layout Standard
36719 \begin_inset Note Greyedout
36720 status open
36721
36722 \begin_layout Plain Layout
36723
36724 \series bold
36725 【註】
36726 \series default
36727 同一文書中に、同じ文書を異なる方法で二度取り込むと、\SpecialChar LaTeX
36728 で問題が発生する可能性があります。
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \end_layout
36735
36736 \begin_layout Standard
36737 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36738 一部を出力から排除することができます。これは、
36739 \family sans
36740 文書\SpecialChar menuseparator
36741 設定\SpecialChar menuseparator
36742 子文書
36743 \family default
36744 メニューから行うことができます。そこの一覧中の各子文書の
36745 \family sans
36746 出力に含める
36747 \family default
36748 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36749 てのみ機能することにご注意ください)。
36750 \family sans
36751 カウンタと引用を維持
36752 \family default
36753 オプションを有効にすると、\SpecialChar LyX
36754 は、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体のコンテ
36755 クストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、\SpecialChar LyX
36756 はバックグラウンドで文書全体を処理しなくてはなりません。
36757 したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36758 \end_layout
36759
36760 \begin_layout Standard
36761 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36762 \begin_inset Foot
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766 派生枝は、\SpecialChar LyX
36767
36768 \emph on
36769 ユーザーの手引き
36770 \emph default
36771
36772 \emph on
36773 派生枝
36774 \emph default
36775 の節に説明されています。
36776 \end_layout
36777
36778 \end_inset
36779
36780 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36781 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36782 \end_layout
36783
36784 \begin_layout Chapter
36785 プログラムコードリスト
36786 \begin_inset CommandInset label
36787 LatexCommand label
36788 name "cha:プログラムコードリスト"
36789
36790 \end_inset
36791
36792
36793 \begin_inset Index idx
36794 status collapsed
36795
36796 \begin_layout Plain Layout
36797 りすと@リスト
36798 \end_layout
36799
36800 \end_inset
36801
36802
36803 \begin_inset Index idx
36804 status collapsed
36805
36806 \begin_layout Plain Layout
36807 ぷろぐらむこーど@プログラムコード
36808 \end_layout
36809
36810 \end_inset
36811
36812
36813 \begin_inset Index idx
36814 status collapsed
36815
36816 \begin_layout Plain Layout
36817 ふろーと@フロート ! りすと@リスト
36818 \end_layout
36819
36820 \end_inset
36821
36822
36823 \end_layout
36824
36825 \begin_layout Standard
36826 プログラムコードを取り込んで組版するには、
36827 \family sans
36828 挿入
36829 \family default
36830 \SpecialChar menuseparator
36831
36832 \family sans
36833 プログラムリスト
36834 \family default
36835 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用される\SpecialChar LaTeX
36836 パッケージ
36837 \series bold
36838 listings
36839 \series default
36840
36841 \begin_inset Index idx
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845 \SpecialChar LaTeX
36846 ぱっけーじ@\SpecialChar LaTeX
36847 パッケージ ! listings
36848 \end_layout
36849
36850 \end_inset
36851
36852 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
36853 \end_layout
36854
36855 \begin_layout Standard
36856 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
36857 \end_layout
36858
36859 \begin_layout Standard
36860 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
36861 \family sans
36862 行内リスト
36863 \family default
36864 を指定すると、リストは
36865 \begin_inset listings
36866 lstparams "language={C++}"
36867 inline true
36868 status collapsed
36869
36870 \begin_layout Plain Layout
36871
36872 int a=5;
36873 \end_layout
36874
36875 \end_inset
36876
36877 のように行内に印字されます。
36878 \begin_inset Newline newline
36879 \end_inset
36880
36881
36882 \family sans
36883 フロート
36884 \family default
36885 オプションは、プログラムリストフロートを生成するものですが、ここで、第
36886 \begin_inset CommandInset ref
36887 LatexCommand ref
36888 reference "sec:フロートの配置"
36889
36890 \end_inset
36891
36892 節に説明されているフロート配置オプションに従って、「
36893 \family sans
36894 h
36895 \family default
36896 」「
36897 \family sans
36898 t
36899 \family default
36900 」「
36901 \family sans
36902 b
36903 \family default
36904 」「
36905 \family sans
36906 p
36907 \family default
36908 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
36909 \family sans
36910 htbp
36911 \family default
36912 」のように区切りを入れることなく入力することができます。「
36913 \family sans
36914 h
36915 \family default
36916 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
36917 \family sans
36918 フロート
36919 \family default
36920 オプションを使用しなければ大丈夫です。
36921 \end_layout
36922
36923 \begin_layout Standard
36924
36925 \family sans
36926 挿入
36927 \family default
36928 \SpecialChar menuseparator
36929
36930 \family sans
36931 キャプション
36932 \family default
36933 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
36934 \begin_inset CommandInset ref
36935 LatexCommand ref
36936 reference "lst:リストフロート"
36937
36938 \end_inset
36939
36940 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
36941 \family sans
36942 挿入
36943 \lang english
36944 \SpecialChar menuseparator
36945
36946 \lang japanese
36947 一覧/目次
36948 \lang english
36949 \SpecialChar menuseparator
36950
36951 \lang japanese
36952 プログラムリスト一覧
36953 \family default
36954 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
36955 \end_layout
36956
36957 \begin_layout Standard
36958 \begin_inset listings
36959 lstparams "language=Python"
36960 inline false
36961 status open
36962
36963 \begin_layout Plain Layout
36964
36965 \begin_inset Caption Standard
36966
36967 \begin_layout Plain Layout
36968 \begin_inset CommandInset label
36969 LatexCommand label
36970 name "lst:リストフロート"
36971
36972 \end_inset
36973
36974 Example Listing Float
36975 \end_layout
36976
36977 \end_inset
36978
36979 # Example listing float
36980 \end_layout
36981
36982 \begin_layout Plain Layout
36983
36984 def func(param):
36985 \end_layout
36986
36987 \begin_layout Plain Layout
36988
36989     'this is a python function'
36990 \end_layout
36991
36992 \begin_layout Plain Layout
36993
36994     pass
36995 \end_layout
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \begin_layout Standard
37003 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37004 onのキーワード「def」が識別され、ボールド体で出力されます。
37005 \end_layout
37006
37007 \begin_layout Standard
37008 \begin_inset Note Greyedout
37009 status open
37010
37011 \begin_layout Plain Layout
37012
37013 \series bold
37014 【註】
37015 \series default
37016 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37017 \family typewriter
37018 typewriter
37019 \family default
37020 フォントがボールド体を提供していません。この場合には、
37021 \family sans
37022 文書
37023 \family default
37024 \SpecialChar menuseparator
37025
37026 \family sans
37027 設定
37028 \family default
37029 \SpecialChar menuseparator
37030
37031 \family sans
37032 フォント
37033 \family default
37034 メニューで別のフォントを選択してください(
37035 \emph on
37036 LuxiMono
37037 \emph default
37038
37039 \emph on
37040 BeraMono
37041 \emph default
37042
37043 \emph on
37044 Courier
37045 \emph default
37046 の各フォントはボールド体を提供します)。
37047 \end_layout
37048
37049 \end_inset
37050
37051
37052 \end_layout
37053
37054 \begin_layout Standard
37055 \begin_inset Note Greyedout
37056 status open
37057
37058 \begin_layout Plain Layout
37059
37060 \series bold
37061 【訳註】
37062 \series default
37063 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37064 \end_layout
37065
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Standard
37072 プログラムリストダイアログの
37073 \family sans
37074 行番号
37075 \family default
37076 のセクションでは、行番号の様式を指定することができます。
37077 \family sans
37078 行間
37079 \family default
37080 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37081 \end_layout
37082
37083 \begin_layout Standard
37084 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37085 \family sans
37086 拡張文字コード表を使う
37087 \family default
37088 オプションを使用しなくてはなりません。
37089 \begin_inset Newline newline
37090 \end_inset
37091
37092
37093 \begin_inset Note Greyedout
37094 status open
37095
37096 \begin_layout Plain Layout
37097
37098 \series bold
37099 【訳註】
37100 \series default
37101 これは、p\SpecialChar LaTeX
37102 ではうまく動作しません。
37103 \end_layout
37104
37105 \end_inset
37106
37107
37108 \begin_inset Newline newline
37109 \end_inset
37110
37111 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37112 \begin_inset space \thinspace{}
37113 \end_inset
37114
37115 -
37116 \begin_inset space \thinspace{}
37117 \end_inset
37118
37119 8」で設定したプログラムリストの例です。
37120 \end_layout
37121
37122 \begin_layout Standard
37123 \begin_inset listings
37124 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37125 inline false
37126 status open
37127
37128 \begin_layout Plain Layout
37129
37130 def func(param):
37131 \end_layout
37132
37133 \begin_layout Plain Layout
37134
37135     'this is a python function'
37136 \end_layout
37137
37138 \begin_layout Plain Layout
37139
37140     pass
37141 \end_layout
37142
37143 \begin_layout Plain Layout
37144
37145 def func(param):
37146 \end_layout
37147
37148 \begin_layout Plain Layout
37149
37150 'This is a German word: Tschüß'
37151 \end_layout
37152
37153 \begin_layout Plain Layout
37154
37155 pass
37156 \end_layout
37157
37158 \begin_layout Plain Layout
37159
37160 def func(param):
37161 \end_layout
37162
37163 \begin_layout Plain Layout
37164
37165 'this is a python function'
37166 \end_layout
37167
37168 \begin_layout Plain Layout
37169
37170 pass
37171 \end_layout
37172
37173 \end_inset
37174
37175
37176 \end_layout
37177
37178 \begin_layout Standard
37179 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37180 \family sans
37181 タビュレータの大きさ
37182 \family default
37183 フィールドで指定することができます。
37184 \end_layout
37185
37186 \begin_layout Standard
37187 \begin_inset Note Greyedout
37188 status open
37189
37190 \begin_layout Plain Layout
37191
37192 \series bold
37193 【註】listings
37194 \series default
37195 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37196 に振られているのはこのためです。
37197 \end_layout
37198
37199 \end_inset
37200
37201
37202 \end_layout
37203
37204 \begin_layout Standard
37205 \begin_inset VSpace bigskip
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \begin_layout Standard
37212 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37213 \family sans
37214 挿入
37215 \family default
37216 \SpecialChar menuseparator
37217
37218 \family sans
37219 ファイル
37220 \family default
37221 \SpecialChar menuseparator
37222
37223 \family sans
37224 子文書
37225 \family default
37226 メニューを使用して
37227 \family sans
37228 プログラムリスト
37229 \family default
37230 型を選択してください
37231 \begin_inset Foot
37232 status collapsed
37233
37234 \begin_layout Plain Layout
37235 他の子文書型については、第 section
37236 \begin_inset space ~
37237 \end_inset
37238
37239
37240 \begin_inset CommandInset ref
37241 LatexCommand ref
37242 reference "sec:子文書"
37243
37244 \end_inset
37245
37246 節に説明があります。
37247 \end_layout
37248
37249 \end_inset
37250
37251 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37252 疑問符「?」を打鍵してください。
37253 \end_layout
37254
37255 \begin_layout Standard
37256 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37257 \family sans
37258 挿入
37259 \family default
37260 \SpecialChar menuseparator
37261
37262 \family sans
37263 相互参照
37264 \family default
37265 メニューを使って参照できるようになります。
37266 \end_layout
37267
37268 \begin_layout Standard
37269 プログラムリスト
37270 \begin_inset CommandInset ref
37271 LatexCommand ref
37272 reference "lst:file-listing"
37273
37274 \end_inset
37275
37276 は、ファイルを使ったプログラムリストの一例です。ここでは、この\SpecialChar LyX
37277 ファイルの10行目から15行目が表示されています。
37278 \end_layout
37279
37280 \begin_layout Standard
37281 \begin_inset CommandInset include
37282 LatexCommand lstinputlisting
37283 filename "EmbeddedObjects.lyx"
37284 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37285
37286 \end_inset
37287
37288
37289 \end_layout
37290
37291 \begin_layout Standard
37292 \begin_inset VSpace bigskip
37293 \end_inset
37294
37295
37296 \end_layout
37297
37298 \begin_layout Standard
37299 リストに数式を入れるには、以下のようにします。
37300 \end_layout
37301
37302 \begin_layout Enumerate
37303 リストダイアログを開き、
37304 \family sans
37305 詳細
37306 \family default
37307 タブのフィールド中に
37308 \begin_inset Newline newline
37309 \end_inset
37310
37311
37312 \family sans
37313 mathescape=true
37314 \family default
37315
37316 \begin_inset Newline newline
37317 \end_inset
37318
37319 と書き加えます。
37320 \end_layout
37321
37322 \begin_layout Enumerate
37323 リスト外で数式を作成します。
37324 \end_layout
37325
37326 \begin_layout Enumerate
37327 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37328 \begin_inset Info
37329 type  "shortcut"
37330 arg   "copy"
37331 \end_inset
37332
37333 )。
37334 \end_layout
37335
37336 \begin_layout Enumerate
37337 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37338 \begin_inset Info
37339 type  "shortcut"
37340 arg   "paste"
37341 \end_inset
37342
37343 )。
37344 \end_layout
37345
37346 \begin_layout Standard
37347 \begin_inset listings
37348 lstparams "language=Python,mathescape=true"
37349 inline false
37350 status open
37351
37352 \begin_layout Plain Layout
37353
37354 \begin_inset Caption Standard
37355
37356 \begin_layout Plain Layout
37357 Example Listing float containing a formula
37358 \end_layout
37359
37360 \end_inset
37361
37362 # Example listing float
37363 \end_layout
37364
37365 \begin_layout Plain Layout
37366
37367 def func(param):
37368 \end_layout
37369
37370 \begin_layout Plain Layout
37371
37372     # $
37373 \backslash
37374 prod_{n=1}^{
37375 \backslash
37376 infty}
37377 \backslash
37378 ,
37379 \backslash
37380 frac{1}{x^{2}}$
37381 \end_layout
37382
37383 \begin_layout Plain Layout
37384
37385     pass
37386 \end_layout
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \begin_layout Standard
37394 \begin_inset VSpace bigskip
37395 \end_inset
37396
37397
37398 \end_layout
37399
37400 \begin_layout Standard
37401 大域的なプログラムリストの設定は、
37402 \family sans
37403 文書
37404 \family default
37405 \SpecialChar menuseparator
37406
37407 \family sans
37408 設定
37409 \family default
37410 \SpecialChar menuseparator
37411
37412 \family sans
37413 リスト
37414 \family default
37415 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37416 \family sans
37417 プログラムリスト設定
37418 \family default
37419 フィールドで疑問符「?」を打鍵してください。
37420 \end_layout
37421
37422 \begin_layout Standard
37423
37424 \series bold
37425 listings
37426 \series default
37427 パッケージについての詳しい情報については、取扱説明書
37428 \begin_inset CommandInset citation
37429 LatexCommand cite
37430 key "listings"
37431
37432 \end_inset
37433
37434 をご参照ください。.
37435 \end_layout
37436
37437 \begin_layout Standard
37438 \begin_inset Newpage newpage
37439 \end_inset
37440
37441
37442 \end_layout
37443
37444 \begin_layout Chapter
37445 \start_of_appendix
37446 \SpecialChar LyX
37447 で使用できる単位
37448 \begin_inset Index idx
37449 status collapsed
37450
37451 \begin_layout Plain Layout
37452 たんい@単位
37453 \end_layout
37454
37455 \end_inset
37456
37457
37458 \begin_inset CommandInset label
37459 LatexCommand label
37460 name "cha:LyXで使用できる単位"
37461
37462 \end_inset
37463
37464
37465 \end_layout
37466
37467 \begin_layout Standard
37468 この文書で用いられる単位の理解のために、表
37469 \begin_inset CommandInset ref
37470 LatexCommand ref
37471 reference "tab:単位"
37472
37473 \end_inset
37474
37475 に、\SpecialChar LyX
37476 で使うことのできる単位をまとめておきます。
37477 \end_layout
37478
37479 \begin_layout Standard
37480 \begin_inset Float table
37481 placement h
37482 wide false
37483 sideways false
37484 status open
37485
37486 \begin_layout Plain Layout
37487 \begin_inset Caption Standard
37488
37489 \begin_layout Plain Layout
37490 \begin_inset CommandInset label
37491 LatexCommand label
37492 name "tab:単位"
37493
37494 \end_inset
37495
37496 単位
37497 \end_layout
37498
37499 \end_inset
37500
37501
37502 \end_layout
37503
37504 \begin_layout Plain Layout
37505 \begin_inset VSpace medskip
37506 \end_inset
37507
37508
37509 \end_layout
37510
37511 \begin_layout Plain Layout
37512 \align center
37513 \begin_inset Tabular
37514 <lyxtabular version="3" rows="20" columns="3">
37515 <features tabularvalignment="middle">
37516 <column alignment="center" valignment="top">
37517 <column alignment="center" valignment="top">
37518 <column alignment="center" valignment="top">
37519 <row>
37520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524 単位
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37530 \begin_inset Text
37531
37532 \begin_layout Plain Layout
37533 名称/摘要
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542 \SpecialChar LaTeX
37543  コマンド
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554 mm
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563 ミリメートル
37564 \end_layout
37565
37566 \end_inset
37567 </cell>
37568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572 -
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 </row>
37578 <row>
37579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583 cm
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592 センチメートル
37593 \end_layout
37594
37595 \end_inset
37596 </cell>
37597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37598 \begin_inset Text
37599
37600 \begin_layout Plain Layout
37601 -
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 </row>
37607 <row>
37608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612 in
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621 インチ
37622 \end_layout
37623
37624 \end_inset
37625 </cell>
37626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630 -
37631 \end_layout
37632
37633 \end_inset
37634 </cell>
37635 </row>
37636 <row>
37637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37638 \begin_inset Text
37639
37640 \begin_layout Plain Layout
37641 pt
37642 \end_layout
37643
37644 \end_inset
37645 </cell>
37646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650 ポイント (72.27
37651 \begin_inset space \thinspace{}
37652 \end_inset
37653
37654 pt = 1
37655 \begin_inset space \thinspace{}
37656 \end_inset
37657
37658 in)
37659 \end_layout
37660
37661 \end_inset
37662 </cell>
37663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37664 \begin_inset Text
37665
37666 \begin_layout Plain Layout
37667 -
37668 \end_layout
37669
37670 \end_inset
37671 </cell>
37672 </row>
37673 <row>
37674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678 pc
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687 パイカ (1
37688 \begin_inset space \thinspace{}
37689 \end_inset
37690
37691 pc = 12
37692 \begin_inset space \thinspace{}
37693 \end_inset
37694
37695 pt)
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704 -
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 </row>
37710 <row>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 sp
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 スケールポイント (65536
37725 \begin_inset space \thinspace{}
37726 \end_inset
37727
37728 sp = 1
37729 \begin_inset space \thinspace{}
37730 \end_inset
37731
37732 pt)
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741 -
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 </row>
37747 <row>
37748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37749 \begin_inset Text
37750
37751 \begin_layout Plain Layout
37752 bp
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761 ビッグポイント (72
37762 \begin_inset space \thinspace{}
37763 \end_inset
37764
37765 bp = 1
37766 \begin_inset space \thinspace{}
37767 \end_inset
37768
37769 in)
37770 \end_layout
37771
37772 \end_inset
37773 </cell>
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778 -
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 </row>
37784 <row>
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789 dd
37790 \end_layout
37791
37792 \end_inset
37793 </cell>
37794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37795 \begin_inset Text
37796
37797 \begin_layout Plain Layout
37798 ディドー (72
37799 \begin_inset space \thinspace{}
37800 \end_inset
37801
37802 dd 
37803 \begin_inset Formula $\approx$
37804 \end_inset
37805
37806  37.6
37807 \begin_inset space \thinspace{}
37808 \end_inset
37809
37810 mm)
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819 -
37820 \end_layout
37821
37822 \end_inset
37823 </cell>
37824 </row>
37825 <row>
37826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830 cc
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37836 \begin_inset Text
37837
37838 \begin_layout Plain Layout
37839 シセロ (1
37840 \begin_inset space \thinspace{}
37841 \end_inset
37842
37843 cc = 12
37844 \begin_inset space \thinspace{}
37845 \end_inset
37846
37847 dd)
37848 \end_layout
37849
37850 \end_inset
37851 </cell>
37852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37853 \begin_inset Text
37854
37855 \begin_layout Plain Layout
37856 -
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 </row>
37862 <row>
37863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867
37868 \lang english
37869 Scale Graphics %
37870 \end_layout
37871
37872 \end_inset
37873 </cell>
37874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878 元の画像幅の%
37879 \end_layout
37880
37881 \end_inset
37882 </cell>
37883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37884 \begin_inset Text
37885
37886 \begin_layout Plain Layout
37887
37888 \end_layout
37889
37890 \end_inset
37891 </cell>
37892 </row>
37893 <row>
37894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898
37899 \lang english
37900 Text Width %
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37906 \begin_inset Text
37907
37908 \begin_layout Plain Layout
37909 テキスト幅の%
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 textwidth
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 </row>
37926 <row>
37927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37928 \begin_inset Text
37929
37930 \begin_layout Plain Layout
37931
37932 \lang english
37933 Column Width %
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942 組段幅の%
37943 \end_layout
37944
37945 \end_inset
37946 </cell>
37947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37948 \begin_inset Text
37949
37950 \begin_layout Plain Layout
37951
37952 \backslash
37953 columnwidth
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row>
37960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964
37965 \lang english
37966 Page Width %
37967 \end_layout
37968
37969 \end_inset
37970 </cell>
37971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37972 \begin_inset Text
37973
37974 \begin_layout Plain Layout
37975 用紙幅の%
37976 \end_layout
37977
37978 \end_inset
37979 </cell>
37980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37981 \begin_inset Text
37982
37983 \begin_layout Plain Layout
37984
37985 \backslash
37986 paperwidth
37987 \end_layout
37988
37989 \end_inset
37990 </cell>
37991 </row>
37992 <row>
37993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37994 \begin_inset Text
37995
37996 \begin_layout Plain Layout
37997
37998 \lang english
37999 Line Width %
38000 \end_layout
38001
38002 \end_inset
38003 </cell>
38004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38005 \begin_inset Text
38006
38007 \begin_layout Plain Layout
38008 行幅の%
38009 \end_layout
38010
38011 \end_inset
38012 </cell>
38013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38014 \begin_inset Text
38015
38016 \begin_layout Plain Layout
38017
38018 \backslash
38019 linewidth
38020 \end_layout
38021
38022 \end_inset
38023 </cell>
38024 </row>
38025 <row>
38026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38027 \begin_inset Text
38028
38029 \begin_layout Plain Layout
38030
38031 \lang english
38032 Text Height %
38033 \end_layout
38034
38035 \end_inset
38036 </cell>
38037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38038 \begin_inset Text
38039
38040 \begin_layout Plain Layout
38041 テキスト高さの%
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38047 \begin_inset Text
38048
38049 \begin_layout Plain Layout
38050
38051 \backslash
38052 textheight
38053 \end_layout
38054
38055 \end_inset
38056 </cell>
38057 </row>
38058 <row>
38059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063
38064 \lang english
38065 Page Height %
38066 \end_layout
38067
38068 \end_inset
38069 </cell>
38070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38071 \begin_inset Text
38072
38073 \begin_layout Plain Layout
38074 用紙高さの%
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083
38084 \backslash
38085 paperheight
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 </row>
38091 <row>
38092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38093 \begin_inset Text
38094
38095 \begin_layout Plain Layout
38096 ex
38097 \end_layout
38098
38099 \end_inset
38100 </cell>
38101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38102 \begin_inset Text
38103
38104 \begin_layout Plain Layout
38105 現在のフォントの文字「x」の高さ
38106 \end_layout
38107
38108 \end_inset
38109 </cell>
38110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38111 \begin_inset Text
38112
38113 \begin_layout Plain Layout
38114 -
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 </row>
38120 <row>
38121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38122 \begin_inset Text
38123
38124 \begin_layout Plain Layout
38125 em
38126 \end_layout
38127
38128 \end_inset
38129 </cell>
38130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38131 \begin_inset Text
38132
38133 \begin_layout Plain Layout
38134 現在のフォントの文字「M」の幅
38135 \end_layout
38136
38137 \end_inset
38138 </cell>
38139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38140 \begin_inset Text
38141
38142 \begin_layout Plain Layout
38143 -
38144 \end_layout
38145
38146 \end_inset
38147 </cell>
38148 </row>
38149 <row>
38150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38151 \begin_inset Text
38152
38153 \begin_layout Plain Layout
38154 mu
38155 \end_layout
38156
38157 \end_inset
38158 </cell>
38159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38160 \begin_inset Text
38161
38162 \begin_layout Plain Layout
38163 数式単位 (1
38164 \begin_inset space \thinspace{}
38165 \end_inset
38166
38167 mu = 1/18
38168 \begin_inset space \thinspace{}
38169 \end_inset
38170
38171 em)
38172 \end_layout
38173
38174 \end_inset
38175 </cell>
38176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38177 \begin_inset Text
38178
38179 \begin_layout Plain Layout
38180 -
38181 \end_layout
38182
38183 \end_inset
38184 </cell>
38185 </row>
38186 </lyxtabular>
38187
38188 \end_inset
38189
38190
38191 \end_layout
38192
38193 \end_inset
38194
38195
38196 \end_layout
38197
38198 \begin_layout Chapter
38199 画像を含む場合のファイル出力形式
38200 \begin_inset CommandInset label
38201 LatexCommand label
38202 name "cha:ファイル出力形式"
38203
38204 \end_inset
38205
38206
38207 \end_layout
38208
38209 \begin_layout Section
38210 DVI
38211 \begin_inset Index idx
38212 status collapsed
38213
38214 \begin_layout Plain Layout
38215 ふぁいるしょしき@ファイル書式 ! DVI
38216 \end_layout
38217
38218 \end_inset
38219
38220
38221 \begin_inset Index idx
38222 status collapsed
38223
38224 \begin_layout Plain Layout
38225 DVI
38226 \begin_inset ERT
38227 status collapsed
38228
38229 \begin_layout Plain Layout
38230
38231 |see{
38232 \end_layout
38233
38234 \end_inset
38235
38236 ファイル書式
38237 \begin_inset ERT
38238 status collapsed
38239
38240 \begin_layout Plain Layout
38241
38242 }
38243 \end_layout
38244
38245 \end_inset
38246
38247
38248 \end_layout
38249
38250 \end_inset
38251
38252
38253 \end_layout
38254
38255 \begin_layout Standard
38256 このファイル型の拡張子は「
38257 \family typewriter
38258 .dvi
38259 \family default
38260 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38261 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38262 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38263 \end_layout
38264
38265 \begin_layout Standard
38266 \begin_inset Note Greyedout
38267 status open
38268
38269 \begin_layout Plain Layout
38270
38271 \series bold
38272 【註】
38273 \series default
38274 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38275 \end_layout
38276
38277 \end_inset
38278
38279 ですから、お使いの
38280 \family typewriter
38281 .dvi
38282 \family default
38283 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38284 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38285 DFを使用することをお勧めします。
38286 \end_layout
38287
38288 \begin_layout Standard
38289 使用中の文書は、
38290 \family sans
38291 ファイル
38292 \family default
38293 \SpecialChar menuseparator
38294
38295 \family sans
38296 書き出し
38297 \family default
38298 \SpecialChar menuseparator
38299
38300 \family sans
38301 DVI
38302 \family default
38303 メニューを使用して、DVIに書き出すことができます。
38304 \family sans
38305 表示
38306 \family default
38307 メニューから、文書をDVIとして表示させることもできます。
38308 \end_layout
38309
38310 \begin_layout Section
38311 PostScript
38312 \begin_inset Index idx
38313 status collapsed
38314
38315 \begin_layout Plain Layout
38316 ふぁいるしょしき@ファイル書式 ! PostScript
38317 \end_layout
38318
38319 \end_inset
38320
38321
38322 \begin_inset Index idx
38323 status collapsed
38324
38325 \begin_layout Plain Layout
38326 PostScript
38327 \begin_inset ERT
38328 status collapsed
38329
38330 \begin_layout Plain Layout
38331
38332 |see{
38333 \end_layout
38334
38335 \end_inset
38336
38337 ファイル書式
38338 \begin_inset ERT
38339 status collapsed
38340
38341 \begin_layout Plain Layout
38342
38343 }
38344 \end_layout
38345
38346 \end_inset
38347
38348
38349 \end_layout
38350
38351 \end_inset
38352
38353
38354 \end_layout
38355
38356 \begin_layout Standard
38357 このファイル型の拡張子は「
38358 \family typewriter
38359 .ps
38360 \family default
38361 」です。PostScriptは、
38362 \family typewriter
38363 Adobe
38364 \family default
38365 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38366 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38367 \begin_inset Foot
38368 status collapsed
38369
38370 \begin_layout Plain Layout
38371 これについてもう少し学ぶ気があれば、\SpecialChar LaTeX
38372 パッケージ
38373 \series bold
38374 PSTricks
38375 \series default
38376
38377 \begin_inset CommandInset citation
38378 LatexCommand cite
38379 key "pstricks"
38380
38381 \end_inset
38382
38383 を見てみてください。
38384 \end_layout
38385
38386 \end_inset
38387
38388 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38389 \end_layout
38390
38391 \begin_layout Standard
38392 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38393 \family typewriter
38394 .eps
38395 \family default
38396 」)」形式の画像のみを含めることができます。\SpecialChar LyX
38397 では、既知の画像形式であればどれでも文書中で使用することができるようになっているため、\SpecialChar LyX
38398 はバックグラウンドで画像をEP
38399 Sに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、\SpecialChar LyX
38400 は50もの変換を行わなくてはなりません。すると、\SpecialChar LyX
38401 で行う
38402 作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像を直接EPSとして入れて
38403 おく方がよいでしょう。
38404 \end_layout
38405
38406 \begin_layout Standard
38407 文書は、
38408 \family sans
38409 ファイル
38410 \family default
38411 \SpecialChar menuseparator
38412
38413 \family sans
38414 書き出し
38415 \family default
38416 \SpecialChar menuseparator
38417
38418 \family sans
38419 Postscript
38420 \family default
38421 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38422 \family sans
38423 表示
38424 \family default
38425 メニューかツールバーボタン
38426 \begin_inset Graphics
38427         filename ../../images/buffer-view_ps.png
38428         scale 85
38429         scaleBeforeRotation
38430
38431 \end_inset
38432
38433 を使用することでPostScriptとして表示させることができます。
38434 \end_layout
38435
38436 \begin_layout Section
38437 PDF
38438 \begin_inset Index idx
38439 status collapsed
38440
38441 \begin_layout Plain Layout
38442 ふぁいるしょしき@ファイル書式 ! PDF
38443 \end_layout
38444
38445 \end_inset
38446
38447
38448 \begin_inset Index idx
38449 status collapsed
38450
38451 \begin_layout Plain Layout
38452 PDF
38453 \end_layout
38454
38455 \end_inset
38456
38457
38458 \end_layout
38459
38460 \begin_layout Standard
38461 このファイル型の拡張子は「
38462 \family typewriter
38463 .pdf
38464 \family default
38465 」です。この「Portable Document Format (PDF)」は、
38466 \family typewriter
38467 Adobe
38468 \family default
38469 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38470 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38471 \end_layout
38472
38473 \begin_layout Standard
38474 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38475 \family typewriter
38476 .jpg
38477 \family default
38478 」または「
38479 \family typewriter
38480 .jpeg
38481 \family default
38482 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38483 \family typewriter
38484 .png
38485 \family default
38486 」)」として含めることができます。それにもかかわらず、\SpecialChar LyX
38487 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することができま
38488 す。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用することをお
38489 勧めします。
38490 \end_layout
38491
38492 \begin_layout Standard
38493 使用中の文書は、
38494 \family sans
38495 ファイル
38496 \family default
38497 \SpecialChar menuseparator
38498
38499 \family sans
38500 書き出し
38501 \family default
38502 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38503 \end_layout
38504
38505 \begin_layout Description
38506 PDF
38507 \begin_inset space ~
38508 \end_inset
38509
38510 (ps2pdf) これは
38511 \family typewriter
38512 ps2pdf
38513 \family default
38514 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38515 \family typewriter
38516 dvips
38517 \family default
38518 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38519 \end_layout
38520
38521 \begin_layout Description
38522 PDF
38523 \begin_inset space ~
38524 \end_inset
38525
38526 (dvipdfm) これは
38527 \family typewriter
38528 dvipdfm
38529 \family default
38530 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38531 \end_layout
38532
38533 \begin_layout Description
38534 PDF
38535 \begin_inset space ~
38536 \end_inset
38537
38538 (pdflatex) これは
38539 \family typewriter
38540 pdftex
38541 \family default
38542 プログラムを使って、現在のファイルを直接PDFに変換します。
38543 \end_layout
38544
38545 \begin_layout Standard
38546
38547 \family typewriter
38548 pdftex
38549 \family default
38550 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38551 \family sans
38552 PDF
38553 \begin_inset space ~
38554 \end_inset
38555
38556 (pdflatex)
38557 \family default
38558 を使用することが推奨されます。
38559 \family typewriter
38560 dvipdfm
38561 \family default
38562 プログラムは開発が停止しており、若干時代遅れになっています。
38563 \end_layout
38564
38565 \begin_layout Standard
38566 使用中の文書をPDFとして表示するには、
38567 \family sans
38568 表示
38569 \family default
38570 メニューかツールバーボタン
38571 \begin_inset Graphics
38572         filename ../../images/buffer-view_pdf2.png
38573         scale 85
38574         scaleBeforeRotation
38575
38576 \end_inset
38577
38578 (これは
38579 \family sans
38580 PDF
38581 \begin_inset space ~
38582 \end_inset
38583
38584 (pdflatex)
38585 \family default
38586 を使用します)を用います。
38587 \end_layout
38588
38589 \begin_layout Chapter
38590 dvips色名一覧
38591 \begin_inset CommandInset label
38592 LatexCommand label
38593 name "chap:dvips色名一覧"
38594
38595 \end_inset
38596
38597
38598 \end_layout
38599
38600 \begin_layout Standard
38601 \begin_inset Tabular
38602 <lyxtabular version="3" rows="17" columns="4">
38603 <features tabularvalignment="middle">
38604 <column alignment="left" valignment="top" width="0pt">
38605 <column alignment="left" valignment="top" width="0pt">
38606 <column alignment="left" valignment="top" width="0pt">
38607 <column alignment="left" valignment="top" width="0pt">
38608 <row>
38609 <cell alignment="left" valignment="top" usebox="none">
38610 \begin_inset Text
38611
38612 \begin_layout Plain Layout
38613 \begin_inset ERT
38614 status collapsed
38615
38616 \begin_layout Plain Layout
38617
38618
38619 \backslash
38620 fcolorbox{black}{
38621 \end_layout
38622
38623 \end_inset
38624
38625 white
38626 \begin_inset ERT
38627 status collapsed
38628
38629 \begin_layout Plain Layout
38630
38631 }{
38632 \end_layout
38633
38634 \end_inset
38635
38636
38637 \begin_inset ERT
38638 status collapsed
38639
38640 \begin_layout Plain Layout
38641
38642 }
38643 \end_layout
38644
38645 \end_inset
38646
38647  色名
38648 \end_layout
38649
38650 \end_inset
38651 </cell>
38652 <cell alignment="left" valignment="top" usebox="none">
38653 \begin_inset Text
38654
38655 \begin_layout Plain Layout
38656 \begin_inset ERT
38657 status collapsed
38658
38659 \begin_layout Plain Layout
38660
38661
38662 \backslash
38663 fcolorbox{black}{
38664 \end_layout
38665
38666 \end_inset
38667
38668 white
38669 \begin_inset ERT
38670 status collapsed
38671
38672 \begin_layout Plain Layout
38673
38674 }{
38675 \end_layout
38676
38677 \end_inset
38678
38679
38680 \begin_inset ERT
38681 status collapsed
38682
38683 \begin_layout Plain Layout
38684
38685 }
38686 \end_layout
38687
38688 \end_inset
38689
38690  色名
38691 \end_layout
38692
38693 \end_inset
38694 </cell>
38695 <cell alignment="left" valignment="top" usebox="none">
38696 \begin_inset Text
38697
38698 \begin_layout Plain Layout
38699 \begin_inset ERT
38700 status collapsed
38701
38702 \begin_layout Plain Layout
38703
38704
38705 \backslash
38706 fcolorbox{black}{
38707 \end_layout
38708
38709 \end_inset
38710
38711 white
38712 \begin_inset ERT
38713 status collapsed
38714
38715 \begin_layout Plain Layout
38716
38717 }{
38718 \end_layout
38719
38720 \end_inset
38721
38722
38723 \begin_inset ERT
38724 status collapsed
38725
38726 \begin_layout Plain Layout
38727
38728 }
38729 \end_layout
38730
38731 \end_inset
38732
38733  色名
38734 \end_layout
38735
38736 \end_inset
38737 </cell>
38738 <cell alignment="left" valignment="top" usebox="none">
38739 \begin_inset Text
38740
38741 \begin_layout Plain Layout
38742 \begin_inset ERT
38743 status collapsed
38744
38745 \begin_layout Plain Layout
38746
38747
38748 \backslash
38749 fcolorbox{black}{
38750 \end_layout
38751
38752 \end_inset
38753
38754 white
38755 \begin_inset ERT
38756 status collapsed
38757
38758 \begin_layout Plain Layout
38759
38760 }{
38761 \end_layout
38762
38763 \end_inset
38764
38765
38766 \begin_inset ERT
38767 status collapsed
38768
38769 \begin_layout Plain Layout
38770
38771 }
38772 \end_layout
38773
38774 \end_inset
38775
38776  色名
38777 \end_layout
38778
38779 \end_inset
38780 </cell>
38781 </row>
38782 <row>
38783 <cell alignment="center" valignment="top" usebox="none">
38784 \begin_inset Text
38785
38786 \begin_layout Plain Layout
38787 \begin_inset ERT
38788 status collapsed
38789
38790 \begin_layout Plain Layout
38791
38792
38793 \backslash
38794 fcolorbox{black}{
38795 \end_layout
38796
38797 \end_inset
38798
38799 Apricot
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 \begin_inset Phantom Phantom
38812 status open
38813
38814 \begin_layout Plain Layout
38815 W
38816 \end_layout
38817
38818 \end_inset
38819
38820
38821 \begin_inset ERT
38822 status collapsed
38823
38824 \begin_layout Plain Layout
38825
38826 }
38827 \end_layout
38828
38829 \end_inset
38830
38831  Apricot
38832 \end_layout
38833
38834 \end_inset
38835 </cell>
38836 <cell alignment="center" valignment="top" usebox="none">
38837 \begin_inset Text
38838
38839 \begin_layout Plain Layout
38840 \begin_inset ERT
38841 status collapsed
38842
38843 \begin_layout Plain Layout
38844
38845
38846 \backslash
38847 fcolorbox{black}{
38848 \end_layout
38849
38850 \end_inset
38851
38852 Aquamarine
38853 \begin_inset ERT
38854 status collapsed
38855
38856 \begin_layout Plain Layout
38857
38858 }{
38859 \end_layout
38860
38861 \end_inset
38862
38863
38864 \begin_inset Phantom Phantom
38865 status open
38866
38867 \begin_layout Plain Layout
38868 W
38869 \end_layout
38870
38871 \end_inset
38872
38873
38874 \begin_inset ERT
38875 status collapsed
38876
38877 \begin_layout Plain Layout
38878
38879 }
38880 \end_layout
38881
38882 \end_inset
38883
38884  Aquamarine
38885 \end_layout
38886
38887 \end_inset
38888 </cell>
38889 <cell alignment="center" valignment="top" usebox="none">
38890 \begin_inset Text
38891
38892 \begin_layout Plain Layout
38893 \begin_inset ERT
38894 status collapsed
38895
38896 \begin_layout Plain Layout
38897
38898
38899 \backslash
38900 fcolorbox{black}{
38901 \end_layout
38902
38903 \end_inset
38904
38905 Bittersweet
38906 \begin_inset ERT
38907 status collapsed
38908
38909 \begin_layout Plain Layout
38910
38911 }{
38912 \end_layout
38913
38914 \end_inset
38915
38916
38917 \begin_inset Phantom Phantom
38918 status open
38919
38920 \begin_layout Plain Layout
38921 W
38922 \end_layout
38923
38924 \end_inset
38925
38926
38927 \begin_inset ERT
38928 status collapsed
38929
38930 \begin_layout Plain Layout
38931
38932 }
38933 \end_layout
38934
38935 \end_inset
38936
38937  Bittersweet
38938 \end_layout
38939
38940 \end_inset
38941 </cell>
38942 <cell alignment="center" valignment="top" usebox="none">
38943 \begin_inset Text
38944
38945 \begin_layout Plain Layout
38946 \begin_inset ERT
38947 status collapsed
38948
38949 \begin_layout Plain Layout
38950
38951
38952 \backslash
38953 fcolorbox{black}{
38954 \end_layout
38955
38956 \end_inset
38957
38958 BlueGreen
38959 \begin_inset ERT
38960 status collapsed
38961
38962 \begin_layout Plain Layout
38963
38964 }{
38965 \end_layout
38966
38967 \end_inset
38968
38969
38970 \begin_inset Phantom Phantom
38971 status open
38972
38973 \begin_layout Plain Layout
38974 W
38975 \end_layout
38976
38977 \end_inset
38978
38979
38980 \begin_inset ERT
38981 status collapsed
38982
38983 \begin_layout Plain Layout
38984
38985 }
38986 \end_layout
38987
38988 \end_inset
38989
38990  BlueGreen
38991 \end_layout
38992
38993 \end_inset
38994 </cell>
38995 </row>
38996 <row>
38997 <cell alignment="left" valignment="top" usebox="none">
38998 \begin_inset Text
38999
39000 \begin_layout Plain Layout
39001 \begin_inset ERT
39002 status collapsed
39003
39004 \begin_layout Plain Layout
39005
39006
39007 \backslash
39008 fcolorbox{black}{
39009 \end_layout
39010
39011 \end_inset
39012
39013 BlueViolet
39014 \begin_inset ERT
39015 status collapsed
39016
39017 \begin_layout Plain Layout
39018
39019 }{
39020 \end_layout
39021
39022 \end_inset
39023
39024
39025 \begin_inset Phantom Phantom
39026 status open
39027
39028 \begin_layout Plain Layout
39029 W
39030 \end_layout
39031
39032 \end_inset
39033
39034
39035 \begin_inset ERT
39036 status collapsed
39037
39038 \begin_layout Plain Layout
39039
39040 }
39041 \end_layout
39042
39043 \end_inset
39044
39045  BlueViolet
39046 \end_layout
39047
39048 \end_inset
39049 </cell>
39050 <cell alignment="left" valignment="top" usebox="none">
39051 \begin_inset Text
39052
39053 \begin_layout Plain Layout
39054 \begin_inset ERT
39055 status collapsed
39056
39057 \begin_layout Plain Layout
39058
39059
39060 \backslash
39061 fcolorbox{black}{
39062 \end_layout
39063
39064 \end_inset
39065
39066 BrickRed
39067 \begin_inset ERT
39068 status collapsed
39069
39070 \begin_layout Plain Layout
39071
39072 }{
39073 \end_layout
39074
39075 \end_inset
39076
39077
39078 \begin_inset Phantom Phantom
39079 status open
39080
39081 \begin_layout Plain Layout
39082 W
39083 \end_layout
39084
39085 \end_inset
39086
39087
39088 \begin_inset ERT
39089 status collapsed
39090
39091 \begin_layout Plain Layout
39092
39093 }
39094 \end_layout
39095
39096 \end_inset
39097
39098  BrickRed
39099 \end_layout
39100
39101 \end_inset
39102 </cell>
39103 <cell alignment="left" valignment="top" usebox="none">
39104 \begin_inset Text
39105
39106 \begin_layout Plain Layout
39107 \begin_inset ERT
39108 status collapsed
39109
39110 \begin_layout Plain Layout
39111
39112
39113 \backslash
39114 fcolorbox{black}{
39115 \end_layout
39116
39117 \end_inset
39118
39119 Brown
39120 \begin_inset ERT
39121 status collapsed
39122
39123 \begin_layout Plain Layout
39124
39125 }{
39126 \end_layout
39127
39128 \end_inset
39129
39130
39131 \begin_inset Phantom Phantom
39132 status open
39133
39134 \begin_layout Plain Layout
39135 W
39136 \end_layout
39137
39138 \end_inset
39139
39140
39141 \begin_inset ERT
39142 status collapsed
39143
39144 \begin_layout Plain Layout
39145
39146 }
39147 \end_layout
39148
39149 \end_inset
39150
39151  Brown
39152 \end_layout
39153
39154 \end_inset
39155 </cell>
39156 <cell alignment="left" valignment="top" usebox="none">
39157 \begin_inset Text
39158
39159 \begin_layout Plain Layout
39160 \begin_inset ERT
39161 status collapsed
39162
39163 \begin_layout Plain Layout
39164
39165
39166 \backslash
39167 fcolorbox{black}{
39168 \end_layout
39169
39170 \end_inset
39171
39172 BurntOrange
39173 \begin_inset ERT
39174 status collapsed
39175
39176 \begin_layout Plain Layout
39177
39178 }{
39179 \end_layout
39180
39181 \end_inset
39182
39183
39184 \begin_inset Phantom Phantom
39185 status open
39186
39187 \begin_layout Plain Layout
39188 W
39189 \end_layout
39190
39191 \end_inset
39192
39193
39194 \begin_inset ERT
39195 status collapsed
39196
39197 \begin_layout Plain Layout
39198
39199 }
39200 \end_layout
39201
39202 \end_inset
39203
39204  BurntOrange
39205 \end_layout
39206
39207 \end_inset
39208 </cell>
39209 </row>
39210 <row>
39211 <cell alignment="left" valignment="top" usebox="none">
39212 \begin_inset Text
39213
39214 \begin_layout Plain Layout
39215 \begin_inset ERT
39216 status collapsed
39217
39218 \begin_layout Plain Layout
39219
39220
39221 \backslash
39222 fcolorbox{black}{
39223 \end_layout
39224
39225 \end_inset
39226
39227 CadetBlue
39228 \begin_inset ERT
39229 status collapsed
39230
39231 \begin_layout Plain Layout
39232
39233 }{
39234 \end_layout
39235
39236 \end_inset
39237
39238
39239 \begin_inset Phantom Phantom
39240 status open
39241
39242 \begin_layout Plain Layout
39243 W
39244 \end_layout
39245
39246 \end_inset
39247
39248
39249 \begin_inset ERT
39250 status collapsed
39251
39252 \begin_layout Plain Layout
39253
39254 }
39255 \end_layout
39256
39257 \end_inset
39258
39259  CadetBlue
39260 \end_layout
39261
39262 \end_inset
39263 </cell>
39264 <cell alignment="left" valignment="top" usebox="none">
39265 \begin_inset Text
39266
39267 \begin_layout Plain Layout
39268 \begin_inset ERT
39269 status collapsed
39270
39271 \begin_layout Plain Layout
39272
39273
39274 \backslash
39275 fcolorbox{black}{
39276 \end_layout
39277
39278 \end_inset
39279
39280 CarnationPink
39281 \begin_inset ERT
39282 status collapsed
39283
39284 \begin_layout Plain Layout
39285
39286 }{
39287 \end_layout
39288
39289 \end_inset
39290
39291
39292 \begin_inset Phantom Phantom
39293 status open
39294
39295 \begin_layout Plain Layout
39296 W
39297 \end_layout
39298
39299 \end_inset
39300
39301
39302 \begin_inset ERT
39303 status collapsed
39304
39305 \begin_layout Plain Layout
39306
39307 }
39308 \end_layout
39309
39310 \end_inset
39311
39312  CarnationPink
39313 \end_layout
39314
39315 \end_inset
39316 </cell>
39317 <cell alignment="left" valignment="top" usebox="none">
39318 \begin_inset Text
39319
39320 \begin_layout Plain Layout
39321 \begin_inset ERT
39322 status collapsed
39323
39324 \begin_layout Plain Layout
39325
39326
39327 \backslash
39328 fcolorbox{black}{
39329 \end_layout
39330
39331 \end_inset
39332
39333 Cerulean
39334 \begin_inset ERT
39335 status collapsed
39336
39337 \begin_layout Plain Layout
39338
39339 }{
39340 \end_layout
39341
39342 \end_inset
39343
39344
39345 \begin_inset Phantom Phantom
39346 status open
39347
39348 \begin_layout Plain Layout
39349 W
39350 \end_layout
39351
39352 \end_inset
39353
39354
39355 \begin_inset ERT
39356 status collapsed
39357
39358 \begin_layout Plain Layout
39359
39360 }
39361 \end_layout
39362
39363 \end_inset
39364
39365  Cerulean
39366 \end_layout
39367
39368 \end_inset
39369 </cell>
39370 <cell alignment="left" valignment="top" usebox="none">
39371 \begin_inset Text
39372
39373 \begin_layout Plain Layout
39374 \begin_inset ERT
39375 status collapsed
39376
39377 \begin_layout Plain Layout
39378
39379
39380 \backslash
39381 fcolorbox{black}{
39382 \end_layout
39383
39384 \end_inset
39385
39386 CornflowerBlue
39387 \begin_inset ERT
39388 status collapsed
39389
39390 \begin_layout Plain Layout
39391
39392 }{
39393 \end_layout
39394
39395 \end_inset
39396
39397
39398 \begin_inset Phantom Phantom
39399 status open
39400
39401 \begin_layout Plain Layout
39402 W
39403 \end_layout
39404
39405 \end_inset
39406
39407
39408 \begin_inset ERT
39409 status collapsed
39410
39411 \begin_layout Plain Layout
39412
39413 }
39414 \end_layout
39415
39416 \end_inset
39417
39418  CornflowerBlue
39419 \end_layout
39420
39421 \end_inset
39422 </cell>
39423 </row>
39424 <row>
39425 <cell alignment="left" valignment="top" usebox="none">
39426 \begin_inset Text
39427
39428 \begin_layout Plain Layout
39429 \begin_inset ERT
39430 status collapsed
39431
39432 \begin_layout Plain Layout
39433
39434
39435 \backslash
39436 fcolorbox{black}{
39437 \end_layout
39438
39439 \end_inset
39440
39441 Dandelion
39442 \begin_inset ERT
39443 status collapsed
39444
39445 \begin_layout Plain Layout
39446
39447 }{
39448 \end_layout
39449
39450 \end_inset
39451
39452
39453 \begin_inset Phantom Phantom
39454 status open
39455
39456 \begin_layout Plain Layout
39457 W
39458 \end_layout
39459
39460 \end_inset
39461
39462
39463 \begin_inset ERT
39464 status collapsed
39465
39466 \begin_layout Plain Layout
39467
39468 }
39469 \end_layout
39470
39471 \end_inset
39472
39473  Dandelion
39474 \end_layout
39475
39476 \end_inset
39477 </cell>
39478 <cell alignment="left" valignment="top" usebox="none">
39479 \begin_inset Text
39480
39481 \begin_layout Plain Layout
39482 \begin_inset ERT
39483 status collapsed
39484
39485 \begin_layout Plain Layout
39486
39487
39488 \backslash
39489 fcolorbox{black}{
39490 \end_layout
39491
39492 \end_inset
39493
39494 DarkOrchid
39495 \begin_inset ERT
39496 status collapsed
39497
39498 \begin_layout Plain Layout
39499
39500 }{
39501 \end_layout
39502
39503 \end_inset
39504
39505
39506 \begin_inset Phantom Phantom
39507 status open
39508
39509 \begin_layout Plain Layout
39510 W
39511 \end_layout
39512
39513 \end_inset
39514
39515
39516 \begin_inset ERT
39517 status collapsed
39518
39519 \begin_layout Plain Layout
39520
39521 }
39522 \end_layout
39523
39524 \end_inset
39525
39526  DarkOrchid
39527 \end_layout
39528
39529 \end_inset
39530 </cell>
39531 <cell alignment="left" valignment="top" usebox="none">
39532 \begin_inset Text
39533
39534 \begin_layout Plain Layout
39535 \begin_inset ERT
39536 status collapsed
39537
39538 \begin_layout Plain Layout
39539
39540
39541 \backslash
39542 fcolorbox{black}{
39543 \end_layout
39544
39545 \end_inset
39546
39547 Emerald
39548 \begin_inset ERT
39549 status collapsed
39550
39551 \begin_layout Plain Layout
39552
39553 }{
39554 \end_layout
39555
39556 \end_inset
39557
39558
39559 \begin_inset Phantom Phantom
39560 status open
39561
39562 \begin_layout Plain Layout
39563 W
39564 \end_layout
39565
39566 \end_inset
39567
39568
39569 \begin_inset ERT
39570 status collapsed
39571
39572 \begin_layout Plain Layout
39573
39574 }
39575 \end_layout
39576
39577 \end_inset
39578
39579  Emerald
39580 \end_layout
39581
39582 \end_inset
39583 </cell>
39584 <cell alignment="left" valignment="top" usebox="none">
39585 \begin_inset Text
39586
39587 \begin_layout Plain Layout
39588 \begin_inset ERT
39589 status collapsed
39590
39591 \begin_layout Plain Layout
39592
39593
39594 \backslash
39595 fcolorbox{black}{
39596 \end_layout
39597
39598 \end_inset
39599
39600 ForestGreen
39601 \begin_inset ERT
39602 status collapsed
39603
39604 \begin_layout Plain Layout
39605
39606 }{
39607 \end_layout
39608
39609 \end_inset
39610
39611
39612 \begin_inset Phantom Phantom
39613 status open
39614
39615 \begin_layout Plain Layout
39616 W
39617 \end_layout
39618
39619 \end_inset
39620
39621
39622 \begin_inset ERT
39623 status collapsed
39624
39625 \begin_layout Plain Layout
39626
39627 }
39628 \end_layout
39629
39630 \end_inset
39631
39632  ForestGreen
39633 \end_layout
39634
39635 \end_inset
39636 </cell>
39637 </row>
39638 <row>
39639 <cell alignment="left" valignment="top" usebox="none">
39640 \begin_inset Text
39641
39642 \begin_layout Plain Layout
39643 \begin_inset ERT
39644 status collapsed
39645
39646 \begin_layout Plain Layout
39647
39648
39649 \backslash
39650 fcolorbox{black}{
39651 \end_layout
39652
39653 \end_inset
39654
39655 Fuchsia
39656 \begin_inset ERT
39657 status collapsed
39658
39659 \begin_layout Plain Layout
39660
39661 }{
39662 \end_layout
39663
39664 \end_inset
39665
39666
39667 \begin_inset Phantom Phantom
39668 status open
39669
39670 \begin_layout Plain Layout
39671 W
39672 \end_layout
39673
39674 \end_inset
39675
39676
39677 \begin_inset ERT
39678 status collapsed
39679
39680 \begin_layout Plain Layout
39681
39682 }
39683 \end_layout
39684
39685 \end_inset
39686
39687  Fuchsia
39688 \end_layout
39689
39690 \end_inset
39691 </cell>
39692 <cell alignment="left" valignment="top" usebox="none">
39693 \begin_inset Text
39694
39695 \begin_layout Plain Layout
39696 \begin_inset ERT
39697 status collapsed
39698
39699 \begin_layout Plain Layout
39700
39701
39702 \backslash
39703 fcolorbox{black}{
39704 \end_layout
39705
39706 \end_inset
39707
39708 Goldenrod
39709 \begin_inset ERT
39710 status collapsed
39711
39712 \begin_layout Plain Layout
39713
39714 }{
39715 \end_layout
39716
39717 \end_inset
39718
39719
39720 \begin_inset Phantom Phantom
39721 status open
39722
39723 \begin_layout Plain Layout
39724 W
39725 \end_layout
39726
39727 \end_inset
39728
39729
39730 \begin_inset ERT
39731 status collapsed
39732
39733 \begin_layout Plain Layout
39734
39735 }
39736 \end_layout
39737
39738 \end_inset
39739
39740  Goldenrod
39741 \end_layout
39742
39743 \end_inset
39744 </cell>
39745 <cell alignment="left" valignment="top" usebox="none">
39746 \begin_inset Text
39747
39748 \begin_layout Plain Layout
39749 \begin_inset ERT
39750 status collapsed
39751
39752 \begin_layout Plain Layout
39753
39754
39755 \backslash
39756 fcolorbox{black}{
39757 \end_layout
39758
39759 \end_inset
39760
39761 Gray
39762 \begin_inset ERT
39763 status collapsed
39764
39765 \begin_layout Plain Layout
39766
39767 }{
39768 \end_layout
39769
39770 \end_inset
39771
39772
39773 \begin_inset Phantom Phantom
39774 status open
39775
39776 \begin_layout Plain Layout
39777 W
39778 \end_layout
39779
39780 \end_inset
39781
39782
39783 \begin_inset ERT
39784 status collapsed
39785
39786 \begin_layout Plain Layout
39787
39788 }
39789 \end_layout
39790
39791 \end_inset
39792
39793  Gray
39794 \end_layout
39795
39796 \end_inset
39797 </cell>
39798 <cell alignment="left" valignment="top" usebox="none">
39799 \begin_inset Text
39800
39801 \begin_layout Plain Layout
39802 \begin_inset ERT
39803 status collapsed
39804
39805 \begin_layout Plain Layout
39806
39807
39808 \backslash
39809 fcolorbox{black}{
39810 \end_layout
39811
39812 \end_inset
39813
39814 GreenYellow
39815 \begin_inset ERT
39816 status collapsed
39817
39818 \begin_layout Plain Layout
39819
39820 }{
39821 \end_layout
39822
39823 \end_inset
39824
39825
39826 \begin_inset Phantom Phantom
39827 status open
39828
39829 \begin_layout Plain Layout
39830 W
39831 \end_layout
39832
39833 \end_inset
39834
39835
39836 \begin_inset ERT
39837 status collapsed
39838
39839 \begin_layout Plain Layout
39840
39841 }
39842 \end_layout
39843
39844 \end_inset
39845
39846  GreenYellow
39847 \end_layout
39848
39849 \end_inset
39850 </cell>
39851 </row>
39852 <row>
39853 <cell alignment="center" valignment="top" usebox="none">
39854 \begin_inset Text
39855
39856 \begin_layout Plain Layout
39857 \begin_inset ERT
39858 status collapsed
39859
39860 \begin_layout Plain Layout
39861
39862
39863 \backslash
39864 fcolorbox{black}{
39865 \end_layout
39866
39867 \end_inset
39868
39869 JungleGreen
39870 \begin_inset ERT
39871 status collapsed
39872
39873 \begin_layout Plain Layout
39874
39875 }{
39876 \end_layout
39877
39878 \end_inset
39879
39880
39881 \begin_inset Phantom Phantom
39882 status open
39883
39884 \begin_layout Plain Layout
39885 W
39886 \end_layout
39887
39888 \end_inset
39889
39890
39891 \begin_inset ERT
39892 status collapsed
39893
39894 \begin_layout Plain Layout
39895
39896 }
39897 \end_layout
39898
39899 \end_inset
39900
39901  JungleGreen
39902 \end_layout
39903
39904 \end_inset
39905 </cell>
39906 <cell alignment="center" valignment="top" usebox="none">
39907 \begin_inset Text
39908
39909 \begin_layout Plain Layout
39910 \begin_inset ERT
39911 status collapsed
39912
39913 \begin_layout Plain Layout
39914
39915
39916 \backslash
39917 fcolorbox{black}{
39918 \end_layout
39919
39920 \end_inset
39921
39922 Lavender
39923 \begin_inset ERT
39924 status collapsed
39925
39926 \begin_layout Plain Layout
39927
39928 }{
39929 \end_layout
39930
39931 \end_inset
39932
39933
39934 \begin_inset Phantom Phantom
39935 status open
39936
39937 \begin_layout Plain Layout
39938 W
39939 \end_layout
39940
39941 \end_inset
39942
39943
39944 \begin_inset ERT
39945 status collapsed
39946
39947 \begin_layout Plain Layout
39948
39949 }
39950 \end_layout
39951
39952 \end_inset
39953
39954  Lavender
39955 \end_layout
39956
39957 \end_inset
39958 </cell>
39959 <cell alignment="center" valignment="top" usebox="none">
39960 \begin_inset Text
39961
39962 \begin_layout Plain Layout
39963 \begin_inset ERT
39964 status collapsed
39965
39966 \begin_layout Plain Layout
39967
39968
39969 \backslash
39970 fcolorbox{black}{
39971 \end_layout
39972
39973 \end_inset
39974
39975 LimeGreen
39976 \begin_inset ERT
39977 status collapsed
39978
39979 \begin_layout Plain Layout
39980
39981 }{
39982 \end_layout
39983
39984 \end_inset
39985
39986
39987 \begin_inset Phantom Phantom
39988 status open
39989
39990 \begin_layout Plain Layout
39991 W
39992 \end_layout
39993
39994 \end_inset
39995
39996
39997 \begin_inset ERT
39998 status collapsed
39999
40000 \begin_layout Plain Layout
40001
40002 }
40003 \end_layout
40004
40005 \end_inset
40006
40007  LimeGreen
40008 \end_layout
40009
40010 \end_inset
40011 </cell>
40012 <cell alignment="center" valignment="top" usebox="none">
40013 \begin_inset Text
40014
40015 \begin_layout Plain Layout
40016 \begin_inset ERT
40017 status collapsed
40018
40019 \begin_layout Plain Layout
40020
40021
40022 \backslash
40023 fcolorbox{black}{
40024 \end_layout
40025
40026 \end_inset
40027
40028 Mahogany
40029 \begin_inset ERT
40030 status collapsed
40031
40032 \begin_layout Plain Layout
40033
40034 }{
40035 \end_layout
40036
40037 \end_inset
40038
40039
40040 \begin_inset Phantom Phantom
40041 status open
40042
40043 \begin_layout Plain Layout
40044 W
40045 \end_layout
40046
40047 \end_inset
40048
40049
40050 \begin_inset ERT
40051 status collapsed
40052
40053 \begin_layout Plain Layout
40054
40055 }
40056 \end_layout
40057
40058 \end_inset
40059
40060  Mahogany
40061 \end_layout
40062
40063 \end_inset
40064 </cell>
40065 </row>
40066 <row>
40067 <cell alignment="left" valignment="top" usebox="none">
40068 \begin_inset Text
40069
40070 \begin_layout Plain Layout
40071 \begin_inset ERT
40072 status collapsed
40073
40074 \begin_layout Plain Layout
40075
40076
40077 \backslash
40078 fcolorbox{black}{
40079 \end_layout
40080
40081 \end_inset
40082
40083 Mahogany
40084 \begin_inset ERT
40085 status collapsed
40086
40087 \begin_layout Plain Layout
40088
40089 }{
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \begin_inset Phantom Phantom
40096 status open
40097
40098 \begin_layout Plain Layout
40099 W
40100 \end_layout
40101
40102 \end_inset
40103
40104
40105 \begin_inset ERT
40106 status collapsed
40107
40108 \begin_layout Plain Layout
40109
40110 }
40111 \end_layout
40112
40113 \end_inset
40114
40115  Mahogany
40116 \end_layout
40117
40118 \end_inset
40119 </cell>
40120 <cell alignment="left" valignment="top" usebox="none">
40121 \begin_inset Text
40122
40123 \begin_layout Plain Layout
40124 \begin_inset ERT
40125 status collapsed
40126
40127 \begin_layout Plain Layout
40128
40129
40130 \backslash
40131 fcolorbox{black}{
40132 \end_layout
40133
40134 \end_inset
40135
40136 Maroon
40137 \begin_inset ERT
40138 status collapsed
40139
40140 \begin_layout Plain Layout
40141
40142 }{
40143 \end_layout
40144
40145 \end_inset
40146
40147
40148 \begin_inset Phantom Phantom
40149 status open
40150
40151 \begin_layout Plain Layout
40152 W
40153 \end_layout
40154
40155 \end_inset
40156
40157
40158 \begin_inset ERT
40159 status collapsed
40160
40161 \begin_layout Plain Layout
40162
40163 }
40164 \end_layout
40165
40166 \end_inset
40167
40168  Maroon
40169 \end_layout
40170
40171 \end_inset
40172 </cell>
40173 <cell alignment="left" valignment="top" usebox="none">
40174 \begin_inset Text
40175
40176 \begin_layout Plain Layout
40177 \begin_inset ERT
40178 status collapsed
40179
40180 \begin_layout Plain Layout
40181
40182
40183 \backslash
40184 fcolorbox{black}{
40185 \end_layout
40186
40187 \end_inset
40188
40189 Melon
40190 \begin_inset ERT
40191 status collapsed
40192
40193 \begin_layout Plain Layout
40194
40195 }{
40196 \end_layout
40197
40198 \end_inset
40199
40200
40201 \begin_inset Phantom Phantom
40202 status open
40203
40204 \begin_layout Plain Layout
40205 W
40206 \end_layout
40207
40208 \end_inset
40209
40210
40211 \begin_inset ERT
40212 status collapsed
40213
40214 \begin_layout Plain Layout
40215
40216 }
40217 \end_layout
40218
40219 \end_inset
40220
40221  Melon
40222 \end_layout
40223
40224 \end_inset
40225 </cell>
40226 <cell alignment="left" valignment="top" usebox="none">
40227 \begin_inset Text
40228
40229 \begin_layout Plain Layout
40230 \begin_inset ERT
40231 status collapsed
40232
40233 \begin_layout Plain Layout
40234
40235
40236 \backslash
40237 fcolorbox{black}{
40238 \end_layout
40239
40240 \end_inset
40241
40242 MidnightBlue
40243 \begin_inset ERT
40244 status collapsed
40245
40246 \begin_layout Plain Layout
40247
40248 }{
40249 \end_layout
40250
40251 \end_inset
40252
40253
40254 \begin_inset Phantom Phantom
40255 status open
40256
40257 \begin_layout Plain Layout
40258 W
40259 \end_layout
40260
40261 \end_inset
40262
40263
40264 \begin_inset ERT
40265 status collapsed
40266
40267 \begin_layout Plain Layout
40268
40269 }
40270 \end_layout
40271
40272 \end_inset
40273
40274  MidnightBlue
40275 \end_layout
40276
40277 \end_inset
40278 </cell>
40279 </row>
40280 <row>
40281 <cell alignment="left" valignment="top" usebox="none">
40282 \begin_inset Text
40283
40284 \begin_layout Plain Layout
40285 \begin_inset ERT
40286 status collapsed
40287
40288 \begin_layout Plain Layout
40289
40290
40291 \backslash
40292 fcolorbox{black}{
40293 \end_layout
40294
40295 \end_inset
40296
40297 Mulberry
40298 \begin_inset ERT
40299 status collapsed
40300
40301 \begin_layout Plain Layout
40302
40303 }{
40304 \end_layout
40305
40306 \end_inset
40307
40308
40309 \begin_inset Phantom Phantom
40310 status open
40311
40312 \begin_layout Plain Layout
40313 W
40314 \end_layout
40315
40316 \end_inset
40317
40318
40319 \begin_inset ERT
40320 status collapsed
40321
40322 \begin_layout Plain Layout
40323
40324 }
40325 \end_layout
40326
40327 \end_inset
40328
40329  Mulberry
40330 \end_layout
40331
40332 \end_inset
40333 </cell>
40334 <cell alignment="left" valignment="top" usebox="none">
40335 \begin_inset Text
40336
40337 \begin_layout Plain Layout
40338 \begin_inset ERT
40339 status collapsed
40340
40341 \begin_layout Plain Layout
40342
40343
40344 \backslash
40345 fcolorbox{black}{
40346 \end_layout
40347
40348 \end_inset
40349
40350 NavyBlue
40351 \begin_inset ERT
40352 status collapsed
40353
40354 \begin_layout Plain Layout
40355
40356 }{
40357 \end_layout
40358
40359 \end_inset
40360
40361
40362 \begin_inset Phantom Phantom
40363 status open
40364
40365 \begin_layout Plain Layout
40366 W
40367 \end_layout
40368
40369 \end_inset
40370
40371
40372 \begin_inset ERT
40373 status collapsed
40374
40375 \begin_layout Plain Layout
40376
40377 }
40378 \end_layout
40379
40380 \end_inset
40381
40382  NavyBlue
40383 \end_layout
40384
40385 \end_inset
40386 </cell>
40387 <cell alignment="left" valignment="top" usebox="none">
40388 \begin_inset Text
40389
40390 \begin_layout Plain Layout
40391 \begin_inset ERT
40392 status collapsed
40393
40394 \begin_layout Plain Layout
40395
40396
40397 \backslash
40398 fcolorbox{black}{
40399 \end_layout
40400
40401 \end_inset
40402
40403 OliveGreen
40404 \begin_inset ERT
40405 status collapsed
40406
40407 \begin_layout Plain Layout
40408
40409 }{
40410 \end_layout
40411
40412 \end_inset
40413
40414
40415 \begin_inset Phantom Phantom
40416 status open
40417
40418 \begin_layout Plain Layout
40419 W
40420 \end_layout
40421
40422 \end_inset
40423
40424
40425 \begin_inset ERT
40426 status collapsed
40427
40428 \begin_layout Plain Layout
40429
40430 }
40431 \end_layout
40432
40433 \end_inset
40434
40435  OliveGreen
40436 \end_layout
40437
40438 \end_inset
40439 </cell>
40440 <cell alignment="left" valignment="top" usebox="none">
40441 \begin_inset Text
40442
40443 \begin_layout Plain Layout
40444 \begin_inset ERT
40445 status collapsed
40446
40447 \begin_layout Plain Layout
40448
40449
40450 \backslash
40451 fcolorbox{black}{
40452 \end_layout
40453
40454 \end_inset
40455
40456 Orange
40457 \begin_inset ERT
40458 status collapsed
40459
40460 \begin_layout Plain Layout
40461
40462 }{
40463 \end_layout
40464
40465 \end_inset
40466
40467
40468 \begin_inset Phantom Phantom
40469 status open
40470
40471 \begin_layout Plain Layout
40472 W
40473 \end_layout
40474
40475 \end_inset
40476
40477
40478 \begin_inset ERT
40479 status collapsed
40480
40481 \begin_layout Plain Layout
40482
40483 }
40484 \end_layout
40485
40486 \end_inset
40487
40488  Orange
40489 \end_layout
40490
40491 \end_inset
40492 </cell>
40493 </row>
40494 <row>
40495 <cell alignment="left" valignment="top" usebox="none">
40496 \begin_inset Text
40497
40498 \begin_layout Plain Layout
40499 \begin_inset ERT
40500 status collapsed
40501
40502 \begin_layout Plain Layout
40503
40504
40505 \backslash
40506 fcolorbox{black}{
40507 \end_layout
40508
40509 \end_inset
40510
40511 OrangeRed
40512 \begin_inset ERT
40513 status collapsed
40514
40515 \begin_layout Plain Layout
40516
40517 }{
40518 \end_layout
40519
40520 \end_inset
40521
40522
40523 \begin_inset Phantom Phantom
40524 status open
40525
40526 \begin_layout Plain Layout
40527 W
40528 \end_layout
40529
40530 \end_inset
40531
40532
40533 \begin_inset ERT
40534 status collapsed
40535
40536 \begin_layout Plain Layout
40537
40538 }
40539 \end_layout
40540
40541 \end_inset
40542
40543  OrangeRed
40544 \end_layout
40545
40546 \end_inset
40547 </cell>
40548 <cell alignment="left" valignment="top" usebox="none">
40549 \begin_inset Text
40550
40551 \begin_layout Plain Layout
40552 \begin_inset ERT
40553 status collapsed
40554
40555 \begin_layout Plain Layout
40556
40557
40558 \backslash
40559 fcolorbox{black}{
40560 \end_layout
40561
40562 \end_inset
40563
40564 Orchid
40565 \begin_inset ERT
40566 status collapsed
40567
40568 \begin_layout Plain Layout
40569
40570 }{
40571 \end_layout
40572
40573 \end_inset
40574
40575
40576 \begin_inset Phantom Phantom
40577 status open
40578
40579 \begin_layout Plain Layout
40580 W
40581 \end_layout
40582
40583 \end_inset
40584
40585
40586 \begin_inset ERT
40587 status collapsed
40588
40589 \begin_layout Plain Layout
40590
40591 }
40592 \end_layout
40593
40594 \end_inset
40595
40596  Orchid
40597 \end_layout
40598
40599 \end_inset
40600 </cell>
40601 <cell alignment="left" valignment="top" usebox="none">
40602 \begin_inset Text
40603
40604 \begin_layout Plain Layout
40605 \begin_inset ERT
40606 status collapsed
40607
40608 \begin_layout Plain Layout
40609
40610
40611 \backslash
40612 fcolorbox{black}{
40613 \end_layout
40614
40615 \end_inset
40616
40617 Peach
40618 \begin_inset ERT
40619 status collapsed
40620
40621 \begin_layout Plain Layout
40622
40623 }{
40624 \end_layout
40625
40626 \end_inset
40627
40628
40629 \begin_inset Phantom Phantom
40630 status open
40631
40632 \begin_layout Plain Layout
40633 W
40634 \end_layout
40635
40636 \end_inset
40637
40638
40639 \begin_inset ERT
40640 status collapsed
40641
40642 \begin_layout Plain Layout
40643
40644 }
40645 \end_layout
40646
40647 \end_inset
40648
40649  Peach
40650 \end_layout
40651
40652 \end_inset
40653 </cell>
40654 <cell alignment="left" valignment="top" usebox="none">
40655 \begin_inset Text
40656
40657 \begin_layout Plain Layout
40658 \begin_inset ERT
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662
40663
40664 \backslash
40665 fcolorbox{black}{
40666 \end_layout
40667
40668 \end_inset
40669
40670 Periwinkle
40671 \begin_inset ERT
40672 status collapsed
40673
40674 \begin_layout Plain Layout
40675
40676 }{
40677 \end_layout
40678
40679 \end_inset
40680
40681
40682 \begin_inset Phantom Phantom
40683 status open
40684
40685 \begin_layout Plain Layout
40686 W
40687 \end_layout
40688
40689 \end_inset
40690
40691
40692 \begin_inset ERT
40693 status collapsed
40694
40695 \begin_layout Plain Layout
40696
40697 }
40698 \end_layout
40699
40700 \end_inset
40701
40702  Periwinkle
40703 \end_layout
40704
40705 \end_inset
40706 </cell>
40707 </row>
40708 <row>
40709 <cell alignment="left" valignment="top" usebox="none">
40710 \begin_inset Text
40711
40712 \begin_layout Plain Layout
40713 \begin_inset ERT
40714 status collapsed
40715
40716 \begin_layout Plain Layout
40717
40718
40719 \backslash
40720 fcolorbox{black}{
40721 \end_layout
40722
40723 \end_inset
40724
40725 PineGreen
40726 \begin_inset ERT
40727 status collapsed
40728
40729 \begin_layout Plain Layout
40730
40731 }{
40732 \end_layout
40733
40734 \end_inset
40735
40736
40737 \begin_inset Phantom Phantom
40738 status open
40739
40740 \begin_layout Plain Layout
40741 W
40742 \end_layout
40743
40744 \end_inset
40745
40746
40747 \begin_inset ERT
40748 status collapsed
40749
40750 \begin_layout Plain Layout
40751
40752 }
40753 \end_layout
40754
40755 \end_inset
40756
40757  PineGreen
40758 \end_layout
40759
40760 \end_inset
40761 </cell>
40762 <cell alignment="left" valignment="top" usebox="none">
40763 \begin_inset Text
40764
40765 \begin_layout Plain Layout
40766 \begin_inset ERT
40767 status collapsed
40768
40769 \begin_layout Plain Layout
40770
40771
40772 \backslash
40773 fcolorbox{black}{
40774 \end_layout
40775
40776 \end_inset
40777
40778 Plum
40779 \begin_inset ERT
40780 status collapsed
40781
40782 \begin_layout Plain Layout
40783
40784 }{
40785 \end_layout
40786
40787 \end_inset
40788
40789
40790 \begin_inset Phantom Phantom
40791 status open
40792
40793 \begin_layout Plain Layout
40794 W
40795 \end_layout
40796
40797 \end_inset
40798
40799
40800 \begin_inset ERT
40801 status collapsed
40802
40803 \begin_layout Plain Layout
40804
40805 }
40806 \end_layout
40807
40808 \end_inset
40809
40810  Plum
40811 \end_layout
40812
40813 \end_inset
40814 </cell>
40815 <cell alignment="left" valignment="top" usebox="none">
40816 \begin_inset Text
40817
40818 \begin_layout Plain Layout
40819 \begin_inset ERT
40820 status collapsed
40821
40822 \begin_layout Plain Layout
40823
40824
40825 \backslash
40826 fcolorbox{black}{
40827 \end_layout
40828
40829 \end_inset
40830
40831 ProcessBlue
40832 \begin_inset ERT
40833 status collapsed
40834
40835 \begin_layout Plain Layout
40836
40837 }{
40838 \end_layout
40839
40840 \end_inset
40841
40842
40843 \begin_inset Phantom Phantom
40844 status open
40845
40846 \begin_layout Plain Layout
40847 W
40848 \end_layout
40849
40850 \end_inset
40851
40852
40853 \begin_inset ERT
40854 status collapsed
40855
40856 \begin_layout Plain Layout
40857
40858 }
40859 \end_layout
40860
40861 \end_inset
40862
40863  ProcessBlue
40864 \end_layout
40865
40866 \end_inset
40867 </cell>
40868 <cell alignment="left" valignment="top" usebox="none">
40869 \begin_inset Text
40870
40871 \begin_layout Plain Layout
40872 \begin_inset ERT
40873 status collapsed
40874
40875 \begin_layout Plain Layout
40876
40877
40878 \backslash
40879 fcolorbox{black}{
40880 \end_layout
40881
40882 \end_inset
40883
40884 Purple
40885 \begin_inset ERT
40886 status collapsed
40887
40888 \begin_layout Plain Layout
40889
40890 }{
40891 \end_layout
40892
40893 \end_inset
40894
40895
40896 \begin_inset Phantom Phantom
40897 status open
40898
40899 \begin_layout Plain Layout
40900 W
40901 \end_layout
40902
40903 \end_inset
40904
40905
40906 \begin_inset ERT
40907 status collapsed
40908
40909 \begin_layout Plain Layout
40910
40911 }
40912 \end_layout
40913
40914 \end_inset
40915
40916  Purple
40917 \end_layout
40918
40919 \end_inset
40920 </cell>
40921 </row>
40922 <row>
40923 <cell alignment="left" valignment="top" usebox="none">
40924 \begin_inset Text
40925
40926 \begin_layout Plain Layout
40927 \begin_inset ERT
40928 status collapsed
40929
40930 \begin_layout Plain Layout
40931
40932
40933 \backslash
40934 fcolorbox{black}{
40935 \end_layout
40936
40937 \end_inset
40938
40939 RawSienna
40940 \begin_inset ERT
40941 status collapsed
40942
40943 \begin_layout Plain Layout
40944
40945 }{
40946 \end_layout
40947
40948 \end_inset
40949
40950
40951 \begin_inset Phantom Phantom
40952 status open
40953
40954 \begin_layout Plain Layout
40955 W
40956 \end_layout
40957
40958 \end_inset
40959
40960
40961 \begin_inset ERT
40962 status collapsed
40963
40964 \begin_layout Plain Layout
40965
40966 }
40967 \end_layout
40968
40969 \end_inset
40970
40971  RawSienna
40972 \end_layout
40973
40974 \end_inset
40975 </cell>
40976 <cell alignment="left" valignment="top" usebox="none">
40977 \begin_inset Text
40978
40979 \begin_layout Plain Layout
40980 \begin_inset ERT
40981 status collapsed
40982
40983 \begin_layout Plain Layout
40984
40985
40986 \backslash
40987 fcolorbox{black}{
40988 \end_layout
40989
40990 \end_inset
40991
40992 RedOrange
40993 \begin_inset ERT
40994 status collapsed
40995
40996 \begin_layout Plain Layout
40997
40998 }{
40999 \end_layout
41000
41001 \end_inset
41002
41003
41004 \begin_inset Phantom Phantom
41005 status open
41006
41007 \begin_layout Plain Layout
41008 W
41009 \end_layout
41010
41011 \end_inset
41012
41013
41014 \begin_inset ERT
41015 status collapsed
41016
41017 \begin_layout Plain Layout
41018
41019 }
41020 \end_layout
41021
41022 \end_inset
41023
41024  RedOrange
41025 \end_layout
41026
41027 \end_inset
41028 </cell>
41029 <cell alignment="left" valignment="top" usebox="none">
41030 \begin_inset Text
41031
41032 \begin_layout Plain Layout
41033 \begin_inset ERT
41034 status collapsed
41035
41036 \begin_layout Plain Layout
41037
41038
41039 \backslash
41040 fcolorbox{black}{
41041 \end_layout
41042
41043 \end_inset
41044
41045 RedViolet
41046 \begin_inset ERT
41047 status collapsed
41048
41049 \begin_layout Plain Layout
41050
41051 }{
41052 \end_layout
41053
41054 \end_inset
41055
41056
41057 \begin_inset Phantom Phantom
41058 status open
41059
41060 \begin_layout Plain Layout
41061 W
41062 \end_layout
41063
41064 \end_inset
41065
41066
41067 \begin_inset ERT
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071
41072 }
41073 \end_layout
41074
41075 \end_inset
41076
41077  RedViolet
41078 \end_layout
41079
41080 \end_inset
41081 </cell>
41082 <cell alignment="left" valignment="top" usebox="none">
41083 \begin_inset Text
41084
41085 \begin_layout Plain Layout
41086 \begin_inset ERT
41087 status collapsed
41088
41089 \begin_layout Plain Layout
41090
41091
41092 \backslash
41093 fcolorbox{black}{
41094 \end_layout
41095
41096 \end_inset
41097
41098 Rhodamine
41099 \begin_inset ERT
41100 status collapsed
41101
41102 \begin_layout Plain Layout
41103
41104 }{
41105 \end_layout
41106
41107 \end_inset
41108
41109
41110 \begin_inset Phantom Phantom
41111 status open
41112
41113 \begin_layout Plain Layout
41114 W
41115 \end_layout
41116
41117 \end_inset
41118
41119
41120 \begin_inset ERT
41121 status collapsed
41122
41123 \begin_layout Plain Layout
41124
41125 }
41126 \end_layout
41127
41128 \end_inset
41129
41130  Rhodamine
41131 \end_layout
41132
41133 \end_inset
41134 </cell>
41135 </row>
41136 <row>
41137 <cell alignment="left" valignment="top" usebox="none">
41138 \begin_inset Text
41139
41140 \begin_layout Plain Layout
41141 \begin_inset ERT
41142 status collapsed
41143
41144 \begin_layout Plain Layout
41145
41146
41147 \backslash
41148 fcolorbox{black}{
41149 \end_layout
41150
41151 \end_inset
41152
41153 RoyalBlue
41154 \begin_inset ERT
41155 status collapsed
41156
41157 \begin_layout Plain Layout
41158
41159 }{
41160 \end_layout
41161
41162 \end_inset
41163
41164
41165 \begin_inset Phantom Phantom
41166 status open
41167
41168 \begin_layout Plain Layout
41169 W
41170 \end_layout
41171
41172 \end_inset
41173
41174
41175 \begin_inset ERT
41176 status collapsed
41177
41178 \begin_layout Plain Layout
41179
41180 }
41181 \end_layout
41182
41183 \end_inset
41184
41185  RoyalBlue
41186 \end_layout
41187
41188 \end_inset
41189 </cell>
41190 <cell alignment="left" valignment="top" usebox="none">
41191 \begin_inset Text
41192
41193 \begin_layout Plain Layout
41194 \begin_inset ERT
41195 status collapsed
41196
41197 \begin_layout Plain Layout
41198
41199
41200 \backslash
41201 fcolorbox{black}{
41202 \end_layout
41203
41204 \end_inset
41205
41206 RoyalPurple
41207 \begin_inset ERT
41208 status collapsed
41209
41210 \begin_layout Plain Layout
41211
41212 }{
41213 \end_layout
41214
41215 \end_inset
41216
41217
41218 \begin_inset Phantom Phantom
41219 status open
41220
41221 \begin_layout Plain Layout
41222 W
41223 \end_layout
41224
41225 \end_inset
41226
41227
41228 \begin_inset ERT
41229 status collapsed
41230
41231 \begin_layout Plain Layout
41232
41233 }
41234 \end_layout
41235
41236 \end_inset
41237
41238  RoyalPurple
41239 \end_layout
41240
41241 \end_inset
41242 </cell>
41243 <cell alignment="left" valignment="top" usebox="none">
41244 \begin_inset Text
41245
41246 \begin_layout Plain Layout
41247 \begin_inset ERT
41248 status collapsed
41249
41250 \begin_layout Plain Layout
41251
41252
41253 \backslash
41254 fcolorbox{black}{
41255 \end_layout
41256
41257 \end_inset
41258
41259 RubineRed
41260 \begin_inset ERT
41261 status collapsed
41262
41263 \begin_layout Plain Layout
41264
41265 }{
41266 \end_layout
41267
41268 \end_inset
41269
41270
41271 \begin_inset Phantom Phantom
41272 status open
41273
41274 \begin_layout Plain Layout
41275 W
41276 \end_layout
41277
41278 \end_inset
41279
41280
41281 \begin_inset ERT
41282 status collapsed
41283
41284 \begin_layout Plain Layout
41285
41286 }
41287 \end_layout
41288
41289 \end_inset
41290
41291  RubineRed
41292 \end_layout
41293
41294 \end_inset
41295 </cell>
41296 <cell alignment="left" valignment="top" usebox="none">
41297 \begin_inset Text
41298
41299 \begin_layout Plain Layout
41300 \begin_inset ERT
41301 status collapsed
41302
41303 \begin_layout Plain Layout
41304
41305
41306 \backslash
41307 fcolorbox{black}{
41308 \end_layout
41309
41310 \end_inset
41311
41312 Salmon
41313 \begin_inset ERT
41314 status collapsed
41315
41316 \begin_layout Plain Layout
41317
41318 }{
41319 \end_layout
41320
41321 \end_inset
41322
41323
41324 \begin_inset Phantom Phantom
41325 status open
41326
41327 \begin_layout Plain Layout
41328 W
41329 \end_layout
41330
41331 \end_inset
41332
41333
41334 \begin_inset ERT
41335 status collapsed
41336
41337 \begin_layout Plain Layout
41338
41339 }
41340 \end_layout
41341
41342 \end_inset
41343
41344  Salmon
41345 \end_layout
41346
41347 \end_inset
41348 </cell>
41349 </row>
41350 <row>
41351 <cell alignment="left" valignment="top" usebox="none">
41352 \begin_inset Text
41353
41354 \begin_layout Plain Layout
41355 \begin_inset ERT
41356 status collapsed
41357
41358 \begin_layout Plain Layout
41359
41360
41361 \backslash
41362 fcolorbox{black}{
41363 \end_layout
41364
41365 \end_inset
41366
41367 SeaGreen
41368 \begin_inset ERT
41369 status collapsed
41370
41371 \begin_layout Plain Layout
41372
41373 }{
41374 \end_layout
41375
41376 \end_inset
41377
41378
41379 \begin_inset Phantom Phantom
41380 status open
41381
41382 \begin_layout Plain Layout
41383 W
41384 \end_layout
41385
41386 \end_inset
41387
41388
41389 \begin_inset ERT
41390 status collapsed
41391
41392 \begin_layout Plain Layout
41393
41394 }
41395 \end_layout
41396
41397 \end_inset
41398
41399  SeaGreen
41400 \end_layout
41401
41402 \end_inset
41403 </cell>
41404 <cell alignment="left" valignment="top" usebox="none">
41405 \begin_inset Text
41406
41407 \begin_layout Plain Layout
41408 \begin_inset ERT
41409 status collapsed
41410
41411 \begin_layout Plain Layout
41412
41413
41414 \backslash
41415 fcolorbox{black}{
41416 \end_layout
41417
41418 \end_inset
41419
41420 Sepia
41421 \begin_inset ERT
41422 status collapsed
41423
41424 \begin_layout Plain Layout
41425
41426 }{
41427 \end_layout
41428
41429 \end_inset
41430
41431
41432 \begin_inset Phantom Phantom
41433 status open
41434
41435 \begin_layout Plain Layout
41436 W
41437 \end_layout
41438
41439 \end_inset
41440
41441
41442 \begin_inset ERT
41443 status collapsed
41444
41445 \begin_layout Plain Layout
41446
41447 }
41448 \end_layout
41449
41450 \end_inset
41451
41452  Sepia
41453 \end_layout
41454
41455 \end_inset
41456 </cell>
41457 <cell alignment="left" valignment="top" usebox="none">
41458 \begin_inset Text
41459
41460 \begin_layout Plain Layout
41461 \begin_inset ERT
41462 status collapsed
41463
41464 \begin_layout Plain Layout
41465
41466
41467 \backslash
41468 fcolorbox{black}{
41469 \end_layout
41470
41471 \end_inset
41472
41473 SkyBlue
41474 \begin_inset ERT
41475 status collapsed
41476
41477 \begin_layout Plain Layout
41478
41479 }{
41480 \end_layout
41481
41482 \end_inset
41483
41484
41485 \begin_inset Phantom Phantom
41486 status open
41487
41488 \begin_layout Plain Layout
41489 W
41490 \end_layout
41491
41492 \end_inset
41493
41494
41495 \begin_inset ERT
41496 status collapsed
41497
41498 \begin_layout Plain Layout
41499
41500 }
41501 \end_layout
41502
41503 \end_inset
41504
41505  SkyBlue
41506 \end_layout
41507
41508 \end_inset
41509 </cell>
41510 <cell alignment="left" valignment="top" usebox="none">
41511 \begin_inset Text
41512
41513 \begin_layout Plain Layout
41514 \begin_inset ERT
41515 status collapsed
41516
41517 \begin_layout Plain Layout
41518
41519
41520 \backslash
41521 fcolorbox{black}{
41522 \end_layout
41523
41524 \end_inset
41525
41526 SpringGreen
41527 \begin_inset ERT
41528 status collapsed
41529
41530 \begin_layout Plain Layout
41531
41532 }{
41533 \end_layout
41534
41535 \end_inset
41536
41537
41538 \begin_inset Phantom Phantom
41539 status open
41540
41541 \begin_layout Plain Layout
41542 W
41543 \end_layout
41544
41545 \end_inset
41546
41547
41548 \begin_inset ERT
41549 status collapsed
41550
41551 \begin_layout Plain Layout
41552
41553 }
41554 \end_layout
41555
41556 \end_inset
41557
41558  SpringGreen
41559 \end_layout
41560
41561 \end_inset
41562 </cell>
41563 </row>
41564 <row>
41565 <cell alignment="left" valignment="top" usebox="none">
41566 \begin_inset Text
41567
41568 \begin_layout Plain Layout
41569 \begin_inset ERT
41570 status collapsed
41571
41572 \begin_layout Plain Layout
41573
41574
41575 \backslash
41576 fcolorbox{black}{
41577 \end_layout
41578
41579 \end_inset
41580
41581 Tan
41582 \begin_inset ERT
41583 status collapsed
41584
41585 \begin_layout Plain Layout
41586
41587 }{
41588 \end_layout
41589
41590 \end_inset
41591
41592
41593 \begin_inset Phantom Phantom
41594 status open
41595
41596 \begin_layout Plain Layout
41597 W
41598 \end_layout
41599
41600 \end_inset
41601
41602
41603 \begin_inset ERT
41604 status collapsed
41605
41606 \begin_layout Plain Layout
41607
41608 }
41609 \end_layout
41610
41611 \end_inset
41612
41613  Tan
41614 \end_layout
41615
41616 \end_inset
41617 </cell>
41618 <cell alignment="left" valignment="top" usebox="none">
41619 \begin_inset Text
41620
41621 \begin_layout Plain Layout
41622 \begin_inset ERT
41623 status collapsed
41624
41625 \begin_layout Plain Layout
41626
41627
41628 \backslash
41629 fcolorbox{black}{
41630 \end_layout
41631
41632 \end_inset
41633
41634 TealBlue
41635 \begin_inset ERT
41636 status collapsed
41637
41638 \begin_layout Plain Layout
41639
41640 }{
41641 \end_layout
41642
41643 \end_inset
41644
41645
41646 \begin_inset Phantom Phantom
41647 status open
41648
41649 \begin_layout Plain Layout
41650 W
41651 \end_layout
41652
41653 \end_inset
41654
41655
41656 \begin_inset ERT
41657 status collapsed
41658
41659 \begin_layout Plain Layout
41660
41661 }
41662 \end_layout
41663
41664 \end_inset
41665
41666  TealBlue
41667 \end_layout
41668
41669 \end_inset
41670 </cell>
41671 <cell alignment="left" valignment="top" usebox="none">
41672 \begin_inset Text
41673
41674 \begin_layout Plain Layout
41675 \begin_inset ERT
41676 status collapsed
41677
41678 \begin_layout Plain Layout
41679
41680
41681 \backslash
41682 fcolorbox{black}{
41683 \end_layout
41684
41685 \end_inset
41686
41687 Thistle
41688 \begin_inset ERT
41689 status collapsed
41690
41691 \begin_layout Plain Layout
41692
41693 }{
41694 \end_layout
41695
41696 \end_inset
41697
41698
41699 \begin_inset Phantom Phantom
41700 status open
41701
41702 \begin_layout Plain Layout
41703 W
41704 \end_layout
41705
41706 \end_inset
41707
41708
41709 \begin_inset ERT
41710 status collapsed
41711
41712 \begin_layout Plain Layout
41713
41714 }
41715 \end_layout
41716
41717 \end_inset
41718
41719  Thistle
41720 \end_layout
41721
41722 \end_inset
41723 </cell>
41724 <cell alignment="left" valignment="top" usebox="none">
41725 \begin_inset Text
41726
41727 \begin_layout Plain Layout
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout Plain Layout
41732
41733
41734 \backslash
41735 fcolorbox{black}{
41736 \end_layout
41737
41738 \end_inset
41739
41740 Turquoise
41741 \begin_inset ERT
41742 status collapsed
41743
41744 \begin_layout Plain Layout
41745
41746 }{
41747 \end_layout
41748
41749 \end_inset
41750
41751
41752 \begin_inset Phantom Phantom
41753 status open
41754
41755 \begin_layout Plain Layout
41756 W
41757 \end_layout
41758
41759 \end_inset
41760
41761
41762 \begin_inset ERT
41763 status collapsed
41764
41765 \begin_layout Plain Layout
41766
41767 }
41768 \end_layout
41769
41770 \end_inset
41771
41772  Turquoise
41773 \end_layout
41774
41775 \end_inset
41776 </cell>
41777 </row>
41778 <row>
41779 <cell alignment="left" valignment="top" usebox="none">
41780 \begin_inset Text
41781
41782 \begin_layout Plain Layout
41783 \begin_inset ERT
41784 status collapsed
41785
41786 \begin_layout Plain Layout
41787
41788
41789 \backslash
41790 fcolorbox{black}{
41791 \end_layout
41792
41793 \end_inset
41794
41795 Violet
41796 \begin_inset ERT
41797 status collapsed
41798
41799 \begin_layout Plain Layout
41800
41801 }{
41802 \end_layout
41803
41804 \end_inset
41805
41806
41807 \begin_inset Phantom Phantom
41808 status open
41809
41810 \begin_layout Plain Layout
41811 W
41812 \end_layout
41813
41814 \end_inset
41815
41816
41817 \begin_inset ERT
41818 status collapsed
41819
41820 \begin_layout Plain Layout
41821
41822 }
41823 \end_layout
41824
41825 \end_inset
41826
41827  Violet
41828 \end_layout
41829
41830 \end_inset
41831 </cell>
41832 <cell alignment="left" valignment="top" usebox="none">
41833 \begin_inset Text
41834
41835 \begin_layout Plain Layout
41836 \begin_inset ERT
41837 status collapsed
41838
41839 \begin_layout Plain Layout
41840
41841
41842 \backslash
41843 fcolorbox{black}{
41844 \end_layout
41845
41846 \end_inset
41847
41848 VioletRed
41849 \begin_inset ERT
41850 status collapsed
41851
41852 \begin_layout Plain Layout
41853
41854 }{
41855 \end_layout
41856
41857 \end_inset
41858
41859
41860 \begin_inset Phantom Phantom
41861 status open
41862
41863 \begin_layout Plain Layout
41864 W
41865 \end_layout
41866
41867 \end_inset
41868
41869
41870 \begin_inset ERT
41871 status collapsed
41872
41873 \begin_layout Plain Layout
41874
41875 }
41876 \end_layout
41877
41878 \end_inset
41879
41880  VioletRed
41881 \end_layout
41882
41883 \end_inset
41884 </cell>
41885 <cell alignment="left" valignment="top" usebox="none">
41886 \begin_inset Text
41887
41888 \begin_layout Plain Layout
41889 \begin_inset ERT
41890 status collapsed
41891
41892 \begin_layout Plain Layout
41893
41894
41895 \backslash
41896 fcolorbox{black}{
41897 \end_layout
41898
41899 \end_inset
41900
41901 WildStrawberry
41902 \begin_inset ERT
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906
41907 }{
41908 \end_layout
41909
41910 \end_inset
41911
41912
41913 \begin_inset Phantom Phantom
41914 status open
41915
41916 \begin_layout Plain Layout
41917 W
41918 \end_layout
41919
41920 \end_inset
41921
41922
41923 \begin_inset ERT
41924 status collapsed
41925
41926 \begin_layout Plain Layout
41927
41928 }
41929 \end_layout
41930
41931 \end_inset
41932
41933  WildStrawberry
41934 \end_layout
41935
41936 \end_inset
41937 </cell>
41938 <cell alignment="left" valignment="top" usebox="none">
41939 \begin_inset Text
41940
41941 \begin_layout Plain Layout
41942 \begin_inset ERT
41943 status collapsed
41944
41945 \begin_layout Plain Layout
41946
41947
41948 \backslash
41949 fcolorbox{black}{
41950 \end_layout
41951
41952 \end_inset
41953
41954 YellowGreen
41955 \begin_inset ERT
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959
41960 }{
41961 \end_layout
41962
41963 \end_inset
41964
41965
41966 \begin_inset Phantom Phantom
41967 status open
41968
41969 \begin_layout Plain Layout
41970 W
41971 \end_layout
41972
41973 \end_inset
41974
41975
41976 \begin_inset ERT
41977 status collapsed
41978
41979 \begin_layout Plain Layout
41980
41981 }
41982 \end_layout
41983
41984 \end_inset
41985
41986  YellowGreen
41987 \end_layout
41988
41989 \end_inset
41990 </cell>
41991 </row>
41992 <row>
41993 <cell alignment="left" valignment="top" usebox="none">
41994 \begin_inset Text
41995
41996 \begin_layout Plain Layout
41997 \begin_inset ERT
41998 status collapsed
41999
42000 \begin_layout Plain Layout
42001
42002
42003 \backslash
42004 fcolorbox{black}{
42005 \end_layout
42006
42007 \end_inset
42008
42009 YellowOrange
42010 \begin_inset ERT
42011 status collapsed
42012
42013 \begin_layout Plain Layout
42014
42015 }{
42016 \end_layout
42017
42018 \end_inset
42019
42020
42021 \begin_inset Phantom Phantom
42022 status open
42023
42024 \begin_layout Plain Layout
42025 W
42026 \end_layout
42027
42028 \end_inset
42029
42030
42031 \begin_inset ERT
42032 status collapsed
42033
42034 \begin_layout Plain Layout
42035
42036 }
42037 \end_layout
42038
42039 \end_inset
42040
42041  YellowOrange
42042 \end_layout
42043
42044 \end_inset
42045 </cell>
42046 <cell alignment="left" valignment="top" usebox="none">
42047 \begin_inset Text
42048
42049 \begin_layout Plain Layout
42050
42051 \end_layout
42052
42053 \end_inset
42054 </cell>
42055 <cell alignment="left" valignment="top" usebox="none">
42056 \begin_inset Text
42057
42058 \begin_layout Plain Layout
42059
42060 \end_layout
42061
42062 \end_inset
42063 </cell>
42064 <cell alignment="left" valignment="top" usebox="none">
42065 \begin_inset Text
42066
42067 \begin_layout Plain Layout
42068
42069 \end_layout
42070
42071 \end_inset
42072 </cell>
42073 </row>
42074 </lyxtabular>
42075
42076 \end_inset
42077
42078
42079 \end_layout
42080
42081 \begin_layout Chapter
42082 第(
42083 \begin_inset CommandInset ref
42084 LatexCommand ref
42085 reference "eq:Wgn"
42086
42087 \end_inset
42088
42089 )式の説明
42090 \begin_inset CommandInset label
42091 LatexCommand label
42092 name "cha:式の説明"
42093
42094 \end_inset
42095
42096
42097 \end_layout
42098
42099 \begin_layout Standard
42100 \begin_inset Formula $n$
42101 \end_inset
42102
42103 個の表セルの全幅
42104 \begin_inset Formula $W_{\mathrm{tot\,n}}$
42105 \end_inset
42106
42107
42108 \begin_inset Formula 
42109 \begin{equation}
42110 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42111 \end{equation}
42112
42113 \end_inset
42114
42115
42116 \end_layout
42117
42118 \begin_layout Standard
42119 で計算できます。ここで
42120 \begin_inset Formula $W_{g\,n}$
42121 \end_inset
42122
42123 は、すべてのセルが持つ固定幅です。
42124 \series bold
42125
42126 \backslash
42127 tabcolsep
42128 \series default
42129 は、セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
42130 長であり、既定値は6
42131 \begin_inset space \thinspace{}
42132 \end_inset
42133
42134 ptです。
42135 \series bold
42136
42137 \backslash
42138 arrayrulewidth
42139 \series default
42140 は、セル罫線幅であり、既定値は0.4
42141 \begin_inset space \thinspace{}
42142 \end_inset
42143
42144 ptです。
42145 \end_layout
42146
42147 \begin_layout Standard
42148
42149 \begin_inset CommandInset ref
42150 LatexCommand eqref
42151 reference "eq:Wtot_n"
42152
42153 \end_inset
42154
42155 式にしたがえば、連結列の全幅
42156 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
42157 \end_inset
42158
42159
42160 \begin_inset Formula 
42161 \begin{equation}
42162 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42163 \end{equation}
42164
42165 \end_inset
42166
42167
42168 \end_layout
42169
42170 \begin_layout Standard
42171 となります。
42172 \begin_inset Formula $n$
42173 \end_inset
42174
42175 列を連結する時には各列の全幅は
42176 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
42177 \end_inset
42178
42179 となるので、第
42180 \begin_inset CommandInset ref
42181 LatexCommand eqref
42182 reference "eq:Wtot_n"
42183
42184 \end_inset
42185
42186 式と第
42187 \begin_inset CommandInset ref
42188 LatexCommand eqref
42189 reference "eq:Wtot_mult"
42190
42191 \end_inset
42192
42193 式が等しいものと置けば、必要となる固定幅
42194 \begin_inset Formula $W_{g\,n}$
42195 \end_inset
42196
42197 を計算することができて、
42198 \begin_inset Formula 
42199 \begin{equation}
42200 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42201 \end{equation}
42202
42203 \end_inset
42204
42205 となります。
42206 \end_layout
42207
42208 \begin_layout Bibliography
42209 \labelwidthstring 参考文献
42210 \begin_inset CommandInset bibitem
42211 LatexCommand bibitem
42212 key "latexcompanion"
42213
42214 \end_inset
42215
42216 Frank Mittelbach and Michel Goossens: 
42217 \emph on
42218 The \SpecialChar LaTeX
42219  Companion Second Edition.
42220
42221 \emph default
42222  Addison-Wesley, 2004
42223 \end_layout
42224
42225 \begin_layout Bibliography
42226 \labelwidthstring 参考文献
42227 \begin_inset CommandInset bibitem
42228 LatexCommand bibitem
42229 key "latexguide"
42230
42231 \end_inset
42232
42233 Helmut Kopka and Patrick W.
42234  Daly: 
42235 \emph on
42236 A Guide to \SpecialChar LaTeX
42237  Fourth Edition.
42238
42239 \emph default
42240  Addison-Wesley, 2003
42241 \end_layout
42242
42243 \begin_layout Bibliography
42244 \labelwidthstring 参考文献
42245 \begin_inset CommandInset bibitem
42246 LatexCommand bibitem
42247 key "latexbook"
42248
42249 \end_inset
42250
42251 Leslie Lamport: 
42252 \emph on
42253 \SpecialChar LaTeX
42254 : A Document Preparation System.
42255
42256 \emph default
42257  Addison-Wesley, second edition, 1994
42258 \end_layout
42259
42260 \begin_layout Bibliography
42261 \labelwidthstring 参考文献
42262 \begin_inset CommandInset bibitem
42263 LatexCommand bibitem
42264 key "arydshln"
42265
42266 \end_inset
42267
42268 \SpecialChar LaTeX
42269 パッケージ
42270 \series bold
42271
42272 \begin_inset CommandInset href
42273 LatexCommand href
42274 name "arydshln"
42275 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42276
42277 \end_inset
42278
42279
42280 \series default
42281
42282 \begin_inset Index idx
42283 status collapsed
42284
42285 \begin_layout Plain Layout
42286 \SpecialChar LaTeX
42287 ぱっけーじ@\SpecialChar LaTeX
42288 パッケージ ! arydshln
42289 \end_layout
42290
42291 \end_inset
42292
42293
42294 \end_layout
42295
42296 \begin_layout Bibliography
42297 \labelwidthstring 参考文献
42298 \begin_inset CommandInset bibitem
42299 LatexCommand bibitem
42300 key "booktabs"
42301
42302 \end_inset
42303
42304 \SpecialChar LaTeX
42305 パッケージ
42306 \series bold
42307
42308 \begin_inset CommandInset href
42309 LatexCommand href
42310 name "booktabs"
42311 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42312
42313 \end_inset
42314
42315
42316 \series default
42317
42318 \begin_inset Index idx
42319 status collapsed
42320
42321 \begin_layout Plain Layout
42322 \SpecialChar LaTeX
42323 ぱっけーじ@\SpecialChar LaTeX
42324 パッケージ ! booktabs
42325 \end_layout
42326
42327 \end_inset
42328
42329 の取扱説明書
42330 \end_layout
42331
42332 \begin_layout Bibliography
42333 \labelwidthstring 参考文献
42334 \begin_inset CommandInset bibitem
42335 LatexCommand bibitem
42336 key "caption"
42337
42338 \end_inset
42339
42340 \SpecialChar LaTeX
42341 パッケージ
42342 \series bold
42343
42344 \begin_inset CommandInset href
42345 LatexCommand href
42346 name "caption"
42347 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42348
42349 \end_inset
42350
42351
42352 \series default
42353
42354 \begin_inset Index idx
42355 status collapsed
42356
42357 \begin_layout Plain Layout
42358 \SpecialChar LaTeX
42359 ぱっけーじ@\SpecialChar LaTeX
42360 パッケージ ! caption
42361 \end_layout
42362
42363 \end_inset
42364
42365 の取扱説明書
42366 \end_layout
42367
42368 \begin_layout Bibliography
42369 \labelwidthstring 参考文献
42370 \begin_inset CommandInset bibitem
42371 LatexCommand bibitem
42372 key "diagbox"
42373
42374 \end_inset
42375
42376 \SpecialChar LaTeX
42377 パッケージ
42378 \series bold
42379
42380 \begin_inset CommandInset href
42381 LatexCommand href
42382 name "diagbox"
42383 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42384
42385 \end_inset
42386
42387
42388 \series default
42389
42390 \begin_inset Index idx
42391 status collapsed
42392
42393 \begin_layout Plain Layout
42394 \SpecialChar LaTeX
42395 ぱっけーじ@\SpecialChar LaTeX
42396 パッケージ ! diagbox
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \end_layout
42403
42404 \begin_layout Bibliography
42405 \labelwidthstring 参考文献
42406 \begin_inset CommandInset bibitem
42407 LatexCommand bibitem
42408 key "endfloat"
42409
42410 \end_inset
42411
42412 \SpecialChar LaTeX
42413 パッケージ
42414 \series bold
42415
42416 \begin_inset CommandInset href
42417 LatexCommand href
42418 name "endfloat"
42419 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42420
42421 \end_inset
42422
42423
42424 \series default
42425
42426 \begin_inset Index idx
42427 status collapsed
42428
42429 \begin_layout Plain Layout
42430 \SpecialChar LaTeX
42431 ぱっけーじ@\SpecialChar LaTeX
42432 パッケージ ! endfloat
42433 \end_layout
42434
42435 \end_inset
42436
42437 の取扱説明書
42438 \end_layout
42439
42440 \begin_layout Bibliography
42441 \labelwidthstring 参考文献
42442 \begin_inset CommandInset bibitem
42443 LatexCommand bibitem
42444 key "footmisc"
42445
42446 \end_inset
42447
42448 \SpecialChar LaTeX
42449 パッケージ
42450 \series bold
42451
42452 \begin_inset CommandInset href
42453 LatexCommand href
42454 name "footmisc"
42455 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42456
42457 \end_inset
42458
42459
42460 \series default
42461
42462 \begin_inset Index idx
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466 \SpecialChar LaTeX
42467 ぱっけーじ@\SpecialChar LaTeX
42468 パッケージ ! footmisc
42469 \end_layout
42470
42471 \end_inset
42472
42473 の取扱説明書
42474 \end_layout
42475
42476 \begin_layout Bibliography
42477 \labelwidthstring 参考文献
42478 \begin_inset CommandInset bibitem
42479 LatexCommand bibitem
42480 key "hypcap"
42481
42482 \end_inset
42483
42484 \SpecialChar LaTeX
42485 パッケージ
42486 \series bold
42487
42488 \begin_inset CommandInset href
42489 LatexCommand href
42490 name "hypcap"
42491 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42492
42493 \end_inset
42494
42495
42496 \series default
42497
42498 \begin_inset Index idx
42499 status collapsed
42500
42501 \begin_layout Plain Layout
42502 \SpecialChar LaTeX
42503 ぱっけーじ@\SpecialChar LaTeX
42504 パッケージ ! hyperref
42505 \end_layout
42506
42507 \end_inset
42508
42509 の取扱説明書
42510 \end_layout
42511
42512 \begin_layout Bibliography
42513 \labelwidthstring 参考文献
42514 \begin_inset CommandInset bibitem
42515 LatexCommand bibitem
42516 key "hyperref"
42517
42518 \end_inset
42519
42520 \SpecialChar LaTeX
42521 パッケージ
42522 \series bold
42523
42524 \begin_inset CommandInset href
42525 LatexCommand href
42526 name "hyperref"
42527 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42528
42529 \end_inset
42530
42531
42532 \series default
42533
42534 \begin_inset Index idx
42535 status collapsed
42536
42537 \begin_layout Plain Layout
42538 \SpecialChar LaTeX
42539 ぱっけーじ@\SpecialChar LaTeX
42540 パッケージ ! hyperref
42541 \end_layout
42542
42543 \end_inset
42544
42545 の取扱説明書
42546 \end_layout
42547
42548 \begin_layout Bibliography
42549 \labelwidthstring 参考文献
42550 \begin_inset CommandInset bibitem
42551 LatexCommand bibitem
42552 key "KOMA-script"
42553
42554 \end_inset
42555
42556 \SpecialChar LaTeX
42557 パッケージ
42558 \series bold
42559
42560 \begin_inset CommandInset href
42561 LatexCommand href
42562 name "KOMA-script"
42563 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42564
42565 \end_inset
42566
42567
42568 \series default
42569
42570 \begin_inset Index idx
42571 status collapsed
42572
42573 \begin_layout Plain Layout
42574 \SpecialChar LaTeX
42575 ぱっけーじ@\SpecialChar LaTeX
42576 パッケージ ! KOMA-script
42577 \end_layout
42578
42579 \end_inset
42580
42581 の取扱説明書
42582 \end_layout
42583
42584 \begin_layout Bibliography
42585 \labelwidthstring 参考文献
42586 \begin_inset CommandInset bibitem
42587 LatexCommand bibitem
42588 key "lettrine"
42589
42590 \end_inset
42591
42592 \SpecialChar LaTeX
42593 パッケージ
42594 \series bold
42595
42596 \begin_inset CommandInset href
42597 LatexCommand href
42598 name "lettrine"
42599 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42600
42601 \end_inset
42602
42603
42604 \series default
42605 及び
42606 \begin_inset CommandInset href
42607 LatexCommand href
42608 name "用例"
42609 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42610
42611 \end_inset
42612
42613
42614 \begin_inset Index idx
42615 status collapsed
42616
42617 \begin_layout Plain Layout
42618 \SpecialChar LaTeX
42619 ぱっけーじ@\SpecialChar LaTeX
42620 パッケージ ! lettrine
42621 \end_layout
42622
42623 \end_inset
42624
42625
42626 \end_layout
42627
42628 \begin_layout Bibliography
42629 \labelwidthstring 参考文献
42630 \begin_inset CommandInset bibitem
42631 LatexCommand bibitem
42632 key "listings"
42633
42634 \end_inset
42635
42636 \SpecialChar LaTeX
42637 パッケージ
42638 \series bold
42639
42640 \begin_inset CommandInset href
42641 LatexCommand href
42642 name "listings"
42643 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42644
42645 \end_inset
42646
42647
42648 \series default
42649
42650 \begin_inset Index idx
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654 \SpecialChar LaTeX
42655 ぱっけーじ@\SpecialChar LaTeX
42656 パッケージ ! listings
42657 \end_layout
42658
42659 \end_inset
42660
42661 の取扱説明書
42662 \end_layout
42663
42664 \begin_layout Bibliography
42665 \labelwidthstring 参考文献
42666 \begin_inset CommandInset bibitem
42667 LatexCommand bibitem
42668 key "marginnote"
42669
42670 \end_inset
42671
42672 \SpecialChar LaTeX
42673 パッケージ
42674 \series bold
42675
42676 \begin_inset CommandInset href
42677 LatexCommand href
42678 name "marginnote"
42679 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42680
42681 \end_inset
42682
42683
42684 \series default
42685
42686 \begin_inset Index idx
42687 status collapsed
42688
42689 \begin_layout Plain Layout
42690 \SpecialChar LaTeX
42691 ぱっけーじ@\SpecialChar LaTeX
42692 パッケージ ! marginnote
42693 \end_layout
42694
42695 \end_inset
42696
42697 の取扱説明書
42698 \end_layout
42699
42700 \begin_layout Bibliography
42701 \labelwidthstring 参考文献
42702 \begin_inset CommandInset bibitem
42703 LatexCommand bibitem
42704 key "pdfpages"
42705
42706 \end_inset
42707
42708 \SpecialChar LaTeX
42709 パッケージ
42710 \series bold
42711
42712 \begin_inset CommandInset href
42713 LatexCommand href
42714 name "pdfpages"
42715 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42716
42717 \end_inset
42718
42719
42720 \series default
42721
42722 \begin_inset Index idx
42723 status collapsed
42724
42725 \begin_layout Plain Layout
42726 \SpecialChar LaTeX
42727 ぱっけーじ@\SpecialChar LaTeX
42728 パッケージ ! pdfpages
42729 \end_layout
42730
42731 \end_inset
42732
42733 の取扱説明書
42734 \end_layout
42735
42736 \begin_layout Bibliography
42737 \labelwidthstring 参考文献
42738 \begin_inset CommandInset bibitem
42739 LatexCommand bibitem
42740 key "prettyref"
42741
42742 \end_inset
42743
42744 \SpecialChar LaTeX
42745 パッケージ
42746 \series bold
42747
42748 \begin_inset CommandInset href
42749 LatexCommand href
42750 name "prettyref"
42751 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42752
42753 \end_inset
42754
42755
42756 \series default
42757
42758 \begin_inset Index idx
42759 status collapsed
42760
42761 \begin_layout Plain Layout
42762 \SpecialChar LaTeX
42763 ぱっけーじ@\SpecialChar LaTeX
42764 パッケージ! prettyref
42765 \end_layout
42766
42767 \end_inset
42768
42769 の取扱説明書
42770 \end_layout
42771
42772 \begin_layout Bibliography
42773 \labelwidthstring 参考文献
42774 \begin_inset CommandInset bibitem
42775 LatexCommand bibitem
42776 key "pstricks"
42777
42778 \end_inset
42779
42780 \SpecialChar LaTeX
42781 パッケージ
42782 \series bold
42783
42784 \begin_inset CommandInset href
42785 LatexCommand href
42786 name "PSTricks"
42787 target "http://tug.org/PSTricks/"
42788
42789 \end_inset
42790
42791
42792 \series default
42793
42794 \begin_inset Index idx
42795 status collapsed
42796
42797 \begin_layout Plain Layout
42798 \SpecialChar LaTeX
42799 ぱっけーじ@\SpecialChar LaTeX
42800 パッケージ ! PSTricks
42801 \end_layout
42802
42803 \end_inset
42804
42805 のウェブページ
42806 \end_layout
42807
42808 \begin_layout Bibliography
42809 \labelwidthstring 参考文献
42810 \begin_inset CommandInset bibitem
42811 LatexCommand bibitem
42812 key "refstyle"
42813
42814 \end_inset
42815
42816 \SpecialChar LaTeX
42817 パッケージ
42818 \series bold
42819
42820 \begin_inset CommandInset href
42821 LatexCommand href
42822 name "refstyle"
42823 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42824
42825 \end_inset
42826
42827
42828 \series default
42829
42830 \begin_inset Index idx
42831 status collapsed
42832
42833 \begin_layout Plain Layout
42834 \SpecialChar LaTeX
42835 ぱっけーじ@\SpecialChar LaTeX
42836 パッケージ ! refstyle
42837 \end_layout
42838
42839 \end_inset
42840
42841 の取扱説明書
42842 \end_layout
42843
42844 \begin_layout Bibliography
42845 \labelwidthstring 参考文献
42846 \begin_inset CommandInset bibitem
42847 LatexCommand bibitem
42848 key "sidecap"
42849
42850 \end_inset
42851
42852 \SpecialChar LaTeX
42853 パッケージ
42854 \series bold
42855
42856 \begin_inset CommandInset href
42857 LatexCommand href
42858 name "sidecap"
42859 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42860
42861 \end_inset
42862
42863
42864 \series default
42865
42866 \begin_inset Index idx
42867 status collapsed
42868
42869 \begin_layout Plain Layout
42870 \SpecialChar LaTeX
42871 ぱっけーじ@\SpecialChar LaTeX
42872 パッケージ ! sidecap
42873 \end_layout
42874
42875 \end_inset
42876
42877 の取扱説明書
42878 \end_layout
42879
42880 \begin_layout Bibliography
42881 \labelwidthstring 参考文献
42882 \begin_inset CommandInset bibitem
42883 LatexCommand bibitem
42884 key "NewInLyX20"
42885
42886 \end_inset
42887
42888
42889 \family sans
42890 \SpecialChar LyX
42891  2.0
42892 \family default
42893 の新機能に関する
42894 \begin_inset CommandInset href
42895 LatexCommand href
42896 name "Wikiページ"
42897 target "http://wiki.lyx.org/LyX/NewInLyX20"
42898
42899 \end_inset
42900
42901
42902 \end_layout
42903
42904 \begin_layout Standard
42905 \begin_inset CommandInset index_print
42906 LatexCommand printindex
42907 type "idx"
42908
42909 \end_inset
42910
42911
42912 \end_layout
42913
42914 \end_body
42915 \end_document