]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
c88e20fadbc2cc03807a7a153192d42742b95e9a
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \usepackage{sidecap}
43
44 \newcommand{\TabBesBeg}{%
45  \let\MyTable\table
46  \let\MyEndtable\endtable
47  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
48
49 \newcommand{\TabBesEnd}{%
50  \let\table\MyTable
51  \let\endtable\MyEndtable}
52
53 \newcommand{\FigBesBeg}{%
54  \let\MyFigure\figure
55  \let\MyEndfigure\endfigure
56  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
57
58 \newcommand{\FigBesEnd}{%
59  \let\figure\MyFigure
60  \let\endfigure\MyEndfigure}
61
62 % enables calculation of values,
63 \usepackage{calc}
64
65 % increase the bottom float placement fraction
66 \renewcommand{\bottomfraction}{0.5}
67
68 % avoids that floats are placed before their
69 % corresponding section starts
70 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
71
72 % speed up the longtable calculation
73 \setcounter{LTchunksize}{100}
74
75 % used for scaled and rotated boxes
76 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
77
78 % used for colored tables
79 \@ifundefined{textcolor}
80  {\usepackage{color}}{}
81 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
82 \definecolor{lightgrey}{gray}{0.8}
83
84 % check for package colortbl
85 % used for colored table cells
86 \newboolean{colortbl}
87 \IfFileExists{colortbl.sty}
88  {\usepackage{colortbl}
89   \setboolean{colortbl}{true}}
90  {\setboolean{colortbl}{false}}
91
92 % used for book-style tables
93 \usepackage{booktabs}
94
95 % used to have extra space in table cells
96 \@ifundefined{extrarowheight}
97  {\usepackage{array}}{}
98 \setlength{\extrarowheight}{2pt}
99
100 % used for customized tables
101 % ---
102 \newcolumntype{M}[1]
103  {>{\centering\hspace{0pt}}m{#1}}
104
105 \newcolumntype{S}[2]
106  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
107
108 \newcolumntype{K}[1]
109  {>{\columncolor{#1}\hspace{0pt}}c}
110
111 \newcolumntype{V}{!{\vrule width 1.5pt}}
112
113 \newcolumntype{W}{!{\color{green}\vline}}
114 % ---
115
116 % insert additional vertical space of
117 % 1.5 mm between footnotes
118 \let\myFoot\footnote
119 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
120
121 % number algorithm floats within chapters
122 \numberwithin{algorithm}{chapter}
123
124
125 % ------------------------------------
126 % used to check for needed LaTeX packages
127 \usepackage{ifthen}
128
129 % check for package arydshln
130 % used for tables with dashed lines
131 \newboolean{arydshln}
132 \IfFileExists{arydshln.sty}
133  {\usepackage{arydshln}
134   \setboolean{arydshln}{true}}
135  {\setboolean{arydshln}{false}}
136
137 % check for package marginnote
138 % used for margin notes
139 \newboolean{marginnote}
140 \IfFileExists{marginnote.sty}
141  {\usepackage{marginnote}
142   \let\marginpar\marginnote
143   \setboolean{marginnote}{true}}
144  {\setboolean{marginnote}{false}}
145
146 % check for package sidecap
147 % used for captions on the side
148 \newboolean{sidecap}
149 \IfFileExists{sidecap.sty}
150  {\usepackage{sidecap}
151   \setboolean{sidecap}{true}}
152  {\setboolean{sidecap}{false}}
153
154 % redefine the \LyX macro for PDF bookmarks
155 \def\LyX{\texorpdfstring{%
156   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
157   {LyX}}
158
159 \usepackage{t1enc}
160 \renewcommand{\seename}{→}
161
162 \usepackage{subfig}
163 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
164 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
165 \end_preamble
166 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
167 \use_default_options false
168 \maintain_unincluded_children false
169 \language japanese
170 \language_package default
171 \inputencoding auto
172 \fontencoding global
173 \font_roman default
174 \font_sans default
175 \font_typewriter default
176 \font_default_family default
177 \use_non_tex_fonts false
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \default_output_format default
185 \output_sync 0
186 \bibtex_command default
187 \index_command default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref true
191 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
192 \pdf_author "LyX Team, Uwe Stohr"
193 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
194 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
195 \pdf_bookmarks true
196 \pdf_bookmarksnumbered true
197 \pdf_bookmarksopen true
198 \pdf_bookmarksopenlevel 1
199 \pdf_breaklinks false
200 \pdf_pdfborder false
201 \pdf_colorlinks true
202 \pdf_backref false
203 \pdf_pdfusetitle false
204 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
205 \papersize a4paper
206 \use_geometry true
207 \use_amsmath 2
208 \use_esint 0
209 \use_mhchem 1
210 \use_mathdots 1
211 \cite_engine basic
212 \use_bibtopic false
213 \use_indices false
214 \paperorientation portrait
215 \suppress_date false
216 \use_refstyle 0
217 \notefontcolor #0000ff
218 \index 索引
219 \shortcut idx
220 \color #008000
221 \end_index
222 \leftmargin 2.5cm
223 \topmargin 2.5cm
224 \rightmargin 2.5cm
225 \bottommargin 3cm
226 \secnumdepth 3
227 \tocdepth 3
228 \paragraph_separation skip
229 \defskip medskip
230 \quotes_language english
231 \papercolumns 1
232 \papersides 2
233 \paperpagestyle default
234 \bullet 1 1 34 -1
235 \bullet 2 2 35 -1
236 \bullet 3 2 7 -1
237 \tracking_changes false
238 \output_changes false
239 \html_math_output 0
240 \html_css_as_file 0
241 \html_be_strict false
242 \end_header
243
244 \begin_body
245
246 \begin_layout Title
247 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
248 \end_layout
249
250 \begin_layout Author
251 LyXプロジェクトチーム
252 \begin_inset Foot
253 status collapsed
254
255 \begin_layout Plain Layout
256 \noindent
257 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266  までお送り下さい。
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 著者:Uwe Stöhr
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 バージョン2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 本文書の全体をPDFやPS、DVIに書き出すには、
309 \series bold
310 arydshln
311 \series default
312
313 \series bold
314 colortbl
315 \series default
316
317 \series bold
318 marginnote
319 \series default
320
321 \series bold
322 sidecap
323 \series default
324 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
325 されません。
326 \end_layout
327
328 \begin_layout Plain Layout
329 本文書の最新PDF版は
330 \begin_inset Newline newline
331 \end_inset
332
333
334 \series bold
335 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
336 \series default
337
338 \begin_inset Newline newline
339 \end_inset
340
341 にあります。
342 \end_layout
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Chapter
350
351 \begin_inset Index idx
352 status collapsed
353
354 \begin_layout Plain Layout
355 ず@図
356 \end_layout
357
358 \end_inset
359
360
361 \begin_inset Index idx
362 status collapsed
363
364 \begin_layout Plain Layout
365 がぞう@画像|see
366 \begin_inset ERT
367 status collapsed
368
369 \begin_layout Plain Layout
370
371 {
372 \end_layout
373
374 \end_inset
375
376
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 }
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \begin_layout Section
396 画像ダイアログ
397 \begin_inset Index idx
398 status collapsed
399
400 \begin_layout Plain Layout
401 ず@図 ! がぞうだいあろぐ@画像ダイアログ
402 \end_layout
403
404 \end_inset
405
406
407 \begin_inset CommandInset label
408 LatexCommand label
409 name "sec:画像ダイアログ"
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Standard
417 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
418 \begin_inset Graphics
419         filename ../../images/dialog-show-new-inset_graphics.png
420         scale 85
421         scaleBeforeRotation
422
423 \end_inset
424
425 をクリックするか、
426 \family sans
427 挿入\SpecialChar \menuseparator
428 画像
429 \family default
430 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
431 \end_layout
432
433 \begin_layout Standard
434 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
435 \end_layout
436
437 \begin_layout Description
438
439 \family sans
440 画像
441 \family default
442  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
443 \begin_inset CommandInset ref
444 LatexCommand ref
445 reference "cha:LyXで使用できる単位"
446
447 \end_inset
448
449 に説明があります。
450 \begin_inset Newline newline
451 \end_inset
452
453
454 \begin_inset Index idx
455 status collapsed
456
457 \begin_layout Plain Layout
458 ず@図 ! のかいてん@---の回転
459 \end_layout
460
461 \end_inset
462
463 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index idx
469 status collapsed
470
471 \begin_layout Plain Layout
472 ず@図 ! のしんしゅく@---の伸縮
473 \end_layout
474
475 \end_inset
476
477 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
478 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
479 \family sans
480 縦横比を維持する
481 \family default
482 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
483 \begin_inset Newline newline
484 \end_inset
485
486 画像を右クリックすると現れるコンテクストメニューで
487 \family sans
488 外部で編集
489 \family default
490 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
491 ます。
492 \end_layout
493
494 \begin_layout Description
495
496 \family sans
497 切り抜き
498 \family default
499  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
500 \family sans
501 ファイルから取得
502 \family default
503 ボタンを押すことによって、自動的に計算することもできます。
504 \family sans
505 境界枠で切り抜く
506 \family default
507 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
508 \end_layout
509
510 \begin_layout Description
511
512 \family sans
513 LaTeXとLyXのオプション
514 \family default
515  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
516 \family sans
517
518 \begin_inset Newline newline
519 \end_inset
520
521 下書きモード
522 \family default
523 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
524 \family sans
525
526 \begin_inset Newline newline
527 \end_inset
528
529 エクスポートする際に解凍しない
530 \family default
531 オプションは、
532 \emph on
533 x.eps.gz
534 \emph default
535 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
536 ません。
537 \begin_inset Newline newline
538 \end_inset
539
540 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
541 \begin_inset CommandInset ref
542 LatexCommand ref
543 reference "sec:PostScript"
544
545 \end_inset
546
547 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
548 \begin_inset Newline newline
549 \end_inset
550
551
552 \series bold
553 gzip x.eps
554 \series default
555
556 \begin_inset Newline newline
557 \end_inset
558
559
560 \series bold
561 zgrep %%Bounding x.eps.gz > x.eps.bb
562 \series default
563
564 \begin_inset Newline newline
565 \end_inset
566
567 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
568 \begin_inset Newline newline
569 \end_inset
570
571
572 \family sans
573 画像グループ
574 \family default
575 フィールドでは、画像設定グループを定義したり既存のグループに所属させたりすることができます
576 \begin_inset Index idx
577 status collapsed
578
579 \begin_layout Plain Layout
580 ず@図 ! せっていぐるーぷ@設定グループ
581 \end_layout
582
583 \end_inset
584
585 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
586 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
587 ーを使用して、望むグループ名をチェックすることで行うこともできます。
588 \end_layout
589
590 \begin_layout Standard
591 \begin_inset VSpace bigskip
592 \end_inset
593
594
595 \end_layout
596
597 \begin_layout Standard
598 下記はEPS書式
599 \begin_inset Foot
600 status collapsed
601
602 \begin_layout Plain Layout
603 画像書式は、第
604 \begin_inset CommandInset ref
605 LatexCommand ref
606 reference "sec:画像書式"
607
608 \end_inset
609
610 節に説明されています。
611 \end_layout
612
613 \end_inset
614
615 の画像の例で、単独の中央揃えの段落に置いてあります。
616 \end_layout
617
618 \begin_layout Standard
619 \align center
620 \begin_inset Graphics
621         filename ../clipart/mobius.eps
622         scale 70
623         scaleBeforeRotation
624         rotateOrigin center
625
626 \end_inset
627
628
629 \end_layout
630
631 \begin_layout Standard
632 下記は上と同じ画像ですが、下書きモードのものです。
633 \end_layout
634
635 \begin_layout Standard
636 \align center
637 \begin_inset Graphics
638         filename ../clipart/mobius.eps
639         scale 70
640         draft
641         scaleBeforeRotation
642         rotateOrigin center
643
644 \end_inset
645
646
647 \end_layout
648
649 \begin_layout Standard
650 \begin_inset Newpage newpage
651 \end_inset
652
653
654 \end_layout
655
656 \begin_layout Section
657 図フロート
658 \begin_inset CommandInset label
659 LatexCommand label
660 name "sec:図フロート"
661
662 \end_inset
663
664
665 \begin_inset Index idx
666 status collapsed
667
668 \begin_layout Plain Layout
669 ふろーと@フロート ! ず@図
670 \end_layout
671
672 \end_inset
673
674
675 \begin_inset Index idx
676 status collapsed
677
678 \begin_layout Plain Layout
679 ず@図 ! ふろーと@フロート
680 \end_layout
681
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Standard
688 フロートについての一般的な説明は、第
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:フロートはじめに"
692
693 \end_inset
694
695 節をご覧下さい。
696 \end_layout
697
698 \begin_layout Standard
699 ツールバーボタンの
700 \begin_inset Graphics
701         filename ../../images/float-insert_figure.png
702         scale 85
703         scaleBeforeRotation
704
705 \end_inset
706
707
708 \family sans
709 挿入\SpecialChar \menuseparator
710 フロート\SpecialChar \menuseparator
711
712 \family default
713 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
714 \begin_inset CommandInset ref
715 LatexCommand ref
716 reference "fig:犠牲のカモノハシ"
717
718 \end_inset
719
720 のようにキャプションの上に置くこともできますし、図
721 \begin_inset CommandInset ref
722 LatexCommand ref
723 reference "fig:エッシャー"
724
725 \end_inset
726
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 \begin_inset Float figure
739 wide false
740 sideways false
741 status open
742
743 \begin_layout Plain Layout
744 \align center
745 \begin_inset Graphics
746         filename ../clipart/platypus.eps
747         width 50col%
748         scaleBeforeRotation
749         rotateOrigin center
750
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Plain Layout
757 \begin_inset Caption
758
759 \begin_layout Plain Layout
760 \begin_inset CommandInset label
761 LatexCommand label
762 name "fig:犠牲のカモノハシ"
763
764 \end_inset
765
766 フロート中の激しく歪んだカモノハシ
767 \end_layout
768
769 \end_inset
770
771
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \begin_layout Standard
780 \begin_inset Float figure
781 wide false
782 sideways false
783 status open
784
785 \begin_layout Plain Layout
786 \begin_inset Caption
787
788 \begin_layout Plain Layout
789 \begin_inset CommandInset label
790 LatexCommand label
791 name "fig:エッシャー"
792
793 \end_inset
794
795 行ってしまったM.C.エッシャー
796 \end_layout
797
798 \end_inset
799
800
801 \end_layout
802
803 \begin_layout Plain Layout
804 \align center
805 \begin_inset Graphics
806         filename ../clipart/escher-lsd.eps
807         scale 80
808         scaleBeforeRotation
809         rotateOrigin center
810
811 \end_inset
812
813
814 \end_layout
815
816 \end_inset
817
818
819 \end_layout
820
821 \begin_layout Standard
822 \begin_inset Index idx
823 status collapsed
824
825 \begin_layout Plain Layout
826 さんしょう@参照 ! ずへの@図への ---
827 \end_layout
828
829 \end_inset
830
831
832 \begin_inset CommandInset ref
833 LatexCommand ref
834 reference "fig:犠牲のカモノハシ"
835
836 \end_inset
837
838 図と第
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:エッシャー"
842
843 \end_inset
844
845 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
846 \family sans
847 挿入\SpecialChar \menuseparator
848 ラベル
849 \family default
850 メニューかツールバーボタン
851 \begin_inset Graphics
852         filename ../../images/label-insert.png
853         scale 85
854         scaleBeforeRotation
855
856 \end_inset
857
858 を使用して、キャプションにラベルを挿入してください。その後、
859 \family sans
860 挿入\SpecialChar \menuseparator
861 相互参照
862 \family default
863 メニューかツールバーボタン
864 \begin_inset Graphics
865         filename ../../images/dialog-show-new-inset_ref.png
866         scale 85
867         scaleBeforeRotation
868
869 \end_inset
870
871 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
872 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
873 \begin_inset Newline newline
874 \end_inset
875
876 参照は、第
877 \begin_inset CommandInset ref
878 LatexCommand ref
879 reference "sec:フロートの参照"
880
881 \end_inset
882
883 節で詳細に説明されています。
884 \end_layout
885
886 \begin_layout Standard
887 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
888 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
889 \begin_inset CommandInset ref
890 LatexCommand ref
891 reference "fig:歪められた二つの像"
892
893 \end_inset
894
895 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
896 \begin_inset CommandInset ref
897 LatexCommand ref
898 reference "fig:何かわからない構造"
899
900 \end_inset
901
902 と図
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "fig:カモノハシ"
906
907 \end_inset
908
909 が内部図になります。
910 \end_layout
911
912 \begin_layout Standard
913 \begin_inset Float figure
914 wide false
915 sideways false
916 status open
917
918 \begin_layout Plain Layout
919 \begin_inset space \hfill{}
920 \end_inset
921
922
923 \begin_inset Float figure
924 wide false
925 sideways false
926 status open
927
928 \begin_layout Plain Layout
929 \begin_inset Caption
930
931 \begin_layout Plain Layout
932 \begin_inset CommandInset label
933 LatexCommand label
934 name "fig:何かわからない構造"
935
936 \end_inset
937
938 何かわからない構造
939 \end_layout
940
941 \end_inset
942
943
944 \end_layout
945
946 \begin_layout Plain Layout
947 \begin_inset Graphics
948         filename ../clipart/escher-lsd.eps
949         width 45col%
950         scaleBeforeRotation
951         groupId distorted
952
953 \end_inset
954
955
956 \end_layout
957
958 \end_inset
959
960
961 \begin_inset space \hfill{}
962 \end_inset
963
964
965 \begin_inset Float figure
966 wide false
967 sideways false
968 status open
969
970 \begin_layout Plain Layout
971 \begin_inset Caption
972
973 \begin_layout Plain Layout
974 \begin_inset CommandInset label
975 LatexCommand label
976 name "fig:カモノハシ"
977
978 \end_inset
979
980 カモノハシ
981 \end_layout
982
983 \end_inset
984
985
986 \end_layout
987
988 \begin_layout Plain Layout
989 \begin_inset Graphics
990         filename ../clipart/platypus.eps
991         width 45col%
992         scaleBeforeRotation
993         groupId distorted
994
995 \end_inset
996
997
998 \end_layout
999
1000 \end_inset
1001
1002
1003 \begin_inset space \hfill{}
1004 \end_inset
1005
1006
1007 \end_layout
1008
1009 \begin_layout Plain Layout
1010 \begin_inset Caption
1011
1012 \begin_layout Plain Layout
1013 \begin_inset CommandInset label
1014 LatexCommand label
1015 name "fig:歪められた二つの像"
1016
1017 \end_inset
1018
1019 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \begin_layout Standard
1033 \begin_inset Newpage newpage
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \begin_layout Section
1040 画像書式
1041 \begin_inset CommandInset label
1042 LatexCommand label
1043 name "sec:画像書式"
1044
1045 \end_inset
1046
1047
1048 \begin_inset Index idx
1049 status collapsed
1050
1051 \begin_layout Plain Layout
1052 がぞうしょしき@画像書式
1053 \end_layout
1054
1055 \end_inset
1056
1057
1058 \begin_inset Index idx
1059 status collapsed
1060
1061 \begin_layout Plain Layout
1062 ず@図 ! がぞうしょしき@画像書式
1063 \end_layout
1064
1065 \end_inset
1066
1067
1068 \end_layout
1069
1070 \begin_layout Standard
1071 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1072 \begin_inset CommandInset ref
1073 LatexCommand ref
1074 reference "cha:ファイル出力形式"
1075
1076 \end_inset
1077
1078 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1079 ウンドで
1080 \family typewriter
1081 ImageMagick
1082 \family default
1083 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1084 用するとよいでしょう。出力ファイル書式は、付録
1085 \begin_inset CommandInset ref
1086 LatexCommand ref
1087 reference "cha:ファイル出力形式"
1088
1089 \end_inset
1090
1091 に説明されています。
1092 \end_layout
1093
1094 \begin_layout Standard
1095 フォントと同じく、画像形式にも以下の二つの型があります。
1096 \end_layout
1097
1098 \begin_layout Description
1099 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1100 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1101 \family typewriter
1102 .gif
1103 \family default
1104 」)
1105 \begin_inset Index idx
1106 status collapsed
1107
1108 \begin_layout Plain Layout
1109 GIF|see
1110 \begin_inset ERT
1111 status collapsed
1112
1113 \begin_layout Plain Layout
1114
1115 {
1116 \end_layout
1117
1118 \end_inset
1119
1120 画像書式
1121 \begin_inset ERT
1122 status collapsed
1123
1124 \begin_layout Plain Layout
1125
1126 }
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \end_inset
1135
1136 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1137 \family typewriter
1138 .png
1139 \family default
1140 」)
1141 \begin_inset Index idx
1142 status collapsed
1143
1144 \begin_layout Plain Layout
1145 PNG|see
1146 \begin_inset ERT
1147 status collapsed
1148
1149 \begin_layout Plain Layout
1150
1151 {
1152 \end_layout
1153
1154 \end_inset
1155
1156 画像書式
1157 \begin_inset ERT
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161
1162 }
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \end_inset
1171
1172 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1173 \family typewriter
1174 .jpg
1175 \family default
1176 」または「
1177 \family typewriter
1178 .jpeg
1179 \family default
1180 」)
1181 \begin_inset Index idx
1182 status collapsed
1183
1184 \begin_layout Plain Layout
1185 JPG|see
1186 \begin_inset ERT
1187 status collapsed
1188
1189 \begin_layout Plain Layout
1190
1191 {
1192 \end_layout
1193
1194 \end_inset
1195
1196 画像書式
1197 \begin_inset ERT
1198 status collapsed
1199
1200 \begin_layout Plain Layout
1201
1202 }
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \end_inset
1211
1212 などがあります。
1213 \end_layout
1214
1215 \begin_layout Description
1216 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1217 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1218 に便利です。
1219 \begin_inset Newline newline
1220 \end_inset
1221
1222 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1223 \family typewriter
1224 .svg
1225 \family default
1226 」)
1227 \begin_inset Index idx
1228 status collapsed
1229
1230 \begin_layout Plain Layout
1231 SVG|see
1232 \begin_inset ERT
1233 status collapsed
1234
1235 \begin_layout Plain Layout
1236
1237 {
1238 \end_layout
1239
1240 \end_inset
1241
1242 画像書式
1243 \begin_inset ERT
1244 status collapsed
1245
1246 \begin_layout Plain Layout
1247
1248 }
1249 \end_layout
1250
1251 \end_inset
1252
1253
1254 \end_layout
1255
1256 \end_inset
1257
1258 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1259 \family typewriter
1260 .eps
1261 \family default
1262 」)
1263 \begin_inset Index idx
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267 EPS|see
1268 \begin_inset ERT
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272
1273 {
1274 \end_layout
1275
1276 \end_inset
1277
1278 画像書式
1279 \begin_inset ERT
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283
1284 }
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \end_layout
1291
1292 \end_inset
1293
1294 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1295 \family typewriter
1296 .pdf
1297 \family default
1298 」)
1299 \begin_inset Index idx
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303 PDF
1304 \end_layout
1305
1306 \end_inset
1307
1308 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1309 \family typewriter
1310 .wmf
1311 \family default
1312 」)
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 SVG|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 画像書式
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1345 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1346 \begin_inset Foot
1347 status collapsed
1348
1349 \begin_layout Plain Layout
1350 PDFの場合には、さらに元画像が圧縮されます。
1351 \end_layout
1352
1353 \end_inset
1354
1355 。たとえば、
1356 \family typewriter
1357 Adobe Photoshop
1358 \family default
1359 が生成するPDFファイルは、ビットマップ画像です。
1360 \end_layout
1361
1362 \begin_layout Standard
1363 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1364 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1365 \begin_inset Formula $\to$
1366 \end_inset
1367
1368 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1369 \end_layout
1370
1371 \begin_layout Chapter
1372
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 ひょう@表
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \begin_layout Section
1386 はじめに
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 ひょう@表 ! はじめに
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Standard
1400
1401 \family roman
1402 \series medium
1403 \shape up
1404 \size normal
1405 \emph off
1406 \bar no
1407 \noun off
1408 \color none
1409 表を挿入するには、ツールバーボタン
1410 \begin_inset Graphics
1411         filename ../../images/tabular-insert.png
1412         scale 85
1413
1414 \end_inset
1415
1416 か、
1417 \family sans
1418 \series default
1419 \shape default
1420 \size default
1421 \emph default
1422 \bar default
1423 \noun default
1424 \color inherit
1425 挿入\SpecialChar \menuseparator
1426
1427 \family default
1428 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1429 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1430 \begin_inset Newline newline
1431 \end_inset
1432
1433 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1434 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1435 \end_layout
1436
1437 \begin_layout Standard
1438 \align center
1439 \begin_inset Tabular
1440 <lyxtabular version="3" rows="4" columns="4">
1441 <features tabularvalignment="middle">
1442 <column alignment="center" valignment="top" width="0">
1443 <column alignment="center" valignment="top" width="0">
1444 <column alignment="center" valignment="top" width="0">
1445 <column alignment="center" valignment="top" width="0">
1446 <row>
1447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1448 \begin_inset Text
1449
1450 \begin_layout Plain Layout
1451
1452 \end_layout
1453
1454 \end_inset
1455 </cell>
1456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1457 \begin_inset Text
1458
1459 \begin_layout Plain Layout
1460 1
1461 \end_layout
1462
1463 \end_inset
1464 </cell>
1465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1466 \begin_inset Text
1467
1468 \begin_layout Plain Layout
1469 2
1470 \end_layout
1471
1472 \end_inset
1473 </cell>
1474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1475 \begin_inset Text
1476
1477 \begin_layout Plain Layout
1478 3
1479 \end_layout
1480
1481 \end_inset
1482 </cell>
1483 </row>
1484 <row>
1485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1486 \begin_inset Text
1487
1488 \begin_layout Plain Layout
1489
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1495 \begin_inset Text
1496
1497 \begin_layout Plain Layout
1498
1499 \end_layout
1500
1501 \end_inset
1502 </cell>
1503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1504 \begin_inset Text
1505
1506 \begin_layout Plain Layout
1507
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 </row>
1522 <row>
1523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 </row>
1560 <row>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 </row>
1598 </lyxtabular>
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \begin_layout Section
1606 表ダイアログ
1607 \begin_inset Index idx
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611 ひょう@表 ! だいあろぐ@ダイアログ
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \begin_layout Standard
1620
1621 \family roman
1622 \series medium
1623 \shape up
1624 \size normal
1625 \emph off
1626 \bar no
1627 \noun off
1628 \color none
1629 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1630 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1631 \family default
1632 \series default
1633 \shape default
1634 \size default
1635 \emph default
1636 \bar default
1637 \noun default
1638 \color inherit
1639 セルの
1640 \emph on
1641 内容
1642 \emph default
1643 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1644 \begin_inset Newline newline
1645 \end_inset
1646
1647 ダイアログオプションの
1648 \family sans
1649 直ちに適用
1650 \family default
1651 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1652 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1653 \begin_inset Newline newline
1654 \end_inset
1655
1656 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1657 \end_layout
1658
1659 \begin_layout Description
1660
1661 \family sans
1662 表の設定
1663 \family default
1664  ここでは、現在列の幅と水平揃えを設定することができます。
1665 \family sans
1666 小数点で
1667 \family default
1668 とある揃えは、第
1669 \begin_inset CommandInset ref
1670 LatexCommand ref
1671 reference "sub:特殊なセル揃え"
1672
1673 \end_inset
1674
1675 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1676 は、第
1677 \begin_inset CommandInset ref
1678 LatexCommand ref
1679 reference "sub:複数行"
1680
1681 \end_inset
1682
1683 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1684 \begin_inset Newline newline
1685 \end_inset
1686
1687 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1688 \begin_inset CommandInset ref
1689 LatexCommand ref
1690 reference "sub:連結列"
1691
1692 \end_inset
1693
1694 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1695 \begin_inset CommandInset ref
1696 LatexCommand ref
1697 reference "sub:連結行"
1698
1699 \end_inset
1700
1701 節をご参照ください。
1702 \begin_inset Newline newline
1703 \end_inset
1704
1705 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1706 \begin_inset Newline newline
1707 \end_inset
1708
1709
1710 \begin_inset Note Greyedout
1711 status open
1712
1713 \begin_layout Plain Layout
1714
1715 \series bold
1716 【註】
1717 \series default
1718 DVIビューアのすべてが回転を表示できるわけではありません。
1719 \end_layout
1720
1721 \end_inset
1722
1723
1724 \begin_inset Newline newline
1725 \end_inset
1726
1727 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1728 \begin_inset Newline newline
1729 \end_inset
1730
1731 各種の揃えを適用した同一行中の表:
1732 \begin_inset Tabular
1733 <lyxtabular version="3" rows="2" columns="2">
1734 <features tabularvalignment="top">
1735 <column alignment="center" valignment="top" width="0pt">
1736 <column alignment="center" valignment="top" width="0">
1737 <row>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751 1
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 </row>
1757 <row>
1758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762 A
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 </row>
1777 </lyxtabular>
1778
1779 \end_inset
1780
1781  
1782 \begin_inset Tabular
1783 <lyxtabular version="3" rows="2" columns="2">
1784 <features tabularvalignment="middle">
1785 <column alignment="center" valignment="top" width="0">
1786 <column alignment="center" valignment="top" width="0">
1787 <row>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801 1
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 </row>
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 A
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 </lyxtabular>
1828
1829 \end_inset
1830
1831  
1832 \begin_inset Tabular
1833 <lyxtabular version="3" rows="2" columns="2">
1834 <features tabularvalignment="bottom">
1835 <column alignment="center" valignment="top" width="0pt">
1836 <column alignment="center" valignment="top" width="0">
1837 <row>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 1
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 A
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 </lyxtabular>
1878
1879 \end_inset
1880
1881
1882 \begin_inset Newline newline
1883 \end_inset
1884
1885 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1886 \begin_inset CommandInset ref
1887 LatexCommand ref
1888 reference "sub:連結列の計算"
1889
1890 \end_inset
1891
1892 節および第
1893 \begin_inset CommandInset ref
1894 LatexCommand ref
1895 reference "sec:色付きの表"
1896
1897 \end_inset
1898
1899 節をご参照下さい。
1900 \end_layout
1901
1902 \begin_layout Description
1903
1904 \family sans
1905 罫線
1906 \family default
1907  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1908 \begin_inset Newline newline
1909 \end_inset
1910
1911 様式オプションとして
1912 \family sans
1913 フォーマル様式
1914 \family default
1915 を使用すると、第
1916 \begin_inset CommandInset ref
1917 LatexCommand ref
1918 reference "sec:フォーマル形式の表"
1919
1920 \end_inset
1921
1922 節に述べられているフォーマル様式の表に表を変換します。
1923 \begin_inset Newline newline
1924 \end_inset
1925
1926 またここで、第
1927 \begin_inset CommandInset ref
1928 LatexCommand ref
1929 reference "sub:行の余白取り"
1930
1931 \end_inset
1932
1933 節に述べられているように、表の行に空白を追加することもできます。
1934 \end_layout
1935
1936 \begin_layout Description
1937
1938 \family sans
1939 長尺表
1940 \family default
1941  このタブは、複数のページにわたる、いわゆる「
1942 \emph on
1943 長尺表
1944 \emph default
1945 」を作るためのものです。第
1946 \begin_inset CommandInset ref
1947 LatexCommand ref
1948 reference "sec:長尺表"
1949
1950 \end_inset
1951
1952 節および第
1953 \begin_inset CommandInset ref
1954 LatexCommand ref
1955 reference "sec:長尺表にまつわる諸点"
1956
1957 \end_inset
1958
1959 節に、長尺表の機能に関する詳細な説明があります。
1960 \end_layout
1961
1962 \begin_layout Section
1963 表ツールバー
1964 \begin_inset Index idx
1965 status collapsed
1966
1967 \begin_layout Plain Layout
1968 ひょう@表 ! つーるばー@ツールバー
1969 \end_layout
1970
1971 \end_inset
1972
1973
1974 \end_layout
1975
1976 \begin_layout Standard
1977 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1978 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1979 \end_layout
1980
1981 \begin_layout Standard
1982 ツールバーには、以下のアイコンがあります。
1983 \end_layout
1984
1985 \begin_layout Labeling
1986 \labelwidthstring 00.00.0000
1987 \begin_inset Graphics
1988         filename ../../images/tabular-feature_append-row.png
1989         scaleBeforeRotation
1990
1991 \end_inset
1992
1993 は、現在セルあるいは選択範囲の下に行を追加します。
1994 \end_layout
1995
1996 \begin_layout Labeling
1997 \labelwidthstring 00.00.0000
1998 \begin_inset Graphics
1999         filename ../../images/tabular-feature_append-column.png
2000         scaleBeforeRotation
2001
2002 \end_inset
2003
2004 は、現在セルあるいは選択範囲の右に列を追加します。
2005 \end_layout
2006
2007 \begin_layout Labeling
2008 \labelwidthstring 00.00.0000
2009 \begin_inset Graphics
2010         filename ../../images/tabular-feature_delete-row.png
2011         scaleBeforeRotation
2012
2013 \end_inset
2014
2015 は、現在行あるいは選択範囲行を削除します。
2016 \end_layout
2017
2018 \begin_layout Labeling
2019 \labelwidthstring 00.00.0000
2020 \begin_inset Graphics
2021         filename ../../images/tabular-feature_delete-column.png
2022         scaleBeforeRotation
2023
2024 \end_inset
2025
2026 は、現在列あるいは選択範囲列を削除します。
2027 \end_layout
2028
2029 \begin_layout Labeling
2030 \labelwidthstring 00.00.0000
2031 \begin_inset Graphics
2032         filename ../../images/tabular-feature_toggle-line-top.png
2033         scaleBeforeRotation
2034
2035 \end_inset
2036
2037 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2038 \end_layout
2039
2040 \begin_layout Labeling
2041 \labelwidthstring 00.00.0000
2042 \begin_inset Graphics
2043         filename ../../images/tabular-feature_toggle-line-bottom.png
2044         scaleBeforeRotation
2045
2046 \end_inset
2047
2048 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2049 \end_layout
2050
2051 \begin_layout Labeling
2052 \labelwidthstring 00.00.0000
2053 \begin_inset Graphics
2054         filename ../../images/tabular-feature_toggle-line-left.png
2055         scaleBeforeRotation
2056
2057 \end_inset
2058
2059 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2060 \end_layout
2061
2062 \begin_layout Labeling
2063 \labelwidthstring 00.00.0000
2064 \begin_inset Graphics
2065         filename ../../images/tabular-feature_toggle-line-right.png
2066         scaleBeforeRotation
2067
2068 \end_inset
2069
2070 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2071 \end_layout
2072
2073 \begin_layout Labeling
2074 \labelwidthstring 00.00.0000
2075 \begin_inset Graphics
2076         filename ../../images/tabular-feature_set-all-lines.png
2077         scaleBeforeRotation
2078
2079 \end_inset
2080
2081 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2082 \end_layout
2083
2084 \begin_layout Labeling
2085 \labelwidthstring 00.00.0000
2086 \begin_inset Graphics
2087         filename ../../images/tabular-feature_unset-all-lines.png
2088         scaleBeforeRotation
2089
2090 \end_inset
2091
2092 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2093 \end_layout
2094
2095 \begin_layout Labeling
2096 \labelwidthstring 00.00.0000
2097 \begin_inset Graphics
2098         filename ../../images/tabular-feature_m-align-left.png
2099         scaleBeforeRotation
2100
2101 \end_inset
2102
2103 は、現在セルあるいは現在列の内容を左揃えにします。
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Graphics
2109         filename ../../images/tabular-feature_m-align-center.png
2110         scaleBeforeRotation
2111
2112 \end_inset
2113
2114 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2115 \end_layout
2116
2117 \begin_layout Labeling
2118 \labelwidthstring 00.00.0000
2119 \begin_inset Graphics
2120         filename ../../images/tabular-feature_m-align-right.png
2121         scaleBeforeRotation
2122
2123 \end_inset
2124
2125 は、現在セルあるいは現在列の内容を右揃えにします。
2126 \end_layout
2127
2128 \begin_layout Labeling
2129 \labelwidthstring 00.00.0000
2130 \begin_inset Graphics
2131         filename ../../images/tabular-feature_align-decimal.png
2132         scaleBeforeRotation
2133
2134 \end_inset
2135
2136 は、現在セルの内容を特定文字位置で揃えます。
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Graphics
2142         filename ../../images/tabular-feature_m-valign-top.png
2143         scaleBeforeRotation
2144
2145 \end_inset
2146
2147 は、現在セルの内容を垂直方向上揃えにします。
2148 \end_layout
2149
2150 \begin_layout Labeling
2151 \labelwidthstring 00.00.0000
2152 \begin_inset Graphics
2153         filename ../../images/tabular-feature_m-valign-middle.png
2154         scaleBeforeRotation
2155
2156 \end_inset
2157
2158 は、現在セルの内容を垂直方向中央揃えにします。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163 \begin_inset Graphics
2164         filename ../../images/tabular-feature_m-valign-bottom.png
2165         scaleBeforeRotation
2166
2167 \end_inset
2168
2169 は、現在セルの内容を垂直方向下揃えにします。
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Graphics
2175         filename ../../images/tabular-feature_set-rotate-cell.png
2176         scaleBeforeRotation
2177
2178 \end_inset
2179
2180 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../../images/tabular-feature_set-rotate-tabular.png
2187         scaleBeforeRotation
2188
2189 \end_inset
2190
2191 は、表全体を反時計廻りに90度回転します。
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_multicolumn.png
2198         scaleBeforeRotation
2199
2200 \end_inset
2201
2202 は、現在セルあるいは選択範囲を連結列にします。
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../../images/tabular-feature_multirow.png
2209         scaleBeforeRotation
2210
2211 \end_inset
2212
2213 は、現在セルあるいは選択範囲を連結行にします。
2214 \end_layout
2215
2216 \begin_layout Standard
2217 \begin_inset Note Greyedout
2218 status open
2219
2220 \begin_layout Plain Layout
2221
2222 \series bold
2223 【註】
2224 \series default
2225 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2226 \end_layout
2227
2228 \end_inset
2229
2230
2231 \end_layout
2232
2233 \begin_layout Section
2234 表編集メニュー
2235 \begin_inset Index idx
2236 status collapsed
2237
2238 \begin_layout Plain Layout
2239 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2240 \end_layout
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 表ダイアログと表ツールバーの他に、
2249 \family sans
2250 編集\SpecialChar \menuseparator
2251
2252 \family default
2253 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2254 部にあるときのみ、表示されます。
2255 \end_layout
2256
2257 \begin_layout Section
2258 表フロート
2259 \begin_inset CommandInset label
2260 LatexCommand label
2261 name "sec:表フロート"
2262
2263 \end_inset
2264
2265
2266 \begin_inset Index idx
2267 status collapsed
2268
2269 \begin_layout Plain Layout
2270 ふろーと@フロート ! ひょう@表
2271 \end_layout
2272
2273 \end_inset
2274
2275
2276 \begin_inset Index idx
2277 status collapsed
2278
2279 \begin_layout Plain Layout
2280 ひょう@表 ! ふろーと@フロート
2281 \end_layout
2282
2283 \end_inset
2284
2285
2286 \end_layout
2287
2288 \begin_layout Standard
2289 フロートの一般的な説明については、第
2290 \begin_inset CommandInset ref
2291 LatexCommand ref
2292 reference "sec:フロートはじめに"
2293
2294 \end_inset
2295
2296 節をご覧下さい。
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \begin_inset Float table
2301 placement h
2302 wide false
2303 sideways false
2304 status open
2305
2306 \begin_layout Plain Layout
2307 \begin_inset Caption
2308
2309 \begin_layout Plain Layout
2310 \begin_inset CommandInset label
2311 LatexCommand label
2312 name "tab:表フロート"
2313
2314 \end_inset
2315
2316 表フロート
2317 \end_layout
2318
2319 \end_inset
2320
2321
2322 \end_layout
2323
2324 \begin_layout Plain Layout
2325 \align center
2326 \begin_inset Tabular
2327 <lyxtabular version="3" rows="3" columns="3">
2328 <features tabularvalignment="middle">
2329 <column alignment="center" valignment="top" width="0pt">
2330 <column alignment="center" valignment="top" width="0pt">
2331 <column alignment="center" valignment="top" width="0pt">
2332 <row>
2333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337
2338 \family roman
2339 \series medium
2340 \shape up
2341 \size normal
2342 \emph off
2343 \bar no
2344 \noun off
2345 \color none
2346 1
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355
2356 \family roman
2357 \series medium
2358 \shape up
2359 \size normal
2360 \emph off
2361 \bar no
2362 \noun off
2363 \color none
2364 2
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \family roman
2375 \series medium
2376 \shape up
2377 \size normal
2378 \emph off
2379 \bar no
2380 \noun off
2381 \color none
2382 3
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 森嶋
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Plain Layout
2402 宇沢
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411 二階堂
2412 \end_layout
2413
2414 \end_inset
2415 </cell>
2416 </row>
2417 <row>
2418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422
2423 \family roman
2424 \series medium
2425 \shape up
2426 \size normal
2427 \emph off
2428 \bar no
2429 \noun off
2430 \color none
2431 \begin_inset Formula $\int x^{2}dx$
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \family roman
2445 \series medium
2446 \shape up
2447 \size normal
2448 \emph off
2449 \bar no
2450 \noun off
2451 \color none
2452 \begin_inset Formula $\left[\begin{array}{cc}
2453 a & b\\
2454 c & d
2455 \end{array}\right]$
2456 \end_inset
2457
2458
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 \begin_inset Formula $1+1=2$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 </row>
2485 </lyxtabular>
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \begin_layout Standard
2498 表フロートは、
2499 \family sans
2500 挿入
2501 \shape up
2502 \SpecialChar \menuseparator
2503 フロート\SpecialChar \menuseparator
2504
2505 \family default
2506 \shape default
2507 メニューかツールバーボタン
2508 \begin_inset Graphics
2509         filename ../../images/float-insert_table.png
2510         scale 85
2511         scaleBeforeRotation
2512
2513 \end_inset
2514
2515 を使うと挿入することができます。
2516 \end_layout
2517
2518 \begin_layout Standard
2519 フロートは折りたたむことのできるボックスとして表示され、中には「表
2520 \begin_inset space ~
2521 \end_inset
2522
2523 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2524 \end_layout
2525
2526 \begin_layout Standard
2527
2528 \begin_inset space ~
2529 \end_inset
2530
2531
2532 \begin_inset CommandInset ref
2533 LatexCommand ref
2534 reference "tab:表フロート"
2535
2536 \end_inset
2537
2538 は、表フロートに入れた表の例です。
2539 \end_layout
2540
2541 \begin_layout Standard
2542 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2543 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2544 eXパッケージの
2545 \series bold
2546 caption
2547 \series default
2548
2549 \begin_inset Index idx
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2554 \end_layout
2555
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \begin_layout Standard
2562
2563 \series bold
2564 tableposition=top
2565 \end_layout
2566
2567 \begin_layout Standard
2568 というオプションとともにloadコマンドを使って読み込んでください
2569 \begin_inset Foot
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 詳しくは、第
2574 \begin_inset CommandInset ref
2575 LatexCommand ref
2576 reference "sec:キャプションの配置"
2577
2578 \end_inset
2579
2580 節をご覧下さい。
2581 \end_layout
2582
2583 \end_inset
2584
2585 。キャプション書式を調整するには、第
2586 \begin_inset CommandInset ref
2587 LatexCommand ref
2588 reference "sec:キャプションの書式設定"
2589
2590 \end_inset
2591
2592 節にものべられているように
2593 \series bold
2594 caption
2595 \series default
2596 パッケージを使用します。
2597 \end_layout
2598
2599 \begin_layout Standard
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 さんしょう@参照 ! ひょうへの@表への
2605 \end_layout
2606
2607 \end_inset
2608
2609 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2610 \family sans
2611 挿入\SpecialChar \menuseparator
2612 ラベル
2613 \family default
2614 メニューかツールバーボタンの
2615 \begin_inset Graphics
2616         filename ../../images/label-insert.png
2617         scale 85
2618         scaleBeforeRotation
2619
2620 \end_inset
2621
2622 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2623 相互参照メニューかツールバーボタンの
2624 \begin_inset Graphics
2625         filename ../../images/dialog-show-new-inset_ref.png
2626         scale 85
2627         scaleBeforeRotation
2628
2629 \end_inset
2630
2631 を用いて、このラベルを参照することができます。
2632 \begin_inset Newline newline
2633 \end_inset
2634
2635 参照は、第
2636 \begin_inset CommandInset ref
2637 LatexCommand ref
2638 reference "sec:フロートの参照"
2639
2640 \end_inset
2641
2642 節で詳細に説明されています。
2643 \end_layout
2644
2645 \begin_layout Section
2646 長尺表
2647 \begin_inset CommandInset label
2648 LatexCommand label
2649 name "sec:長尺表"
2650
2651 \end_inset
2652
2653
2654 \begin_inset Index idx
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 ちょうしゃくひょう@長尺表
2659 \end_layout
2660
2661 \end_inset
2662
2663
2664 \begin_inset Index idx
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 ひょう@表 ! ちょうしゃくひょう@長尺表
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \end_layout
2675
2676 \begin_layout Standard
2677 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2678 \family sans
2679 長尺表
2680 \family default
2681 タブにある
2682 \family sans
2683 長尺表を使う
2684 \family default
2685 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2686 することができるようになります。
2687 \end_layout
2688
2689 \begin_layout Description
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 ただし、
2700 \family sans
2701 \series default
2702 \shape default
2703 \size default
2704 \emph default
2705 \bar default
2706 \noun default
2707 \color inherit
2708 冒頭ヘッダ
2709 \family roman
2710 \series medium
2711 \shape up
2712 \size normal
2713 \emph off
2714 \bar no
2715 \noun off
2716 \color none
2717 が定義されているときは、冒頭ページを除きます。
2718 \family default
2719 \series default
2720 \shape default
2721 \size default
2722 \emph default
2723 \bar default
2724 \noun default
2725 \color inherit
2726 これと区別して、このヘッダは本体ヘッダと呼びます。
2727 \end_layout
2728
2729 \begin_layout Description
2730 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2731 \end_layout
2732
2733 \begin_layout Description
2734 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2735 \family roman
2736 \series medium
2737 \shape up
2738 \size normal
2739 \emph off
2740 \bar no
2741 \noun off
2742 \color none
2743 ただし、
2744 \family sans
2745 \series default
2746 \shape default
2747 \size default
2748 \emph default
2749 \bar default
2750 \noun default
2751 \color inherit
2752 末尾フッタ
2753 \family roman
2754 \series medium
2755 \shape up
2756 \size normal
2757 \emph off
2758 \bar no
2759 \noun off
2760 \color none
2761 が定義されているときは、末尾ページを除きます。
2762 \end_layout
2763
2764 \begin_layout Description
2765 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2766 \end_layout
2767
2768 \begin_layout Description
2769 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2770 \begin_inset CommandInset ref
2771 LatexCommand ref
2772 reference "sub:長尺表のキャプション"
2773
2774 \end_inset
2775
2776 節で説明されています。
2777 \end_layout
2778
2779 \begin_layout Standard
2780 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2781 \end_layout
2782
2783 \begin_layout Standard
2784 \align center
2785 \begin_inset Tabular
2786 <lyxtabular version="3" rows="69" columns="3">
2787 <features islongtable="true" longtabularalignment="center">
2788 <column alignment="left" valignment="top" width="0cm">
2789 <column alignment="left" valignment="top" width="0pt">
2790 <column alignment="center" valignment="top" width="0pt">
2791 <row endfirsthead="true">
2792 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \series bold
2798 例示用電話帳(名前は無視してください)
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \end_layout
2818
2819 \end_inset
2820 </cell>
2821 </row>
2822 <row endfirsthead="true">
2823 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827 氏名
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \series bold
2847 TEL.
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 </row>
2853 <row endhead="true">
2854 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \series bold
2860 例示用電話帳
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 </row>
2884 <row endhead="true">
2885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 氏名
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \series bold
2909 TEL.
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 </row>
2915 <row endfoot="true">
2916 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920 次頁へつづく
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Plain Layout
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 <row>
2945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \series bold
2951 Annovi
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 Silvia
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969 111
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \series bold
2982 Bertoli
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991 Stefano
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 111
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \series bold
3013 Bozzi
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 Walter
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Plain Layout
3031 111
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 <row>
3038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \series bold
3044 Cachia
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 Maria
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062 111
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 </row>
3068 <row>
3069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073
3074 \series bold
3075 Cachia
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 Maurizio
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 111
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 </row>
3099 <row>
3100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \series bold
3106 Cinquemani
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 Giusi
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 111
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 <row>
3131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \series bold
3137 Colin
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 Bernard
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 111
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 </row>
3161 <row>
3162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \series bold
3168 Concli
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 Gianfranco
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 111
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row>
3193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \series bold
3199 Dal Bosco
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 Carolina
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217 111
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 </row>
3223 <row>
3224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228
3229 \series bold
3230 Dalpiaz
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 Annamaria
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248 111
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row>
3255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 Feliciello
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 Domenico
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279 111
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row>
3286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 Focarelli
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301 Paola
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 111
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row>
3317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 Galletti
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 Oreste
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 111
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 Gasparini
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 Franca
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 111
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Rizzardi
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Paola
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Lassini
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Giancarlo
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Malfatti
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Luciano
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Malfatti
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Valeriano
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Meneguzzo
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Roberto
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Mezzadra
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Roberto
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Pirpamer
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Erich
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Pochiesa
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Paolo
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111, 222
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Radina
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Claudio
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Stuffer
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Oskar
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Tacchelli
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Ugo
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Tezzele
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Margit
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Unterkalmsteiner
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Frieda
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Vieider
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Hilde
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Vigna
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Jürgen
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Weber
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Maurizio
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Winkler
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Franz
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910  
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Annovi
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Silvia
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 555
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Bertoli
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Stefano
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 555
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Bozzi
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Walter
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 555
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Cachia
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Maria
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 555
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Cachia
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Maurizio
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 555
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Cinquemani
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Giusi
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 555
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Colin
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Bernard
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 555
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Concli
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Gianfranco
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 555
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Dal Bosco
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Carolina
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 555
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Dalpiaz
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Annamaria
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 555
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Feliciello
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Domenico
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 555
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Focarelli
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Paola
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 555
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \series bold
4313 Galletti
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Oreste
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 555
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Gasparini
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Franca
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 555
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Rizzardi
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Paola
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Lassini
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Giancarlo
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Malfatti
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Luciano
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Malfatti
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Valeriano
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Meneguzzo
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Roberto
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Mezzadra
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Roberto
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Pirpamer
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Erich
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Pochiesa
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Paolo
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555, 222
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Radina
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Claudio
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Stuffer
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Oskar
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Tacchelli
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Ugo
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Tezzele
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Margit
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Unterkalmsteiner
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Frieda
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Vieider
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Hilde
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Vigna
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Jürgen
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 999
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Weber
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Maurizio
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Winkler
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Franz
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row endlastfoot="true">
4896 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 以上
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 </lyxtabular>
4925
4926 \end_inset
4927
4928
4929 \begin_inset ERT
4930 status collapsed
4931
4932 \begin_layout Plain Layout
4933
4934
4935 \backslash
4936 addtocounter{table}{-1}
4937 \end_layout
4938
4939 \end_inset
4940
4941
4942 \begin_inset Note Note
4943 status collapsed
4944
4945 \begin_layout Plain Layout
4946 本コマンドの説明については、第
4947 \begin_inset CommandInset ref
4948 LatexCommand ref
4949 reference "sub:長尺表のキャプション"
4950
4951 \end_inset
4952
4953 節の最初の淡色表示注釈をご覧下さい。
4954 \end_layout
4955
4956 \end_inset
4957
4958
4959 \end_layout
4960
4961 \begin_layout Subsection
4962 長尺表での脚注
4963 \begin_inset CommandInset label
4964 LatexCommand label
4965 name "sub:長尺表での脚注"
4966
4967 \end_inset
4968
4969
4970 \begin_inset Index idx
4971 status collapsed
4972
4973 \begin_layout Plain Layout
4974 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4975 \end_layout
4976
4977 \end_inset
4978
4979
4980 \end_layout
4981
4982 \begin_layout Standard
4983 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
4984 \begin_inset CommandInset ref
4985 LatexCommand ref
4986 reference "tab:別キャプション"
4987
4988 \end_inset
4989
4990 には脚注が付いています。
4991 \end_layout
4992
4993 \begin_layout Subsection
4994 長尺表の縦横揃え
4995 \begin_inset Index idx
4996 status collapsed
4997
4998 \begin_layout Plain Layout
4999 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5000 \end_layout
5001
5002 \end_inset
5003
5004
5005 \end_layout
5006
5007 \begin_layout Standard
5008 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5009 設定してから
5010 \end_layout
5011
5012 \begin_layout Standard
5013
5014 \series bold
5015
5016 \backslash
5017 setlength{
5018 \backslash
5019 LTleft}{値}
5020 \end_layout
5021
5022 \begin_layout Standard
5023 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5024 \series bold
5025
5026 \backslash
5027 LTleft
5028 \series default
5029 および
5030 \series bold
5031
5032 \backslash
5033 LTright
5034 \series default
5035 の値を変更しなくてはなりません。ここで「値」は、第
5036 \begin_inset CommandInset ref
5037 LatexCommand ref
5038 reference "tab:単位"
5039
5040 \end_inset
5041
5042 表に挙げてある単位であれば、どの単位を取ることもできます。
5043 \series bold
5044
5045 \backslash
5046 LTleft
5047 \series default
5048 は、左頁余白から長尺表までの水平方向の距離を制御し、
5049 \series bold
5050
5051 \backslash
5052 LTright
5053 \series default
5054 は、右頁余白からの距離を制御します。これらの長さの既定値は
5055 \series bold
5056
5057 \backslash
5058 fill
5059 \series default
5060 となっており、LyXの水平フィルと同等になっています。
5061 \end_layout
5062
5063 \begin_layout Standard
5064 以下の長尺表は、中央揃えの上、
5065 \series bold
5066
5067 \backslash
5068 LTleft
5069 \series default
5070
5071 \family sans
5072 0.1
5073 \backslash
5074 columnwidth
5075 \family default
5076 に設定してあります。
5077 \begin_inset ERT
5078 status collapsed
5079
5080 \begin_layout Plain Layout
5081
5082
5083 \backslash
5084 setlength{
5085 \backslash
5086 LTleft}{0.1
5087 \backslash
5088 columnwidth}
5089 \end_layout
5090
5091 \end_inset
5092
5093
5094 \end_layout
5095
5096 \begin_layout Standard
5097 \begin_inset Tabular
5098 <lyxtabular version="3" rows="5" columns="5">
5099 <features islongtable="true" longtabularalignment="center">
5100 <column alignment="center" valignment="top" width="0">
5101 <column alignment="center" valignment="top" width="0">
5102 <column alignment="center" valignment="top" width="0">
5103 <column alignment="center" valignment="top" width="0">
5104 <column alignment="center" valignment="top" width="0">
5105 <row>
5106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 1
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 2
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 3
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 4
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 5
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 </row>
5152 <row>
5153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 いろは
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 いろは
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 いろは
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 いろは
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 いろは
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 いろは
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 </row>
5293 <row>
5294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 いろは
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 いろは
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 いろは
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 いろは
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 いろは
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 </row>
5340 </lyxtabular>
5341
5342 \end_inset
5343
5344
5345 \begin_inset ERT
5346 status collapsed
5347
5348 \begin_layout Plain Layout
5349
5350
5351 \backslash
5352 setlength{
5353 \backslash
5354 LTleft}{
5355 \backslash
5356 fill}
5357 \end_layout
5358
5359 \end_inset
5360
5361
5362 \begin_inset ERT
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366
5367
5368 \backslash
5369 addtocounter{table}{-1}
5370 \end_layout
5371
5372 \end_inset
5373
5374
5375 \begin_inset Note Note
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379 このコマンドの説明に関しては、第
5380 \begin_inset CommandInset ref
5381 LatexCommand ref
5382 reference "sub:長尺表のキャプション"
5383
5384 \end_inset
5385
5386 節の最初の淡色表示注釈をご覧下さい。
5387 \end_layout
5388
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \begin_layout Subsection
5395 長尺表のキャプション
5396 \begin_inset Index idx
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5401 \end_layout
5402
5403 \end_inset
5404
5405
5406 \begin_inset CommandInset label
5407 LatexCommand label
5408 name "sub:長尺表のキャプション"
5409
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Standard
5416 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5417 \begin_inset CommandInset ref
5418 LatexCommand ref
5419 reference "sec:長尺表"
5420
5421 \end_inset
5422
5423 節に述べられているように、ある行で長尺表オプションの
5424 \family sans
5425 キャプション
5426 \family default
5427 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5428 \end_layout
5429
5430 \begin_layout Standard
5431 以下は、動作を確認するための短い長尺表です。
5432 \end_layout
5433
5434 \begin_layout Standard
5435 \begin_inset Tabular
5436 <lyxtabular version="3" rows="6" columns="5">
5437 <features islongtable="true" longtabularalignment="center">
5438 <column alignment="center" valignment="top" width="0">
5439 <column alignment="center" valignment="top" width="0">
5440 <column alignment="center" valignment="top" width="0">
5441 <column alignment="center" valignment="top" width="0">
5442 <column alignment="center" valignment="top" width="0">
5443 <row caption="true">
5444 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 \begin_inset Caption
5449
5450 \begin_layout Plain Layout
5451 キャプション付き長尺表
5452 \begin_inset Argument
5453 status collapsed
5454
5455 \begin_layout Plain Layout
5456 長尺表
5457 \end_layout
5458
5459 \end_inset
5460
5461
5462 \end_layout
5463
5464 \end_inset
5465
5466
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 </row>
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 1
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 2
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 3
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 4
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 5
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 </row>
5555 <row>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 いろは
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 いろは
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 いろは
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 いろは
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 いろは
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 いろは
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 いろは
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 いろは
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 いろは
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 いろは
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 いろは
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 </lyxtabular>
5744
5745 \end_inset
5746
5747
5748 \end_layout
5749
5750 \begin_layout Standard
5751 \begin_inset VSpace medskip
5752 \end_inset
5753
5754
5755 \begin_inset Note Greyedout
5756 status open
5757
5758 \begin_layout Plain Layout
5759
5760 \series bold
5761 【註1】
5762 \series default
5763 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5764 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5765 \end_layout
5766
5767 \begin_layout Plain Layout
5768
5769 \series bold
5770
5771 \backslash
5772 addtocounter{table}{-1}
5773 \end_layout
5774
5775 \begin_layout Plain Layout
5776 というコマンドを挿入する方法があります。
5777 \end_layout
5778
5779 \begin_layout Plain Layout
5780 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5781 \end_layout
5782
5783 \begin_layout Plain Layout
5784
5785 \series bold
5786
5787 \backslash
5788 let
5789 \backslash
5790 myEnd
5791 \backslash
5792 endlongtable
5793 \begin_inset Newline newline
5794 \end_inset
5795
5796
5797 \backslash
5798 renewcommand{
5799 \backslash
5800 endlongtable}{
5801 \backslash
5802 myEnd
5803 \backslash
5804 addtocounter{table}{-1}}
5805 \end_layout
5806
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \begin_layout Standard
5813 \begin_inset Note Greyedout
5814 status open
5815
5816 \begin_layout Plain Layout
5817
5818 \series bold
5819 【註2】
5820 \series default
5821 相互参照をリンクするために、
5822 \family sans
5823 文書設定
5824 \family default
5825 ダイアログの
5826 \family sans
5827 PDF特性
5828 \family default
5829
5830 \series bold
5831 hyperref
5832 \series default
5833
5834 \begin_inset Index idx
5835 status collapsed
5836
5837 \begin_layout Plain Layout
5838 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5839 \end_layout
5840
5841 \end_inset
5842
5843 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5844 \end_layout
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Subsubsection
5852 長尺表への参照
5853 \begin_inset Index idx
5854 status collapsed
5855
5856 \begin_layout Plain Layout
5857 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5858 \end_layout
5859
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \begin_layout Standard
5866 \begin_inset Tabular
5867 <lyxtabular version="3" rows="6" columns="5">
5868 <features islongtable="true" longtabularalignment="center">
5869 <column alignment="center" valignment="top" width="0">
5870 <column alignment="center" valignment="top" width="0">
5871 <column alignment="center" valignment="top" width="0">
5872 <column alignment="center" valignment="top" width="0">
5873 <column alignment="center" valignment="top" width="0">
5874 <row caption="true">
5875 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 \begin_inset Caption
5880
5881 \begin_layout Plain Layout
5882 参照された長尺表
5883 \begin_inset CommandInset label
5884 LatexCommand label
5885 name "tab:参照例"
5886
5887 \end_inset
5888
5889
5890 \end_layout
5891
5892 \end_inset
5893
5894
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 </row>
5936 <row>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 1
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 2
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 3
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 4
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 5
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 いろは
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 いろは
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 </row>
6030 <row>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 いろは
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 いろは
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 いろは
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 いろは
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 </row>
6124 <row>
6125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 いろは
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 いろは
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 いろは
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 いろは
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 いろは
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 </lyxtabular>
6172
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \begin_layout Standard
6179 長尺表を参照するには、キャプションにラベルを挿入してください。
6180 \end_layout
6181
6182 \begin_layout Standard
6183 これは表
6184 \begin_inset CommandInset ref
6185 LatexCommand ref
6186 reference "tab:参照例"
6187
6188 \end_inset
6189
6190 への参照です。
6191 \end_layout
6192
6193 \begin_layout Standard
6194 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6195 \series bold
6196 caption
6197 \series default
6198
6199 \begin_inset Index idx
6200 status collapsed
6201
6202 \begin_layout Plain Layout
6203 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6204 \end_layout
6205
6206 \end_inset
6207
6208 を使用して設定することができます。第
6209 \begin_inset CommandInset ref
6210 LatexCommand ref
6211 reference "sec:キャプションの書式設定"
6212
6213 \end_inset
6214
6215 節をご覧下さい。
6216 \end_layout
6217
6218 \begin_layout Subsubsection
6219 キャプションの幅
6220 \begin_inset Index idx
6221 status collapsed
6222
6223 \begin_layout Plain Layout
6224 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6225 \end_layout
6226
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \begin_layout Standard
6233 キャプション行の最大長は、長さ
6234 \series bold
6235
6236 \backslash
6237 LTcapwidth
6238 \series default
6239 によって指定することができます。既定値は4
6240 \begin_inset space \thinspace{}
6241 \end_inset
6242
6243 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6244 \end_layout
6245
6246 \begin_layout Standard
6247
6248 \series bold
6249
6250 \backslash
6251 setlength{
6252 \backslash
6253 LTcapwidth}{幅}
6254 \end_layout
6255
6256 \begin_layout Standard
6257 というコマンドを書き加えて下さい。ここで「幅」には、付録
6258 \begin_inset CommandInset ref
6259 LatexCommand ref
6260 reference "cha:LyXで使用できる単位"
6261
6262 \end_inset
6263
6264 に挙げられている単位を取ることができます。
6265 \end_layout
6266
6267 \begin_layout Standard
6268 以下の各表で違いを示します。
6269 \end_layout
6270
6271 \begin_layout Standard
6272 \begin_inset Tabular
6273 <lyxtabular version="3" rows="6" columns="5">
6274 <features islongtable="true" longtabularalignment="center">
6275 <column alignment="center" valignment="top" width="0">
6276 <column alignment="center" valignment="top" width="0">
6277 <column alignment="center" valignment="top" width="0">
6278 <column alignment="center" valignment="top" width="0">
6279 <column alignment="center" valignment="top" width="0">
6280 <row caption="true">
6281 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 \begin_inset Caption
6286
6287 \begin_layout Plain Layout
6288 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6289 \begin_inset Argument
6290 status collapsed
6291
6292 \begin_layout Plain Layout
6293 既定幅のキャプション
6294 \end_layout
6295
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 1
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 2
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 3
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 4
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 5
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 </row>
6392 <row>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 いろは
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 いろは
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 <row>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 いろは
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 いろは
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 </row>
6486 <row>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 いろは
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 いろは
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 </row>
6533 <row>
6534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 いろは
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 いろは
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 いろは
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 いろは
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 いろは
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 </lyxtabular>
6581
6582 \end_inset
6583
6584
6585 \end_layout
6586
6587 \begin_layout Standard
6588 \begin_inset ERT
6589 status collapsed
6590
6591 \begin_layout Plain Layout
6592
6593
6594 \backslash
6595 setlength{
6596 \backslash
6597 LTcapwidth}{5cm}
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \begin_inset Tabular
6604 <lyxtabular version="3" rows="6" columns="5">
6605 <features islongtable="true" longtabularalignment="center">
6606 <column alignment="center" valignment="top" width="0">
6607 <column alignment="center" valignment="top" width="0">
6608 <column alignment="center" valignment="top" width="0">
6609 <column alignment="center" valignment="top" width="0">
6610 <column alignment="center" valignment="top" width="0">
6611 <row caption="true">
6612 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 \begin_inset Caption
6617
6618 \begin_layout Plain Layout
6619 5
6620 \begin_inset space \thinspace{}
6621 \end_inset
6622
6623 cm幅のなが〜いフルタイトル・5
6624 \begin_inset space \thinspace{}
6625 \end_inset
6626
6627 cm幅のなが〜いフルタイトル・5
6628 \begin_inset space \thinspace{}
6629 \end_inset
6630
6631 cm幅のなが〜いフルタイトル
6632 \begin_inset Argument
6633 status collapsed
6634
6635 \begin_layout Plain Layout
6636 5
6637 \begin_inset space \thinspace{}
6638 \end_inset
6639
6640 cm幅のキャプション
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \end_inset
6649
6650
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 <row>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 1
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 2
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 3
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 4
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 5
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 </row>
6739 <row>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 いろは
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 いろは
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 いろは
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 いろは
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 <row>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 いろは
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 いろは
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 </row>
6880 <row>
6881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 いろは
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 いろは
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 いろは
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 いろは
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 いろは
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 </lyxtabular>
6928
6929 \end_inset
6930
6931
6932 \end_layout
6933
6934 \begin_layout Standard
6935 \begin_inset ERT
6936 status collapsed
6937
6938 \begin_layout Plain Layout
6939
6940
6941 \backslash
6942 setlength{
6943 \backslash
6944 LTcapwidth}{4in}
6945 \end_layout
6946
6947 \end_inset
6948
6949
6950 \end_layout
6951
6952 \begin_layout Standard
6953 \begin_inset Note Greyedout
6954 status open
6955
6956 \begin_layout Plain Layout
6957
6958 \series bold
6959 【註】
6960 \series default
6961 この文書のようにLaTeXパッケージの
6962 \series bold
6963 caption
6964 \series default
6965
6966 \begin_inset Index idx
6967 status collapsed
6968
6969 \begin_layout Plain Layout
6970 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6971 \end_layout
6972
6973 \end_inset
6974
6975 を使用している時には、
6976 \series bold
6977
6978 \backslash
6979 LTcapwidth
6980 \series default
6981 に既定値の4
6982 \begin_inset space \thinspace{}
6983 \end_inset
6984
6985 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
6986 \begin_inset space \thinspace{}
6987 \end_inset
6988
6989 in幅のキャプションを作るには、3.99
6990 \begin_inset space \thinspace{}
6991 \end_inset
6992
6993 inのように4.0
6994 \begin_inset space \thinspace{}
6995 \end_inset
6996
6997 inと少し違う値を指定するか、
6998 \series bold
6999 caption
7000 \series default
7001 パッケージが提供している
7002 \series bold
7003
7004 \backslash
7005 captionsetup{width=値}
7006 \series default
7007 というLaTeXコマンドを用いる方法があります。
7008 \end_layout
7009
7010 \end_inset
7011
7012
7013 \end_layout
7014
7015 \begin_layout Subsubsection
7016 表の各ページごとに異なるキャプション
7017 \begin_inset Index idx
7018 status collapsed
7019
7020 \begin_layout Plain Layout
7021 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7022 \end_layout
7023
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \begin_layout Standard
7030 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7031 \end_layout
7032
7033 \begin_layout Standard
7034
7035 \series bold
7036
7037 \backslash
7038 caption*{キャプション文}
7039 \backslash
7040
7041 \backslash
7042 %
7043 \end_layout
7044
7045 \begin_layout Standard
7046 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7047 \begin_inset CommandInset ref
7048 LatexCommand ref
7049 reference "tab:別キャプション"
7050
7051 \end_inset
7052
7053 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7054 \end_layout
7055
7056 \begin_layout Standard
7057 \align center
7058 \begin_inset Tabular
7059 <lyxtabular version="3" rows="59" columns="3">
7060 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7061 <column alignment="left" valignment="top" width="0cm">
7062 <column alignment="left" valignment="top" width="0pt">
7063 <column alignment="center" valignment="top" width="0pt">
7064 <row caption="true">
7065 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 \begin_inset Caption
7070
7071 \begin_layout Plain Layout
7072 例示用電話帳
7073 \begin_inset CommandInset label
7074 LatexCommand label
7075 name "tab:別キャプション"
7076
7077 \end_inset
7078
7079
7080 \begin_inset Argument
7081 status collapsed
7082
7083 \begin_layout Plain Layout
7084 例示用電話帳
7085 \end_layout
7086
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \end_inset
7093
7094
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 <row endfirsthead="true">
7119 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123
7124 \series bold
7125 例示用電話帳(名前は無視の事)
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 </row>
7149 <row endfirsthead="true">
7150 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \series bold
7156 氏名
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \series bold
7176 TEL.
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 </row>
7182 <row endhead="true">
7183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 \begin_inset ERT
7188 status collapsed
7189
7190 \begin_layout Plain Layout
7191
7192
7193 \backslash
7194 caption*{例示用電話帳の続き}
7195 \backslash
7196
7197 \backslash
7198 %
7199 \end_layout
7200
7201 \end_inset
7202
7203
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 </row>
7227 <row endhead="true">
7228 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232
7233 \series bold
7234 例示用電話帳
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 </row>
7258 <row endhead="true">
7259 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \series bold
7265 氏名
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \series bold
7285 TEL.
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 </row>
7291 <row endfoot="true">
7292 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 次頁に続く
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 </row>
7320 <row>
7321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325
7326 \series bold
7327 Annovi
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 Silvia
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 111
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 <row>
7352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356
7357 \series bold
7358 Bertoli
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 Stefano
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 111
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row>
7383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387
7388 \series bold
7389 Bozzi
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 Walter
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407 111
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 </row>
7413 <row>
7414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418
7419 \series bold
7420 Cachia
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 Maria
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 111
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \series bold
7451 Cachia
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 Maurizio
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 111
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row>
7476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \series bold
7482 Cinquemani
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 Giusi
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 111
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 Colin
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Bernard
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 111
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row>
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \series bold
7544 Concli
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 Gianfranco
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 111
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 <row>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \series bold
7575 Dal Bosco
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 Carolina
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 111
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Dalpiaz
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Annamaria
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Feliciello
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Domenico
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Focarelli
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Paola
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Galletti
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Oreste
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Gasparini
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Franca
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Rizzardi
7762 \series default
7763
7764 \begin_inset Foot
7765 status collapsed
7766
7767 \begin_layout Plain Layout
7768 例示用脚注
7769 \end_layout
7770
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 Paola
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791 111
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \series bold
7804 Lassini
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 Giancarlo
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 111
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 <row>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 Malfatti
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 Luciano
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 111
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \series bold
7866 Malfatti
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Valeriano
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 111
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 Meneguzzo
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Roberto
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Mezzadra
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Roberto
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Pirpamer
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Erich
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Pochiesa
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Paolo
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111, 222
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Radina
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Claudio
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Stuffer
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Oskar
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Tacchelli
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Ugo
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Tezzele
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Margit
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Unterkalmsteiner
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Frieda
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Vieider
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Hilde
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Vigna
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Jürgen
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Weber
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Maurizio
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Winkler
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Franz
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298  
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Annovi
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Silvia
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 555
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Bertoli
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Stefano
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 555
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Bozzi
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Walter
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 555
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Cachia
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Maria
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 555
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Cachia
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Maurizio
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 555
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Cinquemani
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Giusi
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 555
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Colin
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Bernard
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 555
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Concli
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Gianfranco
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 555
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Dal Bosco
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Carolina
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 555
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Dalpiaz
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Annamaria
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Feliciello
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Domenico
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Focarelli
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Paola
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Galletti
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Oreste
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Gasparini
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Franca
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Rizzardi
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Paola
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Lassini
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Giancarlo
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Malfatti
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Luciano
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Malfatti
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Valeriano
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Meneguzzo
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Roberto
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Mezzadra
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Roberto
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 </lyxtabular>
8943
8944 \end_inset
8945
8946
8947 \end_layout
8948
8949 \begin_layout Section
8950 長尺表にまつわる諸点
8951 \begin_inset CommandInset label
8952 LatexCommand label
8953 name "sec:長尺表にまつわる諸点"
8954
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \begin_layout Subsection
8961 長尺表の計算
8962 \begin_inset Index idx
8963 status collapsed
8964
8965 \begin_layout Plain Layout
8966 ちょうしゃくひょう@長尺表 ! けいさん@計算
8967 \end_layout
8968
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \begin_layout Standard
8975 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8976 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8977 \end_layout
8978
8979 \begin_layout Standard
8980
8981 \series bold
8982
8983 \backslash
8984 setcounter{LTchunksize}{100}
8985 \end_layout
8986
8987 \begin_layout Standard
8988 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
8989 \end_layout
8990
8991 \begin_layout Subsection
8992 フロートと長尺表
8993 \begin_inset Index idx
8994 status collapsed
8995
8996 \begin_layout Plain Layout
8997 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
8998 \end_layout
8999
9000 \end_inset
9001
9002
9003 \end_layout
9004
9005 \begin_layout Standard
9006 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9007 \series bold
9008
9009 \backslash
9010 clearpage
9011 \series default
9012 コマンドを長尺表の前にTeXコードとして書き加えてください。
9013 \end_layout
9014
9015 \begin_layout Subsection
9016 強制改頁
9017 \begin_inset Index idx
9018 status collapsed
9019
9020 \begin_layout Plain Layout
9021 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9022 \end_layout
9023
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \begin_layout Standard
9030 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9031 ド「
9032 \series bold
9033
9034 \backslash
9035
9036 \backslash
9037
9038 \series default
9039 」を挿入します。
9040 \series bold
9041
9042 \backslash
9043
9044 \backslash
9045
9046 \series default
9047 コマンドの前には、現セルよりも右にある列数と同じ数の「
9048 \series bold
9049 &
9050 \series default
9051 」文字を、TeXコードで挿入してやる必要があります。この
9052 \series bold
9053 &
9054 \series default
9055 は、表セルの区切り文字です。各
9056 \series bold
9057 &
9058 \series default
9059 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9060 \begin_inset Newline newline
9061 \end_inset
9062
9063
9064 \series bold
9065
9066 \backslash
9067
9068 \backslash
9069
9070 \series default
9071 コマンドの後ろには、現在列の左側にある列数と同じ数の
9072 \series bold
9073 &
9074 \series default
9075 文字を挿入してください。表
9076 \begin_inset CommandInset ref
9077 LatexCommand ref
9078 reference "tab:強制改頁"
9079
9080 \end_inset
9081
9082 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9083 \end_layout
9084
9085 \begin_layout Standard
9086
9087 \series bold
9088 & 111
9089 \backslash
9090
9091 \backslash
9092  
9093 \backslash
9094 newpage
9095 \begin_inset Newline newline
9096 \end_inset
9097
9098 &
9099 \end_layout
9100
9101 \begin_layout Standard
9102 というコマンドが、セル中「
9103 \emph on
9104 Castelchiodato,
9105 \emph default
9106 」の後にTeXコードとして挿入してあります。
9107 \end_layout
9108
9109 \begin_layout Standard
9110 同一行3列目の「111」は削除してあります。
9111 \series bold
9112
9113 \backslash
9114 newpage
9115 \series default
9116 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9117 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9118 \end_layout
9119
9120 \begin_layout Standard
9121
9122 \series bold
9123 & 111
9124 \backslash
9125
9126 \backslash
9127
9128 \begin_inset Newline newline
9129 \end_inset
9130
9131
9132 \backslash
9133 hline &
9134 \end_layout
9135
9136 \begin_layout Standard
9137 というコマンドを使用して下さい。
9138 \end_layout
9139
9140 \begin_layout Standard
9141 改頁をしたいセルが最右列にある場合には、
9142 \end_layout
9143
9144 \begin_layout Standard
9145
9146 \series bold
9147
9148 \backslash
9149 setlength{
9150 \backslash
9151 parfillskip}{0pt}
9152 \end_layout
9153
9154 \begin_layout Standard
9155 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9156
9157 \end_layout
9158
9159 \begin_layout Standard
9160 \align center
9161 \begin_inset Tabular
9162 <lyxtabular version="3" rows="38" columns="3">
9163 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9164 <column alignment="left" valignment="top" width="0cm">
9165 <column alignment="left" valignment="top" width="3cm">
9166 <column alignment="center" valignment="top" width="0pt">
9167 <row caption="true">
9168 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 \begin_inset Caption
9173
9174 \begin_layout Plain Layout
9175 表セル内で強制改頁をしている表
9176 \begin_inset CommandInset label
9177 LatexCommand label
9178 name "tab:強制改頁"
9179
9180 \end_inset
9181
9182
9183 \begin_inset Argument
9184 status collapsed
9185
9186 \begin_layout Plain Layout
9187 表セル内で強制改頁をしている表
9188 \end_layout
9189
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row endfirsthead="true">
9222 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \series bold
9228 例示用電話帳(氏名は無視の事)
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 </row>
9252 <row endfirsthead="true">
9253 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \series bold
9259 氏名
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \series bold
9279 TEL.
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row endhead="true">
9286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset ERT
9291 status collapsed
9292
9293 \begin_layout Plain Layout
9294
9295
9296 \backslash
9297 caption*{例示用電話帳の続き}
9298 \backslash
9299
9300 \backslash
9301 %
9302 \end_layout
9303
9304 \end_inset
9305
9306
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row endhead="true">
9331 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 例示用電話帳
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row endhead="true">
9360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366 氏名
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \series bold
9386 TEL.
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row endfoot="true">
9393 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 次頁に続く
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row>
9422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \series bold
9428 Annovi
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 Silvia
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 111
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row>
9453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \series bold
9459 Bertoli
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 Stefano
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477 111
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row>
9484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490 Bozzi
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 Walter
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508 111
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row>
9515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \series bold
9521 Cachia
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 Maria
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539 111
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 </row>
9545 <row>
9546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550
9551 \series bold
9552 Cachia
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 Maurizio
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 111
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row>
9577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581
9582 \series bold
9583 Cinquemani
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 Giusi
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601 111
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row>
9608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \series bold
9614 Colin
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 Bernard
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632 111
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 <row>
9639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \series bold
9645 Concli
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 Gianfranco
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 111
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row>
9670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \series bold
9676 Dal Bosco
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 Carolina
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694 111
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \series bold
9707 Dalpiaz
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 Annamaria
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 111
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 </row>
9731 <row>
9732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \series bold
9738 Feliciello
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 Domenico
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 111
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 </row>
9762 <row>
9763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \series bold
9769 Focarelli
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 Paola
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 111
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row>
9794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \series bold
9800 Galletti
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 Oreste
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 111
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 </row>
9824 <row>
9825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \series bold
9831 Gasparini
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 Franca
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 111
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 </row>
9855 <row>
9856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \series bold
9862 Lassini
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 Giancarlo
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 111
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 </row>
9886 <row>
9887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \series bold
9893 Malfatti
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 Luciano
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 111
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 </row>
9917 <row>
9918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \series bold
9924 Malfatti
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 Valeriano
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 111
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row>
9949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \series bold
9955 Meneguzzo
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 Roberto
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 111
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row>
9980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \series bold
9986 Mezzadra
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 Roberto
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 111
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row>
10011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \series bold
10017 Pirpamer
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 Erich
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 111
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 </row>
10041 <row>
10042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \series bold
10048 Pochiesa
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 Paolo
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 111, 222
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row>
10073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 Radina
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 Claudio
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 111
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row>
10104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 Rizzardi
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 Paolo, 11.
10120  Fürst von Montecompatri, 11.
10121  Fürst von Sulmona und Vivaro, 10.
10122  Fürst von Rossano, 5.
10123  Herzog von Canemorte, 11.
10124  Herzog von Palombara, 5.
10125  Herzog von Castelchiodato,
10126 \begin_inset ERT
10127 status collapsed
10128
10129 \begin_layout Plain Layout
10130
10131 & 111
10132 \backslash
10133
10134 \backslash
10135  
10136 \backslash
10137 newpage
10138 \end_layout
10139
10140 \begin_layout Plain Layout
10141
10142 &
10143 \end_layout
10144
10145 \end_inset
10146
10147  11.
10148  Herzog von Poggionativo, 11.
10149  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10150  Graf von Valinfreda, 11.
10151  Baron von Cropalati, 11.
10152  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 <row>
10168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \series bold
10174 Stuffer
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Oskar
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 111
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 <row>
10199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \series bold
10205 Tacchelli
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 Ugo
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 111
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row>
10230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \series bold
10236 Tezzele
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Margit
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 111
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \series bold
10267 Unterkalmsteiner
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Frieda
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 111
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 Vieider
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Hilde
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 111
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \series bold
10329 Vigna
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 Jürgen
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 111
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \series bold
10360 Weber
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Maurizio
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 111
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 </row>
10384 <row>
10385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389
10390 \series bold
10391 Winkler
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 Franz
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 111
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 </lyxtabular>
10416
10417 \end_inset
10418
10419
10420 \end_layout
10421
10422 \begin_layout Section
10423 複数行・連結列・連結行
10424 \end_layout
10425
10426 \begin_layout Subsection
10427 表セル内の複数行
10428 \begin_inset CommandInset label
10429 LatexCommand label
10430 name "sub:複数行"
10431
10432 \end_inset
10433
10434
10435 \begin_inset Index idx
10436 status collapsed
10437
10438 \begin_layout Plain Layout
10439 ひょうせるないのふくすうぎょう@表セル内の複数行
10440 \end_layout
10441
10442 \end_inset
10443
10444
10445 \begin_inset Index idx
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449 ひょう@表 ! かいぎょう@改行
10450 \end_layout
10451
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \begin_layout Standard
10458 \noindent
10459 \begin_inset Float table
10460 placement H
10461 wide false
10462 sideways false
10463 status open
10464
10465 \begin_layout Plain Layout
10466 \begin_inset Caption
10467
10468 \begin_layout Plain Layout
10469 \begin_inset CommandInset label
10470 LatexCommand label
10471 name "tab:複数行表"
10472
10473 \end_inset
10474
10475 セル内に複数の行がある表
10476 \end_layout
10477
10478 \end_inset
10479
10480
10481 \end_layout
10482
10483 \begin_layout Plain Layout
10484 \align center
10485 \begin_inset Tabular
10486 <lyxtabular version="3" rows="3" columns="3">
10487 <features tabularvalignment="middle">
10488 <column alignment="center" valignment="middle" width="2.5cm">
10489 <column alignment="center" valignment="middle" width="0">
10490 <column alignment="center" valignment="middle" width="0">
10491 <row>
10492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 複数の
10497 \begin_inset Newline linebreak
10498 \end_inset
10499
10500
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 </lyxtabular>
10583
10584 \end_inset
10585
10586
10587 \end_layout
10588
10589 \end_inset
10590
10591
10592 \end_layout
10593
10594 \begin_layout Standard
10595 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10596 \end_layout
10597
10598 \begin_layout Standard
10599
10600 \begin_inset CommandInset ref
10601 LatexCommand ref
10602 reference "tab:複数行表"
10603
10604 \end_inset
10605
10606 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10607 \family sans
10608 設定
10609 \family default
10610 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10611 \begin_inset space \thinspace{}
10612 \end_inset
10613
10614 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10615 \begin_inset space \thinspace{}
10616 \end_inset
10617
10618 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10619 \begin_inset Info
10620 type  "shortcut"
10621 arg   "newline-insert linebreak"
10622 \end_inset
10623
10624 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10625 \end_layout
10626
10627 \begin_layout Standard
10628 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10629 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10630 \begin_inset space \thinspace{}
10631 \end_inset
10632
10633 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10634 \begin_inset CommandInset ref
10635 LatexCommand ref
10636 reference "tab:ハイフネーション表"
10637
10638 \end_inset
10639
10640 が違いを示しています
10641 \begin_inset Foot
10642 status open
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 【訳註】
10648 \series default
10649 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10650 \end_layout
10651
10652 \end_inset
10653
10654
10655 \end_layout
10656
10657 \begin_layout Standard
10658 \begin_inset Float table
10659 placement h
10660 wide false
10661 sideways false
10662 status open
10663
10664 \begin_layout Plain Layout
10665 \begin_inset Caption
10666
10667 \begin_layout Plain Layout
10668 \begin_inset CommandInset label
10669 LatexCommand label
10670 name "tab:ハイフネーション表"
10671
10672 \end_inset
10673
10674 ハイフネーション有/無の表
10675 \end_layout
10676
10677 \end_inset
10678
10679
10680 \end_layout
10681
10682 \begin_layout Plain Layout
10683 \begin_inset space \hfill{}
10684 \end_inset
10685
10686
10687 \begin_inset Tabular
10688 <lyxtabular version="3" rows="3" columns="3">
10689 <features tabularvalignment="middle">
10690 <column alignment="center" valignment="middle" width="2.5cm">
10691 <column alignment="center" valignment="middle" width="0">
10692 <column alignment="center" valignment="middle" width="0">
10693 <row>
10694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 verylongtablecellword
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 <row>
10723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 </row>
10780 </lyxtabular>
10781
10782 \end_inset
10783
10784
10785 \begin_inset space \hfill{}
10786 \end_inset
10787
10788
10789 \begin_inset Tabular
10790 <lyxtabular version="3" rows="3" columns="3">
10791 <features tabularvalignment="middle">
10792 <column alignment="center" valignment="middle" width="2.5cm">
10793 <column alignment="center" valignment="middle" width="0">
10794 <column alignment="center" valignment="middle" width="0">
10795 <row>
10796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 \begin_inset space \hspace{}
10801 \length 0pt
10802 \end_inset
10803
10804 verylongtablecellword
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 </lyxtabular>
10887
10888 \end_inset
10889
10890
10891 \begin_inset space \hfill{}
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \end_inset
10898
10899
10900 \end_layout
10901
10902 \begin_layout Subsection
10903 連結列
10904 \begin_inset CommandInset label
10905 LatexCommand label
10906 name "sub:連結列"
10907
10908 \end_inset
10909
10910
10911 \begin_inset Index idx
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915 れんけつれつ@連結列
10916 \end_layout
10917
10918 \end_inset
10919
10920
10921 \begin_inset Index idx
10922 status collapsed
10923
10924 \begin_layout Plain Layout
10925 ひょう@表 ! れんけつれつ@連結列
10926 \end_layout
10927
10928 \end_inset
10929
10930
10931 \end_layout
10932
10933 \begin_layout Subsubsection
10934 連結列の基礎
10935 \end_layout
10936
10937 \begin_layout Standard
10938 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10939 \begin_inset Graphics
10940         filename ../../images/tabular-feature_multicolumn.png
10941         scale 85
10942         scaleBeforeRotation
10943
10944 \end_inset
10945
10946 を押すか、
10947 \family sans
10948 編集\SpecialChar \menuseparator
10949 表\SpecialChar \menuseparator
10950 連結列
10951 \family default
10952 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10953 \family sans
10954 連結列
10955 \family default
10956 を有効にするかしてください。
10957 \end_layout
10958
10959 \begin_layout Standard
10960 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10961 、最下行に上罫線のない連結行がある表の例です。
10962 \end_layout
10963
10964 \begin_layout Standard
10965 \align center
10966 \begin_inset Tabular
10967 <lyxtabular version="3" rows="3" columns="4">
10968 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10969 <column alignment="center" valignment="top" width="0pt">
10970 <column alignment="center" valignment="middle" width="0">
10971 <column alignment="center" valignment="top" width="0in">
10972 <column alignment="center" valignment="top" width="0pt">
10973 <row>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 いろは
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 にほへとちり
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 ぬるを
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 </lyxtabular>
11088
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \begin_layout Subsubsection
11095 連結列の計算
11096 \begin_inset CommandInset label
11097 LatexCommand label
11098 name "sub:連結列の計算"
11099
11100 \end_inset
11101
11102
11103 \begin_inset Index idx
11104 status collapsed
11105
11106 \begin_layout Plain Layout
11107 れんけつれつ@連結列 ! けいさん@計算
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Standard
11116 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11117 \end_layout
11118
11119 \begin_layout Standard
11120 \begin_inset Float table
11121 placement h
11122 wide false
11123 sideways false
11124 status open
11125
11126 \begin_layout Plain Layout
11127 \begin_inset Caption
11128
11129 \begin_layout Plain Layout
11130 \begin_inset CommandInset label
11131 LatexCommand label
11132 name "tab:中央揃え表"
11133
11134 \end_inset
11135
11136 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11137 \begin_inset Argument
11138 status collapsed
11139
11140 \begin_layout Plain Layout
11141 完全なる連結列表
11142 \end_layout
11143
11144 \end_inset
11145
11146
11147 \end_layout
11148
11149 \end_inset
11150
11151
11152 \end_layout
11153
11154 \begin_layout Plain Layout
11155 \align center
11156 \begin_inset Tabular
11157 <lyxtabular version="3" rows="3" columns="3">
11158 <features tabularvalignment="middle">
11159 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11160 <column alignment="center" valignment="middle" width="0">
11161 <column alignment="center" valignment="top" width="0">
11162 <row>
11163 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 複数行にわたる連結列
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 </lyxtabular>
11250
11251 \end_inset
11252
11253
11254 \end_layout
11255
11256 \end_inset
11257
11258
11259 \end_layout
11260
11261 \begin_layout Standard
11262 たとえば、表
11263 \begin_inset CommandInset ref
11264 LatexCommand ref
11265 reference "tab:中央揃え表"
11266
11267 \end_inset
11268
11269 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11270 \family sans
11271 設定
11272 \family default
11273 を選択します。そして現れる表の設定ダイアログで、このセルを
11274 \emph on
11275 連結列
11276 \emph default
11277
11278 \emph on
11279 中央揃え
11280 \emph default
11281 、2.5
11282 \begin_inset space \thinspace{}
11283 \end_inset
11284
11285 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11286 \begin_inset space \thinspace{}
11287 \end_inset
11288
11289 cm幅に設定します。すると第二列は自動的に1.25
11290 \begin_inset space \thinspace{}
11291 \end_inset
11292
11293 cm幅(連結列幅マイナス第一列の幅)になります。表
11294 \begin_inset CommandInset ref
11295 LatexCommand ref
11296 reference "tab:半分でない表"
11297
11298 \end_inset
11299
11300 もこのようにして作成してあります。
11301 \end_layout
11302
11303 \begin_layout Standard
11304 \begin_inset Float table
11305 wide false
11306 sideways false
11307 status open
11308
11309 \begin_layout Plain Layout
11310 \begin_inset Caption
11311
11312 \begin_layout Plain Layout
11313 \begin_inset CommandInset label
11314 LatexCommand label
11315 name "tab:半分でない表"
11316
11317 \end_inset
11318
11319 連結セルの下の列が正確に半分になっていない表
11320 \begin_inset Argument
11321 status collapsed
11322
11323 \begin_layout Plain Layout
11324 不完全な連結列表
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \begin_layout Plain Layout
11338 \align center
11339 \begin_inset Tabular
11340 <lyxtabular version="3" rows="3" columns="3">
11341 <features tabularvalignment="middle">
11342 <column alignment="center" valignment="top" width="1.25cm">
11343 <column alignment="center" valignment="top" width="0">
11344 <column alignment="center" valignment="top" width="0">
11345 <row>
11346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 複数行にわたる連結列
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 </row>
11374 <row>
11375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 </row>
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 </lyxtabular>
11433
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \end_inset
11440
11441
11442 \end_layout
11443
11444 \begin_layout Standard
11445 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11446 指定したセル幅
11447 \begin_inset Formula $W_{\mbox{指}}$
11448 \end_inset
11449
11450 がセルの全幅
11451 \begin_inset Formula $W_{\text{全}}$
11452 \end_inset
11453
11454 と等しくならないためです。付録
11455 \begin_inset CommandInset ref
11456 LatexCommand eqref
11457 reference "cha:式の説明"
11458
11459 \end_inset
11460
11461 がこの事情を詳細に説明しています。
11462 \end_layout
11463
11464 \begin_layout Standard
11465
11466 \emph on
11467 n
11468 \emph default
11469 列を連結する際、各列の全幅が
11470 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11471 \end_inset
11472
11473 となるために必要な指定幅
11474 \begin_inset Formula $W_{\mbox{指}:n}$
11475 \end_inset
11476
11477 は、
11478 \begin_inset Formula 
11479 \begin{equation}
11480 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11481 \end{equation}
11482
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \begin_layout Standard
11489 で計算することができます。上記の例では
11490 \begin_inset Formula $n=2$
11491 \end_inset
11492
11493 かつ
11494 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11495 \end_inset
11496
11497 cmかつ長さは既定値ですから、第
11498 \begin_inset CommandInset ref
11499 LatexCommand ref
11500 reference "eq:Wgn"
11501
11502 \end_inset
11503
11504 式は
11505 \begin_inset Formula 
11506 \begin{equation}
11507 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11508 \end{equation}
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Standard
11516 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11517 \end_layout
11518
11519 \begin_layout Standard
11520
11521 \series bold
11522
11523 \backslash
11524 usepackage{calc}
11525 \end_layout
11526
11527 \begin_layout Standard
11528 と書いて、LaTeXパッケージ
11529 \series bold
11530 calc
11531 \series default
11532
11533 \begin_inset Index idx
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11538 \end_layout
11539
11540 \end_inset
11541
11542 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11543 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11544 \end_layout
11545
11546 \begin_layout Itemize
11547
11548 \series bold
11549 p{幅}
11550 \series default
11551 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11552 \end_layout
11553
11554 \begin_layout Itemize
11555
11556 \series bold
11557 m{幅}
11558 \series default
11559 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11560 \end_layout
11561
11562 \begin_layout Itemize
11563
11564 \series bold
11565 b{幅}
11566 \series default
11567 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11568 \end_layout
11569
11570 \begin_layout Standard
11571 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11572 \end_layout
11573
11574 \begin_layout Standard
11575 \begin_inset Note Greyedout
11576 status open
11577
11578 \begin_layout Plain Layout
11579
11580 \series bold
11581 【註】
11582 \series default
11583 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \end_layout
11590
11591 \begin_layout Standard
11592 文章を水平方向中央揃えにしたいので、
11593 \series bold
11594
11595 \backslash
11596 centering
11597 \series default
11598 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11599 \end_layout
11600
11601 \begin_layout Standard
11602
11603 \series bold
11604 >{
11605 \backslash
11606 centering}m{1.25cm-6.2pt}
11607 \end_layout
11608
11609 \begin_layout Standard
11610
11611 \series bold
11612 >{ }
11613 \series default
11614 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11615 \end_layout
11616
11617 \begin_layout Standard
11618 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11619 がって、連結セルには
11620 \end_layout
11621
11622 \begin_layout Standard
11623
11624 \series bold
11625 >{
11626 \backslash
11627 centering}m{2.5cm}
11628 \end_layout
11629
11630 \begin_layout Standard
11631 というLaTeX変数を指定しなくてはなりません。
11632 \end_layout
11633
11634 \begin_layout Subsection
11635 連結行
11636 \begin_inset CommandInset label
11637 LatexCommand label
11638 name "sub:連結行"
11639
11640 \end_inset
11641
11642
11643 \begin_inset Index idx
11644 status collapsed
11645
11646 \begin_layout Plain Layout
11647 れんけつぎょう@連結行
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \begin_inset Index idx
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 ひょう@表 ! れんけつぎょう@連結行
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \begin_layout Standard
11666 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11667 \begin_inset Graphics
11668         filename ../../images/tabular-feature_multirow.png
11669         scale 85
11670         scaleBeforeRotation
11671
11672 \end_inset
11673
11674 を押すか、メニュー
11675 \family sans
11676 編集\SpecialChar \menuseparator
11677 表\SpecialChar \menuseparator
11678 連結行
11679 \family default
11680 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11681 \family sans
11682 \SpecialChar \menuseparator
11683 連結行
11684 \family default
11685 を選んでください。
11686 \end_layout
11687
11688 \begin_layout Standard
11689 下記は一列目に連結列を適用した表の例です。
11690 \end_layout
11691
11692 \begin_layout Standard
11693 \align center
11694 \begin_inset Tabular
11695 <lyxtabular version="3" rows="3" columns="3">
11696 <features tabularvalignment="middle">
11697 <column alignment="center" valignment="top" width="0pt">
11698 <column alignment="center" valignment="top" width="0">
11699 <column alignment="center" valignment="top" width="0">
11700 <row>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 長いセル項目
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 </row>
11729 <row>
11730 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 連結列
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 </row>
11787 </lyxtabular>
11788
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \begin_layout Standard
11795 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11796 \family sans
11797 垂直オフセット
11798 \family default
11799 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11800 \end_layout
11801
11802 \begin_layout Standard
11803 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11804 \end_layout
11805
11806 \begin_layout Standard
11807
11808 \series bold
11809
11810 \backslash
11811 renewcommand{
11812 \backslash
11813 multirowsetup}{
11814 \backslash
11815 centering}
11816 \end_layout
11817
11818 \begin_layout Standard
11819 というコマンドを使用して、コマンド
11820 \series bold
11821
11822 \backslash
11823 multirowsetup
11824 \series default
11825 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11826 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11827 \series bold
11828
11829 \backslash
11830 centering
11831 \series default
11832 の代わりに
11833 \series bold
11834
11835 \backslash
11836 raggedleft
11837 \series default
11838 を使用して下さい。左揃えに戻すには、
11839 \series bold
11840
11841 \backslash
11842 raggedright
11843 \series default
11844 とします。
11845 \end_layout
11846
11847 \begin_layout Standard
11848 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11849 \end_layout
11850
11851 \begin_layout Standard
11852 \noindent
11853 \align center
11854 \begin_inset ERT
11855 status collapsed
11856
11857 \begin_layout Plain Layout
11858
11859
11860 \backslash
11861 renewcommand{
11862 \backslash
11863 multirowsetup}{
11864 \backslash
11865 raggedleft}
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \begin_inset Tabular
11872 <lyxtabular version="3" rows="4" columns="3">
11873 <features tabularvalignment="middle">
11874 <column alignment="center" valignment="top" width="3cm">
11875 <column alignment="center" valignment="top" width="0">
11876 <column alignment="center" valignment="top" width="0">
11877 <row>
11878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 長いセル項目
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 <row>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 <row>
11936 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 連結列
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 <row>
11965 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 </row>
11993 </lyxtabular>
11994
11995 \end_inset
11996
11997
11998 \begin_inset ERT
11999 status collapsed
12000
12001 \begin_layout Plain Layout
12002
12003
12004 \backslash
12005 renewcommand{
12006 \backslash
12007 multirowsetup}{
12008 \backslash
12009 raggedright}
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Section
12018 フォーマル形式の表
12019 \begin_inset CommandInset label
12020 LatexCommand label
12021 name "sec:フォーマル形式の表"
12022
12023 \end_inset
12024
12025
12026 \begin_inset Index idx
12027 status collapsed
12028
12029 \begin_layout Plain Layout
12030 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \begin_layout Standard
12039 書籍中の表は、よく表
12040 \begin_inset CommandInset ref
12041 LatexCommand ref
12042 reference "tab:ブックタブ表の例"
12043
12044 \end_inset
12045
12046 のように組版されます。この種の表は、「
12047 \emph on
12048 フォーマル形式
12049 \emph default
12050 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12051 \end_layout
12052
12053 \begin_layout Standard
12054 \begin_inset Float table
12055 placement h
12056 wide false
12057 sideways false
12058 status open
12059
12060 \begin_layout Plain Layout
12061 \begin_inset Caption
12062
12063 \begin_layout Plain Layout
12064 \begin_inset CommandInset label
12065 LatexCommand label
12066 name "tab:ブックタブ表の例"
12067
12068 \end_inset
12069
12070 ブックタブ表の例
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \begin_layout Plain Layout
12079 \align center
12080 \begin_inset Tabular
12081 <lyxtabular version="3" rows="8" columns="4">
12082 <features booktabs="true" tabularvalignment="middle">
12083 <column alignment="center" valignment="top" width="0">
12084 <column alignment="center" valignment="top" width="0">
12085 <column alignment="center" valignment="top" width="0">
12086 <column alignment="center" valignment="top" width="0">
12087 <row>
12088 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 システム
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 Medipix
12102 \begin_inset space \thinspace{}
12103 \end_inset
12104
12105 1
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 Medipix
12115 \begin_inset space \thinspace{}
12116 \end_inset
12117
12118 2
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 </row>
12133 <row>
12134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 \begin_inset ERT
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142
12143
12144 \backslash
12145 cmidrule(r){2-2}
12146 \end_layout
12147
12148 \end_inset
12149
12150
12151 \begin_inset ERT
12152 status collapsed
12153
12154 \begin_layout Plain Layout
12155
12156
12157 \backslash
12158 cmidrule(l){3-4}
12159 \end_layout
12160
12161 \end_inset
12162
12163 検知器の厚み [µm]
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 300
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 <cell alignment="center" valignment="top" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 300
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 700
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 </row>
12196 <row>
12197 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 エッジ角 [°]
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 <cell alignment="center" valignment="top" topline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 3.55
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 2.71
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 7.99
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 <row topspace="default">
12235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 空間分解能 [µm]
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248 4.26
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 10.17
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 <cell alignment="center" valignment="top" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 10.56
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 </row>
12272 <row topspace="default">
12273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277 \begin_inset Formula $f_{\mathrm{max}}$
12278 \end_inset
12279
12280 におけるMTF
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 <cell alignment="center" valignment="top" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 0.53
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 0.37
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 <cell alignment="center" valignment="top" usebox="none">
12304 \begin_inset Text
12305
12306 \begin_layout Plain Layout
12307 0.39
12308 \end_layout
12309
12310 \end_inset
12311 </cell>
12312 </row>
12313 <row topspace="default">
12314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318 \begin_inset ERT
12319 status collapsed
12320
12321 \begin_layout Plain Layout
12322
12323
12324 \backslash
12325 cmidrule(l{10pt}){1-1}
12326 \end_layout
12327
12328 \end_inset
12329
12330 LSF空間分解能
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 <cell alignment="center" valignment="top" usebox="none">
12336 \begin_inset Text
12337
12338 \begin_layout Plain Layout
12339
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 <cell alignment="center" valignment="top" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 </row>
12363 <row>
12364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368 µm表示
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 <cell alignment="center" valignment="top" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 129.7
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 52.75
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell alignment="center" valignment="top" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395 50.78
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 </row>
12401 <row>
12402 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Plain Layout
12406 ピクセルサイズに対する%表示
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12412 \begin_inset Text
12413
12414 \begin_layout Plain Layout
12415 76.3
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Plain Layout
12424 95.9
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12430 \begin_inset Text
12431
12432 \begin_layout Plain Layout
12433 92.3
12434 \end_layout
12435
12436 \end_inset
12437 </cell>
12438 </row>
12439 </lyxtabular>
12440
12441 \end_inset
12442
12443
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \begin_layout Standard
12452 表中の行に余白を加えるには、第
12453 \begin_inset CommandInset ref
12454 LatexCommand ref
12455 reference "sub:行の余白取り"
12456
12457 \end_inset
12458
12459 節に述べられているように、表の設定ダイアログの
12460 \family sans
12461 罫線
12462 \family default
12463 タブを使用します。
12464 \end_layout
12465
12466 \begin_layout Standard
12467 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12468 \begin_inset Newline newline
12469 \end_inset
12470
12471 最初と最後の表罫線の既定幅は0.08
12472 \begin_inset space \thinspace{}
12473 \end_inset
12474
12475 emですが、他の罫線の既定幅は0.05
12476 \begin_inset space \thinspace{}
12477 \end_inset
12478
12479 emです。
12480 \end_layout
12481
12482 \begin_layout Standard
12483 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12484 \end_layout
12485
12486 \begin_layout Standard
12487
12488 \series bold
12489
12490 \backslash
12491 let
12492 \backslash
12493 mytoprule
12494 \backslash
12495 toprule
12496 \begin_inset Newline newline
12497 \end_inset
12498
12499
12500 \backslash
12501 renewcommand{
12502 \backslash
12503 toprule}{
12504 \backslash
12505 mytoprule[幅]}
12506 \end_layout
12507
12508 \begin_layout Standard
12509 上の例は、
12510 \series bold
12511 toprule
12512 \series default
12513 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12514 \series bold
12515 toprule
12516 \series default
12517
12518 \series bold
12519 bottomrule
12520 \series default
12521 に置き換えて下さい。他の罫線の線幅を変更するには、
12522 \series bold
12523 toprule
12524 \series default
12525
12526 \series bold
12527 midrule
12528 \series default
12529 に置き換えます。線幅を設定する上では、付録
12530 \begin_inset CommandInset ref
12531 LatexCommand ref
12532 reference "cha:LyXで使用できる単位"
12533
12534 \end_inset
12535
12536 に挙げてあるすべての単位を使用することができます。
12537 \end_layout
12538
12539 \begin_layout Standard
12540 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12541 \series bold
12542
12543 \backslash
12544 cmidrule
12545 \series default
12546 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12547 \end_layout
12548
12549 \begin_layout Standard
12550
12551 \series bold
12552
12553 \backslash
12554 cmidrule[幅](刈込){開始列-終了列}
12555 \end_layout
12556
12557 \begin_layout Standard
12558 です。
12559 \series bold
12560
12561 \backslash
12562 cmidrule
12563 \series default
12564 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12565 \series bold
12566
12567 \backslash
12568 cmidrule
12569 \series default
12570 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12571
12572 \end_layout
12573
12574 \begin_layout Standard
12575 この線幅の既定値は0.03
12576 \begin_inset space \thinspace{}
12577 \end_inset
12578
12579 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12580 。非必須パラメーターの「刈込」は、
12581 \emph on
12582 l{刈込幅}
12583 \emph default
12584 あるいは
12585 \emph on
12586 r{刈込幅}
12587 \emph default
12588 の値を取り、刈込幅の指定は非必須です。たとえば、
12589 \emph on
12590 l{2pt}
12591 \emph default
12592 というパラメーターを使うと、罫線が左端から2
12593 \begin_inset space \thinspace{}
12594 \end_inset
12595
12596 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12597 \begin_inset space \thinspace{}
12598 \end_inset
12599
12600 emだけ刈り込まれます。
12601 \end_layout
12602
12603 \begin_layout Standard
12604 \begin_inset VSpace bigskip
12605 \end_inset
12606
12607
12608 \begin_inset CommandInset ref
12609 LatexCommand ref
12610 reference "tab:ブックタブ表の例"
12611
12612 \end_inset
12613
12614 は、
12615 \end_layout
12616
12617 \begin_layout Standard
12618
12619 \series bold
12620
12621 \backslash
12622 cmidrule(r){2-2}
12623 \backslash
12624 cmidrule(l){3-4}
12625 \end_layout
12626
12627 \begin_layout Standard
12628 というコマンドを第二行の初めに使用し、
12629 \end_layout
12630
12631 \begin_layout Standard
12632
12633 \series bold
12634
12635 \backslash
12636 cmidrule(l{10pt}){1-1}
12637 \end_layout
12638
12639 \begin_layout Standard
12640 を第六行に使用して作成されています。
12641 \end_layout
12642
12643 \begin_layout Standard
12644 \begin_inset VSpace bigskip
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \begin_layout Standard
12651 ときには、表
12652 \begin_inset CommandInset ref
12653 LatexCommand ref
12654 reference "tab:特殊なブックタブ表"
12655
12656 \end_inset
12657
12658 のような重なり合った
12659 \series bold
12660
12661 \backslash
12662 cmidrule
12663 \series default
12664 が欲しいことがあるかもしれません。これは、TeXコードで
12665 \end_layout
12666
12667 \begin_layout Standard
12668
12669 \series bold
12670
12671 \backslash
12672 morecmidrules
12673 \end_layout
12674
12675 \begin_layout Standard
12676 コマンドを使用することによって実現することができます。表
12677 \begin_inset CommandInset ref
12678 LatexCommand ref
12679 reference "tab:特殊なブックタブ表"
12680
12681 \end_inset
12682
12683 の第二列には
12684 \end_layout
12685
12686 \begin_layout Standard
12687
12688 \series bold
12689
12690 \backslash
12691 cmidrule(r){2-2}
12692 \backslash
12693 cmidrule(l){3-4}
12694 \backslash
12695 morecmidrules
12696 \backslash
12697 cmidrule{2-4}
12698 \end_layout
12699
12700 \begin_layout Standard
12701 というコマンドが使用されており、第六列には
12702 \end_layout
12703
12704 \begin_layout Standard
12705
12706 \series bold
12707
12708 \backslash
12709 midrule
12710 \backslash
12711 morecmidrules
12712 \backslash
12713 cmidrule{3-4}
12714 \end_layout
12715
12716 \begin_layout Standard
12717 というコマンドが使用されています。
12718 \end_layout
12719
12720 \begin_layout Standard
12721 \begin_inset VSpace bigskip
12722 \end_inset
12723
12724
12725 \end_layout
12726
12727 \begin_layout Standard
12728 罫線の余白取りにどうしても満足が行かない場合には、
12729 \end_layout
12730
12731 \begin_layout Standard
12732
12733 \series bold
12734
12735 \backslash
12736 specialrule{幅}{上余白}{下余白}
12737 \end_layout
12738
12739 \begin_layout Standard
12740 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12741 \series bold
12742 booktabs
12743 \series default
12744  
12745 \begin_inset CommandInset citation
12746 LatexCommand cite
12747 key "booktabs"
12748
12749 \end_inset
12750
12751
12752 \begin_inset Index idx
12753 status collapsed
12754
12755 \begin_layout Plain Layout
12756 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12757 \end_layout
12758
12759 \end_inset
12760
12761 の取扱説明書をご参照下さい。
12762 \end_layout
12763
12764 \begin_layout Standard
12765 \begin_inset Float table
12766 placement h
12767 wide false
12768 sideways false
12769 status open
12770
12771 \begin_layout Plain Layout
12772 \begin_inset Caption
12773
12774 \begin_layout Plain Layout
12775 \begin_inset CommandInset label
12776 LatexCommand label
12777 name "tab:特殊なブックタブ表"
12778
12779 \end_inset
12780
12781 特殊なブックタブ表
12782 \end_layout
12783
12784 \end_inset
12785
12786
12787 \end_layout
12788
12789 \begin_layout Plain Layout
12790 \align center
12791 \begin_inset Tabular
12792 <lyxtabular version="3" rows="8" columns="4">
12793 <features booktabs="true" tabularvalignment="middle">
12794 <column alignment="center" valignment="top" width="0">
12795 <column alignment="center" valignment="top" width="0">
12796 <column alignment="center" valignment="top" width="0">
12797 <column alignment="center" valignment="top" width="0">
12798 <row>
12799 <cell alignment="center" valignment="top" topline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 システム
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" topline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 Medipix
12813 \begin_inset space \thinspace{}
12814 \end_inset
12815
12816 1
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 Medipix
12826 \begin_inset space \thinspace{}
12827 \end_inset
12828
12829 2
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 <row>
12845 <cell alignment="center" valignment="top" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 \begin_inset ERT
12850 status collapsed
12851
12852 \begin_layout Plain Layout
12853
12854
12855 \backslash
12856 cmidrule(r){2-2}
12857 \end_layout
12858
12859 \end_inset
12860
12861
12862 \begin_inset ERT
12863 status collapsed
12864
12865 \begin_layout Plain Layout
12866
12867
12868 \backslash
12869 cmidrule(l){3-4}
12870 \end_layout
12871
12872 \end_inset
12873
12874
12875 \begin_inset ERT
12876 status collapsed
12877
12878 \begin_layout Plain Layout
12879
12880
12881 \backslash
12882 morecmidrules 
12883 \end_layout
12884
12885 \end_inset
12886
12887
12888 \begin_inset ERT
12889 status collapsed
12890
12891 \begin_layout Plain Layout
12892
12893
12894 \backslash
12895 cmidrule{2-4}
12896 \end_layout
12897
12898 \end_inset
12899
12900 検知器の厚み [µm]
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 300
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 300
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 700
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 </row>
12933 <row>
12934 <cell alignment="center" valignment="top" topline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 エッジ角 [°]
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" topline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 3.55
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 2.71
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 <cell alignment="center" valignment="top" topline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965 7.99
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 </row>
12971 <row topspace="default">
12972 <cell alignment="center" valignment="top" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 空間分解能 [µm]
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 4.26
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 10.17
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 10.56
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 </row>
13009 <row topspace="default">
13010 <cell alignment="center" valignment="top" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 \begin_inset Formula $f_{\mathrm{max}}$
13015 \end_inset
13016
13017 におけるMTF
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 0.53
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 0.37
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 <cell alignment="center" valignment="top" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044 0.39
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 </row>
13050 <row>
13051 <cell alignment="center" valignment="top" topline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 \begin_inset ERT
13056 status collapsed
13057
13058 \begin_layout Plain Layout
13059
13060
13061 \backslash
13062 morecmidrules 
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \begin_inset ERT
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072
13073
13074 \backslash
13075 cmidrule{3-4}
13076 \end_layout
13077
13078 \end_inset
13079
13080 LSF空間分解能
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 </row>
13113 <row>
13114 <cell alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 µm表示
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 129.7
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 52.75
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 50.78
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 </row>
13151 <row>
13152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 ピクセルサイズに対する%表示
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 76.3
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 95.9
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 92.3
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 </row>
13189 </lyxtabular>
13190
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \begin_layout Section
13202 表の垂直揃え
13203 \begin_inset Index idx
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207 ひょう@表 ! そろえ@揃え
13208 \end_layout
13209
13210 \end_inset
13211
13212
13213 \end_layout
13214
13215 \begin_layout Standard
13216 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13217 \begin_inset CommandInset ref
13218 LatexCommand ref
13219 reference "sec:ボックスダイアログ"
13220
13221 \end_inset
13222
13223 節に述べられているように、ボックスの垂直揃えを行います。
13224 \end_layout
13225
13226 \begin_layout Standard
13227 以下の例では、各表は15
13228 \begin_inset space \thinspace{}
13229 \end_inset
13230
13231 列幅%を持つminipage
13232 \begin_inset Foot
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236 minipageは第
13237 \begin_inset CommandInset ref
13238 LatexCommand ref
13239 reference "sec:ミニページ"
13240
13241 \end_inset
13242
13243 節で説明されています。
13244 \end_layout
13245
13246 \end_inset
13247
13248 ボックスの中に入れてあります。
13249 \end_layout
13250
13251 \begin_layout Itemize
13252 動作試験 
13253 \begin_inset Box Frameless
13254 position "t"
13255 hor_pos "c"
13256 has_inner_box 1
13257 inner_pos "c"
13258 use_parbox 0
13259 use_makebox 0
13260 width "15col%"
13261 special "none"
13262 height "1in"
13263 height_special "totalheight"
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 \begin_inset Tabular
13268 <lyxtabular version="3" rows="3" columns="3">
13269 <features tabularvalignment="middle">
13270 <column alignment="center" valignment="top" width="0">
13271 <column alignment="center" valignment="top" width="0">
13272 <column alignment="center" valignment="top" width="0">
13273 <row>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 <row>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 </row>
13331 <row>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
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
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 </lyxtabular>
13361
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \end_inset
13368
13369  動作試験 
13370 \begin_inset ERT
13371 status collapsed
13372
13373 \begin_layout Plain Layout
13374
13375
13376 \backslash
13377 raisebox{0.85
13378 \backslash
13379 baselineskip}{
13380 \end_layout
13381
13382 \end_inset
13383
13384
13385 \begin_inset Box Frameless
13386 position "t"
13387 hor_pos "c"
13388 has_inner_box 1
13389 inner_pos "c"
13390 use_parbox 0
13391 use_makebox 0
13392 width "15col%"
13393 special "none"
13394 height "1in"
13395 height_special "totalheight"
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399 \begin_inset Tabular
13400 <lyxtabular version="3" rows="3" columns="3">
13401 <features tabularvalignment="middle">
13402 <column alignment="center" valignment="top" width="0">
13403 <column alignment="center" valignment="top" width="0">
13404 <column alignment="center" valignment="top" width="0">
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 <row>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 </row>
13463 <row>
13464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 </row>
13492 </lyxtabular>
13493
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \end_inset
13500
13501
13502 \begin_inset ERT
13503 status collapsed
13504
13505 \begin_layout Plain Layout
13506
13507 }
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \begin_layout Itemize
13516 動作試験 
13517 \begin_inset Box Frameless
13518 position "c"
13519 hor_pos "c"
13520 has_inner_box 1
13521 inner_pos "c"
13522 use_parbox 0
13523 use_makebox 0
13524 width "15col%"
13525 special "none"
13526 height "1in"
13527 height_special "totalheight"
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531 \begin_inset Tabular
13532 <lyxtabular version="3" rows="3" columns="3">
13533 <features tabularvalignment="middle">
13534 <column alignment="center" valignment="top" width="0">
13535 <column alignment="center" valignment="top" width="0">
13536 <column alignment="center" valignment="top" width="0">
13537 <row>
13538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 <row>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 </row>
13595 <row>
13596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13606 \begin_inset Text
13607
13608 \begin_layout Plain Layout
13609
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 </row>
13624 </lyxtabular>
13625
13626 \end_inset
13627
13628
13629 \end_layout
13630
13631 \end_inset
13632
13633
13634 \end_layout
13635
13636 \begin_layout Itemize
13637 動作試験 
13638 \begin_inset Box Frameless
13639 position "b"
13640 hor_pos "c"
13641 has_inner_box 1
13642 inner_pos "c"
13643 use_parbox 0
13644 use_makebox 0
13645 width "15col%"
13646 special "none"
13647 height "1in"
13648 height_special "totalheight"
13649 status collapsed
13650
13651 \begin_layout Plain Layout
13652 \begin_inset Tabular
13653 <lyxtabular version="3" rows="3" columns="3">
13654 <features tabularvalignment="middle">
13655 <column alignment="center" valignment="top" width="0">
13656 <column alignment="center" valignment="top" width="0">
13657 <column alignment="center" valignment="top" width="0">
13658 <row>
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 </row>
13687 <row>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 <row>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 </row>
13745 </lyxtabular>
13746
13747 \end_inset
13748
13749
13750 \end_layout
13751
13752 \end_inset
13753
13754  動作試験 
13755 \begin_inset ERT
13756 status collapsed
13757
13758 \begin_layout Plain Layout
13759
13760
13761 \backslash
13762 raisebox{-0.32
13763 \backslash
13764 baselineskip}{
13765 \end_layout
13766
13767 \end_inset
13768
13769
13770 \begin_inset Box Frameless
13771 position "b"
13772 hor_pos "c"
13773 has_inner_box 1
13774 inner_pos "c"
13775 use_parbox 0
13776 use_makebox 0
13777 width "15col%"
13778 special "none"
13779 height "1in"
13780 height_special "totalheight"
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784 \begin_inset Tabular
13785 <lyxtabular version="3" rows="3" columns="3">
13786 <features tabularvalignment="middle">
13787 <column alignment="center" valignment="top" width="0">
13788 <column alignment="center" valignment="top" width="0">
13789 <column alignment="center" valignment="top" width="0">
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 </row>
13819 <row>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 </row>
13848 <row>
13849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 </lyxtabular>
13878
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \end_inset
13885
13886
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892 }
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \end_layout
13899
13900 \begin_layout Standard
13901 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
13902 \begin_inset Foot
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906 raiseboxは、第
13907 \begin_inset CommandInset ref
13908 LatexCommand ref
13909 reference "sub:垂直揃え"
13910
13911 \end_inset
13912
13913 節で説明されています。
13914 \end_layout
13915
13916 \end_inset
13917
13918 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
13919 \end_layout
13920
13921 \begin_layout Standard
13922
13923 \series bold
13924
13925 \backslash
13926 raisebox{0.85
13927 \backslash
13928 baselineskip}{
13929 \end_layout
13930
13931 \begin_layout Standard
13932 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
13933 \series bold
13934 }
13935 \series default
13936 をTeXコードとして挿入してあります。最後の項目の第二表には、
13937 \end_layout
13938
13939 \begin_layout Standard
13940
13941 \series bold
13942
13943 \backslash
13944 raisebox{-0.32
13945 \backslash
13946 baselineskip}{
13947 \end_layout
13948
13949 \begin_layout Standard
13950 というコマンドを使用しています。
13951 \end_layout
13952
13953 \begin_layout Standard
13954 \begin_inset Note Greyedout
13955 status open
13956
13957 \begin_layout Plain Layout
13958
13959 \series bold
13960 【註】
13961 \series default
13962 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
13963 \series bold
13964
13965 \backslash
13966 raisebox
13967 \series default
13968 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
13969 \end_layout
13970
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \begin_layout Section
13977 色付きの表
13978 \begin_inset CommandInset label
13979 LatexCommand label
13980 name "sec:色付きの表"
13981
13982 \end_inset
13983
13984
13985 \begin_inset Index idx
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989 ひょう@表 ! いろつき@色付き
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \begin_layout Subsection
13998 色付きのセル
13999 \begin_inset Index idx
14000 status collapsed
14001
14002 \begin_layout Plain Layout
14003 ひょうのいろ@表の色 ! せるぶ@セル部
14004 \end_layout
14005
14006 \end_inset
14007
14008
14009 \begin_inset Index idx
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013 いろつき@色付き ! ひょうせるぶ@表セル部
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Standard
14022 \begin_inset Float table
14023 placement h
14024 wide false
14025 sideways false
14026 status open
14027
14028 \begin_layout Plain Layout
14029 \begin_inset Caption
14030
14031 \begin_layout Plain Layout
14032 \begin_inset CommandInset label
14033 LatexCommand label
14034 name "tab:colortblなしの表"
14035
14036 \end_inset
14037
14038
14039 \series bold
14040 colortbl
14041 \series default
14042 パッケージを使用しない色付き表
14043 \begin_inset Argument
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047 colortblなしの表
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Plain Layout
14061 \align center
14062 \begin_inset Tabular
14063 <lyxtabular version="3" rows="3" columns="3">
14064 <features tabularvalignment="middle">
14065 <column alignment="center" valignment="top" width="0">
14066 <column alignment="center" valignment="top" width="0">
14067 <column alignment="center" valignment="top" width="0">
14068 <row>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073
14074 \color green
14075
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084
14085 \color red
14086
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095
14096 \color red
14097
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 </row>
14103 <row>
14104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108
14109 \color green
14110
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Plain Layout
14119
14120 \color blue
14121
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130
14131 \color blue
14132
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 </row>
14138 <row>
14139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143
14144 \color green
14145
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154
14155 \color blue
14156
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165
14166 \color blue
14167
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 </row>
14173 </lyxtabular>
14174
14175 \end_inset
14176
14177
14178 \end_layout
14179
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \begin_layout Standard
14186 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14187 \family sans
14188 編集\SpecialChar \menuseparator
14189 文字様式
14190 \family default
14191 メニューで色を選んでください。表
14192 \begin_inset CommandInset ref
14193 LatexCommand ref
14194 reference "tab:colortblなしの表"
14195
14196 \end_inset
14197
14198 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14199 \series bold
14200 colortbl
14201 \series default
14202
14203 \begin_inset Index idx
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14208 \end_layout
14209
14210 \end_inset
14211
14212 を使用しなくてはなりません。
14213 \end_layout
14214
14215 \begin_layout Standard
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221
14222 \backslash
14223 ifcolortbl
14224 \end_layout
14225
14226 \end_inset
14227
14228
14229 \begin_inset Note Note
14230 status open
14231
14232 \begin_layout Plain Layout
14233 本節の以下の部分は、LaTeXパッケージ
14234 \series bold
14235 colortbl
14236 \series default
14237 が導入済みのときのみ表示されます。
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \end_layout
14244
14245 \begin_layout Standard
14246 色付きの表を作成するには、プリアンブルに
14247 \end_layout
14248
14249 \begin_layout Standard
14250
14251 \series bold
14252
14253 \backslash
14254 usepackage{colortbl}
14255 \end_layout
14256
14257 \begin_layout Standard
14258 という行を書いて
14259 \series bold
14260 colortbl
14261 \series default
14262 を読み込まなくてはなりません。列の色は、
14263 \series bold
14264 >{ }
14265 \series default
14266 コマンドの中に
14267 \end_layout
14268
14269 \begin_layout Standard
14270
14271 \series bold
14272
14273 \backslash
14274 columncolor{色彩名}
14275 \end_layout
14276
14277 \begin_layout Standard
14278 というコマンドを書いて指定することができます。
14279 \series bold
14280 >{}
14281 \series default
14282 コマンドに関する詳細は、第
14283 \begin_inset CommandInset ref
14284 LatexCommand ref
14285 reference "sub:連結列の計算"
14286
14287 \end_inset
14288
14289 節に述べられています。
14290 \end_layout
14291
14292 \begin_layout Standard
14293 以下の色彩名が事前に定義されています。
14294 \end_layout
14295
14296 \begin_layout Standard
14297
14298 \family sans
14299 red
14300 \family default
14301
14302 \family sans
14303 green
14304 \family default
14305
14306 \family sans
14307 yellow
14308 \family default
14309
14310 \family sans
14311 blue
14312 \family default
14313
14314 \family sans
14315 cyan
14316 \family default
14317
14318 \family sans
14319 magenta
14320 \family default
14321
14322 \family sans
14323 black
14324 \family default
14325
14326 \family sans
14327 white
14328 \end_layout
14329
14330 \begin_layout Standard
14331 \begin_inset VSpace medskip
14332 \end_inset
14333
14334
14335 \end_layout
14336
14337 \begin_layout Standard
14338 また
14339 \end_layout
14340
14341 \begin_layout Standard
14342
14343 \series bold
14344
14345 \backslash
14346 definecolor{色彩名}{色彩モデル}{色彩値}
14347 \end_layout
14348
14349 \begin_layout Standard
14350 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14351 \end_layout
14352
14353 \begin_layout Labeling
14354 \labelwidthstring 00.00.0000
14355 cmyk:シアン(
14356 \bar under
14357 c
14358 \bar default
14359 yan)・マゼンタ(
14360 \bar under
14361 m
14362 \bar default
14363 agenta)・黄(
14364 \bar under
14365 y
14366 \bar default
14367 ellow)・黒(blac
14368 \bar under
14369 k
14370 \bar default
14371
14372 \end_layout
14373
14374 \begin_layout Labeling
14375 \labelwidthstring 00.00.0000
14376 rgb:赤(
14377 \bar under
14378 r
14379 \bar default
14380 ed)・緑(
14381 \bar under
14382 g
14383 \bar default
14384 reen)・青(
14385 \bar under
14386 b
14387 \bar default
14388 lue)
14389 \end_layout
14390
14391 \begin_layout Labeling
14392 \labelwidthstring 00.00.0000
14393 gray:グレー
14394 \end_layout
14395
14396 \begin_layout Standard
14397 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14398 \end_layout
14399
14400 \begin_layout Standard
14401 たとえば、プリアンブルに
14402 \end_layout
14403
14404 \begin_layout Standard
14405
14406 \series bold
14407
14408 \backslash
14409 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14410 \end_layout
14411
14412 \begin_layout Standard
14413 と書くことによって、「
14414 \emph on
14415 darkgreen
14416 \emph default
14417 」色を定義することができますし、
14418 \end_layout
14419
14420 \begin_layout Standard
14421
14422 \series bold
14423
14424 \backslash
14425 definecolor{lightgray}{gray}{0.8}
14426 \end_layout
14427
14428 \begin_layout Standard
14429 と書けば、「
14430 \emph on
14431 lightgray
14432 \emph default
14433 」色を定義することができます。
14434 \end_layout
14435
14436 \begin_layout Standard
14437 \begin_inset VSpace medskip
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \begin_layout Standard
14444 罫線は
14445 \end_layout
14446
14447 \begin_layout Standard
14448
14449 \series bold
14450
14451 \backslash
14452 rowcolor{色彩名}
14453 \end_layout
14454
14455 \begin_layout Standard
14456 というコマンドを使用して色付けすることができ、セルは
14457 \end_layout
14458
14459 \begin_layout Standard
14460
14461 \series bold
14462
14463 \backslash
14464 cellcolor{色彩名}
14465 \end_layout
14466
14467 \begin_layout Standard
14468 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14469 \end_layout
14470
14471 \begin_layout Standard
14472 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14473 \family sans
14474 編集\SpecialChar \menuseparator
14475 文字様式
14476 \family default
14477 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14478 ます。
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \begin_inset Note Greyedout
14483 status open
14484
14485 \begin_layout Plain Layout
14486 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495 \begin_inset VSpace bigskip
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \begin_layout Standard
14502
14503 \begin_inset CommandInset ref
14504 LatexCommand ref
14505 reference "tab:色付き表"
14506
14507 \end_inset
14508
14509 を作成するには、以下のようにしてください。第一列の色は
14510 \emph on
14511 darkgreen
14512 \emph default
14513 にしたいので、この列のLaTeX変数として
14514 \end_layout
14515
14516 \begin_layout Standard
14517
14518 \series bold
14519 >{
14520 \backslash
14521 columncolor{darkgreen}
14522 \backslash
14523 centering}c
14524 \end_layout
14525
14526 \begin_layout Standard
14527 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14528 \end_layout
14529
14530 \begin_layout Standard
14531
14532 \series bold
14533
14534 \backslash
14535 rowcolow{cyan}
14536 \end_layout
14537
14538 \begin_layout Standard
14539 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14540 \end_layout
14541
14542 \begin_layout Standard
14543
14544 \series bold
14545
14546 \backslash
14547 cellcolor{magenta}
14548 \end_layout
14549
14550 \begin_layout Standard
14551 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14552 \family sans
14553 編集\SpecialChar \menuseparator
14554 文字様式
14555 \family default
14556 メニューを使って、各文字に色付けをすることができます。
14557 \end_layout
14558
14559 \begin_layout Standard
14560 \begin_inset Float table
14561 placement h
14562 wide false
14563 sideways false
14564 status open
14565
14566 \begin_layout Plain Layout
14567 \begin_inset Caption
14568
14569 \begin_layout Plain Layout
14570
14571 \series bold
14572 \begin_inset CommandInset label
14573 LatexCommand label
14574 name "tab:色付き表"
14575
14576 \end_inset
14577
14578 colortbl
14579 \series default
14580 パッケージを使用した色付き表
14581 \begin_inset Argument
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585 colortblを使った表
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Plain Layout
14599 \align center
14600 \begin_inset Tabular
14601 <lyxtabular version="3" rows="3" columns="3">
14602 <features tabularvalignment="middle">
14603 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14604 <column alignment="center" valignment="top" width="0">
14605 <column alignment="center" valignment="top" width="0">
14606 <row>
14607 <cell alignment="center" valignment="top" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 \begin_inset ERT
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615
14616
14617 \backslash
14618 rowcolor{cyan}
14619 \end_layout
14620
14621 \end_inset
14622
14623
14624 \color magenta
14625
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634
14635 \color red
14636
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell alignment="center" valignment="top" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645
14646 \color red
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 <row>
14654 <cell alignment="center" valignment="top" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Plain Layout
14658
14659 \color yellow
14660
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669
14670 \color blue
14671
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680
14681 \color blue
14682
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 </row>
14688 <row>
14689 <cell alignment="center" valignment="top" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693
14694 \color yellow
14695
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704
14705 \color blue
14706
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715 \begin_inset ERT
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719
14720
14721 \backslash
14722 cellcolor{magenta}
14723 \end_layout
14724
14725 \end_inset
14726
14727
14728 \color green
14729
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 </row>
14735 </lyxtabular>
14736
14737 \end_inset
14738
14739
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset ERT
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752
14753
14754 \backslash
14755 else
14756 \end_layout
14757
14758 \end_inset
14759
14760
14761 \begin_inset Note Note
14762 status open
14763
14764 \begin_layout Plain Layout
14765 以下は、LaTeXパッケージ
14766 \series bold
14767 colortbl
14768 \series default
14769 が導入されていないときに表示されます。
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 この節の内容を出力で表示させるには、
14779 \series bold
14780 colortbl
14781 \series default
14782 パッケージを導入する必要があります。
14783 \end_layout
14784
14785 \begin_layout Standard
14786 \begin_inset ERT
14787 status collapsed
14788
14789 \begin_layout Plain Layout
14790
14791
14792 \backslash
14793 fi
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Subsection
14802 色付き罫線
14803 \begin_inset Index idx
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \begin_inset Index idx
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826
14827 \begin_inset CommandInset ref
14828 LatexCommand ref
14829 reference "sub:罫線幅"
14830
14831 \end_inset
14832
14833 節に述べられているように、表中の全罫線の線幅は、長さ
14834 \series bold
14835
14836 \backslash
14837 arrayrulewidth
14838 \series default
14839 を使って調節することができます。本節の表では、すべて1.5
14840 \begin_inset space \thinspace{}
14841 \end_inset
14842
14843 ptに設定されています。
14844 \begin_inset ERT
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848
14849
14850 \backslash
14851 setlength{
14852 \backslash
14853 arrayrulewidth}{1.5pt}
14854 \end_layout
14855
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Standard
14862 たとえば縦罫線を緑に着色するには、第
14863 \begin_inset CommandInset ref
14864 LatexCommand ref
14865 reference "sub:自製書式"
14866
14867 \end_inset
14868
14869 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
14870 \end_layout
14871
14872 \begin_layout Standard
14873
14874 \series bold
14875
14876 \backslash
14877 newcolumntype{W}{!{
14878 \backslash
14879 color{green}
14880 \backslash
14881 vline}}
14882 \end_layout
14883
14884 \begin_layout Standard
14885
14886 \begin_inset CommandInset ref
14887 LatexCommand ref
14888 reference "tab:色付き縦罫線の表"
14889
14890 \end_inset
14891
14892 では、最右列にLaTeX変数
14893 \series bold
14894 WcW
14895 \series default
14896 、他の列にLaTeX変数
14897 \series bold
14898 Wc
14899 \series default
14900 が使用されています。
14901 \end_layout
14902
14903 \begin_layout Standard
14904 複数の色を用いたいときには、列書式をもっと定義してください。
14905 \end_layout
14906
14907 \begin_layout Standard
14908 \begin_inset Float table
14909 placement h
14910 wide false
14911 sideways false
14912 status open
14913
14914 \begin_layout Plain Layout
14915 \begin_inset Caption
14916
14917 \begin_layout Plain Layout
14918 \begin_inset CommandInset label
14919 LatexCommand label
14920 name "tab:色付き縦罫線の表"
14921
14922 \end_inset
14923
14924 色付き縦罫線の表
14925 \end_layout
14926
14927 \end_inset
14928
14929
14930 \end_layout
14931
14932 \begin_layout Plain Layout
14933 \align center
14934 \begin_inset Tabular
14935 <lyxtabular version="3" rows="3" columns="3">
14936 <features tabularvalignment="middle">
14937 <column alignment="center" valignment="top" width="0" special="Wc">
14938 <column alignment="center" valignment="top" width="0" special="Wc">
14939 <column alignment="center" valignment="top" width="0" special="WcW">
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 sd
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" topline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983 sd
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021 sd
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 </row>
15027 </lyxtabular>
15028
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \begin_layout Standard
15040 \begin_inset VSpace bigskip
15041 \end_inset
15042
15043
15044 \begin_inset CommandInset ref
15045 LatexCommand ref
15046 reference "tab:色付き横罫線の表"
15047
15048 \end_inset
15049
15050 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15051 \end_layout
15052
15053 \begin_layout Standard
15054
15055 \series bold
15056
15057 \backslash
15058 let
15059 \backslash
15060 myHlineC
15061 \backslash
15062 hline
15063 \begin_inset Newline newline
15064 \end_inset
15065
15066
15067 \backslash
15068 renewcommand{
15069 \backslash
15070 hline}
15071 \begin_inset Newline newline
15072 \end_inset
15073
15074
15075 \begin_inset Phantom HPhantom
15076 status open
15077
15078 \begin_layout Plain Layout
15079 \begin_inset space ~
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086
15087 {
15088 \backslash
15089 arrayrulecolor{red}
15090 \backslash
15091 myHlineC
15092 \backslash
15093 arrayrulecolor{black}}
15094 \end_layout
15095
15096 \begin_layout Standard
15097 というコマンドを入力して下さい。
15098 \end_layout
15099
15100 \begin_layout Standard
15101 \begin_inset ERT
15102 status collapsed
15103
15104 \begin_layout Plain Layout
15105
15106
15107 \backslash
15108 let
15109 \backslash
15110 myHlineC
15111 \backslash
15112 hline
15113 \end_layout
15114
15115 \begin_layout Plain Layout
15116
15117
15118 \backslash
15119 renewcommand{
15120 \backslash
15121 hline}
15122 \end_layout
15123
15124 \begin_layout Plain Layout
15125
15126  {
15127 \backslash
15128 arrayrulecolor{red}
15129 \backslash
15130 myHlineC
15131 \backslash
15132 arrayrulecolor{black}}
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \begin_inset Float table
15139 placement h
15140 wide false
15141 sideways false
15142 status open
15143
15144 \begin_layout Plain Layout
15145 \begin_inset Caption
15146
15147 \begin_layout Plain Layout
15148 \begin_inset CommandInset label
15149 LatexCommand label
15150 name "tab:色付き横罫線の表"
15151
15152 \end_inset
15153
15154 色付き横罫線の表
15155 \end_layout
15156
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \begin_layout Plain Layout
15163 \align center
15164 \begin_inset Tabular
15165 <lyxtabular version="3" rows="3" columns="3">
15166 <features tabularvalignment="middle">
15167 <column alignment="center" valignment="top" width="0">
15168 <column alignment="center" valignment="top" width="0">
15169 <column alignment="center" valignment="top" width="0">
15170 <row>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 sd
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 sd
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 <row>
15229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 sd
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 </lyxtabular>
15258
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \begin_layout Standard
15270 既定値の黒罫線に戻るには、
15271 \end_layout
15272
15273 \begin_layout Standard
15274
15275 \series bold
15276
15277 \backslash
15278 renewcommand{
15279 \backslash
15280 hline}{
15281 \backslash
15282 myHlineC}
15283 \end_layout
15284
15285 \begin_layout Standard
15286 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15287 \begin_inset CommandInset ref
15288 LatexCommand ref
15289 reference "tab:色付き罫線の表"
15290
15291 \end_inset
15292
15293 は、縦横罫線を色付けした例です。
15294 \end_layout
15295
15296 \begin_layout Standard
15297 \begin_inset Float table
15298 placement h
15299 wide false
15300 sideways false
15301 status open
15302
15303 \begin_layout Plain Layout
15304 \begin_inset Caption
15305
15306 \begin_layout Plain Layout
15307 \begin_inset CommandInset label
15308 LatexCommand label
15309 name "tab:色付き罫線の表"
15310
15311 \end_inset
15312
15313 色付き罫線の表
15314 \end_layout
15315
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \begin_layout Plain Layout
15322 \align center
15323 \begin_inset Tabular
15324 <lyxtabular version="3" rows="3" columns="3">
15325 <features tabularvalignment="middle">
15326 <column alignment="center" valignment="top" width="0" special="Wc">
15327 <column alignment="center" valignment="top" width="0" special="Wc">
15328 <column alignment="center" valignment="top" width="0" special="WcW">
15329 <row>
15330 <cell alignment="center" valignment="top" topline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 sd
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" topline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 </row>
15358 <row>
15359 <cell alignment="center" valignment="top" topline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 <cell alignment="center" valignment="top" topline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372 sd
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" topline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 </row>
15387 <row topspace="default">
15388 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 sd
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 </row>
15416 </lyxtabular>
15417
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \begin_layout Standard
15429 \begin_inset ERT
15430 status collapsed
15431
15432 \begin_layout Plain Layout
15433
15434
15435 \backslash
15436 renewcommand{
15437 \backslash
15438 hline}{
15439 \backslash
15440 myHlineC}
15441 \end_layout
15442
15443 \end_inset
15444
15445
15446 \end_layout
15447
15448 \begin_layout Standard
15449 \begin_inset ERT
15450 status collapsed
15451
15452 \begin_layout Plain Layout
15453
15454
15455 \backslash
15456 setlength{
15457 \backslash
15458 arrayrulewidth}{0.4pt}
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Section
15467 表の調整
15468 \begin_inset Index idx
15469 status collapsed
15470
15471 \begin_layout Plain Layout
15472 ひょうのちょうせい@表の調整
15473 \end_layout
15474
15475 \end_inset
15476
15477
15478 \begin_inset Index idx
15479 status collapsed
15480
15481 \begin_layout Plain Layout
15482 ひょう@表 ! ちょうせい@調整
15483 \end_layout
15484
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \begin_layout Subsection
15491 行の余白取り
15492 \begin_inset CommandInset label
15493 LatexCommand label
15494 name "sub:行の余白取り"
15495
15496 \end_inset
15497
15498
15499 \begin_inset Index idx
15500 status collapsed
15501
15502 \begin_layout Plain Layout
15503 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \begin_layout Standard
15512 表の設定ダイアログの
15513 \family sans
15514 罫線
15515 \family default
15516 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15517 \end_layout
15518
15519 \begin_layout Description
15520 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15521 \begin_inset Foot
15522 status collapsed
15523
15524 \begin_layout Plain Layout
15525 フォーマル形式の表は第
15526 \begin_inset CommandInset ref
15527 LatexCommand ref
15528 reference "sec:フォーマル形式の表"
15529
15530 \end_inset
15531
15532 節で説明されています。
15533 \end_layout
15534
15535 \end_inset
15536
15537 ならば、LyXは既定値として0.5
15538 \begin_inset space \thinspace{}
15539 \end_inset
15540
15541 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15542 \begin_inset VSpace medskip
15543 \end_inset
15544
15545
15546 \begin_inset Newline newline
15547 \end_inset
15548
15549
15550 \begin_inset space \hspace*{}
15551 \length 0pt
15552 \end_inset
15553
15554
15555 \begin_inset space \hfill{}
15556 \end_inset
15557
15558
15559 \begin_inset Tabular
15560 <lyxtabular version="3" rows="3" columns="1">
15561 <features tabularvalignment="middle">
15562 <column alignment="center" valignment="top" width="0">
15563 <row>
15564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 </row>
15574 <row topspace="3mm">
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579 行上に3
15580 \begin_inset space \thinspace{}
15581 \end_inset
15582
15583 mmの余白
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 </row>
15589 <row>
15590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 </lyxtabular>
15601
15602 \end_inset
15603
15604
15605 \begin_inset space \hfill{}
15606 \end_inset
15607
15608
15609 \begin_inset space \hspace*{}
15610 \length 0pt
15611 \end_inset
15612
15613
15614 \begin_inset VSpace medskip
15615 \end_inset
15616
15617
15618 \begin_inset Newline newline
15619 \end_inset
15620
15621 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15622 \end_layout
15623
15624 \begin_layout Description
15625 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15626 \begin_inset space \thinspace{}
15627 \end_inset
15628
15629 emの余白を挿入し、通常の表ならば既定値として2
15630 \begin_inset space \thinspace{}
15631 \end_inset
15632
15633 ptを挿入します。
15634 \end_layout
15635
15636 \begin_layout Description
15637 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15638 \begin_inset space \thinspace{}
15639 \end_inset
15640
15641 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15642 \begin_inset VSpace medskip
15643 \end_inset
15644
15645
15646 \begin_inset Newline newline
15647 \end_inset
15648
15649
15650 \begin_inset space \hspace*{}
15651 \length 0pt
15652 \end_inset
15653
15654
15655 \begin_inset space \hfill{}
15656 \end_inset
15657
15658
15659 \begin_inset Tabular
15660 <lyxtabular version="3" rows="3" columns="1">
15661 <features tabularvalignment="middle">
15662 <column alignment="center" valignment="top" width="0">
15663 <row>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 </row>
15674 <row interlinespace="3mm">
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 \begin_inset Formula $\downarrow$
15680 \end_inset
15681
15682  行間に3
15683 \begin_inset space \thinspace{}
15684 \end_inset
15685
15686 mmの余白 
15687 \begin_inset Formula $\downarrow$
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 \begin_inset Formula $\uparrow$
15702 \end_inset
15703
15704  行間に3
15705 \begin_inset space \thinspace{}
15706 \end_inset
15707
15708 mmの余白 
15709 \begin_inset Formula $\uparrow$
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 </row>
15718 </lyxtabular>
15719
15720 \end_inset
15721
15722
15723 \begin_inset space \hfill{}
15724 \end_inset
15725
15726
15727 \begin_inset space \hspace*{}
15728 \length 0pt
15729 \end_inset
15730
15731
15732 \begin_inset VSpace medskip
15733 \end_inset
15734
15735
15736 \begin_inset Newline newline
15737 \end_inset
15738
15739 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15740 \end_layout
15741
15742 \begin_layout Standard
15743 \begin_inset VSpace bigskip
15744 \end_inset
15745
15746 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15747 \end_layout
15748
15749 \begin_layout Standard
15750
15751 \series bold
15752
15753 \backslash
15754 @ifundefined{extrarowheight}
15755 \begin_inset Newline newline
15756 \end_inset
15757
15758
15759 \begin_inset Phantom HPhantom
15760 status open
15761
15762 \begin_layout Plain Layout
15763 \begin_inset space ~
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \end_inset
15770
15771 {
15772 \backslash
15773 usepackage{array}}{}
15774 \begin_inset Newline newline
15775 \end_inset
15776
15777
15778 \backslash
15779 setlength{
15780 \backslash
15781 extrarowheight}{height}
15782 \end_layout
15783
15784 \begin_layout Standard
15785 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15786 \series bold
15787 array
15788 \series default
15789 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15790 \series bold
15791
15792 \backslash
15793 @ifundefined
15794 \series default
15795 が使用されています)。
15796 \end_layout
15797
15798 \begin_layout Standard
15799 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15800 \series bold
15801
15802 \backslash
15803 strut
15804 \series default
15805 コマンドを挿入することで補正することができます。表
15806 \begin_inset CommandInset ref
15807 LatexCommand ref
15808 reference "tab:垂直揃え"
15809
15810 \end_inset
15811
15812 は、この効果を示したものです。
15813 \end_layout
15814
15815 \begin_layout Standard
15816 \noindent
15817 \begin_inset Float table
15818 placement h
15819 wide false
15820 sideways false
15821 status open
15822
15823 \begin_layout Plain Layout
15824 \begin_inset Caption
15825
15826 \begin_layout Plain Layout
15827 \begin_inset CommandInset label
15828 LatexCommand label
15829 name "tab:垂直揃え"
15830
15831 \end_inset
15832
15833 大きなフォント寸法の文章の垂直揃え
15834 \end_layout
15835
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \begin_layout Plain Layout
15842 \begin_inset space \hfill{}
15843 \end_inset
15844
15845
15846 \begin_inset Float table
15847 wide false
15848 sideways false
15849 status open
15850
15851 \begin_layout Plain Layout
15852 \begin_inset Caption
15853
15854 \begin_layout Plain Layout
15855 通常の表
15856 \end_layout
15857
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \begin_layout Plain Layout
15864 \noindent
15865 \align center
15866 \begin_inset Tabular
15867 <lyxtabular version="3" rows="6" columns="1">
15868 <features tabularvalignment="middle">
15869 <column alignment="left" valignment="top" width="0">
15870 <row>
15871 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 Normal, g
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row>
15882 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \size large
15888 Large
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 <row>
15895 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \size larger
15901 Larger
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 <row>
15908 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912
15913 \size largest
15914 Largest
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 </row>
15920 <row>
15921 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925
15926 \size huge
15927 Huge
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 </row>
15933 <row>
15934 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938
15939 \size giant
15940 Huger
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 </lyxtabular>
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \end_inset
15954
15955
15956 \begin_inset space \hfill{}
15957 \end_inset
15958
15959
15960 \begin_inset Float table
15961 wide false
15962 sideways false
15963 status open
15964
15965 \begin_layout Plain Layout
15966 \begin_inset Caption
15967
15968 \begin_layout Plain Layout
15969
15970 \series bold
15971
15972 \backslash
15973 strut
15974 \series default
15975 コマンドを使用した表
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \begin_layout Plain Layout
15984 \noindent
15985 \align center
15986 \begin_inset Tabular
15987 <lyxtabular version="3" rows="6" columns="1">
15988 <features tabularvalignment="middle">
15989 <column alignment="left" valignment="top" width="0">
15990 <row>
15991 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 Normal, g
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 </row>
16001 <row>
16002 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \size large
16008 \begin_inset ERT
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012
16013
16014 \backslash
16015 strut 
16016 \end_layout
16017
16018 \end_inset
16019
16020 Large
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 </row>
16026 <row>
16027 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \size larger
16033 \begin_inset ERT
16034 status collapsed
16035
16036 \begin_layout Plain Layout
16037
16038
16039 \backslash
16040 strut 
16041 \end_layout
16042
16043 \end_inset
16044
16045 Larger
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 <row>
16052 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \size largest
16058 \begin_inset ERT
16059 status collapsed
16060
16061 \begin_layout Plain Layout
16062
16063
16064 \backslash
16065 strut 
16066 \end_layout
16067
16068 \end_inset
16069
16070 Largest
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 </row>
16076 <row>
16077 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \size huge
16083 \begin_inset ERT
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087
16088
16089 \backslash
16090 strut 
16091 \end_layout
16092
16093 \end_inset
16094
16095 Huge
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106
16107 \size giant
16108 \begin_inset ERT
16109 status collapsed
16110
16111 \begin_layout Plain Layout
16112
16113
16114 \backslash
16115 strut 
16116 \end_layout
16117
16118 \end_inset
16119
16120 Huger
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 </row>
16126 </lyxtabular>
16127
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \end_inset
16134
16135
16136 \begin_inset space \hfill{}
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \begin_layout Subsection
16148 特殊なセル揃え
16149 \begin_inset CommandInset label
16150 LatexCommand label
16151 name "sub:特殊なセル揃え"
16152
16153 \end_inset
16154
16155
16156 \begin_inset Index idx
16157 status collapsed
16158
16159 \begin_layout Plain Layout
16160 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16161 \end_layout
16162
16163 \end_inset
16164
16165
16166 \end_layout
16167
16168 \begin_layout Standard
16169 ときには表
16170 \begin_inset CommandInset ref
16171 LatexCommand ref
16172 reference "tab:表セル"
16173
16174 \end_inset
16175
16176 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16177 \begin_inset Graphics
16178         filename ../../images/tabular-feature_align-decimal.png
16179         scale 85
16180         scaleBeforeRotation
16181
16182 \end_inset
16183
16184 を押すか、表設定中で揃えを
16185 \family sans
16186 小数点で
16187 \family default
16188 に設定します。
16189 \end_layout
16190
16191 \begin_layout Standard
16192 \begin_inset Float table
16193 placement h
16194 wide false
16195 sideways false
16196 status open
16197
16198 \begin_layout Plain Layout
16199 \begin_inset Caption
16200
16201 \begin_layout Plain Layout
16202 \begin_inset CommandInset label
16203 LatexCommand label
16204 name "tab:表セル"
16205
16206 \end_inset
16207
16208 一列が小数点で揃えられた表セル
16209 \end_layout
16210
16211 \end_inset
16212
16213
16214 \end_layout
16215
16216 \begin_layout Plain Layout
16217 \align center
16218 \begin_inset Tabular
16219 <lyxtabular version="3" rows="4" columns="1">
16220 <features booktabs="true" tabularvalignment="middle">
16221 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16222 <row>
16223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 見出し
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 12.6
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 0.68
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 </row>
16255 <row>
16256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 -123.0
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \begin_layout Standard
16279 \begin_inset Float table
16280 placement h
16281 wide false
16282 sideways false
16283 status open
16284
16285 \begin_layout Plain Layout
16286 \begin_inset Caption
16287
16288 \begin_layout Plain Layout
16289 \begin_inset CommandInset label
16290 LatexCommand label
16291 name "tab:演算子揃え表"
16292
16293 \end_inset
16294
16295 一列が演算子で揃えられた表セル
16296 \end_layout
16297
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Plain Layout
16304 \align center
16305 \begin_inset Tabular
16306 <lyxtabular version="3" rows="4" columns="2">
16307 <features booktabs="true" tabularvalignment="middle">
16308 <column alignment="right" valignment="top" width="0pt">
16309 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16310 <row>
16311 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 見出し
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="center" valignment="top" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 \begin_inset Formula $12\,+$
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 \begin_inset Formula $\,6$
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 \begin_inset Formula $0\,-$
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 \begin_inset Formula $\,68$
16374 \end_inset
16375
16376
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row>
16383 <cell alignment="center" valignment="top" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 \begin_inset Formula $-123\,/$
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Formula $\,0$
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 </lyxtabular>
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Standard
16421 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16422 \begin_inset CommandInset ref
16423 LatexCommand ref
16424 reference "tab:演算子揃え表"
16425
16426 \end_inset
16427
16428 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16429 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16430 ために、
16431 \end_layout
16432
16433 \begin_layout Standard
16434
16435 \series bold
16436 @{}l
16437 \end_layout
16438
16439 \begin_layout Standard
16440 というLaTeX引数を第2列に指定します。
16441 \end_layout
16442
16443 \begin_layout Standard
16444
16445 \begin_inset CommandInset ref
16446 LatexCommand ref
16447 reference "tab:表セル揃え"
16448
16449 \end_inset
16450
16451 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16452 \begin_inset CommandInset ref
16453 LatexCommand ref
16454 reference "tab:演算子揃え表"
16455
16456 \end_inset
16457
16458 の冒頭には、小空白が加えられています。
16459 \end_layout
16460
16461 \begin_layout Standard
16462 \begin_inset Float table
16463 wide false
16464 sideways false
16465 status open
16466
16467 \begin_layout Plain Layout
16468 \begin_inset Caption
16469
16470 \begin_layout Plain Layout
16471 \begin_inset CommandInset label
16472 LatexCommand label
16473 name "tab:表セル揃え"
16474
16475 \end_inset
16476
16477 表セルの揃えの例
16478 \end_layout
16479
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \begin_layout Plain Layout
16486 \align center
16487 \begin_inset Tabular
16488 <lyxtabular version="3" rows="4" columns="6">
16489 <features tabularvalignment="middle">
16490 <column alignment="right" valignment="top" width="0">
16491 <column alignment="left" valignment="top" width="0" special="@{}l">
16492 <column alignment="right" valignment="top" width="0">
16493 <column alignment="left" valignment="top" width="0" special="@{}l">
16494 <column alignment="right" valignment="top" width="0">
16495 <column alignment="left" valignment="top" width="0" special="@{}l">
16496 <row>
16497 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 単位
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 冪数
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 関係子
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row>
16553 <cell alignment="center" valignment="top" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 12×
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 24本の瓶
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 \begin_inset Formula $10\cdot$
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 \begin_inset Formula $10^{\mbox{-}17}$
16588 \end_inset
16589
16590
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 \begin_inset Formula $\Gamma(t)\propto$
16600 \end_inset
16601
16602
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Formula $\:\Upsilon(t)$
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 <row>
16621 <cell alignment="center" valignment="top" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 1024×
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 768ピクセル
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Formula $5.78\cdot$
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Formula $10^{7}$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Formula $A\ne$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $\: B_{\mathrm{red}}$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 32×
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 6
16703 \begin_inset space \thinspace{}
16704 \end_inset
16705
16706 cm
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 -
16716 \begin_inset Formula $33.5\cdot$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 \begin_inset Formula $10^{4}$
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 \begin_inset Formula $\sin(\alpha)\ge$
16741 \end_inset
16742
16743
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 \begin_inset Formula $\:\sin(\beta)$
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 </lyxtabular>
16762
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \begin_layout Subsection
16774 自製のセル書式および列書式
16775 \begin_inset CommandInset label
16776 LatexCommand label
16777 name "sub:自製書式"
16778
16779 \end_inset
16780
16781
16782 \begin_inset Index idx
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16787 \end_layout
16788
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \begin_layout Standard
16795 連結列セルを含む表がいくつもある場合には、第
16796 \begin_inset CommandInset ref
16797 LatexCommand ref
16798 reference "sub:連結列の計算"
16799
16800 \end_inset
16801
16802 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16803 べての表で使うことができます。書式は、以下のように定義します。
16804 \end_layout
16805
16806 \begin_layout Standard
16807
16808 \series bold
16809
16810 \backslash
16811 newcolumntype{書式名}[引数の数]{コマンド}
16812 \end_layout
16813
16814 \begin_layout Standard
16815 書式名は、一文字だけでも構いません。
16816 \emph on
16817 b
16818 \emph default
16819
16820 \emph on
16821 c
16822 \emph default
16823
16824 \emph on
16825 l
16826 \emph default
16827
16828 \emph on
16829 m
16830 \emph default
16831
16832 \emph on
16833 p
16834 \emph default
16835
16836 \emph on
16837 r
16838 \emph default
16839 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16840 \end_layout
16841
16842 \begin_layout Standard
16843 \begin_inset VSpace medskip
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Standard
16850 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16851 \end_layout
16852
16853 \begin_layout Standard
16854
16855 \series bold
16856
16857 \backslash
16858 newcolumntype{M}[1]{>{
16859 \backslash
16860 centering
16861 \backslash
16862 hspace{0pt}}m{#1}}
16863 \end_layout
16864
16865 \begin_layout Standard
16866 ここで
16867 \series bold
16868
16869 \backslash
16870 hspace{0pt}
16871 \series default
16872 は、第
16873 \begin_inset CommandInset ref
16874 LatexCommand ref
16875 reference "sub:複数行"
16876
16877 \end_inset
16878
16879 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
16880 \end_layout
16881
16882 \begin_layout Standard
16883
16884 \series bold
16885 M{width}
16886 \end_layout
16887
16888 \begin_layout Standard
16889 と入力するだけですみます。
16890 \end_layout
16891
16892 \begin_layout Standard
16893 \begin_inset VSpace bigskip
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \begin_layout Standard
16900 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
16901 \end_layout
16902
16903 \begin_layout Standard
16904
16905 \series bold
16906
16907 \backslash
16908 newcolumntype{S}[2]{>{
16909 \backslash
16910 centering
16911 \backslash
16912 hspace{0pt}}
16913 \begin_inset Newline newline
16914 \end_inset
16915
16916
16917 \begin_inset Phantom HPhantom
16918 status open
16919
16920 \begin_layout Plain Layout
16921
16922 \series bold
16923
16924 \backslash
16925 newcolumntype
16926 \end_layout
16927
16928 \end_inset
16929
16930 m{(#1+(2
16931 \backslash
16932 tabcolsep+
16933 \backslash
16934 arrayrulewidth)*(1-#2))/#2}}
16935 \end_layout
16936
16937 \begin_layout Standard
16938 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
16939 \begin_inset CommandInset ref
16940 LatexCommand eqref
16941 reference "eq:Wgn"
16942
16943 \end_inset
16944
16945 式を使用しています。
16946 \end_layout
16947
16948 \begin_layout Standard
16949 こうしておけば、当該セルのLaTeX引数に
16950 \end_layout
16951
16952 \begin_layout Standard
16953
16954 \series bold
16955 S{連結列セルの幅}{連結列セルがまたがる列の数}
16956 \end_layout
16957
16958 \begin_layout Standard
16959 と入力するだけですみます。
16960 \end_layout
16961
16962 \begin_layout Standard
16963 \begin_inset VSpace bigskip
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \begin_layout Standard
16970 色付き列については、以下のように定義するとよいでしょう。
16971 \end_layout
16972
16973 \begin_layout Standard
16974
16975 \series bold
16976
16977 \backslash
16978 newcolumntype{K}[1]{>{
16979 \backslash
16980 columncolor{#1}
16981 \backslash
16982 hspace{0pt}}c}
16983 \end_layout
16984
16985 \begin_layout Standard
16986 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
16987 \end_layout
16988
16989 \begin_layout Standard
16990
16991 \series bold
16992 K{色名}
16993 \end_layout
16994
16995 \begin_layout Standard
16996 と入力します。
16997 \end_layout
16998
16999 \begin_layout Standard
17000 \begin_inset VSpace bigskip
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \begin_layout Standard
17007
17008 \begin_inset CommandInset ref
17009 LatexCommand ref
17010 reference "tab:ユーザー定義の表書式"
17011
17012 \end_inset
17013
17014 を生成するには、第1列と連結列にLaTeX引数として
17015 \end_layout
17016
17017 \begin_layout Standard
17018
17019 \series bold
17020 M{2.5cm}
17021 \end_layout
17022
17023 \begin_layout Standard
17024 を指定し、最終列に
17025 \end_layout
17026
17027 \begin_layout Standard
17028
17029 \series bold
17030 K{red}
17031 \end_layout
17032
17033 \begin_layout Standard
17034 そして第2列の各セルに
17035 \end_layout
17036
17037 \begin_layout Standard
17038
17039 \series bold
17040 S{2.5cm}{2}
17041 \end_layout
17042
17043 \begin_layout Standard
17044 と指定します。
17045 \end_layout
17046
17047 \begin_layout Standard
17048 \begin_inset Float table
17049 placement h
17050 wide false
17051 sideways false
17052 status open
17053
17054 \begin_layout Plain Layout
17055 \begin_inset Caption
17056
17057 \begin_layout Plain Layout
17058 \begin_inset CommandInset label
17059 LatexCommand label
17060 name "tab:ユーザー定義の表書式"
17061
17062 \end_inset
17063
17064 ユーザー定義の表書式を使用した表
17065 \end_layout
17066
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \begin_layout Plain Layout
17073 \align center
17074 \begin_inset Tabular
17075 <lyxtabular version="3" rows="3" columns="4">
17076 <features tabularvalignment="middle">
17077 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17078 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17079 <column alignment="center" valignment="middle" width="0">
17080 <column alignment="center" valignment="middle" width="0" special="K{red}">
17081 <row>
17082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 とても長い表セル中の単語
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 複数行の連結列
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 c
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 d
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 e
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 f
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151 g
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 </row>
17157 <row>
17158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 h
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 i
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 j
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 k
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 </lyxtabular>
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \begin_layout Subsection
17208 罫線幅
17209 \begin_inset CommandInset label
17210 LatexCommand label
17211 name "sub:罫線幅"
17212
17213 \end_inset
17214
17215
17216 \begin_inset Index idx
17217 status collapsed
17218
17219 \begin_layout Plain Layout
17220 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17221 \end_layout
17222
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \begin_layout Standard
17229 表中のすべての罫線の罫線幅を調整するには、長さ
17230 \series bold
17231
17232 \backslash
17233 arrayrulewidth
17234 \series default
17235 を使用します。たとえば、表
17236 \begin_inset CommandInset ref
17237 LatexCommand ref
17238 reference "tab:Table-with-1.5"
17239
17240 \end_inset
17241
17242 のように罫線幅を1.5
17243 \begin_inset space \thinspace{}
17244 \end_inset
17245
17246 ptにするには、表や表フロートの前にTeXコードで
17247 \end_layout
17248
17249 \begin_layout Standard
17250
17251 \series bold
17252
17253 \backslash
17254 setlength{
17255 \backslash
17256 arrayrulewidth}{1.5pt}
17257 \end_layout
17258
17259 \begin_layout Standard
17260 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17261 \series bold
17262
17263 \backslash
17264 arrayrulewidth
17265 \series default
17266 を0.4
17267 \begin_inset space \thinspace{}
17268 \end_inset
17269
17270 ptに設定してください。
17271 \end_layout
17272
17273 \begin_layout Standard
17274 \begin_inset ERT
17275 status collapsed
17276
17277 \begin_layout Plain Layout
17278
17279
17280 \backslash
17281 setlength{
17282 \backslash
17283 arrayrulewidth}{1.5pt}
17284 \end_layout
17285
17286 \end_inset
17287
17288
17289 \begin_inset Float table
17290 wide false
17291 sideways false
17292 status open
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Caption
17296
17297 \begin_layout Plain Layout
17298 \begin_inset CommandInset label
17299 LatexCommand label
17300 name "tab:Table-with-1.5"
17301
17302 \end_inset
17303
17304 1.5
17305 \begin_inset space \thinspace{}
17306 \end_inset
17307
17308 pt幅罫線の表
17309 \end_layout
17310
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \begin_layout Plain Layout
17317 \align center
17318 \begin_inset Tabular
17319 <lyxtabular version="3" rows="3" columns="3">
17320 <features tabularvalignment="middle">
17321 <column alignment="center" valignment="top" width="0">
17322 <column alignment="center" valignment="top" width="0">
17323 <column alignment="center" valignment="top" width="0">
17324 <row>
17325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 sd
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row>
17354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 sd
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 <row>
17383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 sd
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 </lyxtabular>
17412
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \end_inset
17419
17420
17421 \begin_inset ERT
17422 status collapsed
17423
17424 \begin_layout Plain Layout
17425
17426
17427 \backslash
17428 setlength{
17429 \backslash
17430 arrayrulewidth}{0.4pt}
17431 \end_layout
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439 \begin_inset VSpace bigskip
17440 \end_inset
17441
17442
17443 \begin_inset CommandInset ref
17444 LatexCommand ref
17445 reference "tab:1.5pt幅横罫"
17446
17447 \end_inset
17448
17449 のように横罫だけを1.5
17450 \begin_inset space \thinspace{}
17451 \end_inset
17452
17453 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17454 \end_layout
17455
17456 \begin_layout Standard
17457
17458 \series bold
17459
17460 \backslash
17461 let
17462 \backslash
17463 myHline
17464 \backslash
17465 hline
17466 \begin_inset Newline newline
17467 \end_inset
17468
17469
17470 \backslash
17471 renewcommand{
17472 \backslash
17473 hline}
17474 \begin_inset Newline newline
17475 \end_inset
17476
17477  {
17478 \backslash
17479 noalign{
17480 \backslash
17481 global
17482 \backslash
17483 arrayrulewidth 1.5pt}
17484 \begin_inset Newline newline
17485 \end_inset
17486
17487  
17488 \backslash
17489 myHline
17490 \backslash
17491 noalign{
17492 \backslash
17493 global
17494 \backslash
17495 arrayrulewidth 0.4pt}}
17496 \end_layout
17497
17498 \begin_layout Standard
17499 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17500 \end_layout
17501
17502 \begin_layout Standard
17503
17504 \series bold
17505
17506 \backslash
17507 renewcommand{
17508 \backslash
17509 hline}{
17510 \backslash
17511 myHline}
17512 \end_layout
17513
17514 \begin_layout Standard
17515 \begin_inset ERT
17516 status collapsed
17517
17518 \begin_layout Plain Layout
17519
17520
17521 \backslash
17522 let
17523 \backslash
17524 myHline
17525 \backslash
17526 hline
17527 \end_layout
17528
17529 \begin_layout Plain Layout
17530
17531
17532 \backslash
17533 renewcommand{
17534 \backslash
17535 hline}
17536 \end_layout
17537
17538 \begin_layout Plain Layout
17539
17540  {
17541 \backslash
17542 noalign{
17543 \backslash
17544 global
17545 \backslash
17546 arrayrulewidth 1.5pt}
17547 \end_layout
17548
17549 \begin_layout Plain Layout
17550
17551   
17552 \backslash
17553 myHline
17554 \backslash
17555 noalign{
17556 \backslash
17557 global
17558 \backslash
17559 arrayrulewidth 0.4pt}}
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \begin_inset Float table
17566 wide false
17567 sideways false
17568 status open
17569
17570 \begin_layout Plain Layout
17571 \begin_inset Caption
17572
17573 \begin_layout Plain Layout
17574 \begin_inset CommandInset label
17575 LatexCommand label
17576 name "tab:1.5pt幅横罫"
17577
17578 \end_inset
17579
17580 1.5
17581 \begin_inset space \thinspace{}
17582 \end_inset
17583
17584 pt幅横罫の表
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \begin_layout Plain Layout
17593 \align center
17594 \begin_inset Tabular
17595 <lyxtabular version="3" rows="3" columns="3">
17596 <features tabularvalignment="middle">
17597 <column alignment="center" valignment="top" width="0">
17598 <column alignment="center" valignment="top" width="0">
17599 <column alignment="center" valignment="top" width="0">
17600 <row>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 sd
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 <row>
17630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 sd
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 </row>
17658 <row>
17659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681 sd
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 </row>
17687 </lyxtabular>
17688
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \end_inset
17695
17696
17697 \begin_inset ERT
17698 status collapsed
17699
17700 \begin_layout Plain Layout
17701
17702
17703 \backslash
17704 renewcommand{
17705 \backslash
17706 hline}{
17707 \backslash
17708 myHline}
17709 \end_layout
17710
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \begin_layout Standard
17717 \begin_inset VSpace bigskip
17718 \end_inset
17719
17720 縦罫だけを1.5
17721 \begin_inset space \thinspace{}
17722 \end_inset
17723
17724 pt幅にするには、第
17725 \begin_inset CommandInset ref
17726 LatexCommand ref
17727 reference "sub:自製書式"
17728
17729 \end_inset
17730
17731 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17732 \end_layout
17733
17734 \begin_layout Standard
17735
17736 \series bold
17737
17738 \backslash
17739 newcolumntype{V}{!{
17740 \backslash
17741 vrule width 1.5pt}}
17742 \end_layout
17743
17744 \begin_layout Standard
17745
17746 \begin_inset CommandInset ref
17747 LatexCommand ref
17748 reference "tab:1.5pt幅縦罫"
17749
17750 \end_inset
17751
17752 を作るには、最右列にLaTeX引数
17753 \end_layout
17754
17755 \begin_layout Standard
17756
17757 \series bold
17758 VcV
17759 \end_layout
17760
17761 \begin_layout Standard
17762 を指定し、他の列には
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768 Vc
17769 \end_layout
17770
17771 \begin_layout Standard
17772 を指定します。
17773 \end_layout
17774
17775 \begin_layout Standard
17776 \begin_inset Float table
17777 wide false
17778 sideways false
17779 status open
17780
17781 \begin_layout Plain Layout
17782 \begin_inset Caption
17783
17784 \begin_layout Plain Layout
17785 \begin_inset CommandInset label
17786 LatexCommand label
17787 name "tab:1.5pt幅縦罫"
17788
17789 \end_inset
17790
17791 1.5
17792 \begin_inset space \thinspace{}
17793 \end_inset
17794
17795 pt幅縦罫の表
17796 \end_layout
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Plain Layout
17804 \align center
17805 \begin_inset Tabular
17806 <lyxtabular version="3" rows="3" columns="3">
17807 <features tabularvalignment="middle">
17808 <column alignment="center" valignment="top" width="0" special="Vc">
17809 <column alignment="center" valignment="top" width="0" special="Vc">
17810 <column alignment="center" valignment="top" width="0" special="VcV">
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 sd
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 </row>
17840 <row>
17841 <cell alignment="center" valignment="top" topline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" topline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 sd
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" topline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 </row>
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892 sd
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 </row>
17898 </lyxtabular>
17899
17900 \end_inset
17901
17902
17903 \end_layout
17904
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \begin_layout Subsection
17911 点罫
17912 \begin_inset Index idx
17913 status collapsed
17914
17915 \begin_layout Plain Layout
17916 ひょうのちょうせい@表の調整 ! てんけい@点罫
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \begin_layout Standard
17925 \begin_inset ERT
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929
17930
17931 \backslash
17932 ifarydshln
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \begin_inset Note Note
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Standard
17951 \begin_inset Float table
17952 placement H
17953 wide false
17954 sideways false
17955 status open
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Caption
17959
17960 \begin_layout Plain Layout
17961 \begin_inset CommandInset label
17962 LatexCommand label
17963 name "tab:点罫表"
17964
17965 \end_inset
17966
17967 点罫を使用した表
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Plain Layout
17976 \align center
17977 \begin_inset Tabular
17978 <lyxtabular version="3" rows="5" columns="5">
17979 <features tabularvalignment="middle">
17980 <column alignment="center" valignment="top" width="0">
17981 <column alignment="center" valignment="top" width="0">
17982 <column alignment="center" valignment="top" width="0" special=":c">
17983 <column alignment="center" valignment="top" width="0">
17984 <column alignment="center" valignment="top" width="0">
17985 <row>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 </row>
18032 <row>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037
18038 \end_layout
18039
18040 \end_inset
18041 </cell>
18042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 <cell alignment="center" valignment="top" topline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 <row>
18080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 \begin_inset ERT
18085 status collapsed
18086
18087 \begin_layout Plain Layout
18088
18089
18090 \backslash
18091 hdashline 
18092 \end_layout
18093
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 </row>
18138 <row>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 \begin_inset ERT
18144 status collapsed
18145
18146 \begin_layout Plain Layout
18147
18148
18149 \backslash
18150 cdashline{4-5}
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 <row>
18198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
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" rightline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 </row>
18244 </lyxtabular>
18245
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \begin_layout Standard
18257 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18258 \end_layout
18259
18260 \begin_layout Standard
18261
18262 \series bold
18263
18264 \backslash
18265 usepackage{arydshln}
18266 \end_layout
18267
18268 \begin_layout Standard
18269 というコマンドを書き、LaTeXパッケージの
18270 \series bold
18271 arydshln
18272 \series default
18273
18274 \begin_inset Index idx
18275 status collapsed
18276
18277 \begin_layout Plain Layout
18278 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18279 \end_layout
18280
18281 \end_inset
18282
18283 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18284 \end_layout
18285
18286 \begin_layout Standard
18287 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18288 \end_layout
18289
18290 \begin_layout Standard
18291
18292 \series bold
18293
18294 \backslash
18295 hdashline
18296 \end_layout
18297
18298 \begin_layout Standard
18299 というコマンドを加えてください。
18300 \end_layout
18301
18302 \begin_layout Standard
18303 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18304 \end_layout
18305
18306 \begin_layout Standard
18307
18308 \series bold
18309
18310 \backslash
18311 cdashline{列番号
18312 \series default
18313 }
18314 \end_layout
18315
18316 \begin_layout Standard
18317 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18318 \end_layout
18319
18320 \begin_layout Standard
18321
18322 \series bold
18323
18324 \backslash
18325 cdashline{2-4}
18326 \end_layout
18327
18328 \begin_layout Standard
18329 なるコマンドを置いてください。
18330 \end_layout
18331
18332 \begin_layout Standard
18333 \begin_inset VSpace bigskip
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340
18341 \begin_inset CommandInset ref
18342 LatexCommand ref
18343 reference "tab:点罫表"
18344
18345 \end_inset
18346
18347 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18348 \series bold
18349
18350 \backslash
18351 hdashlineが挿れられており、第3行の最初のセルには、
18352 \series default
18353 TeXコードのコマンド
18354 \begin_inset Newline newline
18355 \end_inset
18356
18357  
18358 \series bold
18359
18360 \backslash
18361 cdashline{4-5}が挿れられています。
18362 \end_layout
18363
18364 \begin_layout Standard
18365 \begin_inset Note Greyedout
18366 status open
18367
18368 \begin_layout Plain Layout
18369
18370 \series bold
18371 【註】
18372 \series default
18373 ここで用いられているLaTeXパッケージ
18374 \series bold
18375 arydshln
18376 \series default
18377 は、第
18378 \begin_inset CommandInset ref
18379 LatexCommand ref
18380 reference "sec:色付きの表"
18381
18382 \end_inset
18383
18384 節の色付き表で用いられているLaTeXパッケージ
18385 \series bold
18386 colortbl
18387 \series default
18388
18389 \begin_inset Index idx
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18394 \end_layout
18395
18396 \end_inset
18397
18398 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 else
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \begin_inset Note Note
18421 status open
18422
18423 \begin_layout Plain Layout
18424 以下は、LaTeXパッケージ
18425 \series bold
18426 arydshln
18427 \series default
18428 が導入済みでないときに表示されます。
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Standard
18437 本節の内容を出力に表示するためには、
18438 \series bold
18439 arydshln
18440 \series default
18441 パッケージを導入しなくてはなりません。
18442 \end_layout
18443
18444 \begin_layout Standard
18445 \begin_inset ERT
18446 status collapsed
18447
18448 \begin_layout Plain Layout
18449
18450
18451 \backslash
18452 fi
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Chapter
18461 フロート
18462 \begin_inset Index idx
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466 ふろーと@フロート
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \end_layout
18473
18474 \begin_layout Section
18475 はじめに
18476 \begin_inset CommandInset label
18477 LatexCommand label
18478 name "sec:フロートはじめに"
18479
18480 \end_inset
18481
18482
18483 \begin_inset Index idx
18484 status collapsed
18485
18486 \begin_layout Plain Layout
18487 ふろーと@フロート ! はじめに
18488 \end_layout
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \begin_layout Standard
18496 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18497 ート)ことができます。
18498 \family sans
18499 脚注
18500 \family default
18501
18502 \family sans
18503 傍注
18504 \family default
18505 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18506 \end_layout
18507
18508 \begin_layout Standard
18509 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18510 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18511 ートには連番が割り当てられます。参照については、第
18512 \begin_inset CommandInset ref
18513 LatexCommand ref
18514 reference "sec:フロートの参照"
18515
18516 \end_inset
18517
18518 節で述べられています。
18519 \end_layout
18520
18521 \begin_layout Standard
18522 フロートを挿入するには、
18523 \family sans
18524 挿入\SpecialChar \menuseparator
18525 フロート
18526 \family default
18527 メニューを使えば、ラベルのついたボックスすなわち
18528 \family sans
18529 キャプション
18530 \family default
18531 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18532 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18533 \begin_inset CommandInset ref
18534 LatexCommand ref
18535 reference "sec:キャプションの配置"
18536
18537 \end_inset
18538
18539 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18540 ます。畳んだフロートボックスは、
18541 \begin_inset Graphics
18542         filename clipart/floatQt4.png
18543         scale 70
18544         scaleBeforeRotation
18545
18546 \end_inset
18547
18548 のように、灰色ボタンに赤字ラベルで表示されます。
18549 \end_layout
18550
18551 \begin_layout Standard
18552 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18553 \end_layout
18554
18555 \begin_layout Standard
18556 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18557 \end_layout
18558
18559 \begin_layout Section
18560 フロート型
18561 \end_layout
18562
18563 \begin_layout Standard
18564 LyXには、第
18565 \begin_inset CommandInset ref
18566 LatexCommand ref
18567 reference "sec:図フロート"
18568
18569 \end_inset
18570
18571 節および第
18572 \begin_inset CommandInset ref
18573 LatexCommand ref
18574 reference "sec:表フロート"
18575
18576 \end_inset
18577
18578 節で各々説明されている図フロートと表フロート以外に、
18579 \series bold
18580 アルゴリズム型
18581 \series default
18582
18583 \series bold
18584 折返し型
18585 \series default
18586 のフロート型があります。
18587 \end_layout
18588
18589 \begin_layout Subsection
18590 アルゴリズムフロート
18591 \begin_inset Index idx
18592 status collapsed
18593
18594 \begin_layout Plain Layout
18595 ふろーと@フロート ! あるごりずむ@アルゴリズム
18596 \end_layout
18597
18598 \end_inset
18599
18600
18601 \end_layout
18602
18603 \begin_layout Standard
18604 \begin_inset Float algorithm
18605 placement h
18606 wide false
18607 sideways false
18608 status open
18609
18610 \begin_layout Plain Layout
18611 \begin_inset Caption
18612
18613 \begin_layout Plain Layout
18614 \begin_inset CommandInset label
18615 LatexCommand label
18616 name "alg:アルゴリズムフロートの例"
18617
18618 \end_inset
18619
18620 アルゴリズムフロートの例
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \end_layout
18627
18628 \begin_layout LyX-Code
18629 for I in 1..N loop
18630 \begin_inset Newline newline
18631 \end_inset
18632
18633  Sum:= Sum + A(I); /*comment*/
18634 \begin_inset Newline newline
18635 \end_inset
18636
18637 end loop
18638 \begin_inset VSpace -4mm
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \end_inset
18645
18646
18647 \end_layout
18648
18649 \begin_layout Standard
18650 このフロート型は、
18651 \family sans
18652 挿入
18653 \shape up
18654 \SpecialChar \menuseparator
18655 フロート\SpecialChar \menuseparator
18656 アルゴリズム
18657 \family default
18658 \shape default
18659 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18660 \begin_inset CommandInset ref
18661 LatexCommand ref
18662 reference "cha:プログラムコードリスト"
18663
18664 \end_inset
18665
18666 章で説明されているプログラムコードリストの代わりとみなすことができます。
18667 \emph on
18668 LyXユーザーの手引き
18669 \emph default
18670 に述べられているように、アルゴリズム向けの環境としては、
18671 \family sans
18672 LyXコード
18673 \family default
18674 があります。 アルゴリズム
18675 \begin_inset CommandInset ref
18676 LatexCommand ref
18677 reference "alg:アルゴリズムフロートの例"
18678
18679 \end_inset
18680
18681 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18682 \begin_inset space \thinspace{}
18683 \end_inset
18684
18685 mmの垂直空白が入れてあります。
18686 \end_layout
18687
18688 \begin_layout Standard
18689 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18690 \end_layout
18691
18692 \begin_layout Standard
18693
18694 \series bold
18695
18696 \backslash
18697 floatname{algorithm}{付けたい名称}
18698 \end_layout
18699
18700 \begin_layout Standard
18701 という行を手動で加える必要があります。ここで
18702 \family sans
18703 \series bold
18704 付けたい名称
18705 \family default
18706 \series default
18707 には、お使いの言語で「
18708 \emph on
18709 algorithm
18710 \emph default
18711 」に対応する単語を指定します。
18712 \end_layout
18713
18714 \begin_layout Standard
18715 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18716 \family sans
18717 挿入\SpecialChar \menuseparator
18718 一覧/目次\SpecialChar \menuseparator
18719 アルゴリズム一覧
18720 \family default
18721 メニューを使用します。それ以外の場合には、代わりに
18722 \end_layout
18723
18724 \begin_layout Standard
18725
18726 \series bold
18727
18728 \backslash
18729 listof{algorithm}{付けたい名称}
18730 \end_layout
18731
18732 \begin_layout Standard
18733 というコマンドをTeXコードとして用います。ここで
18734 \family sans
18735 付けたい名称
18736 \family default
18737 とは、「
18738 \emph on
18739 List of Algorithm
18740 \emph default
18741 s」という単語に相当する、ご使用になりたい言語での単語です。
18742 \end_layout
18743
18744 \begin_layout Standard
18745 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18746 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18747 \end_layout
18748
18749 \begin_layout Standard
18750
18751 \series bold
18752
18753 \backslash
18754 numberwithin{algorithm}{chapter}
18755 \end_layout
18756
18757 \begin_layout Standard
18758 というコマンドを追加してください。
18759 \series bold
18760
18761 \backslash
18762 numberwithin
18763 \series default
18764 というコマンドを使用するには、文書設定の
18765 \family sans
18766 数式オプション
18767 \family default
18768 タブで
18769 \family sans
18770 AMS mathパッケージを使用する
18771 \family default
18772 オプションを有効にしてください。
18773 \end_layout
18774
18775 \begin_layout Subsection
18776 折返しフロート
18777 \begin_inset Index idx
18778 status collapsed
18779
18780 \begin_layout Plain Layout
18781 ふろーと@フロート ! おりかえしふろーと@折返しフロート
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \begin_layout Standard
18790 \begin_inset Wrap figure
18791 lines 0
18792 placement l
18793 overhang 1cm
18794 width "40col%"
18795 status open
18796
18797 \begin_layout Plain Layout
18798 \begin_inset Graphics
18799         filename ../clipart/mobius.eps
18800         width 40col%
18801         scaleBeforeRotation
18802         rotateOrigin center
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Plain Layout
18810 \begin_inset Caption
18811
18812 \begin_layout Plain Layout
18813 \begin_inset CommandInset label
18814 LatexCommand label
18815 name "fig:折返し図フロート"
18816
18817 \end_inset
18818
18819 これは折返し図フロートです。
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \end_inset
18828
18829 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
18830 \series bold
18831 wrapfig
18832 \series default
18833
18834 \begin_inset Index idx
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
18839 \end_layout
18840
18841 \end_inset
18842
18843 を導入済みであれば、
18844 \family sans
18845 挿入\SpecialChar \menuseparator
18846 フロート\SpecialChar \menuseparator
18847 折返し図フロート
18848 \family default
18849
18850 \family sans
18851 折返し表フロート
18852 \family default
18853 メニューで挿入することができます
18854 \begin_inset Foot
18855 status collapsed
18856
18857 \begin_layout Plain Layout
18858 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
18859 \end_layout
18860
18861 \end_inset
18862
18863 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
18864 \family sans
18865 配置
18866 \family default
18867
18868 \family sans
18869
18870 \family default
18871 です。非必須項目として、
18872 \family sans
18873 ぶら下げ
18874 \family default
18875
18876 \family sans
18877 行幅
18878 \family default
18879 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
18880 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
18881 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
18882 \begin_inset CommandInset ref
18883 LatexCommand ref
18884 reference "fig:折返し図フロート"
18885
18886 \end_inset
18887
18888 図は、40
18889 \begin_inset space \thinspace{}
18890 \end_inset
18891
18892 列幅%の幅と1
18893 \begin_inset space \thinspace{}
18894 \end_inset
18895
18896 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
18897 \begin_inset Foot
18898 status collapsed
18899
18900 \begin_layout Plain Layout
18901 使うことのできる単位は付録
18902 \begin_inset CommandInset ref
18903 LatexCommand ref
18904 reference "cha:LyXで使用できる単位"
18905
18906 \end_inset
18907
18908 に収録してあります。
18909 \end_layout
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \begin_layout Standard
18917 \begin_inset Note Greyedout
18918 status open
18919
18920 \begin_layout Plain Layout
18921
18922 \series bold
18923 【註】
18924 \series default
18925 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
18926 上書きされて出力されたりします。
18927 \end_layout
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \begin_layout Standard
18935 原則として、
18936 \end_layout
18937
18938 \begin_layout Itemize
18939 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
18940 うになってから、正確な位置に挿入しなくてはなりません。
18941 \end_layout
18942
18943 \begin_layout Itemize
18944 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
18945 \end_layout
18946
18947 \begin_layout Itemize
18948 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
18949 \end_layout
18950
18951 \begin_layout Itemize
18952 折返しフロートは、節見出しや表中に入れることは認められていません。
18953 \end_layout
18954
18955 \begin_layout Section
18956 フロートの連番
18957 \begin_inset Index idx
18958 status collapsed
18959
18960 \begin_layout Plain Layout
18961 ふろーと@フロート ! れんばん@連番
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Standard
18970 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18971 て変わります。
18972 \end_layout
18973
18974 \begin_layout Standard
18975 節から独立して付けられている連番を変更するには、文書プリアンブルで
18976 \end_layout
18977
18978 \begin_layout Standard
18979
18980 \series bold
18981
18982 \backslash
18983 renewcommand{
18984 \backslash
18985 thetable}{
18986 \backslash
18987 roman{table}}
18988 \end_layout
18989
18990 \begin_layout Standard
18991
18992 \series bold
18993 というコマンドを使うと良いでしょう。
18994 \backslash
18995 thetable
18996 \series default
18997 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18998 \series bold
18999
19000 \backslash
19001 thefigure
19002 \series default
19003 コマンドを使用します。上のコマンドで使用されている
19004 \series bold
19005
19006 \backslash
19007 roman
19008 \series default
19009 は、表番号を小文字のローマ数字で印字するコマンドです。
19010 \end_layout
19011
19012 \begin_layout Standard
19013 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
19014 \end_layout
19015
19016 \begin_layout Standard
19017
19018 \series bold
19019
19020 \backslash
19021 numberwithin{table}{subsection}
19022 \end_layout
19023
19024 \begin_layout Standard
19025 というコマンドを使用してください。
19026 \series bold
19027
19028 \backslash
19029 numberwithin
19030 \series default
19031 コマンドを使用可能にするためには、文書設定の
19032 \family sans
19033 数式オプション
19034 \family default
19035 タブで、
19036 \family sans
19037 AMS
19038 \begin_inset space ~
19039 \end_inset
19040
19041 math数式パッケージを使用する
19042 \family default
19043 を使用します。
19044 \end_layout
19045
19046 \begin_layout Standard
19047 連番コマンドについての詳細と大切な注意点については、第
19048 \begin_inset CommandInset ref
19049 LatexCommand ref
19050 reference "sub:脚注の付番"
19051
19052 \end_inset
19053
19054 節もご覧ください。
19055 \end_layout
19056
19057 \begin_layout Section
19058 フロートの参照
19059 \begin_inset CommandInset label
19060 LatexCommand label
19061 name "sec:フロートの参照"
19062
19063 \end_inset
19064
19065
19066 \begin_inset Index idx
19067 status collapsed
19068
19069 \begin_layout Plain Layout
19070 ふろーと@フロート ! さんしょう@参照
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \begin_inset Index idx
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \begin_layout Standard
19089 フロートを参照するには、
19090 \family sans
19091 挿入\SpecialChar \menuseparator
19092 ラベル
19093 \family default
19094 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19095 \begin_inset Graphics
19096         filename ../clipart/labelQt4.png
19097         scale 85
19098         scaleBeforeRotation
19099
19100 \end_inset
19101
19102 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19103 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19104 \family sans
19105 fig:
19106 \family default
19107 」という前置句がつけられます。
19108 \end_layout
19109
19110 \begin_layout Standard
19111 ラベルは、参照のための名称兼位置標として用いられます。
19112 \family sans
19113 挿入\SpecialChar \menuseparator
19114 相互参照
19115 \family default
19116 メニューかツールバーボタン
19117 \begin_inset Graphics
19118         filename ../../images/dialog-show-new-inset_ref.png
19119         scale 85
19120         scaleBeforeRotation
19121
19122 \end_inset
19123
19124 を使えば、ラベルを参照することができます。
19125 \begin_inset Graphics
19126         filename clipart/referenceQt4.png
19127         scale 85
19128         scaleBeforeRotation
19129
19130 \end_inset
19131
19132 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19133 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19134 れます。
19135 \end_layout
19136
19137 \begin_layout Standard
19138 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19139 出力では、参照の代わりに二つの疑問符が表示されることになります。
19140 \end_layout
19141
19142 \begin_layout Standard
19143 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19144 で、リンクの更新に手間を割く必要はありません。
19145 \end_layout
19146
19147 \begin_layout Standard
19148 相互参照ウィンドウの
19149 \family sans
19150 ラベルへ移動
19151 \family default
19152 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19153 \family sans
19154 戻る
19155 \family default
19156 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19157 この場合には元に戻ることができません。
19158 \end_layout
19159
19160 \begin_layout Subsection
19161 相互参照の書式
19162 \begin_inset CommandInset label
19163 LatexCommand label
19164 name "sub:相互参照の書式"
19165
19166 \end_inset
19167
19168
19169 \begin_inset Index idx
19170 status collapsed
19171
19172 \begin_layout Plain Layout
19173 さんしょう@参照 ! しょしき@書式
19174 \end_layout
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \begin_layout Standard
19182 相互参照には、以下の6種類があります。
19183 \end_layout
19184
19185 \begin_layout Description
19186 <参照>: これはフロート番号を表示します。これが既定値です。例:
19187 \begin_inset CommandInset ref
19188 LatexCommand ref
19189 reference "fig:歪められた二つの像"
19190
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \begin_layout Description
19197 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19198 例:
19199 \begin_inset CommandInset ref
19200 LatexCommand eqref
19201 reference "eq:Wgn"
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Description
19209 <参照ページ>: これはページ番号を表示します。例:Page
19210 \begin_inset space ~
19211 \end_inset
19212
19213
19214 \begin_inset CommandInset ref
19215 LatexCommand pageref
19216 reference "fig:歪められた二つの像"
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \begin_layout Description
19224 on
19225 \begin_inset space ~
19226 \end_inset
19227
19228 page
19229 \begin_inset space ~
19230 \end_inset
19231
19232 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19233 \begin_inset CommandInset ref
19234 LatexCommand vpageref
19235 reference "fig:歪められた二つの像"
19236
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \begin_layout Description
19243 <参照>
19244 \begin_inset space ~
19245 \end_inset
19246
19247 on
19248 \begin_inset space ~
19249 \end_inset
19250
19251 page
19252 \begin_inset space ~
19253 \end_inset
19254
19255 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19256 \begin_inset CommandInset ref
19257 LatexCommand vref
19258 reference "fig:歪められた二つの像"
19259
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Description
19266 整形された参照: これは自製の相互参照書式で出力します。
19267 \begin_inset Newline newline
19268 \end_inset
19269
19270
19271 \begin_inset Note Greyedout
19272 status open
19273
19274 \begin_layout Plain Layout
19275 【註】この機能は、LaTeXパッケージ
19276 \series bold
19277 prettyref
19278 \series default
19279 または
19280 \series bold
19281 refstyle
19282 \series default
19283 が導入されている場合のみ使用することができます。
19284 \begin_inset Index idx
19285 status collapsed
19286
19287 \begin_layout Plain Layout
19288 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \begin_inset Index idx
19295 status collapsed
19296
19297 \begin_layout Plain Layout
19298 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \begin_inset Newline newline
19310 \end_inset
19311
19312 メニュー
19313 \family sans
19314 文書\SpecialChar \menuseparator
19315 設定\SpecialChar \menuseparator
19316 文書クラス
19317 \family default
19318 でオプション
19319 \family sans
19320 相互参照に(prettyrefではなく)refstyleを使用
19321 \family default
19322 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19323 \series bold
19324
19325 \backslash
19326 newrefformat
19327 \series default
19328 コマンド(prettyrefの場合)あるいは
19329 \series bold
19330
19331 \backslash
19332 newref
19333 \series default
19334 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19335 \family sans
19336 fig
19337 \family default
19338 」を持ちます)をすべて定義し直すには、
19339 \begin_inset Newline newline
19340 \end_inset
19341
19342
19343 \series bold
19344
19345 \backslash
19346 newref{fig}{refcmd={Image on page 
19347 \backslash
19348 pageref{#1}}}
19349 \begin_inset Newline newline
19350 \end_inset
19351
19352
19353 \series default
19354 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19355 \begin_inset CommandInset citation
19356 LatexCommand cite
19357 key "prettyref,refstyle"
19358
19359 \end_inset
19360
19361 をご覧ください。
19362 \end_layout
19363
19364 \begin_layout Description
19365 名称参照: これは、右のように参照のキャプションを出力します。 
19366 \begin_inset CommandInset ref
19367 LatexCommand nameref
19368 reference "fig:歪められた二つの像"
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \begin_layout Standard
19376
19377 \family sans
19378 <参照ページ>
19379 \family default
19380 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19381 \family sans
19382 on this page
19383 \family default
19384 」のような文章が表示されます。様式
19385 \family sans
19386 <参照> on page <参照ページ>
19387 \family default
19388 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19389 \end_layout
19390
19391 \begin_layout Standard
19392 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19393 \family sans
19394 書式
19395 \family default
19396 フィールドで選ぶことができます。
19397 \end_layout
19398
19399 \begin_layout Standard
19400 \begin_inset Note Greyedout
19401 status open
19402
19403 \begin_layout Plain Layout
19404
19405 \series bold
19406 Note:
19407 \series default
19408  It is recommended to use the LaTeX-package 
19409 \series bold
19410 refstyle
19411 \series default
19412
19413 \begin_inset Index idx
19414 status collapsed
19415
19416 \begin_layout Plain Layout
19417 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19418 \end_layout
19419
19420 \end_inset
19421
19422  because 
19423 \series bold
19424 prettyref
19425 \series default
19426
19427 \begin_inset Index idx
19428 status collapsed
19429
19430 \begin_layout Plain Layout
19431 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19432 \end_layout
19433
19434 \end_inset
19435
19436  does not know all of LyX's possible label shortcuts
19437 \begin_inset Foot
19438 status collapsed
19439
19440 \begin_layout Plain Layout
19441 \begin_inset Quotes eld
19442 \end_inset
19443
19444 fig:
19445 \begin_inset Quotes erd
19446 \end_inset
19447
19448  is for example LyX's shortcut for labels in figure captions.
19449 \end_layout
19450
19451 \end_inset
19452
19453  and is not internationalized.
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Subsection
19462 参照名の自動命名
19463 \begin_inset Index idx
19464 status collapsed
19465
19466 \begin_layout Plain Layout
19467 さんしょう@参照 ! じどうめいめい@自動命名
19468 \end_layout
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \begin_layout Standard
19476
19477 \family sans
19478 文書設定
19479 \family default
19480 ダイアログの
19481 \family sans
19482 PDF特性
19483 \family default
19484 で有効にされた
19485 \series bold
19486 hyperref
19487 \series default
19488
19489 \begin_inset Index idx
19490 status collapsed
19491
19492 \begin_layout Plain Layout
19493 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19494 \end_layout
19495
19496 \end_inset
19497
19498  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19499 \emph on
19500
19501 \emph default
19502 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19503 の機能を使用するには、hyperrefを有効にして、
19504 \end_layout
19505
19506 \begin_layout Standard
19507
19508 \series bold
19509
19510 \backslash
19511 AtBeginDocument{
19512 \backslash
19513 renewcommand{
19514 \backslash
19515 ref}[1]{
19516 \backslash
19517 mbox{
19518 \backslash
19519 autoref{#1}}}}
19520 \end_layout
19521
19522 \begin_layout Standard
19523 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19524 \begin_inset space \thinspace{}
19525 \end_inset
19526
19527 」としたいなど、既定の参照名以外のものが欲しい場合には、
19528 \end_layout
19529
19530 \begin_layout Standard
19531
19532 \series bold
19533
19534 \backslash
19535 addto
19536 \backslash
19537 extrasenglish{
19538 \backslash
19539 renewcommand{
19540 \backslash
19541 sectionautorefname}
19542 \begin_inset Newline newline
19543 \end_inset
19544
19545
19546 \begin_inset Phantom HPhantom
19547 status open
19548
19549 \begin_layout Plain Layout
19550
19551 \series bold
19552 \begin_inset space ~
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \end_inset
19559
19560 {sec.
19561 \backslash
19562 negthinspace}}
19563 \end_layout
19564
19565 \begin_layout Standard
19566 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19567 \begin_inset Newline newline
19568 \end_inset
19569
19570
19571 \series bold
19572
19573 \backslash
19574 extrasenglishを
19575 \backslash
19576 extras***
19577 \series default
19578 に置き換えてください(***は使用中の言語名)。
19579 \end_layout
19580
19581 \begin_layout Standard
19582 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19583 \end_layout
19584
19585 \begin_layout Standard
19586
19587 \series bold
19588
19589 \backslash
19590 newlength{
19591 \backslash
19592 abc}
19593 \begin_inset Newline newline
19594 \end_inset
19595
19596
19597 \backslash
19598 settowidth{
19599 \backslash
19600 abc}{
19601 \backslash
19602 space}
19603 \begin_inset Newline newline
19604 \end_inset
19605
19606
19607 \backslash
19608 addto
19609 \backslash
19610 extrasenglish{
19611 \backslash
19612 renewcommand{
19613 \backslash
19614 equationautorefname}
19615 \begin_inset Newline newline
19616 \end_inset
19617
19618
19619 \begin_inset Phantom HPhantom
19620 status open
19621
19622 \begin_layout Plain Layout
19623
19624 \series bold
19625 \begin_inset space ~
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632
19633 {
19634 \backslash
19635 hspace{-
19636 \backslash
19637 abc}}
19638 \end_layout
19639
19640 \begin_layout Standard
19641 この話題に関する詳細は、hyperrefの説明書
19642 \begin_inset CommandInset citation
19643 LatexCommand cite
19644 key "hyperref"
19645
19646 \end_inset
19647
19648 をお読みください。
19649 \end_layout
19650
19651 \begin_layout Standard
19652 \begin_inset Note Greyedout
19653 status open
19654
19655 \begin_layout Plain Layout
19656
19657 \series bold
19658 【註】
19659 \series default
19660 参照の自動命名は、相互参照を
19661 \family sans
19662 整形参照
19663 \family default
19664 様式(第
19665 \begin_inset CommandInset ref
19666 LatexCommand ref
19667 reference "sub:相互参照の書式"
19668
19669 \end_inset
19670
19671 節)で使用しているときには、使用することができません。
19672 \end_layout
19673
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \begin_layout Standard
19680 取扱説明書
19681 \emph on
19682 数式篇
19683 \emph default
19684 は、参照の自動命名が使用されている一例です。
19685 \end_layout
19686
19687 \begin_layout Subsection
19688 参照位置
19689 \begin_inset CommandInset label
19690 LatexCommand label
19691 name "sub:参照位置"
19692
19693 \end_inset
19694
19695
19696 \begin_inset Index idx
19697 status collapsed
19698
19699 \begin_layout Plain Layout
19700 さんしょう@参照 ! さんしょういち@参照位置
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \begin_layout Standard
19709
19710 \family sans
19711 文書設定
19712 \family default
19713 ダイアログの
19714 \family sans
19715 PDF特性
19716 \family default
19717 で、
19718 \series bold
19719 hyperref
19720 \series default
19721
19722 \begin_inset Index idx
19723 status collapsed
19724
19725 \begin_layout Plain Layout
19726 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19727 \end_layout
19728
19729 \end_inset
19730
19731 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19732 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19733 \series bold
19734 hyperref
19735 \series default
19736
19737 \begin_inset Index idx
19738 status collapsed
19739
19740 \begin_layout Plain Layout
19741 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19742 \end_layout
19743
19744 \end_inset
19745
19746 の一部である
19747 \series bold
19748 hyperref
19749 \series default
19750
19751 \begin_inset Index idx
19752 status collapsed
19753
19754 \begin_layout Plain Layout
19755 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19756 \end_layout
19757
19758 \end_inset
19759
19760 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19761 \end_layout
19762
19763 \begin_layout Standard
19764
19765 \series bold
19766
19767 \backslash
19768 usepackage[figure]{hypcap}
19769 \end_layout
19770
19771 \begin_layout Standard
19772 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19773 hypcapの説明書
19774 \begin_inset CommandInset citation
19775 LatexCommand cite
19776 key "hypcap"
19777
19778 \end_inset
19779
19780 をご覧ください。
19781 \end_layout
19782
19783 \begin_layout Standard
19784 \begin_inset Note Greyedout
19785 status open
19786
19787 \begin_layout Plain Layout
19788
19789 \series bold
19790 【註】hypcap
19791 \series default
19792 は内部図への参照には効力がありません。
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \begin_layout Section
19801 フロートの配置
19802 \begin_inset CommandInset label
19803 LatexCommand label
19804 name "sec:フロートの配置"
19805
19806 \end_inset
19807
19808
19809 \begin_inset Index idx
19810 status collapsed
19811
19812 \begin_layout Plain Layout
19813 ふろーと@フロート ! はいち@配置
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \begin_layout Standard
19822
19823 \family roman
19824 \series medium
19825 \shape up
19826 \size normal
19827 \emph off
19828 \bar no
19829 \noun off
19830 \color none
19831 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19832 \begin_inset Newline newline
19833 \end_inset
19834
19835
19836 \family sans
19837 \series default
19838 \shape default
19839 \size default
19840 \emph default
19841 \bar default
19842 \noun default
19843 \color inherit
19844 段をまたぐ
19845 \family roman
19846 \series medium
19847 \shape up
19848 \size normal
19849 \emph off
19850 \bar no
19851 \noun off
19852 \color none
19853 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19854 \begin_inset Newline newline
19855 \end_inset
19856
19857
19858 \family sans
19859 \series default
19860 \shape default
19861 \size default
19862 \emph default
19863 \bar default
19864 \noun default
19865 \color inherit
19866 横倒しに回転
19867 \family roman
19868 \series medium
19869 \shape up
19870 \size normal
19871 \emph off
19872 \bar no
19873 \noun off
19874 \color none
19875 オプションは、フロートを回転するのに用います。第
19876 \family default
19877 \series default
19878 \shape default
19879 \size default
19880 \emph default
19881 \bar default
19882 \noun default
19883 \color inherit
19884
19885 \begin_inset CommandInset ref
19886 LatexCommand ref
19887 reference "sec:回転フロート"
19888
19889 \end_inset
19890
19891
19892 \family roman
19893 \series medium
19894 \shape up
19895 \size normal
19896 \emph off
19897 \bar no
19898 \noun off
19899 \color none
19900 節をご参照ください。
19901 \end_layout
19902
19903 \begin_layout Standard
19904
19905 \family roman
19906 \series medium
19907 \shape up
19908 \size normal
19909 \emph off
19910 \bar no
19911 \noun off
19912 \color none
19913 フロートダイアログでは、
19914 \family sans
19915 \series default
19916 \shape default
19917 \size default
19918 \emph default
19919 \bar default
19920 \noun default
19921 \color inherit
19922 既定の配置を使う
19923 \family roman
19924 \series medium
19925 \shape up
19926 \size normal
19927 \emph off
19928 \bar no
19929 \noun off
19930 \color none
19931 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19932 \end_layout
19933
19934 \begin_layout Description
19935 可能ならば現在位置に: 
19936 \family roman
19937 \series medium
19938 \shape up
19939 \size normal
19940 \emph off
19941 \bar no
19942 \noun off
19943 \color none
19944 フロートを挿入位置に配置することを試みます
19945 \end_layout
19946
19947 \begin_layout Description
19948 ページ上部: 
19949 \family roman
19950 \series medium
19951 \shape up
19952 \size normal
19953 \emph off
19954 \bar no
19955 \noun off
19956 \color none
19957 フロートを現在ページの上部に配置することを試みます
19958 \end_layout
19959
19960 \begin_layout Description
19961 ページ下部: 
19962 \family roman
19963 \series medium
19964 \shape up
19965 \size normal
19966 \emph off
19967 \bar no
19968 \noun off
19969 \color none
19970 フロートを現在ページの下部に配置することを試みます
19971 \end_layout
19972
19973 \begin_layout Description
19974 フロートを独立したページに: 
19975 \family roman
19976 \series medium
19977 \shape up
19978 \size normal
19979 \emph off
19980 \bar no
19981 \noun off
19982 \color none
19983 フロートを独立したページに配置することを試みます
19984 \end_layout
19985
19986 \begin_layout Standard
19987 LaTeXは、
19988 \emph on
19989 つねに
19990 \emph default
19991 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19992 \family sans
19993 可能ならば現在位置に
19994 \family default
19995 を試み、次に
19996 \family sans
19997 ページの上部
19998 \family default
19999 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
20000 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
20001 \end_layout
20002
20003 \begin_layout Standard
20004 既定では、各オプションはそれぞれ以下の規則を持っています。
20005 \end_layout
20006
20007 \begin_layout Labeling
20008 \labelwidthstring 00.00.0000
20009
20010 \family sans
20011 ページ上部
20012 \family default
20013  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
20014 \series bold
20015
20016 \backslash
20017 topfraction
20018 \series default
20019 )。
20020 \end_layout
20021
20022 \begin_layout Labeling
20023 \labelwidthstring 00.00.0000
20024
20025 \family sans
20026 ページ下部
20027 \family default
20028  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
20029 \series bold
20030
20031 \backslash
20032 bottomfraction
20033 \series default
20034 )。
20035 \end_layout
20036
20037 \begin_layout Labeling
20038 \labelwidthstring 00.00.0000
20039
20040 \family sans
20041 フロートを独立したページ 
20042 \family default
20043 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20044 \series bold
20045
20046 \backslash
20047 floatpagefraction
20048 \series default
20049 )。
20050 \end_layout
20051
20052 \begin_layout Standard
20053 これらの規則に従いたくないときは、
20054 \family sans
20055 LaTeXの規則を無視する
20056 \family default
20057 オプションを追加することによって、これらを無視することができます。
20058 \begin_inset Newline newline
20059 \end_inset
20060
20061 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20062 、ページの5割に変えるには、文書プリアンブルに
20063 \end_layout
20064
20065 \begin_layout Standard
20066
20067 \series bold
20068
20069 \backslash
20070 renewcommand{
20071 \backslash
20072 bottomfraction}{0.5}
20073 \end_layout
20074
20075 \begin_layout Standard
20076 という行を加えてください。
20077 \end_layout
20078
20079 \begin_layout Standard
20080 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20081 \family sans
20082 何としても現在位置に置く
20083 \family default
20084 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20085 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20086 からです。
20087 \end_layout
20088
20089 \begin_layout Standard
20090 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20091 \end_layout
20092
20093 \begin_layout Standard
20094 \begin_inset VSpace bigskip
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20102 することがあります。この問題を避けるには、LaTeXコマンドの
20103 \backslash
20104 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20105 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20106 \end_layout
20107
20108 \begin_layout Standard
20109
20110 \series bold
20111
20112 \backslash
20113 let
20114 \backslash
20115 mySection
20116 \backslash
20117 section
20118 \begin_inset Newline newline
20119 \end_inset
20120
20121
20122 \backslash
20123 renewcommand{
20124 \backslash
20125 section}{
20126 \backslash
20127 suppressfloats[t]
20128 \backslash
20129 mySection}
20130 \end_layout
20131
20132 \begin_layout Standard
20133 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20134 することがあるので、これらに対する定義はお勧めしません。
20135 \end_layout
20136
20137 \begin_layout Standard
20138 \begin_inset VSpace bigskip
20139 \end_inset
20140
20141 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20142 \series bold
20143 endfloat
20144 \series default
20145
20146 \begin_inset Index idx
20147 status collapsed
20148
20149 \begin_layout Plain Layout
20150 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20151 \end_layout
20152
20153 \end_inset
20154
20155 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20156 \begin_inset Quotes eld
20157 \end_inset
20158
20159
20160 \family sans
20161 [Figure
20162 \begin_inset space ~
20163 \end_inset
20164
20165 3.2 about here.]
20166 \family default
20167
20168 \begin_inset Quotes erd
20169 \end_inset
20170
20171 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20172 \end_layout
20173
20174 \begin_layout Standard
20175
20176 \series bold
20177
20178 \backslash
20179 usepackage[options]{endfloat}
20180 \end_layout
20181
20182 \begin_layout Standard
20183 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20184 \series bold
20185 endfloat
20186 \series default
20187 取扱説明書
20188 \begin_inset CommandInset citation
20189 LatexCommand cite
20190 key "endfloat"
20191
20192 \end_inset
20193
20194 をご参照ください。
20195 \begin_inset Newline newline
20196 \end_inset
20197
20198
20199 \begin_inset Note Greyedout
20200 status open
20201
20202 \begin_layout Plain Layout
20203
20204 \series bold
20205 【註】endfloat
20206 \series default
20207 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20208 \begin_inset CommandInset citation
20209 LatexCommand cite
20210 key "endfloat"
20211
20212 \end_inset
20213
20214 の第4節をご参照ください。
20215 \end_layout
20216
20217 \end_inset
20218
20219
20220 \begin_inset Newline newline
20221 \end_inset
20222
20223
20224 \begin_inset Note Greyedout
20225 status open
20226
20227 \begin_layout Plain Layout
20228
20229 \series bold
20230 【註】
20231 \series default
20232 現在のところ、
20233 \series bold
20234 endfloat
20235 \series default
20236 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20237 \series bold
20238
20239 \backslash
20240 ss
20241 \series default
20242 」コマンドを使用してください。
20243 \end_layout
20244
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \begin_layout Standard
20251 \begin_inset VSpace bigskip
20252 \end_inset
20253
20254 フロートの割付に関する詳細は、LaTeX関連書
20255 \begin_inset CommandInset citation
20256 LatexCommand cite
20257 key "latexcompanion,latexguide,latexbook"
20258
20259 \end_inset
20260
20261 をご覧ください。
20262 \end_layout
20263
20264 \begin_layout Section
20265 回転フロート
20266 \begin_inset CommandInset label
20267 LatexCommand label
20268 name "sec:回転フロート"
20269
20270 \end_inset
20271
20272
20273 \begin_inset Index idx
20274 status collapsed
20275
20276 \begin_layout Plain Layout
20277 ふろーと@フロート ! かいてん@回転
20278 \end_layout
20279
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \begin_layout Standard
20286 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20287 \family sans
20288 横倒しに回転
20289 \family default
20290 オプションを有効にします。
20291 \end_layout
20292
20293 \begin_layout Standard
20294 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20295 \family sans
20296 段をまたぐ
20297 \family default
20298 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20299 たって回転方向を強制したい場合には、文書クラスオプションに
20300 \series bold
20301 figuresleft
20302 \series default
20303 オプションあるいは
20304 \series bold
20305 figuresright
20306 \series default
20307 オプションを加えることができます。
20308 \end_layout
20309
20310 \begin_layout Standard
20311 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20312 \begin_inset CommandInset ref
20313 LatexCommand ref
20314 reference "tab:回転した表"
20315
20316 \end_inset
20317
20318 が回転表フロートの例です。
20319 \end_layout
20320
20321 \begin_layout Standard
20322 \begin_inset Note Greyedout
20323 status open
20324
20325 \begin_layout Plain Layout
20326
20327 \series bold
20328 【註】
20329 \series default
20330 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Standard
20339 \begin_inset Float table
20340 wide false
20341 sideways true
20342 status open
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Caption
20346
20347 \begin_layout Plain Layout
20348 \begin_inset CommandInset label
20349 LatexCommand label
20350 name "tab:回転した表"
20351
20352 \end_inset
20353
20354 回転した表
20355 \end_layout
20356
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \begin_layout Plain Layout
20363 \align center
20364 \begin_inset Tabular
20365 <lyxtabular version="3" rows="1" columns="5">
20366 <features tabularvalignment="middle">
20367 <column alignment="center" valignment="top" width="0">
20368 <column alignment="center" valignment="top" width="0">
20369 <column alignment="center" valignment="top" width="0">
20370 <column alignment="center" valignment="top" width="0">
20371 <column alignment="center" valignment="top" width="0">
20372 <row>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 試験
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 </lyxtabular>
20420
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Section
20432 従属フロート
20433 \begin_inset Index idx
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Standard
20446 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20447 \begin_inset CommandInset ref
20448 LatexCommand ref
20449 reference "tab:従属表を横に並べたもの"
20450
20451 \end_inset
20452
20453 と表
20454 \begin_inset CommandInset ref
20455 LatexCommand ref
20456 reference "tab:従属表を縦に並べたもの"
20457
20458 \end_inset
20459
20460 に示されているように段落と同様に指定することができます。
20461 \end_layout
20462
20463 \begin_layout Standard
20464 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20465 \begin_inset CommandInset ref
20466 LatexCommand ref
20467 reference "tab:これは従属表a"
20468
20469 \end_inset
20470
20471 と表
20472 \begin_inset CommandInset ref
20473 LatexCommand ref
20474 reference "tab:これは従属表b"
20475
20476 \end_inset
20477
20478 は表
20479 \begin_inset CommandInset ref
20480 LatexCommand ref
20481 reference "tab:従属表を横に並べたもの"
20482
20483 \end_inset
20484
20485 の従属フロートです。
20486 \begin_inset Float table
20487 wide false
20488 sideways false
20489 status open
20490
20491 \begin_layout Plain Layout
20492 \begin_inset Caption
20493
20494 \begin_layout Plain Layout
20495 \begin_inset CommandInset label
20496 LatexCommand label
20497 name "tab:従属表を横に並べたもの"
20498
20499 \end_inset
20500
20501 従属表を横に並べたもの
20502 \end_layout
20503
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \begin_layout Plain Layout
20510 \begin_inset space \hfill{}
20511 \end_inset
20512
20513
20514 \begin_inset Float table
20515 wide false
20516 sideways false
20517 status open
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Caption
20521
20522 \begin_layout Plain Layout
20523 \begin_inset CommandInset label
20524 LatexCommand label
20525 name "tab:これは従属表a"
20526
20527 \end_inset
20528
20529 これは従属表aです。
20530 \end_layout
20531
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \begin_layout Plain Layout
20538 \align center
20539 \begin_inset Tabular
20540 <lyxtabular version="3" rows="1" columns="5">
20541 <features tabularvalignment="middle">
20542 <column alignment="center" valignment="top" width="0">
20543 <column alignment="center" valignment="top" width="0">
20544 <column alignment="center" valignment="top" width="0">
20545 <column alignment="center" valignment="top" width="0">
20546 <column alignment="center" valignment="top" width="0">
20547 <row>
20548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552 試験
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 </lyxtabular>
20595
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602
20603
20604 \begin_inset space \hfill{}
20605 \end_inset
20606
20607
20608 \begin_inset Float table
20609 wide false
20610 sideways false
20611 status open
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Caption
20615
20616 \begin_layout Plain Layout
20617 \begin_inset CommandInset label
20618 LatexCommand label
20619 name "tab:これは従属表b"
20620
20621 \end_inset
20622
20623 これは従属表bです。
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \begin_layout Plain Layout
20632 \align center
20633 \begin_inset Tabular
20634 <lyxtabular version="3" rows="1" columns="5">
20635 <features tabularvalignment="middle">
20636 <column alignment="center" valignment="top" width="0">
20637 <column alignment="center" valignment="top" width="0">
20638 <column alignment="center" valignment="top" width="0">
20639 <column alignment="center" valignment="top" width="0">
20640 <column alignment="center" valignment="top" width="0">
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 試験
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 </lyxtabular>
20689
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \begin_inset space \hfill{}
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705
20706
20707 \begin_inset Float table
20708 wide false
20709 sideways false
20710 status open
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Caption
20714
20715 \begin_layout Plain Layout
20716 \begin_inset CommandInset label
20717 LatexCommand label
20718 name "tab:従属表を縦に並べたもの"
20719
20720 \end_inset
20721
20722 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20723 \end_layout
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Plain Layout
20731 \begin_inset Float table
20732 wide false
20733 sideways false
20734 status open
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Caption
20738
20739 \begin_layout Plain Layout
20740
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Plain Layout
20749 \align center
20750 \begin_inset Tabular
20751 <lyxtabular version="3" rows="1" columns="4">
20752 <features tabularvalignment="middle">
20753 <column alignment="center" valignment="top" width="0">
20754 <column alignment="center" valignment="top" width="0">
20755 <column alignment="center" valignment="top" width="0">
20756 <column alignment="center" valignment="top" width="0">
20757 <row>
20758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 試験
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 試験
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 試験
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 試験
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 </row>
20795 </lyxtabular>
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Plain Layout
20808 \begin_inset Float table
20809 wide false
20810 sideways false
20811 status open
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Caption
20815
20816 \begin_layout Plain Layout
20817
20818 \end_layout
20819
20820 \end_inset
20821
20822
20823 \end_layout
20824
20825 \begin_layout Plain Layout
20826 \align center
20827 \begin_inset Tabular
20828 <lyxtabular version="3" rows="1" columns="5">
20829 <features tabularvalignment="middle">
20830 <column alignment="center" valignment="top" width="0">
20831 <column alignment="center" valignment="top" width="0">
20832 <column alignment="center" valignment="top" width="0">
20833 <column alignment="center" valignment="top" width="0">
20834 <column alignment="center" valignment="top" width="0">
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
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" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 </lyxtabular>
20883
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Section
20900 横並びのフロート
20901 \begin_inset Index idx
20902 status collapsed
20903
20904 \begin_layout Plain Layout
20905 ふろーと@フロート ! よこならび@横並び
20906 \end_layout
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \begin_layout Standard
20914
20915 \begin_inset CommandInset ref
20916 LatexCommand ref
20917 reference "fig:左側のフロート"
20918
20919 \end_inset
20920
20921 や図
20922 \begin_inset CommandInset ref
20923 LatexCommand ref
20924 reference "fig:右側のフロート"
20925
20926 \end_inset
20927
20928 のようにフロートを横並びに配置するには、
20929 \emph on
20930 ひとつの
20931 \emph default
20932 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20933 \begin_inset Foot
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 Minipageは第
20938 \begin_inset CommandInset ref
20939 LatexCommand ref
20940 reference "sec:ミニページ"
20941
20942 \end_inset
20943
20944 節に説明があります。
20945 \end_layout
20946
20947 \end_inset
20948
20949 。幅は45
20950 \begin_inset space \thinspace{}
20951 \end_inset
20952
20953 -50
20954 \begin_inset space \thinspace{}
20955 \end_inset
20956
20957 列幅%とし、各minipageのボックス配置を
20958 \family sans
20959
20960 \family default
20961 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20962 \family sans
20963 列幅%
20964 \family default
20965 がここではminipageボックスの幅によって計算されることです。
20966 \end_layout
20967
20968 \begin_layout Standard
20969 \begin_inset Float figure
20970 wide false
20971 sideways false
20972 status open
20973
20974 \begin_layout Plain Layout
20975 \begin_inset Box Frameless
20976 position "b"
20977 hor_pos "c"
20978 has_inner_box 1
20979 inner_pos "t"
20980 use_parbox 0
20981 use_makebox 0
20982 width "45col%"
20983 special "none"
20984 height "1in"
20985 height_special "totalheight"
20986 status open
20987
20988 \begin_layout Plain Layout
20989 \align center
20990 \begin_inset Graphics
20991         filename ../clipart/mobius.eps
20992         lyxscale 50
20993         width 100col%
20994         scaleBeforeRotation
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Caption
21003
21004 \begin_layout Plain Layout
21005 \begin_inset CommandInset label
21006 LatexCommand label
21007 name "fig:左側のフロート"
21008
21009 \end_inset
21010
21011 左側のフロート
21012 \end_layout
21013
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020
21021
21022 \begin_inset space \hfill{}
21023 \end_inset
21024
21025
21026 \begin_inset Box Frameless
21027 position "b"
21028 hor_pos "c"
21029 has_inner_box 1
21030 inner_pos "t"
21031 use_parbox 0
21032 use_makebox 0
21033 width "45col%"
21034 special "none"
21035 height "1in"
21036 height_special "totalheight"
21037 status open
21038
21039 \begin_layout Plain Layout
21040 \align center
21041 \begin_inset Graphics
21042         filename ../clipart/platypus.eps
21043         lyxscale 50
21044         width 100col%
21045         scaleBeforeRotation
21046
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Caption
21054
21055 \begin_layout Plain Layout
21056 \begin_inset CommandInset label
21057 LatexCommand label
21058 name "fig:右側のフロート"
21059
21060 \end_inset
21061
21062 右側のフロート
21063 \end_layout
21064
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \begin_layout Plain Layout
21076
21077 \end_layout
21078
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \begin_layout Section
21085 キャプションの書式設定
21086 \begin_inset Index idx
21087 status collapsed
21088
21089 \begin_layout Plain Layout
21090 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \begin_inset Index idx
21097 status collapsed
21098
21099 \begin_layout Plain Layout
21100 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \begin_inset CommandInset label
21107 LatexCommand label
21108 name "sec:キャプションの書式設定"
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \begin_layout Standard
21116
21117 \family sans
21118 キャプション
21119 \family default
21120 環境は、
21121 \family sans
21122 フロート
21123 \family default
21124 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21125 \family sans
21126 図 #:
21127 \family default
21128 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21129 \family sans
21130 #
21131 \family default
21132 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21133 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21134 \end_layout
21135
21136 \begin_layout Standard
21137 既定のキャプション書式を変更するには、文書プリアンブルに
21138 \end_layout
21139
21140 \begin_layout Standard
21141
21142 \series bold
21143
21144 \backslash
21145 usepackage[format definition]{caption}
21146 \end_layout
21147
21148 \begin_layout Standard
21149 という行を加えて、LaTeXパッケージ
21150 \series bold
21151 caption
21152 \series default
21153
21154 \begin_inset Index idx
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21159 \end_layout
21160
21161 \end_inset
21162
21163 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21164 \end_layout
21165
21166 \begin_layout Standard
21167
21168 \series bold
21169
21170 \backslash
21171 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21172 \end_layout
21173
21174 \begin_layout Standard
21175 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21176 \series bold
21177 caption
21178 \series default
21179 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21180 \end_layout
21181
21182 \begin_layout Standard
21183
21184 \series bold
21185
21186 \backslash
21187 captionsetup[フロート型]{書式定義}
21188 \end_layout
21189
21190 \begin_layout Standard
21191 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21192 \begin_inset CommandInset ref
21193 LatexCommand ref
21194 reference "fig:図キャプション"
21195
21196 \end_inset
21197
21198 と表
21199 \begin_inset CommandInset ref
21200 LatexCommand ref
21201 reference "tab:表キャプション"
21202
21203 \end_inset
21204
21205 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21206 \end_layout
21207
21208 \begin_layout Standard
21209
21210 \series bold
21211
21212 \backslash
21213 usepackage[tableposition=top]{caption}
21214 \series default
21215
21216 \begin_inset Newline newline
21217 \end_inset
21218
21219
21220 \series bold
21221
21222 \backslash
21223 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21224 \begin_inset Newline newline
21225 \end_inset
21226
21227
21228 \begin_inset Phantom HPhantom
21229 status open
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 captionsetup[figure]{
21235 \end_layout
21236
21237 \end_inset
21238
21239 labelsep=period}
21240 \begin_inset Newline newline
21241 \end_inset
21242
21243
21244 \backslash
21245 captionsetup[table]{labelfont={bf,sf}}
21246 \end_layout
21247
21248 \begin_layout Standard
21249 \begin_inset Note Greyedout
21250 status open
21251
21252 \begin_layout Plain Layout
21253
21254 \series bold
21255 【註】
21256 \series default
21257 オプションのうち、
21258 \series bold
21259 tableposition=top
21260 \series default
21261 は、文書クラスに
21262 \series bold
21263 KOMA-script
21264 \series default
21265
21266 \begin_inset Index idx
21267 status collapsed
21268
21269 \begin_layout Plain Layout
21270 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21271 \end_layout
21272
21273 \end_inset
21274
21275 が使われているときには、無効になります。この場合には、文書クラスオプション
21276 \series bold
21277 captions=tableheading
21278 \series default
21279 を指定しなくてはなりません。
21280 \end_layout
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Standard
21288
21289 \series bold
21290 caption
21291 \series default
21292 パッケージについての詳細は、その取扱説明書
21293 \begin_inset CommandInset citation
21294 LatexCommand cite
21295 key "caption"
21296
21297 \end_inset
21298
21299 をご覧ください。
21300 \end_layout
21301
21302 \begin_layout Standard
21303 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21304 \end_layout
21305
21306 \begin_layout Standard
21307
21308 \series bold
21309
21310 \backslash
21311 renewcommand{
21312 \backslash
21313 fnum@figure}{画像~
21314 \backslash
21315 thefigure}
21316 \end_layout
21317
21318 \begin_layout Standard
21319 なお、
21320 \series bold
21321
21322 \backslash
21323 thefigure
21324 \series default
21325 は表番号を挿入し、「
21326 \series bold
21327 ~
21328 \series default
21329 」は保護された空白を入れます。
21330 \end_layout
21331
21332 \begin_layout Standard
21333 \begin_inset VSpace bigskip
21334 \end_inset
21335
21336
21337 \series bold
21338 KOMA-script
21339 \series default
21340
21341 \begin_inset Index idx
21342 status collapsed
21343
21344 \begin_layout Plain Layout
21345 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21346 \end_layout
21347
21348 \end_inset
21349
21350 文書クラス(
21351 \family sans
21352 article (KOMA-script)
21353 \family default
21354
21355 \family sans
21356 book (KOMA-script)
21357 \family default
21358
21359 \family sans
21360 letter (KOMA-script)
21361 \family default
21362
21363 \family sans
21364 report (KOMA-script)
21365 \family default
21366 )を使用している場合には、
21367 \series bold
21368 caption
21369 \series default
21370 パッケージの代わりに
21371 \series bold
21372 KOMA-script
21373 \series default
21374 のビルトインコマンド
21375 \series bold
21376 etkomafont
21377 \series default
21378 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21379 \end_layout
21380
21381 \begin_layout Standard
21382
21383 \series bold
21384
21385 \backslash
21386 setkomafont{captionlabel}{
21387 \backslash
21388 bfseries}
21389 \end_layout
21390
21391 \begin_layout Standard
21392
21393 \series bold
21394
21395 \backslash
21396 setkomafont
21397 \series default
21398 についての詳細は、
21399 \series bold
21400 KOMA-script
21401 \series default
21402 の取扱説明書
21403 \begin_inset CommandInset citation
21404 LatexCommand cite
21405 key "koma-script"
21406
21407 \end_inset
21408
21409 をご覧ください。
21410 \end_layout
21411
21412 \begin_layout Standard
21413 \begin_inset ERT
21414 status collapsed
21415
21416 \begin_layout Plain Layout
21417
21418
21419 \backslash
21420 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21421 }
21422 \end_layout
21423
21424 \end_inset
21425
21426
21427 \begin_inset Note Note
21428 status open
21429
21430 \begin_layout Plain Layout
21431 キャプション書式は、この例のみ変更してあります。
21432 \end_layout
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \begin_layout Standard
21440 \begin_inset Float figure
21441 placement !p
21442 wide false
21443 sideways false
21444 status open
21445
21446 \begin_layout Plain Layout
21447 \align center
21448 \begin_inset Graphics
21449         filename ../clipart/mobius.eps
21450         lyxscale 50
21451         scale 50
21452         scaleBeforeRotation
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Plain Layout
21460 \begin_inset Caption
21461
21462 \begin_layout Plain Layout
21463 \begin_inset CommandInset label
21464 LatexCommand label
21465 name "fig:図キャプション"
21466
21467 \end_inset
21468
21469 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21470 \end_layout
21471
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \begin_layout Standard
21483 \begin_inset ERT
21484 status collapsed
21485
21486 \begin_layout Plain Layout
21487
21488
21489 \backslash
21490 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21491 on}
21492 \end_layout
21493
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \begin_layout Standard
21500 \begin_inset Float table
21501 placement !p
21502 wide false
21503 sideways false
21504 status open
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Caption
21508
21509 \begin_layout Plain Layout
21510 \begin_inset CommandInset label
21511 LatexCommand label
21512 name "tab:表キャプション"
21513
21514 \end_inset
21515
21516 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21517 \end_layout
21518
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \begin_layout Plain Layout
21525 \align center
21526 \begin_inset Tabular
21527 <lyxtabular version="3" rows="1" columns="5">
21528 <features tabularvalignment="middle">
21529 <column alignment="center" valignment="top" width="0">
21530 <column alignment="center" valignment="top" width="0">
21531 <column alignment="center" valignment="top" width="0">
21532 <column alignment="center" valignment="top" width="0">
21533 <column alignment="center" valignment="top" width="0">
21534 <row>
21535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 </lyxtabular>
21582
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589
21590
21591 \end_layout
21592
21593 \begin_layout Section
21594 キャプションの配置
21595 \begin_inset Index idx
21596 status collapsed
21597
21598 \begin_layout Plain Layout
21599 きゃぷしょん@キャプション ! はいち@配置
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \begin_inset Index idx
21606 status collapsed
21607
21608 \begin_layout Plain Layout
21609 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \begin_inset CommandInset label
21616 LatexCommand label
21617 name "sec:キャプションの配置"
21618
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \begin_layout Standard
21625 通常、キャプションの配置原則は、
21626 \end_layout
21627
21628 \begin_layout Description
21629 図の場合: キャプションを図の下に置く
21630 \end_layout
21631
21632 \begin_layout Description
21633 表の場合: キャプションを表の上に置く
21634 \end_layout
21635
21636 \begin_layout Standard
21637 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21638 \family sans
21639 article
21640 \family default
21641
21642 \family sans
21643 book
21644 \family default
21645
21646 \family sans
21647 letter
21648 \family default
21649
21650 \family sans
21651 report
21652 \family default
21653 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21654 eXパッケージ
21655 \series bold
21656 caption
21657 \series default
21658 を読み込むコマンドに
21659 \end_layout
21660
21661 \begin_layout Standard
21662
21663 \series bold
21664 tableposition=top
21665 \end_layout
21666
21667 \begin_layout Standard
21668 というオプションを追加してください
21669 \begin_inset Foot
21670 status collapsed
21671
21672 \begin_layout Plain Layout
21673
21674 \series bold
21675 caption
21676 \series default
21677 パッケージについての詳細な情報は、第
21678 \begin_inset CommandInset ref
21679 LatexCommand ref
21680 reference "sec:キャプションの書式設定"
21681
21682 \end_inset
21683
21684 節をご覧ください。
21685 \end_layout
21686
21687 \end_inset
21688
21689
21690 \series bold
21691 KOMA-script
21692 \series default
21693
21694 \begin_inset Index idx
21695 status collapsed
21696
21697 \begin_layout Plain Layout
21698 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21699 \end_layout
21700
21701 \end_inset
21702
21703 文書クラス(
21704 \family sans
21705 article (KOMA-script)
21706 \family default
21707
21708 \family sans
21709 book (KOMA-script)
21710 \family default
21711
21712 \family sans
21713 letter (KOMA-script)
21714 \family default
21715
21716 \family sans
21717 report (KOMA-script)
21718 \family default
21719
21720 \begin_inset space \thinspace{}
21721 \end_inset
21722
21723 )をお使いの場合には、
21724 \series bold
21725 caption
21726 \series default
21727 パッケージにオプションを与える代わりに、文書クラスオプション
21728 \series bold
21729 captions=tableheading
21730 \series default
21731 を設定することもできます。
21732 \end_layout
21733
21734 \begin_layout Standard
21735 \begin_inset VSpace bigskip
21736 \end_inset
21737
21738 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \series bold
21744
21745 \backslash
21746 usepackage[option]{sidecap}
21747 \end_layout
21748
21749 \begin_layout Standard
21750 という行を入れて、LaTeXパッケージ
21751 \series bold
21752 sidecap
21753 \series default
21754
21755 \begin_inset Index idx
21756 status collapsed
21757
21758 \begin_layout Plain Layout
21759 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21760 \end_layout
21761
21762 \end_inset
21763
21764 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21765 \series bold
21766 innercaption
21767 \series default
21768 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21769 \series bold
21770 rightcaption
21771 \series default
21772 ないし
21773 \series bold
21774 leftcaption
21775 \series default
21776 オプションを用います。
21777 \end_layout
21778
21779 \begin_layout Standard
21780 \begin_inset ERT
21781 status collapsed
21782
21783 \begin_layout Plain Layout
21784
21785
21786 \backslash
21787 ifsidecap
21788 \end_layout
21789
21790 \end_inset
21791
21792
21793 \begin_inset Note Note
21794 status open
21795
21796 \begin_layout Plain Layout
21797 以下の部分は、LaTeXパッケージ
21798 \series bold
21799 sidecap
21800 \series default
21801 が導入されているときのみ表示されます。
21802 \end_layout
21803
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \begin_layout Standard
21810 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21811 \end_layout
21812
21813 \begin_layout Standard
21814 \noindent
21815 \begin_inset CommandInset line
21816 LatexCommand rule
21817 offset "0.5ex"
21818 width "100line%"
21819 height "1pt"
21820
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \begin_layout Standard
21827
21828 \series bold
21829
21830 \backslash
21831 newcommand{
21832 \backslash
21833 TabBesBeg}{%
21834 \begin_inset Newline newline
21835 \end_inset
21836
21837
21838 \begin_inset Phantom HPhantom
21839 status open
21840
21841 \begin_layout Plain Layout
21842
21843 \series bold
21844 \begin_inset space ~
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \end_inset
21851
21852
21853 \backslash
21854 let
21855 \backslash
21856 MyTable
21857 \backslash
21858 table
21859 \begin_inset Newline newline
21860 \end_inset
21861
21862
21863 \begin_inset Phantom HPhantom
21864 status open
21865
21866 \begin_layout Plain Layout
21867
21868 \series bold
21869 \begin_inset space ~
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \end_inset
21876
21877
21878 \backslash
21879 let
21880 \backslash
21881 MyEndtable
21882 \backslash
21883 endtable
21884 \begin_inset Newline newline
21885 \end_inset
21886
21887
21888 \begin_inset Phantom HPhantom
21889 status open
21890
21891 \begin_layout Plain Layout
21892
21893 \series bold
21894 \begin_inset space ~
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \backslash
21904 renewenvironment{table}{
21905 \backslash
21906 begin{SCtable}}{
21907 \backslash
21908 end{SCtable}}}
21909 \end_layout
21910
21911 \begin_layout Standard
21912
21913 \series bold
21914
21915 \backslash
21916 newcommand{
21917 \backslash
21918 TabBesEnd}{%
21919 \begin_inset Newline newline
21920 \end_inset
21921
21922
21923 \begin_inset Phantom HPhantom
21924 status open
21925
21926 \begin_layout Plain Layout
21927
21928 \series bold
21929 \begin_inset space ~
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \end_inset
21936
21937
21938 \backslash
21939 let
21940 \backslash
21941 table
21942 \backslash
21943 MyTable
21944 \begin_inset Newline newline
21945 \end_inset
21946
21947
21948 \begin_inset Phantom HPhantom
21949 status open
21950
21951 \begin_layout Plain Layout
21952
21953 \series bold
21954 \begin_inset space ~
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \backslash
21964 let
21965 \backslash
21966 endtable
21967 \backslash
21968 MyEndtable
21969 \end_layout
21970
21971 \begin_layout Standard
21972
21973 \series bold
21974
21975 \backslash
21976 newcommand{
21977 \backslash
21978 FigBesBeg}{%
21979 \begin_inset Newline newline
21980 \end_inset
21981
21982
21983 \begin_inset Phantom HPhantom
21984 status open
21985
21986 \begin_layout Plain Layout
21987
21988 \series bold
21989 \begin_inset space ~
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996
21997
21998 \backslash
21999 let
22000 \backslash
22001 MyFigure
22002 \backslash
22003 figure
22004 \begin_inset Newline newline
22005 \end_inset
22006
22007
22008 \begin_inset Phantom HPhantom
22009 status open
22010
22011 \begin_layout Plain Layout
22012
22013 \series bold
22014 \begin_inset space ~
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021
22022
22023 \backslash
22024 let
22025 \backslash
22026 MyEndfigure
22027 \backslash
22028 endfigure
22029 \begin_inset Newline newline
22030 \end_inset
22031
22032
22033 \begin_inset Phantom HPhantom
22034 status open
22035
22036 \begin_layout Plain Layout
22037
22038 \series bold
22039 \begin_inset space ~
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \backslash
22049 renewenvironment{figure}{
22050 \backslash
22051 begin{SCfigure}}{
22052 \backslash
22053 end{SCfigure}}}
22054 \end_layout
22055
22056 \begin_layout Standard
22057
22058 \series bold
22059
22060 \backslash
22061 newcommand{
22062 \backslash
22063 FigBesEnd}{%
22064 \begin_inset Newline newline
22065 \end_inset
22066
22067
22068 \begin_inset Phantom HPhantom
22069 status open
22070
22071 \begin_layout Plain Layout
22072
22073 \series bold
22074 \begin_inset space ~
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \end_inset
22081
22082
22083 \backslash
22084 let
22085 \backslash
22086 figure
22087 \backslash
22088 MyFigure
22089 \begin_inset Newline newline
22090 \end_inset
22091
22092
22093 \begin_inset Phantom HPhantom
22094 status open
22095
22096 \begin_layout Plain Layout
22097
22098 \series bold
22099 \begin_inset space ~
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \backslash
22109 let
22110 \backslash
22111 endfigure
22112 \backslash
22113 MyEndfigure}
22114 \end_layout
22115
22116 \begin_layout Standard
22117 \noindent
22118 \begin_inset CommandInset line
22119 LatexCommand rule
22120 offset "0.5ex"
22121 width "100line%"
22122 height "1pt"
22123
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \begin_layout Standard
22130 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22131 \end_layout
22132
22133 \begin_layout Standard
22134
22135 \series bold
22136
22137 \backslash
22138 FigBesBeg
22139 \end_layout
22140
22141 \begin_layout Standard
22142 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
22143 \end_layout
22144
22145 \begin_layout Standard
22146
22147 \series bold
22148
22149 \backslash
22150 FigBesEnd
22151 \end_layout
22152
22153 \begin_layout Standard
22154 というコマンドを挿入してください。
22155 \end_layout
22156
22157 \begin_layout Standard
22158 表フロートに対しては、対応するコマンド
22159 \end_layout
22160
22161 \begin_layout Standard
22162
22163 \series bold
22164
22165 \backslash
22166 TabBesBeg
22167 \series default
22168 および
22169 \series bold
22170
22171 \backslash
22172 TabBesEnd
22173 \end_layout
22174
22175 \begin_layout Standard
22176 を使用してください。図
22177 \begin_inset CommandInset ref
22178 LatexCommand ref
22179 reference "fig:図横キャプション"
22180
22181 \end_inset
22182
22183 と表
22184 \begin_inset CommandInset ref
22185 LatexCommand ref
22186 reference "tab:表横キャプション"
22187
22188 \end_inset
22189
22190 がキャプションを脇に設定した例です。
22191 \end_layout
22192
22193 \begin_layout Standard
22194 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22195 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22196 \end_layout
22197
22198 \begin_layout Standard
22199
22200 \series bold
22201
22202 \backslash
22203 sidecaptionvpos{フロート型}{配置}
22204 \end_layout
22205
22206 \begin_layout Standard
22207 というコマンドを使用します。ここで「フロート型」は
22208 \family sans
22209 figure
22210 \family default
22211
22212 \family sans
22213 table
22214 \family default
22215 であり、「配置」は、上揃えの場合はtopの
22216 \end_layout
22217
22218 \begin_layout Standard
22219
22220 \family sans
22221 t
22222 \family default
22223 」、中央揃えの場合はcenterの「
22224 \family sans
22225 c
22226 \family default
22227 」、下揃えの場合はbottomの「
22228 \family sans
22229 b
22230 \family default
22231 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22232 \end_layout
22233
22234 \begin_layout Standard
22235
22236 \series bold
22237
22238 \backslash
22239 sidecaptionvpos{figure}{c}
22240 \end_layout
22241
22242 \begin_layout Standard
22243 というコマンドを使用します。これは、図
22244 \begin_inset CommandInset ref
22245 LatexCommand ref
22246 reference "fig:図横キャプション-2"
22247
22248 \end_inset
22249
22250 で使用されています。
22251 \end_layout
22252
22253 \begin_layout Standard
22254 \begin_inset VSpace medskip
22255 \end_inset
22256
22257
22258 \series bold
22259 sidecap
22260 \series default
22261 パッケージについての詳細は、
22262 \begin_inset CommandInset citation
22263 LatexCommand cite
22264 key "sidecap"
22265
22266 \end_inset
22267
22268 の説明書をご参照ください。
22269 \end_layout
22270
22271 \begin_layout Standard
22272 \begin_inset Note Greyedout
22273 status open
22274
22275 \begin_layout Plain Layout
22276
22277 \series bold
22278 【註】
22279 \series default
22280
22281 \begin_inset CommandInset ref
22282 LatexCommand ref
22283 reference "sub:参照位置"
22284
22285 \end_inset
22286
22287 節に説明があるLaTeXパッケージ
22288 \series bold
22289 hypcap
22290 \series default
22291
22292 \begin_inset Index idx
22293 status collapsed
22294
22295 \begin_layout Plain Layout
22296 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22297 \end_layout
22298
22299 \end_inset
22300
22301 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22302 \end_layout
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \begin_layout Standard
22310 \begin_inset ERT
22311 status collapsed
22312
22313 \begin_layout Plain Layout
22314
22315
22316 \backslash
22317 FigBesBeg 
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \begin_layout Standard
22326 \begin_inset Float figure
22327 wide false
22328 sideways false
22329 status open
22330
22331 \begin_layout Plain Layout
22332 \begin_inset Graphics
22333         filename ../clipart/escher-lsd.eps
22334         scale 75
22335         scaleBeforeRotation
22336
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \begin_layout Plain Layout
22343 \begin_inset Caption
22344
22345 \begin_layout Plain Layout
22346 \begin_inset CommandInset label
22347 LatexCommand label
22348 name "fig:図横キャプション"
22349
22350 \end_inset
22351
22352 これは図の横にあるキャプションです。
22353 \end_layout
22354
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \begin_layout Standard
22366 \begin_inset ERT
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370
22371
22372 \backslash
22373 TabBesBeg 
22374 \end_layout
22375
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \begin_layout Standard
22382 \begin_inset Float table
22383 wide false
22384 sideways false
22385 status open
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Caption
22389
22390 \begin_layout Plain Layout
22391 \begin_inset CommandInset label
22392 LatexCommand label
22393 name "tab:表横キャプション"
22394
22395 \end_inset
22396
22397 これは表の横にあるキャプションです。
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Tabular
22407 <lyxtabular version="3" rows="4" columns="5">
22408 <features tabularvalignment="middle">
22409 <column alignment="center" valignment="top" width="0">
22410 <column alignment="center" valignment="top" width="0">
22411 <column alignment="center" valignment="top" width="0">
22412 <column alignment="center" valignment="top" width="0">
22413 <column alignment="center" valignment="top" width="0">
22414 <row>
22415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 </row>
22461 <row>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 </row>
22555 <row>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 </lyxtabular>
22603
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \begin_layout Standard
22615 \begin_inset ERT
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619
22620
22621 \backslash
22622 TabBesEnd
22623 \end_layout
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \begin_layout Standard
22631 \begin_inset ERT
22632 status collapsed
22633
22634 \begin_layout Plain Layout
22635
22636
22637 \backslash
22638 sidecaptionvpos{figure}{c}
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \begin_inset Float figure
22645 wide false
22646 sideways false
22647 status open
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Graphics
22651         filename ../clipart/escher-lsd.eps
22652         scale 75
22653         scaleBeforeRotation
22654
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Caption
22662
22663 \begin_layout Plain Layout
22664 \begin_inset CommandInset label
22665 LatexCommand label
22666 name "fig:図横キャプション-2"
22667
22668 \end_inset
22669
22670 これは図の横にある縦方向中央揃えのキャプションです。
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset ERT
22685 status collapsed
22686
22687 \begin_layout Plain Layout
22688
22689
22690 \backslash
22691 FigBesEnd
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \begin_inset ERT
22701 status collapsed
22702
22703 \begin_layout Plain Layout
22704
22705
22706 \backslash
22707 else
22708 \end_layout
22709
22710 \end_inset
22711
22712
22713 \begin_inset Note Note
22714 status open
22715
22716 \begin_layout Plain Layout
22717 以下の部分は、LaTeXパッケージ
22718 \series bold
22719 sidecap
22720 \series default
22721 が導入されていないときのみ表示されます。
22722 \end_layout
22723
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \begin_layout Standard
22730 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22731 \series bold
22732 sidecap
22733 \series default
22734 を導入する必要があります。
22735 \end_layout
22736
22737 \begin_layout Standard
22738 \begin_inset ERT
22739 status collapsed
22740
22741 \begin_layout Plain Layout
22742
22743
22744 \backslash
22745 fi
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Section
22754 フロート一覧
22755 \begin_inset Index idx
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759 ふろーと@フロート ! ふろーといちらん@フロート一覧
22760 \end_layout
22761
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \begin_layout Standard
22768 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22769 \family sans
22770 挿入\SpecialChar \menuseparator
22771 一覧/目次
22772 \family default
22773 メニューで挿入することができます。
22774 \end_layout
22775
22776 \begin_layout Standard
22777 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22778 \end_layout
22779
22780 \begin_layout Standard
22781 本文書の終わりに、図一覧と表一覧があります。
22782 \end_layout
22783
22784 \begin_layout Chapter
22785 注釈
22786 \end_layout
22787
22788 \begin_layout Section
22789 LyX注釈
22790 \begin_inset Index idx
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Standard
22803 注釈は、ツールバーボタン
22804 \begin_inset Graphics
22805         filename ../../images/note-insert.png
22806         scale 85
22807         scaleBeforeRotation
22808
22809 \end_inset
22810
22811 か、
22812 \family sans
22813 挿入\SpecialChar \menuseparator
22814 注釈
22815 \family default
22816 メニューで挿入することができます。注釈には、以下の三つの型があります。
22817 \end_layout
22818
22819 \begin_layout Description
22820 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22821 \begin_inset Newline newline
22822 \end_inset
22823
22824
22825 \begin_inset Newline newline
22826 \end_inset
22827
22828
22829 \begin_inset Graphics
22830         filename ../clipart/LyXNoteImageQt4.png
22831         display false
22832         scale 85
22833         scaleBeforeRotation
22834
22835 \end_inset
22836
22837
22838 \begin_inset Note Note
22839 status open
22840
22841 \begin_layout Plain Layout
22842 これは、出力には現れない注釈ボックスに書かれた文章です。
22843 \end_layout
22844
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \begin_layout Description
22851 コメント この注釈も出力には現れませんが、
22852 \family sans
22853 ファイル\SpecialChar \menuseparator
22854 書き出し\SpecialChar \menuseparator
22855 LaTeX (pdflatex) / (平文)
22856 \family default
22857  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22858 \begin_inset Newline newline
22859 \end_inset
22860
22861
22862 \begin_inset Newline newline
22863 \end_inset
22864
22865
22866 \begin_inset Graphics
22867         filename ../clipart/CommentNoteImageQt4.png
22868         display false
22869         scale 85
22870         scaleBeforeRotation
22871
22872 \end_inset
22873
22874  
22875 \begin_inset Note Comment
22876 status open
22877
22878 \begin_layout Plain Layout
22879 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \begin_layout Description
22888 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22889 \begin_inset Newline newline
22890 \end_inset
22891
22892
22893 \begin_inset Newline newline
22894 \end_inset
22895
22896
22897 \begin_inset Graphics
22898         filename ../clipart/GreyedOutNoteImageQt4.png
22899         display false
22900         scale 85
22901         scaleBeforeRotation
22902
22903 \end_inset
22904
22905
22906 \begin_inset Newline newline
22907 \end_inset
22908
22909
22910 \begin_inset ERT
22911 status collapsed
22912
22913 \begin_layout Plain Layout
22914
22915
22916 \backslash
22917 renewenvironment{lyxgreyedout}
22918 \end_layout
22919
22920 \begin_layout Plain Layout
22921
22922 {
22923 \backslash
22924 textcolor[gray]{0.8}
22925 \backslash
22926 bgroup}{
22927 \backslash
22928 egroup}
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \begin_inset Note Greyedout
22935 status open
22936
22937 \begin_layout Plain Layout
22938 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22939 \begin_inset Foot
22940 status collapsed
22941
22942 \begin_layout Plain Layout
22943 これは、淡色表示注釈内に脚注を用いた例です。
22944 \end_layout
22945
22946 \end_inset
22947
22948 です。
22949 \end_layout
22950
22951 \end_inset
22952
22953
22954 \begin_inset ERT
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958
22959
22960 \backslash
22961 renewenvironment{lyxgreyedout}
22962 \end_layout
22963
22964 \begin_layout Plain Layout
22965
22966 {
22967 \backslash
22968 textcolor{blue}
22969 \backslash
22970 bgroup}{
22971 \backslash
22972 egroup}
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \begin_inset Note Note
22979 status open
22980
22981 \begin_layout Plain Layout
22982 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22983 ように再定義されています。
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \begin_inset Newline newline
22990 \end_inset
22991
22992
22993 \begin_inset Newline newline
22994 \end_inset
22995
22996 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22997 \end_layout
22998
22999 \begin_layout Standard
23000 \begin_inset VSpace bigskip
23001 \end_inset
23002
23003 注釈を挿入するのにツールバーボタン
23004 \begin_inset Graphics
23005         filename ../../images/note-insert.png
23006         scale 85
23007         scaleBeforeRotation
23008
23009 \end_inset
23010
23011 を使用すると、
23012 \family sans
23013 LyX注釈
23014 \family default
23015 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
23016 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
23017 さい。
23018 \end_layout
23019
23020 \begin_layout Standard
23021 \begin_inset VSpace bigskip
23022 \end_inset
23023
23024
23025 \lang english
23026 You can change the text color of the greyed out notes in the menu 
23027 \family sans
23028 Document\SpecialChar \menuseparator
23029 Settings\SpecialChar \menuseparator
23030 Colors
23031 \family default
23032 .
23033 \end_layout
23034
23035 \begin_layout Section
23036 脚注
23037 \begin_inset CommandInset label
23038 LatexCommand label
23039 name "sec:脚注"
23040
23041 \end_inset
23042
23043
23044 \begin_inset Index idx
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23049 \end_layout
23050
23051 \end_inset
23052
23053
23054 \begin_inset Index idx
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058 きゃくちゅう@脚注
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \begin_layout Standard
23067 脚注は、ツールバーボタン
23068 \begin_inset Graphics
23069         filename ../../images/footnote-insert.png
23070         scale 85
23071         scaleBeforeRotation
23072
23073 \end_inset
23074
23075 か、
23076 \family sans
23077 挿入\SpecialChar \menuseparator
23078 脚注
23079 \family default
23080 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23081 \begin_inset Graphics
23082         filename clipart/footnoteQt4.png
23083         scale 80
23084         scaleBeforeRotation
23085
23086 \end_inset
23087
23088 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23089 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23090 \end_layout
23091
23092 \begin_layout Standard
23093 これが脚注の例です
23094 \begin_inset Foot
23095 status open
23096
23097 \begin_layout Plain Layout
23098 \begin_inset CommandInset label
23099 LatexCommand label
23100 name "fn:これは脚注の一例"
23101
23102 \end_inset
23103
23104 これは脚注の一例です。
23105 \end_layout
23106
23107 \end_inset
23108
23109
23110 \begin_inset ERT
23111 status collapsed
23112
23113 \begin_layout Plain Layout
23114
23115
23116 \backslash
23117 newcounter{MyRepeatFoot}
23118 \end_layout
23119
23120 \begin_layout Plain Layout
23121
23122
23123 \backslash
23124 setcounter{MyRepeatFoot}{
23125 \backslash
23126 thefootnote}
23127 \end_layout
23128
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \begin_layout Standard
23135 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23136 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23137 \end_layout
23138
23139 \begin_layout Standard
23140 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23141 \begin_inset CommandInset ref
23142 LatexCommand ref
23143 reference "sec:フロートの参照"
23144
23145 \end_inset
23146
23147 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23148 \begin_inset Newline newline
23149 \end_inset
23150
23151 これは脚注
23152 \begin_inset CommandInset ref
23153 LatexCommand ref
23154 reference "fn:これは脚注の一例"
23155
23156 \end_inset
23157
23158 の相互参照です。
23159 \end_layout
23160
23161 \begin_layout Standard
23162 \begin_inset VSpace defskip
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \begin_layout Standard
23169 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23170 \series bold
23171
23172 \backslash
23173 footnotemark{}
23174 \series default
23175 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23176 \series bold
23177
23178 \backslash
23179 footnotetext
23180 \series default
23181 コマンドの引数として入力します。
23182 \begin_inset Newline newline
23183 \end_inset
23184
23185 以下の表ではコマンド
23186 \begin_inset Newline newline
23187 \end_inset
23188
23189
23190 \series bold
23191
23192 \backslash
23193 footnotetext{
23194 \series default
23195 出力される脚注の表
23196 \series bold
23197 }
23198 \series default
23199
23200 \begin_inset Newline newline
23201 \end_inset
23202
23203 を用いています。
23204 \end_layout
23205
23206 \begin_layout Standard
23207 \begin_inset Tabular
23208 <lyxtabular version="3" rows="2" columns="1">
23209 <features tabularvalignment="middle">
23210 <column alignment="center" valignment="top" width="0">
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 これは例文です。
23217 \begin_inset Foot
23218 status open
23219
23220 \begin_layout Plain Layout
23221 この脚注は出力されません!
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 これは例文です。
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 footnotemark{}
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 </lyxtabular>
23257
23258 \end_inset
23259
23260
23261 \begin_inset ERT
23262 status collapsed
23263
23264 \begin_layout Plain Layout
23265
23266
23267 \backslash
23268 footnotetext{
23269 \end_layout
23270
23271 \end_inset
23272
23273 出力される脚注の表
23274 \begin_inset ERT
23275 status collapsed
23276
23277 \begin_layout Plain Layout
23278
23279 }
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 長尺表中の脚注は、第
23289 \begin_inset CommandInset ref
23290 LatexCommand ref
23291 reference "sub:長尺表での脚注"
23292
23293 \end_inset
23294
23295 節で述べられています。
23296 \end_layout
23297
23298 \begin_layout Standard
23299 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23300 \begin_inset CommandInset ref
23301 LatexCommand ref
23302 reference "sec:ミニページ"
23303
23304 \end_inset
23305
23306 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23307 \series bold
23308
23309 \backslash
23310 footnotemark{}
23311 \series default
23312
23313 \series bold
23314
23315 \backslash
23316 footntoetext
23317 \series default
23318 による方法を用いてください。
23319 \end_layout
23320
23321 \begin_layout Standard
23322 \begin_inset Box Frameless
23323 position "t"
23324 hor_pos "c"
23325 has_inner_box 1
23326 inner_pos "t"
23327 use_parbox 0
23328 use_makebox 0
23329 width "100col%"
23330 special "none"
23331 height "1in"
23332 height_special "totalheight"
23333 status open
23334
23335 \begin_layout Plain Layout
23336 これはミニページ中の例文です。
23337 \begin_inset Foot
23338 status open
23339
23340 \begin_layout Plain Layout
23341 ミニページ中の脚注です。
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Plain Layout
23350 これはミニページ中の例文です。
23351 \begin_inset ERT
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355
23356
23357 \backslash
23358 footnotemark{}
23359 \end_layout
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \begin_layout Standard
23372 \begin_inset ERT
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376
23377
23378 \backslash
23379 footnotetext{
23380 \end_layout
23381
23382 \end_inset
23383
23384 ミニページ外の脚注です。
23385 \begin_inset ERT
23386 status collapsed
23387
23388 \begin_layout Plain Layout
23389
23390 }
23391 \end_layout
23392
23393 \end_inset
23394
23395
23396 \begin_inset VSpace defskip
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \begin_layout Standard
23403 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23404 \series bold
23405
23406 \backslash
23407 footnotemark[番号]
23408 \series default
23409 を使用してください。
23410 \begin_inset Newline newline
23411 \end_inset
23412
23413 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23414 \begin_inset CommandInset ref
23415 LatexCommand ref
23416 reference "fn:これは脚注の一例"
23417
23418 \end_inset
23419
23420 の後に、TeXコードで
23421 \end_layout
23422
23423 \begin_layout Standard
23424
23425 \series bold
23426
23427 \backslash
23428 newcounter{MyRepeatFoot}
23429 \begin_inset Newline newline
23430 \end_inset
23431
23432
23433 \backslash
23434 setcounter{MyRepeatFoot}{
23435 \backslash
23436 thefootnote}
23437 \end_layout
23438
23439 \begin_layout Standard
23440 というコマンドを挿入しています。そして脚注マークは、
23441 \end_layout
23442
23443 \begin_layout Standard
23444
23445 \series bold
23446
23447 \backslash
23448 footnotemark[
23449 \backslash
23450 theMyRepeatFoot]
23451 \end_layout
23452
23453 \begin_layout Standard
23454 で作成します。
23455 \end_layout
23456
23457 \begin_layout Standard
23458 これは繰り返し脚注の例です。
23459 \begin_inset ERT
23460 status collapsed
23461
23462 \begin_layout Plain Layout
23463
23464
23465 \backslash
23466 footnotemark[
23467 \backslash
23468 theMyRepeatFoot]
23469 \end_layout
23470
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \begin_layout Standard
23477 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
23478 \end_layout
23479
23480 \begin_layout Standard
23481
23482 \series bold
23483
23484 \backslash
23485 footnotemark[
23486 \backslash
23487 thefootnote]
23488 \end_layout
23489
23490 \begin_layout Standard
23491 を使用してください。
23492 \end_layout
23493
23494 \begin_layout Standard
23495 これは繰り返し脚注の例です。
23496 \begin_inset ERT
23497 status collapsed
23498
23499 \begin_layout Plain Layout
23500
23501
23502 \backslash
23503 footnotemark[
23504 \backslash
23505 thefootnote]
23506 \end_layout
23507
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \begin_layout Subsection
23514 脚注の付番
23515 \begin_inset CommandInset label
23516 LatexCommand label
23517 name "sub:脚注の付番"
23518
23519 \end_inset
23520
23521
23522 \begin_inset Index idx
23523 status collapsed
23524
23525 \begin_layout Plain Layout
23526 きゃくちゅう@脚注 ! ふばん@付番
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \begin_layout Standard
23535 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23536 \end_layout
23537
23538 \begin_layout Standard
23539
23540 \series bold
23541
23542 \backslash
23543 @addtoreset{footnote}{section}
23544 \end_layout
23545
23546 \begin_layout Standard
23547 というコマンドを加えてください。
23548 \end_layout
23549
23550 \begin_layout Standard
23551 \begin_inset VSpace bigskip
23552 \end_inset
23553
23554 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23555 \end_layout
23556
23557 \begin_layout Standard
23558
23559 \series bold
23560
23561 \backslash
23562 renewcommand{
23563 \backslash
23564 thefootnote}{
23565 \backslash
23566 roman{footnote}}
23567 \end_layout
23568
23569 \begin_layout Standard
23570 \begin_inset ERT
23571 status collapsed
23572
23573 \begin_layout Plain Layout
23574
23575
23576 \backslash
23577 renewcommand{
23578 \backslash
23579 thefootnote}{
23580 \backslash
23581 roman{footnote}}
23582 \end_layout
23583
23584 \end_inset
23585
23586 これは、ローマ数字を使った脚注です
23587 \begin_inset Foot
23588 status collapsed
23589
23590 \begin_layout Plain Layout
23591 これは、ローマ数字を使った脚注の例です。
23592 \end_layout
23593
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \begin_layout Standard
23600 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23601 \series bold
23602
23603 \backslash
23604 roman
23605 \series default
23606
23607 \series bold
23608
23609 \backslash
23610 Roman
23611 \series default
23612 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23613 \series bold
23614
23615 \backslash
23616 Alph
23617 \series default
23618 または
23619 \series bold
23620
23621 \backslash
23622 alph
23623 \series default
23624 を使用してください。記号を使って付「番」するには、
23625 \series bold
23626
23627 \backslash
23628 fnsymbol
23629 \series default
23630 を使ってください。
23631 \end_layout
23632
23633 \begin_layout Standard
23634 \begin_inset Note Greyedout
23635 status open
23636
23637 \begin_layout Plain Layout
23638
23639 \series bold
23640 【註】
23641 \series default
23642 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23643 \end_layout
23644
23645 \end_inset
23646
23647
23648 \begin_inset Newline newline
23649 \end_inset
23650
23651
23652 \begin_inset Note Greyedout
23653 status open
23654
23655 \begin_layout Plain Layout
23656
23657 \series bold
23658 【註】
23659 \series default
23660 記号を使うと9個の脚注しか番号を振ることができません。
23661 \end_layout
23662
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \begin_layout Standard
23669 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23670 \series bold
23671
23672 \backslash
23673 roman
23674 \series default
23675
23676 \series bold
23677
23678 \backslash
23679 arabic
23680 \series default
23681 に置き換えて使用してください。
23682 \begin_inset ERT
23683 status collapsed
23684
23685 \begin_layout Plain Layout
23686
23687
23688 \backslash
23689 renewcommand{
23690 \backslash
23691 thefootnote}{
23692 \backslash
23693 arabic{footnote}}
23694 \end_layout
23695
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \begin_layout Standard
23702 \begin_inset VSpace bigskip
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Standard
23709 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23710 \end_layout
23711
23712 \begin_layout Standard
23713
23714 \series bold
23715
23716 \backslash
23717 numberwithin{footnote}{chapter}
23718 \end_layout
23719
23720 \begin_layout Standard
23721 というコマンドを加えてください。
23722 \series bold
23723
23724 \backslash
23725 numberwithin
23726 \series default
23727 コマンドを使用できるようにするためには、文書設定の
23728 \family sans
23729 数式オプション
23730 \family default
23731 タブで
23732 \family sans
23733 AMS
23734 \begin_inset space ~
23735 \end_inset
23736
23737 mathパッケージを使う
23738 \family default
23739 オプションを有効にしてください。
23740 \end_layout
23741
23742 \begin_layout Standard
23743 \begin_inset ERT
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747
23748
23749 \backslash
23750 numberwithin{footnote}{chapter}
23751 \end_layout
23752
23753 \end_inset
23754
23755 これは、脚注のもう一つの例です
23756 \series bold
23757
23758 \begin_inset Foot
23759 status open
23760
23761 \begin_layout Plain Layout
23762
23763 \series bold
23764 これは、
23765 \series default
23766 「章番号.脚注番号」スキームで番号を振られた脚注です。
23767 \end_layout
23768
23769 \end_inset
23770
23771
23772 \series default
23773
23774 \begin_inset ERT
23775 status collapsed
23776
23777 \begin_layout Plain Layout
23778
23779
23780 \backslash
23781 renewcommand{
23782 \backslash
23783 thefootnote}{
23784 \backslash
23785 arabic{footnote}}
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \begin_layout Standard
23794 \begin_inset Note Greyedout
23795 status open
23796
23797 \begin_layout Plain Layout
23798
23799 \series bold
23800 【註】
23801 \backslash
23802 numberwithin
23803 \series default
23804 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \begin_layout Standard
23813 また、例えば「章番号.
23814 \backslash
23815 Roman{footnote}」スキームを得るには、
23816 \series bold
23817
23818 \backslash
23819 numberwithin
23820 \series default
23821 の代わりに以下のコマンドを使用してください。
23822 \end_layout
23823
23824 \begin_layout Standard
23825
23826 \series bold
23827
23828 \backslash
23829 renewcommand{
23830 \backslash
23831 thefootnote}{
23832 \backslash
23833 thechapter.
23834 \backslash
23835 Roman{footnote}}
23836 \end_layout
23837
23838 \begin_layout Subsection
23839 脚注の配置
23840 \begin_inset Index idx
23841 status collapsed
23842
23843 \begin_layout Plain Layout
23844 きゃくちゅう@脚注 ! はいち@配置
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23854 ブルに足して、1.5
23855 \begin_inset space \thinspace{}
23856 \end_inset
23857
23858 mmの余白を追加することもできます。
23859 \end_layout
23860
23861 \begin_layout Standard
23862
23863 \series bold
23864
23865 \backslash
23866 let
23867 \backslash
23868 myFoot
23869 \backslash
23870 footnote
23871 \begin_inset Newline newline
23872 \end_inset
23873
23874
23875 \backslash
23876 renewcommand{
23877 \backslash
23878 footnote}[1]{
23879 \backslash
23880 myFoot{#1
23881 \backslash
23882 vspace{1.5mm}}}
23883 \end_layout
23884
23885 \begin_layout Standard
23886 \begin_inset VSpace bigskip
23887 \end_inset
23888
23889 二段組文書では、脚注は各段底部に表示されます(図
23890 \begin_inset CommandInset ref
23891 LatexCommand ref
23892 reference "fig:標準的脚注配置"
23893
23894 \end_inset
23895
23896 )。図
23897 \begin_inset CommandInset ref
23898 LatexCommand ref
23899 reference "fig:ftnright脚注配置"
23900
23901 \end_inset
23902
23903 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23904 \end_layout
23905
23906 \begin_layout Standard
23907
23908 \series bold
23909
23910 \backslash
23911 usepackage{ftnright}
23912 \end_layout
23913
23914 \begin_layout Standard
23915 というコマンドを書いて、LaTeXパッケージ
23916 \series bold
23917 ftnright
23918 \series default
23919
23920 \begin_inset Index idx
23921 status collapsed
23922
23923 \begin_layout Plain Layout
23924 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23925 \end_layout
23926
23927 \end_inset
23928
23929 を読み込みます。
23930 \begin_inset Float figure
23931 placement !h
23932 wide false
23933 sideways false
23934 status open
23935
23936 \begin_layout Plain Layout
23937 \begin_inset ERT
23938 status collapsed
23939
23940 \begin_layout Plain Layout
23941
23942
23943 \backslash
23944 framebox{
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \begin_inset Graphics
23951         filename ../clipart/without_fntright.pdf
23952         width 100col%
23953         scaleBeforeRotation
23954
23955 \end_inset
23956
23957
23958 \begin_inset ERT
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962
23963 }
23964 \end_layout
23965
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \begin_layout Plain Layout
23972 \begin_inset Caption
23973
23974 \begin_layout Plain Layout
23975 \begin_inset CommandInset label
23976 LatexCommand label
23977 name "fig:標準的脚注配置"
23978
23979 \end_inset
23980
23981 二段組文書の標準的な脚注配置
23982 \end_layout
23983
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \begin_layout Standard
23995 \begin_inset Float figure
23996 placement !h
23997 wide false
23998 sideways false
23999 status open
24000
24001 \begin_layout Plain Layout
24002 \begin_inset ERT
24003 status collapsed
24004
24005 \begin_layout Plain Layout
24006
24007
24008 \backslash
24009 framebox{
24010 \end_layout
24011
24012 \end_inset
24013
24014
24015 \begin_inset Graphics
24016         filename ../clipart/with_fntright.pdf
24017         width 100col%
24018         scaleBeforeRotation
24019
24020 \end_inset
24021
24022
24023 \begin_inset ERT
24024 status collapsed
24025
24026 \begin_layout Plain Layout
24027
24028 }
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \begin_layout Plain Layout
24037 \begin_inset Caption
24038
24039 \begin_layout Plain Layout
24040 \begin_inset CommandInset label
24041 LatexCommand label
24042 name "fig:ftnright脚注配置"
24043
24044 \end_inset
24045
24046 LaTeXパッケージ
24047 \series bold
24048 ftnright
24049 \series default
24050 を使用したときの二段組文書の脚注配置
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 \begin_inset VSpace bigskip
24065 \end_inset
24066
24067 科学的文献に於いては、図
24068 \begin_inset CommandInset ref
24069 LatexCommand ref
24070 reference "fig:後注"
24071
24072 \end_inset
24073
24074 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24075 \begin_inset Index idx
24076 status collapsed
24077
24078 \begin_layout Plain Layout
24079 こちゅう@後注
24080 \end_layout
24081
24082 \end_inset
24083
24084 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24085 \family sans
24086 文書\SpecialChar \menuseparator
24087 設定\SpecialChar \menuseparator
24088 モジュール
24089 \family default
24090 メニューで
24091 \family sans
24092 脚注から後注へ
24093 \family default
24094 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24095 \end_layout
24096
24097 \begin_layout Standard
24098
24099 \series bold
24100
24101 \backslash
24102 theendnotes
24103 \end_layout
24104
24105 \begin_layout Standard
24106 というコマンドを挿入してください。
24107 \end_layout
24108
24109 \begin_layout Standard
24110 \begin_inset Float figure
24111 wide false
24112 sideways false
24113 status open
24114
24115 \begin_layout Plain Layout
24116 \align center
24117 \begin_inset ERT
24118 status collapsed
24119
24120 \begin_layout Plain Layout
24121
24122
24123 \backslash
24124 framebox{
24125 \end_layout
24126
24127 \end_inset
24128
24129
24130 \begin_inset Graphics
24131         filename ../clipart/endnotes.pdf
24132         scaleBeforeRotation
24133
24134 \end_inset
24135
24136
24137 \begin_inset ERT
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141
24142 }
24143 \end_layout
24144
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Plain Layout
24151 \begin_inset Caption
24152
24153 \begin_layout Plain Layout
24154 \begin_inset CommandInset label
24155 LatexCommand label
24156 name "fig:後注"
24157
24158 \end_inset
24159
24160 後注 – 注を節ないし章末に別段落として印字します。
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset VSpace medskip
24175 \end_inset
24176
24177 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24178 \end_layout
24179
24180 \begin_layout Standard
24181
24182 \series bold
24183
24184 \backslash
24185 renewcommand{
24186 \backslash
24187 notesname}{Anmerkungen}
24188 \end_layout
24189
24190 \begin_layout Standard
24191 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24192 \end_layout
24193
24194 \begin_layout Standard
24195 \begin_inset VSpace medskip
24196 \end_inset
24197
24198
24199 \begin_inset CommandInset ref
24200 LatexCommand ref
24201 reference "sub:脚注の付番"
24202
24203 \end_inset
24204
24205 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24206 \series bold
24207
24208 \backslash
24209 thefootnote
24210 \series default
24211 コマンドの代わりに
24212 \series bold
24213
24214 \backslash
24215 theendnote
24216 \series default
24217 を用いてください。後注番号をリセットするには、第
24218 \begin_inset CommandInset ref
24219 LatexCommand ref
24220 reference "sub:脚注の付番"
24221
24222 \end_inset
24223
24224 節で述べたコマンド
24225 \series bold
24226
24227 \backslash
24228 @addtoreset
24229 \series default
24230 の、パラメータ
24231 \series bold
24232 footnote
24233 \series default
24234
24235 \series bold
24236 endnote
24237 \series default
24238 に変えて、使用してください。
24239 \end_layout
24240
24241 \begin_layout Standard
24242 後注の印だけを作成するには、第
24243 \begin_inset CommandInset ref
24244 LatexCommand ref
24245 reference "sec:脚注"
24246
24247 \end_inset
24248
24249 節で説明した
24250 \series bold
24251
24252 \backslash
24253 footnotemark
24254 \series default
24255 コマンドの代わりに、
24256 \series bold
24257
24258 \backslash
24259 endnotemark[番号]
24260 \series default
24261 コマンドを使用してください。
24262 \end_layout
24263
24264 \begin_layout Standard
24265 \begin_inset VSpace bigskip
24266 \end_inset
24267
24268 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24269 \series bold
24270 footmisc
24271 \series default
24272
24273 \begin_inset Index idx
24274 status collapsed
24275
24276 \begin_layout Plain Layout
24277 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24278 \end_layout
24279
24280 \end_inset
24281
24282
24283 \begin_inset CommandInset citation
24284 LatexCommand cite
24285 key "footmisc"
24286
24287 \end_inset
24288
24289 を参照してください。
24290 \end_layout
24291
24292 \begin_layout Standard
24293 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24294 \begin_inset CommandInset citation
24295 LatexCommand cite
24296 key "latexcompanion,latexguide,latexbook"
24297
24298 \end_inset
24299
24300 に載っています。 
24301 \lang english
24302 If you are using a
24303 \lang japanese
24304  
24305 \series bold
24306 KOMA-Script
24307 \series default
24308
24309 \begin_inset Index idx
24310 status collapsed
24311
24312 \begin_layout Plain Layout
24313 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24314 \end_layout
24315
24316 \end_inset
24317
24318  
24319 \lang english
24320 document class, you can adjust all footnote settings using class-specific
24321  commands, see
24322 \lang japanese
24323  
24324 \begin_inset CommandInset citation
24325 LatexCommand cite
24326 key "KOMA-Script"
24327
24328 \end_inset
24329
24330 .
24331 \end_layout
24332
24333 \begin_layout Section
24334 傍注
24335 \begin_inset Index idx
24336 status collapsed
24337
24338 \begin_layout Plain Layout
24339 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \begin_layout Standard
24348 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24349 \family sans
24350 挿入\SpecialChar \menuseparator
24351 傍注
24352 \family default
24353 メニューかツールバーボタン
24354 \begin_inset Graphics
24355         filename ../../images/marginalnote-insert.png
24356         scale 85
24357         scaleBeforeRotation
24358
24359 \end_inset
24360
24361 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24362 \end_layout
24363
24364 \begin_layout Standard
24365 横にあるのが傍注です
24366 \begin_inset Marginal
24367 status open
24368
24369 \begin_layout Plain Layout
24370 これは傍注文です。
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Standard
24379 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24380 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset VSpace bigskip
24385 \end_inset
24386
24387 傍注を内側余白に置くには、傍注の前にTeXコードで
24388 \end_layout
24389
24390 \begin_layout Standard
24391
24392 \series bold
24393
24394 \backslash
24395 reversemarginpar
24396 \end_layout
24397
24398 \begin_layout Standard
24399 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24400 \begin_inset ERT
24401 status collapsed
24402
24403 \begin_layout Plain Layout
24404
24405
24406 \backslash
24407 reversemarginpar 
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \begin_inset Marginal
24414 status open
24415
24416 \begin_layout Plain Layout
24417 これは内側余白の傍注です。
24418 \end_layout
24419
24420 \end_inset
24421
24422
24423 \series bold
24424
24425 \begin_inset Newline newline
24426 \end_inset
24427
24428
24429 \series default
24430
24431 \begin_inset Note Greyedout
24432 status open
24433
24434 \begin_layout Plain Layout
24435 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24436 \end_layout
24437
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \begin_layout Standard
24444 既定の配置に戻すには、TeXコードで
24445 \end_layout
24446
24447 \begin_layout Standard
24448
24449 \series bold
24450
24451 \backslash
24452 normalmarginpar
24453 \end_layout
24454
24455 \begin_layout Standard
24456 というコマンドを書き加えてください。
24457 \begin_inset ERT
24458 status collapsed
24459
24460 \begin_layout Plain Layout
24461
24462
24463 \backslash
24464 normalmarginpar 
24465 \end_layout
24466
24467 \end_inset
24468
24469  
24470 \begin_inset Note Greyedout
24471 status open
24472
24473 \begin_layout Plain Layout
24474
24475 \series bold
24476 【註】
24477 \backslash
24478 reversemarginpar
24479 \series default
24480 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \begin_layout Standard
24489 \begin_inset VSpace bigskip
24490 \end_inset
24491
24492
24493 \begin_inset Marginal
24494 status open
24495
24496 \begin_layout Plain Layout
24497 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24498 \end_layout
24499
24500 \end_inset
24501
24502
24503 \begin_inset CommandInset ref
24504 LatexCommand ref
24505 reference "sub:複数行"
24506
24507 \end_inset
24508
24509 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24510 \begin_inset space \thinspace{}
24511 \end_inset
24512
24513 pt水平空白を挿入してください 
24514 \begin_inset Marginal
24515 status open
24516
24517 \begin_layout Plain Layout
24518 \begin_inset space \hspace*{}
24519 \length 0pt
24520 \end_inset
24521
24522 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Standard
24531 \begin_inset VSpace bigskip
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \begin_layout Standard
24538 \begin_inset Note Greyedout
24539 status open
24540
24541 \begin_layout Plain Layout
24542
24543 \series bold
24544 【註】
24545 \series default
24546 通常、傍注は表やフロート、脚注の中では使用することができません。
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \begin_layout Standard
24555 \begin_inset VSpace bigskip
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \begin_layout Standard
24562 \begin_inset ERT
24563 status collapsed
24564
24565 \begin_layout Plain Layout
24566
24567
24568 \backslash
24569 ifmarginnote
24570 \end_layout
24571
24572 \end_inset
24573
24574
24575 \begin_inset Note Note
24576 status open
24577
24578 \begin_layout Plain Layout
24579 以下の部分は、LaTeXパッケージ
24580 \series bold
24581 marginnote
24582 \series default
24583 が導入されているときのみ表示されます。
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \begin_layout Standard
24592 この制約は、LaTeXパッケージ
24593 \series bold
24594 marginnote
24595 \series default
24596
24597 \begin_inset Index idx
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24602 \end_layout
24603
24604 \end_inset
24605
24606 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24607 \series bold
24608 marginnote
24609 \series default
24610 パッケージが提供するコマンドを使うようになります。
24611 \end_layout
24612
24613 \begin_layout Standard
24614
24615 \series bold
24616
24617 \backslash
24618 usepackage{marginnote}
24619 \begin_inset Newline newline
24620 \end_inset
24621
24622
24623 \backslash
24624 let
24625 \backslash
24626 marginpar
24627 \backslash
24628 marginnote
24629 \end_layout
24630
24631 \begin_layout Standard
24632
24633 \series bold
24634 marginnote
24635 \series default
24636 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24637 \series bold
24638 marginnote
24639 \series default
24640 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24641 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24642 \end_layout
24643
24644 \begin_layout Standard
24645
24646 \series bold
24647 [オフセット]
24648 \end_layout
24649
24650 \begin_layout Standard
24651 という形で書くことで設定することができます。ここで「オフセット」には、表
24652 \begin_inset CommandInset ref
24653 LatexCommand ref
24654 reference "tab:単位"
24655
24656 \end_inset
24657
24658 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24659 \series bold
24660 [-1.5cm]
24661 \series default
24662 」を使用して、1.5
24663 \begin_inset space \thinspace{}
24664 \end_inset
24665
24666 cm上にずらしてあります
24667 \begin_inset Marginal
24668 status open
24669
24670 \begin_layout Plain Layout
24671 この傍注は、本来の位置よりも1.5
24672 \begin_inset space \thinspace{}
24673 \end_inset
24674
24675 cm上にずらしてあります。
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \begin_inset ERT
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685
24686 [-1.5cm]
24687 \end_layout
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \begin_layout Standard
24695 \begin_inset VSpace medskip
24696 \end_inset
24697
24698
24699 \series bold
24700 marginnote
24701 \series default
24702 を使うと、傍注の揃えを変更することもできます。たとえば、
24703 \end_layout
24704
24705 \begin_layout Standard
24706
24707 \series bold
24708
24709 \backslash
24710 renewcommand*{
24711 \backslash
24712 raggedleftmarginnote}{
24713 \backslash
24714 centering}
24715 \begin_inset Newline newline
24716 \end_inset
24717
24718
24719 \backslash
24720 renewcommand*{
24721 \backslash
24722 raggedrightmarginnote}{
24723 \backslash
24724 centering}
24725 \end_layout
24726
24727 \begin_layout Standard
24728 というコマンドを使うと、中央揃えになります。
24729 \series bold
24730
24731 \backslash
24732 raggedleftmarginnote
24733 \series default
24734 とは、左側に表示されている傍注のことを指します
24735 \begin_inset ERT
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739
24740
24741 \backslash
24742 renewcommand*{
24743 \backslash
24744 raggedleftmarginnote}{
24745 \backslash
24746 centering}
24747 \end_layout
24748
24749 \begin_layout Plain Layout
24750
24751
24752 \backslash
24753 renewcommand*{
24754 \backslash
24755 raggedrightmarginnote}{
24756 \backslash
24757 centering}
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \begin_inset Marginal
24764 status open
24765
24766 \begin_layout Plain Layout
24767 この傍注の文章は中央揃えになっています。
24768 \end_layout
24769
24770 \end_inset
24771
24772 。既定の設定は、
24773 \end_layout
24774
24775 \begin_layout Standard
24776
24777 \series bold
24778
24779 \backslash
24780 renewcommand*{
24781 \backslash
24782 raggedleftmarginnote}{
24783 \backslash
24784 raggedleft}
24785 \begin_inset Newline newline
24786 \end_inset
24787
24788
24789 \backslash
24790 renewcommand*{
24791 \backslash
24792 raggedrightmarginnote}{
24793 \backslash
24794 raggedright}
24795 \series default
24796
24797 \begin_inset ERT
24798 status collapsed
24799
24800 \begin_layout Plain Layout
24801
24802
24803 \backslash
24804 renewcommand*{
24805 \backslash
24806 raggedleftmarginnote}{
24807 \backslash
24808 raggedleft}
24809 \end_layout
24810
24811 \begin_layout Plain Layout
24812
24813
24814 \backslash
24815 renewcommand*{
24816 \backslash
24817 raggedrightmarginnote}{
24818 \backslash
24819 raggedright}
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 です。
24829 \end_layout
24830
24831 \begin_layout Standard
24832 \begin_inset VSpace medskip
24833 \end_inset
24834
24835
24836 \series bold
24837 marginnote
24838 \series default
24839 の他の機能については、
24840 \begin_inset CommandInset citation
24841 LatexCommand cite
24842 key "marginnote"
24843
24844 \end_inset
24845
24846 の取扱説明書をご参照ください。
24847 \end_layout
24848
24849 \begin_layout Standard
24850 \begin_inset VSpace bigskip
24851 \end_inset
24852
24853 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24854 \family sans
24855 \series bold
24856 \bar under
24857 注意!
24858 \family default
24859 \series default
24860 \bar default
24861 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24862 \end_layout
24863
24864 \begin_layout Standard
24865
24866 \series bold
24867
24868 \backslash
24869 let
24870 \backslash
24871 myMarginpar
24872 \backslash
24873 marginpar
24874 \begin_inset Newline newline
24875 \end_inset
24876
24877
24878 \backslash
24879 renewcommand{
24880 \backslash
24881 marginpar}[1]{
24882 \backslash
24883 myMarginpar{%
24884 \begin_inset Newline newline
24885 \end_inset
24886
24887
24888 \begin_inset Phantom HPhantom
24889 status open
24890
24891 \begin_layout Plain Layout
24892
24893 \series bold
24894 \begin_inset space ~
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \backslash
24904 hspace{0pt}
24905 \backslash
24906 textsf{
24907 \backslash
24908 textbf{
24909 \backslash
24910 underbar{注意!}}}%
24911 \begin_inset Newline newline
24912 \end_inset
24913
24914
24915 \begin_inset Phantom HPhantom
24916 status open
24917
24918 \begin_layout Plain Layout
24919
24920 \series bold
24921 \begin_inset space ~
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \backslash
24931 vspace{1.5mm}
24932 \backslash
24933
24934 \backslash
24935 #1}}
24936 \end_layout
24937
24938 \begin_layout Standard
24939 \begin_inset ERT
24940 status collapsed
24941
24942 \begin_layout Plain Layout
24943
24944
24945 \backslash
24946 let
24947 \backslash
24948 myMarginpar
24949 \backslash
24950 marginpar
24951 \end_layout
24952
24953 \begin_layout Plain Layout
24954
24955
24956 \backslash
24957 renewcommand{
24958 \backslash
24959 marginpar}[1]{
24960 \backslash
24961 myMarginpar{%
24962 \end_layout
24963
24964 \begin_layout Plain Layout
24965
24966    
24967 \backslash
24968 textsf{
24969 \backslash
24970 textbf{
24971 \backslash
24972 underbar{注意!}}}%
24973 \end_layout
24974
24975 \begin_layout Plain Layout
24976
24977    
24978 \backslash
24979 vspace{1.5mm}
24980 \backslash
24981
24982 \backslash
24983 #1}}
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \begin_inset Marginal
24990 status open
24991
24992 \begin_layout Plain Layout
24993 これは、定義したヘッダをつけた傍注です。
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \begin_inset ERT
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003
25004 [-1.5cm]
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \begin_inset ERT
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014
25015
25016 \backslash
25017 renewcommand{
25018 \backslash
25019 marginpar}[1]{
25020 \backslash
25021 myMarginpar{#1}}
25022 \end_layout
25023
25024 \end_inset
25025
25026
25027 \begin_inset Note Note
25028 status open
25029
25030 \begin_layout Plain Layout
25031 傍注書式は、この例の分だけ変更してあります。
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \begin_inset ERT
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044
25045
25046 \backslash
25047 else
25048 \end_layout
25049
25050 \end_inset
25051
25052
25053 \begin_inset Note Note
25054 status open
25055
25056 \begin_layout Plain Layout
25057 以下の部分は、LaTeXパッケージ
25058 \series bold
25059 marginnote
25060 \series default
25061 が導入されていないときのみ表示されます。
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \begin_layout Standard
25070 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25071 \series bold
25072 marginnote
25073 \series default
25074 を導入する必要があります。
25075 \end_layout
25076
25077 \begin_layout Standard
25078 \begin_inset ERT
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082
25083
25084 \backslash
25085 fi
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \begin_layout Chapter
25094 ボックス
25095 \end_layout
25096
25097 \begin_layout Section
25098 はじめに
25099 \begin_inset Index idx
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 ぼっくす@ボックス ! はじめに
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25113 \begin_inset CommandInset ref
25114 LatexCommand ref
25115 reference "sec:ミニページ"
25116
25117 \end_inset
25118
25119 節参照)、文章を囲ったり(第
25120 \begin_inset CommandInset ref
25121 LatexCommand ref
25122 reference "sec:装飾"
25123
25124 \end_inset
25125
25126 節参照)、単語がハイフネートされるのを予防したり(第
25127 \begin_inset CommandInset ref
25128 LatexCommand ref
25129 reference "sec:ハイフネーションの回避"
25130
25131 \end_inset
25132
25133 節参照)、文章を揃えたり(第
25134 \begin_inset CommandInset ref
25135 LatexCommand ref
25136 reference "sub:垂直揃え"
25137
25138 \end_inset
25139
25140 節参照)、あるいは文章の背景色を設定したり(第
25141 \begin_inset CommandInset ref
25142 LatexCommand ref
25143 reference "sec:色付きボックス"
25144
25145 \end_inset
25146
25147 節参照)するのに使用します。
25148 \end_layout
25149
25150 \begin_layout Standard
25151 ボックスは、
25152 \family sans
25153 挿入\SpecialChar \menuseparator
25154 ボックス
25155 \family default
25156 メニューかツールバーボタン
25157 \begin_inset Graphics
25158         filename ../../images/box-insert.png
25159         scale 85
25160         scaleBeforeRotation
25161
25162 \end_inset
25163
25164 を使って挿入することができます。すると、
25165 \begin_inset Graphics
25166         filename ../clipart/BoxInsetDefaultQt4.png
25167         scale 85
25168         scaleBeforeRotation
25169
25170 \end_inset
25171
25172 のように
25173 \family sans
25174 ボックス(minipage環境)
25175 \family default
25176 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25177 \family sans
25178 設定
25179 \family default
25180 メニューを選択すると現れるボックスダイアログでは、
25181 \family sans
25182 parboxコマンド
25183 \family default
25184
25185 \family sans
25186 minipage環境
25187 \family default
25188 の二つの
25189 \family sans
25190 内部ボックス
25191 \family default
25192 型を選択することができます。
25193 \family sans
25194 minipage
25195 \family default
25196 型は、新規ボックスの既定値となっており、第
25197 \begin_inset CommandInset ref
25198 LatexCommand ref
25199 reference "sec:ミニページ"
25200
25201 \end_inset
25202
25203 節で説明します。
25204 \family sans
25205 parbox
25206 \family default
25207 型については第
25208 \begin_inset CommandInset ref
25209 LatexCommand ref
25210 reference "sec:Parboxes"
25211
25212 \end_inset
25213
25214 節、
25215 \family sans
25216 makebox
25217 \family default
25218 型については第
25219 \begin_inset CommandInset ref
25220 LatexCommand ref
25221 reference "sec:ハイフネーションの回避"
25222
25223 \end_inset
25224
25225 節で述べます。
25226 \end_layout
25227
25228 \begin_layout Standard
25229 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25230 \end_layout
25231
25232 \begin_layout Standard
25233 \begin_inset Note Greyedout
25234 status open
25235
25236 \begin_layout Plain Layout
25237 【註】ボックスは、
25238 \family sans
25239 箇条書き(記号)
25240 \family default
25241 環境や
25242 \family sans
25243 箇条書き(記述)
25244 \family default
25245 環境の単独要素とすべきではありません。
25246 \end_layout
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \begin_layout Standard
25254 \begin_inset Note Greyedout
25255 status open
25256
25257 \begin_layout Plain Layout
25258 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25259 \family sans
25260 内部ボックス
25261 \family default
25262 型は
25263 \family sans
25264 なし
25265 \family default
25266 にしか設定することができません。
25267 \family sans
25268 内部ボックス
25269 \family default
25270 型や枠のないボックスについては、第
25271 \begin_inset CommandInset ref
25272 LatexCommand ref
25273 reference "sec:ハイフネーションの回避"
25274
25275 \end_inset
25276
25277 節で説明します。
25278 \end_layout
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \begin_layout Section
25286 ボックスダイアログ
25287 \begin_inset CommandInset label
25288 LatexCommand label
25289 name "sec:ボックスダイアログ"
25290
25291 \end_inset
25292
25293
25294 \begin_inset Index idx
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25299 \end_layout
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Subsection
25307 寸法
25308 \begin_inset Index idx
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312 ぼっくす@ボックス ! すんぽう@寸法
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \begin_layout Standard
25321 ボックスダイアログでは、
25322 \family sans
25323
25324 \family default
25325
25326 \family sans
25327 高さ
25328 \family default
25329 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25330 \begin_inset CommandInset ref
25331 LatexCommand ref
25332 reference "tab:単位"
25333
25334 \end_inset
25335
25336 に説明されています。
25337 \family sans
25338 高さ
25339 \family default
25340 フィールドには、加えて以下の寸法を使用することができます。
25341 \end_layout
25342
25343 \begin_layout Description
25344 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25345 \begin_inset Newline newline
25346 \end_inset
25347
25348
25349 \begin_inset Newline newline
25350 \end_inset
25351
25352
25353 \begin_inset Newline newline
25354 \end_inset
25355
25356
25357 \begin_inset Box Boxed
25358 position "c"
25359 hor_pos "c"
25360 has_inner_box 1
25361 inner_pos "c"
25362 use_parbox 0
25363 use_makebox 0
25364 width "12col%"
25365 special "none"
25366 height "1in"
25367 height_special "depth"
25368 status open
25369
25370 \begin_layout Plain Layout
25371 \align center
25372 高さを1階層に設定したボックス
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \begin_inset Newline newline
25379 \end_inset
25380
25381
25382 \begin_inset Newline newline
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Description
25389 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25390 \begin_inset Box Boxed
25391 position "c"
25392 hor_pos "c"
25393 has_inner_box 1
25394 inner_pos "c"
25395 use_parbox 0
25396 use_makebox 0
25397 width "20col%"
25398 special "none"
25399 height "2in"
25400 height_special "height"
25401 status open
25402
25403 \begin_layout Plain Layout
25404 \align center
25405 高さを2高さに設定したボックス
25406 \end_layout
25407
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \begin_layout Description
25414 全高 これは「高さ」+「階層」です。
25415 \begin_inset Box Boxed
25416 position "c"
25417 hor_pos "c"
25418 has_inner_box 1
25419 inner_pos "c"
25420 use_parbox 0
25421 use_makebox 0
25422 width "20col%"
25423 special "none"
25424 height "1in"
25425 height_special "totalheight"
25426 status open
25427
25428 \begin_layout Plain Layout
25429 \align center
25430 高さを1全高に設定したボックス
25431 \end_layout
25432
25433 \end_inset
25434
25435
25436 \end_layout
25437
25438 \begin_layout Description
25439 幅 これはボックスの幅を高さに設定します。
25440 \begin_inset Box Boxed
25441 position "c"
25442 hor_pos "c"
25443 has_inner_box 1
25444 inner_pos "c"
25445 use_parbox 0
25446 use_makebox 0
25447 width "12col%"
25448 special "none"
25449 height "1in"
25450 height_special "width"
25451 status open
25452
25453 \begin_layout Plain Layout
25454 \align center
25455 高さを1幅に設定したボックス
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \begin_layout Subsection
25464 文字揃え
25465 \begin_inset Index idx
25466 status collapsed
25467
25468 \begin_layout Plain Layout
25469 ぼっくす@ボックス ! もじそろえ@文字揃え
25470 \end_layout
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Standard
25478
25479 \family sans
25480 内部ボックス
25481 \family default
25482 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25483 \end_layout
25484
25485 \begin_layout Description
25486 上 これは例示のための本文行です。
25487 \begin_inset Box Boxed
25488 position "t"
25489 hor_pos "c"
25490 has_inner_box 1
25491 inner_pos "c"
25492 use_parbox 0
25493 use_makebox 0
25494 width "12col%"
25495 special "none"
25496 height "1in"
25497 height_special "totalheight"
25498 status open
25499
25500 \begin_layout Plain Layout
25501 \align center
25502 このボックスは上揃えです。
25503 \end_layout
25504
25505 \end_inset
25506
25507 これは例示のための本文行です。
25508 \end_layout
25509
25510 \begin_layout Description
25511 中央 これは例示のための本文行です。
25512 \begin_inset Box Boxed
25513 position "c"
25514 hor_pos "c"
25515 has_inner_box 1
25516 inner_pos "c"
25517 use_parbox 0
25518 use_makebox 0
25519 width "12col%"
25520 special "none"
25521 height "1in"
25522 height_special "totalheight"
25523 status open
25524
25525 \begin_layout Plain Layout
25526 \align center
25527 このボックスは中央揃えです。
25528 \end_layout
25529
25530 \end_inset
25531
25532 これは例示のための本文行です。
25533 \end_layout
25534
25535 \begin_layout Description
25536 下 これは例示のための本文行です。
25537 \begin_inset Box Boxed
25538 position "b"
25539 hor_pos "c"
25540 has_inner_box 1
25541 inner_pos "c"
25542 use_parbox 0
25543 use_makebox 0
25544 width "12col%"
25545 special "none"
25546 height "1in"
25547 height_special "totalheight"
25548 status open
25549
25550 \begin_layout Plain Layout
25551 \align center
25552 このボックスは下揃えです。
25553 \end_layout
25554
25555 \end_inset
25556
25557 これは例示のための本文行です。
25558 \end_layout
25559
25560 \begin_layout Standard
25561 \begin_inset Note Greyedout
25562 status open
25563
25564 \begin_layout Plain Layout
25565
25566 \series bold
25567 【註】
25568 \series default
25569 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25570 \end_layout
25571
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \begin_layout Standard
25578 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25579 \end_layout
25580
25581 \begin_layout Standard
25582 \begin_inset VSpace bigskip
25583 \end_inset
25584
25585
25586 \family sans
25587 内部ボックス
25588 \family default
25589 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25590 \end_layout
25591
25592 \begin_layout Description
25593 上 これは例示のための本文行です。
25594 \begin_inset Box Boxed
25595 position "c"
25596 hor_pos "c"
25597 has_inner_box 1
25598 inner_pos "t"
25599 use_parbox 0
25600 use_makebox 0
25601 width "12col%"
25602 special "none"
25603 height "1.5in"
25604 height_special "totalheight"
25605 status open
25606
25607 \begin_layout Plain Layout
25608 \align center
25609 このボックスの文章は上揃えです。
25610 \end_layout
25611
25612 \end_inset
25613
25614 これは例示のための本文行です。
25615 \end_layout
25616
25617 \begin_layout Description
25618 中央 これは例示のための本文行です。
25619 \begin_inset Box Boxed
25620 position "c"
25621 hor_pos "c"
25622 has_inner_box 1
25623 inner_pos "c"
25624 use_parbox 0
25625 use_makebox 0
25626 width "12col%"
25627 special "none"
25628 height "1.5in"
25629 height_special "totalheight"
25630 status open
25631
25632 \begin_layout Plain Layout
25633 \align center
25634 このボックスの文章は中央揃えです。
25635 \end_layout
25636
25637 \end_inset
25638
25639 これは例示のための本文行です。
25640 \end_layout
25641
25642 \begin_layout Description
25643 下 これは例示のための本文行です。
25644 \begin_inset Box Boxed
25645 position "c"
25646 hor_pos "c"
25647 has_inner_box 1
25648 inner_pos "b"
25649 use_parbox 0
25650 use_makebox 0
25651 width "12col%"
25652 special "none"
25653 height "1.5in"
25654 height_special "totalheight"
25655 status open
25656
25657 \begin_layout Plain Layout
25658 \align center
25659 このボックスの文章は下揃えです。
25660 \end_layout
25661
25662 \end_inset
25663
25664 これは例示のための本文行です。
25665 \end_layout
25666
25667 \begin_layout Description
25668 広げる これは例示のための本文行です。
25669 \begin_inset Box Boxed
25670 position "c"
25671 hor_pos "c"
25672 has_inner_box 1
25673 inner_pos "s"
25674 use_parbox 0
25675 use_makebox 0
25676 width "17col%"
25677 special "none"
25678 height "1.5in"
25679 height_special "totalheight"
25680 status open
25681
25682 \begin_layout Plain Layout
25683 \align center
25684 このボックスの
25685 \end_layout
25686
25687 \begin_layout Plain Layout
25688 \align center
25689 文章は広げて
25690 \end_layout
25691
25692 \begin_layout Plain Layout
25693 \align center
25694 あります。
25695 \end_layout
25696
25697 \end_inset
25698
25699 これは例示のための本文行です。
25700 \end_layout
25701
25702 \begin_layout Standard
25703 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25704 \end_layout
25705
25706 \begin_layout Standard
25707 \begin_inset VSpace bigskip
25708 \end_inset
25709
25710
25711 \family sans
25712 内部ボックス
25713 \family default
25714 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25715 \end_layout
25716
25717 \begin_layout Standard
25718 \align center
25719 \begin_inset Box Boxed
25720 position "c"
25721 hor_pos "c"
25722 has_inner_box 1
25723 inner_pos "s"
25724 use_parbox 0
25725 use_makebox 0
25726 width "25col%"
25727 special "none"
25728 height "1.25in"
25729 height_special "totalheight"
25730 status open
25731
25732 \begin_layout Plain Layout
25733 \align left
25734 このボックスの
25735 \end_layout
25736
25737 \begin_layout Plain Layout
25738 \align center
25739 文章は広げて
25740 \end_layout
25741
25742 \begin_layout Plain Layout
25743 \align right
25744 あります。
25745 \end_layout
25746
25747 \end_inset
25748
25749
25750 \end_layout
25751
25752 \begin_layout Standard
25753
25754 \family sans
25755 内部ボックス
25756 \family default
25757 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25758 \end_layout
25759
25760 \begin_layout Standard
25761 \align center
25762 \begin_inset Box Boxed
25763 position "c"
25764 hor_pos "s"
25765 has_inner_box 0
25766 inner_pos "s"
25767 use_parbox 0
25768 use_makebox 0
25769 width "90col%"
25770 special "none"
25771 height "1.25in"
25772 height_special "totalheight"
25773 status open
25774
25775 \begin_layout Plain Layout
25776 このボックスの文章は水平方向に広げてあります。
25777 \end_layout
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Subsection
25785 装飾
25786 \begin_inset CommandInset label
25787 LatexCommand label
25788 name "sec:装飾"
25789
25790 \end_inset
25791
25792
25793 \begin_inset Index idx
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797 ぼっくす@ボックス ! そうしょく@装飾
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \begin_layout Standard
25806 ボックス型は、ボックスダイアログ中の
25807 \family sans
25808 装飾
25809 \family default
25810 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25811 \end_layout
25812
25813 \begin_layout Description
25814 縁なし 枠を描きません。
25815 \end_layout
25816
25817 \begin_layout Description
25818 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25819 \series bold
25820
25821 \backslash
25822 fboxrule
25823 \series default
25824 の値になります。 
25825 \begin_inset Box Boxed
25826 position "c"
25827 hor_pos "c"
25828 has_inner_box 1
25829 inner_pos "c"
25830 use_parbox 0
25831 use_makebox 0
25832 width "20col%"
25833 special "none"
25834 height "1in"
25835 height_special "totalheight"
25836 status open
25837
25838 \begin_layout Plain Layout
25839 \align center
25840 長方形の箱型
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Description
25849 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25850 \begin_inset space \thinspace{}
25851 \end_inset
25852
25853 ptです。 
25854 \begin_inset Box ovalbox
25855 position "c"
25856 hor_pos "c"
25857 has_inner_box 1
25858 inner_pos "c"
25859 use_parbox 0
25860 use_makebox 0
25861 width "20col%"
25862 special "none"
25863 height "1in"
25864 height_special "totalheight"
25865 status open
25866
25867 \begin_layout Plain Layout
25868 \align center
25869 楕円形の箱型(細線)
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \begin_layout Description
25878 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25879 \begin_inset space \thinspace{}
25880 \end_inset
25881
25882 ptです。 
25883 \begin_inset Box Ovalbox
25884 position "c"
25885 hor_pos "c"
25886 has_inner_box 1
25887 inner_pos "c"
25888 use_parbox 0
25889 use_makebox 0
25890 width "20col%"
25891 special "none"
25892 height "1in"
25893 height_special "totalheight"
25894 status open
25895
25896 \begin_layout Plain Layout
25897 \align center
25898 楕円形の箱型(太線)
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \begin_layout Description
25907 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25908 \series bold
25909
25910 \backslash
25911 fboxrule
25912 \series default
25913 の値になり、影の幅は4
25914 \begin_inset space \thinspace{}
25915 \end_inset
25916
25917 ptになります。
25918 \begin_inset Box Shadowbox
25919 position "c"
25920 hor_pos "c"
25921 has_inner_box 1
25922 inner_pos "c"
25923 use_parbox 0
25924 use_makebox 0
25925 width "20col%"
25926 special "none"
25927 height "1in"
25928 height_special "totalheight"
25929 status open
25930
25931 \begin_layout Plain Layout
25932 \align center
25933 影付きの箱型
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Description
25942 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25943 \begin_inset Foot
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947
25948 \begin_inset CommandInset ref
25949 LatexCommand ref
25950 reference "sec:色付きボックス"
25951
25952 \end_inset
25953
25954 節を参照のこと。
25955 \end_layout
25956
25957 \end_inset
25958
25959 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25960 \begin_inset Box Shaded
25961 position "t"
25962 hor_pos "c"
25963 has_inner_box 0
25964 inner_pos "t"
25965 use_parbox 0
25966 use_makebox 0
25967 width "50col%"
25968 special "none"
25969 height "1in"
25970 height_special "totalheight"
25971 status open
25972
25973 \begin_layout Plain Layout
25974 影付き背景の箱型
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \begin_layout Description
25983 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25984 \begin_inset space \thinspace{}
25985 \end_inset
25986
25987
25988 \series bold
25989
25990 \backslash
25991 fboxrule
25992 \series default
25993 であり、外側の枠線の太さは1.5
25994 \begin_inset space \thinspace{}
25995 \end_inset
25996
25997
25998 \series bold
25999
26000 \backslash
26001 fboxrule
26002 \series default
26003 です。枠線間の距離は1.5
26004 \begin_inset space \thinspace{}
26005 \end_inset
26006
26007
26008 \series bold
26009
26010 \backslash
26011 fboxrule
26012 \series default
26013
26014 \begin_inset space \thinspace{}
26015 \end_inset
26016
26017 +
26018 \begin_inset space \thinspace{}
26019 \end_inset
26020
26021 0.5
26022 \begin_inset space \thinspace{}
26023 \end_inset
26024
26025 ptです。 
26026 \begin_inset Box Doublebox
26027 position "c"
26028 hor_pos "c"
26029 has_inner_box 1
26030 inner_pos "c"
26031 use_parbox 0
26032 use_makebox 0
26033 width "20col%"
26034 special "none"
26035 height "1in"
26036 height_special "totalheight"
26037 status open
26038
26039 \begin_layout Plain Layout
26040 \align center
26041 二重の長方形の箱型
26042 \end_layout
26043
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \begin_layout Standard
26050 \begin_inset VSpace bigskip
26051 \end_inset
26052
26053 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26054 \series bold
26055 fancybox
26056 \series default
26057
26058 \begin_inset Index idx
26059 status collapsed
26060
26061 \begin_layout Plain Layout
26062 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26063 \end_layout
26064
26065 \end_inset
26066
26067 が導入済みでなくてはなりません。
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \begin_inset VSpace bigskip
26072 \end_inset
26073
26074 装飾として
26075 \family sans
26076 簡素な長方形の箱型
26077 \family default
26078 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26079 れ、このボックス型では
26080 \series bold
26081
26082 \backslash
26083 fboxrule
26084 \series default
26085
26086 \series bold
26087
26088 \backslash
26089 fboxsep
26090 \series default
26091 は無効となります。枠線の太さは
26092 \series bold
26093
26094 \backslash
26095 FrameRule
26096 \series default
26097 の値になります。 
26098 \begin_inset Box Framed
26099 position "t"
26100 hor_pos "c"
26101 has_inner_box 0
26102 inner_pos "t"
26103 use_parbox 0
26104 use_makebox 0
26105 width "100col%"
26106 special "none"
26107 height "1in"
26108 height_special "totalheight"
26109 status collapsed
26110
26111 \begin_layout Plain Layout
26112 改行可能な箱型
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \begin_layout Section
26121 ボックスの詳細な設定
26122 \begin_inset Index idx
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26127 \end_layout
26128
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \begin_layout Standard
26135 寸法
26136 \series bold
26137
26138 \backslash
26139 fboxrule
26140 \series default
26141 の既定値は0.4
26142 \begin_inset space \thinspace{}
26143 \end_inset
26144
26145 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26146 \begin_inset space \thinspace{}
26147 \end_inset
26148
26149 ptに変更することができます。
26150 \end_layout
26151
26152 \begin_layout Standard
26153
26154 \series bold
26155
26156 \backslash
26157 setlength{
26158 \backslash
26159 fboxrule}{2pt}
26160 \end_layout
26161
26162 \begin_layout Standard
26163 \begin_inset ERT
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168
26169 \backslash
26170 setlength{
26171 \backslash
26172 fboxrule}{2pt}
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \begin_inset Box Boxed
26179 position "c"
26180 hor_pos "c"
26181 has_inner_box 1
26182 inner_pos "c"
26183 use_parbox 0
26184 use_makebox 0
26185 width "25col%"
26186 special "none"
26187 height "1in"
26188 height_special "totalheight"
26189 status open
26190
26191 \begin_layout Plain Layout
26192 \align center
26193
26194 \series bold
26195
26196 \backslash
26197 fboxrule
26198 \series default
26199
26200 \begin_inset space \thinspace{}
26201 \end_inset
26202
26203 =
26204 \begin_inset space \thinspace{}
26205 \end_inset
26206
26207 2
26208 \begin_inset space \thinspace{}
26209 \end_inset
26210
26211 ptの長方形の箱型
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 setlength{
26225 \backslash
26226 fboxrule}{0.4pt}
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \begin_layout Standard
26235 \begin_inset VSpace bigskip
26236 \end_inset
26237
26238 枠とボックスの内容との空白は、すべての枠様式について3
26239 \begin_inset space \thinspace{}
26240 \end_inset
26241
26242 ptが既定値になっています。これは、長さ
26243 \series bold
26244
26245 \backslash
26246 fboxsep
26247 \series default
26248 を別の値に設定することによって変更することができます。たとえば
26249 \end_layout
26250
26251 \begin_layout Standard
26252
26253 \series bold
26254
26255 \backslash
26256 setlength{
26257 \backslash
26258 fboxsep}{10pt}
26259 \end_layout
26260
26261 \begin_layout Standard
26262 というコマンドは、この値を10
26263 \begin_inset space \thinspace{}
26264 \end_inset
26265
26266 ptにし、以下のボックスのようになります。
26267 \end_layout
26268
26269 \begin_layout Standard
26270 \begin_inset ERT
26271 status collapsed
26272
26273 \begin_layout Plain Layout
26274
26275
26276 \backslash
26277 setlength{
26278 \backslash
26279 fboxsep}{10pt}
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \begin_inset Box Boxed
26286 position "c"
26287 hor_pos "c"
26288 has_inner_box 1
26289 inner_pos "c"
26290 use_parbox 0
26291 use_makebox 0
26292 width "25col%"
26293 special "none"
26294 height "1in"
26295 height_special "totalheight"
26296 status open
26297
26298 \begin_layout Plain Layout
26299 \align center
26300
26301 \series bold
26302
26303 \backslash
26304 fboxsep
26305 \series default
26306
26307 \begin_inset space \thinspace{}
26308 \end_inset
26309
26310 =
26311 \begin_inset space \thinspace{}
26312 \end_inset
26313
26314 10
26315 \begin_inset space \thinspace{}
26316 \end_inset
26317
26318 ptの長方形の箱型
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \begin_inset ERT
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329
26330 \backslash
26331 setlength{
26332 \backslash
26333 fboxsep}{3pt}
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Standard
26342 \begin_inset VSpace bigskip
26343 \end_inset
26344
26345 楕円形ボックスの丸い角の直径は、コマンド
26346 \series bold
26347
26348 \backslash
26349 cornersize
26350 \series default
26351 で設定することができます。
26352 \end_layout
26353
26354 \begin_layout Standard
26355
26356 \series bold
26357
26358 \backslash
26359 cornersize*{1cm}
26360 \end_layout
26361
26362 \begin_layout Standard
26363 というコマンドは、直径を1
26364 \begin_inset space \thinspace{}
26365 \end_inset
26366
26367 cmに設定します。
26368 \end_layout
26369
26370 \begin_layout Standard
26371
26372 \series bold
26373
26374 \backslash
26375 cornersize{数値}
26376 \end_layout
26377
26378 \begin_layout Standard
26379 というコマンドは、直径を
26380 \family sans
26381 数値
26382 \begin_inset space \thinspace{}
26383 \end_inset
26384
26385 ×
26386 \begin_inset space \thinspace{}
26387 \end_inset
26388
26389 (ボックスの幅と高さの小さい方)
26390 \family default
26391 に設定します。既定値は
26392 \series bold
26393
26394 \backslash
26395 cornersize{0.5}
26396 \series default
26397 です。
26398 \end_layout
26399
26400 \begin_layout Standard
26401 \begin_inset ERT
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405
26406
26407 \backslash
26408 cornersize*{1.5cm}
26409 \end_layout
26410
26411 \end_inset
26412
26413
26414 \begin_inset Box Ovalbox
26415 position "c"
26416 hor_pos "c"
26417 has_inner_box 1
26418 inner_pos "c"
26419 use_parbox 0
26420 use_makebox 0
26421 width "25col%"
26422 special "none"
26423 height "1in"
26424 height_special "totalheight"
26425 status open
26426
26427 \begin_layout Plain Layout
26428 \align center
26429
26430 \series bold
26431
26432 \backslash
26433 cornersize
26434 \series default
26435
26436 \begin_inset space \thinspace{}
26437 \end_inset
26438
26439 =
26440 \begin_inset space \thinspace{}
26441 \end_inset
26442
26443 1.5
26444 \begin_inset space \thinspace{}
26445 \end_inset
26446
26447 cmの楕円形の箱型
26448 \end_layout
26449
26450 \end_inset
26451
26452
26453 \begin_inset ERT
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457
26458
26459 \backslash
26460 cornersize{0.5}
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \begin_layout Standard
26469 \begin_inset VSpace bigskip
26470 \end_inset
26471
26472 影の大きさは、長さ
26473 \series bold
26474
26475 \backslash
26476 shadowsize
26477 \series default
26478 を変更することで調整できます。以下のボックスでは
26479 \end_layout
26480
26481 \begin_layout Standard
26482
26483 \series bold
26484
26485 \backslash
26486 setlength{
26487 \backslash
26488 shadowsize}{2pt}
26489 \end_layout
26490
26491 \begin_layout Standard
26492 というコマンドを使って、2
26493 \begin_inset space \thinspace{}
26494 \end_inset
26495
26496 ptに設定しています。
26497 \end_layout
26498
26499 \begin_layout Standard
26500 \begin_inset ERT
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504
26505
26506 \backslash
26507 setlength{
26508 \backslash
26509 shadowsize}{2pt}
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \begin_inset Box Shadowbox
26516 position "c"
26517 hor_pos "c"
26518 has_inner_box 1
26519 inner_pos "c"
26520 use_parbox 0
26521 use_makebox 0
26522 width "25col%"
26523 special "none"
26524 height "1in"
26525 height_special "totalheight"
26526 status open
26527
26528 \begin_layout Plain Layout
26529 \align center
26530
26531 \series bold
26532
26533 \backslash
26534 shadowsize
26535 \series default
26536
26537 \begin_inset space \thinspace{}
26538 \end_inset
26539
26540 =
26541 \begin_inset space \thinspace{}
26542 \end_inset
26543
26544 2
26545 \begin_inset space \thinspace{}
26546 \end_inset
26547
26548 ptの影付きボックス
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \begin_inset ERT
26555 status collapsed
26556
26557 \begin_layout Plain Layout
26558
26559
26560 \backslash
26561 setlength{
26562 \backslash
26563 shadowsize}{4pt}
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Standard
26572 \begin_inset VSpace bigskip
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \begin_layout Standard
26579 寸法
26580 \series bold
26581
26582 \backslash
26583 FrameRule
26584 \series default
26585 の既定値は0.4
26586 \begin_inset space \thinspace{}
26587 \end_inset
26588
26589 ptです。ボックスの中身と枠の間の空白の既定値は9
26590 \begin_inset space \thinspace{}
26591 \end_inset
26592
26593 ptですが、
26594 \series bold
26595
26596 \backslash
26597 FrameSep
26598 \series default
26599 の値を変えることで変更することができます。たとえば、下記の
26600 \family sans
26601 ボックス
26602 \family default
26603 の枠の外見は、
26604 \end_layout
26605
26606 \begin_layout Standard
26607
26608 \series bold
26609
26610 \backslash
26611 setlength{
26612 \backslash
26613 FrameRule}{5pt}
26614 \begin_inset Newline newline
26615 \end_inset
26616
26617
26618 \backslash
26619 setlength{
26620 \backslash
26621 FrameSep}{0.5cm}
26622 \end_layout
26623
26624 \begin_layout Standard
26625 というTeXコードコマンドで設定してあります。
26626 \begin_inset ERT
26627 status collapsed
26628
26629 \begin_layout Plain Layout
26630
26631
26632 \backslash
26633 setlength{
26634 \backslash
26635 FrameRule}{5pt}
26636 \end_layout
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 setlength{
26643 \backslash
26644 FrameSep}{0.5cm}
26645 \end_layout
26646
26647 \end_inset
26648
26649
26650 \begin_inset Box Framed
26651 position "t"
26652 hor_pos "c"
26653 has_inner_box 0
26654 inner_pos "t"
26655 use_parbox 0
26656 use_makebox 0
26657 width "100col%"
26658 special "none"
26659 height "1in"
26660 height_special "totalheight"
26661 status open
26662
26663 \begin_layout Plain Layout
26664 これは
26665 \family sans
26666 改頁可能
26667 \family default
26668 ボックスの文章です。
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \begin_inset ERT
26675 status collapsed
26676
26677 \begin_layout Plain Layout
26678
26679
26680 \backslash
26681 setlength{
26682 \backslash
26683 FrameRule}{0.4pt}
26684 \end_layout
26685
26686 \begin_layout Plain Layout
26687
26688
26689 \backslash
26690 setlength{
26691 \backslash
26692 FrameSep}{9pt}
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \begin_layout Standard
26701 \begin_inset VSpace bigskip
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \begin_layout Standard
26708
26709 \family sans
26710 影付き背景
26711 \family default
26712 ボックスでは、ボックスの内容と枠の余白の既定値は3
26713 \begin_inset space \thinspace{}
26714 \end_inset
26715
26716 ptになっていますが、
26717 \series bold
26718
26719 \backslash
26720 fboxsep
26721 \series default
26722 の値を変更することで変えられます。既定の背景色である赤色は、
26723 \series bold
26724
26725 \backslash
26726 definecolor{shadebox}
26727 \series default
26728 コマンドで局所的に変更することもできますし、
26729 \family sans
26730 ツール\SpecialChar \menuseparator
26731 設定\SpecialChar \menuseparator
26732 色\SpecialChar \menuseparator
26733 影付きボックス
26734 \family default
26735 メニューからグローバルに変更することもできます。
26736 \series bold
26737
26738 \backslash
26739 definecolor
26740 \series default
26741 コマンドの用法は第
26742 \begin_inset CommandInset ref
26743 LatexCommand ref
26744 reference "sec:色付きの表"
26745
26746 \end_inset
26747
26748
26749 \begin_inset Foot
26750 status open
26751
26752 \begin_layout Plain Layout
26753 N
26754 \series bold
26755
26756 \backslash
26757 definecolor
26758 \series default
26759 は、LaTeXパッケージの
26760 \series bold
26761 color
26762 \series default
26763 をプリアンブルに読み込む必要があります。第
26764 \begin_inset CommandInset ref
26765 LatexCommand ref
26766 reference "sec:色付きボックス"
26767
26768 \end_inset
26769
26770 節をご参照ください。.
26771 \end_layout
26772
26773 \end_inset
26774
26775 で説明されています。
26776 \end_layout
26777
26778 \begin_layout Standard
26779 たとえば、下記の影付き背景ボックスの外見は
26780 \end_layout
26781
26782 \begin_layout Standard
26783
26784 \series bold
26785
26786 \backslash
26787 setlength{
26788 \backslash
26789 fboxsep}{0.5cm}
26790 \series default
26791
26792 \begin_inset Newline newline
26793 \end_inset
26794
26795
26796 \series bold
26797
26798 \backslash
26799 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26800 \end_layout
26801
26802 \begin_layout Standard
26803 というTeXコードコマンドを使って設定してあります。
26804 \end_layout
26805
26806 \begin_layout Standard
26807 \begin_inset ERT
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811
26812
26813 \backslash
26814 setlength{
26815 \backslash
26816 fboxsep}{0.5cm}
26817 \end_layout
26818
26819 \begin_layout Plain Layout
26820
26821
26822 \backslash
26823 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \begin_inset Box Shaded
26830 position "t"
26831 hor_pos "c"
26832 has_inner_box 0
26833 inner_pos "t"
26834 use_parbox 0
26835 use_makebox 0
26836 width "100col%"
26837 special "none"
26838 height "1in"
26839 height_special "totalheight"
26840 status open
26841
26842 \begin_layout Plain Layout
26843
26844 \color yellow
26845 これは、濃緑色の背景の
26846 \family sans
26847 影付き背景
26848 \family default
26849 ボックスに入れた黄色の文章です。
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 setlength{
26863 \backslash
26864 fboxsep}{3pt}
26865 \end_layout
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 definecolor{shadecolor}{rgb}{1,0,0}
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \begin_layout Standard
26880 \begin_inset VSpace bigskip
26881 \end_inset
26882
26883 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26884 \end_layout
26885
26886 \begin_layout Section
26887 ミニページ
26888 \begin_inset CommandInset label
26889 LatexCommand label
26890 name "sec:ミニページ"
26891
26892 \end_inset
26893
26894
26895 \begin_inset Index idx
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899 ぼっくす@ボックス ! みにぺーじ@ミニページ
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \begin_layout Standard
26908 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26909 \end_layout
26910
26911 \begin_layout Standard
26912 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26913 \end_layout
26914
26915 \begin_layout Standard
26916 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26917 \family sans
26918 挿入
26919 \family default
26920 \SpecialChar \menuseparator
26921
26922 \family sans
26923 整形
26924 \family default
26925 \SpecialChar \menuseparator
26926
26927 \family sans
26928 水平方向の空白
26929 \family default
26930 メニューで挿入した水平フィルで隔てられています。
26931 \begin_inset Newpage newpage
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \begin_layout Standard
26938 \begin_inset Box Frameless
26939 position "t"
26940 hor_pos "c"
26941 has_inner_box 1
26942 inner_pos "c"
26943 use_parbox 0
26944 use_makebox 0
26945 width "45col%"
26946 special "none"
26947 height "1in"
26948 height_special "totalheight"
26949 status open
26950
26951 \begin_layout Plain Layout
26952 Dies ist ein deutscher Text.
26953  Dies ist ein deutscher Text.
26954  Dies ist ein deutscher Text.
26955  Dies ist ein deutscher Text.
26956  Dies ist ein deutscher Text.
26957  Dies ist ein deutscher Text.
26958  Dies ist ein deutscher Text.
26959  Dies ist ein deutscher Text.
26960  Dies ist ein deutscher Text.
26961  Dies ist ein deutscher Text.
26962  Dies ist ein deutscher Text.
26963  Dies ist ein deutscher Text.
26964  Dies ist ein deutscher Text
26965 \begin_inset Foot
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969 Dies ist eine deutsche Fußnote.
26970 \end_layout
26971
26972 \end_inset
26973
26974 .
26975  Dies ist ein deutscher Text.
26976  Dies ist ein deutscher Text.
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \begin_inset space \hfill{}
26983 \end_inset
26984
26985
26986 \begin_inset Box Frameless
26987 position "t"
26988 hor_pos "c"
26989 has_inner_box 1
26990 inner_pos "c"
26991 use_parbox 0
26992 use_makebox 0
26993 width "45col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status open
26998
26999 \begin_layout Plain Layout
27000 This is an English Text.
27001  This is an English Text.
27002  This is an English Text.
27003  This is an English Text.
27004  This is an English Text.
27005  This is an English Text.
27006  This is an English Text.
27007  This is an English Text.
27008  This is an English Text.
27009  This is an English Text.
27010  This is an English Text.
27011  This is an English Text.
27012  This is an English Text.
27013  This is an English Text.
27014  This is an English Text.
27015  This is an English Text.
27016 \begin_inset Foot
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020 This is an English footnote.
27021 \end_layout
27022
27023 \end_inset
27024
27025  This is an English Text.
27026  
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \begin_layout Standard
27035 \begin_inset VSpace bigskip
27036 \end_inset
27037
27038 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27039 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27040 \end_layout
27041
27042 \begin_layout Standard
27043 この表の脚注は表示されません。
27044 \begin_inset Tabular
27045 <lyxtabular version="3" rows="3" columns="4">
27046 <features tabularvalignment="middle">
27047 <column alignment="center" valignment="top" width="0pt">
27048 <column alignment="center" valignment="top" width="0pt">
27049 <column alignment="center" valignment="top" width="0pt">
27050 <column alignment="center" valignment="top" width="0pt">
27051 <row>
27052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056 1
27057 \end_layout
27058
27059 \end_inset
27060 </cell>
27061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 2
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074 3
27075 \begin_inset Foot
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079 これは表中の脚注です。
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \end_layout
27086
27087 \end_inset
27088 </cell>
27089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093 4
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 </row>
27099 <row>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113
27114 \end_layout
27115
27116 \end_inset
27117 </cell>
27118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27119 \begin_inset Text
27120
27121 \begin_layout Plain Layout
27122
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Plain Layout
27131
27132 \end_layout
27133
27134 \end_inset
27135 </cell>
27136 </row>
27137 <row>
27138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Plain Layout
27142
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27157 \begin_inset Text
27158
27159 \begin_layout Plain Layout
27160
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27166 \begin_inset Text
27167
27168 \begin_layout Plain Layout
27169
27170 \end_layout
27171
27172 \end_inset
27173 </cell>
27174 </row>
27175 </lyxtabular>
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \align center
27184 \begin_inset Box Frameless
27185 position "t"
27186 hor_pos "c"
27187 has_inner_box 1
27188 inner_pos "c"
27189 use_parbox 0
27190 use_makebox 0
27191 width "30col%"
27192 special "none"
27193 height "1in"
27194 height_special "totalheight"
27195 status open
27196
27197 \begin_layout Plain Layout
27198 \align center
27199 \begin_inset Tabular
27200 <lyxtabular version="3" rows="3" columns="4">
27201 <features tabularvalignment="middle">
27202 <column alignment="center" valignment="top" width="0pt">
27203 <column alignment="center" valignment="top" width="0pt">
27204 <column alignment="center" valignment="top" width="0pt">
27205 <column alignment="center" valignment="top" width="0pt">
27206 <row>
27207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27208 \begin_inset Text
27209
27210 \begin_layout Plain Layout
27211 1
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27217 \begin_inset Text
27218
27219 \begin_layout Plain Layout
27220 2
27221 \end_layout
27222
27223 \end_inset
27224 </cell>
27225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27226 \begin_inset Text
27227
27228 \begin_layout Plain Layout
27229 3
27230 \begin_inset Foot
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234 これは表中の脚注です。
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248 4
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 </row>
27254 <row>
27255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Plain Layout
27277
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27283 \begin_inset Text
27284
27285 \begin_layout Plain Layout
27286
27287 \end_layout
27288
27289 \end_inset
27290 </cell>
27291 </row>
27292 <row>
27293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27294 \begin_inset Text
27295
27296 \begin_layout Plain Layout
27297
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27312 \begin_inset Text
27313
27314 \begin_layout Plain Layout
27315
27316 \end_layout
27317
27318 \end_inset
27319 </cell>
27320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27321 \begin_inset Text
27322
27323 \begin_layout Plain Layout
27324
27325 \end_layout
27326
27327 \end_inset
27328 </cell>
27329 </row>
27330 </lyxtabular>
27331
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Standard
27343 \begin_inset VSpace bigskip
27344 \end_inset
27345
27346 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27347 \family sans
27348 中スキップ
27349 \family default
27350 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27351 \end_layout
27352
27353 \begin_layout Standard
27354 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27355 \begin_inset CommandInset ref
27356 LatexCommand ref
27357 reference "sub:段落の着色"
27358
27359 \end_inset
27360
27361 節をご参照ください。
27362 \end_layout
27363
27364 \begin_layout Standard
27365 \begin_inset Note Greyedout
27366 status open
27367
27368 \begin_layout Plain Layout
27369
27370 \series bold
27371 【註】
27372 \series default
27373 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Section
27382 Parbox
27383 \begin_inset CommandInset label
27384 LatexCommand label
27385 name "sec:Parboxes"
27386
27387 \end_inset
27388
27389
27390 \begin_inset Index idx
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394 ぼっくす@ボックス ! Parboxes
27395 \end_layout
27396
27397 \end_inset
27398
27399
27400 \end_layout
27401
27402 \begin_layout Standard
27403 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27404 \end_layout
27405
27406 \begin_layout Standard
27407 \align center
27408 \begin_inset Box Frameless
27409 position "t"
27410 hor_pos "c"
27411 has_inner_box 1
27412 inner_pos "t"
27413 use_parbox 1
27414 use_makebox 0
27415 width "33col%"
27416 special "none"
27417 height "1in"
27418 height_special "totalheight"
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422 これはparbox内の文章です。これはparbox内の文章です。
27423 \end_layout
27424
27425 \begin_layout Plain Layout
27426 右の脚注は表示されません。
27427 \begin_inset Foot
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431 これはparbox内の脚注であり、したがって表示はされません。
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \begin_layout Section
27445 単語や文字のボックス
27446 \begin_inset Index idx
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 ぼっくす@ボックス ! もじよう@文字用
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Subsection
27459 ハイフネーションの回避
27460 \begin_inset CommandInset label
27461 LatexCommand label
27462 name "sec:ハイフネーションの回避"
27463
27464 \end_inset
27465
27466
27467 \begin_inset Index idx
27468 status collapsed
27469
27470 \begin_layout Plain Layout
27471 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27472 \end_layout
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \begin_layout Standard
27480 単語や文章がハイフネートされるのを防ぐには、
27481 \family sans
27482 makebox
27483 \family default
27484 型ボックスを使うことができます。
27485 \begin_inset Newline newline
27486 \end_inset
27487
27488 以下が例示用の文章です。
27489 \end_layout
27490
27491 \begin_layout Standard
27492 This line is an example to show how you can prevent the hyphenation of 
27493 \begin_inset Quotes eld
27494 \end_inset
27495
27496 veryverylongword
27497 \begin_inset Quotes erd
27498 \end_inset
27499
27500 .
27501 \end_layout
27502
27503 \begin_layout Standard
27504 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
27505 \family sans
27506 内部ボックス
27507 \family default
27508
27509 \family sans
27510 makeboxコマンド
27511 \family default
27512 に設定し、幅を1幅にします。
27513 \end_layout
27514
27515 \begin_layout Standard
27516 以下がその結果です。
27517 \end_layout
27518
27519 \begin_layout Standard
27520 This line is an example to show how you can prevent the hyphenation of 
27521 \begin_inset Box Frameless
27522 position "t"
27523 hor_pos "c"
27524 has_inner_box 1
27525 inner_pos "t"
27526 use_parbox 0
27527 use_makebox 1
27528 width "1in"
27529 special "width"
27530 height "1in"
27531 height_special "totalheight"
27532 status open
27533
27534 \begin_layout Plain Layout
27535 \begin_inset Quotes eld
27536 \end_inset
27537
27538 veryverylongword
27539 \begin_inset Quotes erd
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \end_inset
27546
27547 .
27548 \end_layout
27549
27550 \begin_layout Standard
27551 別の方法としては、以下のように、単語の前に直接TeXコードで「
27552 \series bold
27553
27554 \backslash
27555 -
27556 \series default
27557 」コマンドを設定する方法もあります。
27558 \end_layout
27559
27560 \begin_layout Standard
27561 This line is an example to show how you can prevent the hyphenation of 
27562 \begin_inset Quotes eld
27563 \end_inset
27564
27565
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 -
27574 \end_layout
27575
27576 \end_inset
27577
27578 veryverylongword
27579 \begin_inset Quotes erd
27580 \end_inset
27581
27582 .
27583 \end_layout
27584
27585 \begin_layout Standard
27586 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27587 \family sans
27588 挿入
27589 \family default
27590 \SpecialChar \menuseparator
27591
27592 \family sans
27593 整形
27594 \family default
27595 \SpecialChar \menuseparator
27596
27597 \family sans
27598 整形なし改行
27599 \family default
27600 メニュー(短絡キー
27601 \begin_inset Info
27602 type  "shortcut"
27603 arg   "newline-insert newline"
27604 \end_inset
27605
27606 )から改行を単語の前に入れてください。
27607 \end_layout
27608
27609 \begin_layout Standard
27610 This line is an example to show how you can prevent the hyphenation of 
27611 \begin_inset Newline newline
27612 \end_inset
27613
27614
27615 \begin_inset Box Frameless
27616 position "t"
27617 hor_pos "c"
27618 has_inner_box 1
27619 inner_pos "t"
27620 use_parbox 0
27621 use_makebox 1
27622 width "1in"
27623 special "width"
27624 height "1in"
27625 height_special "totalheight"
27626 status open
27627
27628 \begin_layout Plain Layout
27629 \begin_inset Quotes eld
27630 \end_inset
27631
27632 veryverylongword
27633 \begin_inset Quotes erd
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \end_inset
27640
27641 .
27642 \end_layout
27643
27644 \begin_layout Subsection
27645 垂直揃え
27646 \begin_inset CommandInset label
27647 LatexCommand label
27648 name "sub:垂直揃え"
27649
27650 \end_inset
27651
27652
27653 \begin_inset Index idx
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \begin_inset Index idx
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667 ぼっくす@ボックス ! Raiseboxes
27668 \end_layout
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Standard
27676
27677 \series bold
27678
27679 \backslash
27680 raisebox
27681 \series default
27682 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27683 \series bold
27684
27685 \backslash
27686 raisebox
27687 \series default
27688 は以下の書式で使用します。
27689 \end_layout
27690
27691 \begin_layout Standard
27692
27693 \series bold
27694
27695 \backslash
27696 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27697 \end_layout
27698
27699 \begin_layout Standard
27700 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27701 \end_layout
27702
27703 \begin_layout Standard
27704 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27705 \end_layout
27706
27707 \begin_layout Standard
27708
27709 \series bold
27710
27711 \backslash
27712 raisebox{
27713 \backslash
27714 depth}{
27715 \end_layout
27716
27717 \begin_layout Standard
27718 というコマンドを挿入してください。単語の後には、閉じ括弧「
27719 \series bold
27720 }
27721 \series default
27722 」をTeXコードで挿入してください。
27723 \begin_inset Newline newline
27724 \end_inset
27725
27726 以下がその出力です。
27727 \end_layout
27728
27729 \begin_layout Standard
27730 This is a text line with the word 
27731 \begin_inset ERT
27732 status collapsed
27733
27734 \begin_layout Plain Layout
27735
27736
27737 \backslash
27738 raisebox{
27739 \backslash
27740 depth}{
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \begin_inset Quotes eld
27747 \end_inset
27748
27749 preventing
27750 \begin_inset Quotes erd
27751 \end_inset
27752
27753
27754 \begin_inset ERT
27755 status collapsed
27756
27757 \begin_layout Plain Layout
27758
27759 }
27760 \end_layout
27761
27762 \end_inset
27763
27764  as raised word.
27765 \end_layout
27766
27767 \begin_layout Standard
27768 \begin_inset VSpace bigskip
27769 \end_inset
27770
27771 行中の文字を上げ下げすると、以下のように行間が広がります。
27772 \end_layout
27773
27774 \begin_layout Standard
27775 This is a text line with the word 
27776 \begin_inset ERT
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781
27782 \backslash
27783 raisebox{-
27784 \backslash
27785 depth}{
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \begin_inset Quotes eld
27792 \end_inset
27793
27794 preventing
27795 \begin_inset Quotes erd
27796 \end_inset
27797
27798
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803
27804 }
27805 \end_layout
27806
27807 \end_inset
27808
27809  as lowered word.
27810 \begin_inset Newline newline
27811 \end_inset
27812
27813 This is a text line with the word 
27814 \begin_inset ERT
27815 status collapsed
27816
27817 \begin_layout Plain Layout
27818
27819
27820 \backslash
27821 raisebox{0.5cm}{
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \begin_inset Quotes eld
27828 \end_inset
27829
27830 testing
27831 \begin_inset Quotes erd
27832 \end_inset
27833
27834
27835 \begin_inset ERT
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839
27840 }
27841 \end_layout
27842
27843 \end_inset
27844
27845  as raised word.
27846 \end_layout
27847
27848 \begin_layout Standard
27849 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27850 \end_layout
27851
27852 \begin_layout Standard
27853
27854 \series bold
27855
27856 \backslash
27857 raisebox{-
27858 \backslash
27859 depth}[0pt]{
27860 \end_layout
27861
27862 \begin_layout Standard
27863 とすると、
27864 \end_layout
27865
27866 \begin_layout Standard
27867 This is a text line with the word 
27868 \begin_inset ERT
27869 status collapsed
27870
27871 \begin_layout Plain Layout
27872
27873
27874 \backslash
27875 raisebox{-
27876 \backslash
27877 depth}[0pt]{
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \begin_inset Quotes eld
27884 \end_inset
27885
27886 preventing
27887 \begin_inset Quotes erd
27888 \end_inset
27889
27890
27891 \begin_inset ERT
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895
27896 }
27897 \end_layout
27898
27899 \end_inset
27900
27901  as lowered word.
27902 \begin_inset Newline newline
27903 \end_inset
27904
27905 This is a text line with the word 
27906 \begin_inset ERT
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910
27911
27912 \backslash
27913 raisebox{0.5cm}[0pt]{
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \begin_inset Quotes eld
27920 \end_inset
27921
27922 testing
27923 \begin_inset Quotes erd
27924 \end_inset
27925
27926
27927 \begin_inset ERT
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931
27932 }
27933 \end_layout
27934
27935 \end_inset
27936
27937  as raised word.
27938 \end_layout
27939
27940 \begin_layout Section
27941 色付きボックス
27942 \begin_inset CommandInset label
27943 LatexCommand label
27944 name "sec:色付きボックス"
27945
27946 \end_inset
27947
27948
27949 \begin_inset Index idx
27950 status collapsed
27951
27952 \begin_layout Plain Layout
27953 ぼっくす@ボックス ! いろつき@色付き
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Subsection
27962 文字の着色
27963 \begin_inset Index idx
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967 いろ@色 ! もじの@文字の---
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \end_layout
27974
27975 \begin_layout Standard
27976 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
27977 \series bold
27978 color
27979 \series default
27980
27981 \begin_inset Index idx
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985 LaTeXぱっけーじ@LaTeXパッケージ ! color
27986 \end_layout
27987
27988 \end_inset
27989
27990 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
27991 \end_layout
27992
27993 \begin_layout Standard
27994
27995 \series bold
27996
27997 \backslash
27998 @ifundefined{textcolor}
27999 \begin_inset Newline newline
28000 \end_inset
28001
28002
28003 \begin_inset Phantom HPhantom
28004 status open
28005
28006 \begin_layout Plain Layout
28007
28008 \series bold
28009 \begin_inset space ~
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \end_inset
28016
28017 {
28018 \backslash
28019 usepackage{color}}{}
28020 \end_layout
28021
28022 \begin_layout Standard
28023
28024 \series bold
28025 color
28026 \series default
28027 パッケージは、文章を着色するとLyXが自動的に読み込みます
28028 \begin_inset Foot
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 これが二度読み込まれることを回避するには、
28033 \series bold
28034
28035 \backslash
28036 @ifundefined
28037 \series default
28038 コマンドを使用します。
28039 \end_layout
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \begin_layout Standard
28047 \begin_inset VSpace medskip
28048 \end_inset
28049
28050 色付きボックスは、
28051 \series bold
28052
28053 \backslash
28054 colorbox
28055 \series default
28056 コマンドを使って作ります。これは、以下のような書式で使われます。
28057 \end_layout
28058
28059 \begin_layout Standard
28060
28061 \series bold
28062
28063 \backslash
28064 colorbox{color}{ボックスの内容}
28065 \end_layout
28066
28067 \begin_layout Standard
28068 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28069 \end_layout
28070
28071 \begin_layout Standard
28072 事前定義されている色には、
28073 \begin_inset Newline newline
28074 \end_inset
28075
28076
28077 \family sans
28078
28079 \family default
28080
28081 \family sans
28082
28083 \family default
28084
28085 \family sans
28086 シアン
28087 \family default
28088
28089 \family sans
28090
28091 \family default
28092
28093 \family sans
28094 マゼンタ
28095 \family default
28096
28097 \family sans
28098
28099 \family default
28100
28101 \family sans
28102
28103 \family default
28104
28105 \family sans
28106
28107 \family default
28108
28109 \begin_inset Newline newline
28110 \end_inset
28111
28112 があります。第
28113 \begin_inset CommandInset ref
28114 LatexCommand ref
28115 reference "sec:色付きの表"
28116
28117 \end_inset
28118
28119 節に述べられているようにすれば、自前の色を定義することもできます。
28120 \end_layout
28121
28122 \begin_layout Standard
28123 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28124 \end_layout
28125
28126 \begin_layout Standard
28127
28128 \series bold
28129
28130 \backslash
28131 colorbox{red}{
28132 \end_layout
28133
28134 \begin_layout Standard
28135 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28136 \series bold
28137 }
28138 \series default
28139 」を入れてください。
28140 \begin_inset Newline newline
28141 \end_inset
28142
28143 以下がその結果です。
28144 \end_layout
28145
28146 \begin_layout Standard
28147 この行では、
28148 \begin_inset ERT
28149 status collapsed
28150
28151 \begin_layout Plain Layout
28152
28153
28154 \backslash
28155 colorbox{red}{
28156 \end_layout
28157
28158 \end_inset
28159
28160 「注意!」
28161 \begin_inset ERT
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165
28166 }
28167 \end_layout
28168
28169 \end_inset
28170
28171 という単語が赤い背景になっています。
28172 \end_layout
28173
28174 \begin_layout Standard
28175 \begin_inset VSpace bigskip
28176 \end_inset
28177
28178 ボックスの枠を別の色にしたい場合には、以下の書式で
28179 \series bold
28180
28181 \backslash
28182 fcolorbox
28183 \series default
28184 コマンドを使います。
28185 \end_layout
28186
28187 \begin_layout Standard
28188
28189 \series bold
28190
28191 \backslash
28192 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28193 \end_layout
28194
28195 \begin_layout Standard
28196
28197 \series bold
28198
28199 \backslash
28200 fcolorbox
28201 \series default
28202
28203 \series bold
28204
28205 \backslash
28206 colorbox
28207 \series default
28208 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28209 \begin_inset CommandInset ref
28210 LatexCommand ref
28211 reference "sec:装飾"
28212
28213 \end_inset
28214
28215 節で述べられているように、それぞれ
28216 \series bold
28217
28218 \backslash
28219 fboxrule
28220 \series default
28221
28222 \series bold
28223
28224 \backslash
28225 fboxsep
28226 \series default
28227 という長さで調節できます。
28228 \end_layout
28229
28230 \begin_layout Standard
28231 以下の例では、
28232 \end_layout
28233
28234 \begin_layout Standard
28235
28236 \series bold
28237
28238 \backslash
28239 fcolorbox{cyan}{magenta}{
28240 \end_layout
28241
28242 \begin_layout Standard
28243 というコマンドを使用しています。
28244 \end_layout
28245
28246 \begin_layout Standard
28247 これは、枠の太さを1
28248 \begin_inset space \thinspace{}
28249 \end_inset
28250
28251 mmに設定した例です。
28252 \begin_inset Newline newline
28253 \end_inset
28254
28255
28256 \begin_inset ERT
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260
28261
28262 \backslash
28263 fboxrule 1mm 
28264 \backslash
28265 fboxsep 1mm
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \begin_inset ERT
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275
28276
28277 \backslash
28278 fcolorbox{cyan}{magenta}{
28279 \end_layout
28280
28281 \end_inset
28282
28283 これは着色した色付きボックス中の文章です。
28284 \begin_inset ERT
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288
28289 }
28290 \end_layout
28291
28292 \end_inset
28293
28294
28295 \end_layout
28296
28297 \begin_layout Standard
28298 \begin_inset VSpace bigskip
28299 \end_inset
28300
28301 もちろん、色付きボックスの中に色付き文字を入れることもできます
28302 \begin_inset Newline newline
28303 \end_inset
28304
28305
28306 \begin_inset ERT
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310
28311
28312 \backslash
28313 fcolorbox{cyan}{magenta}{
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \color yellow
28320 これは着色した色付きボックス中の色付き文章です。
28321 \color inherit
28322
28323 \begin_inset ERT
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327
28328 }
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \begin_inset ERT
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338
28339
28340 \backslash
28341 fboxrule 0.4pt 
28342 \backslash
28343 fboxsep 3pt
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Standard
28352
28353 \series bold
28354 \begin_inset VSpace medskip
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \begin_inset Note Greyedout
28362 status open
28363
28364 \begin_layout Plain Layout
28365
28366 \series bold
28367 【註】
28368 \series default
28369 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28370 \end_layout
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \begin_layout Subsection
28378 段落の着色
28379 \begin_inset CommandInset label
28380 LatexCommand label
28381 name "sub:段落の着色"
28382
28383 \end_inset
28384
28385
28386 \begin_inset Index idx
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390 いろ@色 ! だんらく@段落---
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \begin_layout Standard
28399 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28400 \series bold
28401
28402 \backslash
28403 colorbox
28404 \series default
28405 コマンドを
28406 \end_layout
28407
28408 \begin_layout Standard
28409
28410 \series bold
28411
28412 \backslash
28413 colorbox{色名}{
28414 \end_layout
28415
28416 \begin_layout Standard
28417 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28418 \series bold
28419 }
28420 \series default
28421 」を挿入してください。
28422 \end_layout
28423
28424 \begin_layout Standard
28425 \begin_inset ERT
28426 status collapsed
28427
28428 \begin_layout Plain Layout
28429
28430
28431 \backslash
28432 colorbox{lightgrey}{
28433 \end_layout
28434
28435 \end_inset
28436
28437
28438 \begin_inset Box Frameless
28439 position "t"
28440 hor_pos "c"
28441 has_inner_box 1
28442 inner_pos "t"
28443 use_parbox 0
28444 use_makebox 0
28445 width "100col%"
28446 special "none"
28447 height "1in"
28448 height_special "totalheight"
28449 status open
28450
28451 \begin_layout Plain Layout
28452 これは背景色を付けた文章です。これは背景色を付けた文章です。
28453 \end_layout
28454
28455 \begin_layout Plain Layout
28456 \begin_inset VSpace defskip
28457 \end_inset
28458
28459 ここの文章には脚注
28460 \begin_inset Foot
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 脚注の例
28465 \end_layout
28466
28467 \end_inset
28468
28469 を付けることもできますし、図表を挿入することもできます。
28470 \end_layout
28471
28472 \begin_layout Plain Layout
28473 \align center
28474 \begin_inset Tabular
28475 <lyxtabular version="3" rows="3" columns="3">
28476 <features tabularvalignment="middle">
28477 <column alignment="center" valignment="top" width="0">
28478 <column alignment="center" valignment="top" width="0">
28479 <column alignment="center" valignment="top" width="0">
28480 <row>
28481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28482 \begin_inset Text
28483
28484 \begin_layout Plain Layout
28485 a
28486 \end_layout
28487
28488 \end_inset
28489 </cell>
28490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28491 \begin_inset Text
28492
28493 \begin_layout Plain Layout
28494 !
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28500 \begin_inset Text
28501
28502 \begin_layout Plain Layout
28503 3
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 </row>
28509 <row>
28510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Plain Layout
28514 <
28515 \end_layout
28516
28517 \end_inset
28518 </cell>
28519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28520 \begin_inset Text
28521
28522 \begin_layout Plain Layout
28523 b2
28524 \begin_inset Quotes erd
28525 \end_inset
28526
28527 |
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Plain Layout
28536 >
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 </row>
28542 <row>
28543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Plain Layout
28547 1
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 §
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 c
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 </row>
28571 </lyxtabular>
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \end_inset
28579
28580
28581 \begin_inset ERT
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585
28586 }
28587 \end_layout
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \begin_layout Section
28595 ボックスの伸縮回転
28596 \end_layout
28597
28598 \begin_layout Standard
28599 本節で述べられているコマンドを使用するには、文書プリアンブルで
28600 \end_layout
28601
28602 \begin_layout Standard
28603
28604 \series bold
28605
28606 \backslash
28607 @ifundefined{rotatebox}
28608 \begin_inset Newline newline
28609 \end_inset
28610
28611
28612 \begin_inset Phantom HPhantom
28613 status open
28614
28615 \begin_layout Plain Layout
28616
28617 \series bold
28618 \begin_inset space ~
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \end_inset
28625
28626 {
28627 \backslash
28628 usepackage{graphicx}}{}
28629 \end_layout
28630
28631 \begin_layout Standard
28632 というコマンドを使用して、
28633 \series bold
28634 graphicx
28635 \series default
28636
28637 \begin_inset Index idx
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28642 \end_layout
28643
28644 \end_inset
28645
28646 LaTeXパッケージを読み込む必要があります。
28647 \end_layout
28648
28649 \begin_layout Standard
28650 \begin_inset Note Greyedout
28651 status open
28652
28653 \begin_layout Plain Layout
28654
28655 \series bold
28656 【註】
28657 \series default
28658 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Standard
28667 \begin_inset Note Greyedout
28668 status open
28669
28670 \begin_layout Plain Layout
28671
28672 \series bold
28673 【註】
28674 \series default
28675 フロートは回転伸縮したボックスの中に入れることはできません。
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Subsection
28684 ボックスの回転
28685 \begin_inset Index idx
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 ぼっくす@ボックス ! かいてんした@回転した
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \begin_inset Index idx
28696 status collapsed
28697
28698 \begin_layout Plain Layout
28699 かいてん@回転 ! そざいの@素材の---
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \begin_inset Index idx
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709 ず@図 ! のかいてん@---の回転
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \begin_inset Index idx
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719 ひょうのちょうせい@表の調整 ! かいてん@回転
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Standard
28728 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28729 \series bold
28730
28731 \backslash
28732 rotatebox
28733 \series default
28734 コマンドを使用すれば作成することができます。
28735 \end_layout
28736
28737 \begin_layout Standard
28738
28739 \series bold
28740
28741 \backslash
28742 rotatebox[回転の原点]{回転角}{ボックスの内容}
28743 \end_layout
28744
28745 \begin_layout Standard
28746 回転の原点は、
28747 \series bold
28748 origin=位置
28749 \series default
28750 の形で指定します。位置として指定可能なのは、
28751 \emph on
28752 c
28753 \emph default
28754 (中央揃え)・
28755 \emph on
28756 l
28757 \emph default
28758 (左揃え)・
28759 \emph on
28760 r
28761 \emph default
28762 (右揃え)・
28763 \emph on
28764 b
28765 \emph default
28766 (下揃え)・
28767 \emph on
28768 t
28769 \emph default
28770 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28771 \emph on
28772 lt
28773 \emph default
28774 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28775 \emph on
28776 l
28777 \emph default
28778 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28779 \end_layout
28780
28781 \begin_layout Standard
28782 以下の例では、「回転した」文章の前にTeXコードで
28783 \series bold
28784
28785 \backslash
28786 rotatebox[origin=c]{60}{
28787 \series default
28788 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28789 \series bold
28790 }
28791 \series default
28792 でボックスを閉じています。
28793 \end_layout
28794
28795 \begin_layout Standard
28796 これは、
28797 \begin_inset ERT
28798 status collapsed
28799
28800 \begin_layout Plain Layout
28801
28802
28803 \backslash
28804 rotatebox[origin=c]{60}{
28805 \end_layout
28806
28807 \end_inset
28808
28809 回転した
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815 }
28816 \end_layout
28817
28818 \end_inset
28819
28820  文章を含む行です。
28821 \end_layout
28822
28823 \begin_layout Standard
28824 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28825 \end_layout
28826
28827 \begin_layout Standard
28828 これは、
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 rotatebox[origin=r]{-60}{
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \begin_inset Box Doublebox
28843 position "c"
28844 hor_pos "c"
28845 has_inner_box 0
28846 inner_pos "c"
28847 use_parbox 0
28848 use_makebox 0
28849 width "1in"
28850 special "width"
28851 height "1in"
28852 height_special "totalheight"
28853 status open
28854
28855 \begin_layout Plain Layout
28856 回転した
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867 }
28868 \end_layout
28869
28870 \end_inset
28871
28872 枠付き文章と
28873 \begin_inset ERT
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877
28878
28879 \backslash
28880 rotatebox[origin=lb]{60}{
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28887 \end_inset
28888
28889
28890 \begin_inset ERT
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894
28895 }
28896 \end_layout
28897
28898 \end_inset
28899
28900 数式を含む行です。
28901 \end_layout
28902
28903 \begin_layout Standard
28904 あるいは、以下のように図や表を入れることもできます。
28905 \end_layout
28906
28907 \begin_layout Standard
28908 これは、
28909 \begin_inset ERT
28910 status collapsed
28911
28912 \begin_layout Plain Layout
28913
28914
28915 \backslash
28916 rotatebox[origin=lb]{90}{
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \begin_inset Graphics
28923         filename ../clipart/platypus.eps
28924         lyxscale 50
28925         width 25col%
28926
28927 \end_inset
28928
28929
28930 \begin_inset ERT
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934
28935 }
28936 \end_layout
28937
28938 \end_inset
28939
28940 回転した画像と
28941 \begin_inset ERT
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945
28946
28947 \backslash
28948 rotatebox[origin=l]{-90}{
28949 \end_layout
28950
28951 \end_inset
28952
28953
28954 \begin_inset Tabular
28955 <lyxtabular version="3" rows="2" columns="2">
28956 <features tabularvalignment="middle">
28957 <column alignment="center" valignment="top" width="0">
28958 <column alignment="center" valignment="top" width="0">
28959 <row>
28960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964 q
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 w
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 </row>
28979 <row>
28980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Plain Layout
28984 e
28985 \end_layout
28986
28987 \end_inset
28988 </cell>
28989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28990 \begin_inset Text
28991
28992 \begin_layout Plain Layout
28993 r
28994 \end_layout
28995
28996 \end_inset
28997 </cell>
28998 </row>
28999 </lyxtabular>
29000
29001 \end_inset
29002
29003
29004 \begin_inset ERT
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008
29009 }
29010 \end_layout
29011
29012 \end_inset
29013
29014 表を含む行です。
29015 \end_layout
29016
29017 \begin_layout Subsection
29018 ボックスの伸縮
29019 \begin_inset Index idx
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \begin_inset Index idx
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033 しんしゅく@伸縮 ! そざいの@素材の---
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \begin_inset Index idx
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043 ず@図 ! のしんしゅく@---の伸縮
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \begin_inset Index idx
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \end_layout
29060
29061 \begin_layout Standard
29062 素材を伸縮させるには、TeXコードで
29063 \series bold
29064
29065 \backslash
29066 scalebox
29067 \series default
29068 コマンドと
29069 \series bold
29070
29071 \backslash
29072 resizebox
29073 \series default
29074 コマンドが使えます。
29075 \end_layout
29076
29077 \begin_layout Standard
29078
29079 \series bold
29080
29081 \backslash
29082 scalebox
29083 \series default
29084 は以下の書式で使用します。
29085 \end_layout
29086
29087 \begin_layout Standard
29088
29089 \series bold
29090
29091 \backslash
29092 scalebox{水平方向}[垂直方向]{ボックスの内容}
29093 \end_layout
29094
29095 \begin_layout Standard
29096 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29097 \end_layout
29098
29099 \begin_layout Standard
29100 たとえば、
29101 \series bold
29102
29103 \backslash
29104 scalebox{2}{こんにちは}
29105 \series default
29106 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29107 \begin_inset ERT
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111
29112
29113 \backslash
29114 scalebox{2}{
29115 \end_layout
29116
29117 \end_inset
29118
29119 こんにちは
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125 }
29126 \end_layout
29127
29128 \end_inset
29129
29130 を生成します。
29131 \end_layout
29132
29133 \begin_layout Standard
29134 これに対し、
29135 \series bold
29136
29137 \backslash
29138 scalebox{2}[1]{こんにちは}
29139 \series default
29140 は、
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146
29147 \backslash
29148 scalebox{2}[1]{
29149 \end_layout
29150
29151 \end_inset
29152
29153 こんにちは
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158
29159 }
29160 \end_layout
29161
29162 \end_inset
29163
29164 を変形させます。
29165 \end_layout
29166
29167 \begin_layout Standard
29168 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29169 \series bold
29170
29171 \backslash
29172 scalebox{-1}[1]{こんにちは}
29173 \series default
29174 というコマンドは、右のように反転文字を生成するのに使用できます:
29175 \begin_inset ERT
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179
29180
29181 \backslash
29182 scalebox{-1}[1]{
29183 \end_layout
29184
29185 \end_inset
29186
29187 こんにちは
29188 \begin_inset ERT
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192
29193 }
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \begin_layout Standard
29202
29203 \series bold
29204
29205 \backslash
29206 scalebox{1}[-1]{こんにちは}
29207 \series default
29208 とすると
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213
29214
29215 \backslash
29216 scalebox{1}[-1]{
29217 \end_layout
29218
29219 \end_inset
29220
29221 こんにちは
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227 }
29228 \end_layout
29229
29230 \end_inset
29231
29232 のようにベースラインで鏡像にします。
29233 \end_layout
29234
29235 \begin_layout Standard
29236
29237 \series bold
29238
29239 \backslash
29240 scalebox{-1}[1]{ボックスの内容}
29241 \series default
29242 と同じ働きをするものとして
29243 \begin_inset Newline newline
29244 \end_inset
29245
29246
29247 \series bold
29248
29249 \backslash
29250 reflectbox{ボックスの内容}
29251 \series default
29252
29253 \begin_inset Newline newline
29254 \end_inset
29255
29256 というコマンドがあります。
29257 \end_layout
29258
29259 \begin_layout Standard
29260 \begin_inset VSpace bigskip
29261 \end_inset
29262
29263 指定した幅や丈にボックスを伸縮させるには、
29264 \series bold
29265
29266 \backslash
29267 resizebox
29268 \series default
29269 を使用します。このコマンドの書式は
29270 \end_layout
29271
29272 \begin_layout Standard
29273
29274 \series bold
29275
29276 \backslash
29277 resizebox{幅}{丈}{ボックスの内容}
29278 \end_layout
29279
29280 \begin_layout Standard
29281 です。上記二つのコマンド引数のうち一つが感嘆符「
29282 \series bold
29283 !
29284 \series default
29285 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29286 \end_layout
29287
29288 \begin_layout Standard
29289
29290 \series bold
29291
29292 \backslash
29293 resizebox{2cm}{1cm}{こんにちは}
29294 \series default
29295 というコマンドの出力は、
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301
29302 \backslash
29303 resizebox{2cm}{1cm}{
29304 \end_layout
29305
29306 \end_inset
29307
29308 こんにちは
29309 \begin_inset ERT
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313
29314 }
29315 \end_layout
29316
29317 \end_inset
29318
29319 となり、
29320 \begin_inset Newline newline
29321 \end_inset
29322
29323
29324 \series bold
29325
29326 \backslash
29327 resizebox{2cm}{!}{こんにちは}
29328 \series default
29329 というコマンドの出力は、
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 resizebox{2cm}{!}{
29338 \end_layout
29339
29340 \end_inset
29341
29342 こんにちは
29343 \begin_inset ERT
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347
29348 }
29349 \end_layout
29350
29351 \end_inset
29352
29353 となります。
29354 \end_layout
29355
29356 \begin_layout Standard
29357 \begin_inset VSpace bigskip
29358 \end_inset
29359
29360
29361 \begin_inset Note Greyedout
29362 status open
29363
29364 \begin_layout Plain Layout
29365
29366 \series bold
29367 【註】
29368 \backslash
29369 scalebox
29370 \series default
29371
29372 \series bold
29373
29374 \backslash
29375 resizebox
29376 \series default
29377 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 \begin_inset VSpace bigskip
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Standard
29393 ボックスは好きな順序で組み合わせることができます。たとえば、
29394 \begin_inset Newline newline
29395 \end_inset
29396
29397
29398 \series bold
29399
29400 \backslash
29401 rotatebox[origin=c]{-45}{
29402 \backslash
29403 resizebox{2cm}{!}{
29404 \backslash
29405 reflectbox{こんにちは}}}
29406 \begin_inset Newline newline
29407 \end_inset
29408
29409
29410 \series default
29411 というコマンドは、
29412 \end_layout
29413
29414 \begin_layout Standard
29415 \align center
29416 \begin_inset ERT
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420
29421
29422 \backslash
29423 rotatebox[origin=c]{-45}{
29424 \backslash
29425 resizebox{2cm}{!}{
29426 \backslash
29427 reflectbox{
29428 \end_layout
29429
29430 \end_inset
29431
29432 こんにちは
29433 \begin_inset ERT
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437
29438 }}}
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 \noindent
29448 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29449 \end_layout
29450
29451 \begin_layout Standard
29452 \align center
29453 \begin_inset ERT
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458
29459 \backslash
29460 rotatebox[origin=c]{-30}{
29461 \backslash
29462 resizebox{2cm}{!}{
29463 \backslash
29464 reflectbox{
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \begin_inset Graphics
29471         filename ../clipart/platypus.eps
29472         lyxscale 50
29473         width 25col%
29474
29475 \end_inset
29476
29477
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483 }}}
29484 \end_layout
29485
29486 \end_inset
29487
29488
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493
29494
29495 \backslash
29496 rotatebox[origin=c]{-45}{
29497 \backslash
29498 resizebox{2cm}{!}{
29499 \backslash
29500 reflectbox{
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \begin_inset Tabular
29507 <lyxtabular version="3" rows="2" columns="2">
29508 <features tabularvalignment="middle">
29509 <column alignment="center" valignment="top" width="0">
29510 <column alignment="center" valignment="top" width="0">
29511 <row>
29512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29513 \begin_inset Text
29514
29515 \begin_layout Plain Layout
29516 q
29517 \end_layout
29518
29519 \end_inset
29520 </cell>
29521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29522 \begin_inset Text
29523
29524 \begin_layout Plain Layout
29525 w
29526 \end_layout
29527
29528 \end_inset
29529 </cell>
29530 </row>
29531 <row>
29532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29533 \begin_inset Text
29534
29535 \begin_layout Plain Layout
29536 e
29537 \end_layout
29538
29539 \end_inset
29540 </cell>
29541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29542 \begin_inset Text
29543
29544 \begin_layout Plain Layout
29545 r
29546 \end_layout
29547
29548 \end_inset
29549 </cell>
29550 </row>
29551 </lyxtabular>
29552
29553 \end_inset
29554
29555
29556 \begin_inset ERT
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560
29561 }}}
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \begin_inset ERT
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571
29572
29573 \backslash
29574 rotatebox[origin=c]{-45}{
29575 \backslash
29576 resizebox{2cm}{!}{
29577 \backslash
29578 reflectbox{
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29585 \end_inset
29586
29587
29588 \begin_inset ERT
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593 }}}
29594 \end_layout
29595
29596 \end_inset
29597
29598
29599 \end_layout
29600
29601 \begin_layout Standard
29602 文書で大域的に数式様式
29603 \series bold
29604 fleqn
29605 \series default
29606 を使用している場合
29607 \begin_inset Foot
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29612 \end_layout
29613
29614 \end_inset
29615
29616 には、別行建て数式も伸縮させることができます。
29617 \end_layout
29618
29619 \begin_layout Chapter
29620 外部文書構成要素
29621 \begin_inset Index idx
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625 がいぶぶんしょこうせいようそ@外部文書構成要素
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \begin_layout Standard
29634
29635 \family sans
29636 挿入\SpecialChar \menuseparator
29637 ファイル
29638 \family default
29639 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
29640 \end_layout
29641
29642 \begin_layout Description
29643 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
29644 \end_layout
29645
29646 \begin_layout Description
29647 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
29648 \end_layout
29649
29650 \begin_layout Description
29651 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
29652 \end_layout
29653
29654 \begin_layout Description
29655 外部素材 様々な書式のファイル。
29656 \end_layout
29657
29658 \begin_layout Description
29659 子文書 LyXあるいはLaTeX文書。
29660 \end_layout
29661
29662 \begin_layout Section
29663 外部素材
29664 \begin_inset Index idx
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
29678 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
29679 \family sans
29680 操作性\SpecialChar \menuseparator
29681 表示
29682 \family default
29683 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
29684 \end_layout
29685
29686 \begin_layout Standard
29687 外部素材は、
29688 \family sans
29689 挿入
29690 \family default
29691 \SpecialChar \menuseparator
29692
29693 \family sans
29694 ファイル
29695 \family default
29696 \SpecialChar \menuseparator
29697
29698 \family sans
29699 外部素材
29700 \family default
29701 メニューで開くことのできる
29702 \family sans
29703 外部素材
29704 \family default
29705 ダイアログから挿入することができます。目下、以下のファイル形式(
29706 \family sans
29707 ひな型
29708 \family default
29709 )が使用できます。
29710 \end_layout
29711
29712 \begin_layout Description
29713 チェス棋譜 このひな型は、
29714 \series bold
29715
29716 \begin_inset CommandInset href
29717 LatexCommand href
29718 name "XBoard"
29719 target "http://en.wikipedia.org/wiki/XBoard"
29720
29721 \end_inset
29722
29723
29724 \series default
29725 プログラムで作成されたチェス棋譜をサポートします。
29726 \end_layout
29727
29728 \begin_layout Description
29729 日付 これは、
29730 \emph on
29731 日-月-年
29732 \emph default
29733 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
29734 \begin_inset External
29735         template Date
29736         filename .
29737
29738 \end_inset
29739
29740
29741 \begin_inset space ~
29742 \end_inset
29743
29744
29745 \begin_inset Note Note
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749 バグ4398が修正されたら、この保護空白は削除してください!
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \begin_inset Newline newline
29756 \end_inset
29757
29758 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
29759 \family sans
29760 挿入
29761 \family default
29762 \SpecialChar \menuseparator
29763 日付メニューを使用する方法で、他はLaTeXコマンドの
29764 \series bold
29765
29766 \backslash
29767 today
29768 \series default
29769 をTeXコードで使用する方法です。これらの各方法は、表
29770 \begin_inset CommandInset ref
29771 LatexCommand ref
29772 reference "tab:日付挿入方法"
29773
29774 \end_inset
29775
29776 に比較を掲載しておきます。
29777 \end_layout
29778
29779 \begin_layout Description
29780 Dia このひな型は、
29781 \series bold
29782
29783 \begin_inset CommandInset href
29784 LatexCommand href
29785 name "Dia"
29786 target "http://en.wikipedia.org/wiki/Dia_(software)"
29787
29788 \end_inset
29789
29790
29791 \series default
29792 プログラムで作成したダイアグラムをサポートします。
29793 \end_layout
29794
29795 \begin_layout Description
29796 LilyPond このひな型は、
29797 \series bold
29798
29799 \begin_inset CommandInset href
29800 LatexCommand href
29801 name "LilyPond"
29802 target "http://en.wikipedia.org/wiki/LilyPond"
29803
29804 \end_inset
29805
29806
29807 \series default
29808 プログラムで作成した楽譜の組版に使用されます。
29809 \end_layout
29810
29811 \begin_layout Description
29812 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
29813 \family sans
29814 LaTeXとLyXオプション
29815 \family default
29816 タブ中の
29817 \family sans
29818 オプション
29819 \family default
29820 フィールドに
29821 \emph on
29822 pages
29823 \emph default
29824 オプションを指定してください。
29825 \emph on
29826 pages
29827 \emph default
29828 オプションを指定しないと、PDFの最初のページのみが挿入されます。
29829 \end_layout
29830
29831 \begin_layout Description
29832 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
29833 \family sans
29834 外部素材
29835 \family default
29836 ダイアログを使って入れる画像は、第
29837 \begin_inset CommandInset ref
29838 LatexCommand ref
29839 reference "sec:画像ダイアログ"
29840
29841 \end_inset
29842
29843 節にあるように
29844 \family sans
29845 画像
29846 \family default
29847 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
29848 サポートしていないという点のみです。
29849 \end_layout
29850
29851 \begin_layout Description
29852 XFig このひな型は、
29853 \series bold
29854
29855 \begin_inset CommandInset href
29856 LatexCommand href
29857 name "Xfig"
29858 target "http://en.wikipedia.org/wiki/Xfig"
29859
29860 \end_inset
29861
29862
29863 \series default
29864 プログラムで作成した画像をサポートします。
29865 \end_layout
29866
29867 \begin_layout Standard
29868 \begin_inset Float table
29869 placement h
29870 wide false
29871 sideways false
29872 status open
29873
29874 \begin_layout Plain Layout
29875 \begin_inset Caption
29876
29877 \begin_layout Plain Layout
29878 \begin_inset CommandInset label
29879 LatexCommand label
29880 name "tab:日付挿入方法"
29881
29882 \end_inset
29883
29884 日付の挿入方法の比較
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \end_layout
29891
29892 \begin_layout Plain Layout
29893 \align center
29894 \begin_inset Tabular
29895 <lyxtabular version="3" rows="4" columns="4">
29896 <features tabularvalignment="middle">
29897 <column alignment="center" valignment="top" width="0">
29898 <column alignment="center" valignment="top" width="0">
29899 <column alignment="center" valignment="top" width="0">
29900 <column alignment="center" valignment="top" width="0">
29901 <row>
29902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29903 \begin_inset Text
29904
29905 \begin_layout Plain Layout
29906 文書書式
29907 \end_layout
29908
29909 \end_inset
29910 </cell>
29911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29912 \begin_inset Text
29913
29914 \begin_layout Plain Layout
29915
29916 \family sans
29917 外部素材\SpecialChar \menuseparator
29918 日付
29919 \end_layout
29920
29921 \end_inset
29922 </cell>
29923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29924 \begin_inset Text
29925
29926 \begin_layout Plain Layout
29927
29928 \family sans
29929 挿入\SpecialChar \menuseparator
29930 日付
29931 \end_layout
29932
29933 \end_inset
29934 </cell>
29935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29936 \begin_inset Text
29937
29938 \begin_layout Plain Layout
29939
29940 \series bold
29941
29942 \backslash
29943 today
29944 \series default
29945 コマンド
29946 \end_layout
29947
29948 \end_inset
29949 </cell>
29950 </row>
29951 <row>
29952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29953 \begin_inset Text
29954
29955 \begin_layout Plain Layout
29956 LyX
29957 \end_layout
29958
29959 \end_inset
29960 </cell>
29961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29962 \begin_inset Text
29963
29964 \begin_layout Plain Layout
29965 差込枠として
29966 \end_layout
29967
29968 \end_inset
29969 </cell>
29970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29971 \begin_inset Text
29972
29973 \begin_layout Plain Layout
29974 日付として
29975 \end_layout
29976
29977 \end_inset
29978 </cell>
29979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29980 \begin_inset Text
29981
29982 \begin_layout Plain Layout
29983 TeXコード差込枠として
29984 \end_layout
29985
29986 \end_inset
29987 </cell>
29988 </row>
29989 <row>
29990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Plain Layout
29994 LaTeX
29995 \end_layout
29996
29997 \end_inset
29998 </cell>
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003 日付として
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Plain Layout
30012 日付として
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30018 \begin_inset Text
30019
30020 \begin_layout Plain Layout
30021 コマンドとして
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 </row>
30027 <row>
30028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30029 \begin_inset Text
30030
30031 \begin_layout Plain Layout
30032 DVI, PDF, PS
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30038 \begin_inset Text
30039
30040 \begin_layout Plain Layout
30041 日付として
30042 \end_layout
30043
30044 \end_inset
30045 </cell>
30046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30047 \begin_inset Text
30048
30049 \begin_layout Plain Layout
30050 日付として
30051 \end_layout
30052
30053 \end_inset
30054 </cell>
30055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30056 \begin_inset Text
30057
30058 \begin_layout Plain Layout
30059 日付として
30060 \end_layout
30061
30062 \end_inset
30063 </cell>
30064 </row>
30065 </lyxtabular>
30066
30067 \end_inset
30068
30069
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \begin_layout Standard
30078
30079 \family sans
30080 外部素材
30081 \family default
30082 ダイアログの
30083 \family sans
30084 ファイル
30085 \family default
30086 タブ中で
30087 \family sans
30088 下書き
30089 \family default
30090 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
30091 \begin_inset Newline newline
30092 \end_inset
30093
30094 LyX中での外部素材は、ダイアログ内の
30095 \family sans
30096 LaTeXとLyXのオプション
30097 \family default
30098 タブにある
30099 \family sans
30100 LyX内に表示
30101 \family default
30102 オプションの指定に従って、
30103 \begin_inset Graphics
30104         filename clipart/ExternalMaterialQt4.png
30105         scale 85
30106         scaleBeforeRotation
30107
30108 \end_inset
30109
30110 のようなボックスとして表示されるか、画像として表示されます。
30111 \end_layout
30112
30113 \begin_layout Standard
30114 取扱説明書
30115 \family sans
30116 \emph on
30117 カスタマイズ篇
30118 \family default
30119 \emph default
30120 には、自製のひな型を定義する方法が説明されています。
30121 \end_layout
30122
30123 \begin_layout Section
30124 子文書
30125 \begin_inset CommandInset label
30126 LatexCommand label
30127 name "sec:子文書"
30128
30129 \end_inset
30130
30131
30132 \begin_inset Index idx
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \begin_inset Index idx
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 ふぁいる@ファイル ! いんくるーど@インクルード
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Standard
30155 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
30156 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
30157 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
30158 \end_layout
30159
30160 \begin_layout Standard
30161 親文書を開くことなく子文書で作業できるようにするには、子文書の
30162 \family sans
30163 文書
30164 \family default
30165 \SpecialChar \menuseparator
30166
30167 \family sans
30168 設定
30169 \family default
30170 \SpecialChar \menuseparator
30171
30172 \family sans
30173 文書クラス
30174 \family default
30175 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
30176 \end_layout
30177
30178 \begin_layout Standard
30179 取り込んだ文書は、LyX中で
30180 \begin_inset Graphics
30181         filename clipart/ChildDocumentQt4.png
30182         scale 85
30183         scaleBeforeRotation
30184
30185 \end_inset
30186
30187 のようなボックスとして表示されます。子文書を親文書に取り込むには、
30188 \family sans
30189 挿入
30190 \family default
30191 \SpecialChar \menuseparator
30192
30193 \family sans
30194 ファイル
30195 \family default
30196 \SpecialChar \menuseparator
30197
30198 \family sans
30199 子文書
30200 \family default
30201 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
30202 \end_layout
30203
30204 \begin_layout Description
30205 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
30206 \family sans
30207 子文書
30208 \family default
30209 ダイアログの
30210 \family sans
30211 編集
30212 \family default
30213 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
30214 \begin_inset Newline newline
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \begin_layout Standard
30221 以下は、
30222 \family sans
30223 Include
30224 \family default
30225 を使用して挿入した子文書です。 
30226 \begin_inset CommandInset include
30227 LatexCommand include
30228 filename "DummyDocument1.lyx"
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \begin_layout Standard
30236 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
30237 あります。取り込んだ文書のラベルは、第
30238 \begin_inset CommandInset ref
30239 LatexCommand ref
30240 reference "sub:外部文書の第1小節"
30241
30242 \end_inset
30243
30244 小節、のように参照することができます。
30245 \end_layout
30246
30247 \begin_layout Standard
30248 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
30249 は、新規頁から始まるように挿入され、改頁して終わります。
30250 \end_layout
30251
30252 \begin_layout Standard
30253 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
30254 \begin_inset Foot
30255 status open
30256
30257 \begin_layout Plain Layout
30258 派生枝は、LyX
30259 \emph on
30260 ユーザーの手引き
30261 \emph default
30262
30263 \emph on
30264 派生枝
30265 \emph default
30266 の節に説明されています。
30267 \end_layout
30268
30269 \end_inset
30270
30271 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
30272 \end_layout
30273
30274 \begin_layout Standard
30275 \begin_inset Note Greyedout
30276 status open
30277
30278 \begin_layout Plain Layout
30279
30280 \series bold
30281 【註】
30282 \series default
30283 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
30284 \series bold
30285
30286 \backslash
30287 includeonly
30288 \series default
30289 を使用することはできません。
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 \begin_inset Note Greyedout
30299 status open
30300
30301 \begin_layout Plain Layout
30302
30303 \series bold
30304 【註】
30305 \series default
30306 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
30307 警告が発せられます。
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \begin_layout Description
30316 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
30317 \end_layout
30318
30319 \begin_deeper
30320 \begin_layout Itemize
30321 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
30322 \end_layout
30323
30324 \begin_layout Itemize
30325 Inputファイルは、LyX設定の操作性
30326 \family sans
30327 \SpecialChar \menuseparator
30328 表示
30329 \family default
30330 の下にある
30331 \family sans
30332 画像を表示
30333 \family default
30334 を有効にすると、LyX中でプレビューすることができます。
30335 \end_layout
30336
30337 \begin_layout Itemize
30338 LaTeXコマンドの
30339 \series bold
30340
30341 \backslash
30342 includeonly
30343 \series default
30344 は使用することができません。
30345 \end_layout
30346
30347 \end_deeper
30348 \begin_layout Standard
30349 右は、
30350 \family sans
30351 Input
30352 \family default
30353 を使って挿入した子文書です。 
30354 \begin_inset CommandInset include
30355 LatexCommand input
30356 filename "DummyDocument2.lyx"
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Description
30364 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
30365 に用いられているコマンドは実行されません。
30366 \family sans
30367 出力の空白に印付けをする
30368 \family default
30369 オプションを有効にすると、ソースコード中のすべての空白文字に「
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375
30376 \backslash
30377 textvisiblespace 
30378 \end_layout
30379
30380 \end_inset
30381
30382 」文字を表示させることができます。
30383 \family sans
30384 挿入\SpecialChar \menuseparator
30385 ファイル\SpecialChar \menuseparator
30386 平文
30387 \family default
30388 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
30389 \end_layout
30390
30391 \begin_layout Standard
30392 以下は、verbatimとして挿入された子文書です。 
30393 \begin_inset CommandInset include
30394 LatexCommand verbatiminput
30395 filename "../DummyTextDocument.txt"
30396
30397 \end_inset
30398
30399
30400 \begin_inset VSpace bigskip
30401 \end_inset
30402
30403 以下は、
30404 \family sans
30405 出力の空白に印付けをする
30406 \family default
30407 オプションを指定して、verbatimとして挿入された子文書です。 
30408 \begin_inset CommandInset include
30409 LatexCommand verbatiminput*
30410 filename "../DummyTextDocument.txt"
30411
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418 \begin_inset VSpace bigskip
30419 \end_inset
30420
30421
30422 \end_layout
30423
30424 \begin_layout Standard
30425 \begin_inset Note Greyedout
30426 status open
30427
30428 \begin_layout Plain Layout
30429
30430 \series bold
30431 【註】
30432 \series default
30433 上記の例でわかるように、
30434 \family sans
30435 verbatim
30436 \family default
30437 として取り込んだ文書の文章は、文書行の終わりで改行されません。
30438 \end_layout
30439
30440 \end_inset
30441
30442
30443 \end_layout
30444
30445 \begin_layout Standard
30446 \begin_inset Note Greyedout
30447 status open
30448
30449 \begin_layout Plain Layout
30450
30451 \series bold
30452 【訳註】
30453 \series default
30454 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Description
30463 プログラムリスト この型については、第
30464 \begin_inset CommandInset ref
30465 LatexCommand ref
30466 reference "cha:プログラムコードリスト"
30467
30468 \end_inset
30469
30470 章に説明されています。
30471 \end_layout
30472
30473 \begin_layout Standard
30474 \begin_inset Note Greyedout
30475 status open
30476
30477 \begin_layout Plain Layout
30478
30479 \series bold
30480 【註】
30481 \series default
30482 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \end_layout
30489
30490 \begin_layout Chapter
30491 プログラムコードリスト
30492 \begin_inset CommandInset label
30493 LatexCommand label
30494 name "cha:プログラムコードリスト"
30495
30496 \end_inset
30497
30498
30499 \begin_inset Index idx
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503 りすと@リスト
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \begin_inset Index idx
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513 ぷろぐらむこーど@プログラムコード
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \begin_inset Index idx
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523 ふろーと@フロート ! りすと@リスト
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \end_layout
30530
30531 \begin_layout Standard
30532 プログラムコードを取り込んで組版するには、
30533 \family sans
30534 挿入
30535 \family default
30536 \SpecialChar \menuseparator
30537
30538 \family sans
30539 プログラムリスト
30540 \family default
30541 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
30542 \series bold
30543 listings
30544 \series default
30545
30546 \begin_inset Index idx
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550 LaTeXぱっけーじ@LaTeXパッケージ ! listings
30551 \end_layout
30552
30553 \end_inset
30554
30555 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
30556 \end_layout
30557
30558 \begin_layout Standard
30559 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
30560 \end_layout
30561
30562 \begin_layout Standard
30563 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
30564 \family sans
30565 行内リスト
30566 \family default
30567 を指定すると、リストは
30568 \begin_inset listings
30569 lstparams "language={C++}"
30570 inline true
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574
30575 int a=5;
30576 \end_layout
30577
30578 \end_inset
30579
30580 のように行内に印字されます。
30581 \begin_inset Newline newline
30582 \end_inset
30583
30584
30585 \family sans
30586 フロート
30587 \family default
30588 オプションは、プログラムリストフロートを生成するものですが、ここで、第
30589 \begin_inset CommandInset ref
30590 LatexCommand ref
30591 reference "sec:フロートの配置"
30592
30593 \end_inset
30594
30595 節に説明されているフロート配置オプションに従って、「
30596 \family sans
30597 h
30598 \family default
30599 」「
30600 \family sans
30601 t
30602 \family default
30603 」「
30604 \family sans
30605 b
30606 \family default
30607 」「
30608 \family sans
30609 p
30610 \family default
30611 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
30612 \family sans
30613 htbp
30614 \family default
30615 」のように区切りを入れることなく入力することができます。「
30616 \family sans
30617 h
30618 \family default
30619 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
30620 \family sans
30621 フロート
30622 \family default
30623 オプションを使用しなければ大丈夫です。
30624 \end_layout
30625
30626 \begin_layout Standard
30627
30628 \family sans
30629 挿入
30630 \family default
30631 \SpecialChar \menuseparator
30632
30633 \family sans
30634 キャプション
30635 \family default
30636 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
30637 \begin_inset CommandInset ref
30638 LatexCommand ref
30639 reference "lst:リストフロート"
30640
30641 \end_inset
30642
30643 のように参照することができます。
30644 \end_layout
30645
30646 \begin_layout Standard
30647 \begin_inset listings
30648 lstparams "language=Python"
30649 inline false
30650 status open
30651
30652 \begin_layout Plain Layout
30653
30654 \begin_inset Caption
30655
30656 \begin_layout Plain Layout
30657 \begin_inset CommandInset label
30658 LatexCommand label
30659 name "lst:リストフロート"
30660
30661 \end_inset
30662
30663 Example Listing Float
30664 \end_layout
30665
30666 \end_inset
30667
30668 # Example listing float
30669 \end_layout
30670
30671 \begin_layout Plain Layout
30672
30673 def func(param):
30674 \end_layout
30675
30676 \begin_layout Plain Layout
30677
30678     'this is a python function'
30679 \end_layout
30680
30681 \begin_layout Plain Layout
30682
30683     pass
30684 \end_layout
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Standard
30692 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
30693 onのキーワード「def」が識別され、ボールド体で出力されます。
30694 \end_layout
30695
30696 \begin_layout Standard
30697 \begin_inset Note Greyedout
30698 status open
30699
30700 \begin_layout Plain Layout
30701
30702 \series bold
30703 【註】
30704 \series default
30705 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
30706 \family typewriter
30707 typewriter
30708 \family default
30709 フォントがボールド体を提供していません。この場合には、
30710 \family sans
30711 文書
30712 \family default
30713 \SpecialChar \menuseparator
30714
30715 \family sans
30716 設定
30717 \family default
30718 \SpecialChar \menuseparator
30719
30720 \family sans
30721 フォント
30722 \family default
30723 メニューで別のフォントを選択してください(
30724 \emph on
30725 LuxiMono
30726 \emph default
30727
30728 \emph on
30729 BeraMono
30730 \emph default
30731
30732 \emph on
30733 Courier
30734 \emph default
30735 の各フォントはボールド体を提供します)。
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \begin_layout Standard
30744 \begin_inset Note Greyedout
30745 status open
30746
30747 \begin_layout Plain Layout
30748
30749 \series bold
30750 【訳註】
30751 \series default
30752 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Standard
30761 プログラムリストダイアログの
30762 \family sans
30763 行番号
30764 \family default
30765 のセクションでは、行番号の様式を指定することができます。
30766 \family sans
30767 行間
30768 \family default
30769 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
30770 \end_layout
30771
30772 \begin_layout Standard
30773 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
30774 \family sans
30775 拡張文字コード表を使う
30776 \family default
30777 オプションを使用しなくてはなりません。
30778 \begin_inset Newline newline
30779 \end_inset
30780
30781 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
30782 \begin_inset space \thinspace{}
30783 \end_inset
30784
30785 -
30786 \begin_inset space \thinspace{}
30787 \end_inset
30788
30789 8」で設定したプログラムリストの例です。
30790 \end_layout
30791
30792 \begin_layout Standard
30793 \begin_inset listings
30794 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
30795 inline false
30796 status open
30797
30798 \begin_layout Plain Layout
30799
30800 def func(param):
30801 \end_layout
30802
30803 \begin_layout Plain Layout
30804
30805     'this is a python function'
30806 \end_layout
30807
30808 \begin_layout Plain Layout
30809
30810     pass
30811 \end_layout
30812
30813 \begin_layout Plain Layout
30814
30815 def func(param):
30816 \end_layout
30817
30818 \begin_layout Plain Layout
30819
30820 'This is a German word: Tschüß'
30821 \end_layout
30822
30823 \begin_layout Plain Layout
30824
30825 pass
30826 \end_layout
30827
30828 \begin_layout Plain Layout
30829
30830 def func(param):
30831 \end_layout
30832
30833 \begin_layout Plain Layout
30834
30835 'this is a python function'
30836 \end_layout
30837
30838 \begin_layout Plain Layout
30839
30840 pass
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Standard
30849 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
30850 \family sans
30851 タビュレータの大きさ
30852 \family default
30853 フィールドで指定することができます。
30854 \end_layout
30855
30856 \begin_layout Standard
30857 \begin_inset Note Greyedout
30858 status open
30859
30860 \begin_layout Plain Layout
30861
30862 \series bold
30863 【註】listings
30864 \series default
30865 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
30866 に振られているのはこのためです。
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \end_layout
30873
30874 \begin_layout Standard
30875 \begin_inset VSpace bigskip
30876 \end_inset
30877
30878
30879 \end_layout
30880
30881 \begin_layout Standard
30882 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
30883 \family sans
30884 挿入
30885 \family default
30886 \SpecialChar \menuseparator
30887
30888 \family sans
30889 ファイル
30890 \family default
30891 \SpecialChar \menuseparator
30892
30893 \family sans
30894 子文書
30895 \family default
30896 メニューを使用して
30897 \family sans
30898 プログラムリスト
30899 \family default
30900 型を選択してください
30901 \begin_inset Foot
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905 他の子文書型については、第 section
30906 \begin_inset space ~
30907 \end_inset
30908
30909
30910 \begin_inset CommandInset ref
30911 LatexCommand ref
30912 reference "sec:子文書"
30913
30914 \end_inset
30915
30916 節に説明があります。
30917 \end_layout
30918
30919 \end_inset
30920
30921 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
30922 疑問符「?」を打鍵してください。
30923 \end_layout
30924
30925 \begin_layout Standard
30926 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
30927 \family sans
30928 挿入
30929 \family default
30930 \SpecialChar \menuseparator
30931
30932 \family sans
30933 相互参照
30934 \family default
30935 メニューを使って参照できるようになります。
30936 \end_layout
30937
30938 \begin_layout Standard
30939 プログラムリスト
30940 \begin_inset CommandInset ref
30941 LatexCommand ref
30942 reference "lst:file-listing"
30943
30944 \end_inset
30945
30946 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \begin_inset CommandInset include
30951 LatexCommand lstinputlisting
30952 filename "EmbeddedObjects.lyx"
30953 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Standard
30961 \begin_inset VSpace bigskip
30962 \end_inset
30963
30964
30965 \end_layout
30966
30967 \begin_layout Standard
30968 リストに数式を入れるには、以下のようにします。
30969 \end_layout
30970
30971 \begin_layout Enumerate
30972 リストダイアログを開き、
30973 \family sans
30974 詳細
30975 \family default
30976 タブのフィールド中に
30977 \begin_inset Newline newline
30978 \end_inset
30979
30980
30981 \family sans
30982 mathescape=true
30983 \family default
30984
30985 \begin_inset Newline newline
30986 \end_inset
30987
30988 と書き加えます。
30989 \end_layout
30990
30991 \begin_layout Enumerate
30992 リスト外で数式を作成します。
30993 \end_layout
30994
30995 \begin_layout Enumerate
30996 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
30997 \begin_inset Info
30998 type  "shortcut"
30999 arg   "copy"
31000 \end_inset
31001
31002 )。
31003 \end_layout
31004
31005 \begin_layout Enumerate
31006 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
31007 \begin_inset Info
31008 type  "shortcut"
31009 arg   "paste"
31010 \end_inset
31011
31012 )。
31013 \end_layout
31014
31015 \begin_layout Standard
31016 \begin_inset listings
31017 lstparams "language=Python,mathescape=true"
31018 inline false
31019 status open
31020
31021 \begin_layout Plain Layout
31022
31023 \begin_inset Caption
31024
31025 \begin_layout Plain Layout
31026 Example Listing float containing a formula
31027 \end_layout
31028
31029 \end_inset
31030
31031 # Example listing float
31032 \end_layout
31033
31034 \begin_layout Plain Layout
31035
31036 def func(param):
31037 \end_layout
31038
31039 \begin_layout Plain Layout
31040
31041     # $
31042 \backslash
31043 prod_{n=1}^{
31044 \backslash
31045 infty}
31046 \backslash
31047 ,
31048 \backslash
31049 frac{1}{x^{2}}$
31050 \end_layout
31051
31052 \begin_layout Plain Layout
31053
31054     pass
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \end_layout
31061
31062 \begin_layout Standard
31063 \begin_inset VSpace bigskip
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \begin_layout Standard
31070 大域的なプログラムリストの設定は、
31071 \family sans
31072 文書
31073 \family default
31074 \SpecialChar \menuseparator
31075
31076 \family sans
31077 設定
31078 \family default
31079 \SpecialChar \menuseparator
31080
31081 \family sans
31082 リスト
31083 \family default
31084 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
31085 \family sans
31086 プログラムリスト設定
31087 \family default
31088 フィールドで疑問符「?」を打鍵してください。
31089 \end_layout
31090
31091 \begin_layout Standard
31092
31093 \series bold
31094 listings
31095 \series default
31096 パッケージについての詳しい情報については、取扱説明書
31097 \begin_inset CommandInset citation
31098 LatexCommand cite
31099 key "listings"
31100
31101 \end_inset
31102
31103 をご参照ください。.
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset Newpage newpage
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Chapter
31114 \start_of_appendix
31115 LyXで使用できる単位
31116 \begin_inset Index idx
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120 たんい@単位
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \begin_inset CommandInset label
31127 LatexCommand label
31128 name "cha:LyXで使用できる単位"
31129
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Standard
31136 この文書で用いられる単位の理解のために、表
31137 \begin_inset CommandInset ref
31138 LatexCommand ref
31139 reference "tab:単位"
31140
31141 \end_inset
31142
31143 に、LyXで使うことのできる単位をまとめておきます。
31144 \end_layout
31145
31146 \begin_layout Standard
31147 \begin_inset Float table
31148 placement h
31149 wide false
31150 sideways false
31151 status open
31152
31153 \begin_layout Plain Layout
31154 \begin_inset Caption
31155
31156 \begin_layout Plain Layout
31157 \begin_inset CommandInset label
31158 LatexCommand label
31159 name "tab:単位"
31160
31161 \end_inset
31162
31163 単位
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Plain Layout
31172 \begin_inset VSpace medskip
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Plain Layout
31179 \align center
31180 \begin_inset Tabular
31181 <lyxtabular version="3" rows="20" columns="2">
31182 <features tabularvalignment="middle">
31183 <column alignment="center" valignment="top" width="0">
31184 <column alignment="center" valignment="top" width="0">
31185 <row>
31186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31187 \begin_inset Text
31188
31189 \begin_layout Plain Layout
31190 単位
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199 名称/摘要
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 </row>
31205 <row>
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210 mm
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219 ミリメートル
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 </row>
31225 <row>
31226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230 cm
31231 \end_layout
31232
31233 \end_inset
31234 </cell>
31235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Plain Layout
31239 センチメートル
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 </row>
31245 <row>
31246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31247 \begin_inset Text
31248
31249 \begin_layout Plain Layout
31250 in
31251 \end_layout
31252
31253 \end_inset
31254 </cell>
31255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31256 \begin_inset Text
31257
31258 \begin_layout Plain Layout
31259 インチ
31260 \end_layout
31261
31262 \end_inset
31263 </cell>
31264 </row>
31265 <row>
31266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31267 \begin_inset Text
31268
31269 \begin_layout Plain Layout
31270 pt
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279 ポイント (72.27
31280 \begin_inset Formula $\,$
31281 \end_inset
31282
31283 pt = 1
31284 \begin_inset Formula $\,$
31285 \end_inset
31286
31287 in)
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 </row>
31293 <row>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298 pc
31299 \end_layout
31300
31301 \end_inset
31302 </cell>
31303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31304 \begin_inset Text
31305
31306 \begin_layout Plain Layout
31307 パイカ (1
31308 \begin_inset Formula $\,$
31309 \end_inset
31310
31311 pc = 12
31312 \begin_inset Formula $\,$
31313 \end_inset
31314
31315 pt)
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 </row>
31321 <row>
31322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31323 \begin_inset Text
31324
31325 \begin_layout Plain Layout
31326 sp
31327 \end_layout
31328
31329 \end_inset
31330 </cell>
31331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31332 \begin_inset Text
31333
31334 \begin_layout Plain Layout
31335 スケールポイント (65536
31336 \begin_inset Formula $\,$
31337 \end_inset
31338
31339 sp = 1
31340 \begin_inset Formula $\,$
31341 \end_inset
31342
31343 pt)
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 </row>
31349 <row>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354 bp
31355 \end_layout
31356
31357 \end_inset
31358 </cell>
31359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31360 \begin_inset Text
31361
31362 \begin_layout Plain Layout
31363 ビッグポイント (72
31364 \begin_inset Formula $\,$
31365 \end_inset
31366
31367 bp = 1
31368 \begin_inset Formula $\,$
31369 \end_inset
31370
31371 in)
31372 \end_layout
31373
31374 \end_inset
31375 </cell>
31376 </row>
31377 <row>
31378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31379 \begin_inset Text
31380
31381 \begin_layout Plain Layout
31382 dd
31383 \end_layout
31384
31385 \end_inset
31386 </cell>
31387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31388 \begin_inset Text
31389
31390 \begin_layout Plain Layout
31391 ディドー (72
31392 \begin_inset Formula $\,$
31393 \end_inset
31394
31395 dd 
31396 \begin_inset Formula $\approx$
31397 \end_inset
31398
31399  37.6
31400 \begin_inset Formula $\,$
31401 \end_inset
31402
31403 mm)
31404 \end_layout
31405
31406 \end_inset
31407 </cell>
31408 </row>
31409 <row>
31410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31411 \begin_inset Text
31412
31413 \begin_layout Plain Layout
31414 cc
31415 \end_layout
31416
31417 \end_inset
31418 </cell>
31419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31420 \begin_inset Text
31421
31422 \begin_layout Plain Layout
31423 シセロ (1
31424 \begin_inset Formula $\,$
31425 \end_inset
31426
31427 cc = 12
31428 \begin_inset Formula $\,$
31429 \end_inset
31430
31431 dd)
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 </row>
31437 <row>
31438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 Scale%
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout Plain Layout
31451 元の画像幅の%
31452 \end_layout
31453
31454 \end_inset
31455 </cell>
31456 </row>
31457 <row>
31458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31459 \begin_inset Text
31460
31461 \begin_layout Plain Layout
31462 text%
31463 \end_layout
31464
31465 \end_inset
31466 </cell>
31467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31468 \begin_inset Text
31469
31470 \begin_layout Plain Layout
31471 テキスト幅の%
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 </row>
31477 <row>
31478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31479 \begin_inset Text
31480
31481 \begin_layout Plain Layout
31482 col%
31483 \end_layout
31484
31485 \end_inset
31486 </cell>
31487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31488 \begin_inset Text
31489
31490 \begin_layout Plain Layout
31491 組段幅の%
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 </row>
31497 <row>
31498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 page%
31503 \end_layout
31504
31505 \end_inset
31506 </cell>
31507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31508 \begin_inset Text
31509
31510 \begin_layout Plain Layout
31511 用紙幅の%
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 </row>
31517 <row>
31518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522 line%
31523 \end_layout
31524
31525 \end_inset
31526 </cell>
31527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31528 \begin_inset Text
31529
31530 \begin_layout Plain Layout
31531 行幅の%
31532 \end_layout
31533
31534 \end_inset
31535 </cell>
31536 </row>
31537 <row>
31538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31539 \begin_inset Text
31540
31541 \begin_layout Plain Layout
31542 theight%
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551 テキスト高さの%
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 </row>
31557 <row>
31558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 pheight%
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 用紙高さの%
31572 \end_layout
31573
31574 \end_inset
31575 </cell>
31576 </row>
31577 <row>
31578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31579 \begin_inset Text
31580
31581 \begin_layout Plain Layout
31582 ex
31583 \end_layout
31584
31585 \end_inset
31586 </cell>
31587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31588 \begin_inset Text
31589
31590 \begin_layout Plain Layout
31591 現在のフォントの文字「x」の高さ
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 </row>
31597 <row>
31598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31599 \begin_inset Text
31600
31601 \begin_layout Plain Layout
31602 em
31603 \end_layout
31604
31605 \end_inset
31606 </cell>
31607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31608 \begin_inset Text
31609
31610 \begin_layout Plain Layout
31611 現在のフォントの文字「M」の幅
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622 mu
31623 \end_layout
31624
31625 \end_inset
31626 </cell>
31627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31628 \begin_inset Text
31629
31630 \begin_layout Plain Layout
31631 数式単位 (1
31632 \begin_inset Formula $\,$
31633 \end_inset
31634
31635 mu = 1/18
31636 \begin_inset Formula $\,$
31637 \end_inset
31638
31639 em)
31640 \end_layout
31641
31642 \end_inset
31643 </cell>
31644 </row>
31645 </lyxtabular>
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \end_inset
31653
31654
31655 \end_layout
31656
31657 \begin_layout Chapter
31658 画像を含む場合のファイル出力形式
31659 \begin_inset CommandInset label
31660 LatexCommand label
31661 name "cha:ファイル出力形式"
31662
31663 \end_inset
31664
31665
31666 \end_layout
31667
31668 \begin_layout Section
31669 DVI
31670 \begin_inset Index idx
31671 status collapsed
31672
31673 \begin_layout Plain Layout
31674 ふぁいるしょしき@ファイル書式 ! DVI
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset Index idx
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684 DVI|see
31685 \begin_inset ERT
31686 status collapsed
31687
31688 \begin_layout Plain Layout
31689
31690 {
31691 \end_layout
31692
31693 \end_inset
31694
31695 ファイル書式
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701 }
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Standard
31715 このファイル型の拡張子は「
31716 \family typewriter
31717 .dvi
31718 \family default
31719 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
31720 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
31721 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
31722 \end_layout
31723
31724 \begin_layout Standard
31725 \begin_inset Note Greyedout
31726 status open
31727
31728 \begin_layout Plain Layout
31729 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
31730 \end_layout
31731
31732 \end_inset
31733
31734 ですから、お使いの
31735 \family typewriter
31736 .dvi
31737 \family default
31738 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
31739 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
31740 DFを使用することをお勧めします。
31741 \end_layout
31742
31743 \begin_layout Standard
31744 使用中の文書は、
31745 \family sans
31746 ファイル
31747 \family default
31748 \SpecialChar \menuseparator
31749
31750 \family sans
31751 書き出し
31752 \family default
31753 \SpecialChar \menuseparator
31754
31755 \family sans
31756 DVI
31757 \family default
31758 メニューを使用して、DVIに書き出すことができます。また、
31759 \family sans
31760 表示
31761 \family default
31762 メニューかツールバーボタン
31763 \begin_inset Graphics
31764         filename ../../images/buffer-view_dvi.png
31765         scale 85
31766         scaleBeforeRotation
31767
31768 \end_inset
31769
31770 を使用すれば、使用中の文書をDVIで表示させることができます。
31771 \end_layout
31772
31773 \begin_layout Section
31774 PostScript
31775 \begin_inset CommandInset label
31776 LatexCommand label
31777 name "sec:PostScript"
31778
31779 \end_inset
31780
31781
31782 \begin_inset Index idx
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786 ふぁいるしょしき@ファイル書式 ! PostScript
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \begin_inset Index idx
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796 PostScript|see
31797 \begin_inset ERT
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801
31802 {
31803 \end_layout
31804
31805 \end_inset
31806
31807 ファイル書式
31808 \begin_inset ERT
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812
31813 }
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \end_layout
31825
31826 \begin_layout Standard
31827 このファイル型の拡張子は「
31828 \family typewriter
31829 .ps
31830 \family default
31831 」です。PostScriptは、
31832 \family typewriter
31833 Adobe
31834 \family default
31835 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
31836 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
31837 \begin_inset Foot
31838 status open
31839
31840 \begin_layout Plain Layout
31841 これについてもう少し学ぶ気があれば、LaTeXパッケージ
31842 \series bold
31843 PSTricks
31844 \series default
31845
31846 \begin_inset CommandInset citation
31847 LatexCommand cite
31848 key "pstricks"
31849
31850 \end_inset
31851
31852 を見てみてください。
31853 \end_layout
31854
31855 \end_inset
31856
31857 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
31858 \end_layout
31859
31860 \begin_layout Standard
31861 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
31862 \family typewriter
31863 .eps
31864 \family default
31865 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
31866 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
31867 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
31868 を直接EPSとして入れておく方がよいでしょう。
31869 \end_layout
31870
31871 \begin_layout Standard
31872 文書は、
31873 \family sans
31874 ファイル
31875 \family default
31876 \SpecialChar \menuseparator
31877
31878 \family sans
31879 書き出し
31880 \family default
31881 \SpecialChar \menuseparator
31882
31883 \family sans
31884 Postscript
31885 \family default
31886 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
31887 \family sans
31888 表示
31889 \family default
31890 メニューかツールバーボタン
31891 \begin_inset Graphics
31892         filename ../../images/buffer-view_ps.png
31893         scale 85
31894         scaleBeforeRotation
31895
31896 \end_inset
31897
31898 を使用することでPostScriptとして表示させることができます。
31899 \end_layout
31900
31901 \begin_layout Section
31902 PDF
31903 \begin_inset Index idx
31904 status collapsed
31905
31906 \begin_layout Plain Layout
31907 ふぁいるしょしき@ファイル書式 ! PDF
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \begin_inset Index idx
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917 PDF
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Standard
31926 このファイル型の拡張子は「
31927 \family typewriter
31928 .pdf
31929 \family default
31930 」です。この「Portable Document Format (PDF)」は、
31931 \family typewriter
31932 Adobe
31933 \family default
31934 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
31935 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
31936 \end_layout
31937
31938 \begin_layout Standard
31939 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
31940 \family typewriter
31941 .jpg
31942 \family default
31943 」または「
31944 \family typewriter
31945 .jpeg
31946 \family default
31947 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
31948 \family typewriter
31949 .png
31950 \family default
31951 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
31952 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
31953 とをお勧めします。
31954 \end_layout
31955
31956 \begin_layout Standard
31957 使用中の文書は、
31958 \family sans
31959 ファイル
31960 \family default
31961 \SpecialChar \menuseparator
31962
31963 \family sans
31964 書き出し
31965 \family default
31966 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
31967 \end_layout
31968
31969 \begin_layout Description
31970 PDF
31971 \begin_inset space ~
31972 \end_inset
31973
31974 (ps2pdf) これは
31975 \family typewriter
31976 ps2pdf
31977 \family default
31978 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
31979 \family typewriter
31980 dvips
31981 \family default
31982 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
31983 \end_layout
31984
31985 \begin_layout Description
31986 PDF
31987 \begin_inset space ~
31988 \end_inset
31989
31990 (dvipdfm) これは
31991 \family typewriter
31992 dvipdfm
31993 \family default
31994 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
31995 \end_layout
31996
31997 \begin_layout Description
31998 PDF
31999 \begin_inset space ~
32000 \end_inset
32001
32002 (pdflatex) これは
32003 \family typewriter
32004 pdftex
32005 \family default
32006 プログラムを使って、現在のファイルを直接PDFに変換します。
32007 \end_layout
32008
32009 \begin_layout Standard
32010
32011 \family typewriter
32012 pdftex
32013 \family default
32014 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
32015 \family sans
32016 PDF
32017 \begin_inset space ~
32018 \end_inset
32019
32020 (pdflatex)
32021 \family default
32022 を使用することが推奨されます。
32023 \family typewriter
32024 dvipdfm
32025 \family default
32026 プログラムは開発が停止しており、若干時代遅れになっています。
32027 \end_layout
32028
32029 \begin_layout Standard
32030 使用中の文書をPDFとして表示するには、
32031 \family sans
32032 表示
32033 \family default
32034 メニューかツールバーボタン
32035 \begin_inset Graphics
32036         filename ../../images/buffer-view_pdf2.png
32037         scale 85
32038         scaleBeforeRotation
32039
32040 \end_inset
32041
32042 (これは
32043 \family sans
32044 PDF
32045 \begin_inset space ~
32046 \end_inset
32047
32048 (pdflatex)
32049 \family default
32050 を使用します)を用います。
32051 \end_layout
32052
32053 \begin_layout Chapter
32054 第(
32055 \begin_inset CommandInset ref
32056 LatexCommand ref
32057 reference "eq:Wgn"
32058
32059 \end_inset
32060
32061 )式の説明
32062 \begin_inset CommandInset label
32063 LatexCommand label
32064 name "cha:式の説明"
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \begin_layout Standard
32072 \begin_inset Formula $n$
32073 \end_inset
32074
32075 個の表セルの全幅
32076 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32077 \end_inset
32078
32079
32080 \end_layout
32081
32082 \begin_layout Standard
32083 \begin_inset Formula 
32084 \begin{equation}
32085 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
32086 \end{equation}
32087
32088 \end_inset
32089
32090
32091 \end_layout
32092
32093 \begin_layout Standard
32094 で計算できます。ここで
32095 \begin_inset Formula $W_{g\, n}$
32096 \end_inset
32097
32098 は、すべてのセルが持つ固定幅です。
32099 \series bold
32100
32101 \backslash
32102 tabcolsep
32103 \series default
32104 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
32105 \begin_inset space \thinspace{}
32106 \end_inset
32107
32108 ptです。
32109 \series bold
32110
32111 \backslash
32112 arrayrulewidth
32113 \series default
32114 は、セル罫線幅であり、既定値は0.4
32115 \begin_inset space \thinspace{}
32116 \end_inset
32117
32118 ptです。
32119 \end_layout
32120
32121 \begin_layout Standard
32122
32123 \begin_inset CommandInset ref
32124 LatexCommand eqref
32125 reference "eq:Wtot_n"
32126
32127 \end_inset
32128
32129 式にしたがえば、連結列の全幅
32130 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset Formula 
32138 \begin{equation}
32139 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
32140 \end{equation}
32141
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \begin_layout Standard
32148 となります。
32149 \begin_inset Formula $n$
32150 \end_inset
32151
32152 列を連結する時には各列の全幅は
32153 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32154 \end_inset
32155
32156 となるので、第
32157 \begin_inset CommandInset ref
32158 LatexCommand eqref
32159 reference "eq:Wtot_n"
32160
32161 \end_inset
32162
32163 式と第
32164 \begin_inset CommandInset ref
32165 LatexCommand eqref
32166 reference "eq:Wtot_mult"
32167
32168 \end_inset
32169
32170 式が等しいものと置けば、必要となる固定幅
32171 \begin_inset Formula $W_{g\, n}$
32172 \end_inset
32173
32174 を計算することができて、
32175 \end_layout
32176
32177 \begin_layout Standard
32178 \begin_inset Formula 
32179 \begin{equation}
32180 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
32181 \end{equation}
32182
32183 \end_inset
32184
32185 となります。
32186 \end_layout
32187
32188 \begin_layout Bibliography
32189 \labelwidthstring 参考文献
32190 \begin_inset CommandInset bibitem
32191 LatexCommand bibitem
32192 key "latexcompanion"
32193
32194 \end_inset
32195
32196 Frank Mittelbach and Michel Goossens: 
32197 \emph on
32198 The LaTeX Companion Second Edition.
32199
32200 \emph default
32201  Addison-Wesley, 2004
32202 \end_layout
32203
32204 \begin_layout Bibliography
32205 \labelwidthstring 参考文献
32206 \begin_inset CommandInset bibitem
32207 LatexCommand bibitem
32208 key "latexguide"
32209
32210 \end_inset
32211
32212 Helmut Kopka and Patrick W.
32213  Daly: 
32214 \emph on
32215 A Guide to LaTeX Fourth Edition.
32216
32217 \emph default
32218  Addison-Wesley, 2003
32219 \end_layout
32220
32221 \begin_layout Bibliography
32222 \labelwidthstring 参考文献
32223 \begin_inset CommandInset bibitem
32224 LatexCommand bibitem
32225 key "latexbook"
32226
32227 \end_inset
32228
32229 Leslie Lamport: 
32230 \emph on
32231 LaTeX: A Document Preparation System.
32232
32233 \emph default
32234  Addison-Wesley, second edition, 1994
32235 \end_layout
32236
32237 \begin_layout Bibliography
32238 \labelwidthstring 参考文献
32239 \begin_inset CommandInset bibitem
32240 LatexCommand bibitem
32241 key "booktabs"
32242
32243 \end_inset
32244
32245 LaTeXパッケージ
32246 \series bold
32247
32248 \begin_inset CommandInset href
32249 LatexCommand href
32250 name "booktabs"
32251 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32252
32253 \end_inset
32254
32255
32256 \series default
32257
32258 \begin_inset Index idx
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
32263 \end_layout
32264
32265 \end_inset
32266
32267 の取扱説明書
32268 \end_layout
32269
32270 \begin_layout Bibliography
32271 \labelwidthstring 参考文献
32272 \begin_inset CommandInset bibitem
32273 LatexCommand bibitem
32274 key "caption"
32275
32276 \end_inset
32277
32278 LaTeXパッケージ
32279 \series bold
32280
32281 \begin_inset CommandInset href
32282 LatexCommand href
32283 name "caption"
32284 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32285
32286 \end_inset
32287
32288
32289 \series default
32290
32291 \begin_inset Index idx
32292 status collapsed
32293
32294 \begin_layout Plain Layout
32295 LaTeXぱっけーじ@LaTeXパッケージ ! caption
32296 \end_layout
32297
32298 \end_inset
32299
32300 の取扱説明書
32301 \end_layout
32302
32303 \begin_layout Bibliography
32304 \labelwidthstring 参考文献
32305 \begin_inset CommandInset bibitem
32306 LatexCommand bibitem
32307 key "endfloat"
32308
32309 \end_inset
32310
32311 LaTeXパッケージ
32312 \series bold
32313
32314 \begin_inset CommandInset href
32315 LatexCommand href
32316 name "endfloat"
32317 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32318
32319 \end_inset
32320
32321
32322 \series default
32323
32324 \begin_inset Index idx
32325 status collapsed
32326
32327 \begin_layout Plain Layout
32328 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
32329 \end_layout
32330
32331 \end_inset
32332
32333 の取扱説明書
32334 \end_layout
32335
32336 \begin_layout Bibliography
32337 \labelwidthstring 参考文献
32338 \begin_inset CommandInset bibitem
32339 LatexCommand bibitem
32340 key "wrapfig"
32341
32342 \end_inset
32343
32344 LaTeXパッケージ
32345 \series bold
32346
32347 \begin_inset CommandInset href
32348 LatexCommand href
32349 name "wrapfig"
32350 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32351
32352 \end_inset
32353
32354
32355 \series default
32356
32357 \begin_inset Index idx
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
32362 \end_layout
32363
32364 \end_inset
32365
32366 の取扱説明書
32367 \end_layout
32368
32369 \begin_layout Bibliography
32370 \labelwidthstring 参考文献
32371 \begin_inset CommandInset bibitem
32372 LatexCommand bibitem
32373 key "footmisc"
32374
32375 \end_inset
32376
32377 LaTeXパッケージ
32378 \series bold
32379
32380 \begin_inset CommandInset href
32381 LatexCommand href
32382 name "footmisc"
32383 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32384
32385 \end_inset
32386
32387
32388 \series default
32389
32390 \begin_inset Index idx
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
32395 \end_layout
32396
32397 \end_inset
32398
32399 の取扱説明書
32400 \end_layout
32401
32402 \begin_layout Bibliography
32403 \labelwidthstring 参考文献
32404 \begin_inset CommandInset bibitem
32405 LatexCommand bibitem
32406 key "hypcap"
32407
32408 \end_inset
32409
32410 LaTeXパッケージ
32411 \series bold
32412
32413 \begin_inset CommandInset href
32414 LatexCommand href
32415 name "hypcap"
32416 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
32417
32418 \end_inset
32419
32420
32421 \series default
32422
32423 \begin_inset Index idx
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32428 \end_layout
32429
32430 \end_inset
32431
32432 の取扱説明書
32433 \end_layout
32434
32435 \begin_layout Bibliography
32436 \labelwidthstring 参考文献
32437 \begin_inset CommandInset bibitem
32438 LatexCommand bibitem
32439 key "hyperref"
32440
32441 \end_inset
32442
32443 LaTeXパッケージ
32444 \series bold
32445
32446 \begin_inset CommandInset href
32447 LatexCommand href
32448 name "hyperref"
32449 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
32450
32451 \end_inset
32452
32453
32454 \series default
32455
32456 \begin_inset Index idx
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32461 \end_layout
32462
32463 \end_inset
32464
32465 の取扱説明書
32466 \end_layout
32467
32468 \begin_layout Bibliography
32469 \labelwidthstring 参考文献
32470 \begin_inset CommandInset bibitem
32471 LatexCommand bibitem
32472 key "KOMA-script"
32473
32474 \end_inset
32475
32476 LaTeXパッケージ
32477 \series bold
32478
32479 \begin_inset CommandInset href
32480 LatexCommand href
32481 name "KOMA-script"
32482 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
32483
32484 \end_inset
32485
32486
32487 \series default
32488
32489 \begin_inset Index idx
32490 status collapsed
32491
32492 \begin_layout Plain Layout
32493 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
32494 \end_layout
32495
32496 \end_inset
32497
32498 の取扱説明書
32499 \end_layout
32500
32501 \begin_layout Bibliography
32502 \labelwidthstring 参考文献
32503 \begin_inset CommandInset bibitem
32504 LatexCommand bibitem
32505 key "listings"
32506
32507 \end_inset
32508
32509 LaTeXパッケージ
32510 \series bold
32511
32512 \begin_inset CommandInset href
32513 LatexCommand href
32514 name "listings"
32515 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
32516
32517 \end_inset
32518
32519
32520 \series default
32521
32522 \begin_inset Index idx
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32527 \end_layout
32528
32529 \end_inset
32530
32531 の取扱説明書
32532 \end_layout
32533
32534 \begin_layout Bibliography
32535 \labelwidthstring 参考文献
32536 \begin_inset CommandInset bibitem
32537 LatexCommand bibitem
32538 key "marginnote"
32539
32540 \end_inset
32541
32542 LaTeXパッケージ
32543 \series bold
32544
32545 \begin_inset CommandInset href
32546 LatexCommand href
32547 name "marginnote"
32548 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
32549
32550 \end_inset
32551
32552
32553 \series default
32554
32555 \begin_inset Index idx
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
32560 \end_layout
32561
32562 \end_inset
32563
32564 の取扱説明書
32565 \end_layout
32566
32567 \begin_layout Bibliography
32568 \labelwidthstring 参考文献
32569 \begin_inset CommandInset bibitem
32570 LatexCommand bibitem
32571 key "pstricks"
32572
32573 \end_inset
32574
32575 LaTeXパッケージ
32576 \series bold
32577
32578 \begin_inset CommandInset href
32579 LatexCommand href
32580 name "PSTricks"
32581 target "http://tug.org/PSTricks/"
32582
32583 \end_inset
32584
32585
32586 \series default
32587
32588 \begin_inset Index idx
32589 status collapsed
32590
32591 \begin_layout Plain Layout
32592 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
32593 \end_layout
32594
32595 \end_inset
32596
32597 のウェブページ
32598 \end_layout
32599
32600 \begin_layout Bibliography
32601 \labelwidthstring 参考文献
32602 \begin_inset CommandInset bibitem
32603 LatexCommand bibitem
32604 key "sidecap"
32605
32606 \end_inset
32607
32608 LaTeXパッケージ
32609 \series bold
32610
32611 \begin_inset CommandInset href
32612 LatexCommand href
32613 name "sidecap"
32614 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
32615
32616 \end_inset
32617
32618
32619 \series default
32620
32621 \begin_inset Index idx
32622 status collapsed
32623
32624 \begin_layout Plain Layout
32625 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
32626 \end_layout
32627
32628 \end_inset
32629
32630 の取扱説明書
32631 \end_layout
32632
32633 \begin_layout Bibliography
32634 \labelwidthstring 参考文献
32635 \begin_inset CommandInset bibitem
32636 LatexCommand bibitem
32637 key "prettyref"
32638
32639 \end_inset
32640
32641 LaTeXパッケージ
32642 \series bold
32643
32644 \begin_inset CommandInset href
32645 LatexCommand href
32646 name "prettyref"
32647 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
32648
32649 \end_inset
32650
32651
32652 \series default
32653
32654 \begin_inset Index idx
32655 status collapsed
32656
32657 \begin_layout Plain Layout
32658 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \begin_layout Bibliography
32667 \labelwidthstring 参考文献
32668 \begin_inset CommandInset bibitem
32669 LatexCommand bibitem
32670 key "refstyle"
32671
32672 \end_inset
32673
32674 LaTeXパッケージ
32675 \series bold
32676
32677 \begin_inset CommandInset href
32678 LatexCommand href
32679 name "refstyle"
32680 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
32681
32682 \end_inset
32683
32684
32685 \series default
32686
32687 \begin_inset Index idx
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Bibliography
32700 \labelwidthstring 参考文献
32701 \begin_inset CommandInset bibitem
32702 LatexCommand bibitem
32703 key "NewInLyX20"
32704
32705 \end_inset
32706
32707
32708 \family sans
32709 LyX 2.0
32710 \family default
32711 の新機能に関する
32712 \begin_inset CommandInset href
32713 LatexCommand href
32714 name "Wikiページ"
32715 target "http://wiki.lyx.org/LyX/NewInLyX20"
32716
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \begin_layout Standard
32723 \begin_inset CommandInset index_print
32724 LatexCommand printindex
32725 type "idx"
32726
32727 \end_inset
32728
32729
32730 \end_layout
32731
32732 \end_body
32733 \end_document