]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Update documentation to current format
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 501
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 colored tables
75 \@ifundefined{textcolor}
76  {\usepackage{color}}{}
77 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
78 \definecolor{lightgrey}{gray}{0.8}
79
80 % check for package colortbl
81 % used for colored table cells
82 \newboolean{colortbl}
83 \IfFileExists{colortbl.sty}
84  {\usepackage{colortbl}
85   \setboolean{colortbl}{true}}
86  {\setboolean{colortbl}{false}}
87
88 % used to have extra space in table cells
89 \@ifundefined{extrarowheight}
90  {\usepackage{array}}{}
91 \setlength{\extrarowheight}{2pt}
92
93 % used for customized tables
94 % ---
95 \newcolumntype{M}[1]
96  {>{\centering\hspace{0pt}}m{#1}}
97
98 \newcolumntype{S}[2]
99  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
100
101 \newcolumntype{K}[1]
102  {>{\columncolor{#1}\hspace{0pt}}c}
103
104 \newcolumntype{V}{!{\vrule width 1.5pt}}
105
106 \newcolumntype{W}{!{\color{green}\vline}}
107 % ---
108
109 % insert additional vertical space of
110 % 1.5 mm between footnotes
111 \let\myFoot\footnote
112 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
113
114 % number algorithm floats within chapters
115 \numberwithin{algorithm}{chapter}
116
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % check for package arydshln
123 % used for tables with dashed lines
124 \newboolean{arydshln}
125 \IfFileExists{arydshln.sty}
126  {\usepackage{arydshln}
127   \setboolean{arydshln}{true}}
128  {\setboolean{arydshln}{false}}
129
130 % check for package marginnote
131 % used for margin notes
132 \newboolean{marginnote}
133 \IfFileExists{marginnote.sty}
134  {\usepackage{marginnote}
135   \let\marginpar\marginnote
136   \setboolean{marginnote}{true}}
137  {\setboolean{marginnote}{false}}
138
139 % check for package sidecap
140 % used for captions on the side
141 \newboolean{sidecap}
142 \IfFileExists{sidecap.sty}
143  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
144   \setboolean{sidecap}{true}}
145  {\setboolean{sidecap}{false}}
146
147 % check for picinpar
148 % used for surrounded fixed objects
149 \newboolean{picinpar}
150 \IfFileExists{picinpar.sty}
151  {\usepackage{picinpar}
152   \setboolean{picinpar}{true}}
153  {\setboolean{picinpar}{false}}
154
155 % check for lettrine
156 \newboolean{lettrine}
157 \IfFileExists{lettrine.sty}
158  {\usepackage{lettrine}
159   \setboolean{lettrine}{true}}
160  {\setboolean{lettrine}{false}}
161
162 % check for diagbox
163 \newboolean{diagbox}
164 \IfFileExists{diagbox.sty}
165  {\usepackage{diagbox}
166   \setboolean{diagbox}{true}}
167  {\setboolean{diagbox}{false}}
168
169 \usepackage{t1enc}
170 \renewcommand{\seename}{→}
171
172 \usepackage{subfig}
173 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
174 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
175 \end_preamble
176 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
177 \use_default_options false
178 \begin_modules
179 initials
180 graphicboxes
181 \end_modules
182 \maintain_unincluded_children false
183 \begin_local_layout
184 InsetLayout             Flex:Ruby
185 LyxType         charstyle
186 LatexType               command
187 LatexName               ruby
188 BgColor         none
189 LabelString             "ルビ"
190 Decoration              Conglomerate
191 Argument post:1
192 LabelString     "ルビ文"
193 MenuString      "ルビ文(S)|S"
194 Decoration      Conglomerate
195 Font
196 Size            tiny
197 EndFont
198 LabelFont
199 Size            tiny
200 EndFont
201 Mandatory       1
202 EndArgument
203 Preamble
204 \IfFileExists{okumacro.sty}
205 {\usepackage{okumacro}}
206 {\newcommand{\ruby}[2]{#2}}
207 EndPreamble
208 End
209 \end_local_layout
210 \language japanese
211 \language_package default
212 \inputencoding auto
213 \fontencoding global
214 \font_roman "default" "default"
215 \font_sans "default" "default"
216 \font_typewriter "default" "default"
217 \font_math "auto" "auto"
218 \font_default_family default
219 \use_non_tex_fonts false
220 \font_sc false
221 \font_osf false
222 \font_sf_scale 100 100
223 \font_tt_scale 100 100
224 \graphics default
225 \default_output_format default
226 \output_sync 0
227 \bibtex_command default
228 \index_command default
229 \paperfontsize 12
230 \spacing single
231 \use_hyperref true
232 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
233 \pdf_author "LyX Team, Uwe Stohr"
234 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
235 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
236 \pdf_bookmarks false
237 \pdf_bookmarksnumbered true
238 \pdf_bookmarksopen true
239 \pdf_bookmarksopenlevel 1
240 \pdf_breaklinks false
241 \pdf_pdfborder false
242 \pdf_colorlinks true
243 \pdf_backref false
244 \pdf_pdfusetitle false
245 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
246 \papersize default
247 \use_geometry false
248 \use_package amsmath 2
249 \use_package amssymb 2
250 \use_package cancel 0
251 \use_package esint 0
252 \use_package mathdots 1
253 \use_package mathtools 0
254 \use_package mhchem 1
255 \use_package stackrel 0
256 \use_package stmaryrd 0
257 \use_package undertilde 0
258 \cite_engine basic
259 \cite_engine_type default
260 \biblio_style plain
261 \use_bibtopic false
262 \use_indices false
263 \paperorientation portrait
264 \suppress_date false
265 \justification true
266 \use_refstyle 0
267 \notefontcolor #0000ff
268 \index 索引
269 \shortcut idx
270 \color #008000
271 \end_index
272 \leftmargin 2.5cm
273 \topmargin 2.5cm
274 \rightmargin 2.5cm
275 \bottommargin 3cm
276 \secnumdepth 3
277 \tocdepth 3
278 \paragraph_separation skip
279 \defskip medskip
280 \quotes_language english
281 \papercolumns 1
282 \papersides 2
283 \paperpagestyle default
284 \bullet 1 1 34 -1
285 \bullet 2 2 35 -1
286 \bullet 3 2 7 -1
287 \tracking_changes false
288 \output_changes false
289 \html_math_output 0
290 \html_css_as_file 0
291 \html_be_strict false
292 \end_header
293
294 \begin_body
295
296 \begin_layout Title
297 \SpecialChar LyX
298 の図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
299 \end_layout
300
301 \begin_layout Author
302 \SpecialChar LyX
303 プロジェクトチーム
304 \begin_inset Foot
305 status collapsed
306
307 \begin_layout Plain Layout
308 \noindent
309 コメントや間違いの指摘がありましたら、\SpecialChar LyX
310 文書化メーリングリスト 
311 \begin_inset CommandInset href
312 LatexCommand href
313 name "lyx-docs@lists.lyx.org"
314 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
315 type "mailto:"
316
317 \end_inset
318
319  までお送り下さい。
320 \end_layout
321
322 \end_inset
323
324
325 \begin_inset Note Note
326 status collapsed
327
328 \begin_layout Plain Layout
329 著者:Uwe Stöhr
330 \end_layout
331
332 \end_inset
333
334
335 \begin_inset Newline newline
336 \end_inset
337
338
339 \begin_inset Newline newline
340 \end_inset
341
342
343 \family sans
344 第2.2.x版
345 \end_layout
346
347 \begin_layout Standard
348 \begin_inset CommandInset toc
349 LatexCommand tableofcontents
350
351 \end_inset
352
353
354 \end_layout
355
356 \begin_layout Standard
357 \begin_inset Note Note
358 status open
359
360 \begin_layout Plain Layout
361 本文書の全体をPDFやPS、DVIに書き出すには、
362 \series bold
363 arydshln
364 \series default
365
366 \series bold
367 colortbl
368 \series default
369
370 \series bold
371 diagbox
372 \series default
373
374 \series bold
375 lettrine
376 \series default
377
378 \series bold
379 marginnote
380 \series default
381
382 \series bold
383 picinpar
384 \series default
385
386 \series bold
387 sidecap
388 \series default
389 の各\SpecialChar LaTeX
390 パッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示されません
391
392 \end_layout
393
394 \begin_layout Plain Layout
395 本文書の最新PDF版は
396 \begin_inset Newline newline
397 \end_inset
398
399
400 \series bold
401 http://wiki.lyx.org/\SpecialChar LyX
402 /DocumentationDevelopment#EmbeddedObjects
403 \series default
404
405 \begin_inset Newline newline
406 \end_inset
407
408 にあります。
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Chapter
417
418 \begin_inset Index idx
419 status collapsed
420
421 \begin_layout Plain Layout
422 ず@図
423 \end_layout
424
425 \end_inset
426
427
428 \begin_inset Index idx
429 status collapsed
430
431 \begin_layout Plain Layout
432 がぞう@画像
433 \begin_inset ERT
434 status collapsed
435
436 \begin_layout Plain Layout
437
438 |see{
439 \end_layout
440
441 \end_inset
442
443
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449 }
450 \end_layout
451
452 \end_inset
453
454
455 \end_layout
456
457 \end_inset
458
459
460 \end_layout
461
462 \begin_layout Section
463 画像ダイアログ
464 \begin_inset Index idx
465 status collapsed
466
467 \begin_layout Plain Layout
468 ず@図 ! がぞうだいあろぐ@画像ダイアログ
469 \end_layout
470
471 \end_inset
472
473
474 \begin_inset CommandInset label
475 LatexCommand label
476 name "sec:画像ダイアログ"
477
478 \end_inset
479
480
481 \end_layout
482
483 \begin_layout Standard
484 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
485 \family sans
486
487 \begin_inset Info
488 type  "icon"
489 arg   "dialog-show-new-inset graphics"
490 \end_inset
491
492
493 \family default
494 をクリックするか、
495 \family sans
496 挿入\SpecialChar menuseparator
497 画像
498 \family default
499 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
500 \end_layout
501
502 \begin_layout Standard
503 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
504 \end_layout
505
506 \begin_layout Description
507
508 \family sans
509 画像
510 \family default
511  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
512 \begin_inset CommandInset ref
513 LatexCommand ref
514 reference "cha:LyXで使用できる単位"
515
516 \end_inset
517
518 に説明があります。
519 \begin_inset Newline newline
520 \end_inset
521
522
523 \begin_inset Index idx
524 status collapsed
525
526 \begin_layout Plain Layout
527 ず@図 ! のかいてん@—の回転
528 \end_layout
529
530 \end_inset
531
532 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、\SpecialChar LyX
533 内でも回転して表示されます。
534 \begin_inset Newline newline
535 \end_inset
536
537
538 \begin_inset Index idx
539 status collapsed
540
541 \begin_layout Plain Layout
542 ず@図 ! のしんしゅく@—の伸縮
543 \end_layout
544
545 \end_inset
546
547 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
548 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
549 \family sans
550 縦横比を維持する
551 \family default
552 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
553 \begin_inset Newline newline
554 \end_inset
555
556 画像を右クリックすると現れるコンテクストメニューで
557 \family sans
558 外部で編集
559 \family default
560 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、\SpecialChar LyX
561 設定のファイル書式設定で、各画像書式ごとに設定することができます。
562 \end_layout
563
564 \begin_layout Description
565
566 \family sans
567 切り抜き
568 \family default
569  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
570 \family sans
571 ファイルから取得
572 \family default
573 ボタンを押すことによって、自動的に計算することもできます。
574 \family sans
575 境界枠で切り抜く
576 \family default
577 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
578 \end_layout
579
580 \begin_layout Description
581
582 \family sans
583 \SpecialChar LaTeX
584 と\SpecialChar LyX
585 のオプション
586 \family default
587  このタブでは、\SpecialChar LyX
588 内での画像表示法を調整できる他、\SpecialChar LaTeX
589 のエキスパート向けに\SpecialChar LaTeX
590 オプションを追加することができるようになっています。
591 \family sans
592
593 \begin_inset Newline newline
594 \end_inset
595
596 下書きモード
597 \family default
598 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
599 \family sans
600
601 \begin_inset Newline newline
602 \end_inset
603
604 画像グループ
605 \family default
606 のセクションでは、画像設定グループを定義したり、既存のものに所属させたりすることができます。
607 \begin_inset Index idx
608 status collapsed
609
610 \begin_layout Plain Layout
611 ず@図 ! せっていぐるーぷ@設定グループ
612 \end_layout
613
614 \end_inset
615
616 これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。したが
617 って、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュー
618 を使用して、望むグループ名をチェックすることで行うこともできます。
619 \end_layout
620
621 \begin_layout Standard
622 \begin_inset VSpace bigskip
623 \end_inset
624
625
626 \end_layout
627
628 \begin_layout Standard
629 下記はEPS書式
630 \begin_inset Foot
631 status collapsed
632
633 \begin_layout Plain Layout
634 画像書式は、第
635 \begin_inset CommandInset ref
636 LatexCommand ref
637 reference "sec:画像形式"
638
639 \end_inset
640
641 節に説明されています。
642 \end_layout
643
644 \end_inset
645
646 の画像の例で、単独の中央揃えの段落に置いてあります。
647 \begin_inset Separator parbreak
648 \end_inset
649
650
651 \end_layout
652
653 \begin_layout Standard
654 \align center
655 \begin_inset Graphics
656         filename ../clipart/mobius.eps
657         scale 70
658         scaleBeforeRotation
659         rotateOrigin center
660
661 \end_inset
662
663
664 \end_layout
665
666 \begin_layout Standard
667 下記は上と同じ画像ですが、下書きモードのものです。
668 \begin_inset Separator parbreak
669 \end_inset
670
671
672 \end_layout
673
674 \begin_layout Standard
675 \align center
676 \begin_inset Graphics
677         filename ../clipart/mobius.eps
678         scale 70
679         draft
680         scaleBeforeRotation
681         rotateOrigin center
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 \begin_inset Newpage newpage
690 \end_inset
691
692
693 \end_layout
694
695 \begin_layout Section
696 図フロート
697 \begin_inset CommandInset label
698 LatexCommand label
699 name "sec:図フロート"
700
701 \end_inset
702
703
704 \begin_inset Index idx
705 status collapsed
706
707 \begin_layout Plain Layout
708 ふろーと@フロート ! ず@図
709 \end_layout
710
711 \end_inset
712
713
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 ず@図 ! ふろーと@フロート
719 \end_layout
720
721 \end_inset
722
723
724 \end_layout
725
726 \begin_layout Standard
727 フロートについての一般的な説明は、第
728 \begin_inset CommandInset ref
729 LatexCommand ref
730 reference "sec:フロートはじめに"
731
732 \end_inset
733
734 節をご覧下さい。
735 \end_layout
736
737 \begin_layout Standard
738 ツールバーボタンの
739 \family sans
740
741 \begin_inset Info
742 type  "icon"
743 arg   "float-insert figure"
744 \end_inset
745
746
747 \family default
748
749 \family sans
750 挿入\SpecialChar menuseparator
751 フロート\SpecialChar menuseparator
752
753 \family default
754 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
755 \begin_inset CommandInset ref
756 LatexCommand ref
757 reference "fig:犠牲のカモノハシ"
758
759 \end_inset
760
761 のようにキャプションの上に置くこともできますし、図
762 \begin_inset CommandInset ref
763 LatexCommand ref
764 reference "fig:エッシャー"
765
766 \end_inset
767
768 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "sec:キャプションの配置"
772
773 \end_inset
774
775 節に述べられています。
776 \end_layout
777
778 \begin_layout Standard
779 \begin_inset Float figure
780 wide false
781 sideways false
782 status open
783
784 \begin_layout Plain Layout
785 \align center
786 \begin_inset Graphics
787         filename ../clipart/platypus.eps
788         width 50col%
789         scaleBeforeRotation
790         rotateOrigin center
791
792 \end_inset
793
794
795 \end_layout
796
797 \begin_layout Plain Layout
798 \begin_inset Caption Standard
799
800 \begin_layout Plain Layout
801 \begin_inset CommandInset label
802 LatexCommand label
803 name "fig:犠牲のカモノハシ"
804
805 \end_inset
806
807 フロート中の激しく歪んだカモノハシ
808 \end_layout
809
810 \end_inset
811
812
813 \end_layout
814
815 \end_inset
816
817
818 \end_layout
819
820 \begin_layout Standard
821 \begin_inset Float figure
822 wide false
823 sideways false
824 status open
825
826 \begin_layout Plain Layout
827 \begin_inset Caption Standard
828
829 \begin_layout Plain Layout
830 \begin_inset CommandInset label
831 LatexCommand label
832 name "fig:エッシャー"
833
834 \end_inset
835
836 行ってしまったM.C.エッシャー
837 \end_layout
838
839 \end_inset
840
841
842 \end_layout
843
844 \begin_layout Plain Layout
845 \align center
846 \begin_inset Graphics
847         filename ../clipart/escher-lsd.eps
848         scale 80
849         scaleBeforeRotation
850         rotateOrigin center
851
852 \end_inset
853
854
855 \end_layout
856
857 \end_inset
858
859
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Index idx
864 status collapsed
865
866 \begin_layout Plain Layout
867 さんしょう@参照 ! ずへの@図への —
868 \end_layout
869
870 \end_inset
871
872
873 \begin_inset CommandInset ref
874 LatexCommand ref
875 reference "fig:犠牲のカモノハシ"
876
877 \end_inset
878
879 図と第
880 \begin_inset CommandInset ref
881 LatexCommand ref
882 reference "fig:エッシャー"
883
884 \end_inset
885
886 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
887 \family sans
888 挿入\SpecialChar menuseparator
889 ラベル
890 \family default
891 メニューかツールバーボタン
892 \family sans
893
894 \begin_inset Info
895 type  "icon"
896 arg   "label-insert"
897 \end_inset
898
899
900 \family default
901 を使用して、キャプションにラベルを挿入してください。その後、
902 \family sans
903 挿入\SpecialChar menuseparator
904 相互参照
905 \family default
906 メニューかツールバーボタン
907 \family sans
908
909 \begin_inset Info
910 type  "icon"
911 arg   "dialog-show-new-inset ref"
912 \end_inset
913
914
915 \family default
916 を使用して、ラベルを参照することができます。\SpecialChar LaTeX
917 は仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを直接参照す
918 ることが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
919 \begin_inset Newline newline
920 \end_inset
921
922 参照は、第
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "sec:フロートの参照"
926
927 \end_inset
928
929 節で詳細に説明されています。
930 \end_layout
931
932 \begin_layout Standard
933 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
934 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "fig:歪められた二つの像"
938
939 \end_inset
940
941 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
942 \begin_inset CommandInset ref
943 LatexCommand ref
944 reference "fig:何かわからない構造"
945
946 \end_inset
947
948 と図
949 \begin_inset CommandInset ref
950 LatexCommand ref
951 reference "fig:カモノハシ"
952
953 \end_inset
954
955 が内部図になります。
956 \end_layout
957
958 \begin_layout Standard
959 \begin_inset Float figure
960 wide false
961 sideways false
962 status open
963
964 \begin_layout Plain Layout
965 \begin_inset space \hfill{}
966 \end_inset
967
968
969 \begin_inset Float figure
970 wide false
971 sideways false
972 status collapsed
973
974 \begin_layout Plain Layout
975 \begin_inset Caption Standard
976
977 \begin_layout Plain Layout
978 \begin_inset CommandInset label
979 LatexCommand label
980 name "fig:何かわからない構造"
981
982 \end_inset
983
984 何かわからない構造
985 \end_layout
986
987 \end_inset
988
989
990 \end_layout
991
992 \begin_layout Plain Layout
993 \begin_inset Graphics
994         filename ../clipart/escher-lsd.eps
995         width 45col%
996         scaleBeforeRotation
997         groupId distorted
998
999 \end_inset
1000
1001
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \begin_inset space \hfill{}
1008 \end_inset
1009
1010
1011 \begin_inset Float figure
1012 wide false
1013 sideways false
1014 status collapsed
1015
1016 \begin_layout Plain Layout
1017 \begin_inset Caption Standard
1018
1019 \begin_layout Plain Layout
1020 \begin_inset CommandInset label
1021 LatexCommand label
1022 name "fig:カモノハシ"
1023
1024 \end_inset
1025
1026 カモノハシ
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \begin_inset Graphics
1036         filename ../clipart/platypus.eps
1037         width 45col%
1038         scaleBeforeRotation
1039         groupId distorted
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \begin_inset space \hfill{}
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Caption Standard
1057
1058 \begin_layout Plain Layout
1059 \begin_inset CommandInset label
1060 LatexCommand label
1061 name "fig:歪められた二つの像"
1062
1063 \end_inset
1064
1065 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \end_layout
1072
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Newpage newpage
1080 \end_inset
1081
1082
1083 \end_layout
1084
1085 \begin_layout Section
1086 画像形式
1087 \begin_inset CommandInset label
1088 LatexCommand label
1089 name "sec:画像形式"
1090
1091 \end_inset
1092
1093
1094 \begin_inset Index idx
1095 status collapsed
1096
1097 \begin_layout Plain Layout
1098 がぞうけいしき@画像形式
1099 \end_layout
1100
1101 \end_inset
1102
1103
1104 \begin_inset Index idx
1105 status collapsed
1106
1107 \begin_layout Plain Layout
1108 ず@図 ! がぞうけいしき@画像形式
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Standard
1117 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1118 \begin_inset CommandInset ref
1119 LatexCommand ref
1120 reference "cha:ファイル出力形式"
1121
1122 \end_inset
1123
1124 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがって\SpecialChar LyX
1125 は、画像を正しい形式に変換するのに、バックグラウンド
1126
1127 \family typewriter
1128 ImageMagick
1129 \family default
1130 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル形式に直接埋め込める画像形式のみを使
1131 用するとよいでしょう。出力ファイル形式は、付録
1132 \begin_inset CommandInset ref
1133 LatexCommand ref
1134 reference "cha:ファイル出力形式"
1135
1136 \end_inset
1137
1138 に説明されています。
1139 \end_layout
1140
1141 \begin_layout Standard
1142 フォントと同じく、画像形式にも以下の二つの型があります。
1143 \end_layout
1144
1145 \begin_layout Description
1146 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1147 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1148 \family typewriter
1149 .gif
1150 \family default
1151 」)
1152 \begin_inset Index idx
1153 status collapsed
1154
1155 \begin_layout Plain Layout
1156 GIF
1157 \begin_inset ERT
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161
1162 |see{
1163 \end_layout
1164
1165 \end_inset
1166
1167 画像書式
1168 \begin_inset ERT
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172
1173 }
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \end_inset
1182
1183 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1184 \family typewriter
1185 .png
1186 \family default
1187 」)
1188 \begin_inset Index idx
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192 PNG
1193 \begin_inset ERT
1194 status collapsed
1195
1196 \begin_layout Plain Layout
1197
1198 |see{
1199 \end_layout
1200
1201 \end_inset
1202
1203 画像書式
1204 \begin_inset ERT
1205 status collapsed
1206
1207 \begin_layout Plain Layout
1208
1209 }
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \end_inset
1218
1219 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1220 \family typewriter
1221 .jpg
1222 \family default
1223 」または「
1224 \family typewriter
1225 .jpeg
1226 \family default
1227 」)
1228 \begin_inset Index idx
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 JPG
1233 \begin_inset ERT
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237
1238 |see{
1239 \end_layout
1240
1241 \end_inset
1242
1243 画像書式
1244 \begin_inset ERT
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248
1249 }
1250 \end_layout
1251
1252 \end_inset
1253
1254
1255 \end_layout
1256
1257 \end_inset
1258
1259 などがあります。
1260 \end_layout
1261
1262 \begin_layout Description
1263 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1264 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1265 に便利です。
1266 \begin_inset Newline newline
1267 \end_inset
1268
1269 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1270 \family typewriter
1271 .svg
1272 \family default
1273 」)
1274 \begin_inset Index idx
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 SVG
1279 \begin_inset ERT
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283
1284 |see{
1285 \end_layout
1286
1287 \end_inset
1288
1289 画像書式
1290 \begin_inset ERT
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294
1295 }
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \end_layout
1302
1303 \end_inset
1304
1305 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1306 \family typewriter
1307 .eps
1308 \family default
1309 」)
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 EPS
1315 \begin_inset ERT
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319
1320 |see{
1321 \end_layout
1322
1323 \end_inset
1324
1325 画像書式
1326 \begin_inset ERT
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330
1331 }
1332 \end_layout
1333
1334 \end_inset
1335
1336
1337 \end_layout
1338
1339 \end_inset
1340
1341 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1342 \family typewriter
1343 .pdf
1344 \family default
1345 」)
1346 \begin_inset Index idx
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350 PDF
1351 \end_layout
1352
1353 \end_inset
1354
1355 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1356 \family typewriter
1357 .wmf
1358 \family default
1359 」)
1360 \begin_inset Index idx
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 SVG
1365 \begin_inset ERT
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369
1370 |see{
1371 \end_layout
1372
1373 \end_inset
1374
1375 画像書式
1376 \begin_inset ERT
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380
1381 }
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1392 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1393 \begin_inset Foot
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 PDFの場合には、さらに元画像が圧縮されます。
1398 \end_layout
1399
1400 \end_inset
1401
1402 。たとえば、
1403 \family typewriter
1404 Adobe Photoshop
1405 \family default
1406 が生成するPDFファイルは、ビットマップ画像です。
1407 \end_layout
1408
1409 \begin_layout Standard
1410 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1411 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1412 \begin_inset Formula $\to$
1413 \end_inset
1414
1415 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1416 \end_layout
1417
1418 \begin_layout Chapter
1419
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 ひょう@表
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Section
1433 はじめに
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 ひょう@表 ! はじめに
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \begin_layout Standard
1447
1448 \family roman
1449 \series medium
1450 \shape up
1451 \size normal
1452 \emph off
1453 \bar no
1454 \noun off
1455 \color none
1456 表を挿入するには、ツールバーボタ
1457 \family default
1458 \series default
1459 \shape default
1460 \size default
1461 \emph default
1462 \bar default
1463 \noun default
1464 \color inherit
1465
1466 \begin_inset Info
1467 type  "icon"
1468 arg   "tabular-insert"
1469 \end_inset
1470
1471
1472 \family roman
1473 \series medium
1474 \shape up
1475 \size normal
1476 \emph off
1477 \bar no
1478 \noun off
1479 \color none
1480
1481 \family sans
1482 \series default
1483 \shape default
1484 \size default
1485 \emph default
1486 \bar default
1487 \noun default
1488 \color inherit
1489 挿入\SpecialChar menuseparator
1490
1491 \family default
1492 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1493 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1494 \begin_inset Newline newline
1495 \end_inset
1496
1497 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1498 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1499 \begin_inset Separator parbreak
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \begin_layout Standard
1506 \align center
1507 \begin_inset Tabular
1508 <lyxtabular version="3" rows="4" columns="4">
1509 <features tabularvalignment="middle">
1510 <column alignment="center" valignment="top">
1511 <column alignment="center" valignment="top">
1512 <column alignment="center" valignment="top">
1513 <column alignment="center" valignment="top">
1514 <row>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 1
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 2
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1543 \begin_inset Text
1544
1545 \begin_layout Plain Layout
1546 3
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 </row>
1552 <row>
1553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622
1623 \end_layout
1624
1625 \end_inset
1626 </cell>
1627 </row>
1628 <row>
1629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1630 \begin_inset Text
1631
1632 \begin_layout Plain Layout
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Plain Layout
1651
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660
1661 \end_layout
1662
1663 \end_inset
1664 </cell>
1665 </row>
1666 </lyxtabular>
1667
1668 \end_inset
1669
1670
1671 \end_layout
1672
1673 \begin_layout Section
1674 表ダイアログ
1675 \begin_inset Index idx
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679 ひょう@表 ! だいあろぐ@ダイアログ
1680 \end_layout
1681
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \begin_layout Standard
1688
1689 \family roman
1690 \series medium
1691 \shape up
1692 \size normal
1693 \emph off
1694 \bar no
1695 \noun off
1696 \color none
1697 表を右クリックすると、文脈依存メニューが表示されて、表を変更することができます。メニュー項目
1698 \family sans
1699 \series default
1700 \shape default
1701 \size default
1702 \emph default
1703 \bar default
1704 \noun default
1705 \color inherit
1706 詳細
1707 \family roman
1708 \series medium
1709 \shape up
1710 \size normal
1711 \emph off
1712 \bar no
1713 \noun off
1714 \color none
1715 以下では、現在カーソルが置かれているセルないし行・列の設定を調節することができます。文脈依存メニュー
1716 \family sans
1717 \series default
1718 \shape default
1719 \size default
1720 \emph default
1721 \bar default
1722 \noun default
1723 \color inherit
1724 詳細\SpecialChar menuseparator
1725 設定
1726 \family roman
1727 \series medium
1728 \shape up
1729 \size normal
1730 \emph off
1731 \bar no
1732 \noun off
1733 \color none
1734 を選ぶと、ダイアログボックスが開いて、更に詳細な設定を行うことができます。また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセ
1735 ルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1736 \family default
1737 \series default
1738 \shape default
1739 \size default
1740 \emph default
1741 \bar default
1742 \noun default
1743 \color inherit
1744 セルの
1745 \emph on
1746 内容
1747 \emph default
1748 を選択するのと、セル自体を選択するのは異なることに注意して下さい。
1749 \begin_inset Newline newline
1750 \end_inset
1751
1752 ダイアログオプションの
1753 \family sans
1754 直ちに適用
1755 \family default
1756 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1757 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1758 \begin_inset Newline newline
1759 \end_inset
1760
1761 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1762 \end_layout
1763
1764 \begin_layout Description
1765
1766 \family sans
1767 表の設定
1768 \family default
1769  ここでは、現在列の幅と水平揃えを設定することができます。
1770 \family sans
1771 小数点で
1772 \family default
1773 とある揃えは、第
1774 \begin_inset CommandInset ref
1775 LatexCommand ref
1776 reference "subsec:特殊なセル揃え"
1777
1778 \end_inset
1779
1780 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1781 は、第
1782 \begin_inset CommandInset ref
1783 LatexCommand ref
1784 reference "subsec:複数行"
1785
1786 \end_inset
1787
1788 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1789 \begin_inset Newline newline
1790 \end_inset
1791
1792 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1793 \begin_inset CommandInset ref
1794 LatexCommand ref
1795 reference "subsec:連結列"
1796
1797 \end_inset
1798
1799 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1800 \begin_inset CommandInset ref
1801 LatexCommand ref
1802 reference "subsec:連結行"
1803
1804 \end_inset
1805
1806 節をご参照ください。
1807 \begin_inset Newline newline
1808 \end_inset
1809
1810 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、\SpecialChar LyX
1811 内部では反映されず、出力にのみ現れます。
1812 \lang english
1813 For more information see
1814 \lang japanese
1815
1816 \begin_inset CommandInset ref
1817 LatexCommand ref
1818 reference "sec:表セルの回転"
1819
1820 \end_inset
1821
1822
1823 \begin_inset Newline newline
1824 \end_inset
1825
1826
1827 \begin_inset Note Greyedout
1828 status open
1829
1830 \begin_layout Plain Layout
1831
1832 \series bold
1833 【註】
1834 \series default
1835 DVIビューアのすべてが回転を表示できるわけではありません。
1836 \end_layout
1837
1838 \end_inset
1839
1840
1841 \begin_inset Newline newline
1842 \end_inset
1843
1844 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1845 \begin_inset Newline newline
1846 \end_inset
1847
1848 各種の揃えを適用した同一行中の表:
1849 \begin_inset Tabular
1850 <lyxtabular version="3" rows="2" columns="2">
1851 <features tabularvalignment="top">
1852 <column alignment="center" valignment="top" width="0pt">
1853 <column alignment="center" valignment="top">
1854 <row>
1855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 1
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 A
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 </row>
1894 </lyxtabular>
1895
1896 \end_inset
1897
1898  
1899 \begin_inset Tabular
1900 <lyxtabular version="3" rows="2" columns="2">
1901 <features tabularvalignment="middle">
1902 <column alignment="center" valignment="top">
1903 <column alignment="center" valignment="top">
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 1
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 A
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 </row>
1944 </lyxtabular>
1945
1946 \end_inset
1947
1948  
1949 \begin_inset Tabular
1950 <lyxtabular version="3" rows="2" columns="2">
1951 <features tabularvalignment="bottom">
1952 <column alignment="center" valignment="top" width="0pt">
1953 <column alignment="center" valignment="top">
1954 <row>
1955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 1
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 </row>
1974 <row>
1975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979 A
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 </row>
1994 </lyxtabular>
1995
1996 \end_inset
1997
1998
1999 \begin_inset Newline newline
2000 \end_inset
2001
2002 また、特殊な表設定に必要な\SpecialChar LaTeX
2003 引数を入力することもできます。これに関しては、第
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "subsec:連結列の計算"
2007
2008 \end_inset
2009
2010 節および第
2011 \begin_inset CommandInset ref
2012 LatexCommand ref
2013 reference "sec:色付きの表"
2014
2015 \end_inset
2016
2017 節をご参照下さい。
2018 \end_layout
2019
2020 \begin_layout Description
2021
2022 \family sans
2023 罫線
2024 \family default
2025  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 様式オプションとして
2030 \family sans
2031 フォーマル様式
2032 \family default
2033 を使用すると、第
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "sec:フォーマル形式の表"
2037
2038 \end_inset
2039
2040 節に述べられているフォーマル様式の表に表を変換します。
2041 \begin_inset Newline newline
2042 \end_inset
2043
2044 またここで、第
2045 \begin_inset CommandInset ref
2046 LatexCommand ref
2047 reference "subsec:行の余白取り"
2048
2049 \end_inset
2050
2051 節に述べられているように、表の行に空白を追加することもできます。
2052 \end_layout
2053
2054 \begin_layout Description
2055
2056 \family sans
2057 長尺表
2058 \family default
2059  このタブは、複数のページにわたる、いわゆる「
2060 \emph on
2061 長尺表
2062 \emph default
2063 」を作るためのものです。第
2064 \begin_inset CommandInset ref
2065 LatexCommand ref
2066 reference "sec:長尺表"
2067
2068 \end_inset
2069
2070 節および第
2071 \begin_inset CommandInset ref
2072 LatexCommand ref
2073 reference "sec:長尺表にまつわる諸点"
2074
2075 \end_inset
2076
2077 節に、長尺表の機能に関する詳細な説明があります。
2078 \end_layout
2079
2080 \begin_layout Section
2081 表ツールバー
2082 \begin_inset Index idx
2083 status collapsed
2084
2085 \begin_layout Plain Layout
2086 ひょう@表 ! つーるばー@ツールバー
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、\SpecialChar LyX
2096 のメインウィンドウの底部に表示され
2097 ます。ご希望であれば、\SpecialChar LyX
2098 のメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2099 \end_layout
2100
2101 \begin_layout Standard
2102 ツールバーには、以下のアイコンがあります。
2103 \end_layout
2104
2105 \begin_layout Labeling
2106 \labelwidthstring 00.00.0000
2107
2108 \family sans
2109 \begin_inset Info
2110 type  "icon"
2111 arg   "inset-modify tabular append-row"
2112 \end_inset
2113
2114
2115 \family default
2116  は、現在セルあるいは選択範囲の下に行を追加します。
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121
2122 \family sans
2123 \begin_inset Info
2124 type  "icon"
2125 arg   "inset-modify tabular append-column"
2126 \end_inset
2127
2128
2129 \family default
2130  は、現在セルあるいは選択範囲の右に列を追加します。
2131 \end_layout
2132
2133 \begin_layout Labeling
2134 \labelwidthstring 00.00.0000
2135
2136 \family sans
2137 \begin_inset Info
2138 type  "icon"
2139 arg   "inset-modify tabular delete-row"
2140 \end_inset
2141
2142
2143 \family default
2144  は、現在行あるいは選択範囲行を削除します。
2145 \end_layout
2146
2147 \begin_layout Labeling
2148 \labelwidthstring 00.00.0000
2149
2150 \family sans
2151 \begin_inset Info
2152 type  "icon"
2153 arg   "inset-modify tabular delete-column"
2154 \end_inset
2155
2156
2157 \family default
2158  は、現在列あるいは選択範囲列を削除します。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163 \begin_inset Info
2164 type  "icon"
2165 arg   "inset-modify tabular move-row-up"
2166 \end_inset
2167
2168  は、行を上に移動します。
2169 \end_layout
2170
2171 \begin_layout Labeling
2172 \labelwidthstring 00.00.0000
2173 \begin_inset Info
2174 type  "icon"
2175 arg   "inset-modify tabular move-column-left"
2176 \end_inset
2177
2178  は、列を左に移動します。
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Info
2184 type  "icon"
2185 arg   "inset-modify tabular move-row-down"
2186 \end_inset
2187
2188  は、行を下に移動します。
2189 \end_layout
2190
2191 \begin_layout Labeling
2192 \labelwidthstring 00.00.0000
2193 \begin_inset Info
2194 type  "icon"
2195 arg   "inset-modify tabular move-column-right"
2196 \end_inset
2197
2198  は、列を右に移動します。
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203
2204 \family sans
2205 \begin_inset Info
2206 type  "icon"
2207 arg   "inset-modify tabular toggle-line-top"
2208 \end_inset
2209
2210
2211 \family default
2212  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217
2218 \family sans
2219 \begin_inset Info
2220 type  "icon"
2221 arg   "inset-modify tabular toggle-line-bottom"
2222 \end_inset
2223
2224
2225 \family default
2226  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2227 \end_layout
2228
2229 \begin_layout Labeling
2230 \labelwidthstring 00.00.0000
2231
2232 \family sans
2233 \begin_inset Info
2234 type  "icon"
2235 arg   "inset-modify tabular toggle-line-left"
2236 \end_inset
2237
2238
2239 \family default
2240  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2241 \end_layout
2242
2243 \begin_layout Labeling
2244 \labelwidthstring 00.00.0000
2245
2246 \family sans
2247 \begin_inset Info
2248 type  "icon"
2249 arg   "inset-modify tabular toggle-line-right"
2250 \end_inset
2251
2252
2253 \family default
2254  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2255 \end_layout
2256
2257 \begin_layout Labeling
2258 \labelwidthstring 00.00.0000
2259
2260 \family sans
2261 \begin_inset Info
2262 type  "icon"
2263 arg   "inset-modify tabular set-all-lines"
2264 \end_inset
2265
2266
2267 \family default
2268  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273
2274 \family sans
2275 \begin_inset Info
2276 type  "icon"
2277 arg   "inset-modify tabular unset-all-lines"
2278 \end_inset
2279
2280
2281 \family default
2282  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287
2288 \family sans
2289 \begin_inset Info
2290 type  "icon"
2291 arg   "inset-modify tabular m-align-left"
2292 \end_inset
2293
2294
2295 \family default
2296  は、現在セルあるいは現在列の内容を左揃えにします。
2297 \end_layout
2298
2299 \begin_layout Labeling
2300 \labelwidthstring 00.00.0000
2301
2302 \family sans
2303 \begin_inset Info
2304 type  "icon"
2305 arg   "inset-modify tabular m-align-center"
2306 \end_inset
2307
2308
2309 \family default
2310  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2311 \end_layout
2312
2313 \begin_layout Labeling
2314 \labelwidthstring 00.00.0000
2315
2316 \family sans
2317 \begin_inset Info
2318 type  "icon"
2319 arg   "inset-modify tabular m-align-right"
2320 \end_inset
2321
2322
2323 \family default
2324  は、現在セルあるいは現在列の内容を右揃えにします。
2325 \end_layout
2326
2327 \begin_layout Labeling
2328 \labelwidthstring 00.00.0000
2329
2330 \family sans
2331 \begin_inset Info
2332 type  "icon"
2333 arg   "inset-modify tabular align-decimal"
2334 \end_inset
2335
2336
2337 \family default
2338  は、現在セルの内容を特定文字位置で揃えます。
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343
2344 \family sans
2345 \begin_inset Info
2346 type  "icon"
2347 arg   "inset-modify tabular m-valign-top"
2348 \end_inset
2349
2350
2351 \family default
2352  は、現在セルの内容を垂直方向上揃えにします。
2353 \end_layout
2354
2355 \begin_layout Labeling
2356 \labelwidthstring 00.00.0000
2357
2358 \family sans
2359 \begin_inset Info
2360 type  "icon"
2361 arg   "inset-modify tabular m-valign-middle"
2362 \end_inset
2363
2364
2365 \family default
2366  は、現在セルの内容を垂直方向中央揃えにします。
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371
2372 \family sans
2373 \begin_inset Info
2374 type  "icon"
2375 arg   "inset-modify tabular m-valign-bottom"
2376 \end_inset
2377
2378
2379 \family default
2380  は、現在セルの内容を垂直方向下揃えにします。
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385
2386 \family sans
2387 \begin_inset Info
2388 type  "icon"
2389 arg   "inset-modify tabular set-rotate-cell"
2390 \end_inset
2391
2392
2393 \family default
2394  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399
2400 \family sans
2401 \begin_inset Info
2402 type  "icon"
2403 arg   "inset-modify tabular set-rotate-tabular"
2404 \end_inset
2405
2406
2407 \family default
2408  は、表全体を反時計廻りに90度回転します。
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413
2414 \family sans
2415 \begin_inset Info
2416 type  "icon"
2417 arg   "inset-modify tabular multicolumn"
2418 \end_inset
2419
2420
2421 \family default
2422  は、現在セルあるいは選択範囲を連結列にします。
2423 \end_layout
2424
2425 \begin_layout Labeling
2426 \labelwidthstring 00.00.0000
2427
2428 \family sans
2429 \begin_inset Info
2430 type  "icon"
2431 arg   "inset-modify tabular multirow"
2432 \end_inset
2433
2434
2435 \family default
2436  は、現在セルあるいは選択範囲を連結行にします。
2437 \end_layout
2438
2439 \begin_layout Standard
2440 \begin_inset Note Greyedout
2441 status open
2442
2443 \begin_layout Plain Layout
2444
2445 \series bold
2446 【註】
2447 \series default
2448 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2449 \end_layout
2450
2451 \end_inset
2452
2453
2454 \end_layout
2455
2456 \begin_layout Section
2457 表編集メニュー
2458 \begin_inset Index idx
2459 status collapsed
2460
2461 \begin_layout Plain Layout
2462 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2463 \end_layout
2464
2465 \end_inset
2466
2467
2468 \end_layout
2469
2470 \begin_layout Standard
2471 表ダイアログと表ツールバーの他に、
2472 \family sans
2473 編集\SpecialChar menuseparator
2474
2475 \family default
2476 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2477 部にあるときのみ、表示されます。
2478 \end_layout
2479
2480 \begin_layout Section
2481 表フロート
2482 \begin_inset CommandInset label
2483 LatexCommand label
2484 name "sec:表フロート"
2485
2486 \end_inset
2487
2488
2489 \begin_inset Index idx
2490 status collapsed
2491
2492 \begin_layout Plain Layout
2493 ふろーと@フロート ! ひょう@表
2494 \end_layout
2495
2496 \end_inset
2497
2498
2499 \begin_inset Index idx
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503 ひょう@表 ! ふろーと@フロート
2504 \end_layout
2505
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \begin_layout Standard
2512 フロートの一般的な説明については、第
2513 \begin_inset CommandInset ref
2514 LatexCommand ref
2515 reference "sec:フロートはじめに"
2516
2517 \end_inset
2518
2519 節をご覧下さい。
2520 \end_layout
2521
2522 \begin_layout Standard
2523 \begin_inset Float table
2524 placement h
2525 wide false
2526 sideways false
2527 status open
2528
2529 \begin_layout Plain Layout
2530 \begin_inset Caption Standard
2531
2532 \begin_layout Plain Layout
2533 \begin_inset CommandInset label
2534 LatexCommand label
2535 name "tab:表フロート"
2536
2537 \end_inset
2538
2539 表フロート
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Plain Layout
2548 \align center
2549 \begin_inset Tabular
2550 <lyxtabular version="3" rows="3" columns="3">
2551 <features tabularvalignment="middle">
2552 <column alignment="center" valignment="top" width="0pt">
2553 <column alignment="center" valignment="top" width="0pt">
2554 <column alignment="center" valignment="top" width="0pt">
2555 <row>
2556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560
2561 \family roman
2562 \series medium
2563 \shape up
2564 \size normal
2565 \emph off
2566 \bar no
2567 \noun off
2568 \color none
2569 1
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 2
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2593 \begin_inset Text
2594
2595 \begin_layout Plain Layout
2596
2597 \family roman
2598 \series medium
2599 \shape up
2600 \size normal
2601 \emph off
2602 \bar no
2603 \noun off
2604 \color none
2605 3
2606 \end_layout
2607
2608 \end_inset
2609 </cell>
2610 </row>
2611 <row>
2612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Plain Layout
2616 森嶋
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2622 \begin_inset Text
2623
2624 \begin_layout Plain Layout
2625 宇沢
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634 二階堂
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 </row>
2640 <row>
2641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2642 \begin_inset Text
2643
2644 \begin_layout Plain Layout
2645
2646 \family roman
2647 \series medium
2648 \shape up
2649 \size normal
2650 \emph off
2651 \bar no
2652 \noun off
2653 \color none
2654 \begin_inset Formula $\int x^{2}dx$
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Plain Layout
2666
2667 \family roman
2668 \series medium
2669 \shape up
2670 \size normal
2671 \emph off
2672 \bar no
2673 \noun off
2674 \color none
2675 \begin_inset Formula $\left[\begin{array}{cc}
2676 a & b\\
2677 c & d
2678 \end{array}\right]$
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 \begin_inset Formula $1+1=2$
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 </row>
2708 </lyxtabular>
2709
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \end_inset
2716
2717
2718 \end_layout
2719
2720 \begin_layout Standard
2721 表フロートは、
2722 \family sans
2723 挿入
2724 \shape up
2725 \SpecialChar menuseparator
2726 フロート\SpecialChar menuseparator
2727
2728 \family default
2729 \shape default
2730 メニューかツールバーボタン
2731 \family sans
2732
2733 \begin_inset Info
2734 type  "icon"
2735 arg   "float-insert table"
2736 \end_inset
2737
2738
2739 \family default
2740 を使うと挿入することができます。
2741 \end_layout
2742
2743 \begin_layout Standard
2744 フロートは折りたたむことのできるボックスとして表示され、中には「表
2745 \begin_inset space ~
2746 \end_inset
2747
2748 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2749 \end_layout
2750
2751 \begin_layout Standard
2752
2753 \begin_inset space ~
2754 \end_inset
2755
2756
2757 \begin_inset CommandInset ref
2758 LatexCommand ref
2759 reference "tab:表フロート"
2760
2761 \end_inset
2762
2763 は、表フロートに入れた表の例です。
2764 \end_layout
2765
2766 \begin_layout Standard
2767 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながら\SpecialChar LaTeX
2768 の標準クラスではサポートされていません。つまり、article・book・letter・re
2769 portのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaTeXパッケ
2770 ージの
2771 \series bold
2772 caption
2773 \series default
2774
2775 \begin_inset Index idx
2776 status collapsed
2777
2778 \begin_layout Plain Layout
2779 \SpecialChar LaTeX
2780 ぱっけーじ@\SpecialChar LaTeX
2781 パッケージ ! caption
2782 \end_layout
2783
2784 \end_inset
2785
2786
2787 \end_layout
2788
2789 \begin_layout Standard
2790
2791 \series bold
2792 tableposition=top
2793 \end_layout
2794
2795 \begin_layout Standard
2796 というオプションとともにloadコマンドを使って読み込んでください
2797 \begin_inset Foot
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801 詳しくは、第
2802 \begin_inset CommandInset ref
2803 LatexCommand ref
2804 reference "sec:キャプションの配置"
2805
2806 \end_inset
2807
2808 節をご覧下さい。
2809 \end_layout
2810
2811 \end_inset
2812
2813 。キャプション書式を調整するには、第
2814 \begin_inset CommandInset ref
2815 LatexCommand ref
2816 reference "sec:キャプションの書式設定"
2817
2818 \end_inset
2819
2820 節にものべられているように
2821 \series bold
2822 caption
2823 \series default
2824 パッケージを使用します。
2825 \end_layout
2826
2827 \begin_layout Standard
2828 \begin_inset Index idx
2829 status collapsed
2830
2831 \begin_layout Plain Layout
2832 さんしょう@参照 ! ひょうへの@表への
2833 \end_layout
2834
2835 \end_inset
2836
2837 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2838 \family sans
2839 挿入\SpecialChar menuseparator
2840 ラベル
2841 \family default
2842 メニューかツールバーボタンの
2843 \family sans
2844
2845 \begin_inset Info
2846 type  "icon"
2847 arg   "label-insert"
2848 \end_inset
2849
2850
2851 \family default
2852 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar menuseparator
2853 相互参照メニューかツールバーボタンの
2854 \family sans
2855
2856 \begin_inset Info
2857 type  "icon"
2858 arg   "dialog-show-new-inset ref"
2859 \end_inset
2860
2861
2862 \family default
2863 を用いて、このラベルを参照することができます。
2864 \begin_inset Newline newline
2865 \end_inset
2866
2867 参照は、第
2868 \begin_inset CommandInset ref
2869 LatexCommand ref
2870 reference "sec:フロートの参照"
2871
2872 \end_inset
2873
2874 節で詳細に説明されています。
2875 \end_layout
2876
2877 \begin_layout Section
2878 長尺表
2879 \begin_inset CommandInset label
2880 LatexCommand label
2881 name "sec:長尺表"
2882
2883 \end_inset
2884
2885
2886 \begin_inset Index idx
2887 status collapsed
2888
2889 \begin_layout Plain Layout
2890 ちょうしゃくひょう@長尺表
2891 \end_layout
2892
2893 \end_inset
2894
2895
2896 \begin_inset Index idx
2897 status collapsed
2898
2899 \begin_layout Plain Layout
2900 ひょう@表 ! ちょうしゃくひょう@長尺表
2901 \end_layout
2902
2903 \end_inset
2904
2905
2906 \end_layout
2907
2908 \begin_layout Standard
2909 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2910 \family sans
2911 長尺表
2912 \family default
2913 タブにある
2914 \family sans
2915 長尺表を使う
2916 \family default
2917 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2918 することができるようになります。
2919 \end_layout
2920
2921 \begin_layout Description
2922 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2923 \family roman
2924 \series medium
2925 \shape up
2926 \size normal
2927 \emph off
2928 \bar no
2929 \noun off
2930 \color none
2931 ただし、
2932 \family sans
2933 \series default
2934 \shape default
2935 \size default
2936 \emph default
2937 \bar default
2938 \noun default
2939 \color inherit
2940 冒頭ヘッダ
2941 \family roman
2942 \series medium
2943 \shape up
2944 \size normal
2945 \emph off
2946 \bar no
2947 \noun off
2948 \color none
2949 が定義されているときは、冒頭ページを除きます。
2950 \family default
2951 \series default
2952 \shape default
2953 \size default
2954 \emph default
2955 \bar default
2956 \noun default
2957 \color inherit
2958 これと区別して、このヘッダは本体ヘッダと呼びます。
2959 \end_layout
2960
2961 \begin_layout Description
2962 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2963 \end_layout
2964
2965 \begin_layout Description
2966 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2967 \family roman
2968 \series medium
2969 \shape up
2970 \size normal
2971 \emph off
2972 \bar no
2973 \noun off
2974 \color none
2975 ただし、
2976 \family sans
2977 \series default
2978 \shape default
2979 \size default
2980 \emph default
2981 \bar default
2982 \noun default
2983 \color inherit
2984 末尾フッタ
2985 \family roman
2986 \series medium
2987 \shape up
2988 \size normal
2989 \emph off
2990 \bar no
2991 \noun off
2992 \color none
2993 が定義されているときは、末尾ページを除きます。
2994 \end_layout
2995
2996 \begin_layout Description
2997 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2998 \end_layout
2999
3000 \begin_layout Description
3001 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
3002 \begin_inset CommandInset ref
3003 LatexCommand ref
3004 reference "subsec:長尺表のキャプション"
3005
3006 \end_inset
3007
3008 節で説明されています。
3009 \end_layout
3010
3011 \begin_layout Standard
3012 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
3013 \begin_inset Separator parbreak
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \begin_layout Standard
3020 \align center
3021 \begin_inset Tabular
3022 <lyxtabular version="3" rows="69" columns="3">
3023 <features islongtable="true" longtabularalignment="center">
3024 <column alignment="left" valignment="top" width="0cm">
3025 <column alignment="left" valignment="top" width="0pt">
3026 <column alignment="center" valignment="top" width="0pt">
3027 <row endfirsthead="true">
3028 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \series bold
3034 例示用電話帳(名前は無視してください)
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 </row>
3058 <row endfirsthead="true">
3059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 氏名
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \series bold
3083 TEL.
3084 \end_layout
3085
3086 \end_inset
3087 </cell>
3088 </row>
3089 <row endhead="true">
3090 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \series bold
3096 例示用電話帳
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row endhead="true">
3121 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125 氏名
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \series bold
3145 TEL.
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row endfoot="true">
3152 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156 次頁へつづく
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 </row>
3180 <row>
3181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \series bold
3187 Annovi
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 Silvia
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 111
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \series bold
3218 Bertoli
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 Stefano
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 111
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 <row>
3243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \series bold
3249 Bozzi
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 Walter
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 111
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row>
3274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 Cachia
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 Maria
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 111
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 Cachia
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 Maurizio
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 111
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \series bold
3342 Cinquemani
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Giusi
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 111
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row>
3367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \series bold
3373 Colin
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 Bernard
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 111
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 Concli
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 Gianfranco
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 111
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 Dal Bosco
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 Carolina
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 111
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 </row>
3459 <row>
3460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \series bold
3466 Dalpiaz
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Annamaria
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 111
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Feliciello
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Domenico
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 111
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row>
3522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Focarelli
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Paola
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 111
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 Galletti
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Oreste
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 111
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Gasparini
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Franca
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Rizzardi
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Paola
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Lassini
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Giancarlo
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Malfatti
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Luciano
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Malfatti
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Valeriano
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Meneguzzo
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Roberto
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Mezzadra
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Roberto
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Pirpamer
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Erich
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Pochiesa
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Paolo
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111, 222
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Radina
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Claudio
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Stuffer
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Oskar
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Tacchelli
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Ugo
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Tezzele
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Margit
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Unterkalmsteiner
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Frieda
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Vieider
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Hilde
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Vigna
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Jürgen
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Weber
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Maurizio
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 111
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Winkler
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Franz
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 111
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146  
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Annovi
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Silvia
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 555
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Bertoli
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Stefano
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 555
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Bozzi
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Walter
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 555
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Cachia
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Maria
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 555
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Cachia
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Maurizio
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 555
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Cinquemani
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Giusi
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 555
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Colin
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Bernard
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 555
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392
4393 \series bold
4394 Concli
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Gianfranco
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 555
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423
4424 \series bold
4425 Dal Bosco
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 Carolina
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 555
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \series bold
4456 Dalpiaz
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 Annamaria
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 555
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \series bold
4487 Feliciello
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 Domenico
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 555
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \series bold
4518 Focarelli
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Paola
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 555
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \series bold
4549 Galletti
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 Oreste
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 555
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Gasparini
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Franca
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Rizzardi
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Paola
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Lassini
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Giancarlo
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Malfatti
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Luciano
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Malfatti
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Valeriano
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Meneguzzo
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Roberto
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Mezzadra
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Roberto
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Pirpamer
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Erich
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Pochiesa
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Paolo
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555, 222
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Radina
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Claudio
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Stuffer
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Oskar
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Tacchelli
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Ugo
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Tezzele
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Margit
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Unterkalmsteiner
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Frieda
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 555
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Vieider
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Hilde
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Vigna
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Jürgen
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 999
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row>
5070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076 Weber
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Maurizio
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 555
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 <row>
5101 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \series bold
5107 Winkler
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 Franz
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 555
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 <row endlastfoot="true">
5132 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 以上
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 </lyxtabular>
5161
5162 \end_inset
5163
5164
5165 \begin_inset ERT
5166 status collapsed
5167
5168 \begin_layout Plain Layout
5169
5170
5171 \backslash
5172 addtocounter{table}{-1}
5173 \end_layout
5174
5175 \end_inset
5176
5177
5178 \begin_inset Note Note
5179 status collapsed
5180
5181 \begin_layout Plain Layout
5182 本コマンドの説明については、第
5183 \begin_inset CommandInset ref
5184 LatexCommand ref
5185 reference "subsec:長尺表のキャプション"
5186
5187 \end_inset
5188
5189 節の最初の淡色注釈をご覧下さい。
5190 \end_layout
5191
5192 \end_inset
5193
5194
5195 \end_layout
5196
5197 \begin_layout Subsection
5198 長尺表での脚注
5199 \begin_inset CommandInset label
5200 LatexCommand label
5201 name "subsec:長尺表での脚注"
5202
5203 \end_inset
5204
5205
5206 \begin_inset Index idx
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5211 \end_layout
5212
5213 \end_inset
5214
5215
5216 \end_layout
5217
5218 \begin_layout Standard
5219 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5220 \begin_inset CommandInset ref
5221 LatexCommand ref
5222 reference "tab:別キャプション"
5223
5224 \end_inset
5225
5226 には脚注が付いています。
5227 \end_layout
5228
5229 \begin_layout Subsection
5230 長尺表の縦横揃え
5231 \begin_inset Index idx
5232 status collapsed
5233
5234 \begin_layout Plain Layout
5235 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5236 \end_layout
5237
5238 \end_inset
5239
5240
5241 \end_layout
5242
5243 \begin_layout Standard
5244 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5245 設定してから
5246 \end_layout
5247
5248 \begin_layout Standard
5249
5250 \series bold
5251
5252 \backslash
5253 setlength{
5254 \backslash
5255 LTleft}{値}
5256 \end_layout
5257
5258 \begin_layout Standard
5259 という行を当該長尺表の前に\SpecialChar TeX
5260 コードとして挿入して、長さ
5261 \series bold
5262
5263 \backslash
5264 LTleft
5265 \series default
5266 および
5267 \series bold
5268
5269 \backslash
5270 LTright
5271 \series default
5272 の値を変更しなくてはなりません。ここで「値」は、第
5273 \begin_inset CommandInset ref
5274 LatexCommand ref
5275 reference "tab:単位"
5276
5277 \end_inset
5278
5279 表に挙げてある単位であれば、どの単位を取ることもできます。
5280 \series bold
5281
5282 \backslash
5283 LTleft
5284 \series default
5285 は、左頁余白から長尺表までの水平方向の距離を制御し、
5286 \series bold
5287
5288 \backslash
5289 LTright
5290 \series default
5291 は、右頁余白からの距離を制御します。これらの長さの既定値は
5292 \series bold
5293
5294 \backslash
5295 fill
5296 \series default
5297 となっており、\SpecialChar LyX
5298 の水平フィルと同等になっています。
5299 \end_layout
5300
5301 \begin_layout Standard
5302 以下の長尺表は、中央揃えの上、
5303 \series bold
5304
5305 \backslash
5306 LTleft
5307 \series default
5308
5309 \family sans
5310 0.1
5311 \backslash
5312 columnwidth
5313 \family default
5314 に設定してあります。
5315 \begin_inset ERT
5316 status collapsed
5317
5318 \begin_layout Plain Layout
5319
5320
5321 \backslash
5322 setlength{
5323 \backslash
5324 LTleft}{0.1
5325 \backslash
5326 columnwidth}
5327 \end_layout
5328
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \begin_layout Standard
5335 \begin_inset Tabular
5336 <lyxtabular version="3" rows="5" columns="5">
5337 <features islongtable="true" longtabularalignment="center">
5338 <column alignment="center" valignment="top">
5339 <column alignment="center" valignment="top">
5340 <column alignment="center" valignment="top">
5341 <column alignment="center" valignment="top">
5342 <column alignment="center" valignment="top">
5343 <row>
5344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 1
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 2
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 3
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 4
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 5
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 </row>
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 いろは
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 いろは
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 いろは
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 いろは
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 いろは
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 いろは
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 いろは
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 いろは
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 いろは
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 いろは
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 いろは
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 </lyxtabular>
5579
5580 \end_inset
5581
5582
5583 \begin_inset ERT
5584 status collapsed
5585
5586 \begin_layout Plain Layout
5587
5588
5589 \backslash
5590 setlength{
5591 \backslash
5592 LTleft}{
5593 \backslash
5594 fill}
5595 \end_layout
5596
5597 \end_inset
5598
5599
5600 \begin_inset ERT
5601 status collapsed
5602
5603 \begin_layout Plain Layout
5604
5605
5606 \backslash
5607 addtocounter{table}{-1}
5608 \end_layout
5609
5610 \end_inset
5611
5612
5613 \begin_inset Note Note
5614 status collapsed
5615
5616 \begin_layout Plain Layout
5617 このコマンドの説明に関しては、第
5618 \begin_inset CommandInset ref
5619 LatexCommand ref
5620 reference "subsec:長尺表のキャプション"
5621
5622 \end_inset
5623
5624 節の最初の淡色注釈をご覧下さい。
5625 \end_layout
5626
5627 \end_inset
5628
5629
5630 \end_layout
5631
5632 \begin_layout Subsection
5633 長尺表のキャプション
5634 \begin_inset Index idx
5635 status collapsed
5636
5637 \begin_layout Plain Layout
5638 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5639 \end_layout
5640
5641 \end_inset
5642
5643
5644 \begin_inset CommandInset label
5645 LatexCommand label
5646 name "subsec:長尺表のキャプション"
5647
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \begin_layout Standard
5654 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5655 \begin_inset CommandInset ref
5656 LatexCommand ref
5657 reference "sec:長尺表"
5658
5659 \end_inset
5660
5661 節に述べられているように、ある行で長尺表オプションの
5662 \family sans
5663 キャプション
5664 \family default
5665 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションは、
5666 \family sans
5667 冒頭ヘッダ
5668 \family default
5669
5670 \family sans
5671 ヘッダ
5672 \family default
5673
5674 \family sans
5675 フッタ
5676 \family default
5677
5678 \family sans
5679 末尾フッタ
5680 \family default
5681 のいずれかに入れなくてはなりません。それぞれのヘッダ・フッタに入れることができる行は、ひとつだけです。
5682 \end_layout
5683
5684 \begin_layout Standard
5685 以下は、動作を確認するための短い長尺表です。
5686 \end_layout
5687
5688 \begin_layout Standard
5689 \begin_inset Tabular
5690 <lyxtabular version="3" rows="6" columns="5">
5691 <features islongtable="true" longtabularalignment="center">
5692 <column alignment="center" valignment="top">
5693 <column alignment="center" valignment="top">
5694 <column alignment="center" valignment="top">
5695 <column alignment="center" valignment="top">
5696 <column alignment="center" valignment="top">
5697 <row endfirsthead="true" caption="true">
5698 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Caption Standard
5703
5704 \begin_layout Plain Layout
5705 キャプション付き長尺表
5706 \begin_inset Argument 1
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 長尺表
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 <row>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 1
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 2
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 3
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 4
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 5
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 </row>
5809 <row>
5810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 いろは
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 いろは
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 いろは
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 いろは
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 </row>
5903 <row>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 いろは
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 いろは
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 いろは
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 いろは
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 いろは
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 いろは
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 いろは
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 </lyxtabular>
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \begin_layout Standard
6005 \begin_inset VSpace medskip
6006 \end_inset
6007
6008
6009 \begin_inset Note Greyedout
6010 status open
6011
6012 \begin_layout Plain Layout
6013
6014 \series bold
6015 【註1】
6016 \series default
6017 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
6018 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、\SpecialChar TeX
6019 コードで
6020 \end_layout
6021
6022 \begin_layout Plain Layout
6023
6024 \series bold
6025
6026 \backslash
6027 addtocounter{table}{-1}
6028 \end_layout
6029
6030 \begin_layout Plain Layout
6031 というコマンドを挿入する方法があります。
6032 \end_layout
6033
6034 \begin_layout Plain Layout
6035 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
6036 \end_layout
6037
6038 \begin_layout Plain Layout
6039
6040 \series bold
6041
6042 \backslash
6043 let
6044 \backslash
6045 myEnd
6046 \backslash
6047 endlongtable
6048 \begin_inset Newline newline
6049 \end_inset
6050
6051
6052 \backslash
6053 renewcommand{
6054 \backslash
6055 endlongtable}{
6056 \backslash
6057 myEnd
6058 \backslash
6059 addtocounter{table}{-1}}
6060 \end_layout
6061
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \begin_layout Standard
6068 \begin_inset Note Greyedout
6069 status open
6070
6071 \begin_layout Plain Layout
6072
6073 \series bold
6074 【註2】
6075 \series default
6076 相互参照をリンクするために、
6077 \family sans
6078 文書設定
6079 \family default
6080 ダイアログの
6081 \family sans
6082 PDF特性
6083 \family default
6084
6085 \series bold
6086 hyperref
6087 \series default
6088
6089 \begin_inset Index idx
6090 status collapsed
6091
6092 \begin_layout Plain Layout
6093 \SpecialChar LaTeX
6094 ぱっけーじ@\SpecialChar LaTeX
6095 パッケージ ! hyperref
6096 \end_layout
6097
6098 \end_inset
6099
6100 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
6101 \end_layout
6102
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \begin_layout Subsubsection
6109 長尺表への参照
6110 \begin_inset Index idx
6111 status collapsed
6112
6113 \begin_layout Plain Layout
6114 ちょうしゃくひょう@長尺表 ! さんしょう@参照
6115 \end_layout
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset Tabular
6124 <lyxtabular version="3" rows="6" columns="5">
6125 <features islongtable="true" longtabularalignment="center">
6126 <column alignment="center" valignment="top">
6127 <column alignment="center" valignment="top">
6128 <column alignment="center" valignment="top">
6129 <column alignment="center" valignment="top">
6130 <column alignment="center" valignment="top">
6131 <row endfirsthead="true" caption="true">
6132 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 \begin_inset Caption Standard
6137
6138 \begin_layout Plain Layout
6139 参照された長尺表
6140 \begin_inset CommandInset label
6141 LatexCommand label
6142 name "tab:参照例"
6143
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 <row>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 1
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 2
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 3
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 4
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 5
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 いろは
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 いろは
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 いろは
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 いろは
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 いろは
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 いろは
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 いろは
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 いろは
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 いろは
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 いろは
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 いろは
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 </lyxtabular>
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \begin_layout Standard
6436 長尺表を参照するには、キャプションにラベルを挿入してください。
6437 \end_layout
6438
6439 \begin_layout Standard
6440 これは表
6441 \begin_inset CommandInset ref
6442 LatexCommand ref
6443 reference "tab:参照例"
6444
6445 \end_inset
6446
6447 への参照です。
6448 \end_layout
6449
6450 \begin_layout Standard
6451 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、\SpecialChar LaTeX
6452 パッケージの
6453 \series bold
6454 caption
6455 \series default
6456
6457 \begin_inset Index idx
6458 status collapsed
6459
6460 \begin_layout Plain Layout
6461 \SpecialChar LaTeX
6462 ぱっけーじ@\SpecialChar LaTeX
6463 パッケージ ! caption
6464 \end_layout
6465
6466 \end_inset
6467
6468 を使用して設定することができます。第
6469 \begin_inset CommandInset ref
6470 LatexCommand ref
6471 reference "sec:キャプションの書式設定"
6472
6473 \end_inset
6474
6475 節をご覧下さい。
6476 \end_layout
6477
6478 \begin_layout Subsubsection
6479 キャプションの幅
6480 \begin_inset Index idx
6481 status collapsed
6482
6483 \begin_layout Plain Layout
6484 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6485 \end_layout
6486
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \begin_layout Standard
6493 キャプション行の最大長は、長さ
6494 \series bold
6495
6496 \backslash
6497 LTcapwidth
6498 \series default
6499 によって指定することができます。既定値は4
6500 \begin_inset space \thinspace{}
6501 \end_inset
6502
6503 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中に\SpecialChar TeX
6504 コードとして
6505 \end_layout
6506
6507 \begin_layout Standard
6508
6509 \series bold
6510
6511 \backslash
6512 setlength{
6513 \backslash
6514 LTcapwidth}{幅}
6515 \end_layout
6516
6517 \begin_layout Standard
6518 というコマンドを書き加えて下さい。ここで「幅」には、付録
6519 \begin_inset CommandInset ref
6520 LatexCommand ref
6521 reference "cha:LyXで使用できる単位"
6522
6523 \end_inset
6524
6525 に挙げられている単位を取ることができます。
6526 \end_layout
6527
6528 \begin_layout Standard
6529 以下の各表で違いを示します。
6530 \end_layout
6531
6532 \begin_layout Standard
6533 \begin_inset Tabular
6534 <lyxtabular version="3" rows="6" columns="5">
6535 <features islongtable="true" longtabularalignment="center">
6536 <column alignment="center" valignment="top">
6537 <column alignment="center" valignment="top">
6538 <column alignment="center" valignment="top">
6539 <column alignment="center" valignment="top">
6540 <column alignment="center" valignment="top">
6541 <row endfirsthead="true" caption="true">
6542 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 \begin_inset Caption Standard
6547
6548 \begin_layout Plain Layout
6549 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6550 \begin_inset Argument 1
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 既定幅のキャプション
6555 \end_layout
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \end_inset
6563
6564
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 <row>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 1
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 2
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 3
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 4
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 5
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 いろは
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 いろは
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 いろは
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 いろは
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 いろは
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 いろは
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 <row>
6795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 いろは
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 いろは
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 いろは
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 いろは
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 いろは
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 </lyxtabular>
6842
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \begin_layout Standard
6849 \begin_inset ERT
6850 status collapsed
6851
6852 \begin_layout Plain Layout
6853
6854
6855 \backslash
6856 setlength{
6857 \backslash
6858 LTcapwidth}{5cm}
6859 \end_layout
6860
6861 \end_inset
6862
6863
6864 \begin_inset Tabular
6865 <lyxtabular version="3" rows="6" columns="5">
6866 <features islongtable="true" longtabularalignment="center">
6867 <column alignment="center" valignment="top">
6868 <column alignment="center" valignment="top">
6869 <column alignment="center" valignment="top">
6870 <column alignment="center" valignment="top">
6871 <column alignment="center" valignment="top">
6872 <row endfirsthead="true" caption="true">
6873 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 \begin_inset Caption Standard
6878
6879 \begin_layout Plain Layout
6880 5
6881 \begin_inset space \thinspace{}
6882 \end_inset
6883
6884 cm幅のなが〜いフルタイトル・5
6885 \begin_inset space \thinspace{}
6886 \end_inset
6887
6888 cm幅のなが〜いフルタイトル・5
6889 \begin_inset space \thinspace{}
6890 \end_inset
6891
6892 cm幅のなが〜いフルタイトル
6893 \begin_inset Argument 1
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897 5
6898 \begin_inset space \thinspace{}
6899 \end_inset
6900
6901 cm幅のキャプション
6902 \end_layout
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \end_inset
6910
6911
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 </row>
6953 <row>
6954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 1
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 2
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 3
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 4
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 5
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 </row>
7000 <row>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 いろは
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 いろは
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 </row>
7047 <row>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 いろは
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 いろは
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 いろは
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 いろは
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 </row>
7141 <row>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 いろは
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 いろは
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 いろは
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 いろは
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 いろは
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 </row>
7188 </lyxtabular>
7189
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \begin_layout Standard
7196 \begin_inset ERT
7197 status collapsed
7198
7199 \begin_layout Plain Layout
7200
7201
7202 \backslash
7203 setlength{
7204 \backslash
7205 LTcapwidth}{4in}
7206 \end_layout
7207
7208 \end_inset
7209
7210
7211 \end_layout
7212
7213 \begin_layout Standard
7214 \begin_inset Note Greyedout
7215 status open
7216
7217 \begin_layout Plain Layout
7218
7219 \series bold
7220 【註】
7221 \series default
7222 この文書のように\SpecialChar LaTeX
7223 パッケージの
7224 \series bold
7225 caption
7226 \series default
7227
7228 \begin_inset Index idx
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232 \SpecialChar LaTeX
7233 ぱっけーじ@\SpecialChar LaTeX
7234 パッケージ ! caption
7235 \end_layout
7236
7237 \end_inset
7238
7239 を使用している時には、
7240 \series bold
7241
7242 \backslash
7243 LTcapwidth
7244 \series default
7245 に既定値の4
7246 \begin_inset space \thinspace{}
7247 \end_inset
7248
7249 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7250 \begin_inset space \thinspace{}
7251 \end_inset
7252
7253 in幅のキャプションを作るには、3.99
7254 \begin_inset space \thinspace{}
7255 \end_inset
7256
7257 inのように4.0
7258 \begin_inset space \thinspace{}
7259 \end_inset
7260
7261 inと少し違う値を指定するか、
7262 \series bold
7263 caption
7264 \series default
7265 パッケージが提供している
7266 \series bold
7267
7268 \backslash
7269 captionsetup{width=値}
7270 \series default
7271 という\SpecialChar LaTeX
7272 コマンドを用いる方法があります。
7273 \end_layout
7274
7275 \end_inset
7276
7277
7278 \end_layout
7279
7280 \begin_layout Subsubsection
7281 表の各ページごとに異なるキャプション
7282 \begin_inset Index idx
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7287 \end_layout
7288
7289 \end_inset
7290
7291
7292 \end_layout
7293
7294 \begin_layout Standard
7295 次頁以降の表キャプションを、1頁めとは異なるものにしたい場合には、キャプションを入れる空行をヘッダに指定して下さい。それから、キャプションを右クリックして、文脈
7296 依存メニューから
7297 \family sans
7298 キャプション(無番長尺表)
7299 \family default
7300 を選択してください。表
7301 \begin_inset CommandInset ref
7302 LatexCommand ref
7303 reference "tab:別キャプション"
7304
7305 \end_inset
7306
7307 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7308 \begin_inset Separator parbreak
7309 \end_inset
7310
7311
7312 \end_layout
7313
7314 \begin_layout Standard
7315 \align center
7316 \begin_inset Tabular
7317 <lyxtabular version="3" rows="59" columns="3">
7318 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7319 <column alignment="left" valignment="top" width="0cm">
7320 <column alignment="left" valignment="top" width="0pt">
7321 <column alignment="center" valignment="top" width="0pt">
7322 <row endfirsthead="true" caption="true">
7323 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 \begin_inset Caption Standard
7328
7329 \begin_layout Plain Layout
7330 例示用電話帳
7331 \begin_inset CommandInset label
7332 LatexCommand label
7333 name "tab:別キャプション"
7334
7335 \end_inset
7336
7337
7338 \begin_inset Argument 1
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342 例示用電話帳
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row endfirsthead="true">
7377 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \series bold
7383 例示用電話帳(名前は無視の事)
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 </row>
7407 <row endfirsthead="true">
7408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \series bold
7414 氏名
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \series bold
7434 TEL.
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 </row>
7440 <row endhead="true">
7441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 \begin_inset ERT
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449
7450
7451 \backslash
7452 caption*{例示用電話帳の続き}
7453 \backslash
7454
7455 \backslash
7456 %
7457 \end_layout
7458
7459 \end_inset
7460
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 </row>
7485 <row endhead="true">
7486 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \series bold
7492 例示用電話帳
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 <row endhead="true">
7517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \series bold
7523 氏名
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541
7542 \series bold
7543 TEL.
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 </row>
7549 <row endfoot="true">
7550 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 次頁に続く
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 <row>
7579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \series bold
7585 Annovi
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 Silvia
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 111
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row>
7610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614
7615 \series bold
7616 Bertoli
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 Stefano
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 111
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 </row>
7640 <row>
7641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \series bold
7647 Bozzi
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 Walter
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 111
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 Cachia
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 Maria
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 111
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 </row>
7702 <row>
7703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \series bold
7709 Cachia
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 Maurizio
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 111
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 </row>
7733 <row>
7734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \series bold
7740 Cinquemani
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 Giusi
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 111
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row>
7765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \series bold
7771 Colin
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 Bernard
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789 111
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row>
7796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \series bold
7802 Concli
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 Gianfranco
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 111
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row>
7827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \series bold
7833 Dal Bosco
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 Carolina
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 111
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 </row>
7857 <row>
7858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \series bold
7864 Dalpiaz
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 Annamaria
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 111
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 </row>
7888 <row>
7889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893
7894 \series bold
7895 Feliciello
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 Domenico
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 111
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \series bold
7926 Focarelli
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 Paola
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 111
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \series bold
7957 Galletti
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 Oreste
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 111
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row>
7982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \series bold
7988 Gasparini
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 Franca
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 111
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row>
8013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 Rizzardi
8020 \series default
8021
8022 \begin_inset Foot
8023 status collapsed
8024
8025 \begin_layout Plain Layout
8026 例示用脚注
8027 \end_layout
8028
8029 \end_inset
8030
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Paola
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Lassini
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Giancarlo
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Malfatti
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Luciano
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Malfatti
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 Valeriano
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 111
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \series bold
8155 Meneguzzo
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 Roberto
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 111
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \series bold
8186 Mezzadra
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Roberto
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 111
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \series bold
8217 Pirpamer
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 Erich
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 111
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \series bold
8248 Pochiesa
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 Paolo
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 111, 222
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \series bold
8279 Radina
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 Claudio
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 111
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \series bold
8310 Stuffer
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 Oskar
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 111
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 <row>
8335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339
8340 \series bold
8341 Tacchelli
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 Ugo
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 111
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \series bold
8372 Tezzele
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 Margit
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 111
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \series bold
8403 Unterkalmsteiner
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 Frieda
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 111
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \series bold
8434 Vieider
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Hilde
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 111
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \series bold
8465 Vigna
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 Jürgen
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 111
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 </row>
8489 <row>
8490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494
8495 \series bold
8496 Weber
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Maurizio
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 111
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 <row>
8521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \series bold
8527 Winkler
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 Franz
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 111
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556  
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Annovi
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Silvia
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 555
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \series bold
8618 Bertoli
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Stefano
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 555
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Bozzi
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Walter
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 555
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Cachia
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Maria
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 555
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Cachia
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Maurizio
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 555
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Cinquemani
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Giusi
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 555
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Colin
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Bernard
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 555
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Concli
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Gianfranco
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 555
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Dal Bosco
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Carolina
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 555
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \series bold
8866 Dalpiaz
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 Annamaria
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 555
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895
8896 \series bold
8897 Feliciello
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Domenico
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 555
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \series bold
8928 Focarelli
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Paola
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 555
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \series bold
8959 Galletti
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 Oreste
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 555
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \series bold
8990 Gasparini
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 Franca
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 555
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \series bold
9021 Rizzardi
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 Paola
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 555
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050
9051 \series bold
9052 Lassini
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Giancarlo
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 555
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Malfatti
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Luciano
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 555
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Malfatti
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Valeriano
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 555
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \series bold
9145 Meneguzzo
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 Roberto
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 555
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \series bold
9176 Mezzadra
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Roberto
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 555
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 </lyxtabular>
9201
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \begin_layout Section
9208 長尺表にまつわる諸点
9209 \begin_inset CommandInset label
9210 LatexCommand label
9211 name "sec:長尺表にまつわる諸点"
9212
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \begin_layout Subsection
9219 長尺表の計算
9220 \begin_inset Index idx
9221 status collapsed
9222
9223 \begin_layout Plain Layout
9224 ちょうしゃくひょう@長尺表 ! けいさん@計算
9225 \end_layout
9226
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \begin_layout Standard
9233 \SpecialChar LaTeX
9234 は、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度に\SpecialChar LaTeX
9235 のメモリに読み込まれる表の断片です。歴史上の経緯から、既定値は
9236 たった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9237 \end_layout
9238
9239 \begin_layout Standard
9240
9241 \series bold
9242
9243 \backslash
9244 setcounter{LTchunksize}{100}
9245 \end_layout
9246
9247 \begin_layout Standard
9248 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9249 \end_layout
9250
9251 \begin_layout Subsection
9252 フロートと長尺表
9253 \begin_inset Index idx
9254 status collapsed
9255
9256 \begin_layout Plain Layout
9257 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9258 \end_layout
9259
9260 \end_inset
9261
9262
9263 \end_layout
9264
9265 \begin_layout Standard
9266 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9267 \series bold
9268
9269 \backslash
9270 clearpage
9271 \series default
9272 コマンドを長尺表の前に\SpecialChar TeX
9273 コードとして書き加えてください。
9274 \end_layout
9275
9276 \begin_layout Subsection
9277 強制改頁
9278 \begin_inset Index idx
9279 status collapsed
9280
9281 \begin_layout Plain Layout
9282 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9283 \end_layout
9284
9285 \end_inset
9286
9287
9288 \end_layout
9289
9290 \begin_layout Standard
9291 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所に\SpecialChar TeX
9292 コードで改行コマンド「
9293 \series bold
9294
9295 \backslash
9296
9297 \backslash
9298
9299 \series default
9300 」を挿入します。
9301 \series bold
9302
9303 \backslash
9304
9305 \backslash
9306
9307 \series default
9308 コマンドの前には、現セルよりも右にある列数と同じ数の「
9309 \series bold
9310 &
9311 \series default
9312 」文字を、\SpecialChar TeX
9313 コードで挿入してやる必要があります。この
9314 \series bold
9315 &
9316 \series default
9317 は、表セルの区切り文字です。各
9318 \series bold
9319 &
9320 \series default
9321 の後に、右側の本来のセルに入るべき内容を\SpecialChar TeX
9322 コードで書き込み、右側のセルの内容は削除してください。
9323 \begin_inset Newline newline
9324 \end_inset
9325
9326
9327 \series bold
9328
9329 \backslash
9330
9331 \backslash
9332
9333 \series default
9334 コマンドの後ろには、現在列の左側にある列数と同じ数の
9335 \series bold
9336 &
9337 \series default
9338 文字を挿入してください。表
9339 \begin_inset CommandInset ref
9340 LatexCommand ref
9341 reference "tab:強制改頁"
9342
9343 \end_inset
9344
9345 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9346 \end_layout
9347
9348 \begin_layout Standard
9349
9350 \series bold
9351 & 111
9352 \backslash
9353
9354 \backslash
9355  
9356 \backslash
9357 newpage
9358 \begin_inset Newline newline
9359 \end_inset
9360
9361 &
9362 \end_layout
9363
9364 \begin_layout Standard
9365 というコマンドが、セル中「
9366 \emph on
9367 Castelchiodato,
9368 \emph default
9369 」の後に\SpecialChar TeX
9370 コードとして挿入してあります。
9371 \end_layout
9372
9373 \begin_layout Standard
9374 同一行3列目の「111」は削除してあります。
9375 \series bold
9376
9377 \backslash
9378 newpage
9379 \series default
9380 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9381 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9382 \end_layout
9383
9384 \begin_layout Standard
9385
9386 \series bold
9387 & 111
9388 \backslash
9389
9390 \backslash
9391
9392 \begin_inset Newline newline
9393 \end_inset
9394
9395
9396 \backslash
9397 hline &
9398 \end_layout
9399
9400 \begin_layout Standard
9401 というコマンドを使用して下さい。
9402 \end_layout
9403
9404 \begin_layout Standard
9405 改頁をしたいセルが最右列にある場合には、
9406 \end_layout
9407
9408 \begin_layout Standard
9409
9410 \series bold
9411
9412 \backslash
9413 setlength{
9414 \backslash
9415 parfillskip}{0pt}
9416 \end_layout
9417
9418 \begin_layout Standard
9419 というコマンドを当該セルの初めに\SpecialChar TeX
9420 コードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます。
9421 \begin_inset Separator parbreak
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \begin_layout Standard
9428 \align center
9429 \begin_inset Tabular
9430 <lyxtabular version="3" rows="38" columns="3">
9431 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9432 <column alignment="left" valignment="top" width="0cm">
9433 <column alignment="left" valignment="top" width="3cm">
9434 <column alignment="center" valignment="top" width="0pt">
9435 <row endfirsthead="true" caption="true">
9436 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Caption Standard
9441
9442 \begin_layout Plain Layout
9443 表セル内で強制改頁をしている表
9444 \begin_inset CommandInset label
9445 LatexCommand label
9446 name "tab:強制改頁"
9447
9448 \end_inset
9449
9450
9451 \begin_inset Argument 1
9452 status collapsed
9453
9454 \begin_layout Plain Layout
9455 表セル内で強制改頁をしている表
9456 \end_layout
9457
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row endfirsthead="true">
9490 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 例示用電話帳(氏名は無視の事)
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row endfirsthead="true">
9521 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \series bold
9527 氏名
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545
9546 \series bold
9547 TEL.
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row endhead="true">
9554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 \begin_inset ERT
9559 status collapsed
9560
9561 \begin_layout Plain Layout
9562
9563
9564 \backslash
9565 caption*{例示用電話帳の続き}
9566 \backslash
9567
9568 \backslash
9569 %
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row endhead="true">
9599 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603 例示用電話帳
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row endhead="true">
9628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \series bold
9634 氏名
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \series bold
9654 TEL.
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row endfoot="true">
9661 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665 次頁に続く
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row>
9690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \series bold
9696 Annovi
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 Silvia
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 111
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row>
9721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \series bold
9727 Bertoli
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 Stefano
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 111
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row>
9752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \series bold
9758 Bozzi
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 Walter
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 111
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \series bold
9789 Cachia
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 Maria
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 111
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \series bold
9820 Cachia
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 Maurizio
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 111
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row>
9845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Cinquemani
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Giusi
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 111
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 Colin
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Bernard
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 111
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \series bold
9913 Concli
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 Gianfranco
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 111
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 Dal Bosco
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 Carolina
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 111
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row>
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \series bold
9975 Dalpiaz
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Annamaria
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 111
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Feliciello
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Domenico
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 111
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 Focarelli
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 Paola
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 111
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 Galletti
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 Oreste
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 111
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row>
10093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Gasparini
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 Franca
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 111
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 Lassini
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 Giancarlo
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 111
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \series bold
10161 Malfatti
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 Luciano
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 111
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192 Malfatti
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 Valeriano
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 111
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 Meneguzzo
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 Roberto
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 111
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row>
10248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \series bold
10254 Mezzadra
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 Roberto
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 111
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Pirpamer
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Erich
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Pochiesa
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Paolo
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111, 222
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Radina
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Claudio
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Rizzardi
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Paolo, 11.
10388  Fürst von Montecompatri, 11.
10389  Fürst von Sulmona und Vivaro, 10.
10390  Fürst von Rossano, 5.
10391  Herzog von Canemorte, 11.
10392  Herzog von Palombara, 5.
10393  Herzog von Castelchiodato,
10394 \begin_inset ERT
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398
10399 & 111
10400 \backslash
10401
10402 \backslash
10403  
10404 \backslash
10405 newpage
10406 \end_layout
10407
10408 \begin_layout Plain Layout
10409
10410 &
10411 \end_layout
10412
10413 \end_inset
10414
10415  11.
10416  Herzog von Poggionativo, 11.
10417  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10418  Graf von Valinfreda, 11.
10419  Baron von Cropalati, 11.
10420  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Stuffer
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Oskar
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Tacchelli
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Ugo
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Tezzele
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Margit
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Unterkalmsteiner
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Frieda
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Vieider
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Hilde
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Vigna
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Jürgen
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Weber
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Maurizio
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Winkler
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Franz
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 </lyxtabular>
10684
10685 \end_inset
10686
10687
10688 \end_layout
10689
10690 \begin_layout Section
10691 複数行・連結列・連結行
10692 \end_layout
10693
10694 \begin_layout Subsection
10695 表セル内の複数行
10696 \begin_inset CommandInset label
10697 LatexCommand label
10698 name "subsec:複数行"
10699
10700 \end_inset
10701
10702
10703 \begin_inset Index idx
10704 status collapsed
10705
10706 \begin_layout Plain Layout
10707 ひょうせるないのふくすうぎょう@表セル内の複数行
10708 \end_layout
10709
10710 \end_inset
10711
10712
10713 \begin_inset Index idx
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717 ひょう@表 ! かいぎょう@改行
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Standard
10726 \noindent
10727 \begin_inset Float table
10728 placement H
10729 wide false
10730 sideways false
10731 status open
10732
10733 \begin_layout Plain Layout
10734 \begin_inset Caption Standard
10735
10736 \begin_layout Plain Layout
10737 \begin_inset CommandInset label
10738 LatexCommand label
10739 name "tab:複数行表"
10740
10741 \end_inset
10742
10743 セル内に複数の行がある表
10744 \end_layout
10745
10746 \end_inset
10747
10748
10749 \end_layout
10750
10751 \begin_layout Plain Layout
10752 \align center
10753 \begin_inset Tabular
10754 <lyxtabular version="3" rows="3" columns="3">
10755 <features tabularvalignment="middle">
10756 <column alignment="center" valignment="middle" width="2.5cm">
10757 <column alignment="center" valignment="middle">
10758 <column alignment="center" valignment="middle">
10759 <row>
10760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 複数の
10765 \begin_inset Newline linebreak
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 </row>
10821 <row>
10822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 </lyxtabular>
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \begin_layout Standard
10863 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10864 \end_layout
10865
10866 \begin_layout Standard
10867
10868 \begin_inset CommandInset ref
10869 LatexCommand ref
10870 reference "tab:複数行表"
10871
10872 \end_inset
10873
10874 を生成するには、まず3
10875 \begin_inset Formula $\times$
10876 \end_inset
10877
10878 3表を作り、最初のセルを右クリックして現れるメニューから、
10879 \family sans
10880 設定
10881 \family default
10882 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10883 \begin_inset space \thinspace{}
10884 \end_inset
10885
10886 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10887 \begin_inset space \thinspace{}
10888 \end_inset
10889
10890 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(
10891 \begin_inset Flex Ruby
10892 status collapsed
10893
10894 \begin_layout Plain Layout
10895 捷径
10896 \begin_inset Argument post:1
10897 status collapsed
10898
10899 \begin_layout Plain Layout
10900 ショートカット
10901 \end_layout
10902
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \end_inset
10909
10910
10911 \begin_inset Info
10912 type  "shortcut"
10913 arg   "newline-insert linebreak"
10914 \end_inset
10915
10916 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10917 \end_layout
10918
10919 \begin_layout Standard
10920 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、\SpecialChar LaTeX
10921 はハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないようにするた
10922 めには、何かを入れなくてはなりません。そこで、その単語の前に0
10923 \begin_inset space \thinspace{}
10924 \end_inset
10925
10926 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10927 \begin_inset CommandInset ref
10928 LatexCommand ref
10929 reference "tab:ハイフネーション表"
10930
10931 \end_inset
10932
10933 が違いを示しています
10934 \begin_inset Foot
10935 status open
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 【訳註】
10941 \series default
10942 p\SpecialChar LaTeX
10943 を使用している場合、日本語の文章は正しく改行されます。
10944 \end_layout
10945
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \begin_layout Standard
10952 \begin_inset Float table
10953 placement h
10954 wide false
10955 sideways false
10956 status open
10957
10958 \begin_layout Plain Layout
10959 \begin_inset Caption Standard
10960
10961 \begin_layout Plain Layout
10962 \begin_inset CommandInset label
10963 LatexCommand label
10964 name "tab:ハイフネーション表"
10965
10966 \end_inset
10967
10968 ハイフネーション有/無の表
10969 \end_layout
10970
10971 \end_inset
10972
10973
10974 \end_layout
10975
10976 \begin_layout Plain Layout
10977 \begin_inset space \hfill{}
10978 \end_inset
10979
10980
10981 \begin_inset Tabular
10982 <lyxtabular version="3" rows="3" columns="3">
10983 <features tabularvalignment="middle">
10984 <column alignment="center" valignment="middle" width="2.5cm">
10985 <column alignment="center" valignment="middle">
10986 <column alignment="center" valignment="middle">
10987 <row>
10988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 verylongtablecellword
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 </row>
11074 </lyxtabular>
11075
11076 \end_inset
11077
11078
11079 \begin_inset space \hfill{}
11080 \end_inset
11081
11082
11083 \begin_inset Tabular
11084 <lyxtabular version="3" rows="3" columns="3">
11085 <features tabularvalignment="middle">
11086 <column alignment="center" valignment="middle" width="2.5cm">
11087 <column alignment="center" valignment="middle">
11088 <column alignment="center" valignment="middle">
11089 <row>
11090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 \begin_inset space \hspace{}
11095 \length 0pt
11096 \end_inset
11097
11098 verylongtablecellword
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 <row>
11123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 </lyxtabular>
11181
11182 \end_inset
11183
11184
11185 \begin_inset space \hfill{}
11186 \end_inset
11187
11188
11189 \end_layout
11190
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \begin_layout Subsection
11197 連結列
11198 \begin_inset CommandInset label
11199 LatexCommand label
11200 name "subsec:連結列"
11201
11202 \end_inset
11203
11204
11205 \begin_inset Index idx
11206 status collapsed
11207
11208 \begin_layout Plain Layout
11209 れんけつれつ@連結列
11210 \end_layout
11211
11212 \end_inset
11213
11214
11215 \begin_inset Index idx
11216 status collapsed
11217
11218 \begin_layout Plain Layout
11219 ひょう@表 ! れんけつれつ@連結列
11220 \end_layout
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \begin_layout Subsubsection
11228 連結列の基礎
11229 \end_layout
11230
11231 \begin_layout Standard
11232 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11233 \family sans
11234
11235 \begin_inset Info
11236 type  "icon"
11237 arg   "inset-modify tabular multicolumn"
11238 \end_inset
11239
11240
11241 \family default
11242 を押すか、
11243 \family sans
11244 編集\SpecialChar menuseparator
11245 表\SpecialChar menuseparator
11246 連結列
11247 \family default
11248 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11249 \family sans
11250 連結列
11251 \family default
11252 を有効にするかしてください。
11253 \end_layout
11254
11255 \begin_layout Standard
11256 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11257 、最下行に上罫線のない連結行がある表の例です。
11258 \begin_inset Separator parbreak
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \begin_layout Standard
11265 \align center
11266 \begin_inset Tabular
11267 <lyxtabular version="3" rows="3" columns="4">
11268 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11269 <column alignment="center" valignment="top" width="0pt">
11270 <column alignment="center" valignment="middle">
11271 <column alignment="center" valignment="top" width="0in">
11272 <column alignment="center" valignment="top" width="0pt">
11273 <row>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 いろは
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 にほへとちり
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 ぬるを
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 </row>
11311 <row>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 </lyxtabular>
11388
11389 \end_inset
11390
11391
11392 \end_layout
11393
11394 \begin_layout Subsubsection
11395 連結列の計算
11396 \begin_inset CommandInset label
11397 LatexCommand label
11398 name "subsec:連結列の計算"
11399
11400 \end_inset
11401
11402
11403 \begin_inset Index idx
11404 status collapsed
11405
11406 \begin_layout Plain Layout
11407 れんけつれつ@連結列 ! けいさん@計算
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Standard
11416 \SpecialChar LyX
11417 は、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11418 \end_layout
11419
11420 \begin_layout Standard
11421 \begin_inset Float table
11422 placement h
11423 wide false
11424 sideways false
11425 status open
11426
11427 \begin_layout Plain Layout
11428 \begin_inset Caption Standard
11429
11430 \begin_layout Plain Layout
11431 \begin_inset CommandInset label
11432 LatexCommand label
11433 name "tab:中央揃え表"
11434
11435 \end_inset
11436
11437 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11438 \begin_inset Argument 1
11439 status collapsed
11440
11441 \begin_layout Plain Layout
11442 完全なる連結列表
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \begin_layout Plain Layout
11456 \align center
11457 \begin_inset Tabular
11458 <lyxtabular version="3" rows="3" columns="3">
11459 <features tabularvalignment="middle">
11460 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11461 <column alignment="center" valignment="middle">
11462 <column alignment="center" valignment="top">
11463 <row>
11464 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 複数行にわたる連結列
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 </row>
11521 <row>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 </lyxtabular>
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Standard
11563 たとえば、表
11564 \begin_inset CommandInset ref
11565 LatexCommand ref
11566 reference "tab:中央揃え表"
11567
11568 \end_inset
11569
11570 を生成するには、3
11571 \begin_inset Formula $\times$
11572 \end_inset
11573
11574 3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11575 \family sans
11576 設定
11577 \family default
11578 を選択します。そして現れる表の設定ダイアログで、このセルを
11579 \emph on
11580 連結列
11581 \emph default
11582
11583 \emph on
11584 中央揃え
11585 \emph default
11586 、2.5
11587 \begin_inset space \thinspace{}
11588 \end_inset
11589
11590 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11591 \begin_inset space \thinspace{}
11592 \end_inset
11593
11594 cm幅に設定します。すると第二列は自動的に1.25
11595 \begin_inset space \thinspace{}
11596 \end_inset
11597
11598 cm幅(連結列幅マイナス第一列の幅)になります。表
11599 \begin_inset CommandInset ref
11600 LatexCommand ref
11601 reference "tab:半分でない表"
11602
11603 \end_inset
11604
11605 もこのようにして作成してあります。
11606 \end_layout
11607
11608 \begin_layout Standard
11609 \begin_inset Float table
11610 wide false
11611 sideways false
11612 status open
11613
11614 \begin_layout Plain Layout
11615 \begin_inset Caption Standard
11616
11617 \begin_layout Plain Layout
11618 \begin_inset CommandInset label
11619 LatexCommand label
11620 name "tab:半分でない表"
11621
11622 \end_inset
11623
11624 連結セルの下の列が正確に半分になっていない表
11625 \begin_inset Argument 1
11626 status collapsed
11627
11628 \begin_layout Plain Layout
11629 不完全な連結列表
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \begin_layout Plain Layout
11643 \align center
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="3">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="top" width="1.25cm">
11648 <column alignment="center" valignment="top">
11649 <column alignment="center" valignment="top">
11650 <row>
11651 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 複数行にわたる連結列
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 </lyxtabular>
11738
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Standard
11750 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11751 指定したセル幅
11752 \begin_inset Formula $W_{\mbox{指}}$
11753 \end_inset
11754
11755 がセルの全幅
11756 \begin_inset Formula $W_{\text{全}}$
11757 \end_inset
11758
11759 と等しくならないためです。付録
11760 \begin_inset CommandInset ref
11761 LatexCommand ref
11762 reference "cha:式の説明"
11763
11764 \end_inset
11765
11766 がこの事情を詳細に説明しています。
11767 \end_layout
11768
11769 \begin_layout Standard
11770
11771 \emph on
11772 n
11773 \emph default
11774 列を連結する際、各列の全幅が
11775 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11776 \end_inset
11777
11778 となるために必要な指定幅
11779 \begin_inset Formula $W_{\mbox{指}:n}$
11780 \end_inset
11781
11782 は、
11783 \begin_inset Formula 
11784 \begin{equation}
11785 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11786 \end{equation}
11787
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \begin_layout Standard
11794 で計算することができます。上記の例では
11795 \begin_inset Formula $n=2$
11796 \end_inset
11797
11798 かつ
11799 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11800 \end_inset
11801
11802 cmかつ長さは既定値ですから、第
11803 \begin_inset CommandInset ref
11804 LatexCommand ref
11805 reference "eq:Wgn"
11806
11807 \end_inset
11808
11809 式は
11810 \begin_inset Formula 
11811 \begin{equation}
11812 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11813 \end{equation}
11814
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \begin_layout Standard
11821 となります。\SpecialChar LaTeX
11822 中で計算を可能にするには、文書プリアンブル行に
11823 \end_layout
11824
11825 \begin_layout Standard
11826
11827 \series bold
11828
11829 \backslash
11830 usepackage{calc}
11831 \end_layout
11832
11833 \begin_layout Standard
11834 と書いて、\SpecialChar LaTeX
11835 パッケージ
11836 \series bold
11837 calc
11838 \series default
11839
11840 \begin_inset Index idx
11841 status collapsed
11842
11843 \begin_layout Plain Layout
11844 \SpecialChar LaTeX
11845 ぱっけーじ@\SpecialChar LaTeX
11846 パッケージ ! calc
11847 \end_layout
11848
11849 \end_inset
11850
11851 を読み込まなくてはなりません。\SpecialChar LyX
11852 の「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログの\SpecialChar LaTeX
11853 の引数欄に書き込むことによって
11854 列を整形しなくてはなりません。以下は、その引数の概要です。
11855 \end_layout
11856
11857 \begin_layout Itemize
11858
11859 \series bold
11860 p{幅}
11861 \series default
11862 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11863 \end_layout
11864
11865 \begin_layout Itemize
11866
11867 \series bold
11868 m{幅}
11869 \series default
11870 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11871 \end_layout
11872
11873 \begin_layout Itemize
11874
11875 \series bold
11876 b{幅}
11877 \series default
11878 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11879 \end_layout
11880
11881 \begin_layout Standard
11882 \SpecialChar LaTeX
11883 変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11884 \end_layout
11885
11886 \begin_layout Standard
11887 \begin_inset Note Greyedout
11888 status open
11889
11890 \begin_layout Plain Layout
11891
11892 \series bold
11893 【註】
11894 \series default
11895 バグのせいで、\SpecialChar LyX
11896 は無効にされた設定も表示してしまいます。
11897 \end_layout
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \begin_layout Standard
11905 文章を水平方向中央揃えにしたいので、
11906 \series bold
11907
11908 \backslash
11909 centering
11910 \series default
11911 コマンドを入れます。したがって、以下のような\SpecialChar LaTeX
11912 変数を、最初の被連結列に入れます。
11913 \end_layout
11914
11915 \begin_layout Standard
11916
11917 \series bold
11918 >{
11919 \backslash
11920 centering}m{1.25cm-6.2pt}
11921 \end_layout
11922
11923 \begin_layout Standard
11924
11925 \series bold
11926 >{ }
11927 \series default
11928 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11929 \end_layout
11930
11931 \begin_layout Standard
11932 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、\SpecialChar LyX
11933 は揃えを一列分のみに適用するためです。したがって
11934 、連結セルには
11935 \end_layout
11936
11937 \begin_layout Standard
11938
11939 \series bold
11940 >{
11941 \backslash
11942 centering}m{2.5cm}
11943 \end_layout
11944
11945 \begin_layout Standard
11946 という\SpecialChar LaTeX
11947 変数を指定しなくてはなりません。
11948 \end_layout
11949
11950 \begin_layout Subsection
11951 連結行
11952 \begin_inset CommandInset label
11953 LatexCommand label
11954 name "subsec:連結行"
11955
11956 \end_inset
11957
11958
11959 \begin_inset Index idx
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963 れんけつぎょう@連結行
11964 \end_layout
11965
11966 \end_inset
11967
11968
11969 \begin_inset Index idx
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973 ひょう@表 ! れんけつぎょう@連結行
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \begin_layout Standard
11982 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11983 \family sans
11984
11985 \begin_inset Info
11986 type  "icon"
11987 arg   "inset-modify tabular multirow"
11988 \end_inset
11989
11990
11991 \family default
11992 を押すか、メニュー
11993 \family sans
11994 編集\SpecialChar menuseparator
11995 表\SpecialChar menuseparator
11996 連結行
11997 \family default
11998 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11999 \family sans
12000 \SpecialChar menuseparator
12001 連結行
12002 \family default
12003 を選んでください。
12004 \end_layout
12005
12006 \begin_layout Standard
12007 下記は一列目に連結列を適用した表の例です。
12008 \begin_inset Separator parbreak
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Standard
12015 \align center
12016 \begin_inset Tabular
12017 <lyxtabular version="3" rows="3" columns="3">
12018 <features tabularvalignment="middle">
12019 <column alignment="center" valignment="top" width="0pt">
12020 <column alignment="center" valignment="top">
12021 <column alignment="center" valignment="top">
12022 <row>
12023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 長いセル項目
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 </row>
12051 <row>
12052 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 連結列
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 </row>
12080 <row>
12081 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 </lyxtabular>
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
12118 \family sans
12119 垂直オフセット
12120 \family default
12121 は、正または負の値を与えると、連結列の内容を上下にシフトします。
12122 \end_layout
12123
12124 \begin_layout Standard
12125 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
12126 \end_layout
12127
12128 \begin_layout Standard
12129
12130 \series bold
12131
12132 \backslash
12133 renewcommand{
12134 \backslash
12135 multirowsetup}{
12136 \backslash
12137 centering}
12138 \end_layout
12139
12140 \begin_layout Standard
12141 というコマンドを使用して、コマンド
12142 \series bold
12143
12144 \backslash
12145 multirowsetup
12146 \series default
12147 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
12148 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
12149 \series bold
12150
12151 \backslash
12152 centering
12153 \series default
12154 の代わりに
12155 \series bold
12156
12157 \backslash
12158 raggedleft
12159 \series default
12160 を使用して下さい。左揃えに戻すには、
12161 \series bold
12162
12163 \backslash
12164 raggedright
12165 \series default
12166 とします。
12167 \end_layout
12168
12169 \begin_layout Standard
12170 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
12171 \begin_inset Separator parbreak
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \begin_layout Standard
12178 \noindent
12179 \align center
12180 \begin_inset ERT
12181 status collapsed
12182
12183 \begin_layout Plain Layout
12184
12185
12186 \backslash
12187 renewcommand{
12188 \backslash
12189 multirowsetup}{
12190 \backslash
12191 raggedleft}
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \begin_inset Tabular
12198 <lyxtabular version="3" rows="4" columns="3">
12199 <features tabularvalignment="middle">
12200 <column alignment="center" valignment="top" width="3cm">
12201 <column alignment="center" valignment="top">
12202 <column alignment="center" valignment="top">
12203 <row>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 長いセル項目
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226
12227 \end_layout
12228
12229 \end_inset
12230 </cell>
12231 </row>
12232 <row>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 連結列
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Plain Layout
12275
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 </row>
12290 <row>
12291 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 </row>
12319 </lyxtabular>
12320
12321 \end_inset
12322
12323
12324 \begin_inset ERT
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328
12329
12330 \backslash
12331 renewcommand{
12332 \backslash
12333 multirowsetup}{
12334 \backslash
12335 raggedright}
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Standard
12344 連結行で新しい行に移るには、強制改行(
12345 \begin_inset Flex Ruby
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 捷径
12350 \begin_inset Argument post:1
12351 status collapsed
12352
12353 \begin_layout Plain Layout
12354 ショートカット
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \end_layout
12361
12362 \end_inset
12363
12364
12365 \begin_inset Info
12366 type  "shortcut"
12367 arg   "newline-insert newline"
12368 \end_inset
12369
12370 )を使用できますが、この場合、下記の例に示されているようにセル行との整合を顧慮しません。
12371 \begin_inset Separator parbreak
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378 \noindent
12379 \align center
12380 \begin_inset Tabular
12381 <lyxtabular version="3" rows="3" columns="2">
12382 <features tabularvalignment="middle">
12383 <column alignment="left" valignment="middle" width="2cm">
12384 <column alignment="center" valignment="top">
12385 <row>
12386 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Plain Layout
12390 いいい
12391 \begin_inset Newline newline
12392 \end_inset
12393
12394 いいい
12395 \begin_inset Newline newline
12396 \end_inset
12397
12398 おかしなセル
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407 ははは
12408 \end_layout
12409
12410 \end_inset
12411 </cell>
12412 </row>
12413 <row>
12414 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418
12419 \end_layout
12420
12421 \end_inset
12422 </cell>
12423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12424 \begin_inset Text
12425
12426 \begin_layout Plain Layout
12427 ににに
12428 \end_layout
12429
12430 \end_inset
12431 </cell>
12432 </row>
12433 <row>
12434 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12435 \begin_inset Text
12436
12437 \begin_layout Plain Layout
12438 ろろろ
12439 \end_layout
12440
12441 \end_inset
12442 </cell>
12443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12444 \begin_inset Text
12445
12446 \begin_layout Plain Layout
12447 ほほほ
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 </row>
12453 </lyxtabular>
12454
12455 \end_inset
12456
12457
12458 \end_layout
12459
12460 \begin_layout Standard
12461 したがって、強制改行を使うのは注意が必要です。
12462 \end_layout
12463
12464 \begin_layout Subsection
12465 対角線付きのセル
12466 \end_layout
12467
12468 \begin_layout Standard
12469 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには、表の第1セルに対角線を一本ないし二本引いて分割すると便利です。これは、\SpecialChar LaTeX
12470 パッケージの
12471 \series bold
12472 diagbox
12473 \series default
12474
12475 \begin_inset Index idx
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 \SpecialChar LaTeX
12480 ぱっけーじ@\SpecialChar LaTeX
12481 パッケージ ! diagbox
12482 \end_layout
12483
12484 \end_inset
12485
12486 を文書プリアンブルに読み込むことによって実現できます。このパッケージには、
12487 \series bold
12488
12489 \backslash
12490 diagbox
12491 \series default
12492 というコマンドがありますので、以下のように、これに2ないし3の引数をつけて、\SpecialChar TeX
12493 コードで挿入します。
12494 \end_layout
12495
12496 \begin_layout Standard
12497
12498 \series bold
12499
12500 \backslash
12501 diagbox[オプション]{左下}{右上}
12502 \end_layout
12503
12504 \begin_layout Standard
12505
12506 \series bold
12507
12508 \backslash
12509 diagbox[オプション]{左下}{左上}{右上}
12510 \end_layout
12511
12512 \begin_layout Standard
12513 最初の書式は、第1セルを一本の対角線で分割し、引数の内容がその上下に入れられます。二つ目の書式は、第1セルを二本の線で分割します。
12514 \end_layout
12515
12516 \begin_layout Standard
12517 \begin_inset ERT
12518 status collapsed
12519
12520 \begin_layout Plain Layout
12521
12522
12523 \backslash
12524 ifdiagbox
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \begin_inset Note Note
12531 status open
12532
12533 \begin_layout Plain Layout
12534 この節は、\SpecialChar LaTeX
12535 パッケージ
12536 \series bold
12537 diagbox
12538 \series default
12539 が導入済みの時のみ表示されます。
12540 \end_layout
12541
12542 \end_inset
12543
12544
12545 \end_layout
12546
12547 \begin_layout Standard
12548 下記は、
12549 \series bold
12550
12551 \backslash
12552 diagbox
12553 \series default
12554 を第1セル中に2引数書式で使用した表の例です。
12555 \begin_inset VSpace medskip
12556 \end_inset
12557
12558
12559 \end_layout
12560
12561 \begin_layout Standard
12562 \noindent
12563 \begin_inset Tabular
12564 <lyxtabular version="3" rows="4" columns="4">
12565 <features tabularvalignment="middle">
12566 <column alignment="center" valignment="top">
12567 <column alignment="center" valignment="top">
12568 <column alignment="center" valignment="top">
12569 <column alignment="center" valignment="top">
12570 <row>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 \begin_inset ERT
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580
12581 \backslash
12582 diagbox{
12583 \end_layout
12584
12585 \end_inset
12586
12587 名称
12588 \begin_inset ERT
12589 status collapsed
12590
12591 \begin_layout Plain Layout
12592
12593 }{
12594 \end_layout
12595
12596 \end_inset
12597
12598 パラメータ
12599 \begin_inset ERT
12600 status collapsed
12601
12602 \begin_layout Plain Layout
12603
12604 }
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 厚み(nm)
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 透明度(%)
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 硬度(MPa)
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 Perfect Green
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 45
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 80
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 504
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 Dark Multi-P
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 60
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 72
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 982
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 </row>
12718 <row>
12719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 Crystal Clear Pro
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 18
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 86
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 374
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 </row>
12756 </lyxtabular>
12757
12758 \end_inset
12759
12760
12761 \begin_inset VSpace medskip
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \begin_layout Standard
12768 3引数書式は、例えばスポーツリーグや距離を示すクロス表に便利です。
12769 \begin_inset Separator parbreak
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Standard
12776 \noindent
12777 \align center
12778 \begin_inset Tabular
12779 <lyxtabular version="3" rows="4" columns="4">
12780 <features tabularvalignment="middle">
12781 <column alignment="center" valignment="top" width="0pt">
12782 <column alignment="center" valignment="top">
12783 <column alignment="center" valignment="top">
12784 <column alignment="center" valignment="top">
12785 <row>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 \begin_inset ERT
12791 status collapsed
12792
12793 \begin_layout Plain Layout
12794
12795
12796 \backslash
12797 diagbox{
12798 \end_layout
12799
12800 \end_inset
12801
12802 ホームチーム
12803 \begin_inset ERT
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807
12808 }{
12809 \end_layout
12810
12811 \end_inset
12812
12813 結果
12814 \begin_inset ERT
12815 status collapsed
12816
12817 \begin_layout Plain Layout
12818
12819 }{
12820 \end_layout
12821
12822 \end_inset
12823
12824 アウェイチーム
12825 \begin_inset ERT
12826 status collapsed
12827
12828 \begin_layout Plain Layout
12829
12830 }
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 Tigers
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 Panthers
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 Falcons
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 <row>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 Tigers
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 1:3
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 0:1
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 </row>
12906 <row>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 Panthers
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 3:1
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 0:0
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 Falcons
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 1:0
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 0:0
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 </lyxtabular>
12983
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \begin_layout Standard
12990 大きなクロス表では、下記のように、2つないし全部のコーナーセルに対角線を入れると良いかもしれません。
12991 \begin_inset Separator parbreak
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \align center
13000 \begin_inset Tabular
13001 <lyxtabular version="3" rows="5" columns="5">
13002 <features tabularvalignment="middle">
13003 <column alignment="center" valignment="top" width="0pt">
13004 <column alignment="center" valignment="top">
13005 <column alignment="center" valignment="top">
13006 <column alignment="center" valignment="top">
13007 <column alignment="center" valignment="top">
13008 <row>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 \begin_inset ERT
13014 status open
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 diagbox{
13021 \end_layout
13022
13023 \end_inset
13024
13025 ホームチーム
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031 }{
13032 \end_layout
13033
13034 \end_inset
13035
13036 結果
13037 \begin_inset ERT
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041
13042 }{
13043 \end_layout
13044
13045 \end_inset
13046
13047 アウェイチーム
13048 \begin_inset ERT
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052
13053 }
13054 \end_layout
13055
13056 \end_inset
13057
13058
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 Tigers
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 Panthers
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 Falcons
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 \begin_inset ERT
13095 status open
13096
13097 \begin_layout Plain Layout
13098
13099
13100 \backslash
13101 diagbox[dir=NE]{
13102 \end_layout
13103
13104 \end_inset
13105
13106 ホームチーム
13107 \begin_inset ERT
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111
13112 }{
13113 \end_layout
13114
13115 \end_inset
13116
13117 結果
13118 \begin_inset ERT
13119 status collapsed
13120
13121 \begin_layout Plain Layout
13122
13123 }{
13124 \end_layout
13125
13126 \end_inset
13127
13128 アウェイチーム
13129 \begin_inset ERT
13130 status collapsed
13131
13132 \begin_layout Plain Layout
13133
13134 }
13135 \end_layout
13136
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 </row>
13145 <row>
13146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 Tigers
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 1:3
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 0:1
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13183 \begin_inset Text
13184
13185 \begin_layout Plain Layout
13186 Tigers
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 <row>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 Panthers
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 3:1
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13221 \begin_inset Text
13222
13223 \begin_layout Plain Layout
13224 0:0
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 Panthers
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 </row>
13239 <row>
13240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 Falcons
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 1:0
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 0:0
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 Falcons
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 \begin_inset ERT
13292 status open
13293
13294 \begin_layout Plain Layout
13295
13296
13297 \backslash
13298 diagbox[dir=SW]{
13299 \end_layout
13300
13301 \end_inset
13302
13303 ホームチーム
13304 \begin_inset ERT
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308
13309 }{
13310 \end_layout
13311
13312 \end_inset
13313
13314 結果
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319
13320 }{
13321 \end_layout
13322
13323 \end_inset
13324
13325 アウェイチーム
13326 \begin_inset ERT
13327 status collapsed
13328
13329 \begin_layout Plain Layout
13330
13331 }
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 Tigers
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 Panthers
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 Falcons
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 \begin_inset ERT
13373 status open
13374
13375 \begin_layout Plain Layout
13376
13377
13378 \backslash
13379 diagbox[dir=SE]{
13380 \end_layout
13381
13382 \end_inset
13383
13384 ホームチーム
13385 \begin_inset ERT
13386 status collapsed
13387
13388 \begin_layout Plain Layout
13389
13390 }{
13391 \end_layout
13392
13393 \end_inset
13394
13395 結果
13396 \begin_inset ERT
13397 status collapsed
13398
13399 \begin_layout Plain Layout
13400
13401 }{
13402 \end_layout
13403
13404 \end_inset
13405
13406 アウェイチーム
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412 }
13413 \end_layout
13414
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 </row>
13423 </lyxtabular>
13424
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431 対角線を廻すために、コマンドオプションとして
13432 \series bold
13433 dir=方角
13434 \series default
13435 を使用しています。
13436 \emph on
13437 方角
13438 \emph default
13439 は、
13440 \series bold
13441 NE
13442 \series default
13443
13444 \series bold
13445 DE
13446 \series default
13447
13448 \series bold
13449 SW
13450 \series default
13451
13452 \series bold
13453 NW
13454 \series default
13455 のいずれかで、コンパスでの位置を示します。例えば、
13456 \series bold
13457 SW
13458 \series default
13459 は南西かど(south-west)を示します。したがって、上の表の左下のセルでは、 
13460 \end_layout
13461
13462 \begin_layout Standard
13463
13464 \series bold
13465
13466 \backslash
13467 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13468 \end_layout
13469
13470 \begin_layout Standard
13471 というコマンドを使用しています。方角を指定しなければ、NWを指定したのと同じ事になります。
13472 \end_layout
13473
13474 \begin_layout Standard
13475 対角線を引いたセルに必要な幅は、自動的に計算されます。したがって、計算された幅よりも小さい固定列幅を指定してしまうと、下記の例のように、セルの中身がはみ出てしま
13476 います。
13477 \begin_inset Separator parbreak
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \begin_layout Standard
13484 \noindent
13485 \align center
13486 \begin_inset Tabular
13487 <lyxtabular version="3" rows="2" columns="2">
13488 <features tabularvalignment="middle">
13489 <column alignment="center" valignment="top" width="3cm">
13490 <column alignment="center" valignment="top">
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset ERT
13497 status collapsed
13498
13499 \begin_layout Plain Layout
13500
13501
13502 \backslash
13503 diagbox{
13504 \end_layout
13505
13506 \end_inset
13507
13508 名称
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513
13514 }{
13515 \end_layout
13516
13517 \end_inset
13518
13519 パラメータ
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525 }
13526 \end_layout
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 厚み(nm)
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 </row>
13545 <row>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Perfect Green
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 45
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 </row>
13565 </lyxtabular>
13566
13567 \end_inset
13568
13569
13570 \end_layout
13571
13572 \begin_layout Standard
13573 対角線を引いたセルの列に一定の幅が必要な場合は、コマンドオプションとして
13574 \series bold
13575 width=3cm
13576 \series default
13577  (必要に応じて「3cm」を必要な幅に変更)を与えてください。下記の表では、第1列の幅が4
13578 \begin_inset space \thinspace{}
13579 \end_inset
13580
13581 cmに設定してあります。
13582 \series bold
13583
13584 \backslash
13585 diagbox
13586 \series default
13587 全体の幅は、本文幅(この場合は4
13588 \begin_inset space \thinspace{}
13589 \end_inset
13590
13591 cm)に、本文とセル罫線との間隔の2倍を加えたものになるので、
13592 \series bold
13593
13594 \backslash
13595 diagbox
13596 \series default
13597 には4
13598 \begin_inset space \thinspace{}
13599 \end_inset
13600
13601 cm + 2
13602 \begin_inset space \thinspace{}
13603 \end_inset
13604
13605
13606 \backslash
13607 tabcolsepの幅が必要です。幅の計算は、
13608 \series bold
13609
13610 \backslash
13611 diagbox
13612 \series default
13613 のコマンドオプション内では行うことができないので、前もって新しい長さを定義しておく必要があります。これは、\SpecialChar TeX
13614 コードコマンドで
13615 \end_layout
13616
13617 \begin_layout Standard
13618
13619 \series bold
13620
13621 \backslash
13622 newlength{
13623 \backslash
13624 diagtest}
13625 \begin_inset Newline newline
13626 \end_inset
13627
13628
13629 \backslash
13630 setlength{
13631 \backslash
13632 diagtest}{4cm+2
13633 \backslash
13634 tabcolsep}
13635 \end_layout
13636
13637 \begin_layout Standard
13638 \begin_inset ERT
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642
13643
13644 \backslash
13645 newlength{
13646 \backslash
13647 diagtest}
13648 \end_layout
13649
13650 \begin_layout Plain Layout
13651
13652
13653 \backslash
13654 setlength{
13655 \backslash
13656 diagtest}{4cm+2
13657 \backslash
13658 tabcolsep}
13659 \end_layout
13660
13661 \end_inset
13662
13663
13664 \end_layout
13665
13666 \begin_layout Standard
13667 とすれば実現できます。\SpecialChar LaTeX
13668 内で計算を行うには、文書プリアンブル中で
13669 \series bold
13670 calc
13671 \series default
13672
13673 \begin_inset Index idx
13674 status collapsed
13675
13676 \begin_layout Plain Layout
13677 \SpecialChar LaTeX
13678 ぱっけーじ@\SpecialChar LaTeX
13679 パッケージ ! calc
13680 \end_layout
13681
13682 \end_inset
13683
13684 パッケージを読み込んでおく必要があります。
13685 \end_layout
13686
13687 \begin_layout Standard
13688 さて、この表の第1セルで
13689 \end_layout
13690
13691 \begin_layout Standard
13692
13693 \series bold
13694
13695 \backslash
13696 diagbox[width=
13697 \backslash
13698 diagtest]{A}{B}
13699 \end_layout
13700
13701 \begin_layout Standard
13702 というコマンドを使用します。
13703 \begin_inset Separator parbreak
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \begin_layout Standard
13710 \noindent
13711 \align center
13712 \begin_inset Tabular
13713 <lyxtabular version="3" rows="2" columns="2">
13714 <features tabularvalignment="middle">
13715 <column alignment="center" valignment="top" width="4cm">
13716 <column alignment="center" valignment="top">
13717 <row>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 \begin_inset ERT
13723 status open
13724
13725 \begin_layout Plain Layout
13726
13727
13728 \backslash
13729 diagbox[width=
13730 \backslash
13731 diagtest]{
13732 \end_layout
13733
13734 \end_inset
13735
13736 A
13737 \begin_inset ERT
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741
13742 }{
13743 \end_layout
13744
13745 \end_inset
13746
13747 B
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753 }
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 厚み (nm)
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 </row>
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 Perfect Green
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 45
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 </row>
13793 </lyxtabular>
13794
13795 \end_inset
13796
13797
13798 \end_layout
13799
13800 \begin_layout Standard
13801 対角線の引いたセルは、当該列中で最も幅広くなっていなくてはなりません。さもないと、次の表のように、対角線の長さが正しく計算できなくなってしまいます。
13802 \begin_inset Separator parbreak
13803 \end_inset
13804
13805
13806 \end_layout
13807
13808 \begin_layout Standard
13809 \noindent
13810 \align center
13811 \begin_inset Tabular
13812 <lyxtabular version="3" rows="2" columns="2">
13813 <features tabularvalignment="middle">
13814 <column alignment="center" valignment="top" width="0pt">
13815 <column alignment="center" valignment="top">
13816 <row>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826
13827 \backslash
13828 diagbox{
13829 \end_layout
13830
13831 \end_inset
13832
13833 A
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839 }{
13840 \end_layout
13841
13842 \end_inset
13843
13844 B
13845 \begin_inset ERT
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849
13850 }
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 厚み (nm)
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 Perfect Green
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 45
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 </row>
13890 </lyxtabular>
13891
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \begin_layout Standard
13898 このような場合には、
13899 \series bold
13900
13901 \backslash
13902 diagbox
13903 \series default
13904 コマンドの
13905 \series bold
13906 width
13907 \series default
13908 オプションを使用してください。こうすると、セル幅が列幅に等しくなるので、2
13909 \backslash
13910 tabcolsepを足す必要はなくなります。下記の表では、3
13911 \begin_inset space \thinspace{}
13912 \end_inset
13913
13914 cm幅を使用しています。
13915 \begin_inset Separator parbreak
13916 \end_inset
13917
13918
13919 \end_layout
13920
13921 \begin_layout Standard
13922 \noindent
13923 \align center
13924 \begin_inset Tabular
13925 <lyxtabular version="3" rows="2" columns="2">
13926 <features tabularvalignment="middle">
13927 <column alignment="center" valignment="top" width="0pt">
13928 <column alignment="center" valignment="top">
13929 <row>
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 \begin_inset ERT
13935 status open
13936
13937 \begin_layout Plain Layout
13938
13939
13940 \backslash
13941 diagbox[width=3cm]{
13942 \end_layout
13943
13944 \end_inset
13945
13946 A
13947 \begin_inset ERT
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951
13952 }{
13953 \end_layout
13954
13955 \end_inset
13956
13957 B
13958 \begin_inset ERT
13959 status collapsed
13960
13961 \begin_layout Plain Layout
13962
13963 }
13964 \end_layout
13965
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 厚み (nm)
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 </row>
13983 <row>
13984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 Perfect Green
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 45
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 </row>
14003 </lyxtabular>
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \begin_layout Standard
14011 対角線を引いたセルに複数行を入力するには、文章をセルに合わせるために高さを追加する必要があります。これは、
14012 \series bold
14013
14014 \backslash
14015 diagbox
14016 \series default
14017 にオプション
14018 \series bold
14019 height=3cm
14020 \series default
14021 を与えることで実現できます(「3cm」は必要な高さに置き換えてください)。下記の表では、第1セルに
14022 \end_layout
14023
14024 \begin_layout Standard
14025
14026 \series bold
14027
14028 \backslash
14029 diagbox[width=3cm,height=1.4cm]{A
14030 \backslash
14031
14032 \backslash
14033 B}{C
14034 \backslash
14035
14036 \backslash
14037 D}
14038 \end_layout
14039
14040 \begin_layout Standard
14041 というコマンドを使用しています。ここでコマンド
14042 \series bold
14043
14044 \backslash
14045
14046 \backslash
14047
14048 \series default
14049 は改行をするためのものです
14050 \begin_inset Foot
14051 status collapsed
14052
14053 \begin_layout Plain Layout
14054
14055 \family sans
14056 Ctrl+Return
14057 \family default
14058 を使っての改行は、列が固定幅の時のみ、使用することができます。
14059 \end_layout
14060
14061 \end_inset
14062
14063
14064 \begin_inset Separator parbreak
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071 \noindent
14072 \align center
14073 \begin_inset Tabular
14074 <lyxtabular version="3" rows="2" columns="2">
14075 <features tabularvalignment="middle">
14076 <column alignment="center" valignment="top">
14077 <column alignment="center" valignment="top">
14078 <row>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 \begin_inset ERT
14084 status open
14085
14086 \begin_layout Plain Layout
14087
14088
14089 \backslash
14090 diagbox[width=3cm,height=1.4cm]{
14091 \end_layout
14092
14093 \end_inset
14094
14095 A
14096 \begin_inset ERT
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100
14101
14102 \backslash
14103
14104 \backslash
14105
14106 \end_layout
14107
14108 \end_inset
14109
14110 B
14111 \begin_inset ERT
14112 status collapsed
14113
14114 \begin_layout Plain Layout
14115
14116 }{
14117 \end_layout
14118
14119 \end_inset
14120
14121 C
14122 \begin_inset ERT
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126
14127
14128 \backslash
14129
14130 \backslash
14131
14132 \end_layout
14133
14134 \end_inset
14135
14136 D
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142 }
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 厚み (nm)
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 <row>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 Perfect Green
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 45
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 </lyxtabular>
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195
14196 \backslash
14197 else
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \begin_inset Note Note
14204 status open
14205
14206 \begin_layout Plain Layout
14207 以下は、\SpecialChar LaTeX
14208 パッケージ
14209 \series bold
14210 diagbox
14211 \series default
14212 が導入済みでないときに表示されます。
14213 \end_layout
14214
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \begin_layout Standard
14221 本節の内容を出力に表示するためには、
14222 \series bold
14223 diagbox
14224 \series default
14225 パッケージを導入しなくてはなりません。
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \begin_inset ERT
14230 status collapsed
14231
14232 \begin_layout Plain Layout
14233
14234
14235 \backslash
14236 fi
14237 \end_layout
14238
14239 \end_inset
14240
14241
14242 \end_layout
14243
14244 \begin_layout Standard
14245 \SpecialChar LaTeX
14246 パッケージ
14247 \series bold
14248 diagbox
14249 \series default
14250 についての詳しい情報は、取扱説明書
14251 \begin_inset CommandInset citation
14252 LatexCommand cite
14253 key "diagbox"
14254
14255 \end_inset
14256
14257 をご覧ください。
14258 \end_layout
14259
14260 \begin_layout Section
14261 フォーマル形式の表
14262 \begin_inset CommandInset label
14263 LatexCommand label
14264 name "sec:フォーマル形式の表"
14265
14266 \end_inset
14267
14268
14269 \begin_inset Index idx
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
14274 \end_layout
14275
14276 \end_inset
14277
14278
14279 \end_layout
14280
14281 \begin_layout Standard
14282 書籍中の表は、よく表
14283 \begin_inset CommandInset ref
14284 LatexCommand ref
14285 reference "tab:ブックタブ表の例"
14286
14287 \end_inset
14288
14289 のように組版されます。この種の表は、「
14290 \emph on
14291 フォーマル形式
14292 \emph default
14293 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \begin_inset Float table
14298 placement h
14299 wide false
14300 sideways false
14301 status open
14302
14303 \begin_layout Plain Layout
14304 \begin_inset Caption Standard
14305
14306 \begin_layout Plain Layout
14307 \begin_inset CommandInset label
14308 LatexCommand label
14309 name "tab:ブックタブ表の例"
14310
14311 \end_inset
14312
14313 ブックタブ表の例
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Plain Layout
14322 \align center
14323 \begin_inset Tabular
14324 <lyxtabular version="3" rows="8" columns="4">
14325 <features booktabs="true" tabularvalignment="middle">
14326 <column alignment="center" valignment="top">
14327 <column alignment="center" valignment="top">
14328 <column alignment="center" valignment="top">
14329 <column alignment="center" valignment="top">
14330 <row>
14331 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 システム
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 Medipix
14345 \begin_inset space \thinspace{}
14346 \end_inset
14347
14348 1
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 Medipix
14358 \begin_inset space \thinspace{}
14359 \end_inset
14360
14361 2
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 </row>
14376 <row>
14377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 \begin_inset ERT
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385
14386
14387 \backslash
14388 cmidrule(r){2-2}
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \begin_inset ERT
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398
14399
14400 \backslash
14401 cmidrule(l){3-4}
14402 \end_layout
14403
14404 \end_inset
14405
14406 検知器の厚み [
14407 \begin_inset Formula $\mu m$
14408 \end_inset
14409
14410 ]
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 300
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 300
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 700
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 <row>
14444 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 エッジ角 [度]
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 3.55
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 <cell alignment="center" valignment="top" topline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466 2.71
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 <cell alignment="center" valignment="top" topline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475 7.99
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 </row>
14481 <row topspace="default">
14482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 空間分解能 [
14487 \begin_inset Formula $\mu m$
14488 \end_inset
14489
14490 ]
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 4.26
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 10.17
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 10.56
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 <row topspace="default">
14524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528 \begin_inset Formula $f_{\mathrm{max}}$
14529 \end_inset
14530
14531 におけるMTF
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 0.53
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 0.37
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 0.39
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 <row topspace="default">
14565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574
14575 \backslash
14576 cmidrule[2pt](l{10pt}){1-1}
14577 \end_layout
14578
14579 \end_inset
14580
14581 LSF空間分解能
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 \begin_inset Formula $\mu m$
14620 \end_inset
14621
14622 表示
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 129.7
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 52.75
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 50.78
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 ピクセルサイズに対する%表示
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 76.3
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 95.9
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687 92.3
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 </row>
14693 </lyxtabular>
14694
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 表中の行に余白を加えるには、第
14707 \begin_inset CommandInset ref
14708 LatexCommand ref
14709 reference "subsec:行の余白取り"
14710
14711 \end_inset
14712
14713 節に述べられているように、表の設定ダイアログの
14714 \family sans
14715 罫線
14716 \family default
14717 タブを使用します。
14718 \end_layout
14719
14720 \begin_layout Standard
14721 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
14722 \begin_inset Newline newline
14723 \end_inset
14724
14725 最初と最後の表罫線の既定幅は0.08
14726 \begin_inset space \thinspace{}
14727 \end_inset
14728
14729 emですが、他の罫線の既定幅は0.05
14730 \begin_inset space \thinspace{}
14731 \end_inset
14732
14733 emです。
14734 \end_layout
14735
14736 \begin_layout Standard
14737 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
14738 \end_layout
14739
14740 \begin_layout Standard
14741
14742 \series bold
14743
14744 \backslash
14745 let
14746 \backslash
14747 mytoprule
14748 \backslash
14749 toprule
14750 \begin_inset Newline newline
14751 \end_inset
14752
14753
14754 \backslash
14755 renewcommand{
14756 \backslash
14757 toprule}{
14758 \backslash
14759 mytoprule[幅]}
14760 \end_layout
14761
14762 \begin_layout Standard
14763 上の例は、
14764 \series bold
14765 toprule
14766 \series default
14767 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
14768 \series bold
14769 toprule
14770 \series default
14771
14772 \series bold
14773 bottomrule
14774 \series default
14775 に置き換えて下さい。他の罫線の線幅を変更するには、
14776 \series bold
14777 toprule
14778 \series default
14779
14780 \series bold
14781 midrule
14782 \series default
14783 に置き換えます。線幅を設定する上では、付録
14784 \begin_inset CommandInset ref
14785 LatexCommand ref
14786 reference "cha:LyXで使用できる単位"
14787
14788 \end_inset
14789
14790 に挙げてあるすべての単位を使用することができます。
14791 \end_layout
14792
14793 \begin_layout Standard
14794 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。\SpecialChar LyX
14795 は、内部的に
14796 \series bold
14797
14798 \backslash
14799 cmidrule
14800 \series default
14801 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
14802 \end_layout
14803
14804 \begin_layout Standard
14805
14806 \series bold
14807
14808 \backslash
14809 cmidrule[幅](刈込){開始列-終了列}
14810 \end_layout
14811
14812 \begin_layout Standard
14813 です。
14814 \series bold
14815
14816 \backslash
14817 cmidrule
14818 \series default
14819 のオプションは、現在のところ\SpecialChar LyX
14820 がサポートしていないので、オプションを使用するためには、\SpecialChar TeX
14821 コードを使わなくてはなりません。
14822 \series bold
14823
14824 \backslash
14825 cmidrule
14826 \series default
14827 は、行の第一列の中に、最初に\SpecialChar TeX
14828 コードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります。
14829 \end_layout
14830
14831 \begin_layout Standard
14832 この線幅の既定値は0.03
14833 \begin_inset space \thinspace{}
14834 \end_inset
14835
14836 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
14837 。非必須パラメーターの「刈込」は、
14838 \emph on
14839 l{刈込幅}
14840 \emph default
14841 あるいは
14842 \emph on
14843 r{刈込幅}
14844 \emph default
14845 の値を取り、刈込幅の指定は非必須です。たとえば、
14846 \emph on
14847 l{2pt}
14848 \emph default
14849 というパラメーターを使うと、罫線が左端から2
14850 \begin_inset space \thinspace{}
14851 \end_inset
14852
14853 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
14854 \begin_inset space \thinspace{}
14855 \end_inset
14856
14857 emだけ刈り込まれます。
14858 \end_layout
14859
14860 \begin_layout Standard
14861 \begin_inset VSpace bigskip
14862 \end_inset
14863
14864
14865 \begin_inset CommandInset ref
14866 LatexCommand ref
14867 reference "tab:ブックタブ表の例"
14868
14869 \end_inset
14870
14871 は、
14872 \end_layout
14873
14874 \begin_layout Standard
14875
14876 \series bold
14877
14878 \backslash
14879 cmidrule(r){2-2}
14880 \backslash
14881 cmidrule(l){3-4}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 というコマンドを第二行の初めに使用し、
14886 \end_layout
14887
14888 \begin_layout Standard
14889
14890 \series bold
14891
14892 \backslash
14893 cmidrule[2pt](l{10pt}){1-1}
14894 \end_layout
14895
14896 \begin_layout Standard
14897 を第六行に使用して作成されています。
14898 \end_layout
14899
14900 \begin_layout Standard
14901 \begin_inset VSpace bigskip
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \begin_layout Standard
14908 ときには、表
14909 \begin_inset CommandInset ref
14910 LatexCommand ref
14911 reference "tab:特殊なブックタブ表"
14912
14913 \end_inset
14914
14915 のような重なり合った
14916 \series bold
14917
14918 \backslash
14919 cmidrule
14920 \series default
14921 が欲しいことがあるかもしれません。これは、\SpecialChar TeX
14922 コードで
14923 \end_layout
14924
14925 \begin_layout Standard
14926
14927 \series bold
14928
14929 \backslash
14930 morecmidrules
14931 \end_layout
14932
14933 \begin_layout Standard
14934 コマンドを使用することによって実現することができます。表
14935 \begin_inset CommandInset ref
14936 LatexCommand ref
14937 reference "tab:特殊なブックタブ表"
14938
14939 \end_inset
14940
14941 の第二列には
14942 \end_layout
14943
14944 \begin_layout Standard
14945
14946 \series bold
14947
14948 \backslash
14949 cmidrule(r){2-2}
14950 \backslash
14951 cmidrule(l){3-4}
14952 \backslash
14953 morecmidrules
14954 \backslash
14955 cmidrule{2-4}
14956 \end_layout
14957
14958 \begin_layout Standard
14959 というコマンドが使用されており、第六列には
14960 \end_layout
14961
14962 \begin_layout Standard
14963
14964 \series bold
14965
14966 \backslash
14967 midrule
14968 \backslash
14969 morecmidrules
14970 \backslash
14971 cmidrule{3-4}
14972 \end_layout
14973
14974 \begin_layout Standard
14975 というコマンドが使用されています。
14976 \end_layout
14977
14978 \begin_layout Standard
14979 \begin_inset VSpace bigskip
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 罫線の余白取りにどうしても満足が行かない場合には、
14987 \end_layout
14988
14989 \begin_layout Standard
14990
14991 \series bold
14992
14993 \backslash
14994 specialrule{幅}{上余白}{下余白}
14995 \end_layout
14996
14997 \begin_layout Standard
14998 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、\SpecialChar LaTeX
14999 パッケージ
15000 \series bold
15001 booktabs
15002 \series default
15003  
15004 \begin_inset CommandInset citation
15005 LatexCommand cite
15006 key "booktabs"
15007
15008 \end_inset
15009
15010
15011 \begin_inset Index idx
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015 \SpecialChar LaTeX
15016 ぱっけーじ@\SpecialChar LaTeX
15017 パッケージ ! booktabs
15018 \end_layout
15019
15020 \end_inset
15021
15022 の取扱説明書をご参照下さい。
15023 \end_layout
15024
15025 \begin_layout Standard
15026 \begin_inset Float table
15027 placement h
15028 wide false
15029 sideways false
15030 status open
15031
15032 \begin_layout Plain Layout
15033 \begin_inset Caption Standard
15034
15035 \begin_layout Plain Layout
15036 \begin_inset CommandInset label
15037 LatexCommand label
15038 name "tab:特殊なブックタブ表"
15039
15040 \end_inset
15041
15042 特殊なブックタブ表
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Plain Layout
15051 \align center
15052 \begin_inset Tabular
15053 <lyxtabular version="3" rows="8" columns="4">
15054 <features booktabs="true" tabularvalignment="middle">
15055 <column alignment="center" valignment="top">
15056 <column alignment="center" valignment="top">
15057 <column alignment="center" valignment="top">
15058 <column alignment="center" valignment="top">
15059 <row>
15060 <cell alignment="center" valignment="top" topline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 システム
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" topline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 Medipix
15074 \begin_inset space \thinspace{}
15075 \end_inset
15076
15077 1
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 Medipix
15087 \begin_inset space \thinspace{}
15088 \end_inset
15089
15090 2
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row>
15106 <cell alignment="center" valignment="top" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 \begin_inset ERT
15111 status collapsed
15112
15113 \begin_layout Plain Layout
15114
15115
15116 \backslash
15117 cmidrule(r){2-2}
15118 \end_layout
15119
15120 \end_inset
15121
15122
15123 \begin_inset ERT
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127
15128
15129 \backslash
15130 cmidrule(l){3-4}
15131 \end_layout
15132
15133 \end_inset
15134
15135
15136 \begin_inset ERT
15137 status collapsed
15138
15139 \begin_layout Plain Layout
15140
15141
15142 \backslash
15143 morecmidrules 
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \begin_inset ERT
15150 status collapsed
15151
15152 \begin_layout Plain Layout
15153
15154
15155 \backslash
15156 cmidrule{2-4}
15157 \end_layout
15158
15159 \end_inset
15160
15161 検知器の厚み [
15162 \begin_inset Formula $\mu m$
15163 \end_inset
15164
15165 ]
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 300
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 300
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 700
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row>
15199 <cell alignment="center" valignment="top" topline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 エッジ角 [度]
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 3.55
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 2.71
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" topline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 7.99
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row topspace="default">
15237 <cell alignment="center" valignment="top" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 空間分解能 [
15242 \begin_inset Formula $\mu m$
15243 \end_inset
15244
15245 ]
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254 4.26
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 10.17
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 10.56
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row topspace="default">
15279 <cell alignment="center" valignment="top" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 \begin_inset Formula $f_{\mathrm{max}}$
15284 \end_inset
15285
15286 におけるMTF
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 0.53
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304 0.37
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 0.39
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 <row>
15320 <cell alignment="center" valignment="top" topline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 \begin_inset ERT
15325 status collapsed
15326
15327 \begin_layout Plain Layout
15328
15329
15330 \backslash
15331 morecmidrules 
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \begin_inset ERT
15338 status collapsed
15339
15340 \begin_layout Plain Layout
15341
15342
15343 \backslash
15344 cmidrule{3-4}
15345 \end_layout
15346
15347 \end_inset
15348
15349 LSF空間分解能
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" topline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row>
15383 <cell alignment="center" valignment="top" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 \begin_inset Formula $\mu m$
15388 \end_inset
15389
15390 表示
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 129.7
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 52.75
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 <cell alignment="center" valignment="top" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417 50.78
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 </row>
15423 <row>
15424 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 ピクセルサイズに対する%表示
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 76.3
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446 95.9
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 92.3
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 </lyxtabular>
15462
15463 \end_inset
15464
15465
15466 \end_layout
15467
15468 \end_inset
15469
15470
15471 \end_layout
15472
15473 \begin_layout Section
15474 表の垂直揃え
15475 \begin_inset Index idx
15476 status collapsed
15477
15478 \begin_layout Plain Layout
15479 ひょう@表 ! そろえ@揃え
15480 \end_layout
15481
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \begin_layout Standard
15488 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
15489 \begin_inset CommandInset ref
15490 LatexCommand ref
15491 reference "sec:ボックスダイアログ"
15492
15493 \end_inset
15494
15495 節に述べられているように、ボックスの垂直揃えを行います。
15496 \end_layout
15497
15498 \begin_layout Standard
15499 以下の例では、各表は15
15500 \begin_inset space \thinspace{}
15501 \end_inset
15502
15503 列幅%を持つminipage
15504 \begin_inset Foot
15505 status collapsed
15506
15507 \begin_layout Plain Layout
15508 minipageは第
15509 \begin_inset CommandInset ref
15510 LatexCommand ref
15511 reference "sec:ミニページ"
15512
15513 \end_inset
15514
15515 節で説明されています。
15516 \end_layout
15517
15518 \end_inset
15519
15520 ボックスの中に入れてあります。
15521 \end_layout
15522
15523 \begin_layout Itemize
15524 動作試験 
15525 \begin_inset Box Frameless
15526 position "t"
15527 hor_pos "c"
15528 has_inner_box 1
15529 inner_pos "c"
15530 use_parbox 0
15531 use_makebox 0
15532 width "15col%"
15533 special "none"
15534 height "1in"
15535 height_special "totalheight"
15536 thickness "0.4pt"
15537 separation "3pt"
15538 shadowsize "4pt"
15539 framecolor "black"
15540 backgroundcolor "none"
15541 status collapsed
15542
15543 \begin_layout Plain Layout
15544 \begin_inset Tabular
15545 <lyxtabular version="3" rows="3" columns="3">
15546 <features tabularvalignment="middle">
15547 <column alignment="center" valignment="top">
15548 <column alignment="center" valignment="top">
15549 <column alignment="center" valignment="top">
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 </row>
15579 <row>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 <row>
15609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 </row>
15637 </lyxtabular>
15638
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645
15646  動作試験 
15647 \begin_inset ERT
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651
15652
15653 \backslash
15654 raisebox{0.85
15655 \backslash
15656 baselineskip}{
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \begin_inset Box Frameless
15663 position "t"
15664 hor_pos "c"
15665 has_inner_box 1
15666 inner_pos "c"
15667 use_parbox 0
15668 use_makebox 0
15669 width "15col%"
15670 special "none"
15671 height "1in"
15672 height_special "totalheight"
15673 thickness "0.4pt"
15674 separation "3pt"
15675 shadowsize "4pt"
15676 framecolor "black"
15677 backgroundcolor "none"
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Tabular
15682 <lyxtabular version="3" rows="3" columns="3">
15683 <features tabularvalignment="middle">
15684 <column alignment="center" valignment="top">
15685 <column alignment="center" valignment="top">
15686 <column alignment="center" valignment="top">
15687 <row>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 <row>
15717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 <row>
15746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 </row>
15774 </lyxtabular>
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \end_inset
15782
15783
15784 \begin_inset ERT
15785 status collapsed
15786
15787 \begin_layout Plain Layout
15788
15789 }
15790 \end_layout
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Itemize
15798 動作試験 
15799 \begin_inset Box Frameless
15800 position "c"
15801 hor_pos "c"
15802 has_inner_box 1
15803 inner_pos "c"
15804 use_parbox 0
15805 use_makebox 0
15806 width "15col%"
15807 special "none"
15808 height "1in"
15809 height_special "totalheight"
15810 thickness "0.4pt"
15811 separation "3pt"
15812 shadowsize "4pt"
15813 framecolor "black"
15814 backgroundcolor "none"
15815 status collapsed
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Tabular
15819 <lyxtabular version="3" rows="3" columns="3">
15820 <features tabularvalignment="middle">
15821 <column alignment="center" valignment="top">
15822 <column alignment="center" valignment="top">
15823 <column alignment="center" valignment="top">
15824 <row>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 </lyxtabular>
15912
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Itemize
15924 動作試験 
15925 \begin_inset Box Frameless
15926 position "b"
15927 hor_pos "c"
15928 has_inner_box 1
15929 inner_pos "c"
15930 use_parbox 0
15931 use_makebox 0
15932 width "15col%"
15933 special "none"
15934 height "1in"
15935 height_special "totalheight"
15936 thickness "0.4pt"
15937 separation "3pt"
15938 shadowsize "4pt"
15939 framecolor "black"
15940 backgroundcolor "none"
15941 status collapsed
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Tabular
15945 <lyxtabular version="3" rows="3" columns="3">
15946 <features tabularvalignment="middle">
15947 <column alignment="center" valignment="top">
15948 <column alignment="center" valignment="top">
15949 <column alignment="center" valignment="top">
15950 <row>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row>
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 </row>
16008 <row>
16009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 </lyxtabular>
16038
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \end_inset
16045
16046  動作試験 
16047 \begin_inset ERT
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051
16052
16053 \backslash
16054 raisebox{-0.32
16055 \backslash
16056 baselineskip}{
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset Box Frameless
16063 position "b"
16064 hor_pos "c"
16065 has_inner_box 1
16066 inner_pos "c"
16067 use_parbox 0
16068 use_makebox 0
16069 width "15col%"
16070 special "none"
16071 height "1in"
16072 height_special "totalheight"
16073 thickness "0.4pt"
16074 separation "3pt"
16075 shadowsize "4pt"
16076 framecolor "black"
16077 backgroundcolor "none"
16078 status collapsed
16079
16080 \begin_layout Plain Layout
16081 \begin_inset Tabular
16082 <lyxtabular version="3" rows="3" columns="3">
16083 <features tabularvalignment="middle">
16084 <column alignment="center" valignment="top">
16085 <column alignment="center" valignment="top">
16086 <column alignment="center" valignment="top">
16087 <row>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row>
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 <row>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 </lyxtabular>
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182
16183
16184 \begin_inset ERT
16185 status collapsed
16186
16187 \begin_layout Plain Layout
16188
16189 }
16190 \end_layout
16191
16192 \end_inset
16193
16194
16195 \end_layout
16196
16197 \begin_layout Standard
16198 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
16199 \begin_inset Foot
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203 raiseboxは、第
16204 \begin_inset CommandInset ref
16205 LatexCommand ref
16206 reference "subsec:垂直揃え"
16207
16208 \end_inset
16209
16210 節で説明されています。
16211 \end_layout
16212
16213 \end_inset
16214
16215 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
16216 \end_layout
16217
16218 \begin_layout Standard
16219
16220 \series bold
16221
16222 \backslash
16223 raisebox{0.85
16224 \backslash
16225 baselineskip}{
16226 \end_layout
16227
16228 \begin_layout Standard
16229 という\SpecialChar TeX
16230 コードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
16231 \series bold
16232 }
16233 \series default
16234 を\SpecialChar TeX
16235 コードとして挿入してあります。最後の項目の第二表には、
16236 \end_layout
16237
16238 \begin_layout Standard
16239
16240 \series bold
16241
16242 \backslash
16243 raisebox{-0.32
16244 \backslash
16245 baselineskip}{
16246 \end_layout
16247
16248 \begin_layout Standard
16249 というコマンドを使用しています。
16250 \end_layout
16251
16252 \begin_layout Standard
16253 \begin_inset Note Greyedout
16254 status open
16255
16256 \begin_layout Plain Layout
16257
16258 \series bold
16259 【註】
16260 \series default
16261 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
16262 \series bold
16263
16264 \backslash
16265 raisebox
16266 \series default
16267 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Section
16276 色付きの表
16277 \begin_inset CommandInset label
16278 LatexCommand label
16279 name "sec:色付きの表"
16280
16281 \end_inset
16282
16283
16284 \begin_inset Index idx
16285 status collapsed
16286
16287 \begin_layout Plain Layout
16288 ひょう@表 ! いろつき@色付き
16289 \end_layout
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Subsection
16297 色付きのセル
16298 \begin_inset Index idx
16299 status collapsed
16300
16301 \begin_layout Plain Layout
16302 ひょうのいろ@表の色 ! せるぶ@セル部
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \begin_inset Index idx
16309 status collapsed
16310
16311 \begin_layout Plain Layout
16312 いろつき@色付き ! ひょうせるぶ@表セル部
16313 \end_layout
16314
16315 \end_inset
16316
16317
16318 \end_layout
16319
16320 \begin_layout Standard
16321 \begin_inset Float table
16322 placement h
16323 wide false
16324 sideways false
16325 status open
16326
16327 \begin_layout Plain Layout
16328 \begin_inset Caption Standard
16329
16330 \begin_layout Plain Layout
16331 \begin_inset CommandInset label
16332 LatexCommand label
16333 name "tab:colortblなしの表"
16334
16335 \end_inset
16336
16337
16338 \series bold
16339 colortbl
16340 \series default
16341 パッケージを使用しない色付き表
16342 \begin_inset Argument 1
16343 status collapsed
16344
16345 \begin_layout Plain Layout
16346 colortblなしの表
16347 \end_layout
16348
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \begin_layout Plain Layout
16360 \align center
16361 \begin_inset Tabular
16362 <lyxtabular version="3" rows="3" columns="3">
16363 <features tabularvalignment="middle">
16364 <column alignment="center" valignment="top">
16365 <column alignment="center" valignment="top">
16366 <column alignment="center" valignment="top">
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \color green
16374
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \color red
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \color red
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 </row>
16402 <row>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407
16408 \color green
16409
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418
16419 \color blue
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429
16430 \color blue
16431
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 <row>
16438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442
16443 \color green
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453
16454 \color blue
16455
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464
16465 \color blue
16466
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 </lyxtabular>
16473
16474 \end_inset
16475
16476
16477 \end_layout
16478
16479 \end_inset
16480
16481
16482 \end_layout
16483
16484 \begin_layout Standard
16485 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
16486 \family sans
16487 編集\SpecialChar menuseparator
16488 文字様式
16489 \family default
16490 メニューで色を選んでください。表
16491 \begin_inset CommandInset ref
16492 LatexCommand ref
16493 reference "tab:colortblなしの表"
16494
16495 \end_inset
16496
16497 を作るのに、この方法が使われています。それ以外の場合には、\SpecialChar LaTeX
16498 パッケージの
16499 \series bold
16500 colortbl
16501 \series default
16502
16503 \begin_inset Index idx
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507 \SpecialChar LaTeX
16508 ぱっけーじ@\SpecialChar LaTeX
16509 パッケージ ! colortbl
16510 \end_layout
16511
16512 \end_inset
16513
16514 を使用しなくてはなりません。
16515 \end_layout
16516
16517 \begin_layout Standard
16518 \begin_inset ERT
16519 status collapsed
16520
16521 \begin_layout Plain Layout
16522
16523
16524 \backslash
16525 ifcolortbl
16526 \end_layout
16527
16528 \end_inset
16529
16530
16531 \begin_inset Note Note
16532 status open
16533
16534 \begin_layout Plain Layout
16535 本節の以下の部分は、\SpecialChar LaTeX
16536 パッケージ
16537 \series bold
16538 colortbl
16539 \series default
16540 が導入済みのときのみ表示されます。
16541 \end_layout
16542
16543 \end_inset
16544
16545
16546 \end_layout
16547
16548 \begin_layout Standard
16549 色付きの表を作成するには、プリアンブルに
16550 \end_layout
16551
16552 \begin_layout Standard
16553
16554 \series bold
16555
16556 \backslash
16557 usepackage{colortbl}
16558 \end_layout
16559
16560 \begin_layout Standard
16561 という行を書いて
16562 \series bold
16563 colortbl
16564 \series default
16565 を読み込まなくてはなりません。列の色は、
16566 \series bold
16567 >{ }
16568 \series default
16569 コマンドの中に
16570 \end_layout
16571
16572 \begin_layout Standard
16573
16574 \series bold
16575
16576 \backslash
16577 columncolor{色彩名}
16578 \end_layout
16579
16580 \begin_layout Standard
16581 というコマンドを書いて指定することができます。
16582 \series bold
16583 >{}
16584 \series default
16585 コマンドに関する詳細は、第
16586 \begin_inset CommandInset ref
16587 LatexCommand ref
16588 reference "subsec:連結列の計算"
16589
16590 \end_inset
16591
16592 節に述べられています。
16593 \end_layout
16594
16595 \begin_layout Standard
16596 以下の色彩名が事前に定義されています。
16597 \end_layout
16598
16599 \begin_layout Standard
16600
16601 \family sans
16602 red
16603 \family default
16604
16605 \family sans
16606 green
16607 \family default
16608
16609 \family sans
16610 yellow
16611 \family default
16612
16613 \family sans
16614 blue
16615 \family default
16616
16617 \family sans
16618 cyan
16619 \family default
16620
16621 \family sans
16622 magenta
16623 \family default
16624
16625 \family sans
16626 black
16627 \family default
16628
16629 \family sans
16630 white
16631 \end_layout
16632
16633 \begin_layout Standard
16634 \begin_inset VSpace medskip
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \begin_layout Standard
16641 また、文書設定中で、文書クラスオプションに
16642 \end_layout
16643
16644 \begin_layout Standard
16645
16646 \series bold
16647 usenames,dvipsnames
16648 \end_layout
16649
16650 \begin_layout Standard
16651 を与えると、さらに61色を使用することができます。これらの色は、附録
16652 \begin_inset CommandInset ref
16653 LatexCommand ref
16654 reference "chap:dvips色名一覧"
16655
16656 \end_inset
16657
16658 に列挙されています。それらの色の1つ、
16659 \family sans
16660 Maroon
16661 \family default
16662 が、例として表
16663 \begin_inset CommandInset ref
16664 LatexCommand ref
16665 reference "tab:色付き表"
16666
16667 \end_inset
16668
16669 に使用されています。
16670 \end_layout
16671
16672 \begin_layout Standard
16673 \begin_inset VSpace medskip
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \begin_layout Standard
16680 また
16681 \end_layout
16682
16683 \begin_layout Standard
16684
16685 \series bold
16686
16687 \backslash
16688 definecolor{色彩名}{色彩モデル}{色彩値}
16689 \end_layout
16690
16691 \begin_layout Standard
16692 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
16693 \end_layout
16694
16695 \begin_layout Labeling
16696 \labelwidthstring 00.00.0000
16697 cmyk: シアン(
16698 \bar under
16699 c
16700 \bar default
16701 yan)・マゼンタ(
16702 \bar under
16703 m
16704 \bar default
16705 agenta)・黄(
16706 \bar under
16707 y
16708 \bar default
16709 ellow)・黒(blac
16710 \bar under
16711 k
16712 \bar default
16713 )
16714 \end_layout
16715
16716 \begin_layout Labeling
16717 \labelwidthstring 00.00.0000
16718 rgb: 赤(
16719 \bar under
16720 r
16721 \bar default
16722 ed)・緑(
16723 \bar under
16724 g
16725 \bar default
16726 reen)・青(
16727 \bar under
16728 b
16729 \bar default
16730 lue)
16731 \end_layout
16732
16733 \begin_layout Labeling
16734 \labelwidthstring 00.00.0000
16735 gray: グレー
16736 \end_layout
16737
16738 \begin_layout Standard
16739 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
16740 \end_layout
16741
16742 \begin_layout Standard
16743 たとえば、プリアンブルに
16744 \end_layout
16745
16746 \begin_layout Standard
16747
16748 \series bold
16749
16750 \backslash
16751 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16752 \end_layout
16753
16754 \begin_layout Standard
16755 と書くことによって、「
16756 \emph on
16757 darkgreen
16758 \emph default
16759 」色を定義することができますし、
16760 \end_layout
16761
16762 \begin_layout Standard
16763
16764 \series bold
16765
16766 \backslash
16767 definecolor{lightgray}{gray}{0.8}
16768 \end_layout
16769
16770 \begin_layout Standard
16771 と書けば、「
16772 \emph on
16773 lightgray
16774 \emph default
16775 」色を定義することができます。
16776 \end_layout
16777
16778 \begin_layout Standard
16779 \begin_inset VSpace medskip
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \begin_layout Standard
16786 罫線は
16787 \end_layout
16788
16789 \begin_layout Standard
16790
16791 \series bold
16792
16793 \backslash
16794 rowcolor{色彩名}
16795 \end_layout
16796
16797 \begin_layout Standard
16798 というコマンドを使用して色付けすることができ、セルは
16799 \end_layout
16800
16801 \begin_layout Standard
16802
16803 \series bold
16804
16805 \backslash
16806 cellcolor{色彩名}
16807 \end_layout
16808
16809 \begin_layout Standard
16810 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭に\SpecialChar TeX
16811 コードで書き込みます。
16812 \end_layout
16813
16814 \begin_layout Standard
16815 表中の文字に色付けをするには、セルを選択してから、\SpecialChar LyX
16816 のメニュー
16817 \family sans
16818 編集\SpecialChar menuseparator
16819 文字様式
16820 \family default
16821 を使用します。セルに\SpecialChar TeX
16822 コードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定された\SpecialChar TeX
16823 コードが\SpecialChar LaTeX
16824 エラーを引き起こしてしまいます。
16825 \end_layout
16826
16827 \begin_layout Standard
16828 \begin_inset Note Greyedout
16829 status open
16830
16831 \begin_layout Plain Layout
16832
16833 \series bold
16834 【註】
16835 \series default
16836 DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \begin_layout Standard
16845 \begin_inset VSpace bigskip
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Standard
16852
16853 \begin_inset CommandInset ref
16854 LatexCommand ref
16855 reference "tab:色付き表"
16856
16857 \end_inset
16858
16859 を作成するには、以下のようにしてください。第一列の色は
16860 \emph on
16861 darkgreen
16862 \emph default
16863 にしたいので、この列の\SpecialChar LaTeX
16864 変数として
16865 \end_layout
16866
16867 \begin_layout Standard
16868
16869 \series bold
16870 >{
16871 \backslash
16872 columncolor{darkgreen}
16873 \backslash
16874 centering}c
16875 \end_layout
16876
16877 \begin_layout Standard
16878 と書き込みます。第一列は青にしたいので、この列の最初のセルに
16879 \end_layout
16880
16881 \begin_layout Standard
16882
16883 \series bold
16884
16885 \backslash
16886 rowcolow{cyan}
16887 \end_layout
16888
16889 \begin_layout Standard
16890 という\SpecialChar TeX
16891 コードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最終行の最後のセルは、
16892 \end_layout
16893
16894 \begin_layout Standard
16895
16896 \series bold
16897
16898 \backslash
16899 cellcolor{Maroon}
16900 \end_layout
16901
16902 \begin_layout Standard
16903 という\SpecialChar TeX
16904 コードコマンドを書き込むことで、マルーンに色づけされています。この後、
16905 \family sans
16906 編集\SpecialChar menuseparator
16907 文字様式
16908 \family default
16909 メニューを使って、各文字に色付けをすることができます。
16910 \end_layout
16911
16912 \begin_layout Standard
16913 \begin_inset Float table
16914 placement h
16915 wide false
16916 sideways false
16917 status open
16918
16919 \begin_layout Plain Layout
16920 \begin_inset Caption Standard
16921
16922 \begin_layout Plain Layout
16923
16924 \series bold
16925 \begin_inset CommandInset label
16926 LatexCommand label
16927 name "tab:色付き表"
16928
16929 \end_inset
16930
16931 colortbl
16932 \series default
16933 パッケージを使用した色付き表
16934 \begin_inset Argument 1
16935 status collapsed
16936
16937 \begin_layout Plain Layout
16938 colortblを使った表
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947
16948
16949 \end_layout
16950
16951 \begin_layout Plain Layout
16952 \align center
16953 \begin_inset Tabular
16954 <lyxtabular version="3" rows="3" columns="3">
16955 <features tabularvalignment="middle">
16956 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16957 <column alignment="center" valignment="top">
16958 <column alignment="center" valignment="top">
16959 <row>
16960 <cell alignment="center" valignment="top" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset ERT
16965 status collapsed
16966
16967 \begin_layout Plain Layout
16968
16969
16970 \backslash
16971 rowcolor{cyan}
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \color magenta
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \color red
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998
16999 \color red
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \color yellow
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \color blue
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033
17034 \color blue
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="center" valignment="top" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \color yellow
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \color blue
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset ERT
17069 status collapsed
17070
17071 \begin_layout Plain Layout
17072
17073
17074 \backslash
17075 cellcolor{Maroon}
17076 \end_layout
17077
17078 \end_inset
17079
17080
17081 \color green
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 </lyxtabular>
17089
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \begin_layout Standard
17101 \begin_inset ERT
17102 status collapsed
17103
17104 \begin_layout Plain Layout
17105
17106
17107 \backslash
17108 else
17109 \end_layout
17110
17111 \end_inset
17112
17113
17114 \begin_inset Note Note
17115 status open
17116
17117 \begin_layout Plain Layout
17118 以下は、\SpecialChar LaTeX
17119 パッケージ
17120 \series bold
17121 colortbl
17122 \series default
17123 が導入されていないときに表示されます。
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \begin_layout Standard
17132 この節の内容を出力で表示させるには、
17133 \series bold
17134 colortbl
17135 \series default
17136 パッケージを導入する必要があります。
17137 \end_layout
17138
17139 \begin_layout Standard
17140 \begin_inset ERT
17141 status collapsed
17142
17143 \begin_layout Plain Layout
17144
17145
17146 \backslash
17147 fi
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Subsection
17156 色付き行
17157 \begin_inset Index idx
17158 status collapsed
17159
17160 \begin_layout Plain Layout
17161 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \begin_inset Index idx
17168 status collapsed
17169
17170 \begin_layout Plain Layout
17171 いろつき@色付き ! ひょうのぎょう@表の行
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Standard
17180 表の行を交互に色付けする必要がある場合、前節に述べたのとは別な方法があります。文書プリアンブルに
17181 \end_layout
17182
17183 \begin_layout Standard
17184
17185 \series bold
17186
17187 \backslash
17188 usepackage[table]{xcolor}
17189 \end_layout
17190
17191 \begin_layout Standard
17192 というコマンドを使用して、
17193 \series bold
17194 xcolor
17195 \series default
17196
17197 \begin_inset Index idx
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201 \SpecialChar LaTeX
17202 ぱっけーじ@\SpecialChar LaTeX
17203 パッケージ ! xcolor
17204 \begin_inset ERT
17205 status collapsed
17206
17207 \begin_layout Plain Layout
17208
17209
17210 \backslash
17211 vspace{4mm}
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220
17221 パッケージを読み込むのです。
17222 \series bold
17223 xcolor
17224 \series default
17225 は、自動的に
17226 \series bold
17227 colortbl
17228 \series default
17229
17230 \begin_inset Index idx
17231 status collapsed
17232
17233 \begin_layout Plain Layout
17234 \SpecialChar LaTeX
17235 ぱっけーじ@\SpecialChar LaTeX
17236 パッケージ ! colortbl
17237 \end_layout
17238
17239 \end_inset
17240
17241 パッケージも読み込むので、\SpecialChar LaTeX
17242 エラーを防ぐためには、お使いの\SpecialChar LaTeX
17243 頒布版中に
17244 \series bold
17245 colortbl
17246 \series default
17247 も導入されていなくてはなりません。
17248 \end_layout
17249
17250 \begin_layout Standard
17251 \begin_inset ERT
17252 status collapsed
17253
17254 \begin_layout Plain Layout
17255
17256
17257 \backslash
17258 ifcolortbl
17259 \end_layout
17260
17261 \end_inset
17262
17263
17264 \begin_inset Note Note
17265 status open
17266
17267 \begin_layout Plain Layout
17268 本節の以下の部分は、\SpecialChar LaTeX
17269 パッケージ
17270 \series bold
17271 colortbl
17272 \series default
17273 が導入済みのときのみ表示されます。
17274 \end_layout
17275
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Standard
17282 表の行は、文書プリアンブル中か、色付けする最初の表の前に\SpecialChar TeX
17283 コードで
17284 \end_layout
17285
17286 \begin_layout Standard
17287
17288 \series bold
17289
17290 \backslash
17291 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17292 \end_layout
17293
17294 \begin_layout Standard
17295 というコマンドを使用すれば、色付けすることができます。ここで、「行番号」は、奇数行色で色付けする最初の行の番号です。「コマンド」は、各行の前で実行したいコマンド
17296 を付加する時に用います。したがって、例えば
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 rowcolors{1}{white}{lightgray}
17305 \end_layout
17306
17307 \begin_layout Standard
17308 というコマンドは、表
17309 \begin_inset CommandInset ref
17310 LatexCommand ref
17311 reference "tab:表-行色"
17312
17313 \end_inset
17314
17315 のようなカラースキームをもたらします。また、
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321
17322 \backslash
17323 rowcolors[
17324 \backslash
17325 hline]{1}{lightgray}{cyan}
17326 \end_layout
17327
17328 \begin_layout Standard
17329 というコマンドを用いると、表
17330 \begin_inset CommandInset ref
17331 LatexCommand ref
17332 reference "tab:表-行色-2"
17333
17334 \end_inset
17335
17336 のようなカラースキームになります。「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは、色付けはされませんので、
17337 \end_layout
17338
17339 \begin_layout Standard
17340
17341 \series bold
17342
17343 \backslash
17344 rowcolors{1}{}{}
17345 \end_layout
17346
17347 \begin_layout Standard
17348 というコマンドはすべての色付けを削除することになります。
17349 \series bold
17350
17351 \backslash
17352 rowcolors
17353 \series default
17354 は、コマンドに続くすべての表に影響を及ぼします。
17355 \end_layout
17356
17357 \begin_layout Standard
17358 \begin_inset ERT
17359 status open
17360
17361 \begin_layout Plain Layout
17362
17363
17364 \backslash
17365 rowcolors{1}{white}{lightgray}
17366 \end_layout
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \begin_layout Standard
17374 \begin_inset Float table
17375 placement h
17376 wide false
17377 sideways false
17378 status open
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Caption Standard
17382
17383 \begin_layout Plain Layout
17384 \begin_inset CommandInset label
17385 LatexCommand label
17386 name "tab:表-行色"
17387
17388 \end_inset
17389
17390 隔行が灰色に着色された表
17391 \end_layout
17392
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \begin_layout Plain Layout
17399 \align center
17400 \begin_inset Tabular
17401 <lyxtabular version="3" rows="4" columns="3">
17402 <features tabularvalignment="middle">
17403 <column alignment="center" valignment="top">
17404 <column alignment="center" valignment="top" width="0pt">
17405 <column alignment="center" valignment="top" width="0pt">
17406 <row>
17407 <cell alignment="center" valignment="top" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 <cell alignment="center" valignment="top" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 </row>
17435 <row>
17436 <cell alignment="center" valignment="top" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 1
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 2
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 3
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 4
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 5
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 6
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 </row>
17493 <row>
17494 <cell alignment="center" valignment="top" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 7
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 8
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 9
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 </lyxtabular>
17523
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \begin_layout Standard
17535 \begin_inset ERT
17536 status open
17537
17538 \begin_layout Plain Layout
17539
17540
17541 \backslash
17542 rowcolors[
17543 \backslash
17544 hline]{1}{lightgray}{cyan}
17545 \end_layout
17546
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \begin_layout Standard
17553 \begin_inset Float table
17554 placement h
17555 wide false
17556 sideways false
17557 status open
17558
17559 \begin_layout Plain Layout
17560 \begin_inset Caption Standard
17561
17562 \begin_layout Plain Layout
17563 \begin_inset CommandInset label
17564 LatexCommand label
17565 name "tab:表-行色-2"
17566
17567 \end_inset
17568
17569 隔行でシアン色に着色され、行間に線の入った表
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Plain Layout
17578 \align center
17579 \begin_inset Tabular
17580 <lyxtabular version="3" rows="4" columns="3">
17581 <features tabularvalignment="middle">
17582 <column alignment="center" valignment="top">
17583 <column alignment="center" valignment="top">
17584 <column alignment="center" valignment="top" width="0pt">
17585 <row>
17586 <cell alignment="center" valignment="top" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 </row>
17614 <row>
17615 <cell alignment="center" valignment="top" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619 1
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 2
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 3
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 <row>
17644 <cell alignment="center" valignment="top" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 4
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 5
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 6
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 </row>
17672 <row>
17673 <cell alignment="center" valignment="top" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 7
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 8
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695 9
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 </row>
17701 </lyxtabular>
17702
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \begin_layout Standard
17714 \begin_inset ERT
17715 status collapsed
17716
17717 \begin_layout Plain Layout
17718
17719
17720 \backslash
17721 rowcolors{1}{}{}
17722 \end_layout
17723
17724 \end_inset
17725
17726
17727 \begin_inset Note Note
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 行色を解除
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 \begin_inset ERT
17741 status collapsed
17742
17743 \begin_layout Plain Layout
17744
17745
17746 \backslash
17747 else
17748 \end_layout
17749
17750 \end_inset
17751
17752
17753 \begin_inset Note Note
17754 status open
17755
17756 \begin_layout Plain Layout
17757 以下は、\SpecialChar LaTeX
17758 パッケージ
17759 \series bold
17760 colortbl
17761 \series default
17762 が導入されていないときに表示されます。
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 この節の内容を出力で表示させるには、
17772 \series bold
17773 colortbl
17774 \series default
17775 パッケージを導入する必要があります。
17776 \end_layout
17777
17778 \begin_layout Standard
17779 \begin_inset ERT
17780 status collapsed
17781
17782 \begin_layout Plain Layout
17783
17784
17785 \backslash
17786 fi
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \begin_layout Subsection
17795 色付き罫線
17796 \begin_inset Index idx
17797 status collapsed
17798
17799 \begin_layout Plain Layout
17800 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \begin_inset Index idx
17807 status collapsed
17808
17809 \begin_layout Plain Layout
17810 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \begin_layout Standard
17819
17820 \begin_inset CommandInset ref
17821 LatexCommand ref
17822 reference "subsec:罫線幅"
17823
17824 \end_inset
17825
17826 節に述べられているように、表中の全罫線の線幅は、長さ
17827 \series bold
17828
17829 \backslash
17830 arrayrulewidth
17831 \series default
17832 を使って調節することができます。本節の表では、すべて1.5
17833 \begin_inset space \thinspace{}
17834 \end_inset
17835
17836 ptに設定されています。
17837 \begin_inset ERT
17838 status collapsed
17839
17840 \begin_layout Plain Layout
17841
17842
17843 \backslash
17844 setlength{
17845 \backslash
17846 arrayrulewidth}{1.5pt}
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \begin_layout Standard
17855 たとえば縦罫線を緑に着色するには、第
17856 \begin_inset CommandInset ref
17857 LatexCommand ref
17858 reference "subsec:自製書式"
17859
17860 \end_inset
17861
17862 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
17863 \end_layout
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868
17869 \backslash
17870 newcolumntype{W}{!{
17871 \backslash
17872 color{green}
17873 \backslash
17874 vline}}
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \begin_inset CommandInset ref
17880 LatexCommand ref
17881 reference "tab:色付き縦罫線の表"
17882
17883 \end_inset
17884
17885 では、最右列に\SpecialChar LaTeX
17886 変数
17887 \series bold
17888 WcW
17889 \series default
17890 、他の列に\SpecialChar LaTeX
17891 変数
17892 \series bold
17893 Wc
17894 \series default
17895 が使用されています。
17896 \end_layout
17897
17898 \begin_layout Standard
17899 複数の色を用いたいときには、列書式をもっと定義してください。
17900 \end_layout
17901
17902 \begin_layout Standard
17903 \begin_inset Float table
17904 placement h
17905 wide false
17906 sideways false
17907 status open
17908
17909 \begin_layout Plain Layout
17910 \begin_inset Caption Standard
17911
17912 \begin_layout Plain Layout
17913 \begin_inset CommandInset label
17914 LatexCommand label
17915 name "tab:色付き縦罫線の表"
17916
17917 \end_inset
17918
17919 色付き縦罫線の表
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Plain Layout
17928 \align center
17929 \begin_inset Tabular
17930 <lyxtabular version="3" rows="3" columns="3">
17931 <features tabularvalignment="middle">
17932 <column alignment="center" valignment="top" special="Wc">
17933 <column alignment="center" valignment="top" special="Wc">
17934 <column alignment="center" valignment="top" special="WcW">
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 sd
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 </row>
17964 <row>
17965 <cell alignment="center" valignment="top" topline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 sd
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 </row>
17993 <row>
17994 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 sd
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 </row>
18022 </lyxtabular>
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Standard
18035 \begin_inset VSpace bigskip
18036 \end_inset
18037
18038
18039 \begin_inset CommandInset ref
18040 LatexCommand ref
18041 reference "tab:色付き横罫線の表"
18042
18043 \end_inset
18044
18045 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前に\SpecialChar TeX
18046 コードで
18047 \end_layout
18048
18049 \begin_layout Standard
18050
18051 \series bold
18052
18053 \backslash
18054 let
18055 \backslash
18056 myHlineC
18057 \backslash
18058 hline
18059 \begin_inset Newline newline
18060 \end_inset
18061
18062
18063 \backslash
18064 renewcommand{
18065 \backslash
18066 hline}
18067 \begin_inset Newline newline
18068 \end_inset
18069
18070
18071 \begin_inset Phantom HPhantom
18072 status open
18073
18074 \begin_layout Plain Layout
18075 \begin_inset space ~
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082
18083 {
18084 \backslash
18085 arrayrulecolor{red}
18086 \backslash
18087 myHlineC
18088 \backslash
18089 arrayrulecolor{black}}
18090 \end_layout
18091
18092 \begin_layout Standard
18093 というコマンドを入力して下さい。
18094 \end_layout
18095
18096 \begin_layout Standard
18097 \begin_inset ERT
18098 status collapsed
18099
18100 \begin_layout Plain Layout
18101
18102
18103 \backslash
18104 let
18105 \backslash
18106 myHlineC
18107 \backslash
18108 hline
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 renewcommand{
18116 \backslash
18117 hline}
18118 \end_layout
18119
18120 \begin_layout Plain Layout
18121
18122  {
18123 \backslash
18124 arrayrulecolor{red}
18125 \backslash
18126 myHlineC
18127 \backslash
18128 arrayrulecolor{black}}
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \begin_inset Float table
18135 placement h
18136 wide false
18137 sideways false
18138 status open
18139
18140 \begin_layout Plain Layout
18141 \begin_inset Caption Standard
18142
18143 \begin_layout Plain Layout
18144 \begin_inset CommandInset label
18145 LatexCommand label
18146 name "tab:色付き横罫線の表"
18147
18148 \end_inset
18149
18150 色付き横罫線の表
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \begin_layout Plain Layout
18159 \align center
18160 \begin_inset Tabular
18161 <lyxtabular version="3" rows="3" columns="3">
18162 <features tabularvalignment="middle">
18163 <column alignment="center" valignment="top">
18164 <column alignment="center" valignment="top">
18165 <column alignment="center" valignment="top">
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171 sd
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 </row>
18195 <row>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 sd
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 </row>
18224 <row>
18225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247 sd
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 </row>
18253 </lyxtabular>
18254
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \begin_layout Standard
18266 既定値の黒罫線に戻るには、
18267 \end_layout
18268
18269 \begin_layout Standard
18270
18271 \series bold
18272
18273 \backslash
18274 renewcommand{
18275 \backslash
18276 hline}{
18277 \backslash
18278 myHlineC}
18279 \end_layout
18280
18281 \begin_layout Standard
18282 というコマンドを、表ないし表フロートの後に\SpecialChar TeX
18283 コードで入力して下さい。表
18284 \begin_inset CommandInset ref
18285 LatexCommand ref
18286 reference "tab:色付き罫線の表"
18287
18288 \end_inset
18289
18290 は、縦横罫線を色付けした例です。
18291 \end_layout
18292
18293 \begin_layout Standard
18294 \begin_inset Float table
18295 placement h
18296 wide false
18297 sideways false
18298 status open
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Caption Standard
18302
18303 \begin_layout Plain Layout
18304 \begin_inset CommandInset label
18305 LatexCommand label
18306 name "tab:色付き罫線の表"
18307
18308 \end_inset
18309
18310 色付き罫線の表
18311 \end_layout
18312
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \begin_layout Plain Layout
18319 \align center
18320 \begin_inset Tabular
18321 <lyxtabular version="3" rows="3" columns="3">
18322 <features tabularvalignment="middle">
18323 <column alignment="center" valignment="top" special="Wc">
18324 <column alignment="center" valignment="top" special="Wc">
18325 <column alignment="center" valignment="top" special="WcW">
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 sd
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 </row>
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 sd
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" topline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row topspace="default">
18385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 sd
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 </lyxtabular>
18414
18415 \end_inset
18416
18417
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \begin_layout Standard
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 renewcommand{
18434 \backslash
18435 hline}{
18436 \backslash
18437 myHlineC}
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Standard
18446 \begin_inset ERT
18447 status collapsed
18448
18449 \begin_layout Plain Layout
18450
18451
18452 \backslash
18453 setlength{
18454 \backslash
18455 arrayrulewidth}{0.4pt}
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \begin_layout Section
18464 表セルの回転
18465 \begin_inset CommandInset label
18466 LatexCommand label
18467 name "sec:表セルの回転"
18468
18469 \end_inset
18470
18471
18472 \begin_inset Index idx
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476 ひょう@表 ! せるのかいてん@セルの回転
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \begin_inset Index idx
18483 status collapsed
18484
18485 \begin_layout Plain Layout
18486 かいてん@回転 ! そざいの@素材の—
18487 \end_layout
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \begin_layout Standard
18495 \begin_inset Note Greyedout
18496 status open
18497
18498 \begin_layout Plain Layout
18499
18500 \series bold
18501 【註】
18502 \series default
18503 すべてのDVIビューアが回転表示できるわけではありません。
18504 \end_layout
18505
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \begin_layout Standard
18512 と入れてください。表
18513 \begin_inset CommandInset ref
18514 LatexCommand ref
18515 reference "tab:回転表"
18516
18517 \end_inset
18518
18519 は、3つのセルを45°回転させた用例です。
18520 \end_layout
18521
18522 \begin_layout Standard
18523 \begin_inset Float table
18524 wide false
18525 sideways false
18526 status open
18527
18528 \begin_layout Plain Layout
18529 \begin_inset Caption Standard
18530
18531 \begin_layout Plain Layout
18532 \begin_inset CommandInset label
18533 LatexCommand label
18534 name "tab:回転表"
18535
18536 \end_inset
18537
18538 1行目に回転セルのある表
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Plain Layout
18547 \noindent
18548 \align center
18549 \begin_inset Tabular
18550 <lyxtabular version="3" rows="2" columns="3">
18551 <features tabularvalignment="middle">
18552 <column alignment="center" valignment="top" width="0pt">
18553 <column alignment="center" valignment="top" width="0pt">
18554 <column alignment="center" valignment="top" width="0pt">
18555 <row>
18556 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 コップ
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" rotate="45" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 受け皿
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 <row>
18585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 45
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 33
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 21
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 </lyxtabular>
18614
18615 \end_inset
18616
18617
18618 \end_layout
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Standard
18626 \begin_inset Note Greyedout
18627 status open
18628
18629 \begin_layout Plain Layout
18630
18631 \series bold
18632 【註】
18633 \series default
18634 回転セル中では、改行(
18635 \begin_inset Flex Ruby
18636 status collapsed
18637
18638 \begin_layout Plain Layout
18639 捷径
18640 \begin_inset Argument post:1
18641 status collapsed
18642
18643 \begin_layout Plain Layout
18644 ショートカット
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653
18654
18655 \begin_inset Info
18656 type  "shortcut"
18657 arg   "newline-insert newline"
18658 \end_inset
18659
18660 )はできません。
18661 \end_layout
18662
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \begin_layout Standard
18669 改行を含むセルを回転させたい場合には、セルの内容をminipageかparboxに置かなくてはなりません
18670 \begin_inset Foot
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674 これらのボックスについて詳しくは、第
18675 \begin_inset CommandInset ref
18676 LatexCommand ref
18677 reference "sec:ミニページ"
18678
18679 \end_inset
18680
18681 節および第
18682 \begin_inset CommandInset ref
18683 LatexCommand ref
18684 reference "sec:Parboxes"
18685
18686 \end_inset
18687
18688 節をご覧ください。
18689 \end_layout
18690
18691 \end_inset
18692
18693 。このセルを90
18694 \begin_inset space \thinspace{}
18695 \end_inset
18696
18697 °回転させると、ボックス幅はセルの高さになります。表
18698 \begin_inset CommandInset ref
18699 LatexCommand ref
18700 reference "tab:表多行回転"
18701
18702 \end_inset
18703
18704 は、ボックス幅が3
18705 \begin_inset space \thinspace{}
18706 \end_inset
18707
18708 cmの、多行セルを回転させる例です。
18709 \end_layout
18710
18711 \begin_layout Standard
18712 \begin_inset Float table
18713 wide false
18714 sideways false
18715 status open
18716
18717 \begin_layout Plain Layout
18718 \begin_inset Caption Standard
18719
18720 \begin_layout Plain Layout
18721 \begin_inset CommandInset label
18722 LatexCommand label
18723 name "tab:表多行回転"
18724
18725 \end_inset
18726
18727 多行セルを回転させた表
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Plain Layout
18736 \noindent
18737 \align center
18738 \begin_inset Tabular
18739 <lyxtabular version="3" rows="2" columns="3">
18740 <features tabularvalignment="middle">
18741 <column alignment="center" valignment="top">
18742 <column alignment="center" valignment="top" width="0pt">
18743 <column alignment="center" valignment="top">
18744 <row>
18745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758 \begin_inset Box Frameless
18759 position "t"
18760 hor_pos "c"
18761 has_inner_box 1
18762 inner_pos "t"
18763 use_parbox 0
18764 use_makebox 0
18765 width "3cm"
18766 special "none"
18767 height "1in"
18768 height_special "totalheight"
18769 thickness "0.4pt"
18770 separation "3pt"
18771 shadowsize "4pt"
18772 framecolor "black"
18773 backgroundcolor "none"
18774 status open
18775
18776 \begin_layout Plain Layout
18777 改行を含む
18778 \begin_inset Newline newline
18779 \end_inset
18780
18781 回転
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 </row>
18801 <row>
18802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 </row>
18830 </lyxtabular>
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \end_layout
18841
18842 \begin_layout Section
18843 表幅の計算
18844 \begin_inset CommandInset label
18845 LatexCommand label
18846 name "sec:表幅の計算"
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 幅広の表では、表がページ余白に突き出てしまわないように調整するのが難しいことがあります。表中の全列に固定幅を設定する方法もありますが、では各列にどれくらいの幅を
18855 設ければ良いのでしょうか?
18856 \end_layout
18857
18858 \begin_layout Standard
18859 表幅
18860 \begin_inset Formula $W_{\text{表}}$
18861 \end_inset
18862
18863 は計算することができます。各列の実際の幅は、指定した列幅
18864 \begin_inset Formula $W_{\text{列}}$
18865 \end_inset
18866
18867 に、列の内容と列罫線との間の余白(\SpecialChar LaTeX
18868
18869 \series bold
18870
18871 \backslash
18872 tabcolsep
18873 \series default
18874 ・既定値6
18875 \begin_inset space \thinspace{}
18876 \end_inset
18877
18878 pt)の2倍と、罫線幅(\SpecialChar LaTeX
18879
18880 \series bold
18881
18882 \backslash
18883 arrayrulewidth
18884 \series default
18885 ・既定値0.4
18886 \begin_inset space \thinspace{}
18887 \end_inset
18888
18889 pt)を加えたものになります。したがって、もし同じ幅の
18890 \begin_inset Formula $n$
18891 \end_inset
18892
18893 列を作るならば、表幅は
18894 \begin_inset Formula 
18895 \begin{equation}
18896 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18897 \end{equation}
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Standard
18905 となります。表が使用できる幅は、ページ余白の間の幅か、本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
18906
18907 \series bold
18908
18909 \backslash
18910 columnwidth
18911 \series default
18912 )。表の列をすべて同じ幅にするとすれば、
18913 \begin_inset Formula $W_{\text{表}}$
18914 \end_inset
18915
18916 が1
18917 \begin_inset space \thinspace{}
18918 \end_inset
18919
18920
18921 \backslash
18922 columnwidthになりますので、
18923 \begin_inset Formula $W_{\text{列}}$
18924 \end_inset
18925
18926 は簡単に計算できます。
18927 \end_layout
18928
18929 \begin_layout Standard
18930 計算を行わせる場合には、文書プリアンブル中で\SpecialChar LaTeX
18931 パッケージ
18932 \series bold
18933 calc
18934 \series default
18935
18936 \begin_inset Index idx
18937 status collapsed
18938
18939 \begin_layout Plain Layout
18940 \SpecialChar LaTeX
18941 ぱっけーじ@\SpecialChar LaTeX
18942 パッケージ ! calc
18943 \end_layout
18944
18945 \end_inset
18946
18947 を読みこませる必要があります。表ダイアログ中で幅を設定するには、
18948 \family sans
18949 \SpecialChar LaTeX
18950 の引数
18951 \family default
18952 フィールドに書きこまなくてはなりません。このフィールドのコマンドスキームは、第
18953 \begin_inset CommandInset ref
18954 LatexCommand ref
18955 reference "subsec:連結列の計算"
18956
18957 \end_inset
18958
18959 節で説明したのと同様です。同幅中央揃え5列の表ならば、各列の同フィールドに
18960 \end_layout
18961
18962 \begin_layout Standard
18963
18964 \series bold
18965 >{
18966 \backslash
18967 centering}p{(1
18968 \backslash
18969 columnwidth-62.4pt)/5}
18970 \end_layout
18971
18972 \begin_layout Standard
18973 というコマンドを入力します。5列の表で、うち2列が他の3列の幅の0.75倍であるような表の場合には、計算は
18974 \begin_inset Formula 
18975 \begin{align}
18976 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
18977  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
18978  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
18979 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
18980 \end{align}
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988 となります。したがって、表中の広い列には
18989 \end_layout
18990
18991 \begin_layout Standard
18992
18993 \series bold
18994 >{
18995 \backslash
18996 centering}p{(1
18997 \backslash
18998 columnwidth-62.4pt)/
18999 \backslash
19000 real{4.5}}
19001 \end_layout
19002
19003 \begin_layout Standard
19004 というコマンドを用い、狭い列には
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \series bold
19010 >{
19011 \backslash
19012 centering}p{(1
19013 \backslash
19014 columnwidth-62.4pt)/
19015 \backslash
19016 real{4.5}*
19017 \backslash
19018 real{0.75}}
19019 \end_layout
19020
19021 \begin_layout Standard
19022 というコマンドを用いることにすると、以下の表が出来上がります。
19023 \end_layout
19024
19025 \begin_layout Standard
19026 \begin_inset Tabular
19027 <lyxtabular version="3" rows="2" columns="5">
19028 <features tabularvalignment="middle">
19029 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19030 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
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 <row>
19035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039 1
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 2
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 3
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 4
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 5
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 111111 1111111 111111 111111111 11111 11111 1111
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 2222 22222 222222 222222222 2222222 22 22222
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 333333 333333 333333 33333 3333333 333
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 </lyxtabular>
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Section
19136 表の調整
19137 \begin_inset Index idx
19138 status collapsed
19139
19140 \begin_layout Plain Layout
19141 ひょうのちょうせい@表の調整
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 ひょう@表 ! ちょうせい@調整
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Subsection
19160 行の余白取り
19161 \begin_inset CommandInset label
19162 LatexCommand label
19163 name "subsec:行の余白取り"
19164
19165 \end_inset
19166
19167
19168 \begin_inset Index idx
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 表の設定ダイアログの
19182 \family sans
19183 罫線
19184 \family default
19185 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
19186 \end_layout
19187
19188 \begin_layout Description
19189 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
19190 \begin_inset Foot
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194 フォーマル形式の表は第
19195 \begin_inset CommandInset ref
19196 LatexCommand ref
19197 reference "sec:フォーマル形式の表"
19198
19199 \end_inset
19200
19201 節で説明されています。
19202 \end_layout
19203
19204 \end_inset
19205
19206 ならば、\SpecialChar LyX
19207 は既定値として0.5
19208 \begin_inset space \thinspace{}
19209 \end_inset
19210
19211 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19212 \begin_inset VSpace medskip
19213 \end_inset
19214
19215
19216 \begin_inset Newline newline
19217 \end_inset
19218
19219
19220 \begin_inset space \hspace*{}
19221 \length 0pt
19222 \end_inset
19223
19224
19225 \begin_inset space \hfill{}
19226 \end_inset
19227
19228
19229 \begin_inset Tabular
19230 <lyxtabular version="3" rows="3" columns="1">
19231 <features tabularvalignment="middle">
19232 <column alignment="center" valignment="top">
19233 <row>
19234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row topspace="3mm">
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 行上に3
19250 \begin_inset space \thinspace{}
19251 \end_inset
19252
19253 mmの余白
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 </row>
19270 </lyxtabular>
19271
19272 \end_inset
19273
19274
19275 \begin_inset space \hfill{}
19276 \end_inset
19277
19278
19279 \begin_inset space \hspace*{}
19280 \length 0pt
19281 \end_inset
19282
19283
19284 \begin_inset VSpace medskip
19285 \end_inset
19286
19287
19288 \begin_inset Newline newline
19289 \end_inset
19290
19291 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
19292 \end_layout
19293
19294 \begin_layout Description
19295 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19296 は既定値として0.5
19297 \begin_inset space \thinspace{}
19298 \end_inset
19299
19300 emの余白を挿入し、通常の表ならば既定値として2
19301 \begin_inset space \thinspace{}
19302 \end_inset
19303
19304 ptを挿入します。
19305 \end_layout
19306
19307 \begin_layout Description
19308 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、\SpecialChar LyX
19309 は既定値として0.5
19310 \begin_inset space \thinspace{}
19311 \end_inset
19312
19313 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
19314 \begin_inset VSpace medskip
19315 \end_inset
19316
19317
19318 \begin_inset Newline newline
19319 \end_inset
19320
19321
19322 \begin_inset space \hspace*{}
19323 \length 0pt
19324 \end_inset
19325
19326
19327 \begin_inset space \hfill{}
19328 \end_inset
19329
19330
19331 \begin_inset Tabular
19332 <lyxtabular version="3" rows="3" columns="1">
19333 <features tabularvalignment="middle">
19334 <column alignment="center" valignment="top">
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row interlinespace="3mm">
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 \begin_inset Formula $\downarrow$
19352 \end_inset
19353
19354  行間に3
19355 \begin_inset space \thinspace{}
19356 \end_inset
19357
19358 mmの余白 
19359 \begin_inset Formula $\downarrow$
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 </row>
19368 <row>
19369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\uparrow$
19374 \end_inset
19375
19376  行間に3
19377 \begin_inset space \thinspace{}
19378 \end_inset
19379
19380 mmの余白 
19381 \begin_inset Formula $\uparrow$
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 </row>
19390 </lyxtabular>
19391
19392 \end_inset
19393
19394
19395 \begin_inset space \hfill{}
19396 \end_inset
19397
19398
19399 \begin_inset space \hspace*{}
19400 \length 0pt
19401 \end_inset
19402
19403
19404 \begin_inset VSpace medskip
19405 \end_inset
19406
19407
19408 \begin_inset Newline newline
19409 \end_inset
19410
19411 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
19412 \end_layout
19413
19414 \begin_layout Standard
19415 \begin_inset VSpace bigskip
19416 \end_inset
19417
19418 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
19419 \end_layout
19420
19421 \begin_layout Standard
19422
19423 \series bold
19424
19425 \backslash
19426 @ifundefined{extrarowheight}
19427 \begin_inset Newline newline
19428 \end_inset
19429
19430
19431 \begin_inset Phantom HPhantom
19432 status open
19433
19434 \begin_layout Plain Layout
19435 \begin_inset space ~
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442
19443 {
19444 \backslash
19445 usepackage{array}}{}
19446 \begin_inset Newline newline
19447 \end_inset
19448
19449
19450 \backslash
19451 setlength{
19452 \backslash
19453 extrarowheight}{height}
19454 \end_layout
19455
19456 \begin_layout Standard
19457 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、\SpecialChar LyX
19458 は自動的に
19459 \series bold
19460 array
19461 \series default
19462 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
19463 \series bold
19464
19465 \backslash
19466 @ifundefined
19467 \series default
19468 が使用されています)。
19469 \end_layout
19470
19471 \begin_layout Standard
19472 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初に\SpecialChar TeX
19473 コードで
19474 \series bold
19475
19476 \backslash
19477 strut
19478 \series default
19479 コマンドを挿入することで補正することができます。表
19480 \begin_inset CommandInset ref
19481 LatexCommand ref
19482 reference "tab:垂直揃え"
19483
19484 \end_inset
19485
19486 は、この効果を示したものです。
19487 \end_layout
19488
19489 \begin_layout Standard
19490 \noindent
19491 \begin_inset Float table
19492 placement h
19493 wide false
19494 sideways false
19495 status open
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Caption Standard
19499
19500 \begin_layout Plain Layout
19501 \begin_inset CommandInset label
19502 LatexCommand label
19503 name "tab:垂直揃え"
19504
19505 \end_inset
19506
19507 大きなフォント寸法の文章の垂直揃え
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Plain Layout
19516 \begin_inset space \hfill{}
19517 \end_inset
19518
19519
19520 \begin_inset Float table
19521 wide false
19522 sideways false
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Caption Standard
19527
19528 \begin_layout Plain Layout
19529 通常の表
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \begin_layout Plain Layout
19538 \noindent
19539 \align center
19540 \begin_inset Tabular
19541 <lyxtabular version="3" rows="6" columns="1">
19542 <features tabularvalignment="middle">
19543 <column alignment="left" valignment="top">
19544 <row>
19545 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549 ふつう, g
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 </row>
19555 <row>
19556 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560
19561 \size large
19562 やや大
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \size larger
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \size largest
19588 極大
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 </row>
19594 <row>
19595 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599
19600 \size huge
19601 極々大
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 <row>
19608 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612
19613 \size giant
19614 最大
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 </lyxtabular>
19621
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628
19629
19630 \begin_inset space \hfill{}
19631 \end_inset
19632
19633
19634 \begin_inset Float table
19635 wide false
19636 sideways false
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Caption Standard
19641
19642 \begin_layout Plain Layout
19643
19644 \series bold
19645
19646 \backslash
19647 strut
19648 \series default
19649 コマンドを使用した表
19650 \end_layout
19651
19652 \end_inset
19653
19654
19655 \end_layout
19656
19657 \begin_layout Plain Layout
19658 \noindent
19659 \align center
19660 \begin_inset Tabular
19661 <lyxtabular version="3" rows="6" columns="1">
19662 <features tabularvalignment="middle">
19663 <column alignment="left" valignment="top">
19664 <row>
19665 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 ふつう, g
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \size large
19682 \begin_inset ERT
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686
19687
19688 \backslash
19689 strut 
19690 \end_layout
19691
19692 \end_inset
19693
19694 やや大
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \size larger
19707 \begin_inset ERT
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711
19712
19713 \backslash
19714 strut 
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \size largest
19732 \begin_inset ERT
19733 status collapsed
19734
19735 \begin_layout Plain Layout
19736
19737
19738 \backslash
19739 strut 
19740 \end_layout
19741
19742 \end_inset
19743
19744 極大
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \size huge
19757 \begin_inset ERT
19758 status collapsed
19759
19760 \begin_layout Plain Layout
19761
19762
19763 \backslash
19764 strut 
19765 \end_layout
19766
19767 \end_inset
19768
19769 極々大
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \size giant
19782 \begin_inset ERT
19783 status collapsed
19784
19785 \begin_layout Plain Layout
19786
19787
19788 \backslash
19789 strut 
19790 \end_layout
19791
19792 \end_inset
19793
19794 最大
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 </lyxtabular>
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \end_inset
19808
19809
19810 \begin_inset space \hfill{}
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \begin_layout Subsection
19822 特殊なセル揃え
19823 \begin_inset CommandInset label
19824 LatexCommand label
19825 name "subsec:特殊なセル揃え"
19826
19827 \end_inset
19828
19829
19830 \begin_inset Index idx
19831 status collapsed
19832
19833 \begin_layout Plain Layout
19834 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
19835 \end_layout
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 ときには表
19844 \begin_inset CommandInset ref
19845 LatexCommand ref
19846 reference "tab:表セル"
19847
19848 \end_inset
19849
19850 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
19851 \begin_inset Graphics
19852         filename ../../images/tabular-feature_align-decimal.png
19853         scale 85
19854         scaleBeforeRotation
19855
19856 \end_inset
19857
19858 を押すか、表設定中で揃えを
19859 \family sans
19860 小数点で
19861 \family default
19862 に設定します。
19863 \end_layout
19864
19865 \begin_layout Standard
19866 \begin_inset Float table
19867 placement h
19868 wide false
19869 sideways false
19870 status open
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Caption Standard
19874
19875 \begin_layout Plain Layout
19876 \begin_inset CommandInset label
19877 LatexCommand label
19878 name "tab:表セル"
19879
19880 \end_inset
19881
19882 一列が小数点で揃えられた表セル
19883 \end_layout
19884
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \begin_layout Plain Layout
19891 \align center
19892 \begin_inset Tabular
19893 <lyxtabular version="3" rows="4" columns="1">
19894 <features booktabs="true" tabularvalignment="middle">
19895 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
19896 <row>
19897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 見出し
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 12.6
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 0.68
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 -123.0
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 </lyxtabular>
19941
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \begin_layout Standard
19953 \begin_inset Float table
19954 placement h
19955 wide false
19956 sideways false
19957 status open
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Caption Standard
19961
19962 \begin_layout Plain Layout
19963 \begin_inset CommandInset label
19964 LatexCommand label
19965 name "tab:演算子揃え表"
19966
19967 \end_inset
19968
19969 一列が演算子で揃えられた表セル
19970 \end_layout
19971
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \begin_layout Plain Layout
19978 \align center
19979 \begin_inset Tabular
19980 <lyxtabular version="3" rows="4" columns="2">
19981 <features booktabs="true" tabularvalignment="middle">
19982 <column alignment="right" valignment="top" width="0pt">
19983 <column alignment="left" valignment="top" width="0pt" special="@{}l">
19984 <row>
19985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 見出し
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $12\,+$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\,6$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 <row>
20031 <cell alignment="center" valignment="top" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 \begin_inset Formula $0\,-$
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\,68$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $-123\,/$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\,0$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 </lyxtabular>
20083
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \begin_layout Standard
20095 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
20096 \begin_inset CommandInset ref
20097 LatexCommand ref
20098 reference "tab:演算子揃え表"
20099
20100 \end_inset
20101
20102 のような方法を用いる必要があります。この表は、4
20103 \begin_inset Formula $\times$
20104 \end_inset
20105
20106 2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には、左揃えで残りを収めます。演算子の周りに通常加えら
20107 れる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削るために、
20108 \end_layout
20109
20110 \begin_layout Standard
20111
20112 \series bold
20113 @{}l
20114 \end_layout
20115
20116 \begin_layout Standard
20117 という\SpecialChar LaTeX
20118 引数を第2列に指定します。
20119 \end_layout
20120
20121 \begin_layout Standard
20122
20123 \begin_inset CommandInset ref
20124 LatexCommand ref
20125 reference "tab:表セル揃え"
20126
20127 \end_inset
20128
20129 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
20130 \begin_inset CommandInset ref
20131 LatexCommand ref
20132 reference "tab:演算子揃え表"
20133
20134 \end_inset
20135
20136 の冒頭には、小空白が加えられています。
20137 \end_layout
20138
20139 \begin_layout Standard
20140 \begin_inset Float table
20141 wide false
20142 sideways false
20143 status open
20144
20145 \begin_layout Plain Layout
20146 \begin_inset Caption Standard
20147
20148 \begin_layout Plain Layout
20149 \begin_inset CommandInset label
20150 LatexCommand label
20151 name "tab:表セル揃え"
20152
20153 \end_inset
20154
20155 表セルの揃えの例
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Plain Layout
20164 \align center
20165 \begin_inset Tabular
20166 <lyxtabular version="3" rows="4" columns="6">
20167 <features tabularvalignment="middle">
20168 <column alignment="right" valignment="top">
20169 <column alignment="left" valignment="top" special="@{}l">
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 <row>
20175 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20176 \begin_inset Text
20177
20178 \begin_layout Plain Layout
20179 単位
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 冪数
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 関係子
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 <row>
20231 <cell alignment="center" valignment="top" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 12
20236 \begin_inset Formula $\times$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 24本の瓶
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $10\cdot$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $10^{\mbox{-}17}$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\Gamma(t)\propto$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 <cell alignment="center" valignment="top" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293 \begin_inset Formula $\:\Upsilon(t)$
20294 \end_inset
20295
20296
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 </row>
20302 <row>
20303 <cell alignment="center" valignment="top" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 1024
20308 \begin_inset Formula $\times$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 768ピクセル
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 <cell alignment="center" valignment="top" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329 \begin_inset Formula $5.78\cdot$
20330 \end_inset
20331
20332
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $10^{7}$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 \begin_inset Formula $A\ne$
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\:B_{\mathrm{red}}$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379 32
20380 \begin_inset Formula $\times$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 6
20393 \begin_inset space \thinspace{}
20394 \end_inset
20395
20396 cm
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 -
20406 \begin_inset Formula $33.5\cdot$
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 \begin_inset Formula $10^{4}$
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 \begin_inset Formula $\sin(\alpha)\ge$
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 <cell alignment="center" valignment="top" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442 \begin_inset Formula $\:\sin(\beta)$
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 </lyxtabular>
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \begin_layout Subsection
20464 自製のセル書式および列書式
20465 \begin_inset CommandInset label
20466 LatexCommand label
20467 name "subsec:自製書式"
20468
20469 \end_inset
20470
20471
20472 \begin_inset Index idx
20473 status collapsed
20474
20475 \begin_layout Plain Layout
20476 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
20477 \end_layout
20478
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Standard
20485
20486 \begin_inset CommandInset ref
20487 LatexCommand ref
20488 reference "sec:表幅の計算"
20489
20490 \end_inset
20491
20492 節のようにして通常列の必要幅を計算したり、第
20493 \begin_inset CommandInset ref
20494 LatexCommand ref
20495 reference "subsec:連結列の計算"
20496
20497 \end_inset
20498
20499 節のように連結列の必要幅を計算したりするのは、計算の必要な表が複数あるときには、とても大変です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえ
20500 ば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
20501 \end_layout
20502
20503 \begin_layout Standard
20504
20505 \series bold
20506
20507 \backslash
20508 newcolumntype{書式名}[引数の数]{コマンド}
20509 \end_layout
20510
20511 \begin_layout Standard
20512 書式名は、一文字だけでも構いません。
20513 \emph on
20514 b
20515 \emph default
20516
20517 \emph on
20518 c
20519 \emph default
20520
20521 \emph on
20522 l
20523 \emph default
20524
20525 \emph on
20526 m
20527 \emph default
20528
20529 \emph on
20530 p
20531 \emph default
20532
20533 \emph on
20534 r
20535 \emph default
20536 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
20537 \end_layout
20538
20539 \begin_layout Standard
20540 \begin_inset VSpace medskip
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Standard
20547 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
20548 \end_layout
20549
20550 \begin_layout Standard
20551
20552 \series bold
20553
20554 \backslash
20555 newcolumntype{M}[1]{>{
20556 \backslash
20557 centering
20558 \backslash
20559 hspace{0pt}}m{#1}}
20560 \end_layout
20561
20562 \begin_layout Standard
20563 ここで
20564 \series bold
20565
20566 \backslash
20567 hspace{0pt}
20568 \series default
20569 は、第
20570 \begin_inset CommandInset ref
20571 LatexCommand ref
20572 reference "subsec:複数行"
20573
20574 \end_inset
20575
20576 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログの
20577 \family sans
20578 \SpecialChar LaTeX
20579 の引数
20580 \family default
20581
20582 \end_layout
20583
20584 \begin_layout Standard
20585
20586 \series bold
20587 M{width}
20588 \end_layout
20589
20590 \begin_layout Standard
20591 と入力するだけですみます。
20592 \end_layout
20593
20594 \begin_layout Standard
20595 \begin_inset VSpace bigskip
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \begin_layout Standard
20602 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
20603 \end_layout
20604
20605 \begin_layout Standard
20606
20607 \series bold
20608
20609 \backslash
20610 newcolumntype{S}[2]{>{
20611 \backslash
20612 centering
20613 \backslash
20614 hspace{0pt}}
20615 \begin_inset Newline newline
20616 \end_inset
20617
20618
20619 \begin_inset Phantom HPhantom
20620 status open
20621
20622 \begin_layout Plain Layout
20623
20624 \series bold
20625
20626 \backslash
20627 newcolumntype
20628 \end_layout
20629
20630 \end_inset
20631
20632 m{(#1+(2
20633 \backslash
20634 tabcolsep+
20635 \backslash
20636 arrayrulewidth)*(1-#2))/#2}}
20637 \end_layout
20638
20639 \begin_layout Standard
20640 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
20641 \begin_inset CommandInset ref
20642 LatexCommand eqref
20643 reference "eq:Wgn"
20644
20645 \end_inset
20646
20647 式を使用しています。
20648 \end_layout
20649
20650 \begin_layout Standard
20651 こうしておけば、当該セルの\SpecialChar LaTeX
20652 引数に
20653 \end_layout
20654
20655 \begin_layout Standard
20656
20657 \series bold
20658 S{連結列セルの幅}{連結列セルがまたがる列の数}
20659 \end_layout
20660
20661 \begin_layout Standard
20662 と入力するだけですみます。
20663 \end_layout
20664
20665 \begin_layout Standard
20666 \begin_inset VSpace bigskip
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \begin_layout Standard
20673 色付き列については、以下のように定義するとよいでしょう。
20674 \end_layout
20675
20676 \begin_layout Standard
20677
20678 \series bold
20679
20680 \backslash
20681 newcolumntype{K}[1]{>{
20682 \backslash
20683 columncolor{#1}
20684 \backslash
20685 hspace{0pt}}c}
20686 \end_layout
20687
20688 \begin_layout Standard
20689 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、\SpecialChar LaTeX
20690 引数に
20691 \end_layout
20692
20693 \begin_layout Standard
20694
20695 \series bold
20696 K{色名}
20697 \end_layout
20698
20699 \begin_layout Standard
20700 と入力します。
20701 \end_layout
20702
20703 \begin_layout Standard
20704 \begin_inset VSpace bigskip
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \begin_layout Standard
20711
20712 \begin_inset CommandInset ref
20713 LatexCommand ref
20714 reference "tab:ユーザー定義の表書式"
20715
20716 \end_inset
20717
20718 を生成するには、第1列と連結列に\SpecialChar LaTeX
20719 引数として
20720 \end_layout
20721
20722 \begin_layout Standard
20723
20724 \series bold
20725 M{2.5cm}
20726 \end_layout
20727
20728 \begin_layout Standard
20729 を指定し、最終列に
20730 \end_layout
20731
20732 \begin_layout Standard
20733
20734 \series bold
20735 K{red}
20736 \end_layout
20737
20738 \begin_layout Standard
20739 そして第2列の各セルに
20740 \end_layout
20741
20742 \begin_layout Standard
20743
20744 \series bold
20745 S{2.5cm}{2}
20746 \end_layout
20747
20748 \begin_layout Standard
20749 と指定します。
20750 \end_layout
20751
20752 \begin_layout Standard
20753 \begin_inset Float table
20754 placement h
20755 wide false
20756 sideways false
20757 status open
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Caption Standard
20761
20762 \begin_layout Plain Layout
20763 \begin_inset CommandInset label
20764 LatexCommand label
20765 name "tab:ユーザー定義の表書式"
20766
20767 \end_inset
20768
20769 ユーザー定義の表書式を使用した表
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Plain Layout
20778 \align center
20779 \begin_inset Tabular
20780 <lyxtabular version="3" rows="3" columns="4">
20781 <features tabularvalignment="middle">
20782 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20783 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
20784 <column alignment="center" valignment="middle">
20785 <column alignment="center" valignment="middle" special="K{red}">
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791 とても長い表セル中の単語
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 複数行の連結列
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 <row>
20863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 </lyxtabular>
20901
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \begin_layout Subsection
20913 罫線幅
20914 \begin_inset CommandInset label
20915 LatexCommand label
20916 name "subsec:罫線幅"
20917
20918 \end_inset
20919
20920
20921 \begin_inset Index idx
20922 status collapsed
20923
20924 \begin_layout Plain Layout
20925 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
20926 \end_layout
20927
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \begin_layout Standard
20934 表中のすべての罫線の罫線幅を調整するには、長さ
20935 \series bold
20936
20937 \backslash
20938 arrayrulewidth
20939 \series default
20940 を使用します。たとえば、表
20941 \begin_inset CommandInset ref
20942 LatexCommand ref
20943 reference "tab:Table-with-1.5"
20944
20945 \end_inset
20946
20947 のように罫線幅を1.5
20948 \begin_inset space \thinspace{}
20949 \end_inset
20950
20951 ptにするには、表や表フロートの前に\SpecialChar TeX
20952 コードで
20953 \end_layout
20954
20955 \begin_layout Standard
20956
20957 \series bold
20958
20959 \backslash
20960 setlength{
20961 \backslash
20962 arrayrulewidth}{1.5pt}
20963 \end_layout
20964
20965 \begin_layout Standard
20966 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前に\SpecialChar TeX
20967 コードで
20968 \series bold
20969
20970 \backslash
20971 arrayrulewidth
20972 \series default
20973 を0.4
20974 \begin_inset space \thinspace{}
20975 \end_inset
20976
20977 ptに設定してください。
20978 \end_layout
20979
20980 \begin_layout Standard
20981 \begin_inset ERT
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985
20986
20987 \backslash
20988 setlength{
20989 \backslash
20990 arrayrulewidth}{1.5pt}
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \begin_inset Float table
20997 wide false
20998 sideways false
20999 status open
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Caption Standard
21003
21004 \begin_layout Plain Layout
21005 \begin_inset CommandInset label
21006 LatexCommand label
21007 name "tab:Table-with-1.5"
21008
21009 \end_inset
21010
21011 1.5
21012 \begin_inset space \thinspace{}
21013 \end_inset
21014
21015 pt幅罫線の表
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Plain Layout
21024 \align center
21025 \begin_inset Tabular
21026 <lyxtabular version="3" rows="3" columns="3">
21027 <features tabularvalignment="middle">
21028 <column alignment="center" valignment="top">
21029 <column alignment="center" valignment="top">
21030 <column alignment="center" valignment="top">
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 sd
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074 sd
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21080 \begin_inset Text
21081
21082 \begin_layout Plain Layout
21083
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 </row>
21089 <row>
21090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 sd
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 </lyxtabular>
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \begin_inset ERT
21129 status collapsed
21130
21131 \begin_layout Plain Layout
21132
21133
21134 \backslash
21135 setlength{
21136 \backslash
21137 arrayrulewidth}{0.4pt}
21138 \end_layout
21139
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \begin_layout Standard
21146 \begin_inset VSpace bigskip
21147 \end_inset
21148
21149
21150 \begin_inset CommandInset ref
21151 LatexCommand ref
21152 reference "tab:1.5pt幅横罫"
21153
21154 \end_inset
21155
21156 のように横罫だけを1.5
21157 \begin_inset space \thinspace{}
21158 \end_inset
21159
21160 pt幅にするには、表または表フロートの前に\SpecialChar TeX
21161 コードとして以下のコマンドを挿入してください。
21162 \end_layout
21163
21164 \begin_layout Standard
21165
21166 \series bold
21167
21168 \backslash
21169 let
21170 \backslash
21171 myHline
21172 \backslash
21173 hline
21174 \begin_inset Newline newline
21175 \end_inset
21176
21177
21178 \backslash
21179 renewcommand{
21180 \backslash
21181 hline}
21182 \begin_inset Newline newline
21183 \end_inset
21184
21185  {
21186 \backslash
21187 noalign{
21188 \backslash
21189 global
21190 \backslash
21191 arrayrulewidth 1.5pt}
21192 \begin_inset Newline newline
21193 \end_inset
21194
21195  
21196 \backslash
21197 myHline
21198 \backslash
21199 noalign{
21200 \backslash
21201 global
21202 \backslash
21203 arrayrulewidth 0.4pt}}
21204 \end_layout
21205
21206 \begin_layout Standard
21207 既定幅に戻すには、表または表フロートの後に\SpecialChar TeX
21208 コードとして以下のコマンドを挿入します。
21209 \end_layout
21210
21211 \begin_layout Standard
21212
21213 \series bold
21214
21215 \backslash
21216 renewcommand{
21217 \backslash
21218 hline}{
21219 \backslash
21220 myHline}
21221 \end_layout
21222
21223 \begin_layout Standard
21224 \begin_inset ERT
21225 status collapsed
21226
21227 \begin_layout Plain Layout
21228
21229
21230 \backslash
21231 let
21232 \backslash
21233 myHline
21234 \backslash
21235 hline
21236 \end_layout
21237
21238 \begin_layout Plain Layout
21239
21240
21241 \backslash
21242 renewcommand{
21243 \backslash
21244 hline}
21245 \end_layout
21246
21247 \begin_layout Plain Layout
21248
21249  {
21250 \backslash
21251 noalign{
21252 \backslash
21253 global
21254 \backslash
21255 arrayrulewidth 1.5pt}
21256 \end_layout
21257
21258 \begin_layout Plain Layout
21259
21260   
21261 \backslash
21262 myHline
21263 \backslash
21264 noalign{
21265 \backslash
21266 global
21267 \backslash
21268 arrayrulewidth 0.4pt}}
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \begin_inset Float table
21275 wide false
21276 sideways false
21277 status open
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Caption Standard
21281
21282 \begin_layout Plain Layout
21283 \begin_inset CommandInset label
21284 LatexCommand label
21285 name "tab:1.5pt幅横罫"
21286
21287 \end_inset
21288
21289 1.5
21290 \begin_inset space \thinspace{}
21291 \end_inset
21292
21293 pt幅横罫の表
21294 \end_layout
21295
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \begin_layout Plain Layout
21302 \align center
21303 \begin_inset Tabular
21304 <lyxtabular version="3" rows="3" columns="3">
21305 <features tabularvalignment="middle">
21306 <column alignment="center" valignment="top">
21307 <column alignment="center" valignment="top">
21308 <column alignment="center" valignment="top">
21309 <row>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 sd
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 </row>
21338 <row>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 sd
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 </row>
21367 <row>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 sd
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 </lyxtabular>
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \begin_inset ERT
21407 status collapsed
21408
21409 \begin_layout Plain Layout
21410
21411
21412 \backslash
21413 renewcommand{
21414 \backslash
21415 hline}{
21416 \backslash
21417 myHline}
21418 \end_layout
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \begin_layout Standard
21426 \begin_inset VSpace bigskip
21427 \end_inset
21428
21429 縦罫だけを1.5
21430 \begin_inset space \thinspace{}
21431 \end_inset
21432
21433 pt幅にするには、第
21434 \begin_inset CommandInset ref
21435 LatexCommand ref
21436 reference "subsec:自製書式"
21437
21438 \end_inset
21439
21440 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
21441 \end_layout
21442
21443 \begin_layout Standard
21444
21445 \series bold
21446
21447 \backslash
21448 newcolumntype{V}{!{
21449 \backslash
21450 vrule width 1.5pt}}
21451 \end_layout
21452
21453 \begin_layout Standard
21454
21455 \begin_inset CommandInset ref
21456 LatexCommand ref
21457 reference "tab:1.5pt幅縦罫"
21458
21459 \end_inset
21460
21461 を作るには、最右列に\SpecialChar LaTeX
21462 引数
21463 \end_layout
21464
21465 \begin_layout Standard
21466
21467 \series bold
21468 VcV
21469 \end_layout
21470
21471 \begin_layout Standard
21472 を指定し、他の列には
21473 \end_layout
21474
21475 \begin_layout Standard
21476
21477 \series bold
21478 Vc
21479 \end_layout
21480
21481 \begin_layout Standard
21482 を指定します。
21483 \end_layout
21484
21485 \begin_layout Standard
21486 \begin_inset Float table
21487 wide false
21488 sideways false
21489 status open
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Caption Standard
21493
21494 \begin_layout Plain Layout
21495 \begin_inset CommandInset label
21496 LatexCommand label
21497 name "tab:1.5pt幅縦罫"
21498
21499 \end_inset
21500
21501 1.5
21502 \begin_inset space \thinspace{}
21503 \end_inset
21504
21505 pt幅縦罫の表
21506 \end_layout
21507
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \begin_layout Plain Layout
21514 \align center
21515 \begin_inset Tabular
21516 <lyxtabular version="3" rows="3" columns="3">
21517 <features tabularvalignment="middle">
21518 <column alignment="center" valignment="top" special="Vc">
21519 <column alignment="center" valignment="top" special="Vc">
21520 <column alignment="center" valignment="top" special="VcV">
21521 <row>
21522 <cell alignment="center" valignment="top" topline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 sd
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" topline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" topline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" topline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 sd
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" topline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 </row>
21579 <row>
21580 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 sd
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 </lyxtabular>
21609
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \begin_layout Subsection
21621 点罫
21622 \begin_inset Index idx
21623 status collapsed
21624
21625 \begin_layout Plain Layout
21626 ひょうのちょうせい@表の調整 ! てんけい@点罫
21627 \end_layout
21628
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \begin_layout Standard
21635 \begin_inset ERT
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639
21640
21641 \backslash
21642 ifarydshln
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \begin_inset Note Note
21649 status open
21650
21651 \begin_layout Plain Layout
21652 この節は、\SpecialChar LaTeX
21653 パッケージ
21654 \series bold
21655 arydshln
21656 \series default
21657 が導入済みの時のみ表示されます。
21658 \end_layout
21659
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \begin_layout Standard
21666 \begin_inset Float table
21667 placement H
21668 wide false
21669 sideways false
21670 status open
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Caption Standard
21674
21675 \begin_layout Plain Layout
21676 \begin_inset CommandInset label
21677 LatexCommand label
21678 name "tab:点罫表"
21679
21680 \end_inset
21681
21682 点罫を使用した表
21683 \end_layout
21684
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \begin_layout Plain Layout
21691 \align center
21692 \begin_inset Tabular
21693 <lyxtabular version="3" rows="5" columns="5">
21694 <features tabularvalignment="middle">
21695 <column alignment="center" valignment="top">
21696 <column alignment="center" valignment="top">
21697 <column alignment="center" valignment="top" special=":c">
21698 <column alignment="center" valignment="top">
21699 <column alignment="center" valignment="top">
21700 <row>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 </row>
21747 <row>
21748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 hdashline 
21807 \end_layout
21808
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 </row>
21853 <row>
21854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 \begin_inset ERT
21859 status collapsed
21860
21861 \begin_layout Plain Layout
21862
21863
21864 \backslash
21865 cdashline{4-5}
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 </row>
21912 <row>
21913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 </lyxtabular>
21960
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \begin_layout Standard
21972 \SpecialChar LyX
21973 は点罫を自前ではサポートしません。そこで\SpecialChar TeX
21974 コードを使用する必要があります。必須要件として、文書プリアンブル中に
21975 \end_layout
21976
21977 \begin_layout Standard
21978
21979 \series bold
21980
21981 \backslash
21982 usepackage{arydshln}
21983 \end_layout
21984
21985 \begin_layout Standard
21986 というコマンドを書き、\SpecialChar LaTeX
21987 パッケージの
21988 \series bold
21989 arydshln
21990 \series default
21991
21992 \begin_inset Index idx
21993 status collapsed
21994
21995 \begin_layout Plain Layout
21996 \SpecialChar LaTeX
21997 ぱっけーじ@\SpecialChar LaTeX
21998 パッケージ ! arydshln
21999 \end_layout
22000
22001 \end_inset
22002
22003 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログの\SpecialChar LaTeX
22004 変数として、水平揃え用の文字とともにコロン「:」を入力してください。
22005 \end_layout
22006
22007 \begin_layout Standard
22008 横点罫を得るには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
22009 コードで
22010 \end_layout
22011
22012 \begin_layout Standard
22013
22014 \series bold
22015
22016 \backslash
22017 hdashline
22018 \end_layout
22019
22020 \begin_layout Standard
22021 というコマンドを加えてください。
22022 \end_layout
22023
22024 \begin_layout Standard
22025 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、\SpecialChar TeX
22026 コードで
22027 \end_layout
22028
22029 \begin_layout Standard
22030
22031 \series bold
22032
22033 \backslash
22034 cdashline{列番号
22035 \series default
22036 }
22037 \end_layout
22038
22039 \begin_layout Standard
22040 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
22041 \end_layout
22042
22043 \begin_layout Standard
22044
22045 \series bold
22046
22047 \backslash
22048 cdashline{2-4}
22049 \end_layout
22050
22051 \begin_layout Standard
22052 なるコマンドを置いてください。
22053 \end_layout
22054
22055 \begin_layout Standard
22056 \begin_inset VSpace bigskip
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \begin_layout Standard
22063
22064 \begin_inset CommandInset ref
22065 LatexCommand ref
22066 reference "tab:点罫表"
22067
22068 \end_inset
22069
22070 は、第3列の\SpecialChar LaTeX
22071 変数に「:c」を指定して作られています。第3行の最初のセルには、\SpecialChar TeX
22072 コードのコマンド
22073 \series bold
22074
22075 \backslash
22076 hdashline
22077 \series default
22078 が挿れられており、第4行の最初のセルには、\SpecialChar TeX
22079 コードのコマンド
22080 \begin_inset Newline newline
22081 \end_inset
22082
22083  
22084 \series bold
22085
22086 \backslash
22087 cdashline{4-5}
22088 \series default
22089 が挿れられています。
22090 \end_layout
22091
22092 \begin_layout Standard
22093 \begin_inset VSpace bigskip
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 点罫を持つ表も、表
22101 \begin_inset CommandInset ref
22102 LatexCommand ref
22103 reference "tab:Colored-table-with"
22104
22105 \end_inset
22106
22107 のように色付けをすることができます。
22108 \end_layout
22109
22110 \begin_layout Standard
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 setlength{
22119 \backslash
22120 arrayrulewidth}{1pt}
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \begin_inset Note Note
22127 status collapsed
22128
22129 \begin_layout Plain Layout
22130 罫線色が見易いように線を太く
22131 \end_layout
22132
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \begin_layout Standard
22139 \begin_inset ERT
22140 status collapsed
22141
22142 \begin_layout Plain Layout
22143
22144
22145 \backslash
22146 dashgapcolor{green}
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \begin_inset Note Note
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 緑点罫の間の色付き余白
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Standard
22165 \begin_inset ERT
22166 status collapsed
22167
22168 \begin_layout Plain Layout
22169
22170
22171 \backslash
22172 let
22173 \backslash
22174 myHdashline
22175 \backslash
22176 hdashline
22177 \end_layout
22178
22179 \begin_layout Plain Layout
22180
22181
22182 \backslash
22183 renewcommand{
22184 \backslash
22185 hdashline}
22186 \end_layout
22187
22188 \begin_layout Plain Layout
22189
22190  {
22191 \backslash
22192 arrayrulecolor{red}
22193 \backslash
22194 myHdashline
22195 \backslash
22196 arrayrulecolor{black}}
22197 \end_layout
22198
22199 \end_inset
22200
22201
22202 \begin_inset Note Note
22203 status collapsed
22204
22205 \begin_layout Plain Layout
22206 色付き水平線・点罫赤
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \begin_inset ERT
22216 status collapsed
22217
22218 \begin_layout Plain Layout
22219
22220
22221 \backslash
22222 let
22223 \backslash
22224 myCdashline
22225 \backslash
22226 cdashline
22227 \end_layout
22228
22229 \begin_layout Plain Layout
22230
22231
22232 \backslash
22233 renewcommand{
22234 \backslash
22235 cdashline}[1]
22236 \end_layout
22237
22238 \begin_layout Plain Layout
22239
22240  {
22241 \backslash
22242 arrayrulecolor{yellow}
22243 \backslash
22244 myCdashline{#1}
22245 \backslash
22246 arrayrulecolor{black}}
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \begin_inset Note Note
22253 status collapsed
22254
22255 \begin_layout Plain Layout
22256 色付き部分水平線・点罫黄色
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \begin_layout Standard
22265 \begin_inset Float table
22266 placement h
22267 wide false
22268 sideways false
22269 status open
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Caption Standard
22273
22274 \begin_layout Plain Layout
22275 \begin_inset CommandInset label
22276 LatexCommand label
22277 name "tab:Colored-table-with"
22278
22279 \end_inset
22280
22281 点罫線の色付き表
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Plain Layout
22290 \align center
22291 \begin_inset Tabular
22292 <lyxtabular version="3" rows="5" columns="5">
22293 <features tabularvalignment="middle">
22294 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22295 <column alignment="center" valignment="top" width="0pt">
22296 <column alignment="center" valignment="top" width="0pt" special=":c">
22297 <column alignment="center" valignment="top">
22298 <column alignment="center" valignment="top">
22299 <row>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 <cell alignment="center" valignment="top" topline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 </row>
22393 <row>
22394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset ERT
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402
22403
22404 \backslash
22405 hdashline 
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \begin_inset ERT
22412 status collapsed
22413
22414 \begin_layout Plain Layout
22415
22416
22417 \backslash
22418 rowcolor{Gray}
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475
22476 \backslash
22477 cdashline{4-5}
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 </row>
22524 <row>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 \begin_inset ERT
22566 status collapsed
22567
22568 \begin_layout Plain Layout
22569
22570
22571 \backslash
22572 cellcolor{Maroon}
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 </lyxtabular>
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Standard
22596 \begin_inset ERT
22597 status collapsed
22598
22599 \begin_layout Plain Layout
22600
22601
22602 \backslash
22603 renewcommand{
22604 \backslash
22605 hdashline}{
22606 \backslash
22607 myHdashline}
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset Note Note
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617 既定値に戻す
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Standard
22626 \begin_inset ERT
22627 status collapsed
22628
22629 \begin_layout Plain Layout
22630
22631
22632 \backslash
22633 renewcommand{
22634 \backslash
22635 cdashline}{
22636 \backslash
22637 myCdashline}
22638 \end_layout
22639
22640 \end_inset
22641
22642
22643 \begin_inset Note Note
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647 既定値に戻す
22648 \end_layout
22649
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \begin_layout Standard
22656 \begin_inset ERT
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660
22661
22662 \backslash
22663 nodashgapcolor
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \begin_inset Note Note
22670 status collapsed
22671
22672 \begin_layout Plain Layout
22673 既定値に戻す
22674 \end_layout
22675
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \begin_layout Standard
22682 \begin_inset ERT
22683 status collapsed
22684
22685 \begin_layout Plain Layout
22686
22687
22688 \backslash
22689 setlength{
22690 \backslash
22691 arrayrulewidth}{0.4pt}
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \begin_inset Note Note
22698 status collapsed
22699
22700 \begin_layout Plain Layout
22701 既定値に戻す
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 行や列、罫線の着色は、第
22711 \begin_inset CommandInset ref
22712 LatexCommand ref
22713 reference "sec:色付きの表"
22714
22715 \end_inset
22716
22717 節に述べられているように動作します。水平線の着色も、
22718 \series bold
22719
22720 \backslash
22721 myHlineC
22722 \series default
22723 コマンドを
22724 \series bold
22725
22726 \backslash
22727 myHdashline
22728 \series default
22729 に置き換え、
22730 \series bold
22731
22732 \backslash
22733 hline
22734 \series default
22735
22736 \series bold
22737
22738 \backslash
22739 hdashline
22740 \series default
22741 に置き換えれば、そこで述べられているのと同様に機能します。したがって、以下のようなコマンドを使います。
22742 \end_layout
22743
22744 \begin_layout Standard
22745
22746 \series bold
22747
22748 \backslash
22749 let
22750 \backslash
22751 myHdashline
22752 \backslash
22753 hdashline
22754 \begin_inset Newline newline
22755 \end_inset
22756
22757
22758 \backslash
22759 renewcommand{
22760 \backslash
22761 hdashline}
22762 \begin_inset Newline newline
22763 \end_inset
22764
22765
22766 \begin_inset Phantom HPhantom
22767 status open
22768
22769 \begin_layout Plain Layout
22770 \begin_inset space ~
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777
22778 {
22779 \backslash
22780 arrayrulecolor{red}
22781 \backslash
22782 myHdashline
22783 \backslash
22784 arrayrulecolor{black}}
22785 \end_layout
22786
22787 \begin_layout Standard
22788
22789 \series bold
22790
22791 \backslash
22792 cdashline
22793 \series default
22794 に色をつけるならば、コマンドは
22795 \end_layout
22796
22797 \begin_layout Standard
22798
22799 \series bold
22800
22801 \backslash
22802 let
22803 \backslash
22804 myCdashline
22805 \backslash
22806 cdashline
22807 \begin_inset Newline newline
22808 \end_inset
22809
22810
22811 \backslash
22812 renewcommand{
22813 \backslash
22814 cdashline}[1]
22815 \begin_inset Newline newline
22816 \end_inset
22817
22818
22819 \begin_inset Phantom HPhantom
22820 status open
22821
22822 \begin_layout Plain Layout
22823 \begin_inset space ~
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830
22831 {
22832 \backslash
22833 arrayrulecolor{red}
22834 \backslash
22835 myCdashline{#1}
22836 \backslash
22837 arrayrulecolor{black}}
22838 \end_layout
22839
22840 \begin_layout Standard
22841 のようになります。黒の罫線に戻すには、以下のコマンドを表の後ろに\SpecialChar TeX
22842 コードで挿入する必要があります。
22843 \end_layout
22844
22845 \begin_layout Standard
22846
22847 \series bold
22848
22849 \backslash
22850 hdashline
22851 \series default
22852 の場合は
22853 \end_layout
22854
22855 \begin_layout Standard
22856
22857 \series bold
22858
22859 \backslash
22860 renewcommand{
22861 \backslash
22862 hdashline}{
22863 \backslash
22864 myHdashline}
22865 \end_layout
22866
22867 \begin_layout Standard
22868 とし、
22869 \series bold
22870
22871 \backslash
22872 cdashline
22873 \series default
22874 の場合は
22875 \end_layout
22876
22877 \begin_layout Standard
22878
22879 \series bold
22880
22881 \backslash
22882 renewcommand{
22883 \backslash
22884 cdashline}{
22885 \backslash
22886 myCdashline}
22887 \end_layout
22888
22889 \begin_layout Standard
22890 としてください。点線の間の余白に色をつけるには、表の前に\SpecialChar TeX
22891 コードで
22892 \end_layout
22893
22894 \begin_layout Standard
22895
22896 \series bold
22897
22898 \backslash
22899 dashgapcolor{色}
22900 \end_layout
22901
22902 \begin_layout Standard
22903 とすれば良いです。ここで「色」は、定義済みの色名です。
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \series bold
22909
22910 \backslash
22911 nodashgapcolor
22912 \end_layout
22913
22914 \begin_layout Standard
22915 というコマンドは、
22916 \series bold
22917
22918 \backslash
22919 dashgapcolor
22920 \series default
22921 が行った変更を元に戻します。
22922 \end_layout
22923
22924 \begin_layout Standard
22925 \begin_inset Note Greyedout
22926 status open
22927
22928 \begin_layout Plain Layout
22929
22930 \series bold
22931 【註】
22932 \series default
22933 1つのセル中に複数のコマンドがある場合、
22934 \series bold
22935 arydshln
22936 \series default
22937 のコマンドが、そのセル中で最初に来る必要があります。したがって、表
22938 \begin_inset CommandInset ref
22939 LatexCommand ref
22940 reference "tab:Colored-table-with"
22941
22942 \end_inset
22943
22944 のセル
22945 \emph on
22946 k
22947 \emph default
22948 では、
22949 \series bold
22950
22951 \backslash
22952 hdashline
22953 \series default
22954 コマンドが
22955 \series bold
22956
22957 \backslash
22958 rowcolor
22959 \series default
22960 の前に来ています。
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset Note Greyedout
22970 status open
22971
22972 \begin_layout Plain Layout
22973
22974 \series bold
22975 【註】
22976 \series default
22977 \SpecialChar LaTeX
22978 パッケージ
22979 \series bold
22980 arydshln
22981 \series default
22982 は、文書プリアンブル中で\SpecialChar LaTeX
22983 パッケージ
22984 \series bold
22985 colortbl
22986 \series default
22987
22988 \begin_inset Index idx
22989 status collapsed
22990
22991 \begin_layout Plain Layout
22992 \SpecialChar LaTeX
22993 ぱっけーじ@\SpecialChar LaTeX
22994 パッケージ ! colortbl
22995 \end_layout
22996
22997 \end_inset
22998
22999 よりも前に読み込まれている必要があります。
23000 \end_layout
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \begin_layout Standard
23008 \begin_inset ERT
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012
23013
23014 \backslash
23015 else
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \begin_inset Note Note
23022 status open
23023
23024 \begin_layout Plain Layout
23025 以下は、\SpecialChar LaTeX
23026 パッケージ
23027 \series bold
23028 arydshln
23029 \series default
23030 が導入済みでないときに表示されます。
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039 本節の内容を出力に表示するためには、
23040 \series bold
23041 arydshln
23042 \series default
23043 パッケージを導入しなくてはなりません。
23044 \end_layout
23045
23046 \begin_layout Standard
23047 \begin_inset ERT
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051
23052
23053 \backslash
23054 fi
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \begin_layout Standard
23063 点罫について詳しい情報は、
23064 \series bold
23065 arydshln
23066 \series default
23067 の取扱説明書
23068 \begin_inset CommandInset citation
23069 LatexCommand cite
23070 key "arydshln"
23071
23072 \end_inset
23073
23074 をご覧ください。
23075 \end_layout
23076
23077 \begin_layout Chapter
23078 フロート
23079 \begin_inset CommandInset label
23080 LatexCommand label
23081 name "chap:フロート"
23082
23083 \end_inset
23084
23085
23086 \begin_inset Index idx
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090 ふろーと@フロート
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Section
23099 はじめに
23100 \begin_inset CommandInset label
23101 LatexCommand label
23102 name "sec:フロートはじめに"
23103
23104 \end_inset
23105
23106
23107 \begin_inset Index idx
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111 ふろーと@フロート ! はじめに
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
23121 ート)ことができます。
23122 \family sans
23123 脚注
23124 \family default
23125
23126 \family sans
23127 傍注
23128 \family default
23129 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
23130 \end_layout
23131
23132 \begin_layout Standard
23133 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
23134 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
23135 ートには連番が割り当てられます。参照については、第
23136 \begin_inset CommandInset ref
23137 LatexCommand ref
23138 reference "sec:フロートの参照"
23139
23140 \end_inset
23141
23142 節で述べられています。
23143 \end_layout
23144
23145 \begin_layout Standard
23146 フロートを挿入するには、
23147 \family sans
23148 挿入\SpecialChar menuseparator
23149 フロート
23150 \family default
23151 メニュー(
23152 \begin_inset Info
23153 type  "icon"
23154 arg   "float-insert figure"
23155 \end_inset
23156
23157 または
23158 \begin_inset Info
23159 type  "icon"
23160 arg   "float-insert table"
23161 \end_inset
23162
23163 ツールバーボタン)を使えば、ラベルのついたボックスすなわち
23164 \family sans
23165 キャプション
23166 \family default
23167 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
23168 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
23169 \begin_inset CommandInset ref
23170 LatexCommand ref
23171 reference "sec:キャプションの配置"
23172
23173 \end_inset
23174
23175 節に述べられています。また、\SpecialChar LyX
23176 文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになっています。
23177 畳んだフロートボックスは、
23178 \begin_inset Graphics
23179         filename clipart/floatQt4.png
23180         scale 70
23181         scaleBeforeRotation
23182
23183 \end_inset
23184
23185 のように、灰色ボタンに赤字ラベルで表示されます。
23186 \end_layout
23187
23188 \begin_layout Standard
23189 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
23190 エラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
23191 \end_layout
23192
23193 \begin_layout Standard
23194 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
23195 \end_layout
23196
23197 \begin_layout Section
23198 フロート型
23199 \end_layout
23200
23201 \begin_layout Standard
23202 \SpecialChar LyX
23203 には、第
23204 \begin_inset CommandInset ref
23205 LatexCommand ref
23206 reference "sec:図フロート"
23207
23208 \end_inset
23209
23210 節および第
23211 \begin_inset CommandInset ref
23212 LatexCommand ref
23213 reference "sec:表フロート"
23214
23215 \end_inset
23216
23217 節で各々説明されている図フロートと表フロート以外に、
23218 \family sans
23219 アルゴリズム型
23220 \series bold
23221
23222 \series default
23223 折返し型
23224 \family default
23225 のフロート型があります。後者は、第
23226 \begin_inset CommandInset ref
23227 LatexCommand ref
23228 reference "sec:折返しフロート"
23229
23230 \end_inset
23231
23232 節に説明があります。
23233 \end_layout
23234
23235 \begin_layout Subsection
23236 アルゴリズムフロート
23237 \begin_inset Index idx
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241 ふろーと@フロート ! あるごりずむ@アルゴリズム
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Standard
23250 \begin_inset Float algorithm
23251 placement h
23252 wide false
23253 sideways false
23254 status open
23255
23256 \begin_layout Plain Layout
23257 \begin_inset Caption Standard
23258
23259 \begin_layout Plain Layout
23260 \begin_inset CommandInset label
23261 LatexCommand label
23262 name "alg:アルゴリズムフロートの例"
23263
23264 \end_inset
23265
23266 アルゴリズムフロートの例
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout LyX-Code
23275 for I in 1..N loop
23276 \begin_inset Newline newline
23277 \end_inset
23278
23279  Sum:= Sum + A(I); /*comment*/
23280 \begin_inset Newline newline
23281 \end_inset
23282
23283 end loop
23284 \begin_inset VSpace -4mm
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 このフロート型は、
23297 \family sans
23298 挿入
23299 \shape up
23300 \SpecialChar menuseparator
23301 フロート\SpecialChar menuseparator
23302 アルゴリズム
23303 \family default
23304 \shape default
23305 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
23306 \begin_inset CommandInset ref
23307 LatexCommand ref
23308 reference "cha:プログラムコードリスト"
23309
23310 \end_inset
23311
23312 章で説明されているプログラムコードリストの代わりとみなすことができます。
23313 \emph on
23314 \SpecialChar LyX
23315 ユーザーの手引き
23316 \emph default
23317 に述べられているように、アルゴリズム向けの環境としては、
23318 \family sans
23319 \SpecialChar LyX
23320 コード
23321 \family default
23322 があります。 アルゴリズム
23323 \begin_inset CommandInset ref
23324 LatexCommand ref
23325 reference "alg:アルゴリズムフロートの例"
23326
23327 \end_inset
23328
23329 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
23330 \begin_inset space \thinspace{}
23331 \end_inset
23332
23333 mmの垂直空白が入れてあります。
23334 \end_layout
23335
23336 \begin_layout Standard
23337 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
23338 \end_layout
23339
23340 \begin_layout Standard
23341
23342 \series bold
23343
23344 \backslash
23345 floatname{algorithm}{付けたい名称}
23346 \end_layout
23347
23348 \begin_layout Standard
23349 という行を手動で加える必要があります。ここで
23350 \family sans
23351 \series bold
23352 付けたい名称
23353 \family default
23354 \series default
23355 には、お使いの言語で「
23356 \emph on
23357 algorithm
23358 \emph default
23359 」に対応する単語を指定します。
23360 \end_layout
23361
23362 \begin_layout Standard
23363 アルゴリズム一覧を挿入するには、文書言語が\SpecialChar LyX
23364 のメニューに表示されている言語と同じであるならば、
23365 \family sans
23366 挿入\SpecialChar menuseparator
23367 一覧/目次\SpecialChar menuseparator
23368 アルゴリズム一覧
23369 \family default
23370 メニューを使用します。それ以外の場合には、代わりに
23371 \end_layout
23372
23373 \begin_layout Standard
23374
23375 \series bold
23376
23377 \backslash
23378 listof{algorithm}{付けたい名称}
23379 \end_layout
23380
23381 \begin_layout Standard
23382 というコマンドを\SpecialChar TeX
23383 コードとして用います。ここで
23384 \family sans
23385 付けたい名称
23386 \family default
23387 とは、「
23388 \emph on
23389 List of Algorithm
23390 \emph default
23391 s」という単語に相当する、ご使用になりたい言語での単語です。
23392 \end_layout
23393
23394 \begin_layout Standard
23395 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
23396 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
23397 \end_layout
23398
23399 \begin_layout Standard
23400
23401 \series bold
23402
23403 \backslash
23404 numberwithin{algorithm}{chapter}
23405 \end_layout
23406
23407 \begin_layout Standard
23408 というコマンドを追加してください。
23409 \series bold
23410
23411 \backslash
23412 numberwithin
23413 \series default
23414 というコマンドを使用するには、文書設定の
23415 \family sans
23416 数式オプション
23417 \family default
23418 タブで
23419 \family sans
23420 AMS mathパッケージを使用する
23421 \family default
23422 オプションを有効にしてください。
23423 \end_layout
23424
23425 \begin_layout Section
23426 フロートの連番
23427 \begin_inset Index idx
23428 status collapsed
23429
23430 \begin_layout Plain Layout
23431 ふろーと@フロート ! れんばん@連番
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Standard
23440 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
23441 て変わります。
23442 \end_layout
23443
23444 \begin_layout Standard
23445 節から独立して付けられている連番を変更するには、文書プリアンブルで
23446 \end_layout
23447
23448 \begin_layout Standard
23449
23450 \series bold
23451
23452 \backslash
23453 renewcommand{
23454 \backslash
23455 thetable}{
23456 \backslash
23457 roman{table}}
23458 \end_layout
23459
23460 \begin_layout Standard
23461
23462 \series bold
23463 というコマンドを使うと良いでしょう。
23464 \backslash
23465 thetable
23466 \series default
23467 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
23468 \series bold
23469
23470 \backslash
23471 thefigure
23472 \series default
23473 コマンドを使用します。上のコマンドで使用されている
23474 \series bold
23475
23476 \backslash
23477 roman
23478 \series default
23479 は、表番号を小文字のローマ数字で印字するコマンドです。
23480 \end_layout
23481
23482 \begin_layout Standard
23483 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
23484 \end_layout
23485
23486 \begin_layout Standard
23487
23488 \series bold
23489
23490 \backslash
23491 numberwithin{table}{subsection}
23492 \end_layout
23493
23494 \begin_layout Standard
23495 というコマンドを使用してください。
23496 \series bold
23497
23498 \backslash
23499 numberwithin
23500 \series default
23501 コマンドを使用可能にするためには、文書設定の
23502 \family sans
23503 数式オプション
23504 \family default
23505 タブで、
23506 \family sans
23507 AMS
23508 \begin_inset space ~
23509 \end_inset
23510
23511 math数式パッケージを使用する
23512 \family default
23513 を使用します。
23514 \end_layout
23515
23516 \begin_layout Standard
23517 連番コマンドについての詳細と大切な注意点については、第
23518 \begin_inset CommandInset ref
23519 LatexCommand ref
23520 reference "subsec:脚注の付番"
23521
23522 \end_inset
23523
23524 節もご覧ください。
23525 \end_layout
23526
23527 \begin_layout Section
23528 フロートの参照
23529 \begin_inset CommandInset label
23530 LatexCommand label
23531 name "sec:フロートの参照"
23532
23533 \end_inset
23534
23535
23536 \begin_inset Index idx
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540 ふろーと@フロート ! さんしょう@参照
23541 \end_layout
23542
23543 \end_inset
23544
23545
23546 \begin_inset Index idx
23547 status collapsed
23548
23549 \begin_layout Plain Layout
23550 さんしょう@参照 ! ふろーとにたいする@フロートに対する
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \begin_layout Standard
23559 フロートを参照するには、
23560 \family sans
23561 挿入\SpecialChar menuseparator
23562 ラベル
23563 \family default
23564 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
23565 \begin_inset Graphics
23566         filename clipart/labelQt4.png
23567         scaleBeforeRotation
23568
23569 \end_inset
23570
23571 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。\SpecialChar LyX
23572 は、キャプションの最初の数単語に前置句をつけたも
23573 のを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
23574 \family sans
23575 fig:
23576 \family default
23577 」という前置句がつけられます。
23578 \end_layout
23579
23580 \begin_layout Standard
23581 ラベルは、参照のための名称兼位置標として用いられます。
23582 \family sans
23583 挿入\SpecialChar menuseparator
23584 相互参照
23585 \family default
23586 メニューかツールバーボタン
23587 \family sans
23588
23589 \begin_inset Info
23590 type  "icon"
23591 arg   "dialog-show-new-inset ref"
23592 \end_inset
23593
23594
23595 \family default
23596 を使えば、ラベルを参照することができます。
23597 \begin_inset Graphics
23598         filename clipart/referenceQt4.png
23599         scale 85
23600         scaleBeforeRotation
23601
23602 \end_inset
23603
23604 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数の\SpecialChar LyX
23605 文書が開かれている場合には、ダイアログの上方にある
23606 ドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示されます
23607
23608 \end_layout
23609
23610 \begin_layout Standard
23611 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
23612 出力では、参照の代わりに二つの疑問符が表示されることになります。
23613 \end_layout
23614
23615 \begin_layout Standard
23616 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
23617 で、リンクの更新に手間を割く必要はありません。
23618 \end_layout
23619
23620 \begin_layout Standard
23621 相互参照ウィンドウの
23622 \family sans
23623 ラベルへ移動
23624 \family default
23625 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
23626 \family sans
23627 戻る
23628 \family default
23629 に変わるので、相互参照にカーソルを戻すのに使用することができます。
23630 \end_layout
23631
23632 \begin_layout Subsection
23633 相互参照の書式
23634 \begin_inset CommandInset label
23635 LatexCommand label
23636 name "subsec:相互参照の書式"
23637
23638 \end_inset
23639
23640
23641 \begin_inset Index idx
23642 status collapsed
23643
23644 \begin_layout Plain Layout
23645 さんしょう@参照 ! しょしき@書式
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 相互参照には、以下の6種類があります。
23655 \end_layout
23656
23657 \begin_layout Description
23658 <参照>: これはフロート番号を表示します。これが既定値です。例:
23659 \begin_inset CommandInset ref
23660 LatexCommand ref
23661 reference "fig:歪められた二つの像"
23662
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \begin_layout Description
23669 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
23670 例:
23671 \begin_inset CommandInset ref
23672 LatexCommand eqref
23673 reference "eq:Wgn"
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Description
23681 <参照ページ>: これはページ番号を表示します。例:Page
23682 \begin_inset space ~
23683 \end_inset
23684
23685
23686 \begin_inset CommandInset ref
23687 LatexCommand pageref
23688 reference "fig:歪められた二つの像"
23689
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \begin_layout Description
23696 on
23697 \begin_inset space ~
23698 \end_inset
23699
23700 page
23701 \begin_inset space ~
23702 \end_inset
23703
23704 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
23705 \begin_inset CommandInset ref
23706 LatexCommand vpageref
23707 reference "fig:歪められた二つの像"
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Description
23715 <参照>
23716 \begin_inset space ~
23717 \end_inset
23718
23719 on
23720 \begin_inset space ~
23721 \end_inset
23722
23723 page
23724 \begin_inset space ~
23725 \end_inset
23726
23727 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
23728 \begin_inset CommandInset ref
23729 LatexCommand vref
23730 reference "fig:歪められた二つの像"
23731
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \begin_layout Description
23738 整形された参照: これは自製の相互参照書式で出力します。
23739 \begin_inset Newline newline
23740 \end_inset
23741
23742
23743 \begin_inset Note Greyedout
23744 status open
23745
23746 \begin_layout Plain Layout
23747
23748 \series bold
23749 【註】
23750 \series default
23751 この機能は、\SpecialChar LaTeX
23752 パッケージ
23753 \series bold
23754 prettyref
23755 \series default
23756 または
23757 \series bold
23758 refstyle
23759 \series default
23760 が導入されている場合のみ使用することができます。
23761 \begin_inset Index idx
23762 status collapsed
23763
23764 \begin_layout Plain Layout
23765 \SpecialChar LaTeX
23766 ぱっけーじ@\SpecialChar LaTeX
23767 パッケージ! prettyref
23768 \end_layout
23769
23770 \end_inset
23771
23772
23773 \begin_inset Index idx
23774 status collapsed
23775
23776 \begin_layout Plain Layout
23777 \SpecialChar LaTeX
23778 ぱっけーじ@\SpecialChar LaTeX
23779 パッケージ ! refstyle
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \begin_inset Newline newline
23791 \end_inset
23792
23793 メニュー
23794 \family sans
23795 文書\SpecialChar menuseparator
23796 設定\SpecialChar menuseparator
23797 文書クラス
23798 \family default
23799 でオプション
23800 \family sans
23801 相互参照に(prettyrefではなく)refstyleを使用
23802 \family default
23803 を設定すると、この機能で使用する\SpecialChar LaTeX
23804 パッケージを選択することができます。書式は、文書プリアンブルに
23805 \series bold
23806
23807 \backslash
23808 newrefformat
23809 \series default
23810 コマンド(prettyrefの場合)あるいは
23811 \series bold
23812
23813 \backslash
23814 newref
23815 \series default
23816 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
23817 \family sans
23818 fig
23819 \family default
23820 」を持ちます)をすべて定義し直すには、
23821 \begin_inset Newline newline
23822 \end_inset
23823
23824
23825 \series bold
23826
23827 \backslash
23828 newref{fig}{refcmd={Image on page 
23829 \backslash
23830 pageref{#1}}}
23831 \begin_inset Newline newline
23832 \end_inset
23833
23834
23835 \series default
23836 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
23837 \begin_inset CommandInset citation
23838 LatexCommand cite
23839 key "prettyref,refstyle"
23840
23841 \end_inset
23842
23843 をご覧ください。
23844 \end_layout
23845
23846 \begin_layout Description
23847 名称参照: これは、下のような参照のキャプションを出力します。
23848 \begin_inset Newline newline
23849 \end_inset
23850
23851  
23852 \begin_inset CommandInset ref
23853 LatexCommand nameref
23854 reference "fig:歪められた二つの像"
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \begin_layout Standard
23862
23863 \family sans
23864 <参照ページ>
23865 \family default
23866 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
23867 \family sans
23868 on this page
23869 \family default
23870 」のような文章が表示されます。様式
23871 \family sans
23872 <参照> on page <参照ページ>
23873 \family default
23874 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
23875 \end_layout
23876
23877 \begin_layout Standard
23878 出力中で参照されている頁番号と文書中の位置は、\SpecialChar LaTeX
23879 が自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
23880 \family sans
23881 書式
23882 \family default
23883 フィールドで選ぶことができます。
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset Note Greyedout
23888 status open
23889
23890 \begin_layout Plain Layout
23891
23892 \series bold
23893 【註】
23894 \series default
23895 \SpecialChar LaTeX
23896 パッケージ
23897 \series bold
23898 prettyref
23899 \series default
23900
23901 \begin_inset Index idx
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905 \SpecialChar LaTeX
23906 ぱっけーじ@\SpecialChar LaTeX
23907 パッケージ! prettyref
23908 \end_layout
23909
23910 \end_inset
23911
23912 は、\SpecialChar LyX
23913 の取り得るラベル
23914 \begin_inset Flex Ruby
23915 status collapsed
23916
23917 \begin_layout Plain Layout
23918 捷径
23919 \begin_inset Argument post:1
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923 ショートカット
23924 \end_layout
23925
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \begin_inset Foot
23935 status collapsed
23936
23937 \begin_layout Plain Layout
23938 例えば、
23939 \begin_inset Quotes eld
23940 \end_inset
23941
23942 fig:
23943 \begin_inset Quotes erd
23944 \end_inset
23945
23946 は図キャプションを表す\SpecialChar LyX
23947
23948 \begin_inset Flex Ruby
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952 捷径
23953 \begin_inset Argument post:1
23954 status collapsed
23955
23956 \begin_layout Plain Layout
23957 ショートカット
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966
23967 です。
23968 \end_layout
23969
23970 \end_inset
23971
23972 を全部は解釈できず、国際化もされていないので、
23973 \series bold
23974 refstyle
23975 \series default
23976
23977 \begin_inset Index idx
23978 status collapsed
23979
23980 \begin_layout Plain Layout
23981 \SpecialChar LaTeX
23982 ぱっけーじ@\SpecialChar LaTeX
23983 パッケージ ! refstyle
23984 \end_layout
23985
23986 \end_inset
23987
23988 を使用することを推奨します。
23989 \end_layout
23990
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \begin_layout Subsection
23997 参照名の自動命名
23998 \begin_inset Index idx
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002 さんしょう@参照 ! じどうめいめい@自動命名
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \begin_layout Standard
24011
24012 \family sans
24013 文書設定
24014 \family default
24015 ダイアログの
24016 \family sans
24017 PDF特性
24018 \family default
24019 で有効にされた
24020 \series bold
24021 hyperref
24022 \series default
24023
24024 \begin_inset Index idx
24025 status collapsed
24026
24027 \begin_layout Plain Layout
24028 \SpecialChar LaTeX
24029 ぱっけーじ@\SpecialChar LaTeX
24030 パッケージ ! hyperref
24031 \end_layout
24032
24033 \end_inset
24034
24035  \SpecialChar LaTeX
24036 パッケージは、相互参照が参照されたフロート(あるいは
24037 \emph on
24038
24039 \emph default
24040 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
24041 の機能を使用するには、hyperrefを有効にして、
24042 \end_layout
24043
24044 \begin_layout Standard
24045
24046 \series bold
24047
24048 \backslash
24049 AtBeginDocument{
24050 \backslash
24051 renewcommand{
24052 \backslash
24053 ref}[1]{
24054 \backslash
24055 mbox{
24056 \backslash
24057 autoref{#1}}}}
24058 \end_layout
24059
24060 \begin_layout Standard
24061 という行を\SpecialChar LaTeX
24062 プリアンブルに挿入してください。たとえば「section」の代わりに「sec.
24063 \begin_inset space \thinspace{}
24064 \end_inset
24065
24066 」としたいなど、既定の参照名以外のものが欲しい場合には、
24067 \end_layout
24068
24069 \begin_layout Standard
24070
24071 \series bold
24072
24073 \backslash
24074 addto
24075 \backslash
24076 extrasenglish{
24077 \backslash
24078 renewcommand{
24079 \backslash
24080 sectionautorefname}
24081 \begin_inset Newline newline
24082 \end_inset
24083
24084
24085 \begin_inset Phantom HPhantom
24086 status open
24087
24088 \begin_layout Plain Layout
24089
24090 \series bold
24091 \begin_inset space ~
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098
24099 {sec.
24100 \backslash
24101 negthinspace}}
24102 \end_layout
24103
24104 \begin_layout Standard
24105 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \series bold
24111
24112 \backslash
24113 extrasenglishを
24114 \backslash
24115 extras***
24116 \series default
24117 に置き換えてください(***は使用中の言語名)。
24118 \end_layout
24119
24120 \begin_layout Standard
24121 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
24122 \end_layout
24123
24124 \begin_layout Standard
24125
24126 \series bold
24127
24128 \backslash
24129 addto
24130 \backslash
24131 extrasenglish{
24132 \backslash
24133 renewcommand*{
24134 \backslash
24135 equationautorefname}[1]{}}
24136 \end_layout
24137
24138 \begin_layout Standard
24139 この話題に関する詳細は、hyperrefの説明書
24140 \begin_inset CommandInset citation
24141 LatexCommand cite
24142 key "hyperref"
24143
24144 \end_inset
24145
24146 をお読みください。
24147 \end_layout
24148
24149 \begin_layout Standard
24150 \begin_inset Note Greyedout
24151 status open
24152
24153 \begin_layout Plain Layout
24154
24155 \series bold
24156 【註】
24157 \series default
24158 参照の自動命名は、相互参照を
24159 \family sans
24160 整形参照
24161 \family default
24162 様式(第
24163 \begin_inset CommandInset ref
24164 LatexCommand ref
24165 reference "subsec:相互参照の書式"
24166
24167 \end_inset
24168
24169 節)で使用しているときには、使用することができません。
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \SpecialChar LyX
24179 の取扱説明書『
24180 \emph on
24181 数式篇
24182 \emph default
24183 』では、参照名の自動命名が使用されています。
24184 \end_layout
24185
24186 \begin_layout Subsection
24187 参照位置
24188 \begin_inset CommandInset label
24189 LatexCommand label
24190 name "subsec:参照位置"
24191
24192 \end_inset
24193
24194
24195 \begin_inset Index idx
24196 status collapsed
24197
24198 \begin_layout Plain Layout
24199 さんしょう@参照 ! さんしょういち@参照位置
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \begin_layout Standard
24208
24209 \family sans
24210 文書設定
24211 \family default
24212 ダイアログの
24213 \family sans
24214 PDF特性
24215 \family default
24216 で、
24217 \series bold
24218 hyperref
24219 \series default
24220
24221 \begin_inset Index idx
24222 status collapsed
24223
24224 \begin_layout Plain Layout
24225 \SpecialChar LaTeX
24226 ぱっけーじ@\SpecialChar LaTeX
24227 パッケージ ! hyperref
24228 \end_layout
24229
24230 \end_inset
24231
24232 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
24233 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。\SpecialChar LaTeX
24234 パッケージの
24235 \series bold
24236 hyperref
24237 \series default
24238
24239 \begin_inset Index idx
24240 status collapsed
24241
24242 \begin_layout Plain Layout
24243 \SpecialChar LaTeX
24244 ぱっけーじ@\SpecialChar LaTeX
24245 パッケージ ! hyperref
24246 \end_layout
24247
24248 \end_inset
24249
24250 の一部である
24251 \series bold
24252 hyperref
24253 \series default
24254
24255 \begin_inset Index idx
24256 status collapsed
24257
24258 \begin_layout Plain Layout
24259 \SpecialChar LaTeX
24260 ぱっけーじ@\SpecialChar LaTeX
24261 パッケージ ! hyperref
24262 \end_layout
24263
24264 \end_inset
24265
24266 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
24267 \end_layout
24268
24269 \begin_layout Standard
24270
24271 \series bold
24272
24273 \backslash
24274 usepackage[figure]{hypcap}
24275 \end_layout
24276
24277 \begin_layout Standard
24278 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
24279 hypcapの説明書
24280 \begin_inset CommandInset citation
24281 LatexCommand cite
24282 key "hypcap"
24283
24284 \end_inset
24285
24286 をご覧ください。
24287 \end_layout
24288
24289 \begin_layout Standard
24290 \begin_inset Note Greyedout
24291 status open
24292
24293 \begin_layout Plain Layout
24294
24295 \series bold
24296 【註】hypcap
24297 \series default
24298 は内部図への参照には効力がありません。
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Section
24307 フロートの配置
24308 \begin_inset CommandInset label
24309 LatexCommand label
24310 name "sec:フロートの配置"
24311
24312 \end_inset
24313
24314
24315 \begin_inset Index idx
24316 status collapsed
24317
24318 \begin_layout Plain Layout
24319 ふろーと@フロート ! はいち@配置
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Standard
24328
24329 \family roman
24330 \series medium
24331 \shape up
24332 \size normal
24333 \emph off
24334 \bar no
24335 \noun off
24336 \color none
24337 フロートボックスを右クリックすると、ダイアログが開いて、ここで\SpecialChar LaTeX
24338 がフロートを配置するのに使う配置オプションを変更できるようになります。
24339 \begin_inset Newline newline
24340 \end_inset
24341
24342
24343 \family sans
24344 \series default
24345 \shape default
24346 \size default
24347 \emph default
24348 \bar default
24349 \noun default
24350 \color inherit
24351 段をまたぐ
24352 \family roman
24353 \series medium
24354 \shape up
24355 \size normal
24356 \emph off
24357 \bar no
24358 \noun off
24359 \color none
24360 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
24361 \begin_inset Newline newline
24362 \end_inset
24363
24364
24365 \family sans
24366 \series default
24367 \shape default
24368 \size default
24369 \emph default
24370 \bar default
24371 \noun default
24372 \color inherit
24373 横倒しに回転
24374 \family roman
24375 \series medium
24376 \shape up
24377 \size normal
24378 \emph off
24379 \bar no
24380 \noun off
24381 \color none
24382 オプションは、フロートを回転するのに用います。第
24383 \family default
24384 \series default
24385 \shape default
24386 \size default
24387 \emph default
24388 \bar default
24389 \noun default
24390 \color inherit
24391
24392 \begin_inset CommandInset ref
24393 LatexCommand ref
24394 reference "sec:回転フロート"
24395
24396 \end_inset
24397
24398
24399 \family roman
24400 \series medium
24401 \shape up
24402 \size normal
24403 \emph off
24404 \bar no
24405 \noun off
24406 \color none
24407 節をご参照ください。
24408 \end_layout
24409
24410 \begin_layout Standard
24411
24412 \family roman
24413 \series medium
24414 \shape up
24415 \size normal
24416 \emph off
24417 \bar no
24418 \noun off
24419 \color none
24420 フロートダイアログでは、
24421 \family sans
24422 \series default
24423 \shape default
24424 \size default
24425 \emph default
24426 \bar default
24427 \noun default
24428 \color inherit
24429 既定の配置を使う
24430 \family roman
24431 \series medium
24432 \shape up
24433 \size normal
24434 \emph off
24435 \bar no
24436 \noun off
24437 \color none
24438 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
24439 \end_layout
24440
24441 \begin_layout Description
24442 可能ならば現在位置に: 
24443 \family roman
24444 \series medium
24445 \shape up
24446 \size normal
24447 \emph off
24448 \bar no
24449 \noun off
24450 \color none
24451 フロートを挿入位置に配置することを試みます
24452 \end_layout
24453
24454 \begin_layout Description
24455 ページ上部: 
24456 \family roman
24457 \series medium
24458 \shape up
24459 \size normal
24460 \emph off
24461 \bar no
24462 \noun off
24463 \color none
24464 フロートを現在ページの上部に配置することを試みます
24465 \end_layout
24466
24467 \begin_layout Description
24468 ページ下部: 
24469 \family roman
24470 \series medium
24471 \shape up
24472 \size normal
24473 \emph off
24474 \bar no
24475 \noun off
24476 \color none
24477 フロートを現在ページの下部に配置することを試みます
24478 \end_layout
24479
24480 \begin_layout Description
24481 フロートを独立したページに: 
24482 \family roman
24483 \series medium
24484 \shape up
24485 \size normal
24486 \emph off
24487 \bar no
24488 \noun off
24489 \color none
24490 フロートを独立したページに配置することを試みます
24491 \end_layout
24492
24493 \begin_layout Standard
24494 \SpecialChar LaTeX
24495 は、
24496 \emph on
24497 つねに
24498 \emph default
24499 上記のオプション順を用います。すなわち、既定の配置を使用すると、\SpecialChar LaTeX
24500 はまず
24501 \family sans
24502 可能ならば現在位置に
24503 \family default
24504 を試み、次に
24505 \family sans
24506 ページの上部
24507 \family default
24508 、その後他のオプションを試みます。既定値を使わないときには、\SpecialChar LaTeX
24509 は有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの配置がいず
24510 れも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
24511 \end_layout
24512
24513 \begin_layout Standard
24514 既定では、各オプションはそれぞれ以下の規則を持っています。
24515 \end_layout
24516
24517 \begin_layout Labeling
24518 \labelwidthstring 00.00.0000
24519
24520 \family sans
24521 ページ上部
24522 \family default
24523  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
24524 \series bold
24525
24526 \backslash
24527 topfraction
24528 \series default
24529 )。
24530 \end_layout
24531
24532 \begin_layout Labeling
24533 \labelwidthstring 00.00.0000
24534
24535 \family sans
24536 ページ下部
24537 \family default
24538  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
24539 \series bold
24540
24541 \backslash
24542 bottomfraction
24543 \series default
24544 )。
24545 \end_layout
24546
24547 \begin_layout Labeling
24548 \labelwidthstring 00.00.0000
24549
24550 \family sans
24551 フロートを独立したページ 
24552 \family default
24553 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
24554 \series bold
24555
24556 \backslash
24557 floatpagefraction
24558 \series default
24559 )。
24560 \end_layout
24561
24562 \begin_layout Standard
24563 これらの規則に従いたくないときは、
24564 \family sans
24565 \SpecialChar LaTeX
24566 の規則を無視する
24567 \family default
24568 オプションを追加することによって、これらを無視することができます。
24569 \begin_inset Newline newline
24570 \end_inset
24571
24572 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
24573 コマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を、ページの
24574 5割に変えるには、文書プリアンブルに
24575 \end_layout
24576
24577 \begin_layout Standard
24578
24579 \series bold
24580
24581 \backslash
24582 renewcommand{
24583 \backslash
24584 bottomfraction}{0.5}
24585 \end_layout
24586
24587 \begin_layout Standard
24588 という行を加えてください。
24589 \end_layout
24590
24591 \begin_layout Standard
24592 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
24593 \family sans
24594 何としても現在位置に置く
24595 \family default
24596 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
24597 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
24598 からです。
24599 \end_layout
24600
24601 \begin_layout Standard
24602 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
24603 \end_layout
24604
24605 \begin_layout Standard
24606 \begin_inset VSpace bigskip
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
24614 することがあります。この問題を避けるには、\SpecialChar LaTeX
24615 コマンドの
24616 \backslash
24617 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
24618 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
24619 \end_layout
24620
24621 \begin_layout Standard
24622
24623 \series bold
24624
24625 \backslash
24626 let
24627 \backslash
24628 mySection
24629 \backslash
24630 section
24631 \begin_inset Newline newline
24632 \end_inset
24633
24634
24635 \backslash
24636 renewcommand{
24637 \backslash
24638 section}{
24639 \backslash
24640 suppressfloats[t]
24641 \backslash
24642 mySection}
24643 \end_layout
24644
24645 \begin_layout Standard
24646 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、\SpecialChar LaTeX
24647 が適当な配置を見つけるのに失敗することが
24648 あるので、これらに対する定義はお勧めしません。
24649 \end_layout
24650
24651 \begin_layout Standard
24652 \begin_inset VSpace bigskip
24653 \end_inset
24654
24655 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、\SpecialChar LaTeX
24656 パッケージ
24657 \series bold
24658 endfloat
24659 \series default
24660
24661 \begin_inset Index idx
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665 \SpecialChar LaTeX
24666 ぱっけーじ@\SpecialChar LaTeX
24667 パッケージ ! endfloat
24668 \end_layout
24669
24670 \end_inset
24671
24672 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
24673 \begin_inset Quotes eld
24674 \end_inset
24675
24676
24677 \family sans
24678 [Figure
24679 \begin_inset space ~
24680 \end_inset
24681
24682 3.2 about here.]
24683 \family default
24684
24685 \begin_inset Quotes erd
24686 \end_inset
24687
24688 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
24689 \end_layout
24690
24691 \begin_layout Standard
24692
24693 \series bold
24694
24695 \backslash
24696 usepackage[options]{endfloat}
24697 \end_layout
24698
24699 \begin_layout Standard
24700 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
24701 \series bold
24702 endfloat
24703 \series default
24704 取扱説明書
24705 \begin_inset CommandInset citation
24706 LatexCommand cite
24707 key "endfloat"
24708
24709 \end_inset
24710
24711 をご参照ください。
24712 \begin_inset Newline newline
24713 \end_inset
24714
24715
24716 \begin_inset Note Greyedout
24717 status open
24718
24719 \begin_layout Plain Layout
24720
24721 \series bold
24722 【註】endfloat
24723 \series default
24724 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
24725 \begin_inset CommandInset citation
24726 LatexCommand cite
24727 key "endfloat"
24728
24729 \end_inset
24730
24731 の第4節をご参照ください。
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \begin_inset Newline newline
24738 \end_inset
24739
24740
24741 \begin_inset Note Greyedout
24742 status open
24743
24744 \begin_layout Plain Layout
24745
24746 \series bold
24747 【註】
24748 \series default
24749 現在のところ、
24750 \series bold
24751 endfloat
24752 \series default
24753 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりに\SpecialChar TeX
24754 コードで「
24755 \series bold
24756
24757 \backslash
24758 ss
24759 \series default
24760 」コマンドを使用してください。
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \begin_layout Standard
24769 \begin_inset VSpace bigskip
24770 \end_inset
24771
24772 フロートの割付に関する詳細は、\SpecialChar LaTeX
24773 関連書
24774 \begin_inset CommandInset citation
24775 LatexCommand cite
24776 key "latexcompanion,latexguide,latexbook"
24777
24778 \end_inset
24779
24780 をご覧ください。
24781 \end_layout
24782
24783 \begin_layout Section
24784 回転フロート
24785 \begin_inset CommandInset label
24786 LatexCommand label
24787 name "sec:回転フロート"
24788
24789 \end_inset
24790
24791
24792 \begin_inset Index idx
24793 status collapsed
24794
24795 \begin_layout Plain Layout
24796 ふろーと@フロート ! かいてん@回転
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Standard
24805 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
24806 \family sans
24807 横倒しに回転
24808 \family default
24809 オプションを有効にします。
24810 \end_layout
24811
24812 \begin_layout Standard
24813 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
24814 \family sans
24815 段をまたぐ
24816 \family default
24817 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
24818 たって回転方向を強制したい場合には、文書クラスオプションに
24819 \series bold
24820 figuresleft
24821 \series default
24822 オプションあるいは
24823 \series bold
24824 figuresright
24825 \series default
24826 オプションを加えることができます。
24827 \end_layout
24828
24829 \begin_layout Standard
24830 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
24831 \begin_inset CommandInset ref
24832 LatexCommand ref
24833 reference "tab:回転した表"
24834
24835 \end_inset
24836
24837 が回転表フロートの例です。
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \begin_inset Note Greyedout
24842 status open
24843
24844 \begin_layout Plain Layout
24845
24846 \series bold
24847 【註】
24848 \series default
24849 すべてのDVIビューアが回転フロートを表示できるわけではありません。
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 \begin_inset Float table
24859 wide false
24860 sideways true
24861 status open
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Caption Standard
24865
24866 \begin_layout Plain Layout
24867 \begin_inset CommandInset label
24868 LatexCommand label
24869 name "tab:回転した表"
24870
24871 \end_inset
24872
24873 回転した表
24874 \end_layout
24875
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \begin_layout Plain Layout
24882 \align center
24883 \begin_inset Tabular
24884 <lyxtabular version="3" rows="1" columns="5">
24885 <features tabularvalignment="middle">
24886 <column alignment="center" valignment="top">
24887 <column alignment="center" valignment="top">
24888 <column alignment="center" valignment="top">
24889 <column alignment="center" valignment="top">
24890 <column alignment="center" valignment="top">
24891 <row>
24892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 試験
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 </row>
24938 </lyxtabular>
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Section
24951 従属フロート
24952 \begin_inset Index idx
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
24966 \begin_inset CommandInset ref
24967 LatexCommand ref
24968 reference "tab:従属表を横に並べたもの"
24969
24970 \end_inset
24971
24972 と表
24973 \begin_inset CommandInset ref
24974 LatexCommand ref
24975 reference "tab:従属表を縦に並べたもの"
24976
24977 \end_inset
24978
24979 に示されているように段落と同様に指定することができます。
24980 \end_layout
24981
24982 \begin_layout Standard
24983 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
24984 \begin_inset CommandInset ref
24985 LatexCommand ref
24986 reference "tab:これは従属表a"
24987
24988 \end_inset
24989
24990 と表
24991 \begin_inset CommandInset ref
24992 LatexCommand ref
24993 reference "tab:これは従属表b"
24994
24995 \end_inset
24996
24997 は表
24998 \begin_inset CommandInset ref
24999 LatexCommand ref
25000 reference "tab:従属表を横に並べたもの"
25001
25002 \end_inset
25003
25004 の従属フロートです。
25005 \begin_inset Float table
25006 wide false
25007 sideways false
25008 status open
25009
25010 \begin_layout Plain Layout
25011 \begin_inset Caption Standard
25012
25013 \begin_layout Plain Layout
25014 \begin_inset CommandInset label
25015 LatexCommand label
25016 name "tab:従属表を横に並べたもの"
25017
25018 \end_inset
25019
25020 従属表を横に並べたもの
25021 \end_layout
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Plain Layout
25029 \begin_inset space \hfill{}
25030 \end_inset
25031
25032
25033 \begin_inset Float table
25034 wide false
25035 sideways false
25036 status collapsed
25037
25038 \begin_layout Plain Layout
25039 \begin_inset Caption Standard
25040
25041 \begin_layout Plain Layout
25042 \begin_inset CommandInset label
25043 LatexCommand label
25044 name "tab:これは従属表a"
25045
25046 \end_inset
25047
25048 これは従属表aです。
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Plain Layout
25057 \align center
25058 \begin_inset Tabular
25059 <lyxtabular version="3" rows="1" columns="5">
25060 <features tabularvalignment="middle">
25061 <column alignment="center" valignment="top">
25062 <column alignment="center" valignment="top">
25063 <column alignment="center" valignment="top">
25064 <column alignment="center" valignment="top">
25065 <column alignment="center" valignment="top">
25066 <row>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 試験
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 </row>
25113 </lyxtabular>
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \end_inset
25121
25122
25123 \begin_inset space \hfill{}
25124 \end_inset
25125
25126
25127 \begin_inset Float table
25128 wide false
25129 sideways false
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133 \begin_inset Caption Standard
25134
25135 \begin_layout Plain Layout
25136 \begin_inset CommandInset label
25137 LatexCommand label
25138 name "tab:これは従属表b"
25139
25140 \end_inset
25141
25142 これは従属表bです。
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Plain Layout
25151 \align center
25152 \begin_inset Tabular
25153 <lyxtabular version="3" rows="1" columns="5">
25154 <features tabularvalignment="middle">
25155 <column alignment="center" valignment="top">
25156 <column alignment="center" valignment="top">
25157 <column alignment="center" valignment="top">
25158 <column alignment="center" valignment="top">
25159 <column alignment="center" valignment="top">
25160 <row>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201 試験
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 </row>
25207 </lyxtabular>
25208
25209 \end_inset
25210
25211
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \begin_inset space \hfill{}
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \begin_inset Float table
25227 wide false
25228 sideways false
25229 status open
25230
25231 \begin_layout Plain Layout
25232 \begin_inset Caption Standard
25233
25234 \begin_layout Plain Layout
25235 \begin_inset CommandInset label
25236 LatexCommand label
25237 name "tab:従属表を縦に並べたもの"
25238
25239 \end_inset
25240
25241 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \end_layout
25248
25249 \begin_layout Plain Layout
25250 \noindent
25251 \align center
25252 \begin_inset Float table
25253 wide false
25254 sideways false
25255 status collapsed
25256
25257 \begin_layout Plain Layout
25258 \begin_inset Caption Standard
25259
25260 \begin_layout Plain Layout
25261
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Plain Layout
25270 \align center
25271 \begin_inset Tabular
25272 <lyxtabular version="3" rows="1" columns="4">
25273 <features tabularvalignment="middle">
25274 <column alignment="center" valignment="top">
25275 <column alignment="center" valignment="top">
25276 <column alignment="center" valignment="top">
25277 <column alignment="center" valignment="top">
25278 <row>
25279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283 試験
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292 試験
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 試験
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 試験
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 </row>
25316 </lyxtabular>
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Plain Layout
25329 \noindent
25330 \align center
25331 \begin_inset Float table
25332 wide false
25333 sideways false
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 \begin_inset Caption Standard
25338
25339 \begin_layout Plain Layout
25340
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \begin_layout Plain Layout
25349 \align center
25350 \begin_inset Tabular
25351 <lyxtabular version="3" rows="1" columns="5">
25352 <features tabularvalignment="middle">
25353 <column alignment="center" valignment="top">
25354 <column alignment="center" valignment="top">
25355 <column alignment="center" valignment="top">
25356 <column alignment="center" valignment="top">
25357 <column alignment="center" valignment="top">
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 </row>
25405 </lyxtabular>
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \end_layout
25421
25422 \begin_layout Section
25423 横並びのフロート
25424 \begin_inset Index idx
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 ふろーと@フロート ! よこならび@横並び
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Standard
25437
25438 \begin_inset CommandInset ref
25439 LatexCommand ref
25440 reference "fig:左側のフロート"
25441
25442 \end_inset
25443
25444 や図
25445 \begin_inset CommandInset ref
25446 LatexCommand ref
25447 reference "fig:右側のフロート"
25448
25449 \end_inset
25450
25451 のようにフロートを横並びに配置するには、
25452 \emph on
25453 ひとつの
25454 \emph default
25455 フロートのみを使用し、その中に二つのminipageボックスを挿入します
25456 \begin_inset Foot
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 Minipageは第
25461 \begin_inset CommandInset ref
25462 LatexCommand ref
25463 reference "sec:ミニページ"
25464
25465 \end_inset
25466
25467 節に説明があります。
25468 \end_layout
25469
25470 \end_inset
25471
25472 。幅は45
25473 \begin_inset space \thinspace{}
25474 \end_inset
25475
25476 -50
25477 \begin_inset space \thinspace{}
25478 \end_inset
25479
25480 列幅%とし、各minipageのボックス配置を
25481 \family sans
25482
25483 \family default
25484 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
25485 \family sans
25486 列幅%
25487 \family default
25488 がここではminipageボックスの幅によって計算されることです。
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \begin_inset Float figure
25493 wide false
25494 sideways false
25495 status open
25496
25497 \begin_layout Plain Layout
25498 \begin_inset Box Frameless
25499 position "b"
25500 hor_pos "c"
25501 has_inner_box 1
25502 inner_pos "t"
25503 use_parbox 0
25504 use_makebox 0
25505 width "45col%"
25506 special "none"
25507 height "1in"
25508 height_special "totalheight"
25509 thickness "0.4pt"
25510 separation "3pt"
25511 shadowsize "4pt"
25512 framecolor "black"
25513 backgroundcolor "none"
25514 status open
25515
25516 \begin_layout Plain Layout
25517 \align center
25518 \begin_inset Graphics
25519         filename ../clipart/mobius.eps
25520         lyxscale 50
25521         width 100col%
25522         scaleBeforeRotation
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Caption Standard
25531
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "fig:左側のフロート"
25536
25537 \end_inset
25538
25539 左側のフロート
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \begin_inset space \hfill{}
25551 \end_inset
25552
25553
25554 \begin_inset Box Frameless
25555 position "b"
25556 hor_pos "c"
25557 has_inner_box 1
25558 inner_pos "t"
25559 use_parbox 0
25560 use_makebox 0
25561 width "45col%"
25562 special "none"
25563 height "1in"
25564 height_special "totalheight"
25565 thickness "0.4pt"
25566 separation "3pt"
25567 shadowsize "4pt"
25568 framecolor "black"
25569 backgroundcolor "none"
25570 status open
25571
25572 \begin_layout Plain Layout
25573 \align center
25574 \begin_inset Graphics
25575         filename ../clipart/platypus.eps
25576         lyxscale 50
25577         width 100col%
25578         scaleBeforeRotation
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \begin_layout Plain Layout
25586 \begin_inset Caption Standard
25587
25588 \begin_layout Plain Layout
25589 \begin_inset CommandInset label
25590 LatexCommand label
25591 name "fig:右側のフロート"
25592
25593 \end_inset
25594
25595 右側のフロート
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \begin_layout Plain Layout
25609
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \begin_layout Section
25618 キャプションの書式設定
25619 \begin_inset Index idx
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623 きゃぷしょん@キャプション ! しょしきせってい@書式設定
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \begin_inset Index idx
25630 status collapsed
25631
25632 \begin_layout Plain Layout
25633 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \begin_inset CommandInset label
25640 LatexCommand label
25641 name "sec:キャプションの書式設定"
25642
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \begin_layout Standard
25649
25650 \family sans
25651 キャプション
25652 \family default
25653 環境は、
25654 \family sans
25655 フロート
25656 \family default
25657 の既定の段落環境です。キャプションは、\SpecialChar LyX
25658 画面上では、例えば「
25659 \family sans
25660 図 #:
25661 \family default
25662 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
25663 \family sans
25664 #
25665 \family default
25666 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
25667 。このキャプション書式は、すべての文書書式に適しているわけではありません。
25668 \end_layout
25669
25670 \begin_layout Standard
25671 既定のキャプション書式を変更するには、文書プリアンブルに
25672 \end_layout
25673
25674 \begin_layout Standard
25675
25676 \series bold
25677
25678 \backslash
25679 usepackage[format definition]{caption}
25680 \end_layout
25681
25682 \begin_layout Standard
25683 という行を加えて、\SpecialChar LaTeX
25684 パッケージ
25685 \series bold
25686 caption
25687 \series default
25688
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 \SpecialChar LaTeX
25694 ぱっけーじ@\SpecialChar LaTeX
25695 パッケージ ! caption
25696 \end_layout
25697
25698 \end_inset
25699
25700 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
25701 \end_layout
25702
25703 \begin_layout Standard
25704
25705 \series bold
25706
25707 \backslash
25708 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
25709 \end_layout
25710
25711 \begin_layout Standard
25712 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
25713 \series bold
25714 caption
25715 \series default
25716 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
25717 \end_layout
25718
25719 \begin_layout Standard
25720
25721 \series bold
25722
25723 \backslash
25724 captionsetup[フロート型]{書式定義}
25725 \end_layout
25726
25727 \begin_layout Standard
25728 というコマンドを使用して、個別の書式を指定してください。たとえば、図
25729 \begin_inset CommandInset ref
25730 LatexCommand ref
25731 reference "fig:図キャプション"
25732
25733 \end_inset
25734
25735 と表
25736 \begin_inset CommandInset ref
25737 LatexCommand ref
25738 reference "tab:表キャプション"
25739
25740 \end_inset
25741
25742 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
25743 \end_layout
25744
25745 \begin_layout Standard
25746
25747 \series bold
25748
25749 \backslash
25750 usepackage[tableposition=top]{caption}
25751 \series default
25752
25753 \begin_inset Newline newline
25754 \end_inset
25755
25756
25757 \series bold
25758
25759 \backslash
25760 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
25761 \begin_inset Newline newline
25762 \end_inset
25763
25764
25765 \begin_inset Phantom HPhantom
25766 status open
25767
25768 \begin_layout Plain Layout
25769
25770 \backslash
25771 captionsetup[figure]{
25772 \end_layout
25773
25774 \end_inset
25775
25776 labelsep=period}
25777 \begin_inset Newline newline
25778 \end_inset
25779
25780
25781 \backslash
25782 captionsetup[table]{labelfont={bf,sf}}
25783 \end_layout
25784
25785 \begin_layout Standard
25786 \begin_inset Note Greyedout
25787 status open
25788
25789 \begin_layout Plain Layout
25790
25791 \series bold
25792 【註】
25793 \series default
25794 オプションのうち、
25795 \series bold
25796 tableposition=top
25797 \series default
25798 は、文書クラスに
25799 \series bold
25800 KOMA-script
25801 \series default
25802
25803 \begin_inset Index idx
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807 \SpecialChar LaTeX
25808 ぱっけーじ@\SpecialChar LaTeX
25809 パッケージ ! KOMA-script
25810 \end_layout
25811
25812 \end_inset
25813
25814 が使われているときには、無効になります。この場合には、文書クラスオプション
25815 \series bold
25816 captions=tableheading
25817 \series default
25818 を指定しなくてはなりません。
25819 \end_layout
25820
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \begin_layout Standard
25827
25828 \series bold
25829 caption
25830 \series default
25831 パッケージについての詳細は、その取扱説明書
25832 \begin_inset CommandInset citation
25833 LatexCommand cite
25834 key "caption"
25835
25836 \end_inset
25837
25838 をご覧ください。
25839 \end_layout
25840
25841 \begin_layout Standard
25842 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
25843 \end_layout
25844
25845 \begin_layout Standard
25846
25847 \series bold
25848
25849 \backslash
25850 renewcommand{
25851 \backslash
25852 fnum@figure}{画像~
25853 \backslash
25854 thefigure}
25855 \end_layout
25856
25857 \begin_layout Standard
25858 なお、
25859 \series bold
25860
25861 \backslash
25862 thefigure
25863 \series default
25864 は表番号を挿入し、「
25865 \series bold
25866 ~
25867 \series default
25868 」は保護された空白を入れます。
25869 \end_layout
25870
25871 \begin_layout Standard
25872 \begin_inset VSpace bigskip
25873 \end_inset
25874
25875
25876 \series bold
25877 KOMA-script
25878 \series default
25879
25880 \begin_inset Index idx
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884 \SpecialChar LaTeX
25885 ぱっけーじ@\SpecialChar LaTeX
25886 パッケージ ! KOMA-script
25887 \end_layout
25888
25889 \end_inset
25890
25891 文書クラス(
25892 \family sans
25893 article (KOMA-script)
25894 \family default
25895
25896 \family sans
25897 book (KOMA-script)
25898 \family default
25899
25900 \family sans
25901 letter (KOMA-script)
25902 \family default
25903
25904 \family sans
25905 report (KOMA-script)
25906 \family default
25907 )を使用している場合には、
25908 \series bold
25909 caption
25910 \series default
25911 パッケージの代わりに
25912 \series bold
25913 KOMA-script
25914 \series default
25915 のビルトインコマンド
25916 \series bold
25917 etkomafont
25918 \series default
25919 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
25920 \end_layout
25921
25922 \begin_layout Standard
25923
25924 \series bold
25925
25926 \backslash
25927 setkomafont{captionlabel}{
25928 \backslash
25929 bfseries}
25930 \end_layout
25931
25932 \begin_layout Standard
25933
25934 \series bold
25935
25936 \backslash
25937 setkomafont
25938 \series default
25939 についての詳細は、
25940 \series bold
25941 KOMA-script
25942 \series default
25943 の取扱説明書
25944 \begin_inset CommandInset citation
25945 LatexCommand cite
25946 key "koma-script"
25947
25948 \end_inset
25949
25950 をご覧ください。
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
25962 }
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \begin_inset Note Note
25969 status open
25970
25971 \begin_layout Plain Layout
25972 キャプション書式は、この例のみ変更してあります。
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 \begin_inset Float figure
25982 placement !p
25983 wide false
25984 sideways false
25985 status open
25986
25987 \begin_layout Plain Layout
25988 \align center
25989 \begin_inset Graphics
25990         filename ../clipart/mobius.eps
25991         lyxscale 50
25992         scale 50
25993         scaleBeforeRotation
25994
25995 \end_inset
25996
25997
25998 \end_layout
25999
26000 \begin_layout Plain Layout
26001 \begin_inset Caption Standard
26002
26003 \begin_layout Plain Layout
26004 \begin_inset CommandInset label
26005 LatexCommand label
26006 name "fig:図キャプション"
26007
26008 \end_inset
26009
26010 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset ERT
26025 status collapsed
26026
26027 \begin_layout Plain Layout
26028
26029
26030 \backslash
26031 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
26032 on}
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 \begin_inset Float table
26042 placement !p
26043 wide false
26044 sideways false
26045 status open
26046
26047 \begin_layout Plain Layout
26048 \begin_inset Caption Standard
26049
26050 \begin_layout Plain Layout
26051 \begin_inset CommandInset label
26052 LatexCommand label
26053 name "tab:表キャプション"
26054
26055 \end_inset
26056
26057 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Plain Layout
26066 \align center
26067 \begin_inset Tabular
26068 <lyxtabular version="3" rows="1" columns="5">
26069 <features tabularvalignment="middle">
26070 <column alignment="center" valignment="top">
26071 <column alignment="center" valignment="top">
26072 <column alignment="center" valignment="top">
26073 <column alignment="center" valignment="top">
26074 <column alignment="center" valignment="top">
26075 <row>
26076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Plain Layout
26080
26081 \end_layout
26082
26083 \end_inset
26084 </cell>
26085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Plain Layout
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 </lyxtabular>
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Section
26135 キャプションの配置
26136 \begin_inset Index idx
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140 きゃぷしょん@キャプション ! はいち@配置
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \begin_inset Index idx
26147 status collapsed
26148
26149 \begin_layout Plain Layout
26150 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \begin_inset CommandInset label
26157 LatexCommand label
26158 name "sec:キャプションの配置"
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \begin_layout Standard
26166 通常、キャプションの配置原則は、
26167 \end_layout
26168
26169 \begin_layout Description
26170 図の場合: キャプションを図の下に置く
26171 \end_layout
26172
26173 \begin_layout Description
26174 表の場合: キャプションを表の上に置く
26175 \end_layout
26176
26177 \begin_layout Standard
26178 という風になっています。\SpecialChar LaTeX
26179 の標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
26180 \family sans
26181 article
26182 \family default
26183
26184 \family sans
26185 book
26186 \family default
26187
26188 \family sans
26189 letter
26190 \family default
26191
26192 \family sans
26193 report
26194 \family default
26195 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
26196 eXパッケージ
26197 \series bold
26198 caption
26199 \series default
26200 を読み込むコマンドに
26201 \end_layout
26202
26203 \begin_layout Standard
26204
26205 \series bold
26206 tableposition=top
26207 \end_layout
26208
26209 \begin_layout Standard
26210 というオプションを追加してください
26211 \begin_inset Foot
26212 status collapsed
26213
26214 \begin_layout Plain Layout
26215
26216 \series bold
26217 caption
26218 \series default
26219 パッケージについての詳細な情報は、第
26220 \begin_inset CommandInset ref
26221 LatexCommand ref
26222 reference "sec:キャプションの書式設定"
26223
26224 \end_inset
26225
26226 節をご覧ください。
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \series bold
26233 KOMA-script
26234 \series default
26235
26236 \begin_inset Index idx
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240 \SpecialChar LaTeX
26241 ぱっけーじ@\SpecialChar LaTeX
26242 パッケージ ! KOMA-script
26243 \end_layout
26244
26245 \end_inset
26246
26247 文書クラス(
26248 \family sans
26249 article (KOMA-script)
26250 \family default
26251
26252 \family sans
26253 book (KOMA-script)
26254 \family default
26255
26256 \family sans
26257 letter (KOMA-script)
26258 \family default
26259
26260 \family sans
26261 report (KOMA-script)
26262 \family default
26263
26264 \begin_inset space \thinspace{}
26265 \end_inset
26266
26267 )をお使いの場合には、
26268 \series bold
26269 caption
26270 \series default
26271 パッケージにオプションを与える代わりに、文書クラスオプション
26272 \end_layout
26273
26274 \begin_layout Standard
26275
26276 \series bold
26277 captions=tableheading
26278 \end_layout
26279
26280 \begin_layout Standard
26281 を設定することもできます
26282 \begin_inset Foot
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286 このオプションは本文書で使用されています。
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \begin_layout Standard
26295 KOMA-Script文書クラスの文書では、キャプションを右クリックして、文脈依存メニューから、これが図表の上または下に来るべきキャプションかを指定することもで
26296 きます。これによって、文書全体のキャプション配置指定にかかわらず、特定のキャプションの配置を変えることができます。表
26297 \begin_inset CommandInset ref
26298 LatexCommand ref
26299 reference "tab:指定付きキャプション"
26300
26301 \end_inset
26302
26303 は、キャプションは、\SpecialChar LyX
26304 中では上に置かれているけれども、表の下に来るように指定されている例です。比較のために、表
26305 \begin_inset CommandInset ref
26306 LatexCommand ref
26307 reference "tab:標準表"
26308
26309 \end_inset
26310
26311 のキャプションでは、指定が為されていません。
26312 \end_layout
26313
26314 \begin_layout Standard
26315 \begin_inset Float table
26316 wide false
26317 sideways false
26318 status open
26319
26320 \begin_layout Plain Layout
26321 \begin_inset Caption Below
26322
26323 \begin_layout Plain Layout
26324 \begin_inset CommandInset label
26325 LatexCommand label
26326 name "tab:指定付きキャプション"
26327
26328 \end_inset
26329
26330 表下に来るように指定されたキャプション
26331 \end_layout
26332
26333 \end_inset
26334
26335
26336 \end_layout
26337
26338 \begin_layout Plain Layout
26339 \align center
26340 \begin_inset Tabular
26341 <lyxtabular version="3" rows="3" columns="3">
26342 <features tabularvalignment="middle">
26343 <column alignment="center" valignment="top" width="0pt">
26344 <column alignment="center" valignment="top" width="0pt">
26345 <column alignment="center" valignment="top" width="0pt">
26346 <row>
26347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26348 \begin_inset Text
26349
26350 \begin_layout Plain Layout
26351 1
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360 2
26361 \end_layout
26362
26363 \end_inset
26364 </cell>
26365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369 3
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 </row>
26375 <row>
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 森嶋
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 宇沢
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 二階堂
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset Formula $\int x^{2}dx$
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421 \begin_inset Formula $\left[\begin{array}{cc}
26422 a & b\\
26423 c & d
26424 \end{array}\right]$
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436 \begin_inset Formula $1+1=2$
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 </row>
26445 </lyxtabular>
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Standard
26458 \begin_inset Float table
26459 wide false
26460 sideways false
26461 status open
26462
26463 \begin_layout Plain Layout
26464 \begin_inset Caption Standard
26465
26466 \begin_layout Plain Layout
26467 \begin_inset CommandInset label
26468 LatexCommand label
26469 name "tab:標準表"
26470
26471 \end_inset
26472
26473 標準の表キャプション
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Plain Layout
26482 \align center
26483 \begin_inset Tabular
26484 <lyxtabular version="3" rows="3" columns="3">
26485 <features tabularvalignment="middle">
26486 <column alignment="center" valignment="top" width="0pt">
26487 <column alignment="center" valignment="top" width="0pt">
26488 <column alignment="center" valignment="top" width="0pt">
26489 <row>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 1
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 2
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 3
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 </row>
26518 <row>
26519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523 森嶋
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532 宇沢
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 二階堂
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 </row>
26547 <row>
26548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 \begin_inset Formula $\int x^{2}dx$
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 \begin_inset Formula $\left[\begin{array}{cc}
26565 a & b\\
26566 c & d
26567 \end{array}\right]$
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 \begin_inset Formula $1+1=2$
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 </lyxtabular>
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Standard
26601 \begin_inset VSpace bigskip
26602 \end_inset
26603
26604 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
26605 \end_layout
26606
26607 \begin_layout Standard
26608
26609 \series bold
26610
26611 \backslash
26612 usepackage[option]{sidecap}
26613 \end_layout
26614
26615 \begin_layout Standard
26616 という行を入れて、\SpecialChar LaTeX
26617 パッケージ
26618 \series bold
26619 sidecap
26620 \series default
26621
26622 \begin_inset Index idx
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626 \SpecialChar LaTeX
26627 ぱっけーじ@\SpecialChar LaTeX
26628 パッケージ ! sidecap
26629 \end_layout
26630
26631 \end_inset
26632
26633 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に—偶数ページでは右側、奇数頁では左側に—キャプションが置かれます。
26634 \series bold
26635 innercaption
26636 \series default
26637 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
26638 \series bold
26639 rightcaption
26640 \series default
26641 ないし
26642 \series bold
26643 leftcaption
26644 \series default
26645 オプションを用います。
26646 \end_layout
26647
26648 \begin_layout Standard
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654
26655 \backslash
26656 ifsidecap
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \begin_inset Note Note
26663 status open
26664
26665 \begin_layout Plain Layout
26666 以下の部分は、\SpecialChar LaTeX
26667 パッケージ
26668 \series bold
26669 sidecap
26670 \series default
26671 が導入されているときのみ表示されます。
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Standard
26680 \SpecialChar LyX
26681 でフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \noindent
26686 \begin_inset CommandInset line
26687 LatexCommand rule
26688 offset "0.5ex"
26689 width "100line%"
26690 height "1pt"
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698
26699 \series bold
26700
26701 \backslash
26702 newcommand{
26703 \backslash
26704 TabBesBeg}[1][1.0]{%
26705 \begin_inset Newline newline
26706 \end_inset
26707
26708
26709 \begin_inset Phantom HPhantom
26710 status open
26711
26712 \begin_layout Plain Layout
26713 \begin_inset space ~
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \backslash
26723 let
26724 \backslash
26725 MyTable
26726 \backslash
26727 table
26728 \begin_inset Newline newline
26729 \end_inset
26730
26731
26732 \begin_inset Phantom HPhantom
26733 status open
26734
26735 \begin_layout Plain Layout
26736
26737 \series medium
26738 \begin_inset space ~
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \backslash
26748 let
26749 \backslash
26750 MyEndtable
26751 \backslash
26752 endtable
26753 \begin_inset Newline newline
26754 \end_inset
26755
26756
26757 \begin_inset Phantom HPhantom
26758 status open
26759
26760 \begin_layout Plain Layout
26761
26762 \series medium
26763 \begin_inset space ~
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770
26771
26772 \backslash
26773 renewenvironment{table}[1]{
26774 \backslash
26775 begin{SCtable}[#1]##1}{
26776 \backslash
26777 end{SCtable}}}
26778 \end_layout
26779
26780 \begin_layout Standard
26781
26782 \series bold
26783
26784 \backslash
26785 newcommand{
26786 \backslash
26787 TabBesEnd}{%
26788 \begin_inset Newline newline
26789 \end_inset
26790
26791
26792 \begin_inset Phantom HPhantom
26793 status open
26794
26795 \begin_layout Plain Layout
26796 \begin_inset space ~
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \backslash
26806 let
26807 \backslash
26808 table
26809 \backslash
26810 MyTable
26811 \begin_inset Newline newline
26812 \end_inset
26813
26814
26815 \begin_inset Phantom HPhantom
26816 status open
26817
26818 \begin_layout Plain Layout
26819 \begin_inset space ~
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \backslash
26829 let
26830 \backslash
26831 endtable
26832 \backslash
26833 MyEndtable
26834 \end_layout
26835
26836 \begin_layout Standard
26837
26838 \series bold
26839
26840 \backslash
26841 newcommand{
26842 \backslash
26843 FigBesBeg}[1][1.0]{%
26844 \begin_inset Newline newline
26845 \end_inset
26846
26847
26848 \begin_inset Phantom HPhantom
26849 status open
26850
26851 \begin_layout Plain Layout
26852 \begin_inset space ~
26853 \end_inset
26854
26855
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \backslash
26862 let
26863 \backslash
26864 MyFigure
26865 \backslash
26866 figure
26867 \begin_inset Newline newline
26868 \end_inset
26869
26870
26871 \begin_inset Phantom HPhantom
26872 status open
26873
26874 \begin_layout Plain Layout
26875 \begin_inset space ~
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \backslash
26885 let
26886 \backslash
26887 MyEndfigure
26888 \backslash
26889 endfigure
26890 \begin_inset Newline newline
26891 \end_inset
26892
26893
26894 \begin_inset Phantom HPhantom
26895 status open
26896
26897 \begin_layout Plain Layout
26898 \begin_inset space ~
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \backslash
26908 renewenvironment{figure}[1]{
26909 \backslash
26910 begin{SCfigure}[#1]##1}{
26911 \backslash
26912 end{SCfigure}}}
26913 \end_layout
26914
26915 \begin_layout Standard
26916
26917 \series bold
26918
26919 \backslash
26920 newcommand{
26921 \backslash
26922 FigBesEnd}{%
26923 \begin_inset Newline newline
26924 \end_inset
26925
26926
26927 \begin_inset Phantom HPhantom
26928 status open
26929
26930 \begin_layout Plain Layout
26931 \begin_inset space ~
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \backslash
26941 let
26942 \backslash
26943 figure
26944 \backslash
26945 MyFigure
26946 \begin_inset Newline newline
26947 \end_inset
26948
26949
26950 \begin_inset Phantom HPhantom
26951 status open
26952
26953 \begin_layout Plain Layout
26954 \begin_inset space ~
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \backslash
26964 let
26965 \backslash
26966 endfigure
26967 \backslash
26968 MyEndfigure}
26969 \end_layout
26970
26971 \begin_layout Standard
26972 \noindent
26973 \begin_inset CommandInset line
26974 LatexCommand rule
26975 offset "0.5ex"
26976 width "100line%"
26977 height "1pt"
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Standard
26985 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
26986 \end_layout
26987
26988 \begin_layout Standard
26989
26990 \series bold
26991
26992 \backslash
26993 FigBesBeg
26994 \end_layout
26995
26996 \begin_layout Standard
26997 というコマンドを、フロートの前に\SpecialChar TeX
26998 コードで入れてください。そして、元のフロート定義に戻したいところで、
26999 \end_layout
27000
27001 \begin_layout Standard
27002
27003 \series bold
27004
27005 \backslash
27006 FigBesEnd
27007 \end_layout
27008
27009 \begin_layout Standard
27010 という\SpecialChar TeX
27011 コードを入れてください。
27012 \end_layout
27013
27014 \begin_layout Standard
27015 表フロートに対しては、対応するコマンド
27016 \end_layout
27017
27018 \begin_layout Standard
27019
27020 \series bold
27021
27022 \backslash
27023 TabBesBeg
27024 \series default
27025 および
27026 \series bold
27027
27028 \backslash
27029 TabBesEnd
27030 \end_layout
27031
27032 \begin_layout Standard
27033 を使用してください。図
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "fig:図横キャプション"
27037
27038 \end_inset
27039
27040 と表
27041 \begin_inset CommandInset ref
27042 LatexCommand ref
27043 reference "tab:表横キャプション"
27044
27045 \end_inset
27046
27047 がキャプションを脇に設定した例です。
27048 \end_layout
27049
27050 \begin_layout Standard
27051 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
27052 を変更するには、文書プリアンブルかフロート直前に、\SpecialChar TeX
27053 コードとして
27054 \end_layout
27055
27056 \begin_layout Standard
27057
27058 \series bold
27059
27060 \backslash
27061 sidecaptionvpos{フロート型}{配置}
27062 \end_layout
27063
27064 \begin_layout Standard
27065 というコマンドを使用します。ここで「フロート型」は
27066 \family sans
27067 figure
27068 \family default
27069
27070 \family sans
27071 table
27072 \family default
27073 であり、「配置」は、上揃えの場合はtopの
27074 \end_layout
27075
27076 \begin_layout Standard
27077
27078 \family sans
27079 t
27080 \family default
27081 」、中央揃えの場合はcenterの「
27082 \family sans
27083 c
27084 \family default
27085 」、下揃えの場合はbottomの「
27086 \family sans
27087 b
27088 \family default
27089 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
27090 \end_layout
27091
27092 \begin_layout Standard
27093
27094 \series bold
27095
27096 \backslash
27097 sidecaptionvpos{figure}{c}
27098 \end_layout
27099
27100 \begin_layout Standard
27101 というコマンドを使用します。これは、図
27102 \begin_inset CommandInset ref
27103 LatexCommand ref
27104 reference "fig:図横キャプション-2"
27105
27106 \end_inset
27107
27108 で使用されています。
27109 \end_layout
27110
27111 \begin_layout Standard
27112 \begin_inset VSpace medskip
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \begin_layout Standard
27119 キャプション幅の既定値は、画像幅ないし表幅です。しかし、表
27120 \begin_inset CommandInset ref
27121 LatexCommand ref
27122 reference "tab:表横キャプション"
27123
27124 \end_inset
27125
27126 のように幅狭の表では、これではキャプションの幅が狭くなりすぎます。キャプション幅を増やすには、画像幅ないし表幅に掛ける因数を指定することができます。指定した幅で
27127 は、キャプションがページ余白ないし段余白に突き出てしまうような場合は、キャプション幅は自動的に再計算してくれます。
27128 \emph on
27129 因数
27130 \emph default
27131 は、
27132 \end_layout
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137
27138 \backslash
27139 FigBesBeg[因数]
27140 \end_layout
27141
27142 \begin_layout Standard
27143 のように、
27144 \series bold
27145
27146 \backslash
27147 FigBesBeg
27148 \series default
27149 への非必須引数として与えることもできますし、
27150 \series bold
27151
27152 \backslash
27153 FigBesBeg
27154 \series default
27155 の定義中で
27156 \series bold
27157 1.0
27158 \series default
27159 を他の値に変更することもできます。表
27160 \begin_inset CommandInset ref
27161 LatexCommand ref
27162 reference "tab:図横幅広"
27163
27164 \end_inset
27165
27166 では、因子5が指定されています。
27167 \end_layout
27168
27169 \begin_layout Standard
27170 \begin_inset Note Greyedout
27171 status open
27172
27173 \begin_layout Plain Layout
27174
27175 \series bold
27176 【註】
27177 \series default
27178 キャプションを横につけたフロートでは、フロート配置オプションの
27179 \family sans
27180 何としても現在地に置く
27181 \family default
27182 は、
27183 \series bold
27184 sidecap
27185 \series default
27186 がサポートしていないので、使用することができません。.
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \begin_layout Standard
27195 \begin_inset VSpace medskip
27196 \end_inset
27197
27198
27199 \series bold
27200 sidecap
27201 \series default
27202 パッケージについての詳細は、
27203 \begin_inset CommandInset citation
27204 LatexCommand cite
27205 key "sidecap"
27206
27207 \end_inset
27208
27209 の説明書をご参照ください。
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset Note Greyedout
27214 status open
27215
27216 \begin_layout Plain Layout
27217
27218 \series bold
27219 【註】
27220 \series default
27221
27222 \begin_inset CommandInset ref
27223 LatexCommand ref
27224 reference "subsec:参照位置"
27225
27226 \end_inset
27227
27228 節に説明がある\SpecialChar LaTeX
27229 パッケージ
27230 \series bold
27231 hypcap
27232 \series default
27233
27234 \begin_inset Index idx
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238 \SpecialChar LaTeX
27239 ぱっけーじ@\SpecialChar LaTeX
27240 パッケージ ! hypcap
27241 \end_layout
27242
27243 \end_inset
27244
27245 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
27246 \end_layout
27247
27248 \end_inset
27249
27250
27251 \end_layout
27252
27253 \begin_layout Standard
27254 \begin_inset Note Greyedout
27255 status open
27256
27257 \begin_layout Plain Layout
27258
27259 \series bold
27260 【訳註】
27261 \series default
27262 \SpecialChar LaTeX
27263 パッケージ
27264 \series bold
27265 sidecap
27266 \series default
27267
27268 \begin_inset Index idx
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272 \SpecialChar LaTeX
27273 ぱっけーじ@\SpecialChar LaTeX
27274 パッケージ ! sidecap
27275 \end_layout
27276
27277 \end_inset
27278
27279 は、p\SpecialChar LaTeX
27280 と互換性がなく、特に文書全体の見出しのフォントが適切に表示できなくなってしまうため、本日本語訳では当該パッケージを使用していません。その使用例については、
27281 取扱説明書『
27282 \emph on
27283 埋め込み機能篇
27284 \emph default
27285 』(つまりこの文書)の\SpecialChar LyX
27286 文書本体を見るか、出力結果を見たい場合には英語版を出力するようにしてください。
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \begin_inset Note Note
27293 status open
27294
27295 \begin_layout Plain Layout
27296 \begin_inset ERT
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300
27301
27302 \backslash
27303 FigBesBeg 
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Plain Layout
27312 \begin_inset Float figure
27313 wide false
27314 sideways false
27315 status open
27316
27317 \begin_layout Plain Layout
27318 \begin_inset Graphics
27319         filename ../clipart/escher-lsd.eps
27320         scale 75
27321         scaleBeforeRotation
27322
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Plain Layout
27329 \begin_inset Caption Standard
27330
27331 \begin_layout Plain Layout
27332 \begin_inset CommandInset label
27333 LatexCommand label
27334 name "fig:図横キャプション"
27335
27336 \end_inset
27337
27338 これは図の横にあるキャプションです。
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Plain Layout
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 FigBesEnd
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Plain Layout
27368 \begin_inset ERT
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372
27373
27374 \backslash
27375 TabBesBeg 
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Plain Layout
27384 \begin_inset Float table
27385 wide false
27386 sideways false
27387 status open
27388
27389 \begin_layout Plain Layout
27390 \begin_inset Caption Standard
27391
27392 \begin_layout Plain Layout
27393 \begin_inset CommandInset label
27394 LatexCommand label
27395 name "tab:表横キャプション"
27396
27397 \end_inset
27398
27399 これは表の横にあるキャプションです。
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Plain Layout
27408 \begin_inset Tabular
27409 <lyxtabular version="3" rows="4" columns="5">
27410 <features tabularvalignment="middle">
27411 <column alignment="center" valignment="top">
27412 <column alignment="center" valignment="top">
27413 <column alignment="center" valignment="top">
27414 <column alignment="center" valignment="top">
27415 <column alignment="center" valignment="top">
27416 <row>
27417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27418 \begin_inset Text
27419
27420 \begin_layout Plain Layout
27421
27422 \end_layout
27423
27424 \end_inset
27425 </cell>
27426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430
27431 \end_layout
27432
27433 \end_inset
27434 </cell>
27435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27436 \begin_inset Text
27437
27438 \begin_layout Plain Layout
27439
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Plain Layout
27448
27449 \end_layout
27450
27451 \end_inset
27452 </cell>
27453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Plain Layout
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 </row>
27463 <row>
27464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27465 \begin_inset Text
27466
27467 \begin_layout Plain Layout
27468
27469 \end_layout
27470
27471 \end_inset
27472 </cell>
27473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Plain Layout
27486
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27492 \begin_inset Text
27493
27494 \begin_layout Plain Layout
27495
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Plain Layout
27504
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 </row>
27510 <row>
27511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Plain Layout
27515
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551
27552 \end_layout
27553
27554 \end_inset
27555 </cell>
27556 </row>
27557 <row>
27558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27559 \begin_inset Text
27560
27561 \begin_layout Plain Layout
27562
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Plain Layout
27571
27572 \end_layout
27573
27574 \end_inset
27575 </cell>
27576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27577 \begin_inset Text
27578
27579 \begin_layout Plain Layout
27580
27581 \end_layout
27582
27583 \end_inset
27584 </cell>
27585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27586 \begin_inset Text
27587
27588 \begin_layout Plain Layout
27589
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 </row>
27604 </lyxtabular>
27605
27606 \end_inset
27607
27608
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \begin_layout Plain Layout
27617 \begin_inset ERT
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621
27622
27623 \backslash
27624 TabBesEnd
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Plain Layout
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 FigBesBeg 
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \begin_inset ERT
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650
27651
27652 \backslash
27653 sidecaptionvpos{figure}{c}
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \begin_inset Float figure
27660 wide false
27661 sideways false
27662 status open
27663
27664 \begin_layout Plain Layout
27665 \begin_inset Graphics
27666         filename ../clipart/escher-lsd.eps
27667         scale 75
27668         scaleBeforeRotation
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Plain Layout
27676 \begin_inset Caption Standard
27677
27678 \begin_layout Plain Layout
27679 \begin_inset CommandInset label
27680 LatexCommand label
27681 name "fig:図横キャプション-2"
27682
27683 \end_inset
27684
27685 これは図の横にある縦方向中央揃えのキャプションです。
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Plain Layout
27699 \begin_inset ERT
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703
27704
27705 \backslash
27706 FigBesEnd
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Plain Layout
27715 \begin_inset ERT
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719
27720
27721 \backslash
27722 TabBesBeg[5]
27723 \end_layout
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \begin_layout Plain Layout
27731 \begin_inset Float table
27732 wide false
27733 sideways false
27734 status open
27735
27736 \begin_layout Plain Layout
27737 \begin_inset Caption Standard
27738
27739 \begin_layout Plain Layout
27740 \begin_inset CommandInset label
27741 LatexCommand label
27742 name "tab:図横幅広"
27743
27744 \end_inset
27745
27746 これは表
27747 \begin_inset CommandInset ref
27748 LatexCommand ref
27749 reference "tab:表横キャプション"
27750
27751 \end_inset
27752
27753 よりも幅広のキャプションです
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \begin_layout Plain Layout
27762 \begin_inset Tabular
27763 <lyxtabular version="3" rows="4" columns="5">
27764 <features tabularvalignment="middle">
27765 <column alignment="center" valignment="top">
27766 <column alignment="center" valignment="top">
27767 <column alignment="center" valignment="top">
27768 <column alignment="center" valignment="top">
27769 <column alignment="center" valignment="top">
27770 <row>
27771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775 a
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 b
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 c
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 </row>
27817 <row>
27818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 d
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840
27841 \end_layout
27842
27843 \end_inset
27844 </cell>
27845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849 e
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27855 \begin_inset Text
27856
27857 \begin_layout Plain Layout
27858
27859 \end_layout
27860
27861 \end_inset
27862 </cell>
27863 </row>
27864 <row>
27865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Plain Layout
27869 f
27870 \end_layout
27871
27872 \end_inset
27873 </cell>
27874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27875 \begin_inset Text
27876
27877 \begin_layout Plain Layout
27878
27879 \end_layout
27880
27881 \end_inset
27882 </cell>
27883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887 g
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Plain Layout
27896
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 h
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 </row>
27911 <row>
27912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 i
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27940 \begin_inset Text
27941
27942 \begin_layout Plain Layout
27943 j
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Plain Layout
27952
27953 \end_layout
27954
27955 \end_inset
27956 </cell>
27957 </row>
27958 </lyxtabular>
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Plain Layout
27971 \begin_inset ERT
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975
27976
27977 \backslash
27978 TabBesEnd
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Standard
27992 \begin_inset ERT
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996
27997
27998 \backslash
27999 else
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \begin_inset Note Note
28006 status open
28007
28008 \begin_layout Plain Layout
28009 以下の部分は、\SpecialChar LaTeX
28010 パッケージ
28011 \series bold
28012 sidecap
28013 \series default
28014 が導入されていないときのみ表示されます。
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Standard
28023 本節の残りの部分を出力で表示するには、\SpecialChar LaTeX
28024 パッケージ
28025 \series bold
28026 sidecap
28027 \series default
28028 を導入する必要があります。
28029 \end_layout
28030
28031 \begin_layout Standard
28032 \begin_inset ERT
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036
28037
28038 \backslash
28039 fi
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Section
28048 フロート一覧
28049 \begin_inset Index idx
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053 ふろーと@フロート ! ふろーといちらん@フロート一覧
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \begin_layout Standard
28062 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
28063 \family sans
28064 挿入\SpecialChar menuseparator
28065 一覧/目次
28066 \family default
28067 メニューで挿入することができます。
28068 \end_layout
28069
28070 \begin_layout Standard
28071 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
28072 \end_layout
28073
28074 \begin_layout Standard
28075 本文書の終わりに、図一覧と表一覧があります。
28076 \end_layout
28077
28078 \begin_layout Chapter
28079 注釈
28080 \end_layout
28081
28082 \begin_layout Section
28083 \SpecialChar LyX
28084 注釈
28085 \begin_inset Index idx
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089 ちゅうしゃく@注釈 ! \SpecialChar LyX
28090 のーと@\SpecialChar LyX
28091 ノート
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \begin_layout Standard
28100 注釈は、ツールバーボタン
28101 \family sans
28102
28103 \begin_inset Info
28104 type  "icon"
28105 arg   "note-insert"
28106 \end_inset
28107
28108
28109 \family default
28110 か、
28111 \family sans
28112 挿入\SpecialChar menuseparator
28113 注釈
28114 \family default
28115 メニューで挿入することができます。注釈には、以下の三つの型があります。
28116 \end_layout
28117
28118 \begin_layout Description
28119 \SpecialChar LyX
28120 注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
28121 \begin_inset Newline newline
28122 \end_inset
28123
28124
28125 \begin_inset Newline newline
28126 \end_inset
28127
28128
28129 \begin_inset Graphics
28130         filename clipart/LyXNoteImageQt4.png
28131         display false
28132         scale 50
28133         scaleBeforeRotation
28134
28135 \end_inset
28136
28137
28138 \begin_inset Note Note
28139 status open
28140
28141 \begin_layout Plain Layout
28142 これは、出力には現れない注釈ボックスに書かれた文章です。
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Description
28151 コメント この注釈も出力には現れませんが、
28152 \family sans
28153 ファイル\SpecialChar menuseparator
28154 書き出し\SpecialChar menuseparator
28155 LaT
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161 {}
28162 \end_layout
28163
28164 \end_inset
28165
28166 eX (pdflatex) / (平文)
28167 \family default
28168  メニューを使って文書を\SpecialChar LaTeX
28169 にエクスポートする際には、\SpecialChar LaTeX
28170 コメントとして出力されます。注釈ボックスは、以下のように表示されます。
28171 \begin_inset Newline newline
28172 \end_inset
28173
28174
28175 \begin_inset Newline newline
28176 \end_inset
28177
28178
28179 \begin_inset Graphics
28180         filename clipart/CommentNoteImageQt4.png
28181         display false
28182         scale 50
28183         scaleBeforeRotation
28184
28185 \end_inset
28186
28187  
28188 \begin_inset Note Comment
28189 status open
28190
28191 \begin_layout Plain Layout
28192 これは、\SpecialChar LaTeX
28193 ファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Description
28202 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
28203 \begin_inset Newline newline
28204 \end_inset
28205
28206
28207 \begin_inset Newline newline
28208 \end_inset
28209
28210
28211 \begin_inset Graphics
28212         filename clipart/GreyedOutNoteImageQt4.png
28213         display false
28214         scale 50
28215         scaleBeforeRotation
28216
28217 \end_inset
28218
28219
28220 \begin_inset Newline newline
28221 \end_inset
28222
28223
28224 \begin_inset ERT
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228
28229
28230 \backslash
28231 renewenvironment{lyxgreyedout}
28232 \end_layout
28233
28234 \begin_layout Plain Layout
28235
28236 {
28237 \backslash
28238 textcolor[gray]{0.8}
28239 \backslash
28240 bgroup}{
28241 \backslash
28242 egroup}
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \begin_inset Note Greyedout
28249 status open
28250
28251 \begin_layout Plain Layout
28252 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
28253 \begin_inset Foot
28254 status collapsed
28255
28256 \begin_layout Plain Layout
28257 これは、淡色注釈内に脚注を用いた例です。
28258 \end_layout
28259
28260 \end_inset
28261
28262 です。
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \begin_inset ERT
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272
28273
28274 \backslash
28275 renewenvironment{lyxgreyedout}
28276 \end_layout
28277
28278 \begin_layout Plain Layout
28279
28280 {
28281 \backslash
28282 textcolor{blue}
28283 \backslash
28284 bgroup}{
28285 \backslash
28286 egroup}
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \begin_inset Note Note
28293 status open
28294
28295 \begin_layout Plain Layout
28296 以下に述べられているように、淡色注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色注釈は、\SpecialChar LyX
28297 本来の定義で表示されるように再定義さ
28298 れています。
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307
28308 \begin_inset Newline newline
28309 \end_inset
28310
28311 この例から分かるように、淡色注釈の最初の行は少し字下げされるほか、淡色注釈には脚注を入れることができます。
28312 \end_layout
28313
28314 \begin_layout Standard
28315 \begin_inset VSpace bigskip
28316 \end_inset
28317
28318 注釈を挿入するのにツールバーボタン
28319 \family sans
28320
28321 \begin_inset Info
28322 type  "icon"
28323 arg   "note-insert"
28324 \end_inset
28325
28326
28327 \family default
28328 を使用すると、
28329 \family sans
28330 \SpecialChar LyX
28331 注釈
28332 \family default
28333 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
28334 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
28335 さい。
28336 \end_layout
28337
28338 \begin_layout Standard
28339 \begin_inset VSpace bigskip
28340 \end_inset
28341
28342 淡色注釈の文字色は、
28343 \family sans
28344 文書\SpecialChar menuseparator
28345 設定\SpecialChar menuseparator
28346
28347 \family default
28348 メニューで変更することができます。
28349 \end_layout
28350
28351 \begin_layout Section
28352 脚注
28353 \begin_inset CommandInset label
28354 LatexCommand label
28355 name "sec:脚注"
28356
28357 \end_inset
28358
28359
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \begin_inset Index idx
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374 きゃくちゅう@脚注
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 脚注は、ツールバーボタン
28384 \family sans
28385
28386 \begin_inset Info
28387 type  "icon"
28388 arg   "footnote-insert"
28389 \end_inset
28390
28391
28392 \family default
28393 か、
28394 \family sans
28395 挿入\SpecialChar menuseparator
28396 脚注
28397 \family default
28398 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
28399 \begin_inset Graphics
28400         filename clipart/footnoteQt4.png
28401         scale 80
28402         scaleBeforeRotation
28403
28404 \end_inset
28405
28406 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
28407 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
28408 \end_layout
28409
28410 \begin_layout Standard
28411 これが脚注の例です
28412 \begin_inset Foot
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 \begin_inset CommandInset label
28417 LatexCommand label
28418 name "fn:これは脚注の一例"
28419
28420 \end_inset
28421
28422 これは脚注の一例です。
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \begin_inset ERT
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432
28433
28434 \backslash
28435 newcounter{MyRepeatFoot}
28436 \end_layout
28437
28438 \begin_layout Plain Layout
28439
28440
28441 \backslash
28442 setcounter{MyRepeatFoot}{
28443 \backslash
28444 thefootnote}
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号は\SpecialChar LaTeX
28454 が計算を行い、連番が付けられます。
28455 脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
28456 \end_layout
28457
28458 \begin_layout Standard
28459 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
28460 \begin_inset CommandInset ref
28461 LatexCommand ref
28462 reference "sec:フロートの参照"
28463
28464 \end_inset
28465
28466 節に説明されているようにして、本文中でこのラベルを相互参照してください。
28467 \begin_inset Newline newline
28468 \end_inset
28469
28470 これは脚注
28471 \begin_inset CommandInset ref
28472 LatexCommand ref
28473 reference "fn:これは脚注の一例"
28474
28475 \end_inset
28476
28477 の相互参照です。
28478 \end_layout
28479
28480 \begin_layout Standard
28481 \begin_inset VSpace defskip
28482 \end_inset
28483
28484
28485 \lang english
28486 Footnotes in title environments are usually not numbered with symbols and
28487  they cannot contain several paragraphs.
28488  See for example the footnote in the titling of this document.
28489 \end_layout
28490
28491 \begin_layout Standard
28492 \begin_inset VSpace defskip
28493 \end_inset
28494
28495
28496 \end_layout
28497
28498 \begin_layout Standard
28499 \SpecialChar LaTeX
28500 では、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりに\SpecialChar TeX
28501 コードで
28502 \series bold
28503
28504 \backslash
28505 footnotemark{}
28506 \series default
28507 コマンドを入れてください。脚注の本文は、表の後で\SpecialChar TeX
28508 コード
28509 \series bold
28510
28511 \backslash
28512 footnotetext
28513 \series default
28514 コマンドの引数として入力します。
28515 \begin_inset Newline newline
28516 \end_inset
28517
28518 以下の表ではコマンド
28519 \begin_inset Newline newline
28520 \end_inset
28521
28522
28523 \series bold
28524
28525 \backslash
28526 footnotetext{
28527 \series default
28528 出力される脚注の表
28529 \series bold
28530 }
28531 \series default
28532
28533 \begin_inset Newline newline
28534 \end_inset
28535
28536 を用いています。
28537 \end_layout
28538
28539 \begin_layout Standard
28540 \begin_inset Tabular
28541 <lyxtabular version="3" rows="2" columns="1">
28542 <features tabularvalignment="middle">
28543 <column alignment="center" valignment="top">
28544 <row>
28545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28546 \begin_inset Text
28547
28548 \begin_layout Plain Layout
28549 これは例文です。
28550 \begin_inset Foot
28551 status open
28552
28553 \begin_layout Plain Layout
28554 この脚注は出力されません!
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \end_layout
28561
28562 \end_inset
28563 </cell>
28564 </row>
28565 <row>
28566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Plain Layout
28570 これは例文です。
28571 \begin_inset ERT
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575
28576
28577 \backslash
28578 footnotemark{}
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \end_layout
28585
28586 \end_inset
28587 </cell>
28588 </row>
28589 </lyxtabular>
28590
28591 \end_inset
28592
28593
28594 \begin_inset ERT
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598
28599
28600 \backslash
28601 footnotetext{
28602 \end_layout
28603
28604 \end_inset
28605
28606 出力される脚注の表
28607 \begin_inset ERT
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611
28612 }
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 長尺表中の脚注は、第
28622 \begin_inset CommandInset ref
28623 LatexCommand ref
28624 reference "subsec:長尺表での脚注"
28625
28626 \end_inset
28627
28628 節で述べられています。
28629 \end_layout
28630
28631 \begin_layout Standard
28632 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
28633 \begin_inset CommandInset ref
28634 LatexCommand ref
28635 reference "sec:ミニページ"
28636
28637 \end_inset
28638
28639 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
28640 \series bold
28641
28642 \backslash
28643 footnotemark{}
28644 \series default
28645
28646 \series bold
28647
28648 \backslash
28649 footntoetext
28650 \series default
28651 による方法を用いてください。
28652 \end_layout
28653
28654 \begin_layout Standard
28655 \begin_inset Box Frameless
28656 position "t"
28657 hor_pos "c"
28658 has_inner_box 1
28659 inner_pos "t"
28660 use_parbox 0
28661 use_makebox 0
28662 width "100col%"
28663 special "none"
28664 height "1in"
28665 height_special "totalheight"
28666 thickness "0.4pt"
28667 separation "3pt"
28668 shadowsize "4pt"
28669 framecolor "black"
28670 backgroundcolor "none"
28671 status open
28672
28673 \begin_layout Plain Layout
28674 これはミニページ中の例文です。
28675 \begin_inset Foot
28676 status open
28677
28678 \begin_layout Plain Layout
28679 ミニページ中の脚注です。
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Plain Layout
28688 これはミニページ中の例文です。
28689 \begin_inset ERT
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693
28694
28695 \backslash
28696 footnotemark{}
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \begin_layout Standard
28710 \begin_inset ERT
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714
28715
28716 \backslash
28717 footnotetext{
28718 \end_layout
28719
28720 \end_inset
28721
28722 ミニページ外の脚注です。
28723 \begin_inset ERT
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727
28728 }
28729 \end_layout
28730
28731 \end_inset
28732
28733
28734 \begin_inset VSpace defskip
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Standard
28741 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、\SpecialChar TeX
28742 コードでコマンド
28743 \series bold
28744
28745 \backslash
28746 footnotemark[番号]
28747 \series default
28748 を使用してください。
28749 \begin_inset Newline newline
28750 \end_inset
28751
28752 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
28753 \begin_inset CommandInset ref
28754 LatexCommand ref
28755 reference "fn:これは脚注の一例"
28756
28757 \end_inset
28758
28759 の後に、\SpecialChar TeX
28760 コードで
28761 \end_layout
28762
28763 \begin_layout Standard
28764
28765 \series bold
28766
28767 \backslash
28768 newcounter{MyRepeatFoot}
28769 \begin_inset Newline newline
28770 \end_inset
28771
28772
28773 \backslash
28774 setcounter{MyRepeatFoot}{
28775 \backslash
28776 thefootnote}
28777 \end_layout
28778
28779 \begin_layout Standard
28780 というコマンドを挿入しています。そして脚注マークは、
28781 \end_layout
28782
28783 \begin_layout Standard
28784
28785 \series bold
28786
28787 \backslash
28788 footnotemark[
28789 \backslash
28790 theMyRepeatFoot]
28791 \end_layout
28792
28793 \begin_layout Standard
28794 で作成します。
28795 \end_layout
28796
28797 \begin_layout Standard
28798 これは繰り返し脚注の例です。
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804
28805 \backslash
28806 footnotemark[
28807 \backslash
28808 theMyRepeatFoot]
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Standard
28817 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
28818 \end_layout
28819
28820 \begin_layout Standard
28821
28822 \series bold
28823
28824 \backslash
28825 footnotemark[
28826 \backslash
28827 thefootnote]
28828 \end_layout
28829
28830 \begin_layout Standard
28831 を使用してください。
28832 \end_layout
28833
28834 \begin_layout Standard
28835 これは繰り返し脚注の例です。
28836 \begin_inset ERT
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840
28841
28842 \backslash
28843 footnotemark[
28844 \backslash
28845 thefootnote]
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Subsection
28854 脚注の付番
28855 \begin_inset CommandInset label
28856 LatexCommand label
28857 name "subsec:脚注の付番"
28858
28859 \end_inset
28860
28861
28862 \begin_inset Index idx
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866 きゃくちゅう@脚注 ! ふばん@付番
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \begin_layout Standard
28875 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
28876 \end_layout
28877
28878 \begin_layout Standard
28879
28880 \series bold
28881
28882 \backslash
28883 @addtoreset{footnote}{section}
28884 \end_layout
28885
28886 \begin_layout Standard
28887 というコマンドを加えてください。
28888 \end_layout
28889
28890 \begin_layout Standard
28891 \begin_inset VSpace bigskip
28892 \end_inset
28893
28894 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
28895 \end_layout
28896
28897 \begin_layout Standard
28898
28899 \series bold
28900
28901 \backslash
28902 renewcommand{
28903 \backslash
28904 thefootnote}{
28905 \backslash
28906 roman{footnote}}
28907 \end_layout
28908
28909 \begin_layout Standard
28910 \begin_inset ERT
28911 status collapsed
28912
28913 \begin_layout Plain Layout
28914
28915
28916 \backslash
28917 renewcommand{
28918 \backslash
28919 thefootnote}{
28920 \backslash
28921 roman{footnote}}
28922 \end_layout
28923
28924 \end_inset
28925
28926 これは、ローマ数字を使った脚注です
28927 \begin_inset Foot
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 これは、ローマ数字を使った脚注の例です。
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 付番様式を大文字ローマ数字に変更するには、上記コマンドの
28941 \series bold
28942
28943 \backslash
28944 roman
28945 \series default
28946
28947 \series bold
28948
28949 \backslash
28950 Roman
28951 \series default
28952 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
28953 \series bold
28954
28955 \backslash
28956 Alph
28957 \series default
28958 または
28959 \series bold
28960
28961 \backslash
28962 alph
28963 \series default
28964 を使用してください。記号を使って付「番」するには、
28965 \series bold
28966
28967 \backslash
28968 fnsymbol
28969 \series default
28970 を使ってください。
28971 \end_layout
28972
28973 \begin_layout Standard
28974 \begin_inset Note Greyedout
28975 status open
28976
28977 \begin_layout Plain Layout
28978
28979 \series bold
28980 【註】
28981 \series default
28982 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \begin_inset Newline newline
28989 \end_inset
28990
28991
28992 \begin_inset Note Greyedout
28993 status open
28994
28995 \begin_layout Plain Layout
28996
28997 \series bold
28998 【註】
28999 \series default
29000 記号を使うと9個の脚注しか番号を振ることができません。
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Standard
29009 付番様式を変更した後、既定様式に戻すには、上記コマンドの
29010 \series bold
29011
29012 \backslash
29013 roman
29014 \series default
29015
29016 \series bold
29017
29018 \backslash
29019 arabic
29020 \series default
29021 に置き換えて使用してください。
29022 \begin_inset ERT
29023 status collapsed
29024
29025 \begin_layout Plain Layout
29026
29027
29028 \backslash
29029 renewcommand{
29030 \backslash
29031 thefootnote}{
29032 \backslash
29033 arabic{footnote}}
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \end_layout
29040
29041 \begin_layout Standard
29042 \begin_inset VSpace bigskip
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
29050 \end_layout
29051
29052 \begin_layout Standard
29053
29054 \series bold
29055
29056 \backslash
29057 numberwithin{footnote}{chapter}
29058 \end_layout
29059
29060 \begin_layout Standard
29061 というコマンドを加えてください。
29062 \series bold
29063
29064 \backslash
29065 numberwithin
29066 \series default
29067 コマンドを使用できるようにするためには、文書設定の
29068 \family sans
29069 数式オプション
29070 \family default
29071 タブで
29072 \family sans
29073 AMS
29074 \begin_inset space ~
29075 \end_inset
29076
29077 mathパッケージを使う
29078 \family default
29079 オプションを有効にしてください。
29080 \end_layout
29081
29082 \begin_layout Standard
29083 \begin_inset ERT
29084 status collapsed
29085
29086 \begin_layout Plain Layout
29087
29088
29089 \backslash
29090 numberwithin{footnote}{chapter}
29091 \end_layout
29092
29093 \end_inset
29094
29095 これは、脚注のもう一つの例です
29096 \series bold
29097
29098 \begin_inset Foot
29099 status open
29100
29101 \begin_layout Plain Layout
29102
29103 \series bold
29104 これは、
29105 \series default
29106 「章番号.脚注番号」スキームで番号を振られた脚注です。
29107 \end_layout
29108
29109 \end_inset
29110
29111
29112 \series default
29113
29114 \begin_inset ERT
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118
29119
29120 \backslash
29121 renewcommand{
29122 \backslash
29123 thefootnote}{
29124 \backslash
29125 arabic{footnote}}
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 \begin_inset Note Greyedout
29135 status open
29136
29137 \begin_layout Plain Layout
29138
29139 \series bold
29140 【註】
29141 \backslash
29142 numberwithin
29143 \series default
29144 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 また、例えば「章番号.
29154 \backslash
29155 Roman{footnote}」スキームを得るには、
29156 \series bold
29157
29158 \backslash
29159 numberwithin
29160 \series default
29161 の代わりに以下のコマンドを使用してください。
29162 \end_layout
29163
29164 \begin_layout Standard
29165
29166 \series bold
29167
29168 \backslash
29169 renewcommand{
29170 \backslash
29171 thefootnote}{
29172 \backslash
29173 thechapter.
29174 \backslash
29175 Roman{footnote}}
29176 \end_layout
29177
29178 \begin_layout Subsection
29179 脚注の配置
29180 \begin_inset Index idx
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 きゃくちゅう@脚注 ! はいち@配置
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
29194 ブルに足して、1.5
29195 \begin_inset space \thinspace{}
29196 \end_inset
29197
29198 mmの余白を追加することもできます。
29199 \end_layout
29200
29201 \begin_layout Standard
29202
29203 \series bold
29204
29205 \backslash
29206 let
29207 \backslash
29208 myFoot
29209 \backslash
29210 footnote
29211 \begin_inset Newline newline
29212 \end_inset
29213
29214
29215 \backslash
29216 renewcommand{
29217 \backslash
29218 footnote}[1]{
29219 \backslash
29220 myFoot{#1
29221 \backslash
29222 vspace{1.5mm}}}
29223 \end_layout
29224
29225 \begin_layout Standard
29226 \begin_inset VSpace bigskip
29227 \end_inset
29228
29229 二段組文書では、脚注は各段底部に表示されます(図
29230 \begin_inset CommandInset ref
29231 LatexCommand ref
29232 reference "fig:標準的脚注配置"
29233
29234 \end_inset
29235
29236 )。図
29237 \begin_inset CommandInset ref
29238 LatexCommand ref
29239 reference "fig:ftnright脚注配置"
29240
29241 \end_inset
29242
29243 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
29244 \end_layout
29245
29246 \begin_layout Standard
29247
29248 \series bold
29249
29250 \backslash
29251 usepackage{ftnright}
29252 \end_layout
29253
29254 \begin_layout Standard
29255 というコマンドを書いて、\SpecialChar LaTeX
29256 パッケージ
29257 \series bold
29258 ftnright
29259 \series default
29260
29261 \begin_inset Index idx
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 \SpecialChar LaTeX
29266 ぱっけーじ@\SpecialChar LaTeX
29267 パッケージ ! ftnright
29268 \end_layout
29269
29270 \end_inset
29271
29272 を読み込みます。
29273 \begin_inset Float figure
29274 placement !h
29275 wide false
29276 sideways false
29277 status open
29278
29279 \begin_layout Plain Layout
29280 \begin_inset ERT
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284
29285
29286 \backslash
29287 framebox{
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \begin_inset Graphics
29294         filename ../clipart/without_fntright.pdf
29295         width 100col%
29296         scaleBeforeRotation
29297
29298 \end_inset
29299
29300
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306 }
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Plain Layout
29315 \begin_inset Caption Standard
29316
29317 \begin_layout Plain Layout
29318 \begin_inset CommandInset label
29319 LatexCommand label
29320 name "fig:標準的脚注配置"
29321
29322 \end_inset
29323
29324 二段組文書の標準的な脚注配置
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 \begin_inset Float figure
29339 placement !h
29340 wide false
29341 sideways false
29342 status open
29343
29344 \begin_layout Plain Layout
29345 \begin_inset ERT
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349
29350
29351 \backslash
29352 framebox{
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \begin_inset Graphics
29359         filename ../clipart/with_fntright.pdf
29360         width 100col%
29361         scaleBeforeRotation
29362
29363 \end_inset
29364
29365
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371 }
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Plain Layout
29380 \begin_inset Caption Standard
29381
29382 \begin_layout Plain Layout
29383 \begin_inset CommandInset label
29384 LatexCommand label
29385 name "fig:ftnright脚注配置"
29386
29387 \end_inset
29388
29389 \SpecialChar LaTeX
29390 パッケージ
29391 \series bold
29392 ftnright
29393 \series default
29394 を使用したときの二段組文書の脚注配置
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 \begin_inset VSpace bigskip
29409 \end_inset
29410
29411 科学的文献に於いては、図
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "fig:後注"
29415
29416 \end_inset
29417
29418 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
29419 \begin_inset Index idx
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423 こちゅう@後注
29424 \end_layout
29425
29426 \end_inset
29427
29428 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
29429 \family sans
29430 文書\SpecialChar menuseparator
29431 設定\SpecialChar menuseparator
29432 モジュール
29433 \family default
29434 メニューで
29435 \family sans
29436 脚注から後注へ
29437 \family default
29438 を読み込んでください。まとめた注を出力するには、節ないし章末に\SpecialChar TeX
29439 コードで
29440 \end_layout
29441
29442 \begin_layout Standard
29443
29444 \series bold
29445
29446 \backslash
29447 theendnotes
29448 \end_layout
29449
29450 \begin_layout Standard
29451 というコマンドを挿入してください。
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset Float figure
29456 wide false
29457 sideways false
29458 status open
29459
29460 \begin_layout Plain Layout
29461 \align center
29462 \begin_inset ERT
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466
29467
29468 \backslash
29469 framebox{
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \begin_inset Graphics
29476         filename ../clipart/endnotes.pdf
29477         scaleBeforeRotation
29478
29479 \end_inset
29480
29481
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487 }
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \begin_layout Plain Layout
29496 \begin_inset Caption Standard
29497
29498 \begin_layout Plain Layout
29499 \begin_inset CommandInset label
29500 LatexCommand label
29501 name "fig:後注"
29502
29503 \end_inset
29504
29505 後注 – 注を節ないし章末に別段落として印字します。
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 \begin_inset VSpace medskip
29520 \end_inset
29521
29522 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
29523 \end_layout
29524
29525 \begin_layout Standard
29526
29527 \series bold
29528
29529 \backslash
29530 renewcommand{
29531 \backslash
29532 notesname}{Anmerkungen}
29533 \end_layout
29534
29535 \begin_layout Standard
29536 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
29537 \end_layout
29538
29539 \begin_layout Standard
29540 \begin_inset VSpace medskip
29541 \end_inset
29542
29543
29544 \begin_inset CommandInset ref
29545 LatexCommand ref
29546 reference "subsec:脚注の付番"
29547
29548 \end_inset
29549
29550 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
29551 \series bold
29552
29553 \backslash
29554 thefootnote
29555 \series default
29556 コマンドの代わりに
29557 \series bold
29558
29559 \backslash
29560 theendnote
29561 \series default
29562 を用いてください。後注番号をリセットするには、第
29563 \begin_inset CommandInset ref
29564 LatexCommand ref
29565 reference "subsec:脚注の付番"
29566
29567 \end_inset
29568
29569 節で述べたコマンド
29570 \series bold
29571
29572 \backslash
29573 @addtoreset
29574 \series default
29575 の、パラメータ
29576 \series bold
29577 footnote
29578 \series default
29579
29580 \series bold
29581 endnote
29582 \series default
29583 に変えて、使用してください。
29584 \end_layout
29585
29586 \begin_layout Standard
29587 後注の印だけを作成するには、第
29588 \begin_inset CommandInset ref
29589 LatexCommand ref
29590 reference "sec:脚注"
29591
29592 \end_inset
29593
29594 節で説明した
29595 \series bold
29596
29597 \backslash
29598 footnotemark
29599 \series default
29600 コマンドの代わりに、
29601 \series bold
29602
29603 \backslash
29604 endnotemark[番号]
29605 \series default
29606 コマンドを使用してください。
29607 \end_layout
29608
29609 \begin_layout Standard
29610 \begin_inset VSpace bigskip
29611 \end_inset
29612
29613 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、\SpecialChar LaTeX
29614 パッケージ
29615 \series bold
29616 footmisc
29617 \series default
29618
29619 \begin_inset Index idx
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 \SpecialChar LaTeX
29624 ぱっけーじ@\SpecialChar LaTeX
29625 パッケージ ! footmisc
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset CommandInset citation
29632 LatexCommand cite
29633 key "footmisc"
29634
29635 \end_inset
29636
29637 を参照してください。
29638 \end_layout
29639
29640 \begin_layout Standard
29641 脚注の整形にまつわるその他多くの話題が、\SpecialChar LaTeX
29642 関連書籍
29643 \begin_inset CommandInset citation
29644 LatexCommand cite
29645 key "latexcompanion,latexguide,latexbook"
29646
29647 \end_inset
29648
29649 に載っています。
29650 \series bold
29651 KOMA-Script
29652 \series default
29653
29654 \begin_inset Index idx
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658 \SpecialChar LaTeX
29659 ぱっけーじ@\SpecialChar LaTeX
29660 パッケージ ! KOMA-Script
29661 \end_layout
29662
29663 \end_inset
29664
29665 文書クラスを使用している場合には、すべての脚注設定を、クラス固有のコマンドで調節することができます(
29666 \begin_inset CommandInset citation
29667 LatexCommand cite
29668 key "KOMA-Script"
29669
29670 \end_inset
29671
29672 参照)。
29673 \end_layout
29674
29675 \begin_layout Section
29676 傍注
29677 \begin_inset Index idx
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 \SpecialChar LyX
29691 内において、傍注注釈は、脚注のような外見と挙動を示します。これは
29692 \family sans
29693 挿入\SpecialChar menuseparator
29694 傍注
29695 \family default
29696 メニューかツールバーボタン
29697 \family sans
29698
29699 \begin_inset Info
29700 type  "icon"
29701 arg   "marginalnote-insert"
29702 \end_inset
29703
29704
29705 \family default
29706 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
29707 \end_layout
29708
29709 \begin_layout Standard
29710 横にあるのが傍注です
29711 \begin_inset Marginal
29712 status open
29713
29714 \begin_layout Plain Layout
29715 これは傍注文です。
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \begin_layout Standard
29724 片面文書においては、傍注は右側に表示され、両面文書においては外側余白—偶数ページでは左側、奇数ページでは右側—に表示されます。傍注文は、外側余白の反対側に—注が
29725 左余白に現れるときには右揃えに—寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
29726 \end_layout
29727
29728 \begin_layout Standard
29729 \begin_inset VSpace bigskip
29730 \end_inset
29731
29732 傍注を内側余白に置くには、傍注の前に\SpecialChar TeX
29733 コードで
29734 \end_layout
29735
29736 \begin_layout Standard
29737
29738 \series bold
29739
29740 \backslash
29741 reversemarginpar
29742 \end_layout
29743
29744 \begin_layout Standard
29745 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751
29752 \backslash
29753 reversemarginpar 
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Marginal
29760 status open
29761
29762 \begin_layout Plain Layout
29763 これは内側余白の傍注です。
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \series bold
29770
29771 \begin_inset Newline newline
29772 \end_inset
29773
29774
29775 \series default
29776
29777 \begin_inset Note Greyedout
29778 status open
29779
29780 \begin_layout Plain Layout
29781
29782 \series bold
29783 【註】
29784 \series default
29785 内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 既定の配置に戻すには、\SpecialChar TeX
29795 コードで
29796 \end_layout
29797
29798 \begin_layout Standard
29799
29800 \series bold
29801
29802 \backslash
29803 normalmarginpar
29804 \end_layout
29805
29806 \begin_layout Standard
29807 というコマンドを書き加えてください。
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 normalmarginpar 
29816 \end_layout
29817
29818 \end_inset
29819
29820  
29821 \begin_inset Note Greyedout
29822 status open
29823
29824 \begin_layout Plain Layout
29825
29826 \series bold
29827 【註】
29828 \backslash
29829 reversemarginpar
29830 \series default
29831 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Standard
29840 \begin_inset VSpace bigskip
29841 \end_inset
29842
29843
29844 \begin_inset Marginal
29845 status open
29846
29847 \begin_layout Plain Layout
29848 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \begin_inset CommandInset ref
29855 LatexCommand ref
29856 reference "subsec:複数行"
29857
29858 \end_inset
29859
29860 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
29861 \begin_inset space \thinspace{}
29862 \end_inset
29863
29864 pt水平空白を挿入してください 
29865 \begin_inset Marginal
29866 status open
29867
29868 \begin_layout Plain Layout
29869 \begin_inset space \hspace*{}
29870 \length 0pt
29871 \end_inset
29872
29873 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset VSpace bigskip
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Standard
29889 \begin_inset Note Greyedout
29890 status open
29891
29892 \begin_layout Plain Layout
29893
29894 \series bold
29895 【註】
29896 \series default
29897 通常、傍注は表やフロート、脚注の中では使用することができません。
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Standard
29906 \begin_inset VSpace bigskip
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Standard
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918
29919 \backslash
29920 ifmarginnote
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \begin_inset Note Note
29927 status open
29928
29929 \begin_layout Plain Layout
29930 以下の部分は、\SpecialChar LaTeX
29931 パッケージ
29932 \series bold
29933 marginnote
29934 \series default
29935 が導入されているときのみ表示されます。
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944 この制約は、\SpecialChar LaTeX
29945 パッケージ
29946 \series bold
29947 marginnote
29948 \series default
29949
29950 \begin_inset Index idx
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954 \SpecialChar LaTeX
29955 ぱっけーじ@\SpecialChar LaTeX
29956 パッケージ ! marginnote
29957 \end_layout
29958
29959 \end_inset
29960
29961 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、\SpecialChar LyX
29962 が傍注に使うコマンドが再定義されて、
29963 \series bold
29964 marginnote
29965 \series default
29966 パッケージが提供するコマンドを使うようになります。
29967 \end_layout
29968
29969 \begin_layout Standard
29970
29971 \series bold
29972
29973 \backslash
29974 usepackage{marginnote}
29975 \begin_inset Newline newline
29976 \end_inset
29977
29978
29979 \backslash
29980 let
29981 \backslash
29982 marginpar
29983 \backslash
29984 marginnote
29985 \end_layout
29986
29987 \begin_layout Standard
29988
29989 \series bold
29990 marginnote
29991 \series default
29992 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
29993 \series bold
29994 marginnote
29995 \series default
29996 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
29997 望まれるときなどに、よく必要とされます。オフセットは、\SpecialChar LyX
29998 中の傍注の後ろに\SpecialChar TeX
29999 コードで直接
30000 \end_layout
30001
30002 \begin_layout Standard
30003
30004 \series bold
30005 [オフセット]
30006 \end_layout
30007
30008 \begin_layout Standard
30009 という形で書くことで設定することができます。ここで「オフセット」には、表
30010 \begin_inset CommandInset ref
30011 LatexCommand ref
30012 reference "tab:単位"
30013
30014 \end_inset
30015
30016 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、\SpecialChar TeX
30017 コードコマンド「
30018 \series bold
30019 [-1.5cm]
30020 \series default
30021 」を使用して、1.5
30022 \begin_inset space \thinspace{}
30023 \end_inset
30024
30025 cm上にずらしてあります
30026 \begin_inset Marginal
30027 status open
30028
30029 \begin_layout Plain Layout
30030 この傍注は、本来の位置よりも1.5
30031 \begin_inset space \thinspace{}
30032 \end_inset
30033
30034 cm上にずらしてあります。
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045 [-1.5cm]
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 \begin_inset VSpace medskip
30055 \end_inset
30056
30057
30058 \series bold
30059 marginnote
30060 \series default
30061 を使うと、傍注の揃えを変更することもできます。たとえば、
30062 \end_layout
30063
30064 \begin_layout Standard
30065
30066 \series bold
30067
30068 \backslash
30069 renewcommand*{
30070 \backslash
30071 raggedleftmarginnote}{
30072 \backslash
30073 centering}
30074 \begin_inset Newline newline
30075 \end_inset
30076
30077
30078 \backslash
30079 renewcommand*{
30080 \backslash
30081 raggedrightmarginnote}{
30082 \backslash
30083 centering}
30084 \end_layout
30085
30086 \begin_layout Standard
30087 というコマンドを使うと、中央揃えになります。
30088 \series bold
30089
30090 \backslash
30091 raggedleftmarginnote
30092 \series default
30093 とは、左側に表示されている傍注のことを指します
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099
30100 \backslash
30101 renewcommand*{
30102 \backslash
30103 raggedleftmarginnote}{
30104 \backslash
30105 centering}
30106 \end_layout
30107
30108 \begin_layout Plain Layout
30109
30110
30111 \backslash
30112 renewcommand*{
30113 \backslash
30114 raggedrightmarginnote}{
30115 \backslash
30116 centering}
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \begin_inset Marginal
30123 status open
30124
30125 \begin_layout Plain Layout
30126 この傍注の文章は中央揃えになっています。
30127 \end_layout
30128
30129 \end_inset
30130
30131 。既定の設定は、
30132 \end_layout
30133
30134 \begin_layout Standard
30135
30136 \series bold
30137
30138 \backslash
30139 renewcommand*{
30140 \backslash
30141 raggedleftmarginnote}{
30142 \backslash
30143 raggedleft}
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147
30148 \backslash
30149 renewcommand*{
30150 \backslash
30151 raggedrightmarginnote}{
30152 \backslash
30153 raggedright}
30154 \series default
30155
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161
30162 \backslash
30163 renewcommand*{
30164 \backslash
30165 raggedleftmarginnote}{
30166 \backslash
30167 raggedleft}
30168 \end_layout
30169
30170 \begin_layout Plain Layout
30171
30172
30173 \backslash
30174 renewcommand*{
30175 \backslash
30176 raggedrightmarginnote}{
30177 \backslash
30178 raggedright}
30179 \end_layout
30180
30181 \end_inset
30182
30183
30184 \end_layout
30185
30186 \begin_layout Standard
30187 です。
30188 \end_layout
30189
30190 \begin_layout Standard
30191 \begin_inset VSpace medskip
30192 \end_inset
30193
30194
30195 \series bold
30196 marginnote
30197 \series default
30198 の他の機能については、
30199 \begin_inset CommandInset citation
30200 LatexCommand cite
30201 key "marginnote"
30202
30203 \end_inset
30204
30205 の取扱説明書をご参照ください。
30206 \end_layout
30207
30208 \begin_layout Standard
30209 \begin_inset VSpace bigskip
30210 \end_inset
30211
30212 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
30213 \family sans
30214 \series bold
30215 \bar under
30216 注意!
30217 \family default
30218 \series default
30219 \bar default
30220 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
30221 \end_layout
30222
30223 \begin_layout Standard
30224
30225 \series bold
30226
30227 \backslash
30228 let
30229 \backslash
30230 myMarginpar
30231 \backslash
30232 marginpar
30233 \begin_inset Newline newline
30234 \end_inset
30235
30236
30237 \backslash
30238 renewcommand{
30239 \backslash
30240 marginpar}[1]{
30241 \backslash
30242 myMarginpar{%
30243 \begin_inset Newline newline
30244 \end_inset
30245
30246
30247 \begin_inset Phantom HPhantom
30248 status open
30249
30250 \begin_layout Plain Layout
30251
30252 \series bold
30253 \begin_inset space ~
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \backslash
30263 hspace{0pt}
30264 \backslash
30265 textsf{
30266 \backslash
30267 textbf{
30268 \backslash
30269 underbar{注意!}}}%
30270 \begin_inset Newline newline
30271 \end_inset
30272
30273
30274 \begin_inset Phantom HPhantom
30275 status open
30276
30277 \begin_layout Plain Layout
30278
30279 \series bold
30280 \begin_inset space ~
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \backslash
30290 vspace{1.5mm}
30291 \backslash
30292
30293 \backslash
30294 #1}}
30295 \end_layout
30296
30297 \begin_layout Standard
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 let
30306 \backslash
30307 myMarginpar
30308 \backslash
30309 marginpar
30310 \end_layout
30311
30312 \begin_layout Plain Layout
30313
30314
30315 \backslash
30316 renewcommand{
30317 \backslash
30318 marginpar}[1]{
30319 \backslash
30320 myMarginpar{%
30321 \end_layout
30322
30323 \begin_layout Plain Layout
30324
30325    
30326 \backslash
30327 textsf{
30328 \backslash
30329 textbf{
30330 \backslash
30331 underbar{注意!}}}%
30332 \end_layout
30333
30334 \begin_layout Plain Layout
30335
30336    
30337 \backslash
30338 vspace{1.5mm}
30339 \backslash
30340
30341 \backslash
30342 #1}}
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \begin_inset Marginal
30349 status open
30350
30351 \begin_layout Plain Layout
30352 これは、定義したヘッダをつけた傍注です。
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \begin_inset ERT
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362
30363 [-1.5cm]
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374
30375 \backslash
30376 renewcommand{
30377 \backslash
30378 marginpar}[1]{
30379 \backslash
30380 myMarginpar{#1}}
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \begin_inset Note Note
30387 status open
30388
30389 \begin_layout Plain Layout
30390 傍注書式は、この例の分だけ変更してあります。
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Standard
30399 \begin_inset ERT
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403
30404
30405 \backslash
30406 else
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \begin_inset Note Note
30413 status open
30414
30415 \begin_layout Plain Layout
30416 以下の部分は、\SpecialChar LaTeX
30417 パッケージ
30418 \series bold
30419 marginnote
30420 \series default
30421 が導入されていないときのみ表示されます。
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
30431 パッケージ
30432 \series bold
30433 marginnote
30434 \series default
30435 を導入する必要があります。
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 fi
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \begin_layout Chapter
30455 ボックス
30456 \end_layout
30457
30458 \begin_layout Section
30459 はじめに
30460 \begin_inset Index idx
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464 ぼっくす@ボックス ! はじめに
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \begin_layout Standard
30473 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
30474 \begin_inset CommandInset ref
30475 LatexCommand ref
30476 reference "sec:ミニページ"
30477
30478 \end_inset
30479
30480 節参照)、文章を囲ったり(第
30481 \begin_inset CommandInset ref
30482 LatexCommand ref
30483 reference "sec:装飾"
30484
30485 \end_inset
30486
30487 節参照)、単語がハイフネートされるのを予防したり(第
30488 \begin_inset CommandInset ref
30489 LatexCommand ref
30490 reference "sec:ハイフネーションの回避"
30491
30492 \end_inset
30493
30494 節参照)、文章を揃えたり(第
30495 \begin_inset CommandInset ref
30496 LatexCommand ref
30497 reference "subsec:垂直揃え"
30498
30499 \end_inset
30500
30501 節参照)、あるいは文章の背景色を設定したり(第
30502 \begin_inset CommandInset ref
30503 LatexCommand ref
30504 reference "sec:色付きボックス"
30505
30506 \end_inset
30507
30508 節参照)するのに使用します。
30509 \end_layout
30510
30511 \begin_layout Standard
30512 ボックスは、
30513 \family sans
30514 挿入\SpecialChar menuseparator
30515 ボックス
30516 \family default
30517 メニューかツールバーボタン
30518 \family sans
30519
30520 \begin_inset Info
30521 type  "icon"
30522 arg   "box-insert Frameless"
30523 \end_inset
30524
30525
30526 \family default
30527 を使って挿入することができます。すると、
30528 \begin_inset Graphics
30529         filename clipart/BoxInsetDefaultQt4.png
30530         scale 85
30531         scaleBeforeRotation
30532
30533 \end_inset
30534
30535 のように
30536 \family sans
30537 ボックス(minipage環境)
30538 \family default
30539 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
30540 \family sans
30541 設定
30542 \family default
30543 メニューを選択すると現れるボックスダイアログでは、
30544 \family sans
30545 parboxコマンド
30546 \family default
30547
30548 \family sans
30549 minipage環境
30550 \family default
30551 の二つの
30552 \family sans
30553 内部ボックス
30554 \family default
30555 型を選択することができます。
30556 \family sans
30557 minipage
30558 \family default
30559 型は、新規ボックスの既定値となっており、第
30560 \begin_inset CommandInset ref
30561 LatexCommand ref
30562 reference "sec:ミニページ"
30563
30564 \end_inset
30565
30566 節で説明します。
30567 \family sans
30568 parbox
30569 \family default
30570 型については第
30571 \begin_inset CommandInset ref
30572 LatexCommand ref
30573 reference "sec:Parboxes"
30574
30575 \end_inset
30576
30577 節、
30578 \family sans
30579 makebox
30580 \family default
30581 型については第
30582 \begin_inset CommandInset ref
30583 LatexCommand ref
30584 reference "sec:ハイフネーションの回避"
30585
30586 \end_inset
30587
30588 節で述べます。
30589 \end_layout
30590
30591 \begin_layout Standard
30592 ボックスは付番されないので、フロートや脚注のように参照することはできません。
30593 \end_layout
30594
30595 \begin_layout Standard
30596 \begin_inset Note Greyedout
30597 status open
30598
30599 \begin_layout Plain Layout
30600
30601 \series bold
30602 【註】
30603 \series default
30604 ボックスは、
30605 \family sans
30606 箇条書き(記号)
30607 \family default
30608 環境や
30609 \family sans
30610 箇条書き(記述)
30611 \family default
30612 環境の単独要素とすべきではありません。
30613 \end_layout
30614
30615 \end_inset
30616
30617
30618 \end_layout
30619
30620 \begin_layout Standard
30621 \begin_inset Note Greyedout
30622 status open
30623
30624 \begin_layout Plain Layout
30625
30626 \series bold
30627 【註】
30628 \series default
30629 理由は不明ですが、枠付きボックスを使用している場合には、
30630 \family sans
30631 内部ボックス
30632 \family default
30633 型は
30634 \family sans
30635 なし
30636 \family default
30637 にしか設定することができません。
30638 \family sans
30639 内部ボックス
30640 \family default
30641 型や枠のないボックスについては、第
30642 \begin_inset CommandInset ref
30643 LatexCommand ref
30644 reference "sec:ハイフネーションの回避"
30645
30646 \end_inset
30647
30648 節で説明します。
30649 \end_layout
30650
30651 \end_inset
30652
30653
30654 \end_layout
30655
30656 \begin_layout Section
30657 ボックスダイアログ
30658 \begin_inset CommandInset label
30659 LatexCommand label
30660 name "sec:ボックスダイアログ"
30661
30662 \end_inset
30663
30664
30665 \begin_inset Index idx
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Subsection
30678 寸法
30679 \begin_inset Index idx
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683 ぼっくす@ボックス ! すんぽう@寸法
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Standard
30692 ボックスダイアログでは、
30693 \family sans
30694
30695 \family default
30696
30697 \family sans
30698 高さ
30699 \family default
30700 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
30701 \begin_inset CommandInset ref
30702 LatexCommand ref
30703 reference "tab:単位"
30704
30705 \end_inset
30706
30707 に説明されています。
30708 \family sans
30709 高さ
30710 \family default
30711 フィールドには、加えて以下の寸法を使用することができます。
30712 \end_layout
30713
30714 \begin_layout Description
30715 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
30716 \begin_inset Newline newline
30717 \end_inset
30718
30719
30720 \begin_inset Newline newline
30721 \end_inset
30722
30723
30724 \begin_inset Newline newline
30725 \end_inset
30726
30727
30728 \begin_inset Box Boxed
30729 position "c"
30730 hor_pos "c"
30731 has_inner_box 1
30732 inner_pos "c"
30733 use_parbox 0
30734 use_makebox 0
30735 width "12col%"
30736 special "none"
30737 height "1in"
30738 height_special "depth"
30739 thickness "0.4pt"
30740 separation "3pt"
30741 shadowsize "4pt"
30742 framecolor "black"
30743 backgroundcolor "none"
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747 \align center
30748 高さを1階層に設定したボックス
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757
30758 \begin_inset Newline newline
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Description
30765 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
30766 \begin_inset Box Boxed
30767 position "c"
30768 hor_pos "c"
30769 has_inner_box 1
30770 inner_pos "c"
30771 use_parbox 0
30772 use_makebox 0
30773 width "20col%"
30774 special "none"
30775 height "2in"
30776 height_special "height"
30777 thickness "0.4pt"
30778 separation "3pt"
30779 shadowsize "4pt"
30780 framecolor "black"
30781 backgroundcolor "none"
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785 \align center
30786 高さを2高さに設定したボックス
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Description
30795 全高 これは「高さ」+「階層」です。
30796 \begin_inset Box Boxed
30797 position "c"
30798 hor_pos "c"
30799 has_inner_box 1
30800 inner_pos "c"
30801 use_parbox 0
30802 use_makebox 0
30803 width "20col%"
30804 special "none"
30805 height "1in"
30806 height_special "totalheight"
30807 thickness "0.4pt"
30808 separation "3pt"
30809 shadowsize "4pt"
30810 framecolor "black"
30811 backgroundcolor "none"
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815 \align center
30816 高さを1全高に設定したボックス
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Description
30825 幅 これはボックスの幅を高さに設定します。
30826 \begin_inset Box Boxed
30827 position "c"
30828 hor_pos "c"
30829 has_inner_box 1
30830 inner_pos "c"
30831 use_parbox 0
30832 use_makebox 0
30833 width "12col%"
30834 special "none"
30835 height "1in"
30836 height_special "width"
30837 thickness "0.4pt"
30838 separation "3pt"
30839 shadowsize "4pt"
30840 framecolor "black"
30841 backgroundcolor "none"
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 \align center
30846 高さを1幅に設定したボックス
30847 \end_layout
30848
30849 \end_inset
30850
30851
30852 \end_layout
30853
30854 \begin_layout Subsection
30855 文字揃え
30856 \begin_inset Index idx
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 ぼっくす@ボックス ! もじそろえ@文字揃え
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \begin_layout Standard
30869
30870 \family sans
30871 内部ボックス
30872 \family default
30873 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
30874 \end_layout
30875
30876 \begin_layout Description
30877 上 これは例示のための本文行です。
30878 \begin_inset Box Boxed
30879 position "t"
30880 hor_pos "c"
30881 has_inner_box 1
30882 inner_pos "c"
30883 use_parbox 0
30884 use_makebox 0
30885 width "12col%"
30886 special "none"
30887 height "1in"
30888 height_special "totalheight"
30889 thickness "0.4pt"
30890 separation "3pt"
30891 shadowsize "4pt"
30892 framecolor "black"
30893 backgroundcolor "none"
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897 \align center
30898 このボックスは上揃えです。
30899 \end_layout
30900
30901 \end_inset
30902
30903 これは例示のための本文行です。
30904 \end_layout
30905
30906 \begin_layout Description
30907 中央 これは例示のための本文行です。
30908 \begin_inset Box Boxed
30909 position "c"
30910 hor_pos "c"
30911 has_inner_box 1
30912 inner_pos "c"
30913 use_parbox 0
30914 use_makebox 0
30915 width "12col%"
30916 special "none"
30917 height "1in"
30918 height_special "totalheight"
30919 thickness "0.4pt"
30920 separation "3pt"
30921 shadowsize "4pt"
30922 framecolor "black"
30923 backgroundcolor "none"
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927 \align center
30928 このボックスは中央揃えです。
30929 \end_layout
30930
30931 \end_inset
30932
30933 これは例示のための本文行です。
30934 \end_layout
30935
30936 \begin_layout Description
30937 下 これは例示のための本文行です。
30938 \begin_inset Box Boxed
30939 position "b"
30940 hor_pos "c"
30941 has_inner_box 1
30942 inner_pos "c"
30943 use_parbox 0
30944 use_makebox 0
30945 width "12col%"
30946 special "none"
30947 height "1in"
30948 height_special "totalheight"
30949 thickness "0.4pt"
30950 separation "3pt"
30951 shadowsize "4pt"
30952 framecolor "black"
30953 backgroundcolor "none"
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957 \align center
30958 このボックスは下揃えです。
30959 \end_layout
30960
30961 \end_inset
30962
30963 これは例示のための本文行です。
30964 \end_layout
30965
30966 \begin_layout Standard
30967 \begin_inset Note Greyedout
30968 status open
30969
30970 \begin_layout Plain Layout
30971
30972 \series bold
30973 【註】
30974 \series default
30975 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
30976 \end_layout
30977
30978 \end_inset
30979
30980
30981 \end_layout
30982
30983 \begin_layout Standard
30984 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、\SpecialChar LyX
30985 の段落ダイアログから設定できます。
30986 \end_layout
30987
30988 \begin_layout Standard
30989 \begin_inset VSpace bigskip
30990 \end_inset
30991
30992
30993 \family sans
30994 内部ボックス
30995 \family default
30996 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
30997 \end_layout
30998
30999 \begin_layout Description
31000 上 これは例示のための本文行です。
31001 \begin_inset Box Boxed
31002 position "c"
31003 hor_pos "c"
31004 has_inner_box 1
31005 inner_pos "t"
31006 use_parbox 0
31007 use_makebox 0
31008 width "12col%"
31009 special "none"
31010 height "1.5in"
31011 height_special "totalheight"
31012 thickness "0.4pt"
31013 separation "3pt"
31014 shadowsize "4pt"
31015 framecolor "black"
31016 backgroundcolor "none"
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020 \align center
31021 このボックスの文章は上揃えです。
31022 \end_layout
31023
31024 \end_inset
31025
31026 これは例示のための本文行です。
31027 \end_layout
31028
31029 \begin_layout Description
31030 中央 これは例示のための本文行です。
31031 \begin_inset Box Boxed
31032 position "c"
31033 hor_pos "c"
31034 has_inner_box 1
31035 inner_pos "c"
31036 use_parbox 0
31037 use_makebox 0
31038 width "12col%"
31039 special "none"
31040 height "1.5in"
31041 height_special "totalheight"
31042 thickness "0.4pt"
31043 separation "3pt"
31044 shadowsize "4pt"
31045 framecolor "black"
31046 backgroundcolor "none"
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050 \align center
31051 このボックスの文章は中央揃えです。
31052 \end_layout
31053
31054 \end_inset
31055
31056 これは例示のための本文行です。
31057 \end_layout
31058
31059 \begin_layout Description
31060 下 これは例示のための本文行です。
31061 \begin_inset Box Boxed
31062 position "c"
31063 hor_pos "c"
31064 has_inner_box 1
31065 inner_pos "b"
31066 use_parbox 0
31067 use_makebox 0
31068 width "12col%"
31069 special "none"
31070 height "1.5in"
31071 height_special "totalheight"
31072 thickness "0.4pt"
31073 separation "3pt"
31074 shadowsize "4pt"
31075 framecolor "black"
31076 backgroundcolor "none"
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 \align center
31081 このボックスの文章は下揃えです。
31082 \end_layout
31083
31084 \end_inset
31085
31086 これは例示のための本文行です。
31087 \end_layout
31088
31089 \begin_layout Description
31090 広げる これは例示のための本文行です。
31091 \begin_inset Box Boxed
31092 position "c"
31093 hor_pos "c"
31094 has_inner_box 1
31095 inner_pos "s"
31096 use_parbox 0
31097 use_makebox 0
31098 width "17col%"
31099 special "none"
31100 height "1.5in"
31101 height_special "totalheight"
31102 thickness "0.4pt"
31103 separation "3pt"
31104 shadowsize "4pt"
31105 framecolor "black"
31106 backgroundcolor "none"
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 \align center
31111 このボックスの
31112 \end_layout
31113
31114 \begin_layout Plain Layout
31115 \align center
31116 文章は広げて
31117 \end_layout
31118
31119 \begin_layout Plain Layout
31120 \align center
31121 あります。
31122 \end_layout
31123
31124 \end_inset
31125
31126 これは例示のための本文行です。
31127 \end_layout
31128
31129 \begin_layout Standard
31130 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
31131 \end_layout
31132
31133 \begin_layout Standard
31134 \begin_inset VSpace bigskip
31135 \end_inset
31136
31137
31138 \family sans
31139 内部ボックス
31140 \family default
31141 を設定しているときに、ボックスの内容を水平方向に揃えるには、\SpecialChar LyX
31142 の段落ダイアログを用います。
31143 \end_layout
31144
31145 \begin_layout Standard
31146 \align center
31147 \begin_inset Box Boxed
31148 position "c"
31149 hor_pos "c"
31150 has_inner_box 1
31151 inner_pos "s"
31152 use_parbox 0
31153 use_makebox 0
31154 width "25col%"
31155 special "none"
31156 height "1.25in"
31157 height_special "totalheight"
31158 thickness "0.4pt"
31159 separation "3pt"
31160 shadowsize "4pt"
31161 framecolor "black"
31162 backgroundcolor "none"
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166 \align left
31167 このボックスの
31168 \end_layout
31169
31170 \begin_layout Plain Layout
31171 \align center
31172 文章は広げて
31173 \end_layout
31174
31175 \begin_layout Plain Layout
31176 \align right
31177 あります。
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186
31187 \family sans
31188 内部ボックス
31189 \family default
31190 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
31191 \begin_inset Separator parbreak
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \align center
31199 \begin_inset Box Boxed
31200 position "c"
31201 hor_pos "s"
31202 has_inner_box 0
31203 inner_pos "s"
31204 use_parbox 0
31205 use_makebox 0
31206 width "90col%"
31207 special "none"
31208 height "1.25in"
31209 height_special "totalheight"
31210 thickness "0.4pt"
31211 separation "3pt"
31212 shadowsize "4pt"
31213 framecolor "black"
31214 backgroundcolor "none"
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 このボックスの文章は水平方向に広げてあります。
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \begin_layout Subsection
31227 装飾
31228 \begin_inset CommandInset label
31229 LatexCommand label
31230 name "sec:装飾"
31231
31232 \end_inset
31233
31234
31235 \begin_inset Index idx
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 ぼっくす@ボックス ! そうしょく@装飾
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \end_layout
31246
31247 \begin_layout Standard
31248 ボックス型は、ボックスダイアログ中の
31249 \family sans
31250 装飾
31251 \family default
31252 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
31253 \end_layout
31254
31255 \begin_layout Description
31256 縁なし 枠を描きません。
31257 \end_layout
31258
31259 \begin_layout Description
31260 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。
31261 \lang english
31262 The frame line thickness can be specified
31263 \lang japanese
31264 。 
31265 \begin_inset Box Boxed
31266 position "c"
31267 hor_pos "c"
31268 has_inner_box 1
31269 inner_pos "c"
31270 use_parbox 0
31271 use_makebox 0
31272 width "20col%"
31273 special "none"
31274 height "1in"
31275 height_special "totalheight"
31276 thickness "0.4pt"
31277 separation "3pt"
31278 shadowsize "4pt"
31279 framecolor "black"
31280 backgroundcolor "none"
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284 \align center
31285 長方形の箱型
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Description
31294 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
31295 \begin_inset space \thinspace{}
31296 \end_inset
31297
31298 ptです。 
31299 \begin_inset Box ovalbox
31300 position "c"
31301 hor_pos "c"
31302 has_inner_box 1
31303 inner_pos "c"
31304 use_parbox 0
31305 use_makebox 0
31306 width "20col%"
31307 special "none"
31308 height "1in"
31309 height_special "totalheight"
31310 thickness "0.4pt"
31311 separation "3pt"
31312 shadowsize "4pt"
31313 framecolor "black"
31314 backgroundcolor "none"
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318 \align center
31319 楕円形の箱型(細線)
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \end_layout
31326
31327 \begin_layout Description
31328 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
31329 \begin_inset space \thinspace{}
31330 \end_inset
31331
31332 ptです。 
31333 \begin_inset Box Ovalbox
31334 position "c"
31335 hor_pos "c"
31336 has_inner_box 1
31337 inner_pos "c"
31338 use_parbox 0
31339 use_makebox 0
31340 width "20col%"
31341 special "none"
31342 height "1in"
31343 height_special "totalheight"
31344 thickness "0.4pt"
31345 separation "3pt"
31346 shadowsize "4pt"
31347 framecolor "black"
31348 backgroundcolor "none"
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352 \align center
31353 楕円形の箱型(太線)
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \end_layout
31360
31361 \begin_layout Description
31362 影付き これはボックスの周りに影付きの長方形の枠を描きます。
31363 \lang english
31364 The frame line thickness and the shadow can be specified
31365 \lang japanese
31366
31367 \begin_inset Box Shadowbox
31368 position "c"
31369 hor_pos "c"
31370 has_inner_box 1
31371 inner_pos "c"
31372 use_parbox 0
31373 use_makebox 0
31374 width "20col%"
31375 special "none"
31376 height "1in"
31377 height_special "totalheight"
31378 thickness "0.4pt"
31379 separation "3pt"
31380 shadowsize "4pt"
31381 framecolor "black"
31382 backgroundcolor "none"
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386 \align center
31387 影付きの箱型
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \begin_layout Description
31396 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
31397 \begin_inset Foot
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401
31402 \begin_inset CommandInset ref
31403 LatexCommand ref
31404 reference "sec:色付きボックス"
31405
31406 \end_inset
31407
31408 節を参照のこと。
31409 \end_layout
31410
31411 \end_inset
31412
31413 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
31414 \begin_inset Box Shaded
31415 position "t"
31416 hor_pos "c"
31417 has_inner_box 0
31418 inner_pos "t"
31419 use_parbox 0
31420 use_makebox 0
31421 width "50col%"
31422 special "none"
31423 height "1in"
31424 height_special "totalheight"
31425 thickness "0.4pt"
31426 separation "3pt"
31427 shadowsize "4pt"
31428 framecolor "black"
31429 backgroundcolor "none"
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 影付き背景の箱型
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Description
31442 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。
31443 \lang english
31444 The line thickness of the inner frame is 0.75
31445 \begin_inset space \thinspace{}
31446 \end_inset
31447
31448 line
31449 \begin_inset space ~
31450 \end_inset
31451
31452 thickness, the thickness of the outer frame is 1.5
31453 \begin_inset space \thinspace{}
31454 \end_inset
31455
31456 line
31457 \begin_inset space ~
31458 \end_inset
31459
31460 thickness.
31461  The distance between the lines is 1.5
31462 \begin_inset space \thinspace{}
31463 \end_inset
31464
31465 line
31466 \begin_inset space ~
31467 \end_inset
31468
31469 thickness
31470 \begin_inset space \thinspace{}
31471 \end_inset
31472
31473 +
31474 \begin_inset space \thinspace{}
31475 \end_inset
31476
31477 0.5
31478 \begin_inset space \thinspace{}
31479 \end_inset
31480
31481 pt
31482 \lang japanese
31483 。 
31484 \begin_inset Box Doublebox
31485 position "c"
31486 hor_pos "c"
31487 has_inner_box 1
31488 inner_pos "c"
31489 use_parbox 0
31490 use_makebox 0
31491 width "20col%"
31492 special "none"
31493 height "1in"
31494 height_special "totalheight"
31495 thickness "0.4pt"
31496 separation "3pt"
31497 shadowsize "4pt"
31498 framecolor "black"
31499 backgroundcolor "none"
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503 \align center
31504 二重の長方形の箱型
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Standard
31513 \begin_inset VSpace bigskip
31514 \end_inset
31515
31516 \SpecialChar LyX
31517 のボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、\SpecialChar LaTeX
31518 パッケージ
31519 \series bold
31520 fancybox
31521 \series default
31522
31523 \begin_inset Index idx
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527 \SpecialChar LaTeX
31528 ぱっけーじ@\SpecialChar LaTeX
31529 パッケージ ! fancybox
31530 \end_layout
31531
31532 \end_inset
31533
31534 が導入済みでなくてはなりません。
31535 \end_layout
31536
31537 \begin_layout Standard
31538 \begin_inset VSpace bigskip
31539 \end_inset
31540
31541
31542 \lang english
31543 When you use the decoration 
31544 \family sans
31545 simple rectangular frame
31546 \family default
31547  and no inner box, you can allow page breaks within a box.
31548  Note that then, unlike other framed boxes, the frame always uses the whole
31549  column width and the box is set as its own paragraph:
31550 \lang japanese
31551  
31552 \begin_inset Box Framed
31553 position "t"
31554 hor_pos "c"
31555 has_inner_box 0
31556 inner_pos "t"
31557 use_parbox 0
31558 use_makebox 0
31559 width "100col%"
31560 special "none"
31561 height "1in"
31562 height_special "totalheight"
31563 thickness "0.4pt"
31564 separation "3pt"
31565 shadowsize "4pt"
31566 framecolor "black"
31567 backgroundcolor "none"
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571 改行可能な箱型
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \begin_layout Section
31580 ボックスの詳細な設定
31581 \begin_inset Index idx
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 楕円形ボックスの丸い角の直径は、コマンド
31595 \series bold
31596
31597 \backslash
31598 cornersize
31599 \series default
31600 で設定することができます。
31601 \end_layout
31602
31603 \begin_layout Standard
31604
31605 \series bold
31606
31607 \backslash
31608 cornersize*{1cm}
31609 \end_layout
31610
31611 \begin_layout Standard
31612 というコマンドは、直径を1
31613 \begin_inset space \thinspace{}
31614 \end_inset
31615
31616 cmに設定します。
31617 \end_layout
31618
31619 \begin_layout Standard
31620
31621 \series bold
31622
31623 \backslash
31624 cornersize{数値}
31625 \end_layout
31626
31627 \begin_layout Standard
31628 というコマンドは、直径を
31629 \family sans
31630 数値
31631 \begin_inset space \thinspace{}
31632 \end_inset
31633
31634
31635 \family default
31636
31637 \begin_inset Formula $\times$
31638 \end_inset
31639
31640
31641 \family sans
31642
31643 \begin_inset space \thinspace{}
31644 \end_inset
31645
31646 (ボックスの幅と高さの小さい方)
31647 \family default
31648 に設定します。既定値は
31649 \series bold
31650
31651 \backslash
31652 cornersize{0.5}
31653 \series default
31654 です。
31655 \end_layout
31656
31657 \begin_layout Standard
31658 \begin_inset ERT
31659 status collapsed
31660
31661 \begin_layout Plain Layout
31662
31663
31664 \backslash
31665 cornersize*{1.5cm}
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Box Ovalbox
31672 position "c"
31673 hor_pos "c"
31674 has_inner_box 1
31675 inner_pos "c"
31676 use_parbox 0
31677 use_makebox 0
31678 width "25col%"
31679 special "none"
31680 height "1in"
31681 height_special "totalheight"
31682 thickness "0.4pt"
31683 separation "3pt"
31684 shadowsize "4pt"
31685 framecolor "black"
31686 backgroundcolor "none"
31687 status open
31688
31689 \begin_layout Plain Layout
31690 \align center
31691
31692 \series bold
31693
31694 \backslash
31695 cornersize
31696 \series default
31697
31698 \begin_inset space \thinspace{}
31699 \end_inset
31700
31701 =
31702 \begin_inset space \thinspace{}
31703 \end_inset
31704
31705 1.5
31706 \begin_inset space \thinspace{}
31707 \end_inset
31708
31709 cmの楕円形の箱型
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \begin_inset ERT
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719
31720
31721 \backslash
31722 cornersize{0.5}
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \begin_inset VSpace bigskip
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738
31739 \lang english
31740 The default background color red of 
31741 \family sans
31742 shaded background
31743 \family default
31744  boxes can either be changed locally with the command
31745 \series bold
31746 \lang japanese
31747
31748 \backslash
31749 definecolor{shadebox}
31750 \series default
31751 コマンドで局所的に変更することもできますし、
31752 \family sans
31753 ツール\SpecialChar menuseparator
31754 設定\SpecialChar menuseparator
31755 色\SpecialChar menuseparator
31756 影付きボックス
31757 \family default
31758 メニューからグローバルに変更することもできます。
31759 \series bold
31760
31761 \backslash
31762 definecolor
31763 \series default
31764 コマンドの用法は第
31765 \begin_inset CommandInset ref
31766 LatexCommand ref
31767 reference "sec:色付きの表"
31768
31769 \end_inset
31770
31771
31772 \begin_inset Foot
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776 N
31777 \series bold
31778
31779 \backslash
31780 definecolor
31781 \series default
31782 は、\SpecialChar LaTeX
31783 パッケージの
31784 \series bold
31785 color
31786 \series default
31787 をプリアンブルに読み込む必要があります。第
31788 \begin_inset CommandInset ref
31789 LatexCommand ref
31790 reference "sec:色付きボックス"
31791
31792 \end_inset
31793
31794 節をご参照ください。.
31795 \end_layout
31796
31797 \end_inset
31798
31799 で説明されています。
31800 \end_layout
31801
31802 \begin_layout Standard
31803 たとえば、下記の影付き背景ボックスの外見は
31804 \end_layout
31805
31806 \begin_layout Standard
31807
31808 \series bold
31809
31810 \backslash
31811 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31812 \end_layout
31813
31814 \begin_layout Standard
31815 という\SpecialChar TeX
31816 コードコマンドを使って設定してあります。
31817 \end_layout
31818
31819 \begin_layout Standard
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825
31826 \backslash
31827 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \begin_inset Box Shaded
31834 position "t"
31835 hor_pos "c"
31836 has_inner_box 0
31837 inner_pos "t"
31838 use_parbox 0
31839 use_makebox 0
31840 width "100col%"
31841 special "none"
31842 height "1in"
31843 height_special "totalheight"
31844 thickness "0.4pt"
31845 separation "3pt"
31846 shadowsize "4pt"
31847 framecolor "black"
31848 backgroundcolor "none"
31849 status open
31850
31851 \begin_layout Plain Layout
31852
31853 \color yellow
31854 これは、濃緑色の背景の
31855 \family sans
31856 影付き背景
31857 \family default
31858 ボックスに入れた黄色の文章です。
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \begin_inset ERT
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868
31869
31870 \backslash
31871 definecolor{shadecolor}{rgb}{1,0,0}
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \end_layout
31878
31879 \begin_layout Standard
31880 \begin_inset VSpace bigskip
31881 \end_inset
31882
31883
31884 \lang english
31885 Manually changed sizes and colors are valid for all boxes following the
31886  commands that change them.
31887 \end_layout
31888
31889 \begin_layout Section
31890 ミニページ
31891 \begin_inset CommandInset label
31892 LatexCommand label
31893 name "sec:ミニページ"
31894
31895 \end_inset
31896
31897
31898 \begin_inset Index idx
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902 ぼっくす@ボックス ! みにぺーじ@ミニページ
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \begin_layout Standard
31911 ミニページは、\SpecialChar LaTeX
31912 によってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
31913 \end_layout
31914
31915 \begin_layout Standard
31916 ミニページは、複数の言語を含む文書を執筆する際に便利です。
31917 \end_layout
31918
31919 \begin_layout Standard
31920 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
31921 \family sans
31922 挿入
31923 \family default
31924 \SpecialChar menuseparator
31925
31926 \family sans
31927 整形
31928 \family default
31929 \SpecialChar menuseparator
31930
31931 \family sans
31932 水平方向の空白
31933 \family default
31934 メニューで挿入した水平フィルで隔てられています。
31935 \begin_inset Newpage newpage
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Standard
31942 \begin_inset Box Frameless
31943 position "t"
31944 hor_pos "c"
31945 has_inner_box 1
31946 inner_pos "c"
31947 use_parbox 0
31948 use_makebox 0
31949 width "45col%"
31950 special "none"
31951 height "1in"
31952 height_special "totalheight"
31953 thickness "0.4pt"
31954 separation "3pt"
31955 shadowsize "4pt"
31956 framecolor "black"
31957 backgroundcolor "none"
31958 status open
31959
31960 \begin_layout Plain Layout
31961 Dies ist ein deutscher Text.
31962  Dies ist ein deutscher Text.
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 \begin_inset Foot
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 Dies ist eine deutsche Fußnote.
31979 \end_layout
31980
31981 \end_inset
31982
31983 .
31984  Dies ist ein deutscher Text.
31985  Dies ist ein deutscher Text.
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \begin_inset space \hfill{}
31992 \end_inset
31993
31994
31995 \begin_inset Box Frameless
31996 position "t"
31997 hor_pos "c"
31998 has_inner_box 1
31999 inner_pos "c"
32000 use_parbox 0
32001 use_makebox 0
32002 width "45col%"
32003 special "none"
32004 height "1in"
32005 height_special "totalheight"
32006 thickness "0.4pt"
32007 separation "3pt"
32008 shadowsize "4pt"
32009 framecolor "black"
32010 backgroundcolor "none"
32011 status open
32012
32013 \begin_layout Plain Layout
32014 This is an English Text.
32015  This is an English Text.
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 \begin_inset Foot
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034 This is an English footnote.
32035 \end_layout
32036
32037 \end_inset
32038
32039  This is an English Text.
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \begin_layout Standard
32048 \begin_inset VSpace bigskip
32049 \end_inset
32050
32051 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
32052 \family sans
32053 中スキップ
32054 \family default
32055 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
32056 \end_layout
32057
32058 \begin_layout Standard
32059 ミニページは、文章部に背景色を与えるのに使用することもできます。第
32060 \begin_inset CommandInset ref
32061 LatexCommand ref
32062 reference "sec:色付きボックス"
32063
32064 \end_inset
32065
32066 節をご参照ください。
32067 \end_layout
32068
32069 \begin_layout Standard
32070 \begin_inset Note Greyedout
32071 status open
32072
32073 \begin_layout Plain Layout
32074
32075 \series bold
32076 【註】
32077 \series default
32078 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Section
32087 Parbox
32088 \begin_inset CommandInset label
32089 LatexCommand label
32090 name "sec:Parboxes"
32091
32092 \end_inset
32093
32094
32095 \begin_inset Index idx
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099 ぼっくす@ボックス ! Parboxes
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
32109 \begin_inset Separator parbreak
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 \align center
32117 \begin_inset Box Frameless
32118 position "t"
32119 hor_pos "c"
32120 has_inner_box 1
32121 inner_pos "t"
32122 use_parbox 1
32123 use_makebox 0
32124 width "33col%"
32125 special "none"
32126 height "1in"
32127 height_special "totalheight"
32128 thickness "0.4pt"
32129 separation "3pt"
32130 shadowsize "4pt"
32131 framecolor "black"
32132 backgroundcolor "none"
32133 status open
32134
32135 \begin_layout Plain Layout
32136 これはparbox内の文章です。これはparbox内の文章です。
32137 \end_layout
32138
32139 \begin_layout Plain Layout
32140 右の脚注は表示されません。
32141 \begin_inset Foot
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145 これはparbox内の脚注であり、したがって表示はされません。
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Section
32159 単語や文字のボックス
32160 \begin_inset Index idx
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 ぼっくす@ボックス ! もじよう@文字用
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Subsection
32173 ハイフネーションの回避
32174 \begin_inset CommandInset label
32175 LatexCommand label
32176 name "sec:ハイフネーションの回避"
32177
32178 \end_inset
32179
32180
32181 \begin_inset Index idx
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \end_layout
32192
32193 \begin_layout Standard
32194 単語や文章がハイフネートされるのを防ぐには、
32195 \family sans
32196 makebox
32197 \family default
32198 型ボックスを使うことができます。
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202 以下が例示用の文章です。
32203 \end_layout
32204
32205 \begin_layout Standard
32206 This line is an example to show how you can prevent the hyphenation of 
32207 \begin_inset Quotes eld
32208 \end_inset
32209
32210 veryverylongword
32211 \begin_inset Quotes erd
32212 \end_inset
32213
32214 .
32215 \end_layout
32216
32217 \begin_layout Standard
32218 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
32219 \family sans
32220 内部ボックス
32221 \family default
32222
32223 \family sans
32224 makebox
32225 \family default
32226 コマンドに設定し、幅は指定しません。
32227 \end_layout
32228
32229 \begin_layout Standard
32230 以下がその結果です。
32231 \end_layout
32232
32233 \begin_layout Standard
32234 This line is an example to show how you can prevent the hyphenation of 
32235 \begin_inset Box Frameless
32236 position "t"
32237 hor_pos "c"
32238 has_inner_box 1
32239 inner_pos "t"
32240 use_parbox 0
32241 use_makebox 1
32242 width ""
32243 special "none"
32244 height "1in"
32245 height_special "totalheight"
32246 thickness "0.4pt"
32247 separation "3pt"
32248 shadowsize "4pt"
32249 framecolor "black"
32250 backgroundcolor "none"
32251 status open
32252
32253 \begin_layout Plain Layout
32254 \begin_inset Quotes eld
32255 \end_inset
32256
32257 veryverylongword
32258 \begin_inset Quotes erd
32259 \end_inset
32260
32261
32262 \end_layout
32263
32264 \end_inset
32265
32266 .
32267 \end_layout
32268
32269 \begin_layout Standard
32270 別の方法としては、以下のように、単語の前に直接\SpecialChar TeX
32271 コードで「
32272 \series bold
32273
32274 \backslash
32275 -
32276 \series default
32277 」コマンドを設定する方法もあります。
32278 \end_layout
32279
32280 \begin_layout Standard
32281 This line is an example to show how you can prevent the hyphenation of 
32282 \begin_inset Quotes eld
32283 \end_inset
32284
32285
32286 \begin_inset ERT
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290
32291
32292 \backslash
32293 -
32294 \end_layout
32295
32296 \end_inset
32297
32298 veryverylongword
32299 \begin_inset Quotes erd
32300 \end_inset
32301
32302 .
32303 \end_layout
32304
32305 \begin_layout Standard
32306 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
32307 \family sans
32308 挿入
32309 \family default
32310 \SpecialChar menuseparator
32311
32312 \family sans
32313 整形
32314 \family default
32315 \SpecialChar menuseparator
32316
32317 \family sans
32318 整形なし改行
32319 \family default
32320 メニュー(
32321 \begin_inset Flex Ruby
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325 捷径
32326 \begin_inset Argument post:1
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330 ショートカット
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \begin_inset Info
32342 type  "shortcut"
32343 arg   "newline-insert newline"
32344 \end_inset
32345
32346 )から改行を単語の前に入れてください。
32347 \end_layout
32348
32349 \begin_layout Standard
32350 This line is an example to show how you can prevent the hyphenation of 
32351 \begin_inset Newline newline
32352 \end_inset
32353
32354
32355 \begin_inset Box Frameless
32356 position "t"
32357 hor_pos "c"
32358 has_inner_box 1
32359 inner_pos "t"
32360 use_parbox 0
32361 use_makebox 1
32362 width ""
32363 special "none"
32364 height "1in"
32365 height_special "totalheight"
32366 thickness "0.4pt"
32367 separation "3pt"
32368 shadowsize "4pt"
32369 framecolor "black"
32370 backgroundcolor "none"
32371 status open
32372
32373 \begin_layout Plain Layout
32374 \begin_inset Quotes eld
32375 \end_inset
32376
32377 veryverylongword
32378 \begin_inset Quotes erd
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \end_inset
32385
32386 .
32387 \end_layout
32388
32389 \begin_layout Subsection
32390 垂直揃え
32391 \begin_inset CommandInset label
32392 LatexCommand label
32393 name "subsec:垂直揃え"
32394
32395 \end_inset
32396
32397
32398 \begin_inset Index idx
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \begin_inset Index idx
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412 ぼっくす@ボックス ! Raiseboxes
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Standard
32421
32422 \series bold
32423
32424 \backslash
32425 raisebox
32426 \series default
32427 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
32428 \series bold
32429
32430 \backslash
32431 raisebox
32432 \series default
32433 は以下の書式で使用します。
32434 \end_layout
32435
32436 \begin_layout Standard
32437
32438 \series bold
32439
32440 \backslash
32441 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
32442 \end_layout
32443
32444 \begin_layout Standard
32445 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
32446 \end_layout
32447
32448 \begin_layout Standard
32449 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前に\SpecialChar TeX
32450 コードで
32451 \end_layout
32452
32453 \begin_layout Standard
32454
32455 \series bold
32456
32457 \backslash
32458 raisebox{
32459 \backslash
32460 depth}{
32461 \end_layout
32462
32463 \begin_layout Standard
32464 というコマンドを挿入してください。単語の後には、閉じ括弧「
32465 \series bold
32466 }
32467 \series default
32468 」を\SpecialChar TeX
32469 コードで挿入してください。
32470 \begin_inset Newline newline
32471 \end_inset
32472
32473 以下がその出力です。
32474 \end_layout
32475
32476 \begin_layout Standard
32477 This is a text line with the word 
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483
32484 \backslash
32485 raisebox{
32486 \backslash
32487 depth}{
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \begin_inset Quotes eld
32494 \end_inset
32495
32496 preventing
32497 \begin_inset Quotes erd
32498 \end_inset
32499
32500
32501 \begin_inset ERT
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505
32506 }
32507 \end_layout
32508
32509 \end_inset
32510
32511  as raised word.
32512 \end_layout
32513
32514 \begin_layout Standard
32515 \begin_inset VSpace bigskip
32516 \end_inset
32517
32518 行中の文字を上げ下げすると、以下のように行間が広がります。
32519 \end_layout
32520
32521 \begin_layout Standard
32522 This is a text line with the word 
32523 \begin_inset ERT
32524 status collapsed
32525
32526 \begin_layout Plain Layout
32527
32528
32529 \backslash
32530 raisebox{-
32531 \backslash
32532 depth}{
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \begin_inset Quotes eld
32539 \end_inset
32540
32541 preventing
32542 \begin_inset Quotes erd
32543 \end_inset
32544
32545
32546 \begin_inset ERT
32547 status collapsed
32548
32549 \begin_layout Plain Layout
32550
32551 }
32552 \end_layout
32553
32554 \end_inset
32555
32556  as lowered word.
32557 \begin_inset Newline newline
32558 \end_inset
32559
32560 This is a text line with the word 
32561 \begin_inset ERT
32562 status collapsed
32563
32564 \begin_layout Plain Layout
32565
32566
32567 \backslash
32568 raisebox{0.5cm}{
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \begin_inset Quotes eld
32575 \end_inset
32576
32577 testing
32578 \begin_inset Quotes erd
32579 \end_inset
32580
32581
32582 \begin_inset ERT
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586
32587 }
32588 \end_layout
32589
32590 \end_inset
32591
32592  as raised word.
32593 \end_layout
32594
32595 \begin_layout Standard
32596 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
32597 \end_layout
32598
32599 \begin_layout Standard
32600
32601 \series bold
32602
32603 \backslash
32604 raisebox{-
32605 \backslash
32606 depth}[0pt]{
32607 \end_layout
32608
32609 \begin_layout Standard
32610 とすると、
32611 \end_layout
32612
32613 \begin_layout Standard
32614 This is a text line with the word 
32615 \begin_inset ERT
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619
32620
32621 \backslash
32622 raisebox{-
32623 \backslash
32624 depth}[0pt]{
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \begin_inset Quotes eld
32631 \end_inset
32632
32633 preventing
32634 \begin_inset Quotes erd
32635 \end_inset
32636
32637
32638 \begin_inset ERT
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642
32643 }
32644 \end_layout
32645
32646 \end_inset
32647
32648  as lowered word.
32649 \begin_inset Newline newline
32650 \end_inset
32651
32652
32653 \begin_inset Newline newline
32654 \end_inset
32655
32656 This is a text line with the word 
32657 \begin_inset ERT
32658 status collapsed
32659
32660 \begin_layout Plain Layout
32661
32662
32663 \backslash
32664 raisebox{0.5cm}[0pt]{
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \begin_inset Quotes eld
32671 \end_inset
32672
32673 testing
32674 \begin_inset Quotes erd
32675 \end_inset
32676
32677
32678 \begin_inset ERT
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682
32683 }
32684 \end_layout
32685
32686 \end_inset
32687
32688  as raised word.
32689 \end_layout
32690
32691 \begin_layout Section
32692 色付きボックス
32693 \begin_inset CommandInset label
32694 LatexCommand label
32695 name "sec:色付きボックス"
32696
32697 \end_inset
32698
32699
32700 \begin_inset Index idx
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704 ぼっくす@ボックス ! いろつき@色付き
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \begin_layout Standard
32713
32714 \lang english
32715 To color the background of a box just select the color you like in the box
32716  dialog.
32717  This is for example a box with orange background: 
32718 \begin_inset Box Frameless
32719 position "t"
32720 hor_pos "c"
32721 has_inner_box 1
32722 inner_pos "t"
32723 use_parbox 0
32724 use_makebox 1
32725 width ""
32726 special "none"
32727 height "1in"
32728 height_special "totalheight"
32729 thickness "0.4pt"
32730 separation "3pt"
32731 shadowsize "4pt"
32732 framecolor "black"
32733 backgroundcolor "orange"
32734 status open
32735
32736 \begin_layout Plain Layout
32737
32738 \lang english
32739 Box with orange background
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Standard
32748
32749 \lang english
32750 If you use the decoration
32751 \family sans
32752 \lang japanese
32753 簡素な長方形の枠
32754 \family default
32755 \lang english
32756 you can set a frame color.
32757  In this case you must also specify a background color (LyX sets white as
32758  default).
32759  Here is an example: 
32760 \begin_inset Box Boxed
32761 position "t"
32762 hor_pos "c"
32763 has_inner_box 0
32764 inner_pos "t"
32765 use_parbox 0
32766 use_makebox 0
32767 width ""
32768 special "none"
32769 height "1in"
32770 height_special "totalheight"
32771 thickness "0.4pt"
32772 separation "3pt"
32773 shadowsize "4pt"
32774 framecolor "teal"
32775 backgroundcolor "yellow"
32776 status open
32777
32778 \begin_layout Plain Layout
32779
32780 \lang english
32781 Box with teal frame color and yellow background color
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \begin_layout Standard
32790 \begin_inset VSpace bigskip
32791 \end_inset
32792
32793
32794 \lang english
32795 Of course you can also have colored text inside a colored box:
32796 \lang japanese
32797
32798 \begin_inset Newline newline
32799 \end_inset
32800
32801
32802 \begin_inset Box Boxed
32803 position "t"
32804 hor_pos "c"
32805 has_inner_box 0
32806 inner_pos "t"
32807 use_parbox 0
32808 use_makebox 0
32809 width ""
32810 special "none"
32811 height "1in"
32812 height_special "totalheight"
32813 thickness "0.4pt"
32814 separation "3pt"
32815 shadowsize "4pt"
32816 framecolor "cyan"
32817 backgroundcolor "magenta"
32818 status open
32819
32820 \begin_layout Plain Layout
32821
32822 \color yellow
32823 これは着色した色付きボックス中の色付き文章です。
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Standard
32832 \begin_inset VSpace bigskip
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839
32840 \lang english
32841 If you need another color than the predefined ones, you can define your
32842  own color as described in section
32843 \begin_inset space ~
32844 \end_inset
32845
32846
32847 \lang japanese
32848
32849 \begin_inset CommandInset ref
32850 LatexCommand ref
32851 reference "sec:色付きの表"
32852
32853 \end_inset
32854
32855
32856 \lang english
32857 .
32858  To use your own color you must typeset the box by using TeX code:
32859 \end_layout
32860
32861 \begin_layout Standard
32862
32863 \lang english
32864 Colored boxes without frame are created with the command
32865 \series bold
32866 \lang japanese
32867
32868 \backslash
32869 colorbox
32870 \series default
32871 コマンドを使って作ります。これは、以下のような書式で使われます。
32872 \end_layout
32873
32874 \begin_layout Standard
32875
32876 \series bold
32877
32878 \backslash
32879 colorbox{color}{ボックスの内容}
32880 \end_layout
32881
32882 \begin_layout Standard
32883 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。たとえば、単語の背景を赤にするには、単語の前に\SpecialChar TeX
32884 コードで
32885 \begin_inset Note Note
32886 status open
32887
32888 \begin_layout Plain Layout
32889 @Koji: replace here red by darkgreen
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898
32899 \series bold
32900
32901 \backslash
32902 colorbox{darkgreen}{
32903 \end_layout
32904
32905 \begin_layout Standard
32906 というコマンドを入れてください。単語の後には、\SpecialChar TeX
32907 コードで閉じ括弧「
32908 \series bold
32909 }
32910 \series default
32911 」を入れてください。
32912 \begin_inset Newline newline
32913 \end_inset
32914
32915 以下がその結果です。
32916 \end_layout
32917
32918 \begin_layout Standard
32919 この行では、
32920 \begin_inset ERT
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924
32925
32926 \backslash
32927 colorbox{darkgreen}{
32928 \end_layout
32929
32930 \end_inset
32931
32932 「注意!」
32933 \begin_inset ERT
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937
32938 }
32939 \end_layout
32940
32941 \end_inset
32942
32943 という単語が赤い背景になっています。
32944 \begin_inset Note Note
32945 status open
32946
32947 \begin_layout Plain Layout
32948 @Koji: replace here red by darkgreen
32949 \end_layout
32950
32951 \end_inset
32952
32953
32954 \end_layout
32955
32956 \begin_layout Standard
32957
32958 \lang english
32959 Framed, colored boxes are created with the command
32960 \series bold
32961 \lang japanese
32962
32963 \backslash
32964 fcolorbox
32965 \series default
32966 コマンドを使います。
32967 \end_layout
32968
32969 \begin_layout Standard
32970
32971 \series bold
32972
32973 \backslash
32974 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
32975 \end_layout
32976
32977 \begin_layout Section
32978 ボックスの伸縮回転
32979 \end_layout
32980
32981 \begin_layout Standard
32982
32983 \lang english
32984 To use the boxes described in this section, the module 
32985 \family sans
32986 GraphicBoxes
32987 \family default
32988  must be loaded in the document settings.
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset Note Greyedout
32993 status open
32994
32995 \begin_layout Plain Layout
32996
32997 \series bold
32998 【註】
32999 \series default
33000 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \begin_layout Standard
33009 \begin_inset Note Greyedout
33010 status open
33011
33012 \begin_layout Plain Layout
33013
33014 \series bold
33015 【註】
33016 \series default
33017 フロートは回転伸縮したボックスの中に入れることはできません。
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Subsection
33026 ボックスの回転
33027 \begin_inset Index idx
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 ぼっくす@ボックス ! かいてんした@回転した
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \begin_inset Index idx
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 かいてん@回転 ! そざいの@素材の—
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \begin_inset Index idx
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 ず@図 ! のかいてん@—の回転
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \begin_inset Index idx
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 ひょうのちょうせい@表の調整 ! かいてん@回転
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \end_layout
33068
33069 \begin_layout Standard
33070
33071 \lang english
33072 To rotate material, you can put it into a 
33073 \family sans
33074 Rotatebox
33075 \family default
33076 .
33077  Such a box is inserted via the menu 
33078 \family sans
33079 Insert\SpecialChar menuseparator
33080 Custom Insets\SpecialChar menuseparator
33081 Rotatebox
33082 \family default
33083 .
33084 \end_layout
33085
33086 \begin_layout Standard
33087
33088 \lang english
33089 The rotation origin can be specified via the inset 
33090 \family sans
33091 Origin
33092 \family default
33093  (menu 
33094 \family sans
33095 Insert\SpecialChar menuseparator
33096 Origin
33097 \family default
33098 ) in the form 
33099 \series bold
33100 \lang japanese
33101 origin=位置
33102 \series default
33103 。位置として指定可能なのは、
33104 \emph on
33105 c
33106 \emph default
33107 (中央揃え)・
33108 \emph on
33109 l
33110 \emph default
33111 (左揃え)・
33112 \emph on
33113 r
33114 \emph default
33115 (右揃え)・
33116 \emph on
33117 b
33118 \emph default
33119 (下揃え)・
33120 \emph on
33121 t
33122 \emph default
33123 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
33124 \emph on
33125 lt
33126 \emph default
33127 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
33128 \emph on
33129 l
33130 \emph default
33131 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
33132 \end_layout
33133
33134 \begin_layout Standard
33135
33136 \lang english
33137 In the following example 
33138 \series bold
33139 origin=c
33140 \series default
33141  was inserted to the 
33142 \family sans
33143 Option
33144 \family default
33145  inset and 
33146 \series bold
33147 60
33148 \series default
33149  was inserted to the 
33150 \family sans
33151 Angle
33152 \family default
33153  inset.
33154 \end_layout
33155
33156 \begin_layout Standard
33157 これは、
33158 \begin_inset Flex Rotatebox
33159 status open
33160
33161 \begin_layout Plain Layout
33162 \begin_inset Argument 1
33163 status open
33164
33165 \begin_layout Plain Layout
33166 origin=c
33167 \end_layout
33168
33169 \end_inset
33170
33171
33172 \begin_inset Argument 2
33173 status open
33174
33175 \begin_layout Plain Layout
33176 60
33177 \end_layout
33178
33179 \end_inset
33180
33181 回転した
33182 \end_layout
33183
33184 \end_inset
33185
33186 文章を含む行です。
33187 \end_layout
33188
33189 \begin_layout Standard
33190 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
33191 \end_layout
33192
33193 \begin_layout Standard
33194 これは、
33195 \begin_inset Flex Rotatebox
33196 status open
33197
33198 \begin_layout Plain Layout
33199 \begin_inset Argument 1
33200 status open
33201
33202 \begin_layout Plain Layout
33203 origin=r
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \begin_inset Argument 2
33210 status open
33211
33212 \begin_layout Plain Layout
33213 60
33214 \end_layout
33215
33216 \end_inset
33217
33218
33219 \begin_inset Box Doublebox
33220 position "c"
33221 hor_pos "c"
33222 has_inner_box 0
33223 inner_pos "c"
33224 use_parbox 0
33225 use_makebox 0
33226 width "1in"
33227 special "width"
33228 height "1in"
33229 height_special "totalheight"
33230 thickness "0.4pt"
33231 separation "3pt"
33232 shadowsize "4pt"
33233 framecolor "black"
33234 backgroundcolor "none"
33235 status open
33236
33237 \begin_layout Plain Layout
33238 回転した
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \end_inset
33247
33248 枠付き文章と
33249 \begin_inset Flex Rotatebox
33250 status open
33251
33252 \begin_layout Plain Layout
33253 \begin_inset Argument 1
33254 status open
33255
33256 \begin_layout Plain Layout
33257 origin=lb
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \begin_inset Argument 2
33264 status open
33265
33266 \begin_layout Plain Layout
33267 60
33268 \end_layout
33269
33270 \end_inset
33271
33272
33273 \begin_inset Formula $\int A\,\mathrm{d}x=B$
33274 \end_inset
33275
33276
33277 \end_layout
33278
33279 \end_inset
33280
33281 数式を含む行です。
33282 \end_layout
33283
33284 \begin_layout Standard
33285 あるいは、以下のように図や表を入れることもできます。
33286 \end_layout
33287
33288 \begin_layout Standard
33289 これは、
33290 \begin_inset Flex Rotatebox
33291 status open
33292
33293 \begin_layout Plain Layout
33294 \begin_inset Argument 1
33295 status open
33296
33297 \begin_layout Plain Layout
33298 origin=lb
33299 \end_layout
33300
33301 \end_inset
33302
33303
33304 \begin_inset Argument 2
33305 status open
33306
33307 \begin_layout Plain Layout
33308 90
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \begin_inset Graphics
33315         filename ../clipart/platypus.eps
33316         lyxscale 50
33317         width 25col%
33318
33319 \end_inset
33320
33321
33322 \end_layout
33323
33324 \end_inset
33325
33326 回転した画像と
33327 \begin_inset Flex Rotatebox
33328 status open
33329
33330 \begin_layout Plain Layout
33331 \begin_inset Argument 2
33332 status open
33333
33334 \begin_layout Plain Layout
33335 -90
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \begin_inset Tabular
33342 <lyxtabular version="3" rows="2" columns="2">
33343 <features tabularvalignment="middle">
33344 <column alignment="center" valignment="top">
33345 <column alignment="center" valignment="top">
33346 <row>
33347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33348 \begin_inset Text
33349
33350 \begin_layout Plain Layout
33351 q
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33357 \begin_inset Text
33358
33359 \begin_layout Plain Layout
33360 w
33361 \end_layout
33362
33363 \end_inset
33364 </cell>
33365 </row>
33366 <row>
33367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371 e
33372 \end_layout
33373
33374 \end_inset
33375 </cell>
33376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380 r
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 </row>
33386 </lyxtabular>
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \end_inset
33394
33395 表を含む行です。
33396 \end_layout
33397
33398 \begin_layout Standard
33399
33400 \lang english
33401 \begin_inset Note Greyedout
33402 status open
33403
33404 \begin_layout Plain Layout
33405
33406 \series bold
33407 \lang english
33408 Note:
33409 \series default
33410  If the 
33411 \family sans
33412 Angle
33413 \family default
33414  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
33415
33416  errors when viewing/exporting the document.
33417 \end_layout
33418
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \begin_layout Subsection
33425 ボックスの伸縮
33426 \begin_inset Index idx
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \begin_inset Index idx
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 しんしゅく@伸縮 ! そざいの@素材の—
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \begin_inset Index idx
33447 status collapsed
33448
33449 \begin_layout Plain Layout
33450 ず@図 ! のしんしゅく@—の伸縮
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \begin_inset Index idx
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
33461 \end_layout
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Standard
33469
33470 \lang english
33471 To scale material put it into a 
33472 \family sans
33473 Scalebox
33474 \family default
33475 .
33476  Such a box is inserted via the menu 
33477 \family sans
33478 Insert\SpecialChar menuseparator
33479 Custom Insets\SpecialChar menuseparator
33480 Scalebox
33481 \family default
33482 .
33483 \end_layout
33484
33485 \begin_layout Standard
33486
33487 \lang english
33488 The 
33489 \family sans
33490 Scalebox
33491 \family default
33492  inset has the mandatory inset 
33493 \family sans
33494 H-Factor
33495 \family default
33496  and the optional inset 
33497 \family sans
33498 V-Factor
33499 \family default
33500  (inserted via the menu 
33501 \family sans
33502 Insert\SpecialChar menuseparator
33503 V-Factor)
33504 \family default
33505 .
33506  Input there there horizontal and vertical scale factor, respectively.
33507  If no 
33508 \family sans
33509 V-Factor
33510 \family default
33511  inset is used, the horizontal factor will also be used as the vertical
33512  one.
33513 \end_layout
33514
33515 \begin_layout Standard
33516
33517 \lang english
33518 To get for example the double text size, compared to the document text size,
33519  insert 
33520 \series bold
33521 2
33522 \series default
33523  into the 
33524 \family sans
33525 H-Factor
33526 \family default
33527  inset.
33528  An example
33529 \lang japanese
33530
33531 \begin_inset Flex Scalebox
33532 status open
33533
33534 \begin_layout Plain Layout
33535 \begin_inset Argument 1
33536 status open
33537
33538 \begin_layout Plain Layout
33539 2
33540 \end_layout
33541
33542 \end_inset
33543
33544 こんにちは
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \begin_layout Standard
33553
33554 \series bold
33555 \lang english
33556 2
33557 \series default
33558  as 
33559 \family sans
33560 H-Factor
33561 \family default
33562  and 
33563 \series bold
33564 1
33565 \series default
33566  as 
33567 \family sans
33568 V-Factor
33569 \family default
33570  distorts the
33571 \lang japanese
33572  
33573 \begin_inset Flex Scalebox
33574 status open
33575
33576 \begin_layout Plain Layout
33577 \begin_inset Argument 1
33578 status open
33579
33580 \begin_layout Plain Layout
33581 2
33582 \end_layout
33583
33584 \end_inset
33585
33586
33587 \begin_inset Argument 2
33588 status open
33589
33590 \begin_layout Plain Layout
33591 1
33592 \end_layout
33593
33594 \end_inset
33595
33596 こんにちは
33597 \end_layout
33598
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Standard
33605
33606 \lang english
33607 If the scaling factor is negative, the box content will be mirrored.
33608  Therefore 
33609 \series bold
33610 -1
33611 \series default
33612  as 
33613 \family sans
33614 H-Factor
33615 \family default
33616  and 
33617 \series bold
33618 1
33619 \series default
33620  as 
33621 \family sans
33622 V-Factor
33623 \family default
33624  can be used to create mirror writing
33625 \lang japanese
33626
33627 \begin_inset Flex Scalebox
33628 status open
33629
33630 \begin_layout Plain Layout
33631 \begin_inset Argument 1
33632 status open
33633
33634 \begin_layout Plain Layout
33635 -1
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \begin_inset Argument 2
33642 status open
33643
33644 \begin_layout Plain Layout
33645 1
33646 \end_layout
33647
33648 \end_inset
33649
33650 こんにちは
33651 \end_layout
33652
33653 \end_inset
33654
33655
33656 \end_layout
33657
33658 \begin_layout Standard
33659
33660 \series bold
33661 \lang english
33662 -1
33663 \series default
33664  as 
33665 \family sans
33666 H-Factor
33667 \family default
33668  and 
33669 \series bold
33670 1
33671 \series default
33672  as 
33673 \family sans
33674 V-Factor
33675 \family default
33676  reflects the
33677 \lang japanese
33678  
33679 \begin_inset Flex Scalebox
33680 status open
33681
33682 \begin_layout Plain Layout
33683 \begin_inset Argument 1
33684 status open
33685
33686 \begin_layout Plain Layout
33687 1
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \begin_inset Argument 2
33694 status open
33695
33696 \begin_layout Plain Layout
33697 -1
33698 \end_layout
33699
33700 \end_inset
33701
33702 こんにちは
33703 \end_layout
33704
33705 \end_inset
33706
33707  
33708 \lang english
33709 at the base line.
33710 \end_layout
33711
33712 \begin_layout Standard
33713
33714 \lang english
33715 The 
33716 \family sans
33717 Reflectbox
33718 \family default
33719  (menu 
33720 \family sans
33721 Insert\SpecialChar menuseparator
33722 Custom Insets\SpecialChar menuseparator
33723 Reflectbox
33724 \family default
33725 ) is equivalent to 
33726 \series bold
33727 -1
33728 \series default
33729  as 
33730 \family sans
33731 H-Factor
33732 \family default
33733  and 
33734 \series bold
33735 1
33736 \series default
33737  as 
33738 \family sans
33739 V-Factor 
33740 \family default
33741 for a 
33742 \family sans
33743 Scalebox
33744 \family default
33745 .
33746 \end_layout
33747
33748 \begin_layout Standard
33749
33750 \lang english
33751 \begin_inset Note Greyedout
33752 status open
33753
33754 \begin_layout Plain Layout
33755
33756 \series bold
33757 \lang english
33758 Note:
33759 \series default
33760  If the 
33761 \family sans
33762 H-Factor
33763 \family default
33764  inset is empty or contains other characters than numbers you will get LaTeX
33765  errors when viewing/exporting the document.
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Standard
33774 \begin_inset VSpace bigskip
33775 \end_inset
33776
33777
33778 \lang english
33779 The 
33780 \family sans
33781 Resizebox
33782 \family default
33783  (menu 
33784 \family sans
33785 Insert\SpecialChar menuseparator
33786 Custom Insets\SpecialChar menuseparator
33787 Resizebox
33788 \family default
33789 ) is used to scale the content to a defined width and height.
33790  The 
33791 \family sans
33792 Resizebox
33793 \family default
33794  inset has the mandatory inset 
33795 \family sans
33796 Width
33797 \family default
33798  and the optional inset 
33799 \family sans
33800 Height
33801 \family default
33802  (inserted via the menu 
33803 \family sans
33804 Insert\SpecialChar menuseparator
33805 Height)
33806 \family default
33807 .
33808  Input there there width and height, respectively, as value with a unit.
33809  
33810 \lang japanese
33811
33812 \begin_inset CommandInset ref
33813 LatexCommand ref
33814 reference "tab:単位"
33815
33816 \end_inset
33817
33818
33819 \lang english
33820  lists the possible units.
33821  If there is an exclamation mark 
33822 \series bold
33823 !
33824 \series default
33825  in of of the two insets, the size is set so that the aspect ratio of the
33826  box content is kept.
33827  If no 
33828 \family sans
33829 Height
33830 \family default
33831  inset is used an exclamation mark will internally be used for the height.
33832 \end_layout
33833
33834 \begin_layout Standard
33835
33836 \series bold
33837 \lang english
33838 2cm
33839 \series default
33840  as 
33841 \family sans
33842 Width
33843 \family default
33844  and 
33845 \series bold
33846 1cm
33847 \series default
33848  as 
33849 \family sans
33850 Height
33851 \family default
33852  produces
33853 \lang japanese
33854
33855 \begin_inset Flex Resizebox
33856 status open
33857
33858 \begin_layout Plain Layout
33859 \begin_inset Argument 1
33860 status open
33861
33862 \begin_layout Plain Layout
33863 2cm
33864 \end_layout
33865
33866 \end_inset
33867
33868
33869 \begin_inset Argument 2
33870 status open
33871
33872 \begin_layout Plain Layout
33873 1cm
33874 \end_layout
33875
33876 \end_inset
33877
33878 こんにちは
33879 \end_layout
33880
33881 \end_inset
33882
33883
33884 \begin_inset Newline newline
33885 \end_inset
33886
33887
33888 \series bold
33889 \lang english
33890 2cm
33891 \series default
33892  as 
33893 \family sans
33894 Width
33895 \family default
33896  and 
33897 \series bold
33898 !
33899 \series default
33900  as 
33901 \family sans
33902 Height
33903 \family default
33904  (or no 
33905 \family sans
33906 Height
33907 \family default
33908 ) produces
33909 \lang japanese
33910
33911 \begin_inset Flex Resizebox
33912 status open
33913
33914 \begin_layout Plain Layout
33915 \begin_inset Argument 1
33916 status open
33917
33918 \begin_layout Plain Layout
33919 2cm
33920 \end_layout
33921
33922 \end_inset
33923
33924
33925 \begin_inset Argument 2
33926 status open
33927
33928 \begin_layout Plain Layout
33929 !
33930 \end_layout
33931
33932 \end_inset
33933
33934 こんにちは
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Standard
33943
33944 \lang english
33945 \begin_inset Note Greyedout
33946 status open
33947
33948 \begin_layout Plain Layout
33949
33950 \series bold
33951 \lang english
33952 Note:
33953 \series default
33954  If the 
33955 \family sans
33956 Width
33957 \family default
33958  inset is empty or contains an invalid unit you will get LaTeX errors when
33959  viewing/exporting the document.
33960 \end_layout
33961
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \begin_layout Standard
33968 \begin_inset VSpace bigskip
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Standard
33975 ボックスは好きな順序で組み合わせることができます。
33976 \lang english
33977 As example a 
33978 \family sans
33979 Reflectbox
33980 \family default
33981  inside a 
33982 \family sans
33983 Resizebox
33984 \family default
33985  which is in turn inside a 
33986 \family sans
33987 Rotatebox
33988 \family default
33989 :
33990 \end_layout
33991
33992 \begin_layout Standard
33993 \noindent
33994 \align center
33995 \begin_inset Flex Rotatebox
33996 status open
33997
33998 \begin_layout Plain Layout
33999 \begin_inset Argument 1
34000 status open
34001
34002 \begin_layout Plain Layout
34003 origin=c
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \begin_inset Argument 2
34010 status open
34011
34012 \begin_layout Plain Layout
34013 -45
34014 \end_layout
34015
34016 \end_inset
34017
34018
34019 \begin_inset Flex Resizebox
34020 status open
34021
34022 \begin_layout Plain Layout
34023 \begin_inset Argument 1
34024 status open
34025
34026 \begin_layout Plain Layout
34027 2cm
34028 \end_layout
34029
34030 \end_inset
34031
34032
34033 \begin_inset Flex Reflectbox
34034 status open
34035
34036 \begin_layout Plain Layout
34037 こんにちは
34038 \end_layout
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \end_layout
34054
34055 \begin_layout Standard
34056 \noindent
34057 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
34058 \end_layout
34059
34060 \begin_layout Standard
34061 \noindent
34062 \align center
34063 \begin_inset Flex Resizebox
34064 status open
34065
34066 \begin_layout Plain Layout
34067 \begin_inset Argument 1
34068 status open
34069
34070 \begin_layout Plain Layout
34071 2cm
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \begin_inset Flex Reflectbox
34078 status open
34079
34080 \begin_layout Plain Layout
34081 \begin_inset Graphics
34082         filename ../clipart/platypus.eps
34083         lyxscale 50
34084         width 25col%
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \end_inset
34097
34098  
34099 \begin_inset Flex Resizebox
34100 status open
34101
34102 \begin_layout Plain Layout
34103 \begin_inset Argument 1
34104 status open
34105
34106 \begin_layout Plain Layout
34107 2cm
34108 \end_layout
34109
34110 \end_inset
34111
34112
34113 \begin_inset Flex Reflectbox
34114 status open
34115
34116 \begin_layout Plain Layout
34117 \begin_inset Tabular
34118 <lyxtabular version="3" rows="2" columns="2">
34119 <features tabularvalignment="middle">
34120 <column alignment="center" valignment="top">
34121 <column alignment="center" valignment="top">
34122 <row>
34123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34124 \begin_inset Text
34125
34126 \begin_layout Plain Layout
34127 q
34128 \end_layout
34129
34130 \end_inset
34131 </cell>
34132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34133 \begin_inset Text
34134
34135 \begin_layout Plain Layout
34136 w
34137 \end_layout
34138
34139 \end_inset
34140 </cell>
34141 </row>
34142 <row>
34143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 e
34148 \end_layout
34149
34150 \end_inset
34151 </cell>
34152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34153 \begin_inset Text
34154
34155 \begin_layout Plain Layout
34156 r
34157 \end_layout
34158
34159 \end_inset
34160 </cell>
34161 </row>
34162 </lyxtabular>
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \end_inset
34175
34176  
34177 \begin_inset Flex Resizebox
34178 status open
34179
34180 \begin_layout Plain Layout
34181 \begin_inset Argument 1
34182 status open
34183
34184 \begin_layout Plain Layout
34185 3cm
34186 \end_layout
34187
34188 \end_inset
34189
34190
34191 \begin_inset Flex Reflectbox
34192 status open
34193
34194 \begin_layout Plain Layout
34195 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \end_inset
34202
34203
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Standard
34212 文書で大域的に数式様式
34213 \series bold
34214 fleqn
34215 \series default
34216 を使用している場合
34217 \begin_inset Foot
34218 status collapsed
34219
34220 \begin_layout Plain Layout
34221 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
34222 \end_layout
34223
34224 \end_inset
34225
34226 には、別行建て数式も伸縮させることができます。
34227 \end_layout
34228
34229 \begin_layout Chapter
34230 本文回り込みオブジェクト
34231 \begin_inset Index idx
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235 ほんぶんまわりこみ@本文回り込み
34236 \end_layout
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Section
34244 折返しフロート
34245 \begin_inset CommandInset label
34246 LatexCommand label
34247 name "sec:折返しフロート"
34248
34249 \end_inset
34250
34251
34252 \begin_inset Index idx
34253 status collapsed
34254
34255 \begin_layout Plain Layout
34256 ふろーと@フロート ! おりかえしふろーと@折返しフロート
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \begin_inset Index idx
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
34267 \end_layout
34268
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \begin_layout Standard
34275 \begin_inset Wrap figure
34276 lines 0
34277 placement l
34278 overhang 1cm
34279 width "40col%"
34280 status open
34281
34282 \begin_layout Plain Layout
34283 \begin_inset Graphics
34284         filename ../clipart/mobius.eps
34285         width 40col%
34286         scaleBeforeRotation
34287         rotateOrigin center
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \begin_layout Plain Layout
34295 \begin_inset Caption Standard
34296
34297 \begin_layout Plain Layout
34298 \begin_inset CommandInset label
34299 LatexCommand label
34300 name "fig:折返し図フロート"
34301
34302 \end_inset
34303
34304 これは折返し図フロートです。
34305 \end_layout
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \end_inset
34313
34314 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、\SpecialChar LaTeX
34315 パッケージの
34316 \series bold
34317 wrapfig
34318 \series default
34319
34320 \begin_inset Index idx
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324 \SpecialChar LaTeX
34325 ぱっけーじ@\SpecialChar LaTeX
34326 パッケージ ! wrapfig
34327 \end_layout
34328
34329 \end_inset
34330
34331 を導入済みであれば、
34332 \family sans
34333 挿入\SpecialChar menuseparator
34334 フロート\SpecialChar menuseparator
34335 折返し図フロート
34336 \family default
34337
34338 \family sans
34339 折返し表フロート
34340 \family default
34341 メニューで挿入することができます
34342 \begin_inset Foot
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346 \SpecialChar LaTeX
34347 パッケージの導入方法は、取扱説明書の『\SpecialChar LaTeX
34348 の設定』に説明されています。
34349 \end_layout
34350
34351 \end_inset
34352
34353 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
34354 \family sans
34355 配置
34356 \family default
34357
34358 \family sans
34359
34360 \family default
34361 です。非必須項目として、
34362 \family sans
34363 ぶら下げ
34364 \family default
34365
34366 \family sans
34367 行幅
34368 \family default
34369 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
34370 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
34371 にするか、周囲の段落までフロートすることを\SpecialChar LaTeX
34372 に許可するかを指定することができます。第
34373 \begin_inset CommandInset ref
34374 LatexCommand ref
34375 reference "fig:折返し図フロート"
34376
34377 \end_inset
34378
34379 図は、40
34380 \begin_inset space \thinspace{}
34381 \end_inset
34382
34383 列幅%の幅と1
34384 \begin_inset space \thinspace{}
34385 \end_inset
34386
34387 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります。
34388 \end_layout
34389
34390 \begin_layout Standard
34391 \begin_inset Note Greyedout
34392 status open
34393
34394 \begin_layout Plain Layout
34395
34396 \series bold
34397 【註】
34398 \series default
34399 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
34400 上書きされて出力されたりします。
34401 \end_layout
34402
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Standard
34409 原則として、
34410 \end_layout
34411
34412 \begin_layout Itemize
34413 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
34414 うになってから、正確な位置に挿入しなくてはなりません。
34415 \end_layout
34416
34417 \begin_layout Itemize
34418 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
34419 \end_layout
34420
34421 \begin_layout Itemize
34422 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
34423 \end_layout
34424
34425 \begin_layout Itemize
34426 折返しフロートは、節見出しや表中に入れることは認められていません。
34427 \end_layout
34428
34429 \begin_layout Itemize
34430 連番や参照は、第
34431 \begin_inset CommandInset ref
34432 LatexCommand ref
34433 reference "chap:フロート"
34434
34435 \end_inset
34436
34437 章で述べられているように動作します。
34438 \end_layout
34439
34440 \begin_layout Section
34441 固定回り込みオブジェクト
34442 \begin_inset Index idx
34443 status collapsed
34444
34445 \begin_layout Plain Layout
34446 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
34447 \end_layout
34448
34449 \end_inset
34450
34451
34452 \end_layout
34453
34454 \begin_layout Standard
34455
34456 \begin_inset CommandInset ref
34457 LatexCommand ref
34458 reference "sec:折返しフロート"
34459
34460 \end_inset
34461
34462 節の折返しフロートは、段落中で、以下のような配置がされます。
34463 \begin_inset Separator parbreak
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \begin_layout Standard
34470 \noindent
34471 \align center
34472 \begin_inset Tabular
34473 <lyxtabular version="3" rows="2" columns="2">
34474 <features tabularvalignment="middle">
34475 <column alignment="center" valignment="top">
34476 <column alignment="center" valignment="top">
34477 <row>
34478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482 \begin_inset Graphics
34483         filename ../../images/dialog-show-new-inset_graphics.png
34484         scale 70
34485         scaleBeforeRotation
34486
34487 \end_inset
34488
34489
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Plain Layout
34498 文章
34499 \end_layout
34500
34501 \end_inset
34502 </cell>
34503 </row>
34504 <row>
34505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509 文章
34510 \end_layout
34511
34512 \end_inset
34513 </cell>
34514 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34515 \begin_inset Text
34516
34517 \begin_layout Plain Layout
34518 文章
34519 \end_layout
34520
34521 \end_inset
34522 </cell>
34523 </row>
34524 </lyxtabular>
34525
34526 \end_inset
34527
34528  or 
34529 \begin_inset Tabular
34530 <lyxtabular version="3" rows="2" columns="2">
34531 <features tabularvalignment="middle">
34532 <column alignment="center" valignment="top">
34533 <column alignment="center" valignment="top">
34534 <row>
34535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34536 \begin_inset Text
34537
34538 \begin_layout Plain Layout
34539 文章
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 \begin_inset Graphics
34549         filename ../../images/dialog-show-new-inset_graphics.png
34550         scale 70
34551         scaleBeforeRotation
34552
34553 \end_inset
34554
34555
34556 \end_layout
34557
34558 \end_inset
34559 </cell>
34560 </row>
34561 <row>
34562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34563 \begin_inset Text
34564
34565 \begin_layout Plain Layout
34566 文章
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575 文章
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 </row>
34581 </lyxtabular>
34582
34583 \end_inset
34584
34585
34586 \end_layout
34587
34588 \begin_layout Standard
34589 以下に示すいずれかのように、
34590 \begin_inset VSpace defskip
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Standard
34597 \noindent
34598 \align center
34599 \begin_inset Tabular
34600 <lyxtabular version="3" rows="2" columns="2">
34601 <features tabularvalignment="middle">
34602 <column alignment="center" valignment="top">
34603 <column alignment="center" valignment="top">
34604 <row>
34605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 文章
34610 \end_layout
34611
34612 \end_inset
34613 </cell>
34614 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34615 \begin_inset Text
34616
34617 \begin_layout Plain Layout
34618 文章
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 </row>
34624 <row>
34625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34626 \begin_inset Text
34627
34628 \begin_layout Plain Layout
34629 \begin_inset Graphics
34630         filename ../../images/dialog-show-new-inset_graphics.png
34631         scale 70
34632         scaleBeforeRotation
34633
34634 \end_inset
34635
34636
34637 \end_layout
34638
34639 \end_inset
34640 </cell>
34641 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Plain Layout
34645 文章
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 </row>
34651 </lyxtabular>
34652
34653 \end_inset
34654
34655  
34656 \begin_inset Tabular
34657 <lyxtabular version="3" rows="2" columns="2">
34658 <features tabularvalignment="middle">
34659 <column alignment="center" valignment="top">
34660 <column alignment="center" valignment="top">
34661 <row>
34662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34663 \begin_inset Text
34664
34665 \begin_layout Plain Layout
34666 文章
34667 \end_layout
34668
34669 \end_inset
34670 </cell>
34671 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34672 \begin_inset Text
34673
34674 \begin_layout Plain Layout
34675 文章
34676 \end_layout
34677
34678 \end_inset
34679 </cell>
34680 </row>
34681 <row>
34682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34683 \begin_inset Text
34684
34685 \begin_layout Plain Layout
34686 文章
34687 \end_layout
34688
34689 \end_inset
34690 </cell>
34691 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34692 \begin_inset Text
34693
34694 \begin_layout Plain Layout
34695 \begin_inset Graphics
34696         filename ../../images/dialog-show-new-inset_graphics.png
34697         scale 70
34698         scaleBeforeRotation
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \end_inset
34706 </cell>
34707 </row>
34708 </lyxtabular>
34709
34710 \end_inset
34711
34712  
34713 \begin_inset Tabular
34714 <lyxtabular version="3" rows="2" columns="3">
34715 <features tabularvalignment="middle">
34716 <column alignment="center" valignment="top">
34717 <column alignment="center" valignment="top">
34718 <column alignment="center" valignment="top">
34719 <row>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 文章
34725 \end_layout
34726
34727 \end_inset
34728 </cell>
34729 <cell alignment="center" valignment="top" topline="true" usebox="none">
34730 \begin_inset Text
34731
34732 \begin_layout Plain Layout
34733 \begin_inset Graphics
34734         filename ../../images/dialog-show-new-inset_graphics.png
34735         scale 70
34736         scaleBeforeRotation
34737
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749 文章
34750 \end_layout
34751
34752 \end_inset
34753 </cell>
34754 </row>
34755 <row>
34756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760 文章
34761 \end_layout
34762
34763 \end_inset
34764 </cell>
34765 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34766 \begin_inset Text
34767
34768 \begin_layout Plain Layout
34769 文章
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 文章
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 </row>
34784 </lyxtabular>
34785
34786 \end_inset
34787
34788  
34789 \begin_inset Tabular
34790 <lyxtabular version="3" rows="2" columns="3">
34791 <features tabularvalignment="middle">
34792 <column alignment="center" valignment="top">
34793 <column alignment="center" valignment="top">
34794 <column alignment="center" valignment="top">
34795 <row>
34796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 文章
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 <cell alignment="center" valignment="top" topline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809 文章
34810 \end_layout
34811
34812 \end_inset
34813 </cell>
34814 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34815 \begin_inset Text
34816
34817 \begin_layout Plain Layout
34818 文章
34819 \end_layout
34820
34821 \end_inset
34822 </cell>
34823 </row>
34824 <row>
34825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34826 \begin_inset Text
34827
34828 \begin_layout Plain Layout
34829 文章
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838 \begin_inset Graphics
34839         filename ../../images/dialog-show-new-inset_graphics.png
34840         scale 70
34841         scaleBeforeRotation
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854 文章
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 </lyxtabular>
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868 \noindent
34869 \align center
34870 \begin_inset Tabular
34871 <lyxtabular version="3" rows="3" columns="2">
34872 <features tabularvalignment="middle">
34873 <column alignment="center" valignment="top">
34874 <column alignment="center" valignment="top">
34875 <row>
34876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880 文章
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889 文章
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 </row>
34895 <row>
34896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900 \begin_inset Graphics
34901         filename ../../images/dialog-show-new-inset_graphics.png
34902         scale 70
34903         scaleBeforeRotation
34904
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \end_inset
34911 </cell>
34912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34913 \begin_inset Text
34914
34915 \begin_layout Plain Layout
34916 文章
34917 \end_layout
34918
34919 \end_inset
34920 </cell>
34921 </row>
34922 <row>
34923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
34924 \begin_inset Text
34925
34926 \begin_layout Plain Layout
34927 文章
34928 \end_layout
34929
34930 \end_inset
34931 </cell>
34932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
34933 \begin_inset Text
34934
34935 \begin_layout Plain Layout
34936 文章
34937 \end_layout
34938
34939 \end_inset
34940 </cell>
34941 </row>
34942 </lyxtabular>
34943
34944 \end_inset
34945
34946  
34947 \begin_inset Tabular
34948 <lyxtabular version="3" rows="3" columns="3">
34949 <features tabularvalignment="middle">
34950 <column alignment="center" valignment="top">
34951 <column alignment="center" valignment="top">
34952 <column alignment="center" valignment="top">
34953 <row>
34954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34955 \begin_inset Text
34956
34957 \begin_layout Plain Layout
34958 文章
34959 \end_layout
34960
34961 \end_inset
34962 </cell>
34963 <cell alignment="center" valignment="top" topline="true" usebox="none">
34964 \begin_inset Text
34965
34966 \begin_layout Plain Layout
34967 文章
34968 \end_layout
34969
34970 \end_inset
34971 </cell>
34972 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976 文章
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 </row>
34982 <row>
34983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987 文章
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 <cell alignment="center" valignment="top" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996 \begin_inset Graphics
34997         filename ../../images/dialog-show-new-inset_graphics.png
34998         scale 70
34999         scaleBeforeRotation
35000
35001 \end_inset
35002
35003
35004 \end_layout
35005
35006 \end_inset
35007 </cell>
35008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35009 \begin_inset Text
35010
35011 \begin_layout Plain Layout
35012 文章
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 </row>
35018 <row>
35019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023 文章
35024 \end_layout
35025
35026 \end_inset
35027 </cell>
35028 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032 文章
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041 文章
35042 \end_layout
35043
35044 \end_inset
35045 </cell>
35046 </row>
35047 </lyxtabular>
35048
35049 \end_inset
35050
35051  
35052 \begin_inset Tabular
35053 <lyxtabular version="3" rows="3" columns="2">
35054 <features tabularvalignment="middle">
35055 <column alignment="center" valignment="top">
35056 <column alignment="center" valignment="top">
35057 <row>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062 文章
35063 \end_layout
35064
35065 \end_inset
35066 </cell>
35067 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071 文章
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 </row>
35077 <row>
35078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35079 \begin_inset Text
35080
35081 \begin_layout Plain Layout
35082 文章
35083 \end_layout
35084
35085 \end_inset
35086 </cell>
35087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091 \begin_inset Graphics
35092         filename ../../images/dialog-show-new-inset_graphics.png
35093         scale 70
35094         scaleBeforeRotation
35095
35096 \end_inset
35097
35098
35099 \end_layout
35100
35101 \end_inset
35102 </cell>
35103 </row>
35104 <row>
35105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35106 \begin_inset Text
35107
35108 \begin_layout Plain Layout
35109 文章
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35115 \begin_inset Text
35116
35117 \begin_layout Plain Layout
35118 文章
35119 \end_layout
35120
35121 \end_inset
35122 </cell>
35123 </row>
35124 </lyxtabular>
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Standard
35132 \noindent
35133 オブジェクトを挿入した場所に正確に配置したい時には、
35134 \series bold
35135 picinpar
35136 \series default
35137
35138 \begin_inset Index idx
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142 \SpecialChar LaTeX
35143 ぱっけーじ@\SpecialChar LaTeX
35144 パッケージ ! picinpar
35145 \end_layout
35146
35147 \end_inset
35148
35149 \SpecialChar LaTeX
35150 パッケージを使うことができます。下記はその用例です。
35151 \end_layout
35152
35153 \begin_layout Standard
35154 \begin_inset ERT
35155 status collapsed
35156
35157 \begin_layout Plain Layout
35158
35159
35160 \backslash
35161 ifpicinpar
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset Note Note
35168 status open
35169
35170 \begin_layout Plain Layout
35171 以下の部分は、\SpecialChar LaTeX
35172 パッケージ
35173 \series bold
35174 picinpar
35175 \series default
35176 が導入されているときのみ表示されます。
35177 \end_layout
35178
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Standard
35185 \begin_inset ERT
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189
35190
35191 \backslash
35192 begin{window}[2,c,{
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \begin_inset Graphics
35199         filename ../clipart/mobius.eps
35200         lyxscale 60
35201         width 40col%
35202         scaleBeforeRotation
35203         rotateOrigin center
35204
35205 \end_inset
35206
35207
35208 \begin_inset ERT
35209 status collapsed
35210
35211 \begin_layout Plain Layout
35212
35213 },]
35214 \end_layout
35215
35216 \begin_layout Plain Layout
35217
35218 {}
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \size small
35225 It was in the spring of the year 1894 that all London was interested, and
35226  the fashionable world dismayed, by the murder of the Honourable Ronald
35227  Adair under most unusual and inexplicable circumstances.
35228  The public has already learned those particulars of the crime which
35229 \size default
35230
35231 \begin_inset ERT
35232 status collapsed
35233
35234 \begin_layout Plain Layout
35235
35236
35237 \backslash
35238 footnotemark{}
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \size small
35245  came out in the police investigation, but a good deal was suppressed upon
35246  that occasion, since the case for the prosecution was so overwhelmingly
35247  strong that it was not necessary to bring forward all the facts.
35248  Only now, at the end of nearly ten years, am I allowed to supply those
35249  missing links which make up the whole of that remarkable chain.
35250 \size default
35251
35252 \begin_inset ERT
35253 status collapsed
35254
35255 \begin_layout Plain Layout
35256
35257
35258 \backslash
35259 end{window}
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \end_layout
35266
35267 \begin_layout Standard
35268 \begin_inset ERT
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272
35273
35274 \backslash
35275 footnotetext{
35276 \end_layout
35277
35278 \end_inset
35279
35280 固定オブジェクトのある段落の脚注
35281 \begin_inset ERT
35282 status collapsed
35283
35284 \begin_layout Plain Layout
35285
35286 }
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Standard
35295 固定回り込みオブジェクトは、オブジェクトの周りに本文を流しこむのに用いられ、段落中のオブジェクトの位置は、オブジェクトの上の行数を指定することで決定します。フロ
35296 ートとは違って、連番のキャプションをつけることはできません。
35297 \end_layout
35298
35299 \begin_layout Standard
35300 固定オブジェクトは、段落冒頭に\SpecialChar TeX
35301 コードで
35302 \end_layout
35303
35304 \begin_layout Standard
35305
35306 \series bold
35307
35308 \backslash
35309 begin{window}[2,c,{
35310 \end_layout
35311
35312 \begin_layout Standard
35313 というコマンドを書くことによって挿入されます。角括弧中の最初のパラメータ(ここでは「2」)は、オブジェクト上に来る行数を指定し、二番目のパラメータ(ここでは「c
35314 」)はオブジェクトの位置を示します。位置としては、「l」「c」「r」が可能です(それぞれ左・中央・右)。このコマンドの後にオブジェクトを挿入します。この例では、
35315 段幅の40
35316 \begin_inset space \thinspace{}
35317 \end_inset
35318
35319 %の画像が挿入されています。オブジェクトは、表やボックス、数式でも構いません。オブジェクトの後には、
35320 \end_layout
35321
35322 \begin_layout Standard
35323
35324 \series bold
35325 },説明文]
35326 \begin_inset Newline newline
35327 \end_inset
35328
35329 {}
35330 \end_layout
35331
35332 \begin_layout Standard
35333 というコマンドが挿入されています。2行目に「
35334 \series bold
35335 {}
35336 \series default
35337 」が入っていることに注意してください。説明文は非必須です。オブジェクトに回り込む文章は、オブジェクトと同じ段落になくてはなりませんので、
35338 \series bold
35339 {}
35340 \series default
35341 の直後から書き始めてください。段落末には、
35342 \end_layout
35343
35344 \begin_layout Standard
35345
35346 \series bold
35347
35348 \backslash
35349 end{window}
35350 \end_layout
35351
35352 \begin_layout Standard
35353 というコマンドを挿入してください。固定オブジェクトのある段落では、通常のように脚注を挿入することはできません。第
35354 \begin_inset CommandInset ref
35355 LatexCommand ref
35356 reference "sec:脚注"
35357
35358 \end_inset
35359
35360 節にあるように、代わりに、段落内で
35361 \series bold
35362
35363 \backslash
35364 footnotemark
35365 \series default
35366 コマンドを使用し、段落外に
35367 \series bold
35368
35369 \backslash
35370 footnotetext
35371 \series default
35372 コマンドを用いてください。
35373 \end_layout
35374
35375 \begin_layout Standard
35376 \begin_inset ERT
35377 status collapsed
35378
35379 \begin_layout Plain Layout
35380
35381
35382 \backslash
35383 else
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \begin_inset Note Note
35390 status open
35391
35392 \begin_layout Plain Layout
35393 以下の部分は、\SpecialChar LaTeX
35394 パッケージ
35395 \series bold
35396 picinpar
35397 \series default
35398 が導入されていないときのみ表示されます。
35399 \end_layout
35400
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_layout Standard
35407 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35408 パッケージ
35409 \series bold
35410 picinpar
35411 \series default
35412 を導入する必要があります。
35413 \end_layout
35414
35415 \begin_layout Standard
35416 \begin_inset ERT
35417 status collapsed
35418
35419 \begin_layout Plain Layout
35420
35421
35422 \backslash
35423 fi
35424 \end_layout
35425
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \begin_layout Section
35432 頭文字
35433 \begin_inset Index idx
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437 かしらもじ@頭文字
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \begin_inset Index idx
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
35448 \end_layout
35449
35450 \end_inset
35451
35452
35453 \end_layout
35454
35455 \begin_layout Standard
35456 頭文字を用いるには、\SpecialChar LaTeX
35457 パッケージ
35458 \begin_inset Index idx
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462 \SpecialChar LaTeX
35463 ぱっけーじ@\SpecialChar LaTeX
35464 パッケージ ! lettrine
35465 \end_layout
35466
35467 \end_inset
35468
35469 が導入済みでなくてはならず、文書中で
35470 \family sans
35471 頭文字
35472 \family default
35473 モジュールを使用する必要があります(
35474 \family sans
35475 文書\SpecialChar menuseparator
35476 設定\SpecialChar menuseparator
35477 モジュール
35478 \family default
35479 メニュー)。頭文字を挿入するには、
35480 \family sans
35481 頭文字
35482 \family default
35483 様式を使用してください。この様式には、1つの必須引数と2つの非必須引数があります。引数は、
35484 \family sans
35485 挿入
35486 \family default
35487 メニューから挿入できます。必須引数
35488 \family sans
35489 頭文字
35490 \family default
35491 には、頭文字にする文字を入れ、引数
35492 \family sans
35493 頭文字の残り
35494 \family default
35495 には、頭文字の単語若しくは文字列の残りが入ります。引数
35496 \family sans
35497 オプション
35498 \family default
35499 には、頭文字を修正するパラメータが入ります。使うことができるパラメータについての詳細は、
35500 \series bold
35501 lettrine
35502 \series default
35503 の取扱説明書
35504 \begin_inset CommandInset citation
35505 LatexCommand cite
35506 key "lettrine"
35507
35508 \end_inset
35509
35510 をご覧ください。この様式の段落そのものに、頭文字に回り込む文章も入れます。通常、この様式では、最初の文字を頭文字とする単語全体が、
35511 \shape smallcaps
35512 スモールキャップ体(small caps
35513 \shape default
35514 )で印字されます。
35515 \end_layout
35516
35517 \begin_layout Standard
35518 下記がその例です。
35519 \end_layout
35520
35521 \begin_layout Standard
35522 \begin_inset ERT
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526
35527
35528 \backslash
35529 iflettrine
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \begin_inset Note Note
35536 status open
35537
35538 \begin_layout Plain Layout
35539 以下の部分は、\SpecialChar LaTeX
35540 パッケージ
35541 \series bold
35542 lettrine
35543 \series default
35544 が導入されているときのみ表示されます。
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \begin_layout Enumerate
35553 非必須引数なし。頭文字は、数式フォント
35554 \begin_inset Formula $\mathfrak{Fraktur}$
35555 \end_inset
35556
35557 の「I」。
35558 \begin_inset Separator parbreak
35559 \end_inset
35560
35561
35562 \end_layout
35563
35564 \begin_deeper
35565 \begin_layout Initial
35566 \begin_inset Argument 2
35567 status open
35568
35569 \begin_layout Plain Layout
35570 \begin_inset Formula $\mathfrak{I}$
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \end_inset
35577
35578
35579 \begin_inset Argument 3
35580 status open
35581
35582 \begin_layout Plain Layout
35583 t
35584 \end_layout
35585
35586 \end_inset
35587
35588  was in the spring of the year 1894 that all London was interested, and
35589  the fashionable world dismayed, by the murder of the Honourable Ronald
35590  Adair under most unusual and inexplicable circumstances.
35591  The public has already learned those particulars of the crime which came
35592  out in the police investigation, but a good deal was suppressed upon that
35593  occasion, since the case for the prosecution was so overwhelmingly strong
35594  that it was not necessary to bring forward all the facts.
35595 \begin_inset Newpage newpage
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \end_deeper
35602 \begin_layout Enumerate
35603 頭文字に回り込む行は1行のみ。頭文字は標準フォントで2文字。スモールキャップ体で印字する文字はなし。
35604 \begin_inset Separator parbreak
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_deeper
35611 \begin_layout Initial
35612 \begin_inset Argument 1
35613 status open
35614
35615 \begin_layout Plain Layout
35616 lines=1
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \begin_inset Argument 2
35623 status open
35624
35625 \begin_layout Plain Layout
35626 It
35627 \end_layout
35628
35629 \end_inset
35630
35631  was in the spring of the year 1894 that all London was interested, and
35632  the fashionable world dismayed, by the murder of the Honourable Ronald
35633  Adair under most unusual and inexplicable circumstances.
35634  The public has already learned those particulars of the crime which came
35635  out in the police investigation, but a good deal was suppressed upon that
35636  occasion, since the case for the prosecution was so overwhelmingly strong
35637  that it was not necessary to bring forward all the facts.
35638 \end_layout
35639
35640 \end_deeper
35641 \begin_layout Enumerate
35642 ぶら下がり頭文字は、数式フォント
35643 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
35644 \end_inset
35645
35646 で3行にかかり、マゼンタ色。「t was in the spring」という文章を
35647 \shape smallcaps
35648 スモールキャップ体
35649 \shape default
35650 。頭文字に色をつけるには、頭文字の前に
35651 \begin_inset Newline newline
35652 \end_inset
35653
35654
35655 \series bold
35656
35657 \backslash
35658 renewcommand{
35659 \backslash
35660 LettrineFontHook}{
35661 \backslash
35662 color{色}}
35663 \series default
35664
35665 \begin_inset Newline newline
35666 \end_inset
35667
35668 というコマンドを挿入しなくてはなりません。ここで、
35669 \emph on
35670
35671 \emph default
35672 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです。また、文書プリアン
35673 ブルに
35674 \begin_inset Newline newline
35675 \end_inset
35676
35677
35678 \series bold
35679
35680 \backslash
35681 @ifundefined{textcolor}
35682 \begin_inset Newline newline
35683 \end_inset
35684
35685
35686 \begin_inset space ~
35687 \end_inset
35688
35689 {
35690 \backslash
35691 usepackage{color}}{}
35692 \begin_inset Newline newline
35693 \end_inset
35694
35695
35696 \series default
35697 というコマンドを書きこんでおかなくてはなりません。
35698 \begin_inset Separator parbreak
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_deeper
35705 \begin_layout Standard
35706 \begin_inset ERT
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710
35711
35712 \backslash
35713 renewcommand{
35714 \backslash
35715 LettrineFontHook}{
35716 \backslash
35717 color{magenta}}
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \begin_inset Note Note
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727
35728 \lang english
35729 makes the initial magenta
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Initial
35738 \begin_inset Argument 1
35739 status open
35740
35741 \begin_layout Plain Layout
35742 lines=3, lhang=0.33, loversize=0.25
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \begin_inset Argument 2
35749 status open
35750
35751 \begin_layout Plain Layout
35752 \begin_inset Formula $\mathcal{I}$
35753 \end_inset
35754
35755
35756 \end_layout
35757
35758 \end_inset
35759
35760
35761 \begin_inset Argument 3
35762 status open
35763
35764 \begin_layout Plain Layout
35765 t was in the spring
35766 \end_layout
35767
35768 \end_inset
35769
35770  of the year 1894 that all London was interested, and the fashionable world
35771  dismayed, by the murder of the Honourable Ronald Adair under most unusual
35772  and inexplicable circumstances.
35773  The public has already learned those particulars of the crime which came
35774  out in the police investigation, but a good deal was suppressed upon that
35775  occasion, since the case for the prosecution was so overwhelmingly strong
35776  that it was not necessary to bring forward all the facts.
35777 \end_layout
35778
35779 \end_deeper
35780 \begin_layout Standard
35781 \begin_inset ERT
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785
35786
35787 \backslash
35788 else
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \begin_inset Note Note
35795 status open
35796
35797 \begin_layout Plain Layout
35798 以下の部分は、\SpecialChar LaTeX
35799 パッケージ
35800 \series bold
35801 lettrine
35802 \series default
35803 が導入されていないときのみ表示されます。
35804 \end_layout
35805
35806 \end_inset
35807
35808
35809 \end_layout
35810
35811 \begin_layout Standard
35812 本節の以下の部分を出力に表示するには、\SpecialChar LaTeX
35813 パッケージ
35814 \series bold
35815 lettrine
35816 \series default
35817 を導入する必要があります。
35818 \end_layout
35819
35820 \begin_layout Standard
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826
35827 \backslash
35828 fi
35829 \end_layout
35830
35831 \end_inset
35832
35833
35834 \end_layout
35835
35836 \begin_layout Chapter
35837 外部文書構成要素
35838 \begin_inset Index idx
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842 がいぶぶんしょこうせいようそ@外部文書構成要素
35843 \end_layout
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Standard
35851
35852 \family sans
35853 挿入\SpecialChar menuseparator
35854 ファイル
35855 \family default
35856 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
35857 \end_layout
35858
35859 \begin_layout Description
35860 \SpecialChar LyX
35861 文書 別の\SpecialChar LyX
35862 文書。その内容は直接使用中の文書に挿入されます。
35863 \end_layout
35864
35865 \begin_layout Description
35866 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
35867 \end_layout
35868
35869 \begin_layout Description
35870 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
35871 \end_layout
35872
35873 \begin_layout Description
35874 外部素材 様々な書式のファイル。
35875 \end_layout
35876
35877 \begin_layout Description
35878 子文書 \SpecialChar LyX
35879 あるいは\SpecialChar LaTeX
35880 文書。
35881 \end_layout
35882
35883 \begin_layout Section
35884 外部素材
35885 \begin_inset Index idx
35886 status collapsed
35887
35888 \begin_layout Plain Layout
35889 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
35890 \end_layout
35891
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \begin_layout Standard
35898 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、\SpecialChar LyX
35899 が必要な変換を行うことで、使用中の文書にファイルを挿入することができるようにするも
35900 のです。これは、画像が様々な画像形式のままで\SpecialChar LyX
35901 文書に挿入することができるのと同様の働きをします。\SpecialChar LyX
35902 設定の
35903 \family sans
35904 操作性\SpecialChar menuseparator
35905 表示
35906 \family default
35907 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接\SpecialChar LyX
35908 中に表示されるようになります。
35909 \end_layout
35910
35911 \begin_layout Standard
35912 外部素材は、
35913 \family sans
35914 挿入
35915 \family default
35916 \SpecialChar menuseparator
35917
35918 \family sans
35919 ファイル
35920 \family default
35921 \SpecialChar menuseparator
35922
35923 \family sans
35924 外部素材
35925 \family default
35926 メニューで開くことのできる
35927 \family sans
35928 外部素材
35929 \family default
35930 ダイアログから挿入することができます。目下、以下のファイル形式(
35931 \family sans
35932 ひな型
35933 \family default
35934 )が使用できます。
35935 \end_layout
35936
35937 \begin_layout Description
35938 チェス棋譜 このひな型は、
35939 \series bold
35940
35941 \begin_inset CommandInset href
35942 LatexCommand href
35943 name "XBoard"
35944 target "http://en.wikipedia.org/wiki/XBoard"
35945
35946 \end_inset
35947
35948
35949 \series default
35950 プログラムで作成されたチェス棋譜をサポートします。
35951 \end_layout
35952
35953 \begin_layout Description
35954 日付 これは、
35955 \emph on
35956 日-月-年
35957 \emph default
35958 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
35959 \begin_inset External
35960         template Date
35961         filename ../../trunk/lib/trunk/lib/doc/ja
35962
35963 \end_inset
35964
35965
35966 \begin_inset space ~
35967 \end_inset
35968
35969
35970 \begin_inset Note Note
35971 status collapsed
35972
35973 \begin_layout Plain Layout
35974 バグ4398が修正されたら、この保護空白は削除してください!
35975 \end_layout
35976
35977 \end_inset
35978
35979
35980 \begin_inset Newline newline
35981 \end_inset
35982
35983 日付は\SpecialChar LyX
35984 内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
35985 \family sans
35986 挿入
35987 \family default
35988 \SpecialChar menuseparator
35989 日付メニューを使用する方法で、他は\SpecialChar LaTeX
35990 コマンドの
35991 \series bold
35992
35993 \backslash
35994 today
35995 \series default
35996 を\SpecialChar TeX
35997 コードで使用する方法です。これらの各方法は、表
35998 \begin_inset CommandInset ref
35999 LatexCommand ref
36000 reference "tab:日付挿入方法"
36001
36002 \end_inset
36003
36004 に比較を掲載しておきます。
36005 \end_layout
36006
36007 \begin_layout Description
36008 Dia このひな型は、
36009 \series bold
36010
36011 \begin_inset CommandInset href
36012 LatexCommand href
36013 name "Dia"
36014 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"
36015
36016 \end_inset
36017
36018
36019 \series default
36020 プログラムで作成したダイアグラムをサポートします。
36021 \end_layout
36022
36023 \begin_layout Description
36024 Gnumeric表計算表 このひな形では、
36025 \series bold
36026
36027 \begin_inset CommandInset href
36028 LatexCommand href
36029 name "Gnumeric"
36030 target "http://ja.wikipedia.org/wiki/Gnumeric"
36031
36032 \end_inset
36033
36034
36035 \series default
36036
36037 \begin_inset CommandInset href
36038 LatexCommand href
36039 name "OpenDocument"
36040 target "http://ja.wikipedia.org/wiki/OpenDocument"
36041
36042 \end_inset
36043
36044
36045 \begin_inset CommandInset href
36046 LatexCommand href
36047 name "Microsoft Office XML"
36048 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
36049
36050 \end_inset
36051
36052
36053 \begin_inset CommandInset href
36054 LatexCommand href
36055 name "Office Open XML"
36056 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
36057
36058 \end_inset
36059
36060 形式の表計算表を挿入することができます。この機能を使用するには、\SpecialChar LyX
36061 の初期設定中に
36062 \family typewriter
36063 ssconvert
36064 \family default
36065 プログラムが検出される必要があります。このプログラムはGnumericの一部ですので、Gnumeric以外の形式の表を読み込む場合には、Gnumericが導入済
36066 みである必要があります。用例と制約については、\SpecialChar LyX
36067 用例ファイル
36068 \emph on
36069 spreadsheet.lyx
36070 \emph default
36071 をご覧ください。
36072 \end_layout
36073
36074 \begin_layout Description
36075 Lilypond組版楽譜 このひな型は、
36076 \series bold
36077
36078 \begin_inset CommandInset href
36079 LatexCommand href
36080 name "LilyPond"
36081 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
36082
36083 \end_inset
36084
36085
36086 \series default
36087 プログラムで作成した楽譜の組版に使用されます。\SpecialChar LyX
36088 におけるLilyPond拡張サポートについては、\SpecialChar LyX
36089 用例ファイル
36090 \emph on
36091 lilypond.lyx
36092 \emph default
36093 をご覧ください。
36094 \end_layout
36095
36096 \begin_layout Description
36097 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
36098 \family sans
36099 \SpecialChar LaTeX
36100 と\SpecialChar LyX
36101 オプション
36102 \family default
36103 タブ中の
36104 \family sans
36105 オプション
36106 \family default
36107 フィールドに
36108 \emph on
36109 pages
36110 \emph default
36111 オプションを指定してください。このオプションの引数は、コンマ区切りのリストで、ページ番号(オプションを
36112 \series bold
36113 pages={3,5,6,8}
36114 \series default
36115 の形で入れる)やページ範囲(
36116 \series bold
36117 pages={4-9}
36118 \series default
36119 )、あるいはこれらの組み合わせで指定できます。空のページを入れるには、{}を指定してください。例えば、
36120 \series bold
36121 pages={3,{},8-11,15}
36122 \series default
36123 は、3ページ目と空のページ、8・9・10・11・15ページ目を挿入します。ページ範囲は、
36124 \emph on
36125 開始頁-終了頁
36126 \emph default
36127 の文法で指定します。これは、
36128 \emph on
36129 開始頁
36130 \emph default
36131
36132 \emph on
36133 終了頁
36134 \emph default
36135 の間のすべてのページを選択します。
36136 \emph on
36137 開始頁
36138 \emph default
36139 を省略すると、1ページ目を指定したのと同じ事になり、
36140 \emph on
36141 終了頁
36142 \emph default
36143 を省略すると、文書の最終ページを指定したのと同じ事になります。最終ページは、
36144 \series bold
36145 last
36146 \series default
36147 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です)。したがって、
36148 \series bold
36149 pages=-
36150 \series default
36151 は文書の全ページを挿入することになり、
36152 \series bold
36153 pages=last-1
36154 \series default
36155 は全ページを逆順で挿入します。pagesオプションを指定しないと、PDFの最初のページのみが挿入されます。
36156 \begin_inset Newline newline
36157 \end_inset
36158
36159
36160 \series bold
36161 noautoscale
36162 \series default
36163 オプションは、各ページを元々の寸法で挿入します。もしこのオプションが指定されていなければ、各ページは文書のページ幅に合うように大きさが変更されます。
36164 \family sans
36165 寸法と回転
36166 \family default
36167 タブでは、取り込むページの縦横の大きさと回転角を指定することができます。100縮尺%以外の幅が指定されると、
36168 \series bold
36169 noautoscale
36170 \series default
36171 オプションは無視されます。詳しい情報と取り得るオプション値については、\SpecialChar LaTeX
36172 パッケージ
36173 \series bold
36174 pdfpages
36175 \series default
36176 の取扱説明書
36177 \begin_inset CommandInset citation
36178 LatexCommand cite
36179 key "pdfpages"
36180
36181 \end_inset
36182
36183 をご参照ください。
36184 \begin_inset Index idx
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 \SpecialChar LaTeX
36189 ぱっけーじ@\SpecialChar LaTeX
36190 パッケージ ! pdfpages
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \begin_inset Newline newline
36197 \end_inset
36198
36199 このひな型を
36200 \family sans
36201 Beamer
36202 \family default
36203 プレゼンテーションで使用するには、まず
36204 \family sans
36205 フレーム終了
36206 \family default
36207 環境を挿入して、続く段落で\SpecialChar TeX
36208 コードボックスを挿入し、
36209 \series bold
36210
36211 \backslash
36212 setbeamertemplate{background canvas}{}
36213 \series default
36214 というコマンドを入力してください。すると、PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります。取り込んだPDFページの後で、新しいフレ
36215 ームを開始するか、新しい節を開始することによって、Beamerプレゼンテーションに復帰することができます。PDFページの前に空白ページができてしまうのを防ぐため
36216 に、ひな型を含む段落には、
36217 \family sans
36218 既定
36219 \family default
36220 配置を用いるようにしてください。
36221 \begin_inset Newline newline
36222 \end_inset
36223
36224 下記は、-5度回転させたPDFを取り込んだものです。
36225 \begin_inset Newline newline
36226 \end_inset
36227
36228
36229 \begin_inset Graphics
36230         filename ../clipart/Abstract.pdf
36231         rotateAngle -5
36232         rotateOrigin leftBottom
36233
36234 \end_inset
36235
36236
36237 \begin_inset Newline newline
36238 \end_inset
36239
36240
36241 \begin_inset Note Greyedout
36242 status open
36243
36244 \begin_layout Plain Layout
36245
36246 \series bold
36247 【訳註】
36248 \series default
36249 \SpecialChar LaTeX
36250 パッケージ
36251 \series bold
36252 pdfpages
36253 \series default
36254 は、pdflatexに基づいており、\SpecialChar LaTeX
36255 では組版ができない(\SpecialChar LaTeX
36256 パッケージ
36257 \series bold
36258 pdfpages
36259 \series default
36260 取扱説明書
36261 \begin_inset CommandInset citation
36262 LatexCommand cite
36263 key "pdfpages"
36264
36265 \end_inset
36266
36267 参照)ため、この外部素材はp\SpecialChar LaTeX
36268 では使用することができません。英文版の取扱説明書では、上記のPDFは、
36269 \family sans
36270 挿入\SpecialChar menuseparator
36271 ファイル\SpecialChar menuseparator
36272 外部素材
36273 \family default
36274
36275 \family sans
36276 ひな型
36277 \family default
36278
36279 \family sans
36280 PDFページ
36281 \family default
36282 を指定して挿入されていますが、ここでは
36283 \family sans
36284 挿入\SpecialChar menuseparator
36285 画像
36286 \family default
36287 を使用して挿入しています。
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Description
36296 ラスターイメージ これはビットマップ画像に使用します。
36297 \family sans
36298 外部素材
36299 \family default
36300 ダイアログを使って入れる画像は、第
36301 \begin_inset CommandInset ref
36302 LatexCommand ref
36303 reference "sec:画像ダイアログ"
36304
36305 \end_inset
36306
36307 節にあるように
36308 \family sans
36309 画像
36310 \family default
36311 ダイアログを使って挿入される画像と同じように取り扱うことができます。通常の画像の取り込みと違うのは、ラスター画像のみを使うことができることです。つまり、PDFや
36312 EPS画像はサポートされていません。右記は、ラスター画像を挿入した例です。
36313 \begin_inset External
36314         template RasterImage
36315         filename clipart/ToolbarEnvBox.png
36316
36317 \end_inset
36318
36319
36320 \end_layout
36321
36322 \begin_layout Description
36323 XFig このひな型は、
36324 \series bold
36325
36326 \begin_inset CommandInset href
36327 LatexCommand href
36328 name "Xfig"
36329 target "http://ja.wikipedia.org/wiki/Xfig"
36330
36331 \end_inset
36332
36333
36334 \series default
36335 プログラムで作成した画像をサポートします。
36336 \end_layout
36337
36338 \begin_layout Standard
36339 \begin_inset Float table
36340 placement !h
36341 wide false
36342 sideways false
36343 status open
36344
36345 \begin_layout Plain Layout
36346 \begin_inset Caption Standard
36347
36348 \begin_layout Plain Layout
36349 \begin_inset CommandInset label
36350 LatexCommand label
36351 name "tab:日付挿入方法"
36352
36353 \end_inset
36354
36355 日付の挿入方法の比較
36356 \end_layout
36357
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \begin_layout Plain Layout
36364 \align center
36365 \begin_inset Tabular
36366 <lyxtabular version="3" rows="4" columns="4">
36367 <features tabularvalignment="middle">
36368 <column alignment="center" valignment="top">
36369 <column alignment="center" valignment="top">
36370 <column alignment="center" valignment="top">
36371 <column alignment="center" valignment="top">
36372 <row>
36373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36374 \begin_inset Text
36375
36376 \begin_layout Plain Layout
36377 文書書式
36378 \end_layout
36379
36380 \end_inset
36381 </cell>
36382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36383 \begin_inset Text
36384
36385 \begin_layout Plain Layout
36386
36387 \family sans
36388 外部素材\SpecialChar menuseparator
36389 日付
36390 \end_layout
36391
36392 \end_inset
36393 </cell>
36394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36395 \begin_inset Text
36396
36397 \begin_layout Plain Layout
36398
36399 \family sans
36400 挿入\SpecialChar menuseparator
36401 日付
36402 \end_layout
36403
36404 \end_inset
36405 </cell>
36406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36407 \begin_inset Text
36408
36409 \begin_layout Plain Layout
36410
36411 \series bold
36412
36413 \backslash
36414 today
36415 \series default
36416 コマンド
36417 \end_layout
36418
36419 \end_inset
36420 </cell>
36421 </row>
36422 <row>
36423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36424 \begin_inset Text
36425
36426 \begin_layout Plain Layout
36427 \SpecialChar LyX
36428
36429 \end_layout
36430
36431 \end_inset
36432 </cell>
36433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36434 \begin_inset Text
36435
36436 \begin_layout Plain Layout
36437 差込枠として
36438 \end_layout
36439
36440 \end_inset
36441 </cell>
36442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36443 \begin_inset Text
36444
36445 \begin_layout Plain Layout
36446 日付として
36447 \end_layout
36448
36449 \end_inset
36450 </cell>
36451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36452 \begin_inset Text
36453
36454 \begin_layout Plain Layout
36455 \SpecialChar TeX
36456 コード差込枠として
36457 \end_layout
36458
36459 \end_inset
36460 </cell>
36461 </row>
36462 <row>
36463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36464 \begin_inset Text
36465
36466 \begin_layout Plain Layout
36467 \SpecialChar LaTeX
36468
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477 日付として
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36483 \begin_inset Text
36484
36485 \begin_layout Plain Layout
36486 日付として
36487 \end_layout
36488
36489 \end_inset
36490 </cell>
36491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36492 \begin_inset Text
36493
36494 \begin_layout Plain Layout
36495 コマンドとして
36496 \end_layout
36497
36498 \end_inset
36499 </cell>
36500 </row>
36501 <row>
36502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36503 \begin_inset Text
36504
36505 \begin_layout Plain Layout
36506 DVI, PDF, PS
36507 \end_layout
36508
36509 \end_inset
36510 </cell>
36511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36512 \begin_inset Text
36513
36514 \begin_layout Plain Layout
36515 日付として
36516 \end_layout
36517
36518 \end_inset
36519 </cell>
36520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Plain Layout
36524 日付として
36525 \end_layout
36526
36527 \end_inset
36528 </cell>
36529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36530 \begin_inset Text
36531
36532 \begin_layout Plain Layout
36533 日付として
36534 \end_layout
36535
36536 \end_inset
36537 </cell>
36538 </row>
36539 </lyxtabular>
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \end_inset
36547
36548
36549 \end_layout
36550
36551 \begin_layout Standard
36552
36553 \family sans
36554 外部素材
36555 \family default
36556 ダイアログの
36557 \family sans
36558 ファイル
36559 \family default
36560 タブ中で
36561 \family sans
36562 下書き
36563 \family default
36564 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
36565 \begin_inset Newline newline
36566 \end_inset
36567
36568 \SpecialChar LyX
36569 中での外部素材は、ダイアログ内の
36570 \family sans
36571 \SpecialChar LaTeX
36572 と\SpecialChar LyX
36573 のオプション
36574 \family default
36575 タブにある
36576 \family sans
36577 \SpecialChar LyX
36578 内に表示
36579 \family default
36580 オプションの指定に従って、
36581 \begin_inset Graphics
36582         filename clipart/ExternalMaterialQt4.png
36583         scale 85
36584         scaleBeforeRotation
36585
36586 \end_inset
36587
36588 のようなボックスとして表示されるか、画像として表示されます。
36589 \end_layout
36590
36591 \begin_layout Standard
36592 取扱説明書
36593 \family sans
36594 \emph on
36595 カスタマイズ篇
36596 \family default
36597 \emph default
36598 には、自製のひな型を定義する方法が説明されています。
36599 \end_layout
36600
36601 \begin_layout Section
36602 子文書
36603 \begin_inset CommandInset label
36604 LatexCommand label
36605 name "sec:子文書"
36606
36607 \end_inset
36608
36609
36610 \begin_inset Index idx
36611 status collapsed
36612
36613 \begin_layout Plain Layout
36614 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
36615 \end_layout
36616
36617 \end_inset
36618
36619
36620 \begin_inset Index idx
36621 status collapsed
36622
36623 \begin_layout Plain Layout
36624 ふぁいる@ファイル ! いんくるーど@インクルード
36625 \end_layout
36626
36627 \end_inset
36628
36629
36630 \end_layout
36631
36632 \begin_layout Standard
36633 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
36634 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる「子文書」であり、親文書はこれら子文書を連結して、文書全体
36635 やその一部を印刷できるようにします。子文書は、\SpecialChar LaTeX
36636 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
36637 \end_layout
36638
36639 \begin_layout Standard
36640 親文書を開くことなく子文書で作業できるようにするには、子文書の
36641 \family sans
36642 文書
36643 \family default
36644 \SpecialChar menuseparator
36645
36646 \family sans
36647 設定
36648 \family default
36649 \SpecialChar menuseparator
36650
36651 \family sans
36652 文書クラス
36653 \family default
36654 メニューで親文書を指定してください。すると、子文書を編集する際には、\SpecialChar LyX
36655 がバックグラウンドでこの親文書を扱うようになります。
36656 \end_layout
36657
36658 \begin_layout Standard
36659 取り込んだ文書は、\SpecialChar LyX
36660 中で
36661 \begin_inset Graphics
36662         filename clipart/ChildDocumentQt4.png
36663         scale 85
36664         scaleBeforeRotation
36665
36666 \end_inset
36667
36668 のようなボックスとして表示されます。子文書を親文書に取り込むには、
36669 \family sans
36670 挿入
36671 \family default
36672 \SpecialChar menuseparator
36673
36674 \family sans
36675 ファイル
36676 \family default
36677 \SpecialChar menuseparator
36678
36679 \family sans
36680 子文書
36681 \family default
36682 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
36683 \end_layout
36684
36685 \begin_layout Description
36686 Include(インクルード) \SpecialChar LyX
36687 文書と\SpecialChar LaTeX
36688 文書は、インクルードすることができます。
36689 \family sans
36690 子文書
36691 \family default
36692 ダイアログの
36693 \family sans
36694 編集
36695 \family default
36696 ボタンを押すと、インクルードされた文書が、\SpecialChar LyX
36697 中に新規ファイルタブとして開き、修正ができるようになります。
36698 \begin_inset Newline newline
36699 \end_inset
36700
36701
36702 \end_layout
36703
36704 \begin_layout Standard
36705 以下は、
36706 \family sans
36707 Include
36708 \family default
36709 を使用して挿入した子文書です。 
36710 \begin_inset CommandInset include
36711 LatexCommand include
36712 filename "DummyDocument1.lyx"
36713
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \begin_layout Standard
36720 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
36721 あります。取り込んだ文書のラベルは、第
36722 \begin_inset CommandInset ref
36723 LatexCommand ref
36724 reference "subsec:外部文書の第1小節"
36725
36726 \end_inset
36727
36728 小節、のように参照することができます。
36729 \end_layout
36730
36731 \begin_layout Standard
36732 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
36733 は、新規頁から始まるように挿入され、改頁して終わります。
36734 \end_layout
36735
36736 \begin_layout Standard
36737 \begin_inset Note Greyedout
36738 status open
36739
36740 \begin_layout Plain Layout
36741
36742 \series bold
36743 【註】
36744 \series default
36745 \SpecialChar LyX
36746 または\SpecialChar LaTeX
36747 ファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に警告が発せられま
36748 す。
36749 \end_layout
36750
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \begin_layout Description
36757 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
36758 \begin_inset Separator parbreak
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \begin_deeper
36765 \begin_layout Itemize
36766 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
36767 \end_layout
36768
36769 \begin_layout Itemize
36770 Inputファイルは、\SpecialChar LyX
36771 設定の操作性
36772 \family sans
36773 \SpecialChar menuseparator
36774 表示
36775 \family default
36776 の下にある
36777 \family sans
36778 画像を表示
36779 \family default
36780 を有効にすると、\SpecialChar LyX
36781 中でプレビューすることができます。
36782 \end_layout
36783
36784 \begin_layout Itemize
36785 \SpecialChar LaTeX
36786 コマンドの
36787 \series bold
36788
36789 \backslash
36790 includeonly
36791 \series default
36792 は使用することができません。
36793 \end_layout
36794
36795 \end_deeper
36796 \begin_layout Standard
36797 右は、
36798 \family sans
36799 Input
36800 \family default
36801 を使って挿入した子文書です。 
36802 \begin_inset CommandInset include
36803 LatexCommand input
36804 filename "DummyDocument2.lyx"
36805
36806 \end_inset
36807
36808
36809 \end_layout
36810
36811 \begin_layout Description
36812 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
36813 に用いられているコマンドは実行されません。
36814 \family sans
36815 出力の空白に印付けをする
36816 \family default
36817 オプションを有効にすると、ソースコード中のすべての空白文字に「
36818 \begin_inset ERT
36819 status collapsed
36820
36821 \begin_layout Plain Layout
36822
36823
36824 \backslash
36825 textvisiblespace 
36826 \end_layout
36827
36828 \end_inset
36829
36830 」文字を表示させることができます。
36831 \family sans
36832 挿入\SpecialChar menuseparator
36833 ファイル\SpecialChar menuseparator
36834 平文
36835 \family default
36836 メニューを使う方法との違いは、こちらは文書の内容が\SpecialChar LyX
36837 中に表示されないことです。
36838 \end_layout
36839
36840 \begin_layout Standard
36841 以下は、verbatimとして挿入された子文書です。 
36842 \begin_inset CommandInset include
36843 LatexCommand verbatiminput
36844 filename "../DummyTextDocument.txt"
36845
36846 \end_inset
36847
36848
36849 \begin_inset VSpace bigskip
36850 \end_inset
36851
36852 以下は、
36853 \family sans
36854 出力の空白に印付けをする
36855 \family default
36856 オプションを指定して、verbatimとして挿入された子文書です。 
36857 \begin_inset CommandInset include
36858 LatexCommand verbatiminput*
36859 filename "../DummyTextDocument.txt"
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Standard
36867 \begin_inset VSpace bigskip
36868 \end_inset
36869
36870
36871 \end_layout
36872
36873 \begin_layout Standard
36874 \begin_inset Note Greyedout
36875 status open
36876
36877 \begin_layout Plain Layout
36878
36879 \series bold
36880 【註】
36881 \series default
36882 上記の例でわかるように、
36883 \family sans
36884 verbatim
36885 \family default
36886 として取り込んだ文書の文章は、文書行の終わりで改行されません。
36887 \end_layout
36888
36889 \end_inset
36890
36891
36892 \end_layout
36893
36894 \begin_layout Standard
36895 \begin_inset Note Greyedout
36896 status open
36897
36898 \begin_layout Plain Layout
36899
36900 \series bold
36901 【訳註】
36902 \series default
36903 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
36904 \end_layout
36905
36906 \end_inset
36907
36908
36909 \end_layout
36910
36911 \begin_layout Description
36912 プログラムリスト この型については、第
36913 \begin_inset CommandInset ref
36914 LatexCommand ref
36915 reference "cha:プログラムコードリスト"
36916
36917 \end_inset
36918
36919 章に説明されています。
36920 \end_layout
36921
36922 \begin_layout Standard
36923 \begin_inset Note Greyedout
36924 status open
36925
36926 \begin_layout Plain Layout
36927
36928 \series bold
36929 【註】
36930 \series default
36931 同一文書中に、同じ文書を異なる方法で二度取り込むと、\SpecialChar LaTeX
36932 で問題が発生する可能性があります。
36933 \end_layout
36934
36935 \end_inset
36936
36937
36938 \end_layout
36939
36940 \begin_layout Standard
36941 コンパイル時間を短縮したり、執筆中のbookの特定の章のみを配布したいなどの理由で、親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には、子文書の
36942 一部を出力から排除することができます。これは、
36943 \family sans
36944 文書\SpecialChar menuseparator
36945 設定\SpecialChar menuseparator
36946 子文書
36947 \family default
36948 メニューから行うことができます。そこの一覧中の各子文書の
36949 \family sans
36950 出力に含める
36951 \family default
36952 列をダブルクリックすることによって、その子文書を排除したり取り込んだりすることができます(これは「Input」ではなく「Include」で埋めこまれた文書に対し
36953 てのみ機能することにご注意ください)。
36954 \family sans
36955 カウンタと引用を維持
36956 \family default
36957 オプションを有効にすると、\SpecialChar LyX
36958 は、すべてのページ番号と参照等が、文書全体を処理した時と同じように正しくなるようにします。これは、選択した部分文書が、文書全体のコンテ
36959 クストの中で表現されるのと全く同じようにしておきたい時に便利です。しかしながら、この機能を実現するには、\SpecialChar LyX
36960 はバックグラウンドで文書全体を処理しなくてはなりません。
36961 したがって、コンパイルの時間を節約し、カウンタや参照が必ずしも正しくなくてもいい場合には、このチェックボックスは外しておいてください。
36962 \end_layout
36963
36964 \begin_layout Standard
36965 あるいは、取り込んだファイルの各々を派生枝の中に入れる方法があります
36966 \begin_inset Foot
36967 status collapsed
36968
36969 \begin_layout Plain Layout
36970 派生枝は、\SpecialChar LyX
36971
36972 \emph on
36973 ユーザーの手引き
36974 \emph default
36975
36976 \emph on
36977 派生枝
36978 \emph default
36979 の節に説明されています。
36980 \end_layout
36981
36982 \end_inset
36983
36984 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。この方法は、Inputで取り込んだ部分文
36985 書についても動作するという利点があります。ただし、カウンタと参照は、この方法では維持されるとは限りません。
36986 \end_layout
36987
36988 \begin_layout Chapter
36989 プログラムコードリスト
36990 \begin_inset CommandInset label
36991 LatexCommand label
36992 name "cha:プログラムコードリスト"
36993
36994 \end_inset
36995
36996
36997 \begin_inset Index idx
36998 status collapsed
36999
37000 \begin_layout Plain Layout
37001 りすと@リスト
37002 \end_layout
37003
37004 \end_inset
37005
37006
37007 \begin_inset Index idx
37008 status collapsed
37009
37010 \begin_layout Plain Layout
37011 ぷろぐらむこーど@プログラムコード
37012 \end_layout
37013
37014 \end_inset
37015
37016
37017 \begin_inset Index idx
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021 ふろーと@フロート ! りすと@リスト
37022 \end_layout
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 プログラムコードを取り込んで組版するには、
37031 \family sans
37032 挿入
37033 \family default
37034 \SpecialChar menuseparator
37035
37036 \family sans
37037 プログラムリスト
37038 \family default
37039 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用される\SpecialChar LaTeX
37040 パッケージ
37041 \series bold
37042 listings
37043 \series default
37044
37045 \begin_inset Index idx
37046 status collapsed
37047
37048 \begin_layout Plain Layout
37049 \SpecialChar LaTeX
37050 ぱっけーじ@\SpecialChar LaTeX
37051 パッケージ ! listings
37052 \end_layout
37053
37054 \end_inset
37055
37056 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
37057 \end_layout
37058
37059 \begin_layout Standard
37060 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
37061 \end_layout
37062
37063 \begin_layout Standard
37064 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
37065 \family sans
37066 行内リスト
37067 \family default
37068 を指定すると、リストは
37069 \begin_inset listings
37070 lstparams "language={C++}"
37071 inline true
37072 status collapsed
37073
37074 \begin_layout Plain Layout
37075
37076 int a=5;
37077 \end_layout
37078
37079 \end_inset
37080
37081 のように行内に印字されます。
37082 \begin_inset Newline newline
37083 \end_inset
37084
37085
37086 \family sans
37087 フロート
37088 \family default
37089 オプションは、プログラムリストフロートを生成するものですが、ここで、第
37090 \begin_inset CommandInset ref
37091 LatexCommand ref
37092 reference "sec:フロートの配置"
37093
37094 \end_inset
37095
37096 節に説明されているフロート配置オプションに従って、「
37097 \family sans
37098 h
37099 \family default
37100 」「
37101 \family sans
37102 t
37103 \family default
37104 」「
37105 \family sans
37106 b
37107 \family default
37108 」「
37109 \family sans
37110 p
37111 \family default
37112 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
37113 \family sans
37114 htbp
37115 \family default
37116 」のように区切りを入れることなく入力することができます。「
37117 \family sans
37118 h
37119 \family default
37120 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
37121 \family sans
37122 フロート
37123 \family default
37124 オプションを使用しなければ大丈夫です。
37125 \end_layout
37126
37127 \begin_layout Standard
37128
37129 \family sans
37130 挿入
37131 \family default
37132 \SpecialChar menuseparator
37133
37134 \family sans
37135 キャプション
37136 \family default
37137 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
37138 \begin_inset CommandInset ref
37139 LatexCommand ref
37140 reference "lst:リストフロート"
37141
37142 \end_inset
37143
37144 のように参照することができます。キャプションのついたプログラムリストの全一覧を、
37145 \family sans
37146 挿入
37147 \lang english
37148 \SpecialChar menuseparator
37149
37150 \lang japanese
37151 一覧/目次
37152 \lang english
37153 \SpecialChar menuseparator
37154
37155 \lang japanese
37156 プログラムリスト一覧
37157 \family default
37158 で作成することができます。一覧の項目には、プログラムリストのキャプションとプログラムリスト番号が入ります。
37159 \end_layout
37160
37161 \begin_layout Standard
37162 \begin_inset listings
37163 lstparams "language=Python"
37164 inline false
37165 status open
37166
37167 \begin_layout Plain Layout
37168
37169 \begin_inset Caption Standard
37170
37171 \begin_layout Plain Layout
37172 \begin_inset CommandInset label
37173 LatexCommand label
37174 name "lst:リストフロート"
37175
37176 \end_inset
37177
37178 Example Listing Float
37179 \end_layout
37180
37181 \end_inset
37182
37183 # Example listing float
37184 \end_layout
37185
37186 \begin_layout Plain Layout
37187
37188 def func(param):
37189 \end_layout
37190
37191 \begin_layout Plain Layout
37192
37193     'this is a python function'
37194 \end_layout
37195
37196 \begin_layout Plain Layout
37197
37198     pass
37199 \end_layout
37200
37201 \end_inset
37202
37203
37204 \end_layout
37205
37206 \begin_layout Standard
37207 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
37208 onのキーワード「def」が識別され、ボールド体で出力されます。
37209 \end_layout
37210
37211 \begin_layout Standard
37212 \begin_inset Note Greyedout
37213 status open
37214
37215 \begin_layout Plain Layout
37216
37217 \series bold
37218 【註】
37219 \series default
37220 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
37221 \family typewriter
37222 typewriter
37223 \family default
37224 フォントがボールド体を提供していません。この場合には、
37225 \family sans
37226 文書
37227 \family default
37228 \SpecialChar menuseparator
37229
37230 \family sans
37231 設定
37232 \family default
37233 \SpecialChar menuseparator
37234
37235 \family sans
37236 フォント
37237 \family default
37238 メニューで別のフォントを選択してください(
37239 \emph on
37240 LuxiMono
37241 \emph default
37242
37243 \emph on
37244 BeraMono
37245 \emph default
37246
37247 \emph on
37248 Courier
37249 \emph default
37250 の各フォントはボールド体を提供します)。
37251 \end_layout
37252
37253 \end_inset
37254
37255
37256 \end_layout
37257
37258 \begin_layout Standard
37259 \begin_inset Note Greyedout
37260 status open
37261
37262 \begin_layout Plain Layout
37263
37264 \series bold
37265 【訳註】
37266 \series default
37267 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
37268 \end_layout
37269
37270 \end_inset
37271
37272
37273 \end_layout
37274
37275 \begin_layout Standard
37276 プログラムリストダイアログの
37277 \family sans
37278 行番号
37279 \family default
37280 のセクションでは、行番号の様式を指定することができます。
37281 \family sans
37282 行間
37283 \family default
37284 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
37285 \end_layout
37286
37287 \begin_layout Standard
37288 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
37289 \family sans
37290 拡張文字コード表を使う
37291 \family default
37292 オプションを使用しなくてはなりません。
37293 \begin_inset Newline newline
37294 \end_inset
37295
37296
37297 \begin_inset Note Greyedout
37298 status open
37299
37300 \begin_layout Plain Layout
37301
37302 \series bold
37303 【訳註】
37304 \series default
37305 これは、p\SpecialChar LaTeX
37306 ではうまく動作しません。
37307 \end_layout
37308
37309 \end_inset
37310
37311
37312 \begin_inset Newline newline
37313 \end_inset
37314
37315 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
37316 \begin_inset space \thinspace{}
37317 \end_inset
37318
37319 -
37320 \begin_inset space \thinspace{}
37321 \end_inset
37322
37323 8」で設定したプログラムリストの例です。
37324 \end_layout
37325
37326 \begin_layout Standard
37327 \begin_inset listings
37328 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
37329 inline false
37330 status open
37331
37332 \begin_layout Plain Layout
37333
37334 def func(param):
37335 \end_layout
37336
37337 \begin_layout Plain Layout
37338
37339     'this is a python function'
37340 \end_layout
37341
37342 \begin_layout Plain Layout
37343
37344     pass
37345 \end_layout
37346
37347 \begin_layout Plain Layout
37348
37349 def func(param):
37350 \end_layout
37351
37352 \begin_layout Plain Layout
37353
37354 'This is a German word: Tschüß'
37355 \end_layout
37356
37357 \begin_layout Plain Layout
37358
37359 pass
37360 \end_layout
37361
37362 \begin_layout Plain Layout
37363
37364 def func(param):
37365 \end_layout
37366
37367 \begin_layout Plain Layout
37368
37369 'this is a python function'
37370 \end_layout
37371
37372 \begin_layout Plain Layout
37373
37374 pass
37375 \end_layout
37376
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \begin_layout Standard
37383 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
37384 \family sans
37385 タビュレータの大きさ
37386 \family default
37387 フィールドで指定することができます。
37388 \end_layout
37389
37390 \begin_layout Standard
37391 \begin_inset Note Greyedout
37392 status open
37393
37394 \begin_layout Plain Layout
37395
37396 \series bold
37397 【註】listings
37398 \series default
37399 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
37400 に振られているのはこのためです。
37401 \end_layout
37402
37403 \end_inset
37404
37405
37406 \end_layout
37407
37408 \begin_layout Standard
37409 \begin_inset VSpace bigskip
37410 \end_inset
37411
37412
37413 \end_layout
37414
37415 \begin_layout Standard
37416 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
37417 \family sans
37418 挿入
37419 \family default
37420 \SpecialChar menuseparator
37421
37422 \family sans
37423 ファイル
37424 \family default
37425 \SpecialChar menuseparator
37426
37427 \family sans
37428 子文書
37429 \family default
37430 メニューを使用して
37431 \family sans
37432 プログラムリスト
37433 \family default
37434 型を選択してください
37435 \begin_inset Foot
37436 status collapsed
37437
37438 \begin_layout Plain Layout
37439 他の子文書型については、第 section
37440 \begin_inset space ~
37441 \end_inset
37442
37443
37444 \begin_inset CommandInset ref
37445 LatexCommand ref
37446 reference "sec:子文書"
37447
37448 \end_inset
37449
37450 節に説明があります。
37451 \end_layout
37452
37453 \end_inset
37454
37455 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
37456 疑問符「?」を打鍵してください。
37457 \end_layout
37458
37459 \begin_layout Standard
37460 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
37461 \family sans
37462 挿入
37463 \family default
37464 \SpecialChar menuseparator
37465
37466 \family sans
37467 相互参照
37468 \family default
37469 メニューを使って参照できるようになります。
37470 \end_layout
37471
37472 \begin_layout Standard
37473 プログラムリスト
37474 \begin_inset CommandInset ref
37475 LatexCommand ref
37476 reference "lst:file-listing"
37477
37478 \end_inset
37479
37480 は、ファイルを使ったプログラムリストの一例です。ここでは、この\SpecialChar LyX
37481 ファイルの10行目から15行目が表示されています。
37482 \end_layout
37483
37484 \begin_layout Standard
37485 \begin_inset CommandInset include
37486 LatexCommand lstinputlisting
37487 filename "EmbeddedObjects.lyx"
37488 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
37489
37490 \end_inset
37491
37492
37493 \end_layout
37494
37495 \begin_layout Standard
37496 \begin_inset VSpace bigskip
37497 \end_inset
37498
37499
37500 \end_layout
37501
37502 \begin_layout Standard
37503 リストに数式を入れるには、以下のようにします。
37504 \end_layout
37505
37506 \begin_layout Enumerate
37507 リストダイアログを開き、
37508 \family sans
37509 詳細
37510 \family default
37511 タブのフィールド中に
37512 \begin_inset Newline newline
37513 \end_inset
37514
37515
37516 \family sans
37517 mathescape=true
37518 \family default
37519
37520 \begin_inset Newline newline
37521 \end_inset
37522
37523 と書き加えます。
37524 \end_layout
37525
37526 \begin_layout Enumerate
37527 リスト外で数式を作成します。
37528 \end_layout
37529
37530 \begin_layout Enumerate
37531 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
37532 \begin_inset Info
37533 type  "shortcut"
37534 arg   "copy"
37535 \end_inset
37536
37537 )。
37538 \end_layout
37539
37540 \begin_layout Enumerate
37541 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
37542 \begin_inset Info
37543 type  "shortcut"
37544 arg   "paste"
37545 \end_inset
37546
37547 )。
37548 \end_layout
37549
37550 \begin_layout Standard
37551 \begin_inset listings
37552 lstparams "language=Python,mathescape=true"
37553 inline false
37554 status open
37555
37556 \begin_layout Plain Layout
37557
37558 \begin_inset Caption Standard
37559
37560 \begin_layout Plain Layout
37561 Example Listing float containing a formula
37562 \end_layout
37563
37564 \end_inset
37565
37566 # Example listing float
37567 \end_layout
37568
37569 \begin_layout Plain Layout
37570
37571 def func(param):
37572 \end_layout
37573
37574 \begin_layout Plain Layout
37575
37576     # $
37577 \backslash
37578 prod_{n=1}^{
37579 \backslash
37580 infty}
37581 \backslash
37582 ,
37583 \backslash
37584 frac{1}{x^{2}}$
37585 \end_layout
37586
37587 \begin_layout Plain Layout
37588
37589     pass
37590 \end_layout
37591
37592 \end_inset
37593
37594
37595 \end_layout
37596
37597 \begin_layout Standard
37598 \begin_inset VSpace bigskip
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \begin_layout Standard
37605 大域的なプログラムリストの設定は、
37606 \family sans
37607 文書
37608 \family default
37609 \SpecialChar menuseparator
37610
37611 \family sans
37612 設定
37613 \family default
37614 \SpecialChar menuseparator
37615
37616 \family sans
37617 リスト
37618 \family default
37619 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
37620 \family sans
37621 プログラムリスト設定
37622 \family default
37623 フィールドで疑問符「?」を打鍵してください。
37624 \end_layout
37625
37626 \begin_layout Standard
37627
37628 \series bold
37629 listings
37630 \series default
37631 パッケージについての詳しい情報については、取扱説明書
37632 \begin_inset CommandInset citation
37633 LatexCommand cite
37634 key "listings"
37635
37636 \end_inset
37637
37638 をご参照ください。.
37639 \end_layout
37640
37641 \begin_layout Standard
37642 \begin_inset Newpage newpage
37643 \end_inset
37644
37645
37646 \end_layout
37647
37648 \begin_layout Chapter
37649 \start_of_appendix
37650 \SpecialChar LyX
37651 で使用できる単位
37652 \begin_inset Index idx
37653 status collapsed
37654
37655 \begin_layout Plain Layout
37656 たんい@単位
37657 \end_layout
37658
37659 \end_inset
37660
37661
37662 \begin_inset CommandInset label
37663 LatexCommand label
37664 name "cha:LyXで使用できる単位"
37665
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \begin_layout Standard
37672 この文書で用いられる単位の理解のために、表
37673 \begin_inset CommandInset ref
37674 LatexCommand ref
37675 reference "tab:単位"
37676
37677 \end_inset
37678
37679 に、\SpecialChar LyX
37680 で使うことのできる単位をまとめておきます。
37681 \end_layout
37682
37683 \begin_layout Standard
37684 \begin_inset Float table
37685 placement h
37686 wide false
37687 sideways false
37688 status open
37689
37690 \begin_layout Plain Layout
37691 \begin_inset Caption Standard
37692
37693 \begin_layout Plain Layout
37694 \begin_inset CommandInset label
37695 LatexCommand label
37696 name "tab:単位"
37697
37698 \end_inset
37699
37700 単位
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \end_layout
37707
37708 \begin_layout Plain Layout
37709 \begin_inset VSpace medskip
37710 \end_inset
37711
37712
37713 \end_layout
37714
37715 \begin_layout Plain Layout
37716 \align center
37717 \begin_inset Tabular
37718 <lyxtabular version="3" rows="20" columns="3">
37719 <features tabularvalignment="middle">
37720 <column alignment="center" valignment="top">
37721 <column alignment="center" valignment="top">
37722 <column alignment="center" valignment="top">
37723 <row>
37724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728 単位
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37734 \begin_inset Text
37735
37736 \begin_layout Plain Layout
37737 名称/摘要
37738 \end_layout
37739
37740 \end_inset
37741 </cell>
37742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746 \SpecialChar LaTeX
37747  コマンド
37748 \end_layout
37749
37750 \end_inset
37751 </cell>
37752 </row>
37753 <row>
37754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758 mm
37759 \end_layout
37760
37761 \end_inset
37762 </cell>
37763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767 ミリメートル
37768 \end_layout
37769
37770 \end_inset
37771 </cell>
37772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776 -
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 </row>
37782 <row>
37783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787 cm
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796 センチメートル
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805 -
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 </row>
37811 <row>
37812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37813 \begin_inset Text
37814
37815 \begin_layout Plain Layout
37816 in
37817 \end_layout
37818
37819 \end_inset
37820 </cell>
37821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37822 \begin_inset Text
37823
37824 \begin_layout Plain Layout
37825 インチ
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834 -
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 </row>
37840 <row>
37841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37842 \begin_inset Text
37843
37844 \begin_layout Plain Layout
37845 pt
37846 \end_layout
37847
37848 \end_inset
37849 </cell>
37850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37851 \begin_inset Text
37852
37853 \begin_layout Plain Layout
37854 ポイント (72.27
37855 \begin_inset space \thinspace{}
37856 \end_inset
37857
37858 pt = 1
37859 \begin_inset space \thinspace{}
37860 \end_inset
37861
37862 in)
37863 \end_layout
37864
37865 \end_inset
37866 </cell>
37867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37868 \begin_inset Text
37869
37870 \begin_layout Plain Layout
37871 -
37872 \end_layout
37873
37874 \end_inset
37875 </cell>
37876 </row>
37877 <row>
37878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37879 \begin_inset Text
37880
37881 \begin_layout Plain Layout
37882 pc
37883 \end_layout
37884
37885 \end_inset
37886 </cell>
37887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891 パイカ (1
37892 \begin_inset space \thinspace{}
37893 \end_inset
37894
37895 pc = 12
37896 \begin_inset space \thinspace{}
37897 \end_inset
37898
37899 pt)
37900 \end_layout
37901
37902 \end_inset
37903 </cell>
37904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37905 \begin_inset Text
37906
37907 \begin_layout Plain Layout
37908 -
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 </row>
37914 <row>
37915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37916 \begin_inset Text
37917
37918 \begin_layout Plain Layout
37919 sp
37920 \end_layout
37921
37922 \end_inset
37923 </cell>
37924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37925 \begin_inset Text
37926
37927 \begin_layout Plain Layout
37928 スケールポイント (65536
37929 \begin_inset space \thinspace{}
37930 \end_inset
37931
37932 sp = 1
37933 \begin_inset space \thinspace{}
37934 \end_inset
37935
37936 pt)
37937 \end_layout
37938
37939 \end_inset
37940 </cell>
37941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37942 \begin_inset Text
37943
37944 \begin_layout Plain Layout
37945 -
37946 \end_layout
37947
37948 \end_inset
37949 </cell>
37950 </row>
37951 <row>
37952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37953 \begin_inset Text
37954
37955 \begin_layout Plain Layout
37956 bp
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965 ビッグポイント (72
37966 \begin_inset space \thinspace{}
37967 \end_inset
37968
37969 bp = 1
37970 \begin_inset space \thinspace{}
37971 \end_inset
37972
37973 in)
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 -
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 </row>
37988 <row>
37989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37990 \begin_inset Text
37991
37992 \begin_layout Plain Layout
37993 dd
37994 \end_layout
37995
37996 \end_inset
37997 </cell>
37998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37999 \begin_inset Text
38000
38001 \begin_layout Plain Layout
38002 ディドー (72
38003 \begin_inset space \thinspace{}
38004 \end_inset
38005
38006 dd 
38007 \begin_inset Formula $\approx$
38008 \end_inset
38009
38010  37.6
38011 \begin_inset space \thinspace{}
38012 \end_inset
38013
38014 mm)
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38020 \begin_inset Text
38021
38022 \begin_layout Plain Layout
38023 -
38024 \end_layout
38025
38026 \end_inset
38027 </cell>
38028 </row>
38029 <row>
38030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38031 \begin_inset Text
38032
38033 \begin_layout Plain Layout
38034 cc
38035 \end_layout
38036
38037 \end_inset
38038 </cell>
38039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38040 \begin_inset Text
38041
38042 \begin_layout Plain Layout
38043 シセロ (1
38044 \begin_inset space \thinspace{}
38045 \end_inset
38046
38047 cc = 12
38048 \begin_inset space \thinspace{}
38049 \end_inset
38050
38051 dd)
38052 \end_layout
38053
38054 \end_inset
38055 </cell>
38056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38057 \begin_inset Text
38058
38059 \begin_layout Plain Layout
38060 -
38061 \end_layout
38062
38063 \end_inset
38064 </cell>
38065 </row>
38066 <row>
38067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38068 \begin_inset Text
38069
38070 \begin_layout Plain Layout
38071
38072 \lang english
38073 Scale Graphics %
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38079 \begin_inset Text
38080
38081 \begin_layout Plain Layout
38082 元の画像幅の%
38083 \end_layout
38084
38085 \end_inset
38086 </cell>
38087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38088 \begin_inset Text
38089
38090 \begin_layout Plain Layout
38091
38092 \end_layout
38093
38094 \end_inset
38095 </cell>
38096 </row>
38097 <row>
38098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38099 \begin_inset Text
38100
38101 \begin_layout Plain Layout
38102
38103 \lang english
38104 Text Width %
38105 \end_layout
38106
38107 \end_inset
38108 </cell>
38109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38110 \begin_inset Text
38111
38112 \begin_layout Plain Layout
38113 テキスト幅の%
38114 \end_layout
38115
38116 \end_inset
38117 </cell>
38118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38119 \begin_inset Text
38120
38121 \begin_layout Plain Layout
38122
38123 \backslash
38124 textwidth
38125 \end_layout
38126
38127 \end_inset
38128 </cell>
38129 </row>
38130 <row>
38131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135
38136 \lang english
38137 Column Width %
38138 \end_layout
38139
38140 \end_inset
38141 </cell>
38142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38143 \begin_inset Text
38144
38145 \begin_layout Plain Layout
38146 組段幅の%
38147 \end_layout
38148
38149 \end_inset
38150 </cell>
38151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155
38156 \backslash
38157 columnwidth
38158 \end_layout
38159
38160 \end_inset
38161 </cell>
38162 </row>
38163 <row>
38164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38165 \begin_inset Text
38166
38167 \begin_layout Plain Layout
38168
38169 \lang english
38170 Page Width %
38171 \end_layout
38172
38173 \end_inset
38174 </cell>
38175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38176 \begin_inset Text
38177
38178 \begin_layout Plain Layout
38179 用紙幅の%
38180 \end_layout
38181
38182 \end_inset
38183 </cell>
38184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38185 \begin_inset Text
38186
38187 \begin_layout Plain Layout
38188
38189 \backslash
38190 paperwidth
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 </row>
38196 <row>
38197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38198 \begin_inset Text
38199
38200 \begin_layout Plain Layout
38201
38202 \lang english
38203 Line Width %
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212 行幅の%
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38218 \begin_inset Text
38219
38220 \begin_layout Plain Layout
38221
38222 \backslash
38223 linewidth
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 </row>
38229 <row>
38230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234
38235 \lang english
38236 Text Height %
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245 テキスト高さの%
38246 \end_layout
38247
38248 \end_inset
38249 </cell>
38250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38251 \begin_inset Text
38252
38253 \begin_layout Plain Layout
38254
38255 \backslash
38256 textheight
38257 \end_layout
38258
38259 \end_inset
38260 </cell>
38261 </row>
38262 <row>
38263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38264 \begin_inset Text
38265
38266 \begin_layout Plain Layout
38267
38268 \lang english
38269 Page Height %
38270 \end_layout
38271
38272 \end_inset
38273 </cell>
38274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38275 \begin_inset Text
38276
38277 \begin_layout Plain Layout
38278 用紙高さの%
38279 \end_layout
38280
38281 \end_inset
38282 </cell>
38283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38284 \begin_inset Text
38285
38286 \begin_layout Plain Layout
38287
38288 \backslash
38289 paperheight
38290 \end_layout
38291
38292 \end_inset
38293 </cell>
38294 </row>
38295 <row>
38296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38297 \begin_inset Text
38298
38299 \begin_layout Plain Layout
38300 ex
38301 \end_layout
38302
38303 \end_inset
38304 </cell>
38305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38306 \begin_inset Text
38307
38308 \begin_layout Plain Layout
38309 現在のフォントの文字「x」の高さ
38310 \end_layout
38311
38312 \end_inset
38313 </cell>
38314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38315 \begin_inset Text
38316
38317 \begin_layout Plain Layout
38318 -
38319 \end_layout
38320
38321 \end_inset
38322 </cell>
38323 </row>
38324 <row>
38325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38326 \begin_inset Text
38327
38328 \begin_layout Plain Layout
38329 em
38330 \end_layout
38331
38332 \end_inset
38333 </cell>
38334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38335 \begin_inset Text
38336
38337 \begin_layout Plain Layout
38338 現在のフォントの文字「M」の幅
38339 \end_layout
38340
38341 \end_inset
38342 </cell>
38343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38344 \begin_inset Text
38345
38346 \begin_layout Plain Layout
38347 -
38348 \end_layout
38349
38350 \end_inset
38351 </cell>
38352 </row>
38353 <row>
38354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38355 \begin_inset Text
38356
38357 \begin_layout Plain Layout
38358 mu
38359 \end_layout
38360
38361 \end_inset
38362 </cell>
38363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38364 \begin_inset Text
38365
38366 \begin_layout Plain Layout
38367 数式単位 (1
38368 \begin_inset space \thinspace{}
38369 \end_inset
38370
38371 mu = 1/18
38372 \begin_inset space \thinspace{}
38373 \end_inset
38374
38375 em)
38376 \end_layout
38377
38378 \end_inset
38379 </cell>
38380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38381 \begin_inset Text
38382
38383 \begin_layout Plain Layout
38384 -
38385 \end_layout
38386
38387 \end_inset
38388 </cell>
38389 </row>
38390 </lyxtabular>
38391
38392 \end_inset
38393
38394
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \end_layout
38401
38402 \begin_layout Chapter
38403 画像を含む場合のファイル出力形式
38404 \begin_inset CommandInset label
38405 LatexCommand label
38406 name "cha:ファイル出力形式"
38407
38408 \end_inset
38409
38410
38411 \end_layout
38412
38413 \begin_layout Section
38414 DVI
38415 \begin_inset Index idx
38416 status collapsed
38417
38418 \begin_layout Plain Layout
38419 ふぁいるしょしき@ファイル書式 ! DVI
38420 \end_layout
38421
38422 \end_inset
38423
38424
38425 \begin_inset Index idx
38426 status collapsed
38427
38428 \begin_layout Plain Layout
38429 DVI
38430 \begin_inset ERT
38431 status collapsed
38432
38433 \begin_layout Plain Layout
38434
38435 |see{
38436 \end_layout
38437
38438 \end_inset
38439
38440 ファイル書式
38441 \begin_inset ERT
38442 status collapsed
38443
38444 \begin_layout Plain Layout
38445
38446 }
38447 \end_layout
38448
38449 \end_inset
38450
38451
38452 \end_layout
38453
38454 \end_inset
38455
38456
38457 \end_layout
38458
38459 \begin_layout Standard
38460 このファイル型の拡張子は「
38461 \family typewriter
38462 .dvi
38463 \family default
38464 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
38465 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
38466 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
38467 \end_layout
38468
38469 \begin_layout Standard
38470 \begin_inset Note Greyedout
38471 status open
38472
38473 \begin_layout Plain Layout
38474
38475 \series bold
38476 【註】
38477 \series default
38478 DVIファイルには画像は含まれていません。画像はリンクされているだけです。
38479 \end_layout
38480
38481 \end_inset
38482
38483 ですから、お使いの
38484 \family typewriter
38485 .dvi
38486 \family default
38487 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
38488 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
38489 DFを使用することをお勧めします。
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 \SpecialChar menuseparator
38503
38504 \family sans
38505 DVI
38506 \family default
38507 メニューを使用して、DVIに書き出すことができます。
38508 \family sans
38509 表示
38510 \family default
38511 メニューから、文書をDVIとして表示させることもできます。
38512 \end_layout
38513
38514 \begin_layout Section
38515 PostScript
38516 \begin_inset Index idx
38517 status collapsed
38518
38519 \begin_layout Plain Layout
38520 ふぁいるしょしき@ファイル書式 ! PostScript
38521 \end_layout
38522
38523 \end_inset
38524
38525
38526 \begin_inset Index idx
38527 status collapsed
38528
38529 \begin_layout Plain Layout
38530 PostScript
38531 \begin_inset ERT
38532 status collapsed
38533
38534 \begin_layout Plain Layout
38535
38536 |see{
38537 \end_layout
38538
38539 \end_inset
38540
38541 ファイル書式
38542 \begin_inset ERT
38543 status collapsed
38544
38545 \begin_layout Plain Layout
38546
38547 }
38548 \end_layout
38549
38550 \end_inset
38551
38552
38553 \end_layout
38554
38555 \end_inset
38556
38557
38558 \end_layout
38559
38560 \begin_layout Standard
38561 このファイル型の拡張子は「
38562 \family typewriter
38563 .ps
38564 \family default
38565 」です。PostScriptは、
38566 \family typewriter
38567 Adobe
38568 \family default
38569 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
38570 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
38571 \begin_inset Foot
38572 status collapsed
38573
38574 \begin_layout Plain Layout
38575 これについてもう少し学ぶ気があれば、\SpecialChar LaTeX
38576 パッケージ
38577 \series bold
38578 PSTricks
38579 \series default
38580
38581 \begin_inset CommandInset citation
38582 LatexCommand cite
38583 key "pstricks"
38584
38585 \end_inset
38586
38587 を見てみてください。
38588 \end_layout
38589
38590 \end_inset
38591
38592 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
38593 \end_layout
38594
38595 \begin_layout Standard
38596 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
38597 \family typewriter
38598 .eps
38599 \family default
38600 」)」形式の画像のみを含めることができます。\SpecialChar LyX
38601 では、既知の画像形式であればどれでも文書中で使用することができるようになっているため、\SpecialChar LyX
38602 はバックグラウンドで画像をEP
38603 Sに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、\SpecialChar LyX
38604 は50もの変換を行わなくてはなりません。すると、\SpecialChar LyX
38605 で行う
38606 作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像を直接EPSとして入れて
38607 おく方がよいでしょう。
38608 \end_layout
38609
38610 \begin_layout Standard
38611 文書は、
38612 \family sans
38613 ファイル
38614 \family default
38615 \SpecialChar menuseparator
38616
38617 \family sans
38618 書き出し
38619 \family default
38620 \SpecialChar menuseparator
38621
38622 \family sans
38623 Postscript
38624 \family default
38625 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
38626 \family sans
38627 表示
38628 \family default
38629 メニューかツールバーボタン
38630 \begin_inset Graphics
38631         filename ../../images/buffer-view_ps.png
38632         scale 85
38633         scaleBeforeRotation
38634
38635 \end_inset
38636
38637 を使用することでPostScriptとして表示させることができます。
38638 \end_layout
38639
38640 \begin_layout Section
38641 PDF
38642 \begin_inset Index idx
38643 status collapsed
38644
38645 \begin_layout Plain Layout
38646 ふぁいるしょしき@ファイル書式 ! PDF
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \begin_inset Index idx
38653 status collapsed
38654
38655 \begin_layout Plain Layout
38656 PDF
38657 \end_layout
38658
38659 \end_inset
38660
38661
38662 \end_layout
38663
38664 \begin_layout Standard
38665 このファイル型の拡張子は「
38666 \family typewriter
38667 .pdf
38668 \family default
38669 」です。この「Portable Document Format (PDF)」は、
38670 \family typewriter
38671 Adobe
38672 \family default
38673 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
38674 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
38675 \end_layout
38676
38677 \begin_layout Standard
38678 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
38679 \family typewriter
38680 .jpg
38681 \family default
38682 」または「
38683 \family typewriter
38684 .jpeg
38685 \family default
38686 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
38687 \family typewriter
38688 .png
38689 \family default
38690 」)」として含めることができます。それにもかかわらず、\SpecialChar LyX
38691 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することができま
38692 す。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用することをお
38693 勧めします。
38694 \end_layout
38695
38696 \begin_layout Standard
38697 使用中の文書は、
38698 \family sans
38699 ファイル
38700 \family default
38701 \SpecialChar menuseparator
38702
38703 \family sans
38704 書き出し
38705 \family default
38706 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
38707 \end_layout
38708
38709 \begin_layout Description
38710 PDF
38711 \begin_inset space ~
38712 \end_inset
38713
38714 (ps2pdf) これは
38715 \family typewriter
38716 ps2pdf
38717 \family default
38718 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
38719 \family typewriter
38720 dvips
38721 \family default
38722 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
38723 \end_layout
38724
38725 \begin_layout Description
38726 PDF
38727 \begin_inset space ~
38728 \end_inset
38729
38730 (dvipdfm) これは
38731 \family typewriter
38732 dvipdfm
38733 \family default
38734 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
38735 \end_layout
38736
38737 \begin_layout Description
38738 PDF
38739 \begin_inset space ~
38740 \end_inset
38741
38742 (pdflatex) これは
38743 \family typewriter
38744 pdftex
38745 \family default
38746 プログラムを使って、現在のファイルを直接PDFに変換します。
38747 \end_layout
38748
38749 \begin_layout Standard
38750
38751 \family typewriter
38752 pdftex
38753 \family default
38754 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
38755 \family sans
38756 PDF
38757 \begin_inset space ~
38758 \end_inset
38759
38760 (pdflatex)
38761 \family default
38762 を使用することが推奨されます。
38763 \family typewriter
38764 dvipdfm
38765 \family default
38766 プログラムは開発が停止しており、若干時代遅れになっています。
38767 \end_layout
38768
38769 \begin_layout Standard
38770 使用中の文書をPDFとして表示するには、
38771 \family sans
38772 表示
38773 \family default
38774 メニューかツールバーボタン
38775 \begin_inset Graphics
38776         filename ../../images/buffer-view_pdf2.png
38777         scale 85
38778         scaleBeforeRotation
38779
38780 \end_inset
38781
38782 (これは
38783 \family sans
38784 PDF
38785 \begin_inset space ~
38786 \end_inset
38787
38788 (pdflatex)
38789 \family default
38790 を使用します)を用います。
38791 \end_layout
38792
38793 \begin_layout Chapter
38794 dvips色名一覧
38795 \begin_inset CommandInset label
38796 LatexCommand label
38797 name "chap:dvips色名一覧"
38798
38799 \end_inset
38800
38801
38802 \end_layout
38803
38804 \begin_layout Standard
38805 \begin_inset Tabular
38806 <lyxtabular version="3" rows="17" columns="4">
38807 <features tabularvalignment="middle">
38808 <column alignment="left" valignment="top" width="0pt">
38809 <column alignment="left" valignment="top" width="0pt">
38810 <column alignment="left" valignment="top" width="0pt">
38811 <column alignment="left" valignment="top" width="0pt">
38812 <row>
38813 <cell alignment="left" valignment="top" usebox="none">
38814 \begin_inset Text
38815
38816 \begin_layout Plain Layout
38817 \begin_inset ERT
38818 status collapsed
38819
38820 \begin_layout Plain Layout
38821
38822
38823 \backslash
38824 fcolorbox{black}{
38825 \end_layout
38826
38827 \end_inset
38828
38829 white
38830 \begin_inset ERT
38831 status collapsed
38832
38833 \begin_layout Plain Layout
38834
38835 }{
38836 \end_layout
38837
38838 \end_inset
38839
38840
38841 \begin_inset ERT
38842 status collapsed
38843
38844 \begin_layout Plain Layout
38845
38846 }
38847 \end_layout
38848
38849 \end_inset
38850
38851  色名
38852 \end_layout
38853
38854 \end_inset
38855 </cell>
38856 <cell alignment="left" valignment="top" usebox="none">
38857 \begin_inset Text
38858
38859 \begin_layout Plain Layout
38860 \begin_inset ERT
38861 status collapsed
38862
38863 \begin_layout Plain Layout
38864
38865
38866 \backslash
38867 fcolorbox{black}{
38868 \end_layout
38869
38870 \end_inset
38871
38872 white
38873 \begin_inset ERT
38874 status collapsed
38875
38876 \begin_layout Plain Layout
38877
38878 }{
38879 \end_layout
38880
38881 \end_inset
38882
38883
38884 \begin_inset ERT
38885 status collapsed
38886
38887 \begin_layout Plain Layout
38888
38889 }
38890 \end_layout
38891
38892 \end_inset
38893
38894  色名
38895 \end_layout
38896
38897 \end_inset
38898 </cell>
38899 <cell alignment="left" valignment="top" usebox="none">
38900 \begin_inset Text
38901
38902 \begin_layout Plain Layout
38903 \begin_inset ERT
38904 status collapsed
38905
38906 \begin_layout Plain Layout
38907
38908
38909 \backslash
38910 fcolorbox{black}{
38911 \end_layout
38912
38913 \end_inset
38914
38915 white
38916 \begin_inset ERT
38917 status collapsed
38918
38919 \begin_layout Plain Layout
38920
38921 }{
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  色名
38938 \end_layout
38939
38940 \end_inset
38941 </cell>
38942 <cell alignment="left" 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 white
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 ERT
38971 status collapsed
38972
38973 \begin_layout Plain Layout
38974
38975 }
38976 \end_layout
38977
38978 \end_inset
38979
38980  色名
38981 \end_layout
38982
38983 \end_inset
38984 </cell>
38985 </row>
38986 <row>
38987 <cell alignment="center" valignment="top" usebox="none">
38988 \begin_inset Text
38989
38990 \begin_layout Plain Layout
38991 \begin_inset ERT
38992 status collapsed
38993
38994 \begin_layout Plain Layout
38995
38996
38997 \backslash
38998 fcolorbox{black}{
38999 \end_layout
39000
39001 \end_inset
39002
39003 Apricot
39004 \begin_inset ERT
39005 status collapsed
39006
39007 \begin_layout Plain Layout
39008
39009 }{
39010 \end_layout
39011
39012 \end_inset
39013
39014
39015 \begin_inset Phantom Phantom
39016 status open
39017
39018 \begin_layout Plain Layout
39019 W
39020 \end_layout
39021
39022 \end_inset
39023
39024
39025 \begin_inset ERT
39026 status collapsed
39027
39028 \begin_layout Plain Layout
39029
39030 }
39031 \end_layout
39032
39033 \end_inset
39034
39035  Apricot
39036 \end_layout
39037
39038 \end_inset
39039 </cell>
39040 <cell alignment="center" valignment="top" usebox="none">
39041 \begin_inset Text
39042
39043 \begin_layout Plain Layout
39044 \begin_inset ERT
39045 status collapsed
39046
39047 \begin_layout Plain Layout
39048
39049
39050 \backslash
39051 fcolorbox{black}{
39052 \end_layout
39053
39054 \end_inset
39055
39056 Aquamarine
39057 \begin_inset ERT
39058 status collapsed
39059
39060 \begin_layout Plain Layout
39061
39062 }{
39063 \end_layout
39064
39065 \end_inset
39066
39067
39068 \begin_inset Phantom Phantom
39069 status open
39070
39071 \begin_layout Plain Layout
39072 W
39073 \end_layout
39074
39075 \end_inset
39076
39077
39078 \begin_inset ERT
39079 status collapsed
39080
39081 \begin_layout Plain Layout
39082
39083 }
39084 \end_layout
39085
39086 \end_inset
39087
39088  Aquamarine
39089 \end_layout
39090
39091 \end_inset
39092 </cell>
39093 <cell alignment="center" valignment="top" usebox="none">
39094 \begin_inset Text
39095
39096 \begin_layout Plain Layout
39097 \begin_inset ERT
39098 status collapsed
39099
39100 \begin_layout Plain Layout
39101
39102
39103 \backslash
39104 fcolorbox{black}{
39105 \end_layout
39106
39107 \end_inset
39108
39109 Bittersweet
39110 \begin_inset ERT
39111 status collapsed
39112
39113 \begin_layout Plain Layout
39114
39115 }{
39116 \end_layout
39117
39118 \end_inset
39119
39120
39121 \begin_inset Phantom Phantom
39122 status open
39123
39124 \begin_layout Plain Layout
39125 W
39126 \end_layout
39127
39128 \end_inset
39129
39130
39131 \begin_inset ERT
39132 status collapsed
39133
39134 \begin_layout Plain Layout
39135
39136 }
39137 \end_layout
39138
39139 \end_inset
39140
39141  Bittersweet
39142 \end_layout
39143
39144 \end_inset
39145 </cell>
39146 <cell alignment="center" valignment="top" usebox="none">
39147 \begin_inset Text
39148
39149 \begin_layout Plain Layout
39150 \begin_inset ERT
39151 status collapsed
39152
39153 \begin_layout Plain Layout
39154
39155
39156 \backslash
39157 fcolorbox{black}{
39158 \end_layout
39159
39160 \end_inset
39161
39162 BlueGreen
39163 \begin_inset ERT
39164 status collapsed
39165
39166 \begin_layout Plain Layout
39167
39168 }{
39169 \end_layout
39170
39171 \end_inset
39172
39173
39174 \begin_inset Phantom Phantom
39175 status open
39176
39177 \begin_layout Plain Layout
39178 W
39179 \end_layout
39180
39181 \end_inset
39182
39183
39184 \begin_inset ERT
39185 status collapsed
39186
39187 \begin_layout Plain Layout
39188
39189 }
39190 \end_layout
39191
39192 \end_inset
39193
39194  BlueGreen
39195 \end_layout
39196
39197 \end_inset
39198 </cell>
39199 </row>
39200 <row>
39201 <cell alignment="left" valignment="top" usebox="none">
39202 \begin_inset Text
39203
39204 \begin_layout Plain Layout
39205 \begin_inset ERT
39206 status collapsed
39207
39208 \begin_layout Plain Layout
39209
39210
39211 \backslash
39212 fcolorbox{black}{
39213 \end_layout
39214
39215 \end_inset
39216
39217 BlueViolet
39218 \begin_inset ERT
39219 status collapsed
39220
39221 \begin_layout Plain Layout
39222
39223 }{
39224 \end_layout
39225
39226 \end_inset
39227
39228
39229 \begin_inset Phantom Phantom
39230 status open
39231
39232 \begin_layout Plain Layout
39233 W
39234 \end_layout
39235
39236 \end_inset
39237
39238
39239 \begin_inset ERT
39240 status collapsed
39241
39242 \begin_layout Plain Layout
39243
39244 }
39245 \end_layout
39246
39247 \end_inset
39248
39249  BlueViolet
39250 \end_layout
39251
39252 \end_inset
39253 </cell>
39254 <cell alignment="left" valignment="top" usebox="none">
39255 \begin_inset Text
39256
39257 \begin_layout Plain Layout
39258 \begin_inset ERT
39259 status collapsed
39260
39261 \begin_layout Plain Layout
39262
39263
39264 \backslash
39265 fcolorbox{black}{
39266 \end_layout
39267
39268 \end_inset
39269
39270 BrickRed
39271 \begin_inset ERT
39272 status collapsed
39273
39274 \begin_layout Plain Layout
39275
39276 }{
39277 \end_layout
39278
39279 \end_inset
39280
39281
39282 \begin_inset Phantom Phantom
39283 status open
39284
39285 \begin_layout Plain Layout
39286 W
39287 \end_layout
39288
39289 \end_inset
39290
39291
39292 \begin_inset ERT
39293 status collapsed
39294
39295 \begin_layout Plain Layout
39296
39297 }
39298 \end_layout
39299
39300 \end_inset
39301
39302  BrickRed
39303 \end_layout
39304
39305 \end_inset
39306 </cell>
39307 <cell alignment="left" valignment="top" usebox="none">
39308 \begin_inset Text
39309
39310 \begin_layout Plain Layout
39311 \begin_inset ERT
39312 status collapsed
39313
39314 \begin_layout Plain Layout
39315
39316
39317 \backslash
39318 fcolorbox{black}{
39319 \end_layout
39320
39321 \end_inset
39322
39323 Brown
39324 \begin_inset ERT
39325 status collapsed
39326
39327 \begin_layout Plain Layout
39328
39329 }{
39330 \end_layout
39331
39332 \end_inset
39333
39334
39335 \begin_inset Phantom Phantom
39336 status open
39337
39338 \begin_layout Plain Layout
39339 W
39340 \end_layout
39341
39342 \end_inset
39343
39344
39345 \begin_inset ERT
39346 status collapsed
39347
39348 \begin_layout Plain Layout
39349
39350 }
39351 \end_layout
39352
39353 \end_inset
39354
39355  Brown
39356 \end_layout
39357
39358 \end_inset
39359 </cell>
39360 <cell alignment="left" valignment="top" usebox="none">
39361 \begin_inset Text
39362
39363 \begin_layout Plain Layout
39364 \begin_inset ERT
39365 status collapsed
39366
39367 \begin_layout Plain Layout
39368
39369
39370 \backslash
39371 fcolorbox{black}{
39372 \end_layout
39373
39374 \end_inset
39375
39376 BurntOrange
39377 \begin_inset ERT
39378 status collapsed
39379
39380 \begin_layout Plain Layout
39381
39382 }{
39383 \end_layout
39384
39385 \end_inset
39386
39387
39388 \begin_inset Phantom Phantom
39389 status open
39390
39391 \begin_layout Plain Layout
39392 W
39393 \end_layout
39394
39395 \end_inset
39396
39397
39398 \begin_inset ERT
39399 status collapsed
39400
39401 \begin_layout Plain Layout
39402
39403 }
39404 \end_layout
39405
39406 \end_inset
39407
39408  BurntOrange
39409 \end_layout
39410
39411 \end_inset
39412 </cell>
39413 </row>
39414 <row>
39415 <cell alignment="left" valignment="top" usebox="none">
39416 \begin_inset Text
39417
39418 \begin_layout Plain Layout
39419 \begin_inset ERT
39420 status collapsed
39421
39422 \begin_layout Plain Layout
39423
39424
39425 \backslash
39426 fcolorbox{black}{
39427 \end_layout
39428
39429 \end_inset
39430
39431 CadetBlue
39432 \begin_inset ERT
39433 status collapsed
39434
39435 \begin_layout Plain Layout
39436
39437 }{
39438 \end_layout
39439
39440 \end_inset
39441
39442
39443 \begin_inset Phantom Phantom
39444 status open
39445
39446 \begin_layout Plain Layout
39447 W
39448 \end_layout
39449
39450 \end_inset
39451
39452
39453 \begin_inset ERT
39454 status collapsed
39455
39456 \begin_layout Plain Layout
39457
39458 }
39459 \end_layout
39460
39461 \end_inset
39462
39463  CadetBlue
39464 \end_layout
39465
39466 \end_inset
39467 </cell>
39468 <cell alignment="left" valignment="top" usebox="none">
39469 \begin_inset Text
39470
39471 \begin_layout Plain Layout
39472 \begin_inset ERT
39473 status collapsed
39474
39475 \begin_layout Plain Layout
39476
39477
39478 \backslash
39479 fcolorbox{black}{
39480 \end_layout
39481
39482 \end_inset
39483
39484 CarnationPink
39485 \begin_inset ERT
39486 status collapsed
39487
39488 \begin_layout Plain Layout
39489
39490 }{
39491 \end_layout
39492
39493 \end_inset
39494
39495
39496 \begin_inset Phantom Phantom
39497 status open
39498
39499 \begin_layout Plain Layout
39500 W
39501 \end_layout
39502
39503 \end_inset
39504
39505
39506 \begin_inset ERT
39507 status collapsed
39508
39509 \begin_layout Plain Layout
39510
39511 }
39512 \end_layout
39513
39514 \end_inset
39515
39516  CarnationPink
39517 \end_layout
39518
39519 \end_inset
39520 </cell>
39521 <cell alignment="left" valignment="top" usebox="none">
39522 \begin_inset Text
39523
39524 \begin_layout Plain Layout
39525 \begin_inset ERT
39526 status collapsed
39527
39528 \begin_layout Plain Layout
39529
39530
39531 \backslash
39532 fcolorbox{black}{
39533 \end_layout
39534
39535 \end_inset
39536
39537 Cerulean
39538 \begin_inset ERT
39539 status collapsed
39540
39541 \begin_layout Plain Layout
39542
39543 }{
39544 \end_layout
39545
39546 \end_inset
39547
39548
39549 \begin_inset Phantom Phantom
39550 status open
39551
39552 \begin_layout Plain Layout
39553 W
39554 \end_layout
39555
39556 \end_inset
39557
39558
39559 \begin_inset ERT
39560 status collapsed
39561
39562 \begin_layout Plain Layout
39563
39564 }
39565 \end_layout
39566
39567 \end_inset
39568
39569  Cerulean
39570 \end_layout
39571
39572 \end_inset
39573 </cell>
39574 <cell alignment="left" valignment="top" usebox="none">
39575 \begin_inset Text
39576
39577 \begin_layout Plain Layout
39578 \begin_inset ERT
39579 status collapsed
39580
39581 \begin_layout Plain Layout
39582
39583
39584 \backslash
39585 fcolorbox{black}{
39586 \end_layout
39587
39588 \end_inset
39589
39590 CornflowerBlue
39591 \begin_inset ERT
39592 status collapsed
39593
39594 \begin_layout Plain Layout
39595
39596 }{
39597 \end_layout
39598
39599 \end_inset
39600
39601
39602 \begin_inset Phantom Phantom
39603 status open
39604
39605 \begin_layout Plain Layout
39606 W
39607 \end_layout
39608
39609 \end_inset
39610
39611
39612 \begin_inset ERT
39613 status collapsed
39614
39615 \begin_layout Plain Layout
39616
39617 }
39618 \end_layout
39619
39620 \end_inset
39621
39622  CornflowerBlue
39623 \end_layout
39624
39625 \end_inset
39626 </cell>
39627 </row>
39628 <row>
39629 <cell alignment="left" valignment="top" usebox="none">
39630 \begin_inset Text
39631
39632 \begin_layout Plain Layout
39633 \begin_inset ERT
39634 status collapsed
39635
39636 \begin_layout Plain Layout
39637
39638
39639 \backslash
39640 fcolorbox{black}{
39641 \end_layout
39642
39643 \end_inset
39644
39645 Dandelion
39646 \begin_inset ERT
39647 status collapsed
39648
39649 \begin_layout Plain Layout
39650
39651 }{
39652 \end_layout
39653
39654 \end_inset
39655
39656
39657 \begin_inset Phantom Phantom
39658 status open
39659
39660 \begin_layout Plain Layout
39661 W
39662 \end_layout
39663
39664 \end_inset
39665
39666
39667 \begin_inset ERT
39668 status collapsed
39669
39670 \begin_layout Plain Layout
39671
39672 }
39673 \end_layout
39674
39675 \end_inset
39676
39677  Dandelion
39678 \end_layout
39679
39680 \end_inset
39681 </cell>
39682 <cell alignment="left" valignment="top" usebox="none">
39683 \begin_inset Text
39684
39685 \begin_layout Plain Layout
39686 \begin_inset ERT
39687 status collapsed
39688
39689 \begin_layout Plain Layout
39690
39691
39692 \backslash
39693 fcolorbox{black}{
39694 \end_layout
39695
39696 \end_inset
39697
39698 DarkOrchid
39699 \begin_inset ERT
39700 status collapsed
39701
39702 \begin_layout Plain Layout
39703
39704 }{
39705 \end_layout
39706
39707 \end_inset
39708
39709
39710 \begin_inset Phantom Phantom
39711 status open
39712
39713 \begin_layout Plain Layout
39714 W
39715 \end_layout
39716
39717 \end_inset
39718
39719
39720 \begin_inset ERT
39721 status collapsed
39722
39723 \begin_layout Plain Layout
39724
39725 }
39726 \end_layout
39727
39728 \end_inset
39729
39730  DarkOrchid
39731 \end_layout
39732
39733 \end_inset
39734 </cell>
39735 <cell alignment="left" valignment="top" usebox="none">
39736 \begin_inset Text
39737
39738 \begin_layout Plain Layout
39739 \begin_inset ERT
39740 status collapsed
39741
39742 \begin_layout Plain Layout
39743
39744
39745 \backslash
39746 fcolorbox{black}{
39747 \end_layout
39748
39749 \end_inset
39750
39751 Emerald
39752 \begin_inset ERT
39753 status collapsed
39754
39755 \begin_layout Plain Layout
39756
39757 }{
39758 \end_layout
39759
39760 \end_inset
39761
39762
39763 \begin_inset Phantom Phantom
39764 status open
39765
39766 \begin_layout Plain Layout
39767 W
39768 \end_layout
39769
39770 \end_inset
39771
39772
39773 \begin_inset ERT
39774 status collapsed
39775
39776 \begin_layout Plain Layout
39777
39778 }
39779 \end_layout
39780
39781 \end_inset
39782
39783  Emerald
39784 \end_layout
39785
39786 \end_inset
39787 </cell>
39788 <cell alignment="left" valignment="top" usebox="none">
39789 \begin_inset Text
39790
39791 \begin_layout Plain Layout
39792 \begin_inset ERT
39793 status collapsed
39794
39795 \begin_layout Plain Layout
39796
39797
39798 \backslash
39799 fcolorbox{black}{
39800 \end_layout
39801
39802 \end_inset
39803
39804 ForestGreen
39805 \begin_inset ERT
39806 status collapsed
39807
39808 \begin_layout Plain Layout
39809
39810 }{
39811 \end_layout
39812
39813 \end_inset
39814
39815
39816 \begin_inset Phantom Phantom
39817 status open
39818
39819 \begin_layout Plain Layout
39820 W
39821 \end_layout
39822
39823 \end_inset
39824
39825
39826 \begin_inset ERT
39827 status collapsed
39828
39829 \begin_layout Plain Layout
39830
39831 }
39832 \end_layout
39833
39834 \end_inset
39835
39836  ForestGreen
39837 \end_layout
39838
39839 \end_inset
39840 </cell>
39841 </row>
39842 <row>
39843 <cell alignment="left" valignment="top" usebox="none">
39844 \begin_inset Text
39845
39846 \begin_layout Plain Layout
39847 \begin_inset ERT
39848 status collapsed
39849
39850 \begin_layout Plain Layout
39851
39852
39853 \backslash
39854 fcolorbox{black}{
39855 \end_layout
39856
39857 \end_inset
39858
39859 Fuchsia
39860 \begin_inset ERT
39861 status collapsed
39862
39863 \begin_layout Plain Layout
39864
39865 }{
39866 \end_layout
39867
39868 \end_inset
39869
39870
39871 \begin_inset Phantom Phantom
39872 status open
39873
39874 \begin_layout Plain Layout
39875 W
39876 \end_layout
39877
39878 \end_inset
39879
39880
39881 \begin_inset ERT
39882 status collapsed
39883
39884 \begin_layout Plain Layout
39885
39886 }
39887 \end_layout
39888
39889 \end_inset
39890
39891  Fuchsia
39892 \end_layout
39893
39894 \end_inset
39895 </cell>
39896 <cell alignment="left" valignment="top" usebox="none">
39897 \begin_inset Text
39898
39899 \begin_layout Plain Layout
39900 \begin_inset ERT
39901 status collapsed
39902
39903 \begin_layout Plain Layout
39904
39905
39906 \backslash
39907 fcolorbox{black}{
39908 \end_layout
39909
39910 \end_inset
39911
39912 Goldenrod
39913 \begin_inset ERT
39914 status collapsed
39915
39916 \begin_layout Plain Layout
39917
39918 }{
39919 \end_layout
39920
39921 \end_inset
39922
39923
39924 \begin_inset Phantom Phantom
39925 status open
39926
39927 \begin_layout Plain Layout
39928 W
39929 \end_layout
39930
39931 \end_inset
39932
39933
39934 \begin_inset ERT
39935 status collapsed
39936
39937 \begin_layout Plain Layout
39938
39939 }
39940 \end_layout
39941
39942 \end_inset
39943
39944  Goldenrod
39945 \end_layout
39946
39947 \end_inset
39948 </cell>
39949 <cell alignment="left" valignment="top" usebox="none">
39950 \begin_inset Text
39951
39952 \begin_layout Plain Layout
39953 \begin_inset ERT
39954 status collapsed
39955
39956 \begin_layout Plain Layout
39957
39958
39959 \backslash
39960 fcolorbox{black}{
39961 \end_layout
39962
39963 \end_inset
39964
39965 Gray
39966 \begin_inset ERT
39967 status collapsed
39968
39969 \begin_layout Plain Layout
39970
39971 }{
39972 \end_layout
39973
39974 \end_inset
39975
39976
39977 \begin_inset Phantom Phantom
39978 status open
39979
39980 \begin_layout Plain Layout
39981 W
39982 \end_layout
39983
39984 \end_inset
39985
39986
39987 \begin_inset ERT
39988 status collapsed
39989
39990 \begin_layout Plain Layout
39991
39992 }
39993 \end_layout
39994
39995 \end_inset
39996
39997  Gray
39998 \end_layout
39999
40000 \end_inset
40001 </cell>
40002 <cell alignment="left" valignment="top" usebox="none">
40003 \begin_inset Text
40004
40005 \begin_layout Plain Layout
40006 \begin_inset ERT
40007 status collapsed
40008
40009 \begin_layout Plain Layout
40010
40011
40012 \backslash
40013 fcolorbox{black}{
40014 \end_layout
40015
40016 \end_inset
40017
40018 GreenYellow
40019 \begin_inset ERT
40020 status collapsed
40021
40022 \begin_layout Plain Layout
40023
40024 }{
40025 \end_layout
40026
40027 \end_inset
40028
40029
40030 \begin_inset Phantom Phantom
40031 status open
40032
40033 \begin_layout Plain Layout
40034 W
40035 \end_layout
40036
40037 \end_inset
40038
40039
40040 \begin_inset ERT
40041 status collapsed
40042
40043 \begin_layout Plain Layout
40044
40045 }
40046 \end_layout
40047
40048 \end_inset
40049
40050  GreenYellow
40051 \end_layout
40052
40053 \end_inset
40054 </cell>
40055 </row>
40056 <row>
40057 <cell alignment="center" valignment="top" usebox="none">
40058 \begin_inset Text
40059
40060 \begin_layout Plain Layout
40061 \begin_inset ERT
40062 status collapsed
40063
40064 \begin_layout Plain Layout
40065
40066
40067 \backslash
40068 fcolorbox{black}{
40069 \end_layout
40070
40071 \end_inset
40072
40073 JungleGreen
40074 \begin_inset ERT
40075 status collapsed
40076
40077 \begin_layout Plain Layout
40078
40079 }{
40080 \end_layout
40081
40082 \end_inset
40083
40084
40085 \begin_inset Phantom Phantom
40086 status open
40087
40088 \begin_layout Plain Layout
40089 W
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \begin_inset ERT
40096 status collapsed
40097
40098 \begin_layout Plain Layout
40099
40100 }
40101 \end_layout
40102
40103 \end_inset
40104
40105  JungleGreen
40106 \end_layout
40107
40108 \end_inset
40109 </cell>
40110 <cell alignment="center" valignment="top" usebox="none">
40111 \begin_inset Text
40112
40113 \begin_layout Plain Layout
40114 \begin_inset ERT
40115 status collapsed
40116
40117 \begin_layout Plain Layout
40118
40119
40120 \backslash
40121 fcolorbox{black}{
40122 \end_layout
40123
40124 \end_inset
40125
40126 Lavender
40127 \begin_inset ERT
40128 status collapsed
40129
40130 \begin_layout Plain Layout
40131
40132 }{
40133 \end_layout
40134
40135 \end_inset
40136
40137
40138 \begin_inset Phantom Phantom
40139 status open
40140
40141 \begin_layout Plain Layout
40142 W
40143 \end_layout
40144
40145 \end_inset
40146
40147
40148 \begin_inset ERT
40149 status collapsed
40150
40151 \begin_layout Plain Layout
40152
40153 }
40154 \end_layout
40155
40156 \end_inset
40157
40158  Lavender
40159 \end_layout
40160
40161 \end_inset
40162 </cell>
40163 <cell alignment="center" valignment="top" usebox="none">
40164 \begin_inset Text
40165
40166 \begin_layout Plain Layout
40167 \begin_inset ERT
40168 status collapsed
40169
40170 \begin_layout Plain Layout
40171
40172
40173 \backslash
40174 fcolorbox{black}{
40175 \end_layout
40176
40177 \end_inset
40178
40179 LimeGreen
40180 \begin_inset ERT
40181 status collapsed
40182
40183 \begin_layout Plain Layout
40184
40185 }{
40186 \end_layout
40187
40188 \end_inset
40189
40190
40191 \begin_inset Phantom Phantom
40192 status open
40193
40194 \begin_layout Plain Layout
40195 W
40196 \end_layout
40197
40198 \end_inset
40199
40200
40201 \begin_inset ERT
40202 status collapsed
40203
40204 \begin_layout Plain Layout
40205
40206 }
40207 \end_layout
40208
40209 \end_inset
40210
40211  LimeGreen
40212 \end_layout
40213
40214 \end_inset
40215 </cell>
40216 <cell alignment="center" valignment="top" usebox="none">
40217 \begin_inset Text
40218
40219 \begin_layout Plain Layout
40220 \begin_inset ERT
40221 status collapsed
40222
40223 \begin_layout Plain Layout
40224
40225
40226 \backslash
40227 fcolorbox{black}{
40228 \end_layout
40229
40230 \end_inset
40231
40232 Mahogany
40233 \begin_inset ERT
40234 status collapsed
40235
40236 \begin_layout Plain Layout
40237
40238 }{
40239 \end_layout
40240
40241 \end_inset
40242
40243
40244 \begin_inset Phantom Phantom
40245 status open
40246
40247 \begin_layout Plain Layout
40248 W
40249 \end_layout
40250
40251 \end_inset
40252
40253
40254 \begin_inset ERT
40255 status collapsed
40256
40257 \begin_layout Plain Layout
40258
40259 }
40260 \end_layout
40261
40262 \end_inset
40263
40264  Mahogany
40265 \end_layout
40266
40267 \end_inset
40268 </cell>
40269 </row>
40270 <row>
40271 <cell alignment="left" valignment="top" usebox="none">
40272 \begin_inset Text
40273
40274 \begin_layout Plain Layout
40275 \begin_inset ERT
40276 status collapsed
40277
40278 \begin_layout Plain Layout
40279
40280
40281 \backslash
40282 fcolorbox{black}{
40283 \end_layout
40284
40285 \end_inset
40286
40287 Mahogany
40288 \begin_inset ERT
40289 status collapsed
40290
40291 \begin_layout Plain Layout
40292
40293 }{
40294 \end_layout
40295
40296 \end_inset
40297
40298
40299 \begin_inset Phantom Phantom
40300 status open
40301
40302 \begin_layout Plain Layout
40303 W
40304 \end_layout
40305
40306 \end_inset
40307
40308
40309 \begin_inset ERT
40310 status collapsed
40311
40312 \begin_layout Plain Layout
40313
40314 }
40315 \end_layout
40316
40317 \end_inset
40318
40319  Mahogany
40320 \end_layout
40321
40322 \end_inset
40323 </cell>
40324 <cell alignment="left" valignment="top" usebox="none">
40325 \begin_inset Text
40326
40327 \begin_layout Plain Layout
40328 \begin_inset ERT
40329 status collapsed
40330
40331 \begin_layout Plain Layout
40332
40333
40334 \backslash
40335 fcolorbox{black}{
40336 \end_layout
40337
40338 \end_inset
40339
40340 Maroon
40341 \begin_inset ERT
40342 status collapsed
40343
40344 \begin_layout Plain Layout
40345
40346 }{
40347 \end_layout
40348
40349 \end_inset
40350
40351
40352 \begin_inset Phantom Phantom
40353 status open
40354
40355 \begin_layout Plain Layout
40356 W
40357 \end_layout
40358
40359 \end_inset
40360
40361
40362 \begin_inset ERT
40363 status collapsed
40364
40365 \begin_layout Plain Layout
40366
40367 }
40368 \end_layout
40369
40370 \end_inset
40371
40372  Maroon
40373 \end_layout
40374
40375 \end_inset
40376 </cell>
40377 <cell alignment="left" valignment="top" usebox="none">
40378 \begin_inset Text
40379
40380 \begin_layout Plain Layout
40381 \begin_inset ERT
40382 status collapsed
40383
40384 \begin_layout Plain Layout
40385
40386
40387 \backslash
40388 fcolorbox{black}{
40389 \end_layout
40390
40391 \end_inset
40392
40393 Melon
40394 \begin_inset ERT
40395 status collapsed
40396
40397 \begin_layout Plain Layout
40398
40399 }{
40400 \end_layout
40401
40402 \end_inset
40403
40404
40405 \begin_inset Phantom Phantom
40406 status open
40407
40408 \begin_layout Plain Layout
40409 W
40410 \end_layout
40411
40412 \end_inset
40413
40414
40415 \begin_inset ERT
40416 status collapsed
40417
40418 \begin_layout Plain Layout
40419
40420 }
40421 \end_layout
40422
40423 \end_inset
40424
40425  Melon
40426 \end_layout
40427
40428 \end_inset
40429 </cell>
40430 <cell alignment="left" valignment="top" usebox="none">
40431 \begin_inset Text
40432
40433 \begin_layout Plain Layout
40434 \begin_inset ERT
40435 status collapsed
40436
40437 \begin_layout Plain Layout
40438
40439
40440 \backslash
40441 fcolorbox{black}{
40442 \end_layout
40443
40444 \end_inset
40445
40446 MidnightBlue
40447 \begin_inset ERT
40448 status collapsed
40449
40450 \begin_layout Plain Layout
40451
40452 }{
40453 \end_layout
40454
40455 \end_inset
40456
40457
40458 \begin_inset Phantom Phantom
40459 status open
40460
40461 \begin_layout Plain Layout
40462 W
40463 \end_layout
40464
40465 \end_inset
40466
40467
40468 \begin_inset ERT
40469 status collapsed
40470
40471 \begin_layout Plain Layout
40472
40473 }
40474 \end_layout
40475
40476 \end_inset
40477
40478  MidnightBlue
40479 \end_layout
40480
40481 \end_inset
40482 </cell>
40483 </row>
40484 <row>
40485 <cell alignment="left" valignment="top" usebox="none">
40486 \begin_inset Text
40487
40488 \begin_layout Plain Layout
40489 \begin_inset ERT
40490 status collapsed
40491
40492 \begin_layout Plain Layout
40493
40494
40495 \backslash
40496 fcolorbox{black}{
40497 \end_layout
40498
40499 \end_inset
40500
40501 Mulberry
40502 \begin_inset ERT
40503 status collapsed
40504
40505 \begin_layout Plain Layout
40506
40507 }{
40508 \end_layout
40509
40510 \end_inset
40511
40512
40513 \begin_inset Phantom Phantom
40514 status open
40515
40516 \begin_layout Plain Layout
40517 W
40518 \end_layout
40519
40520 \end_inset
40521
40522
40523 \begin_inset ERT
40524 status collapsed
40525
40526 \begin_layout Plain Layout
40527
40528 }
40529 \end_layout
40530
40531 \end_inset
40532
40533  Mulberry
40534 \end_layout
40535
40536 \end_inset
40537 </cell>
40538 <cell alignment="left" valignment="top" usebox="none">
40539 \begin_inset Text
40540
40541 \begin_layout Plain Layout
40542 \begin_inset ERT
40543 status collapsed
40544
40545 \begin_layout Plain Layout
40546
40547
40548 \backslash
40549 fcolorbox{black}{
40550 \end_layout
40551
40552 \end_inset
40553
40554 NavyBlue
40555 \begin_inset ERT
40556 status collapsed
40557
40558 \begin_layout Plain Layout
40559
40560 }{
40561 \end_layout
40562
40563 \end_inset
40564
40565
40566 \begin_inset Phantom Phantom
40567 status open
40568
40569 \begin_layout Plain Layout
40570 W
40571 \end_layout
40572
40573 \end_inset
40574
40575
40576 \begin_inset ERT
40577 status collapsed
40578
40579 \begin_layout Plain Layout
40580
40581 }
40582 \end_layout
40583
40584 \end_inset
40585
40586  NavyBlue
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 <cell alignment="left" valignment="top" usebox="none">
40592 \begin_inset Text
40593
40594 \begin_layout Plain Layout
40595 \begin_inset ERT
40596 status collapsed
40597
40598 \begin_layout Plain Layout
40599
40600
40601 \backslash
40602 fcolorbox{black}{
40603 \end_layout
40604
40605 \end_inset
40606
40607 OliveGreen
40608 \begin_inset ERT
40609 status collapsed
40610
40611 \begin_layout Plain Layout
40612
40613 }{
40614 \end_layout
40615
40616 \end_inset
40617
40618
40619 \begin_inset Phantom Phantom
40620 status open
40621
40622 \begin_layout Plain Layout
40623 W
40624 \end_layout
40625
40626 \end_inset
40627
40628
40629 \begin_inset ERT
40630 status collapsed
40631
40632 \begin_layout Plain Layout
40633
40634 }
40635 \end_layout
40636
40637 \end_inset
40638
40639  OliveGreen
40640 \end_layout
40641
40642 \end_inset
40643 </cell>
40644 <cell alignment="left" valignment="top" usebox="none">
40645 \begin_inset Text
40646
40647 \begin_layout Plain Layout
40648 \begin_inset ERT
40649 status collapsed
40650
40651 \begin_layout Plain Layout
40652
40653
40654 \backslash
40655 fcolorbox{black}{
40656 \end_layout
40657
40658 \end_inset
40659
40660 Orange
40661 \begin_inset ERT
40662 status collapsed
40663
40664 \begin_layout Plain Layout
40665
40666 }{
40667 \end_layout
40668
40669 \end_inset
40670
40671
40672 \begin_inset Phantom Phantom
40673 status open
40674
40675 \begin_layout Plain Layout
40676 W
40677 \end_layout
40678
40679 \end_inset
40680
40681
40682 \begin_inset ERT
40683 status collapsed
40684
40685 \begin_layout Plain Layout
40686
40687 }
40688 \end_layout
40689
40690 \end_inset
40691
40692  Orange
40693 \end_layout
40694
40695 \end_inset
40696 </cell>
40697 </row>
40698 <row>
40699 <cell alignment="left" valignment="top" usebox="none">
40700 \begin_inset Text
40701
40702 \begin_layout Plain Layout
40703 \begin_inset ERT
40704 status collapsed
40705
40706 \begin_layout Plain Layout
40707
40708
40709 \backslash
40710 fcolorbox{black}{
40711 \end_layout
40712
40713 \end_inset
40714
40715 OrangeRed
40716 \begin_inset ERT
40717 status collapsed
40718
40719 \begin_layout Plain Layout
40720
40721 }{
40722 \end_layout
40723
40724 \end_inset
40725
40726
40727 \begin_inset Phantom Phantom
40728 status open
40729
40730 \begin_layout Plain Layout
40731 W
40732 \end_layout
40733
40734 \end_inset
40735
40736
40737 \begin_inset ERT
40738 status collapsed
40739
40740 \begin_layout Plain Layout
40741
40742 }
40743 \end_layout
40744
40745 \end_inset
40746
40747  OrangeRed
40748 \end_layout
40749
40750 \end_inset
40751 </cell>
40752 <cell alignment="left" valignment="top" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 \begin_inset ERT
40757 status collapsed
40758
40759 \begin_layout Plain Layout
40760
40761
40762 \backslash
40763 fcolorbox{black}{
40764 \end_layout
40765
40766 \end_inset
40767
40768 Orchid
40769 \begin_inset ERT
40770 status collapsed
40771
40772 \begin_layout Plain Layout
40773
40774 }{
40775 \end_layout
40776
40777 \end_inset
40778
40779
40780 \begin_inset Phantom Phantom
40781 status open
40782
40783 \begin_layout Plain Layout
40784 W
40785 \end_layout
40786
40787 \end_inset
40788
40789
40790 \begin_inset ERT
40791 status collapsed
40792
40793 \begin_layout Plain Layout
40794
40795 }
40796 \end_layout
40797
40798 \end_inset
40799
40800  Orchid
40801 \end_layout
40802
40803 \end_inset
40804 </cell>
40805 <cell alignment="left" valignment="top" usebox="none">
40806 \begin_inset Text
40807
40808 \begin_layout Plain Layout
40809 \begin_inset ERT
40810 status collapsed
40811
40812 \begin_layout Plain Layout
40813
40814
40815 \backslash
40816 fcolorbox{black}{
40817 \end_layout
40818
40819 \end_inset
40820
40821 Peach
40822 \begin_inset ERT
40823 status collapsed
40824
40825 \begin_layout Plain Layout
40826
40827 }{
40828 \end_layout
40829
40830 \end_inset
40831
40832
40833 \begin_inset Phantom Phantom
40834 status open
40835
40836 \begin_layout Plain Layout
40837 W
40838 \end_layout
40839
40840 \end_inset
40841
40842
40843 \begin_inset ERT
40844 status collapsed
40845
40846 \begin_layout Plain Layout
40847
40848 }
40849 \end_layout
40850
40851 \end_inset
40852
40853  Peach
40854 \end_layout
40855
40856 \end_inset
40857 </cell>
40858 <cell alignment="left" valignment="top" usebox="none">
40859 \begin_inset Text
40860
40861 \begin_layout Plain Layout
40862 \begin_inset ERT
40863 status collapsed
40864
40865 \begin_layout Plain Layout
40866
40867
40868 \backslash
40869 fcolorbox{black}{
40870 \end_layout
40871
40872 \end_inset
40873
40874 Periwinkle
40875 \begin_inset ERT
40876 status collapsed
40877
40878 \begin_layout Plain Layout
40879
40880 }{
40881 \end_layout
40882
40883 \end_inset
40884
40885
40886 \begin_inset Phantom Phantom
40887 status open
40888
40889 \begin_layout Plain Layout
40890 W
40891 \end_layout
40892
40893 \end_inset
40894
40895
40896 \begin_inset ERT
40897 status collapsed
40898
40899 \begin_layout Plain Layout
40900
40901 }
40902 \end_layout
40903
40904 \end_inset
40905
40906  Periwinkle
40907 \end_layout
40908
40909 \end_inset
40910 </cell>
40911 </row>
40912 <row>
40913 <cell alignment="left" valignment="top" usebox="none">
40914 \begin_inset Text
40915
40916 \begin_layout Plain Layout
40917 \begin_inset ERT
40918 status collapsed
40919
40920 \begin_layout Plain Layout
40921
40922
40923 \backslash
40924 fcolorbox{black}{
40925 \end_layout
40926
40927 \end_inset
40928
40929 PineGreen
40930 \begin_inset ERT
40931 status collapsed
40932
40933 \begin_layout Plain Layout
40934
40935 }{
40936 \end_layout
40937
40938 \end_inset
40939
40940
40941 \begin_inset Phantom Phantom
40942 status open
40943
40944 \begin_layout Plain Layout
40945 W
40946 \end_layout
40947
40948 \end_inset
40949
40950
40951 \begin_inset ERT
40952 status collapsed
40953
40954 \begin_layout Plain Layout
40955
40956 }
40957 \end_layout
40958
40959 \end_inset
40960
40961  PineGreen
40962 \end_layout
40963
40964 \end_inset
40965 </cell>
40966 <cell alignment="left" valignment="top" usebox="none">
40967 \begin_inset Text
40968
40969 \begin_layout Plain Layout
40970 \begin_inset ERT
40971 status collapsed
40972
40973 \begin_layout Plain Layout
40974
40975
40976 \backslash
40977 fcolorbox{black}{
40978 \end_layout
40979
40980 \end_inset
40981
40982 Plum
40983 \begin_inset ERT
40984 status collapsed
40985
40986 \begin_layout Plain Layout
40987
40988 }{
40989 \end_layout
40990
40991 \end_inset
40992
40993
40994 \begin_inset Phantom Phantom
40995 status open
40996
40997 \begin_layout Plain Layout
40998 W
40999 \end_layout
41000
41001 \end_inset
41002
41003
41004 \begin_inset ERT
41005 status collapsed
41006
41007 \begin_layout Plain Layout
41008
41009 }
41010 \end_layout
41011
41012 \end_inset
41013
41014  Plum
41015 \end_layout
41016
41017 \end_inset
41018 </cell>
41019 <cell alignment="left" valignment="top" usebox="none">
41020 \begin_inset Text
41021
41022 \begin_layout Plain Layout
41023 \begin_inset ERT
41024 status collapsed
41025
41026 \begin_layout Plain Layout
41027
41028
41029 \backslash
41030 fcolorbox{black}{
41031 \end_layout
41032
41033 \end_inset
41034
41035 ProcessBlue
41036 \begin_inset ERT
41037 status collapsed
41038
41039 \begin_layout Plain Layout
41040
41041 }{
41042 \end_layout
41043
41044 \end_inset
41045
41046
41047 \begin_inset Phantom Phantom
41048 status open
41049
41050 \begin_layout Plain Layout
41051 W
41052 \end_layout
41053
41054 \end_inset
41055
41056
41057 \begin_inset ERT
41058 status collapsed
41059
41060 \begin_layout Plain Layout
41061
41062 }
41063 \end_layout
41064
41065 \end_inset
41066
41067  ProcessBlue
41068 \end_layout
41069
41070 \end_inset
41071 </cell>
41072 <cell alignment="left" valignment="top" usebox="none">
41073 \begin_inset Text
41074
41075 \begin_layout Plain Layout
41076 \begin_inset ERT
41077 status collapsed
41078
41079 \begin_layout Plain Layout
41080
41081
41082 \backslash
41083 fcolorbox{black}{
41084 \end_layout
41085
41086 \end_inset
41087
41088 Purple
41089 \begin_inset ERT
41090 status collapsed
41091
41092 \begin_layout Plain Layout
41093
41094 }{
41095 \end_layout
41096
41097 \end_inset
41098
41099
41100 \begin_inset Phantom Phantom
41101 status open
41102
41103 \begin_layout Plain Layout
41104 W
41105 \end_layout
41106
41107 \end_inset
41108
41109
41110 \begin_inset ERT
41111 status collapsed
41112
41113 \begin_layout Plain Layout
41114
41115 }
41116 \end_layout
41117
41118 \end_inset
41119
41120  Purple
41121 \end_layout
41122
41123 \end_inset
41124 </cell>
41125 </row>
41126 <row>
41127 <cell alignment="left" valignment="top" usebox="none">
41128 \begin_inset Text
41129
41130 \begin_layout Plain Layout
41131 \begin_inset ERT
41132 status collapsed
41133
41134 \begin_layout Plain Layout
41135
41136
41137 \backslash
41138 fcolorbox{black}{
41139 \end_layout
41140
41141 \end_inset
41142
41143 RawSienna
41144 \begin_inset ERT
41145 status collapsed
41146
41147 \begin_layout Plain Layout
41148
41149 }{
41150 \end_layout
41151
41152 \end_inset
41153
41154
41155 \begin_inset Phantom Phantom
41156 status open
41157
41158 \begin_layout Plain Layout
41159 W
41160 \end_layout
41161
41162 \end_inset
41163
41164
41165 \begin_inset ERT
41166 status collapsed
41167
41168 \begin_layout Plain Layout
41169
41170 }
41171 \end_layout
41172
41173 \end_inset
41174
41175  RawSienna
41176 \end_layout
41177
41178 \end_inset
41179 </cell>
41180 <cell alignment="left" valignment="top" usebox="none">
41181 \begin_inset Text
41182
41183 \begin_layout Plain Layout
41184 \begin_inset ERT
41185 status collapsed
41186
41187 \begin_layout Plain Layout
41188
41189
41190 \backslash
41191 fcolorbox{black}{
41192 \end_layout
41193
41194 \end_inset
41195
41196 RedOrange
41197 \begin_inset ERT
41198 status collapsed
41199
41200 \begin_layout Plain Layout
41201
41202 }{
41203 \end_layout
41204
41205 \end_inset
41206
41207
41208 \begin_inset Phantom Phantom
41209 status open
41210
41211 \begin_layout Plain Layout
41212 W
41213 \end_layout
41214
41215 \end_inset
41216
41217
41218 \begin_inset ERT
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222
41223 }
41224 \end_layout
41225
41226 \end_inset
41227
41228  RedOrange
41229 \end_layout
41230
41231 \end_inset
41232 </cell>
41233 <cell alignment="left" valignment="top" usebox="none">
41234 \begin_inset Text
41235
41236 \begin_layout Plain Layout
41237 \begin_inset ERT
41238 status collapsed
41239
41240 \begin_layout Plain Layout
41241
41242
41243 \backslash
41244 fcolorbox{black}{
41245 \end_layout
41246
41247 \end_inset
41248
41249 RedViolet
41250 \begin_inset ERT
41251 status collapsed
41252
41253 \begin_layout Plain Layout
41254
41255 }{
41256 \end_layout
41257
41258 \end_inset
41259
41260
41261 \begin_inset Phantom Phantom
41262 status open
41263
41264 \begin_layout Plain Layout
41265 W
41266 \end_layout
41267
41268 \end_inset
41269
41270
41271 \begin_inset ERT
41272 status collapsed
41273
41274 \begin_layout Plain Layout
41275
41276 }
41277 \end_layout
41278
41279 \end_inset
41280
41281  RedViolet
41282 \end_layout
41283
41284 \end_inset
41285 </cell>
41286 <cell alignment="left" valignment="top" usebox="none">
41287 \begin_inset Text
41288
41289 \begin_layout Plain Layout
41290 \begin_inset ERT
41291 status collapsed
41292
41293 \begin_layout Plain Layout
41294
41295
41296 \backslash
41297 fcolorbox{black}{
41298 \end_layout
41299
41300 \end_inset
41301
41302 Rhodamine
41303 \begin_inset ERT
41304 status collapsed
41305
41306 \begin_layout Plain Layout
41307
41308 }{
41309 \end_layout
41310
41311 \end_inset
41312
41313
41314 \begin_inset Phantom Phantom
41315 status open
41316
41317 \begin_layout Plain Layout
41318 W
41319 \end_layout
41320
41321 \end_inset
41322
41323
41324 \begin_inset ERT
41325 status collapsed
41326
41327 \begin_layout Plain Layout
41328
41329 }
41330 \end_layout
41331
41332 \end_inset
41333
41334  Rhodamine
41335 \end_layout
41336
41337 \end_inset
41338 </cell>
41339 </row>
41340 <row>
41341 <cell alignment="left" valignment="top" usebox="none">
41342 \begin_inset Text
41343
41344 \begin_layout Plain Layout
41345 \begin_inset ERT
41346 status collapsed
41347
41348 \begin_layout Plain Layout
41349
41350
41351 \backslash
41352 fcolorbox{black}{
41353 \end_layout
41354
41355 \end_inset
41356
41357 RoyalBlue
41358 \begin_inset ERT
41359 status collapsed
41360
41361 \begin_layout Plain Layout
41362
41363 }{
41364 \end_layout
41365
41366 \end_inset
41367
41368
41369 \begin_inset Phantom Phantom
41370 status open
41371
41372 \begin_layout Plain Layout
41373 W
41374 \end_layout
41375
41376 \end_inset
41377
41378
41379 \begin_inset ERT
41380 status collapsed
41381
41382 \begin_layout Plain Layout
41383
41384 }
41385 \end_layout
41386
41387 \end_inset
41388
41389  RoyalBlue
41390 \end_layout
41391
41392 \end_inset
41393 </cell>
41394 <cell alignment="left" valignment="top" usebox="none">
41395 \begin_inset Text
41396
41397 \begin_layout Plain Layout
41398 \begin_inset ERT
41399 status collapsed
41400
41401 \begin_layout Plain Layout
41402
41403
41404 \backslash
41405 fcolorbox{black}{
41406 \end_layout
41407
41408 \end_inset
41409
41410 RoyalPurple
41411 \begin_inset ERT
41412 status collapsed
41413
41414 \begin_layout Plain Layout
41415
41416 }{
41417 \end_layout
41418
41419 \end_inset
41420
41421
41422 \begin_inset Phantom Phantom
41423 status open
41424
41425 \begin_layout Plain Layout
41426 W
41427 \end_layout
41428
41429 \end_inset
41430
41431
41432 \begin_inset ERT
41433 status collapsed
41434
41435 \begin_layout Plain Layout
41436
41437 }
41438 \end_layout
41439
41440 \end_inset
41441
41442  RoyalPurple
41443 \end_layout
41444
41445 \end_inset
41446 </cell>
41447 <cell alignment="left" valignment="top" usebox="none">
41448 \begin_inset Text
41449
41450 \begin_layout Plain Layout
41451 \begin_inset ERT
41452 status collapsed
41453
41454 \begin_layout Plain Layout
41455
41456
41457 \backslash
41458 fcolorbox{black}{
41459 \end_layout
41460
41461 \end_inset
41462
41463 RubineRed
41464 \begin_inset ERT
41465 status collapsed
41466
41467 \begin_layout Plain Layout
41468
41469 }{
41470 \end_layout
41471
41472 \end_inset
41473
41474
41475 \begin_inset Phantom Phantom
41476 status open
41477
41478 \begin_layout Plain Layout
41479 W
41480 \end_layout
41481
41482 \end_inset
41483
41484
41485 \begin_inset ERT
41486 status collapsed
41487
41488 \begin_layout Plain Layout
41489
41490 }
41491 \end_layout
41492
41493 \end_inset
41494
41495  RubineRed
41496 \end_layout
41497
41498 \end_inset
41499 </cell>
41500 <cell alignment="left" valignment="top" usebox="none">
41501 \begin_inset Text
41502
41503 \begin_layout Plain Layout
41504 \begin_inset ERT
41505 status collapsed
41506
41507 \begin_layout Plain Layout
41508
41509
41510 \backslash
41511 fcolorbox{black}{
41512 \end_layout
41513
41514 \end_inset
41515
41516 Salmon
41517 \begin_inset ERT
41518 status collapsed
41519
41520 \begin_layout Plain Layout
41521
41522 }{
41523 \end_layout
41524
41525 \end_inset
41526
41527
41528 \begin_inset Phantom Phantom
41529 status open
41530
41531 \begin_layout Plain Layout
41532 W
41533 \end_layout
41534
41535 \end_inset
41536
41537
41538 \begin_inset ERT
41539 status collapsed
41540
41541 \begin_layout Plain Layout
41542
41543 }
41544 \end_layout
41545
41546 \end_inset
41547
41548  Salmon
41549 \end_layout
41550
41551 \end_inset
41552 </cell>
41553 </row>
41554 <row>
41555 <cell alignment="left" valignment="top" usebox="none">
41556 \begin_inset Text
41557
41558 \begin_layout Plain Layout
41559 \begin_inset ERT
41560 status collapsed
41561
41562 \begin_layout Plain Layout
41563
41564
41565 \backslash
41566 fcolorbox{black}{
41567 \end_layout
41568
41569 \end_inset
41570
41571 SeaGreen
41572 \begin_inset ERT
41573 status collapsed
41574
41575 \begin_layout Plain Layout
41576
41577 }{
41578 \end_layout
41579
41580 \end_inset
41581
41582
41583 \begin_inset Phantom Phantom
41584 status open
41585
41586 \begin_layout Plain Layout
41587 W
41588 \end_layout
41589
41590 \end_inset
41591
41592
41593 \begin_inset ERT
41594 status collapsed
41595
41596 \begin_layout Plain Layout
41597
41598 }
41599 \end_layout
41600
41601 \end_inset
41602
41603  SeaGreen
41604 \end_layout
41605
41606 \end_inset
41607 </cell>
41608 <cell alignment="left" valignment="top" usebox="none">
41609 \begin_inset Text
41610
41611 \begin_layout Plain Layout
41612 \begin_inset ERT
41613 status collapsed
41614
41615 \begin_layout Plain Layout
41616
41617
41618 \backslash
41619 fcolorbox{black}{
41620 \end_layout
41621
41622 \end_inset
41623
41624 Sepia
41625 \begin_inset ERT
41626 status collapsed
41627
41628 \begin_layout Plain Layout
41629
41630 }{
41631 \end_layout
41632
41633 \end_inset
41634
41635
41636 \begin_inset Phantom Phantom
41637 status open
41638
41639 \begin_layout Plain Layout
41640 W
41641 \end_layout
41642
41643 \end_inset
41644
41645
41646 \begin_inset ERT
41647 status collapsed
41648
41649 \begin_layout Plain Layout
41650
41651 }
41652 \end_layout
41653
41654 \end_inset
41655
41656  Sepia
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 <cell alignment="left" valignment="top" usebox="none">
41662 \begin_inset Text
41663
41664 \begin_layout Plain Layout
41665 \begin_inset ERT
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669
41670
41671 \backslash
41672 fcolorbox{black}{
41673 \end_layout
41674
41675 \end_inset
41676
41677 SkyBlue
41678 \begin_inset ERT
41679 status collapsed
41680
41681 \begin_layout Plain Layout
41682
41683 }{
41684 \end_layout
41685
41686 \end_inset
41687
41688
41689 \begin_inset Phantom Phantom
41690 status open
41691
41692 \begin_layout Plain Layout
41693 W
41694 \end_layout
41695
41696 \end_inset
41697
41698
41699 \begin_inset ERT
41700 status collapsed
41701
41702 \begin_layout Plain Layout
41703
41704 }
41705 \end_layout
41706
41707 \end_inset
41708
41709  SkyBlue
41710 \end_layout
41711
41712 \end_inset
41713 </cell>
41714 <cell alignment="left" valignment="top" usebox="none">
41715 \begin_inset Text
41716
41717 \begin_layout Plain Layout
41718 \begin_inset ERT
41719 status collapsed
41720
41721 \begin_layout Plain Layout
41722
41723
41724 \backslash
41725 fcolorbox{black}{
41726 \end_layout
41727
41728 \end_inset
41729
41730 SpringGreen
41731 \begin_inset ERT
41732 status collapsed
41733
41734 \begin_layout Plain Layout
41735
41736 }{
41737 \end_layout
41738
41739 \end_inset
41740
41741
41742 \begin_inset Phantom Phantom
41743 status open
41744
41745 \begin_layout Plain Layout
41746 W
41747 \end_layout
41748
41749 \end_inset
41750
41751
41752 \begin_inset ERT
41753 status collapsed
41754
41755 \begin_layout Plain Layout
41756
41757 }
41758 \end_layout
41759
41760 \end_inset
41761
41762  SpringGreen
41763 \end_layout
41764
41765 \end_inset
41766 </cell>
41767 </row>
41768 <row>
41769 <cell alignment="left" valignment="top" usebox="none">
41770 \begin_inset Text
41771
41772 \begin_layout Plain Layout
41773 \begin_inset ERT
41774 status collapsed
41775
41776 \begin_layout Plain Layout
41777
41778
41779 \backslash
41780 fcolorbox{black}{
41781 \end_layout
41782
41783 \end_inset
41784
41785 Tan
41786 \begin_inset ERT
41787 status collapsed
41788
41789 \begin_layout Plain Layout
41790
41791 }{
41792 \end_layout
41793
41794 \end_inset
41795
41796
41797 \begin_inset Phantom Phantom
41798 status open
41799
41800 \begin_layout Plain Layout
41801 W
41802 \end_layout
41803
41804 \end_inset
41805
41806
41807 \begin_inset ERT
41808 status collapsed
41809
41810 \begin_layout Plain Layout
41811
41812 }
41813 \end_layout
41814
41815 \end_inset
41816
41817  Tan
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 <cell alignment="left" valignment="top" usebox="none">
41823 \begin_inset Text
41824
41825 \begin_layout Plain Layout
41826 \begin_inset ERT
41827 status collapsed
41828
41829 \begin_layout Plain Layout
41830
41831
41832 \backslash
41833 fcolorbox{black}{
41834 \end_layout
41835
41836 \end_inset
41837
41838 TealBlue
41839 \begin_inset ERT
41840 status collapsed
41841
41842 \begin_layout Plain Layout
41843
41844 }{
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \begin_inset Phantom Phantom
41851 status open
41852
41853 \begin_layout Plain Layout
41854 W
41855 \end_layout
41856
41857 \end_inset
41858
41859
41860 \begin_inset ERT
41861 status collapsed
41862
41863 \begin_layout Plain Layout
41864
41865 }
41866 \end_layout
41867
41868 \end_inset
41869
41870  TealBlue
41871 \end_layout
41872
41873 \end_inset
41874 </cell>
41875 <cell alignment="left" valignment="top" usebox="none">
41876 \begin_inset Text
41877
41878 \begin_layout Plain Layout
41879 \begin_inset ERT
41880 status collapsed
41881
41882 \begin_layout Plain Layout
41883
41884
41885 \backslash
41886 fcolorbox{black}{
41887 \end_layout
41888
41889 \end_inset
41890
41891 Thistle
41892 \begin_inset ERT
41893 status collapsed
41894
41895 \begin_layout Plain Layout
41896
41897 }{
41898 \end_layout
41899
41900 \end_inset
41901
41902
41903 \begin_inset Phantom Phantom
41904 status open
41905
41906 \begin_layout Plain Layout
41907 W
41908 \end_layout
41909
41910 \end_inset
41911
41912
41913 \begin_inset ERT
41914 status collapsed
41915
41916 \begin_layout Plain Layout
41917
41918 }
41919 \end_layout
41920
41921 \end_inset
41922
41923  Thistle
41924 \end_layout
41925
41926 \end_inset
41927 </cell>
41928 <cell alignment="left" valignment="top" usebox="none">
41929 \begin_inset Text
41930
41931 \begin_layout Plain Layout
41932 \begin_inset ERT
41933 status collapsed
41934
41935 \begin_layout Plain Layout
41936
41937
41938 \backslash
41939 fcolorbox{black}{
41940 \end_layout
41941
41942 \end_inset
41943
41944 Turquoise
41945 \begin_inset ERT
41946 status collapsed
41947
41948 \begin_layout Plain Layout
41949
41950 }{
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \begin_inset Phantom Phantom
41957 status open
41958
41959 \begin_layout Plain Layout
41960 W
41961 \end_layout
41962
41963 \end_inset
41964
41965
41966 \begin_inset ERT
41967 status collapsed
41968
41969 \begin_layout Plain Layout
41970
41971 }
41972 \end_layout
41973
41974 \end_inset
41975
41976  Turquoise
41977 \end_layout
41978
41979 \end_inset
41980 </cell>
41981 </row>
41982 <row>
41983 <cell alignment="left" valignment="top" usebox="none">
41984 \begin_inset Text
41985
41986 \begin_layout Plain Layout
41987 \begin_inset ERT
41988 status collapsed
41989
41990 \begin_layout Plain Layout
41991
41992
41993 \backslash
41994 fcolorbox{black}{
41995 \end_layout
41996
41997 \end_inset
41998
41999 Violet
42000 \begin_inset ERT
42001 status collapsed
42002
42003 \begin_layout Plain Layout
42004
42005 }{
42006 \end_layout
42007
42008 \end_inset
42009
42010
42011 \begin_inset Phantom Phantom
42012 status open
42013
42014 \begin_layout Plain Layout
42015 W
42016 \end_layout
42017
42018 \end_inset
42019
42020
42021 \begin_inset ERT
42022 status collapsed
42023
42024 \begin_layout Plain Layout
42025
42026 }
42027 \end_layout
42028
42029 \end_inset
42030
42031  Violet
42032 \end_layout
42033
42034 \end_inset
42035 </cell>
42036 <cell alignment="left" valignment="top" usebox="none">
42037 \begin_inset Text
42038
42039 \begin_layout Plain Layout
42040 \begin_inset ERT
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044
42045
42046 \backslash
42047 fcolorbox{black}{
42048 \end_layout
42049
42050 \end_inset
42051
42052 VioletRed
42053 \begin_inset ERT
42054 status collapsed
42055
42056 \begin_layout Plain Layout
42057
42058 }{
42059 \end_layout
42060
42061 \end_inset
42062
42063
42064 \begin_inset Phantom Phantom
42065 status open
42066
42067 \begin_layout Plain Layout
42068 W
42069 \end_layout
42070
42071 \end_inset
42072
42073
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079 }
42080 \end_layout
42081
42082 \end_inset
42083
42084  VioletRed
42085 \end_layout
42086
42087 \end_inset
42088 </cell>
42089 <cell alignment="left" valignment="top" usebox="none">
42090 \begin_inset Text
42091
42092 \begin_layout Plain Layout
42093 \begin_inset ERT
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097
42098
42099 \backslash
42100 fcolorbox{black}{
42101 \end_layout
42102
42103 \end_inset
42104
42105 WildStrawberry
42106 \begin_inset ERT
42107 status collapsed
42108
42109 \begin_layout Plain Layout
42110
42111 }{
42112 \end_layout
42113
42114 \end_inset
42115
42116
42117 \begin_inset Phantom Phantom
42118 status open
42119
42120 \begin_layout Plain Layout
42121 W
42122 \end_layout
42123
42124 \end_inset
42125
42126
42127 \begin_inset ERT
42128 status collapsed
42129
42130 \begin_layout Plain Layout
42131
42132 }
42133 \end_layout
42134
42135 \end_inset
42136
42137  WildStrawberry
42138 \end_layout
42139
42140 \end_inset
42141 </cell>
42142 <cell alignment="left" valignment="top" usebox="none">
42143 \begin_inset Text
42144
42145 \begin_layout Plain Layout
42146 \begin_inset ERT
42147 status collapsed
42148
42149 \begin_layout Plain Layout
42150
42151
42152 \backslash
42153 fcolorbox{black}{
42154 \end_layout
42155
42156 \end_inset
42157
42158 YellowGreen
42159 \begin_inset ERT
42160 status collapsed
42161
42162 \begin_layout Plain Layout
42163
42164 }{
42165 \end_layout
42166
42167 \end_inset
42168
42169
42170 \begin_inset Phantom Phantom
42171 status open
42172
42173 \begin_layout Plain Layout
42174 W
42175 \end_layout
42176
42177 \end_inset
42178
42179
42180 \begin_inset ERT
42181 status collapsed
42182
42183 \begin_layout Plain Layout
42184
42185 }
42186 \end_layout
42187
42188 \end_inset
42189
42190  YellowGreen
42191 \end_layout
42192
42193 \end_inset
42194 </cell>
42195 </row>
42196 <row>
42197 <cell alignment="left" valignment="top" usebox="none">
42198 \begin_inset Text
42199
42200 \begin_layout Plain Layout
42201 \begin_inset ERT
42202 status collapsed
42203
42204 \begin_layout Plain Layout
42205
42206
42207 \backslash
42208 fcolorbox{black}{
42209 \end_layout
42210
42211 \end_inset
42212
42213 YellowOrange
42214 \begin_inset ERT
42215 status collapsed
42216
42217 \begin_layout Plain Layout
42218
42219 }{
42220 \end_layout
42221
42222 \end_inset
42223
42224
42225 \begin_inset Phantom Phantom
42226 status open
42227
42228 \begin_layout Plain Layout
42229 W
42230 \end_layout
42231
42232 \end_inset
42233
42234
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240 }
42241 \end_layout
42242
42243 \end_inset
42244
42245  YellowOrange
42246 \end_layout
42247
42248 \end_inset
42249 </cell>
42250 <cell alignment="left" valignment="top" usebox="none">
42251 \begin_inset Text
42252
42253 \begin_layout Plain Layout
42254
42255 \end_layout
42256
42257 \end_inset
42258 </cell>
42259 <cell alignment="left" valignment="top" usebox="none">
42260 \begin_inset Text
42261
42262 \begin_layout Plain Layout
42263
42264 \end_layout
42265
42266 \end_inset
42267 </cell>
42268 <cell alignment="left" valignment="top" usebox="none">
42269 \begin_inset Text
42270
42271 \begin_layout Plain Layout
42272
42273 \end_layout
42274
42275 \end_inset
42276 </cell>
42277 </row>
42278 </lyxtabular>
42279
42280 \end_inset
42281
42282
42283 \end_layout
42284
42285 \begin_layout Chapter
42286 第(
42287 \begin_inset CommandInset ref
42288 LatexCommand ref
42289 reference "eq:Wgn"
42290
42291 \end_inset
42292
42293 )式の説明
42294 \begin_inset CommandInset label
42295 LatexCommand label
42296 name "cha:式の説明"
42297
42298 \end_inset
42299
42300
42301 \end_layout
42302
42303 \begin_layout Standard
42304 \begin_inset Formula $n$
42305 \end_inset
42306
42307 個の表セルの全幅
42308 \begin_inset Formula $W_{\mathrm{tot\,n}}$
42309 \end_inset
42310
42311
42312 \begin_inset Formula 
42313 \begin{equation}
42314 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
42315 \end{equation}
42316
42317 \end_inset
42318
42319
42320 \end_layout
42321
42322 \begin_layout Standard
42323 で計算できます。ここで
42324 \begin_inset Formula $W_{g\,n}$
42325 \end_inset
42326
42327 は、すべてのセルが持つ固定幅です。
42328 \series bold
42329
42330 \backslash
42331 tabcolsep
42332 \series default
42333 は、セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
42334 長であり、既定値は6
42335 \begin_inset space \thinspace{}
42336 \end_inset
42337
42338 ptです。
42339 \series bold
42340
42341 \backslash
42342 arrayrulewidth
42343 \series default
42344 は、セル罫線幅であり、既定値は0.4
42345 \begin_inset space \thinspace{}
42346 \end_inset
42347
42348 ptです。
42349 \end_layout
42350
42351 \begin_layout Standard
42352
42353 \begin_inset CommandInset ref
42354 LatexCommand eqref
42355 reference "eq:Wtot_n"
42356
42357 \end_inset
42358
42359 式にしたがえば、連結列の全幅
42360 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
42361 \end_inset
42362
42363
42364 \begin_inset Formula 
42365 \begin{equation}
42366 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
42367 \end{equation}
42368
42369 \end_inset
42370
42371
42372 \end_layout
42373
42374 \begin_layout Standard
42375 となります。
42376 \begin_inset Formula $n$
42377 \end_inset
42378
42379 列を連結する時には各列の全幅は
42380 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
42381 \end_inset
42382
42383 となるので、第
42384 \begin_inset CommandInset ref
42385 LatexCommand eqref
42386 reference "eq:Wtot_n"
42387
42388 \end_inset
42389
42390 式と第
42391 \begin_inset CommandInset ref
42392 LatexCommand eqref
42393 reference "eq:Wtot_mult"
42394
42395 \end_inset
42396
42397 式が等しいものと置けば、必要となる固定幅
42398 \begin_inset Formula $W_{g\,n}$
42399 \end_inset
42400
42401 を計算することができて、
42402 \begin_inset Formula 
42403 \begin{equation}
42404 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
42405 \end{equation}
42406
42407 \end_inset
42408
42409 となります。
42410 \end_layout
42411
42412 \begin_layout Bibliography
42413 \labelwidthstring 参考文献
42414 \begin_inset CommandInset bibitem
42415 LatexCommand bibitem
42416 key "latexcompanion"
42417
42418 \end_inset
42419
42420 Frank Mittelbach and Michel Goossens: 
42421 \emph on
42422 The \SpecialChar LaTeX
42423  Companion Second Edition.
42424
42425 \emph default
42426  Addison-Wesley, 2004
42427 \end_layout
42428
42429 \begin_layout Bibliography
42430 \labelwidthstring 参考文献
42431 \begin_inset CommandInset bibitem
42432 LatexCommand bibitem
42433 key "latexguide"
42434
42435 \end_inset
42436
42437 Helmut Kopka and Patrick W.
42438  Daly: 
42439 \emph on
42440 A Guide to \SpecialChar LaTeX
42441  Fourth Edition.
42442
42443 \emph default
42444  Addison-Wesley, 2003
42445 \end_layout
42446
42447 \begin_layout Bibliography
42448 \labelwidthstring 参考文献
42449 \begin_inset CommandInset bibitem
42450 LatexCommand bibitem
42451 key "latexbook"
42452
42453 \end_inset
42454
42455 Leslie Lamport: 
42456 \emph on
42457 \SpecialChar LaTeX
42458 : A Document Preparation System.
42459
42460 \emph default
42461  Addison-Wesley, second edition, 1994
42462 \end_layout
42463
42464 \begin_layout Bibliography
42465 \labelwidthstring 参考文献
42466 \begin_inset CommandInset bibitem
42467 LatexCommand bibitem
42468 key "arydshln"
42469
42470 \end_inset
42471
42472 \SpecialChar LaTeX
42473 パッケージ
42474 \series bold
42475
42476 \begin_inset CommandInset href
42477 LatexCommand href
42478 name "arydshln"
42479 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
42480
42481 \end_inset
42482
42483
42484 \series default
42485
42486 \begin_inset Index idx
42487 status collapsed
42488
42489 \begin_layout Plain Layout
42490 \SpecialChar LaTeX
42491 ぱっけーじ@\SpecialChar LaTeX
42492 パッケージ ! arydshln
42493 \end_layout
42494
42495 \end_inset
42496
42497
42498 \end_layout
42499
42500 \begin_layout Bibliography
42501 \labelwidthstring 参考文献
42502 \begin_inset CommandInset bibitem
42503 LatexCommand bibitem
42504 key "booktabs"
42505
42506 \end_inset
42507
42508 \SpecialChar LaTeX
42509 パッケージ
42510 \series bold
42511
42512 \begin_inset CommandInset href
42513 LatexCommand href
42514 name "booktabs"
42515 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
42516
42517 \end_inset
42518
42519
42520 \series default
42521
42522 \begin_inset Index idx
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526 \SpecialChar LaTeX
42527 ぱっけーじ@\SpecialChar LaTeX
42528 パッケージ ! booktabs
42529 \end_layout
42530
42531 \end_inset
42532
42533 の取扱説明書
42534 \end_layout
42535
42536 \begin_layout Bibliography
42537 \labelwidthstring 参考文献
42538 \begin_inset CommandInset bibitem
42539 LatexCommand bibitem
42540 key "caption"
42541
42542 \end_inset
42543
42544 \SpecialChar LaTeX
42545 パッケージ
42546 \series bold
42547
42548 \begin_inset CommandInset href
42549 LatexCommand href
42550 name "caption"
42551 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
42552
42553 \end_inset
42554
42555
42556 \series default
42557
42558 \begin_inset Index idx
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562 \SpecialChar LaTeX
42563 ぱっけーじ@\SpecialChar LaTeX
42564 パッケージ ! caption
42565 \end_layout
42566
42567 \end_inset
42568
42569 の取扱説明書
42570 \end_layout
42571
42572 \begin_layout Bibliography
42573 \labelwidthstring 参考文献
42574 \begin_inset CommandInset bibitem
42575 LatexCommand bibitem
42576 key "diagbox"
42577
42578 \end_inset
42579
42580 \SpecialChar LaTeX
42581 パッケージ
42582 \series bold
42583
42584 \begin_inset CommandInset href
42585 LatexCommand href
42586 name "diagbox"
42587 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
42588
42589 \end_inset
42590
42591
42592 \series default
42593
42594 \begin_inset Index idx
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598 \SpecialChar LaTeX
42599 ぱっけーじ@\SpecialChar LaTeX
42600 パッケージ ! diagbox
42601 \end_layout
42602
42603 \end_inset
42604
42605
42606 \end_layout
42607
42608 \begin_layout Bibliography
42609 \labelwidthstring 参考文献
42610 \begin_inset CommandInset bibitem
42611 LatexCommand bibitem
42612 key "endfloat"
42613
42614 \end_inset
42615
42616 \SpecialChar LaTeX
42617 パッケージ
42618 \series bold
42619
42620 \begin_inset CommandInset href
42621 LatexCommand href
42622 name "endfloat"
42623 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
42624
42625 \end_inset
42626
42627
42628 \series default
42629
42630 \begin_inset Index idx
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634 \SpecialChar LaTeX
42635 ぱっけーじ@\SpecialChar LaTeX
42636 パッケージ ! endfloat
42637 \end_layout
42638
42639 \end_inset
42640
42641 の取扱説明書
42642 \end_layout
42643
42644 \begin_layout Bibliography
42645 \labelwidthstring 参考文献
42646 \begin_inset CommandInset bibitem
42647 LatexCommand bibitem
42648 key "footmisc"
42649
42650 \end_inset
42651
42652 \SpecialChar LaTeX
42653 パッケージ
42654 \series bold
42655
42656 \begin_inset CommandInset href
42657 LatexCommand href
42658 name "footmisc"
42659 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
42660
42661 \end_inset
42662
42663
42664 \series default
42665
42666 \begin_inset Index idx
42667 status collapsed
42668
42669 \begin_layout Plain Layout
42670 \SpecialChar LaTeX
42671 ぱっけーじ@\SpecialChar LaTeX
42672 パッケージ ! footmisc
42673 \end_layout
42674
42675 \end_inset
42676
42677 の取扱説明書
42678 \end_layout
42679
42680 \begin_layout Bibliography
42681 \labelwidthstring 参考文献
42682 \begin_inset CommandInset bibitem
42683 LatexCommand bibitem
42684 key "hypcap"
42685
42686 \end_inset
42687
42688 \SpecialChar LaTeX
42689 パッケージ
42690 \series bold
42691
42692 \begin_inset CommandInset href
42693 LatexCommand href
42694 name "hypcap"
42695 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
42696
42697 \end_inset
42698
42699
42700 \series default
42701
42702 \begin_inset Index idx
42703 status collapsed
42704
42705 \begin_layout Plain Layout
42706 \SpecialChar LaTeX
42707 ぱっけーじ@\SpecialChar LaTeX
42708 パッケージ ! hyperref
42709 \end_layout
42710
42711 \end_inset
42712
42713 の取扱説明書
42714 \end_layout
42715
42716 \begin_layout Bibliography
42717 \labelwidthstring 参考文献
42718 \begin_inset CommandInset bibitem
42719 LatexCommand bibitem
42720 key "hyperref"
42721
42722 \end_inset
42723
42724 \SpecialChar LaTeX
42725 パッケージ
42726 \series bold
42727
42728 \begin_inset CommandInset href
42729 LatexCommand href
42730 name "hyperref"
42731 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
42732
42733 \end_inset
42734
42735
42736 \series default
42737
42738 \begin_inset Index idx
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742 \SpecialChar LaTeX
42743 ぱっけーじ@\SpecialChar LaTeX
42744 パッケージ ! hyperref
42745 \end_layout
42746
42747 \end_inset
42748
42749 の取扱説明書
42750 \end_layout
42751
42752 \begin_layout Bibliography
42753 \labelwidthstring 参考文献
42754 \begin_inset CommandInset bibitem
42755 LatexCommand bibitem
42756 key "KOMA-script"
42757
42758 \end_inset
42759
42760 \SpecialChar LaTeX
42761 パッケージ
42762 \series bold
42763
42764 \begin_inset CommandInset href
42765 LatexCommand href
42766 name "KOMA-script"
42767 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
42768
42769 \end_inset
42770
42771
42772 \series default
42773
42774 \begin_inset Index idx
42775 status collapsed
42776
42777 \begin_layout Plain Layout
42778 \SpecialChar LaTeX
42779 ぱっけーじ@\SpecialChar LaTeX
42780 パッケージ ! KOMA-script
42781 \end_layout
42782
42783 \end_inset
42784
42785 の取扱説明書
42786 \end_layout
42787
42788 \begin_layout Bibliography
42789 \labelwidthstring 参考文献
42790 \begin_inset CommandInset bibitem
42791 LatexCommand bibitem
42792 key "lettrine"
42793
42794 \end_inset
42795
42796 \SpecialChar LaTeX
42797 パッケージ
42798 \series bold
42799
42800 \begin_inset CommandInset href
42801 LatexCommand href
42802 name "lettrine"
42803 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42804
42805 \end_inset
42806
42807
42808 \series default
42809 及び
42810 \begin_inset CommandInset href
42811 LatexCommand href
42812 name "用例"
42813 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42814
42815 \end_inset
42816
42817
42818 \begin_inset Index idx
42819 status collapsed
42820
42821 \begin_layout Plain Layout
42822 \SpecialChar LaTeX
42823 ぱっけーじ@\SpecialChar LaTeX
42824 パッケージ ! lettrine
42825 \end_layout
42826
42827 \end_inset
42828
42829
42830 \end_layout
42831
42832 \begin_layout Bibliography
42833 \labelwidthstring 参考文献
42834 \begin_inset CommandInset bibitem
42835 LatexCommand bibitem
42836 key "listings"
42837
42838 \end_inset
42839
42840 \SpecialChar LaTeX
42841 パッケージ
42842 \series bold
42843
42844 \begin_inset CommandInset href
42845 LatexCommand href
42846 name "listings"
42847 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42848
42849 \end_inset
42850
42851
42852 \series default
42853
42854 \begin_inset Index idx
42855 status collapsed
42856
42857 \begin_layout Plain Layout
42858 \SpecialChar LaTeX
42859 ぱっけーじ@\SpecialChar LaTeX
42860 パッケージ ! listings
42861 \end_layout
42862
42863 \end_inset
42864
42865 の取扱説明書
42866 \end_layout
42867
42868 \begin_layout Bibliography
42869 \labelwidthstring 参考文献
42870 \begin_inset CommandInset bibitem
42871 LatexCommand bibitem
42872 key "marginnote"
42873
42874 \end_inset
42875
42876 \SpecialChar LaTeX
42877 パッケージ
42878 \series bold
42879
42880 \begin_inset CommandInset href
42881 LatexCommand href
42882 name "marginnote"
42883 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42884
42885 \end_inset
42886
42887
42888 \series default
42889
42890 \begin_inset Index idx
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894 \SpecialChar LaTeX
42895 ぱっけーじ@\SpecialChar LaTeX
42896 パッケージ ! marginnote
42897 \end_layout
42898
42899 \end_inset
42900
42901 の取扱説明書
42902 \end_layout
42903
42904 \begin_layout Bibliography
42905 \labelwidthstring 参考文献
42906 \begin_inset CommandInset bibitem
42907 LatexCommand bibitem
42908 key "pdfpages"
42909
42910 \end_inset
42911
42912 \SpecialChar LaTeX
42913 パッケージ
42914 \series bold
42915
42916 \begin_inset CommandInset href
42917 LatexCommand href
42918 name "pdfpages"
42919 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42920
42921 \end_inset
42922
42923
42924 \series default
42925
42926 \begin_inset Index idx
42927 status collapsed
42928
42929 \begin_layout Plain Layout
42930 \SpecialChar LaTeX
42931 ぱっけーじ@\SpecialChar LaTeX
42932 パッケージ ! pdfpages
42933 \end_layout
42934
42935 \end_inset
42936
42937 の取扱説明書
42938 \end_layout
42939
42940 \begin_layout Bibliography
42941 \labelwidthstring 参考文献
42942 \begin_inset CommandInset bibitem
42943 LatexCommand bibitem
42944 key "prettyref"
42945
42946 \end_inset
42947
42948 \SpecialChar LaTeX
42949 パッケージ
42950 \series bold
42951
42952 \begin_inset CommandInset href
42953 LatexCommand href
42954 name "prettyref"
42955 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42956
42957 \end_inset
42958
42959
42960 \series default
42961
42962 \begin_inset Index idx
42963 status collapsed
42964
42965 \begin_layout Plain Layout
42966 \SpecialChar LaTeX
42967 ぱっけーじ@\SpecialChar LaTeX
42968 パッケージ! prettyref
42969 \end_layout
42970
42971 \end_inset
42972
42973 の取扱説明書
42974 \end_layout
42975
42976 \begin_layout Bibliography
42977 \labelwidthstring 参考文献
42978 \begin_inset CommandInset bibitem
42979 LatexCommand bibitem
42980 key "pstricks"
42981
42982 \end_inset
42983
42984 \SpecialChar LaTeX
42985 パッケージ
42986 \series bold
42987
42988 \begin_inset CommandInset href
42989 LatexCommand href
42990 name "PSTricks"
42991 target "http://tug.org/PSTricks/"
42992
42993 \end_inset
42994
42995
42996 \series default
42997
42998 \begin_inset Index idx
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002 \SpecialChar LaTeX
43003 ぱっけーじ@\SpecialChar LaTeX
43004 パッケージ ! PSTricks
43005 \end_layout
43006
43007 \end_inset
43008
43009 のウェブページ
43010 \end_layout
43011
43012 \begin_layout Bibliography
43013 \labelwidthstring 参考文献
43014 \begin_inset CommandInset bibitem
43015 LatexCommand bibitem
43016 key "refstyle"
43017
43018 \end_inset
43019
43020 \SpecialChar LaTeX
43021 パッケージ
43022 \series bold
43023
43024 \begin_inset CommandInset href
43025 LatexCommand href
43026 name "refstyle"
43027 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
43028
43029 \end_inset
43030
43031
43032 \series default
43033
43034 \begin_inset Index idx
43035 status collapsed
43036
43037 \begin_layout Plain Layout
43038 \SpecialChar LaTeX
43039 ぱっけーじ@\SpecialChar LaTeX
43040 パッケージ ! refstyle
43041 \end_layout
43042
43043 \end_inset
43044
43045 の取扱説明書
43046 \end_layout
43047
43048 \begin_layout Bibliography
43049 \labelwidthstring 参考文献
43050 \begin_inset CommandInset bibitem
43051 LatexCommand bibitem
43052 key "sidecap"
43053
43054 \end_inset
43055
43056 \SpecialChar LaTeX
43057 パッケージ
43058 \series bold
43059
43060 \begin_inset CommandInset href
43061 LatexCommand href
43062 name "sidecap"
43063 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
43064
43065 \end_inset
43066
43067
43068 \series default
43069
43070 \begin_inset Index idx
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074 \SpecialChar LaTeX
43075 ぱっけーじ@\SpecialChar LaTeX
43076 パッケージ ! sidecap
43077 \end_layout
43078
43079 \end_inset
43080
43081 の取扱説明書
43082 \end_layout
43083
43084 \begin_layout Bibliography
43085 \labelwidthstring 参考文献
43086 \begin_inset CommandInset bibitem
43087 LatexCommand bibitem
43088 key "NewInLyX20"
43089
43090 \end_inset
43091
43092
43093 \family sans
43094 \SpecialChar LyX
43095  2.0
43096 \family default
43097 の新機能に関する
43098 \begin_inset CommandInset href
43099 LatexCommand href
43100 name "Wikiページ"
43101 target "http://wiki.lyx.org/LyX/NewInLyX20"
43102
43103 \end_inset
43104
43105
43106 \end_layout
43107
43108 \begin_layout Standard
43109 \begin_inset CommandInset index_print
43110 LatexCommand printindex
43111 type "idx"
43112
43113 \end_inset
43114
43115
43116 \end_layout
43117
43118 \end_body
43119 \end_document