]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: fix a nasty caption formatting bug spotted by Ignacio
[lyx.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 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for book-style tables
91 \usepackage{booktabs}
92
93 % used to have extra space in table cells
94 \@ifundefined{extrarowheight}
95  {\usepackage{array}}{}
96 \setlength{\extrarowheight}{2pt}
97
98 % used for customized tables
99 % ---
100 \newcolumntype{M}[1]
101  {>{\centering\hspace{0pt}}m{#1}}
102
103 \newcolumntype{S}[2]
104  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
105
106 \newcolumntype{K}[1]
107  {>{\columncolor{#1}\hspace{0pt}}c}
108
109 \newcolumntype{V}{!{\vrule width 1.5pt}}
110
111 \newcolumntype{W}{!{\color{green}\vline}}
112 % ---
113
114 % insert additional vertical space of
115 % 1.5 mm between footnotes
116 \let\myFoot\footnote
117 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
118
119 % number algorithm floats within chapters
120 \numberwithin{algorithm}{chapter}
121
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package arydshln
128 % used for tables with dashed lines
129 \newboolean{arydshln}
130 \IfFileExists{arydshln.sty}
131  {\usepackage{arydshln}
132   \setboolean{arydshln}{true}}
133  {\setboolean{arydshln}{false}}
134
135 % check for package marginnote
136 % used for margin notes
137 \newboolean{marginnote}
138 \IfFileExists{marginnote.sty}
139  {\usepackage{marginnote}
140   \let\marginpar\marginnote
141   \setboolean{marginnote}{true}}
142  {\setboolean{marginnote}{false}}
143
144 % check for package sidecap
145 % used for captions on the side
146 \newboolean{sidecap}
147 \IfFileExists{sidecap.sty}
148  {\usepackage{sidecap}
149   \setboolean{sidecap}{true}}
150  {\setboolean{sidecap}{false}}
151
152 % check for picinpar
153 % used for surrounded fixed objects
154 \newboolean{picinpar}
155 \IfFileExists{picinpar.sty}
156  {\usepackage{picinpar}
157   \setboolean{picinpar}{true}}
158  {\setboolean{picinpar}{false}}
159
160 % check for lettrine
161 \newboolean{lettrine}
162 \IfFileExists{lettrine.sty}
163  {\usepackage{lettrine}
164   \setboolean{lettrine}{true}}
165  {\setboolean{lettrine}{false}}
166
167 \usepackage{t1enc}
168 \renewcommand{\seename}{→}
169
170 \usepackage{subfig}
171 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
172 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
173 \end_preamble
174 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
175 \use_default_options false
176 \begin_modules
177 initials
178 \end_modules
179 \maintain_unincluded_children false
180 \language japanese
181 \language_package default
182 \inputencoding auto
183 \fontencoding global
184 \font_roman default
185 \font_sans default
186 \font_typewriter default
187 \font_default_family default
188 \use_non_tex_fonts false
189 \font_sc false
190 \font_osf false
191 \font_sf_scale 100
192 \font_tt_scale 100
193
194 \graphics default
195 \default_output_format default
196 \output_sync 0
197 \bibtex_command default
198 \index_command default
199 \paperfontsize 12
200 \spacing single
201 \use_hyperref true
202 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
203 \pdf_author "LyX Team, Uwe Stohr"
204 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
205 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
206 \pdf_bookmarks true
207 \pdf_bookmarksnumbered true
208 \pdf_bookmarksopen true
209 \pdf_bookmarksopenlevel 1
210 \pdf_breaklinks false
211 \pdf_pdfborder false
212 \pdf_colorlinks true
213 \pdf_backref false
214 \pdf_pdfusetitle false
215 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
216 \papersize a4paper
217 \use_geometry true
218 \use_amsmath 2
219 \use_esint 0
220 \use_mhchem 1
221 \use_mathdots 1
222 \cite_engine basic
223 \use_bibtopic false
224 \use_indices false
225 \paperorientation portrait
226 \suppress_date false
227 \use_refstyle 0
228 \notefontcolor #0000ff
229 \index 索引
230 \shortcut idx
231 \color #008000
232 \end_index
233 \leftmargin 2.5cm
234 \topmargin 2.5cm
235 \rightmargin 2.5cm
236 \bottommargin 3cm
237 \secnumdepth 3
238 \tocdepth 3
239 \paragraph_separation skip
240 \defskip medskip
241 \quotes_language english
242 \papercolumns 1
243 \papersides 2
244 \paperpagestyle default
245 \bullet 1 1 34 -1
246 \bullet 2 2 35 -1
247 \bullet 3 2 7 -1
248 \tracking_changes false
249 \output_changes false
250 \html_math_output 0
251 \html_css_as_file 0
252 \html_be_strict false
253 \end_header
254
255 \begin_body
256
257 \begin_layout Title
258 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
259 \end_layout
260
261 \begin_layout Author
262 LyXプロジェクトチーム
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
269 \begin_inset CommandInset href
270 LatexCommand href
271 name "lyx-docs@lists.lyx.org"
272 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
273 type "mailto:"
274
275 \end_inset
276
277  までお送り下さい。
278 \end_layout
279
280 \end_inset
281
282
283 \begin_inset Note Note
284 status collapsed
285
286 \begin_layout Plain Layout
287 著者:Uwe Stöhr
288 \end_layout
289
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \family sans
302 バージョン2.0.x
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset CommandInset toc
307 LatexCommand tableofcontents
308
309 \end_inset
310
311
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset Note Note
316 status open
317
318 \begin_layout Plain Layout
319 本文書の全体をPDFやPS、DVIに書き出すには、
320 \series bold
321 arydshln
322 \series default
323
324 \series bold
325 colortbl
326 \series default
327
328 \series bold
329 lettrine
330 \series default
331
332 \series bold
333 marginnote
334 \series default
335
336 \series bold
337 picinpar
338 \series default
339
340 \series bold
341 sidecap
342 \series default
343 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
344 されません。
345 \end_layout
346
347 \begin_layout Plain Layout
348 本文書の最新PDF版は
349 \begin_inset Newline newline
350 \end_inset
351
352
353 \series bold
354 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
355 \series default
356
357 \begin_inset Newline newline
358 \end_inset
359
360 にあります。
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \begin_layout Chapter
369
370 \begin_inset Index idx
371 status collapsed
372
373 \begin_layout Plain Layout
374 ず@図
375 \end_layout
376
377 \end_inset
378
379
380 \begin_inset Index idx
381 status collapsed
382
383 \begin_layout Plain Layout
384 がぞう@画像|see
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390 {
391 \end_layout
392
393 \end_inset
394
395
396 \begin_inset ERT
397 status collapsed
398
399 \begin_layout Plain Layout
400
401 }
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Section
415 画像ダイアログ
416 \begin_inset Index idx
417 status collapsed
418
419 \begin_layout Plain Layout
420 ず@図 ! がぞうだいあろぐ@画像ダイアログ
421 \end_layout
422
423 \end_inset
424
425
426 \begin_inset CommandInset label
427 LatexCommand label
428 name "sec:画像ダイアログ"
429
430 \end_inset
431
432
433 \end_layout
434
435 \begin_layout Standard
436 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
437 \begin_inset Graphics
438         filename ../../images/dialog-show-new-inset_graphics.png
439         scale 85
440         scaleBeforeRotation
441
442 \end_inset
443
444 をクリックするか、
445 \family sans
446 挿入\SpecialChar \menuseparator
447 画像
448 \family default
449 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
450 \end_layout
451
452 \begin_layout Standard
453 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
454 \end_layout
455
456 \begin_layout Description
457
458 \family sans
459 画像
460 \family default
461  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
462 \begin_inset CommandInset ref
463 LatexCommand ref
464 reference "cha:LyXで使用できる単位"
465
466 \end_inset
467
468 に説明があります。
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 ず@図 ! のかいてん@---の回転
478 \end_layout
479
480 \end_inset
481
482 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
483 \begin_inset Newline newline
484 \end_inset
485
486
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 ず@図 ! のしんしゅく@---の伸縮
492 \end_layout
493
494 \end_inset
495
496 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
497 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
498 \family sans
499 縦横比を維持する
500 \family default
501 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
502 \begin_inset Newline newline
503 \end_inset
504
505 画像を右クリックすると現れるコンテクストメニューで
506 \family sans
507 外部で編集
508 \family default
509 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
510 ます。
511 \end_layout
512
513 \begin_layout Description
514
515 \family sans
516 切り抜き
517 \family default
518  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
519 \family sans
520 ファイルから取得
521 \family default
522 ボタンを押すことによって、自動的に計算することもできます。
523 \family sans
524 境界枠で切り抜く
525 \family default
526 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
527 \end_layout
528
529 \begin_layout Description
530
531 \family sans
532 LaTeXとLyXのオプション
533 \family default
534  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
535 \family sans
536
537 \begin_inset Newline newline
538 \end_inset
539
540 下書きモード
541 \family default
542 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
543 \family sans
544
545 \begin_inset Newline newline
546 \end_inset
547
548 エクスポートする際に解凍しない
549 \family default
550 オプションは、
551 \emph on
552 x.eps.gz
553 \emph default
554 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
555 ません。
556 \begin_inset Newline newline
557 \end_inset
558
559 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
560 \begin_inset CommandInset ref
561 LatexCommand ref
562 reference "sec:PostScript"
563
564 \end_inset
565
566 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
567 \begin_inset Newline newline
568 \end_inset
569
570
571 \series bold
572 gzip x.eps
573 \series default
574
575 \begin_inset Newline newline
576 \end_inset
577
578
579 \series bold
580 zgrep %%Bounding x.eps.gz > x.eps.bb
581 \series default
582
583 \begin_inset Newline newline
584 \end_inset
585
586 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
587 \begin_inset Newline newline
588 \end_inset
589
590
591 \lang english
592 In the section 
593 \family sans
594 Graphics
595 \begin_inset space ~
596 \end_inset
597
598 Group
599 \family default
600  you can define or join an image settings group.
601 \lang japanese
602
603 \begin_inset Index idx
604 status collapsed
605
606 \begin_layout Plain Layout
607 ず@図 ! せっていぐるーぷ@設定グループ
608 \end_layout
609
610 \end_inset
611
612 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
613 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
614 ーを使用して、望むグループ名をチェックすることで行うこともできます。
615 \end_layout
616
617 \begin_layout Standard
618 \begin_inset VSpace bigskip
619 \end_inset
620
621
622 \end_layout
623
624 \begin_layout Standard
625 下記はEPS書式
626 \begin_inset Foot
627 status collapsed
628
629 \begin_layout Plain Layout
630 画像書式は、第
631 \begin_inset CommandInset ref
632 LatexCommand ref
633 reference "sec:画像書式"
634
635 \end_inset
636
637 節に説明されています。
638 \end_layout
639
640 \end_inset
641
642 の画像の例で、単独の中央揃えの段落に置いてあります。
643 \end_layout
644
645 \begin_layout Standard
646 \align center
647 \begin_inset Graphics
648         filename ../clipart/mobius.eps
649         scale 70
650         scaleBeforeRotation
651         rotateOrigin center
652
653 \end_inset
654
655
656 \end_layout
657
658 \begin_layout Standard
659 下記は上と同じ画像ですが、下書きモードのものです。
660 \end_layout
661
662 \begin_layout Standard
663 \align center
664 \begin_inset Graphics
665         filename ../clipart/mobius.eps
666         scale 70
667         draft
668         scaleBeforeRotation
669         rotateOrigin center
670
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Standard
677 \begin_inset Newpage newpage
678 \end_inset
679
680
681 \end_layout
682
683 \begin_layout Section
684 図フロート
685 \begin_inset CommandInset label
686 LatexCommand label
687 name "sec:図フロート"
688
689 \end_inset
690
691
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 ふろーと@フロート ! ず@図
697 \end_layout
698
699 \end_inset
700
701
702 \begin_inset Index idx
703 status collapsed
704
705 \begin_layout Plain Layout
706 ず@図 ! ふろーと@フロート
707 \end_layout
708
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 フロートについての一般的な説明は、第
716 \begin_inset CommandInset ref
717 LatexCommand ref
718 reference "sec:フロートはじめに"
719
720 \end_inset
721
722 節をご覧下さい。
723 \end_layout
724
725 \begin_layout Standard
726 ツールバーボタンの
727 \begin_inset Graphics
728         filename ../../images/float-insert_figure.png
729         scale 85
730         scaleBeforeRotation
731
732 \end_inset
733
734
735 \family sans
736 挿入\SpecialChar \menuseparator
737 フロート\SpecialChar \menuseparator
738
739 \family default
740 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
741 \begin_inset CommandInset ref
742 LatexCommand ref
743 reference "fig:犠牲のカモノハシ"
744
745 \end_inset
746
747 のようにキャプションの上に置くこともできますし、図
748 \begin_inset CommandInset ref
749 LatexCommand ref
750 reference "fig:エッシャー"
751
752 \end_inset
753
754 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
755 \begin_inset CommandInset ref
756 LatexCommand ref
757 reference "sec:キャプションの配置"
758
759 \end_inset
760
761 節に述べられています。
762 \end_layout
763
764 \begin_layout Standard
765 \begin_inset Float figure
766 wide false
767 sideways false
768 status open
769
770 \begin_layout Plain Layout
771 \align center
772 \begin_inset Graphics
773         filename ../clipart/platypus.eps
774         width 50col%
775         scaleBeforeRotation
776         rotateOrigin center
777
778 \end_inset
779
780
781 \end_layout
782
783 \begin_layout Plain Layout
784 \begin_inset Caption
785
786 \begin_layout Plain Layout
787 \begin_inset CommandInset label
788 LatexCommand label
789 name "fig:犠牲のカモノハシ"
790
791 \end_inset
792
793 フロート中の激しく歪んだカモノハシ
794 \end_layout
795
796 \end_inset
797
798
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 \begin_inset Float figure
808 wide false
809 sideways false
810 status open
811
812 \begin_layout Plain Layout
813 \begin_inset Caption
814
815 \begin_layout Plain Layout
816 \begin_inset CommandInset label
817 LatexCommand label
818 name "fig:エッシャー"
819
820 \end_inset
821
822 行ってしまったM.C.エッシャー
823 \end_layout
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Plain Layout
831 \align center
832 \begin_inset Graphics
833         filename ../clipart/escher-lsd.eps
834         scale 80
835         scaleBeforeRotation
836         rotateOrigin center
837
838 \end_inset
839
840
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Standard
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 さんしょう@参照 ! ずへの@図への ---
854 \end_layout
855
856 \end_inset
857
858
859 \begin_inset CommandInset ref
860 LatexCommand ref
861 reference "fig:犠牲のカモノハシ"
862
863 \end_inset
864
865 図と第
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "fig:エッシャー"
869
870 \end_inset
871
872 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
873 \family sans
874 挿入\SpecialChar \menuseparator
875 ラベル
876 \family default
877 メニューかツールバーボタン
878 \begin_inset Graphics
879         filename ../../images/label-insert.png
880         scale 85
881         scaleBeforeRotation
882
883 \end_inset
884
885 を使用して、キャプションにラベルを挿入してください。その後、
886 \family sans
887 挿入\SpecialChar \menuseparator
888 相互参照
889 \family default
890 メニューかツールバーボタン
891 \begin_inset Graphics
892         filename ../../images/dialog-show-new-inset_ref.png
893         scale 85
894         scaleBeforeRotation
895
896 \end_inset
897
898 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
899 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
900 \begin_inset Newline newline
901 \end_inset
902
903 参照は、第
904 \begin_inset CommandInset ref
905 LatexCommand ref
906 reference "sec:フロートの参照"
907
908 \end_inset
909
910 節で詳細に説明されています。
911 \end_layout
912
913 \begin_layout Standard
914 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
915 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "fig:歪められた二つの像"
919
920 \end_inset
921
922 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "fig:何かわからない構造"
926
927 \end_inset
928
929 と図
930 \begin_inset CommandInset ref
931 LatexCommand ref
932 reference "fig:カモノハシ"
933
934 \end_inset
935
936 が内部図になります。
937 \end_layout
938
939 \begin_layout Standard
940 \begin_inset Float figure
941 wide false
942 sideways false
943 status open
944
945 \begin_layout Plain Layout
946 \begin_inset space \hfill{}
947 \end_inset
948
949
950 \begin_inset Float figure
951 wide false
952 sideways false
953 status open
954
955 \begin_layout Plain Layout
956 \begin_inset Caption
957
958 \begin_layout Plain Layout
959 \begin_inset CommandInset label
960 LatexCommand label
961 name "fig:何かわからない構造"
962
963 \end_inset
964
965 何かわからない構造
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \begin_layout Plain Layout
974 \begin_inset Graphics
975         filename ../clipart/escher-lsd.eps
976         width 45col%
977         scaleBeforeRotation
978         groupId distorted
979
980 \end_inset
981
982
983 \end_layout
984
985 \end_inset
986
987
988 \begin_inset space \hfill{}
989 \end_inset
990
991
992 \begin_inset Float figure
993 wide false
994 sideways false
995 status open
996
997 \begin_layout Plain Layout
998 \begin_inset Caption
999
1000 \begin_layout Plain Layout
1001 \begin_inset CommandInset label
1002 LatexCommand label
1003 name "fig:カモノハシ"
1004
1005 \end_inset
1006
1007 カモノハシ
1008 \end_layout
1009
1010 \end_inset
1011
1012
1013 \end_layout
1014
1015 \begin_layout Plain Layout
1016 \begin_inset Graphics
1017         filename ../clipart/platypus.eps
1018         width 45col%
1019         scaleBeforeRotation
1020         groupId distorted
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \end_inset
1028
1029
1030 \begin_inset space \hfill{}
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \begin_layout Plain Layout
1037 \begin_inset Caption
1038
1039 \begin_layout Plain Layout
1040 \begin_inset CommandInset label
1041 LatexCommand label
1042 name "fig:歪められた二つの像"
1043
1044 \end_inset
1045
1046 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1047 \end_layout
1048
1049 \end_inset
1050
1051
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Standard
1060 \begin_inset Newpage newpage
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \begin_layout Section
1067 画像書式
1068 \begin_inset CommandInset label
1069 LatexCommand label
1070 name "sec:画像書式"
1071
1072 \end_inset
1073
1074
1075 \begin_inset Index idx
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 がぞうしょしき@画像書式
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \begin_inset Index idx
1086 status collapsed
1087
1088 \begin_layout Plain Layout
1089 ず@図 ! がぞうしょしき@画像書式
1090 \end_layout
1091
1092 \end_inset
1093
1094
1095 \end_layout
1096
1097 \begin_layout Standard
1098 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1099 \begin_inset CommandInset ref
1100 LatexCommand ref
1101 reference "cha:ファイル出力形式"
1102
1103 \end_inset
1104
1105 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1106 ウンドで
1107 \family typewriter
1108 ImageMagick
1109 \family default
1110 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1111 用するとよいでしょう。出力ファイル書式は、付録
1112 \begin_inset CommandInset ref
1113 LatexCommand ref
1114 reference "cha:ファイル出力形式"
1115
1116 \end_inset
1117
1118 に説明されています。
1119 \end_layout
1120
1121 \begin_layout Standard
1122 フォントと同じく、画像形式にも以下の二つの型があります。
1123 \end_layout
1124
1125 \begin_layout Description
1126 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1127 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1128 \family typewriter
1129 .gif
1130 \family default
1131 」)
1132 \begin_inset Index idx
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 GIF|see
1137 \begin_inset ERT
1138 status collapsed
1139
1140 \begin_layout Plain Layout
1141
1142 {
1143 \end_layout
1144
1145 \end_inset
1146
1147 画像書式
1148 \begin_inset ERT
1149 status collapsed
1150
1151 \begin_layout Plain Layout
1152
1153 }
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \end_inset
1162
1163 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1164 \family typewriter
1165 .png
1166 \family default
1167 」)
1168 \begin_inset Index idx
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172 PNG|see
1173 \begin_inset ERT
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177
1178 {
1179 \end_layout
1180
1181 \end_inset
1182
1183 画像書式
1184 \begin_inset ERT
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188
1189 }
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1200 \family typewriter
1201 .jpg
1202 \family default
1203 」または「
1204 \family typewriter
1205 .jpeg
1206 \family default
1207 」)
1208 \begin_inset Index idx
1209 status collapsed
1210
1211 \begin_layout Plain Layout
1212 JPG|see
1213 \begin_inset ERT
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217
1218 {
1219 \end_layout
1220
1221 \end_inset
1222
1223 画像書式
1224 \begin_inset ERT
1225 status collapsed
1226
1227 \begin_layout Plain Layout
1228
1229 }
1230 \end_layout
1231
1232 \end_inset
1233
1234
1235 \end_layout
1236
1237 \end_inset
1238
1239 などがあります。
1240 \end_layout
1241
1242 \begin_layout Description
1243 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1244 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1245 に便利です。
1246 \begin_inset Newline newline
1247 \end_inset
1248
1249 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1250 \family typewriter
1251 .svg
1252 \family default
1253 」)
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 SVG|see
1259 \begin_inset ERT
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263
1264 {
1265 \end_layout
1266
1267 \end_inset
1268
1269 画像書式
1270 \begin_inset ERT
1271 status collapsed
1272
1273 \begin_layout Plain Layout
1274
1275 }
1276 \end_layout
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \end_inset
1284
1285 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1286 \family typewriter
1287 .eps
1288 \family default
1289 」)
1290 \begin_inset Index idx
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294 EPS|see
1295 \begin_inset ERT
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299
1300 {
1301 \end_layout
1302
1303 \end_inset
1304
1305 画像書式
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 }
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \end_inset
1320
1321 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1322 \family typewriter
1323 .pdf
1324 \family default
1325 」)
1326 \begin_inset Index idx
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330 PDF
1331 \end_layout
1332
1333 \end_inset
1334
1335 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1336 \family typewriter
1337 .wmf
1338 \family default
1339 」)
1340 \begin_inset Index idx
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344 SVG|see
1345 \begin_inset ERT
1346 status collapsed
1347
1348 \begin_layout Plain Layout
1349
1350 {
1351 \end_layout
1352
1353 \end_inset
1354
1355 画像書式
1356 \begin_inset ERT
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360
1361 }
1362 \end_layout
1363
1364 \end_inset
1365
1366
1367 \end_layout
1368
1369 \end_inset
1370
1371 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1372 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1373 \begin_inset Foot
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 PDFの場合には、さらに元画像が圧縮されます。
1378 \end_layout
1379
1380 \end_inset
1381
1382 。たとえば、
1383 \family typewriter
1384 Adobe Photoshop
1385 \family default
1386 が生成するPDFファイルは、ビットマップ画像です。
1387 \end_layout
1388
1389 \begin_layout Standard
1390 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1391 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1392 \begin_inset Formula $\to$
1393 \end_inset
1394
1395 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1396 \end_layout
1397
1398 \begin_layout Chapter
1399
1400 \begin_inset Index idx
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 ひょう@表
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \begin_layout Section
1413 はじめに
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 ひょう@表 ! はじめに
1419 \end_layout
1420
1421 \end_inset
1422
1423
1424 \end_layout
1425
1426 \begin_layout Standard
1427
1428 \family roman
1429 \series medium
1430 \shape up
1431 \size normal
1432 \emph off
1433 \bar no
1434 \noun off
1435 \color none
1436 表を挿入するには、ツールバーボタン
1437 \begin_inset Graphics
1438         filename ../../images/tabular-insert.png
1439         scale 85
1440
1441 \end_inset
1442
1443 か、
1444 \family sans
1445 \series default
1446 \shape default
1447 \size default
1448 \emph default
1449 \bar default
1450 \noun default
1451 \color inherit
1452 挿入\SpecialChar \menuseparator
1453
1454 \family default
1455 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1456 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1457 \begin_inset Newline newline
1458 \end_inset
1459
1460 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1461 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1462 \end_layout
1463
1464 \begin_layout Standard
1465 \align center
1466 \begin_inset Tabular
1467 <lyxtabular version="3" rows="4" columns="4">
1468 <features tabularvalignment="middle">
1469 <column alignment="center" valignment="top" width="0">
1470 <column alignment="center" valignment="top" width="0">
1471 <column alignment="center" valignment="top" width="0">
1472 <column alignment="center" valignment="top" width="0">
1473 <row>
1474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1475 \begin_inset Text
1476
1477 \begin_layout Plain Layout
1478
1479 \end_layout
1480
1481 \end_inset
1482 </cell>
1483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1484 \begin_inset Text
1485
1486 \begin_layout Plain Layout
1487 1
1488 \end_layout
1489
1490 \end_inset
1491 </cell>
1492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1493 \begin_inset Text
1494
1495 \begin_layout Plain Layout
1496 2
1497 \end_layout
1498
1499 \end_inset
1500 </cell>
1501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1502 \begin_inset Text
1503
1504 \begin_layout Plain Layout
1505 3
1506 \end_layout
1507
1508 \end_inset
1509 </cell>
1510 </row>
1511 <row>
1512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525
1526 \end_layout
1527
1528 \end_inset
1529 </cell>
1530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 </row>
1549 <row>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1560 \begin_inset Text
1561
1562 \begin_layout Plain Layout
1563
1564 \end_layout
1565
1566 \end_inset
1567 </cell>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 <row>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1616 \begin_inset Text
1617
1618 \begin_layout Plain Layout
1619
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 </row>
1625 </lyxtabular>
1626
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \begin_layout Section
1633 表ダイアログ
1634 \begin_inset Index idx
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 ひょう@表 ! だいあろぐ@ダイアログ
1639 \end_layout
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \begin_layout Standard
1647
1648 \family roman
1649 \series medium
1650 \shape up
1651 \size normal
1652 \emph off
1653 \bar no
1654 \noun off
1655 \color none
1656 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1657 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1658 \family default
1659 \series default
1660 \shape default
1661 \size default
1662 \emph default
1663 \bar default
1664 \noun default
1665 \color inherit
1666 セルの
1667 \emph on
1668 内容
1669 \emph default
1670 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1671 \begin_inset Newline newline
1672 \end_inset
1673
1674 ダイアログオプションの
1675 \family sans
1676 直ちに適用
1677 \family default
1678 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1679 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1680 \begin_inset Newline newline
1681 \end_inset
1682
1683 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1684 \end_layout
1685
1686 \begin_layout Description
1687
1688 \family sans
1689 表の設定
1690 \family default
1691  ここでは、現在列の幅と水平揃えを設定することができます。
1692 \family sans
1693 小数点で
1694 \family default
1695 とある揃えは、第
1696 \begin_inset CommandInset ref
1697 LatexCommand ref
1698 reference "sub:特殊なセル揃え"
1699
1700 \end_inset
1701
1702 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1703 は、第
1704 \begin_inset CommandInset ref
1705 LatexCommand ref
1706 reference "sub:複数行"
1707
1708 \end_inset
1709
1710 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1711 \begin_inset Newline newline
1712 \end_inset
1713
1714 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1715 \begin_inset CommandInset ref
1716 LatexCommand ref
1717 reference "sub:連結列"
1718
1719 \end_inset
1720
1721 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1722 \begin_inset CommandInset ref
1723 LatexCommand ref
1724 reference "sub:連結行"
1725
1726 \end_inset
1727
1728 節をご参照ください。
1729 \begin_inset Newline newline
1730 \end_inset
1731
1732 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1733 \begin_inset Newline newline
1734 \end_inset
1735
1736
1737 \begin_inset Note Greyedout
1738 status open
1739
1740 \begin_layout Plain Layout
1741
1742 \series bold
1743 【註】
1744 \series default
1745 DVIビューアのすべてが回転を表示できるわけではありません。
1746 \end_layout
1747
1748 \end_inset
1749
1750
1751 \begin_inset Newline newline
1752 \end_inset
1753
1754 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1755 \begin_inset Newline newline
1756 \end_inset
1757
1758 各種の揃えを適用した同一行中の表:
1759 \begin_inset Tabular
1760 <lyxtabular version="3" rows="2" columns="2">
1761 <features tabularvalignment="top">
1762 <column alignment="center" valignment="top" width="0pt">
1763 <column alignment="center" valignment="top" width="0">
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778 1
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 </row>
1784 <row>
1785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789 A
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 </row>
1804 </lyxtabular>
1805
1806 \end_inset
1807
1808  
1809 \begin_inset Tabular
1810 <lyxtabular version="3" rows="2" columns="2">
1811 <features tabularvalignment="middle">
1812 <column alignment="center" valignment="top" width="0">
1813 <column alignment="center" valignment="top" width="0">
1814 <row>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828 1
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 </row>
1834 <row>
1835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839 A
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 </lyxtabular>
1855
1856 \end_inset
1857
1858  
1859 \begin_inset Tabular
1860 <lyxtabular version="3" rows="2" columns="2">
1861 <features tabularvalignment="bottom">
1862 <column alignment="center" valignment="top" width="0pt">
1863 <column alignment="center" valignment="top" width="0">
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878 1
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 <row>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 A
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 </lyxtabular>
1905
1906 \end_inset
1907
1908
1909 \begin_inset Newline newline
1910 \end_inset
1911
1912 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1913 \begin_inset CommandInset ref
1914 LatexCommand ref
1915 reference "sub:連結列の計算"
1916
1917 \end_inset
1918
1919 節および第
1920 \begin_inset CommandInset ref
1921 LatexCommand ref
1922 reference "sec:色付きの表"
1923
1924 \end_inset
1925
1926 節をご参照下さい。
1927 \end_layout
1928
1929 \begin_layout Description
1930
1931 \family sans
1932 罫線
1933 \family default
1934  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1935 \begin_inset Newline newline
1936 \end_inset
1937
1938 様式オプションとして
1939 \family sans
1940 フォーマル様式
1941 \family default
1942 を使用すると、第
1943 \begin_inset CommandInset ref
1944 LatexCommand ref
1945 reference "sec:フォーマル形式の表"
1946
1947 \end_inset
1948
1949 節に述べられているフォーマル様式の表に表を変換します。
1950 \begin_inset Newline newline
1951 \end_inset
1952
1953 またここで、第
1954 \begin_inset CommandInset ref
1955 LatexCommand ref
1956 reference "sub:行の余白取り"
1957
1958 \end_inset
1959
1960 節に述べられているように、表の行に空白を追加することもできます。
1961 \end_layout
1962
1963 \begin_layout Description
1964
1965 \family sans
1966 長尺表
1967 \family default
1968  このタブは、複数のページにわたる、いわゆる「
1969 \emph on
1970 長尺表
1971 \emph default
1972 」を作るためのものです。第
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "sec:長尺表"
1976
1977 \end_inset
1978
1979 節および第
1980 \begin_inset CommandInset ref
1981 LatexCommand ref
1982 reference "sec:長尺表にまつわる諸点"
1983
1984 \end_inset
1985
1986 節に、長尺表の機能に関する詳細な説明があります。
1987 \end_layout
1988
1989 \begin_layout Section
1990 表ツールバー
1991 \begin_inset Index idx
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995 ひょう@表 ! つーるばー@ツールバー
1996 \end_layout
1997
1998 \end_inset
1999
2000
2001 \end_layout
2002
2003 \begin_layout Standard
2004 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2005 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2006 \end_layout
2007
2008 \begin_layout Standard
2009 ツールバーには、以下のアイコンがあります。
2010 \end_layout
2011
2012 \begin_layout Labeling
2013 \labelwidthstring 00.00.0000
2014 \begin_inset Graphics
2015         filename ../../images/tabular-feature_append-row.png
2016         scaleBeforeRotation
2017
2018 \end_inset
2019
2020 は、現在セルあるいは選択範囲の下に行を追加します。
2021 \end_layout
2022
2023 \begin_layout Labeling
2024 \labelwidthstring 00.00.0000
2025 \begin_inset Graphics
2026         filename ../../images/tabular-feature_append-column.png
2027         scaleBeforeRotation
2028
2029 \end_inset
2030
2031 は、現在セルあるいは選択範囲の右に列を追加します。
2032 \end_layout
2033
2034 \begin_layout Labeling
2035 \labelwidthstring 00.00.0000
2036 \begin_inset Graphics
2037         filename ../../images/tabular-feature_delete-row.png
2038         scaleBeforeRotation
2039
2040 \end_inset
2041
2042 は、現在行あるいは選択範囲行を削除します。
2043 \end_layout
2044
2045 \begin_layout Labeling
2046 \labelwidthstring 00.00.0000
2047 \begin_inset Graphics
2048         filename ../../images/tabular-feature_delete-column.png
2049         scaleBeforeRotation
2050
2051 \end_inset
2052
2053 は、現在列あるいは選択範囲列を削除します。
2054 \end_layout
2055
2056 \begin_layout Labeling
2057 \labelwidthstring 00.00.0000
2058 \begin_inset Graphics
2059         filename ../../images/tabular-feature_toggle-line-top.png
2060         scaleBeforeRotation
2061
2062 \end_inset
2063
2064 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2065 \end_layout
2066
2067 \begin_layout Labeling
2068 \labelwidthstring 00.00.0000
2069 \begin_inset Graphics
2070         filename ../../images/tabular-feature_toggle-line-bottom.png
2071         scaleBeforeRotation
2072
2073 \end_inset
2074
2075 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2076 \end_layout
2077
2078 \begin_layout Labeling
2079 \labelwidthstring 00.00.0000
2080 \begin_inset Graphics
2081         filename ../../images/tabular-feature_toggle-line-left.png
2082         scaleBeforeRotation
2083
2084 \end_inset
2085
2086 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2087 \end_layout
2088
2089 \begin_layout Labeling
2090 \labelwidthstring 00.00.0000
2091 \begin_inset Graphics
2092         filename ../../images/tabular-feature_toggle-line-right.png
2093         scaleBeforeRotation
2094
2095 \end_inset
2096
2097 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2098 \end_layout
2099
2100 \begin_layout Labeling
2101 \labelwidthstring 00.00.0000
2102 \begin_inset Graphics
2103         filename ../../images/tabular-feature_set-all-lines.png
2104         scaleBeforeRotation
2105
2106 \end_inset
2107
2108 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2109 \end_layout
2110
2111 \begin_layout Labeling
2112 \labelwidthstring 00.00.0000
2113 \begin_inset Graphics
2114         filename ../../images/tabular-feature_unset-all-lines.png
2115         scaleBeforeRotation
2116
2117 \end_inset
2118
2119 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2120 \end_layout
2121
2122 \begin_layout Labeling
2123 \labelwidthstring 00.00.0000
2124 \begin_inset Graphics
2125         filename ../../images/tabular-feature_m-align-left.png
2126         scaleBeforeRotation
2127
2128 \end_inset
2129
2130 は、現在セルあるいは現在列の内容を左揃えにします。
2131 \end_layout
2132
2133 \begin_layout Labeling
2134 \labelwidthstring 00.00.0000
2135 \begin_inset Graphics
2136         filename ../../images/tabular-feature_m-align-center.png
2137         scaleBeforeRotation
2138
2139 \end_inset
2140
2141 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Graphics
2147         filename ../../images/tabular-feature_m-align-right.png
2148         scaleBeforeRotation
2149
2150 \end_inset
2151
2152 は、現在セルあるいは現在列の内容を右揃えにします。
2153 \end_layout
2154
2155 \begin_layout Labeling
2156 \labelwidthstring 00.00.0000
2157 \begin_inset Graphics
2158         filename ../../images/tabular-feature_align-decimal.png
2159         scaleBeforeRotation
2160
2161 \end_inset
2162
2163 は、現在セルの内容を特定文字位置で揃えます。
2164 \end_layout
2165
2166 \begin_layout Labeling
2167 \labelwidthstring 00.00.0000
2168 \begin_inset Graphics
2169         filename ../../images/tabular-feature_m-valign-top.png
2170         scaleBeforeRotation
2171
2172 \end_inset
2173
2174 は、現在セルの内容を垂直方向上揃えにします。
2175 \end_layout
2176
2177 \begin_layout Labeling
2178 \labelwidthstring 00.00.0000
2179 \begin_inset Graphics
2180         filename ../../images/tabular-feature_m-valign-middle.png
2181         scaleBeforeRotation
2182
2183 \end_inset
2184
2185 は、現在セルの内容を垂直方向中央揃えにします。
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_m-valign-bottom.png
2192         scaleBeforeRotation
2193
2194 \end_inset
2195
2196 は、現在セルの内容を垂直方向下揃えにします。
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201 \begin_inset Graphics
2202         filename ../../images/tabular-feature_set-rotate-cell.png
2203         scaleBeforeRotation
2204
2205 \end_inset
2206
2207 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2208 \end_layout
2209
2210 \begin_layout Labeling
2211 \labelwidthstring 00.00.0000
2212 \begin_inset Graphics
2213         filename ../../images/tabular-feature_set-rotate-tabular.png
2214         scaleBeforeRotation
2215
2216 \end_inset
2217
2218 は、表全体を反時計廻りに90度回転します。
2219 \end_layout
2220
2221 \begin_layout Labeling
2222 \labelwidthstring 00.00.0000
2223 \begin_inset Graphics
2224         filename ../../images/tabular-feature_multicolumn.png
2225         scaleBeforeRotation
2226
2227 \end_inset
2228
2229 は、現在セルあるいは選択範囲を連結列にします。
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_multirow.png
2236         scaleBeforeRotation
2237
2238 \end_inset
2239
2240 は、現在セルあるいは選択範囲を連結行にします。
2241 \end_layout
2242
2243 \begin_layout Standard
2244 \begin_inset Note Greyedout
2245 status open
2246
2247 \begin_layout Plain Layout
2248
2249 \series bold
2250 【註】
2251 \series default
2252 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2253 \end_layout
2254
2255 \end_inset
2256
2257
2258 \end_layout
2259
2260 \begin_layout Section
2261 表編集メニュー
2262 \begin_inset Index idx
2263 status collapsed
2264
2265 \begin_layout Plain Layout
2266 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2267 \end_layout
2268
2269 \end_inset
2270
2271
2272 \end_layout
2273
2274 \begin_layout Standard
2275 表ダイアログと表ツールバーの他に、
2276 \family sans
2277 編集\SpecialChar \menuseparator
2278
2279 \family default
2280 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2281 部にあるときのみ、表示されます。
2282 \end_layout
2283
2284 \begin_layout Section
2285 表フロート
2286 \begin_inset CommandInset label
2287 LatexCommand label
2288 name "sec:表フロート"
2289
2290 \end_inset
2291
2292
2293 \begin_inset Index idx
2294 status collapsed
2295
2296 \begin_layout Plain Layout
2297 ふろーと@フロート ! ひょう@表
2298 \end_layout
2299
2300 \end_inset
2301
2302
2303 \begin_inset Index idx
2304 status collapsed
2305
2306 \begin_layout Plain Layout
2307 ひょう@表 ! ふろーと@フロート
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 フロートの一般的な説明については、第
2317 \begin_inset CommandInset ref
2318 LatexCommand ref
2319 reference "sec:フロートはじめに"
2320
2321 \end_inset
2322
2323 節をご覧下さい。
2324 \end_layout
2325
2326 \begin_layout Standard
2327 \begin_inset Float table
2328 placement h
2329 wide false
2330 sideways false
2331 status open
2332
2333 \begin_layout Plain Layout
2334 \begin_inset Caption
2335
2336 \begin_layout Plain Layout
2337 \begin_inset CommandInset label
2338 LatexCommand label
2339 name "tab:表フロート"
2340
2341 \end_inset
2342
2343 表フロート
2344 \end_layout
2345
2346 \end_inset
2347
2348
2349 \end_layout
2350
2351 \begin_layout Plain Layout
2352 \align center
2353 \begin_inset Tabular
2354 <lyxtabular version="3" rows="3" columns="3">
2355 <features tabularvalignment="middle">
2356 <column alignment="center" valignment="top" width="0pt">
2357 <column alignment="center" valignment="top" width="0pt">
2358 <column alignment="center" valignment="top" width="0pt">
2359 <row>
2360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364
2365 \family roman
2366 \series medium
2367 \shape up
2368 \size normal
2369 \emph off
2370 \bar no
2371 \noun off
2372 \color none
2373 1
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382
2383 \family roman
2384 \series medium
2385 \shape up
2386 \size normal
2387 \emph off
2388 \bar no
2389 \noun off
2390 \color none
2391 2
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400
2401 \family roman
2402 \series medium
2403 \shape up
2404 \size normal
2405 \emph off
2406 \bar no
2407 \noun off
2408 \color none
2409 3
2410 \end_layout
2411
2412 \end_inset
2413 </cell>
2414 </row>
2415 <row>
2416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2417 \begin_inset Text
2418
2419 \begin_layout Plain Layout
2420 森嶋
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Plain Layout
2429 宇沢
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438 二階堂
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 </row>
2444 <row>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \family roman
2451 \series medium
2452 \shape up
2453 \size normal
2454 \emph off
2455 \bar no
2456 \noun off
2457 \color none
2458 \begin_inset Formula $\int x^{2}dx$
2459 \end_inset
2460
2461
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Plain Layout
2470
2471 \family roman
2472 \series medium
2473 \shape up
2474 \size normal
2475 \emph off
2476 \bar no
2477 \noun off
2478 \color none
2479 \begin_inset Formula $\left[\begin{array}{cc}
2480 a & b\\
2481 c & d
2482 \end{array}\right]$
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2491 \begin_inset Text
2492
2493 \begin_layout Plain Layout
2494
2495 \family roman
2496 \series medium
2497 \shape up
2498 \size normal
2499 \emph off
2500 \bar no
2501 \noun off
2502 \color none
2503 \begin_inset Formula $1+1=2$
2504 \end_inset
2505
2506
2507 \end_layout
2508
2509 \end_inset
2510 </cell>
2511 </row>
2512 </lyxtabular>
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \end_inset
2520
2521
2522 \end_layout
2523
2524 \begin_layout Standard
2525 表フロートは、
2526 \family sans
2527 挿入
2528 \shape up
2529 \SpecialChar \menuseparator
2530 フロート\SpecialChar \menuseparator
2531
2532 \family default
2533 \shape default
2534 メニューかツールバーボタン
2535 \begin_inset Graphics
2536         filename ../../images/float-insert_table.png
2537         scale 85
2538         scaleBeforeRotation
2539
2540 \end_inset
2541
2542 を使うと挿入することができます。
2543 \end_layout
2544
2545 \begin_layout Standard
2546 フロートは折りたたむことのできるボックスとして表示され、中には「表
2547 \begin_inset space ~
2548 \end_inset
2549
2550 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2551 \end_layout
2552
2553 \begin_layout Standard
2554
2555 \begin_inset space ~
2556 \end_inset
2557
2558
2559 \begin_inset CommandInset ref
2560 LatexCommand ref
2561 reference "tab:表フロート"
2562
2563 \end_inset
2564
2565 は、表フロートに入れた表の例です。
2566 \end_layout
2567
2568 \begin_layout Standard
2569 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2570 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2571 eXパッケージの
2572 \series bold
2573 caption
2574 \series default
2575
2576 \begin_inset Index idx
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2581 \end_layout
2582
2583 \end_inset
2584
2585
2586 \end_layout
2587
2588 \begin_layout Standard
2589
2590 \series bold
2591 tableposition=top
2592 \end_layout
2593
2594 \begin_layout Standard
2595 というオプションとともにloadコマンドを使って読み込んでください
2596 \begin_inset Foot
2597 status collapsed
2598
2599 \begin_layout Plain Layout
2600 詳しくは、第
2601 \begin_inset CommandInset ref
2602 LatexCommand ref
2603 reference "sec:キャプションの配置"
2604
2605 \end_inset
2606
2607 節をご覧下さい。
2608 \end_layout
2609
2610 \end_inset
2611
2612 。キャプション書式を調整するには、第
2613 \begin_inset CommandInset ref
2614 LatexCommand ref
2615 reference "sec:キャプションの書式設定"
2616
2617 \end_inset
2618
2619 節にものべられているように
2620 \series bold
2621 caption
2622 \series default
2623 パッケージを使用します。
2624 \end_layout
2625
2626 \begin_layout Standard
2627 \begin_inset Index idx
2628 status collapsed
2629
2630 \begin_layout Plain Layout
2631 さんしょう@参照 ! ひょうへの@表への
2632 \end_layout
2633
2634 \end_inset
2635
2636 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2637 \family sans
2638 挿入\SpecialChar \menuseparator
2639 ラベル
2640 \family default
2641 メニューかツールバーボタンの
2642 \begin_inset Graphics
2643         filename ../../images/label-insert.png
2644         scale 85
2645         scaleBeforeRotation
2646
2647 \end_inset
2648
2649 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2650 相互参照メニューかツールバーボタンの
2651 \begin_inset Graphics
2652         filename ../../images/dialog-show-new-inset_ref.png
2653         scale 85
2654         scaleBeforeRotation
2655
2656 \end_inset
2657
2658 を用いて、このラベルを参照することができます。
2659 \begin_inset Newline newline
2660 \end_inset
2661
2662 参照は、第
2663 \begin_inset CommandInset ref
2664 LatexCommand ref
2665 reference "sec:フロートの参照"
2666
2667 \end_inset
2668
2669 節で詳細に説明されています。
2670 \end_layout
2671
2672 \begin_layout Section
2673 長尺表
2674 \begin_inset CommandInset label
2675 LatexCommand label
2676 name "sec:長尺表"
2677
2678 \end_inset
2679
2680
2681 \begin_inset Index idx
2682 status collapsed
2683
2684 \begin_layout Plain Layout
2685 ちょうしゃくひょう@長尺表
2686 \end_layout
2687
2688 \end_inset
2689
2690
2691 \begin_inset Index idx
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695 ひょう@表 ! ちょうしゃくひょう@長尺表
2696 \end_layout
2697
2698 \end_inset
2699
2700
2701 \end_layout
2702
2703 \begin_layout Standard
2704 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2705 \family sans
2706 長尺表
2707 \family default
2708 タブにある
2709 \family sans
2710 長尺表を使う
2711 \family default
2712 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2713 することができるようになります。
2714 \end_layout
2715
2716 \begin_layout Description
2717 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2718 \family roman
2719 \series medium
2720 \shape up
2721 \size normal
2722 \emph off
2723 \bar no
2724 \noun off
2725 \color none
2726 ただし、
2727 \family sans
2728 \series default
2729 \shape default
2730 \size default
2731 \emph default
2732 \bar default
2733 \noun default
2734 \color inherit
2735 冒頭ヘッダ
2736 \family roman
2737 \series medium
2738 \shape up
2739 \size normal
2740 \emph off
2741 \bar no
2742 \noun off
2743 \color none
2744 が定義されているときは、冒頭ページを除きます。
2745 \family default
2746 \series default
2747 \shape default
2748 \size default
2749 \emph default
2750 \bar default
2751 \noun default
2752 \color inherit
2753 これと区別して、このヘッダは本体ヘッダと呼びます。
2754 \end_layout
2755
2756 \begin_layout Description
2757 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2758 \end_layout
2759
2760 \begin_layout Description
2761 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2762 \family roman
2763 \series medium
2764 \shape up
2765 \size normal
2766 \emph off
2767 \bar no
2768 \noun off
2769 \color none
2770 ただし、
2771 \family sans
2772 \series default
2773 \shape default
2774 \size default
2775 \emph default
2776 \bar default
2777 \noun default
2778 \color inherit
2779 末尾フッタ
2780 \family roman
2781 \series medium
2782 \shape up
2783 \size normal
2784 \emph off
2785 \bar no
2786 \noun off
2787 \color none
2788 が定義されているときは、末尾ページを除きます。
2789 \end_layout
2790
2791 \begin_layout Description
2792 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2793 \end_layout
2794
2795 \begin_layout Description
2796 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2797 \begin_inset CommandInset ref
2798 LatexCommand ref
2799 reference "sub:長尺表のキャプション"
2800
2801 \end_inset
2802
2803 節で説明されています。
2804 \end_layout
2805
2806 \begin_layout Standard
2807 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2808 \end_layout
2809
2810 \begin_layout Standard
2811 \align center
2812 \begin_inset Tabular
2813 <lyxtabular version="3" rows="69" columns="3">
2814 <features islongtable="true" longtabularalignment="center">
2815 <column alignment="left" valignment="top" width="0cm">
2816 <column alignment="left" valignment="top" width="0pt">
2817 <column alignment="center" valignment="top" width="0pt">
2818 <row endfirsthead="true">
2819 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \series bold
2825 例示用電話帳(名前は無視してください)
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row endfirsthead="true">
2850 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854 氏名
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \series bold
2874 TEL.
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 </row>
2880 <row endhead="true">
2881 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \series bold
2887 例示用電話帳
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 </row>
2911 <row endhead="true">
2912 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 氏名
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \series bold
2936 TEL.
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 <row endfoot="true">
2943 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947 次頁へつづく
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \series bold
2978 Annovi
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 Silvia
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 111
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \series bold
3009 Bertoli
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 Stefano
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 111
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \series bold
3040 Bozzi
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 Walter
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 111
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 <row>
3065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \series bold
3071 Cachia
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell alignment="center" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 Maria
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 111
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 </row>
3095 <row>
3096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100
3101 \series bold
3102 Cachia
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111 Maurizio
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 111
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 </row>
3126 <row>
3127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \series bold
3133 Cinquemani
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 Giusi
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 111
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row>
3158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \series bold
3164 Colin
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 Bernard
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 111
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 </row>
3188 <row>
3189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \series bold
3195 Concli
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 Gianfranco
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 111
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 <row>
3220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \series bold
3226 Dal Bosco
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 Carolina
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 111
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row>
3251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 Dalpiaz
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 Annamaria
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 111
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 </row>
3281 <row>
3282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286
3287 \series bold
3288 Feliciello
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 Domenico
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 111
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 </row>
3312 <row>
3313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \series bold
3319 Focarelli
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 Paola
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 111
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row>
3344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \series bold
3350 Galletti
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 Oreste
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 111
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row>
3375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381 Gasparini
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 Franca
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 111
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410
3411 \series bold
3412 Rizzardi
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 Paola
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 111
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 </row>
3436 <row>
3437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443 Lassini
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 Giancarlo
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 111
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 </row>
3467 <row>
3468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \series bold
3474 Malfatti
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 Luciano
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 111
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row>
3499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \series bold
3505 Malfatti
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 Valeriano
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 111
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row>
3530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 Meneguzzo
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 Roberto
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 111
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row>
3561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567 Mezzadra
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 Roberto
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 111
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 Pirpamer
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 Erich
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 111
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Pochiesa
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Paolo
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111, 222
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Radina
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Claudio
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689
3690 \series bold
3691 Stuffer
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 Oskar
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 111
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722 Tacchelli
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 Ugo
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 111
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 </row>
3746 <row>
3747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751
3752 \series bold
3753 Tezzele
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Margit
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 111
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \series bold
3784 Unterkalmsteiner
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 Frieda
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 111
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813
3814 \series bold
3815 Vieider
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 Hilde
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 111
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row>
3840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \series bold
3846 Vigna
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 Jürgen
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 111
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row>
3871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \series bold
3877 Weber
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 Maurizio
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 111
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row>
3902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908 Winkler
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 Franz
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 111
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 <row>
3933 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937  
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Annovi
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Silvia
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 555
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Bertoli
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Stefano
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 555
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Bozzi
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Walter
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 555
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Cachia
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Maria
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 555
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Cachia
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Maurizio
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 555
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Cinquemani
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Giusi
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 555
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Colin
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Bernard
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 555
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Concli
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Gianfranco
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 555
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Dal Bosco
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Carolina
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 555
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Dalpiaz
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Annamaria
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 555
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Feliciello
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Domenico
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 555
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Focarelli
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Paola
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 555
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Galletti
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Oreste
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 555
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Gasparini
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Franca
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 555
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Rizzardi
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Paola
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 555
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Lassini
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Giancarlo
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 555
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Malfatti
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Luciano
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 555
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Malfatti
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Valeriano
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 555
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Meneguzzo
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Roberto
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 555
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \series bold
4557 Mezzadra
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Roberto
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 555
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Pirpamer
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Erich
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 555
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Pochiesa
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Paolo
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555, 222
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Radina
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Claudio
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row>
4675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679
4680 \series bold
4681 Stuffer
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 Oskar
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 555
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710
4711 \series bold
4712 Tacchelli
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 Ugo
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 555
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \series bold
4743 Tezzele
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 Margit
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 555
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772
4773 \series bold
4774 Unterkalmsteiner
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 Frieda
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 555
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \series bold
4805 Vieider
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 Hilde
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 555
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \series bold
4836 Vigna
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 Jürgen
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 999
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row>
4861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865
4866 \series bold
4867 Weber
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 Maurizio
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 555
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \series bold
4898 Winkler
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 Franz
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 555
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 <row endlastfoot="true">
4923 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 以上
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 </lyxtabular>
4952
4953 \end_inset
4954
4955
4956 \begin_inset ERT
4957 status collapsed
4958
4959 \begin_layout Plain Layout
4960
4961
4962 \backslash
4963 addtocounter{table}{-1}
4964 \end_layout
4965
4966 \end_inset
4967
4968
4969 \begin_inset Note Note
4970 status collapsed
4971
4972 \begin_layout Plain Layout
4973 本コマンドの説明については、第
4974 \begin_inset CommandInset ref
4975 LatexCommand ref
4976 reference "sub:長尺表のキャプション"
4977
4978 \end_inset
4979
4980 節の最初の淡色表示注釈をご覧下さい。
4981 \end_layout
4982
4983 \end_inset
4984
4985
4986 \end_layout
4987
4988 \begin_layout Subsection
4989 長尺表での脚注
4990 \begin_inset CommandInset label
4991 LatexCommand label
4992 name "sub:長尺表での脚注"
4993
4994 \end_inset
4995
4996
4997 \begin_inset Index idx
4998 status collapsed
4999
5000 \begin_layout Plain Layout
5001 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5002 \end_layout
5003
5004 \end_inset
5005
5006
5007 \end_layout
5008
5009 \begin_layout Standard
5010 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5011 \begin_inset CommandInset ref
5012 LatexCommand ref
5013 reference "tab:別キャプション"
5014
5015 \end_inset
5016
5017 には脚注が付いています。
5018 \end_layout
5019
5020 \begin_layout Subsection
5021 長尺表の縦横揃え
5022 \begin_inset Index idx
5023 status collapsed
5024
5025 \begin_layout Plain Layout
5026 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5027 \end_layout
5028
5029 \end_inset
5030
5031
5032 \end_layout
5033
5034 \begin_layout Standard
5035 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5036 設定してから
5037 \end_layout
5038
5039 \begin_layout Standard
5040
5041 \series bold
5042
5043 \backslash
5044 setlength{
5045 \backslash
5046 LTleft}{値}
5047 \end_layout
5048
5049 \begin_layout Standard
5050 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5051 \series bold
5052
5053 \backslash
5054 LTleft
5055 \series default
5056 および
5057 \series bold
5058
5059 \backslash
5060 LTright
5061 \series default
5062 の値を変更しなくてはなりません。ここで「値」は、第
5063 \begin_inset CommandInset ref
5064 LatexCommand ref
5065 reference "tab:単位"
5066
5067 \end_inset
5068
5069 表に挙げてある単位であれば、どの単位を取ることもできます。
5070 \series bold
5071
5072 \backslash
5073 LTleft
5074 \series default
5075 は、左頁余白から長尺表までの水平方向の距離を制御し、
5076 \series bold
5077
5078 \backslash
5079 LTright
5080 \series default
5081 は、右頁余白からの距離を制御します。これらの長さの既定値は
5082 \series bold
5083
5084 \backslash
5085 fill
5086 \series default
5087 となっており、LyXの水平フィルと同等になっています。
5088 \end_layout
5089
5090 \begin_layout Standard
5091 以下の長尺表は、中央揃えの上、
5092 \series bold
5093
5094 \backslash
5095 LTleft
5096 \series default
5097
5098 \family sans
5099 0.1
5100 \backslash
5101 columnwidth
5102 \family default
5103 に設定してあります。
5104 \begin_inset ERT
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108
5109
5110 \backslash
5111 setlength{
5112 \backslash
5113 LTleft}{0.1
5114 \backslash
5115 columnwidth}
5116 \end_layout
5117
5118 \end_inset
5119
5120
5121 \end_layout
5122
5123 \begin_layout Standard
5124 \begin_inset Tabular
5125 <lyxtabular version="3" rows="5" columns="5">
5126 <features islongtable="true" longtabularalignment="center">
5127 <column alignment="center" valignment="top" width="0">
5128 <column alignment="center" valignment="top" width="0">
5129 <column alignment="center" valignment="top" width="0">
5130 <column alignment="center" valignment="top" width="0">
5131 <column alignment="center" valignment="top" width="0">
5132 <row>
5133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 1
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 2
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 3
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 4
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 5
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
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" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 いろは
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 </row>
5226 <row>
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" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 いろは
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 </row>
5273 <row>
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" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 いろは
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 </row>
5320 <row>
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" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 いろは
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 いろは
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 いろは
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 いろは
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 </lyxtabular>
5368
5369 \end_inset
5370
5371
5372 \begin_inset ERT
5373 status collapsed
5374
5375 \begin_layout Plain Layout
5376
5377
5378 \backslash
5379 setlength{
5380 \backslash
5381 LTleft}{
5382 \backslash
5383 fill}
5384 \end_layout
5385
5386 \end_inset
5387
5388
5389 \begin_inset ERT
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393
5394
5395 \backslash
5396 addtocounter{table}{-1}
5397 \end_layout
5398
5399 \end_inset
5400
5401
5402 \begin_inset Note Note
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406 このコマンドの説明に関しては、第
5407 \begin_inset CommandInset ref
5408 LatexCommand ref
5409 reference "sub:長尺表のキャプション"
5410
5411 \end_inset
5412
5413 節の最初の淡色表示注釈をご覧下さい。
5414 \end_layout
5415
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \begin_layout Subsection
5422 長尺表のキャプション
5423 \begin_inset Index idx
5424 status collapsed
5425
5426 \begin_layout Plain Layout
5427 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5428 \end_layout
5429
5430 \end_inset
5431
5432
5433 \begin_inset CommandInset label
5434 LatexCommand label
5435 name "sub:長尺表のキャプション"
5436
5437 \end_inset
5438
5439
5440 \end_layout
5441
5442 \begin_layout Standard
5443 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5444 \begin_inset CommandInset ref
5445 LatexCommand ref
5446 reference "sec:長尺表"
5447
5448 \end_inset
5449
5450 節に述べられているように、ある行で長尺表オプションの
5451 \family sans
5452 キャプション
5453 \family default
5454 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5455 \end_layout
5456
5457 \begin_layout Standard
5458 以下は、動作を確認するための短い長尺表です。
5459 \end_layout
5460
5461 \begin_layout Standard
5462 \begin_inset Tabular
5463 <lyxtabular version="3" rows="6" columns="5">
5464 <features islongtable="true" longtabularalignment="center">
5465 <column alignment="center" valignment="top" width="0">
5466 <column alignment="center" valignment="top" width="0">
5467 <column alignment="center" valignment="top" width="0">
5468 <column alignment="center" valignment="top" width="0">
5469 <column alignment="center" valignment="top" width="0">
5470 <row caption="true">
5471 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 \begin_inset Caption
5476
5477 \begin_layout Plain Layout
5478 キャプション付き長尺表
5479 \begin_inset Argument
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483 長尺表
5484 \end_layout
5485
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492
5493
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 <row>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 1
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 2
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 3
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 4
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 5
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
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" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 いろは
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 <row>
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" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 いろは
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
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" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 いろは
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
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" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 いろは
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 いろは
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 いろは
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 いろは
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 </lyxtabular>
5771
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Standard
5778 \begin_inset VSpace medskip
5779 \end_inset
5780
5781
5782 \begin_inset Note Greyedout
5783 status open
5784
5785 \begin_layout Plain Layout
5786
5787 \series bold
5788 【註1】
5789 \series default
5790 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5791 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5792 \end_layout
5793
5794 \begin_layout Plain Layout
5795
5796 \series bold
5797
5798 \backslash
5799 addtocounter{table}{-1}
5800 \end_layout
5801
5802 \begin_layout Plain Layout
5803 というコマンドを挿入する方法があります。
5804 \end_layout
5805
5806 \begin_layout Plain Layout
5807 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5808 \end_layout
5809
5810 \begin_layout Plain Layout
5811
5812 \series bold
5813
5814 \backslash
5815 let
5816 \backslash
5817 myEnd
5818 \backslash
5819 endlongtable
5820 \begin_inset Newline newline
5821 \end_inset
5822
5823
5824 \backslash
5825 renewcommand{
5826 \backslash
5827 endlongtable}{
5828 \backslash
5829 myEnd
5830 \backslash
5831 addtocounter{table}{-1}}
5832 \end_layout
5833
5834 \end_inset
5835
5836
5837 \end_layout
5838
5839 \begin_layout Standard
5840 \begin_inset Note Greyedout
5841 status open
5842
5843 \begin_layout Plain Layout
5844
5845 \series bold
5846 【註2】
5847 \series default
5848 相互参照をリンクするために、
5849 \family sans
5850 文書設定
5851 \family default
5852 ダイアログの
5853 \family sans
5854 PDF特性
5855 \family default
5856
5857 \series bold
5858 hyperref
5859 \series default
5860
5861 \begin_inset Index idx
5862 status collapsed
5863
5864 \begin_layout Plain Layout
5865 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5866 \end_layout
5867
5868 \end_inset
5869
5870 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5871 \end_layout
5872
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \begin_layout Subsubsection
5879 長尺表への参照
5880 \begin_inset Index idx
5881 status collapsed
5882
5883 \begin_layout Plain Layout
5884 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5885 \end_layout
5886
5887 \end_inset
5888
5889
5890 \end_layout
5891
5892 \begin_layout Standard
5893 \begin_inset Tabular
5894 <lyxtabular version="3" rows="6" columns="5">
5895 <features islongtable="true" longtabularalignment="center">
5896 <column alignment="center" valignment="top" width="0">
5897 <column alignment="center" valignment="top" width="0">
5898 <column alignment="center" valignment="top" width="0">
5899 <column alignment="center" valignment="top" width="0">
5900 <column alignment="center" valignment="top" width="0">
5901 <row caption="true">
5902 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 \begin_inset Caption
5907
5908 \begin_layout Plain Layout
5909 参照された長尺表
5910 \begin_inset CommandInset label
5911 LatexCommand label
5912 name "tab:参照例"
5913
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 1
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 2
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 3
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 4
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 5
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row>
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" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 いろは
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row>
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" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 いろは
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
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" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 いろは
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
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" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 いろは
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 いろは
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 いろは
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 いろは
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 </lyxtabular>
6199
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \begin_layout Standard
6206 長尺表を参照するには、キャプションにラベルを挿入してください。
6207 \end_layout
6208
6209 \begin_layout Standard
6210 これは表
6211 \begin_inset CommandInset ref
6212 LatexCommand ref
6213 reference "tab:参照例"
6214
6215 \end_inset
6216
6217 への参照です。
6218 \end_layout
6219
6220 \begin_layout Standard
6221 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6222 \series bold
6223 caption
6224 \series default
6225
6226 \begin_inset Index idx
6227 status collapsed
6228
6229 \begin_layout Plain Layout
6230 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6231 \end_layout
6232
6233 \end_inset
6234
6235 を使用して設定することができます。第
6236 \begin_inset CommandInset ref
6237 LatexCommand ref
6238 reference "sec:キャプションの書式設定"
6239
6240 \end_inset
6241
6242 節をご覧下さい。
6243 \end_layout
6244
6245 \begin_layout Subsubsection
6246 キャプションの幅
6247 \begin_inset Index idx
6248 status collapsed
6249
6250 \begin_layout Plain Layout
6251 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6252 \end_layout
6253
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \begin_layout Standard
6260 キャプション行の最大長は、長さ
6261 \series bold
6262
6263 \backslash
6264 LTcapwidth
6265 \series default
6266 によって指定することができます。既定値は4
6267 \begin_inset space \thinspace{}
6268 \end_inset
6269
6270 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6271 \end_layout
6272
6273 \begin_layout Standard
6274
6275 \series bold
6276
6277 \backslash
6278 setlength{
6279 \backslash
6280 LTcapwidth}{幅}
6281 \end_layout
6282
6283 \begin_layout Standard
6284 というコマンドを書き加えて下さい。ここで「幅」には、付録
6285 \begin_inset CommandInset ref
6286 LatexCommand ref
6287 reference "cha:LyXで使用できる単位"
6288
6289 \end_inset
6290
6291 に挙げられている単位を取ることができます。
6292 \end_layout
6293
6294 \begin_layout Standard
6295 以下の各表で違いを示します。
6296 \end_layout
6297
6298 \begin_layout Standard
6299 \begin_inset Tabular
6300 <lyxtabular version="3" rows="6" columns="5">
6301 <features islongtable="true" longtabularalignment="center">
6302 <column alignment="center" valignment="top" width="0">
6303 <column alignment="center" valignment="top" width="0">
6304 <column alignment="center" valignment="top" width="0">
6305 <column alignment="center" valignment="top" width="0">
6306 <column alignment="center" valignment="top" width="0">
6307 <row caption="true">
6308 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 \begin_inset Caption
6313
6314 \begin_layout Plain Layout
6315 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6316 \begin_inset Argument
6317 status collapsed
6318
6319 \begin_layout Plain Layout
6320 既定幅のキャプション
6321 \end_layout
6322
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329
6330
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 </row>
6372 <row>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 1
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 2
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 3
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 4
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 5
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 <row>
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" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 いろは
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
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" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 いろは
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row>
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" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 いろは
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 </row>
6560 <row>
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" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574 いろは
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 いろは
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 いろは
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 いろは
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 </lyxtabular>
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \begin_layout Standard
6615 \begin_inset ERT
6616 status collapsed
6617
6618 \begin_layout Plain Layout
6619
6620
6621 \backslash
6622 setlength{
6623 \backslash
6624 LTcapwidth}{5cm}
6625 \end_layout
6626
6627 \end_inset
6628
6629
6630 \begin_inset Tabular
6631 <lyxtabular version="3" rows="6" columns="5">
6632 <features islongtable="true" longtabularalignment="center">
6633 <column alignment="center" valignment="top" width="0">
6634 <column alignment="center" valignment="top" width="0">
6635 <column alignment="center" valignment="top" width="0">
6636 <column alignment="center" valignment="top" width="0">
6637 <column alignment="center" valignment="top" width="0">
6638 <row caption="true">
6639 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 \begin_inset Caption
6644
6645 \begin_layout Plain Layout
6646 5
6647 \begin_inset space \thinspace{}
6648 \end_inset
6649
6650 cm幅のなが〜いフルタイトル・5
6651 \begin_inset space \thinspace{}
6652 \end_inset
6653
6654 cm幅のなが〜いフルタイトル・5
6655 \begin_inset space \thinspace{}
6656 \end_inset
6657
6658 cm幅のなが〜いフルタイトル
6659 \begin_inset Argument
6660 status collapsed
6661
6662 \begin_layout Plain Layout
6663 5
6664 \begin_inset space \thinspace{}
6665 \end_inset
6666
6667 cm幅のキャプション
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 </row>
6719 <row>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 1
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 2
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 3
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 4
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 5
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 </row>
6766 <row>
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" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 いろは
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
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" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 いろは
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 </row>
6860 <row>
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" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 いろは
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 </row>
6907 <row>
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" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 いろは
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 いろは
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 いろは
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 いろは
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 </lyxtabular>
6955
6956 \end_inset
6957
6958
6959 \end_layout
6960
6961 \begin_layout Standard
6962 \begin_inset ERT
6963 status collapsed
6964
6965 \begin_layout Plain Layout
6966
6967
6968 \backslash
6969 setlength{
6970 \backslash
6971 LTcapwidth}{4in}
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \end_layout
6978
6979 \begin_layout Standard
6980 \begin_inset Note Greyedout
6981 status open
6982
6983 \begin_layout Plain Layout
6984
6985 \series bold
6986 【註】
6987 \series default
6988 この文書のようにLaTeXパッケージの
6989 \series bold
6990 caption
6991 \series default
6992
6993 \begin_inset Index idx
6994 status collapsed
6995
6996 \begin_layout Plain Layout
6997 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6998 \end_layout
6999
7000 \end_inset
7001
7002 を使用している時には、
7003 \series bold
7004
7005 \backslash
7006 LTcapwidth
7007 \series default
7008 に既定値の4
7009 \begin_inset space \thinspace{}
7010 \end_inset
7011
7012 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7013 \begin_inset space \thinspace{}
7014 \end_inset
7015
7016 in幅のキャプションを作るには、3.99
7017 \begin_inset space \thinspace{}
7018 \end_inset
7019
7020 inのように4.0
7021 \begin_inset space \thinspace{}
7022 \end_inset
7023
7024 inと少し違う値を指定するか、
7025 \series bold
7026 caption
7027 \series default
7028 パッケージが提供している
7029 \series bold
7030
7031 \backslash
7032 captionsetup{width=値}
7033 \series default
7034 というLaTeXコマンドを用いる方法があります。
7035 \end_layout
7036
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \begin_layout Subsubsection
7043 表の各ページごとに異なるキャプション
7044 \begin_inset Index idx
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \begin_layout Standard
7057 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7058 \end_layout
7059
7060 \begin_layout Standard
7061
7062 \series bold
7063
7064 \backslash
7065 caption*{キャプション文}
7066 \backslash
7067
7068 \backslash
7069 %
7070 \end_layout
7071
7072 \begin_layout Standard
7073 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7074 \begin_inset CommandInset ref
7075 LatexCommand ref
7076 reference "tab:別キャプション"
7077
7078 \end_inset
7079
7080 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7081 \end_layout
7082
7083 \begin_layout Standard
7084 \align center
7085 \begin_inset Tabular
7086 <lyxtabular version="3" rows="59" columns="3">
7087 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7088 <column alignment="left" valignment="top" width="0cm">
7089 <column alignment="left" valignment="top" width="0pt">
7090 <column alignment="center" valignment="top" width="0pt">
7091 <row caption="true">
7092 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 \begin_inset Caption
7097
7098 \begin_layout Plain Layout
7099 例示用電話帳
7100 \begin_inset CommandInset label
7101 LatexCommand label
7102 name "tab:別キャプション"
7103
7104 \end_inset
7105
7106
7107 \begin_inset Argument
7108 status collapsed
7109
7110 \begin_layout Plain Layout
7111 例示用電話帳
7112 \end_layout
7113
7114 \end_inset
7115
7116
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 <row endfirsthead="true">
7146 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150
7151 \series bold
7152 例示用電話帳(名前は無視の事)
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 </row>
7176 <row endfirsthead="true">
7177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181
7182 \series bold
7183 氏名
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201
7202 \series bold
7203 TEL.
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 </row>
7209 <row endhead="true">
7210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 \begin_inset ERT
7215 status collapsed
7216
7217 \begin_layout Plain Layout
7218
7219
7220 \backslash
7221 caption*{例示用電話帳の続き}
7222 \backslash
7223
7224 \backslash
7225 %
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 </row>
7254 <row endhead="true">
7255 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259
7260 \series bold
7261 例示用電話帳
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 </row>
7285 <row endhead="true">
7286 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290
7291 \series bold
7292 氏名
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \series bold
7312 TEL.
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 </row>
7318 <row endfoot="true">
7319 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 次頁に続く
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 </row>
7347 <row>
7348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352
7353 \series bold
7354 Annovi
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 Silvia
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372 111
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 </row>
7378 <row>
7379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383
7384 \series bold
7385 Bertoli
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 Stefano
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 111
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row>
7410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \series bold
7416 Bozzi
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 Walter
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 111
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 </row>
7440 <row>
7441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445
7446 \series bold
7447 Cachia
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 Maria
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 111
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 </row>
7471 <row>
7472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476
7477 \series bold
7478 Cachia
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 Maurizio
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 111
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 </row>
7502 <row>
7503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507
7508 \series bold
7509 Cinquemani
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 Giusi
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 111
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row>
7534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \series bold
7540 Colin
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 Bernard
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 111
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 <row>
7565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \series bold
7571 Concli
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 Gianfranco
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 111
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 </row>
7595 <row>
7596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600
7601 \series bold
7602 Dal Bosco
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 Carolina
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 111
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 </row>
7626 <row>
7627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \series bold
7633 Dalpiaz
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 Annamaria
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 111
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 </row>
7657 <row>
7658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \series bold
7664 Feliciello
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 Domenico
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 111
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 </row>
7688 <row>
7689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693
7694 \series bold
7695 Focarelli
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 Paola
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 111
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 </row>
7719 <row>
7720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \series bold
7726 Galletti
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 Oreste
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 111
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 </row>
7750 <row>
7751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \series bold
7757 Gasparini
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766 Franca
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 111
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row>
7782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \series bold
7788 Rizzardi
7789 \series default
7790
7791 \begin_inset Foot
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795 例示用脚注
7796 \end_layout
7797
7798 \end_inset
7799
7800
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 Paola
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 111
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \series bold
7831 Lassini
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 Giancarlo
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 111
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 Malfatti
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 Luciano
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 111
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Malfatti
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Valeriano
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Meneguzzo
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Roberto
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Mezzadra
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Roberto
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Pirpamer
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Erich
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Pochiesa
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Paolo
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111, 222
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Radina
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Claudio
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Stuffer
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Oskar
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 111
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \series bold
8110 Tacchelli
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 Ugo
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 111
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \series bold
8141 Tezzele
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 Margit
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 111
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 Unterkalmsteiner
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Frieda
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 111
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \series bold
8203 Vieider
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Hilde
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 111
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \series bold
8234 Vigna
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 Jürgen
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 111
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \series bold
8265 Weber
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 Maurizio
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 111
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296 Winkler
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Franz
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 111
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325  
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Annovi
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Silvia
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 555
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Bertoli
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Stefano
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 555
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Bozzi
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Walter
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 555
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Cachia
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Maria
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 555
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Cachia
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Maurizio
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 555
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Cinquemani
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Giusi
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 555
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \series bold
8542 Colin
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 Bernard
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 555
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \series bold
8573 Concli
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Gianfranco
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 555
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \series bold
8604 Dal Bosco
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Carolina
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 555
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \series bold
8635 Dalpiaz
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Annamaria
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 555
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \series bold
8666 Feliciello
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 Domenico
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 555
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \series bold
8697 Focarelli
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 Paola
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 555
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \series bold
8728 Galletti
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Oreste
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 555
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757
8758 \series bold
8759 Gasparini
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 Franca
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 555
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row>
8784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788
8789 \series bold
8790 Rizzardi
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 Paola
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 555
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 </row>
8814 <row>
8815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \series bold
8821 Lassini
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 Giancarlo
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 555
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row>
8846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \series bold
8852 Malfatti
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 Luciano
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 555
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 <row>
8877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881
8882 \series bold
8883 Malfatti
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 Valeriano
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 555
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912
8913 \series bold
8914 Meneguzzo
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 Roberto
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 555
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 </row>
8938 <row>
8939 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \series bold
8945 Mezzadra
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 Roberto
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 555
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 </lyxtabular>
8970
8971 \end_inset
8972
8973
8974 \end_layout
8975
8976 \begin_layout Section
8977 長尺表にまつわる諸点
8978 \begin_inset CommandInset label
8979 LatexCommand label
8980 name "sec:長尺表にまつわる諸点"
8981
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \begin_layout Subsection
8988 長尺表の計算
8989 \begin_inset Index idx
8990 status collapsed
8991
8992 \begin_layout Plain Layout
8993 ちょうしゃくひょう@長尺表 ! けいさん@計算
8994 \end_layout
8995
8996 \end_inset
8997
8998
8999 \end_layout
9000
9001 \begin_layout Standard
9002 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9003 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9004 \end_layout
9005
9006 \begin_layout Standard
9007
9008 \series bold
9009
9010 \backslash
9011 setcounter{LTchunksize}{100}
9012 \end_layout
9013
9014 \begin_layout Standard
9015 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9016 \end_layout
9017
9018 \begin_layout Subsection
9019 フロートと長尺表
9020 \begin_inset Index idx
9021 status collapsed
9022
9023 \begin_layout Plain Layout
9024 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9025 \end_layout
9026
9027 \end_inset
9028
9029
9030 \end_layout
9031
9032 \begin_layout Standard
9033 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9034 \series bold
9035
9036 \backslash
9037 clearpage
9038 \series default
9039 コマンドを長尺表の前にTeXコードとして書き加えてください。
9040 \end_layout
9041
9042 \begin_layout Subsection
9043 強制改頁
9044 \begin_inset Index idx
9045 status collapsed
9046
9047 \begin_layout Plain Layout
9048 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9049 \end_layout
9050
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \begin_layout Standard
9057 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9058 ド「
9059 \series bold
9060
9061 \backslash
9062
9063 \backslash
9064
9065 \series default
9066 」を挿入します。
9067 \series bold
9068
9069 \backslash
9070
9071 \backslash
9072
9073 \series default
9074 コマンドの前には、現セルよりも右にある列数と同じ数の「
9075 \series bold
9076 &
9077 \series default
9078 」文字を、TeXコードで挿入してやる必要があります。この
9079 \series bold
9080 &
9081 \series default
9082 は、表セルの区切り文字です。各
9083 \series bold
9084 &
9085 \series default
9086 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9087 \begin_inset Newline newline
9088 \end_inset
9089
9090
9091 \series bold
9092
9093 \backslash
9094
9095 \backslash
9096
9097 \series default
9098 コマンドの後ろには、現在列の左側にある列数と同じ数の
9099 \series bold
9100 &
9101 \series default
9102 文字を挿入してください。表
9103 \begin_inset CommandInset ref
9104 LatexCommand ref
9105 reference "tab:強制改頁"
9106
9107 \end_inset
9108
9109 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9110 \end_layout
9111
9112 \begin_layout Standard
9113
9114 \series bold
9115 & 111
9116 \backslash
9117
9118 \backslash
9119  
9120 \backslash
9121 newpage
9122 \begin_inset Newline newline
9123 \end_inset
9124
9125 &
9126 \end_layout
9127
9128 \begin_layout Standard
9129 というコマンドが、セル中「
9130 \emph on
9131 Castelchiodato,
9132 \emph default
9133 」の後にTeXコードとして挿入してあります。
9134 \end_layout
9135
9136 \begin_layout Standard
9137 同一行3列目の「111」は削除してあります。
9138 \series bold
9139
9140 \backslash
9141 newpage
9142 \series default
9143 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9144 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9145 \end_layout
9146
9147 \begin_layout Standard
9148
9149 \series bold
9150 & 111
9151 \backslash
9152
9153 \backslash
9154
9155 \begin_inset Newline newline
9156 \end_inset
9157
9158
9159 \backslash
9160 hline &
9161 \end_layout
9162
9163 \begin_layout Standard
9164 というコマンドを使用して下さい。
9165 \end_layout
9166
9167 \begin_layout Standard
9168 改頁をしたいセルが最右列にある場合には、
9169 \end_layout
9170
9171 \begin_layout Standard
9172
9173 \series bold
9174
9175 \backslash
9176 setlength{
9177 \backslash
9178 parfillskip}{0pt}
9179 \end_layout
9180
9181 \begin_layout Standard
9182 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9183
9184 \end_layout
9185
9186 \begin_layout Standard
9187 \align center
9188 \begin_inset Tabular
9189 <lyxtabular version="3" rows="38" columns="3">
9190 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9191 <column alignment="left" valignment="top" width="0cm">
9192 <column alignment="left" valignment="top" width="3cm">
9193 <column alignment="center" valignment="top" width="0pt">
9194 <row caption="true">
9195 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Caption
9200
9201 \begin_layout Plain Layout
9202 表セル内で強制改頁をしている表
9203 \begin_inset CommandInset label
9204 LatexCommand label
9205 name "tab:強制改頁"
9206
9207 \end_inset
9208
9209
9210 \begin_inset Argument
9211 status collapsed
9212
9213 \begin_layout Plain Layout
9214 表セル内で強制改頁をしている表
9215 \end_layout
9216
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row endfirsthead="true">
9249 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 例示用電話帳(氏名は無視の事)
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row endfirsthead="true">
9280 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 氏名
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \series bold
9306 TEL.
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row endhead="true">
9313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 \begin_inset ERT
9318 status collapsed
9319
9320 \begin_layout Plain Layout
9321
9322
9323 \backslash
9324 caption*{例示用電話帳の続き}
9325 \backslash
9326
9327 \backslash
9328 %
9329 \end_layout
9330
9331 \end_inset
9332
9333
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row endhead="true">
9358 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 例示用電話帳
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 <row endhead="true">
9387 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393 氏名
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413 TEL.
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row endfoot="true">
9420 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 次頁に続く
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \series bold
9455 Annovi
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 Silvia
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 111
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \series bold
9486 Bertoli
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 Stefano
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 111
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row>
9511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515
9516 \series bold
9517 Bozzi
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 Walter
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 111
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \series bold
9548 Cachia
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 Maria
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 111
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 </row>
9572 <row>
9573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \series bold
9579 Cachia
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 Maurizio
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 111
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \series bold
9610 Cinquemani
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 Giusi
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 111
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row>
9635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \series bold
9641 Colin
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 Bernard
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 111
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 <row>
9666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \series bold
9672 Concli
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 Gianfranco
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 111
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 </row>
9696 <row>
9697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701
9702 \series bold
9703 Dal Bosco
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 Carolina
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 111
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 </row>
9727 <row>
9728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \series bold
9734 Dalpiaz
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 Annamaria
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 111
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 <row>
9759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763
9764 \series bold
9765 Feliciello
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774 Domenico
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783 111
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row>
9790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \series bold
9796 Focarelli
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 Paola
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 111
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \series bold
9827 Galletti
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 Oreste
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 111
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row>
9852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \series bold
9858 Gasparini
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 Franca
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 111
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 </row>
9882 <row>
9883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887
9888 \series bold
9889 Lassini
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 Giancarlo
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 111
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row>
9914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \series bold
9920 Malfatti
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 Luciano
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 111
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 <row>
9945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \series bold
9951 Malfatti
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 Valeriano
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 111
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 </row>
9975 <row>
9976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980
9981 \series bold
9982 Meneguzzo
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 Roberto
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 111
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Mezzadra
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Roberto
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 111
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 Pirpamer
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 Erich
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 111
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row>
10069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \series bold
10075 Pochiesa
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 Paolo
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 111, 222
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 Radina
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 Claudio
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 111
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row>
10131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 Rizzardi
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 Paolo, 11.
10147  Fürst von Montecompatri, 11.
10148  Fürst von Sulmona und Vivaro, 10.
10149  Fürst von Rossano, 5.
10150  Herzog von Canemorte, 11.
10151  Herzog von Palombara, 5.
10152  Herzog von Castelchiodato,
10153 \begin_inset ERT
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157
10158 & 111
10159 \backslash
10160
10161 \backslash
10162  
10163 \backslash
10164 newpage
10165 \end_layout
10166
10167 \begin_layout Plain Layout
10168
10169 &
10170 \end_layout
10171
10172 \end_inset
10173
10174  11.
10175  Herzog von Poggionativo, 11.
10176  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10177  Graf von Valinfreda, 11.
10178  Baron von Cropalati, 11.
10179  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Stuffer
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Oskar
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Tacchelli
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Ugo
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 111
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Tezzele
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Margit
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 111
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Unterkalmsteiner
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Frieda
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 111
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Vieider
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Hilde
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Vigna
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Jürgen
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Weber
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Maurizio
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Winkler
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Franz
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 </lyxtabular>
10443
10444 \end_inset
10445
10446
10447 \end_layout
10448
10449 \begin_layout Section
10450 複数行・連結列・連結行
10451 \end_layout
10452
10453 \begin_layout Subsection
10454 表セル内の複数行
10455 \begin_inset CommandInset label
10456 LatexCommand label
10457 name "sub:複数行"
10458
10459 \end_inset
10460
10461
10462 \begin_inset Index idx
10463 status collapsed
10464
10465 \begin_layout Plain Layout
10466 ひょうせるないのふくすうぎょう@表セル内の複数行
10467 \end_layout
10468
10469 \end_inset
10470
10471
10472 \begin_inset Index idx
10473 status collapsed
10474
10475 \begin_layout Plain Layout
10476 ひょう@表 ! かいぎょう@改行
10477 \end_layout
10478
10479 \end_inset
10480
10481
10482 \end_layout
10483
10484 \begin_layout Standard
10485 \noindent
10486 \begin_inset Float table
10487 placement H
10488 wide false
10489 sideways false
10490 status open
10491
10492 \begin_layout Plain Layout
10493 \begin_inset Caption
10494
10495 \begin_layout Plain Layout
10496 \begin_inset CommandInset label
10497 LatexCommand label
10498 name "tab:複数行表"
10499
10500 \end_inset
10501
10502 セル内に複数の行がある表
10503 \end_layout
10504
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \begin_layout Plain Layout
10511 \align center
10512 \begin_inset Tabular
10513 <lyxtabular version="3" rows="3" columns="3">
10514 <features tabularvalignment="middle">
10515 <column alignment="center" valignment="middle" width="2.5cm">
10516 <column alignment="center" valignment="middle" width="0">
10517 <column alignment="center" valignment="middle" width="0">
10518 <row>
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 複数の
10524 \begin_inset Newline linebreak
10525 \end_inset
10526
10527
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 </lyxtabular>
10610
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \begin_layout Standard
10622 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10623 \end_layout
10624
10625 \begin_layout Standard
10626
10627 \begin_inset CommandInset ref
10628 LatexCommand ref
10629 reference "tab:複数行表"
10630
10631 \end_inset
10632
10633 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10634 \family sans
10635 設定
10636 \family default
10637 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10638 \begin_inset space \thinspace{}
10639 \end_inset
10640
10641 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10642 \begin_inset space \thinspace{}
10643 \end_inset
10644
10645 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10646 \begin_inset Info
10647 type  "shortcut"
10648 arg   "newline-insert linebreak"
10649 \end_inset
10650
10651 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10652 \end_layout
10653
10654 \begin_layout Standard
10655 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10656 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10657 \begin_inset space \thinspace{}
10658 \end_inset
10659
10660 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10661 \begin_inset CommandInset ref
10662 LatexCommand ref
10663 reference "tab:ハイフネーション表"
10664
10665 \end_inset
10666
10667 が違いを示しています
10668 \begin_inset Foot
10669 status open
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 【訳註】
10675 \series default
10676 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10677 \end_layout
10678
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \begin_layout Standard
10685 \begin_inset Float table
10686 placement h
10687 wide false
10688 sideways false
10689 status open
10690
10691 \begin_layout Plain Layout
10692 \begin_inset Caption
10693
10694 \begin_layout Plain Layout
10695 \begin_inset CommandInset label
10696 LatexCommand label
10697 name "tab:ハイフネーション表"
10698
10699 \end_inset
10700
10701 ハイフネーション有/無の表
10702 \end_layout
10703
10704 \end_inset
10705
10706
10707 \end_layout
10708
10709 \begin_layout Plain Layout
10710 \begin_inset space \hfill{}
10711 \end_inset
10712
10713
10714 \begin_inset Tabular
10715 <lyxtabular version="3" rows="3" columns="3">
10716 <features tabularvalignment="middle">
10717 <column alignment="center" valignment="middle" width="2.5cm">
10718 <column alignment="center" valignment="middle" width="0">
10719 <column alignment="center" valignment="middle" width="0">
10720 <row>
10721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 verylongtablecellword
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 </lyxtabular>
10808
10809 \end_inset
10810
10811
10812 \begin_inset space \hfill{}
10813 \end_inset
10814
10815
10816 \begin_inset Tabular
10817 <lyxtabular version="3" rows="3" columns="3">
10818 <features tabularvalignment="middle">
10819 <column alignment="center" valignment="middle" width="2.5cm">
10820 <column alignment="center" valignment="middle" width="0">
10821 <column alignment="center" valignment="middle" width="0">
10822 <row>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 \begin_inset space \hspace{}
10828 \length 0pt
10829 \end_inset
10830
10831 verylongtablecellword
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 </lyxtabular>
10914
10915 \end_inset
10916
10917
10918 \begin_inset space \hfill{}
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \begin_layout Subsection
10930 連結列
10931 \begin_inset CommandInset label
10932 LatexCommand label
10933 name "sub:連結列"
10934
10935 \end_inset
10936
10937
10938 \begin_inset Index idx
10939 status collapsed
10940
10941 \begin_layout Plain Layout
10942 れんけつれつ@連結列
10943 \end_layout
10944
10945 \end_inset
10946
10947
10948 \begin_inset Index idx
10949 status collapsed
10950
10951 \begin_layout Plain Layout
10952 ひょう@表 ! れんけつれつ@連結列
10953 \end_layout
10954
10955 \end_inset
10956
10957
10958 \end_layout
10959
10960 \begin_layout Subsubsection
10961 連結列の基礎
10962 \end_layout
10963
10964 \begin_layout Standard
10965 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10966 \begin_inset Graphics
10967         filename ../../images/tabular-feature_multicolumn.png
10968         scale 85
10969         scaleBeforeRotation
10970
10971 \end_inset
10972
10973 を押すか、
10974 \family sans
10975 編集\SpecialChar \menuseparator
10976 表\SpecialChar \menuseparator
10977 連結列
10978 \family default
10979 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10980 \family sans
10981 連結列
10982 \family default
10983 を有効にするかしてください。
10984 \end_layout
10985
10986 \begin_layout Standard
10987 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10988 、最下行に上罫線のない連結行がある表の例です。
10989 \end_layout
10990
10991 \begin_layout Standard
10992 \align center
10993 \begin_inset Tabular
10994 <lyxtabular version="3" rows="3" columns="4">
10995 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10996 <column alignment="center" valignment="top" width="0pt">
10997 <column alignment="center" valignment="middle" width="0">
10998 <column alignment="center" valignment="top" width="0in">
10999 <column alignment="center" valignment="top" width="0pt">
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 いろは
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 にほへとちり
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 ぬるを
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 </lyxtabular>
11115
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \begin_layout Subsubsection
11122 連結列の計算
11123 \begin_inset CommandInset label
11124 LatexCommand label
11125 name "sub:連結列の計算"
11126
11127 \end_inset
11128
11129
11130 \begin_inset Index idx
11131 status collapsed
11132
11133 \begin_layout Plain Layout
11134 れんけつれつ@連結列 ! けいさん@計算
11135 \end_layout
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Standard
11143 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11144 \end_layout
11145
11146 \begin_layout Standard
11147 \begin_inset Float table
11148 placement h
11149 wide false
11150 sideways false
11151 status open
11152
11153 \begin_layout Plain Layout
11154 \begin_inset Caption
11155
11156 \begin_layout Plain Layout
11157 \begin_inset CommandInset label
11158 LatexCommand label
11159 name "tab:中央揃え表"
11160
11161 \end_inset
11162
11163 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11164 \begin_inset Argument
11165 status collapsed
11166
11167 \begin_layout Plain Layout
11168 完全なる連結列表
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Plain Layout
11182 \align center
11183 \begin_inset Tabular
11184 <lyxtabular version="3" rows="3" columns="3">
11185 <features tabularvalignment="middle">
11186 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11187 <column alignment="center" valignment="middle" width="0">
11188 <column alignment="center" valignment="top" width="0">
11189 <row>
11190 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 複数行にわたる連結列
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 </row>
11218 <row>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 </row>
11247 <row>
11248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 </row>
11276 </lyxtabular>
11277
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \end_inset
11284
11285
11286 \end_layout
11287
11288 \begin_layout Standard
11289 たとえば、表
11290 \begin_inset CommandInset ref
11291 LatexCommand ref
11292 reference "tab:中央揃え表"
11293
11294 \end_inset
11295
11296 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11297 \family sans
11298 設定
11299 \family default
11300 を選択します。そして現れる表の設定ダイアログで、このセルを
11301 \emph on
11302 連結列
11303 \emph default
11304
11305 \emph on
11306 中央揃え
11307 \emph default
11308 、2.5
11309 \begin_inset space \thinspace{}
11310 \end_inset
11311
11312 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11313 \begin_inset space \thinspace{}
11314 \end_inset
11315
11316 cm幅に設定します。すると第二列は自動的に1.25
11317 \begin_inset space \thinspace{}
11318 \end_inset
11319
11320 cm幅(連結列幅マイナス第一列の幅)になります。表
11321 \begin_inset CommandInset ref
11322 LatexCommand ref
11323 reference "tab:半分でない表"
11324
11325 \end_inset
11326
11327 もこのようにして作成してあります。
11328 \end_layout
11329
11330 \begin_layout Standard
11331 \begin_inset Float table
11332 wide false
11333 sideways false
11334 status open
11335
11336 \begin_layout Plain Layout
11337 \begin_inset Caption
11338
11339 \begin_layout Plain Layout
11340 \begin_inset CommandInset label
11341 LatexCommand label
11342 name "tab:半分でない表"
11343
11344 \end_inset
11345
11346 連結セルの下の列が正確に半分になっていない表
11347 \begin_inset Argument
11348 status collapsed
11349
11350 \begin_layout Plain Layout
11351 不完全な連結列表
11352 \end_layout
11353
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \begin_layout Plain Layout
11365 \align center
11366 \begin_inset Tabular
11367 <lyxtabular version="3" rows="3" columns="3">
11368 <features tabularvalignment="middle">
11369 <column alignment="center" valignment="top" width="1.25cm">
11370 <column alignment="center" valignment="top" width="0">
11371 <column alignment="center" valignment="top" width="0">
11372 <row>
11373 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 複数行にわたる連結列
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 </row>
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 </lyxtabular>
11460
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \begin_layout Standard
11472 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11473 指定したセル幅
11474 \begin_inset Formula $W_{\mbox{指}}$
11475 \end_inset
11476
11477 がセルの全幅
11478 \begin_inset Formula $W_{\text{全}}$
11479 \end_inset
11480
11481 と等しくならないためです。付録
11482 \begin_inset CommandInset ref
11483 LatexCommand eqref
11484 reference "cha:式の説明"
11485
11486 \end_inset
11487
11488 がこの事情を詳細に説明しています。
11489 \end_layout
11490
11491 \begin_layout Standard
11492
11493 \emph on
11494 n
11495 \emph default
11496 列を連結する際、各列の全幅が
11497 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11498 \end_inset
11499
11500 となるために必要な指定幅
11501 \begin_inset Formula $W_{\mbox{指}:n}$
11502 \end_inset
11503
11504 は、
11505 \begin_inset Formula 
11506 \begin{equation}
11507 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11508 \end{equation}
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Standard
11516 で計算することができます。上記の例では
11517 \begin_inset Formula $n=2$
11518 \end_inset
11519
11520 かつ
11521 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11522 \end_inset
11523
11524 cmかつ長さは既定値ですから、第
11525 \begin_inset CommandInset ref
11526 LatexCommand ref
11527 reference "eq:Wgn"
11528
11529 \end_inset
11530
11531 式は
11532 \begin_inset Formula 
11533 \begin{equation}
11534 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11535 \end{equation}
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Standard
11543 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11544 \end_layout
11545
11546 \begin_layout Standard
11547
11548 \series bold
11549
11550 \backslash
11551 usepackage{calc}
11552 \end_layout
11553
11554 \begin_layout Standard
11555 と書いて、LaTeXパッケージ
11556 \series bold
11557 calc
11558 \series default
11559
11560 \begin_inset Index idx
11561 status collapsed
11562
11563 \begin_layout Plain Layout
11564 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11565 \end_layout
11566
11567 \end_inset
11568
11569 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11570 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11571 \end_layout
11572
11573 \begin_layout Itemize
11574
11575 \series bold
11576 p{幅}
11577 \series default
11578 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11579 \end_layout
11580
11581 \begin_layout Itemize
11582
11583 \series bold
11584 m{幅}
11585 \series default
11586 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11587 \end_layout
11588
11589 \begin_layout Itemize
11590
11591 \series bold
11592 b{幅}
11593 \series default
11594 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11595 \end_layout
11596
11597 \begin_layout Standard
11598 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11599 \end_layout
11600
11601 \begin_layout Standard
11602 \begin_inset Note Greyedout
11603 status open
11604
11605 \begin_layout Plain Layout
11606
11607 \series bold
11608 【註】
11609 \series default
11610 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11611 \end_layout
11612
11613 \end_inset
11614
11615
11616 \end_layout
11617
11618 \begin_layout Standard
11619 文章を水平方向中央揃えにしたいので、
11620 \series bold
11621
11622 \backslash
11623 centering
11624 \series default
11625 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11626 \end_layout
11627
11628 \begin_layout Standard
11629
11630 \series bold
11631 >{
11632 \backslash
11633 centering}m{1.25cm-6.2pt}
11634 \end_layout
11635
11636 \begin_layout Standard
11637
11638 \series bold
11639 >{ }
11640 \series default
11641 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11642 \end_layout
11643
11644 \begin_layout Standard
11645 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11646 がって、連結セルには
11647 \end_layout
11648
11649 \begin_layout Standard
11650
11651 \series bold
11652 >{
11653 \backslash
11654 centering}m{2.5cm}
11655 \end_layout
11656
11657 \begin_layout Standard
11658 というLaTeX変数を指定しなくてはなりません。
11659 \end_layout
11660
11661 \begin_layout Subsection
11662 連結行
11663 \begin_inset CommandInset label
11664 LatexCommand label
11665 name "sub:連結行"
11666
11667 \end_inset
11668
11669
11670 \begin_inset Index idx
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674 れんけつぎょう@連結行
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \begin_inset Index idx
11681 status collapsed
11682
11683 \begin_layout Plain Layout
11684 ひょう@表 ! れんけつぎょう@連結行
11685 \end_layout
11686
11687 \end_inset
11688
11689
11690 \end_layout
11691
11692 \begin_layout Standard
11693 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11694 \begin_inset Graphics
11695         filename ../../images/tabular-feature_multirow.png
11696         scale 85
11697         scaleBeforeRotation
11698
11699 \end_inset
11700
11701 を押すか、メニュー
11702 \family sans
11703 編集\SpecialChar \menuseparator
11704 表\SpecialChar \menuseparator
11705 連結行
11706 \family default
11707 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11708 \family sans
11709 \SpecialChar \menuseparator
11710 連結行
11711 \family default
11712 を選んでください。
11713 \end_layout
11714
11715 \begin_layout Standard
11716 下記は一列目に連結列を適用した表の例です。
11717 \end_layout
11718
11719 \begin_layout Standard
11720 \align center
11721 \begin_inset Tabular
11722 <lyxtabular version="3" rows="3" columns="3">
11723 <features tabularvalignment="middle">
11724 <column alignment="center" valignment="top" width="0pt">
11725 <column alignment="center" valignment="top" width="0">
11726 <column alignment="center" valignment="top" width="0">
11727 <row>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 長いセル項目
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 <row>
11757 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 連結列
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 </row>
11785 <row>
11786 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 </lyxtabular>
11815
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11823 \family sans
11824 垂直オフセット
11825 \family default
11826 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11827 \end_layout
11828
11829 \begin_layout Standard
11830 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11831 \end_layout
11832
11833 \begin_layout Standard
11834
11835 \series bold
11836
11837 \backslash
11838 renewcommand{
11839 \backslash
11840 multirowsetup}{
11841 \backslash
11842 centering}
11843 \end_layout
11844
11845 \begin_layout Standard
11846 というコマンドを使用して、コマンド
11847 \series bold
11848
11849 \backslash
11850 multirowsetup
11851 \series default
11852 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11853 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11854 \series bold
11855
11856 \backslash
11857 centering
11858 \series default
11859 の代わりに
11860 \series bold
11861
11862 \backslash
11863 raggedleft
11864 \series default
11865 を使用して下さい。左揃えに戻すには、
11866 \series bold
11867
11868 \backslash
11869 raggedright
11870 \series default
11871 とします。
11872 \end_layout
11873
11874 \begin_layout Standard
11875 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11876 \end_layout
11877
11878 \begin_layout Standard
11879 \noindent
11880 \align center
11881 \begin_inset ERT
11882 status collapsed
11883
11884 \begin_layout Plain Layout
11885
11886
11887 \backslash
11888 renewcommand{
11889 \backslash
11890 multirowsetup}{
11891 \backslash
11892 raggedleft}
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \begin_inset Tabular
11899 <lyxtabular version="3" rows="4" columns="3">
11900 <features tabularvalignment="middle">
11901 <column alignment="center" valignment="top" width="3cm">
11902 <column alignment="center" valignment="top" width="0">
11903 <column alignment="center" valignment="top" width="0">
11904 <row>
11905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 長いセル項目
11910 \end_layout
11911
11912 \end_inset
11913 </cell>
11914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 </row>
11933 <row>
11934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 </row>
11962 <row>
11963 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 連結列
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 </row>
11991 <row>
11992 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 </row>
12020 </lyxtabular>
12021
12022 \end_inset
12023
12024
12025 \begin_inset ERT
12026 status collapsed
12027
12028 \begin_layout Plain Layout
12029
12030
12031 \backslash
12032 renewcommand{
12033 \backslash
12034 multirowsetup}{
12035 \backslash
12036 raggedright}
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045
12046 \lang english
12047 To start a new line in a multirow you can use a forced line break (shortcut
12048  
12049 \begin_inset Info
12050 type  "shortcut"
12051 arg   "newline-insert newline"
12052 \end_inset
12053
12054 ) but this will not respect the cell lines as demonstrated in this table:
12055 \end_layout
12056
12057 \begin_layout Standard
12058 \noindent
12059 \align center
12060
12061 \lang english
12062 \begin_inset Tabular
12063 <lyxtabular version="3" rows="3" columns="2">
12064 <features tabularvalignment="middle">
12065 <column alignment="left" valignment="middle" width="2cm">
12066 <column alignment="center" valignment="top" width="0">
12067 <row>
12068 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072
12073 \lang english
12074 aaa
12075 \begin_inset Newline newline
12076 \end_inset
12077
12078 aaa
12079 \begin_inset Newline newline
12080 \end_inset
12081
12082 wrong cell
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \lang english
12093 ccc
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 </row>
12099 <row>
12100 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113
12114 \lang english
12115 ddd
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 <row>
12122 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126
12127 \lang english
12128 bbb
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137
12138 \lang english
12139 eee
12140 \end_layout
12141
12142 \end_inset
12143 </cell>
12144 </row>
12145 </lyxtabular>
12146
12147 \end_inset
12148
12149
12150 \end_layout
12151
12152 \begin_layout Standard
12153
12154 \lang english
12155 Therefore be careful with forced line breaks.
12156 \end_layout
12157
12158 \begin_layout Section
12159 フォーマル形式の表
12160 \begin_inset CommandInset label
12161 LatexCommand label
12162 name "sec:フォーマル形式の表"
12163
12164 \end_inset
12165
12166
12167 \begin_inset Index idx
12168 status collapsed
12169
12170 \begin_layout Plain Layout
12171 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \end_layout
12178
12179 \begin_layout Standard
12180 書籍中の表は、よく表
12181 \begin_inset CommandInset ref
12182 LatexCommand ref
12183 reference "tab:ブックタブ表の例"
12184
12185 \end_inset
12186
12187 のように組版されます。この種の表は、「
12188 \emph on
12189 フォーマル形式
12190 \emph default
12191 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12192 \end_layout
12193
12194 \begin_layout Standard
12195 \begin_inset Float table
12196 placement h
12197 wide false
12198 sideways false
12199 status open
12200
12201 \begin_layout Plain Layout
12202 \begin_inset Caption
12203
12204 \begin_layout Plain Layout
12205 \begin_inset CommandInset label
12206 LatexCommand label
12207 name "tab:ブックタブ表の例"
12208
12209 \end_inset
12210
12211 ブックタブ表の例
12212 \end_layout
12213
12214 \end_inset
12215
12216
12217 \end_layout
12218
12219 \begin_layout Plain Layout
12220 \align center
12221 \begin_inset Tabular
12222 <lyxtabular version="3" rows="8" columns="4">
12223 <features booktabs="true" tabularvalignment="middle">
12224 <column alignment="center" valignment="top" width="0">
12225 <column alignment="center" valignment="top" width="0">
12226 <column alignment="center" valignment="top" width="0">
12227 <column alignment="center" valignment="top" width="0">
12228 <row>
12229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 システム
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 Medipix
12243 \begin_inset space \thinspace{}
12244 \end_inset
12245
12246 1
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 Medipix
12256 \begin_inset space \thinspace{}
12257 \end_inset
12258
12259 2
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 </row>
12274 <row>
12275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 \begin_inset ERT
12280 status collapsed
12281
12282 \begin_layout Plain Layout
12283
12284
12285 \backslash
12286 cmidrule(r){2-2}
12287 \end_layout
12288
12289 \end_inset
12290
12291
12292 \begin_inset ERT
12293 status collapsed
12294
12295 \begin_layout Plain Layout
12296
12297
12298 \backslash
12299 cmidrule(l){3-4}
12300 \end_layout
12301
12302 \end_inset
12303
12304 検知器の厚み [µm]
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell alignment="center" valignment="top" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313 300
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell alignment="center" valignment="top" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322 300
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 <cell alignment="center" valignment="top" usebox="none">
12328 \begin_inset Text
12329
12330 \begin_layout Plain Layout
12331 700
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 </row>
12337 <row>
12338 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Plain Layout
12342 エッジ角 [°]
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 <cell alignment="center" valignment="top" topline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 3.55
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 <cell alignment="center" valignment="top" topline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 2.71
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 <cell alignment="center" valignment="top" topline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 7.99
12370 \end_layout
12371
12372 \end_inset
12373 </cell>
12374 </row>
12375 <row topspace="default">
12376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 空間分解能 [µm]
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 <cell alignment="center" valignment="top" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 4.26
12390 \end_layout
12391
12392 \end_inset
12393 </cell>
12394 <cell alignment="center" valignment="top" usebox="none">
12395 \begin_inset Text
12396
12397 \begin_layout Plain Layout
12398 10.17
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 <cell alignment="center" valignment="top" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407 10.56
12408 \end_layout
12409
12410 \end_inset
12411 </cell>
12412 </row>
12413 <row topspace="default">
12414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12415 \begin_inset Text
12416
12417 \begin_layout Plain Layout
12418 \begin_inset Formula $f_{\mathrm{max}}$
12419 \end_inset
12420
12421 におけるMTF
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 0.53
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 0.37
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 0.39
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 </row>
12454 <row topspace="default">
12455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 \begin_inset ERT
12460 status collapsed
12461
12462 \begin_layout Plain Layout
12463
12464
12465 \backslash
12466 cmidrule(l{10pt}){1-1}
12467 \end_layout
12468
12469 \end_inset
12470
12471 LSF空間分解能
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 <cell alignment="center" valignment="top" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 </row>
12504 <row>
12505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 µm表示
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 <cell alignment="center" valignment="top" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 129.7
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 52.75
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 50.78
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 </row>
12542 <row>
12543 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 ピクセルサイズに対する%表示
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 76.3
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 95.9
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 92.3
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 </row>
12580 </lyxtabular>
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \end_inset
12588
12589
12590 \end_layout
12591
12592 \begin_layout Standard
12593 表中の行に余白を加えるには、第
12594 \begin_inset CommandInset ref
12595 LatexCommand ref
12596 reference "sub:行の余白取り"
12597
12598 \end_inset
12599
12600 節に述べられているように、表の設定ダイアログの
12601 \family sans
12602 罫線
12603 \family default
12604 タブを使用します。
12605 \end_layout
12606
12607 \begin_layout Standard
12608 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12609 \begin_inset Newline newline
12610 \end_inset
12611
12612 最初と最後の表罫線の既定幅は0.08
12613 \begin_inset space \thinspace{}
12614 \end_inset
12615
12616 emですが、他の罫線の既定幅は0.05
12617 \begin_inset space \thinspace{}
12618 \end_inset
12619
12620 emです。
12621 \end_layout
12622
12623 \begin_layout Standard
12624 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12625 \end_layout
12626
12627 \begin_layout Standard
12628
12629 \series bold
12630
12631 \backslash
12632 let
12633 \backslash
12634 mytoprule
12635 \backslash
12636 toprule
12637 \begin_inset Newline newline
12638 \end_inset
12639
12640
12641 \backslash
12642 renewcommand{
12643 \backslash
12644 toprule}{
12645 \backslash
12646 mytoprule[幅]}
12647 \end_layout
12648
12649 \begin_layout Standard
12650 上の例は、
12651 \series bold
12652 toprule
12653 \series default
12654 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12655 \series bold
12656 toprule
12657 \series default
12658
12659 \series bold
12660 bottomrule
12661 \series default
12662 に置き換えて下さい。他の罫線の線幅を変更するには、
12663 \series bold
12664 toprule
12665 \series default
12666
12667 \series bold
12668 midrule
12669 \series default
12670 に置き換えます。線幅を設定する上では、付録
12671 \begin_inset CommandInset ref
12672 LatexCommand ref
12673 reference "cha:LyXで使用できる単位"
12674
12675 \end_inset
12676
12677 に挙げてあるすべての単位を使用することができます。
12678 \end_layout
12679
12680 \begin_layout Standard
12681 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12682 \series bold
12683
12684 \backslash
12685 cmidrule
12686 \series default
12687 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12688 \end_layout
12689
12690 \begin_layout Standard
12691
12692 \series bold
12693
12694 \backslash
12695 cmidrule[幅](刈込){開始列-終了列}
12696 \end_layout
12697
12698 \begin_layout Standard
12699 です。
12700 \series bold
12701
12702 \backslash
12703 cmidrule
12704 \series default
12705 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12706 \series bold
12707
12708 \backslash
12709 cmidrule
12710 \series default
12711 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12712
12713 \end_layout
12714
12715 \begin_layout Standard
12716 この線幅の既定値は0.03
12717 \begin_inset space \thinspace{}
12718 \end_inset
12719
12720 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12721 。非必須パラメーターの「刈込」は、
12722 \emph on
12723 l{刈込幅}
12724 \emph default
12725 あるいは
12726 \emph on
12727 r{刈込幅}
12728 \emph default
12729 の値を取り、刈込幅の指定は非必須です。たとえば、
12730 \emph on
12731 l{2pt}
12732 \emph default
12733 というパラメーターを使うと、罫線が左端から2
12734 \begin_inset space \thinspace{}
12735 \end_inset
12736
12737 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12738 \begin_inset space \thinspace{}
12739 \end_inset
12740
12741 emだけ刈り込まれます。
12742 \end_layout
12743
12744 \begin_layout Standard
12745 \begin_inset VSpace bigskip
12746 \end_inset
12747
12748
12749 \begin_inset CommandInset ref
12750 LatexCommand ref
12751 reference "tab:ブックタブ表の例"
12752
12753 \end_inset
12754
12755 は、
12756 \end_layout
12757
12758 \begin_layout Standard
12759
12760 \series bold
12761
12762 \backslash
12763 cmidrule(r){2-2}
12764 \backslash
12765 cmidrule(l){3-4}
12766 \end_layout
12767
12768 \begin_layout Standard
12769 というコマンドを第二行の初めに使用し、
12770 \end_layout
12771
12772 \begin_layout Standard
12773
12774 \series bold
12775
12776 \backslash
12777 cmidrule(l{10pt}){1-1}
12778 \end_layout
12779
12780 \begin_layout Standard
12781 を第六行に使用して作成されています。
12782 \end_layout
12783
12784 \begin_layout Standard
12785 \begin_inset VSpace bigskip
12786 \end_inset
12787
12788
12789 \end_layout
12790
12791 \begin_layout Standard
12792 ときには、表
12793 \begin_inset CommandInset ref
12794 LatexCommand ref
12795 reference "tab:特殊なブックタブ表"
12796
12797 \end_inset
12798
12799 のような重なり合った
12800 \series bold
12801
12802 \backslash
12803 cmidrule
12804 \series default
12805 が欲しいことがあるかもしれません。これは、TeXコードで
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 morecmidrules
12814 \end_layout
12815
12816 \begin_layout Standard
12817 コマンドを使用することによって実現することができます。表
12818 \begin_inset CommandInset ref
12819 LatexCommand ref
12820 reference "tab:特殊なブックタブ表"
12821
12822 \end_inset
12823
12824 の第二列には
12825 \end_layout
12826
12827 \begin_layout Standard
12828
12829 \series bold
12830
12831 \backslash
12832 cmidrule(r){2-2}
12833 \backslash
12834 cmidrule(l){3-4}
12835 \backslash
12836 morecmidrules
12837 \backslash
12838 cmidrule{2-4}
12839 \end_layout
12840
12841 \begin_layout Standard
12842 というコマンドが使用されており、第六列には
12843 \end_layout
12844
12845 \begin_layout Standard
12846
12847 \series bold
12848
12849 \backslash
12850 midrule
12851 \backslash
12852 morecmidrules
12853 \backslash
12854 cmidrule{3-4}
12855 \end_layout
12856
12857 \begin_layout Standard
12858 というコマンドが使用されています。
12859 \end_layout
12860
12861 \begin_layout Standard
12862 \begin_inset VSpace bigskip
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \begin_layout Standard
12869 罫線の余白取りにどうしても満足が行かない場合には、
12870 \end_layout
12871
12872 \begin_layout Standard
12873
12874 \series bold
12875
12876 \backslash
12877 specialrule{幅}{上余白}{下余白}
12878 \end_layout
12879
12880 \begin_layout Standard
12881 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12882 \series bold
12883 booktabs
12884 \series default
12885  
12886 \begin_inset CommandInset citation
12887 LatexCommand cite
12888 key "booktabs"
12889
12890 \end_inset
12891
12892
12893 \begin_inset Index idx
12894 status collapsed
12895
12896 \begin_layout Plain Layout
12897 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12898 \end_layout
12899
12900 \end_inset
12901
12902 の取扱説明書をご参照下さい。
12903 \end_layout
12904
12905 \begin_layout Standard
12906 \begin_inset Float table
12907 placement h
12908 wide false
12909 sideways false
12910 status open
12911
12912 \begin_layout Plain Layout
12913 \begin_inset Caption
12914
12915 \begin_layout Plain Layout
12916 \begin_inset CommandInset label
12917 LatexCommand label
12918 name "tab:特殊なブックタブ表"
12919
12920 \end_inset
12921
12922 特殊なブックタブ表
12923 \end_layout
12924
12925 \end_inset
12926
12927
12928 \end_layout
12929
12930 \begin_layout Plain Layout
12931 \align center
12932 \begin_inset Tabular
12933 <lyxtabular version="3" rows="8" columns="4">
12934 <features booktabs="true" tabularvalignment="middle">
12935 <column alignment="center" valignment="top" width="0">
12936 <column alignment="center" valignment="top" width="0">
12937 <column alignment="center" valignment="top" width="0">
12938 <column alignment="center" valignment="top" width="0">
12939 <row>
12940 <cell alignment="center" valignment="top" topline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 システム
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 Medipix
12954 \begin_inset space \thinspace{}
12955 \end_inset
12956
12957 1
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966 Medipix
12967 \begin_inset space \thinspace{}
12968 \end_inset
12969
12970 2
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 </row>
12985 <row>
12986 <cell alignment="center" valignment="top" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995
12996 \backslash
12997 cmidrule(r){2-2}
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \begin_inset ERT
13004 status collapsed
13005
13006 \begin_layout Plain Layout
13007
13008
13009 \backslash
13010 cmidrule(l){3-4}
13011 \end_layout
13012
13013 \end_inset
13014
13015
13016 \begin_inset ERT
13017 status collapsed
13018
13019 \begin_layout Plain Layout
13020
13021
13022 \backslash
13023 morecmidrules 
13024 \end_layout
13025
13026 \end_inset
13027
13028
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034
13035 \backslash
13036 cmidrule{2-4}
13037 \end_layout
13038
13039 \end_inset
13040
13041 検知器の厚み [µm]
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 <cell alignment="center" valignment="top" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 300
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 300
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Plain Layout
13068 700
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 </row>
13074 <row>
13075 <cell alignment="center" valignment="top" topline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 エッジ角 [°]
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" topline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 3.55
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 2.71
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 7.99
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 </row>
13112 <row topspace="default">
13113 <cell alignment="center" valignment="top" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 空間分解能 [µm]
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 4.26
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 10.17
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 10.56
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 </row>
13150 <row topspace="default">
13151 <cell alignment="center" valignment="top" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 \begin_inset Formula $f_{\mathrm{max}}$
13156 \end_inset
13157
13158 におけるMTF
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 0.53
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 0.37
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 0.39
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 </row>
13191 <row>
13192 <cell alignment="center" valignment="top" topline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 \begin_inset ERT
13197 status collapsed
13198
13199 \begin_layout Plain Layout
13200
13201
13202 \backslash
13203 morecmidrules 
13204 \end_layout
13205
13206 \end_inset
13207
13208
13209 \begin_inset ERT
13210 status collapsed
13211
13212 \begin_layout Plain Layout
13213
13214
13215 \backslash
13216 cmidrule{3-4}
13217 \end_layout
13218
13219 \end_inset
13220
13221 LSF空間分解能
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 </row>
13254 <row>
13255 <cell alignment="center" valignment="top" usebox="none">
13256 \begin_inset Text
13257
13258 \begin_layout Plain Layout
13259 µm表示
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 129.7
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 52.75
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 50.78
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 </row>
13292 <row>
13293 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 ピクセルサイズに対する%表示
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 76.3
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 95.9
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 92.3
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 </row>
13330 </lyxtabular>
13331
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \begin_layout Section
13343 表の垂直揃え
13344 \begin_inset Index idx
13345 status collapsed
13346
13347 \begin_layout Plain Layout
13348 ひょう@表 ! そろえ@揃え
13349 \end_layout
13350
13351 \end_inset
13352
13353
13354 \end_layout
13355
13356 \begin_layout Standard
13357 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13358 \begin_inset CommandInset ref
13359 LatexCommand ref
13360 reference "sec:ボックスダイアログ"
13361
13362 \end_inset
13363
13364 節に述べられているように、ボックスの垂直揃えを行います。
13365 \end_layout
13366
13367 \begin_layout Standard
13368 以下の例では、各表は15
13369 \begin_inset space \thinspace{}
13370 \end_inset
13371
13372 列幅%を持つminipage
13373 \begin_inset Foot
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377 minipageは第
13378 \begin_inset CommandInset ref
13379 LatexCommand ref
13380 reference "sec:ミニページ"
13381
13382 \end_inset
13383
13384 節で説明されています。
13385 \end_layout
13386
13387 \end_inset
13388
13389 ボックスの中に入れてあります。
13390 \end_layout
13391
13392 \begin_layout Itemize
13393 動作試験 
13394 \begin_inset Box Frameless
13395 position "t"
13396 hor_pos "c"
13397 has_inner_box 1
13398 inner_pos "c"
13399 use_parbox 0
13400 use_makebox 0
13401 width "15col%"
13402 special "none"
13403 height "1in"
13404 height_special "totalheight"
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 \begin_inset Tabular
13409 <lyxtabular version="3" rows="3" columns="3">
13410 <features tabularvalignment="middle">
13411 <column alignment="center" valignment="top" width="0">
13412 <column alignment="center" valignment="top" width="0">
13413 <column alignment="center" valignment="top" width="0">
13414 <row>
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" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 </row>
13443 <row>
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" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
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" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 </lyxtabular>
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \end_inset
13509
13510  動作試験 
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516
13517 \backslash
13518 raisebox{0.85
13519 \backslash
13520 baselineskip}{
13521 \end_layout
13522
13523 \end_inset
13524
13525
13526 \begin_inset Box Frameless
13527 position "t"
13528 hor_pos "c"
13529 has_inner_box 1
13530 inner_pos "c"
13531 use_parbox 0
13532 use_makebox 0
13533 width "15col%"
13534 special "none"
13535 height "1in"
13536 height_special "totalheight"
13537 status collapsed
13538
13539 \begin_layout Plain Layout
13540 \begin_inset Tabular
13541 <lyxtabular version="3" rows="3" columns="3">
13542 <features tabularvalignment="middle">
13543 <column alignment="center" valignment="top" width="0">
13544 <column alignment="center" valignment="top" width="0">
13545 <column alignment="center" valignment="top" width="0">
13546 <row>
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" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
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" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 </row>
13604 <row>
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" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 </row>
13633 </lyxtabular>
13634
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \end_inset
13641
13642
13643 \begin_inset ERT
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647
13648 }
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Itemize
13657 動作試験 
13658 \begin_inset Box Frameless
13659 position "c"
13660 hor_pos "c"
13661 has_inner_box 1
13662 inner_pos "c"
13663 use_parbox 0
13664 use_makebox 0
13665 width "15col%"
13666 special "none"
13667 height "1in"
13668 height_special "totalheight"
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672 \begin_inset Tabular
13673 <lyxtabular version="3" rows="3" columns="3">
13674 <features tabularvalignment="middle">
13675 <column alignment="center" valignment="top" width="0">
13676 <column alignment="center" valignment="top" width="0">
13677 <column alignment="center" valignment="top" width="0">
13678 <row>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
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" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 </row>
13707 <row>
13708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 </row>
13736 <row>
13737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 </lyxtabular>
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \begin_layout Itemize
13778 動作試験 
13779 \begin_inset Box Frameless
13780 position "b"
13781 hor_pos "c"
13782 has_inner_box 1
13783 inner_pos "c"
13784 use_parbox 0
13785 use_makebox 0
13786 width "15col%"
13787 special "none"
13788 height "1in"
13789 height_special "totalheight"
13790 status collapsed
13791
13792 \begin_layout Plain Layout
13793 \begin_inset Tabular
13794 <lyxtabular version="3" rows="3" columns="3">
13795 <features tabularvalignment="middle">
13796 <column alignment="center" valignment="top" width="0">
13797 <column alignment="center" valignment="top" width="0">
13798 <column alignment="center" valignment="top" width="0">
13799 <row>
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" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 </row>
13828 <row>
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" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row>
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" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 </row>
13886 </lyxtabular>
13887
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \end_inset
13894
13895  動作試験 
13896 \begin_inset ERT
13897 status collapsed
13898
13899 \begin_layout Plain Layout
13900
13901
13902 \backslash
13903 raisebox{-0.32
13904 \backslash
13905 baselineskip}{
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \begin_inset Box Frameless
13912 position "b"
13913 hor_pos "c"
13914 has_inner_box 1
13915 inner_pos "c"
13916 use_parbox 0
13917 use_makebox 0
13918 width "15col%"
13919 special "none"
13920 height "1in"
13921 height_special "totalheight"
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925 \begin_inset Tabular
13926 <lyxtabular version="3" rows="3" columns="3">
13927 <features tabularvalignment="middle">
13928 <column alignment="center" valignment="top" width="0">
13929 <column alignment="center" valignment="top" width="0">
13930 <column alignment="center" valignment="top" width="0">
13931 <row>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 </lyxtabular>
14019
14020 \end_inset
14021
14022
14023 \end_layout
14024
14025 \end_inset
14026
14027
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033 }
14034 \end_layout
14035
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \begin_layout Standard
14042 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
14043 \begin_inset Foot
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047 raiseboxは、第
14048 \begin_inset CommandInset ref
14049 LatexCommand ref
14050 reference "sub:垂直揃え"
14051
14052 \end_inset
14053
14054 節で説明されています。
14055 \end_layout
14056
14057 \end_inset
14058
14059 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
14060 \end_layout
14061
14062 \begin_layout Standard
14063
14064 \series bold
14065
14066 \backslash
14067 raisebox{0.85
14068 \backslash
14069 baselineskip}{
14070 \end_layout
14071
14072 \begin_layout Standard
14073 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
14074 \series bold
14075 }
14076 \series default
14077 をTeXコードとして挿入してあります。最後の項目の第二表には、
14078 \end_layout
14079
14080 \begin_layout Standard
14081
14082 \series bold
14083
14084 \backslash
14085 raisebox{-0.32
14086 \backslash
14087 baselineskip}{
14088 \end_layout
14089
14090 \begin_layout Standard
14091 というコマンドを使用しています。
14092 \end_layout
14093
14094 \begin_layout Standard
14095 \begin_inset Note Greyedout
14096 status open
14097
14098 \begin_layout Plain Layout
14099
14100 \series bold
14101 【註】
14102 \series default
14103 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
14104 \series bold
14105
14106 \backslash
14107 raisebox
14108 \series default
14109 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Section
14118 色付きの表
14119 \begin_inset CommandInset label
14120 LatexCommand label
14121 name "sec:色付きの表"
14122
14123 \end_inset
14124
14125
14126 \begin_inset Index idx
14127 status collapsed
14128
14129 \begin_layout Plain Layout
14130 ひょう@表 ! いろつき@色付き
14131 \end_layout
14132
14133 \end_inset
14134
14135
14136 \end_layout
14137
14138 \begin_layout Subsection
14139 色付きのセル
14140 \begin_inset Index idx
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144 ひょうのいろ@表の色 ! せるぶ@セル部
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \begin_inset Index idx
14151 status collapsed
14152
14153 \begin_layout Plain Layout
14154 いろつき@色付き ! ひょうせるぶ@表セル部
14155 \end_layout
14156
14157 \end_inset
14158
14159
14160 \end_layout
14161
14162 \begin_layout Standard
14163 \begin_inset Float table
14164 placement h
14165 wide false
14166 sideways false
14167 status open
14168
14169 \begin_layout Plain Layout
14170 \begin_inset Caption
14171
14172 \begin_layout Plain Layout
14173 \begin_inset CommandInset label
14174 LatexCommand label
14175 name "tab:colortblなしの表"
14176
14177 \end_inset
14178
14179
14180 \series bold
14181 colortbl
14182 \series default
14183 パッケージを使用しない色付き表
14184 \begin_inset Argument
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188 colortblなしの表
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \begin_layout Plain Layout
14202 \align center
14203 \begin_inset Tabular
14204 <lyxtabular version="3" rows="3" columns="3">
14205 <features tabularvalignment="middle">
14206 <column alignment="center" valignment="top" width="0">
14207 <column alignment="center" valignment="top" width="0">
14208 <column alignment="center" valignment="top" width="0">
14209 <row>
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214
14215 \color green
14216
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225
14226 \color red
14227
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236
14237 \color red
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249
14250 \color green
14251
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260
14261 \color blue
14262
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271
14272 \color blue
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 <row>
14280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284
14285 \color green
14286
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295
14296 \color blue
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14303 \begin_inset Text
14304
14305 \begin_layout Plain Layout
14306
14307 \color blue
14308
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 </lyxtabular>
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \begin_layout Standard
14327 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14328 \family sans
14329 編集\SpecialChar \menuseparator
14330 文字様式
14331 \family default
14332 メニューで色を選んでください。表
14333 \begin_inset CommandInset ref
14334 LatexCommand ref
14335 reference "tab:colortblなしの表"
14336
14337 \end_inset
14338
14339 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14340 \series bold
14341 colortbl
14342 \series default
14343
14344 \begin_inset Index idx
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14349 \end_layout
14350
14351 \end_inset
14352
14353 を使用しなくてはなりません。
14354 \end_layout
14355
14356 \begin_layout Standard
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 ifcolortbl
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \begin_inset Note Note
14371 status open
14372
14373 \begin_layout Plain Layout
14374 本節の以下の部分は、LaTeXパッケージ
14375 \series bold
14376 colortbl
14377 \series default
14378 が導入済みのときのみ表示されます。
14379 \end_layout
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Standard
14387 色付きの表を作成するには、プリアンブルに
14388 \end_layout
14389
14390 \begin_layout Standard
14391
14392 \series bold
14393
14394 \backslash
14395 usepackage{colortbl}
14396 \end_layout
14397
14398 \begin_layout Standard
14399 という行を書いて
14400 \series bold
14401 colortbl
14402 \series default
14403 を読み込まなくてはなりません。列の色は、
14404 \series bold
14405 >{ }
14406 \series default
14407 コマンドの中に
14408 \end_layout
14409
14410 \begin_layout Standard
14411
14412 \series bold
14413
14414 \backslash
14415 columncolor{色彩名}
14416 \end_layout
14417
14418 \begin_layout Standard
14419 というコマンドを書いて指定することができます。
14420 \series bold
14421 >{}
14422 \series default
14423 コマンドに関する詳細は、第
14424 \begin_inset CommandInset ref
14425 LatexCommand ref
14426 reference "sub:連結列の計算"
14427
14428 \end_inset
14429
14430 節に述べられています。
14431 \end_layout
14432
14433 \begin_layout Standard
14434 以下の色彩名が事前に定義されています。
14435 \end_layout
14436
14437 \begin_layout Standard
14438
14439 \family sans
14440 red
14441 \family default
14442
14443 \family sans
14444 green
14445 \family default
14446
14447 \family sans
14448 yellow
14449 \family default
14450
14451 \family sans
14452 blue
14453 \family default
14454
14455 \family sans
14456 cyan
14457 \family default
14458
14459 \family sans
14460 magenta
14461 \family default
14462
14463 \family sans
14464 black
14465 \family default
14466
14467 \family sans
14468 white
14469 \end_layout
14470
14471 \begin_layout Standard
14472 \begin_inset VSpace medskip
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \begin_layout Standard
14479 また
14480 \end_layout
14481
14482 \begin_layout Standard
14483
14484 \series bold
14485
14486 \backslash
14487 definecolor{色彩名}{色彩モデル}{色彩値}
14488 \end_layout
14489
14490 \begin_layout Standard
14491 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14492 \end_layout
14493
14494 \begin_layout Labeling
14495 \labelwidthstring 00.00.0000
14496 cmyk:シアン(
14497 \bar under
14498 c
14499 \bar default
14500 yan)・マゼンタ(
14501 \bar under
14502 m
14503 \bar default
14504 agenta)・黄(
14505 \bar under
14506 y
14507 \bar default
14508 ellow)・黒(blac
14509 \bar under
14510 k
14511 \bar default
14512
14513 \end_layout
14514
14515 \begin_layout Labeling
14516 \labelwidthstring 00.00.0000
14517 rgb:赤(
14518 \bar under
14519 r
14520 \bar default
14521 ed)・緑(
14522 \bar under
14523 g
14524 \bar default
14525 reen)・青(
14526 \bar under
14527 b
14528 \bar default
14529 lue)
14530 \end_layout
14531
14532 \begin_layout Labeling
14533 \labelwidthstring 00.00.0000
14534 gray:グレー
14535 \end_layout
14536
14537 \begin_layout Standard
14538 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14539 \end_layout
14540
14541 \begin_layout Standard
14542 たとえば、プリアンブルに
14543 \end_layout
14544
14545 \begin_layout Standard
14546
14547 \series bold
14548
14549 \backslash
14550 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14551 \end_layout
14552
14553 \begin_layout Standard
14554 と書くことによって、「
14555 \emph on
14556 darkgreen
14557 \emph default
14558 」色を定義することができますし、
14559 \end_layout
14560
14561 \begin_layout Standard
14562
14563 \series bold
14564
14565 \backslash
14566 definecolor{lightgray}{gray}{0.8}
14567 \end_layout
14568
14569 \begin_layout Standard
14570 と書けば、「
14571 \emph on
14572 lightgray
14573 \emph default
14574 」色を定義することができます。
14575 \end_layout
14576
14577 \begin_layout Standard
14578 \begin_inset VSpace medskip
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Standard
14585 罫線は
14586 \end_layout
14587
14588 \begin_layout Standard
14589
14590 \series bold
14591
14592 \backslash
14593 rowcolor{色彩名}
14594 \end_layout
14595
14596 \begin_layout Standard
14597 というコマンドを使用して色付けすることができ、セルは
14598 \end_layout
14599
14600 \begin_layout Standard
14601
14602 \series bold
14603
14604 \backslash
14605 cellcolor{色彩名}
14606 \end_layout
14607
14608 \begin_layout Standard
14609 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14610 \end_layout
14611
14612 \begin_layout Standard
14613 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14614 \family sans
14615 編集\SpecialChar \menuseparator
14616 文字様式
14617 \family default
14618 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14619 ます。
14620 \end_layout
14621
14622 \begin_layout Standard
14623 \begin_inset Note Greyedout
14624 status open
14625
14626 \begin_layout Plain Layout
14627 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \begin_layout Standard
14636 \begin_inset VSpace bigskip
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643
14644 \begin_inset CommandInset ref
14645 LatexCommand ref
14646 reference "tab:色付き表"
14647
14648 \end_inset
14649
14650 を作成するには、以下のようにしてください。第一列の色は
14651 \emph on
14652 darkgreen
14653 \emph default
14654 にしたいので、この列のLaTeX変数として
14655 \end_layout
14656
14657 \begin_layout Standard
14658
14659 \series bold
14660 >{
14661 \backslash
14662 columncolor{darkgreen}
14663 \backslash
14664 centering}c
14665 \end_layout
14666
14667 \begin_layout Standard
14668 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14669 \end_layout
14670
14671 \begin_layout Standard
14672
14673 \series bold
14674
14675 \backslash
14676 rowcolow{cyan}
14677 \end_layout
14678
14679 \begin_layout Standard
14680 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14681 \end_layout
14682
14683 \begin_layout Standard
14684
14685 \series bold
14686
14687 \backslash
14688 cellcolor{magenta}
14689 \end_layout
14690
14691 \begin_layout Standard
14692 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14693 \family sans
14694 編集\SpecialChar \menuseparator
14695 文字様式
14696 \family default
14697 メニューを使って、各文字に色付けをすることができます。
14698 \end_layout
14699
14700 \begin_layout Standard
14701 \begin_inset Float table
14702 placement h
14703 wide false
14704 sideways false
14705 status open
14706
14707 \begin_layout Plain Layout
14708 \begin_inset Caption
14709
14710 \begin_layout Plain Layout
14711
14712 \series bold
14713 \begin_inset CommandInset label
14714 LatexCommand label
14715 name "tab:色付き表"
14716
14717 \end_inset
14718
14719 colortbl
14720 \series default
14721 パッケージを使用した色付き表
14722 \begin_inset Argument
14723 status collapsed
14724
14725 \begin_layout Plain Layout
14726 colortblを使った表
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Plain Layout
14740 \align center
14741 \begin_inset Tabular
14742 <lyxtabular version="3" rows="3" columns="3">
14743 <features tabularvalignment="middle">
14744 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14745 <column alignment="center" valignment="top" width="0">
14746 <column alignment="center" valignment="top" width="0">
14747 <row>
14748 <cell alignment="center" valignment="top" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 \begin_inset ERT
14753 status collapsed
14754
14755 \begin_layout Plain Layout
14756
14757
14758 \backslash
14759 rowcolor{cyan}
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \color magenta
14766
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 <cell alignment="center" valignment="top" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775
14776 \color red
14777
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 <cell alignment="center" valignment="top" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786
14787 \color red
14788
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 <row>
14795 <cell alignment="center" valignment="top" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799
14800 \color yellow
14801
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810
14811 \color blue
14812
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 <cell alignment="center" valignment="top" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Plain Layout
14821
14822 \color blue
14823
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 </row>
14829 <row>
14830 <cell alignment="center" valignment="top" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834
14835 \color yellow
14836
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 <cell alignment="center" valignment="top" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845
14846 \color blue
14847
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 \begin_inset ERT
14857 status collapsed
14858
14859 \begin_layout Plain Layout
14860
14861
14862 \backslash
14863 cellcolor{magenta}
14864 \end_layout
14865
14866 \end_inset
14867
14868
14869 \color green
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 </lyxtabular>
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset ERT
14890 status collapsed
14891
14892 \begin_layout Plain Layout
14893
14894
14895 \backslash
14896 else
14897 \end_layout
14898
14899 \end_inset
14900
14901
14902 \begin_inset Note Note
14903 status open
14904
14905 \begin_layout Plain Layout
14906 以下は、LaTeXパッケージ
14907 \series bold
14908 colortbl
14909 \series default
14910 が導入されていないときに表示されます。
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \begin_layout Standard
14919 この節の内容を出力で表示させるには、
14920 \series bold
14921 colortbl
14922 \series default
14923 パッケージを導入する必要があります。
14924 \end_layout
14925
14926 \begin_layout Standard
14927 \begin_inset ERT
14928 status collapsed
14929
14930 \begin_layout Plain Layout
14931
14932
14933 \backslash
14934 fi
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Subsection
14943 色付き罫線
14944 \begin_inset Index idx
14945 status collapsed
14946
14947 \begin_layout Plain Layout
14948 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14949 \end_layout
14950
14951 \end_inset
14952
14953
14954 \begin_inset Index idx
14955 status collapsed
14956
14957 \begin_layout Plain Layout
14958 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \begin_layout Standard
14967
14968 \begin_inset CommandInset ref
14969 LatexCommand ref
14970 reference "sub:罫線幅"
14971
14972 \end_inset
14973
14974 節に述べられているように、表中の全罫線の線幅は、長さ
14975 \series bold
14976
14977 \backslash
14978 arrayrulewidth
14979 \series default
14980 を使って調節することができます。本節の表では、すべて1.5
14981 \begin_inset space \thinspace{}
14982 \end_inset
14983
14984 ptに設定されています。
14985 \begin_inset ERT
14986 status collapsed
14987
14988 \begin_layout Plain Layout
14989
14990
14991 \backslash
14992 setlength{
14993 \backslash
14994 arrayrulewidth}{1.5pt}
14995 \end_layout
14996
14997 \end_inset
14998
14999
15000 \end_layout
15001
15002 \begin_layout Standard
15003 たとえば縦罫線を緑に着色するには、第
15004 \begin_inset CommandInset ref
15005 LatexCommand ref
15006 reference "sub:自製書式"
15007
15008 \end_inset
15009
15010 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
15011 \end_layout
15012
15013 \begin_layout Standard
15014
15015 \series bold
15016
15017 \backslash
15018 newcolumntype{W}{!{
15019 \backslash
15020 color{green}
15021 \backslash
15022 vline}}
15023 \end_layout
15024
15025 \begin_layout Standard
15026
15027 \begin_inset CommandInset ref
15028 LatexCommand ref
15029 reference "tab:色付き縦罫線の表"
15030
15031 \end_inset
15032
15033 では、最右列にLaTeX変数
15034 \series bold
15035 WcW
15036 \series default
15037 、他の列にLaTeX変数
15038 \series bold
15039 Wc
15040 \series default
15041 が使用されています。
15042 \end_layout
15043
15044 \begin_layout Standard
15045 複数の色を用いたいときには、列書式をもっと定義してください。
15046 \end_layout
15047
15048 \begin_layout Standard
15049 \begin_inset Float table
15050 placement h
15051 wide false
15052 sideways false
15053 status open
15054
15055 \begin_layout Plain Layout
15056 \begin_inset Caption
15057
15058 \begin_layout Plain Layout
15059 \begin_inset CommandInset label
15060 LatexCommand label
15061 name "tab:色付き縦罫線の表"
15062
15063 \end_inset
15064
15065 色付き縦罫線の表
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \begin_layout Plain Layout
15074 \align center
15075 \begin_inset Tabular
15076 <lyxtabular version="3" rows="3" columns="3">
15077 <features tabularvalignment="middle">
15078 <column alignment="center" valignment="top" width="0" special="Wc">
15079 <column alignment="center" valignment="top" width="0" special="Wc">
15080 <column alignment="center" valignment="top" width="0" special="WcW">
15081 <row>
15082 <cell alignment="center" valignment="top" topline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 sd
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 <cell alignment="center" valignment="top" topline="true" usebox="none">
15092 \begin_inset Text
15093
15094 \begin_layout Plain Layout
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" topline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 </row>
15110 <row>
15111 <cell alignment="center" valignment="top" topline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 sd
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 sd
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 </lyxtabular>
15169
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \begin_layout Standard
15181 \begin_inset VSpace bigskip
15182 \end_inset
15183
15184
15185 \begin_inset CommandInset ref
15186 LatexCommand ref
15187 reference "tab:色付き横罫線の表"
15188
15189 \end_inset
15190
15191 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15192 \end_layout
15193
15194 \begin_layout Standard
15195
15196 \series bold
15197
15198 \backslash
15199 let
15200 \backslash
15201 myHlineC
15202 \backslash
15203 hline
15204 \begin_inset Newline newline
15205 \end_inset
15206
15207
15208 \backslash
15209 renewcommand{
15210 \backslash
15211 hline}
15212 \begin_inset Newline newline
15213 \end_inset
15214
15215
15216 \begin_inset Phantom HPhantom
15217 status open
15218
15219 \begin_layout Plain Layout
15220 \begin_inset space ~
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \end_inset
15227
15228 {
15229 \backslash
15230 arrayrulecolor{red}
15231 \backslash
15232 myHlineC
15233 \backslash
15234 arrayrulecolor{black}}
15235 \end_layout
15236
15237 \begin_layout Standard
15238 というコマンドを入力して下さい。
15239 \end_layout
15240
15241 \begin_layout Standard
15242 \begin_inset ERT
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246
15247
15248 \backslash
15249 let
15250 \backslash
15251 myHlineC
15252 \backslash
15253 hline
15254 \end_layout
15255
15256 \begin_layout Plain Layout
15257
15258
15259 \backslash
15260 renewcommand{
15261 \backslash
15262 hline}
15263 \end_layout
15264
15265 \begin_layout Plain Layout
15266
15267  {
15268 \backslash
15269 arrayrulecolor{red}
15270 \backslash
15271 myHlineC
15272 \backslash
15273 arrayrulecolor{black}}
15274 \end_layout
15275
15276 \end_inset
15277
15278
15279 \begin_inset Float table
15280 placement h
15281 wide false
15282 sideways false
15283 status open
15284
15285 \begin_layout Plain Layout
15286 \begin_inset Caption
15287
15288 \begin_layout Plain Layout
15289 \begin_inset CommandInset label
15290 LatexCommand label
15291 name "tab:色付き横罫線の表"
15292
15293 \end_inset
15294
15295 色付き横罫線の表
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Plain Layout
15304 \align center
15305 \begin_inset Tabular
15306 <lyxtabular version="3" rows="3" columns="3">
15307 <features tabularvalignment="middle">
15308 <column alignment="center" valignment="top" width="0">
15309 <column alignment="center" valignment="top" width="0">
15310 <column alignment="center" valignment="top" width="0">
15311 <row>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 sd
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 </row>
15340 <row>
15341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354 sd
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 </row>
15369 <row>
15370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392 sd
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 </row>
15398 </lyxtabular>
15399
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \begin_layout Standard
15411 既定値の黒罫線に戻るには、
15412 \end_layout
15413
15414 \begin_layout Standard
15415
15416 \series bold
15417
15418 \backslash
15419 renewcommand{
15420 \backslash
15421 hline}{
15422 \backslash
15423 myHlineC}
15424 \end_layout
15425
15426 \begin_layout Standard
15427 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15428 \begin_inset CommandInset ref
15429 LatexCommand ref
15430 reference "tab:色付き罫線の表"
15431
15432 \end_inset
15433
15434 は、縦横罫線を色付けした例です。
15435 \end_layout
15436
15437 \begin_layout Standard
15438 \begin_inset Float table
15439 placement h
15440 wide false
15441 sideways false
15442 status open
15443
15444 \begin_layout Plain Layout
15445 \begin_inset Caption
15446
15447 \begin_layout Plain Layout
15448 \begin_inset CommandInset label
15449 LatexCommand label
15450 name "tab:色付き罫線の表"
15451
15452 \end_inset
15453
15454 色付き罫線の表
15455 \end_layout
15456
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \begin_layout Plain Layout
15463 \align center
15464 \begin_inset Tabular
15465 <lyxtabular version="3" rows="3" columns="3">
15466 <features tabularvalignment="middle">
15467 <column alignment="center" valignment="top" width="0" special="Wc">
15468 <column alignment="center" valignment="top" width="0" special="Wc">
15469 <column alignment="center" valignment="top" width="0" special="WcW">
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 sd
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" topline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 <row>
15500 <cell alignment="center" valignment="top" topline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 sd
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row topspace="default">
15529 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 sd
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 </lyxtabular>
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \begin_layout Standard
15570 \begin_inset ERT
15571 status collapsed
15572
15573 \begin_layout Plain Layout
15574
15575
15576 \backslash
15577 renewcommand{
15578 \backslash
15579 hline}{
15580 \backslash
15581 myHlineC}
15582 \end_layout
15583
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Standard
15590 \begin_inset ERT
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594
15595
15596 \backslash
15597 setlength{
15598 \backslash
15599 arrayrulewidth}{0.4pt}
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Section
15608 表の調整
15609 \begin_inset Index idx
15610 status collapsed
15611
15612 \begin_layout Plain Layout
15613 ひょうのちょうせい@表の調整
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \begin_inset Index idx
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623 ひょう@表 ! ちょうせい@調整
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \end_layout
15630
15631 \begin_layout Subsection
15632 行の余白取り
15633 \begin_inset CommandInset label
15634 LatexCommand label
15635 name "sub:行の余白取り"
15636
15637 \end_inset
15638
15639
15640 \begin_inset Index idx
15641 status collapsed
15642
15643 \begin_layout Plain Layout
15644 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Standard
15653 表の設定ダイアログの
15654 \family sans
15655 罫線
15656 \family default
15657 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15658 \end_layout
15659
15660 \begin_layout Description
15661 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15662 \begin_inset Foot
15663 status collapsed
15664
15665 \begin_layout Plain Layout
15666 フォーマル形式の表は第
15667 \begin_inset CommandInset ref
15668 LatexCommand ref
15669 reference "sec:フォーマル形式の表"
15670
15671 \end_inset
15672
15673 節で説明されています。
15674 \end_layout
15675
15676 \end_inset
15677
15678 ならば、LyXは既定値として0.5
15679 \begin_inset space \thinspace{}
15680 \end_inset
15681
15682 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15683 \begin_inset VSpace medskip
15684 \end_inset
15685
15686
15687 \begin_inset Newline newline
15688 \end_inset
15689
15690
15691 \begin_inset space \hspace*{}
15692 \length 0pt
15693 \end_inset
15694
15695
15696 \begin_inset space \hfill{}
15697 \end_inset
15698
15699
15700 \begin_inset Tabular
15701 <lyxtabular version="3" rows="3" columns="1">
15702 <features tabularvalignment="middle">
15703 <column alignment="center" valignment="top" width="0">
15704 <row>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row topspace="3mm">
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 行上に3
15721 \begin_inset space \thinspace{}
15722 \end_inset
15723
15724 mmの余白
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 </row>
15730 <row>
15731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 </row>
15741 </lyxtabular>
15742
15743 \end_inset
15744
15745
15746 \begin_inset space \hfill{}
15747 \end_inset
15748
15749
15750 \begin_inset space \hspace*{}
15751 \length 0pt
15752 \end_inset
15753
15754
15755 \begin_inset VSpace medskip
15756 \end_inset
15757
15758
15759 \begin_inset Newline newline
15760 \end_inset
15761
15762 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15763 \end_layout
15764
15765 \begin_layout Description
15766 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15767 \begin_inset space \thinspace{}
15768 \end_inset
15769
15770 emの余白を挿入し、通常の表ならば既定値として2
15771 \begin_inset space \thinspace{}
15772 \end_inset
15773
15774 ptを挿入します。
15775 \end_layout
15776
15777 \begin_layout Description
15778 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15779 \begin_inset space \thinspace{}
15780 \end_inset
15781
15782 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15783 \begin_inset VSpace medskip
15784 \end_inset
15785
15786
15787 \begin_inset Newline newline
15788 \end_inset
15789
15790
15791 \begin_inset space \hspace*{}
15792 \length 0pt
15793 \end_inset
15794
15795
15796 \begin_inset space \hfill{}
15797 \end_inset
15798
15799
15800 \begin_inset Tabular
15801 <lyxtabular version="3" rows="3" columns="1">
15802 <features tabularvalignment="middle">
15803 <column alignment="center" valignment="top" width="0">
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 </row>
15815 <row interlinespace="3mm">
15816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Formula $\downarrow$
15821 \end_inset
15822
15823  行間に3
15824 \begin_inset space \thinspace{}
15825 \end_inset
15826
15827 mmの余白 
15828 \begin_inset Formula $\downarrow$
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 \begin_inset Formula $\uparrow$
15843 \end_inset
15844
15845  行間に3
15846 \begin_inset space \thinspace{}
15847 \end_inset
15848
15849 mmの余白 
15850 \begin_inset Formula $\uparrow$
15851 \end_inset
15852
15853
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 </row>
15859 </lyxtabular>
15860
15861 \end_inset
15862
15863
15864 \begin_inset space \hfill{}
15865 \end_inset
15866
15867
15868 \begin_inset space \hspace*{}
15869 \length 0pt
15870 \end_inset
15871
15872
15873 \begin_inset VSpace medskip
15874 \end_inset
15875
15876
15877 \begin_inset Newline newline
15878 \end_inset
15879
15880 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15881 \end_layout
15882
15883 \begin_layout Standard
15884 \begin_inset VSpace bigskip
15885 \end_inset
15886
15887 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15888 \end_layout
15889
15890 \begin_layout Standard
15891
15892 \series bold
15893
15894 \backslash
15895 @ifundefined{extrarowheight}
15896 \begin_inset Newline newline
15897 \end_inset
15898
15899
15900 \begin_inset Phantom HPhantom
15901 status open
15902
15903 \begin_layout Plain Layout
15904 \begin_inset space ~
15905 \end_inset
15906
15907
15908 \end_layout
15909
15910 \end_inset
15911
15912 {
15913 \backslash
15914 usepackage{array}}{}
15915 \begin_inset Newline newline
15916 \end_inset
15917
15918
15919 \backslash
15920 setlength{
15921 \backslash
15922 extrarowheight}{height}
15923 \end_layout
15924
15925 \begin_layout Standard
15926 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15927 \series bold
15928 array
15929 \series default
15930 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15931 \series bold
15932
15933 \backslash
15934 @ifundefined
15935 \series default
15936 が使用されています)。
15937 \end_layout
15938
15939 \begin_layout Standard
15940 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15941 \series bold
15942
15943 \backslash
15944 strut
15945 \series default
15946 コマンドを挿入することで補正することができます。表
15947 \begin_inset CommandInset ref
15948 LatexCommand ref
15949 reference "tab:垂直揃え"
15950
15951 \end_inset
15952
15953 は、この効果を示したものです。
15954 \end_layout
15955
15956 \begin_layout Standard
15957 \noindent
15958 \begin_inset Float table
15959 placement h
15960 wide false
15961 sideways false
15962 status open
15963
15964 \begin_layout Plain Layout
15965 \begin_inset Caption
15966
15967 \begin_layout Plain Layout
15968 \begin_inset CommandInset label
15969 LatexCommand label
15970 name "tab:垂直揃え"
15971
15972 \end_inset
15973
15974 大きなフォント寸法の文章の垂直揃え
15975 \end_layout
15976
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Plain Layout
15983 \begin_inset space \hfill{}
15984 \end_inset
15985
15986
15987 \begin_inset Float table
15988 wide false
15989 sideways false
15990 status open
15991
15992 \begin_layout Plain Layout
15993 \begin_inset Caption
15994
15995 \begin_layout Plain Layout
15996 通常の表
15997 \end_layout
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \begin_layout Plain Layout
16005 \noindent
16006 \align center
16007 \begin_inset Tabular
16008 <lyxtabular version="3" rows="6" columns="1">
16009 <features tabularvalignment="middle">
16010 <column alignment="left" valignment="top" width="0">
16011 <row>
16012 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 Normal, g
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 <row>
16023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \size large
16029 Large
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 <row>
16036 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \size larger
16042 Larger
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row>
16049 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \size largest
16055 Largest
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 <row>
16062 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \size huge
16068 Huge
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row>
16075 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079
16080 \size giant
16081 Huger
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 </lyxtabular>
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \begin_inset space \hfill{}
16098 \end_inset
16099
16100
16101 \begin_inset Float table
16102 wide false
16103 sideways false
16104 status open
16105
16106 \begin_layout Plain Layout
16107 \begin_inset Caption
16108
16109 \begin_layout Plain Layout
16110
16111 \series bold
16112
16113 \backslash
16114 strut
16115 \series default
16116 コマンドを使用した表
16117 \end_layout
16118
16119 \end_inset
16120
16121
16122 \end_layout
16123
16124 \begin_layout Plain Layout
16125 \noindent
16126 \align center
16127 \begin_inset Tabular
16128 <lyxtabular version="3" rows="6" columns="1">
16129 <features tabularvalignment="middle">
16130 <column alignment="left" valignment="top" width="0">
16131 <row>
16132 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 Normal, g
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row>
16143 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \size large
16149 \begin_inset ERT
16150 status collapsed
16151
16152 \begin_layout Plain Layout
16153
16154
16155 \backslash
16156 strut 
16157 \end_layout
16158
16159 \end_inset
16160
16161 Large
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 </row>
16167 <row>
16168 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172
16173 \size larger
16174 \begin_inset ERT
16175 status collapsed
16176
16177 \begin_layout Plain Layout
16178
16179
16180 \backslash
16181 strut 
16182 \end_layout
16183
16184 \end_inset
16185
16186 Larger
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \size largest
16199 \begin_inset ERT
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203
16204
16205 \backslash
16206 strut 
16207 \end_layout
16208
16209 \end_inset
16210
16211 Largest
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 </row>
16217 <row>
16218 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222
16223 \size huge
16224 \begin_inset ERT
16225 status collapsed
16226
16227 \begin_layout Plain Layout
16228
16229
16230 \backslash
16231 strut 
16232 \end_layout
16233
16234 \end_inset
16235
16236 Huge
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row>
16243 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \size giant
16249 \begin_inset ERT
16250 status collapsed
16251
16252 \begin_layout Plain Layout
16253
16254
16255 \backslash
16256 strut 
16257 \end_layout
16258
16259 \end_inset
16260
16261 Huger
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 </row>
16267 </lyxtabular>
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \end_inset
16275
16276
16277 \begin_inset space \hfill{}
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \begin_layout Subsection
16289 特殊なセル揃え
16290 \begin_inset CommandInset label
16291 LatexCommand label
16292 name "sub:特殊なセル揃え"
16293
16294 \end_inset
16295
16296
16297 \begin_inset Index idx
16298 status collapsed
16299
16300 \begin_layout Plain Layout
16301 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Standard
16310 ときには表
16311 \begin_inset CommandInset ref
16312 LatexCommand ref
16313 reference "tab:表セル"
16314
16315 \end_inset
16316
16317 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16318 \begin_inset Graphics
16319         filename ../../images/tabular-feature_align-decimal.png
16320         scale 85
16321         scaleBeforeRotation
16322
16323 \end_inset
16324
16325 を押すか、表設定中で揃えを
16326 \family sans
16327 小数点で
16328 \family default
16329 に設定します。
16330 \end_layout
16331
16332 \begin_layout Standard
16333 \begin_inset Float table
16334 placement h
16335 wide false
16336 sideways false
16337 status open
16338
16339 \begin_layout Plain Layout
16340 \begin_inset Caption
16341
16342 \begin_layout Plain Layout
16343 \begin_inset CommandInset label
16344 LatexCommand label
16345 name "tab:表セル"
16346
16347 \end_inset
16348
16349 一列が小数点で揃えられた表セル
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Plain Layout
16358 \align center
16359 \begin_inset Tabular
16360 <lyxtabular version="3" rows="4" columns="1">
16361 <features booktabs="true" tabularvalignment="middle">
16362 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16363 <row>
16364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 見出し
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 12.6
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 0.68
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row>
16397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 -123.0
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 </lyxtabular>
16408
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \begin_layout Standard
16420 \begin_inset Float table
16421 placement h
16422 wide false
16423 sideways false
16424 status open
16425
16426 \begin_layout Plain Layout
16427 \begin_inset Caption
16428
16429 \begin_layout Plain Layout
16430 \begin_inset CommandInset label
16431 LatexCommand label
16432 name "tab:演算子揃え表"
16433
16434 \end_inset
16435
16436 一列が演算子で揃えられた表セル
16437 \end_layout
16438
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \begin_layout Plain Layout
16445 \align center
16446 \begin_inset Tabular
16447 <lyxtabular version="3" rows="4" columns="2">
16448 <features booktabs="true" tabularvalignment="middle">
16449 <column alignment="right" valignment="top" width="0pt">
16450 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16451 <row>
16452 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 見出し
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 \begin_inset Formula $12\,+$
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 \begin_inset Formula $\,6$
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="center" valignment="top" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 \begin_inset Formula $0\,-$
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Formula $\,68$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 <row>
16524 <cell alignment="center" valignment="top" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Formula $-123\,/$
16529 \end_inset
16530
16531
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Formula $\,0$
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 </lyxtabular>
16550
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \begin_layout Standard
16562 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16563 \begin_inset CommandInset ref
16564 LatexCommand ref
16565 reference "tab:演算子揃え表"
16566
16567 \end_inset
16568
16569 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16570 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16571 ために、
16572 \end_layout
16573
16574 \begin_layout Standard
16575
16576 \series bold
16577 @{}l
16578 \end_layout
16579
16580 \begin_layout Standard
16581 というLaTeX引数を第2列に指定します。
16582 \end_layout
16583
16584 \begin_layout Standard
16585
16586 \begin_inset CommandInset ref
16587 LatexCommand ref
16588 reference "tab:表セル揃え"
16589
16590 \end_inset
16591
16592 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16593 \begin_inset CommandInset ref
16594 LatexCommand ref
16595 reference "tab:演算子揃え表"
16596
16597 \end_inset
16598
16599 の冒頭には、小空白が加えられています。
16600 \end_layout
16601
16602 \begin_layout Standard
16603 \begin_inset Float table
16604 wide false
16605 sideways false
16606 status open
16607
16608 \begin_layout Plain Layout
16609 \begin_inset Caption
16610
16611 \begin_layout Plain Layout
16612 \begin_inset CommandInset label
16613 LatexCommand label
16614 name "tab:表セル揃え"
16615
16616 \end_inset
16617
16618 表セルの揃えの例
16619 \end_layout
16620
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \begin_layout Plain Layout
16627 \align center
16628 \begin_inset Tabular
16629 <lyxtabular version="3" rows="4" columns="6">
16630 <features tabularvalignment="middle">
16631 <column alignment="right" valignment="top" width="0">
16632 <column alignment="left" valignment="top" width="0" special="@{}l">
16633 <column alignment="right" valignment="top" width="0">
16634 <column alignment="left" valignment="top" width="0" special="@{}l">
16635 <column alignment="right" valignment="top" width="0">
16636 <column alignment="left" valignment="top" width="0" special="@{}l">
16637 <row>
16638 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 単位
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 冪数
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 関係子
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 <row>
16694 <cell alignment="center" valignment="top" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 12×
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 24本の瓶
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $10\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^{\mbox{-}17}$
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 $\Gamma(t)\propto$
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 $\:\Upsilon(t)$
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 1024×
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 768ピクセル
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 \begin_inset Formula $5.78\cdot$
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Formula $10^{7}$
16797 \end_inset
16798
16799
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 \begin_inset Formula $A\ne$
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $\: B_{\mathrm{red}}$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 32×
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 6
16844 \begin_inset space \thinspace{}
16845 \end_inset
16846
16847 cm
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 -
16857 \begin_inset Formula $33.5\cdot$
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $10^{4}$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $\sin(\alpha)\ge$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\:\sin(\beta)$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 </lyxtabular>
16903
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \begin_layout Subsection
16915 自製のセル書式および列書式
16916 \begin_inset CommandInset label
16917 LatexCommand label
16918 name "sub:自製書式"
16919
16920 \end_inset
16921
16922
16923 \begin_inset Index idx
16924 status collapsed
16925
16926 \begin_layout Plain Layout
16927 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16928 \end_layout
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \begin_layout Standard
16936 連結列セルを含む表がいくつもある場合には、第
16937 \begin_inset CommandInset ref
16938 LatexCommand ref
16939 reference "sub:連結列の計算"
16940
16941 \end_inset
16942
16943 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16944 べての表で使うことができます。書式は、以下のように定義します。
16945 \end_layout
16946
16947 \begin_layout Standard
16948
16949 \series bold
16950
16951 \backslash
16952 newcolumntype{書式名}[引数の数]{コマンド}
16953 \end_layout
16954
16955 \begin_layout Standard
16956 書式名は、一文字だけでも構いません。
16957 \emph on
16958 b
16959 \emph default
16960
16961 \emph on
16962 c
16963 \emph default
16964
16965 \emph on
16966 l
16967 \emph default
16968
16969 \emph on
16970 m
16971 \emph default
16972
16973 \emph on
16974 p
16975 \emph default
16976
16977 \emph on
16978 r
16979 \emph default
16980 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16981 \end_layout
16982
16983 \begin_layout Standard
16984 \begin_inset VSpace medskip
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \begin_layout Standard
16991 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16992 \end_layout
16993
16994 \begin_layout Standard
16995
16996 \series bold
16997
16998 \backslash
16999 newcolumntype{M}[1]{>{
17000 \backslash
17001 centering
17002 \backslash
17003 hspace{0pt}}m{#1}}
17004 \end_layout
17005
17006 \begin_layout Standard
17007 ここで
17008 \series bold
17009
17010 \backslash
17011 hspace{0pt}
17012 \series default
17013 は、第
17014 \begin_inset CommandInset ref
17015 LatexCommand ref
17016 reference "sub:複数行"
17017
17018 \end_inset
17019
17020 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
17021 \end_layout
17022
17023 \begin_layout Standard
17024
17025 \series bold
17026 M{width}
17027 \end_layout
17028
17029 \begin_layout Standard
17030 と入力するだけですみます。
17031 \end_layout
17032
17033 \begin_layout Standard
17034 \begin_inset VSpace bigskip
17035 \end_inset
17036
17037
17038 \end_layout
17039
17040 \begin_layout Standard
17041 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
17042 \end_layout
17043
17044 \begin_layout Standard
17045
17046 \series bold
17047
17048 \backslash
17049 newcolumntype{S}[2]{>{
17050 \backslash
17051 centering
17052 \backslash
17053 hspace{0pt}}
17054 \begin_inset Newline newline
17055 \end_inset
17056
17057
17058 \begin_inset Phantom HPhantom
17059 status open
17060
17061 \begin_layout Plain Layout
17062
17063 \series bold
17064
17065 \backslash
17066 newcolumntype
17067 \end_layout
17068
17069 \end_inset
17070
17071 m{(#1+(2
17072 \backslash
17073 tabcolsep+
17074 \backslash
17075 arrayrulewidth)*(1-#2))/#2}}
17076 \end_layout
17077
17078 \begin_layout Standard
17079 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
17080 \begin_inset CommandInset ref
17081 LatexCommand eqref
17082 reference "eq:Wgn"
17083
17084 \end_inset
17085
17086 式を使用しています。
17087 \end_layout
17088
17089 \begin_layout Standard
17090 こうしておけば、当該セルのLaTeX引数に
17091 \end_layout
17092
17093 \begin_layout Standard
17094
17095 \series bold
17096 S{連結列セルの幅}{連結列セルがまたがる列の数}
17097 \end_layout
17098
17099 \begin_layout Standard
17100 と入力するだけですみます。
17101 \end_layout
17102
17103 \begin_layout Standard
17104 \begin_inset VSpace bigskip
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \begin_layout Standard
17111 色付き列については、以下のように定義するとよいでしょう。
17112 \end_layout
17113
17114 \begin_layout Standard
17115
17116 \series bold
17117
17118 \backslash
17119 newcolumntype{K}[1]{>{
17120 \backslash
17121 columncolor{#1}
17122 \backslash
17123 hspace{0pt}}c}
17124 \end_layout
17125
17126 \begin_layout Standard
17127 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
17128 \end_layout
17129
17130 \begin_layout Standard
17131
17132 \series bold
17133 K{色名}
17134 \end_layout
17135
17136 \begin_layout Standard
17137 と入力します。
17138 \end_layout
17139
17140 \begin_layout Standard
17141 \begin_inset VSpace bigskip
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \begin_layout Standard
17148
17149 \begin_inset CommandInset ref
17150 LatexCommand ref
17151 reference "tab:ユーザー定義の表書式"
17152
17153 \end_inset
17154
17155 を生成するには、第1列と連結列にLaTeX引数として
17156 \end_layout
17157
17158 \begin_layout Standard
17159
17160 \series bold
17161 M{2.5cm}
17162 \end_layout
17163
17164 \begin_layout Standard
17165 を指定し、最終列に
17166 \end_layout
17167
17168 \begin_layout Standard
17169
17170 \series bold
17171 K{red}
17172 \end_layout
17173
17174 \begin_layout Standard
17175 そして第2列の各セルに
17176 \end_layout
17177
17178 \begin_layout Standard
17179
17180 \series bold
17181 S{2.5cm}{2}
17182 \end_layout
17183
17184 \begin_layout Standard
17185 と指定します。
17186 \end_layout
17187
17188 \begin_layout Standard
17189 \begin_inset Float table
17190 placement h
17191 wide false
17192 sideways false
17193 status open
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Caption
17197
17198 \begin_layout Plain Layout
17199 \begin_inset CommandInset label
17200 LatexCommand label
17201 name "tab:ユーザー定義の表書式"
17202
17203 \end_inset
17204
17205 ユーザー定義の表書式を使用した表
17206 \end_layout
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \begin_layout Plain Layout
17214 \align center
17215 \begin_inset Tabular
17216 <lyxtabular version="3" rows="3" columns="4">
17217 <features tabularvalignment="middle">
17218 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17219 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17220 <column alignment="center" valignment="middle" width="0">
17221 <column alignment="center" valignment="middle" width="0" special="K{red}">
17222 <row>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 とても長い表セル中の単語
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 複数行の連結列
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 c
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 </row>
17260 <row>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 d
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 e
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 f
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 g
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row>
17299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 h
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 i
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 j
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 k
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 </lyxtabular>
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \begin_layout Subsection
17349 罫線幅
17350 \begin_inset CommandInset label
17351 LatexCommand label
17352 name "sub:罫線幅"
17353
17354 \end_inset
17355
17356
17357 \begin_inset Index idx
17358 status collapsed
17359
17360 \begin_layout Plain Layout
17361 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17362 \end_layout
17363
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \begin_layout Standard
17370 表中のすべての罫線の罫線幅を調整するには、長さ
17371 \series bold
17372
17373 \backslash
17374 arrayrulewidth
17375 \series default
17376 を使用します。たとえば、表
17377 \begin_inset CommandInset ref
17378 LatexCommand ref
17379 reference "tab:Table-with-1.5"
17380
17381 \end_inset
17382
17383 のように罫線幅を1.5
17384 \begin_inset space \thinspace{}
17385 \end_inset
17386
17387 ptにするには、表や表フロートの前にTeXコードで
17388 \end_layout
17389
17390 \begin_layout Standard
17391
17392 \series bold
17393
17394 \backslash
17395 setlength{
17396 \backslash
17397 arrayrulewidth}{1.5pt}
17398 \end_layout
17399
17400 \begin_layout Standard
17401 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17402 \series bold
17403
17404 \backslash
17405 arrayrulewidth
17406 \series default
17407 を0.4
17408 \begin_inset space \thinspace{}
17409 \end_inset
17410
17411 ptに設定してください。
17412 \end_layout
17413
17414 \begin_layout Standard
17415 \begin_inset ERT
17416 status collapsed
17417
17418 \begin_layout Plain Layout
17419
17420
17421 \backslash
17422 setlength{
17423 \backslash
17424 arrayrulewidth}{1.5pt}
17425 \end_layout
17426
17427 \end_inset
17428
17429
17430 \begin_inset Float table
17431 wide false
17432 sideways false
17433 status open
17434
17435 \begin_layout Plain Layout
17436 \begin_inset Caption
17437
17438 \begin_layout Plain Layout
17439 \begin_inset CommandInset label
17440 LatexCommand label
17441 name "tab:Table-with-1.5"
17442
17443 \end_inset
17444
17445 1.5
17446 \begin_inset space \thinspace{}
17447 \end_inset
17448
17449 pt幅罫線の表
17450 \end_layout
17451
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \begin_layout Plain Layout
17458 \align center
17459 \begin_inset Tabular
17460 <lyxtabular version="3" rows="3" columns="3">
17461 <features tabularvalignment="middle">
17462 <column alignment="center" valignment="top" width="0">
17463 <column alignment="center" valignment="top" width="0">
17464 <column alignment="center" valignment="top" width="0">
17465 <row>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 sd
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 </row>
17494 <row>
17495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 sd
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 </row>
17523 <row>
17524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 sd
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 </lyxtabular>
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560
17561
17562 \begin_inset ERT
17563 status collapsed
17564
17565 \begin_layout Plain Layout
17566
17567
17568 \backslash
17569 setlength{
17570 \backslash
17571 arrayrulewidth}{0.4pt}
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Standard
17580 \begin_inset VSpace bigskip
17581 \end_inset
17582
17583
17584 \begin_inset CommandInset ref
17585 LatexCommand ref
17586 reference "tab:1.5pt幅横罫"
17587
17588 \end_inset
17589
17590 のように横罫だけを1.5
17591 \begin_inset space \thinspace{}
17592 \end_inset
17593
17594 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17595 \end_layout
17596
17597 \begin_layout Standard
17598
17599 \series bold
17600
17601 \backslash
17602 let
17603 \backslash
17604 myHline
17605 \backslash
17606 hline
17607 \begin_inset Newline newline
17608 \end_inset
17609
17610
17611 \backslash
17612 renewcommand{
17613 \backslash
17614 hline}
17615 \begin_inset Newline newline
17616 \end_inset
17617
17618  {
17619 \backslash
17620 noalign{
17621 \backslash
17622 global
17623 \backslash
17624 arrayrulewidth 1.5pt}
17625 \begin_inset Newline newline
17626 \end_inset
17627
17628  
17629 \backslash
17630 myHline
17631 \backslash
17632 noalign{
17633 \backslash
17634 global
17635 \backslash
17636 arrayrulewidth 0.4pt}}
17637 \end_layout
17638
17639 \begin_layout Standard
17640 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17641 \end_layout
17642
17643 \begin_layout Standard
17644
17645 \series bold
17646
17647 \backslash
17648 renewcommand{
17649 \backslash
17650 hline}{
17651 \backslash
17652 myHline}
17653 \end_layout
17654
17655 \begin_layout Standard
17656 \begin_inset ERT
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660
17661
17662 \backslash
17663 let
17664 \backslash
17665 myHline
17666 \backslash
17667 hline
17668 \end_layout
17669
17670 \begin_layout Plain Layout
17671
17672
17673 \backslash
17674 renewcommand{
17675 \backslash
17676 hline}
17677 \end_layout
17678
17679 \begin_layout Plain Layout
17680
17681  {
17682 \backslash
17683 noalign{
17684 \backslash
17685 global
17686 \backslash
17687 arrayrulewidth 1.5pt}
17688 \end_layout
17689
17690 \begin_layout Plain Layout
17691
17692   
17693 \backslash
17694 myHline
17695 \backslash
17696 noalign{
17697 \backslash
17698 global
17699 \backslash
17700 arrayrulewidth 0.4pt}}
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \begin_inset Float table
17707 wide false
17708 sideways false
17709 status open
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Caption
17713
17714 \begin_layout Plain Layout
17715 \begin_inset CommandInset label
17716 LatexCommand label
17717 name "tab:1.5pt幅横罫"
17718
17719 \end_inset
17720
17721 1.5
17722 \begin_inset space \thinspace{}
17723 \end_inset
17724
17725 pt幅横罫の表
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Plain Layout
17734 \align center
17735 \begin_inset Tabular
17736 <lyxtabular version="3" rows="3" columns="3">
17737 <features tabularvalignment="middle">
17738 <column alignment="center" valignment="top" width="0">
17739 <column alignment="center" valignment="top" width="0">
17740 <column alignment="center" valignment="top" width="0">
17741 <row>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 sd
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 <row>
17771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 sd
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 sd
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 </row>
17828 </lyxtabular>
17829
17830 \end_inset
17831
17832
17833 \end_layout
17834
17835 \end_inset
17836
17837
17838 \begin_inset ERT
17839 status collapsed
17840
17841 \begin_layout Plain Layout
17842
17843
17844 \backslash
17845 renewcommand{
17846 \backslash
17847 hline}{
17848 \backslash
17849 myHline}
17850 \end_layout
17851
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \begin_layout Standard
17858 \begin_inset VSpace bigskip
17859 \end_inset
17860
17861 縦罫だけを1.5
17862 \begin_inset space \thinspace{}
17863 \end_inset
17864
17865 pt幅にするには、第
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "sub:自製書式"
17869
17870 \end_inset
17871
17872 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878
17879 \backslash
17880 newcolumntype{V}{!{
17881 \backslash
17882 vrule width 1.5pt}}
17883 \end_layout
17884
17885 \begin_layout Standard
17886
17887 \begin_inset CommandInset ref
17888 LatexCommand ref
17889 reference "tab:1.5pt幅縦罫"
17890
17891 \end_inset
17892
17893 を作るには、最右列にLaTeX引数
17894 \end_layout
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899 VcV
17900 \end_layout
17901
17902 \begin_layout Standard
17903 を指定し、他の列には
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909 Vc
17910 \end_layout
17911
17912 \begin_layout Standard
17913 を指定します。
17914 \end_layout
17915
17916 \begin_layout Standard
17917 \begin_inset Float table
17918 wide false
17919 sideways false
17920 status open
17921
17922 \begin_layout Plain Layout
17923 \begin_inset Caption
17924
17925 \begin_layout Plain Layout
17926 \begin_inset CommandInset label
17927 LatexCommand label
17928 name "tab:1.5pt幅縦罫"
17929
17930 \end_inset
17931
17932 1.5
17933 \begin_inset space \thinspace{}
17934 \end_inset
17935
17936 pt幅縦罫の表
17937 \end_layout
17938
17939 \end_inset
17940
17941
17942 \end_layout
17943
17944 \begin_layout Plain Layout
17945 \align center
17946 \begin_inset Tabular
17947 <lyxtabular version="3" rows="3" columns="3">
17948 <features tabularvalignment="middle">
17949 <column alignment="center" valignment="top" width="0" special="Vc">
17950 <column alignment="center" valignment="top" width="0" special="Vc">
17951 <column alignment="center" valignment="top" width="0" special="VcV">
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 sd
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" topline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 <cell alignment="center" valignment="top" topline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975
17976 \end_layout
17977
17978 \end_inset
17979 </cell>
17980 </row>
17981 <row>
17982 <cell alignment="center" valignment="top" topline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" topline="true" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995 sd
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 <cell alignment="center" valignment="top" topline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 </row>
18010 <row>
18011 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 sd
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 </row>
18039 </lyxtabular>
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \begin_layout Subsection
18052 点罫
18053 \begin_inset Index idx
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057 ひょうのちょうせい@表の調整 ! てんけい@点罫
18058 \end_layout
18059
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \begin_layout Standard
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 ifarydshln
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \begin_inset Note Note
18080 status collapsed
18081
18082 \begin_layout Plain Layout
18083 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Standard
18092 \begin_inset Float table
18093 placement H
18094 wide false
18095 sideways false
18096 status open
18097
18098 \begin_layout Plain Layout
18099 \begin_inset Caption
18100
18101 \begin_layout Plain Layout
18102 \begin_inset CommandInset label
18103 LatexCommand label
18104 name "tab:点罫表"
18105
18106 \end_inset
18107
18108 点罫を使用した表
18109 \end_layout
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Plain Layout
18117 \align center
18118 \begin_inset Tabular
18119 <lyxtabular version="3" rows="5" columns="5">
18120 <features tabularvalignment="middle">
18121 <column alignment="center" valignment="top" width="0">
18122 <column alignment="center" valignment="top" width="0">
18123 <column alignment="center" valignment="top" width="0" special=":c">
18124 <column alignment="center" valignment="top" width="0">
18125 <column alignment="center" valignment="top" width="0">
18126 <row>
18127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 </row>
18173 <row>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" topline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 </row>
18220 <row>
18221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 \begin_inset ERT
18226 status collapsed
18227
18228 \begin_layout Plain Layout
18229
18230
18231 \backslash
18232 hdashline 
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 <row>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 \begin_inset ERT
18285 status collapsed
18286
18287 \begin_layout Plain Layout
18288
18289
18290 \backslash
18291 cdashline{4-5}
18292 \end_layout
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 </row>
18385 </lyxtabular>
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18399 \end_layout
18400
18401 \begin_layout Standard
18402
18403 \series bold
18404
18405 \backslash
18406 usepackage{arydshln}
18407 \end_layout
18408
18409 \begin_layout Standard
18410 というコマンドを書き、LaTeXパッケージの
18411 \series bold
18412 arydshln
18413 \series default
18414
18415 \begin_inset Index idx
18416 status collapsed
18417
18418 \begin_layout Plain Layout
18419 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18420 \end_layout
18421
18422 \end_inset
18423
18424 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18425 \end_layout
18426
18427 \begin_layout Standard
18428 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18429 \end_layout
18430
18431 \begin_layout Standard
18432
18433 \series bold
18434
18435 \backslash
18436 hdashline
18437 \end_layout
18438
18439 \begin_layout Standard
18440 というコマンドを加えてください。
18441 \end_layout
18442
18443 \begin_layout Standard
18444 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18445 \end_layout
18446
18447 \begin_layout Standard
18448
18449 \series bold
18450
18451 \backslash
18452 cdashline{列番号
18453 \series default
18454 }
18455 \end_layout
18456
18457 \begin_layout Standard
18458 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18459 \end_layout
18460
18461 \begin_layout Standard
18462
18463 \series bold
18464
18465 \backslash
18466 cdashline{2-4}
18467 \end_layout
18468
18469 \begin_layout Standard
18470 なるコマンドを置いてください。
18471 \end_layout
18472
18473 \begin_layout Standard
18474 \begin_inset VSpace bigskip
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481
18482 \begin_inset CommandInset ref
18483 LatexCommand ref
18484 reference "tab:点罫表"
18485
18486 \end_inset
18487
18488 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18489 \series bold
18490
18491 \backslash
18492 hdashlineが挿れられており、第3行の最初のセルには、
18493 \series default
18494 TeXコードのコマンド
18495 \begin_inset Newline newline
18496 \end_inset
18497
18498  
18499 \series bold
18500
18501 \backslash
18502 cdashline{4-5}が挿れられています。
18503 \end_layout
18504
18505 \begin_layout Standard
18506 \begin_inset Note Greyedout
18507 status open
18508
18509 \begin_layout Plain Layout
18510
18511 \series bold
18512 【註】
18513 \series default
18514 ここで用いられているLaTeXパッケージ
18515 \series bold
18516 arydshln
18517 \series default
18518 は、第
18519 \begin_inset CommandInset ref
18520 LatexCommand ref
18521 reference "sec:色付きの表"
18522
18523 \end_inset
18524
18525 節の色付き表で用いられているLaTeXパッケージ
18526 \series bold
18527 colortbl
18528 \series default
18529
18530 \begin_inset Index idx
18531 status collapsed
18532
18533 \begin_layout Plain Layout
18534 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18535 \end_layout
18536
18537 \end_inset
18538
18539 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Standard
18548 \begin_inset ERT
18549 status collapsed
18550
18551 \begin_layout Plain Layout
18552
18553
18554 \backslash
18555 else
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \begin_inset Note Note
18562 status open
18563
18564 \begin_layout Plain Layout
18565 以下は、LaTeXパッケージ
18566 \series bold
18567 arydshln
18568 \series default
18569 が導入済みでないときに表示されます。
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Standard
18578 本節の内容を出力に表示するためには、
18579 \series bold
18580 arydshln
18581 \series default
18582 パッケージを導入しなくてはなりません。
18583 \end_layout
18584
18585 \begin_layout Standard
18586 \begin_inset ERT
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590
18591
18592 \backslash
18593 fi
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \begin_layout Chapter
18602 フロート
18603 \begin_inset CommandInset label
18604 LatexCommand label
18605 name "chap:フロート"
18606
18607 \end_inset
18608
18609
18610 \begin_inset Index idx
18611 status collapsed
18612
18613 \begin_layout Plain Layout
18614 ふろーと@フロート
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Section
18623 はじめに
18624 \begin_inset CommandInset label
18625 LatexCommand label
18626 name "sec:フロートはじめに"
18627
18628 \end_inset
18629
18630
18631 \begin_inset Index idx
18632 status collapsed
18633
18634 \begin_layout Plain Layout
18635 ふろーと@フロート ! はじめに
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Standard
18644 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18645 ート)ことができます。
18646 \family sans
18647 脚注
18648 \family default
18649
18650 \family sans
18651 傍注
18652 \family default
18653 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18654 \end_layout
18655
18656 \begin_layout Standard
18657 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18658 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18659 ートには連番が割り当てられます。参照については、第
18660 \begin_inset CommandInset ref
18661 LatexCommand ref
18662 reference "sec:フロートの参照"
18663
18664 \end_inset
18665
18666 節で述べられています。
18667 \end_layout
18668
18669 \begin_layout Standard
18670 フロートを挿入するには、
18671 \family sans
18672 挿入\SpecialChar \menuseparator
18673 フロート
18674 \family default
18675 メニューを使えば、ラベルのついたボックスすなわち
18676 \family sans
18677 キャプション
18678 \family default
18679 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18680 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18681 \begin_inset CommandInset ref
18682 LatexCommand ref
18683 reference "sec:キャプションの配置"
18684
18685 \end_inset
18686
18687 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18688 ます。畳んだフロートボックスは、
18689 \begin_inset Graphics
18690         filename clipart/floatQt4.png
18691         scale 70
18692         scaleBeforeRotation
18693
18694 \end_inset
18695
18696 のように、灰色ボタンに赤字ラベルで表示されます。
18697 \end_layout
18698
18699 \begin_layout Standard
18700 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18701 \end_layout
18702
18703 \begin_layout Standard
18704 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18705 \end_layout
18706
18707 \begin_layout Section
18708 フロート型
18709 \end_layout
18710
18711 \begin_layout Standard
18712 LyXには、第
18713 \begin_inset CommandInset ref
18714 LatexCommand ref
18715 reference "sec:図フロート"
18716
18717 \end_inset
18718
18719 節および第
18720 \begin_inset CommandInset ref
18721 LatexCommand ref
18722 reference "sec:表フロート"
18723
18724 \end_inset
18725
18726 節で各々説明されている図フロートと表フロート以外に、
18727 \family sans
18728 アルゴリズム型
18729 \series bold
18730
18731 \series default
18732 折返し型
18733 \family default
18734 のフロート型があります。 
18735 \lang english
18736 The latter are explained in sec.
18737 \lang japanese
18738
18739 \begin_inset space \thinspace{}
18740 \end_inset
18741
18742
18743 \begin_inset CommandInset ref
18744 LatexCommand ref
18745 reference "sec:折返しフロート"
18746
18747 \end_inset
18748
18749 .
18750 \end_layout
18751
18752 \begin_layout Subsection
18753 アルゴリズムフロート
18754 \begin_inset Index idx
18755 status collapsed
18756
18757 \begin_layout Plain Layout
18758 ふろーと@フロート ! あるごりずむ@アルゴリズム
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset Float algorithm
18768 placement h
18769 wide false
18770 sideways false
18771 status open
18772
18773 \begin_layout Plain Layout
18774 \begin_inset Caption
18775
18776 \begin_layout Plain Layout
18777 \begin_inset CommandInset label
18778 LatexCommand label
18779 name "alg:アルゴリズムフロートの例"
18780
18781 \end_inset
18782
18783 アルゴリズムフロートの例
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \begin_layout LyX-Code
18792 for I in 1..N loop
18793 \begin_inset Newline newline
18794 \end_inset
18795
18796  Sum:= Sum + A(I); /*comment*/
18797 \begin_inset Newline newline
18798 \end_inset
18799
18800 end loop
18801 \begin_inset VSpace -4mm
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \end_inset
18808
18809
18810 \end_layout
18811
18812 \begin_layout Standard
18813 このフロート型は、
18814 \family sans
18815 挿入
18816 \shape up
18817 \SpecialChar \menuseparator
18818 フロート\SpecialChar \menuseparator
18819 アルゴリズム
18820 \family default
18821 \shape default
18822 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18823 \begin_inset CommandInset ref
18824 LatexCommand ref
18825 reference "cha:プログラムコードリスト"
18826
18827 \end_inset
18828
18829 章で説明されているプログラムコードリストの代わりとみなすことができます。
18830 \emph on
18831 LyXユーザーの手引き
18832 \emph default
18833 に述べられているように、アルゴリズム向けの環境としては、
18834 \family sans
18835 LyXコード
18836 \family default
18837 があります。 アルゴリズム
18838 \begin_inset CommandInset ref
18839 LatexCommand ref
18840 reference "alg:アルゴリズムフロートの例"
18841
18842 \end_inset
18843
18844 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18845 \begin_inset space \thinspace{}
18846 \end_inset
18847
18848 mmの垂直空白が入れてあります。
18849 \end_layout
18850
18851 \begin_layout Standard
18852 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18853 \end_layout
18854
18855 \begin_layout Standard
18856
18857 \series bold
18858
18859 \backslash
18860 floatname{algorithm}{付けたい名称}
18861 \end_layout
18862
18863 \begin_layout Standard
18864 という行を手動で加える必要があります。ここで
18865 \family sans
18866 \series bold
18867 付けたい名称
18868 \family default
18869 \series default
18870 には、お使いの言語で「
18871 \emph on
18872 algorithm
18873 \emph default
18874 」に対応する単語を指定します。
18875 \end_layout
18876
18877 \begin_layout Standard
18878 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18879 \family sans
18880 挿入\SpecialChar \menuseparator
18881 一覧/目次\SpecialChar \menuseparator
18882 アルゴリズム一覧
18883 \family default
18884 メニューを使用します。それ以外の場合には、代わりに
18885 \end_layout
18886
18887 \begin_layout Standard
18888
18889 \series bold
18890
18891 \backslash
18892 listof{algorithm}{付けたい名称}
18893 \end_layout
18894
18895 \begin_layout Standard
18896 というコマンドをTeXコードとして用います。ここで
18897 \family sans
18898 付けたい名称
18899 \family default
18900 とは、「
18901 \emph on
18902 List of Algorithm
18903 \emph default
18904 s」という単語に相当する、ご使用になりたい言語での単語です。
18905 \end_layout
18906
18907 \begin_layout Standard
18908 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18909 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18910 \end_layout
18911
18912 \begin_layout Standard
18913
18914 \series bold
18915
18916 \backslash
18917 numberwithin{algorithm}{chapter}
18918 \end_layout
18919
18920 \begin_layout Standard
18921 というコマンドを追加してください。
18922 \series bold
18923
18924 \backslash
18925 numberwithin
18926 \series default
18927 というコマンドを使用するには、文書設定の
18928 \family sans
18929 数式オプション
18930 \family default
18931 タブで
18932 \family sans
18933 AMS mathパッケージを使用する
18934 \family default
18935 オプションを有効にしてください。
18936 \end_layout
18937
18938 \begin_layout Section
18939 フロートの連番
18940 \begin_inset Index idx
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944 ふろーと@フロート ! れんばん@連番
18945 \end_layout
18946
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \begin_layout Standard
18953 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18954 て変わります。
18955 \end_layout
18956
18957 \begin_layout Standard
18958 節から独立して付けられている連番を変更するには、文書プリアンブルで
18959 \end_layout
18960
18961 \begin_layout Standard
18962
18963 \series bold
18964
18965 \backslash
18966 renewcommand{
18967 \backslash
18968 thetable}{
18969 \backslash
18970 roman{table}}
18971 \end_layout
18972
18973 \begin_layout Standard
18974
18975 \series bold
18976 というコマンドを使うと良いでしょう。
18977 \backslash
18978 thetable
18979 \series default
18980 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18981 \series bold
18982
18983 \backslash
18984 thefigure
18985 \series default
18986 コマンドを使用します。上のコマンドで使用されている
18987 \series bold
18988
18989 \backslash
18990 roman
18991 \series default
18992 は、表番号を小文字のローマ数字で印字するコマンドです。
18993 \end_layout
18994
18995 \begin_layout Standard
18996 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18997 \end_layout
18998
18999 \begin_layout Standard
19000
19001 \series bold
19002
19003 \backslash
19004 numberwithin{table}{subsection}
19005 \end_layout
19006
19007 \begin_layout Standard
19008 というコマンドを使用してください。
19009 \series bold
19010
19011 \backslash
19012 numberwithin
19013 \series default
19014 コマンドを使用可能にするためには、文書設定の
19015 \family sans
19016 数式オプション
19017 \family default
19018 タブで、
19019 \family sans
19020 AMS
19021 \begin_inset space ~
19022 \end_inset
19023
19024 math数式パッケージを使用する
19025 \family default
19026 を使用します。
19027 \end_layout
19028
19029 \begin_layout Standard
19030 連番コマンドについての詳細と大切な注意点については、第
19031 \begin_inset CommandInset ref
19032 LatexCommand ref
19033 reference "sub:脚注の付番"
19034
19035 \end_inset
19036
19037 節もご覧ください。
19038 \end_layout
19039
19040 \begin_layout Section
19041 フロートの参照
19042 \begin_inset CommandInset label
19043 LatexCommand label
19044 name "sec:フロートの参照"
19045
19046 \end_inset
19047
19048
19049 \begin_inset Index idx
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053 ふろーと@フロート ! さんしょう@参照
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \begin_inset Index idx
19060 status collapsed
19061
19062 \begin_layout Plain Layout
19063 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19064 \end_layout
19065
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \begin_layout Standard
19072 フロートを参照するには、
19073 \family sans
19074 挿入\SpecialChar \menuseparator
19075 ラベル
19076 \family default
19077 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19078 \begin_inset Graphics
19079         filename ../clipart/labelQt4.png
19080         scale 85
19081         scaleBeforeRotation
19082
19083 \end_inset
19084
19085 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19086 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19087 \family sans
19088 fig:
19089 \family default
19090 」という前置句がつけられます。
19091 \end_layout
19092
19093 \begin_layout Standard
19094 ラベルは、参照のための名称兼位置標として用いられます。
19095 \family sans
19096 挿入\SpecialChar \menuseparator
19097 相互参照
19098 \family default
19099 メニューかツールバーボタン
19100 \begin_inset Graphics
19101         filename ../../images/dialog-show-new-inset_ref.png
19102         scale 85
19103         scaleBeforeRotation
19104
19105 \end_inset
19106
19107 を使えば、ラベルを参照することができます。
19108 \begin_inset Graphics
19109         filename clipart/referenceQt4.png
19110         scale 85
19111         scaleBeforeRotation
19112
19113 \end_inset
19114
19115 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19116 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19117 れます。
19118 \end_layout
19119
19120 \begin_layout Standard
19121 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19122 出力では、参照の代わりに二つの疑問符が表示されることになります。
19123 \end_layout
19124
19125 \begin_layout Standard
19126 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19127 で、リンクの更新に手間を割く必要はありません。
19128 \end_layout
19129
19130 \begin_layout Standard
19131 相互参照ウィンドウの
19132 \family sans
19133 ラベルへ移動
19134 \family default
19135 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19136 \family sans
19137 戻る
19138 \family default
19139 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19140 この場合には元に戻ることができません。
19141 \end_layout
19142
19143 \begin_layout Subsection
19144 相互参照の書式
19145 \begin_inset CommandInset label
19146 LatexCommand label
19147 name "sub:相互参照の書式"
19148
19149 \end_inset
19150
19151
19152 \begin_inset Index idx
19153 status collapsed
19154
19155 \begin_layout Plain Layout
19156 さんしょう@参照 ! しょしき@書式
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \begin_layout Standard
19165 相互参照には、以下の6種類があります。
19166 \end_layout
19167
19168 \begin_layout Description
19169 <参照>: これはフロート番号を表示します。これが既定値です。例:
19170 \begin_inset CommandInset ref
19171 LatexCommand ref
19172 reference "fig:歪められた二つの像"
19173
19174 \end_inset
19175
19176
19177 \end_layout
19178
19179 \begin_layout Description
19180 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19181 例:
19182 \begin_inset CommandInset ref
19183 LatexCommand eqref
19184 reference "eq:Wgn"
19185
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \begin_layout Description
19192 <参照ページ>: これはページ番号を表示します。例:Page
19193 \begin_inset space ~
19194 \end_inset
19195
19196
19197 \begin_inset CommandInset ref
19198 LatexCommand pageref
19199 reference "fig:歪められた二つの像"
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \begin_layout Description
19207 on
19208 \begin_inset space ~
19209 \end_inset
19210
19211 page
19212 \begin_inset space ~
19213 \end_inset
19214
19215 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19216 \begin_inset CommandInset ref
19217 LatexCommand vpageref
19218 reference "fig:歪められた二つの像"
19219
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \begin_layout Description
19226 <参照>
19227 \begin_inset space ~
19228 \end_inset
19229
19230 on
19231 \begin_inset space ~
19232 \end_inset
19233
19234 page
19235 \begin_inset space ~
19236 \end_inset
19237
19238 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19239 \begin_inset CommandInset ref
19240 LatexCommand vref
19241 reference "fig:歪められた二つの像"
19242
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \begin_layout Description
19249 整形された参照: これは自製の相互参照書式で出力します。
19250 \begin_inset Newline newline
19251 \end_inset
19252
19253
19254 \begin_inset Note Greyedout
19255 status open
19256
19257 \begin_layout Plain Layout
19258 【註】この機能は、LaTeXパッケージ
19259 \series bold
19260 prettyref
19261 \series default
19262 または
19263 \series bold
19264 refstyle
19265 \series default
19266 が導入されている場合のみ使用することができます。
19267 \begin_inset Index idx
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \begin_inset Index idx
19278 status collapsed
19279
19280 \begin_layout Plain Layout
19281 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19282 \end_layout
19283
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290
19291
19292 \begin_inset Newline newline
19293 \end_inset
19294
19295 メニュー
19296 \family sans
19297 文書\SpecialChar \menuseparator
19298 設定\SpecialChar \menuseparator
19299 文書クラス
19300 \family default
19301 でオプション
19302 \family sans
19303 相互参照に(prettyrefではなく)refstyleを使用
19304 \family default
19305 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19306 \series bold
19307
19308 \backslash
19309 newrefformat
19310 \series default
19311 コマンド(prettyrefの場合)あるいは
19312 \series bold
19313
19314 \backslash
19315 newref
19316 \series default
19317 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19318 \family sans
19319 fig
19320 \family default
19321 」を持ちます)をすべて定義し直すには、
19322 \begin_inset Newline newline
19323 \end_inset
19324
19325
19326 \series bold
19327
19328 \backslash
19329 newref{fig}{refcmd={Image on page 
19330 \backslash
19331 pageref{#1}}}
19332 \begin_inset Newline newline
19333 \end_inset
19334
19335
19336 \series default
19337 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19338 \begin_inset CommandInset citation
19339 LatexCommand cite
19340 key "prettyref,refstyle"
19341
19342 \end_inset
19343
19344 をご覧ください。
19345 \end_layout
19346
19347 \begin_layout Description
19348 名称参照: これは、右のように参照のキャプションを出力します。 
19349 \begin_inset CommandInset ref
19350 LatexCommand nameref
19351 reference "fig:歪められた二つの像"
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \begin_layout Standard
19359
19360 \family sans
19361 <参照ページ>
19362 \family default
19363 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19364 \family sans
19365 on this page
19366 \family default
19367 」のような文章が表示されます。様式
19368 \family sans
19369 <参照> on page <参照ページ>
19370 \family default
19371 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19372 \end_layout
19373
19374 \begin_layout Standard
19375 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19376 \family sans
19377 書式
19378 \family default
19379 フィールドで選ぶことができます。
19380 \end_layout
19381
19382 \begin_layout Standard
19383 \begin_inset Note Greyedout
19384 status open
19385
19386 \begin_layout Plain Layout
19387
19388 \series bold
19389 Note:
19390 \series default
19391  It is recommended to use the LaTeX-package 
19392 \series bold
19393 refstyle
19394 \series default
19395
19396 \begin_inset Index idx
19397 status collapsed
19398
19399 \begin_layout Plain Layout
19400 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19401 \end_layout
19402
19403 \end_inset
19404
19405  because 
19406 \series bold
19407 prettyref
19408 \series default
19409
19410 \begin_inset Index idx
19411 status collapsed
19412
19413 \begin_layout Plain Layout
19414 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19415 \end_layout
19416
19417 \end_inset
19418
19419  does not know all of LyX's possible label shortcuts
19420 \begin_inset Foot
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Quotes eld
19425 \end_inset
19426
19427 fig:
19428 \begin_inset Quotes erd
19429 \end_inset
19430
19431  is for example LyX's shortcut for labels in figure captions.
19432 \end_layout
19433
19434 \end_inset
19435
19436  and is not internationalized.
19437 \end_layout
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Subsection
19445 参照名の自動命名
19446 \begin_inset Index idx
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450 さんしょう@参照 ! じどうめいめい@自動命名
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \begin_layout Standard
19459
19460 \family sans
19461 文書設定
19462 \family default
19463 ダイアログの
19464 \family sans
19465 PDF特性
19466 \family default
19467 で有効にされた
19468 \series bold
19469 hyperref
19470 \series default
19471
19472 \begin_inset Index idx
19473 status collapsed
19474
19475 \begin_layout Plain Layout
19476 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19477 \end_layout
19478
19479 \end_inset
19480
19481  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19482 \emph on
19483
19484 \emph default
19485 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19486 の機能を使用するには、hyperrefを有効にして、
19487 \end_layout
19488
19489 \begin_layout Standard
19490
19491 \series bold
19492
19493 \backslash
19494 AtBeginDocument{
19495 \backslash
19496 renewcommand{
19497 \backslash
19498 ref}[1]{
19499 \backslash
19500 mbox{
19501 \backslash
19502 autoref{#1}}}}
19503 \end_layout
19504
19505 \begin_layout Standard
19506 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19507 \begin_inset space \thinspace{}
19508 \end_inset
19509
19510 」としたいなど、既定の参照名以外のものが欲しい場合には、
19511 \end_layout
19512
19513 \begin_layout Standard
19514
19515 \series bold
19516
19517 \backslash
19518 addto
19519 \backslash
19520 extrasenglish{
19521 \backslash
19522 renewcommand{
19523 \backslash
19524 sectionautorefname}
19525 \begin_inset Newline newline
19526 \end_inset
19527
19528
19529 \begin_inset Phantom HPhantom
19530 status open
19531
19532 \begin_layout Plain Layout
19533
19534 \series bold
19535 \begin_inset space ~
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \end_inset
19542
19543 {sec.
19544 \backslash
19545 negthinspace}}
19546 \end_layout
19547
19548 \begin_layout Standard
19549 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19550 \begin_inset Newline newline
19551 \end_inset
19552
19553
19554 \series bold
19555
19556 \backslash
19557 extrasenglishを
19558 \backslash
19559 extras***
19560 \series default
19561 に置き換えてください(***は使用中の言語名)。
19562 \end_layout
19563
19564 \begin_layout Standard
19565 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19566 \end_layout
19567
19568 \begin_layout Standard
19569
19570 \series bold
19571
19572 \backslash
19573 newlength{
19574 \backslash
19575 abc}
19576 \begin_inset Newline newline
19577 \end_inset
19578
19579
19580 \backslash
19581 settowidth{
19582 \backslash
19583 abc}{
19584 \backslash
19585 space}
19586 \begin_inset Newline newline
19587 \end_inset
19588
19589
19590 \backslash
19591 addto
19592 \backslash
19593 extrasenglish{
19594 \backslash
19595 renewcommand{
19596 \backslash
19597 equationautorefname}
19598 \begin_inset Newline newline
19599 \end_inset
19600
19601
19602 \begin_inset Phantom HPhantom
19603 status open
19604
19605 \begin_layout Plain Layout
19606
19607 \series bold
19608 \begin_inset space ~
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615
19616 {
19617 \backslash
19618 hspace{-
19619 \backslash
19620 abc}}
19621 \end_layout
19622
19623 \begin_layout Standard
19624 この話題に関する詳細は、hyperrefの説明書
19625 \begin_inset CommandInset citation
19626 LatexCommand cite
19627 key "hyperref"
19628
19629 \end_inset
19630
19631 をお読みください。
19632 \end_layout
19633
19634 \begin_layout Standard
19635 \begin_inset Note Greyedout
19636 status open
19637
19638 \begin_layout Plain Layout
19639
19640 \series bold
19641 【註】
19642 \series default
19643 参照の自動命名は、相互参照を
19644 \family sans
19645 整形参照
19646 \family default
19647 様式(第
19648 \begin_inset CommandInset ref
19649 LatexCommand ref
19650 reference "sub:相互参照の書式"
19651
19652 \end_inset
19653
19654 節)で使用しているときには、使用することができません。
19655 \end_layout
19656
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 取扱説明書
19664 \emph on
19665 数式篇
19666 \emph default
19667 は、参照の自動命名が使用されている一例です。
19668 \end_layout
19669
19670 \begin_layout Subsection
19671 参照位置
19672 \begin_inset CommandInset label
19673 LatexCommand label
19674 name "sub:参照位置"
19675
19676 \end_inset
19677
19678
19679 \begin_inset Index idx
19680 status collapsed
19681
19682 \begin_layout Plain Layout
19683 さんしょう@参照 ! さんしょういち@参照位置
19684 \end_layout
19685
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692
19693 \family sans
19694 文書設定
19695 \family default
19696 ダイアログの
19697 \family sans
19698 PDF特性
19699 \family default
19700 で、
19701 \series bold
19702 hyperref
19703 \series default
19704
19705 \begin_inset Index idx
19706 status collapsed
19707
19708 \begin_layout Plain Layout
19709 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19710 \end_layout
19711
19712 \end_inset
19713
19714 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19715 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19716 \series bold
19717 hyperref
19718 \series default
19719
19720 \begin_inset Index idx
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19725 \end_layout
19726
19727 \end_inset
19728
19729 の一部である
19730 \series bold
19731 hyperref
19732 \series default
19733
19734 \begin_inset Index idx
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19739 \end_layout
19740
19741 \end_inset
19742
19743 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19744 \end_layout
19745
19746 \begin_layout Standard
19747
19748 \series bold
19749
19750 \backslash
19751 usepackage[figure]{hypcap}
19752 \end_layout
19753
19754 \begin_layout Standard
19755 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19756 hypcapの説明書
19757 \begin_inset CommandInset citation
19758 LatexCommand cite
19759 key "hypcap"
19760
19761 \end_inset
19762
19763 をご覧ください。
19764 \end_layout
19765
19766 \begin_layout Standard
19767 \begin_inset Note Greyedout
19768 status open
19769
19770 \begin_layout Plain Layout
19771
19772 \series bold
19773 【註】hypcap
19774 \series default
19775 は内部図への参照には効力がありません。
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Section
19784 フロートの配置
19785 \begin_inset CommandInset label
19786 LatexCommand label
19787 name "sec:フロートの配置"
19788
19789 \end_inset
19790
19791
19792 \begin_inset Index idx
19793 status collapsed
19794
19795 \begin_layout Plain Layout
19796 ふろーと@フロート ! はいち@配置
19797 \end_layout
19798
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \begin_layout Standard
19805
19806 \family roman
19807 \series medium
19808 \shape up
19809 \size normal
19810 \emph off
19811 \bar no
19812 \noun off
19813 \color none
19814 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19815 \begin_inset Newline newline
19816 \end_inset
19817
19818
19819 \family sans
19820 \series default
19821 \shape default
19822 \size default
19823 \emph default
19824 \bar default
19825 \noun default
19826 \color inherit
19827 段をまたぐ
19828 \family roman
19829 \series medium
19830 \shape up
19831 \size normal
19832 \emph off
19833 \bar no
19834 \noun off
19835 \color none
19836 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19837 \begin_inset Newline newline
19838 \end_inset
19839
19840
19841 \family sans
19842 \series default
19843 \shape default
19844 \size default
19845 \emph default
19846 \bar default
19847 \noun default
19848 \color inherit
19849 横倒しに回転
19850 \family roman
19851 \series medium
19852 \shape up
19853 \size normal
19854 \emph off
19855 \bar no
19856 \noun off
19857 \color none
19858 オプションは、フロートを回転するのに用います。第
19859 \family default
19860 \series default
19861 \shape default
19862 \size default
19863 \emph default
19864 \bar default
19865 \noun default
19866 \color inherit
19867
19868 \begin_inset CommandInset ref
19869 LatexCommand ref
19870 reference "sec:回転フロート"
19871
19872 \end_inset
19873
19874
19875 \family roman
19876 \series medium
19877 \shape up
19878 \size normal
19879 \emph off
19880 \bar no
19881 \noun off
19882 \color none
19883 節をご参照ください。
19884 \end_layout
19885
19886 \begin_layout Standard
19887
19888 \family roman
19889 \series medium
19890 \shape up
19891 \size normal
19892 \emph off
19893 \bar no
19894 \noun off
19895 \color none
19896 フロートダイアログでは、
19897 \family sans
19898 \series default
19899 \shape default
19900 \size default
19901 \emph default
19902 \bar default
19903 \noun default
19904 \color inherit
19905 既定の配置を使う
19906 \family roman
19907 \series medium
19908 \shape up
19909 \size normal
19910 \emph off
19911 \bar no
19912 \noun off
19913 \color none
19914 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19915 \end_layout
19916
19917 \begin_layout Description
19918 可能ならば現在位置に: 
19919 \family roman
19920 \series medium
19921 \shape up
19922 \size normal
19923 \emph off
19924 \bar no
19925 \noun off
19926 \color none
19927 フロートを挿入位置に配置することを試みます
19928 \end_layout
19929
19930 \begin_layout Description
19931 ページ上部: 
19932 \family roman
19933 \series medium
19934 \shape up
19935 \size normal
19936 \emph off
19937 \bar no
19938 \noun off
19939 \color none
19940 フロートを現在ページの上部に配置することを試みます
19941 \end_layout
19942
19943 \begin_layout Description
19944 ページ下部: 
19945 \family roman
19946 \series medium
19947 \shape up
19948 \size normal
19949 \emph off
19950 \bar no
19951 \noun off
19952 \color none
19953 フロートを現在ページの下部に配置することを試みます
19954 \end_layout
19955
19956 \begin_layout Description
19957 フロートを独立したページに: 
19958 \family roman
19959 \series medium
19960 \shape up
19961 \size normal
19962 \emph off
19963 \bar no
19964 \noun off
19965 \color none
19966 フロートを独立したページに配置することを試みます
19967 \end_layout
19968
19969 \begin_layout Standard
19970 LaTeXは、
19971 \emph on
19972 つねに
19973 \emph default
19974 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19975 \family sans
19976 可能ならば現在位置に
19977 \family default
19978 を試み、次に
19979 \family sans
19980 ページの上部
19981 \family default
19982 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19983 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19984 \end_layout
19985
19986 \begin_layout Standard
19987 既定では、各オプションはそれぞれ以下の規則を持っています。
19988 \end_layout
19989
19990 \begin_layout Labeling
19991 \labelwidthstring 00.00.0000
19992
19993 \family sans
19994 ページ上部
19995 \family default
19996  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19997 \series bold
19998
19999 \backslash
20000 topfraction
20001 \series default
20002 )。
20003 \end_layout
20004
20005 \begin_layout Labeling
20006 \labelwidthstring 00.00.0000
20007
20008 \family sans
20009 ページ下部
20010 \family default
20011  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
20012 \series bold
20013
20014 \backslash
20015 bottomfraction
20016 \series default
20017 )。
20018 \end_layout
20019
20020 \begin_layout Labeling
20021 \labelwidthstring 00.00.0000
20022
20023 \family sans
20024 フロートを独立したページ 
20025 \family default
20026 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20027 \series bold
20028
20029 \backslash
20030 floatpagefraction
20031 \series default
20032 )。
20033 \end_layout
20034
20035 \begin_layout Standard
20036 これらの規則に従いたくないときは、
20037 \family sans
20038 LaTeXの規則を無視する
20039 \family default
20040 オプションを追加することによって、これらを無視することができます。
20041 \begin_inset Newline newline
20042 \end_inset
20043
20044 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20045 、ページの5割に変えるには、文書プリアンブルに
20046 \end_layout
20047
20048 \begin_layout Standard
20049
20050 \series bold
20051
20052 \backslash
20053 renewcommand{
20054 \backslash
20055 bottomfraction}{0.5}
20056 \end_layout
20057
20058 \begin_layout Standard
20059 という行を加えてください。
20060 \end_layout
20061
20062 \begin_layout Standard
20063 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20064 \family sans
20065 何としても現在位置に置く
20066 \family default
20067 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20068 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20069 からです。
20070 \end_layout
20071
20072 \begin_layout Standard
20073 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20074 \end_layout
20075
20076 \begin_layout Standard
20077 \begin_inset VSpace bigskip
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \begin_layout Standard
20084 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20085 することがあります。この問題を避けるには、LaTeXコマンドの
20086 \backslash
20087 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20088 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20089 \end_layout
20090
20091 \begin_layout Standard
20092
20093 \series bold
20094
20095 \backslash
20096 let
20097 \backslash
20098 mySection
20099 \backslash
20100 section
20101 \begin_inset Newline newline
20102 \end_inset
20103
20104
20105 \backslash
20106 renewcommand{
20107 \backslash
20108 section}{
20109 \backslash
20110 suppressfloats[t]
20111 \backslash
20112 mySection}
20113 \end_layout
20114
20115 \begin_layout Standard
20116 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20117 することがあるので、これらに対する定義はお勧めしません。
20118 \end_layout
20119
20120 \begin_layout Standard
20121 \begin_inset VSpace bigskip
20122 \end_inset
20123
20124 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20125 \series bold
20126 endfloat
20127 \series default
20128
20129 \begin_inset Index idx
20130 status collapsed
20131
20132 \begin_layout Plain Layout
20133 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20134 \end_layout
20135
20136 \end_inset
20137
20138 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20139 \begin_inset Quotes eld
20140 \end_inset
20141
20142
20143 \family sans
20144 [Figure
20145 \begin_inset space ~
20146 \end_inset
20147
20148 3.2 about here.]
20149 \family default
20150
20151 \begin_inset Quotes erd
20152 \end_inset
20153
20154 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20155 \end_layout
20156
20157 \begin_layout Standard
20158
20159 \series bold
20160
20161 \backslash
20162 usepackage[options]{endfloat}
20163 \end_layout
20164
20165 \begin_layout Standard
20166 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20167 \series bold
20168 endfloat
20169 \series default
20170 取扱説明書
20171 \begin_inset CommandInset citation
20172 LatexCommand cite
20173 key "endfloat"
20174
20175 \end_inset
20176
20177 をご参照ください。
20178 \begin_inset Newline newline
20179 \end_inset
20180
20181
20182 \begin_inset Note Greyedout
20183 status open
20184
20185 \begin_layout Plain Layout
20186
20187 \series bold
20188 【註】endfloat
20189 \series default
20190 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20191 \begin_inset CommandInset citation
20192 LatexCommand cite
20193 key "endfloat"
20194
20195 \end_inset
20196
20197 の第4節をご参照ください。
20198 \end_layout
20199
20200 \end_inset
20201
20202
20203 \begin_inset Newline newline
20204 \end_inset
20205
20206
20207 \begin_inset Note Greyedout
20208 status open
20209
20210 \begin_layout Plain Layout
20211
20212 \series bold
20213 【註】
20214 \series default
20215 現在のところ、
20216 \series bold
20217 endfloat
20218 \series default
20219 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20220 \series bold
20221
20222 \backslash
20223 ss
20224 \series default
20225 」コマンドを使用してください。
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \begin_layout Standard
20234 \begin_inset VSpace bigskip
20235 \end_inset
20236
20237 フロートの割付に関する詳細は、LaTeX関連書
20238 \begin_inset CommandInset citation
20239 LatexCommand cite
20240 key "latexcompanion,latexguide,latexbook"
20241
20242 \end_inset
20243
20244 をご覧ください。
20245 \end_layout
20246
20247 \begin_layout Section
20248 回転フロート
20249 \begin_inset CommandInset label
20250 LatexCommand label
20251 name "sec:回転フロート"
20252
20253 \end_inset
20254
20255
20256 \begin_inset Index idx
20257 status collapsed
20258
20259 \begin_layout Plain Layout
20260 ふろーと@フロート ! かいてん@回転
20261 \end_layout
20262
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \begin_layout Standard
20269 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20270 \family sans
20271 横倒しに回転
20272 \family default
20273 オプションを有効にします。
20274 \end_layout
20275
20276 \begin_layout Standard
20277 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20278 \family sans
20279 段をまたぐ
20280 \family default
20281 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20282 たって回転方向を強制したい場合には、文書クラスオプションに
20283 \series bold
20284 figuresleft
20285 \series default
20286 オプションあるいは
20287 \series bold
20288 figuresright
20289 \series default
20290 オプションを加えることができます。
20291 \end_layout
20292
20293 \begin_layout Standard
20294 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20295 \begin_inset CommandInset ref
20296 LatexCommand ref
20297 reference "tab:回転した表"
20298
20299 \end_inset
20300
20301 が回転表フロートの例です。
20302 \end_layout
20303
20304 \begin_layout Standard
20305 \begin_inset Note Greyedout
20306 status open
20307
20308 \begin_layout Plain Layout
20309
20310 \series bold
20311 【註】
20312 \series default
20313 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20314 \end_layout
20315
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \begin_layout Standard
20322 \begin_inset Float table
20323 wide false
20324 sideways true
20325 status open
20326
20327 \begin_layout Plain Layout
20328 \begin_inset Caption
20329
20330 \begin_layout Plain Layout
20331 \begin_inset CommandInset label
20332 LatexCommand label
20333 name "tab:回転した表"
20334
20335 \end_inset
20336
20337 回転した表
20338 \end_layout
20339
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \begin_layout Plain Layout
20346 \align center
20347 \begin_inset Tabular
20348 <lyxtabular version="3" rows="1" columns="5">
20349 <features tabularvalignment="middle">
20350 <column alignment="center" valignment="top" width="0">
20351 <column alignment="center" valignment="top" width="0">
20352 <column alignment="center" valignment="top" width="0">
20353 <column alignment="center" valignment="top" width="0">
20354 <column alignment="center" valignment="top" width="0">
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 試験
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 </row>
20402 </lyxtabular>
20403
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \begin_layout Section
20415 従属フロート
20416 \begin_inset Index idx
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Standard
20429 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20430 \begin_inset CommandInset ref
20431 LatexCommand ref
20432 reference "tab:従属表を横に並べたもの"
20433
20434 \end_inset
20435
20436 と表
20437 \begin_inset CommandInset ref
20438 LatexCommand ref
20439 reference "tab:従属表を縦に並べたもの"
20440
20441 \end_inset
20442
20443 に示されているように段落と同様に指定することができます。
20444 \end_layout
20445
20446 \begin_layout Standard
20447 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20448 \begin_inset CommandInset ref
20449 LatexCommand ref
20450 reference "tab:これは従属表a"
20451
20452 \end_inset
20453
20454 と表
20455 \begin_inset CommandInset ref
20456 LatexCommand ref
20457 reference "tab:これは従属表b"
20458
20459 \end_inset
20460
20461 は表
20462 \begin_inset CommandInset ref
20463 LatexCommand ref
20464 reference "tab:従属表を横に並べたもの"
20465
20466 \end_inset
20467
20468 の従属フロートです。
20469 \begin_inset Float table
20470 wide false
20471 sideways false
20472 status open
20473
20474 \begin_layout Plain Layout
20475 \begin_inset Caption
20476
20477 \begin_layout Plain Layout
20478 \begin_inset CommandInset label
20479 LatexCommand label
20480 name "tab:従属表を横に並べたもの"
20481
20482 \end_inset
20483
20484 従属表を横に並べたもの
20485 \end_layout
20486
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \begin_layout Plain Layout
20493 \begin_inset space \hfill{}
20494 \end_inset
20495
20496
20497 \begin_inset Float table
20498 wide false
20499 sideways false
20500 status open
20501
20502 \begin_layout Plain Layout
20503 \begin_inset Caption
20504
20505 \begin_layout Plain Layout
20506 \begin_inset CommandInset label
20507 LatexCommand label
20508 name "tab:これは従属表a"
20509
20510 \end_inset
20511
20512 これは従属表aです。
20513 \end_layout
20514
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \begin_layout Plain Layout
20521 \align center
20522 \begin_inset Tabular
20523 <lyxtabular version="3" rows="1" columns="5">
20524 <features tabularvalignment="middle">
20525 <column alignment="center" valignment="top" width="0">
20526 <column alignment="center" valignment="top" width="0">
20527 <column alignment="center" valignment="top" width="0">
20528 <column alignment="center" valignment="top" width="0">
20529 <column alignment="center" valignment="top" width="0">
20530 <row>
20531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 試験
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 </row>
20577 </lyxtabular>
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585
20586
20587 \begin_inset space \hfill{}
20588 \end_inset
20589
20590
20591 \begin_inset Float table
20592 wide false
20593 sideways false
20594 status open
20595
20596 \begin_layout Plain Layout
20597 \begin_inset Caption
20598
20599 \begin_layout Plain Layout
20600 \begin_inset CommandInset label
20601 LatexCommand label
20602 name "tab:これは従属表b"
20603
20604 \end_inset
20605
20606 これは従属表bです。
20607 \end_layout
20608
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \begin_layout Plain Layout
20615 \align center
20616 \begin_inset Tabular
20617 <lyxtabular version="3" rows="1" columns="5">
20618 <features tabularvalignment="middle">
20619 <column alignment="center" valignment="top" width="0">
20620 <column alignment="center" valignment="top" width="0">
20621 <column alignment="center" valignment="top" width="0">
20622 <column alignment="center" valignment="top" width="0">
20623 <column alignment="center" valignment="top" width="0">
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665 試験
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 </lyxtabular>
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679
20680
20681 \begin_inset space \hfill{}
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \end_inset
20688
20689
20690 \begin_inset Float table
20691 wide false
20692 sideways false
20693 status open
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Caption
20697
20698 \begin_layout Plain Layout
20699 \begin_inset CommandInset label
20700 LatexCommand label
20701 name "tab:従属表を縦に並べたもの"
20702
20703 \end_inset
20704
20705 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20706 \end_layout
20707
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \begin_layout Plain Layout
20714 \begin_inset Float table
20715 wide false
20716 sideways false
20717 status open
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Caption
20721
20722 \begin_layout Plain Layout
20723
20724 \end_layout
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \begin_layout Plain Layout
20732 \align center
20733 \begin_inset Tabular
20734 <lyxtabular version="3" rows="1" columns="4">
20735 <features tabularvalignment="middle">
20736 <column alignment="center" valignment="top" width="0">
20737 <column alignment="center" valignment="top" width="0">
20738 <column alignment="center" valignment="top" width="0">
20739 <column alignment="center" valignment="top" width="0">
20740 <row>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 試験
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 試験
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 試験
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 試験
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 </row>
20778 </lyxtabular>
20779
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \begin_layout Plain Layout
20791 \begin_inset Float table
20792 wide false
20793 sideways false
20794 status open
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Caption
20798
20799 \begin_layout Plain Layout
20800
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Plain Layout
20809 \align center
20810 \begin_inset Tabular
20811 <lyxtabular version="3" rows="1" columns="5">
20812 <features tabularvalignment="middle">
20813 <column alignment="center" valignment="top" width="0">
20814 <column alignment="center" valignment="top" width="0">
20815 <column alignment="center" valignment="top" width="0">
20816 <column alignment="center" valignment="top" width="0">
20817 <column alignment="center" valignment="top" width="0">
20818 <row>
20819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 </lyxtabular>
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \begin_layout Section
20883 横並びのフロート
20884 \begin_inset Index idx
20885 status collapsed
20886
20887 \begin_layout Plain Layout
20888 ふろーと@フロート ! よこならび@横並び
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \begin_layout Standard
20897
20898 \begin_inset CommandInset ref
20899 LatexCommand ref
20900 reference "fig:左側のフロート"
20901
20902 \end_inset
20903
20904 や図
20905 \begin_inset CommandInset ref
20906 LatexCommand ref
20907 reference "fig:右側のフロート"
20908
20909 \end_inset
20910
20911 のようにフロートを横並びに配置するには、
20912 \emph on
20913 ひとつの
20914 \emph default
20915 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20916 \begin_inset Foot
20917 status collapsed
20918
20919 \begin_layout Plain Layout
20920 Minipageは第
20921 \begin_inset CommandInset ref
20922 LatexCommand ref
20923 reference "sec:ミニページ"
20924
20925 \end_inset
20926
20927 節に説明があります。
20928 \end_layout
20929
20930 \end_inset
20931
20932 。幅は45
20933 \begin_inset space \thinspace{}
20934 \end_inset
20935
20936 -50
20937 \begin_inset space \thinspace{}
20938 \end_inset
20939
20940 列幅%とし、各minipageのボックス配置を
20941 \family sans
20942
20943 \family default
20944 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20945 \family sans
20946 列幅%
20947 \family default
20948 がここではminipageボックスの幅によって計算されることです。
20949 \end_layout
20950
20951 \begin_layout Standard
20952 \begin_inset Float figure
20953 wide false
20954 sideways false
20955 status open
20956
20957 \begin_layout Plain Layout
20958 \begin_inset Box Frameless
20959 position "b"
20960 hor_pos "c"
20961 has_inner_box 1
20962 inner_pos "t"
20963 use_parbox 0
20964 use_makebox 0
20965 width "45col%"
20966 special "none"
20967 height "1in"
20968 height_special "totalheight"
20969 status open
20970
20971 \begin_layout Plain Layout
20972 \align center
20973 \begin_inset Graphics
20974         filename ../clipart/mobius.eps
20975         lyxscale 50
20976         width 100col%
20977         scaleBeforeRotation
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \begin_layout Plain Layout
20985 \begin_inset Caption
20986
20987 \begin_layout Plain Layout
20988 \begin_inset CommandInset label
20989 LatexCommand label
20990 name "fig:左側のフロート"
20991
20992 \end_inset
20993
20994 左側のフロート
20995 \end_layout
20996
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \end_inset
21003
21004
21005 \begin_inset space \hfill{}
21006 \end_inset
21007
21008
21009 \begin_inset Box Frameless
21010 position "b"
21011 hor_pos "c"
21012 has_inner_box 1
21013 inner_pos "t"
21014 use_parbox 0
21015 use_makebox 0
21016 width "45col%"
21017 special "none"
21018 height "1in"
21019 height_special "totalheight"
21020 status open
21021
21022 \begin_layout Plain Layout
21023 \align center
21024 \begin_inset Graphics
21025         filename ../clipart/platypus.eps
21026         lyxscale 50
21027         width 100col%
21028         scaleBeforeRotation
21029
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \begin_layout Plain Layout
21036 \begin_inset Caption
21037
21038 \begin_layout Plain Layout
21039 \begin_inset CommandInset label
21040 LatexCommand label
21041 name "fig:右側のフロート"
21042
21043 \end_inset
21044
21045 右側のフロート
21046 \end_layout
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \begin_layout Plain Layout
21059
21060 \end_layout
21061
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \begin_layout Section
21068 キャプションの書式設定
21069 \begin_inset Index idx
21070 status collapsed
21071
21072 \begin_layout Plain Layout
21073 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21074 \end_layout
21075
21076 \end_inset
21077
21078
21079 \begin_inset Index idx
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21084 \end_layout
21085
21086 \end_inset
21087
21088
21089 \begin_inset CommandInset label
21090 LatexCommand label
21091 name "sec:キャプションの書式設定"
21092
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \begin_layout Standard
21099
21100 \family sans
21101 キャプション
21102 \family default
21103 環境は、
21104 \family sans
21105 フロート
21106 \family default
21107 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21108 \family sans
21109 図 #:
21110 \family default
21111 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21112 \family sans
21113 #
21114 \family default
21115 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21116 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21117 \end_layout
21118
21119 \begin_layout Standard
21120 既定のキャプション書式を変更するには、文書プリアンブルに
21121 \end_layout
21122
21123 \begin_layout Standard
21124
21125 \series bold
21126
21127 \backslash
21128 usepackage[format definition]{caption}
21129 \end_layout
21130
21131 \begin_layout Standard
21132 という行を加えて、LaTeXパッケージ
21133 \series bold
21134 caption
21135 \series default
21136
21137 \begin_inset Index idx
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21142 \end_layout
21143
21144 \end_inset
21145
21146 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21147 \end_layout
21148
21149 \begin_layout Standard
21150
21151 \series bold
21152
21153 \backslash
21154 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21155 \end_layout
21156
21157 \begin_layout Standard
21158 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21159 \series bold
21160 caption
21161 \series default
21162 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21163 \end_layout
21164
21165 \begin_layout Standard
21166
21167 \series bold
21168
21169 \backslash
21170 captionsetup[フロート型]{書式定義}
21171 \end_layout
21172
21173 \begin_layout Standard
21174 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21175 \begin_inset CommandInset ref
21176 LatexCommand ref
21177 reference "fig:図キャプション"
21178
21179 \end_inset
21180
21181 と表
21182 \begin_inset CommandInset ref
21183 LatexCommand ref
21184 reference "tab:表キャプション"
21185
21186 \end_inset
21187
21188 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21189 \end_layout
21190
21191 \begin_layout Standard
21192
21193 \series bold
21194
21195 \backslash
21196 usepackage[tableposition=top]{caption}
21197 \series default
21198
21199 \begin_inset Newline newline
21200 \end_inset
21201
21202
21203 \series bold
21204
21205 \backslash
21206 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21207 \begin_inset Newline newline
21208 \end_inset
21209
21210
21211 \begin_inset Phantom HPhantom
21212 status open
21213
21214 \begin_layout Plain Layout
21215
21216 \backslash
21217 captionsetup[figure]{
21218 \end_layout
21219
21220 \end_inset
21221
21222 labelsep=period}
21223 \begin_inset Newline newline
21224 \end_inset
21225
21226
21227 \backslash
21228 captionsetup[table]{labelfont={bf,sf}}
21229 \end_layout
21230
21231 \begin_layout Standard
21232 \begin_inset Note Greyedout
21233 status open
21234
21235 \begin_layout Plain Layout
21236
21237 \series bold
21238 【註】
21239 \series default
21240 オプションのうち、
21241 \series bold
21242 tableposition=top
21243 \series default
21244 は、文書クラスに
21245 \series bold
21246 KOMA-script
21247 \series default
21248
21249 \begin_inset Index idx
21250 status collapsed
21251
21252 \begin_layout Plain Layout
21253 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21254 \end_layout
21255
21256 \end_inset
21257
21258 が使われているときには、無効になります。この場合には、文書クラスオプション
21259 \series bold
21260 captions=tableheading
21261 \series default
21262 を指定しなくてはなりません。
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Standard
21271
21272 \series bold
21273 caption
21274 \series default
21275 パッケージについての詳細は、その取扱説明書
21276 \begin_inset CommandInset citation
21277 LatexCommand cite
21278 key "caption"
21279
21280 \end_inset
21281
21282 をご覧ください。
21283 \end_layout
21284
21285 \begin_layout Standard
21286 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21287 \end_layout
21288
21289 \begin_layout Standard
21290
21291 \series bold
21292
21293 \backslash
21294 renewcommand{
21295 \backslash
21296 fnum@figure}{画像~
21297 \backslash
21298 thefigure}
21299 \end_layout
21300
21301 \begin_layout Standard
21302 なお、
21303 \series bold
21304
21305 \backslash
21306 thefigure
21307 \series default
21308 は表番号を挿入し、「
21309 \series bold
21310 ~
21311 \series default
21312 」は保護された空白を入れます。
21313 \end_layout
21314
21315 \begin_layout Standard
21316 \begin_inset VSpace bigskip
21317 \end_inset
21318
21319
21320 \series bold
21321 KOMA-script
21322 \series default
21323
21324 \begin_inset Index idx
21325 status collapsed
21326
21327 \begin_layout Plain Layout
21328 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21329 \end_layout
21330
21331 \end_inset
21332
21333 文書クラス(
21334 \family sans
21335 article (KOMA-script)
21336 \family default
21337
21338 \family sans
21339 book (KOMA-script)
21340 \family default
21341
21342 \family sans
21343 letter (KOMA-script)
21344 \family default
21345
21346 \family sans
21347 report (KOMA-script)
21348 \family default
21349 )を使用している場合には、
21350 \series bold
21351 caption
21352 \series default
21353 パッケージの代わりに
21354 \series bold
21355 KOMA-script
21356 \series default
21357 のビルトインコマンド
21358 \series bold
21359 etkomafont
21360 \series default
21361 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21362 \end_layout
21363
21364 \begin_layout Standard
21365
21366 \series bold
21367
21368 \backslash
21369 setkomafont{captionlabel}{
21370 \backslash
21371 bfseries}
21372 \end_layout
21373
21374 \begin_layout Standard
21375
21376 \series bold
21377
21378 \backslash
21379 setkomafont
21380 \series default
21381 についての詳細は、
21382 \series bold
21383 KOMA-script
21384 \series default
21385 の取扱説明書
21386 \begin_inset CommandInset citation
21387 LatexCommand cite
21388 key "koma-script"
21389
21390 \end_inset
21391
21392 をご覧ください。
21393 \end_layout
21394
21395 \begin_layout Standard
21396 \begin_inset ERT
21397 status collapsed
21398
21399 \begin_layout Plain Layout
21400
21401
21402 \backslash
21403 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21404 }
21405 \end_layout
21406
21407 \end_inset
21408
21409
21410 \begin_inset Note Note
21411 status open
21412
21413 \begin_layout Plain Layout
21414 キャプション書式は、この例のみ変更してあります。
21415 \end_layout
21416
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \begin_layout Standard
21423 \begin_inset Float figure
21424 placement !p
21425 wide false
21426 sideways false
21427 status open
21428
21429 \begin_layout Plain Layout
21430 \align center
21431 \begin_inset Graphics
21432         filename ../clipart/mobius.eps
21433         lyxscale 50
21434         scale 50
21435         scaleBeforeRotation
21436
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Caption
21444
21445 \begin_layout Plain Layout
21446 \begin_inset CommandInset label
21447 LatexCommand label
21448 name "fig:図キャプション"
21449
21450 \end_inset
21451
21452 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21453 \end_layout
21454
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \begin_layout Standard
21466 \begin_inset ERT
21467 status collapsed
21468
21469 \begin_layout Plain Layout
21470
21471
21472 \backslash
21473 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21474 on}
21475 \end_layout
21476
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \begin_layout Standard
21483 \begin_inset Float table
21484 placement !p
21485 wide false
21486 sideways false
21487 status open
21488
21489 \begin_layout Plain Layout
21490 \begin_inset Caption
21491
21492 \begin_layout Plain Layout
21493 \begin_inset CommandInset label
21494 LatexCommand label
21495 name "tab:表キャプション"
21496
21497 \end_inset
21498
21499 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21500 \end_layout
21501
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \begin_layout Plain Layout
21508 \align center
21509 \begin_inset Tabular
21510 <lyxtabular version="3" rows="1" columns="5">
21511 <features tabularvalignment="middle">
21512 <column alignment="center" valignment="top" width="0">
21513 <column alignment="center" valignment="top" width="0">
21514 <column alignment="center" valignment="top" width="0">
21515 <column alignment="center" valignment="top" width="0">
21516 <column alignment="center" valignment="top" width="0">
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 </row>
21564 </lyxtabular>
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \begin_layout Section
21577 キャプションの配置
21578 \begin_inset Index idx
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582 きゃぷしょん@キャプション ! はいち@配置
21583 \end_layout
21584
21585 \end_inset
21586
21587
21588 \begin_inset Index idx
21589 status collapsed
21590
21591 \begin_layout Plain Layout
21592 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \begin_inset CommandInset label
21599 LatexCommand label
21600 name "sec:キャプションの配置"
21601
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \begin_layout Standard
21608 通常、キャプションの配置原則は、
21609 \end_layout
21610
21611 \begin_layout Description
21612 図の場合: キャプションを図の下に置く
21613 \end_layout
21614
21615 \begin_layout Description
21616 表の場合: キャプションを表の上に置く
21617 \end_layout
21618
21619 \begin_layout Standard
21620 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21621 \family sans
21622 article
21623 \family default
21624
21625 \family sans
21626 book
21627 \family default
21628
21629 \family sans
21630 letter
21631 \family default
21632
21633 \family sans
21634 report
21635 \family default
21636 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21637 eXパッケージ
21638 \series bold
21639 caption
21640 \series default
21641 を読み込むコマンドに
21642 \end_layout
21643
21644 \begin_layout Standard
21645
21646 \series bold
21647 tableposition=top
21648 \end_layout
21649
21650 \begin_layout Standard
21651 というオプションを追加してください
21652 \begin_inset Foot
21653 status collapsed
21654
21655 \begin_layout Plain Layout
21656
21657 \series bold
21658 caption
21659 \series default
21660 パッケージについての詳細な情報は、第
21661 \begin_inset CommandInset ref
21662 LatexCommand ref
21663 reference "sec:キャプションの書式設定"
21664
21665 \end_inset
21666
21667 節をご覧ください。
21668 \end_layout
21669
21670 \end_inset
21671
21672
21673 \series bold
21674 KOMA-script
21675 \series default
21676
21677 \begin_inset Index idx
21678 status collapsed
21679
21680 \begin_layout Plain Layout
21681 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21682 \end_layout
21683
21684 \end_inset
21685
21686 文書クラス(
21687 \family sans
21688 article (KOMA-script)
21689 \family default
21690
21691 \family sans
21692 book (KOMA-script)
21693 \family default
21694
21695 \family sans
21696 letter (KOMA-script)
21697 \family default
21698
21699 \family sans
21700 report (KOMA-script)
21701 \family default
21702
21703 \begin_inset space \thinspace{}
21704 \end_inset
21705
21706 )をお使いの場合には、
21707 \series bold
21708 caption
21709 \series default
21710 パッケージにオプションを与える代わりに、文書クラスオプション
21711 \series bold
21712 captions=tableheading
21713 \series default
21714 を設定することもできます。
21715 \end_layout
21716
21717 \begin_layout Standard
21718 \begin_inset VSpace bigskip
21719 \end_inset
21720
21721 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21722 \end_layout
21723
21724 \begin_layout Standard
21725
21726 \series bold
21727
21728 \backslash
21729 usepackage[option]{sidecap}
21730 \end_layout
21731
21732 \begin_layout Standard
21733 という行を入れて、LaTeXパッケージ
21734 \series bold
21735 sidecap
21736 \series default
21737
21738 \begin_inset Index idx
21739 status collapsed
21740
21741 \begin_layout Plain Layout
21742 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21743 \end_layout
21744
21745 \end_inset
21746
21747 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21748 \series bold
21749 innercaption
21750 \series default
21751 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21752 \series bold
21753 rightcaption
21754 \series default
21755 ないし
21756 \series bold
21757 leftcaption
21758 \series default
21759 オプションを用います。
21760 \end_layout
21761
21762 \begin_layout Standard
21763 \begin_inset ERT
21764 status collapsed
21765
21766 \begin_layout Plain Layout
21767
21768
21769 \backslash
21770 ifsidecap
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \begin_inset Note Note
21777 status open
21778
21779 \begin_layout Plain Layout
21780 以下の部分は、LaTeXパッケージ
21781 \series bold
21782 sidecap
21783 \series default
21784 が導入されているときのみ表示されます。
21785 \end_layout
21786
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \begin_layout Standard
21793 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21794 \end_layout
21795
21796 \begin_layout Standard
21797 \noindent
21798 \begin_inset CommandInset line
21799 LatexCommand rule
21800 offset "0.5ex"
21801 width "100line%"
21802 height "1pt"
21803
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \begin_layout Standard
21810
21811 \series bold
21812
21813 \backslash
21814 newcommand{
21815 \backslash
21816 TabBesBeg}[1][1.0]{%
21817 \begin_inset Newline newline
21818 \end_inset
21819
21820
21821 \begin_inset Phantom HPhantom
21822 status open
21823
21824 \begin_layout Plain Layout
21825 \begin_inset space ~
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \backslash
21835 let
21836 \backslash
21837 MyTable
21838 \backslash
21839 table
21840 \begin_inset Newline newline
21841 \end_inset
21842
21843
21844 \begin_inset Phantom HPhantom
21845 status open
21846
21847 \begin_layout Plain Layout
21848
21849 \series medium
21850 \begin_inset space ~
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \end_inset
21857
21858
21859 \backslash
21860 let
21861 \backslash
21862 MyEndtable
21863 \backslash
21864 endtable
21865 \begin_inset Newline newline
21866 \end_inset
21867
21868
21869 \begin_inset Phantom HPhantom
21870 status open
21871
21872 \begin_layout Plain Layout
21873
21874 \series medium
21875 \begin_inset space ~
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882
21883
21884 \backslash
21885 renewenvironment{table}[1]{
21886 \backslash
21887 begin{SCtable}[#1]##1}{
21888 \backslash
21889 end{SCtable}}}
21890 \end_layout
21891
21892 \begin_layout Standard
21893
21894 \series bold
21895
21896 \backslash
21897 newcommand{
21898 \backslash
21899 TabBesEnd}{%
21900 \begin_inset Newline newline
21901 \end_inset
21902
21903
21904 \begin_inset Phantom HPhantom
21905 status open
21906
21907 \begin_layout Plain Layout
21908 \begin_inset space ~
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \end_inset
21915
21916
21917 \backslash
21918 let
21919 \backslash
21920 table
21921 \backslash
21922 MyTable
21923 \begin_inset Newline newline
21924 \end_inset
21925
21926
21927 \begin_inset Phantom HPhantom
21928 status open
21929
21930 \begin_layout Plain Layout
21931 \begin_inset space ~
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938
21939
21940 \backslash
21941 let
21942 \backslash
21943 endtable
21944 \backslash
21945 MyEndtable
21946 \end_layout
21947
21948 \begin_layout Standard
21949
21950 \series bold
21951
21952 \backslash
21953 newcommand{
21954 \backslash
21955 FigBesBeg}[1][1.0]{%
21956 \begin_inset Newline newline
21957 \end_inset
21958
21959
21960 \begin_inset Phantom HPhantom
21961 status open
21962
21963 \begin_layout Plain Layout
21964 \begin_inset space ~
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971
21972
21973 \backslash
21974 let
21975 \backslash
21976 MyFigure
21977 \backslash
21978 figure
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 \begin_inset space ~
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \backslash
21997 let
21998 \backslash
21999 MyEndfigure
22000 \backslash
22001 endfigure
22002 \begin_inset Newline newline
22003 \end_inset
22004
22005
22006 \begin_inset Phantom HPhantom
22007 status open
22008
22009 \begin_layout Plain Layout
22010 \begin_inset space ~
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \backslash
22020 renewenvironment{figure}[1]{
22021 \backslash
22022 begin{SCfigure}[#1]##1}{
22023 \backslash
22024 end{SCfigure}}}
22025 \end_layout
22026
22027 \begin_layout Standard
22028
22029 \series bold
22030
22031 \backslash
22032 newcommand{
22033 \backslash
22034 FigBesEnd}{%
22035 \begin_inset Newline newline
22036 \end_inset
22037
22038
22039 \begin_inset Phantom HPhantom
22040 status open
22041
22042 \begin_layout Plain Layout
22043 \begin_inset space ~
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050
22051
22052 \backslash
22053 let
22054 \backslash
22055 figure
22056 \backslash
22057 MyFigure
22058 \begin_inset Newline newline
22059 \end_inset
22060
22061
22062 \begin_inset Phantom HPhantom
22063 status open
22064
22065 \begin_layout Plain Layout
22066 \begin_inset space ~
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \backslash
22076 let
22077 \backslash
22078 endfigure
22079 \backslash
22080 MyEndfigure}
22081 \end_layout
22082
22083 \begin_layout Standard
22084 \noindent
22085 \begin_inset CommandInset line
22086 LatexCommand rule
22087 offset "0.5ex"
22088 width "100line%"
22089 height "1pt"
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \begin_layout Standard
22097 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22098 \end_layout
22099
22100 \begin_layout Standard
22101
22102 \series bold
22103
22104 \backslash
22105 FigBesBeg
22106 \end_layout
22107
22108 \begin_layout Standard
22109 というコマンドを、フロートの前にTeXコードで入れてください。
22110 \lang english
22111 And insert the command
22112 \end_layout
22113
22114 \begin_layout Standard
22115
22116 \series bold
22117
22118 \backslash
22119 FigBesEnd
22120 \end_layout
22121
22122 \begin_layout Standard
22123
22124 \lang english
22125 in TeX-Code at the point where you want to get back to the original float
22126  definition.
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 TabBesBeg
22139 \series default
22140 および
22141 \series bold
22142
22143 \backslash
22144 TabBesEnd
22145 \end_layout
22146
22147 \begin_layout Standard
22148 を使用してください。図
22149 \begin_inset CommandInset ref
22150 LatexCommand ref
22151 reference "fig:図横キャプション"
22152
22153 \end_inset
22154
22155 と表
22156 \begin_inset CommandInset ref
22157 LatexCommand ref
22158 reference "tab:表横キャプション"
22159
22160 \end_inset
22161
22162 がキャプションを脇に設定した例です。
22163 \end_layout
22164
22165 \begin_layout Standard
22166 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22167 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22168 \end_layout
22169
22170 \begin_layout Standard
22171
22172 \series bold
22173
22174 \backslash
22175 sidecaptionvpos{フロート型}{配置}
22176 \end_layout
22177
22178 \begin_layout Standard
22179 というコマンドを使用します。ここで「フロート型」は
22180 \family sans
22181 figure
22182 \family default
22183
22184 \family sans
22185 table
22186 \family default
22187 であり、「配置」は、上揃えの場合はtopの
22188 \end_layout
22189
22190 \begin_layout Standard
22191
22192 \family sans
22193 t
22194 \family default
22195 」、中央揃えの場合はcenterの「
22196 \family sans
22197 c
22198 \family default
22199 」、下揃えの場合はbottomの「
22200 \family sans
22201 b
22202 \family default
22203 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22204 \end_layout
22205
22206 \begin_layout Standard
22207
22208 \series bold
22209
22210 \backslash
22211 sidecaptionvpos{figure}{c}
22212 \end_layout
22213
22214 \begin_layout Standard
22215 というコマンドを使用します。これは、図
22216 \begin_inset CommandInset ref
22217 LatexCommand ref
22218 reference "fig:図横キャプション-2"
22219
22220 \end_inset
22221
22222 で使用されています。
22223 \end_layout
22224
22225 \begin_layout Standard
22226 \begin_inset VSpace medskip
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Standard
22233
22234 \lang english
22235 The default caption width is the width of the image/table.
22236  For thin image/tables, like in Table
22237 \lang japanese
22238
22239 \begin_inset space ~
22240 \end_inset
22241
22242
22243 \begin_inset CommandInset ref
22244 LatexCommand ref
22245 reference "tab:表横キャプション"
22246
22247 \end_inset
22248
22249
22250 \lang english
22251 this leads to captions that are too thin.
22252  You can increase the width by specifying a factor that will be multiplied
22253  with the image/table width to get the caption width.
22254  The caption width will automatically be recalculated in case it would protrude
22255  over the page or column margin due to the specified width.
22256  The 
22257 \emph on
22258 factor
22259 \emph default
22260  can either be given as optional argument for 
22261 \series bold
22262
22263 \backslash
22264 FigBesBeg
22265 \series default
22266 :
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272 \lang english
22273
22274 \backslash
22275 FigBesBeg[factor]
22276 \end_layout
22277
22278 \begin_layout Standard
22279
22280 \lang english
22281 or in the definition of 
22282 \series bold
22283
22284 \backslash
22285 FigBesBeg
22286 \series default
22287  by replacing the 
22288 \series bold
22289 1.0
22290 \series default
22291  with another value.
22292  If you do the latter, your factor will be the default if 
22293 \series bold
22294
22295 \backslash
22296 FigBesBeg
22297 \series default
22298  is used without an argument.
22299  For Table
22300 \lang japanese
22301
22302 \begin_inset space ~
22303 \end_inset
22304
22305
22306 \begin_inset CommandInset ref
22307 LatexCommand ref
22308 reference "tab:cap-beside-tab-wider"
22309
22310 \end_inset
22311
22312  
22313 \lang english
22314 the factor 5 was used.
22315 \end_layout
22316
22317 \begin_layout Standard
22318
22319 \lang english
22320 \begin_inset Note Greyedout
22321 status open
22322
22323 \begin_layout Plain Layout
22324
22325 \series bold
22326 \lang english
22327 Note:
22328 \series default
22329  For floats with captions set beside, you cannot use the float placement
22330  option 
22331 \family sans
22332 Here
22333 \begin_inset space ~
22334 \end_inset
22335
22336 definitely
22337 \family default
22338  because it is not supported by 
22339 \series bold
22340 sidecap
22341 \series default
22342 .
22343 \end_layout
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \begin_layout Standard
22351 \begin_inset VSpace medskip
22352 \end_inset
22353
22354
22355 \series bold
22356 sidecap
22357 \series default
22358 パッケージについての詳細は、
22359 \begin_inset CommandInset citation
22360 LatexCommand cite
22361 key "sidecap"
22362
22363 \end_inset
22364
22365 の説明書をご参照ください。
22366 \end_layout
22367
22368 \begin_layout Standard
22369 \begin_inset Note Greyedout
22370 status open
22371
22372 \begin_layout Plain Layout
22373
22374 \series bold
22375 【註】
22376 \series default
22377
22378 \begin_inset CommandInset ref
22379 LatexCommand ref
22380 reference "sub:参照位置"
22381
22382 \end_inset
22383
22384 節に説明があるLaTeXパッケージ
22385 \series bold
22386 hypcap
22387 \series default
22388
22389 \begin_inset Index idx
22390 status collapsed
22391
22392 \begin_layout Plain Layout
22393 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22394 \end_layout
22395
22396 \end_inset
22397
22398 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22399 \end_layout
22400
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \begin_layout Standard
22407 \begin_inset ERT
22408 status collapsed
22409
22410 \begin_layout Plain Layout
22411
22412
22413 \backslash
22414 FigBesBeg 
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 \begin_inset Float figure
22424 wide false
22425 sideways false
22426 status open
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Graphics
22430         filename ../clipart/escher-lsd.eps
22431         scale 75
22432         scaleBeforeRotation
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \begin_layout Plain Layout
22440 \begin_inset Caption
22441
22442 \begin_layout Plain Layout
22443 \begin_inset CommandInset label
22444 LatexCommand label
22445 name "fig:図横キャプション"
22446
22447 \end_inset
22448
22449 これは図の横にあるキャプションです。
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Standard
22463 \begin_inset ERT
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467
22468
22469 \backslash
22470 FigBesEnd
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \begin_layout Standard
22479 \begin_inset ERT
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483
22484
22485 \backslash
22486 TabBesBeg 
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \begin_layout Standard
22495 \begin_inset Float table
22496 wide false
22497 sideways false
22498 status open
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Caption
22502
22503 \begin_layout Plain Layout
22504 \begin_inset CommandInset label
22505 LatexCommand label
22506 name "tab:表横キャプション"
22507
22508 \end_inset
22509
22510 これは表の横にあるキャプションです。
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Plain Layout
22519 \begin_inset Tabular
22520 <lyxtabular version="3" rows="4" columns="5">
22521 <features tabularvalignment="middle">
22522 <column alignment="center" valignment="top" width="0">
22523 <column alignment="center" valignment="top" width="0">
22524 <column alignment="center" valignment="top" width="0">
22525 <column alignment="center" valignment="top" width="0">
22526 <column alignment="center" valignment="top" width="0">
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 <row>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 <row>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row>
22669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 </lyxtabular>
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \begin_layout Standard
22728 \begin_inset ERT
22729 status collapsed
22730
22731 \begin_layout Plain Layout
22732
22733
22734 \backslash
22735 TabBesEnd
22736 \end_layout
22737
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset ERT
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748
22749
22750 \backslash
22751 sidecaptionvpos{figure}{c}
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \begin_inset Float figure
22758 wide false
22759 sideways false
22760 status open
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Graphics
22764         filename ../clipart/escher-lsd.eps
22765         scale 75
22766         scaleBeforeRotation
22767
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \begin_layout Plain Layout
22774 \begin_inset Caption
22775
22776 \begin_layout Plain Layout
22777 \begin_inset CommandInset label
22778 LatexCommand label
22779 name "fig:図横キャプション-2"
22780
22781 \end_inset
22782
22783 これは図の横にある縦方向中央揃えのキャプションです。
22784 \end_layout
22785
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \begin_layout Standard
22797 \begin_inset ERT
22798 status collapsed
22799
22800 \begin_layout Plain Layout
22801
22802
22803 \backslash
22804 FigBesEnd
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \begin_layout Standard
22813 \begin_inset ERT
22814 status collapsed
22815
22816 \begin_layout Plain Layout
22817
22818
22819 \backslash
22820 TabBesBeg[5]
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \begin_layout Standard
22829 \begin_inset Float table
22830 wide false
22831 sideways false
22832 status open
22833
22834 \begin_layout Plain Layout
22835 \begin_inset Caption
22836
22837 \begin_layout Plain Layout
22838
22839 \lang english
22840 \begin_inset CommandInset label
22841 LatexCommand label
22842 name "tab:cap-beside-tab-wider"
22843
22844 \end_inset
22845
22846 This is a caption is wider than the one in Table
22847 \lang japanese
22848
22849 \begin_inset space ~
22850 \end_inset
22851
22852
22853 \begin_inset CommandInset ref
22854 LatexCommand ref
22855 reference "tab:表横キャプション"
22856
22857 \end_inset
22858
22859 .
22860 \end_layout
22861
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Tabular
22869 <lyxtabular version="3" rows="4" columns="5">
22870 <features tabularvalignment="middle">
22871 <column alignment="center" valignment="top" width="0">
22872 <column alignment="center" valignment="top" width="0">
22873 <column alignment="center" valignment="top" width="0">
22874 <column alignment="center" valignment="top" width="0">
22875 <column alignment="center" valignment="top" width="0">
22876 <row>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 a
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 b
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 c
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 d
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 e
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 f
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 g
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 h
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 </row>
23017 <row>
23018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 i
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 j
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 </lyxtabular>
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Standard
23077 \begin_inset ERT
23078 status collapsed
23079
23080 \begin_layout Plain Layout
23081
23082
23083 \backslash
23084 TabBesEnd
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Standard
23093 \begin_inset ERT
23094 status collapsed
23095
23096 \begin_layout Plain Layout
23097
23098
23099 \backslash
23100 else
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \begin_inset Note Note
23107 status open
23108
23109 \begin_layout Plain Layout
23110 以下の部分は、LaTeXパッケージ
23111 \series bold
23112 sidecap
23113 \series default
23114 が導入されていないときのみ表示されます。
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 本節の残りの部分を出力で表示するには、LaTeXパッケージ
23124 \series bold
23125 sidecap
23126 \series default
23127 を導入する必要があります。
23128 \end_layout
23129
23130 \begin_layout Standard
23131 \begin_inset ERT
23132 status collapsed
23133
23134 \begin_layout Plain Layout
23135
23136
23137 \backslash
23138 fi
23139 \end_layout
23140
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \begin_layout Section
23147 フロート一覧
23148 \begin_inset Index idx
23149 status collapsed
23150
23151 \begin_layout Plain Layout
23152 ふろーと@フロート ! ふろーといちらん@フロート一覧
23153 \end_layout
23154
23155 \end_inset
23156
23157
23158 \end_layout
23159
23160 \begin_layout Standard
23161 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
23162 \family sans
23163 挿入\SpecialChar \menuseparator
23164 一覧/目次
23165 \family default
23166 メニューで挿入することができます。
23167 \end_layout
23168
23169 \begin_layout Standard
23170 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
23171 \end_layout
23172
23173 \begin_layout Standard
23174 本文書の終わりに、図一覧と表一覧があります。
23175 \end_layout
23176
23177 \begin_layout Chapter
23178 注釈
23179 \end_layout
23180
23181 \begin_layout Section
23182 LyX注釈
23183 \begin_inset Index idx
23184 status collapsed
23185
23186 \begin_layout Plain Layout
23187 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \begin_layout Standard
23196 注釈は、ツールバーボタン
23197 \begin_inset Graphics
23198         filename ../../images/note-insert.png
23199         scale 85
23200         scaleBeforeRotation
23201
23202 \end_inset
23203
23204 か、
23205 \family sans
23206 挿入\SpecialChar \menuseparator
23207 注釈
23208 \family default
23209 メニューで挿入することができます。注釈には、以下の三つの型があります。
23210 \end_layout
23211
23212 \begin_layout Description
23213 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
23214 \begin_inset Newline newline
23215 \end_inset
23216
23217
23218 \begin_inset Newline newline
23219 \end_inset
23220
23221
23222 \begin_inset Graphics
23223         filename ../clipart/LyXNoteImageQt4.png
23224         display false
23225         scale 85
23226         scaleBeforeRotation
23227
23228 \end_inset
23229
23230
23231 \begin_inset Note Note
23232 status open
23233
23234 \begin_layout Plain Layout
23235 これは、出力には現れない注釈ボックスに書かれた文章です。
23236 \end_layout
23237
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \begin_layout Description
23244 コメント この注釈も出力には現れませんが、
23245 \family sans
23246 ファイル\SpecialChar \menuseparator
23247 書き出し\SpecialChar \menuseparator
23248 LaTeX (pdflatex) / (平文)
23249 \family default
23250  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
23251 \begin_inset Newline newline
23252 \end_inset
23253
23254
23255 \begin_inset Newline newline
23256 \end_inset
23257
23258
23259 \begin_inset Graphics
23260         filename ../clipart/CommentNoteImageQt4.png
23261         display false
23262         scale 85
23263         scaleBeforeRotation
23264
23265 \end_inset
23266
23267  
23268 \begin_inset Note Comment
23269 status open
23270
23271 \begin_layout Plain Layout
23272 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \begin_layout Description
23281 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
23282 \begin_inset Newline newline
23283 \end_inset
23284
23285
23286 \begin_inset Newline newline
23287 \end_inset
23288
23289
23290 \begin_inset Graphics
23291         filename ../clipart/GreyedOutNoteImageQt4.png
23292         display false
23293         scale 85
23294         scaleBeforeRotation
23295
23296 \end_inset
23297
23298
23299 \begin_inset Newline newline
23300 \end_inset
23301
23302
23303 \begin_inset ERT
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307
23308
23309 \backslash
23310 renewenvironment{lyxgreyedout}
23311 \end_layout
23312
23313 \begin_layout Plain Layout
23314
23315 {
23316 \backslash
23317 textcolor[gray]{0.8}
23318 \backslash
23319 bgroup}{
23320 \backslash
23321 egroup}
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \begin_inset Note Greyedout
23328 status open
23329
23330 \begin_layout Plain Layout
23331 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
23332 \begin_inset Foot
23333 status collapsed
23334
23335 \begin_layout Plain Layout
23336 これは、淡色表示注釈内に脚注を用いた例です。
23337 \end_layout
23338
23339 \end_inset
23340
23341 です。
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \begin_inset ERT
23348 status collapsed
23349
23350 \begin_layout Plain Layout
23351
23352
23353 \backslash
23354 renewenvironment{lyxgreyedout}
23355 \end_layout
23356
23357 \begin_layout Plain Layout
23358
23359 {
23360 \backslash
23361 textcolor{blue}
23362 \backslash
23363 bgroup}{
23364 \backslash
23365 egroup}
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \begin_inset Note Note
23372 status open
23373
23374 \begin_layout Plain Layout
23375 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
23376 ように再定義されています。
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \begin_inset Newline newline
23383 \end_inset
23384
23385
23386 \begin_inset Newline newline
23387 \end_inset
23388
23389 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
23390 \end_layout
23391
23392 \begin_layout Standard
23393 \begin_inset VSpace bigskip
23394 \end_inset
23395
23396 注釈を挿入するのにツールバーボタン
23397 \begin_inset Graphics
23398         filename ../../images/note-insert.png
23399         scale 85
23400         scaleBeforeRotation
23401
23402 \end_inset
23403
23404 を使用すると、
23405 \family sans
23406 LyX注釈
23407 \family default
23408 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
23409 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
23410 さい。
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \begin_inset VSpace bigskip
23415 \end_inset
23416
23417
23418 \lang english
23419 You can change the text color of the greyed out notes in the menu 
23420 \family sans
23421 Document\SpecialChar \menuseparator
23422 Settings\SpecialChar \menuseparator
23423 Colors
23424 \family default
23425 .
23426 \end_layout
23427
23428 \begin_layout Section
23429 脚注
23430 \begin_inset CommandInset label
23431 LatexCommand label
23432 name "sec:脚注"
23433
23434 \end_inset
23435
23436
23437 \begin_inset Index idx
23438 status collapsed
23439
23440 \begin_layout Plain Layout
23441 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23442 \end_layout
23443
23444 \end_inset
23445
23446
23447 \begin_inset Index idx
23448 status collapsed
23449
23450 \begin_layout Plain Layout
23451 きゃくちゅう@脚注
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460 脚注は、ツールバーボタン
23461 \begin_inset Graphics
23462         filename ../../images/footnote-insert.png
23463         scale 85
23464         scaleBeforeRotation
23465
23466 \end_inset
23467
23468 か、
23469 \family sans
23470 挿入\SpecialChar \menuseparator
23471 脚注
23472 \family default
23473 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23474 \begin_inset Graphics
23475         filename clipart/footnoteQt4.png
23476         scale 80
23477         scaleBeforeRotation
23478
23479 \end_inset
23480
23481 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23482 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23483 \end_layout
23484
23485 \begin_layout Standard
23486 これが脚注の例です
23487 \begin_inset Foot
23488 status collapsed
23489
23490 \begin_layout Plain Layout
23491 \begin_inset CommandInset label
23492 LatexCommand label
23493 name "fn:これは脚注の一例"
23494
23495 \end_inset
23496
23497 これは脚注の一例です。
23498 \end_layout
23499
23500 \end_inset
23501
23502
23503 \begin_inset ERT
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507
23508
23509 \backslash
23510 newcounter{MyRepeatFoot}
23511 \end_layout
23512
23513 \begin_layout Plain Layout
23514
23515
23516 \backslash
23517 setcounter{MyRepeatFoot}{
23518 \backslash
23519 thefootnote}
23520 \end_layout
23521
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \begin_layout Standard
23528 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23529 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23530 \end_layout
23531
23532 \begin_layout Standard
23533 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23534 \begin_inset CommandInset ref
23535 LatexCommand ref
23536 reference "sec:フロートの参照"
23537
23538 \end_inset
23539
23540 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23541 \begin_inset Newline newline
23542 \end_inset
23543
23544 これは脚注
23545 \begin_inset CommandInset ref
23546 LatexCommand ref
23547 reference "fn:これは脚注の一例"
23548
23549 \end_inset
23550
23551 の相互参照です。
23552 \end_layout
23553
23554 \begin_layout Standard
23555 \begin_inset VSpace defskip
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \begin_layout Standard
23562 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23563 \series bold
23564
23565 \backslash
23566 footnotemark{}
23567 \series default
23568 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23569 \series bold
23570
23571 \backslash
23572 footnotetext
23573 \series default
23574 コマンドの引数として入力します。
23575 \begin_inset Newline newline
23576 \end_inset
23577
23578 以下の表ではコマンド
23579 \begin_inset Newline newline
23580 \end_inset
23581
23582
23583 \series bold
23584
23585 \backslash
23586 footnotetext{
23587 \series default
23588 出力される脚注の表
23589 \series bold
23590 }
23591 \series default
23592
23593 \begin_inset Newline newline
23594 \end_inset
23595
23596 を用いています。
23597 \end_layout
23598
23599 \begin_layout Standard
23600 \begin_inset Tabular
23601 <lyxtabular version="3" rows="2" columns="1">
23602 <features tabularvalignment="middle">
23603 <column alignment="center" valignment="top" width="0">
23604 <row>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 これは例文です。
23610 \begin_inset Foot
23611 status open
23612
23613 \begin_layout Plain Layout
23614 この脚注は出力されません!
23615 \end_layout
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 </row>
23625 <row>
23626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 これは例文です。
23631 \begin_inset ERT
23632 status collapsed
23633
23634 \begin_layout Plain Layout
23635
23636
23637 \backslash
23638 footnotemark{}
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 </row>
23649 </lyxtabular>
23650
23651 \end_inset
23652
23653
23654 \begin_inset ERT
23655 status collapsed
23656
23657 \begin_layout Plain Layout
23658
23659
23660 \backslash
23661 footnotetext{
23662 \end_layout
23663
23664 \end_inset
23665
23666 出力される脚注の表
23667 \begin_inset ERT
23668 status collapsed
23669
23670 \begin_layout Plain Layout
23671
23672 }
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Standard
23681 長尺表中の脚注は、第
23682 \begin_inset CommandInset ref
23683 LatexCommand ref
23684 reference "sub:長尺表での脚注"
23685
23686 \end_inset
23687
23688 節で述べられています。
23689 \end_layout
23690
23691 \begin_layout Standard
23692 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23693 \begin_inset CommandInset ref
23694 LatexCommand ref
23695 reference "sec:ミニページ"
23696
23697 \end_inset
23698
23699 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23700 \series bold
23701
23702 \backslash
23703 footnotemark{}
23704 \series default
23705
23706 \series bold
23707
23708 \backslash
23709 footntoetext
23710 \series default
23711 による方法を用いてください。
23712 \end_layout
23713
23714 \begin_layout Standard
23715 \begin_inset Box Frameless
23716 position "t"
23717 hor_pos "c"
23718 has_inner_box 1
23719 inner_pos "t"
23720 use_parbox 0
23721 use_makebox 0
23722 width "100col%"
23723 special "none"
23724 height "1in"
23725 height_special "totalheight"
23726 status open
23727
23728 \begin_layout Plain Layout
23729 これはミニページ中の例文です。
23730 \begin_inset Foot
23731 status open
23732
23733 \begin_layout Plain Layout
23734 ミニページ中の脚注です。
23735 \end_layout
23736
23737 \end_inset
23738
23739
23740 \end_layout
23741
23742 \begin_layout Plain Layout
23743 これはミニページ中の例文です。
23744 \begin_inset ERT
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748
23749
23750 \backslash
23751 footnotemark{}
23752 \end_layout
23753
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760
23761
23762 \end_layout
23763
23764 \begin_layout Standard
23765 \begin_inset ERT
23766 status collapsed
23767
23768 \begin_layout Plain Layout
23769
23770
23771 \backslash
23772 footnotetext{
23773 \end_layout
23774
23775 \end_inset
23776
23777 ミニページ外の脚注です。
23778 \begin_inset ERT
23779 status collapsed
23780
23781 \begin_layout Plain Layout
23782
23783 }
23784 \end_layout
23785
23786 \end_inset
23787
23788
23789 \begin_inset VSpace defskip
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \begin_layout Standard
23796 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23797 \series bold
23798
23799 \backslash
23800 footnotemark[番号]
23801 \series default
23802 を使用してください。
23803 \begin_inset Newline newline
23804 \end_inset
23805
23806 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23807 \begin_inset CommandInset ref
23808 LatexCommand ref
23809 reference "fn:これは脚注の一例"
23810
23811 \end_inset
23812
23813 の後に、TeXコードで
23814 \end_layout
23815
23816 \begin_layout Standard
23817
23818 \series bold
23819
23820 \backslash
23821 newcounter{MyRepeatFoot}
23822 \begin_inset Newline newline
23823 \end_inset
23824
23825
23826 \backslash
23827 setcounter{MyRepeatFoot}{
23828 \backslash
23829 thefootnote}
23830 \end_layout
23831
23832 \begin_layout Standard
23833 というコマンドを挿入しています。そして脚注マークは、
23834 \end_layout
23835
23836 \begin_layout Standard
23837
23838 \series bold
23839
23840 \backslash
23841 footnotemark[
23842 \backslash
23843 theMyRepeatFoot]
23844 \end_layout
23845
23846 \begin_layout Standard
23847 で作成します。
23848 \end_layout
23849
23850 \begin_layout Standard
23851 これは繰り返し脚注の例です。
23852 \begin_inset ERT
23853 status collapsed
23854
23855 \begin_layout Plain Layout
23856
23857
23858 \backslash
23859 footnotemark[
23860 \backslash
23861 theMyRepeatFoot]
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \begin_layout Standard
23870 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
23871 \end_layout
23872
23873 \begin_layout Standard
23874
23875 \series bold
23876
23877 \backslash
23878 footnotemark[
23879 \backslash
23880 thefootnote]
23881 \end_layout
23882
23883 \begin_layout Standard
23884 を使用してください。
23885 \end_layout
23886
23887 \begin_layout Standard
23888 これは繰り返し脚注の例です。
23889 \begin_inset ERT
23890 status collapsed
23891
23892 \begin_layout Plain Layout
23893
23894
23895 \backslash
23896 footnotemark[
23897 \backslash
23898 thefootnote]
23899 \end_layout
23900
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \begin_layout Subsection
23907 脚注の付番
23908 \begin_inset CommandInset label
23909 LatexCommand label
23910 name "sub:脚注の付番"
23911
23912 \end_inset
23913
23914
23915 \begin_inset Index idx
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919 きゃくちゅう@脚注 ! ふばん@付番
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Standard
23928 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23929 \end_layout
23930
23931 \begin_layout Standard
23932
23933 \series bold
23934
23935 \backslash
23936 @addtoreset{footnote}{section}
23937 \end_layout
23938
23939 \begin_layout Standard
23940 というコマンドを加えてください。
23941 \end_layout
23942
23943 \begin_layout Standard
23944 \begin_inset VSpace bigskip
23945 \end_inset
23946
23947 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23948 \end_layout
23949
23950 \begin_layout Standard
23951
23952 \series bold
23953
23954 \backslash
23955 renewcommand{
23956 \backslash
23957 thefootnote}{
23958 \backslash
23959 roman{footnote}}
23960 \end_layout
23961
23962 \begin_layout Standard
23963 \begin_inset ERT
23964 status collapsed
23965
23966 \begin_layout Plain Layout
23967
23968
23969 \backslash
23970 renewcommand{
23971 \backslash
23972 thefootnote}{
23973 \backslash
23974 roman{footnote}}
23975 \end_layout
23976
23977 \end_inset
23978
23979 これは、ローマ数字を使った脚注です
23980 \begin_inset Foot
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984 これは、ローマ数字を使った脚注の例です。
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Standard
23993 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23994 \series bold
23995
23996 \backslash
23997 roman
23998 \series default
23999
24000 \series bold
24001
24002 \backslash
24003 Roman
24004 \series default
24005 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
24006 \series bold
24007
24008 \backslash
24009 Alph
24010 \series default
24011 または
24012 \series bold
24013
24014 \backslash
24015 alph
24016 \series default
24017 を使用してください。記号を使って付「番」するには、
24018 \series bold
24019
24020 \backslash
24021 fnsymbol
24022 \series default
24023 を使ってください。
24024 \end_layout
24025
24026 \begin_layout Standard
24027 \begin_inset Note Greyedout
24028 status open
24029
24030 \begin_layout Plain Layout
24031
24032 \series bold
24033 【註】
24034 \series default
24035 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \begin_inset Newline newline
24042 \end_inset
24043
24044
24045 \begin_inset Note Greyedout
24046 status open
24047
24048 \begin_layout Plain Layout
24049
24050 \series bold
24051 【註】
24052 \series default
24053 記号を使うと9個の脚注しか番号を振ることができません。
24054 \end_layout
24055
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \begin_layout Standard
24062 付番様式を変更した後、既定様式に戻すには、上記コマンドの
24063 \series bold
24064
24065 \backslash
24066 roman
24067 \series default
24068
24069 \series bold
24070
24071 \backslash
24072 arabic
24073 \series default
24074 に置き換えて使用してください。
24075 \begin_inset ERT
24076 status collapsed
24077
24078 \begin_layout Plain Layout
24079
24080
24081 \backslash
24082 renewcommand{
24083 \backslash
24084 thefootnote}{
24085 \backslash
24086 arabic{footnote}}
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \begin_layout Standard
24095 \begin_inset VSpace bigskip
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \begin_layout Standard
24102 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
24103 \end_layout
24104
24105 \begin_layout Standard
24106
24107 \series bold
24108
24109 \backslash
24110 numberwithin{footnote}{chapter}
24111 \end_layout
24112
24113 \begin_layout Standard
24114 というコマンドを加えてください。
24115 \series bold
24116
24117 \backslash
24118 numberwithin
24119 \series default
24120 コマンドを使用できるようにするためには、文書設定の
24121 \family sans
24122 数式オプション
24123 \family default
24124 タブで
24125 \family sans
24126 AMS
24127 \begin_inset space ~
24128 \end_inset
24129
24130 mathパッケージを使う
24131 \family default
24132 オプションを有効にしてください。
24133 \end_layout
24134
24135 \begin_layout Standard
24136 \begin_inset ERT
24137 status collapsed
24138
24139 \begin_layout Plain Layout
24140
24141
24142 \backslash
24143 numberwithin{footnote}{chapter}
24144 \end_layout
24145
24146 \end_inset
24147
24148 これは、脚注のもう一つの例です
24149 \series bold
24150
24151 \begin_inset Foot
24152 status open
24153
24154 \begin_layout Plain Layout
24155
24156 \series bold
24157 これは、
24158 \series default
24159 「章番号.脚注番号」スキームで番号を振られた脚注です。
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \series default
24166
24167 \begin_inset ERT
24168 status collapsed
24169
24170 \begin_layout Plain Layout
24171
24172
24173 \backslash
24174 renewcommand{
24175 \backslash
24176 thefootnote}{
24177 \backslash
24178 arabic{footnote}}
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \begin_layout Standard
24187 \begin_inset Note Greyedout
24188 status open
24189
24190 \begin_layout Plain Layout
24191
24192 \series bold
24193 【註】
24194 \backslash
24195 numberwithin
24196 \series default
24197 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
24198 \end_layout
24199
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \begin_layout Standard
24206 また、例えば「章番号.
24207 \backslash
24208 Roman{footnote}」スキームを得るには、
24209 \series bold
24210
24211 \backslash
24212 numberwithin
24213 \series default
24214 の代わりに以下のコマンドを使用してください。
24215 \end_layout
24216
24217 \begin_layout Standard
24218
24219 \series bold
24220
24221 \backslash
24222 renewcommand{
24223 \backslash
24224 thefootnote}{
24225 \backslash
24226 thechapter.
24227 \backslash
24228 Roman{footnote}}
24229 \end_layout
24230
24231 \begin_layout Subsection
24232 脚注の配置
24233 \begin_inset Index idx
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237 きゃくちゅう@脚注 ! はいち@配置
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
24247 ブルに足して、1.5
24248 \begin_inset space \thinspace{}
24249 \end_inset
24250
24251 mmの余白を追加することもできます。
24252 \end_layout
24253
24254 \begin_layout Standard
24255
24256 \series bold
24257
24258 \backslash
24259 let
24260 \backslash
24261 myFoot
24262 \backslash
24263 footnote
24264 \begin_inset Newline newline
24265 \end_inset
24266
24267
24268 \backslash
24269 renewcommand{
24270 \backslash
24271 footnote}[1]{
24272 \backslash
24273 myFoot{#1
24274 \backslash
24275 vspace{1.5mm}}}
24276 \end_layout
24277
24278 \begin_layout Standard
24279 \begin_inset VSpace bigskip
24280 \end_inset
24281
24282 二段組文書では、脚注は各段底部に表示されます(図
24283 \begin_inset CommandInset ref
24284 LatexCommand ref
24285 reference "fig:標準的脚注配置"
24286
24287 \end_inset
24288
24289 )。図
24290 \begin_inset CommandInset ref
24291 LatexCommand ref
24292 reference "fig:ftnright脚注配置"
24293
24294 \end_inset
24295
24296 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
24297 \end_layout
24298
24299 \begin_layout Standard
24300
24301 \series bold
24302
24303 \backslash
24304 usepackage{ftnright}
24305 \end_layout
24306
24307 \begin_layout Standard
24308 というコマンドを書いて、LaTeXパッケージ
24309 \series bold
24310 ftnright
24311 \series default
24312
24313 \begin_inset Index idx
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
24318 \end_layout
24319
24320 \end_inset
24321
24322 を読み込みます。
24323 \begin_inset Float figure
24324 placement !h
24325 wide false
24326 sideways false
24327 status open
24328
24329 \begin_layout Plain Layout
24330 \begin_inset ERT
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334
24335
24336 \backslash
24337 framebox{
24338 \end_layout
24339
24340 \end_inset
24341
24342
24343 \begin_inset Graphics
24344         filename ../clipart/without_fntright.pdf
24345         width 100col%
24346         scaleBeforeRotation
24347
24348 \end_inset
24349
24350
24351 \begin_inset ERT
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355
24356 }
24357 \end_layout
24358
24359 \end_inset
24360
24361
24362 \end_layout
24363
24364 \begin_layout Plain Layout
24365 \begin_inset Caption
24366
24367 \begin_layout Plain Layout
24368 \begin_inset CommandInset label
24369 LatexCommand label
24370 name "fig:標準的脚注配置"
24371
24372 \end_inset
24373
24374 二段組文書の標準的な脚注配置
24375 \end_layout
24376
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset Float figure
24389 placement !h
24390 wide false
24391 sideways false
24392 status open
24393
24394 \begin_layout Plain Layout
24395 \begin_inset ERT
24396 status collapsed
24397
24398 \begin_layout Plain Layout
24399
24400
24401 \backslash
24402 framebox{
24403 \end_layout
24404
24405 \end_inset
24406
24407
24408 \begin_inset Graphics
24409         filename ../clipart/with_fntright.pdf
24410         width 100col%
24411         scaleBeforeRotation
24412
24413 \end_inset
24414
24415
24416 \begin_inset ERT
24417 status collapsed
24418
24419 \begin_layout Plain Layout
24420
24421 }
24422 \end_layout
24423
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \begin_layout Plain Layout
24430 \begin_inset Caption
24431
24432 \begin_layout Plain Layout
24433 \begin_inset CommandInset label
24434 LatexCommand label
24435 name "fig:ftnright脚注配置"
24436
24437 \end_inset
24438
24439 LaTeXパッケージ
24440 \series bold
24441 ftnright
24442 \series default
24443 を使用したときの二段組文書の脚注配置
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \begin_layout Standard
24457 \begin_inset VSpace bigskip
24458 \end_inset
24459
24460 科学的文献に於いては、図
24461 \begin_inset CommandInset ref
24462 LatexCommand ref
24463 reference "fig:後注"
24464
24465 \end_inset
24466
24467 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24468 \begin_inset Index idx
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472 こちゅう@後注
24473 \end_layout
24474
24475 \end_inset
24476
24477 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24478 \family sans
24479 文書\SpecialChar \menuseparator
24480 設定\SpecialChar \menuseparator
24481 モジュール
24482 \family default
24483 メニューで
24484 \family sans
24485 脚注から後注へ
24486 \family default
24487 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24488 \end_layout
24489
24490 \begin_layout Standard
24491
24492 \series bold
24493
24494 \backslash
24495 theendnotes
24496 \end_layout
24497
24498 \begin_layout Standard
24499 というコマンドを挿入してください。
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \begin_inset Float figure
24504 wide false
24505 sideways false
24506 status open
24507
24508 \begin_layout Plain Layout
24509 \align center
24510 \begin_inset ERT
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514
24515
24516 \backslash
24517 framebox{
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \begin_inset Graphics
24524         filename ../clipart/endnotes.pdf
24525         scaleBeforeRotation
24526
24527 \end_inset
24528
24529
24530 \begin_inset ERT
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535 }
24536 \end_layout
24537
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \begin_layout Plain Layout
24544 \begin_inset Caption
24545
24546 \begin_layout Plain Layout
24547 \begin_inset CommandInset label
24548 LatexCommand label
24549 name "fig:後注"
24550
24551 \end_inset
24552
24553 後注 – 注を節ないし章末に別段落として印字します。
24554 \end_layout
24555
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Standard
24567 \begin_inset VSpace medskip
24568 \end_inset
24569
24570 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24571 \end_layout
24572
24573 \begin_layout Standard
24574
24575 \series bold
24576
24577 \backslash
24578 renewcommand{
24579 \backslash
24580 notesname}{Anmerkungen}
24581 \end_layout
24582
24583 \begin_layout Standard
24584 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24585 \end_layout
24586
24587 \begin_layout Standard
24588 \begin_inset VSpace medskip
24589 \end_inset
24590
24591
24592 \begin_inset CommandInset ref
24593 LatexCommand ref
24594 reference "sub:脚注の付番"
24595
24596 \end_inset
24597
24598 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24599 \series bold
24600
24601 \backslash
24602 thefootnote
24603 \series default
24604 コマンドの代わりに
24605 \series bold
24606
24607 \backslash
24608 theendnote
24609 \series default
24610 を用いてください。後注番号をリセットするには、第
24611 \begin_inset CommandInset ref
24612 LatexCommand ref
24613 reference "sub:脚注の付番"
24614
24615 \end_inset
24616
24617 節で述べたコマンド
24618 \series bold
24619
24620 \backslash
24621 @addtoreset
24622 \series default
24623 の、パラメータ
24624 \series bold
24625 footnote
24626 \series default
24627
24628 \series bold
24629 endnote
24630 \series default
24631 に変えて、使用してください。
24632 \end_layout
24633
24634 \begin_layout Standard
24635 後注の印だけを作成するには、第
24636 \begin_inset CommandInset ref
24637 LatexCommand ref
24638 reference "sec:脚注"
24639
24640 \end_inset
24641
24642 節で説明した
24643 \series bold
24644
24645 \backslash
24646 footnotemark
24647 \series default
24648 コマンドの代わりに、
24649 \series bold
24650
24651 \backslash
24652 endnotemark[番号]
24653 \series default
24654 コマンドを使用してください。
24655 \end_layout
24656
24657 \begin_layout Standard
24658 \begin_inset VSpace bigskip
24659 \end_inset
24660
24661 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24662 \series bold
24663 footmisc
24664 \series default
24665
24666 \begin_inset Index idx
24667 status collapsed
24668
24669 \begin_layout Plain Layout
24670 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \begin_inset CommandInset citation
24677 LatexCommand cite
24678 key "footmisc"
24679
24680 \end_inset
24681
24682 を参照してください。
24683 \end_layout
24684
24685 \begin_layout Standard
24686 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24687 \begin_inset CommandInset citation
24688 LatexCommand cite
24689 key "latexcompanion,latexguide,latexbook"
24690
24691 \end_inset
24692
24693 に載っています。 
24694 \lang english
24695 If you are using a
24696 \lang japanese
24697  
24698 \series bold
24699 KOMA-Script
24700 \series default
24701
24702 \begin_inset Index idx
24703 status collapsed
24704
24705 \begin_layout Plain Layout
24706 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24707 \end_layout
24708
24709 \end_inset
24710
24711  
24712 \lang english
24713 document class, you can adjust all footnote settings using class-specific
24714  commands, see
24715 \lang japanese
24716  
24717 \begin_inset CommandInset citation
24718 LatexCommand cite
24719 key "KOMA-Script"
24720
24721 \end_inset
24722
24723 .
24724 \end_layout
24725
24726 \begin_layout Section
24727 傍注
24728 \begin_inset Index idx
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \begin_layout Standard
24741 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24742 \family sans
24743 挿入\SpecialChar \menuseparator
24744 傍注
24745 \family default
24746 メニューかツールバーボタン
24747 \begin_inset Graphics
24748         filename ../../images/marginalnote-insert.png
24749         scale 85
24750         scaleBeforeRotation
24751
24752 \end_inset
24753
24754 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24755 \end_layout
24756
24757 \begin_layout Standard
24758 横にあるのが傍注です
24759 \begin_inset Marginal
24760 status open
24761
24762 \begin_layout Plain Layout
24763 これは傍注文です。
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Standard
24772 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24773 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24774 \end_layout
24775
24776 \begin_layout Standard
24777 \begin_inset VSpace bigskip
24778 \end_inset
24779
24780 傍注を内側余白に置くには、傍注の前にTeXコードで
24781 \end_layout
24782
24783 \begin_layout Standard
24784
24785 \series bold
24786
24787 \backslash
24788 reversemarginpar
24789 \end_layout
24790
24791 \begin_layout Standard
24792 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24793 \begin_inset ERT
24794 status collapsed
24795
24796 \begin_layout Plain Layout
24797
24798
24799 \backslash
24800 reversemarginpar 
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \begin_inset Marginal
24807 status open
24808
24809 \begin_layout Plain Layout
24810 これは内側余白の傍注です。
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \series bold
24817
24818 \begin_inset Newline newline
24819 \end_inset
24820
24821
24822 \series default
24823
24824 \begin_inset Note Greyedout
24825 status open
24826
24827 \begin_layout Plain Layout
24828 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 既定の配置に戻すには、TeXコードで
24838 \end_layout
24839
24840 \begin_layout Standard
24841
24842 \series bold
24843
24844 \backslash
24845 normalmarginpar
24846 \end_layout
24847
24848 \begin_layout Standard
24849 というコマンドを書き加えてください。
24850 \begin_inset ERT
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854
24855
24856 \backslash
24857 normalmarginpar 
24858 \end_layout
24859
24860 \end_inset
24861
24862  
24863 \begin_inset Note Greyedout
24864 status open
24865
24866 \begin_layout Plain Layout
24867
24868 \series bold
24869 【註】
24870 \backslash
24871 reversemarginpar
24872 \series default
24873 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24874 \end_layout
24875
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \begin_layout Standard
24882 \begin_inset VSpace bigskip
24883 \end_inset
24884
24885
24886 \begin_inset Marginal
24887 status open
24888
24889 \begin_layout Plain Layout
24890 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \begin_inset CommandInset ref
24897 LatexCommand ref
24898 reference "sub:複数行"
24899
24900 \end_inset
24901
24902 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24903 \begin_inset space \thinspace{}
24904 \end_inset
24905
24906 pt水平空白を挿入してください 
24907 \begin_inset Marginal
24908 status open
24909
24910 \begin_layout Plain Layout
24911 \begin_inset space \hspace*{}
24912 \length 0pt
24913 \end_inset
24914
24915 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24916 \end_layout
24917
24918 \end_inset
24919
24920
24921 \end_layout
24922
24923 \begin_layout Standard
24924 \begin_inset VSpace bigskip
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset Note Greyedout
24932 status open
24933
24934 \begin_layout Plain Layout
24935
24936 \series bold
24937 【註】
24938 \series default
24939 通常、傍注は表やフロート、脚注の中では使用することができません。
24940 \end_layout
24941
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \begin_layout Standard
24948 \begin_inset VSpace bigskip
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \begin_layout Standard
24955 \begin_inset ERT
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959
24960
24961 \backslash
24962 ifmarginnote
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \begin_inset Note Note
24969 status open
24970
24971 \begin_layout Plain Layout
24972 以下の部分は、LaTeXパッケージ
24973 \series bold
24974 marginnote
24975 \series default
24976 が導入されているときのみ表示されます。
24977 \end_layout
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Standard
24985 この制約は、LaTeXパッケージ
24986 \series bold
24987 marginnote
24988 \series default
24989
24990 \begin_inset Index idx
24991 status collapsed
24992
24993 \begin_layout Plain Layout
24994 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24995 \end_layout
24996
24997 \end_inset
24998
24999 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
25000 \series bold
25001 marginnote
25002 \series default
25003 パッケージが提供するコマンドを使うようになります。
25004 \end_layout
25005
25006 \begin_layout Standard
25007
25008 \series bold
25009
25010 \backslash
25011 usepackage{marginnote}
25012 \begin_inset Newline newline
25013 \end_inset
25014
25015
25016 \backslash
25017 let
25018 \backslash
25019 marginpar
25020 \backslash
25021 marginnote
25022 \end_layout
25023
25024 \begin_layout Standard
25025
25026 \series bold
25027 marginnote
25028 \series default
25029 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
25030 \series bold
25031 marginnote
25032 \series default
25033 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
25034 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
25035 \end_layout
25036
25037 \begin_layout Standard
25038
25039 \series bold
25040 [オフセット]
25041 \end_layout
25042
25043 \begin_layout Standard
25044 という形で書くことで設定することができます。ここで「オフセット」には、表
25045 \begin_inset CommandInset ref
25046 LatexCommand ref
25047 reference "tab:単位"
25048
25049 \end_inset
25050
25051 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
25052 \series bold
25053 [-1.5cm]
25054 \series default
25055 」を使用して、1.5
25056 \begin_inset space \thinspace{}
25057 \end_inset
25058
25059 cm上にずらしてあります
25060 \begin_inset Marginal
25061 status open
25062
25063 \begin_layout Plain Layout
25064 この傍注は、本来の位置よりも1.5
25065 \begin_inset space \thinspace{}
25066 \end_inset
25067
25068 cm上にずらしてあります。
25069 \end_layout
25070
25071 \end_inset
25072
25073
25074 \begin_inset ERT
25075 status collapsed
25076
25077 \begin_layout Plain Layout
25078
25079 [-1.5cm]
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Standard
25088 \begin_inset VSpace medskip
25089 \end_inset
25090
25091
25092 \series bold
25093 marginnote
25094 \series default
25095 を使うと、傍注の揃えを変更することもできます。たとえば、
25096 \end_layout
25097
25098 \begin_layout Standard
25099
25100 \series bold
25101
25102 \backslash
25103 renewcommand*{
25104 \backslash
25105 raggedleftmarginnote}{
25106 \backslash
25107 centering}
25108 \begin_inset Newline newline
25109 \end_inset
25110
25111
25112 \backslash
25113 renewcommand*{
25114 \backslash
25115 raggedrightmarginnote}{
25116 \backslash
25117 centering}
25118 \end_layout
25119
25120 \begin_layout Standard
25121 というコマンドを使うと、中央揃えになります。
25122 \series bold
25123
25124 \backslash
25125 raggedleftmarginnote
25126 \series default
25127 とは、左側に表示されている傍注のことを指します
25128 \begin_inset ERT
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132
25133
25134 \backslash
25135 renewcommand*{
25136 \backslash
25137 raggedleftmarginnote}{
25138 \backslash
25139 centering}
25140 \end_layout
25141
25142 \begin_layout Plain Layout
25143
25144
25145 \backslash
25146 renewcommand*{
25147 \backslash
25148 raggedrightmarginnote}{
25149 \backslash
25150 centering}
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \begin_inset Marginal
25157 status open
25158
25159 \begin_layout Plain Layout
25160 この傍注の文章は中央揃えになっています。
25161 \end_layout
25162
25163 \end_inset
25164
25165 。既定の設定は、
25166 \end_layout
25167
25168 \begin_layout Standard
25169
25170 \series bold
25171
25172 \backslash
25173 renewcommand*{
25174 \backslash
25175 raggedleftmarginnote}{
25176 \backslash
25177 raggedleft}
25178 \begin_inset Newline newline
25179 \end_inset
25180
25181
25182 \backslash
25183 renewcommand*{
25184 \backslash
25185 raggedrightmarginnote}{
25186 \backslash
25187 raggedright}
25188 \series default
25189
25190 \begin_inset ERT
25191 status collapsed
25192
25193 \begin_layout Plain Layout
25194
25195
25196 \backslash
25197 renewcommand*{
25198 \backslash
25199 raggedleftmarginnote}{
25200 \backslash
25201 raggedleft}
25202 \end_layout
25203
25204 \begin_layout Plain Layout
25205
25206
25207 \backslash
25208 renewcommand*{
25209 \backslash
25210 raggedrightmarginnote}{
25211 \backslash
25212 raggedright}
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Standard
25221 です。
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \begin_inset VSpace medskip
25226 \end_inset
25227
25228
25229 \series bold
25230 marginnote
25231 \series default
25232 の他の機能については、
25233 \begin_inset CommandInset citation
25234 LatexCommand cite
25235 key "marginnote"
25236
25237 \end_inset
25238
25239 の取扱説明書をご参照ください。
25240 \end_layout
25241
25242 \begin_layout Standard
25243 \begin_inset VSpace bigskip
25244 \end_inset
25245
25246 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
25247 \family sans
25248 \series bold
25249 \bar under
25250 注意!
25251 \family default
25252 \series default
25253 \bar default
25254 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
25255 \end_layout
25256
25257 \begin_layout Standard
25258
25259 \series bold
25260
25261 \backslash
25262 let
25263 \backslash
25264 myMarginpar
25265 \backslash
25266 marginpar
25267 \begin_inset Newline newline
25268 \end_inset
25269
25270
25271 \backslash
25272 renewcommand{
25273 \backslash
25274 marginpar}[1]{
25275 \backslash
25276 myMarginpar{%
25277 \begin_inset Newline newline
25278 \end_inset
25279
25280
25281 \begin_inset Phantom HPhantom
25282 status open
25283
25284 \begin_layout Plain Layout
25285
25286 \series bold
25287 \begin_inset space ~
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \backslash
25297 hspace{0pt}
25298 \backslash
25299 textsf{
25300 \backslash
25301 textbf{
25302 \backslash
25303 underbar{注意!}}}%
25304 \begin_inset Newline newline
25305 \end_inset
25306
25307
25308 \begin_inset Phantom HPhantom
25309 status open
25310
25311 \begin_layout Plain Layout
25312
25313 \series bold
25314 \begin_inset space ~
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \end_inset
25321
25322
25323 \backslash
25324 vspace{1.5mm}
25325 \backslash
25326
25327 \backslash
25328 #1}}
25329 \end_layout
25330
25331 \begin_layout Standard
25332 \begin_inset ERT
25333 status collapsed
25334
25335 \begin_layout Plain Layout
25336
25337
25338 \backslash
25339 let
25340 \backslash
25341 myMarginpar
25342 \backslash
25343 marginpar
25344 \end_layout
25345
25346 \begin_layout Plain Layout
25347
25348
25349 \backslash
25350 renewcommand{
25351 \backslash
25352 marginpar}[1]{
25353 \backslash
25354 myMarginpar{%
25355 \end_layout
25356
25357 \begin_layout Plain Layout
25358
25359    
25360 \backslash
25361 textsf{
25362 \backslash
25363 textbf{
25364 \backslash
25365 underbar{注意!}}}%
25366 \end_layout
25367
25368 \begin_layout Plain Layout
25369
25370    
25371 \backslash
25372 vspace{1.5mm}
25373 \backslash
25374
25375 \backslash
25376 #1}}
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \begin_inset Marginal
25383 status open
25384
25385 \begin_layout Plain Layout
25386 これは、定義したヘッダをつけた傍注です。
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \begin_inset ERT
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396
25397 [-1.5cm]
25398 \end_layout
25399
25400 \end_inset
25401
25402
25403 \begin_inset ERT
25404 status collapsed
25405
25406 \begin_layout Plain Layout
25407
25408
25409 \backslash
25410 renewcommand{
25411 \backslash
25412 marginpar}[1]{
25413 \backslash
25414 myMarginpar{#1}}
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \begin_inset Note Note
25421 status open
25422
25423 \begin_layout Plain Layout
25424 傍注書式は、この例の分だけ変更してあります。
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \begin_inset ERT
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437
25438
25439 \backslash
25440 else
25441 \end_layout
25442
25443 \end_inset
25444
25445
25446 \begin_inset Note Note
25447 status open
25448
25449 \begin_layout Plain Layout
25450 以下の部分は、LaTeXパッケージ
25451 \series bold
25452 marginnote
25453 \series default
25454 が導入されていないときのみ表示されます。
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25464 \series bold
25465 marginnote
25466 \series default
25467 を導入する必要があります。
25468 \end_layout
25469
25470 \begin_layout Standard
25471 \begin_inset ERT
25472 status collapsed
25473
25474 \begin_layout Plain Layout
25475
25476
25477 \backslash
25478 fi
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Chapter
25487 ボックス
25488 \end_layout
25489
25490 \begin_layout Section
25491 はじめに
25492 \begin_inset Index idx
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496 ぼっくす@ボックス ! はじめに
25497 \end_layout
25498
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \begin_layout Standard
25505 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25506 \begin_inset CommandInset ref
25507 LatexCommand ref
25508 reference "sec:ミニページ"
25509
25510 \end_inset
25511
25512 節参照)、文章を囲ったり(第
25513 \begin_inset CommandInset ref
25514 LatexCommand ref
25515 reference "sec:装飾"
25516
25517 \end_inset
25518
25519 節参照)、単語がハイフネートされるのを予防したり(第
25520 \begin_inset CommandInset ref
25521 LatexCommand ref
25522 reference "sec:ハイフネーションの回避"
25523
25524 \end_inset
25525
25526 節参照)、文章を揃えたり(第
25527 \begin_inset CommandInset ref
25528 LatexCommand ref
25529 reference "sub:垂直揃え"
25530
25531 \end_inset
25532
25533 節参照)、あるいは文章の背景色を設定したり(第
25534 \begin_inset CommandInset ref
25535 LatexCommand ref
25536 reference "sec:色付きボックス"
25537
25538 \end_inset
25539
25540 節参照)するのに使用します。
25541 \end_layout
25542
25543 \begin_layout Standard
25544 ボックスは、
25545 \family sans
25546 挿入\SpecialChar \menuseparator
25547 ボックス
25548 \family default
25549 メニューかツールバーボタン
25550 \begin_inset Graphics
25551         filename ../../images/box-insert.png
25552         scale 85
25553         scaleBeforeRotation
25554
25555 \end_inset
25556
25557 を使って挿入することができます。すると、
25558 \begin_inset Graphics
25559         filename ../clipart/BoxInsetDefaultQt4.png
25560         scale 85
25561         scaleBeforeRotation
25562
25563 \end_inset
25564
25565 のように
25566 \family sans
25567 ボックス(minipage環境)
25568 \family default
25569 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25570 \family sans
25571 設定
25572 \family default
25573 メニューを選択すると現れるボックスダイアログでは、
25574 \family sans
25575 parboxコマンド
25576 \family default
25577
25578 \family sans
25579 minipage環境
25580 \family default
25581 の二つの
25582 \family sans
25583 内部ボックス
25584 \family default
25585 型を選択することができます。
25586 \family sans
25587 minipage
25588 \family default
25589 型は、新規ボックスの既定値となっており、第
25590 \begin_inset CommandInset ref
25591 LatexCommand ref
25592 reference "sec:ミニページ"
25593
25594 \end_inset
25595
25596 節で説明します。
25597 \family sans
25598 parbox
25599 \family default
25600 型については第
25601 \begin_inset CommandInset ref
25602 LatexCommand ref
25603 reference "sec:Parboxes"
25604
25605 \end_inset
25606
25607 節、
25608 \family sans
25609 makebox
25610 \family default
25611 型については第
25612 \begin_inset CommandInset ref
25613 LatexCommand ref
25614 reference "sec:ハイフネーションの回避"
25615
25616 \end_inset
25617
25618 節で述べます。
25619 \end_layout
25620
25621 \begin_layout Standard
25622 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25623 \end_layout
25624
25625 \begin_layout Standard
25626 \begin_inset Note Greyedout
25627 status open
25628
25629 \begin_layout Plain Layout
25630 【註】ボックスは、
25631 \family sans
25632 箇条書き(記号)
25633 \family default
25634 環境や
25635 \family sans
25636 箇条書き(記述)
25637 \family default
25638 環境の単独要素とすべきではありません。
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \begin_layout Standard
25647 \begin_inset Note Greyedout
25648 status open
25649
25650 \begin_layout Plain Layout
25651 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25652 \family sans
25653 内部ボックス
25654 \family default
25655 型は
25656 \family sans
25657 なし
25658 \family default
25659 にしか設定することができません。
25660 \family sans
25661 内部ボックス
25662 \family default
25663 型や枠のないボックスについては、第
25664 \begin_inset CommandInset ref
25665 LatexCommand ref
25666 reference "sec:ハイフネーションの回避"
25667
25668 \end_inset
25669
25670 節で説明します。
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \begin_layout Section
25679 ボックスダイアログ
25680 \begin_inset CommandInset label
25681 LatexCommand label
25682 name "sec:ボックスダイアログ"
25683
25684 \end_inset
25685
25686
25687 \begin_inset Index idx
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \begin_layout Subsection
25700 寸法
25701 \begin_inset Index idx
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705 ぼっくす@ボックス ! すんぽう@寸法
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \end_layout
25712
25713 \begin_layout Standard
25714 ボックスダイアログでは、
25715 \family sans
25716
25717 \family default
25718
25719 \family sans
25720 高さ
25721 \family default
25722 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25723 \begin_inset CommandInset ref
25724 LatexCommand ref
25725 reference "tab:単位"
25726
25727 \end_inset
25728
25729 に説明されています。
25730 \family sans
25731 高さ
25732 \family default
25733 フィールドには、加えて以下の寸法を使用することができます。
25734 \end_layout
25735
25736 \begin_layout Description
25737 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25738 \begin_inset Newline newline
25739 \end_inset
25740
25741
25742 \begin_inset Newline newline
25743 \end_inset
25744
25745
25746 \begin_inset Newline newline
25747 \end_inset
25748
25749
25750 \begin_inset Box Boxed
25751 position "c"
25752 hor_pos "c"
25753 has_inner_box 1
25754 inner_pos "c"
25755 use_parbox 0
25756 use_makebox 0
25757 width "12col%"
25758 special "none"
25759 height "1in"
25760 height_special "depth"
25761 status open
25762
25763 \begin_layout Plain Layout
25764 \align center
25765 高さを1階層に設定したボックス
25766 \end_layout
25767
25768 \end_inset
25769
25770
25771 \begin_inset Newline newline
25772 \end_inset
25773
25774
25775 \begin_inset Newline newline
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Description
25782 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25783 \begin_inset Box Boxed
25784 position "c"
25785 hor_pos "c"
25786 has_inner_box 1
25787 inner_pos "c"
25788 use_parbox 0
25789 use_makebox 0
25790 width "20col%"
25791 special "none"
25792 height "2in"
25793 height_special "height"
25794 status open
25795
25796 \begin_layout Plain Layout
25797 \align center
25798 高さを2高さに設定したボックス
25799 \end_layout
25800
25801 \end_inset
25802
25803
25804 \end_layout
25805
25806 \begin_layout Description
25807 全高 これは「高さ」+「階層」です。
25808 \begin_inset Box Boxed
25809 position "c"
25810 hor_pos "c"
25811 has_inner_box 1
25812 inner_pos "c"
25813 use_parbox 0
25814 use_makebox 0
25815 width "20col%"
25816 special "none"
25817 height "1in"
25818 height_special "totalheight"
25819 status open
25820
25821 \begin_layout Plain Layout
25822 \align center
25823 高さを1全高に設定したボックス
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Description
25832 幅 これはボックスの幅を高さに設定します。
25833 \begin_inset Box Boxed
25834 position "c"
25835 hor_pos "c"
25836 has_inner_box 1
25837 inner_pos "c"
25838 use_parbox 0
25839 use_makebox 0
25840 width "12col%"
25841 special "none"
25842 height "1in"
25843 height_special "width"
25844 status open
25845
25846 \begin_layout Plain Layout
25847 \align center
25848 高さを1幅に設定したボックス
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Subsection
25857 文字揃え
25858 \begin_inset Index idx
25859 status collapsed
25860
25861 \begin_layout Plain Layout
25862 ぼっくす@ボックス ! もじそろえ@文字揃え
25863 \end_layout
25864
25865 \end_inset
25866
25867
25868 \end_layout
25869
25870 \begin_layout Standard
25871
25872 \family sans
25873 内部ボックス
25874 \family default
25875 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25876 \end_layout
25877
25878 \begin_layout Description
25879 上 これは例示のための本文行です。
25880 \begin_inset Box Boxed
25881 position "t"
25882 hor_pos "c"
25883 has_inner_box 1
25884 inner_pos "c"
25885 use_parbox 0
25886 use_makebox 0
25887 width "12col%"
25888 special "none"
25889 height "1in"
25890 height_special "totalheight"
25891 status open
25892
25893 \begin_layout Plain Layout
25894 \align center
25895 このボックスは上揃えです。
25896 \end_layout
25897
25898 \end_inset
25899
25900 これは例示のための本文行です。
25901 \end_layout
25902
25903 \begin_layout Description
25904 中央 これは例示のための本文行です。
25905 \begin_inset Box Boxed
25906 position "c"
25907 hor_pos "c"
25908 has_inner_box 1
25909 inner_pos "c"
25910 use_parbox 0
25911 use_makebox 0
25912 width "12col%"
25913 special "none"
25914 height "1in"
25915 height_special "totalheight"
25916 status open
25917
25918 \begin_layout Plain Layout
25919 \align center
25920 このボックスは中央揃えです。
25921 \end_layout
25922
25923 \end_inset
25924
25925 これは例示のための本文行です。
25926 \end_layout
25927
25928 \begin_layout Description
25929 下 これは例示のための本文行です。
25930 \begin_inset Box Boxed
25931 position "b"
25932 hor_pos "c"
25933 has_inner_box 1
25934 inner_pos "c"
25935 use_parbox 0
25936 use_makebox 0
25937 width "12col%"
25938 special "none"
25939 height "1in"
25940 height_special "totalheight"
25941 status open
25942
25943 \begin_layout Plain Layout
25944 \align center
25945 このボックスは下揃えです。
25946 \end_layout
25947
25948 \end_inset
25949
25950 これは例示のための本文行です。
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset Note Greyedout
25955 status open
25956
25957 \begin_layout Plain Layout
25958
25959 \series bold
25960 【註】
25961 \series default
25962 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \begin_layout Standard
25971 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25972 \end_layout
25973
25974 \begin_layout Standard
25975 \begin_inset VSpace bigskip
25976 \end_inset
25977
25978
25979 \family sans
25980 内部ボックス
25981 \family default
25982 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25983 \end_layout
25984
25985 \begin_layout Description
25986 上 これは例示のための本文行です。
25987 \begin_inset Box Boxed
25988 position "c"
25989 hor_pos "c"
25990 has_inner_box 1
25991 inner_pos "t"
25992 use_parbox 0
25993 use_makebox 0
25994 width "12col%"
25995 special "none"
25996 height "1.5in"
25997 height_special "totalheight"
25998 status open
25999
26000 \begin_layout Plain Layout
26001 \align center
26002 このボックスの文章は上揃えです。
26003 \end_layout
26004
26005 \end_inset
26006
26007 これは例示のための本文行です。
26008 \end_layout
26009
26010 \begin_layout Description
26011 中央 これは例示のための本文行です。
26012 \begin_inset Box Boxed
26013 position "c"
26014 hor_pos "c"
26015 has_inner_box 1
26016 inner_pos "c"
26017 use_parbox 0
26018 use_makebox 0
26019 width "12col%"
26020 special "none"
26021 height "1.5in"
26022 height_special "totalheight"
26023 status open
26024
26025 \begin_layout Plain Layout
26026 \align center
26027 このボックスの文章は中央揃えです。
26028 \end_layout
26029
26030 \end_inset
26031
26032 これは例示のための本文行です。
26033 \end_layout
26034
26035 \begin_layout Description
26036 下 これは例示のための本文行です。
26037 \begin_inset Box Boxed
26038 position "c"
26039 hor_pos "c"
26040 has_inner_box 1
26041 inner_pos "b"
26042 use_parbox 0
26043 use_makebox 0
26044 width "12col%"
26045 special "none"
26046 height "1.5in"
26047 height_special "totalheight"
26048 status open
26049
26050 \begin_layout Plain Layout
26051 \align center
26052 このボックスの文章は下揃えです。
26053 \end_layout
26054
26055 \end_inset
26056
26057 これは例示のための本文行です。
26058 \end_layout
26059
26060 \begin_layout Description
26061 広げる これは例示のための本文行です。
26062 \begin_inset Box Boxed
26063 position "c"
26064 hor_pos "c"
26065 has_inner_box 1
26066 inner_pos "s"
26067 use_parbox 0
26068 use_makebox 0
26069 width "17col%"
26070 special "none"
26071 height "1.5in"
26072 height_special "totalheight"
26073 status open
26074
26075 \begin_layout Plain Layout
26076 \align center
26077 このボックスの
26078 \end_layout
26079
26080 \begin_layout Plain Layout
26081 \align center
26082 文章は広げて
26083 \end_layout
26084
26085 \begin_layout Plain Layout
26086 \align center
26087 あります。
26088 \end_layout
26089
26090 \end_inset
26091
26092 これは例示のための本文行です。
26093 \end_layout
26094
26095 \begin_layout Standard
26096 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
26097 \end_layout
26098
26099 \begin_layout Standard
26100 \begin_inset VSpace bigskip
26101 \end_inset
26102
26103
26104 \family sans
26105 内部ボックス
26106 \family default
26107 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \align center
26112 \begin_inset Box Boxed
26113 position "c"
26114 hor_pos "c"
26115 has_inner_box 1
26116 inner_pos "s"
26117 use_parbox 0
26118 use_makebox 0
26119 width "25col%"
26120 special "none"
26121 height "1.25in"
26122 height_special "totalheight"
26123 status open
26124
26125 \begin_layout Plain Layout
26126 \align left
26127 このボックスの
26128 \end_layout
26129
26130 \begin_layout Plain Layout
26131 \align center
26132 文章は広げて
26133 \end_layout
26134
26135 \begin_layout Plain Layout
26136 \align right
26137 あります。
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \begin_layout Standard
26146
26147 \family sans
26148 内部ボックス
26149 \family default
26150 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
26151 \end_layout
26152
26153 \begin_layout Standard
26154 \align center
26155 \begin_inset Box Boxed
26156 position "c"
26157 hor_pos "s"
26158 has_inner_box 0
26159 inner_pos "s"
26160 use_parbox 0
26161 use_makebox 0
26162 width "90col%"
26163 special "none"
26164 height "1.25in"
26165 height_special "totalheight"
26166 status open
26167
26168 \begin_layout Plain Layout
26169 このボックスの文章は水平方向に広げてあります。
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \begin_layout Subsection
26178 装飾
26179 \begin_inset CommandInset label
26180 LatexCommand label
26181 name "sec:装飾"
26182
26183 \end_inset
26184
26185
26186 \begin_inset Index idx
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190 ぼっくす@ボックス ! そうしょく@装飾
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \begin_layout Standard
26199 ボックス型は、ボックスダイアログ中の
26200 \family sans
26201 装飾
26202 \family default
26203 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
26204 \end_layout
26205
26206 \begin_layout Description
26207 縁なし 枠を描きません。
26208 \end_layout
26209
26210 \begin_layout Description
26211 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
26212 \series bold
26213
26214 \backslash
26215 fboxrule
26216 \series default
26217 の値になります。 
26218 \begin_inset Box Boxed
26219 position "c"
26220 hor_pos "c"
26221 has_inner_box 1
26222 inner_pos "c"
26223 use_parbox 0
26224 use_makebox 0
26225 width "20col%"
26226 special "none"
26227 height "1in"
26228 height_special "totalheight"
26229 status open
26230
26231 \begin_layout Plain Layout
26232 \align center
26233 長方形の箱型
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \begin_layout Description
26242 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
26243 \begin_inset space \thinspace{}
26244 \end_inset
26245
26246 ptです。 
26247 \begin_inset Box ovalbox
26248 position "c"
26249 hor_pos "c"
26250 has_inner_box 1
26251 inner_pos "c"
26252 use_parbox 0
26253 use_makebox 0
26254 width "20col%"
26255 special "none"
26256 height "1in"
26257 height_special "totalheight"
26258 status open
26259
26260 \begin_layout Plain Layout
26261 \align center
26262 楕円形の箱型(細線)
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \begin_layout Description
26271 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
26272 \begin_inset space \thinspace{}
26273 \end_inset
26274
26275 ptです。 
26276 \begin_inset Box Ovalbox
26277 position "c"
26278 hor_pos "c"
26279 has_inner_box 1
26280 inner_pos "c"
26281 use_parbox 0
26282 use_makebox 0
26283 width "20col%"
26284 special "none"
26285 height "1in"
26286 height_special "totalheight"
26287 status open
26288
26289 \begin_layout Plain Layout
26290 \align center
26291 楕円形の箱型(太線)
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Description
26300 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
26301 \series bold
26302
26303 \backslash
26304 fboxrule
26305 \series default
26306 の値になり、影の幅は4
26307 \begin_inset space \thinspace{}
26308 \end_inset
26309
26310 ptになります。
26311 \begin_inset Box Shadowbox
26312 position "c"
26313 hor_pos "c"
26314 has_inner_box 1
26315 inner_pos "c"
26316 use_parbox 0
26317 use_makebox 0
26318 width "20col%"
26319 special "none"
26320 height "1in"
26321 height_special "totalheight"
26322 status open
26323
26324 \begin_layout Plain Layout
26325 \align center
26326 影付きの箱型
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \begin_layout Description
26335 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
26336 \begin_inset Foot
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340
26341 \begin_inset CommandInset ref
26342 LatexCommand ref
26343 reference "sec:色付きボックス"
26344
26345 \end_inset
26346
26347 節を参照のこと。
26348 \end_layout
26349
26350 \end_inset
26351
26352 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
26353 \begin_inset Box Shaded
26354 position "t"
26355 hor_pos "c"
26356 has_inner_box 0
26357 inner_pos "t"
26358 use_parbox 0
26359 use_makebox 0
26360 width "50col%"
26361 special "none"
26362 height "1in"
26363 height_special "totalheight"
26364 status open
26365
26366 \begin_layout Plain Layout
26367 影付き背景の箱型
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \begin_layout Description
26376 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
26377 \begin_inset space \thinspace{}
26378 \end_inset
26379
26380
26381 \series bold
26382
26383 \backslash
26384 fboxrule
26385 \series default
26386 であり、外側の枠線の太さは1.5
26387 \begin_inset space \thinspace{}
26388 \end_inset
26389
26390
26391 \series bold
26392
26393 \backslash
26394 fboxrule
26395 \series default
26396 です。枠線間の距離は1.5
26397 \begin_inset space \thinspace{}
26398 \end_inset
26399
26400
26401 \series bold
26402
26403 \backslash
26404 fboxrule
26405 \series default
26406
26407 \begin_inset space \thinspace{}
26408 \end_inset
26409
26410 +
26411 \begin_inset space \thinspace{}
26412 \end_inset
26413
26414 0.5
26415 \begin_inset space \thinspace{}
26416 \end_inset
26417
26418 ptです。 
26419 \begin_inset Box Doublebox
26420 position "c"
26421 hor_pos "c"
26422 has_inner_box 1
26423 inner_pos "c"
26424 use_parbox 0
26425 use_makebox 0
26426 width "20col%"
26427 special "none"
26428 height "1in"
26429 height_special "totalheight"
26430 status open
26431
26432 \begin_layout Plain Layout
26433 \align center
26434 二重の長方形の箱型
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \end_layout
26441
26442 \begin_layout Standard
26443 \begin_inset VSpace bigskip
26444 \end_inset
26445
26446 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26447 \series bold
26448 fancybox
26449 \series default
26450
26451 \begin_inset Index idx
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26456 \end_layout
26457
26458 \end_inset
26459
26460 が導入済みでなくてはなりません。
26461 \end_layout
26462
26463 \begin_layout Standard
26464 \begin_inset VSpace bigskip
26465 \end_inset
26466
26467 装飾として
26468 \family sans
26469 簡素な長方形の箱型
26470 \family default
26471 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26472 れ、このボックス型では
26473 \series bold
26474
26475 \backslash
26476 fboxrule
26477 \series default
26478
26479 \series bold
26480
26481 \backslash
26482 fboxsep
26483 \series default
26484 は無効となります。枠線の太さは
26485 \series bold
26486
26487 \backslash
26488 FrameRule
26489 \series default
26490 の値になります。 
26491 \begin_inset Box Framed
26492 position "t"
26493 hor_pos "c"
26494 has_inner_box 0
26495 inner_pos "t"
26496 use_parbox 0
26497 use_makebox 0
26498 width "100col%"
26499 special "none"
26500 height "1in"
26501 height_special "totalheight"
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505 改行可能な箱型
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Section
26514 ボックスの詳細な設定
26515 \begin_inset Index idx
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Standard
26528 寸法
26529 \series bold
26530
26531 \backslash
26532 fboxrule
26533 \series default
26534 の既定値は0.4
26535 \begin_inset space \thinspace{}
26536 \end_inset
26537
26538 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26539 \begin_inset space \thinspace{}
26540 \end_inset
26541
26542 ptに変更することができます。
26543 \end_layout
26544
26545 \begin_layout Standard
26546
26547 \series bold
26548
26549 \backslash
26550 setlength{
26551 \backslash
26552 fboxrule}{2pt}
26553 \end_layout
26554
26555 \begin_layout Standard
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 setlength{
26564 \backslash
26565 fboxrule}{2pt}
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \begin_inset Box Boxed
26572 position "c"
26573 hor_pos "c"
26574 has_inner_box 1
26575 inner_pos "c"
26576 use_parbox 0
26577 use_makebox 0
26578 width "25col%"
26579 special "none"
26580 height "1in"
26581 height_special "totalheight"
26582 status open
26583
26584 \begin_layout Plain Layout
26585 \align center
26586
26587 \series bold
26588
26589 \backslash
26590 fboxrule
26591 \series default
26592
26593 \begin_inset space \thinspace{}
26594 \end_inset
26595
26596 =
26597 \begin_inset space \thinspace{}
26598 \end_inset
26599
26600 2
26601 \begin_inset space \thinspace{}
26602 \end_inset
26603
26604 ptの長方形の箱型
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \begin_inset ERT
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614
26615
26616 \backslash
26617 setlength{
26618 \backslash
26619 fboxrule}{0.4pt}
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Standard
26628 \begin_inset VSpace bigskip
26629 \end_inset
26630
26631 枠とボックスの内容との空白は、すべての枠様式について3
26632 \begin_inset space \thinspace{}
26633 \end_inset
26634
26635 ptが既定値になっています。これは、長さ
26636 \series bold
26637
26638 \backslash
26639 fboxsep
26640 \series default
26641 を別の値に設定することによって変更することができます。たとえば
26642 \end_layout
26643
26644 \begin_layout Standard
26645
26646 \series bold
26647
26648 \backslash
26649 setlength{
26650 \backslash
26651 fboxsep}{10pt}
26652 \end_layout
26653
26654 \begin_layout Standard
26655 というコマンドは、この値を10
26656 \begin_inset space \thinspace{}
26657 \end_inset
26658
26659 ptにし、以下のボックスのようになります。
26660 \end_layout
26661
26662 \begin_layout Standard
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 setlength{
26671 \backslash
26672 fboxsep}{10pt}
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \begin_inset Box Boxed
26679 position "c"
26680 hor_pos "c"
26681 has_inner_box 1
26682 inner_pos "c"
26683 use_parbox 0
26684 use_makebox 0
26685 width "25col%"
26686 special "none"
26687 height "1in"
26688 height_special "totalheight"
26689 status open
26690
26691 \begin_layout Plain Layout
26692 \align center
26693
26694 \series bold
26695
26696 \backslash
26697 fboxsep
26698 \series default
26699
26700 \begin_inset space \thinspace{}
26701 \end_inset
26702
26703 =
26704 \begin_inset space \thinspace{}
26705 \end_inset
26706
26707 10
26708 \begin_inset space \thinspace{}
26709 \end_inset
26710
26711 ptの長方形の箱型
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 setlength{
26725 \backslash
26726 fboxsep}{3pt}
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Standard
26735 \begin_inset VSpace bigskip
26736 \end_inset
26737
26738 楕円形ボックスの丸い角の直径は、コマンド
26739 \series bold
26740
26741 \backslash
26742 cornersize
26743 \series default
26744 で設定することができます。
26745 \end_layout
26746
26747 \begin_layout Standard
26748
26749 \series bold
26750
26751 \backslash
26752 cornersize*{1cm}
26753 \end_layout
26754
26755 \begin_layout Standard
26756 というコマンドは、直径を1
26757 \begin_inset space \thinspace{}
26758 \end_inset
26759
26760 cmに設定します。
26761 \end_layout
26762
26763 \begin_layout Standard
26764
26765 \series bold
26766
26767 \backslash
26768 cornersize{数値}
26769 \end_layout
26770
26771 \begin_layout Standard
26772 というコマンドは、直径を
26773 \family sans
26774 数値
26775 \begin_inset space \thinspace{}
26776 \end_inset
26777
26778 ×
26779 \begin_inset space \thinspace{}
26780 \end_inset
26781
26782 (ボックスの幅と高さの小さい方)
26783 \family default
26784 に設定します。既定値は
26785 \series bold
26786
26787 \backslash
26788 cornersize{0.5}
26789 \series default
26790 です。
26791 \end_layout
26792
26793 \begin_layout Standard
26794 \begin_inset ERT
26795 status collapsed
26796
26797 \begin_layout Plain Layout
26798
26799
26800 \backslash
26801 cornersize*{1.5cm}
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \begin_inset Box Ovalbox
26808 position "c"
26809 hor_pos "c"
26810 has_inner_box 1
26811 inner_pos "c"
26812 use_parbox 0
26813 use_makebox 0
26814 width "25col%"
26815 special "none"
26816 height "1in"
26817 height_special "totalheight"
26818 status open
26819
26820 \begin_layout Plain Layout
26821 \align center
26822
26823 \series bold
26824
26825 \backslash
26826 cornersize
26827 \series default
26828
26829 \begin_inset space \thinspace{}
26830 \end_inset
26831
26832 =
26833 \begin_inset space \thinspace{}
26834 \end_inset
26835
26836 1.5
26837 \begin_inset space \thinspace{}
26838 \end_inset
26839
26840 cmの楕円形の箱型
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \begin_inset ERT
26847 status collapsed
26848
26849 \begin_layout Plain Layout
26850
26851
26852 \backslash
26853 cornersize{0.5}
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Standard
26862 \begin_inset VSpace bigskip
26863 \end_inset
26864
26865 影の大きさは、長さ
26866 \series bold
26867
26868 \backslash
26869 shadowsize
26870 \series default
26871 を変更することで調整できます。以下のボックスでは
26872 \end_layout
26873
26874 \begin_layout Standard
26875
26876 \series bold
26877
26878 \backslash
26879 setlength{
26880 \backslash
26881 shadowsize}{2pt}
26882 \end_layout
26883
26884 \begin_layout Standard
26885 というコマンドを使って、2
26886 \begin_inset space \thinspace{}
26887 \end_inset
26888
26889 ptに設定しています。
26890 \end_layout
26891
26892 \begin_layout Standard
26893 \begin_inset ERT
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897
26898
26899 \backslash
26900 setlength{
26901 \backslash
26902 shadowsize}{2pt}
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \begin_inset Box Shadowbox
26909 position "c"
26910 hor_pos "c"
26911 has_inner_box 1
26912 inner_pos "c"
26913 use_parbox 0
26914 use_makebox 0
26915 width "25col%"
26916 special "none"
26917 height "1in"
26918 height_special "totalheight"
26919 status open
26920
26921 \begin_layout Plain Layout
26922 \align center
26923
26924 \series bold
26925
26926 \backslash
26927 shadowsize
26928 \series default
26929
26930 \begin_inset space \thinspace{}
26931 \end_inset
26932
26933 =
26934 \begin_inset space \thinspace{}
26935 \end_inset
26936
26937 2
26938 \begin_inset space \thinspace{}
26939 \end_inset
26940
26941 ptの影付きボックス
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \begin_inset ERT
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951
26952
26953 \backslash
26954 setlength{
26955 \backslash
26956 shadowsize}{4pt}
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \begin_layout Standard
26965 \begin_inset VSpace bigskip
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \begin_layout Standard
26972 寸法
26973 \series bold
26974
26975 \backslash
26976 FrameRule
26977 \series default
26978 の既定値は0.4
26979 \begin_inset space \thinspace{}
26980 \end_inset
26981
26982 ptです。ボックスの中身と枠の間の空白の既定値は9
26983 \begin_inset space \thinspace{}
26984 \end_inset
26985
26986 ptですが、
26987 \series bold
26988
26989 \backslash
26990 FrameSep
26991 \series default
26992 の値を変えることで変更することができます。たとえば、下記の
26993 \family sans
26994 ボックス
26995 \family default
26996 の枠の外見は、
26997 \end_layout
26998
26999 \begin_layout Standard
27000
27001 \series bold
27002
27003 \backslash
27004 setlength{
27005 \backslash
27006 FrameRule}{5pt}
27007 \begin_inset Newline newline
27008 \end_inset
27009
27010
27011 \backslash
27012 setlength{
27013 \backslash
27014 FrameSep}{0.5cm}
27015 \end_layout
27016
27017 \begin_layout Standard
27018 というTeXコードコマンドで設定してあります。
27019 \begin_inset ERT
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023
27024
27025 \backslash
27026 setlength{
27027 \backslash
27028 FrameRule}{5pt}
27029 \end_layout
27030
27031 \begin_layout Plain Layout
27032
27033
27034 \backslash
27035 setlength{
27036 \backslash
27037 FrameSep}{0.5cm}
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \begin_inset Box Framed
27044 position "t"
27045 hor_pos "c"
27046 has_inner_box 0
27047 inner_pos "t"
27048 use_parbox 0
27049 use_makebox 0
27050 width "100col%"
27051 special "none"
27052 height "1in"
27053 height_special "totalheight"
27054 status open
27055
27056 \begin_layout Plain Layout
27057 これは
27058 \family sans
27059 改頁可能
27060 \family default
27061 ボックスの文章です。
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \begin_inset ERT
27068 status collapsed
27069
27070 \begin_layout Plain Layout
27071
27072
27073 \backslash
27074 setlength{
27075 \backslash
27076 FrameRule}{0.4pt}
27077 \end_layout
27078
27079 \begin_layout Plain Layout
27080
27081
27082 \backslash
27083 setlength{
27084 \backslash
27085 FrameSep}{9pt}
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \begin_layout Standard
27094 \begin_inset VSpace bigskip
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Standard
27101
27102 \family sans
27103 影付き背景
27104 \family default
27105 ボックスでは、ボックスの内容と枠の余白の既定値は3
27106 \begin_inset space \thinspace{}
27107 \end_inset
27108
27109 ptになっていますが、
27110 \series bold
27111
27112 \backslash
27113 fboxsep
27114 \series default
27115 の値を変更することで変えられます。既定の背景色である赤色は、
27116 \series bold
27117
27118 \backslash
27119 definecolor{shadebox}
27120 \series default
27121 コマンドで局所的に変更することもできますし、
27122 \family sans
27123 ツール\SpecialChar \menuseparator
27124 設定\SpecialChar \menuseparator
27125 色\SpecialChar \menuseparator
27126 影付きボックス
27127 \family default
27128 メニューからグローバルに変更することもできます。
27129 \series bold
27130
27131 \backslash
27132 definecolor
27133 \series default
27134 コマンドの用法は第
27135 \begin_inset CommandInset ref
27136 LatexCommand ref
27137 reference "sec:色付きの表"
27138
27139 \end_inset
27140
27141
27142 \begin_inset Foot
27143 status open
27144
27145 \begin_layout Plain Layout
27146 N
27147 \series bold
27148
27149 \backslash
27150 definecolor
27151 \series default
27152 は、LaTeXパッケージの
27153 \series bold
27154 color
27155 \series default
27156 をプリアンブルに読み込む必要があります。第
27157 \begin_inset CommandInset ref
27158 LatexCommand ref
27159 reference "sec:色付きボックス"
27160
27161 \end_inset
27162
27163 節をご参照ください。.
27164 \end_layout
27165
27166 \end_inset
27167
27168 で説明されています。
27169 \end_layout
27170
27171 \begin_layout Standard
27172 たとえば、下記の影付き背景ボックスの外見は
27173 \end_layout
27174
27175 \begin_layout Standard
27176
27177 \series bold
27178
27179 \backslash
27180 setlength{
27181 \backslash
27182 fboxsep}{0.5cm}
27183 \series default
27184
27185 \begin_inset Newline newline
27186 \end_inset
27187
27188
27189 \series bold
27190
27191 \backslash
27192 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27193 \end_layout
27194
27195 \begin_layout Standard
27196 というTeXコードコマンドを使って設定してあります。
27197 \end_layout
27198
27199 \begin_layout Standard
27200 \begin_inset ERT
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204
27205
27206 \backslash
27207 setlength{
27208 \backslash
27209 fboxsep}{0.5cm}
27210 \end_layout
27211
27212 \begin_layout Plain Layout
27213
27214
27215 \backslash
27216 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \begin_inset Box Shaded
27223 position "t"
27224 hor_pos "c"
27225 has_inner_box 0
27226 inner_pos "t"
27227 use_parbox 0
27228 use_makebox 0
27229 width "100col%"
27230 special "none"
27231 height "1in"
27232 height_special "totalheight"
27233 status open
27234
27235 \begin_layout Plain Layout
27236
27237 \color yellow
27238 これは、濃緑色の背景の
27239 \family sans
27240 影付き背景
27241 \family default
27242 ボックスに入れた黄色の文章です。
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \begin_inset ERT
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252
27253
27254 \backslash
27255 setlength{
27256 \backslash
27257 fboxsep}{3pt}
27258 \end_layout
27259
27260 \begin_layout Plain Layout
27261
27262
27263 \backslash
27264 definecolor{shadecolor}{rgb}{1,0,0}
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Standard
27273 \begin_inset VSpace bigskip
27274 \end_inset
27275
27276 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
27277 \end_layout
27278
27279 \begin_layout Section
27280 ミニページ
27281 \begin_inset CommandInset label
27282 LatexCommand label
27283 name "sec:ミニページ"
27284
27285 \end_inset
27286
27287
27288 \begin_inset Index idx
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292 ぼっくす@ボックス ! みにぺーじ@ミニページ
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Standard
27301 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
27302 \end_layout
27303
27304 \begin_layout Standard
27305 ミニページは、複数の言語を含む文書を執筆する際に便利です。
27306 \end_layout
27307
27308 \begin_layout Standard
27309 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
27310 \family sans
27311 挿入
27312 \family default
27313 \SpecialChar \menuseparator
27314
27315 \family sans
27316 整形
27317 \family default
27318 \SpecialChar \menuseparator
27319
27320 \family sans
27321 水平方向の空白
27322 \family default
27323 メニューで挿入した水平フィルで隔てられています。
27324 \begin_inset Newpage newpage
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Standard
27331 \begin_inset Box Frameless
27332 position "t"
27333 hor_pos "c"
27334 has_inner_box 1
27335 inner_pos "c"
27336 use_parbox 0
27337 use_makebox 0
27338 width "45col%"
27339 special "none"
27340 height "1in"
27341 height_special "totalheight"
27342 status open
27343
27344 \begin_layout Plain Layout
27345 Dies ist ein deutscher Text.
27346  Dies ist ein deutscher Text.
27347  Dies ist ein deutscher Text.
27348  Dies ist ein deutscher Text.
27349  Dies ist ein deutscher Text.
27350  Dies ist ein deutscher Text.
27351  Dies ist ein deutscher Text.
27352  Dies ist ein deutscher Text.
27353  Dies ist ein deutscher Text.
27354  Dies ist ein deutscher Text.
27355  Dies ist ein deutscher Text.
27356  Dies ist ein deutscher Text.
27357  Dies ist ein deutscher Text
27358 \begin_inset Foot
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362 Dies ist eine deutsche Fußnote.
27363 \end_layout
27364
27365 \end_inset
27366
27367 .
27368  Dies ist ein deutscher Text.
27369  Dies ist ein deutscher Text.
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \begin_inset space \hfill{}
27376 \end_inset
27377
27378
27379 \begin_inset Box Frameless
27380 position "t"
27381 hor_pos "c"
27382 has_inner_box 1
27383 inner_pos "c"
27384 use_parbox 0
27385 use_makebox 0
27386 width "45col%"
27387 special "none"
27388 height "1in"
27389 height_special "totalheight"
27390 status open
27391
27392 \begin_layout Plain Layout
27393 This is an English Text.
27394  This is an English Text.
27395  This is an English Text.
27396  This is an English Text.
27397  This is an English Text.
27398  This is an English Text.
27399  This is an English Text.
27400  This is an English Text.
27401  This is an English Text.
27402  This is an English Text.
27403  This is an English Text.
27404  This is an English Text.
27405  This is an English Text.
27406  This is an English Text.
27407  This is an English Text.
27408  This is an English Text.
27409 \begin_inset Foot
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 This is an English footnote.
27414 \end_layout
27415
27416 \end_inset
27417
27418  This is an English Text.
27419  
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 \begin_inset VSpace bigskip
27429 \end_inset
27430
27431 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27432 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27433 \end_layout
27434
27435 \begin_layout Standard
27436 この表の脚注は表示されません。
27437 \begin_inset Tabular
27438 <lyxtabular version="3" rows="3" columns="4">
27439 <features tabularvalignment="middle">
27440 <column alignment="center" valignment="top" width="0pt">
27441 <column alignment="center" valignment="top" width="0pt">
27442 <column alignment="center" valignment="top" width="0pt">
27443 <column alignment="center" valignment="top" width="0pt">
27444 <row>
27445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27446 \begin_inset Text
27447
27448 \begin_layout Plain Layout
27449 1
27450 \end_layout
27451
27452 \end_inset
27453 </cell>
27454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Plain Layout
27458 2
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467 3
27468 \begin_inset Foot
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472 これは表中の脚注です。
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Plain Layout
27486 4
27487 \end_layout
27488
27489 \end_inset
27490 </cell>
27491 </row>
27492 <row>
27493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27494 \begin_inset Text
27495
27496 \begin_layout Plain Layout
27497
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27503 \begin_inset Text
27504
27505 \begin_layout Plain Layout
27506
27507 \end_layout
27508
27509 \end_inset
27510 </cell>
27511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Plain Layout
27515
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 </row>
27530 <row>
27531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Plain Layout
27535
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27541 \begin_inset Text
27542
27543 \begin_layout Plain Layout
27544
27545 \end_layout
27546
27547 \end_inset
27548 </cell>
27549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27550 \begin_inset Text
27551
27552 \begin_layout Plain Layout
27553
27554 \end_layout
27555
27556 \end_inset
27557 </cell>
27558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27559 \begin_inset Text
27560
27561 \begin_layout Plain Layout
27562
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 </row>
27568 </lyxtabular>
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \align center
27577 \begin_inset Box Frameless
27578 position "t"
27579 hor_pos "c"
27580 has_inner_box 1
27581 inner_pos "c"
27582 use_parbox 0
27583 use_makebox 0
27584 width "30col%"
27585 special "none"
27586 height "1in"
27587 height_special "totalheight"
27588 status open
27589
27590 \begin_layout Plain Layout
27591 \align center
27592 \begin_inset Tabular
27593 <lyxtabular version="3" rows="3" columns="4">
27594 <features tabularvalignment="middle">
27595 <column alignment="center" valignment="top" width="0pt">
27596 <column alignment="center" valignment="top" width="0pt">
27597 <column alignment="center" valignment="top" width="0pt">
27598 <column alignment="center" valignment="top" width="0pt">
27599 <row>
27600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27601 \begin_inset Text
27602
27603 \begin_layout Plain Layout
27604 1
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Plain Layout
27613 2
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622 3
27623 \begin_inset Foot
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 これは表中の脚注です。
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \end_inset
27636 </cell>
27637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27638 \begin_inset Text
27639
27640 \begin_layout Plain Layout
27641 4
27642 \end_layout
27643
27644 \end_inset
27645 </cell>
27646 </row>
27647 <row>
27648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27649 \begin_inset Text
27650
27651 \begin_layout Plain Layout
27652
27653 \end_layout
27654
27655 \end_inset
27656 </cell>
27657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27658 \begin_inset Text
27659
27660 \begin_layout Plain Layout
27661
27662 \end_layout
27663
27664 \end_inset
27665 </cell>
27666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27667 \begin_inset Text
27668
27669 \begin_layout Plain Layout
27670
27671 \end_layout
27672
27673 \end_inset
27674 </cell>
27675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Plain Layout
27679
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 </row>
27685 <row>
27686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27687 \begin_inset Text
27688
27689 \begin_layout Plain Layout
27690
27691 \end_layout
27692
27693 \end_inset
27694 </cell>
27695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27696 \begin_inset Text
27697
27698 \begin_layout Plain Layout
27699
27700 \end_layout
27701
27702 \end_inset
27703 </cell>
27704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27705 \begin_inset Text
27706
27707 \begin_layout Plain Layout
27708
27709 \end_layout
27710
27711 \end_inset
27712 </cell>
27713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Plain Layout
27717
27718 \end_layout
27719
27720 \end_inset
27721 </cell>
27722 </row>
27723 </lyxtabular>
27724
27725 \end_inset
27726
27727
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Standard
27736 \begin_inset VSpace bigskip
27737 \end_inset
27738
27739 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27740 \family sans
27741 中スキップ
27742 \family default
27743 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27744 \end_layout
27745
27746 \begin_layout Standard
27747 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27748 \begin_inset CommandInset ref
27749 LatexCommand ref
27750 reference "sub:段落の着色"
27751
27752 \end_inset
27753
27754 節をご参照ください。
27755 \end_layout
27756
27757 \begin_layout Standard
27758 \begin_inset Note Greyedout
27759 status open
27760
27761 \begin_layout Plain Layout
27762
27763 \series bold
27764 【註】
27765 \series default
27766 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27767 \end_layout
27768
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \begin_layout Section
27775 Parbox
27776 \begin_inset CommandInset label
27777 LatexCommand label
27778 name "sec:Parboxes"
27779
27780 \end_inset
27781
27782
27783 \begin_inset Index idx
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787 ぼっくす@ボックス ! Parboxes
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Standard
27796 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27797 \end_layout
27798
27799 \begin_layout Standard
27800 \align center
27801 \begin_inset Box Frameless
27802 position "t"
27803 hor_pos "c"
27804 has_inner_box 1
27805 inner_pos "t"
27806 use_parbox 1
27807 use_makebox 0
27808 width "33col%"
27809 special "none"
27810 height "1in"
27811 height_special "totalheight"
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815 これはparbox内の文章です。これはparbox内の文章です。
27816 \end_layout
27817
27818 \begin_layout Plain Layout
27819 右の脚注は表示されません。
27820 \begin_inset Foot
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824 これはparbox内の脚注であり、したがって表示はされません。
27825 \end_layout
27826
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \begin_layout Section
27838 単語や文字のボックス
27839 \begin_inset Index idx
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843 ぼっくす@ボックス ! もじよう@文字用
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Subsection
27852 ハイフネーションの回避
27853 \begin_inset CommandInset label
27854 LatexCommand label
27855 name "sec:ハイフネーションの回避"
27856
27857 \end_inset
27858
27859
27860 \begin_inset Index idx
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \begin_layout Standard
27873 単語や文章がハイフネートされるのを防ぐには、
27874 \family sans
27875 makebox
27876 \family default
27877 型ボックスを使うことができます。
27878 \begin_inset Newline newline
27879 \end_inset
27880
27881 以下が例示用の文章です。
27882 \end_layout
27883
27884 \begin_layout Standard
27885 This line is an example to show how you can prevent the hyphenation of 
27886 \begin_inset Quotes eld
27887 \end_inset
27888
27889 veryverylongword
27890 \begin_inset Quotes erd
27891 \end_inset
27892
27893 .
27894 \end_layout
27895
27896 \begin_layout Standard
27897 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
27898 \family sans
27899 内部ボックス
27900 \family default
27901
27902 \family sans
27903 makeboxコマンド
27904 \family default
27905 に設定し、幅を1幅にします。
27906 \end_layout
27907
27908 \begin_layout Standard
27909 以下がその結果です。
27910 \end_layout
27911
27912 \begin_layout Standard
27913 This line is an example to show how you can prevent the hyphenation of 
27914 \begin_inset Box Frameless
27915 position "t"
27916 hor_pos "c"
27917 has_inner_box 1
27918 inner_pos "t"
27919 use_parbox 0
27920 use_makebox 1
27921 width "1in"
27922 special "width"
27923 height "1in"
27924 height_special "totalheight"
27925 status open
27926
27927 \begin_layout Plain Layout
27928 \begin_inset Quotes eld
27929 \end_inset
27930
27931 veryverylongword
27932 \begin_inset Quotes erd
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \end_inset
27939
27940 .
27941 \end_layout
27942
27943 \begin_layout Standard
27944 別の方法としては、以下のように、単語の前に直接TeXコードで「
27945 \series bold
27946
27947 \backslash
27948 -
27949 \series default
27950 」コマンドを設定する方法もあります。
27951 \end_layout
27952
27953 \begin_layout Standard
27954 This line is an example to show how you can prevent the hyphenation of 
27955 \begin_inset Quotes eld
27956 \end_inset
27957
27958
27959 \begin_inset ERT
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963
27964
27965 \backslash
27966 -
27967 \end_layout
27968
27969 \end_inset
27970
27971 veryverylongword
27972 \begin_inset Quotes erd
27973 \end_inset
27974
27975 .
27976 \end_layout
27977
27978 \begin_layout Standard
27979 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27980 \family sans
27981 挿入
27982 \family default
27983 \SpecialChar \menuseparator
27984
27985 \family sans
27986 整形
27987 \family default
27988 \SpecialChar \menuseparator
27989
27990 \family sans
27991 整形なし改行
27992 \family default
27993 メニュー(短絡キー
27994 \begin_inset Info
27995 type  "shortcut"
27996 arg   "newline-insert newline"
27997 \end_inset
27998
27999 )から改行を単語の前に入れてください。
28000 \end_layout
28001
28002 \begin_layout Standard
28003 This line is an example to show how you can prevent the hyphenation of 
28004 \begin_inset Newline newline
28005 \end_inset
28006
28007
28008 \begin_inset Box Frameless
28009 position "t"
28010 hor_pos "c"
28011 has_inner_box 1
28012 inner_pos "t"
28013 use_parbox 0
28014 use_makebox 1
28015 width "1in"
28016 special "width"
28017 height "1in"
28018 height_special "totalheight"
28019 status open
28020
28021 \begin_layout Plain Layout
28022 \begin_inset Quotes eld
28023 \end_inset
28024
28025 veryverylongword
28026 \begin_inset Quotes erd
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \end_inset
28033
28034 .
28035 \end_layout
28036
28037 \begin_layout Subsection
28038 垂直揃え
28039 \begin_inset CommandInset label
28040 LatexCommand label
28041 name "sub:垂直揃え"
28042
28043 \end_inset
28044
28045
28046 \begin_inset Index idx
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \begin_inset Index idx
28057 status collapsed
28058
28059 \begin_layout Plain Layout
28060 ぼっくす@ボックス ! Raiseboxes
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \end_layout
28067
28068 \begin_layout Standard
28069
28070 \series bold
28071
28072 \backslash
28073 raisebox
28074 \series default
28075 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
28076 \series bold
28077
28078 \backslash
28079 raisebox
28080 \series default
28081 は以下の書式で使用します。
28082 \end_layout
28083
28084 \begin_layout Standard
28085
28086 \series bold
28087
28088 \backslash
28089 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
28090 \end_layout
28091
28092 \begin_layout Standard
28093 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
28094 \end_layout
28095
28096 \begin_layout Standard
28097 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
28098 \end_layout
28099
28100 \begin_layout Standard
28101
28102 \series bold
28103
28104 \backslash
28105 raisebox{
28106 \backslash
28107 depth}{
28108 \end_layout
28109
28110 \begin_layout Standard
28111 というコマンドを挿入してください。単語の後には、閉じ括弧「
28112 \series bold
28113 }
28114 \series default
28115 」をTeXコードで挿入してください。
28116 \begin_inset Newline newline
28117 \end_inset
28118
28119 以下がその出力です。
28120 \end_layout
28121
28122 \begin_layout Standard
28123 This is a text line with the word 
28124 \begin_inset ERT
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129
28130 \backslash
28131 raisebox{
28132 \backslash
28133 depth}{
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \begin_inset Quotes eld
28140 \end_inset
28141
28142 preventing
28143 \begin_inset Quotes erd
28144 \end_inset
28145
28146
28147 \begin_inset ERT
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151
28152 }
28153 \end_layout
28154
28155 \end_inset
28156
28157  as raised word.
28158 \end_layout
28159
28160 \begin_layout Standard
28161 \begin_inset VSpace bigskip
28162 \end_inset
28163
28164 行中の文字を上げ下げすると、以下のように行間が広がります。
28165 \end_layout
28166
28167 \begin_layout Standard
28168 This is a text line with the word 
28169 \begin_inset ERT
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173
28174
28175 \backslash
28176 raisebox{-
28177 \backslash
28178 depth}{
28179 \end_layout
28180
28181 \end_inset
28182
28183
28184 \begin_inset Quotes eld
28185 \end_inset
28186
28187 preventing
28188 \begin_inset Quotes erd
28189 \end_inset
28190
28191
28192 \begin_inset ERT
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196
28197 }
28198 \end_layout
28199
28200 \end_inset
28201
28202  as lowered word.
28203 \begin_inset Newline newline
28204 \end_inset
28205
28206 This is a text line with the word 
28207 \begin_inset ERT
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211
28212
28213 \backslash
28214 raisebox{0.5cm}{
28215 \end_layout
28216
28217 \end_inset
28218
28219
28220 \begin_inset Quotes eld
28221 \end_inset
28222
28223 testing
28224 \begin_inset Quotes erd
28225 \end_inset
28226
28227
28228 \begin_inset ERT
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232
28233 }
28234 \end_layout
28235
28236 \end_inset
28237
28238  as raised word.
28239 \end_layout
28240
28241 \begin_layout Standard
28242 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
28243 \end_layout
28244
28245 \begin_layout Standard
28246
28247 \series bold
28248
28249 \backslash
28250 raisebox{-
28251 \backslash
28252 depth}[0pt]{
28253 \end_layout
28254
28255 \begin_layout Standard
28256 とすると、
28257 \end_layout
28258
28259 \begin_layout Standard
28260 This is a text line with the word 
28261 \begin_inset ERT
28262 status collapsed
28263
28264 \begin_layout Plain Layout
28265
28266
28267 \backslash
28268 raisebox{-
28269 \backslash
28270 depth}[0pt]{
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \begin_inset Quotes eld
28277 \end_inset
28278
28279 preventing
28280 \begin_inset Quotes erd
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  as lowered word.
28295 \begin_inset Newline newline
28296 \end_inset
28297
28298 This is a text line with the word 
28299 \begin_inset ERT
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303
28304
28305 \backslash
28306 raisebox{0.5cm}[0pt]{
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \begin_inset Quotes eld
28313 \end_inset
28314
28315 testing
28316 \begin_inset Quotes erd
28317 \end_inset
28318
28319
28320 \begin_inset ERT
28321 status collapsed
28322
28323 \begin_layout Plain Layout
28324
28325 }
28326 \end_layout
28327
28328 \end_inset
28329
28330  as raised word.
28331 \end_layout
28332
28333 \begin_layout Section
28334 色付きボックス
28335 \begin_inset CommandInset label
28336 LatexCommand label
28337 name "sec:色付きボックス"
28338
28339 \end_inset
28340
28341
28342 \begin_inset Index idx
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 ぼっくす@ボックス ! いろつき@色付き
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \begin_layout Subsection
28355 文字の着色
28356 \begin_inset Index idx
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 いろ@色 ! もじの@文字の---
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \begin_layout Standard
28369 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
28370 \series bold
28371 color
28372 \series default
28373
28374 \begin_inset Index idx
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 LaTeXぱっけーじ@LaTeXパッケージ ! color
28379 \end_layout
28380
28381 \end_inset
28382
28383 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
28384 \end_layout
28385
28386 \begin_layout Standard
28387
28388 \series bold
28389
28390 \backslash
28391 @ifundefined{textcolor}
28392 \begin_inset Newline newline
28393 \end_inset
28394
28395
28396 \begin_inset Phantom HPhantom
28397 status open
28398
28399 \begin_layout Plain Layout
28400
28401 \series bold
28402 \begin_inset space ~
28403 \end_inset
28404
28405
28406 \end_layout
28407
28408 \end_inset
28409
28410 {
28411 \backslash
28412 usepackage{color}}{}
28413 \end_layout
28414
28415 \begin_layout Standard
28416
28417 \series bold
28418 color
28419 \series default
28420 パッケージは、文章を着色するとLyXが自動的に読み込みます
28421 \begin_inset Foot
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425 これが二度読み込まれることを回避するには、
28426 \series bold
28427
28428 \backslash
28429 @ifundefined
28430 \series default
28431 コマンドを使用します。
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \begin_layout Standard
28440 \begin_inset VSpace medskip
28441 \end_inset
28442
28443 色付きボックスは、
28444 \series bold
28445
28446 \backslash
28447 colorbox
28448 \series default
28449 コマンドを使って作ります。これは、以下のような書式で使われます。
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \series bold
28455
28456 \backslash
28457 colorbox{color}{ボックスの内容}
28458 \end_layout
28459
28460 \begin_layout Standard
28461 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28462 \end_layout
28463
28464 \begin_layout Standard
28465 事前定義されている色には、
28466 \begin_inset Newline newline
28467 \end_inset
28468
28469
28470 \family sans
28471
28472 \family default
28473
28474 \family sans
28475
28476 \family default
28477
28478 \family sans
28479 シアン
28480 \family default
28481
28482 \family sans
28483
28484 \family default
28485
28486 \family sans
28487 マゼンタ
28488 \family default
28489
28490 \family sans
28491
28492 \family default
28493
28494 \family sans
28495
28496 \family default
28497
28498 \family sans
28499
28500 \family default
28501
28502 \begin_inset Newline newline
28503 \end_inset
28504
28505 があります。第
28506 \begin_inset CommandInset ref
28507 LatexCommand ref
28508 reference "sec:色付きの表"
28509
28510 \end_inset
28511
28512 節に述べられているようにすれば、自前の色を定義することもできます。
28513 \end_layout
28514
28515 \begin_layout Standard
28516 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28517 \end_layout
28518
28519 \begin_layout Standard
28520
28521 \series bold
28522
28523 \backslash
28524 colorbox{red}{
28525 \end_layout
28526
28527 \begin_layout Standard
28528 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28529 \series bold
28530 }
28531 \series default
28532 」を入れてください。
28533 \begin_inset Newline newline
28534 \end_inset
28535
28536 以下がその結果です。
28537 \end_layout
28538
28539 \begin_layout Standard
28540 この行では、
28541 \begin_inset ERT
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545
28546
28547 \backslash
28548 colorbox{red}{
28549 \end_layout
28550
28551 \end_inset
28552
28553 「注意!」
28554 \begin_inset ERT
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558
28559 }
28560 \end_layout
28561
28562 \end_inset
28563
28564 という単語が赤い背景になっています。
28565 \end_layout
28566
28567 \begin_layout Standard
28568 \begin_inset VSpace bigskip
28569 \end_inset
28570
28571 ボックスの枠を別の色にしたい場合には、以下の書式で
28572 \series bold
28573
28574 \backslash
28575 fcolorbox
28576 \series default
28577 コマンドを使います。
28578 \end_layout
28579
28580 \begin_layout Standard
28581
28582 \series bold
28583
28584 \backslash
28585 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28586 \end_layout
28587
28588 \begin_layout Standard
28589
28590 \series bold
28591
28592 \backslash
28593 fcolorbox
28594 \series default
28595
28596 \series bold
28597
28598 \backslash
28599 colorbox
28600 \series default
28601 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28602 \begin_inset CommandInset ref
28603 LatexCommand ref
28604 reference "sec:装飾"
28605
28606 \end_inset
28607
28608 節で述べられているように、それぞれ
28609 \series bold
28610
28611 \backslash
28612 fboxrule
28613 \series default
28614
28615 \series bold
28616
28617 \backslash
28618 fboxsep
28619 \series default
28620 という長さで調節できます。
28621 \end_layout
28622
28623 \begin_layout Standard
28624 以下の例では、
28625 \end_layout
28626
28627 \begin_layout Standard
28628
28629 \series bold
28630
28631 \backslash
28632 fcolorbox{cyan}{magenta}{
28633 \end_layout
28634
28635 \begin_layout Standard
28636 というコマンドを使用しています。
28637 \end_layout
28638
28639 \begin_layout Standard
28640 これは、枠の太さを1
28641 \begin_inset space \thinspace{}
28642 \end_inset
28643
28644 mmに設定した例です。
28645 \begin_inset Newline newline
28646 \end_inset
28647
28648
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654
28655 \backslash
28656 fboxrule 1mm 
28657 \backslash
28658 fboxsep 1mm
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \begin_inset ERT
28665 status collapsed
28666
28667 \begin_layout Plain Layout
28668
28669
28670 \backslash
28671 fcolorbox{cyan}{magenta}{
28672 \end_layout
28673
28674 \end_inset
28675
28676 これは着色した色付きボックス中の文章です。
28677 \begin_inset ERT
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681
28682 }
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset VSpace bigskip
28692 \end_inset
28693
28694 もちろん、色付きボックスの中に色付き文字を入れることもできます
28695 \begin_inset Newline newline
28696 \end_inset
28697
28698
28699 \begin_inset ERT
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703
28704
28705 \backslash
28706 fcolorbox{cyan}{magenta}{
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \color yellow
28713 これは着色した色付きボックス中の色付き文章です。
28714 \color inherit
28715
28716 \begin_inset ERT
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720
28721 }
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 fboxrule 0.4pt 
28735 \backslash
28736 fboxsep 3pt
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745
28746 \series bold
28747 \begin_inset VSpace medskip
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 \begin_inset Note Greyedout
28755 status open
28756
28757 \begin_layout Plain Layout
28758
28759 \series bold
28760 【註】
28761 \series default
28762 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Subsection
28771 段落の着色
28772 \begin_inset CommandInset label
28773 LatexCommand label
28774 name "sub:段落の着色"
28775
28776 \end_inset
28777
28778
28779 \begin_inset Index idx
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783 いろ@色 ! だんらく@段落---
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Standard
28792 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28793 \series bold
28794
28795 \backslash
28796 colorbox
28797 \series default
28798 コマンドを
28799 \end_layout
28800
28801 \begin_layout Standard
28802
28803 \series bold
28804
28805 \backslash
28806 colorbox{色名}{
28807 \end_layout
28808
28809 \begin_layout Standard
28810 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28811 \series bold
28812 }
28813 \series default
28814 」を挿入してください。
28815 \end_layout
28816
28817 \begin_layout Standard
28818 \begin_inset ERT
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822
28823
28824 \backslash
28825 colorbox{lightgrey}{
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \begin_inset Box Frameless
28832 position "t"
28833 hor_pos "c"
28834 has_inner_box 1
28835 inner_pos "t"
28836 use_parbox 0
28837 use_makebox 0
28838 width "100col%"
28839 special "none"
28840 height "1in"
28841 height_special "totalheight"
28842 status open
28843
28844 \begin_layout Plain Layout
28845 これは背景色を付けた文章です。これは背景色を付けた文章です。
28846 \end_layout
28847
28848 \begin_layout Plain Layout
28849 \begin_inset VSpace defskip
28850 \end_inset
28851
28852 ここの文章には脚注
28853 \begin_inset Foot
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857 脚注の例
28858 \end_layout
28859
28860 \end_inset
28861
28862 を付けることもできますし、図表を挿入することもできます。
28863 \end_layout
28864
28865 \begin_layout Plain Layout
28866 \align center
28867 \begin_inset Tabular
28868 <lyxtabular version="3" rows="3" columns="3">
28869 <features tabularvalignment="middle">
28870 <column alignment="center" valignment="top" width="0">
28871 <column alignment="center" valignment="top" width="0">
28872 <column alignment="center" valignment="top" width="0">
28873 <row>
28874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28875 \begin_inset Text
28876
28877 \begin_layout Plain Layout
28878 a
28879 \end_layout
28880
28881 \end_inset
28882 </cell>
28883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28884 \begin_inset Text
28885
28886 \begin_layout Plain Layout
28887 !
28888 \end_layout
28889
28890 \end_inset
28891 </cell>
28892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28893 \begin_inset Text
28894
28895 \begin_layout Plain Layout
28896 3
28897 \end_layout
28898
28899 \end_inset
28900 </cell>
28901 </row>
28902 <row>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907 <
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 b2
28917 \begin_inset Quotes erd
28918 \end_inset
28919
28920 |
28921 \end_layout
28922
28923 \end_inset
28924 </cell>
28925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28926 \begin_inset Text
28927
28928 \begin_layout Plain Layout
28929 >
28930 \end_layout
28931
28932 \end_inset
28933 </cell>
28934 </row>
28935 <row>
28936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28937 \begin_inset Text
28938
28939 \begin_layout Plain Layout
28940 1
28941 \end_layout
28942
28943 \end_inset
28944 </cell>
28945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28946 \begin_inset Text
28947
28948 \begin_layout Plain Layout
28949 §
28950 \end_layout
28951
28952 \end_inset
28953 </cell>
28954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28955 \begin_inset Text
28956
28957 \begin_layout Plain Layout
28958 c
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 </row>
28964 </lyxtabular>
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979 }
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Section
28988 ボックスの伸縮回転
28989 \end_layout
28990
28991 \begin_layout Standard
28992 本節で述べられているコマンドを使用するには、文書プリアンブルで
28993 \end_layout
28994
28995 \begin_layout Standard
28996
28997 \series bold
28998
28999 \backslash
29000 @ifundefined{rotatebox}
29001 \begin_inset Newline newline
29002 \end_inset
29003
29004
29005 \begin_inset Phantom HPhantom
29006 status open
29007
29008 \begin_layout Plain Layout
29009
29010 \series bold
29011 \begin_inset space ~
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \end_inset
29018
29019 {
29020 \backslash
29021 usepackage{graphicx}}{}
29022 \end_layout
29023
29024 \begin_layout Standard
29025 というコマンドを使用して、
29026 \series bold
29027 graphicx
29028 \series default
29029
29030 \begin_inset Index idx
29031 status collapsed
29032
29033 \begin_layout Plain Layout
29034 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
29035 \end_layout
29036
29037 \end_inset
29038
29039 LaTeXパッケージを読み込む必要があります。
29040 \end_layout
29041
29042 \begin_layout Standard
29043 \begin_inset Note Greyedout
29044 status open
29045
29046 \begin_layout Plain Layout
29047
29048 \series bold
29049 【註】
29050 \series default
29051 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 \begin_inset Note Greyedout
29061 status open
29062
29063 \begin_layout Plain Layout
29064
29065 \series bold
29066 【註】
29067 \series default
29068 フロートは回転伸縮したボックスの中に入れることはできません。
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \end_layout
29075
29076 \begin_layout Subsection
29077 ボックスの回転
29078 \begin_inset Index idx
29079 status collapsed
29080
29081 \begin_layout Plain Layout
29082 ぼっくす@ボックス ! かいてんした@回転した
29083 \end_layout
29084
29085 \end_inset
29086
29087
29088 \begin_inset Index idx
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092 かいてん@回転 ! そざいの@素材の---
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \begin_inset Index idx
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102 ず@図 ! のかいてん@---の回転
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \begin_inset Index idx
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112 ひょうのちょうせい@表の調整 ! かいてん@回転
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
29122 \series bold
29123
29124 \backslash
29125 rotatebox
29126 \series default
29127 コマンドを使用すれば作成することができます。
29128 \end_layout
29129
29130 \begin_layout Standard
29131
29132 \series bold
29133
29134 \backslash
29135 rotatebox[回転の原点]{回転角}{ボックスの内容}
29136 \end_layout
29137
29138 \begin_layout Standard
29139 回転の原点は、
29140 \series bold
29141 origin=位置
29142 \series default
29143 の形で指定します。位置として指定可能なのは、
29144 \emph on
29145 c
29146 \emph default
29147 (中央揃え)・
29148 \emph on
29149 l
29150 \emph default
29151 (左揃え)・
29152 \emph on
29153 r
29154 \emph default
29155 (右揃え)・
29156 \emph on
29157 b
29158 \emph default
29159 (下揃え)・
29160 \emph on
29161 t
29162 \emph default
29163 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
29164 \emph on
29165 lt
29166 \emph default
29167 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
29168 \emph on
29169 l
29170 \emph default
29171 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
29172 \end_layout
29173
29174 \begin_layout Standard
29175 以下の例では、「回転した」文章の前にTeXコードで
29176 \series bold
29177
29178 \backslash
29179 rotatebox[origin=c]{60}{
29180 \series default
29181 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
29182 \series bold
29183 }
29184 \series default
29185 でボックスを閉じています。
29186 \end_layout
29187
29188 \begin_layout Standard
29189 これは、
29190 \begin_inset ERT
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194
29195
29196 \backslash
29197 rotatebox[origin=c]{60}{
29198 \end_layout
29199
29200 \end_inset
29201
29202 回転した
29203 \begin_inset ERT
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207
29208 }
29209 \end_layout
29210
29211 \end_inset
29212
29213  文章を含む行です。
29214 \end_layout
29215
29216 \begin_layout Standard
29217 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
29218 \end_layout
29219
29220 \begin_layout Standard
29221 これは、
29222 \begin_inset ERT
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226
29227
29228 \backslash
29229 rotatebox[origin=r]{-60}{
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \begin_inset Box Doublebox
29236 position "c"
29237 hor_pos "c"
29238 has_inner_box 0
29239 inner_pos "c"
29240 use_parbox 0
29241 use_makebox 0
29242 width "1in"
29243 special "width"
29244 height "1in"
29245 height_special "totalheight"
29246 status open
29247
29248 \begin_layout Plain Layout
29249 回転した
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260 }
29261 \end_layout
29262
29263 \end_inset
29264
29265 枠付き文章と
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 rotatebox[origin=lb]{60}{
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29280 \end_inset
29281
29282
29283 \begin_inset ERT
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287
29288 }
29289 \end_layout
29290
29291 \end_inset
29292
29293 数式を含む行です。
29294 \end_layout
29295
29296 \begin_layout Standard
29297 あるいは、以下のように図や表を入れることもできます。
29298 \end_layout
29299
29300 \begin_layout Standard
29301 これは、
29302 \begin_inset ERT
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306
29307
29308 \backslash
29309 rotatebox[origin=lb]{90}{
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \begin_inset Graphics
29316         filename ../clipart/platypus.eps
29317         lyxscale 50
29318         width 25col%
29319
29320 \end_inset
29321
29322
29323 \begin_inset ERT
29324 status collapsed
29325
29326 \begin_layout Plain Layout
29327
29328 }
29329 \end_layout
29330
29331 \end_inset
29332
29333 回転した画像と
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339
29340 \backslash
29341 rotatebox[origin=l]{-90}{
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \begin_inset Tabular
29348 <lyxtabular version="3" rows="2" columns="2">
29349 <features tabularvalignment="middle">
29350 <column alignment="center" valignment="top" width="0">
29351 <column alignment="center" valignment="top" width="0">
29352 <row>
29353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357 q
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Plain Layout
29366 w
29367 \end_layout
29368
29369 \end_inset
29370 </cell>
29371 </row>
29372 <row>
29373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377 e
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 r
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 </row>
29392 </lyxtabular>
29393
29394 \end_inset
29395
29396
29397 \begin_inset ERT
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401
29402 }
29403 \end_layout
29404
29405 \end_inset
29406
29407 表を含む行です。
29408 \end_layout
29409
29410 \begin_layout Subsection
29411 ボックスの伸縮
29412 \begin_inset Index idx
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \begin_inset Index idx
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426 しんしゅく@伸縮 ! そざいの@素材の---
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \begin_inset Index idx
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 ず@図 ! のしんしゅく@---の伸縮
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \begin_inset Index idx
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 素材を伸縮させるには、TeXコードで
29456 \series bold
29457
29458 \backslash
29459 scalebox
29460 \series default
29461 コマンドと
29462 \series bold
29463
29464 \backslash
29465 resizebox
29466 \series default
29467 コマンドが使えます。
29468 \end_layout
29469
29470 \begin_layout Standard
29471
29472 \series bold
29473
29474 \backslash
29475 scalebox
29476 \series default
29477 は以下の書式で使用します。
29478 \end_layout
29479
29480 \begin_layout Standard
29481
29482 \series bold
29483
29484 \backslash
29485 scalebox{水平方向}[垂直方向]{ボックスの内容}
29486 \end_layout
29487
29488 \begin_layout Standard
29489 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29490 \end_layout
29491
29492 \begin_layout Standard
29493 たとえば、
29494 \series bold
29495
29496 \backslash
29497 scalebox{2}{こんにちは}
29498 \series default
29499 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29500 \begin_inset ERT
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504
29505
29506 \backslash
29507 scalebox{2}{
29508 \end_layout
29509
29510 \end_inset
29511
29512 こんにちは
29513 \begin_inset ERT
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517
29518 }
29519 \end_layout
29520
29521 \end_inset
29522
29523 を生成します。
29524 \end_layout
29525
29526 \begin_layout Standard
29527 これに対し、
29528 \series bold
29529
29530 \backslash
29531 scalebox{2}[1]{こんにちは}
29532 \series default
29533 は、
29534 \begin_inset ERT
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538
29539
29540 \backslash
29541 scalebox{2}[1]{
29542 \end_layout
29543
29544 \end_inset
29545
29546 こんにちは
29547 \begin_inset ERT
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551
29552 }
29553 \end_layout
29554
29555 \end_inset
29556
29557 を変形させます。
29558 \end_layout
29559
29560 \begin_layout Standard
29561 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29562 \series bold
29563
29564 \backslash
29565 scalebox{-1}[1]{こんにちは}
29566 \series default
29567 というコマンドは、右のように反転文字を生成するのに使用できます:
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573
29574 \backslash
29575 scalebox{-1}[1]{
29576 \end_layout
29577
29578 \end_inset
29579
29580 こんにちは
29581 \begin_inset ERT
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585
29586 }
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Standard
29595
29596 \series bold
29597
29598 \backslash
29599 scalebox{1}[-1]{こんにちは}
29600 \series default
29601 とすると
29602 \begin_inset ERT
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606
29607
29608 \backslash
29609 scalebox{1}[-1]{
29610 \end_layout
29611
29612 \end_inset
29613
29614 こんにちは
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620 }
29621 \end_layout
29622
29623 \end_inset
29624
29625 のようにベースラインで鏡像にします。
29626 \end_layout
29627
29628 \begin_layout Standard
29629
29630 \series bold
29631
29632 \backslash
29633 scalebox{-1}[1]{ボックスの内容}
29634 \series default
29635 と同じ働きをするものとして
29636 \begin_inset Newline newline
29637 \end_inset
29638
29639
29640 \series bold
29641
29642 \backslash
29643 reflectbox{ボックスの内容}
29644 \series default
29645
29646 \begin_inset Newline newline
29647 \end_inset
29648
29649 というコマンドがあります。
29650 \end_layout
29651
29652 \begin_layout Standard
29653 \begin_inset VSpace bigskip
29654 \end_inset
29655
29656 指定した幅や丈にボックスを伸縮させるには、
29657 \series bold
29658
29659 \backslash
29660 resizebox
29661 \series default
29662 を使用します。このコマンドの書式は
29663 \end_layout
29664
29665 \begin_layout Standard
29666
29667 \series bold
29668
29669 \backslash
29670 resizebox{幅}{丈}{ボックスの内容}
29671 \end_layout
29672
29673 \begin_layout Standard
29674 です。上記二つのコマンド引数のうち一つが感嘆符「
29675 \series bold
29676 !
29677 \series default
29678 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29679 \end_layout
29680
29681 \begin_layout Standard
29682
29683 \series bold
29684
29685 \backslash
29686 resizebox{2cm}{1cm}{こんにちは}
29687 \series default
29688 というコマンドの出力は、
29689 \begin_inset ERT
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693
29694
29695 \backslash
29696 resizebox{2cm}{1cm}{
29697 \end_layout
29698
29699 \end_inset
29700
29701 こんにちは
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707 }
29708 \end_layout
29709
29710 \end_inset
29711
29712 となり、
29713 \begin_inset Newline newline
29714 \end_inset
29715
29716
29717 \series bold
29718
29719 \backslash
29720 resizebox{2cm}{!}{こんにちは}
29721 \series default
29722 というコマンドの出力は、
29723 \begin_inset ERT
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727
29728
29729 \backslash
29730 resizebox{2cm}{!}{
29731 \end_layout
29732
29733 \end_inset
29734
29735 こんにちは
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741 }
29742 \end_layout
29743
29744 \end_inset
29745
29746 となります。
29747 \end_layout
29748
29749 \begin_layout Standard
29750 \begin_inset VSpace bigskip
29751 \end_inset
29752
29753
29754 \begin_inset Note Greyedout
29755 status open
29756
29757 \begin_layout Plain Layout
29758
29759 \series bold
29760 【註】
29761 \backslash
29762 scalebox
29763 \series default
29764
29765 \series bold
29766
29767 \backslash
29768 resizebox
29769 \series default
29770 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29771 \end_layout
29772
29773 \end_inset
29774
29775
29776 \end_layout
29777
29778 \begin_layout Standard
29779 \begin_inset VSpace bigskip
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Standard
29786 ボックスは好きな順序で組み合わせることができます。たとえば、
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790
29791 \series bold
29792
29793 \backslash
29794 rotatebox[origin=c]{-45}{
29795 \backslash
29796 resizebox{2cm}{!}{
29797 \backslash
29798 reflectbox{こんにちは}}}
29799 \begin_inset Newline newline
29800 \end_inset
29801
29802
29803 \series default
29804 というコマンドは、
29805 \end_layout
29806
29807 \begin_layout Standard
29808 \align center
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814
29815 \backslash
29816 rotatebox[origin=c]{-45}{
29817 \backslash
29818 resizebox{2cm}{!}{
29819 \backslash
29820 reflectbox{
29821 \end_layout
29822
29823 \end_inset
29824
29825 こんにちは
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831 }}}
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \begin_layout Standard
29840 \noindent
29841 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29842 \end_layout
29843
29844 \begin_layout Standard
29845 \align center
29846 \begin_inset ERT
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850
29851
29852 \backslash
29853 rotatebox[origin=c]{-30}{
29854 \backslash
29855 resizebox{2cm}{!}{
29856 \backslash
29857 reflectbox{
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \begin_inset Graphics
29864         filename ../clipart/platypus.eps
29865         lyxscale 50
29866         width 25col%
29867
29868 \end_inset
29869
29870
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876 }}}
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887
29888 \backslash
29889 rotatebox[origin=c]{-45}{
29890 \backslash
29891 resizebox{2cm}{!}{
29892 \backslash
29893 reflectbox{
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \begin_inset Tabular
29900 <lyxtabular version="3" rows="2" columns="2">
29901 <features tabularvalignment="middle">
29902 <column alignment="center" valignment="top" width="0">
29903 <column alignment="center" valignment="top" width="0">
29904 <row>
29905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29906 \begin_inset Text
29907
29908 \begin_layout Plain Layout
29909 q
29910 \end_layout
29911
29912 \end_inset
29913 </cell>
29914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29915 \begin_inset Text
29916
29917 \begin_layout Plain Layout
29918 w
29919 \end_layout
29920
29921 \end_inset
29922 </cell>
29923 </row>
29924 <row>
29925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29926 \begin_inset Text
29927
29928 \begin_layout Plain Layout
29929 e
29930 \end_layout
29931
29932 \end_inset
29933 </cell>
29934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Plain Layout
29938 r
29939 \end_layout
29940
29941 \end_inset
29942 </cell>
29943 </row>
29944 </lyxtabular>
29945
29946 \end_inset
29947
29948
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954 }}}
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \begin_inset ERT
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 rotatebox[origin=c]{-45}{
29968 \backslash
29969 resizebox{2cm}{!}{
29970 \backslash
29971 reflectbox{
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29978 \end_inset
29979
29980
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986 }}}
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Standard
29995 文書で大域的に数式様式
29996 \series bold
29997 fleqn
29998 \series default
29999 を使用している場合
30000 \begin_inset Foot
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
30005 \end_layout
30006
30007 \end_inset
30008
30009 には、別行建て数式も伸縮させることができます。
30010 \end_layout
30011
30012 \begin_layout Chapter
30013
30014 \lang english
30015 Objects Surrounded by Text
30016 \begin_inset Index idx
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021 \lang english
30022 Surrounded by text
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \end_layout
30029
30030 \begin_layout Subsection
30031 折返しフロート
30032 \begin_inset CommandInset label
30033 LatexCommand label
30034 name "sec:折返しフロート"
30035
30036 \end_inset
30037
30038
30039 \begin_inset Index idx
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043 ふろーと@フロート ! おりかえしふろーと@折返しフロート
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \lang english
30050
30051 \begin_inset Index idx
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 \lang english
30057 Surrounded by text ! Wrap Floats
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \end_layout
30064
30065 \begin_layout Standard
30066 \begin_inset Wrap figure
30067 lines 0
30068 placement l
30069 overhang 1cm
30070 width "40col%"
30071 status open
30072
30073 \begin_layout Plain Layout
30074 \begin_inset Graphics
30075         filename ../clipart/mobius.eps
30076         width 40col%
30077         scaleBeforeRotation
30078         rotateOrigin center
30079
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \begin_layout Plain Layout
30086 \begin_inset Caption
30087
30088 \begin_layout Plain Layout
30089 \begin_inset CommandInset label
30090 LatexCommand label
30091 name "fig:折返し図フロート"
30092
30093 \end_inset
30094
30095 これは折返し図フロートです。
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \end_inset
30104
30105 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
30106 \series bold
30107 wrapfig
30108 \series default
30109
30110 \begin_inset Index idx
30111 status collapsed
30112
30113 \begin_layout Plain Layout
30114 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
30115 \end_layout
30116
30117 \end_inset
30118
30119 を導入済みであれば、
30120 \family sans
30121 挿入\SpecialChar \menuseparator
30122 フロート\SpecialChar \menuseparator
30123 折返し図フロート
30124 \family default
30125
30126 \family sans
30127 折返し表フロート
30128 \family default
30129 メニューで挿入することができます
30130 \begin_inset Foot
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
30135 \end_layout
30136
30137 \end_inset
30138
30139 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
30140 \family sans
30141 配置
30142 \family default
30143
30144 \family sans
30145
30146 \family default
30147 です。非必須項目として、
30148 \family sans
30149 ぶら下げ
30150 \family default
30151
30152 \family sans
30153 行幅
30154 \family default
30155 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
30156 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
30157 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
30158 \begin_inset CommandInset ref
30159 LatexCommand ref
30160 reference "fig:折返し図フロート"
30161
30162 \end_inset
30163
30164 図は、40
30165 \begin_inset space \thinspace{}
30166 \end_inset
30167
30168 列幅%の幅と1
30169 \begin_inset space \thinspace{}
30170 \end_inset
30171
30172 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
30173 \begin_inset Foot
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 使うことのできる単位は付録
30178 \begin_inset CommandInset ref
30179 LatexCommand ref
30180 reference "cha:LyXで使用できる単位"
30181
30182 \end_inset
30183
30184 に収録してあります。
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 \begin_inset Note Greyedout
30194 status open
30195
30196 \begin_layout Plain Layout
30197
30198 \series bold
30199 【註】
30200 \series default
30201 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
30202 上書きされて出力されたりします。
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \end_layout
30209
30210 \begin_layout Standard
30211 原則として、
30212 \end_layout
30213
30214 \begin_layout Itemize
30215 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
30216 うになってから、正確な位置に挿入しなくてはなりません。
30217 \end_layout
30218
30219 \begin_layout Itemize
30220 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
30221 \end_layout
30222
30223 \begin_layout Itemize
30224 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
30225 \end_layout
30226
30227 \begin_layout Itemize
30228 折返しフロートは、節見出しや表中に入れることは認められていません。
30229 \end_layout
30230
30231 \begin_layout Itemize
30232
30233 \lang english
30234 Their numbering and referencing works as described in chap.
30235 \lang japanese
30236
30237 \begin_inset space \thinspace{}
30238 \end_inset
30239
30240
30241 \begin_inset CommandInset ref
30242 LatexCommand ref
30243 reference "chap:フロート"
30244
30245 \end_inset
30246
30247 .
30248 \end_layout
30249
30250 \begin_layout Section
30251
30252 \lang english
30253 Surrounded Fixed Objects
30254 \begin_inset Index idx
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258
30259 \lang english
30260 Surrounded by text ! Fixed objects
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269
30270 \lang english
30271 The wrap floats described in sec.
30272 \lang japanese
30273
30274 \begin_inset space \thinspace{}
30275 \end_inset
30276
30277
30278 \begin_inset CommandInset ref
30279 LatexCommand ref
30280 reference "sec:折返しフロート"
30281
30282 \end_inset
30283
30284  
30285 \lang english
30286 have these positions in the paragraph:
30287 \end_layout
30288
30289 \begin_layout Standard
30290 \noindent
30291 \align center
30292
30293 \lang english
30294 \begin_inset Tabular
30295 <lyxtabular version="3" rows="2" columns="2">
30296 <features tabularvalignment="middle">
30297 <column alignment="center" valignment="top" width="0">
30298 <column alignment="center" valignment="top" width="0">
30299 <row>
30300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30301 \begin_inset Text
30302
30303 \begin_layout Plain Layout
30304
30305 \lang english
30306 \begin_inset Graphics
30307         filename ../../images/dialog-show-new-inset_graphics.png
30308         scale 70
30309         scaleBeforeRotation
30310         BoundingBox 0bp 6bp 22bp 22bp
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \end_inset
30318 </cell>
30319 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30320 \begin_inset Text
30321
30322 \begin_layout Plain Layout
30323
30324 \lang english
30325 text
30326 \end_layout
30327
30328 \end_inset
30329 </cell>
30330 </row>
30331 <row>
30332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30333 \begin_inset Text
30334
30335 \begin_layout Plain Layout
30336
30337 \lang english
30338 text
30339 \end_layout
30340
30341 \end_inset
30342 </cell>
30343 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30344 \begin_inset Text
30345
30346 \begin_layout Plain Layout
30347
30348 \lang english
30349 text
30350 \end_layout
30351
30352 \end_inset
30353 </cell>
30354 </row>
30355 </lyxtabular>
30356
30357 \end_inset
30358
30359  or 
30360 \begin_inset Tabular
30361 <lyxtabular version="3" rows="2" columns="2">
30362 <features tabularvalignment="middle">
30363 <column alignment="center" valignment="top" width="0">
30364 <column alignment="center" valignment="top" width="0">
30365 <row>
30366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30367 \begin_inset Text
30368
30369 \begin_layout Plain Layout
30370
30371 \lang english
30372 text
30373 \end_layout
30374
30375 \end_inset
30376 </cell>
30377 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30378 \begin_inset Text
30379
30380 \begin_layout Plain Layout
30381
30382 \lang english
30383 \begin_inset Graphics
30384         filename ../../images/dialog-show-new-inset_graphics.png
30385         scale 70
30386         scaleBeforeRotation
30387         BoundingBox 0bp 6bp 22bp 22bp
30388
30389 \end_inset
30390
30391
30392 \end_layout
30393
30394 \end_inset
30395 </cell>
30396 </row>
30397 <row>
30398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30399 \begin_inset Text
30400
30401 \begin_layout Plain Layout
30402
30403 \lang english
30404 text
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413
30414 \lang english
30415 text
30416 \end_layout
30417
30418 \end_inset
30419 </cell>
30420 </row>
30421 </lyxtabular>
30422
30423 \end_inset
30424
30425
30426 \end_layout
30427
30428 \begin_layout Standard
30429
30430 \lang english
30431 To get an object exactly at the position where it is inserted, for example
30432  to get one of these positions:
30433 \begin_inset VSpace defskip
30434 \end_inset
30435
30436
30437 \end_layout
30438
30439 \begin_layout Standard
30440 \noindent
30441 \align center
30442
30443 \lang english
30444 \begin_inset Tabular
30445 <lyxtabular version="3" rows="2" columns="2">
30446 <features tabularvalignment="middle">
30447 <column alignment="center" valignment="top" width="0">
30448 <column alignment="center" valignment="top" width="0">
30449 <row>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454
30455 \lang english
30456 text
30457 \end_layout
30458
30459 \end_inset
30460 </cell>
30461 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30462 \begin_inset Text
30463
30464 \begin_layout Plain Layout
30465
30466 \lang english
30467 text
30468 \end_layout
30469
30470 \end_inset
30471 </cell>
30472 </row>
30473 <row>
30474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30475 \begin_inset Text
30476
30477 \begin_layout Plain Layout
30478
30479 \lang english
30480 \begin_inset Graphics
30481         filename ../../images/dialog-show-new-inset_graphics.png
30482         scale 70
30483         scaleBeforeRotation
30484         BoundingBox 0bp 6bp 22bp 22bp
30485
30486 \end_inset
30487
30488
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497
30498 \lang english
30499 text
30500 \end_layout
30501
30502 \end_inset
30503 </cell>
30504 </row>
30505 </lyxtabular>
30506
30507 \end_inset
30508
30509  
30510 \begin_inset Tabular
30511 <lyxtabular version="3" rows="2" columns="2">
30512 <features tabularvalignment="middle">
30513 <column alignment="center" valignment="top" width="0">
30514 <column alignment="center" valignment="top" width="0">
30515 <row>
30516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30517 \begin_inset Text
30518
30519 \begin_layout Plain Layout
30520
30521 \lang english
30522 text
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30528 \begin_inset Text
30529
30530 \begin_layout Plain Layout
30531
30532 \lang english
30533 text
30534 \end_layout
30535
30536 \end_inset
30537 </cell>
30538 </row>
30539 <row>
30540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30541 \begin_inset Text
30542
30543 \begin_layout Plain Layout
30544
30545 \lang english
30546 text
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555
30556 \lang english
30557 \begin_inset Graphics
30558         filename ../../images/dialog-show-new-inset_graphics.png
30559         scale 70
30560         scaleBeforeRotation
30561         BoundingBox 0bp 6bp 22bp 22bp
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \end_inset
30569 </cell>
30570 </row>
30571 </lyxtabular>
30572
30573 \end_inset
30574
30575  
30576 \begin_inset Tabular
30577 <lyxtabular version="3" rows="2" columns="3">
30578 <features tabularvalignment="middle">
30579 <column alignment="center" valignment="top" width="0">
30580 <column alignment="center" valignment="top" width="0">
30581 <column alignment="center" valignment="top" width="0">
30582 <row>
30583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30584 \begin_inset Text
30585
30586 \begin_layout Plain Layout
30587
30588 \lang english
30589 text
30590 \end_layout
30591
30592 \end_inset
30593 </cell>
30594 <cell alignment="center" valignment="top" topline="true" usebox="none">
30595 \begin_inset Text
30596
30597 \begin_layout Plain Layout
30598
30599 \lang english
30600 \begin_inset Graphics
30601         filename ../../images/dialog-show-new-inset_graphics.png
30602         scale 70
30603         scaleBeforeRotation
30604         BoundingBox 0bp 6bp 22bp 22bp
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \end_inset
30612 </cell>
30613 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30614 \begin_inset Text
30615
30616 \begin_layout Plain Layout
30617
30618 \lang english
30619 text
30620 \end_layout
30621
30622 \end_inset
30623 </cell>
30624 </row>
30625 <row>
30626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30627 \begin_inset Text
30628
30629 \begin_layout Plain Layout
30630
30631 \lang english
30632 text
30633 \end_layout
30634
30635 \end_inset
30636 </cell>
30637 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30638 \begin_inset Text
30639
30640 \begin_layout Plain Layout
30641
30642 \lang english
30643 text
30644 \end_layout
30645
30646 \end_inset
30647 </cell>
30648 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30649 \begin_inset Text
30650
30651 \begin_layout Plain Layout
30652
30653 \lang english
30654 text
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 </row>
30660 </lyxtabular>
30661
30662 \end_inset
30663
30664  
30665 \begin_inset Tabular
30666 <lyxtabular version="3" rows="2" columns="3">
30667 <features tabularvalignment="middle">
30668 <column alignment="center" valignment="top" width="0">
30669 <column alignment="center" valignment="top" width="0">
30670 <column alignment="center" valignment="top" width="0">
30671 <row>
30672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30673 \begin_inset Text
30674
30675 \begin_layout Plain Layout
30676
30677 \lang english
30678 text
30679 \end_layout
30680
30681 \end_inset
30682 </cell>
30683 <cell alignment="center" valignment="top" topline="true" usebox="none">
30684 \begin_inset Text
30685
30686 \begin_layout Plain Layout
30687
30688 \lang english
30689 text
30690 \end_layout
30691
30692 \end_inset
30693 </cell>
30694 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30695 \begin_inset Text
30696
30697 \begin_layout Plain Layout
30698
30699 \lang english
30700 text
30701 \end_layout
30702
30703 \end_inset
30704 </cell>
30705 </row>
30706 <row>
30707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711
30712 \lang english
30713 text
30714 \end_layout
30715
30716 \end_inset
30717 </cell>
30718 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30719 \begin_inset Text
30720
30721 \begin_layout Plain Layout
30722
30723 \lang english
30724 \begin_inset Graphics
30725         filename ../../images/dialog-show-new-inset_graphics.png
30726         scale 70
30727         scaleBeforeRotation
30728         BoundingBox 0bp 6bp 22bp 22bp
30729
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \end_inset
30736 </cell>
30737 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30738 \begin_inset Text
30739
30740 \begin_layout Plain Layout
30741
30742 \lang english
30743 text
30744 \end_layout
30745
30746 \end_inset
30747 </cell>
30748 </row>
30749 </lyxtabular>
30750
30751 \end_inset
30752
30753
30754 \end_layout
30755
30756 \begin_layout Standard
30757 \noindent
30758 \align center
30759
30760 \lang english
30761 \begin_inset Tabular
30762 <lyxtabular version="3" rows="3" columns="2">
30763 <features tabularvalignment="middle">
30764 <column alignment="center" valignment="top" width="0">
30765 <column alignment="center" valignment="top" width="0">
30766 <row>
30767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30768 \begin_inset Text
30769
30770 \begin_layout Plain Layout
30771
30772 \lang english
30773 text
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782
30783 \lang english
30784 text
30785 \end_layout
30786
30787 \end_inset
30788 </cell>
30789 </row>
30790 <row>
30791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30792 \begin_inset Text
30793
30794 \begin_layout Plain Layout
30795
30796 \lang english
30797 \begin_inset Graphics
30798         filename ../../images/dialog-show-new-inset_graphics.png
30799         scale 70
30800         scaleBeforeRotation
30801         BoundingBox 0bp 6bp 22bp 22bp
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \end_inset
30809 </cell>
30810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30811 \begin_inset Text
30812
30813 \begin_layout Plain Layout
30814
30815 \lang english
30816 text
30817 \end_layout
30818
30819 \end_inset
30820 </cell>
30821 </row>
30822 <row>
30823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30824 \begin_inset Text
30825
30826 \begin_layout Plain Layout
30827
30828 \lang english
30829 text
30830 \end_layout
30831
30832 \end_inset
30833 </cell>
30834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30835 \begin_inset Text
30836
30837 \begin_layout Plain Layout
30838
30839 \lang english
30840 text
30841 \end_layout
30842
30843 \end_inset
30844 </cell>
30845 </row>
30846 </lyxtabular>
30847
30848 \end_inset
30849
30850  
30851 \begin_inset Tabular
30852 <lyxtabular version="3" rows="3" columns="3">
30853 <features tabularvalignment="middle">
30854 <column alignment="center" valignment="top" width="0">
30855 <column alignment="center" valignment="top" width="0">
30856 <column alignment="center" valignment="top" width="0">
30857 <row>
30858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30859 \begin_inset Text
30860
30861 \begin_layout Plain Layout
30862
30863 \lang english
30864 text
30865 \end_layout
30866
30867 \end_inset
30868 </cell>
30869 <cell alignment="center" valignment="top" topline="true" usebox="none">
30870 \begin_inset Text
30871
30872 \begin_layout Plain Layout
30873
30874 \lang english
30875 text
30876 \end_layout
30877
30878 \end_inset
30879 </cell>
30880 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30881 \begin_inset Text
30882
30883 \begin_layout Plain Layout
30884
30885 \lang english
30886 text
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 </row>
30892 <row>
30893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30894 \begin_inset Text
30895
30896 \begin_layout Plain Layout
30897
30898 \lang english
30899 text
30900 \end_layout
30901
30902 \end_inset
30903 </cell>
30904 <cell alignment="center" valignment="top" usebox="none">
30905 \begin_inset Text
30906
30907 \begin_layout Plain Layout
30908
30909 \lang english
30910 \begin_inset Graphics
30911         filename ../../images/dialog-show-new-inset_graphics.png
30912         scale 70
30913         scaleBeforeRotation
30914         BoundingBox 0bp 6bp 22bp 22bp
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \end_inset
30922 </cell>
30923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30924 \begin_inset Text
30925
30926 \begin_layout Plain Layout
30927
30928 \lang english
30929 text
30930 \end_layout
30931
30932 \end_inset
30933 </cell>
30934 </row>
30935 <row>
30936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30937 \begin_inset Text
30938
30939 \begin_layout Plain Layout
30940
30941 \lang english
30942 text
30943 \end_layout
30944
30945 \end_inset
30946 </cell>
30947 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30948 \begin_inset Text
30949
30950 \begin_layout Plain Layout
30951
30952 \lang english
30953 text
30954 \end_layout
30955
30956 \end_inset
30957 </cell>
30958 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962
30963 \lang english
30964 text
30965 \end_layout
30966
30967 \end_inset
30968 </cell>
30969 </row>
30970 </lyxtabular>
30971
30972 \end_inset
30973
30974  
30975 \begin_inset Tabular
30976 <lyxtabular version="3" rows="3" columns="2">
30977 <features tabularvalignment="middle">
30978 <column alignment="center" valignment="top" width="0">
30979 <column alignment="center" valignment="top" width="0">
30980 <row>
30981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30982 \begin_inset Text
30983
30984 \begin_layout Plain Layout
30985
30986 \lang english
30987 text
30988 \end_layout
30989
30990 \end_inset
30991 </cell>
30992 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30993 \begin_inset Text
30994
30995 \begin_layout Plain Layout
30996
30997 \lang english
30998 text
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 </row>
31004 <row>
31005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31006 \begin_inset Text
31007
31008 \begin_layout Plain Layout
31009
31010 \lang english
31011 text
31012 \end_layout
31013
31014 \end_inset
31015 </cell>
31016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31017 \begin_inset Text
31018
31019 \begin_layout Plain Layout
31020
31021 \lang english
31022 \begin_inset Graphics
31023         filename ../../images/dialog-show-new-inset_graphics.png
31024         scale 70
31025         scaleBeforeRotation
31026         BoundingBox 0bp 6bp 22bp 22bp
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 </row>
31036 <row>
31037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31038 \begin_inset Text
31039
31040 \begin_layout Plain Layout
31041
31042 \lang english
31043 text
31044 \end_layout
31045
31046 \end_inset
31047 </cell>
31048 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31049 \begin_inset Text
31050
31051 \begin_layout Plain Layout
31052
31053 \lang english
31054 text
31055 \end_layout
31056
31057 \end_inset
31058 </cell>
31059 </row>
31060 </lyxtabular>
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 \noindent
31069
31070 \lang english
31071 you can use the LaTeX-package
31072 \lang japanese
31073  
31074 \series bold
31075 picinpar
31076 \series default
31077
31078 \begin_inset Index idx
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
31083 \end_layout
31084
31085 \end_inset
31086
31087 .
31088  
31089 \lang english
31090 Here is an example
31091 \lang japanese
31092 :
31093 \end_layout
31094
31095 \begin_layout Standard
31096 \begin_inset ERT
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100
31101
31102 \backslash
31103 ifpicinpar
31104 \end_layout
31105
31106 \end_inset
31107
31108
31109 \begin_inset Note Note
31110 status open
31111
31112 \begin_layout Plain Layout
31113 以下の部分は、LaTeXパッケージ
31114 \series bold
31115 picinpar
31116 \series default
31117 が導入されているときのみ表示されます。
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \end_layout
31124
31125 \begin_layout Standard
31126 \begin_inset ERT
31127 status collapsed
31128
31129 \begin_layout Plain Layout
31130
31131
31132 \backslash
31133 begin{window}[2,c,{
31134 \end_layout
31135
31136 \end_inset
31137
31138
31139 \begin_inset Graphics
31140         filename ../clipart/mobius.eps
31141         lyxscale 60
31142         width 40col%
31143         scaleBeforeRotation
31144         rotateOrigin center
31145
31146 \end_inset
31147
31148
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154 },]
31155 \end_layout
31156
31157 \begin_layout Plain Layout
31158
31159 {}
31160 \end_layout
31161
31162 \end_inset
31163
31164
31165 \size small
31166 \lang english
31167 It was in the spring of the year 1894 that all London was interested, and
31168  the fashionable world dismayed, by the murder of the Honourable Ronald
31169  Adair under most unusual and inexplicable circumstances.
31170  The public has already learned those particulars of the crime which
31171 \size default
31172
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177
31178
31179 \backslash
31180 footnotemark{}
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \size small
31187  came out in the police investigation, but a good deal was suppressed upon
31188  that occasion, since the case for the prosecution was so overwhelmingly
31189  strong that it was not necessary to bring forward all the facts.
31190  Only now, at the end of nearly ten years, am I allowed to supply those
31191  missing links which make up the whole of that remarkable chain
31192 \lang japanese
31193 .
31194 \size default
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 end{window}
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Standard
31212
31213 \lang english
31214 \begin_inset ERT
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218
31219
31220 \backslash
31221 footnotetext{
31222 \end_layout
31223
31224 \end_inset
31225
31226 Footnote of the paragraph with the fixed object.
31227 \begin_inset ERT
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231
31232 }
31233 \end_layout
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \begin_layout Standard
31241
31242 \lang english
31243 Surrounded fixed objects are used to let text float around them, at which
31244  the object's position in the paragraph can be determined by the number
31245  of lines above it.
31246  In contrary to floats is it not possible to have a numbered caption.
31247 \end_layout
31248
31249 \begin_layout Standard
31250
31251 \lang english
31252 A fixed object is inserted by adding the command
31253 \end_layout
31254
31255 \begin_layout Standard
31256
31257 \series bold
31258
31259 \backslash
31260 begin{window}[2,c,{
31261 \end_layout
31262
31263 \begin_layout Standard
31264
31265 \lang english
31266 as TeX Code at the beginning of the paragraph.
31267  The first parameter in the bracket, here '2', defines the number of lines
31268  above the object, the second, here 'c', the position of the object.
31269  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
31270  Behind the command you insert the object.
31271  In this example an image with a width of 40
31272 \begin_inset space \thinspace{}
31273 \end_inset
31274
31275 % of the text column width was inserted.
31276  The object can also be a table, a box or an equation.
31277  Behind the object the command
31278 \end_layout
31279
31280 \begin_layout Standard
31281
31282 \series bold
31283 },description text]
31284 \begin_inset Newline newline
31285 \end_inset
31286
31287 {}
31288 \end_layout
31289
31290 \begin_layout Standard
31291
31292 \lang english
31293 is inserted.
31294  Note that the 
31295 \begin_inset Quotes eld
31296 \end_inset
31297
31298
31299 \series bold
31300 {}
31301 \series default
31302
31303 \begin_inset Quotes erd
31304 \end_inset
31305
31306  is in the second line.
31307  The description text is optional.
31308  The text surrounding the object must be in the same paragraph as the object,
31309  so it must begin directly after the 
31310 \series bold
31311 {}
31312 \series default
31313 .
31314  At the end of the paragraph insert the command:
31315 \end_layout
31316
31317 \begin_layout Standard
31318
31319 \series bold
31320
31321 \backslash
31322 end{window}
31323 \end_layout
31324
31325 \begin_layout Standard
31326
31327 \lang english
31328 Within a paragraph with a fixed object, you cannot insert footnotes in the
31329  normal way.
31330  You have to use instead the command 
31331 \series bold
31332
31333 \backslash
31334 footnotemark
31335 \series default
31336  inside the paragraph and outside the command 
31337 \series bold
31338
31339 \backslash
31340 footnotetext
31341 \series default
31342  as described in sec.
31343 \lang japanese
31344
31345 \begin_inset space \thinspace{}
31346 \end_inset
31347
31348
31349 \begin_inset CommandInset ref
31350 LatexCommand ref
31351 reference "sec:脚注"
31352
31353 \end_inset
31354
31355 .
31356 \end_layout
31357
31358 \begin_layout Standard
31359 \begin_inset ERT
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363
31364
31365 \backslash
31366 else
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \begin_inset Note Note
31373 status open
31374
31375 \begin_layout Plain Layout
31376 以下の部分は、LaTeXパッケージ
31377 \series bold
31378 picinpar
31379 \series default
31380 が導入されていないときのみ表示されます。
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389 本節の以下の部分を出力に表示するには、LaTeXパッケージ
31390 \series bold
31391 picinpar
31392 \series default
31393 を導入する必要があります。
31394 \end_layout
31395
31396 \begin_layout Standard
31397 \begin_inset ERT
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401
31402
31403 \backslash
31404 fi
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Section
31413
31414 \lang english
31415 Initials
31416 \begin_inset Index idx
31417 status collapsed
31418
31419 \begin_layout Plain Layout
31420
31421 \lang english
31422 Initials
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \begin_inset Index idx
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433 \lang english
31434 Surrounded by text ! Initials
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \begin_layout Standard
31443
31444 \lang english
31445 To use initials, you must have the LaTeX package
31446 \lang japanese
31447  
31448 \series bold
31449 lettrine
31450 \series default
31451
31452 \begin_inset Index idx
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
31457 \end_layout
31458
31459 \end_inset
31460
31461  
31462 \lang english
31463 installed and use the module 
31464 \family sans
31465 Initials
31466 \family default
31467  in your document (menu 
31468 \family sans
31469 Document\SpecialChar \menuseparator
31470 Settings\SpecialChar \menuseparator
31471 Modules
31472 \family default
31473 ).
31474  To insert an initial, use the style 
31475 \family sans
31476 Initial
31477 \family default
31478 .
31479  This style has a mandatory and an optional argument.
31480  The mandatory argument is inserted via the menu 
31481 \family sans
31482 Insert\SpecialChar \menuseparator
31483 Short
31484 \begin_inset space ~
31485 \end_inset
31486
31487 Title
31488 \family default
31489  and contains the letter that is the initial.
31490  To use the also the optional argument, insert another argument in front
31491  of the mandatory argument.
31492  This one contains parameters to modify the initial.
31493  For more information about the possible parameters see the documentation
31494  of
31495 \lang japanese
31496  
31497 \series bold
31498 lettrine
31499 \series default
31500
31501 \begin_inset CommandInset citation
31502 LatexCommand cite
31503 key "lettrine"
31504
31505 \end_inset
31506
31507 .
31508  
31509 \lang english
31510 The style itself contains the text that is surrounding the initial.
31511  The usual style is hereby that the word whose first letter is the initial,
31512  is printed with 
31513 \shape smallcaps
31514 small caps
31515 \shape default
31516 .
31517  To tell LaTeX where this word is finished, add a closing brace '
31518 \series bold
31519 }
31520 \series default
31521 ' as TeX Code behind it.
31522  At the end of the style there must be an opening brace '
31523 \series bold
31524 {
31525 \series default
31526 ' as TeX Code.
31527 \end_layout
31528
31529 \begin_layout Standard
31530
31531 \lang english
31532 Here are some examples:
31533 \end_layout
31534
31535 \begin_layout Standard
31536 \begin_inset ERT
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540
31541
31542 \backslash
31543 iflettrine
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \begin_inset Note Note
31550 status open
31551
31552 \begin_layout Plain Layout
31553 以下の部分は、LaTeXパッケージ
31554 \series bold
31555 lettrine
31556 \series default
31557 が導入されているときのみ表示されます。
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Enumerate
31566
31567 \lang english
31568 No optional argument, the initial is the letter 'I' in the math font 
31569 \begin_inset Formula $\mathfrak{Fraktur}$
31570 \end_inset
31571
31572 :
31573 \end_layout
31574
31575 \begin_deeper
31576 \begin_layout Initial
31577 \begin_inset Argument
31578 status open
31579
31580 \begin_layout Plain Layout
31581 \begin_inset Formula $\mathfrak{I}$
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \end_inset
31588
31589 t
31590 \begin_inset ERT
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594
31595 }
31596 \end_layout
31597
31598 \end_inset
31599
31600  
31601 \lang english
31602 was in the spring of the year 1894 that all London was interested, and the
31603  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31604  under most unusual and inexplicable circumstances.
31605  The public has already learned those particulars of the crime which came
31606  out in the police investigation, but a good deal was suppressed upon that
31607  occasion, since the case for the prosecution was so overwhelmingly strong
31608  that it was not necessary to bring forward all the facts.
31609 \lang japanese
31610
31611 \begin_inset ERT
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615
31616 {
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \lang english
31623
31624 \begin_inset Newpage newpage
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \end_deeper
31631 \begin_layout Enumerate
31632
31633 \lang english
31634 Only one line is surrounding the initial, which is formed by two letters
31635  in standard font and no text is printed in small caps:
31636 \end_layout
31637
31638 \begin_deeper
31639 \begin_layout Initial
31640 \begin_inset Argument
31641 status open
31642
31643 \begin_layout Plain Layout
31644 lines=1
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \begin_inset Argument
31651 status open
31652
31653 \begin_layout Plain Layout
31654 It
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \begin_inset ERT
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665 }
31666 \end_layout
31667
31668 \end_inset
31669
31670  
31671 \lang english
31672 was in the spring of the year 1894 that all London was interested, and the
31673  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31674  under most unusual and inexplicable circumstances.
31675  The public has already learned those particulars of the crime which came
31676  out in the police investigation, but a good deal was suppressed upon that
31677  occasion, since the case for the prosecution was so overwhelmingly strong
31678  that it was not necessary to bring forward all the facts.
31679 \lang japanese
31680
31681 \begin_inset ERT
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685
31686 {
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \end_layout
31693
31694 \end_deeper
31695 \begin_layout Enumerate
31696
31697 \lang english
31698 Magenta, hanging initial over 3
31699 \begin_inset space ~
31700 \end_inset
31701
31702 lines in the math font 
31703 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
31704 \end_inset
31705
31706 , the text 
31707 \begin_inset Quotes eld
31708 \end_inset
31709
31710 t was in the spring
31711 \begin_inset Quotes erd
31712 \end_inset
31713
31714  is in 
31715 \shape smallcaps
31716 small caps
31717 \shape default
31718 ; to color the initial, you must insert this command before the initial:
31719 \begin_inset Newline newline
31720 \end_inset
31721
31722
31723 \series bold
31724
31725 \backslash
31726 renewcommand{
31727 \backslash
31728 LettrineFontHook}{
31729 \backslash
31730 color{color}}
31731 \series default
31732
31733 \begin_inset Newline newline
31734 \end_inset
31735
31736 where the second 
31737 \emph on
31738 color
31739 \emph default
31740  can be 
31741 \begin_inset Quotes eld
31742 \end_inset
31743
31744 red
31745 \begin_inset Quotes erd
31746 \end_inset
31747
31748
31749 \begin_inset Quotes eld
31750 \end_inset
31751
31752 blue
31753 \begin_inset Quotes erd
31754 \end_inset
31755
31756
31757 \begin_inset Quotes eld
31758 \end_inset
31759
31760 green
31761 \begin_inset Quotes erd
31762 \end_inset
31763
31764
31765 \begin_inset Quotes eld
31766 \end_inset
31767
31768 yellow
31769 \begin_inset Quotes erd
31770 \end_inset
31771
31772
31773 \begin_inset Quotes eld
31774 \end_inset
31775
31776 cyan
31777 \begin_inset Quotes erd
31778 \end_inset
31779
31780
31781 \begin_inset Quotes eld
31782 \end_inset
31783
31784 magenta
31785 \begin_inset Quotes erd
31786 \end_inset
31787
31788
31789 \begin_inset Quotes eld
31790 \end_inset
31791
31792 black
31793 \begin_inset Quotes erd
31794 \end_inset
31795
31796  or 
31797 \begin_inset Quotes eld
31798 \end_inset
31799
31800 white
31801 \begin_inset Quotes erd
31802 \end_inset
31803
31804 , and add this command to the document preamble
31805 \lang japanese
31806 :
31807 \begin_inset Newline newline
31808 \end_inset
31809
31810
31811 \series bold
31812
31813 \backslash
31814 @ifundefined{textcolor}
31815 \begin_inset Newline newline
31816 \end_inset
31817
31818
31819 \begin_inset space ~
31820 \end_inset
31821
31822 {
31823 \backslash
31824 usepackage{color}}{}
31825 \end_layout
31826
31827 \begin_deeper
31828 \begin_layout Standard
31829 \begin_inset ERT
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833
31834
31835 \backslash
31836 renewcommand{
31837 \backslash
31838 LettrineFontHook}{
31839 \backslash
31840 color{magenta}}
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \lang english
31847
31848 \begin_inset Note Note
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852
31853 \lang english
31854 makes the initial magenta
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \begin_layout Initial
31863 \begin_inset Argument
31864 status open
31865
31866 \begin_layout Plain Layout
31867 lines=3, lhang=0.33, loversize=0.25
31868 \end_layout
31869
31870 \end_inset
31871
31872
31873 \begin_inset Argument
31874 status open
31875
31876 \begin_layout Plain Layout
31877 \begin_inset Formula $\mathcal{I}$
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \end_inset
31884
31885
31886 \lang english
31887 t was in the spring
31888 \lang japanese
31889
31890 \begin_inset ERT
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894
31895 }
31896 \end_layout
31897
31898 \end_inset
31899
31900  
31901 \lang english
31902 of the year 1894 that all London was interested, and the fashionable world
31903  dismayed, by the murder of the Honourable Ronald Adair under most unusual
31904  and inexplicable circumstances.
31905  The public has already learned those particulars of the crime which came
31906  out in the police investigation, but a good deal was suppressed upon that
31907  occasion, since the case for the prosecution was so overwhelmingly strong
31908  that it was not necessary to bring forward all the facts.
31909 \lang japanese
31910
31911 \begin_inset ERT
31912 status collapsed
31913
31914 \begin_layout Plain Layout
31915
31916 {
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \end_deeper
31925 \begin_layout Standard
31926 \begin_inset ERT
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930
31931
31932 \backslash
31933 else
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \begin_inset Note Note
31940 status open
31941
31942 \begin_layout Plain Layout
31943 以下の部分は、LaTeXパッケージ
31944 \series bold
31945 lettrine
31946 \series default
31947 が導入されていないときのみ表示されます。
31948 \end_layout
31949
31950 \end_inset
31951
31952
31953 \end_layout
31954
31955 \begin_layout Standard
31956 本節の以下の部分を出力に表示するには、LaTeXパッケージ
31957 \series bold
31958 lettrine
31959 \series default
31960 を導入する必要があります。
31961 \end_layout
31962
31963 \begin_layout Standard
31964 \begin_inset ERT
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 fi
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Chapter
31980 外部文書構成要素
31981 \begin_inset Index idx
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985 がいぶぶんしょこうせいようそ@外部文書構成要素
31986 \end_layout
31987
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \begin_layout Standard
31994
31995 \family sans
31996 挿入\SpecialChar \menuseparator
31997 ファイル
31998 \family default
31999 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
32000 \end_layout
32001
32002 \begin_layout Description
32003 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
32004 \end_layout
32005
32006 \begin_layout Description
32007 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
32008 \end_layout
32009
32010 \begin_layout Description
32011 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
32012 \end_layout
32013
32014 \begin_layout Description
32015 外部素材 様々な書式のファイル。
32016 \end_layout
32017
32018 \begin_layout Description
32019 子文書 LyXあるいはLaTeX文書。
32020 \end_layout
32021
32022 \begin_layout Section
32023 外部素材
32024 \begin_inset Index idx
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
32038 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
32039 \family sans
32040 操作性\SpecialChar \menuseparator
32041 表示
32042 \family default
32043 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
32044 \end_layout
32045
32046 \begin_layout Standard
32047 外部素材は、
32048 \family sans
32049 挿入
32050 \family default
32051 \SpecialChar \menuseparator
32052
32053 \family sans
32054 ファイル
32055 \family default
32056 \SpecialChar \menuseparator
32057
32058 \family sans
32059 外部素材
32060 \family default
32061 メニューで開くことのできる
32062 \family sans
32063 外部素材
32064 \family default
32065 ダイアログから挿入することができます。目下、以下のファイル形式(
32066 \family sans
32067 ひな型
32068 \family default
32069 )が使用できます。
32070 \end_layout
32071
32072 \begin_layout Description
32073 チェス棋譜 このひな型は、
32074 \series bold
32075
32076 \begin_inset CommandInset href
32077 LatexCommand href
32078 name "XBoard"
32079 target "http://en.wikipedia.org/wiki/XBoard"
32080
32081 \end_inset
32082
32083
32084 \series default
32085 プログラムで作成されたチェス棋譜をサポートします。
32086 \end_layout
32087
32088 \begin_layout Description
32089 日付 これは、
32090 \emph on
32091 日-月-年
32092 \emph default
32093 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
32094 \begin_inset External
32095         template Date
32096         filename .
32097
32098 \end_inset
32099
32100
32101 \begin_inset space ~
32102 \end_inset
32103
32104
32105 \begin_inset Note Note
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109 バグ4398が修正されたら、この保護空白は削除してください!
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \begin_inset Newline newline
32116 \end_inset
32117
32118 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
32119 \family sans
32120 挿入
32121 \family default
32122 \SpecialChar \menuseparator
32123 日付メニューを使用する方法で、他はLaTeXコマンドの
32124 \series bold
32125
32126 \backslash
32127 today
32128 \series default
32129 をTeXコードで使用する方法です。これらの各方法は、表
32130 \begin_inset CommandInset ref
32131 LatexCommand ref
32132 reference "tab:日付挿入方法"
32133
32134 \end_inset
32135
32136 に比較を掲載しておきます。
32137 \end_layout
32138
32139 \begin_layout Description
32140 Dia このひな型は、
32141 \series bold
32142
32143 \begin_inset CommandInset href
32144 LatexCommand href
32145 name "Dia"
32146 target "http://en.wikipedia.org/wiki/Dia_(software)"
32147
32148 \end_inset
32149
32150
32151 \series default
32152 プログラムで作成したダイアグラムをサポートします。
32153 \end_layout
32154
32155 \begin_layout Description
32156 LilyPond このひな型は、
32157 \series bold
32158
32159 \begin_inset CommandInset href
32160 LatexCommand href
32161 name "LilyPond"
32162 target "http://en.wikipedia.org/wiki/LilyPond"
32163
32164 \end_inset
32165
32166
32167 \series default
32168 プログラムで作成した楽譜の組版に使用されます。
32169 \end_layout
32170
32171 \begin_layout Description
32172 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
32173 \family sans
32174 LaTeXとLyXオプション
32175 \family default
32176 タブ中の
32177 \family sans
32178 オプション
32179 \family default
32180 フィールドに
32181 \emph on
32182 pages
32183 \emph default
32184 オプションを指定してください。
32185 \emph on
32186 pages
32187 \emph default
32188 オプションを指定しないと、PDFの最初のページのみが挿入されます。
32189 \end_layout
32190
32191 \begin_layout Description
32192 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
32193 \family sans
32194 外部素材
32195 \family default
32196 ダイアログを使って入れる画像は、第
32197 \begin_inset CommandInset ref
32198 LatexCommand ref
32199 reference "sec:画像ダイアログ"
32200
32201 \end_inset
32202
32203 節にあるように
32204 \family sans
32205 画像
32206 \family default
32207 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
32208 サポートしていないという点のみです。
32209 \end_layout
32210
32211 \begin_layout Description
32212 XFig このひな型は、
32213 \series bold
32214
32215 \begin_inset CommandInset href
32216 LatexCommand href
32217 name "Xfig"
32218 target "http://en.wikipedia.org/wiki/Xfig"
32219
32220 \end_inset
32221
32222
32223 \series default
32224 プログラムで作成した画像をサポートします。
32225 \end_layout
32226
32227 \begin_layout Standard
32228 \begin_inset Float table
32229 placement h
32230 wide false
32231 sideways false
32232 status open
32233
32234 \begin_layout Plain Layout
32235 \begin_inset Caption
32236
32237 \begin_layout Plain Layout
32238 \begin_inset CommandInset label
32239 LatexCommand label
32240 name "tab:日付挿入方法"
32241
32242 \end_inset
32243
32244 日付の挿入方法の比較
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \begin_layout Plain Layout
32253 \align center
32254 \begin_inset Tabular
32255 <lyxtabular version="3" rows="4" columns="4">
32256 <features tabularvalignment="middle">
32257 <column alignment="center" valignment="top" width="0">
32258 <column alignment="center" valignment="top" width="0">
32259 <column alignment="center" valignment="top" width="0">
32260 <column alignment="center" valignment="top" width="0">
32261 <row>
32262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266 文書書式
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275
32276 \family sans
32277 外部素材\SpecialChar \menuseparator
32278 日付
32279 \end_layout
32280
32281 \end_inset
32282 </cell>
32283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287
32288 \family sans
32289 挿入\SpecialChar \menuseparator
32290 日付
32291 \end_layout
32292
32293 \end_inset
32294 </cell>
32295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32296 \begin_inset Text
32297
32298 \begin_layout Plain Layout
32299
32300 \series bold
32301
32302 \backslash
32303 today
32304 \series default
32305 コマンド
32306 \end_layout
32307
32308 \end_inset
32309 </cell>
32310 </row>
32311 <row>
32312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32313 \begin_inset Text
32314
32315 \begin_layout Plain Layout
32316 LyX
32317 \end_layout
32318
32319 \end_inset
32320 </cell>
32321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325 差込枠として
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334 日付として
32335 \end_layout
32336
32337 \end_inset
32338 </cell>
32339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32340 \begin_inset Text
32341
32342 \begin_layout Plain Layout
32343 TeXコード差込枠として
32344 \end_layout
32345
32346 \end_inset
32347 </cell>
32348 </row>
32349 <row>
32350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32351 \begin_inset Text
32352
32353 \begin_layout Plain Layout
32354 LaTeX
32355 \end_layout
32356
32357 \end_inset
32358 </cell>
32359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32360 \begin_inset Text
32361
32362 \begin_layout Plain Layout
32363 日付として
32364 \end_layout
32365
32366 \end_inset
32367 </cell>
32368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32369 \begin_inset Text
32370
32371 \begin_layout Plain Layout
32372 日付として
32373 \end_layout
32374
32375 \end_inset
32376 </cell>
32377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381 コマンドとして
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 </row>
32387 <row>
32388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32389 \begin_inset Text
32390
32391 \begin_layout Plain Layout
32392 DVI, PDF, PS
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 日付として
32402 \end_layout
32403
32404 \end_inset
32405 </cell>
32406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32407 \begin_inset Text
32408
32409 \begin_layout Plain Layout
32410 日付として
32411 \end_layout
32412
32413 \end_inset
32414 </cell>
32415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32416 \begin_inset Text
32417
32418 \begin_layout Plain Layout
32419 日付として
32420 \end_layout
32421
32422 \end_inset
32423 </cell>
32424 </row>
32425 </lyxtabular>
32426
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \end_inset
32433
32434
32435 \end_layout
32436
32437 \begin_layout Standard
32438
32439 \family sans
32440 外部素材
32441 \family default
32442 ダイアログの
32443 \family sans
32444 ファイル
32445 \family default
32446 タブ中で
32447 \family sans
32448 下書き
32449 \family default
32450 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
32451 \begin_inset Newline newline
32452 \end_inset
32453
32454 LyX中での外部素材は、ダイアログ内の
32455 \family sans
32456 LaTeXとLyXのオプション
32457 \family default
32458 タブにある
32459 \family sans
32460 LyX内に表示
32461 \family default
32462 オプションの指定に従って、
32463 \begin_inset Graphics
32464         filename clipart/ExternalMaterialQt4.png
32465         scale 85
32466         scaleBeforeRotation
32467
32468 \end_inset
32469
32470 のようなボックスとして表示されるか、画像として表示されます。
32471 \end_layout
32472
32473 \begin_layout Standard
32474 取扱説明書
32475 \family sans
32476 \emph on
32477 カスタマイズ篇
32478 \family default
32479 \emph default
32480 には、自製のひな型を定義する方法が説明されています。
32481 \end_layout
32482
32483 \begin_layout Section
32484 子文書
32485 \begin_inset CommandInset label
32486 LatexCommand label
32487 name "sec:子文書"
32488
32489 \end_inset
32490
32491
32492 \begin_inset Index idx
32493 status collapsed
32494
32495 \begin_layout Plain Layout
32496 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
32497 \end_layout
32498
32499 \end_inset
32500
32501
32502 \begin_inset Index idx
32503 status collapsed
32504
32505 \begin_layout Plain Layout
32506 ふぁいる@ファイル ! いんくるーど@インクルード
32507 \end_layout
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \begin_layout Standard
32515 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
32516 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
32517 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
32518 \end_layout
32519
32520 \begin_layout Standard
32521 親文書を開くことなく子文書で作業できるようにするには、子文書の
32522 \family sans
32523 文書
32524 \family default
32525 \SpecialChar \menuseparator
32526
32527 \family sans
32528 設定
32529 \family default
32530 \SpecialChar \menuseparator
32531
32532 \family sans
32533 文書クラス
32534 \family default
32535 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
32536 \end_layout
32537
32538 \begin_layout Standard
32539 取り込んだ文書は、LyX中で
32540 \begin_inset Graphics
32541         filename clipart/ChildDocumentQt4.png
32542         scale 85
32543         scaleBeforeRotation
32544
32545 \end_inset
32546
32547 のようなボックスとして表示されます。子文書を親文書に取り込むには、
32548 \family sans
32549 挿入
32550 \family default
32551 \SpecialChar \menuseparator
32552
32553 \family sans
32554 ファイル
32555 \family default
32556 \SpecialChar \menuseparator
32557
32558 \family sans
32559 子文書
32560 \family default
32561 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
32562 \end_layout
32563
32564 \begin_layout Description
32565 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
32566 \family sans
32567 子文書
32568 \family default
32569 ダイアログの
32570 \family sans
32571 編集
32572 \family default
32573 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
32574 \begin_inset Newline newline
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \begin_layout Standard
32581 以下は、
32582 \family sans
32583 Include
32584 \family default
32585 を使用して挿入した子文書です。 
32586 \begin_inset CommandInset include
32587 LatexCommand include
32588 filename "DummyDocument1.lyx"
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Standard
32596 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
32597 あります。取り込んだ文書のラベルは、第
32598 \begin_inset CommandInset ref
32599 LatexCommand ref
32600 reference "sub:外部文書の第1小節"
32601
32602 \end_inset
32603
32604 小節、のように参照することができます。
32605 \end_layout
32606
32607 \begin_layout Standard
32608 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
32609 は、新規頁から始まるように挿入され、改頁して終わります。
32610 \end_layout
32611
32612 \begin_layout Standard
32613 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
32614 \begin_inset Foot
32615 status open
32616
32617 \begin_layout Plain Layout
32618 派生枝は、LyX
32619 \emph on
32620 ユーザーの手引き
32621 \emph default
32622
32623 \emph on
32624 派生枝
32625 \emph default
32626 の節に説明されています。
32627 \end_layout
32628
32629 \end_inset
32630
32631 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
32632 \end_layout
32633
32634 \begin_layout Standard
32635 \begin_inset Note Greyedout
32636 status open
32637
32638 \begin_layout Plain Layout
32639
32640 \series bold
32641 【註】
32642 \series default
32643 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
32644 \series bold
32645
32646 \backslash
32647 includeonly
32648 \series default
32649 を使用することはできません。
32650 \end_layout
32651
32652 \end_inset
32653
32654
32655 \end_layout
32656
32657 \begin_layout Standard
32658 \begin_inset Note Greyedout
32659 status open
32660
32661 \begin_layout Plain Layout
32662
32663 \series bold
32664 【註】
32665 \series default
32666 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
32667 警告が発せられます。
32668 \end_layout
32669
32670 \end_inset
32671
32672
32673 \end_layout
32674
32675 \begin_layout Description
32676 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
32677 \end_layout
32678
32679 \begin_deeper
32680 \begin_layout Itemize
32681 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
32682 \end_layout
32683
32684 \begin_layout Itemize
32685 Inputファイルは、LyX設定の操作性
32686 \family sans
32687 \SpecialChar \menuseparator
32688 表示
32689 \family default
32690 の下にある
32691 \family sans
32692 画像を表示
32693 \family default
32694 を有効にすると、LyX中でプレビューすることができます。
32695 \end_layout
32696
32697 \begin_layout Itemize
32698 LaTeXコマンドの
32699 \series bold
32700
32701 \backslash
32702 includeonly
32703 \series default
32704 は使用することができません。
32705 \end_layout
32706
32707 \end_deeper
32708 \begin_layout Standard
32709 右は、
32710 \family sans
32711 Input
32712 \family default
32713 を使って挿入した子文書です。 
32714 \begin_inset CommandInset include
32715 LatexCommand input
32716 filename "DummyDocument2.lyx"
32717
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \begin_layout Description
32724 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
32725 に用いられているコマンドは実行されません。
32726 \family sans
32727 出力の空白に印付けをする
32728 \family default
32729 オプションを有効にすると、ソースコード中のすべての空白文字に「
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735
32736 \backslash
32737 textvisiblespace 
32738 \end_layout
32739
32740 \end_inset
32741
32742 」文字を表示させることができます。
32743 \family sans
32744 挿入\SpecialChar \menuseparator
32745 ファイル\SpecialChar \menuseparator
32746 平文
32747 \family default
32748 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
32749 \end_layout
32750
32751 \begin_layout Standard
32752 以下は、verbatimとして挿入された子文書です。 
32753 \begin_inset CommandInset include
32754 LatexCommand verbatiminput
32755 filename "../DummyTextDocument.txt"
32756
32757 \end_inset
32758
32759
32760 \begin_inset VSpace bigskip
32761 \end_inset
32762
32763 以下は、
32764 \family sans
32765 出力の空白に印付けをする
32766 \family default
32767 オプションを指定して、verbatimとして挿入された子文書です。 
32768 \begin_inset CommandInset include
32769 LatexCommand verbatiminput*
32770 filename "../DummyTextDocument.txt"
32771
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \begin_layout Standard
32778 \begin_inset VSpace bigskip
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Standard
32785 \begin_inset Note Greyedout
32786 status open
32787
32788 \begin_layout Plain Layout
32789
32790 \series bold
32791 【註】
32792 \series default
32793 上記の例でわかるように、
32794 \family sans
32795 verbatim
32796 \family default
32797 として取り込んだ文書の文章は、文書行の終わりで改行されません。
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Standard
32806 \begin_inset Note Greyedout
32807 status open
32808
32809 \begin_layout Plain Layout
32810
32811 \series bold
32812 【訳註】
32813 \series default
32814 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Description
32823 プログラムリスト この型については、第
32824 \begin_inset CommandInset ref
32825 LatexCommand ref
32826 reference "cha:プログラムコードリスト"
32827
32828 \end_inset
32829
32830 章に説明されています。
32831 \end_layout
32832
32833 \begin_layout Standard
32834 \begin_inset Note Greyedout
32835 status open
32836
32837 \begin_layout Plain Layout
32838
32839 \series bold
32840 【註】
32841 \series default
32842 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
32843 \end_layout
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Chapter
32851 プログラムコードリスト
32852 \begin_inset CommandInset label
32853 LatexCommand label
32854 name "cha:プログラムコードリスト"
32855
32856 \end_inset
32857
32858
32859 \begin_inset Index idx
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 りすと@リスト
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \begin_inset Index idx
32870 status collapsed
32871
32872 \begin_layout Plain Layout
32873 ぷろぐらむこーど@プログラムコード
32874 \end_layout
32875
32876 \end_inset
32877
32878
32879 \begin_inset Index idx
32880 status collapsed
32881
32882 \begin_layout Plain Layout
32883 ふろーと@フロート ! りすと@リスト
32884 \end_layout
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \begin_layout Standard
32892 プログラムコードを取り込んで組版するには、
32893 \family sans
32894 挿入
32895 \family default
32896 \SpecialChar \menuseparator
32897
32898 \family sans
32899 プログラムリスト
32900 \family default
32901 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
32902 \series bold
32903 listings
32904 \series default
32905
32906 \begin_inset Index idx
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32911 \end_layout
32912
32913 \end_inset
32914
32915 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
32916 \end_layout
32917
32918 \begin_layout Standard
32919 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
32920 \end_layout
32921
32922 \begin_layout Standard
32923 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
32924 \family sans
32925 行内リスト
32926 \family default
32927 を指定すると、リストは
32928 \begin_inset listings
32929 lstparams "language={C++}"
32930 inline true
32931 status collapsed
32932
32933 \begin_layout Plain Layout
32934
32935 int a=5;
32936 \end_layout
32937
32938 \end_inset
32939
32940 のように行内に印字されます。
32941 \begin_inset Newline newline
32942 \end_inset
32943
32944
32945 \family sans
32946 フロート
32947 \family default
32948 オプションは、プログラムリストフロートを生成するものですが、ここで、第
32949 \begin_inset CommandInset ref
32950 LatexCommand ref
32951 reference "sec:フロートの配置"
32952
32953 \end_inset
32954
32955 節に説明されているフロート配置オプションに従って、「
32956 \family sans
32957 h
32958 \family default
32959 」「
32960 \family sans
32961 t
32962 \family default
32963 」「
32964 \family sans
32965 b
32966 \family default
32967 」「
32968 \family sans
32969 p
32970 \family default
32971 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
32972 \family sans
32973 htbp
32974 \family default
32975 」のように区切りを入れることなく入力することができます。「
32976 \family sans
32977 h
32978 \family default
32979 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
32980 \family sans
32981 フロート
32982 \family default
32983 オプションを使用しなければ大丈夫です。
32984 \end_layout
32985
32986 \begin_layout Standard
32987
32988 \family sans
32989 挿入
32990 \family default
32991 \SpecialChar \menuseparator
32992
32993 \family sans
32994 キャプション
32995 \family default
32996 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
32997 \begin_inset CommandInset ref
32998 LatexCommand ref
32999 reference "lst:リストフロート"
33000
33001 \end_inset
33002
33003 のように参照することができます。
33004 \end_layout
33005
33006 \begin_layout Standard
33007 \begin_inset listings
33008 lstparams "language=Python"
33009 inline false
33010 status open
33011
33012 \begin_layout Plain Layout
33013
33014 \begin_inset Caption
33015
33016 \begin_layout Plain Layout
33017 \begin_inset CommandInset label
33018 LatexCommand label
33019 name "lst:リストフロート"
33020
33021 \end_inset
33022
33023 Example Listing Float
33024 \end_layout
33025
33026 \end_inset
33027
33028 # Example listing float
33029 \end_layout
33030
33031 \begin_layout Plain Layout
33032
33033 def func(param):
33034 \end_layout
33035
33036 \begin_layout Plain Layout
33037
33038     'this is a python function'
33039 \end_layout
33040
33041 \begin_layout Plain Layout
33042
33043     pass
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \end_layout
33050
33051 \begin_layout Standard
33052 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
33053 onのキーワード「def」が識別され、ボールド体で出力されます。
33054 \end_layout
33055
33056 \begin_layout Standard
33057 \begin_inset Note Greyedout
33058 status open
33059
33060 \begin_layout Plain Layout
33061
33062 \series bold
33063 【註】
33064 \series default
33065 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
33066 \family typewriter
33067 typewriter
33068 \family default
33069 フォントがボールド体を提供していません。この場合には、
33070 \family sans
33071 文書
33072 \family default
33073 \SpecialChar \menuseparator
33074
33075 \family sans
33076 設定
33077 \family default
33078 \SpecialChar \menuseparator
33079
33080 \family sans
33081 フォント
33082 \family default
33083 メニューで別のフォントを選択してください(
33084 \emph on
33085 LuxiMono
33086 \emph default
33087
33088 \emph on
33089 BeraMono
33090 \emph default
33091
33092 \emph on
33093 Courier
33094 \emph default
33095 の各フォントはボールド体を提供します)。
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \begin_layout Standard
33104 \begin_inset Note Greyedout
33105 status open
33106
33107 \begin_layout Plain Layout
33108
33109 \series bold
33110 【訳註】
33111 \series default
33112 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \begin_layout Standard
33121 プログラムリストダイアログの
33122 \family sans
33123 行番号
33124 \family default
33125 のセクションでは、行番号の様式を指定することができます。
33126 \family sans
33127 行間
33128 \family default
33129 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
33130 \end_layout
33131
33132 \begin_layout Standard
33133 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
33134 \family sans
33135 拡張文字コード表を使う
33136 \family default
33137 オプションを使用しなくてはなりません。
33138 \begin_inset Newline newline
33139 \end_inset
33140
33141 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
33142 \begin_inset space \thinspace{}
33143 \end_inset
33144
33145 -
33146 \begin_inset space \thinspace{}
33147 \end_inset
33148
33149 8」で設定したプログラムリストの例です。
33150 \end_layout
33151
33152 \begin_layout Standard
33153 \begin_inset listings
33154 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33155 inline false
33156 status open
33157
33158 \begin_layout Plain Layout
33159
33160 def func(param):
33161 \end_layout
33162
33163 \begin_layout Plain Layout
33164
33165     'this is a python function'
33166 \end_layout
33167
33168 \begin_layout Plain Layout
33169
33170     pass
33171 \end_layout
33172
33173 \begin_layout Plain Layout
33174
33175 def func(param):
33176 \end_layout
33177
33178 \begin_layout Plain Layout
33179
33180 'This is a German word: Tschüß'
33181 \end_layout
33182
33183 \begin_layout Plain Layout
33184
33185 pass
33186 \end_layout
33187
33188 \begin_layout Plain Layout
33189
33190 def func(param):
33191 \end_layout
33192
33193 \begin_layout Plain Layout
33194
33195 'this is a python function'
33196 \end_layout
33197
33198 \begin_layout Plain Layout
33199
33200 pass
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \begin_layout Standard
33209 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
33210 \family sans
33211 タビュレータの大きさ
33212 \family default
33213 フィールドで指定することができます。
33214 \end_layout
33215
33216 \begin_layout Standard
33217 \begin_inset Note Greyedout
33218 status open
33219
33220 \begin_layout Plain Layout
33221
33222 \series bold
33223 【註】listings
33224 \series default
33225 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
33226 に振られているのはこのためです。
33227 \end_layout
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Standard
33235 \begin_inset VSpace bigskip
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Standard
33242 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
33243 \family sans
33244 挿入
33245 \family default
33246 \SpecialChar \menuseparator
33247
33248 \family sans
33249 ファイル
33250 \family default
33251 \SpecialChar \menuseparator
33252
33253 \family sans
33254 子文書
33255 \family default
33256 メニューを使用して
33257 \family sans
33258 プログラムリスト
33259 \family default
33260 型を選択してください
33261 \begin_inset Foot
33262 status collapsed
33263
33264 \begin_layout Plain Layout
33265 他の子文書型については、第 section
33266 \begin_inset space ~
33267 \end_inset
33268
33269
33270 \begin_inset CommandInset ref
33271 LatexCommand ref
33272 reference "sec:子文書"
33273
33274 \end_inset
33275
33276 節に説明があります。
33277 \end_layout
33278
33279 \end_inset
33280
33281 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
33282 疑問符「?」を打鍵してください。
33283 \end_layout
33284
33285 \begin_layout Standard
33286 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
33287 \family sans
33288 挿入
33289 \family default
33290 \SpecialChar \menuseparator
33291
33292 \family sans
33293 相互参照
33294 \family default
33295 メニューを使って参照できるようになります。
33296 \end_layout
33297
33298 \begin_layout Standard
33299 プログラムリスト
33300 \begin_inset CommandInset ref
33301 LatexCommand ref
33302 reference "lst:file-listing"
33303
33304 \end_inset
33305
33306 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
33307 \end_layout
33308
33309 \begin_layout Standard
33310 \begin_inset CommandInset include
33311 LatexCommand lstinputlisting
33312 filename "EmbeddedObjects.lyx"
33313 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33314
33315 \end_inset
33316
33317
33318 \end_layout
33319
33320 \begin_layout Standard
33321 \begin_inset VSpace bigskip
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \begin_layout Standard
33328 リストに数式を入れるには、以下のようにします。
33329 \end_layout
33330
33331 \begin_layout Enumerate
33332 リストダイアログを開き、
33333 \family sans
33334 詳細
33335 \family default
33336 タブのフィールド中に
33337 \begin_inset Newline newline
33338 \end_inset
33339
33340
33341 \family sans
33342 mathescape=true
33343 \family default
33344
33345 \begin_inset Newline newline
33346 \end_inset
33347
33348 と書き加えます。
33349 \end_layout
33350
33351 \begin_layout Enumerate
33352 リスト外で数式を作成します。
33353 \end_layout
33354
33355 \begin_layout Enumerate
33356 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
33357 \begin_inset Info
33358 type  "shortcut"
33359 arg   "copy"
33360 \end_inset
33361
33362 )。
33363 \end_layout
33364
33365 \begin_layout Enumerate
33366 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
33367 \begin_inset Info
33368 type  "shortcut"
33369 arg   "paste"
33370 \end_inset
33371
33372 )。
33373 \end_layout
33374
33375 \begin_layout Standard
33376 \begin_inset listings
33377 lstparams "language=Python,mathescape=true"
33378 inline false
33379 status open
33380
33381 \begin_layout Plain Layout
33382
33383 \begin_inset Caption
33384
33385 \begin_layout Plain Layout
33386 Example Listing float containing a formula
33387 \end_layout
33388
33389 \end_inset
33390
33391 # Example listing float
33392 \end_layout
33393
33394 \begin_layout Plain Layout
33395
33396 def func(param):
33397 \end_layout
33398
33399 \begin_layout Plain Layout
33400
33401     # $
33402 \backslash
33403 prod_{n=1}^{
33404 \backslash
33405 infty}
33406 \backslash
33407 ,
33408 \backslash
33409 frac{1}{x^{2}}$
33410 \end_layout
33411
33412 \begin_layout Plain Layout
33413
33414     pass
33415 \end_layout
33416
33417 \end_inset
33418
33419
33420 \end_layout
33421
33422 \begin_layout Standard
33423 \begin_inset VSpace bigskip
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 大域的なプログラムリストの設定は、
33431 \family sans
33432 文書
33433 \family default
33434 \SpecialChar \menuseparator
33435
33436 \family sans
33437 設定
33438 \family default
33439 \SpecialChar \menuseparator
33440
33441 \family sans
33442 リスト
33443 \family default
33444 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
33445 \family sans
33446 プログラムリスト設定
33447 \family default
33448 フィールドで疑問符「?」を打鍵してください。
33449 \end_layout
33450
33451 \begin_layout Standard
33452
33453 \series bold
33454 listings
33455 \series default
33456 パッケージについての詳しい情報については、取扱説明書
33457 \begin_inset CommandInset citation
33458 LatexCommand cite
33459 key "listings"
33460
33461 \end_inset
33462
33463 をご参照ください。.
33464 \end_layout
33465
33466 \begin_layout Standard
33467 \begin_inset Newpage newpage
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \begin_layout Chapter
33474 \start_of_appendix
33475 LyXで使用できる単位
33476 \begin_inset Index idx
33477 status collapsed
33478
33479 \begin_layout Plain Layout
33480 たんい@単位
33481 \end_layout
33482
33483 \end_inset
33484
33485
33486 \begin_inset CommandInset label
33487 LatexCommand label
33488 name "cha:LyXで使用できる単位"
33489
33490 \end_inset
33491
33492
33493 \end_layout
33494
33495 \begin_layout Standard
33496 この文書で用いられる単位の理解のために、表
33497 \begin_inset CommandInset ref
33498 LatexCommand ref
33499 reference "tab:単位"
33500
33501 \end_inset
33502
33503 に、LyXで使うことのできる単位をまとめておきます。
33504 \end_layout
33505
33506 \begin_layout Standard
33507 \begin_inset Float table
33508 placement h
33509 wide false
33510 sideways false
33511 status open
33512
33513 \begin_layout Plain Layout
33514 \begin_inset Caption
33515
33516 \begin_layout Plain Layout
33517 \begin_inset CommandInset label
33518 LatexCommand label
33519 name "tab:単位"
33520
33521 \end_inset
33522
33523 単位
33524 \end_layout
33525
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \begin_layout Plain Layout
33532 \begin_inset VSpace medskip
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \begin_layout Plain Layout
33539 \align center
33540 \begin_inset Tabular
33541 <lyxtabular version="3" rows="20" columns="2">
33542 <features tabularvalignment="middle">
33543 <column alignment="center" valignment="top" width="0">
33544 <column alignment="center" valignment="top" width="0">
33545 <row>
33546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Plain Layout
33550 単位
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559 名称/摘要
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 </row>
33565 <row>
33566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570 mm
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579 ミリメートル
33580 \end_layout
33581
33582 \end_inset
33583 </cell>
33584 </row>
33585 <row>
33586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33587 \begin_inset Text
33588
33589 \begin_layout Plain Layout
33590 cm
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599 センチメートル
33600 \end_layout
33601
33602 \end_inset
33603 </cell>
33604 </row>
33605 <row>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 in
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33616 \begin_inset Text
33617
33618 \begin_layout Plain Layout
33619 インチ
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 </row>
33625 <row>
33626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630 pt
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 ポイント (72.27
33640 \begin_inset Formula $\,$
33641 \end_inset
33642
33643 pt = 1
33644 \begin_inset Formula $\,$
33645 \end_inset
33646
33647 in)
33648 \end_layout
33649
33650 \end_inset
33651 </cell>
33652 </row>
33653 <row>
33654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33655 \begin_inset Text
33656
33657 \begin_layout Plain Layout
33658 pc
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33664 \begin_inset Text
33665
33666 \begin_layout Plain Layout
33667 パイカ (1
33668 \begin_inset Formula $\,$
33669 \end_inset
33670
33671 pc = 12
33672 \begin_inset Formula $\,$
33673 \end_inset
33674
33675 pt)
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 </row>
33681 <row>
33682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33683 \begin_inset Text
33684
33685 \begin_layout Plain Layout
33686 sp
33687 \end_layout
33688
33689 \end_inset
33690 </cell>
33691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33692 \begin_inset Text
33693
33694 \begin_layout Plain Layout
33695 スケールポイント (65536
33696 \begin_inset Formula $\,$
33697 \end_inset
33698
33699 sp = 1
33700 \begin_inset Formula $\,$
33701 \end_inset
33702
33703 pt)
33704 \end_layout
33705
33706 \end_inset
33707 </cell>
33708 </row>
33709 <row>
33710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714 bp
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33720 \begin_inset Text
33721
33722 \begin_layout Plain Layout
33723 ビッグポイント (72
33724 \begin_inset Formula $\,$
33725 \end_inset
33726
33727 bp = 1
33728 \begin_inset Formula $\,$
33729 \end_inset
33730
33731 in)
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 </row>
33737 <row>
33738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Plain Layout
33742 dd
33743 \end_layout
33744
33745 \end_inset
33746 </cell>
33747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751 ディドー (72
33752 \begin_inset Formula $\,$
33753 \end_inset
33754
33755 dd 
33756 \begin_inset Formula $\approx$
33757 \end_inset
33758
33759  37.6
33760 \begin_inset Formula $\,$
33761 \end_inset
33762
33763 mm)
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 </row>
33769 <row>
33770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774 cc
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783 シセロ (1
33784 \begin_inset Formula $\,$
33785 \end_inset
33786
33787 cc = 12
33788 \begin_inset Formula $\,$
33789 \end_inset
33790
33791 dd)
33792 \end_layout
33793
33794 \end_inset
33795 </cell>
33796 </row>
33797 <row>
33798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33799 \begin_inset Text
33800
33801 \begin_layout Plain Layout
33802 Scale%
33803 \end_layout
33804
33805 \end_inset
33806 </cell>
33807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33808 \begin_inset Text
33809
33810 \begin_layout Plain Layout
33811 元の画像幅の%
33812 \end_layout
33813
33814 \end_inset
33815 </cell>
33816 </row>
33817 <row>
33818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33819 \begin_inset Text
33820
33821 \begin_layout Plain Layout
33822 text%
33823 \end_layout
33824
33825 \end_inset
33826 </cell>
33827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33828 \begin_inset Text
33829
33830 \begin_layout Plain Layout
33831 テキスト幅の%
33832 \end_layout
33833
33834 \end_inset
33835 </cell>
33836 </row>
33837 <row>
33838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Plain Layout
33842 col%
33843 \end_layout
33844
33845 \end_inset
33846 </cell>
33847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851 組段幅の%
33852 \end_layout
33853
33854 \end_inset
33855 </cell>
33856 </row>
33857 <row>
33858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33859 \begin_inset Text
33860
33861 \begin_layout Plain Layout
33862 page%
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Plain Layout
33871 用紙幅の%
33872 \end_layout
33873
33874 \end_inset
33875 </cell>
33876 </row>
33877 <row>
33878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33879 \begin_inset Text
33880
33881 \begin_layout Plain Layout
33882 line%
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 行幅の%
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 </row>
33897 <row>
33898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33899 \begin_inset Text
33900
33901 \begin_layout Plain Layout
33902 theight%
33903 \end_layout
33904
33905 \end_inset
33906 </cell>
33907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 テキスト高さの%
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 </row>
33917 <row>
33918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33919 \begin_inset Text
33920
33921 \begin_layout Plain Layout
33922 pheight%
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 用紙高さの%
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 </row>
33937 <row>
33938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33939 \begin_inset Text
33940
33941 \begin_layout Plain Layout
33942 ex
33943 \end_layout
33944
33945 \end_inset
33946 </cell>
33947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33948 \begin_inset Text
33949
33950 \begin_layout Plain Layout
33951 現在のフォントの文字「x」の高さ
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 <row>
33958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Plain Layout
33962 em
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 現在のフォントの文字「M」の幅
33972 \end_layout
33973
33974 \end_inset
33975 </cell>
33976 </row>
33977 <row>
33978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Plain Layout
33982 mu
33983 \end_layout
33984
33985 \end_inset
33986 </cell>
33987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 数式単位 (1
33992 \begin_inset Formula $\,$
33993 \end_inset
33994
33995 mu = 1/18
33996 \begin_inset Formula $\,$
33997 \end_inset
33998
33999 em)
34000 \end_layout
34001
34002 \end_inset
34003 </cell>
34004 </row>
34005 </lyxtabular>
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \end_inset
34013
34014
34015 \end_layout
34016
34017 \begin_layout Chapter
34018 画像を含む場合のファイル出力形式
34019 \begin_inset CommandInset label
34020 LatexCommand label
34021 name "cha:ファイル出力形式"
34022
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \begin_layout Section
34029 DVI
34030 \begin_inset Index idx
34031 status collapsed
34032
34033 \begin_layout Plain Layout
34034 ふぁいるしょしき@ファイル書式 ! DVI
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \begin_inset Index idx
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044 DVI|see
34045 \begin_inset ERT
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049
34050 {
34051 \end_layout
34052
34053 \end_inset
34054
34055 ファイル書式
34056 \begin_inset ERT
34057 status collapsed
34058
34059 \begin_layout Plain Layout
34060
34061 }
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Standard
34075 このファイル型の拡張子は「
34076 \family typewriter
34077 .dvi
34078 \family default
34079 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
34080 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
34081 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
34082 \end_layout
34083
34084 \begin_layout Standard
34085 \begin_inset Note Greyedout
34086 status open
34087
34088 \begin_layout Plain Layout
34089 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
34090 \end_layout
34091
34092 \end_inset
34093
34094 ですから、お使いの
34095 \family typewriter
34096 .dvi
34097 \family default
34098 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
34099 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
34100 DFを使用することをお勧めします。
34101 \end_layout
34102
34103 \begin_layout Standard
34104 使用中の文書は、
34105 \family sans
34106 ファイル
34107 \family default
34108 \SpecialChar \menuseparator
34109
34110 \family sans
34111 書き出し
34112 \family default
34113 \SpecialChar \menuseparator
34114
34115 \family sans
34116 DVI
34117 \family default
34118 メニューを使用して、DVIに書き出すことができます。また、
34119 \family sans
34120 表示
34121 \family default
34122 メニューかツールバーボタン
34123 \begin_inset Graphics
34124         filename ../../images/buffer-view_dvi.png
34125         scale 85
34126         scaleBeforeRotation
34127
34128 \end_inset
34129
34130 を使用すれば、使用中の文書をDVIで表示させることができます。
34131 \end_layout
34132
34133 \begin_layout Section
34134 PostScript
34135 \begin_inset CommandInset label
34136 LatexCommand label
34137 name "sec:PostScript"
34138
34139 \end_inset
34140
34141
34142 \begin_inset Index idx
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146 ふぁいるしょしき@ファイル書式 ! PostScript
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \begin_inset Index idx
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 PostScript|see
34157 \begin_inset ERT
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161
34162 {
34163 \end_layout
34164
34165 \end_inset
34166
34167 ファイル書式
34168 \begin_inset ERT
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172
34173 }
34174 \end_layout
34175
34176 \end_inset
34177
34178
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Standard
34187 このファイル型の拡張子は「
34188 \family typewriter
34189 .ps
34190 \family default
34191 」です。PostScriptは、
34192 \family typewriter
34193 Adobe
34194 \family default
34195 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
34196 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
34197 \begin_inset Foot
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201 これについてもう少し学ぶ気があれば、LaTeXパッケージ
34202 \series bold
34203 PSTricks
34204 \series default
34205
34206 \begin_inset CommandInset citation
34207 LatexCommand cite
34208 key "pstricks"
34209
34210 \end_inset
34211
34212 を見てみてください。
34213 \end_layout
34214
34215 \end_inset
34216
34217 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
34218 \end_layout
34219
34220 \begin_layout Standard
34221 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
34222 \family typewriter
34223 .eps
34224 \family default
34225 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
34226 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
34227 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
34228 を直接EPSとして入れておく方がよいでしょう。
34229 \end_layout
34230
34231 \begin_layout Standard
34232 文書は、
34233 \family sans
34234 ファイル
34235 \family default
34236 \SpecialChar \menuseparator
34237
34238 \family sans
34239 書き出し
34240 \family default
34241 \SpecialChar \menuseparator
34242
34243 \family sans
34244 Postscript
34245 \family default
34246 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
34247 \family sans
34248 表示
34249 \family default
34250 メニューかツールバーボタン
34251 \begin_inset Graphics
34252         filename ../../images/buffer-view_ps.png
34253         scale 85
34254         scaleBeforeRotation
34255
34256 \end_inset
34257
34258 を使用することでPostScriptとして表示させることができます。
34259 \end_layout
34260
34261 \begin_layout Section
34262 PDF
34263 \begin_inset Index idx
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 ふぁいるしょしき@ファイル書式 ! PDF
34268 \end_layout
34269
34270 \end_inset
34271
34272
34273 \begin_inset Index idx
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277 PDF
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \end_layout
34284
34285 \begin_layout Standard
34286 このファイル型の拡張子は「
34287 \family typewriter
34288 .pdf
34289 \family default
34290 」です。この「Portable Document Format (PDF)」は、
34291 \family typewriter
34292 Adobe
34293 \family default
34294 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
34295 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
34296 \end_layout
34297
34298 \begin_layout Standard
34299 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
34300 \family typewriter
34301 .jpg
34302 \family default
34303 」または「
34304 \family typewriter
34305 .jpeg
34306 \family default
34307 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
34308 \family typewriter
34309 .png
34310 \family default
34311 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
34312 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
34313 とをお勧めします。
34314 \end_layout
34315
34316 \begin_layout Standard
34317 使用中の文書は、
34318 \family sans
34319 ファイル
34320 \family default
34321 \SpecialChar \menuseparator
34322
34323 \family sans
34324 書き出し
34325 \family default
34326 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
34327 \end_layout
34328
34329 \begin_layout Description
34330 PDF
34331 \begin_inset space ~
34332 \end_inset
34333
34334 (ps2pdf) これは
34335 \family typewriter
34336 ps2pdf
34337 \family default
34338 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
34339 \family typewriter
34340 dvips
34341 \family default
34342 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
34343 \end_layout
34344
34345 \begin_layout Description
34346 PDF
34347 \begin_inset space ~
34348 \end_inset
34349
34350 (dvipdfm) これは
34351 \family typewriter
34352 dvipdfm
34353 \family default
34354 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
34355 \end_layout
34356
34357 \begin_layout Description
34358 PDF
34359 \begin_inset space ~
34360 \end_inset
34361
34362 (pdflatex) これは
34363 \family typewriter
34364 pdftex
34365 \family default
34366 プログラムを使って、現在のファイルを直接PDFに変換します。
34367 \end_layout
34368
34369 \begin_layout Standard
34370
34371 \family typewriter
34372 pdftex
34373 \family default
34374 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
34375 \family sans
34376 PDF
34377 \begin_inset space ~
34378 \end_inset
34379
34380 (pdflatex)
34381 \family default
34382 を使用することが推奨されます。
34383 \family typewriter
34384 dvipdfm
34385 \family default
34386 プログラムは開発が停止しており、若干時代遅れになっています。
34387 \end_layout
34388
34389 \begin_layout Standard
34390 使用中の文書をPDFとして表示するには、
34391 \family sans
34392 表示
34393 \family default
34394 メニューかツールバーボタン
34395 \begin_inset Graphics
34396         filename ../../images/buffer-view_pdf2.png
34397         scale 85
34398         scaleBeforeRotation
34399
34400 \end_inset
34401
34402 (これは
34403 \family sans
34404 PDF
34405 \begin_inset space ~
34406 \end_inset
34407
34408 (pdflatex)
34409 \family default
34410 を使用します)を用います。
34411 \end_layout
34412
34413 \begin_layout Chapter
34414 第(
34415 \begin_inset CommandInset ref
34416 LatexCommand ref
34417 reference "eq:Wgn"
34418
34419 \end_inset
34420
34421 )式の説明
34422 \begin_inset CommandInset label
34423 LatexCommand label
34424 name "cha:式の説明"
34425
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset Formula $n$
34433 \end_inset
34434
34435 個の表セルの全幅
34436 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Standard
34443 \begin_inset Formula 
34444 \begin{equation}
34445 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
34446 \end{equation}
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Standard
34454 で計算できます。ここで
34455 \begin_inset Formula $W_{g\, n}$
34456 \end_inset
34457
34458 は、すべてのセルが持つ固定幅です。
34459 \series bold
34460
34461 \backslash
34462 tabcolsep
34463 \series default
34464 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
34465 \begin_inset space \thinspace{}
34466 \end_inset
34467
34468 ptです。
34469 \series bold
34470
34471 \backslash
34472 arrayrulewidth
34473 \series default
34474 は、セル罫線幅であり、既定値は0.4
34475 \begin_inset space \thinspace{}
34476 \end_inset
34477
34478 ptです。
34479 \end_layout
34480
34481 \begin_layout Standard
34482
34483 \begin_inset CommandInset ref
34484 LatexCommand eqref
34485 reference "eq:Wtot_n"
34486
34487 \end_inset
34488
34489 式にしたがえば、連結列の全幅
34490 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34491 \end_inset
34492
34493
34494 \end_layout
34495
34496 \begin_layout Standard
34497 \begin_inset Formula 
34498 \begin{equation}
34499 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34500 \end{equation}
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 となります。
34509 \begin_inset Formula $n$
34510 \end_inset
34511
34512 列を連結する時には各列の全幅は
34513 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34514 \end_inset
34515
34516 となるので、第
34517 \begin_inset CommandInset ref
34518 LatexCommand eqref
34519 reference "eq:Wtot_n"
34520
34521 \end_inset
34522
34523 式と第
34524 \begin_inset CommandInset ref
34525 LatexCommand eqref
34526 reference "eq:Wtot_mult"
34527
34528 \end_inset
34529
34530 式が等しいものと置けば、必要となる固定幅
34531 \begin_inset Formula $W_{g\, n}$
34532 \end_inset
34533
34534 を計算することができて、
34535 \end_layout
34536
34537 \begin_layout Standard
34538 \begin_inset Formula 
34539 \begin{equation}
34540 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34541 \end{equation}
34542
34543 \end_inset
34544
34545 となります。
34546 \end_layout
34547
34548 \begin_layout Bibliography
34549 \labelwidthstring 参考文献
34550 \begin_inset CommandInset bibitem
34551 LatexCommand bibitem
34552 key "latexcompanion"
34553
34554 \end_inset
34555
34556 Frank Mittelbach and Michel Goossens: 
34557 \emph on
34558 The LaTeX Companion Second Edition.
34559
34560 \emph default
34561  Addison-Wesley, 2004
34562 \end_layout
34563
34564 \begin_layout Bibliography
34565 \labelwidthstring 参考文献
34566 \begin_inset CommandInset bibitem
34567 LatexCommand bibitem
34568 key "latexguide"
34569
34570 \end_inset
34571
34572 Helmut Kopka and Patrick W.
34573  Daly: 
34574 \emph on
34575 A Guide to LaTeX Fourth Edition.
34576
34577 \emph default
34578  Addison-Wesley, 2003
34579 \end_layout
34580
34581 \begin_layout Bibliography
34582 \labelwidthstring 参考文献
34583 \begin_inset CommandInset bibitem
34584 LatexCommand bibitem
34585 key "latexbook"
34586
34587 \end_inset
34588
34589 Leslie Lamport: 
34590 \emph on
34591 LaTeX: A Document Preparation System.
34592
34593 \emph default
34594  Addison-Wesley, second edition, 1994
34595 \end_layout
34596
34597 \begin_layout Bibliography
34598 \labelwidthstring 参考文献
34599 \begin_inset CommandInset bibitem
34600 LatexCommand bibitem
34601 key "booktabs"
34602
34603 \end_inset
34604
34605 LaTeXパッケージ
34606 \series bold
34607
34608 \begin_inset CommandInset href
34609 LatexCommand href
34610 name "booktabs"
34611 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34612
34613 \end_inset
34614
34615
34616 \series default
34617
34618 \begin_inset Index idx
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
34623 \end_layout
34624
34625 \end_inset
34626
34627 の取扱説明書
34628 \end_layout
34629
34630 \begin_layout Bibliography
34631 \labelwidthstring 参考文献
34632 \begin_inset CommandInset bibitem
34633 LatexCommand bibitem
34634 key "caption"
34635
34636 \end_inset
34637
34638 LaTeXパッケージ
34639 \series bold
34640
34641 \begin_inset CommandInset href
34642 LatexCommand href
34643 name "caption"
34644 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34645
34646 \end_inset
34647
34648
34649 \series default
34650
34651 \begin_inset Index idx
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655 LaTeXぱっけーじ@LaTeXパッケージ ! caption
34656 \end_layout
34657
34658 \end_inset
34659
34660 の取扱説明書
34661 \end_layout
34662
34663 \begin_layout Bibliography
34664 \labelwidthstring 参考文献
34665 \begin_inset CommandInset bibitem
34666 LatexCommand bibitem
34667 key "endfloat"
34668
34669 \end_inset
34670
34671 LaTeXパッケージ
34672 \series bold
34673
34674 \begin_inset CommandInset href
34675 LatexCommand href
34676 name "endfloat"
34677 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34678
34679 \end_inset
34680
34681
34682 \series default
34683
34684 \begin_inset Index idx
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
34689 \end_layout
34690
34691 \end_inset
34692
34693 の取扱説明書
34694 \end_layout
34695
34696 \begin_layout Bibliography
34697 \labelwidthstring 参考文献
34698 \begin_inset CommandInset bibitem
34699 LatexCommand bibitem
34700 key "footmisc"
34701
34702 \end_inset
34703
34704 LaTeXパッケージ
34705 \series bold
34706
34707 \begin_inset CommandInset href
34708 LatexCommand href
34709 name "footmisc"
34710 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34711
34712 \end_inset
34713
34714
34715 \series default
34716
34717 \begin_inset Index idx
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
34722 \end_layout
34723
34724 \end_inset
34725
34726 の取扱説明書
34727 \end_layout
34728
34729 \begin_layout Bibliography
34730 \labelwidthstring 参考文献
34731 \begin_inset CommandInset bibitem
34732 LatexCommand bibitem
34733 key "hypcap"
34734
34735 \end_inset
34736
34737 LaTeXパッケージ
34738 \series bold
34739
34740 \begin_inset CommandInset href
34741 LatexCommand href
34742 name "hypcap"
34743 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34744
34745 \end_inset
34746
34747
34748 \series default
34749
34750 \begin_inset Index idx
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34755 \end_layout
34756
34757 \end_inset
34758
34759 の取扱説明書
34760 \end_layout
34761
34762 \begin_layout Bibliography
34763 \labelwidthstring 参考文献
34764 \begin_inset CommandInset bibitem
34765 LatexCommand bibitem
34766 key "hyperref"
34767
34768 \end_inset
34769
34770 LaTeXパッケージ
34771 \series bold
34772
34773 \begin_inset CommandInset href
34774 LatexCommand href
34775 name "hyperref"
34776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34777
34778 \end_inset
34779
34780
34781 \series default
34782
34783 \begin_inset Index idx
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34788 \end_layout
34789
34790 \end_inset
34791
34792 の取扱説明書
34793 \end_layout
34794
34795 \begin_layout Bibliography
34796 \labelwidthstring 参考文献
34797 \begin_inset CommandInset bibitem
34798 LatexCommand bibitem
34799 key "KOMA-script"
34800
34801 \end_inset
34802
34803 LaTeXパッケージ
34804 \series bold
34805
34806 \begin_inset CommandInset href
34807 LatexCommand href
34808 name "KOMA-script"
34809 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34810
34811 \end_inset
34812
34813
34814 \series default
34815
34816 \begin_inset Index idx
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
34821 \end_layout
34822
34823 \end_inset
34824
34825 の取扱説明書
34826 \end_layout
34827
34828 \begin_layout Bibliography
34829 \labelwidthstring 参考文献
34830 \begin_inset CommandInset bibitem
34831 LatexCommand bibitem
34832 key "listings"
34833
34834 \end_inset
34835
34836 LaTeXパッケージ
34837 \series bold
34838
34839 \begin_inset CommandInset href
34840 LatexCommand href
34841 name "listings"
34842 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34843
34844 \end_inset
34845
34846
34847 \series default
34848
34849 \begin_inset Index idx
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853 LaTeXぱっけーじ@LaTeXパッケージ ! listings
34854 \end_layout
34855
34856 \end_inset
34857
34858 の取扱説明書
34859 \end_layout
34860
34861 \begin_layout Bibliography
34862 \labelwidthstring 参考文献
34863 \begin_inset CommandInset bibitem
34864 LatexCommand bibitem
34865 key "marginnote"
34866
34867 \end_inset
34868
34869 LaTeXパッケージ
34870 \series bold
34871
34872 \begin_inset CommandInset href
34873 LatexCommand href
34874 name "marginnote"
34875 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34876
34877 \end_inset
34878
34879
34880 \series default
34881
34882 \begin_inset Index idx
34883 status collapsed
34884
34885 \begin_layout Plain Layout
34886 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
34887 \end_layout
34888
34889 \end_inset
34890
34891 の取扱説明書
34892 \end_layout
34893
34894 \begin_layout Bibliography
34895 \labelwidthstring 参考文献
34896 \begin_inset CommandInset bibitem
34897 LatexCommand bibitem
34898 key "lettrine"
34899
34900 \end_inset
34901
34902 LaTeXパッケージ 
34903 \series bold
34904
34905 \begin_inset CommandInset href
34906 LatexCommand href
34907 name "lettrine"
34908 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
34909
34910 \end_inset
34911
34912
34913 \series default
34914  
34915 \lang english
34916 and an
34917 \lang japanese
34918  
34919 \begin_inset CommandInset href
34920 LatexCommand href
34921 name "example"
34922 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
34923
34924 \end_inset
34925
34926
34927 \begin_inset Index idx
34928 status collapsed
34929
34930 \begin_layout Plain Layout
34931 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34932 \end_layout
34933
34934 \end_inset
34935
34936
34937 \end_layout
34938
34939 \begin_layout Bibliography
34940 \labelwidthstring 参考文献
34941 \begin_inset CommandInset bibitem
34942 LatexCommand bibitem
34943 key "pstricks"
34944
34945 \end_inset
34946
34947 LaTeXパッケージ
34948 \series bold
34949
34950 \begin_inset CommandInset href
34951 LatexCommand href
34952 name "PSTricks"
34953 target "http://tug.org/PSTricks/"
34954
34955 \end_inset
34956
34957
34958 \series default
34959
34960 \begin_inset Index idx
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
34965 \end_layout
34966
34967 \end_inset
34968
34969 のウェブページ
34970 \end_layout
34971
34972 \begin_layout Bibliography
34973 \labelwidthstring 参考文献
34974 \begin_inset CommandInset bibitem
34975 LatexCommand bibitem
34976 key "sidecap"
34977
34978 \end_inset
34979
34980 LaTeXパッケージ
34981 \series bold
34982
34983 \begin_inset CommandInset href
34984 LatexCommand href
34985 name "sidecap"
34986 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34987
34988 \end_inset
34989
34990
34991 \series default
34992
34993 \begin_inset Index idx
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
34998 \end_layout
34999
35000 \end_inset
35001
35002 の取扱説明書
35003 \end_layout
35004
35005 \begin_layout Bibliography
35006 \labelwidthstring 参考文献
35007 \begin_inset CommandInset bibitem
35008 LatexCommand bibitem
35009 key "prettyref"
35010
35011 \end_inset
35012
35013 LaTeXパッケージ
35014 \series bold
35015
35016 \begin_inset CommandInset href
35017 LatexCommand href
35018 name "prettyref"
35019 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35020
35021 \end_inset
35022
35023
35024 \series default
35025
35026 \begin_inset Index idx
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Bibliography
35039 \labelwidthstring 参考文献
35040 \begin_inset CommandInset bibitem
35041 LatexCommand bibitem
35042 key "refstyle"
35043
35044 \end_inset
35045
35046 LaTeXパッケージ
35047 \series bold
35048
35049 \begin_inset CommandInset href
35050 LatexCommand href
35051 name "refstyle"
35052 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
35053
35054 \end_inset
35055
35056
35057 \series default
35058
35059 \begin_inset Index idx
35060 status collapsed
35061
35062 \begin_layout Plain Layout
35063 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \begin_layout Bibliography
35072 \labelwidthstring 参考文献
35073 \begin_inset CommandInset bibitem
35074 LatexCommand bibitem
35075 key "NewInLyX20"
35076
35077 \end_inset
35078
35079
35080 \family sans
35081 LyX 2.0
35082 \family default
35083 の新機能に関する
35084 \begin_inset CommandInset href
35085 LatexCommand href
35086 name "Wikiページ"
35087 target "http://wiki.lyx.org/LyX/NewInLyX20"
35088
35089 \end_inset
35090
35091
35092 \end_layout
35093
35094 \begin_layout Standard
35095 \begin_inset CommandInset index_print
35096 LatexCommand printindex
35097 type "idx"
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \end_body
35105 \end_document