]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: fix bug #7328
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \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 \usepackage{t1enc}
161 \renewcommand{\seename}{→}
162
163 \usepackage{subfig}
164 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
165 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
166 \end_preamble
167 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
168 \use_default_options false
169 \begin_modules
170 initials
171 \end_modules
172 \maintain_unincluded_children false
173 \language japanese
174 \language_package default
175 \inputencoding auto
176 \fontencoding global
177 \font_roman default
178 \font_sans default
179 \font_typewriter default
180 \font_default_family default
181 \use_non_tex_fonts false
182 \font_sc false
183 \font_osf false
184 \font_sf_scale 100
185 \font_tt_scale 100
186
187 \graphics default
188 \default_output_format default
189 \output_sync 0
190 \bibtex_command default
191 \index_command default
192 \paperfontsize 12
193 \spacing single
194 \use_hyperref true
195 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
196 \pdf_author "LyX Team, Uwe Stohr"
197 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
198 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
199 \pdf_bookmarks true
200 \pdf_bookmarksnumbered true
201 \pdf_bookmarksopen true
202 \pdf_bookmarksopenlevel 1
203 \pdf_breaklinks false
204 \pdf_pdfborder false
205 \pdf_colorlinks true
206 \pdf_backref false
207 \pdf_pdfusetitle false
208 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
209 \papersize a4paper
210 \use_geometry true
211 \use_amsmath 2
212 \use_esint 0
213 \use_mhchem 1
214 \use_mathdots 1
215 \cite_engine basic
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \use_refstyle 0
221 \notefontcolor #0000ff
222 \index 索引
223 \shortcut idx
224 \color #008000
225 \end_index
226 \leftmargin 2.5cm
227 \topmargin 2.5cm
228 \rightmargin 2.5cm
229 \bottommargin 3cm
230 \secnumdepth 3
231 \tocdepth 3
232 \paragraph_separation skip
233 \defskip medskip
234 \quotes_language english
235 \papercolumns 1
236 \papersides 2
237 \paperpagestyle default
238 \bullet 1 1 34 -1
239 \bullet 2 2 35 -1
240 \bullet 3 2 7 -1
241 \tracking_changes false
242 \output_changes false
243 \html_math_output 0
244 \html_css_as_file 0
245 \html_be_strict false
246 \end_header
247
248 \begin_body
249
250 \begin_layout Title
251 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
252 \end_layout
253
254 \begin_layout Author
255 LyXプロジェクトチーム
256 \begin_inset Foot
257 status collapsed
258
259 \begin_layout Plain Layout
260 \noindent
261 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
262 \begin_inset CommandInset href
263 LatexCommand href
264 name "lyx-docs@lists.lyx.org"
265 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
266 type "mailto:"
267
268 \end_inset
269
270  までお送り下さい。
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 著者:Uwe Stöhr
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 バージョン2.0.x
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 本文書の全体をPDFやPS、DVIに書き出すには、
313 \series bold
314 arydshln
315 \series default
316
317 \series bold
318 colortbl
319 \series default
320
321 \series bold
322 lettrine
323 \series default
324
325 \series bold
326 marginnote
327 \series default
328
329 \series bold
330 picinpar
331 \series default
332
333 \series bold
334 sidecap
335 \series default
336 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
337 されません。
338 \end_layout
339
340 \begin_layout Plain Layout
341 本文書の最新PDF版は
342 \begin_inset Newline newline
343 \end_inset
344
345
346 \series bold
347 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
348 \series default
349
350 \begin_inset Newline newline
351 \end_inset
352
353 にあります。
354 \end_layout
355
356 \end_inset
357
358
359 \end_layout
360
361 \begin_layout Chapter
362
363 \begin_inset Index idx
364 status collapsed
365
366 \begin_layout Plain Layout
367 ず@図
368 \end_layout
369
370 \end_inset
371
372
373 \begin_inset Index idx
374 status collapsed
375
376 \begin_layout Plain Layout
377 がぞう@画像|see
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383 {
384 \end_layout
385
386 \end_inset
387
388
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Plain Layout
393
394 }
395 \end_layout
396
397 \end_inset
398
399
400 \end_layout
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Section
408 画像ダイアログ
409 \begin_inset Index idx
410 status collapsed
411
412 \begin_layout Plain Layout
413 ず@図 ! がぞうだいあろぐ@画像ダイアログ
414 \end_layout
415
416 \end_inset
417
418
419 \begin_inset CommandInset label
420 LatexCommand label
421 name "sec:画像ダイアログ"
422
423 \end_inset
424
425
426 \end_layout
427
428 \begin_layout Standard
429 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
430 \begin_inset Graphics
431         filename ../../images/dialog-show-new-inset_graphics.png
432         scale 85
433         scaleBeforeRotation
434
435 \end_inset
436
437 をクリックするか、
438 \family sans
439 挿入\SpecialChar \menuseparator
440 画像
441 \family default
442 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
443 \end_layout
444
445 \begin_layout Standard
446 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
447 \end_layout
448
449 \begin_layout Description
450
451 \family sans
452 画像
453 \family default
454  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
455 \begin_inset CommandInset ref
456 LatexCommand ref
457 reference "cha:LyXで使用できる単位"
458
459 \end_inset
460
461 に説明があります。
462 \begin_inset Newline newline
463 \end_inset
464
465
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 ず@図 ! のかいてん@---の回転
471 \end_layout
472
473 \end_inset
474
475 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
476 \begin_inset Newline newline
477 \end_inset
478
479
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 ず@図 ! のしんしゅく@---の伸縮
485 \end_layout
486
487 \end_inset
488
489 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
490 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
491 \family sans
492 縦横比を維持する
493 \family default
494 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
495 \begin_inset Newline newline
496 \end_inset
497
498 画像を右クリックすると現れるコンテクストメニューで
499 \family sans
500 外部で編集
501 \family default
502 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
503 ます。
504 \end_layout
505
506 \begin_layout Description
507
508 \family sans
509 切り抜き
510 \family default
511  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
512 \family sans
513 ファイルから取得
514 \family default
515 ボタンを押すことによって、自動的に計算することもできます。
516 \family sans
517 境界枠で切り抜く
518 \family default
519 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
520 \end_layout
521
522 \begin_layout Description
523
524 \family sans
525 LaTeXとLyXのオプション
526 \family default
527  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
528 \family sans
529
530 \begin_inset Newline newline
531 \end_inset
532
533 下書きモード
534 \family default
535 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
536 \family sans
537
538 \begin_inset Newline newline
539 \end_inset
540
541 エクスポートする際に解凍しない
542 \family default
543 オプションは、
544 \emph on
545 x.eps.gz
546 \emph default
547 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
548 ません。
549 \begin_inset Newline newline
550 \end_inset
551
552 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
553 \begin_inset CommandInset ref
554 LatexCommand ref
555 reference "sec:PostScript"
556
557 \end_inset
558
559 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
560 \begin_inset Newline newline
561 \end_inset
562
563
564 \series bold
565 gzip x.eps
566 \series default
567
568 \begin_inset Newline newline
569 \end_inset
570
571
572 \series bold
573 zgrep %%Bounding x.eps.gz > x.eps.bb
574 \series default
575
576 \begin_inset Newline newline
577 \end_inset
578
579 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
580 \begin_inset Newline newline
581 \end_inset
582
583
584 \lang english
585 In the section 
586 \family sans
587 Graphics
588 \begin_inset space ~
589 \end_inset
590
591 Group
592 \family default
593  you can define or join an image settings group.
594 \lang japanese
595
596 \begin_inset Index idx
597 status collapsed
598
599 \begin_layout Plain Layout
600 ず@図 ! せっていぐるーぷ@設定グループ
601 \end_layout
602
603 \end_inset
604
605 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
606 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
607 ーを使用して、望むグループ名をチェックすることで行うこともできます。
608 \end_layout
609
610 \begin_layout Standard
611 \begin_inset VSpace bigskip
612 \end_inset
613
614
615 \end_layout
616
617 \begin_layout Standard
618 下記はEPS書式
619 \begin_inset Foot
620 status collapsed
621
622 \begin_layout Plain Layout
623 画像書式は、第
624 \begin_inset CommandInset ref
625 LatexCommand ref
626 reference "sec:画像書式"
627
628 \end_inset
629
630 節に説明されています。
631 \end_layout
632
633 \end_inset
634
635 の画像の例で、単独の中央揃えの段落に置いてあります。
636 \end_layout
637
638 \begin_layout Standard
639 \align center
640 \begin_inset Graphics
641         filename ../clipart/mobius.eps
642         scale 70
643         scaleBeforeRotation
644         rotateOrigin center
645
646 \end_inset
647
648
649 \end_layout
650
651 \begin_layout Standard
652 下記は上と同じ画像ですが、下書きモードのものです。
653 \end_layout
654
655 \begin_layout Standard
656 \align center
657 \begin_inset Graphics
658         filename ../clipart/mobius.eps
659         scale 70
660         draft
661         scaleBeforeRotation
662         rotateOrigin center
663
664 \end_inset
665
666
667 \end_layout
668
669 \begin_layout Standard
670 \begin_inset Newpage newpage
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Section
677 図フロート
678 \begin_inset CommandInset label
679 LatexCommand label
680 name "sec:図フロート"
681
682 \end_inset
683
684
685 \begin_inset Index idx
686 status collapsed
687
688 \begin_layout Plain Layout
689 ふろーと@フロート ! ず@図
690 \end_layout
691
692 \end_inset
693
694
695 \begin_inset Index idx
696 status collapsed
697
698 \begin_layout Plain Layout
699 ず@図 ! ふろーと@フロート
700 \end_layout
701
702 \end_inset
703
704
705 \end_layout
706
707 \begin_layout Standard
708 フロートについての一般的な説明は、第
709 \begin_inset CommandInset ref
710 LatexCommand ref
711 reference "sec:フロートはじめに"
712
713 \end_inset
714
715 節をご覧下さい。
716 \end_layout
717
718 \begin_layout Standard
719 ツールバーボタンの
720 \begin_inset Graphics
721         filename ../../images/float-insert_figure.png
722         scale 85
723         scaleBeforeRotation
724
725 \end_inset
726
727
728 \family sans
729 挿入\SpecialChar \menuseparator
730 フロート\SpecialChar \menuseparator
731
732 \family default
733 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
734 \begin_inset CommandInset ref
735 LatexCommand ref
736 reference "fig:犠牲のカモノハシ"
737
738 \end_inset
739
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 "sec:キャプションの配置"
751
752 \end_inset
753
754 節に述べられています。
755 \end_layout
756
757 \begin_layout Standard
758 \begin_inset Float figure
759 wide false
760 sideways false
761 status open
762
763 \begin_layout Plain Layout
764 \align center
765 \begin_inset Graphics
766         filename ../clipart/platypus.eps
767         width 50col%
768         scaleBeforeRotation
769         rotateOrigin center
770
771 \end_inset
772
773
774 \end_layout
775
776 \begin_layout Plain Layout
777 \begin_inset Caption
778
779 \begin_layout Plain Layout
780 \begin_inset CommandInset label
781 LatexCommand label
782 name "fig:犠牲のカモノハシ"
783
784 \end_inset
785
786 フロート中の激しく歪んだカモノハシ
787 \end_layout
788
789 \end_inset
790
791
792 \end_layout
793
794 \end_inset
795
796
797 \end_layout
798
799 \begin_layout Standard
800 \begin_inset Float figure
801 wide false
802 sideways false
803 status open
804
805 \begin_layout Plain Layout
806 \begin_inset Caption
807
808 \begin_layout Plain Layout
809 \begin_inset CommandInset label
810 LatexCommand label
811 name "fig:エッシャー"
812
813 \end_inset
814
815 行ってしまったM.C.エッシャー
816 \end_layout
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Plain Layout
824 \align center
825 \begin_inset Graphics
826         filename ../clipart/escher-lsd.eps
827         scale 80
828         scaleBeforeRotation
829         rotateOrigin center
830
831 \end_inset
832
833
834 \end_layout
835
836 \end_inset
837
838
839 \end_layout
840
841 \begin_layout Standard
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 さんしょう@参照 ! ずへの@図への ---
847 \end_layout
848
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:犠牲のカモノハシ"
855
856 \end_inset
857
858 図と第
859 \begin_inset CommandInset ref
860 LatexCommand ref
861 reference "fig:エッシャー"
862
863 \end_inset
864
865 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
866 \family sans
867 挿入\SpecialChar \menuseparator
868 ラベル
869 \family default
870 メニューかツールバーボタン
871 \begin_inset Graphics
872         filename ../../images/label-insert.png
873         scale 85
874         scaleBeforeRotation
875
876 \end_inset
877
878 を使用して、キャプションにラベルを挿入してください。その後、
879 \family sans
880 挿入\SpecialChar \menuseparator
881 相互参照
882 \family default
883 メニューかツールバーボタン
884 \begin_inset Graphics
885         filename ../../images/dialog-show-new-inset_ref.png
886         scale 85
887         scaleBeforeRotation
888
889 \end_inset
890
891 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
892 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
893 \begin_inset Newline newline
894 \end_inset
895
896 参照は、第
897 \begin_inset CommandInset ref
898 LatexCommand ref
899 reference "sec:フロートの参照"
900
901 \end_inset
902
903 節で詳細に説明されています。
904 \end_layout
905
906 \begin_layout Standard
907 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
908 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:歪められた二つの像"
912
913 \end_inset
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 \end_layout
931
932 \begin_layout Standard
933 \begin_inset Float figure
934 wide false
935 sideways false
936 status open
937
938 \begin_layout Plain Layout
939 \begin_inset space \hfill{}
940 \end_inset
941
942
943 \begin_inset Float figure
944 wide false
945 sideways false
946 status open
947
948 \begin_layout Plain Layout
949 \begin_inset Caption
950
951 \begin_layout Plain Layout
952 \begin_inset CommandInset label
953 LatexCommand label
954 name "fig:何かわからない構造"
955
956 \end_inset
957
958 何かわからない構造
959 \end_layout
960
961 \end_inset
962
963
964 \end_layout
965
966 \begin_layout Plain Layout
967 \begin_inset Graphics
968         filename ../clipart/escher-lsd.eps
969         width 45col%
970         scaleBeforeRotation
971         groupId distorted
972
973 \end_inset
974
975
976 \end_layout
977
978 \end_inset
979
980
981 \begin_inset space \hfill{}
982 \end_inset
983
984
985 \begin_inset Float figure
986 wide false
987 sideways false
988 status open
989
990 \begin_layout Plain Layout
991 \begin_inset Caption
992
993 \begin_layout Plain Layout
994 \begin_inset CommandInset label
995 LatexCommand label
996 name "fig:カモノハシ"
997
998 \end_inset
999
1000 カモノハシ
1001 \end_layout
1002
1003 \end_inset
1004
1005
1006 \end_layout
1007
1008 \begin_layout Plain Layout
1009 \begin_inset Graphics
1010         filename ../clipart/platypus.eps
1011         width 45col%
1012         scaleBeforeRotation
1013         groupId distorted
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \end_inset
1021
1022
1023 \begin_inset space \hfill{}
1024 \end_inset
1025
1026
1027 \end_layout
1028
1029 \begin_layout Plain Layout
1030 \begin_inset Caption
1031
1032 \begin_layout Plain Layout
1033 \begin_inset CommandInset label
1034 LatexCommand label
1035 name "fig:歪められた二つの像"
1036
1037 \end_inset
1038
1039 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1040 \end_layout
1041
1042 \end_inset
1043
1044
1045 \end_layout
1046
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \begin_layout Standard
1053 \begin_inset Newpage newpage
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Section
1060 画像書式
1061 \begin_inset CommandInset label
1062 LatexCommand label
1063 name "sec:画像書式"
1064
1065 \end_inset
1066
1067
1068 \begin_inset Index idx
1069 status collapsed
1070
1071 \begin_layout Plain Layout
1072 がぞうしょしき@画像書式
1073 \end_layout
1074
1075 \end_inset
1076
1077
1078 \begin_inset Index idx
1079 status collapsed
1080
1081 \begin_layout Plain Layout
1082 ず@図 ! がぞうしょしき@画像書式
1083 \end_layout
1084
1085 \end_inset
1086
1087
1088 \end_layout
1089
1090 \begin_layout Standard
1091 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1092 \begin_inset CommandInset ref
1093 LatexCommand ref
1094 reference "cha:ファイル出力形式"
1095
1096 \end_inset
1097
1098 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1099 ウンドで
1100 \family typewriter
1101 ImageMagick
1102 \family default
1103 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1104 用するとよいでしょう。出力ファイル書式は、付録
1105 \begin_inset CommandInset ref
1106 LatexCommand ref
1107 reference "cha:ファイル出力形式"
1108
1109 \end_inset
1110
1111 に説明されています。
1112 \end_layout
1113
1114 \begin_layout Standard
1115 フォントと同じく、画像形式にも以下の二つの型があります。
1116 \end_layout
1117
1118 \begin_layout Description
1119 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1120 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1121 \family typewriter
1122 .gif
1123 \family default
1124 」)
1125 \begin_inset Index idx
1126 status collapsed
1127
1128 \begin_layout Plain Layout
1129 GIF|see
1130 \begin_inset ERT
1131 status collapsed
1132
1133 \begin_layout Plain Layout
1134
1135 {
1136 \end_layout
1137
1138 \end_inset
1139
1140 画像書式
1141 \begin_inset ERT
1142 status collapsed
1143
1144 \begin_layout Plain Layout
1145
1146 }
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \end_inset
1155
1156 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1157 \family typewriter
1158 .png
1159 \family default
1160 」)
1161 \begin_inset Index idx
1162 status collapsed
1163
1164 \begin_layout Plain Layout
1165 PNG|see
1166 \begin_inset ERT
1167 status collapsed
1168
1169 \begin_layout Plain Layout
1170
1171 {
1172 \end_layout
1173
1174 \end_inset
1175
1176 画像書式
1177 \begin_inset ERT
1178 status collapsed
1179
1180 \begin_layout Plain Layout
1181
1182 }
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \end_inset
1191
1192 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1193 \family typewriter
1194 .jpg
1195 \family default
1196 」または「
1197 \family typewriter
1198 .jpeg
1199 \family default
1200 」)
1201 \begin_inset Index idx
1202 status collapsed
1203
1204 \begin_layout Plain Layout
1205 JPG|see
1206 \begin_inset ERT
1207 status collapsed
1208
1209 \begin_layout Plain Layout
1210
1211 {
1212 \end_layout
1213
1214 \end_inset
1215
1216 画像書式
1217 \begin_inset ERT
1218 status collapsed
1219
1220 \begin_layout Plain Layout
1221
1222 }
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \end_inset
1231
1232 などがあります。
1233 \end_layout
1234
1235 \begin_layout Description
1236 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1237 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1238 に便利です。
1239 \begin_inset Newline newline
1240 \end_inset
1241
1242 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1243 \family typewriter
1244 .svg
1245 \family default
1246 」)
1247 \begin_inset Index idx
1248 status collapsed
1249
1250 \begin_layout Plain Layout
1251 SVG|see
1252 \begin_inset ERT
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256
1257 {
1258 \end_layout
1259
1260 \end_inset
1261
1262 画像書式
1263 \begin_inset ERT
1264 status collapsed
1265
1266 \begin_layout Plain Layout
1267
1268 }
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \end_inset
1277
1278 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1279 \family typewriter
1280 .eps
1281 \family default
1282 」)
1283 \begin_inset Index idx
1284 status collapsed
1285
1286 \begin_layout Plain Layout
1287 EPS|see
1288 \begin_inset ERT
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292
1293 {
1294 \end_layout
1295
1296 \end_inset
1297
1298 画像書式
1299 \begin_inset ERT
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303
1304 }
1305 \end_layout
1306
1307 \end_inset
1308
1309
1310 \end_layout
1311
1312 \end_inset
1313
1314 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1315 \family typewriter
1316 .pdf
1317 \family default
1318 」)
1319 \begin_inset Index idx
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323 PDF
1324 \end_layout
1325
1326 \end_inset
1327
1328 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1329 \family typewriter
1330 .wmf
1331 \family default
1332 」)
1333 \begin_inset Index idx
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 SVG|see
1338 \begin_inset ERT
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342
1343 {
1344 \end_layout
1345
1346 \end_inset
1347
1348 画像書式
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 }
1355 \end_layout
1356
1357 \end_inset
1358
1359
1360 \end_layout
1361
1362 \end_inset
1363
1364 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1365 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1366 \begin_inset Foot
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370 PDFの場合には、さらに元画像が圧縮されます。
1371 \end_layout
1372
1373 \end_inset
1374
1375 。たとえば、
1376 \family typewriter
1377 Adobe Photoshop
1378 \family default
1379 が生成するPDFファイルは、ビットマップ画像です。
1380 \end_layout
1381
1382 \begin_layout Standard
1383 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1384 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1385 \begin_inset Formula $\to$
1386 \end_inset
1387
1388 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1389 \end_layout
1390
1391 \begin_layout Chapter
1392
1393 \begin_inset Index idx
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 ひょう@表
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \begin_layout Section
1406 はじめに
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 ひょう@表 ! はじめに
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \begin_layout Standard
1420
1421 \family roman
1422 \series medium
1423 \shape up
1424 \size normal
1425 \emph off
1426 \bar no
1427 \noun off
1428 \color none
1429 表を挿入するには、ツールバーボタン
1430 \begin_inset Graphics
1431         filename ../../images/tabular-insert.png
1432         scale 85
1433
1434 \end_inset
1435
1436 か、
1437 \family sans
1438 \series default
1439 \shape default
1440 \size default
1441 \emph default
1442 \bar default
1443 \noun default
1444 \color inherit
1445 挿入\SpecialChar \menuseparator
1446
1447 \family default
1448 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1449 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1450 \begin_inset Newline newline
1451 \end_inset
1452
1453 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1454 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1455 \end_layout
1456
1457 \begin_layout Standard
1458 \align center
1459 \begin_inset Tabular
1460 <lyxtabular version="3" rows="4" columns="4">
1461 <features tabularvalignment="middle">
1462 <column alignment="center" valignment="top" width="0">
1463 <column alignment="center" valignment="top" width="0">
1464 <column alignment="center" valignment="top" width="0">
1465 <column alignment="center" valignment="top" width="0">
1466 <row>
1467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1468 \begin_inset Text
1469
1470 \begin_layout Plain Layout
1471
1472 \end_layout
1473
1474 \end_inset
1475 </cell>
1476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1477 \begin_inset Text
1478
1479 \begin_layout Plain Layout
1480 1
1481 \end_layout
1482
1483 \end_inset
1484 </cell>
1485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1486 \begin_inset Text
1487
1488 \begin_layout Plain Layout
1489 2
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1495 \begin_inset Text
1496
1497 \begin_layout Plain Layout
1498 3
1499 \end_layout
1500
1501 \end_inset
1502 </cell>
1503 </row>
1504 <row>
1505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 </row>
1580 <row>
1581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1609 \begin_inset Text
1610
1611 \begin_layout Plain Layout
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 </row>
1618 </lyxtabular>
1619
1620 \end_inset
1621
1622
1623 \end_layout
1624
1625 \begin_layout Section
1626 表ダイアログ
1627 \begin_inset Index idx
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631 ひょう@表 ! だいあろぐ@ダイアログ
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \begin_layout Standard
1640
1641 \family roman
1642 \series medium
1643 \shape up
1644 \size normal
1645 \emph off
1646 \bar no
1647 \noun off
1648 \color none
1649 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1650 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1651 \family default
1652 \series default
1653 \shape default
1654 \size default
1655 \emph default
1656 \bar default
1657 \noun default
1658 \color inherit
1659 セルの
1660 \emph on
1661 内容
1662 \emph default
1663 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1664 \begin_inset Newline newline
1665 \end_inset
1666
1667 ダイアログオプションの
1668 \family sans
1669 直ちに適用
1670 \family default
1671 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1672 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1673 \begin_inset Newline newline
1674 \end_inset
1675
1676 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1677 \end_layout
1678
1679 \begin_layout Description
1680
1681 \family sans
1682 表の設定
1683 \family default
1684  ここでは、現在列の幅と水平揃えを設定することができます。
1685 \family sans
1686 小数点で
1687 \family default
1688 とある揃えは、第
1689 \begin_inset CommandInset ref
1690 LatexCommand ref
1691 reference "sub:特殊なセル揃え"
1692
1693 \end_inset
1694
1695 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1696 は、第
1697 \begin_inset CommandInset ref
1698 LatexCommand ref
1699 reference "sub:複数行"
1700
1701 \end_inset
1702
1703 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1704 \begin_inset Newline newline
1705 \end_inset
1706
1707 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1708 \begin_inset CommandInset ref
1709 LatexCommand ref
1710 reference "sub:連結列"
1711
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 Newline newline
1723 \end_inset
1724
1725 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1726 \begin_inset Newline newline
1727 \end_inset
1728
1729
1730 \begin_inset Note Greyedout
1731 status open
1732
1733 \begin_layout Plain Layout
1734
1735 \series bold
1736 【註】
1737 \series default
1738 DVIビューアのすべてが回転を表示できるわけではありません。
1739 \end_layout
1740
1741 \end_inset
1742
1743
1744 \begin_inset Newline newline
1745 \end_inset
1746
1747 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1748 \begin_inset Newline newline
1749 \end_inset
1750
1751 各種の揃えを適用した同一行中の表:
1752 \begin_inset Tabular
1753 <lyxtabular version="3" rows="2" columns="2">
1754 <features tabularvalignment="top">
1755 <column alignment="center" valignment="top" width="0pt">
1756 <column alignment="center" valignment="top" width="0">
1757 <row>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771 1
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 </row>
1777 <row>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782 A
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 </row>
1797 </lyxtabular>
1798
1799 \end_inset
1800
1801  
1802 \begin_inset Tabular
1803 <lyxtabular version="3" rows="2" columns="2">
1804 <features tabularvalignment="middle">
1805 <column alignment="center" valignment="top" width="0">
1806 <column alignment="center" valignment="top" width="0">
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821 1
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 </row>
1827 <row>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832 A
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 </lyxtabular>
1848
1849 \end_inset
1850
1851  
1852 \begin_inset Tabular
1853 <lyxtabular version="3" rows="2" columns="2">
1854 <features tabularvalignment="bottom">
1855 <column alignment="center" valignment="top" width="0pt">
1856 <column alignment="center" valignment="top" width="0">
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871 1
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882 A
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 </lyxtabular>
1898
1899 \end_inset
1900
1901
1902 \begin_inset Newline newline
1903 \end_inset
1904
1905 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1906 \begin_inset CommandInset ref
1907 LatexCommand ref
1908 reference "sub:連結列の計算"
1909
1910 \end_inset
1911
1912 節および第
1913 \begin_inset CommandInset ref
1914 LatexCommand ref
1915 reference "sec:色付きの表"
1916
1917 \end_inset
1918
1919 節をご参照下さい。
1920 \end_layout
1921
1922 \begin_layout Description
1923
1924 \family sans
1925 罫線
1926 \family default
1927  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1928 \begin_inset Newline newline
1929 \end_inset
1930
1931 様式オプションとして
1932 \family sans
1933 フォーマル様式
1934 \family default
1935 を使用すると、第
1936 \begin_inset CommandInset ref
1937 LatexCommand ref
1938 reference "sec:フォーマル形式の表"
1939
1940 \end_inset
1941
1942 節に述べられているフォーマル様式の表に表を変換します。
1943 \begin_inset Newline newline
1944 \end_inset
1945
1946 またここで、第
1947 \begin_inset CommandInset ref
1948 LatexCommand ref
1949 reference "sub:行の余白取り"
1950
1951 \end_inset
1952
1953 節に述べられているように、表の行に空白を追加することもできます。
1954 \end_layout
1955
1956 \begin_layout Description
1957
1958 \family sans
1959 長尺表
1960 \family default
1961  このタブは、複数のページにわたる、いわゆる「
1962 \emph on
1963 長尺表
1964 \emph default
1965 」を作るためのものです。第
1966 \begin_inset CommandInset ref
1967 LatexCommand ref
1968 reference "sec:長尺表"
1969
1970 \end_inset
1971
1972 節および第
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "sec:長尺表にまつわる諸点"
1976
1977 \end_inset
1978
1979 節に、長尺表の機能に関する詳細な説明があります。
1980 \end_layout
1981
1982 \begin_layout Section
1983 表ツールバー
1984 \begin_inset Index idx
1985 status collapsed
1986
1987 \begin_layout Plain Layout
1988 ひょう@表 ! つーるばー@ツールバー
1989 \end_layout
1990
1991 \end_inset
1992
1993
1994 \end_layout
1995
1996 \begin_layout Standard
1997 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1998 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1999 \end_layout
2000
2001 \begin_layout Standard
2002 ツールバーには、以下のアイコンがあります。
2003 \end_layout
2004
2005 \begin_layout Labeling
2006 \labelwidthstring 00.00.0000
2007 \begin_inset Graphics
2008         filename ../../images/tabular-feature_append-row.png
2009         scaleBeforeRotation
2010
2011 \end_inset
2012
2013 は、現在セルあるいは選択範囲の下に行を追加します。
2014 \end_layout
2015
2016 \begin_layout Labeling
2017 \labelwidthstring 00.00.0000
2018 \begin_inset Graphics
2019         filename ../../images/tabular-feature_append-column.png
2020         scaleBeforeRotation
2021
2022 \end_inset
2023
2024 は、現在セルあるいは選択範囲の右に列を追加します。
2025 \end_layout
2026
2027 \begin_layout Labeling
2028 \labelwidthstring 00.00.0000
2029 \begin_inset Graphics
2030         filename ../../images/tabular-feature_delete-row.png
2031         scaleBeforeRotation
2032
2033 \end_inset
2034
2035 は、現在行あるいは選択範囲行を削除します。
2036 \end_layout
2037
2038 \begin_layout Labeling
2039 \labelwidthstring 00.00.0000
2040 \begin_inset Graphics
2041         filename ../../images/tabular-feature_delete-column.png
2042         scaleBeforeRotation
2043
2044 \end_inset
2045
2046 は、現在列あるいは選択範囲列を削除します。
2047 \end_layout
2048
2049 \begin_layout Labeling
2050 \labelwidthstring 00.00.0000
2051 \begin_inset Graphics
2052         filename ../../images/tabular-feature_toggle-line-top.png
2053         scaleBeforeRotation
2054
2055 \end_inset
2056
2057 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2058 \end_layout
2059
2060 \begin_layout Labeling
2061 \labelwidthstring 00.00.0000
2062 \begin_inset Graphics
2063         filename ../../images/tabular-feature_toggle-line-bottom.png
2064         scaleBeforeRotation
2065
2066 \end_inset
2067
2068 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2069 \end_layout
2070
2071 \begin_layout Labeling
2072 \labelwidthstring 00.00.0000
2073 \begin_inset Graphics
2074         filename ../../images/tabular-feature_toggle-line-left.png
2075         scaleBeforeRotation
2076
2077 \end_inset
2078
2079 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2080 \end_layout
2081
2082 \begin_layout Labeling
2083 \labelwidthstring 00.00.0000
2084 \begin_inset Graphics
2085         filename ../../images/tabular-feature_toggle-line-right.png
2086         scaleBeforeRotation
2087
2088 \end_inset
2089
2090 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2091 \end_layout
2092
2093 \begin_layout Labeling
2094 \labelwidthstring 00.00.0000
2095 \begin_inset Graphics
2096         filename ../../images/tabular-feature_set-all-lines.png
2097         scaleBeforeRotation
2098
2099 \end_inset
2100
2101 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2102 \end_layout
2103
2104 \begin_layout Labeling
2105 \labelwidthstring 00.00.0000
2106 \begin_inset Graphics
2107         filename ../../images/tabular-feature_unset-all-lines.png
2108         scaleBeforeRotation
2109
2110 \end_inset
2111
2112 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2113 \end_layout
2114
2115 \begin_layout Labeling
2116 \labelwidthstring 00.00.0000
2117 \begin_inset Graphics
2118         filename ../../images/tabular-feature_m-align-left.png
2119         scaleBeforeRotation
2120
2121 \end_inset
2122
2123 は、現在セルあるいは現在列の内容を左揃えにします。
2124 \end_layout
2125
2126 \begin_layout Labeling
2127 \labelwidthstring 00.00.0000
2128 \begin_inset Graphics
2129         filename ../../images/tabular-feature_m-align-center.png
2130         scaleBeforeRotation
2131
2132 \end_inset
2133
2134 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2135 \end_layout
2136
2137 \begin_layout Labeling
2138 \labelwidthstring 00.00.0000
2139 \begin_inset Graphics
2140         filename ../../images/tabular-feature_m-align-right.png
2141         scaleBeforeRotation
2142
2143 \end_inset
2144
2145 は、現在セルあるいは現在列の内容を右揃えにします。
2146 \end_layout
2147
2148 \begin_layout Labeling
2149 \labelwidthstring 00.00.0000
2150 \begin_inset Graphics
2151         filename ../../images/tabular-feature_align-decimal.png
2152         scaleBeforeRotation
2153
2154 \end_inset
2155
2156 は、現在セルの内容を特定文字位置で揃えます。
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Graphics
2162         filename ../../images/tabular-feature_m-valign-top.png
2163         scaleBeforeRotation
2164
2165 \end_inset
2166
2167 は、現在セルの内容を垂直方向上揃えにします。
2168 \end_layout
2169
2170 \begin_layout Labeling
2171 \labelwidthstring 00.00.0000
2172 \begin_inset Graphics
2173         filename ../../images/tabular-feature_m-valign-middle.png
2174         scaleBeforeRotation
2175
2176 \end_inset
2177
2178 は、現在セルの内容を垂直方向中央揃えにします。
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Graphics
2184         filename ../../images/tabular-feature_m-valign-bottom.png
2185         scaleBeforeRotation
2186
2187 \end_inset
2188
2189 は、現在セルの内容を垂直方向下揃えにします。
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_set-rotate-cell.png
2196         scaleBeforeRotation
2197
2198 \end_inset
2199
2200 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205 \begin_inset Graphics
2206         filename ../../images/tabular-feature_set-rotate-tabular.png
2207         scaleBeforeRotation
2208
2209 \end_inset
2210
2211 は、表全体を反時計廻りに90度回転します。
2212 \end_layout
2213
2214 \begin_layout Labeling
2215 \labelwidthstring 00.00.0000
2216 \begin_inset Graphics
2217         filename ../../images/tabular-feature_multicolumn.png
2218         scaleBeforeRotation
2219
2220 \end_inset
2221
2222 は、現在セルあるいは選択範囲を連結列にします。
2223 \end_layout
2224
2225 \begin_layout Labeling
2226 \labelwidthstring 00.00.0000
2227 \begin_inset Graphics
2228         filename ../../images/tabular-feature_multirow.png
2229         scaleBeforeRotation
2230
2231 \end_inset
2232
2233 は、現在セルあるいは選択範囲を連結行にします。
2234 \end_layout
2235
2236 \begin_layout Standard
2237 \begin_inset Note Greyedout
2238 status open
2239
2240 \begin_layout Plain Layout
2241
2242 \series bold
2243 【註】
2244 \series default
2245 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Section
2254 表編集メニュー
2255 \begin_inset Index idx
2256 status collapsed
2257
2258 \begin_layout Plain Layout
2259 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \end_layout
2266
2267 \begin_layout Standard
2268 表ダイアログと表ツールバーの他に、
2269 \family sans
2270 編集\SpecialChar \menuseparator
2271
2272 \family default
2273 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2274 部にあるときのみ、表示されます。
2275 \end_layout
2276
2277 \begin_layout Section
2278 表フロート
2279 \begin_inset CommandInset label
2280 LatexCommand label
2281 name "sec:表フロート"
2282
2283 \end_inset
2284
2285
2286 \begin_inset Index idx
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 ふろーと@フロート ! ひょう@表
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Index idx
2297 status collapsed
2298
2299 \begin_layout Plain Layout
2300 ひょう@表 ! ふろーと@フロート
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \begin_layout Standard
2309 フロートの一般的な説明については、第
2310 \begin_inset CommandInset ref
2311 LatexCommand ref
2312 reference "sec:フロートはじめに"
2313
2314 \end_inset
2315
2316 節をご覧下さい。
2317 \end_layout
2318
2319 \begin_layout Standard
2320 \begin_inset Float table
2321 placement h
2322 wide false
2323 sideways false
2324 status open
2325
2326 \begin_layout Plain Layout
2327 \begin_inset Caption
2328
2329 \begin_layout Plain Layout
2330 \begin_inset CommandInset label
2331 LatexCommand label
2332 name "tab:表フロート"
2333
2334 \end_inset
2335
2336 表フロート
2337 \end_layout
2338
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Plain Layout
2345 \align center
2346 \begin_inset Tabular
2347 <lyxtabular version="3" rows="3" columns="3">
2348 <features tabularvalignment="middle">
2349 <column alignment="center" valignment="top" width="0pt">
2350 <column alignment="center" valignment="top" width="0pt">
2351 <column alignment="center" valignment="top" width="0pt">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \family roman
2359 \series medium
2360 \shape up
2361 \size normal
2362 \emph off
2363 \bar no
2364 \noun off
2365 \color none
2366 1
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375
2376 \family roman
2377 \series medium
2378 \shape up
2379 \size normal
2380 \emph off
2381 \bar no
2382 \noun off
2383 \color none
2384 2
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393
2394 \family roman
2395 \series medium
2396 \shape up
2397 \size normal
2398 \emph off
2399 \bar no
2400 \noun off
2401 \color none
2402 3
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 </row>
2408 <row>
2409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2410 \begin_inset Text
2411
2412 \begin_layout Plain Layout
2413 森嶋
2414 \end_layout
2415
2416 \end_inset
2417 </cell>
2418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422 宇沢
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 二階堂
2432 \end_layout
2433
2434 \end_inset
2435 </cell>
2436 </row>
2437 <row>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442
2443 \family roman
2444 \series medium
2445 \shape up
2446 \size normal
2447 \emph off
2448 \bar no
2449 \noun off
2450 \color none
2451 \begin_inset Formula $\int x^{2}dx$
2452 \end_inset
2453
2454
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Plain Layout
2463
2464 \family roman
2465 \series medium
2466 \shape up
2467 \size normal
2468 \emph off
2469 \bar no
2470 \noun off
2471 \color none
2472 \begin_inset Formula $\left[\begin{array}{cc}
2473 a & b\\
2474 c & d
2475 \end{array}\right]$
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Plain Layout
2487
2488 \family roman
2489 \series medium
2490 \shape up
2491 \size normal
2492 \emph off
2493 \bar no
2494 \noun off
2495 \color none
2496 \begin_inset Formula $1+1=2$
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \end_inset
2503 </cell>
2504 </row>
2505 </lyxtabular>
2506
2507 \end_inset
2508
2509
2510 \end_layout
2511
2512 \end_inset
2513
2514
2515 \end_layout
2516
2517 \begin_layout Standard
2518 表フロートは、
2519 \family sans
2520 挿入
2521 \shape up
2522 \SpecialChar \menuseparator
2523 フロート\SpecialChar \menuseparator
2524
2525 \family default
2526 \shape default
2527 メニューかツールバーボタン
2528 \begin_inset Graphics
2529         filename ../../images/float-insert_table.png
2530         scale 85
2531         scaleBeforeRotation
2532
2533 \end_inset
2534
2535 を使うと挿入することができます。
2536 \end_layout
2537
2538 \begin_layout Standard
2539 フロートは折りたたむことのできるボックスとして表示され、中には「表
2540 \begin_inset space ~
2541 \end_inset
2542
2543 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2544 \end_layout
2545
2546 \begin_layout Standard
2547
2548 \begin_inset space ~
2549 \end_inset
2550
2551
2552 \begin_inset CommandInset ref
2553 LatexCommand ref
2554 reference "tab:表フロート"
2555
2556 \end_inset
2557
2558 は、表フロートに入れた表の例です。
2559 \end_layout
2560
2561 \begin_layout Standard
2562 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2563 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2564 eXパッケージの
2565 \series bold
2566 caption
2567 \series default
2568
2569 \begin_inset Index idx
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2574 \end_layout
2575
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \begin_layout Standard
2582
2583 \series bold
2584 tableposition=top
2585 \end_layout
2586
2587 \begin_layout Standard
2588 というオプションとともにloadコマンドを使って読み込んでください
2589 \begin_inset Foot
2590 status collapsed
2591
2592 \begin_layout Plain Layout
2593 詳しくは、第
2594 \begin_inset CommandInset ref
2595 LatexCommand ref
2596 reference "sec:キャプションの配置"
2597
2598 \end_inset
2599
2600 節をご覧下さい。
2601 \end_layout
2602
2603 \end_inset
2604
2605 。キャプション書式を調整するには、第
2606 \begin_inset CommandInset ref
2607 LatexCommand ref
2608 reference "sec:キャプションの書式設定"
2609
2610 \end_inset
2611
2612 節にものべられているように
2613 \series bold
2614 caption
2615 \series default
2616 パッケージを使用します。
2617 \end_layout
2618
2619 \begin_layout Standard
2620 \begin_inset Index idx
2621 status collapsed
2622
2623 \begin_layout Plain Layout
2624 さんしょう@参照 ! ひょうへの@表への
2625 \end_layout
2626
2627 \end_inset
2628
2629 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2630 \family sans
2631 挿入\SpecialChar \menuseparator
2632 ラベル
2633 \family default
2634 メニューかツールバーボタンの
2635 \begin_inset Graphics
2636         filename ../../images/label-insert.png
2637         scale 85
2638         scaleBeforeRotation
2639
2640 \end_inset
2641
2642 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2643 相互参照メニューかツールバーボタンの
2644 \begin_inset Graphics
2645         filename ../../images/dialog-show-new-inset_ref.png
2646         scale 85
2647         scaleBeforeRotation
2648
2649 \end_inset
2650
2651 を用いて、このラベルを参照することができます。
2652 \begin_inset Newline newline
2653 \end_inset
2654
2655 参照は、第
2656 \begin_inset CommandInset ref
2657 LatexCommand ref
2658 reference "sec:フロートの参照"
2659
2660 \end_inset
2661
2662 節で詳細に説明されています。
2663 \end_layout
2664
2665 \begin_layout Section
2666 長尺表
2667 \begin_inset CommandInset label
2668 LatexCommand label
2669 name "sec:長尺表"
2670
2671 \end_inset
2672
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 ちょうしゃくひょう@長尺表
2679 \end_layout
2680
2681 \end_inset
2682
2683
2684 \begin_inset Index idx
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688 ひょう@表 ! ちょうしゃくひょう@長尺表
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \begin_layout Standard
2697 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2698 \family sans
2699 長尺表
2700 \family default
2701 タブにある
2702 \family sans
2703 長尺表を使う
2704 \family default
2705 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2706 することができるようになります。
2707 \end_layout
2708
2709 \begin_layout Description
2710 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2711 \family roman
2712 \series medium
2713 \shape up
2714 \size normal
2715 \emph off
2716 \bar no
2717 \noun off
2718 \color none
2719 ただし、
2720 \family sans
2721 \series default
2722 \shape default
2723 \size default
2724 \emph default
2725 \bar default
2726 \noun default
2727 \color inherit
2728 冒頭ヘッダ
2729 \family roman
2730 \series medium
2731 \shape up
2732 \size normal
2733 \emph off
2734 \bar no
2735 \noun off
2736 \color none
2737 が定義されているときは、冒頭ページを除きます。
2738 \family default
2739 \series default
2740 \shape default
2741 \size default
2742 \emph default
2743 \bar default
2744 \noun default
2745 \color inherit
2746 これと区別して、このヘッダは本体ヘッダと呼びます。
2747 \end_layout
2748
2749 \begin_layout Description
2750 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2751 \end_layout
2752
2753 \begin_layout Description
2754 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2755 \family roman
2756 \series medium
2757 \shape up
2758 \size normal
2759 \emph off
2760 \bar no
2761 \noun off
2762 \color none
2763 ただし、
2764 \family sans
2765 \series default
2766 \shape default
2767 \size default
2768 \emph default
2769 \bar default
2770 \noun default
2771 \color inherit
2772 末尾フッタ
2773 \family roman
2774 \series medium
2775 \shape up
2776 \size normal
2777 \emph off
2778 \bar no
2779 \noun off
2780 \color none
2781 が定義されているときは、末尾ページを除きます。
2782 \end_layout
2783
2784 \begin_layout Description
2785 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2786 \end_layout
2787
2788 \begin_layout Description
2789 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2790 \begin_inset CommandInset ref
2791 LatexCommand ref
2792 reference "sub:長尺表のキャプション"
2793
2794 \end_inset
2795
2796 節で説明されています。
2797 \end_layout
2798
2799 \begin_layout Standard
2800 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2801 \end_layout
2802
2803 \begin_layout Standard
2804 \align center
2805 \begin_inset Tabular
2806 <lyxtabular version="3" rows="69" columns="3">
2807 <features islongtable="true" longtabularalignment="center">
2808 <column alignment="left" valignment="top" width="0cm">
2809 <column alignment="left" valignment="top" width="0pt">
2810 <column alignment="center" valignment="top" width="0pt">
2811 <row endfirsthead="true">
2812 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816
2817 \series bold
2818 例示用電話帳(名前は無視してください)
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 </row>
2842 <row endfirsthead="true">
2843 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847 氏名
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \series bold
2867 TEL.
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 </row>
2873 <row endhead="true">
2874 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878
2879 \series bold
2880 例示用電話帳
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row endhead="true">
2905 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 氏名
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \series bold
2929 TEL.
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 </row>
2935 <row endfoot="true">
2936 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940 次頁へつづく
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 <row>
2965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \series bold
2971 Annovi
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 <cell alignment="center" valignment="top" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980 Silvia
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989 111
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 </row>
2995 <row>
2996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000
3001 \series bold
3002 Bertoli
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 Stefano
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020 111
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 </row>
3026 <row>
3027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Plain Layout
3031
3032 \series bold
3033 Bozzi
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 Walter
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 111
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 </row>
3057 <row>
3058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \series bold
3064 Cachia
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073 Maria
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 111
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 <row>
3089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093
3094 \series bold
3095 Cachia
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell alignment="center" valignment="top" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 Maurizio
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 111
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row>
3120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \series bold
3126 Cinquemani
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 Giusi
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144 111
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row>
3151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \series bold
3157 Colin
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 Bernard
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175 111
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 Concli
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 Gianfranco
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 111
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 Dal Bosco
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 Carolina
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 111
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \series bold
3250 Dalpiaz
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Annamaria
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 111
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 Feliciello
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Domenico
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 111
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Focarelli
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Paola
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 111
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 Galletti
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Oreste
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 111
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Gasparini
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 Franca
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 111
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Rizzardi
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Paola
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Lassini
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Giancarlo
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Malfatti
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Luciano
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Malfatti
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Valeriano
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Meneguzzo
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Roberto
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Mezzadra
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Roberto
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Pirpamer
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Erich
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Pochiesa
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Paolo
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111, 222
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Radina
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Claudio
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Stuffer
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Oskar
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Tacchelli
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Ugo
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Tezzele
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Margit
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Unterkalmsteiner
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Frieda
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Vieider
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Hilde
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Vigna
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Jürgen
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Weber
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Maurizio
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Winkler
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Franz
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930  
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Annovi
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Silvia
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 555
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Bertoli
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Stefano
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 555
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Bozzi
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Walter
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 555
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Cachia
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Maria
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 555
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Cachia
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Maurizio
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 555
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Cinquemani
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Giusi
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 555
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Colin
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Bernard
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 555
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Concli
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Gianfranco
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 555
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Dal Bosco
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Carolina
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 555
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Dalpiaz
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Annamaria
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 555
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Feliciello
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Domenico
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 555
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Focarelli
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Paola
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 555
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Galletti
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Oreste
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 555
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Gasparini
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Franca
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 555
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Rizzardi
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Paola
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Lassini
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Giancarlo
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Malfatti
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Luciano
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Malfatti
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Valeriano
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Meneguzzo
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Roberto
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Mezzadra
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Roberto
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Pirpamer
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Erich
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Pochiesa
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Paolo
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555, 222
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Radina
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Claudio
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Stuffer
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Oskar
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Tacchelli
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Ugo
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Tezzele
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Margit
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Unterkalmsteiner
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Frieda
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Vieider
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Hilde
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Vigna
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Jürgen
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 999
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Weber
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Maurizio
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Winkler
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Franz
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row endlastfoot="true">
4916 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 以上
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 </lyxtabular>
4945
4946 \end_inset
4947
4948
4949 \begin_inset ERT
4950 status collapsed
4951
4952 \begin_layout Plain Layout
4953
4954
4955 \backslash
4956 addtocounter{table}{-1}
4957 \end_layout
4958
4959 \end_inset
4960
4961
4962 \begin_inset Note Note
4963 status collapsed
4964
4965 \begin_layout Plain Layout
4966 本コマンドの説明については、第
4967 \begin_inset CommandInset ref
4968 LatexCommand ref
4969 reference "sub:長尺表のキャプション"
4970
4971 \end_inset
4972
4973 節の最初の淡色表示注釈をご覧下さい。
4974 \end_layout
4975
4976 \end_inset
4977
4978
4979 \end_layout
4980
4981 \begin_layout Subsection
4982 長尺表での脚注
4983 \begin_inset CommandInset label
4984 LatexCommand label
4985 name "sub:長尺表での脚注"
4986
4987 \end_inset
4988
4989
4990 \begin_inset Index idx
4991 status collapsed
4992
4993 \begin_layout Plain Layout
4994 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4995 \end_layout
4996
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \begin_layout Standard
5003 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5004 \begin_inset CommandInset ref
5005 LatexCommand ref
5006 reference "tab:別キャプション"
5007
5008 \end_inset
5009
5010 には脚注が付いています。
5011 \end_layout
5012
5013 \begin_layout Subsection
5014 長尺表の縦横揃え
5015 \begin_inset Index idx
5016 status collapsed
5017
5018 \begin_layout Plain Layout
5019 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5020 \end_layout
5021
5022 \end_inset
5023
5024
5025 \end_layout
5026
5027 \begin_layout Standard
5028 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5029 設定してから
5030 \end_layout
5031
5032 \begin_layout Standard
5033
5034 \series bold
5035
5036 \backslash
5037 setlength{
5038 \backslash
5039 LTleft}{値}
5040 \end_layout
5041
5042 \begin_layout Standard
5043 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5044 \series bold
5045
5046 \backslash
5047 LTleft
5048 \series default
5049 および
5050 \series bold
5051
5052 \backslash
5053 LTright
5054 \series default
5055 の値を変更しなくてはなりません。ここで「値」は、第
5056 \begin_inset CommandInset ref
5057 LatexCommand ref
5058 reference "tab:単位"
5059
5060 \end_inset
5061
5062 表に挙げてある単位であれば、どの単位を取ることもできます。
5063 \series bold
5064
5065 \backslash
5066 LTleft
5067 \series default
5068 は、左頁余白から長尺表までの水平方向の距離を制御し、
5069 \series bold
5070
5071 \backslash
5072 LTright
5073 \series default
5074 は、右頁余白からの距離を制御します。これらの長さの既定値は
5075 \series bold
5076
5077 \backslash
5078 fill
5079 \series default
5080 となっており、LyXの水平フィルと同等になっています。
5081 \end_layout
5082
5083 \begin_layout Standard
5084 以下の長尺表は、中央揃えの上、
5085 \series bold
5086
5087 \backslash
5088 LTleft
5089 \series default
5090
5091 \family sans
5092 0.1
5093 \backslash
5094 columnwidth
5095 \family default
5096 に設定してあります。
5097 \begin_inset ERT
5098 status collapsed
5099
5100 \begin_layout Plain Layout
5101
5102
5103 \backslash
5104 setlength{
5105 \backslash
5106 LTleft}{0.1
5107 \backslash
5108 columnwidth}
5109 \end_layout
5110
5111 \end_inset
5112
5113
5114 \end_layout
5115
5116 \begin_layout Standard
5117 \begin_inset Tabular
5118 <lyxtabular version="3" rows="5" columns="5">
5119 <features islongtable="true" longtabularalignment="center">
5120 <column alignment="center" valignment="top" width="0">
5121 <column alignment="center" valignment="top" width="0">
5122 <column alignment="center" valignment="top" width="0">
5123 <column alignment="center" valignment="top" width="0">
5124 <column alignment="center" valignment="top" width="0">
5125 <row>
5126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 1
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 2
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 3
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 4
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 5
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 いろは
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 いろは
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 </row>
5219 <row>
5220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 いろは
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 いろは
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 いろは
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 いろは
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row>
5314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 いろは
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 いろは
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 いろは
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 いろは
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 いろは
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 </lyxtabular>
5361
5362 \end_inset
5363
5364
5365 \begin_inset ERT
5366 status collapsed
5367
5368 \begin_layout Plain Layout
5369
5370
5371 \backslash
5372 setlength{
5373 \backslash
5374 LTleft}{
5375 \backslash
5376 fill}
5377 \end_layout
5378
5379 \end_inset
5380
5381
5382 \begin_inset ERT
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386
5387
5388 \backslash
5389 addtocounter{table}{-1}
5390 \end_layout
5391
5392 \end_inset
5393
5394
5395 \begin_inset Note Note
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399 このコマンドの説明に関しては、第
5400 \begin_inset CommandInset ref
5401 LatexCommand ref
5402 reference "sub:長尺表のキャプション"
5403
5404 \end_inset
5405
5406 節の最初の淡色表示注釈をご覧下さい。
5407 \end_layout
5408
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Subsection
5415 長尺表のキャプション
5416 \begin_inset Index idx
5417 status collapsed
5418
5419 \begin_layout Plain Layout
5420 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \begin_inset CommandInset label
5427 LatexCommand label
5428 name "sub:長尺表のキャプション"
5429
5430 \end_inset
5431
5432
5433 \end_layout
5434
5435 \begin_layout Standard
5436 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5437 \begin_inset CommandInset ref
5438 LatexCommand ref
5439 reference "sec:長尺表"
5440
5441 \end_inset
5442
5443 節に述べられているように、ある行で長尺表オプションの
5444 \family sans
5445 キャプション
5446 \family default
5447 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5448 \end_layout
5449
5450 \begin_layout Standard
5451 以下は、動作を確認するための短い長尺表です。
5452 \end_layout
5453
5454 \begin_layout Standard
5455 \begin_inset Tabular
5456 <lyxtabular version="3" rows="6" columns="5">
5457 <features islongtable="true" longtabularalignment="center">
5458 <column alignment="center" valignment="top" width="0">
5459 <column alignment="center" valignment="top" width="0">
5460 <column alignment="center" valignment="top" width="0">
5461 <column alignment="center" valignment="top" width="0">
5462 <column alignment="center" valignment="top" width="0">
5463 <row caption="true">
5464 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 \begin_inset Caption
5469
5470 \begin_layout Plain Layout
5471 キャプション付き長尺表
5472 \begin_inset Argument
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476 長尺表
5477 \end_layout
5478
5479 \end_inset
5480
5481
5482 \end_layout
5483
5484 \end_inset
5485
5486
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 1
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 2
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 3
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 4
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 5
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 <row>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 いろは
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 いろは
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 いろは
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 いろは
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 いろは
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 いろは
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 <row>
5717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 いろは
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 いろは
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 いろは
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 いろは
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 いろは
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 </row>
5763 </lyxtabular>
5764
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \begin_layout Standard
5771 \begin_inset VSpace medskip
5772 \end_inset
5773
5774
5775 \begin_inset Note Greyedout
5776 status open
5777
5778 \begin_layout Plain Layout
5779
5780 \series bold
5781 【註1】
5782 \series default
5783 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5784 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5785 \end_layout
5786
5787 \begin_layout Plain Layout
5788
5789 \series bold
5790
5791 \backslash
5792 addtocounter{table}{-1}
5793 \end_layout
5794
5795 \begin_layout Plain Layout
5796 というコマンドを挿入する方法があります。
5797 \end_layout
5798
5799 \begin_layout Plain Layout
5800 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5801 \end_layout
5802
5803 \begin_layout Plain Layout
5804
5805 \series bold
5806
5807 \backslash
5808 let
5809 \backslash
5810 myEnd
5811 \backslash
5812 endlongtable
5813 \begin_inset Newline newline
5814 \end_inset
5815
5816
5817 \backslash
5818 renewcommand{
5819 \backslash
5820 endlongtable}{
5821 \backslash
5822 myEnd
5823 \backslash
5824 addtocounter{table}{-1}}
5825 \end_layout
5826
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \begin_layout Standard
5833 \begin_inset Note Greyedout
5834 status open
5835
5836 \begin_layout Plain Layout
5837
5838 \series bold
5839 【註2】
5840 \series default
5841 相互参照をリンクするために、
5842 \family sans
5843 文書設定
5844 \family default
5845 ダイアログの
5846 \family sans
5847 PDF特性
5848 \family default
5849
5850 \series bold
5851 hyperref
5852 \series default
5853
5854 \begin_inset Index idx
5855 status collapsed
5856
5857 \begin_layout Plain Layout
5858 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5859 \end_layout
5860
5861 \end_inset
5862
5863 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5864 \end_layout
5865
5866 \end_inset
5867
5868
5869 \end_layout
5870
5871 \begin_layout Subsubsection
5872 長尺表への参照
5873 \begin_inset Index idx
5874 status collapsed
5875
5876 \begin_layout Plain Layout
5877 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5878 \end_layout
5879
5880 \end_inset
5881
5882
5883 \end_layout
5884
5885 \begin_layout Standard
5886 \begin_inset Tabular
5887 <lyxtabular version="3" rows="6" columns="5">
5888 <features islongtable="true" longtabularalignment="center">
5889 <column alignment="center" valignment="top" width="0">
5890 <column alignment="center" valignment="top" width="0">
5891 <column alignment="center" valignment="top" width="0">
5892 <column alignment="center" valignment="top" width="0">
5893 <column alignment="center" valignment="top" width="0">
5894 <row caption="true">
5895 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 \begin_inset Caption
5900
5901 \begin_layout Plain Layout
5902 参照された長尺表
5903 \begin_inset CommandInset label
5904 LatexCommand label
5905 name "tab:参照例"
5906
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 1
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 2
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 3
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 4
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 5
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 </row>
6003 <row>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 いろは
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 いろは
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 いろは
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 いろは
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 いろは
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 いろは
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 いろは
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 いろは
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 いろは
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 いろは
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 いろは
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 </lyxtabular>
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \begin_layout Standard
6199 長尺表を参照するには、キャプションにラベルを挿入してください。
6200 \end_layout
6201
6202 \begin_layout Standard
6203 これは表
6204 \begin_inset CommandInset ref
6205 LatexCommand ref
6206 reference "tab:参照例"
6207
6208 \end_inset
6209
6210 への参照です。
6211 \end_layout
6212
6213 \begin_layout Standard
6214 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6215 \series bold
6216 caption
6217 \series default
6218
6219 \begin_inset Index idx
6220 status collapsed
6221
6222 \begin_layout Plain Layout
6223 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6224 \end_layout
6225
6226 \end_inset
6227
6228 を使用して設定することができます。第
6229 \begin_inset CommandInset ref
6230 LatexCommand ref
6231 reference "sec:キャプションの書式設定"
6232
6233 \end_inset
6234
6235 節をご覧下さい。
6236 \end_layout
6237
6238 \begin_layout Subsubsection
6239 キャプションの幅
6240 \begin_inset Index idx
6241 status collapsed
6242
6243 \begin_layout Plain Layout
6244 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6245 \end_layout
6246
6247 \end_inset
6248
6249
6250 \end_layout
6251
6252 \begin_layout Standard
6253 キャプション行の最大長は、長さ
6254 \series bold
6255
6256 \backslash
6257 LTcapwidth
6258 \series default
6259 によって指定することができます。既定値は4
6260 \begin_inset space \thinspace{}
6261 \end_inset
6262
6263 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6264 \end_layout
6265
6266 \begin_layout Standard
6267
6268 \series bold
6269
6270 \backslash
6271 setlength{
6272 \backslash
6273 LTcapwidth}{幅}
6274 \end_layout
6275
6276 \begin_layout Standard
6277 というコマンドを書き加えて下さい。ここで「幅」には、付録
6278 \begin_inset CommandInset ref
6279 LatexCommand ref
6280 reference "cha:LyXで使用できる単位"
6281
6282 \end_inset
6283
6284 に挙げられている単位を取ることができます。
6285 \end_layout
6286
6287 \begin_layout Standard
6288 以下の各表で違いを示します。
6289 \end_layout
6290
6291 \begin_layout Standard
6292 \begin_inset Tabular
6293 <lyxtabular version="3" rows="6" columns="5">
6294 <features islongtable="true" longtabularalignment="center">
6295 <column alignment="center" valignment="top" width="0">
6296 <column alignment="center" valignment="top" width="0">
6297 <column alignment="center" valignment="top" width="0">
6298 <column alignment="center" valignment="top" width="0">
6299 <column alignment="center" valignment="top" width="0">
6300 <row caption="true">
6301 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 \begin_inset Caption
6306
6307 \begin_layout Plain Layout
6308 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6309 \begin_inset Argument
6310 status collapsed
6311
6312 \begin_layout Plain Layout
6313 既定幅のキャプション
6314 \end_layout
6315
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \end_inset
6322
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 </row>
6365 <row>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 1
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 2
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 3
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 4
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 5
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 </row>
6412 <row>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 いろは
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 いろは
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 </row>
6459 <row>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 いろは
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 いろは
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 </row>
6506 <row>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 いろは
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 いろは
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 </row>
6553 <row>
6554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 いろは
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 いろは
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 いろは
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 いろは
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 いろは
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 </row>
6600 </lyxtabular>
6601
6602 \end_inset
6603
6604
6605 \end_layout
6606
6607 \begin_layout Standard
6608 \begin_inset ERT
6609 status collapsed
6610
6611 \begin_layout Plain Layout
6612
6613
6614 \backslash
6615 setlength{
6616 \backslash
6617 LTcapwidth}{5cm}
6618 \end_layout
6619
6620 \end_inset
6621
6622
6623 \begin_inset Tabular
6624 <lyxtabular version="3" rows="6" columns="5">
6625 <features islongtable="true" longtabularalignment="center">
6626 <column alignment="center" valignment="top" width="0">
6627 <column alignment="center" valignment="top" width="0">
6628 <column alignment="center" valignment="top" width="0">
6629 <column alignment="center" valignment="top" width="0">
6630 <column alignment="center" valignment="top" width="0">
6631 <row caption="true">
6632 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 \begin_inset Caption
6637
6638 \begin_layout Plain Layout
6639 5
6640 \begin_inset space \thinspace{}
6641 \end_inset
6642
6643 cm幅のなが〜いフルタイトル・5
6644 \begin_inset space \thinspace{}
6645 \end_inset
6646
6647 cm幅のなが〜いフルタイトル・5
6648 \begin_inset space \thinspace{}
6649 \end_inset
6650
6651 cm幅のなが〜いフルタイトル
6652 \begin_inset Argument
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 5
6657 \begin_inset space \thinspace{}
6658 \end_inset
6659
6660 cm幅のキャプション
6661 \end_layout
6662
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \end_inset
6669
6670
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 </row>
6712 <row>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 1
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 2
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 3
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 4
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 5
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 </row>
6759 <row>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 いろは
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 いろは
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 </row>
6806 <row>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 いろは
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 いろは
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 </row>
6853 <row>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 いろは
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 いろは
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 いろは
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 いろは
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 いろは
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 いろは
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 いろは
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 </lyxtabular>
6948
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \begin_layout Standard
6955 \begin_inset ERT
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959
6960
6961 \backslash
6962 setlength{
6963 \backslash
6964 LTcapwidth}{4in}
6965 \end_layout
6966
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \begin_layout Standard
6973 \begin_inset Note Greyedout
6974 status open
6975
6976 \begin_layout Plain Layout
6977
6978 \series bold
6979 【註】
6980 \series default
6981 この文書のようにLaTeXパッケージの
6982 \series bold
6983 caption
6984 \series default
6985
6986 \begin_inset Index idx
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6991 \end_layout
6992
6993 \end_inset
6994
6995 を使用している時には、
6996 \series bold
6997
6998 \backslash
6999 LTcapwidth
7000 \series default
7001 に既定値の4
7002 \begin_inset space \thinspace{}
7003 \end_inset
7004
7005 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7006 \begin_inset space \thinspace{}
7007 \end_inset
7008
7009 in幅のキャプションを作るには、3.99
7010 \begin_inset space \thinspace{}
7011 \end_inset
7012
7013 inのように4.0
7014 \begin_inset space \thinspace{}
7015 \end_inset
7016
7017 inと少し違う値を指定するか、
7018 \series bold
7019 caption
7020 \series default
7021 パッケージが提供している
7022 \series bold
7023
7024 \backslash
7025 captionsetup{width=値}
7026 \series default
7027 というLaTeXコマンドを用いる方法があります。
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \end_layout
7034
7035 \begin_layout Subsubsection
7036 表の各ページごとに異なるキャプション
7037 \begin_inset Index idx
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7042 \end_layout
7043
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \begin_layout Standard
7050 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7051 \end_layout
7052
7053 \begin_layout Standard
7054
7055 \series bold
7056
7057 \backslash
7058 caption*{キャプション文}
7059 \backslash
7060
7061 \backslash
7062 %
7063 \end_layout
7064
7065 \begin_layout Standard
7066 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7067 \begin_inset CommandInset ref
7068 LatexCommand ref
7069 reference "tab:別キャプション"
7070
7071 \end_inset
7072
7073 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7074 \end_layout
7075
7076 \begin_layout Standard
7077 \align center
7078 \begin_inset Tabular
7079 <lyxtabular version="3" rows="59" columns="3">
7080 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7081 <column alignment="left" valignment="top" width="0cm">
7082 <column alignment="left" valignment="top" width="0pt">
7083 <column alignment="center" valignment="top" width="0pt">
7084 <row caption="true">
7085 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 \begin_inset Caption
7090
7091 \begin_layout Plain Layout
7092 例示用電話帳
7093 \begin_inset CommandInset label
7094 LatexCommand label
7095 name "tab:別キャプション"
7096
7097 \end_inset
7098
7099
7100 \begin_inset Argument
7101 status collapsed
7102
7103 \begin_layout Plain Layout
7104 例示用電話帳
7105 \end_layout
7106
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \end_inset
7113
7114
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 <row endfirsthead="true">
7139 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143
7144 \series bold
7145 例示用電話帳(名前は無視の事)
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row endfirsthead="true">
7170 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174
7175 \series bold
7176 氏名
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194
7195 \series bold
7196 TEL.
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 </row>
7202 <row endhead="true">
7203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 \begin_inset ERT
7208 status collapsed
7209
7210 \begin_layout Plain Layout
7211
7212
7213 \backslash
7214 caption*{例示用電話帳の続き}
7215 \backslash
7216
7217 \backslash
7218 %
7219 \end_layout
7220
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row endhead="true">
7248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \series bold
7254 例示用電話帳
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 </row>
7278 <row endhead="true">
7279 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \series bold
7285 氏名
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303
7304 \series bold
7305 TEL.
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row endfoot="true">
7312 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 次頁に続く
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 </row>
7340 <row>
7341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \series bold
7347 Annovi
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 Silvia
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 111
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 </row>
7371 <row>
7372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \series bold
7378 Bertoli
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 Stefano
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 111
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 </row>
7402 <row>
7403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \series bold
7409 Bozzi
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 Walter
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427 111
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 <row>
7434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \series bold
7440 Cachia
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 Maria
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 111
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 <row>
7465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \series bold
7471 Cachia
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 Maurizio
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 111
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 </row>
7495 <row>
7496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \series bold
7502 Cinquemani
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 Giusi
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 111
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \series bold
7533 Colin
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 Bernard
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 111
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row>
7558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 Concli
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 Gianfranco
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 111
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row>
7589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \series bold
7595 Dal Bosco
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 Carolina
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 111
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 <row>
7620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624
7625 \series bold
7626 Dalpiaz
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635 Annamaria
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 111
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row>
7651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \series bold
7657 Feliciello
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 Domenico
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 111
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row>
7682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \series bold
7688 Focarelli
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 Paola
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 111
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \series bold
7719 Galletti
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 Oreste
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 111
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \series bold
7750 Gasparini
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 Franca
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768 111
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \series bold
7781 Rizzardi
7782 \series default
7783
7784 \begin_inset Foot
7785 status collapsed
7786
7787 \begin_layout Plain Layout
7788 例示用脚注
7789 \end_layout
7790
7791 \end_inset
7792
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 Paola
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 111
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 Lassini
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Giancarlo
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Malfatti
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Luciano
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Malfatti
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Valeriano
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Meneguzzo
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Roberto
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Mezzadra
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Roberto
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Pirpamer
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 Erich
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 111
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \series bold
8010 Pochiesa
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 Paolo
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 111, 222
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 Radina
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 Claudio
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 111
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Stuffer
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Oskar
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Tacchelli
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Ugo
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Tezzele
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Margit
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Unterkalmsteiner
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Frieda
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Vieider
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Hilde
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Vigna
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Jürgen
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Weber
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Maurizio
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 111
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Winkler
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Franz
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 111
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318  
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Annovi
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Silvia
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 555
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Bertoli
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Stefano
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 555
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Bozzi
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Walter
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 555
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Cachia
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Maria
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 555
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Cachia
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 Maurizio
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 555
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \series bold
8504 Cinquemani
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 Giusi
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 555
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \series bold
8535 Colin
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 Bernard
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 555
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \series bold
8566 Concli
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Gianfranco
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 555
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Dal Bosco
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Carolina
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 555
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \series bold
8628 Dalpiaz
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 Annamaria
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 555
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \series bold
8659 Feliciello
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 Domenico
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 555
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \series bold
8690 Focarelli
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Paola
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 555
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \series bold
8721 Galletti
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Oreste
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 555
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750
8751 \series bold
8752 Gasparini
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 Franca
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 555
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \series bold
8783 Rizzardi
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Paola
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 555
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \series bold
8814 Lassini
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 Giancarlo
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 555
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845 Malfatti
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 Luciano
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 555
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row>
8870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \series bold
8876 Malfatti
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Valeriano
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 555
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 </row>
8900 <row>
8901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907 Meneguzzo
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Roberto
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 555
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938 Mezzadra
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 Roberto
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 555
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 </lyxtabular>
8963
8964 \end_inset
8965
8966
8967 \end_layout
8968
8969 \begin_layout Section
8970 長尺表にまつわる諸点
8971 \begin_inset CommandInset label
8972 LatexCommand label
8973 name "sec:長尺表にまつわる諸点"
8974
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \begin_layout Subsection
8981 長尺表の計算
8982 \begin_inset Index idx
8983 status collapsed
8984
8985 \begin_layout Plain Layout
8986 ちょうしゃくひょう@長尺表 ! けいさん@計算
8987 \end_layout
8988
8989 \end_inset
8990
8991
8992 \end_layout
8993
8994 \begin_layout Standard
8995 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8996 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8997 \end_layout
8998
8999 \begin_layout Standard
9000
9001 \series bold
9002
9003 \backslash
9004 setcounter{LTchunksize}{100}
9005 \end_layout
9006
9007 \begin_layout Standard
9008 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9009 \end_layout
9010
9011 \begin_layout Subsection
9012 フロートと長尺表
9013 \begin_inset Index idx
9014 status collapsed
9015
9016 \begin_layout Plain Layout
9017 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9018 \end_layout
9019
9020 \end_inset
9021
9022
9023 \end_layout
9024
9025 \begin_layout Standard
9026 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9027 \series bold
9028
9029 \backslash
9030 clearpage
9031 \series default
9032 コマンドを長尺表の前にTeXコードとして書き加えてください。
9033 \end_layout
9034
9035 \begin_layout Subsection
9036 強制改頁
9037 \begin_inset Index idx
9038 status collapsed
9039
9040 \begin_layout Plain Layout
9041 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9042 \end_layout
9043
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \begin_layout Standard
9050 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9051 ド「
9052 \series bold
9053
9054 \backslash
9055
9056 \backslash
9057
9058 \series default
9059 」を挿入します。
9060 \series bold
9061
9062 \backslash
9063
9064 \backslash
9065
9066 \series default
9067 コマンドの前には、現セルよりも右にある列数と同じ数の「
9068 \series bold
9069 &
9070 \series default
9071 」文字を、TeXコードで挿入してやる必要があります。この
9072 \series bold
9073 &
9074 \series default
9075 は、表セルの区切り文字です。各
9076 \series bold
9077 &
9078 \series default
9079 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9080 \begin_inset Newline newline
9081 \end_inset
9082
9083
9084 \series bold
9085
9086 \backslash
9087
9088 \backslash
9089
9090 \series default
9091 コマンドの後ろには、現在列の左側にある列数と同じ数の
9092 \series bold
9093 &
9094 \series default
9095 文字を挿入してください。表
9096 \begin_inset CommandInset ref
9097 LatexCommand ref
9098 reference "tab:強制改頁"
9099
9100 \end_inset
9101
9102 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9103 \end_layout
9104
9105 \begin_layout Standard
9106
9107 \series bold
9108 & 111
9109 \backslash
9110
9111 \backslash
9112  
9113 \backslash
9114 newpage
9115 \begin_inset Newline newline
9116 \end_inset
9117
9118 &
9119 \end_layout
9120
9121 \begin_layout Standard
9122 というコマンドが、セル中「
9123 \emph on
9124 Castelchiodato,
9125 \emph default
9126 」の後にTeXコードとして挿入してあります。
9127 \end_layout
9128
9129 \begin_layout Standard
9130 同一行3列目の「111」は削除してあります。
9131 \series bold
9132
9133 \backslash
9134 newpage
9135 \series default
9136 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9137 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9138 \end_layout
9139
9140 \begin_layout Standard
9141
9142 \series bold
9143 & 111
9144 \backslash
9145
9146 \backslash
9147
9148 \begin_inset Newline newline
9149 \end_inset
9150
9151
9152 \backslash
9153 hline &
9154 \end_layout
9155
9156 \begin_layout Standard
9157 というコマンドを使用して下さい。
9158 \end_layout
9159
9160 \begin_layout Standard
9161 改頁をしたいセルが最右列にある場合には、
9162 \end_layout
9163
9164 \begin_layout Standard
9165
9166 \series bold
9167
9168 \backslash
9169 setlength{
9170 \backslash
9171 parfillskip}{0pt}
9172 \end_layout
9173
9174 \begin_layout Standard
9175 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9176
9177 \end_layout
9178
9179 \begin_layout Standard
9180 \align center
9181 \begin_inset Tabular
9182 <lyxtabular version="3" rows="38" columns="3">
9183 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9184 <column alignment="left" valignment="top" width="0cm">
9185 <column alignment="left" valignment="top" width="3cm">
9186 <column alignment="center" valignment="top" width="0pt">
9187 <row caption="true">
9188 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Caption
9193
9194 \begin_layout Plain Layout
9195 表セル内で強制改頁をしている表
9196 \begin_inset CommandInset label
9197 LatexCommand label
9198 name "tab:強制改頁"
9199
9200 \end_inset
9201
9202
9203 \begin_inset Argument
9204 status collapsed
9205
9206 \begin_layout Plain Layout
9207 表セル内で強制改頁をしている表
9208 \end_layout
9209
9210 \end_inset
9211
9212
9213 \end_layout
9214
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row endfirsthead="true">
9242 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \series bold
9248 例示用電話帳(氏名は無視の事)
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row endfirsthead="true">
9273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \series bold
9279 氏名
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \series bold
9299 TEL.
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row endhead="true">
9306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 \begin_inset ERT
9311 status collapsed
9312
9313 \begin_layout Plain Layout
9314
9315
9316 \backslash
9317 caption*{例示用電話帳の続き}
9318 \backslash
9319
9320 \backslash
9321 %
9322 \end_layout
9323
9324 \end_inset
9325
9326
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row endhead="true">
9351 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 例示用電話帳
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row endhead="true">
9380 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \series bold
9386 氏名
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404
9405 \series bold
9406 TEL.
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row endfoot="true">
9413 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 次頁に続く
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \series bold
9448 Annovi
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 Silvia
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 111
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 </row>
9472 <row>
9473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \series bold
9479 Bertoli
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 Stefano
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 111
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 </row>
9503 <row>
9504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \series bold
9510 Bozzi
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 Walter
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 111
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 </row>
9534 <row>
9535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \series bold
9541 Cachia
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 Maria
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 111
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 <row>
9566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \series bold
9572 Cachia
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 Maurizio
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 111
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 </row>
9596 <row>
9597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \series bold
9603 Cinquemani
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612 Giusi
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 111
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row>
9628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \series bold
9634 Colin
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 Bernard
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 111
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 </row>
9658 <row>
9659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \series bold
9665 Concli
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 Gianfranco
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 111
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row>
9690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \series bold
9696 Dal Bosco
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 Carolina
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 111
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row>
9721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \series bold
9727 Dalpiaz
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 Annamaria
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 111
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row>
9752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \series bold
9758 Feliciello
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 Domenico
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 111
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \series bold
9789 Focarelli
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 Paola
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 111
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \series bold
9820 Galletti
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 Oreste
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 111
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row>
9845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Gasparini
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Franca
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 111
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 Lassini
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Giancarlo
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 111
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \series bold
9913 Malfatti
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 Luciano
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 111
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 Malfatti
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 Valeriano
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 111
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row>
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \series bold
9975 Meneguzzo
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Roberto
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 111
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Mezzadra
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Roberto
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 111
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 Pirpamer
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 Erich
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 111
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 Pochiesa
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 Paolo
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 111, 222
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row>
10093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Radina
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 Claudio
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 111
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 Rizzardi
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 Paolo, 11.
10140  Fürst von Montecompatri, 11.
10141  Fürst von Sulmona und Vivaro, 10.
10142  Fürst von Rossano, 5.
10143  Herzog von Canemorte, 11.
10144  Herzog von Palombara, 5.
10145  Herzog von Castelchiodato,
10146 \begin_inset ERT
10147 status collapsed
10148
10149 \begin_layout Plain Layout
10150
10151 & 111
10152 \backslash
10153
10154 \backslash
10155  
10156 \backslash
10157 newpage
10158 \end_layout
10159
10160 \begin_layout Plain Layout
10161
10162 &
10163 \end_layout
10164
10165 \end_inset
10166
10167  11.
10168  Herzog von Poggionativo, 11.
10169  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10170  Graf von Valinfreda, 11.
10171  Baron von Cropalati, 11.
10172  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Stuffer
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Oskar
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Tacchelli
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Ugo
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Tezzele
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Margit
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Unterkalmsteiner
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Frieda
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Vieider
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Hilde
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Vigna
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Jürgen
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Weber
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Maurizio
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Winkler
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Franz
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 </lyxtabular>
10436
10437 \end_inset
10438
10439
10440 \end_layout
10441
10442 \begin_layout Section
10443 複数行・連結列・連結行
10444 \end_layout
10445
10446 \begin_layout Subsection
10447 表セル内の複数行
10448 \begin_inset CommandInset label
10449 LatexCommand label
10450 name "sub:複数行"
10451
10452 \end_inset
10453
10454
10455 \begin_inset Index idx
10456 status collapsed
10457
10458 \begin_layout Plain Layout
10459 ひょうせるないのふくすうぎょう@表セル内の複数行
10460 \end_layout
10461
10462 \end_inset
10463
10464
10465 \begin_inset Index idx
10466 status collapsed
10467
10468 \begin_layout Plain Layout
10469 ひょう@表 ! かいぎょう@改行
10470 \end_layout
10471
10472 \end_inset
10473
10474
10475 \end_layout
10476
10477 \begin_layout Standard
10478 \noindent
10479 \begin_inset Float table
10480 placement H
10481 wide false
10482 sideways false
10483 status open
10484
10485 \begin_layout Plain Layout
10486 \begin_inset Caption
10487
10488 \begin_layout Plain Layout
10489 \begin_inset CommandInset label
10490 LatexCommand label
10491 name "tab:複数行表"
10492
10493 \end_inset
10494
10495 セル内に複数の行がある表
10496 \end_layout
10497
10498 \end_inset
10499
10500
10501 \end_layout
10502
10503 \begin_layout Plain Layout
10504 \align center
10505 \begin_inset Tabular
10506 <lyxtabular version="3" rows="3" columns="3">
10507 <features tabularvalignment="middle">
10508 <column alignment="center" valignment="middle" width="2.5cm">
10509 <column alignment="center" valignment="middle" width="0">
10510 <column alignment="center" valignment="middle" width="0">
10511 <row>
10512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 複数の
10517 \begin_inset Newline linebreak
10518 \end_inset
10519
10520
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 </row>
10573 <row>
10574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 </lyxtabular>
10603
10604 \end_inset
10605
10606
10607 \end_layout
10608
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \begin_layout Standard
10615 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10616 \end_layout
10617
10618 \begin_layout Standard
10619
10620 \begin_inset CommandInset ref
10621 LatexCommand ref
10622 reference "tab:複数行表"
10623
10624 \end_inset
10625
10626 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10627 \family sans
10628 設定
10629 \family default
10630 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10631 \begin_inset space \thinspace{}
10632 \end_inset
10633
10634 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10635 \begin_inset space \thinspace{}
10636 \end_inset
10637
10638 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10639 \begin_inset Info
10640 type  "shortcut"
10641 arg   "newline-insert linebreak"
10642 \end_inset
10643
10644 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10645 \end_layout
10646
10647 \begin_layout Standard
10648 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10649 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10650 \begin_inset space \thinspace{}
10651 \end_inset
10652
10653 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10654 \begin_inset CommandInset ref
10655 LatexCommand ref
10656 reference "tab:ハイフネーション表"
10657
10658 \end_inset
10659
10660 が違いを示しています
10661 \begin_inset Foot
10662 status open
10663
10664 \begin_layout Plain Layout
10665
10666 \series bold
10667 【訳註】
10668 \series default
10669 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10670 \end_layout
10671
10672 \end_inset
10673
10674
10675 \end_layout
10676
10677 \begin_layout Standard
10678 \begin_inset Float table
10679 placement h
10680 wide false
10681 sideways false
10682 status open
10683
10684 \begin_layout Plain Layout
10685 \begin_inset Caption
10686
10687 \begin_layout Plain Layout
10688 \begin_inset CommandInset label
10689 LatexCommand label
10690 name "tab:ハイフネーション表"
10691
10692 \end_inset
10693
10694 ハイフネーション有/無の表
10695 \end_layout
10696
10697 \end_inset
10698
10699
10700 \end_layout
10701
10702 \begin_layout Plain Layout
10703 \begin_inset space \hfill{}
10704 \end_inset
10705
10706
10707 \begin_inset Tabular
10708 <lyxtabular version="3" rows="3" columns="3">
10709 <features tabularvalignment="middle">
10710 <column alignment="center" valignment="middle" width="2.5cm">
10711 <column alignment="center" valignment="middle" width="0">
10712 <column alignment="center" valignment="middle" width="0">
10713 <row>
10714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 verylongtablecellword
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row>
10743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row>
10772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 </lyxtabular>
10801
10802 \end_inset
10803
10804
10805 \begin_inset space \hfill{}
10806 \end_inset
10807
10808
10809 \begin_inset Tabular
10810 <lyxtabular version="3" rows="3" columns="3">
10811 <features tabularvalignment="middle">
10812 <column alignment="center" valignment="middle" width="2.5cm">
10813 <column alignment="center" valignment="middle" width="0">
10814 <column alignment="center" valignment="middle" width="0">
10815 <row>
10816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 \begin_inset space \hspace{}
10821 \length 0pt
10822 \end_inset
10823
10824 verylongtablecellword
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 <row>
10878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 </lyxtabular>
10907
10908 \end_inset
10909
10910
10911 \begin_inset space \hfill{}
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \end_inset
10918
10919
10920 \end_layout
10921
10922 \begin_layout Subsection
10923 連結列
10924 \begin_inset CommandInset label
10925 LatexCommand label
10926 name "sub:連結列"
10927
10928 \end_inset
10929
10930
10931 \begin_inset Index idx
10932 status collapsed
10933
10934 \begin_layout Plain Layout
10935 れんけつれつ@連結列
10936 \end_layout
10937
10938 \end_inset
10939
10940
10941 \begin_inset Index idx
10942 status collapsed
10943
10944 \begin_layout Plain Layout
10945 ひょう@表 ! れんけつれつ@連結列
10946 \end_layout
10947
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \begin_layout Subsubsection
10954 連結列の基礎
10955 \end_layout
10956
10957 \begin_layout Standard
10958 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10959 \begin_inset Graphics
10960         filename ../../images/tabular-feature_multicolumn.png
10961         scale 85
10962         scaleBeforeRotation
10963
10964 \end_inset
10965
10966 を押すか、
10967 \family sans
10968 編集\SpecialChar \menuseparator
10969 表\SpecialChar \menuseparator
10970 連結列
10971 \family default
10972 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10973 \family sans
10974 連結列
10975 \family default
10976 を有効にするかしてください。
10977 \end_layout
10978
10979 \begin_layout Standard
10980 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10981 、最下行に上罫線のない連結行がある表の例です。
10982 \end_layout
10983
10984 \begin_layout Standard
10985 \align center
10986 \begin_inset Tabular
10987 <lyxtabular version="3" rows="3" columns="4">
10988 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10989 <column alignment="center" valignment="top" width="0pt">
10990 <column alignment="center" valignment="middle" width="0">
10991 <column alignment="center" valignment="top" width="0in">
10992 <column alignment="center" valignment="top" width="0pt">
10993 <row>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 いろは
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 にほへとちり
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 ぬるを
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 </lyxtabular>
11108
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \begin_layout Subsubsection
11115 連結列の計算
11116 \begin_inset CommandInset label
11117 LatexCommand label
11118 name "sub:連結列の計算"
11119
11120 \end_inset
11121
11122
11123 \begin_inset Index idx
11124 status collapsed
11125
11126 \begin_layout Plain Layout
11127 れんけつれつ@連結列 ! けいさん@計算
11128 \end_layout
11129
11130 \end_inset
11131
11132
11133 \end_layout
11134
11135 \begin_layout Standard
11136 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11137 \end_layout
11138
11139 \begin_layout Standard
11140 \begin_inset Float table
11141 placement h
11142 wide false
11143 sideways false
11144 status open
11145
11146 \begin_layout Plain Layout
11147 \begin_inset Caption
11148
11149 \begin_layout Plain Layout
11150 \begin_inset CommandInset label
11151 LatexCommand label
11152 name "tab:中央揃え表"
11153
11154 \end_inset
11155
11156 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11157 \begin_inset Argument
11158 status collapsed
11159
11160 \begin_layout Plain Layout
11161 完全なる連結列表
11162 \end_layout
11163
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170
11171
11172 \end_layout
11173
11174 \begin_layout Plain Layout
11175 \align center
11176 \begin_inset Tabular
11177 <lyxtabular version="3" rows="3" columns="3">
11178 <features tabularvalignment="middle">
11179 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11180 <column alignment="center" valignment="middle" width="0">
11181 <column alignment="center" valignment="top" width="0">
11182 <row>
11183 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 複数行にわたる連結列
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 </row>
11211 <row>
11212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 <row>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 </lyxtabular>
11270
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \end_inset
11277
11278
11279 \end_layout
11280
11281 \begin_layout Standard
11282 たとえば、表
11283 \begin_inset CommandInset ref
11284 LatexCommand ref
11285 reference "tab:中央揃え表"
11286
11287 \end_inset
11288
11289 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11290 \family sans
11291 設定
11292 \family default
11293 を選択します。そして現れる表の設定ダイアログで、このセルを
11294 \emph on
11295 連結列
11296 \emph default
11297
11298 \emph on
11299 中央揃え
11300 \emph default
11301 、2.5
11302 \begin_inset space \thinspace{}
11303 \end_inset
11304
11305 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11306 \begin_inset space \thinspace{}
11307 \end_inset
11308
11309 cm幅に設定します。すると第二列は自動的に1.25
11310 \begin_inset space \thinspace{}
11311 \end_inset
11312
11313 cm幅(連結列幅マイナス第一列の幅)になります。表
11314 \begin_inset CommandInset ref
11315 LatexCommand ref
11316 reference "tab:半分でない表"
11317
11318 \end_inset
11319
11320 もこのようにして作成してあります。
11321 \end_layout
11322
11323 \begin_layout Standard
11324 \begin_inset Float table
11325 wide false
11326 sideways false
11327 status open
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Caption
11331
11332 \begin_layout Plain Layout
11333 \begin_inset CommandInset label
11334 LatexCommand label
11335 name "tab:半分でない表"
11336
11337 \end_inset
11338
11339 連結セルの下の列が正確に半分になっていない表
11340 \begin_inset Argument
11341 status collapsed
11342
11343 \begin_layout Plain Layout
11344 不完全な連結列表
11345 \end_layout
11346
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \begin_layout Plain Layout
11358 \align center
11359 \begin_inset Tabular
11360 <lyxtabular version="3" rows="3" columns="3">
11361 <features tabularvalignment="middle">
11362 <column alignment="center" valignment="top" width="1.25cm">
11363 <column alignment="center" valignment="top" width="0">
11364 <column alignment="center" valignment="top" width="0">
11365 <row>
11366 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 複数行にわたる連結列
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 </lyxtabular>
11453
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460
11461
11462 \end_layout
11463
11464 \begin_layout Standard
11465 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11466 指定したセル幅
11467 \begin_inset Formula $W_{\mbox{指}}$
11468 \end_inset
11469
11470 がセルの全幅
11471 \begin_inset Formula $W_{\text{全}}$
11472 \end_inset
11473
11474 と等しくならないためです。付録
11475 \begin_inset CommandInset ref
11476 LatexCommand eqref
11477 reference "cha:式の説明"
11478
11479 \end_inset
11480
11481 がこの事情を詳細に説明しています。
11482 \end_layout
11483
11484 \begin_layout Standard
11485
11486 \emph on
11487 n
11488 \emph default
11489 列を連結する際、各列の全幅が
11490 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11491 \end_inset
11492
11493 となるために必要な指定幅
11494 \begin_inset Formula $W_{\mbox{指}:n}$
11495 \end_inset
11496
11497 は、
11498 \begin_inset Formula 
11499 \begin{equation}
11500 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11501 \end{equation}
11502
11503 \end_inset
11504
11505
11506 \end_layout
11507
11508 \begin_layout Standard
11509 で計算することができます。上記の例では
11510 \begin_inset Formula $n=2$
11511 \end_inset
11512
11513 かつ
11514 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11515 \end_inset
11516
11517 cmかつ長さは既定値ですから、第
11518 \begin_inset CommandInset ref
11519 LatexCommand ref
11520 reference "eq:Wgn"
11521
11522 \end_inset
11523
11524 式は
11525 \begin_inset Formula 
11526 \begin{equation}
11527 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11528 \end{equation}
11529
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \begin_layout Standard
11536 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11537 \end_layout
11538
11539 \begin_layout Standard
11540
11541 \series bold
11542
11543 \backslash
11544 usepackage{calc}
11545 \end_layout
11546
11547 \begin_layout Standard
11548 と書いて、LaTeXパッケージ
11549 \series bold
11550 calc
11551 \series default
11552
11553 \begin_inset Index idx
11554 status collapsed
11555
11556 \begin_layout Plain Layout
11557 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11558 \end_layout
11559
11560 \end_inset
11561
11562 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11563 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11564 \end_layout
11565
11566 \begin_layout Itemize
11567
11568 \series bold
11569 p{幅}
11570 \series default
11571 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11572 \end_layout
11573
11574 \begin_layout Itemize
11575
11576 \series bold
11577 m{幅}
11578 \series default
11579 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11580 \end_layout
11581
11582 \begin_layout Itemize
11583
11584 \series bold
11585 b{幅}
11586 \series default
11587 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11588 \end_layout
11589
11590 \begin_layout Standard
11591 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11592 \end_layout
11593
11594 \begin_layout Standard
11595 \begin_inset Note Greyedout
11596 status open
11597
11598 \begin_layout Plain Layout
11599
11600 \series bold
11601 【註】
11602 \series default
11603 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Standard
11612 文章を水平方向中央揃えにしたいので、
11613 \series bold
11614
11615 \backslash
11616 centering
11617 \series default
11618 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11619 \end_layout
11620
11621 \begin_layout Standard
11622
11623 \series bold
11624 >{
11625 \backslash
11626 centering}m{1.25cm-6.2pt}
11627 \end_layout
11628
11629 \begin_layout Standard
11630
11631 \series bold
11632 >{ }
11633 \series default
11634 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11635 \end_layout
11636
11637 \begin_layout Standard
11638 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11639 がって、連結セルには
11640 \end_layout
11641
11642 \begin_layout Standard
11643
11644 \series bold
11645 >{
11646 \backslash
11647 centering}m{2.5cm}
11648 \end_layout
11649
11650 \begin_layout Standard
11651 というLaTeX変数を指定しなくてはなりません。
11652 \end_layout
11653
11654 \begin_layout Subsection
11655 連結行
11656 \begin_inset CommandInset label
11657 LatexCommand label
11658 name "sub:連結行"
11659
11660 \end_inset
11661
11662
11663 \begin_inset Index idx
11664 status collapsed
11665
11666 \begin_layout Plain Layout
11667 れんけつぎょう@連結行
11668 \end_layout
11669
11670 \end_inset
11671
11672
11673 \begin_inset Index idx
11674 status collapsed
11675
11676 \begin_layout Plain Layout
11677 ひょう@表 ! れんけつぎょう@連結行
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \end_layout
11684
11685 \begin_layout Standard
11686 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11687 \begin_inset Graphics
11688         filename ../../images/tabular-feature_multirow.png
11689         scale 85
11690         scaleBeforeRotation
11691
11692 \end_inset
11693
11694 を押すか、メニュー
11695 \family sans
11696 編集\SpecialChar \menuseparator
11697 表\SpecialChar \menuseparator
11698 連結行
11699 \family default
11700 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11701 \family sans
11702 \SpecialChar \menuseparator
11703 連結行
11704 \family default
11705 を選んでください。
11706 \end_layout
11707
11708 \begin_layout Standard
11709 下記は一列目に連結列を適用した表の例です。
11710 \end_layout
11711
11712 \begin_layout Standard
11713 \align center
11714 \begin_inset Tabular
11715 <lyxtabular version="3" rows="3" columns="3">
11716 <features tabularvalignment="middle">
11717 <column alignment="center" valignment="top" width="0pt">
11718 <column alignment="center" valignment="top" width="0">
11719 <column alignment="center" valignment="top" width="0">
11720 <row>
11721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 長いセル項目
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 </row>
11749 <row>
11750 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 連結列
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 </row>
11778 <row>
11779 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 </row>
11807 </lyxtabular>
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \begin_layout Standard
11815 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11816 \family sans
11817 垂直オフセット
11818 \family default
11819 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11820 \end_layout
11821
11822 \begin_layout Standard
11823 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11824 \end_layout
11825
11826 \begin_layout Standard
11827
11828 \series bold
11829
11830 \backslash
11831 renewcommand{
11832 \backslash
11833 multirowsetup}{
11834 \backslash
11835 centering}
11836 \end_layout
11837
11838 \begin_layout Standard
11839 というコマンドを使用して、コマンド
11840 \series bold
11841
11842 \backslash
11843 multirowsetup
11844 \series default
11845 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11846 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11847 \series bold
11848
11849 \backslash
11850 centering
11851 \series default
11852 の代わりに
11853 \series bold
11854
11855 \backslash
11856 raggedleft
11857 \series default
11858 を使用して下さい。左揃えに戻すには、
11859 \series bold
11860
11861 \backslash
11862 raggedright
11863 \series default
11864 とします。
11865 \end_layout
11866
11867 \begin_layout Standard
11868 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11869 \end_layout
11870
11871 \begin_layout Standard
11872 \noindent
11873 \align center
11874 \begin_inset ERT
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878
11879
11880 \backslash
11881 renewcommand{
11882 \backslash
11883 multirowsetup}{
11884 \backslash
11885 raggedleft}
11886 \end_layout
11887
11888 \end_inset
11889
11890
11891 \begin_inset Tabular
11892 <lyxtabular version="3" rows="4" columns="3">
11893 <features tabularvalignment="middle">
11894 <column alignment="center" valignment="top" width="3cm">
11895 <column alignment="center" valignment="top" width="0">
11896 <column alignment="center" valignment="top" width="0">
11897 <row>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 長いセル項目
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 </row>
11926 <row>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 <row>
11956 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 連結列
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 <row>
11985 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 </row>
12013 </lyxtabular>
12014
12015 \end_inset
12016
12017
12018 \begin_inset ERT
12019 status collapsed
12020
12021 \begin_layout Plain Layout
12022
12023
12024 \backslash
12025 renewcommand{
12026 \backslash
12027 multirowsetup}{
12028 \backslash
12029 raggedright}
12030 \end_layout
12031
12032 \end_inset
12033
12034
12035 \end_layout
12036
12037 \begin_layout Standard
12038
12039 \lang english
12040 To start a new line in a multirow you can use a forced line break (shortcut
12041  
12042 \begin_inset Info
12043 type  "shortcut"
12044 arg   "newline-insert newline"
12045 \end_inset
12046
12047 ) but this will not respect the cell lines as demonstrated in this table:
12048 \end_layout
12049
12050 \begin_layout Standard
12051 \noindent
12052 \align center
12053
12054 \lang english
12055 \begin_inset Tabular
12056 <lyxtabular version="3" rows="3" columns="2">
12057 <features tabularvalignment="middle">
12058 <column alignment="left" valignment="middle" width="2cm">
12059 <column alignment="center" valignment="top" width="0">
12060 <row>
12061 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065
12066 \lang english
12067 aaa
12068 \begin_inset Newline newline
12069 \end_inset
12070
12071 aaa
12072 \begin_inset Newline newline
12073 \end_inset
12074
12075 wrong cell
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084
12085 \lang english
12086 ccc
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 </row>
12092 <row>
12093 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106
12107 \lang english
12108 ddd
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 </row>
12114 <row>
12115 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119
12120 \lang english
12121 bbb
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130
12131 \lang english
12132 eee
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 </lyxtabular>
12139
12140 \end_inset
12141
12142
12143 \end_layout
12144
12145 \begin_layout Standard
12146
12147 \lang english
12148 Therefore be careful with forced line breaks.
12149 \end_layout
12150
12151 \begin_layout Section
12152 フォーマル形式の表
12153 \begin_inset CommandInset label
12154 LatexCommand label
12155 name "sec:フォーマル形式の表"
12156
12157 \end_inset
12158
12159
12160 \begin_inset Index idx
12161 status collapsed
12162
12163 \begin_layout Plain Layout
12164 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12165 \end_layout
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173 書籍中の表は、よく表
12174 \begin_inset CommandInset ref
12175 LatexCommand ref
12176 reference "tab:ブックタブ表の例"
12177
12178 \end_inset
12179
12180 のように組版されます。この種の表は、「
12181 \emph on
12182 フォーマル形式
12183 \emph default
12184 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12185 \end_layout
12186
12187 \begin_layout Standard
12188 \begin_inset Float table
12189 placement h
12190 wide false
12191 sideways false
12192 status open
12193
12194 \begin_layout Plain Layout
12195 \begin_inset Caption
12196
12197 \begin_layout Plain Layout
12198 \begin_inset CommandInset label
12199 LatexCommand label
12200 name "tab:ブックタブ表の例"
12201
12202 \end_inset
12203
12204 ブックタブ表の例
12205 \end_layout
12206
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \begin_layout Plain Layout
12213 \align center
12214 \begin_inset Tabular
12215 <lyxtabular version="3" rows="8" columns="4">
12216 <features booktabs="true" tabularvalignment="middle">
12217 <column alignment="center" valignment="top" width="0">
12218 <column alignment="center" valignment="top" width="0">
12219 <column alignment="center" valignment="top" width="0">
12220 <column alignment="center" valignment="top" width="0">
12221 <row>
12222 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 システム
12227 \end_layout
12228
12229 \end_inset
12230 </cell>
12231 <cell alignment="center" valignment="top" topline="true" usebox="none">
12232 \begin_inset Text
12233
12234 \begin_layout Plain Layout
12235 Medipix
12236 \begin_inset space \thinspace{}
12237 \end_inset
12238
12239 1
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248 Medipix
12249 \begin_inset space \thinspace{}
12250 \end_inset
12251
12252 2
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 </row>
12267 <row>
12268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12269 \begin_inset Text
12270
12271 \begin_layout Plain Layout
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277
12278 \backslash
12279 cmidrule(r){2-2}
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290
12291 \backslash
12292 cmidrule(l){3-4}
12293 \end_layout
12294
12295 \end_inset
12296
12297 検知器の厚み [µm]
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 300
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 300
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 <cell alignment="center" valignment="top" usebox="none">
12321 \begin_inset Text
12322
12323 \begin_layout Plain Layout
12324 700
12325 \end_layout
12326
12327 \end_inset
12328 </cell>
12329 </row>
12330 <row>
12331 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 エッジ角 [°]
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 <cell alignment="center" valignment="top" topline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Plain Layout
12344 3.55
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 <cell alignment="center" valignment="top" topline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Plain Layout
12353 2.71
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 <cell alignment="center" valignment="top" topline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362 7.99
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 </row>
12368 <row topspace="default">
12369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Plain Layout
12373 空間分解能 [µm]
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 <cell alignment="center" valignment="top" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Plain Layout
12382 4.26
12383 \end_layout
12384
12385 \end_inset
12386 </cell>
12387 <cell alignment="center" valignment="top" usebox="none">
12388 \begin_inset Text
12389
12390 \begin_layout Plain Layout
12391 10.17
12392 \end_layout
12393
12394 \end_inset
12395 </cell>
12396 <cell alignment="center" valignment="top" usebox="none">
12397 \begin_inset Text
12398
12399 \begin_layout Plain Layout
12400 10.56
12401 \end_layout
12402
12403 \end_inset
12404 </cell>
12405 </row>
12406 <row topspace="default">
12407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 \begin_inset Formula $f_{\mathrm{max}}$
12412 \end_inset
12413
12414 におけるMTF
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 0.53
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 <cell alignment="center" valignment="top" usebox="none">
12429 \begin_inset Text
12430
12431 \begin_layout Plain Layout
12432 0.37
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 <cell alignment="center" valignment="top" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Plain Layout
12441 0.39
12442 \end_layout
12443
12444 \end_inset
12445 </cell>
12446 </row>
12447 <row topspace="default">
12448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 \begin_inset ERT
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456
12457
12458 \backslash
12459 cmidrule(l{10pt}){1-1}
12460 \end_layout
12461
12462 \end_inset
12463
12464 LSF空間分解能
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 <cell alignment="center" valignment="top" usebox="none">
12470 \begin_inset Text
12471
12472 \begin_layout Plain Layout
12473
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 <cell alignment="center" valignment="top" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Plain Layout
12482
12483 \end_layout
12484
12485 \end_inset
12486 </cell>
12487 <cell alignment="center" valignment="top" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 </row>
12497 <row>
12498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 µm表示
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 129.7
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 <cell alignment="center" valignment="top" usebox="none">
12517 \begin_inset Text
12518
12519 \begin_layout Plain Layout
12520 52.75
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell alignment="center" valignment="top" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529 50.78
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 </row>
12535 <row>
12536 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 ピクセルサイズに対する%表示
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549 76.3
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 95.9
12559 \end_layout
12560
12561 \end_inset
12562 </cell>
12563 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 92.3
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 </row>
12573 </lyxtabular>
12574
12575 \end_inset
12576
12577
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \begin_layout Standard
12586 表中の行に余白を加えるには、第
12587 \begin_inset CommandInset ref
12588 LatexCommand ref
12589 reference "sub:行の余白取り"
12590
12591 \end_inset
12592
12593 節に述べられているように、表の設定ダイアログの
12594 \family sans
12595 罫線
12596 \family default
12597 タブを使用します。
12598 \end_layout
12599
12600 \begin_layout Standard
12601 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12602 \begin_inset Newline newline
12603 \end_inset
12604
12605 最初と最後の表罫線の既定幅は0.08
12606 \begin_inset space \thinspace{}
12607 \end_inset
12608
12609 emですが、他の罫線の既定幅は0.05
12610 \begin_inset space \thinspace{}
12611 \end_inset
12612
12613 emです。
12614 \end_layout
12615
12616 \begin_layout Standard
12617 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12618 \end_layout
12619
12620 \begin_layout Standard
12621
12622 \series bold
12623
12624 \backslash
12625 let
12626 \backslash
12627 mytoprule
12628 \backslash
12629 toprule
12630 \begin_inset Newline newline
12631 \end_inset
12632
12633
12634 \backslash
12635 renewcommand{
12636 \backslash
12637 toprule}{
12638 \backslash
12639 mytoprule[幅]}
12640 \end_layout
12641
12642 \begin_layout Standard
12643 上の例は、
12644 \series bold
12645 toprule
12646 \series default
12647 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12648 \series bold
12649 toprule
12650 \series default
12651
12652 \series bold
12653 bottomrule
12654 \series default
12655 に置き換えて下さい。他の罫線の線幅を変更するには、
12656 \series bold
12657 toprule
12658 \series default
12659
12660 \series bold
12661 midrule
12662 \series default
12663 に置き換えます。線幅を設定する上では、付録
12664 \begin_inset CommandInset ref
12665 LatexCommand ref
12666 reference "cha:LyXで使用できる単位"
12667
12668 \end_inset
12669
12670 に挙げてあるすべての単位を使用することができます。
12671 \end_layout
12672
12673 \begin_layout Standard
12674 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12675 \series bold
12676
12677 \backslash
12678 cmidrule
12679 \series default
12680 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12681 \end_layout
12682
12683 \begin_layout Standard
12684
12685 \series bold
12686
12687 \backslash
12688 cmidrule[幅](刈込){開始列-終了列}
12689 \end_layout
12690
12691 \begin_layout Standard
12692 です。
12693 \series bold
12694
12695 \backslash
12696 cmidrule
12697 \series default
12698 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12699 \series bold
12700
12701 \backslash
12702 cmidrule
12703 \series default
12704 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12705
12706 \end_layout
12707
12708 \begin_layout Standard
12709 この線幅の既定値は0.03
12710 \begin_inset space \thinspace{}
12711 \end_inset
12712
12713 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12714 。非必須パラメーターの「刈込」は、
12715 \emph on
12716 l{刈込幅}
12717 \emph default
12718 あるいは
12719 \emph on
12720 r{刈込幅}
12721 \emph default
12722 の値を取り、刈込幅の指定は非必須です。たとえば、
12723 \emph on
12724 l{2pt}
12725 \emph default
12726 というパラメーターを使うと、罫線が左端から2
12727 \begin_inset space \thinspace{}
12728 \end_inset
12729
12730 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12731 \begin_inset space \thinspace{}
12732 \end_inset
12733
12734 emだけ刈り込まれます。
12735 \end_layout
12736
12737 \begin_layout Standard
12738 \begin_inset VSpace bigskip
12739 \end_inset
12740
12741
12742 \begin_inset CommandInset ref
12743 LatexCommand ref
12744 reference "tab:ブックタブ表の例"
12745
12746 \end_inset
12747
12748 は、
12749 \end_layout
12750
12751 \begin_layout Standard
12752
12753 \series bold
12754
12755 \backslash
12756 cmidrule(r){2-2}
12757 \backslash
12758 cmidrule(l){3-4}
12759 \end_layout
12760
12761 \begin_layout Standard
12762 というコマンドを第二行の初めに使用し、
12763 \end_layout
12764
12765 \begin_layout Standard
12766
12767 \series bold
12768
12769 \backslash
12770 cmidrule(l{10pt}){1-1}
12771 \end_layout
12772
12773 \begin_layout Standard
12774 を第六行に使用して作成されています。
12775 \end_layout
12776
12777 \begin_layout Standard
12778 \begin_inset VSpace bigskip
12779 \end_inset
12780
12781
12782 \end_layout
12783
12784 \begin_layout Standard
12785 ときには、表
12786 \begin_inset CommandInset ref
12787 LatexCommand ref
12788 reference "tab:特殊なブックタブ表"
12789
12790 \end_inset
12791
12792 のような重なり合った
12793 \series bold
12794
12795 \backslash
12796 cmidrule
12797 \series default
12798 が欲しいことがあるかもしれません。これは、TeXコードで
12799 \end_layout
12800
12801 \begin_layout Standard
12802
12803 \series bold
12804
12805 \backslash
12806 morecmidrules
12807 \end_layout
12808
12809 \begin_layout Standard
12810 コマンドを使用することによって実現することができます。表
12811 \begin_inset CommandInset ref
12812 LatexCommand ref
12813 reference "tab:特殊なブックタブ表"
12814
12815 \end_inset
12816
12817 の第二列には
12818 \end_layout
12819
12820 \begin_layout Standard
12821
12822 \series bold
12823
12824 \backslash
12825 cmidrule(r){2-2}
12826 \backslash
12827 cmidrule(l){3-4}
12828 \backslash
12829 morecmidrules
12830 \backslash
12831 cmidrule{2-4}
12832 \end_layout
12833
12834 \begin_layout Standard
12835 というコマンドが使用されており、第六列には
12836 \end_layout
12837
12838 \begin_layout Standard
12839
12840 \series bold
12841
12842 \backslash
12843 midrule
12844 \backslash
12845 morecmidrules
12846 \backslash
12847 cmidrule{3-4}
12848 \end_layout
12849
12850 \begin_layout Standard
12851 というコマンドが使用されています。
12852 \end_layout
12853
12854 \begin_layout Standard
12855 \begin_inset VSpace bigskip
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \begin_layout Standard
12862 罫線の余白取りにどうしても満足が行かない場合には、
12863 \end_layout
12864
12865 \begin_layout Standard
12866
12867 \series bold
12868
12869 \backslash
12870 specialrule{幅}{上余白}{下余白}
12871 \end_layout
12872
12873 \begin_layout Standard
12874 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12875 \series bold
12876 booktabs
12877 \series default
12878  
12879 \begin_inset CommandInset citation
12880 LatexCommand cite
12881 key "booktabs"
12882
12883 \end_inset
12884
12885
12886 \begin_inset Index idx
12887 status collapsed
12888
12889 \begin_layout Plain Layout
12890 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12891 \end_layout
12892
12893 \end_inset
12894
12895 の取扱説明書をご参照下さい。
12896 \end_layout
12897
12898 \begin_layout Standard
12899 \begin_inset Float table
12900 placement h
12901 wide false
12902 sideways false
12903 status open
12904
12905 \begin_layout Plain Layout
12906 \begin_inset Caption
12907
12908 \begin_layout Plain Layout
12909 \begin_inset CommandInset label
12910 LatexCommand label
12911 name "tab:特殊なブックタブ表"
12912
12913 \end_inset
12914
12915 特殊なブックタブ表
12916 \end_layout
12917
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \begin_layout Plain Layout
12924 \align center
12925 \begin_inset Tabular
12926 <lyxtabular version="3" rows="8" columns="4">
12927 <features booktabs="true" tabularvalignment="middle">
12928 <column alignment="center" valignment="top" width="0">
12929 <column alignment="center" valignment="top" width="0">
12930 <column alignment="center" valignment="top" width="0">
12931 <column alignment="center" valignment="top" width="0">
12932 <row>
12933 <cell alignment="center" valignment="top" topline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 システム
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" topline="true" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 Medipix
12947 \begin_inset space \thinspace{}
12948 \end_inset
12949
12950 1
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 Medipix
12960 \begin_inset space \thinspace{}
12961 \end_inset
12962
12963 2
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 </row>
12978 <row>
12979 <cell alignment="center" valignment="top" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 \begin_inset ERT
12984 status collapsed
12985
12986 \begin_layout Plain Layout
12987
12988
12989 \backslash
12990 cmidrule(r){2-2}
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \begin_inset ERT
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000
13001
13002 \backslash
13003 cmidrule(l){3-4}
13004 \end_layout
13005
13006 \end_inset
13007
13008
13009 \begin_inset ERT
13010 status collapsed
13011
13012 \begin_layout Plain Layout
13013
13014
13015 \backslash
13016 morecmidrules 
13017 \end_layout
13018
13019 \end_inset
13020
13021
13022 \begin_inset ERT
13023 status collapsed
13024
13025 \begin_layout Plain Layout
13026
13027
13028 \backslash
13029 cmidrule{2-4}
13030 \end_layout
13031
13032 \end_inset
13033
13034 検知器の厚み [µm]
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 300
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 300
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 700
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 </row>
13067 <row>
13068 <cell alignment="center" valignment="top" topline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 エッジ角 [°]
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" topline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 3.55
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 2.71
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 7.99
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 </row>
13105 <row topspace="default">
13106 <cell alignment="center" valignment="top" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 空間分解能 [µm]
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 <cell alignment="center" valignment="top" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 4.26
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 10.17
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 10.56
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 </row>
13143 <row topspace="default">
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 \begin_inset Formula $f_{\mathrm{max}}$
13149 \end_inset
13150
13151 におけるMTF
13152 \end_layout
13153
13154 \end_inset
13155 </cell>
13156 <cell alignment="center" valignment="top" usebox="none">
13157 \begin_inset Text
13158
13159 \begin_layout Plain Layout
13160 0.53
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell alignment="center" valignment="top" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 0.37
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 0.39
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 </row>
13184 <row>
13185 <cell alignment="center" valignment="top" topline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 \begin_inset ERT
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193
13194
13195 \backslash
13196 morecmidrules 
13197 \end_layout
13198
13199 \end_inset
13200
13201
13202 \begin_inset ERT
13203 status collapsed
13204
13205 \begin_layout Plain Layout
13206
13207
13208 \backslash
13209 cmidrule{3-4}
13210 \end_layout
13211
13212 \end_inset
13213
13214 LSF空間分解能
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" topline="true" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" topline="true" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" topline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 <row>
13248 <cell alignment="center" valignment="top" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 µm表示
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 129.7
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 52.75
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 50.78
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 </row>
13285 <row>
13286 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 ピクセルサイズに対する%表示
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 76.3
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 95.9
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 92.3
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 </row>
13323 </lyxtabular>
13324
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \end_inset
13331
13332
13333 \end_layout
13334
13335 \begin_layout Section
13336 表の垂直揃え
13337 \begin_inset Index idx
13338 status collapsed
13339
13340 \begin_layout Plain Layout
13341 ひょう@表 ! そろえ@揃え
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13351 \begin_inset CommandInset ref
13352 LatexCommand ref
13353 reference "sec:ボックスダイアログ"
13354
13355 \end_inset
13356
13357 節に述べられているように、ボックスの垂直揃えを行います。
13358 \end_layout
13359
13360 \begin_layout Standard
13361 以下の例では、各表は15
13362 \begin_inset space \thinspace{}
13363 \end_inset
13364
13365 列幅%を持つminipage
13366 \begin_inset Foot
13367 status collapsed
13368
13369 \begin_layout Plain Layout
13370 minipageは第
13371 \begin_inset CommandInset ref
13372 LatexCommand ref
13373 reference "sec:ミニページ"
13374
13375 \end_inset
13376
13377 節で説明されています。
13378 \end_layout
13379
13380 \end_inset
13381
13382 ボックスの中に入れてあります。
13383 \end_layout
13384
13385 \begin_layout Itemize
13386 動作試験 
13387 \begin_inset Box Frameless
13388 position "t"
13389 hor_pos "c"
13390 has_inner_box 1
13391 inner_pos "c"
13392 use_parbox 0
13393 use_makebox 0
13394 width "15col%"
13395 special "none"
13396 height "1in"
13397 height_special "totalheight"
13398 status collapsed
13399
13400 \begin_layout Plain Layout
13401 \begin_inset Tabular
13402 <lyxtabular version="3" rows="3" columns="3">
13403 <features tabularvalignment="middle">
13404 <column alignment="center" valignment="top" width="0">
13405 <column alignment="center" valignment="top" width="0">
13406 <column alignment="center" valignment="top" width="0">
13407 <row>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 <row>
13437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 <row>
13466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 </row>
13494 </lyxtabular>
13495
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \end_inset
13502
13503  動作試験 
13504 \begin_inset ERT
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508
13509
13510 \backslash
13511 raisebox{0.85
13512 \backslash
13513 baselineskip}{
13514 \end_layout
13515
13516 \end_inset
13517
13518
13519 \begin_inset Box Frameless
13520 position "t"
13521 hor_pos "c"
13522 has_inner_box 1
13523 inner_pos "c"
13524 use_parbox 0
13525 use_makebox 0
13526 width "15col%"
13527 special "none"
13528 height "1in"
13529 height_special "totalheight"
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 \begin_inset Tabular
13534 <lyxtabular version="3" rows="3" columns="3">
13535 <features tabularvalignment="middle">
13536 <column alignment="center" valignment="top" width="0">
13537 <column alignment="center" valignment="top" width="0">
13538 <column alignment="center" valignment="top" width="0">
13539 <row>
13540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 </row>
13568 <row>
13569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 </row>
13597 <row>
13598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 </lyxtabular>
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \end_inset
13634
13635
13636 \begin_inset ERT
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640
13641 }
13642 \end_layout
13643
13644 \end_inset
13645
13646
13647 \end_layout
13648
13649 \begin_layout Itemize
13650 動作試験 
13651 \begin_inset Box Frameless
13652 position "c"
13653 hor_pos "c"
13654 has_inner_box 1
13655 inner_pos "c"
13656 use_parbox 0
13657 use_makebox 0
13658 width "15col%"
13659 special "none"
13660 height "1in"
13661 height_special "totalheight"
13662 status collapsed
13663
13664 \begin_layout Plain Layout
13665 \begin_inset Tabular
13666 <lyxtabular version="3" rows="3" columns="3">
13667 <features tabularvalignment="middle">
13668 <column alignment="center" valignment="top" width="0">
13669 <column alignment="center" valignment="top" width="0">
13670 <column alignment="center" valignment="top" width="0">
13671 <row>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 </row>
13700 <row>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 </row>
13729 <row>
13730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 </row>
13758 </lyxtabular>
13759
13760 \end_inset
13761
13762
13763 \end_layout
13764
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \begin_layout Itemize
13771 動作試験 
13772 \begin_inset Box Frameless
13773 position "b"
13774 hor_pos "c"
13775 has_inner_box 1
13776 inner_pos "c"
13777 use_parbox 0
13778 use_makebox 0
13779 width "15col%"
13780 special "none"
13781 height "1in"
13782 height_special "totalheight"
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 \begin_inset Tabular
13787 <lyxtabular version="3" rows="3" columns="3">
13788 <features tabularvalignment="middle">
13789 <column alignment="center" valignment="top" width="0">
13790 <column alignment="center" valignment="top" width="0">
13791 <column alignment="center" valignment="top" width="0">
13792 <row>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 <row>
13851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 </row>
13879 </lyxtabular>
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \end_inset
13887
13888  動作試験 
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894
13895 \backslash
13896 raisebox{-0.32
13897 \backslash
13898 baselineskip}{
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \begin_inset Box Frameless
13905 position "b"
13906 hor_pos "c"
13907 has_inner_box 1
13908 inner_pos "c"
13909 use_parbox 0
13910 use_makebox 0
13911 width "15col%"
13912 special "none"
13913 height "1in"
13914 height_special "totalheight"
13915 status collapsed
13916
13917 \begin_layout Plain Layout
13918 \begin_inset Tabular
13919 <lyxtabular version="3" rows="3" columns="3">
13920 <features tabularvalignment="middle">
13921 <column alignment="center" valignment="top" width="0">
13922 <column alignment="center" valignment="top" width="0">
13923 <column alignment="center" valignment="top" width="0">
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13935 \begin_inset Text
13936
13937 \begin_layout Plain Layout
13938
13939 \end_layout
13940
13941 \end_inset
13942 </cell>
13943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 </row>
13953 <row>
13954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 </row>
14011 </lyxtabular>
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \end_inset
14019
14020
14021 \begin_inset ERT
14022 status collapsed
14023
14024 \begin_layout Plain Layout
14025
14026 }
14027 \end_layout
14028
14029 \end_inset
14030
14031
14032 \end_layout
14033
14034 \begin_layout Standard
14035 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
14036 \begin_inset Foot
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040 raiseboxは、第
14041 \begin_inset CommandInset ref
14042 LatexCommand ref
14043 reference "sub:垂直揃え"
14044
14045 \end_inset
14046
14047 節で説明されています。
14048 \end_layout
14049
14050 \end_inset
14051
14052 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
14053 \end_layout
14054
14055 \begin_layout Standard
14056
14057 \series bold
14058
14059 \backslash
14060 raisebox{0.85
14061 \backslash
14062 baselineskip}{
14063 \end_layout
14064
14065 \begin_layout Standard
14066 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
14067 \series bold
14068 }
14069 \series default
14070 をTeXコードとして挿入してあります。最後の項目の第二表には、
14071 \end_layout
14072
14073 \begin_layout Standard
14074
14075 \series bold
14076
14077 \backslash
14078 raisebox{-0.32
14079 \backslash
14080 baselineskip}{
14081 \end_layout
14082
14083 \begin_layout Standard
14084 というコマンドを使用しています。
14085 \end_layout
14086
14087 \begin_layout Standard
14088 \begin_inset Note Greyedout
14089 status open
14090
14091 \begin_layout Plain Layout
14092
14093 \series bold
14094 【註】
14095 \series default
14096 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
14097 \series bold
14098
14099 \backslash
14100 raisebox
14101 \series default
14102 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \begin_layout Section
14111 色付きの表
14112 \begin_inset CommandInset label
14113 LatexCommand label
14114 name "sec:色付きの表"
14115
14116 \end_inset
14117
14118
14119 \begin_inset Index idx
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123 ひょう@表 ! いろつき@色付き
14124 \end_layout
14125
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \begin_layout Subsection
14132 色付きのセル
14133 \begin_inset Index idx
14134 status collapsed
14135
14136 \begin_layout Plain Layout
14137 ひょうのいろ@表の色 ! せるぶ@セル部
14138 \end_layout
14139
14140 \end_inset
14141
14142
14143 \begin_inset Index idx
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147 いろつき@色付き ! ひょうせるぶ@表セル部
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 \begin_inset Float table
14157 placement h
14158 wide false
14159 sideways false
14160 status open
14161
14162 \begin_layout Plain Layout
14163 \begin_inset Caption
14164
14165 \begin_layout Plain Layout
14166 \begin_inset CommandInset label
14167 LatexCommand label
14168 name "tab:colortblなしの表"
14169
14170 \end_inset
14171
14172
14173 \series bold
14174 colortbl
14175 \series default
14176 パッケージを使用しない色付き表
14177 \begin_inset Argument
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181 colortblなしの表
14182 \end_layout
14183
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \begin_layout Plain Layout
14195 \align center
14196 \begin_inset Tabular
14197 <lyxtabular version="3" rows="3" columns="3">
14198 <features tabularvalignment="middle">
14199 <column alignment="center" valignment="top" width="0">
14200 <column alignment="center" valignment="top" width="0">
14201 <column alignment="center" valignment="top" width="0">
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207
14208 \color green
14209
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218
14219 \color red
14220
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229
14230 \color red
14231
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 </row>
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242
14243 \color green
14244
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253
14254 \color blue
14255
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264
14265 \color blue
14266
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 <row>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277
14278 \color green
14279
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288
14289 \color blue
14290
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299
14300 \color blue
14301
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 </row>
14307 </lyxtabular>
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \begin_layout Standard
14320 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14321 \family sans
14322 編集\SpecialChar \menuseparator
14323 文字様式
14324 \family default
14325 メニューで色を選んでください。表
14326 \begin_inset CommandInset ref
14327 LatexCommand ref
14328 reference "tab:colortblなしの表"
14329
14330 \end_inset
14331
14332 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14333 \series bold
14334 colortbl
14335 \series default
14336
14337 \begin_inset Index idx
14338 status collapsed
14339
14340 \begin_layout Plain Layout
14341 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14342 \end_layout
14343
14344 \end_inset
14345
14346 を使用しなくてはなりません。
14347 \end_layout
14348
14349 \begin_layout Standard
14350 \begin_inset ERT
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354
14355
14356 \backslash
14357 ifcolortbl
14358 \end_layout
14359
14360 \end_inset
14361
14362
14363 \begin_inset Note Note
14364 status open
14365
14366 \begin_layout Plain Layout
14367 本節の以下の部分は、LaTeXパッケージ
14368 \series bold
14369 colortbl
14370 \series default
14371 が導入済みのときのみ表示されます。
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380 色付きの表を作成するには、プリアンブルに
14381 \end_layout
14382
14383 \begin_layout Standard
14384
14385 \series bold
14386
14387 \backslash
14388 usepackage{colortbl}
14389 \end_layout
14390
14391 \begin_layout Standard
14392 という行を書いて
14393 \series bold
14394 colortbl
14395 \series default
14396 を読み込まなくてはなりません。列の色は、
14397 \series bold
14398 >{ }
14399 \series default
14400 コマンドの中に
14401 \end_layout
14402
14403 \begin_layout Standard
14404
14405 \series bold
14406
14407 \backslash
14408 columncolor{色彩名}
14409 \end_layout
14410
14411 \begin_layout Standard
14412 というコマンドを書いて指定することができます。
14413 \series bold
14414 >{}
14415 \series default
14416 コマンドに関する詳細は、第
14417 \begin_inset CommandInset ref
14418 LatexCommand ref
14419 reference "sub:連結列の計算"
14420
14421 \end_inset
14422
14423 節に述べられています。
14424 \end_layout
14425
14426 \begin_layout Standard
14427 以下の色彩名が事前に定義されています。
14428 \end_layout
14429
14430 \begin_layout Standard
14431
14432 \family sans
14433 red
14434 \family default
14435
14436 \family sans
14437 green
14438 \family default
14439
14440 \family sans
14441 yellow
14442 \family default
14443
14444 \family sans
14445 blue
14446 \family default
14447
14448 \family sans
14449 cyan
14450 \family default
14451
14452 \family sans
14453 magenta
14454 \family default
14455
14456 \family sans
14457 black
14458 \family default
14459
14460 \family sans
14461 white
14462 \end_layout
14463
14464 \begin_layout Standard
14465 \begin_inset VSpace medskip
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \begin_layout Standard
14472 また
14473 \end_layout
14474
14475 \begin_layout Standard
14476
14477 \series bold
14478
14479 \backslash
14480 definecolor{色彩名}{色彩モデル}{色彩値}
14481 \end_layout
14482
14483 \begin_layout Standard
14484 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14485 \end_layout
14486
14487 \begin_layout Labeling
14488 \labelwidthstring 00.00.0000
14489 cmyk:シアン(
14490 \bar under
14491 c
14492 \bar default
14493 yan)・マゼンタ(
14494 \bar under
14495 m
14496 \bar default
14497 agenta)・黄(
14498 \bar under
14499 y
14500 \bar default
14501 ellow)・黒(blac
14502 \bar under
14503 k
14504 \bar default
14505
14506 \end_layout
14507
14508 \begin_layout Labeling
14509 \labelwidthstring 00.00.0000
14510 rgb:赤(
14511 \bar under
14512 r
14513 \bar default
14514 ed)・緑(
14515 \bar under
14516 g
14517 \bar default
14518 reen)・青(
14519 \bar under
14520 b
14521 \bar default
14522 lue)
14523 \end_layout
14524
14525 \begin_layout Labeling
14526 \labelwidthstring 00.00.0000
14527 gray:グレー
14528 \end_layout
14529
14530 \begin_layout Standard
14531 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14532 \end_layout
14533
14534 \begin_layout Standard
14535 たとえば、プリアンブルに
14536 \end_layout
14537
14538 \begin_layout Standard
14539
14540 \series bold
14541
14542 \backslash
14543 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14544 \end_layout
14545
14546 \begin_layout Standard
14547 と書くことによって、「
14548 \emph on
14549 darkgreen
14550 \emph default
14551 」色を定義することができますし、
14552 \end_layout
14553
14554 \begin_layout Standard
14555
14556 \series bold
14557
14558 \backslash
14559 definecolor{lightgray}{gray}{0.8}
14560 \end_layout
14561
14562 \begin_layout Standard
14563 と書けば、「
14564 \emph on
14565 lightgray
14566 \emph default
14567 」色を定義することができます。
14568 \end_layout
14569
14570 \begin_layout Standard
14571 \begin_inset VSpace medskip
14572 \end_inset
14573
14574
14575 \end_layout
14576
14577 \begin_layout Standard
14578 罫線は
14579 \end_layout
14580
14581 \begin_layout Standard
14582
14583 \series bold
14584
14585 \backslash
14586 rowcolor{色彩名}
14587 \end_layout
14588
14589 \begin_layout Standard
14590 というコマンドを使用して色付けすることができ、セルは
14591 \end_layout
14592
14593 \begin_layout Standard
14594
14595 \series bold
14596
14597 \backslash
14598 cellcolor{色彩名}
14599 \end_layout
14600
14601 \begin_layout Standard
14602 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14603 \end_layout
14604
14605 \begin_layout Standard
14606 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14607 \family sans
14608 編集\SpecialChar \menuseparator
14609 文字様式
14610 \family default
14611 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14612 ます。
14613 \end_layout
14614
14615 \begin_layout Standard
14616 \begin_inset Note Greyedout
14617 status open
14618
14619 \begin_layout Plain Layout
14620 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14621 \end_layout
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \begin_layout Standard
14629 \begin_inset VSpace bigskip
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \begin_layout Standard
14636
14637 \begin_inset CommandInset ref
14638 LatexCommand ref
14639 reference "tab:色付き表"
14640
14641 \end_inset
14642
14643 を作成するには、以下のようにしてください。第一列の色は
14644 \emph on
14645 darkgreen
14646 \emph default
14647 にしたいので、この列のLaTeX変数として
14648 \end_layout
14649
14650 \begin_layout Standard
14651
14652 \series bold
14653 >{
14654 \backslash
14655 columncolor{darkgreen}
14656 \backslash
14657 centering}c
14658 \end_layout
14659
14660 \begin_layout Standard
14661 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14662 \end_layout
14663
14664 \begin_layout Standard
14665
14666 \series bold
14667
14668 \backslash
14669 rowcolow{cyan}
14670 \end_layout
14671
14672 \begin_layout Standard
14673 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14674 \end_layout
14675
14676 \begin_layout Standard
14677
14678 \series bold
14679
14680 \backslash
14681 cellcolor{magenta}
14682 \end_layout
14683
14684 \begin_layout Standard
14685 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14686 \family sans
14687 編集\SpecialChar \menuseparator
14688 文字様式
14689 \family default
14690 メニューを使って、各文字に色付けをすることができます。
14691 \end_layout
14692
14693 \begin_layout Standard
14694 \begin_inset Float table
14695 placement h
14696 wide false
14697 sideways false
14698 status open
14699
14700 \begin_layout Plain Layout
14701 \begin_inset Caption
14702
14703 \begin_layout Plain Layout
14704
14705 \series bold
14706 \begin_inset CommandInset label
14707 LatexCommand label
14708 name "tab:色付き表"
14709
14710 \end_inset
14711
14712 colortbl
14713 \series default
14714 パッケージを使用した色付き表
14715 \begin_inset Argument
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719 colortblを使った表
14720 \end_layout
14721
14722 \end_inset
14723
14724
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \end_layout
14731
14732 \begin_layout Plain Layout
14733 \align center
14734 \begin_inset Tabular
14735 <lyxtabular version="3" rows="3" columns="3">
14736 <features tabularvalignment="middle">
14737 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14738 <column alignment="center" valignment="top" width="0">
14739 <column alignment="center" valignment="top" width="0">
14740 <row>
14741 <cell alignment="center" valignment="top" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745 \begin_inset ERT
14746 status collapsed
14747
14748 \begin_layout Plain Layout
14749
14750
14751 \backslash
14752 rowcolor{cyan}
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \color magenta
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768
14769 \color red
14770
14771 \end_layout
14772
14773 \end_inset
14774 </cell>
14775 <cell alignment="center" valignment="top" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779
14780 \color red
14781
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 </row>
14787 <row>
14788 <cell alignment="center" valignment="top" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792
14793 \color yellow
14794
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 <cell alignment="center" valignment="top" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803
14804 \color blue
14805
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814
14815 \color blue
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 </row>
14822 <row>
14823 <cell alignment="center" valignment="top" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827
14828 \color yellow
14829
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838
14839 \color blue
14840
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell alignment="center" valignment="top" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 \begin_inset ERT
14850 status collapsed
14851
14852 \begin_layout Plain Layout
14853
14854
14855 \backslash
14856 cellcolor{magenta}
14857 \end_layout
14858
14859 \end_inset
14860
14861
14862 \color green
14863
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 </lyxtabular>
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \begin_layout Standard
14882 \begin_inset ERT
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886
14887
14888 \backslash
14889 else
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \begin_inset Note Note
14896 status open
14897
14898 \begin_layout Plain Layout
14899 以下は、LaTeXパッケージ
14900 \series bold
14901 colortbl
14902 \series default
14903 が導入されていないときに表示されます。
14904 \end_layout
14905
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \begin_layout Standard
14912 この節の内容を出力で表示させるには、
14913 \series bold
14914 colortbl
14915 \series default
14916 パッケージを導入する必要があります。
14917 \end_layout
14918
14919 \begin_layout Standard
14920 \begin_inset ERT
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924
14925
14926 \backslash
14927 fi
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Subsection
14936 色付き罫線
14937 \begin_inset Index idx
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \begin_inset Index idx
14948 status collapsed
14949
14950 \begin_layout Plain Layout
14951 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14952 \end_layout
14953
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \begin_layout Standard
14960
14961 \begin_inset CommandInset ref
14962 LatexCommand ref
14963 reference "sub:罫線幅"
14964
14965 \end_inset
14966
14967 節に述べられているように、表中の全罫線の線幅は、長さ
14968 \series bold
14969
14970 \backslash
14971 arrayrulewidth
14972 \series default
14973 を使って調節することができます。本節の表では、すべて1.5
14974 \begin_inset space \thinspace{}
14975 \end_inset
14976
14977 ptに設定されています。
14978 \begin_inset ERT
14979 status collapsed
14980
14981 \begin_layout Plain Layout
14982
14983
14984 \backslash
14985 setlength{
14986 \backslash
14987 arrayrulewidth}{1.5pt}
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \begin_layout Standard
14996 たとえば縦罫線を緑に着色するには、第
14997 \begin_inset CommandInset ref
14998 LatexCommand ref
14999 reference "sub:自製書式"
15000
15001 \end_inset
15002
15003 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
15004 \end_layout
15005
15006 \begin_layout Standard
15007
15008 \series bold
15009
15010 \backslash
15011 newcolumntype{W}{!{
15012 \backslash
15013 color{green}
15014 \backslash
15015 vline}}
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \begin_inset CommandInset ref
15021 LatexCommand ref
15022 reference "tab:色付き縦罫線の表"
15023
15024 \end_inset
15025
15026 では、最右列にLaTeX変数
15027 \series bold
15028 WcW
15029 \series default
15030 、他の列にLaTeX変数
15031 \series bold
15032 Wc
15033 \series default
15034 が使用されています。
15035 \end_layout
15036
15037 \begin_layout Standard
15038 複数の色を用いたいときには、列書式をもっと定義してください。
15039 \end_layout
15040
15041 \begin_layout Standard
15042 \begin_inset Float table
15043 placement h
15044 wide false
15045 sideways false
15046 status open
15047
15048 \begin_layout Plain Layout
15049 \begin_inset Caption
15050
15051 \begin_layout Plain Layout
15052 \begin_inset CommandInset label
15053 LatexCommand label
15054 name "tab:色付き縦罫線の表"
15055
15056 \end_inset
15057
15058 色付き縦罫線の表
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \begin_layout Plain Layout
15067 \align center
15068 \begin_inset Tabular
15069 <lyxtabular version="3" rows="3" columns="3">
15070 <features tabularvalignment="middle">
15071 <column alignment="center" valignment="top" width="0" special="Wc">
15072 <column alignment="center" valignment="top" width="0" special="Wc">
15073 <column alignment="center" valignment="top" width="0" special="WcW">
15074 <row>
15075 <cell alignment="center" valignment="top" topline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 sd
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 sd
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" topline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row>
15133 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 sd
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 </lyxtabular>
15162
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \begin_layout Standard
15174 \begin_inset VSpace bigskip
15175 \end_inset
15176
15177
15178 \begin_inset CommandInset ref
15179 LatexCommand ref
15180 reference "tab:色付き横罫線の表"
15181
15182 \end_inset
15183
15184 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15185 \end_layout
15186
15187 \begin_layout Standard
15188
15189 \series bold
15190
15191 \backslash
15192 let
15193 \backslash
15194 myHlineC
15195 \backslash
15196 hline
15197 \begin_inset Newline newline
15198 \end_inset
15199
15200
15201 \backslash
15202 renewcommand{
15203 \backslash
15204 hline}
15205 \begin_inset Newline newline
15206 \end_inset
15207
15208
15209 \begin_inset Phantom HPhantom
15210 status open
15211
15212 \begin_layout Plain Layout
15213 \begin_inset space ~
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220
15221 {
15222 \backslash
15223 arrayrulecolor{red}
15224 \backslash
15225 myHlineC
15226 \backslash
15227 arrayrulecolor{black}}
15228 \end_layout
15229
15230 \begin_layout Standard
15231 というコマンドを入力して下さい。
15232 \end_layout
15233
15234 \begin_layout Standard
15235 \begin_inset ERT
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239
15240
15241 \backslash
15242 let
15243 \backslash
15244 myHlineC
15245 \backslash
15246 hline
15247 \end_layout
15248
15249 \begin_layout Plain Layout
15250
15251
15252 \backslash
15253 renewcommand{
15254 \backslash
15255 hline}
15256 \end_layout
15257
15258 \begin_layout Plain Layout
15259
15260  {
15261 \backslash
15262 arrayrulecolor{red}
15263 \backslash
15264 myHlineC
15265 \backslash
15266 arrayrulecolor{black}}
15267 \end_layout
15268
15269 \end_inset
15270
15271
15272 \begin_inset Float table
15273 placement h
15274 wide false
15275 sideways false
15276 status open
15277
15278 \begin_layout Plain Layout
15279 \begin_inset Caption
15280
15281 \begin_layout Plain Layout
15282 \begin_inset CommandInset label
15283 LatexCommand label
15284 name "tab:色付き横罫線の表"
15285
15286 \end_inset
15287
15288 色付き横罫線の表
15289 \end_layout
15290
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \begin_layout Plain Layout
15297 \align center
15298 \begin_inset Tabular
15299 <lyxtabular version="3" rows="3" columns="3">
15300 <features tabularvalignment="middle">
15301 <column alignment="center" valignment="top" width="0">
15302 <column alignment="center" valignment="top" width="0">
15303 <column alignment="center" valignment="top" width="0">
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 sd
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 <row>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347 sd
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row>
15363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 sd
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 </row>
15391 </lyxtabular>
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \end_inset
15399
15400
15401 \end_layout
15402
15403 \begin_layout Standard
15404 既定値の黒罫線に戻るには、
15405 \end_layout
15406
15407 \begin_layout Standard
15408
15409 \series bold
15410
15411 \backslash
15412 renewcommand{
15413 \backslash
15414 hline}{
15415 \backslash
15416 myHlineC}
15417 \end_layout
15418
15419 \begin_layout Standard
15420 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15421 \begin_inset CommandInset ref
15422 LatexCommand ref
15423 reference "tab:色付き罫線の表"
15424
15425 \end_inset
15426
15427 は、縦横罫線を色付けした例です。
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset Float table
15432 placement h
15433 wide false
15434 sideways false
15435 status open
15436
15437 \begin_layout Plain Layout
15438 \begin_inset Caption
15439
15440 \begin_layout Plain Layout
15441 \begin_inset CommandInset label
15442 LatexCommand label
15443 name "tab:色付き罫線の表"
15444
15445 \end_inset
15446
15447 色付き罫線の表
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \begin_layout Plain Layout
15456 \align center
15457 \begin_inset Tabular
15458 <lyxtabular version="3" rows="3" columns="3">
15459 <features tabularvalignment="middle">
15460 <column alignment="center" valignment="top" width="0" special="Wc">
15461 <column alignment="center" valignment="top" width="0" special="Wc">
15462 <column alignment="center" valignment="top" width="0" special="WcW">
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 sd
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 sd
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row topspace="default">
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 sd
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 </lyxtabular>
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \begin_layout Standard
15563 \begin_inset ERT
15564 status collapsed
15565
15566 \begin_layout Plain Layout
15567
15568
15569 \backslash
15570 renewcommand{
15571 \backslash
15572 hline}{
15573 \backslash
15574 myHlineC}
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Standard
15583 \begin_inset ERT
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587
15588
15589 \backslash
15590 setlength{
15591 \backslash
15592 arrayrulewidth}{0.4pt}
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Section
15601 表の調整
15602 \begin_inset Index idx
15603 status collapsed
15604
15605 \begin_layout Plain Layout
15606 ひょうのちょうせい@表の調整
15607 \end_layout
15608
15609 \end_inset
15610
15611
15612 \begin_inset Index idx
15613 status collapsed
15614
15615 \begin_layout Plain Layout
15616 ひょう@表 ! ちょうせい@調整
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \begin_layout Subsection
15625 行の余白取り
15626 \begin_inset CommandInset label
15627 LatexCommand label
15628 name "sub:行の余白取り"
15629
15630 \end_inset
15631
15632
15633 \begin_inset Index idx
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15638 \end_layout
15639
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \begin_layout Standard
15646 表の設定ダイアログの
15647 \family sans
15648 罫線
15649 \family default
15650 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15651 \end_layout
15652
15653 \begin_layout Description
15654 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15655 \begin_inset Foot
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659 フォーマル形式の表は第
15660 \begin_inset CommandInset ref
15661 LatexCommand ref
15662 reference "sec:フォーマル形式の表"
15663
15664 \end_inset
15665
15666 節で説明されています。
15667 \end_layout
15668
15669 \end_inset
15670
15671 ならば、LyXは既定値として0.5
15672 \begin_inset space \thinspace{}
15673 \end_inset
15674
15675 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15676 \begin_inset VSpace medskip
15677 \end_inset
15678
15679
15680 \begin_inset Newline newline
15681 \end_inset
15682
15683
15684 \begin_inset space \hspace*{}
15685 \length 0pt
15686 \end_inset
15687
15688
15689 \begin_inset space \hfill{}
15690 \end_inset
15691
15692
15693 \begin_inset Tabular
15694 <lyxtabular version="3" rows="3" columns="1">
15695 <features tabularvalignment="middle">
15696 <column alignment="center" valignment="top" width="0">
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 <row topspace="3mm">
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 行上に3
15714 \begin_inset space \thinspace{}
15715 \end_inset
15716
15717 mmの余白
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 </row>
15723 <row>
15724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 </row>
15734 </lyxtabular>
15735
15736 \end_inset
15737
15738
15739 \begin_inset space \hfill{}
15740 \end_inset
15741
15742
15743 \begin_inset space \hspace*{}
15744 \length 0pt
15745 \end_inset
15746
15747
15748 \begin_inset VSpace medskip
15749 \end_inset
15750
15751
15752 \begin_inset Newline newline
15753 \end_inset
15754
15755 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15756 \end_layout
15757
15758 \begin_layout Description
15759 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15760 \begin_inset space \thinspace{}
15761 \end_inset
15762
15763 emの余白を挿入し、通常の表ならば既定値として2
15764 \begin_inset space \thinspace{}
15765 \end_inset
15766
15767 ptを挿入します。
15768 \end_layout
15769
15770 \begin_layout Description
15771 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15772 \begin_inset space \thinspace{}
15773 \end_inset
15774
15775 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15776 \begin_inset VSpace medskip
15777 \end_inset
15778
15779
15780 \begin_inset Newline newline
15781 \end_inset
15782
15783
15784 \begin_inset space \hspace*{}
15785 \length 0pt
15786 \end_inset
15787
15788
15789 \begin_inset space \hfill{}
15790 \end_inset
15791
15792
15793 \begin_inset Tabular
15794 <lyxtabular version="3" rows="3" columns="1">
15795 <features tabularvalignment="middle">
15796 <column alignment="center" valignment="top" width="0">
15797 <row>
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row interlinespace="3mm">
15809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 \begin_inset Formula $\downarrow$
15814 \end_inset
15815
15816  行間に3
15817 \begin_inset space \thinspace{}
15818 \end_inset
15819
15820 mmの余白 
15821 \begin_inset Formula $\downarrow$
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 </row>
15830 <row>
15831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 \begin_inset Formula $\uparrow$
15836 \end_inset
15837
15838  行間に3
15839 \begin_inset space \thinspace{}
15840 \end_inset
15841
15842 mmの余白 
15843 \begin_inset Formula $\uparrow$
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 </lyxtabular>
15853
15854 \end_inset
15855
15856
15857 \begin_inset space \hfill{}
15858 \end_inset
15859
15860
15861 \begin_inset space \hspace*{}
15862 \length 0pt
15863 \end_inset
15864
15865
15866 \begin_inset VSpace medskip
15867 \end_inset
15868
15869
15870 \begin_inset Newline newline
15871 \end_inset
15872
15873 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15874 \end_layout
15875
15876 \begin_layout Standard
15877 \begin_inset VSpace bigskip
15878 \end_inset
15879
15880 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15881 \end_layout
15882
15883 \begin_layout Standard
15884
15885 \series bold
15886
15887 \backslash
15888 @ifundefined{extrarowheight}
15889 \begin_inset Newline newline
15890 \end_inset
15891
15892
15893 \begin_inset Phantom HPhantom
15894 status open
15895
15896 \begin_layout Plain Layout
15897 \begin_inset space ~
15898 \end_inset
15899
15900
15901 \end_layout
15902
15903 \end_inset
15904
15905 {
15906 \backslash
15907 usepackage{array}}{}
15908 \begin_inset Newline newline
15909 \end_inset
15910
15911
15912 \backslash
15913 setlength{
15914 \backslash
15915 extrarowheight}{height}
15916 \end_layout
15917
15918 \begin_layout Standard
15919 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15920 \series bold
15921 array
15922 \series default
15923 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15924 \series bold
15925
15926 \backslash
15927 @ifundefined
15928 \series default
15929 が使用されています)。
15930 \end_layout
15931
15932 \begin_layout Standard
15933 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15934 \series bold
15935
15936 \backslash
15937 strut
15938 \series default
15939 コマンドを挿入することで補正することができます。表
15940 \begin_inset CommandInset ref
15941 LatexCommand ref
15942 reference "tab:垂直揃え"
15943
15944 \end_inset
15945
15946 は、この効果を示したものです。
15947 \end_layout
15948
15949 \begin_layout Standard
15950 \noindent
15951 \begin_inset Float table
15952 placement h
15953 wide false
15954 sideways false
15955 status open
15956
15957 \begin_layout Plain Layout
15958 \begin_inset Caption
15959
15960 \begin_layout Plain Layout
15961 \begin_inset CommandInset label
15962 LatexCommand label
15963 name "tab:垂直揃え"
15964
15965 \end_inset
15966
15967 大きなフォント寸法の文章の垂直揃え
15968 \end_layout
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \begin_layout Plain Layout
15976 \begin_inset space \hfill{}
15977 \end_inset
15978
15979
15980 \begin_inset Float table
15981 wide false
15982 sideways false
15983 status open
15984
15985 \begin_layout Plain Layout
15986 \begin_inset Caption
15987
15988 \begin_layout Plain Layout
15989 通常の表
15990 \end_layout
15991
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \begin_layout Plain Layout
15998 \noindent
15999 \align center
16000 \begin_inset Tabular
16001 <lyxtabular version="3" rows="6" columns="1">
16002 <features tabularvalignment="middle">
16003 <column alignment="left" valignment="top" width="0">
16004 <row>
16005 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 Normal, g
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \size large
16022 Large
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 </row>
16028 <row>
16029 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \size larger
16035 Larger
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 <row>
16042 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \size largest
16048 Largest
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 <row>
16055 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \size huge
16061 Huge
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 <row>
16068 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \size giant
16074 Huger
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 </lyxtabular>
16081
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \end_inset
16088
16089
16090 \begin_inset space \hfill{}
16091 \end_inset
16092
16093
16094 \begin_inset Float table
16095 wide false
16096 sideways false
16097 status open
16098
16099 \begin_layout Plain Layout
16100 \begin_inset Caption
16101
16102 \begin_layout Plain Layout
16103
16104 \series bold
16105
16106 \backslash
16107 strut
16108 \series default
16109 コマンドを使用した表
16110 \end_layout
16111
16112 \end_inset
16113
16114
16115 \end_layout
16116
16117 \begin_layout Plain Layout
16118 \noindent
16119 \align center
16120 \begin_inset Tabular
16121 <lyxtabular version="3" rows="6" columns="1">
16122 <features tabularvalignment="middle">
16123 <column alignment="left" valignment="top" width="0">
16124 <row>
16125 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 Normal, g
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 <row>
16136 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140
16141 \size large
16142 \begin_inset ERT
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147
16148 \backslash
16149 strut 
16150 \end_layout
16151
16152 \end_inset
16153
16154 Large
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row>
16161 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165
16166 \size larger
16167 \begin_inset ERT
16168 status collapsed
16169
16170 \begin_layout Plain Layout
16171
16172
16173 \backslash
16174 strut 
16175 \end_layout
16176
16177 \end_inset
16178
16179 Larger
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 </row>
16185 <row>
16186 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190
16191 \size largest
16192 \begin_inset ERT
16193 status collapsed
16194
16195 \begin_layout Plain Layout
16196
16197
16198 \backslash
16199 strut 
16200 \end_layout
16201
16202 \end_inset
16203
16204 Largest
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215
16216 \size huge
16217 \begin_inset ERT
16218 status collapsed
16219
16220 \begin_layout Plain Layout
16221
16222
16223 \backslash
16224 strut 
16225 \end_layout
16226
16227 \end_inset
16228
16229 Huge
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row>
16236 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240
16241 \size giant
16242 \begin_inset ERT
16243 status collapsed
16244
16245 \begin_layout Plain Layout
16246
16247
16248 \backslash
16249 strut 
16250 \end_layout
16251
16252 \end_inset
16253
16254 Huger
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 </row>
16260 </lyxtabular>
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \end_inset
16268
16269
16270 \begin_inset space \hfill{}
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \begin_layout Subsection
16282 特殊なセル揃え
16283 \begin_inset CommandInset label
16284 LatexCommand label
16285 name "sub:特殊なセル揃え"
16286
16287 \end_inset
16288
16289
16290 \begin_inset Index idx
16291 status collapsed
16292
16293 \begin_layout Plain Layout
16294 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16295 \end_layout
16296
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \begin_layout Standard
16303 ときには表
16304 \begin_inset CommandInset ref
16305 LatexCommand ref
16306 reference "tab:表セル"
16307
16308 \end_inset
16309
16310 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16311 \begin_inset Graphics
16312         filename ../../images/tabular-feature_align-decimal.png
16313         scale 85
16314         scaleBeforeRotation
16315
16316 \end_inset
16317
16318 を押すか、表設定中で揃えを
16319 \family sans
16320 小数点で
16321 \family default
16322 に設定します。
16323 \end_layout
16324
16325 \begin_layout Standard
16326 \begin_inset Float table
16327 placement h
16328 wide false
16329 sideways false
16330 status open
16331
16332 \begin_layout Plain Layout
16333 \begin_inset Caption
16334
16335 \begin_layout Plain Layout
16336 \begin_inset CommandInset label
16337 LatexCommand label
16338 name "tab:表セル"
16339
16340 \end_inset
16341
16342 一列が小数点で揃えられた表セル
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \begin_layout Plain Layout
16351 \align center
16352 \begin_inset Tabular
16353 <lyxtabular version="3" rows="4" columns="1">
16354 <features booktabs="true" tabularvalignment="middle">
16355 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16356 <row>
16357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 見出し
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 12.6
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 0.68
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394 -123.0
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 </row>
16400 </lyxtabular>
16401
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \begin_layout Standard
16413 \begin_inset Float table
16414 placement h
16415 wide false
16416 sideways false
16417 status open
16418
16419 \begin_layout Plain Layout
16420 \begin_inset Caption
16421
16422 \begin_layout Plain Layout
16423 \begin_inset CommandInset label
16424 LatexCommand label
16425 name "tab:演算子揃え表"
16426
16427 \end_inset
16428
16429 一列が演算子で揃えられた表セル
16430 \end_layout
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \begin_layout Plain Layout
16438 \align center
16439 \begin_inset Tabular
16440 <lyxtabular version="3" rows="4" columns="2">
16441 <features booktabs="true" tabularvalignment="middle">
16442 <column alignment="right" valignment="top" width="0pt">
16443 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16444 <row>
16445 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 見出し
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 \begin_inset Formula $12\,+$
16470 \end_inset
16471
16472
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 \begin_inset Formula $\,6$
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 \begin_inset Formula $0\,-$
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Formula $\,68$
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row>
16517 <cell alignment="center" valignment="top" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 \begin_inset Formula $-123\,/$
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 \begin_inset Formula $\,0$
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 </lyxtabular>
16543
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \end_inset
16550
16551
16552 \end_layout
16553
16554 \begin_layout Standard
16555 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16556 \begin_inset CommandInset ref
16557 LatexCommand ref
16558 reference "tab:演算子揃え表"
16559
16560 \end_inset
16561
16562 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16563 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16564 ために、
16565 \end_layout
16566
16567 \begin_layout Standard
16568
16569 \series bold
16570 @{}l
16571 \end_layout
16572
16573 \begin_layout Standard
16574 というLaTeX引数を第2列に指定します。
16575 \end_layout
16576
16577 \begin_layout Standard
16578
16579 \begin_inset CommandInset ref
16580 LatexCommand ref
16581 reference "tab:表セル揃え"
16582
16583 \end_inset
16584
16585 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16586 \begin_inset CommandInset ref
16587 LatexCommand ref
16588 reference "tab:演算子揃え表"
16589
16590 \end_inset
16591
16592 の冒頭には、小空白が加えられています。
16593 \end_layout
16594
16595 \begin_layout Standard
16596 \begin_inset Float table
16597 wide false
16598 sideways false
16599 status open
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Caption
16603
16604 \begin_layout Plain Layout
16605 \begin_inset CommandInset label
16606 LatexCommand label
16607 name "tab:表セル揃え"
16608
16609 \end_inset
16610
16611 表セルの揃えの例
16612 \end_layout
16613
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \begin_layout Plain Layout
16620 \align center
16621 \begin_inset Tabular
16622 <lyxtabular version="3" rows="4" columns="6">
16623 <features tabularvalignment="middle">
16624 <column alignment="right" valignment="top" width="0">
16625 <column alignment="left" valignment="top" width="0" special="@{}l">
16626 <column alignment="right" valignment="top" width="0">
16627 <column alignment="left" valignment="top" width="0" special="@{}l">
16628 <column alignment="right" valignment="top" width="0">
16629 <column alignment="left" valignment="top" width="0" special="@{}l">
16630 <row>
16631 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 単位
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 冪数
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 関係子
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 12×
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 24本の瓶
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 <cell alignment="center" valignment="top" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 \begin_inset Formula $10\cdot$
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 \begin_inset Formula $10^{\mbox{-}17}$
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Formula $\Gamma(t)\propto$
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Formula $\:\Upsilon(t)$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 1024×
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 768ピクセル
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 \begin_inset Formula $5.78\cdot$
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $10^{7}$
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 <cell alignment="center" valignment="top" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 \begin_inset Formula $A\ne$
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 <cell alignment="center" valignment="top" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813 \begin_inset Formula $\: B_{\mathrm{red}}$
16814 \end_inset
16815
16816
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 <row>
16823 <cell alignment="center" valignment="top" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 32×
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 6
16837 \begin_inset space \thinspace{}
16838 \end_inset
16839
16840 cm
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 -
16850 \begin_inset Formula $33.5\cdot$
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 \begin_inset Formula $10^{4}$
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $\sin(\alpha)\ge$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\:\sin(\beta)$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 </lyxtabular>
16896
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Subsection
16908 自製のセル書式および列書式
16909 \begin_inset CommandInset label
16910 LatexCommand label
16911 name "sub:自製書式"
16912
16913 \end_inset
16914
16915
16916 \begin_inset Index idx
16917 status collapsed
16918
16919 \begin_layout Plain Layout
16920 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16921 \end_layout
16922
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \begin_layout Standard
16929 連結列セルを含む表がいくつもある場合には、第
16930 \begin_inset CommandInset ref
16931 LatexCommand ref
16932 reference "sub:連結列の計算"
16933
16934 \end_inset
16935
16936 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16937 べての表で使うことができます。書式は、以下のように定義します。
16938 \end_layout
16939
16940 \begin_layout Standard
16941
16942 \series bold
16943
16944 \backslash
16945 newcolumntype{書式名}[引数の数]{コマンド}
16946 \end_layout
16947
16948 \begin_layout Standard
16949 書式名は、一文字だけでも構いません。
16950 \emph on
16951 b
16952 \emph default
16953
16954 \emph on
16955 c
16956 \emph default
16957
16958 \emph on
16959 l
16960 \emph default
16961
16962 \emph on
16963 m
16964 \emph default
16965
16966 \emph on
16967 p
16968 \emph default
16969
16970 \emph on
16971 r
16972 \emph default
16973 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16974 \end_layout
16975
16976 \begin_layout Standard
16977 \begin_inset VSpace medskip
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16985 \end_layout
16986
16987 \begin_layout Standard
16988
16989 \series bold
16990
16991 \backslash
16992 newcolumntype{M}[1]{>{
16993 \backslash
16994 centering
16995 \backslash
16996 hspace{0pt}}m{#1}}
16997 \end_layout
16998
16999 \begin_layout Standard
17000 ここで
17001 \series bold
17002
17003 \backslash
17004 hspace{0pt}
17005 \series default
17006 は、第
17007 \begin_inset CommandInset ref
17008 LatexCommand ref
17009 reference "sub:複数行"
17010
17011 \end_inset
17012
17013 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
17014 \end_layout
17015
17016 \begin_layout Standard
17017
17018 \series bold
17019 M{width}
17020 \end_layout
17021
17022 \begin_layout Standard
17023 と入力するだけですみます。
17024 \end_layout
17025
17026 \begin_layout Standard
17027 \begin_inset VSpace bigskip
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \begin_layout Standard
17034 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
17035 \end_layout
17036
17037 \begin_layout Standard
17038
17039 \series bold
17040
17041 \backslash
17042 newcolumntype{S}[2]{>{
17043 \backslash
17044 centering
17045 \backslash
17046 hspace{0pt}}
17047 \begin_inset Newline newline
17048 \end_inset
17049
17050
17051 \begin_inset Phantom HPhantom
17052 status open
17053
17054 \begin_layout Plain Layout
17055
17056 \series bold
17057
17058 \backslash
17059 newcolumntype
17060 \end_layout
17061
17062 \end_inset
17063
17064 m{(#1+(2
17065 \backslash
17066 tabcolsep+
17067 \backslash
17068 arrayrulewidth)*(1-#2))/#2}}
17069 \end_layout
17070
17071 \begin_layout Standard
17072 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
17073 \begin_inset CommandInset ref
17074 LatexCommand eqref
17075 reference "eq:Wgn"
17076
17077 \end_inset
17078
17079 式を使用しています。
17080 \end_layout
17081
17082 \begin_layout Standard
17083 こうしておけば、当該セルのLaTeX引数に
17084 \end_layout
17085
17086 \begin_layout Standard
17087
17088 \series bold
17089 S{連結列セルの幅}{連結列セルがまたがる列の数}
17090 \end_layout
17091
17092 \begin_layout Standard
17093 と入力するだけですみます。
17094 \end_layout
17095
17096 \begin_layout Standard
17097 \begin_inset VSpace bigskip
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \begin_layout Standard
17104 色付き列については、以下のように定義するとよいでしょう。
17105 \end_layout
17106
17107 \begin_layout Standard
17108
17109 \series bold
17110
17111 \backslash
17112 newcolumntype{K}[1]{>{
17113 \backslash
17114 columncolor{#1}
17115 \backslash
17116 hspace{0pt}}c}
17117 \end_layout
17118
17119 \begin_layout Standard
17120 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
17121 \end_layout
17122
17123 \begin_layout Standard
17124
17125 \series bold
17126 K{色名}
17127 \end_layout
17128
17129 \begin_layout Standard
17130 と入力します。
17131 \end_layout
17132
17133 \begin_layout Standard
17134 \begin_inset VSpace bigskip
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \begin_layout Standard
17141
17142 \begin_inset CommandInset ref
17143 LatexCommand ref
17144 reference "tab:ユーザー定義の表書式"
17145
17146 \end_inset
17147
17148 を生成するには、第1列と連結列にLaTeX引数として
17149 \end_layout
17150
17151 \begin_layout Standard
17152
17153 \series bold
17154 M{2.5cm}
17155 \end_layout
17156
17157 \begin_layout Standard
17158 を指定し、最終列に
17159 \end_layout
17160
17161 \begin_layout Standard
17162
17163 \series bold
17164 K{red}
17165 \end_layout
17166
17167 \begin_layout Standard
17168 そして第2列の各セルに
17169 \end_layout
17170
17171 \begin_layout Standard
17172
17173 \series bold
17174 S{2.5cm}{2}
17175 \end_layout
17176
17177 \begin_layout Standard
17178 と指定します。
17179 \end_layout
17180
17181 \begin_layout Standard
17182 \begin_inset Float table
17183 placement h
17184 wide false
17185 sideways false
17186 status open
17187
17188 \begin_layout Plain Layout
17189 \begin_inset Caption
17190
17191 \begin_layout Plain Layout
17192 \begin_inset CommandInset label
17193 LatexCommand label
17194 name "tab:ユーザー定義の表書式"
17195
17196 \end_inset
17197
17198 ユーザー定義の表書式を使用した表
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \begin_layout Plain Layout
17207 \align center
17208 \begin_inset Tabular
17209 <lyxtabular version="3" rows="3" columns="4">
17210 <features tabularvalignment="middle">
17211 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17212 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17213 <column alignment="center" valignment="middle" width="0">
17214 <column alignment="center" valignment="middle" width="0" special="K{red}">
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 とても長い表セル中の単語
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 複数行の連結列
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 c
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 d
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 e
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 f
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 g
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 h
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 i
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314 j
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 k
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 </lyxtabular>
17330
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \begin_layout Subsection
17342 罫線幅
17343 \begin_inset CommandInset label
17344 LatexCommand label
17345 name "sub:罫線幅"
17346
17347 \end_inset
17348
17349
17350 \begin_inset Index idx
17351 status collapsed
17352
17353 \begin_layout Plain Layout
17354 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17355 \end_layout
17356
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \begin_layout Standard
17363 表中のすべての罫線の罫線幅を調整するには、長さ
17364 \series bold
17365
17366 \backslash
17367 arrayrulewidth
17368 \series default
17369 を使用します。たとえば、表
17370 \begin_inset CommandInset ref
17371 LatexCommand ref
17372 reference "tab:Table-with-1.5"
17373
17374 \end_inset
17375
17376 のように罫線幅を1.5
17377 \begin_inset space \thinspace{}
17378 \end_inset
17379
17380 ptにするには、表や表フロートの前にTeXコードで
17381 \end_layout
17382
17383 \begin_layout Standard
17384
17385 \series bold
17386
17387 \backslash
17388 setlength{
17389 \backslash
17390 arrayrulewidth}{1.5pt}
17391 \end_layout
17392
17393 \begin_layout Standard
17394 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17395 \series bold
17396
17397 \backslash
17398 arrayrulewidth
17399 \series default
17400 を0.4
17401 \begin_inset space \thinspace{}
17402 \end_inset
17403
17404 ptに設定してください。
17405 \end_layout
17406
17407 \begin_layout Standard
17408 \begin_inset ERT
17409 status collapsed
17410
17411 \begin_layout Plain Layout
17412
17413
17414 \backslash
17415 setlength{
17416 \backslash
17417 arrayrulewidth}{1.5pt}
17418 \end_layout
17419
17420 \end_inset
17421
17422
17423 \begin_inset Float table
17424 wide false
17425 sideways false
17426 status open
17427
17428 \begin_layout Plain Layout
17429 \begin_inset Caption
17430
17431 \begin_layout Plain Layout
17432 \begin_inset CommandInset label
17433 LatexCommand label
17434 name "tab:Table-with-1.5"
17435
17436 \end_inset
17437
17438 1.5
17439 \begin_inset space \thinspace{}
17440 \end_inset
17441
17442 pt幅罫線の表
17443 \end_layout
17444
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \begin_layout Plain Layout
17451 \align center
17452 \begin_inset Tabular
17453 <lyxtabular version="3" rows="3" columns="3">
17454 <features tabularvalignment="middle">
17455 <column alignment="center" valignment="top" width="0">
17456 <column alignment="center" valignment="top" width="0">
17457 <column alignment="center" valignment="top" width="0">
17458 <row>
17459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 sd
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 <row>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 sd
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 sd
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 </lyxtabular>
17546
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553
17554
17555 \begin_inset ERT
17556 status collapsed
17557
17558 \begin_layout Plain Layout
17559
17560
17561 \backslash
17562 setlength{
17563 \backslash
17564 arrayrulewidth}{0.4pt}
17565 \end_layout
17566
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \begin_layout Standard
17573 \begin_inset VSpace bigskip
17574 \end_inset
17575
17576
17577 \begin_inset CommandInset ref
17578 LatexCommand ref
17579 reference "tab:1.5pt幅横罫"
17580
17581 \end_inset
17582
17583 のように横罫だけを1.5
17584 \begin_inset space \thinspace{}
17585 \end_inset
17586
17587 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 let
17596 \backslash
17597 myHline
17598 \backslash
17599 hline
17600 \begin_inset Newline newline
17601 \end_inset
17602
17603
17604 \backslash
17605 renewcommand{
17606 \backslash
17607 hline}
17608 \begin_inset Newline newline
17609 \end_inset
17610
17611  {
17612 \backslash
17613 noalign{
17614 \backslash
17615 global
17616 \backslash
17617 arrayrulewidth 1.5pt}
17618 \begin_inset Newline newline
17619 \end_inset
17620
17621  
17622 \backslash
17623 myHline
17624 \backslash
17625 noalign{
17626 \backslash
17627 global
17628 \backslash
17629 arrayrulewidth 0.4pt}}
17630 \end_layout
17631
17632 \begin_layout Standard
17633 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17634 \end_layout
17635
17636 \begin_layout Standard
17637
17638 \series bold
17639
17640 \backslash
17641 renewcommand{
17642 \backslash
17643 hline}{
17644 \backslash
17645 myHline}
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset ERT
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653
17654
17655 \backslash
17656 let
17657 \backslash
17658 myHline
17659 \backslash
17660 hline
17661 \end_layout
17662
17663 \begin_layout Plain Layout
17664
17665
17666 \backslash
17667 renewcommand{
17668 \backslash
17669 hline}
17670 \end_layout
17671
17672 \begin_layout Plain Layout
17673
17674  {
17675 \backslash
17676 noalign{
17677 \backslash
17678 global
17679 \backslash
17680 arrayrulewidth 1.5pt}
17681 \end_layout
17682
17683 \begin_layout Plain Layout
17684
17685   
17686 \backslash
17687 myHline
17688 \backslash
17689 noalign{
17690 \backslash
17691 global
17692 \backslash
17693 arrayrulewidth 0.4pt}}
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \begin_inset Float table
17700 wide false
17701 sideways false
17702 status open
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Caption
17706
17707 \begin_layout Plain Layout
17708 \begin_inset CommandInset label
17709 LatexCommand label
17710 name "tab:1.5pt幅横罫"
17711
17712 \end_inset
17713
17714 1.5
17715 \begin_inset space \thinspace{}
17716 \end_inset
17717
17718 pt幅横罫の表
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \begin_layout Plain Layout
17727 \align center
17728 \begin_inset Tabular
17729 <lyxtabular version="3" rows="3" columns="3">
17730 <features tabularvalignment="middle">
17731 <column alignment="center" valignment="top" width="0">
17732 <column alignment="center" valignment="top" width="0">
17733 <column alignment="center" valignment="top" width="0">
17734 <row>
17735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739 sd
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 </row>
17763 <row>
17764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 sd
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 </row>
17792 <row>
17793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 sd
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 </lyxtabular>
17822
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \begin_inset ERT
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835
17836
17837 \backslash
17838 renewcommand{
17839 \backslash
17840 hline}{
17841 \backslash
17842 myHline}
17843 \end_layout
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \begin_layout Standard
17851 \begin_inset VSpace bigskip
17852 \end_inset
17853
17854 縦罫だけを1.5
17855 \begin_inset space \thinspace{}
17856 \end_inset
17857
17858 pt幅にするには、第
17859 \begin_inset CommandInset ref
17860 LatexCommand ref
17861 reference "sub:自製書式"
17862
17863 \end_inset
17864
17865 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17866 \end_layout
17867
17868 \begin_layout Standard
17869
17870 \series bold
17871
17872 \backslash
17873 newcolumntype{V}{!{
17874 \backslash
17875 vrule width 1.5pt}}
17876 \end_layout
17877
17878 \begin_layout Standard
17879
17880 \begin_inset CommandInset ref
17881 LatexCommand ref
17882 reference "tab:1.5pt幅縦罫"
17883
17884 \end_inset
17885
17886 を作るには、最右列にLaTeX引数
17887 \end_layout
17888
17889 \begin_layout Standard
17890
17891 \series bold
17892 VcV
17893 \end_layout
17894
17895 \begin_layout Standard
17896 を指定し、他の列には
17897 \end_layout
17898
17899 \begin_layout Standard
17900
17901 \series bold
17902 Vc
17903 \end_layout
17904
17905 \begin_layout Standard
17906 を指定します。
17907 \end_layout
17908
17909 \begin_layout Standard
17910 \begin_inset Float table
17911 wide false
17912 sideways false
17913 status open
17914
17915 \begin_layout Plain Layout
17916 \begin_inset Caption
17917
17918 \begin_layout Plain Layout
17919 \begin_inset CommandInset label
17920 LatexCommand label
17921 name "tab:1.5pt幅縦罫"
17922
17923 \end_inset
17924
17925 1.5
17926 \begin_inset space \thinspace{}
17927 \end_inset
17928
17929 pt幅縦罫の表
17930 \end_layout
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Plain Layout
17938 \align center
17939 \begin_inset Tabular
17940 <lyxtabular version="3" rows="3" columns="3">
17941 <features tabularvalignment="middle">
17942 <column alignment="center" valignment="top" width="0" special="Vc">
17943 <column alignment="center" valignment="top" width="0" special="Vc">
17944 <column alignment="center" valignment="top" width="0" special="VcV">
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 sd
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 </row>
17974 <row>
17975 <cell alignment="center" valignment="top" topline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 sd
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 sd
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 </row>
18032 </lyxtabular>
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Subsection
18045 点罫
18046 \begin_inset Index idx
18047 status collapsed
18048
18049 \begin_layout Plain Layout
18050 ひょうのちょうせい@表の調整 ! てんけい@点罫
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Standard
18059 \begin_inset ERT
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063
18064
18065 \backslash
18066 ifarydshln
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \begin_inset Note Note
18073 status collapsed
18074
18075 \begin_layout Plain Layout
18076 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
18077 \end_layout
18078
18079 \end_inset
18080
18081
18082 \end_layout
18083
18084 \begin_layout Standard
18085 \begin_inset Float table
18086 placement H
18087 wide false
18088 sideways false
18089 status open
18090
18091 \begin_layout Plain Layout
18092 \begin_inset Caption
18093
18094 \begin_layout Plain Layout
18095 \begin_inset CommandInset label
18096 LatexCommand label
18097 name "tab:点罫表"
18098
18099 \end_inset
18100
18101 点罫を使用した表
18102 \end_layout
18103
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \begin_layout Plain Layout
18110 \align center
18111 \begin_inset Tabular
18112 <lyxtabular version="3" rows="5" columns="5">
18113 <features tabularvalignment="middle">
18114 <column alignment="center" valignment="top" width="0">
18115 <column alignment="center" valignment="top" width="0">
18116 <column alignment="center" valignment="top" width="0" special=":c">
18117 <column alignment="center" valignment="top" width="0">
18118 <column alignment="center" valignment="top" width="0">
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 <cell alignment="center" valignment="top" topline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 <row>
18214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 \begin_inset ERT
18219 status collapsed
18220
18221 \begin_layout Plain Layout
18222
18223
18224 \backslash
18225 hdashline 
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 </row>
18272 <row>
18273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 \begin_inset ERT
18278 status collapsed
18279
18280 \begin_layout Plain Layout
18281
18282
18283 \backslash
18284 cdashline{4-5}
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 </row>
18331 <row>
18332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 </row>
18378 </lyxtabular>
18379
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \begin_layout Standard
18391 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18392 \end_layout
18393
18394 \begin_layout Standard
18395
18396 \series bold
18397
18398 \backslash
18399 usepackage{arydshln}
18400 \end_layout
18401
18402 \begin_layout Standard
18403 というコマンドを書き、LaTeXパッケージの
18404 \series bold
18405 arydshln
18406 \series default
18407
18408 \begin_inset Index idx
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18413 \end_layout
18414
18415 \end_inset
18416
18417 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18418 \end_layout
18419
18420 \begin_layout Standard
18421 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18422 \end_layout
18423
18424 \begin_layout Standard
18425
18426 \series bold
18427
18428 \backslash
18429 hdashline
18430 \end_layout
18431
18432 \begin_layout Standard
18433 というコマンドを加えてください。
18434 \end_layout
18435
18436 \begin_layout Standard
18437 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18438 \end_layout
18439
18440 \begin_layout Standard
18441
18442 \series bold
18443
18444 \backslash
18445 cdashline{列番号
18446 \series default
18447 }
18448 \end_layout
18449
18450 \begin_layout Standard
18451 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18452 \end_layout
18453
18454 \begin_layout Standard
18455
18456 \series bold
18457
18458 \backslash
18459 cdashline{2-4}
18460 \end_layout
18461
18462 \begin_layout Standard
18463 なるコマンドを置いてください。
18464 \end_layout
18465
18466 \begin_layout Standard
18467 \begin_inset VSpace bigskip
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \begin_layout Standard
18474
18475 \begin_inset CommandInset ref
18476 LatexCommand ref
18477 reference "tab:点罫表"
18478
18479 \end_inset
18480
18481 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18482 \series bold
18483
18484 \backslash
18485 hdashlineが挿れられており、第3行の最初のセルには、
18486 \series default
18487 TeXコードのコマンド
18488 \begin_inset Newline newline
18489 \end_inset
18490
18491  
18492 \series bold
18493
18494 \backslash
18495 cdashline{4-5}が挿れられています。
18496 \end_layout
18497
18498 \begin_layout Standard
18499 \begin_inset Note Greyedout
18500 status open
18501
18502 \begin_layout Plain Layout
18503
18504 \series bold
18505 【註】
18506 \series default
18507 ここで用いられているLaTeXパッケージ
18508 \series bold
18509 arydshln
18510 \series default
18511 は、第
18512 \begin_inset CommandInset ref
18513 LatexCommand ref
18514 reference "sec:色付きの表"
18515
18516 \end_inset
18517
18518 節の色付き表で用いられているLaTeXパッケージ
18519 \series bold
18520 colortbl
18521 \series default
18522
18523 \begin_inset Index idx
18524 status collapsed
18525
18526 \begin_layout Plain Layout
18527 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18528 \end_layout
18529
18530 \end_inset
18531
18532 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Standard
18541 \begin_inset ERT
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545
18546
18547 \backslash
18548 else
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \begin_inset Note Note
18555 status open
18556
18557 \begin_layout Plain Layout
18558 以下は、LaTeXパッケージ
18559 \series bold
18560 arydshln
18561 \series default
18562 が導入済みでないときに表示されます。
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571 本節の内容を出力に表示するためには、
18572 \series bold
18573 arydshln
18574 \series default
18575 パッケージを導入しなくてはなりません。
18576 \end_layout
18577
18578 \begin_layout Standard
18579 \begin_inset ERT
18580 status collapsed
18581
18582 \begin_layout Plain Layout
18583
18584
18585 \backslash
18586 fi
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \begin_layout Chapter
18595 フロート
18596 \begin_inset CommandInset label
18597 LatexCommand label
18598 name "chap:フロート"
18599
18600 \end_inset
18601
18602
18603 \begin_inset Index idx
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607 ふろーと@フロート
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \begin_layout Section
18616 はじめに
18617 \begin_inset CommandInset label
18618 LatexCommand label
18619 name "sec:フロートはじめに"
18620
18621 \end_inset
18622
18623
18624 \begin_inset Index idx
18625 status collapsed
18626
18627 \begin_layout Plain Layout
18628 ふろーと@フロート ! はじめに
18629 \end_layout
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Standard
18637 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18638 ート)ことができます。
18639 \family sans
18640 脚注
18641 \family default
18642
18643 \family sans
18644 傍注
18645 \family default
18646 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18647 \end_layout
18648
18649 \begin_layout Standard
18650 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18651 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18652 ートには連番が割り当てられます。参照については、第
18653 \begin_inset CommandInset ref
18654 LatexCommand ref
18655 reference "sec:フロートの参照"
18656
18657 \end_inset
18658
18659 節で述べられています。
18660 \end_layout
18661
18662 \begin_layout Standard
18663 フロートを挿入するには、
18664 \family sans
18665 挿入\SpecialChar \menuseparator
18666 フロート
18667 \family default
18668 メニューを使えば、ラベルのついたボックスすなわち
18669 \family sans
18670 キャプション
18671 \family default
18672 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18673 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18674 \begin_inset CommandInset ref
18675 LatexCommand ref
18676 reference "sec:キャプションの配置"
18677
18678 \end_inset
18679
18680 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18681 ます。畳んだフロートボックスは、
18682 \begin_inset Graphics
18683         filename clipart/floatQt4.png
18684         scale 70
18685         scaleBeforeRotation
18686
18687 \end_inset
18688
18689 のように、灰色ボタンに赤字ラベルで表示されます。
18690 \end_layout
18691
18692 \begin_layout Standard
18693 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18694 \end_layout
18695
18696 \begin_layout Standard
18697 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18698 \end_layout
18699
18700 \begin_layout Section
18701 フロート型
18702 \end_layout
18703
18704 \begin_layout Standard
18705 LyXには、第
18706 \begin_inset CommandInset ref
18707 LatexCommand ref
18708 reference "sec:図フロート"
18709
18710 \end_inset
18711
18712 節および第
18713 \begin_inset CommandInset ref
18714 LatexCommand ref
18715 reference "sec:表フロート"
18716
18717 \end_inset
18718
18719 節で各々説明されている図フロートと表フロート以外に、
18720 \family sans
18721 アルゴリズム型
18722 \series bold
18723
18724 \series default
18725 折返し型
18726 \family default
18727 のフロート型があります。 
18728 \lang english
18729 The latter are explained in sec.
18730 \lang japanese
18731
18732 \begin_inset space \thinspace{}
18733 \end_inset
18734
18735
18736 \begin_inset CommandInset ref
18737 LatexCommand ref
18738 reference "sec:折返しフロート"
18739
18740 \end_inset
18741
18742 .
18743 \end_layout
18744
18745 \begin_layout Subsection
18746 アルゴリズムフロート
18747 \begin_inset Index idx
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751 ふろーと@フロート ! あるごりずむ@アルゴリズム
18752 \end_layout
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \begin_layout Standard
18760 \begin_inset Float algorithm
18761 placement h
18762 wide false
18763 sideways false
18764 status open
18765
18766 \begin_layout Plain Layout
18767 \begin_inset Caption
18768
18769 \begin_layout Plain Layout
18770 \begin_inset CommandInset label
18771 LatexCommand label
18772 name "alg:アルゴリズムフロートの例"
18773
18774 \end_inset
18775
18776 アルゴリズムフロートの例
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout LyX-Code
18785 for I in 1..N loop
18786 \begin_inset Newline newline
18787 \end_inset
18788
18789  Sum:= Sum + A(I); /*comment*/
18790 \begin_inset Newline newline
18791 \end_inset
18792
18793 end loop
18794 \begin_inset VSpace -4mm
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 このフロート型は、
18807 \family sans
18808 挿入
18809 \shape up
18810 \SpecialChar \menuseparator
18811 フロート\SpecialChar \menuseparator
18812 アルゴリズム
18813 \family default
18814 \shape default
18815 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18816 \begin_inset CommandInset ref
18817 LatexCommand ref
18818 reference "cha:プログラムコードリスト"
18819
18820 \end_inset
18821
18822 章で説明されているプログラムコードリストの代わりとみなすことができます。
18823 \emph on
18824 LyXユーザーの手引き
18825 \emph default
18826 に述べられているように、アルゴリズム向けの環境としては、
18827 \family sans
18828 LyXコード
18829 \family default
18830 があります。 アルゴリズム
18831 \begin_inset CommandInset ref
18832 LatexCommand ref
18833 reference "alg:アルゴリズムフロートの例"
18834
18835 \end_inset
18836
18837 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18838 \begin_inset space \thinspace{}
18839 \end_inset
18840
18841 mmの垂直空白が入れてあります。
18842 \end_layout
18843
18844 \begin_layout Standard
18845 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18846 \end_layout
18847
18848 \begin_layout Standard
18849
18850 \series bold
18851
18852 \backslash
18853 floatname{algorithm}{付けたい名称}
18854 \end_layout
18855
18856 \begin_layout Standard
18857 という行を手動で加える必要があります。ここで
18858 \family sans
18859 \series bold
18860 付けたい名称
18861 \family default
18862 \series default
18863 には、お使いの言語で「
18864 \emph on
18865 algorithm
18866 \emph default
18867 」に対応する単語を指定します。
18868 \end_layout
18869
18870 \begin_layout Standard
18871 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18872 \family sans
18873 挿入\SpecialChar \menuseparator
18874 一覧/目次\SpecialChar \menuseparator
18875 アルゴリズム一覧
18876 \family default
18877 メニューを使用します。それ以外の場合には、代わりに
18878 \end_layout
18879
18880 \begin_layout Standard
18881
18882 \series bold
18883
18884 \backslash
18885 listof{algorithm}{付けたい名称}
18886 \end_layout
18887
18888 \begin_layout Standard
18889 というコマンドをTeXコードとして用います。ここで
18890 \family sans
18891 付けたい名称
18892 \family default
18893 とは、「
18894 \emph on
18895 List of Algorithm
18896 \emph default
18897 s」という単語に相当する、ご使用になりたい言語での単語です。
18898 \end_layout
18899
18900 \begin_layout Standard
18901 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18902 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18903 \end_layout
18904
18905 \begin_layout Standard
18906
18907 \series bold
18908
18909 \backslash
18910 numberwithin{algorithm}{chapter}
18911 \end_layout
18912
18913 \begin_layout Standard
18914 というコマンドを追加してください。
18915 \series bold
18916
18917 \backslash
18918 numberwithin
18919 \series default
18920 というコマンドを使用するには、文書設定の
18921 \family sans
18922 数式オプション
18923 \family default
18924 タブで
18925 \family sans
18926 AMS mathパッケージを使用する
18927 \family default
18928 オプションを有効にしてください。
18929 \end_layout
18930
18931 \begin_layout Section
18932 フロートの連番
18933 \begin_inset Index idx
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937 ふろーと@フロート ! れんばん@連番
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18947 て変わります。
18948 \end_layout
18949
18950 \begin_layout Standard
18951 節から独立して付けられている連番を変更するには、文書プリアンブルで
18952 \end_layout
18953
18954 \begin_layout Standard
18955
18956 \series bold
18957
18958 \backslash
18959 renewcommand{
18960 \backslash
18961 thetable}{
18962 \backslash
18963 roman{table}}
18964 \end_layout
18965
18966 \begin_layout Standard
18967
18968 \series bold
18969 というコマンドを使うと良いでしょう。
18970 \backslash
18971 thetable
18972 \series default
18973 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18974 \series bold
18975
18976 \backslash
18977 thefigure
18978 \series default
18979 コマンドを使用します。上のコマンドで使用されている
18980 \series bold
18981
18982 \backslash
18983 roman
18984 \series default
18985 は、表番号を小文字のローマ数字で印字するコマンドです。
18986 \end_layout
18987
18988 \begin_layout Standard
18989 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18990 \end_layout
18991
18992 \begin_layout Standard
18993
18994 \series bold
18995
18996 \backslash
18997 numberwithin{table}{subsection}
18998 \end_layout
18999
19000 \begin_layout Standard
19001 というコマンドを使用してください。
19002 \series bold
19003
19004 \backslash
19005 numberwithin
19006 \series default
19007 コマンドを使用可能にするためには、文書設定の
19008 \family sans
19009 数式オプション
19010 \family default
19011 タブで、
19012 \family sans
19013 AMS
19014 \begin_inset space ~
19015 \end_inset
19016
19017 math数式パッケージを使用する
19018 \family default
19019 を使用します。
19020 \end_layout
19021
19022 \begin_layout Standard
19023 連番コマンドについての詳細と大切な注意点については、第
19024 \begin_inset CommandInset ref
19025 LatexCommand ref
19026 reference "sub:脚注の付番"
19027
19028 \end_inset
19029
19030 節もご覧ください。
19031 \end_layout
19032
19033 \begin_layout Section
19034 フロートの参照
19035 \begin_inset CommandInset label
19036 LatexCommand label
19037 name "sec:フロートの参照"
19038
19039 \end_inset
19040
19041
19042 \begin_inset Index idx
19043 status collapsed
19044
19045 \begin_layout Plain Layout
19046 ふろーと@フロート ! さんしょう@参照
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \begin_inset Index idx
19053 status collapsed
19054
19055 \begin_layout Plain Layout
19056 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Standard
19065 フロートを参照するには、
19066 \family sans
19067 挿入\SpecialChar \menuseparator
19068 ラベル
19069 \family default
19070 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19071 \begin_inset Graphics
19072         filename ../clipart/labelQt4.png
19073         scale 85
19074         scaleBeforeRotation
19075
19076 \end_inset
19077
19078 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19079 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19080 \family sans
19081 fig:
19082 \family default
19083 」という前置句がつけられます。
19084 \end_layout
19085
19086 \begin_layout Standard
19087 ラベルは、参照のための名称兼位置標として用いられます。
19088 \family sans
19089 挿入\SpecialChar \menuseparator
19090 相互参照
19091 \family default
19092 メニューかツールバーボタン
19093 \begin_inset Graphics
19094         filename ../../images/dialog-show-new-inset_ref.png
19095         scale 85
19096         scaleBeforeRotation
19097
19098 \end_inset
19099
19100 を使えば、ラベルを参照することができます。
19101 \begin_inset Graphics
19102         filename clipart/referenceQt4.png
19103         scale 85
19104         scaleBeforeRotation
19105
19106 \end_inset
19107
19108 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19109 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19110 れます。
19111 \end_layout
19112
19113 \begin_layout Standard
19114 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19115 出力では、参照の代わりに二つの疑問符が表示されることになります。
19116 \end_layout
19117
19118 \begin_layout Standard
19119 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19120 で、リンクの更新に手間を割く必要はありません。
19121 \end_layout
19122
19123 \begin_layout Standard
19124 相互参照ウィンドウの
19125 \family sans
19126 ラベルへ移動
19127 \family default
19128 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19129 \family sans
19130 戻る
19131 \family default
19132 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19133 この場合には元に戻ることができません。
19134 \end_layout
19135
19136 \begin_layout Subsection
19137 相互参照の書式
19138 \begin_inset CommandInset label
19139 LatexCommand label
19140 name "sub:相互参照の書式"
19141
19142 \end_inset
19143
19144
19145 \begin_inset Index idx
19146 status collapsed
19147
19148 \begin_layout Plain Layout
19149 さんしょう@参照 ! しょしき@書式
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Standard
19158 相互参照には、以下の6種類があります。
19159 \end_layout
19160
19161 \begin_layout Description
19162 <参照>: これはフロート番号を表示します。これが既定値です。例:
19163 \begin_inset CommandInset ref
19164 LatexCommand ref
19165 reference "fig:歪められた二つの像"
19166
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \begin_layout Description
19173 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19174 例:
19175 \begin_inset CommandInset ref
19176 LatexCommand eqref
19177 reference "eq:Wgn"
19178
19179 \end_inset
19180
19181
19182 \end_layout
19183
19184 \begin_layout Description
19185 <参照ページ>: これはページ番号を表示します。例:Page
19186 \begin_inset space ~
19187 \end_inset
19188
19189
19190 \begin_inset CommandInset ref
19191 LatexCommand pageref
19192 reference "fig:歪められた二つの像"
19193
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \begin_layout Description
19200 on
19201 \begin_inset space ~
19202 \end_inset
19203
19204 page
19205 \begin_inset space ~
19206 \end_inset
19207
19208 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19209 \begin_inset CommandInset ref
19210 LatexCommand vpageref
19211 reference "fig:歪められた二つの像"
19212
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \begin_layout Description
19219 <参照>
19220 \begin_inset space ~
19221 \end_inset
19222
19223 on
19224 \begin_inset space ~
19225 \end_inset
19226
19227 page
19228 \begin_inset space ~
19229 \end_inset
19230
19231 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19232 \begin_inset CommandInset ref
19233 LatexCommand vref
19234 reference "fig:歪められた二つの像"
19235
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \begin_layout Description
19242 整形された参照: これは自製の相互参照書式で出力します。
19243 \begin_inset Newline newline
19244 \end_inset
19245
19246
19247 \begin_inset Note Greyedout
19248 status open
19249
19250 \begin_layout Plain Layout
19251 【註】この機能は、LaTeXパッケージ
19252 \series bold
19253 prettyref
19254 \series default
19255 または
19256 \series bold
19257 refstyle
19258 \series default
19259 が導入されている場合のみ使用することができます。
19260 \begin_inset Index idx
19261 status collapsed
19262
19263 \begin_layout Plain Layout
19264 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19265 \end_layout
19266
19267 \end_inset
19268
19269
19270 \begin_inset Index idx
19271 status collapsed
19272
19273 \begin_layout Plain Layout
19274 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19275 \end_layout
19276
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \end_inset
19283
19284
19285 \begin_inset Newline newline
19286 \end_inset
19287
19288 メニュー
19289 \family sans
19290 文書\SpecialChar \menuseparator
19291 設定\SpecialChar \menuseparator
19292 文書クラス
19293 \family default
19294 でオプション
19295 \family sans
19296 相互参照に(prettyrefではなく)refstyleを使用
19297 \family default
19298 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19299 \series bold
19300
19301 \backslash
19302 newrefformat
19303 \series default
19304 コマンド(prettyrefの場合)あるいは
19305 \series bold
19306
19307 \backslash
19308 newref
19309 \series default
19310 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19311 \family sans
19312 fig
19313 \family default
19314 」を持ちます)をすべて定義し直すには、
19315 \begin_inset Newline newline
19316 \end_inset
19317
19318
19319 \series bold
19320
19321 \backslash
19322 newref{fig}{refcmd={Image on page 
19323 \backslash
19324 pageref{#1}}}
19325 \begin_inset Newline newline
19326 \end_inset
19327
19328
19329 \series default
19330 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19331 \begin_inset CommandInset citation
19332 LatexCommand cite
19333 key "prettyref,refstyle"
19334
19335 \end_inset
19336
19337 をご覧ください。
19338 \end_layout
19339
19340 \begin_layout Description
19341 名称参照: これは、右のように参照のキャプションを出力します。 
19342 \begin_inset CommandInset ref
19343 LatexCommand nameref
19344 reference "fig:歪められた二つの像"
19345
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \begin_layout Standard
19352
19353 \family sans
19354 <参照ページ>
19355 \family default
19356 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19357 \family sans
19358 on this page
19359 \family default
19360 」のような文章が表示されます。様式
19361 \family sans
19362 <参照> on page <参照ページ>
19363 \family default
19364 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19365 \end_layout
19366
19367 \begin_layout Standard
19368 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19369 \family sans
19370 書式
19371 \family default
19372 フィールドで選ぶことができます。
19373 \end_layout
19374
19375 \begin_layout Standard
19376 \begin_inset Note Greyedout
19377 status open
19378
19379 \begin_layout Plain Layout
19380
19381 \series bold
19382 Note:
19383 \series default
19384  It is recommended to use the LaTeX-package 
19385 \series bold
19386 refstyle
19387 \series default
19388
19389 \begin_inset Index idx
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19394 \end_layout
19395
19396 \end_inset
19397
19398  because 
19399 \series bold
19400 prettyref
19401 \series default
19402
19403 \begin_inset Index idx
19404 status collapsed
19405
19406 \begin_layout Plain Layout
19407 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19408 \end_layout
19409
19410 \end_inset
19411
19412  does not know all of LyX's possible label shortcuts
19413 \begin_inset Foot
19414 status collapsed
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Quotes eld
19418 \end_inset
19419
19420 fig:
19421 \begin_inset Quotes erd
19422 \end_inset
19423
19424  is for example LyX's shortcut for labels in figure captions.
19425 \end_layout
19426
19427 \end_inset
19428
19429  and is not internationalized.
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \begin_layout Subsection
19438 参照名の自動命名
19439 \begin_inset Index idx
19440 status collapsed
19441
19442 \begin_layout Plain Layout
19443 さんしょう@参照 ! じどうめいめい@自動命名
19444 \end_layout
19445
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452
19453 \family sans
19454 文書設定
19455 \family default
19456 ダイアログの
19457 \family sans
19458 PDF特性
19459 \family default
19460 で有効にされた
19461 \series bold
19462 hyperref
19463 \series default
19464
19465 \begin_inset Index idx
19466 status collapsed
19467
19468 \begin_layout Plain Layout
19469 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19470 \end_layout
19471
19472 \end_inset
19473
19474  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19475 \emph on
19476
19477 \emph default
19478 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19479 の機能を使用するには、hyperrefを有効にして、
19480 \end_layout
19481
19482 \begin_layout Standard
19483
19484 \series bold
19485
19486 \backslash
19487 AtBeginDocument{
19488 \backslash
19489 renewcommand{
19490 \backslash
19491 ref}[1]{
19492 \backslash
19493 mbox{
19494 \backslash
19495 autoref{#1}}}}
19496 \end_layout
19497
19498 \begin_layout Standard
19499 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19500 \begin_inset space \thinspace{}
19501 \end_inset
19502
19503 」としたいなど、既定の参照名以外のものが欲しい場合には、
19504 \end_layout
19505
19506 \begin_layout Standard
19507
19508 \series bold
19509
19510 \backslash
19511 addto
19512 \backslash
19513 extrasenglish{
19514 \backslash
19515 renewcommand{
19516 \backslash
19517 sectionautorefname}
19518 \begin_inset Newline newline
19519 \end_inset
19520
19521
19522 \begin_inset Phantom HPhantom
19523 status open
19524
19525 \begin_layout Plain Layout
19526
19527 \series bold
19528 \begin_inset space ~
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535
19536 {sec.
19537 \backslash
19538 negthinspace}}
19539 \end_layout
19540
19541 \begin_layout Standard
19542 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19543 \begin_inset Newline newline
19544 \end_inset
19545
19546
19547 \series bold
19548
19549 \backslash
19550 extrasenglishを
19551 \backslash
19552 extras***
19553 \series default
19554 に置き換えてください(***は使用中の言語名)。
19555 \end_layout
19556
19557 \begin_layout Standard
19558 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \series bold
19564
19565 \backslash
19566 newlength{
19567 \backslash
19568 abc}
19569 \begin_inset Newline newline
19570 \end_inset
19571
19572
19573 \backslash
19574 settowidth{
19575 \backslash
19576 abc}{
19577 \backslash
19578 space}
19579 \begin_inset Newline newline
19580 \end_inset
19581
19582
19583 \backslash
19584 addto
19585 \backslash
19586 extrasenglish{
19587 \backslash
19588 renewcommand{
19589 \backslash
19590 equationautorefname}
19591 \begin_inset Newline newline
19592 \end_inset
19593
19594
19595 \begin_inset Phantom HPhantom
19596 status open
19597
19598 \begin_layout Plain Layout
19599
19600 \series bold
19601 \begin_inset space ~
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608
19609 {
19610 \backslash
19611 hspace{-
19612 \backslash
19613 abc}}
19614 \end_layout
19615
19616 \begin_layout Standard
19617 この話題に関する詳細は、hyperrefの説明書
19618 \begin_inset CommandInset citation
19619 LatexCommand cite
19620 key "hyperref"
19621
19622 \end_inset
19623
19624 をお読みください。
19625 \end_layout
19626
19627 \begin_layout Standard
19628 \begin_inset Note Greyedout
19629 status open
19630
19631 \begin_layout Plain Layout
19632
19633 \series bold
19634 【註】
19635 \series default
19636 参照の自動命名は、相互参照を
19637 \family sans
19638 整形参照
19639 \family default
19640 様式(第
19641 \begin_inset CommandInset ref
19642 LatexCommand ref
19643 reference "sub:相互参照の書式"
19644
19645 \end_inset
19646
19647 節)で使用しているときには、使用することができません。
19648 \end_layout
19649
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \begin_layout Standard
19656 取扱説明書
19657 \emph on
19658 数式篇
19659 \emph default
19660 は、参照の自動命名が使用されている一例です。
19661 \end_layout
19662
19663 \begin_layout Subsection
19664 参照位置
19665 \begin_inset CommandInset label
19666 LatexCommand label
19667 name "sub:参照位置"
19668
19669 \end_inset
19670
19671
19672 \begin_inset Index idx
19673 status collapsed
19674
19675 \begin_layout Plain Layout
19676 さんしょう@参照 ! さんしょういち@参照位置
19677 \end_layout
19678
19679 \end_inset
19680
19681
19682 \end_layout
19683
19684 \begin_layout Standard
19685
19686 \family sans
19687 文書設定
19688 \family default
19689 ダイアログの
19690 \family sans
19691 PDF特性
19692 \family default
19693 で、
19694 \series bold
19695 hyperref
19696 \series default
19697
19698 \begin_inset Index idx
19699 status collapsed
19700
19701 \begin_layout Plain Layout
19702 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19703 \end_layout
19704
19705 \end_inset
19706
19707 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19708 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19709 \series bold
19710 hyperref
19711 \series default
19712
19713 \begin_inset Index idx
19714 status collapsed
19715
19716 \begin_layout Plain Layout
19717 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19718 \end_layout
19719
19720 \end_inset
19721
19722 の一部である
19723 \series bold
19724 hyperref
19725 \series default
19726
19727 \begin_inset Index idx
19728 status collapsed
19729
19730 \begin_layout Plain Layout
19731 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19732 \end_layout
19733
19734 \end_inset
19735
19736 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19737 \end_layout
19738
19739 \begin_layout Standard
19740
19741 \series bold
19742
19743 \backslash
19744 usepackage[figure]{hypcap}
19745 \end_layout
19746
19747 \begin_layout Standard
19748 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19749 hypcapの説明書
19750 \begin_inset CommandInset citation
19751 LatexCommand cite
19752 key "hypcap"
19753
19754 \end_inset
19755
19756 をご覧ください。
19757 \end_layout
19758
19759 \begin_layout Standard
19760 \begin_inset Note Greyedout
19761 status open
19762
19763 \begin_layout Plain Layout
19764
19765 \series bold
19766 【註】hypcap
19767 \series default
19768 は内部図への参照には効力がありません。
19769 \end_layout
19770
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \begin_layout Section
19777 フロートの配置
19778 \begin_inset CommandInset label
19779 LatexCommand label
19780 name "sec:フロートの配置"
19781
19782 \end_inset
19783
19784
19785 \begin_inset Index idx
19786 status collapsed
19787
19788 \begin_layout Plain Layout
19789 ふろーと@フロート ! はいち@配置
19790 \end_layout
19791
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \begin_layout Standard
19798
19799 \family roman
19800 \series medium
19801 \shape up
19802 \size normal
19803 \emph off
19804 \bar no
19805 \noun off
19806 \color none
19807 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19808 \begin_inset Newline newline
19809 \end_inset
19810
19811
19812 \family sans
19813 \series default
19814 \shape default
19815 \size default
19816 \emph default
19817 \bar default
19818 \noun default
19819 \color inherit
19820 段をまたぐ
19821 \family roman
19822 \series medium
19823 \shape up
19824 \size normal
19825 \emph off
19826 \bar no
19827 \noun off
19828 \color none
19829 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19830 \begin_inset Newline newline
19831 \end_inset
19832
19833
19834 \family sans
19835 \series default
19836 \shape default
19837 \size default
19838 \emph default
19839 \bar default
19840 \noun default
19841 \color inherit
19842 横倒しに回転
19843 \family roman
19844 \series medium
19845 \shape up
19846 \size normal
19847 \emph off
19848 \bar no
19849 \noun off
19850 \color none
19851 オプションは、フロートを回転するのに用います。第
19852 \family default
19853 \series default
19854 \shape default
19855 \size default
19856 \emph default
19857 \bar default
19858 \noun default
19859 \color inherit
19860
19861 \begin_inset CommandInset ref
19862 LatexCommand ref
19863 reference "sec:回転フロート"
19864
19865 \end_inset
19866
19867
19868 \family roman
19869 \series medium
19870 \shape up
19871 \size normal
19872 \emph off
19873 \bar no
19874 \noun off
19875 \color none
19876 節をご参照ください。
19877 \end_layout
19878
19879 \begin_layout Standard
19880
19881 \family roman
19882 \series medium
19883 \shape up
19884 \size normal
19885 \emph off
19886 \bar no
19887 \noun off
19888 \color none
19889 フロートダイアログでは、
19890 \family sans
19891 \series default
19892 \shape default
19893 \size default
19894 \emph default
19895 \bar default
19896 \noun default
19897 \color inherit
19898 既定の配置を使う
19899 \family roman
19900 \series medium
19901 \shape up
19902 \size normal
19903 \emph off
19904 \bar no
19905 \noun off
19906 \color none
19907 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19908 \end_layout
19909
19910 \begin_layout Description
19911 可能ならば現在位置に: 
19912 \family roman
19913 \series medium
19914 \shape up
19915 \size normal
19916 \emph off
19917 \bar no
19918 \noun off
19919 \color none
19920 フロートを挿入位置に配置することを試みます
19921 \end_layout
19922
19923 \begin_layout Description
19924 ページ上部: 
19925 \family roman
19926 \series medium
19927 \shape up
19928 \size normal
19929 \emph off
19930 \bar no
19931 \noun off
19932 \color none
19933 フロートを現在ページの上部に配置することを試みます
19934 \end_layout
19935
19936 \begin_layout Description
19937 ページ下部: 
19938 \family roman
19939 \series medium
19940 \shape up
19941 \size normal
19942 \emph off
19943 \bar no
19944 \noun off
19945 \color none
19946 フロートを現在ページの下部に配置することを試みます
19947 \end_layout
19948
19949 \begin_layout Description
19950 フロートを独立したページに: 
19951 \family roman
19952 \series medium
19953 \shape up
19954 \size normal
19955 \emph off
19956 \bar no
19957 \noun off
19958 \color none
19959 フロートを独立したページに配置することを試みます
19960 \end_layout
19961
19962 \begin_layout Standard
19963 LaTeXは、
19964 \emph on
19965 つねに
19966 \emph default
19967 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19968 \family sans
19969 可能ならば現在位置に
19970 \family default
19971 を試み、次に
19972 \family sans
19973 ページの上部
19974 \family default
19975 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19976 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19977 \end_layout
19978
19979 \begin_layout Standard
19980 既定では、各オプションはそれぞれ以下の規則を持っています。
19981 \end_layout
19982
19983 \begin_layout Labeling
19984 \labelwidthstring 00.00.0000
19985
19986 \family sans
19987 ページ上部
19988 \family default
19989  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19990 \series bold
19991
19992 \backslash
19993 topfraction
19994 \series default
19995 )。
19996 \end_layout
19997
19998 \begin_layout Labeling
19999 \labelwidthstring 00.00.0000
20000
20001 \family sans
20002 ページ下部
20003 \family default
20004  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
20005 \series bold
20006
20007 \backslash
20008 bottomfraction
20009 \series default
20010 )。
20011 \end_layout
20012
20013 \begin_layout Labeling
20014 \labelwidthstring 00.00.0000
20015
20016 \family sans
20017 フロートを独立したページ 
20018 \family default
20019 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20020 \series bold
20021
20022 \backslash
20023 floatpagefraction
20024 \series default
20025 )。
20026 \end_layout
20027
20028 \begin_layout Standard
20029 これらの規則に従いたくないときは、
20030 \family sans
20031 LaTeXの規則を無視する
20032 \family default
20033 オプションを追加することによって、これらを無視することができます。
20034 \begin_inset Newline newline
20035 \end_inset
20036
20037 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20038 、ページの5割に変えるには、文書プリアンブルに
20039 \end_layout
20040
20041 \begin_layout Standard
20042
20043 \series bold
20044
20045 \backslash
20046 renewcommand{
20047 \backslash
20048 bottomfraction}{0.5}
20049 \end_layout
20050
20051 \begin_layout Standard
20052 という行を加えてください。
20053 \end_layout
20054
20055 \begin_layout Standard
20056 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20057 \family sans
20058 何としても現在位置に置く
20059 \family default
20060 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20061 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20062 からです。
20063 \end_layout
20064
20065 \begin_layout Standard
20066 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20067 \end_layout
20068
20069 \begin_layout Standard
20070 \begin_inset VSpace bigskip
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \begin_layout Standard
20077 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20078 することがあります。この問題を避けるには、LaTeXコマンドの
20079 \backslash
20080 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20081 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20082 \end_layout
20083
20084 \begin_layout Standard
20085
20086 \series bold
20087
20088 \backslash
20089 let
20090 \backslash
20091 mySection
20092 \backslash
20093 section
20094 \begin_inset Newline newline
20095 \end_inset
20096
20097
20098 \backslash
20099 renewcommand{
20100 \backslash
20101 section}{
20102 \backslash
20103 suppressfloats[t]
20104 \backslash
20105 mySection}
20106 \end_layout
20107
20108 \begin_layout Standard
20109 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20110 することがあるので、これらに対する定義はお勧めしません。
20111 \end_layout
20112
20113 \begin_layout Standard
20114 \begin_inset VSpace bigskip
20115 \end_inset
20116
20117 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20118 \series bold
20119 endfloat
20120 \series default
20121
20122 \begin_inset Index idx
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20127 \end_layout
20128
20129 \end_inset
20130
20131 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20132 \begin_inset Quotes eld
20133 \end_inset
20134
20135
20136 \family sans
20137 [Figure
20138 \begin_inset space ~
20139 \end_inset
20140
20141 3.2 about here.]
20142 \family default
20143
20144 \begin_inset Quotes erd
20145 \end_inset
20146
20147 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20148 \end_layout
20149
20150 \begin_layout Standard
20151
20152 \series bold
20153
20154 \backslash
20155 usepackage[options]{endfloat}
20156 \end_layout
20157
20158 \begin_layout Standard
20159 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20160 \series bold
20161 endfloat
20162 \series default
20163 取扱説明書
20164 \begin_inset CommandInset citation
20165 LatexCommand cite
20166 key "endfloat"
20167
20168 \end_inset
20169
20170 をご参照ください。
20171 \begin_inset Newline newline
20172 \end_inset
20173
20174
20175 \begin_inset Note Greyedout
20176 status open
20177
20178 \begin_layout Plain Layout
20179
20180 \series bold
20181 【註】endfloat
20182 \series default
20183 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20184 \begin_inset CommandInset citation
20185 LatexCommand cite
20186 key "endfloat"
20187
20188 \end_inset
20189
20190 の第4節をご参照ください。
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \begin_inset Newline newline
20197 \end_inset
20198
20199
20200 \begin_inset Note Greyedout
20201 status open
20202
20203 \begin_layout Plain Layout
20204
20205 \series bold
20206 【註】
20207 \series default
20208 現在のところ、
20209 \series bold
20210 endfloat
20211 \series default
20212 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20213 \series bold
20214
20215 \backslash
20216 ss
20217 \series default
20218 」コマンドを使用してください。
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \begin_layout Standard
20227 \begin_inset VSpace bigskip
20228 \end_inset
20229
20230 フロートの割付に関する詳細は、LaTeX関連書
20231 \begin_inset CommandInset citation
20232 LatexCommand cite
20233 key "latexcompanion,latexguide,latexbook"
20234
20235 \end_inset
20236
20237 をご覧ください。
20238 \end_layout
20239
20240 \begin_layout Section
20241 回転フロート
20242 \begin_inset CommandInset label
20243 LatexCommand label
20244 name "sec:回転フロート"
20245
20246 \end_inset
20247
20248
20249 \begin_inset Index idx
20250 status collapsed
20251
20252 \begin_layout Plain Layout
20253 ふろーと@フロート ! かいてん@回転
20254 \end_layout
20255
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \begin_layout Standard
20262 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20263 \family sans
20264 横倒しに回転
20265 \family default
20266 オプションを有効にします。
20267 \end_layout
20268
20269 \begin_layout Standard
20270 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20271 \family sans
20272 段をまたぐ
20273 \family default
20274 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20275 たって回転方向を強制したい場合には、文書クラスオプションに
20276 \series bold
20277 figuresleft
20278 \series default
20279 オプションあるいは
20280 \series bold
20281 figuresright
20282 \series default
20283 オプションを加えることができます。
20284 \end_layout
20285
20286 \begin_layout Standard
20287 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20288 \begin_inset CommandInset ref
20289 LatexCommand ref
20290 reference "tab:回転した表"
20291
20292 \end_inset
20293
20294 が回転表フロートの例です。
20295 \end_layout
20296
20297 \begin_layout Standard
20298 \begin_inset Note Greyedout
20299 status open
20300
20301 \begin_layout Plain Layout
20302
20303 \series bold
20304 【註】
20305 \series default
20306 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \begin_layout Standard
20315 \begin_inset Float table
20316 wide false
20317 sideways true
20318 status open
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Caption
20322
20323 \begin_layout Plain Layout
20324 \begin_inset CommandInset label
20325 LatexCommand label
20326 name "tab:回転した表"
20327
20328 \end_inset
20329
20330 回転した表
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Plain Layout
20339 \align center
20340 \begin_inset Tabular
20341 <lyxtabular version="3" rows="1" columns="5">
20342 <features tabularvalignment="middle">
20343 <column alignment="center" valignment="top" width="0">
20344 <column alignment="center" valignment="top" width="0">
20345 <column alignment="center" valignment="top" width="0">
20346 <column alignment="center" valignment="top" width="0">
20347 <column alignment="center" valignment="top" width="0">
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 試験
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 </row>
20395 </lyxtabular>
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Section
20408 従属フロート
20409 \begin_inset Index idx
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \begin_layout Standard
20422 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20423 \begin_inset CommandInset ref
20424 LatexCommand ref
20425 reference "tab:従属表を横に並べたもの"
20426
20427 \end_inset
20428
20429 と表
20430 \begin_inset CommandInset ref
20431 LatexCommand ref
20432 reference "tab:従属表を縦に並べたもの"
20433
20434 \end_inset
20435
20436 に示されているように段落と同様に指定することができます。
20437 \end_layout
20438
20439 \begin_layout Standard
20440 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20441 \begin_inset CommandInset ref
20442 LatexCommand ref
20443 reference "tab:これは従属表a"
20444
20445 \end_inset
20446
20447 と表
20448 \begin_inset CommandInset ref
20449 LatexCommand ref
20450 reference "tab:これは従属表b"
20451
20452 \end_inset
20453
20454 は表
20455 \begin_inset CommandInset ref
20456 LatexCommand ref
20457 reference "tab:従属表を横に並べたもの"
20458
20459 \end_inset
20460
20461 の従属フロートです。
20462 \begin_inset Float table
20463 wide false
20464 sideways false
20465 status open
20466
20467 \begin_layout Plain Layout
20468 \begin_inset Caption
20469
20470 \begin_layout Plain Layout
20471 \begin_inset CommandInset label
20472 LatexCommand label
20473 name "tab:従属表を横に並べたもの"
20474
20475 \end_inset
20476
20477 従属表を横に並べたもの
20478 \end_layout
20479
20480 \end_inset
20481
20482
20483 \end_layout
20484
20485 \begin_layout Plain Layout
20486 \begin_inset space \hfill{}
20487 \end_inset
20488
20489
20490 \begin_inset Float table
20491 wide false
20492 sideways false
20493 status open
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Caption
20497
20498 \begin_layout Plain Layout
20499 \begin_inset CommandInset label
20500 LatexCommand label
20501 name "tab:これは従属表a"
20502
20503 \end_inset
20504
20505 これは従属表aです。
20506 \end_layout
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \begin_layout Plain Layout
20514 \align center
20515 \begin_inset Tabular
20516 <lyxtabular version="3" rows="1" columns="5">
20517 <features tabularvalignment="middle">
20518 <column alignment="center" valignment="top" width="0">
20519 <column alignment="center" valignment="top" width="0">
20520 <column alignment="center" valignment="top" width="0">
20521 <column alignment="center" valignment="top" width="0">
20522 <column alignment="center" valignment="top" width="0">
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 試験
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 </row>
20570 </lyxtabular>
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578
20579
20580 \begin_inset space \hfill{}
20581 \end_inset
20582
20583
20584 \begin_inset Float table
20585 wide false
20586 sideways false
20587 status open
20588
20589 \begin_layout Plain Layout
20590 \begin_inset Caption
20591
20592 \begin_layout Plain Layout
20593 \begin_inset CommandInset label
20594 LatexCommand label
20595 name "tab:これは従属表b"
20596
20597 \end_inset
20598
20599 これは従属表bです。
20600 \end_layout
20601
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \begin_layout Plain Layout
20608 \align center
20609 \begin_inset Tabular
20610 <lyxtabular version="3" rows="1" columns="5">
20611 <features tabularvalignment="middle">
20612 <column alignment="center" valignment="top" width="0">
20613 <column alignment="center" valignment="top" width="0">
20614 <column alignment="center" valignment="top" width="0">
20615 <column alignment="center" valignment="top" width="0">
20616 <column alignment="center" valignment="top" width="0">
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 試験
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 </row>
20664 </lyxtabular>
20665
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \begin_inset space \hfill{}
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \end_inset
20681
20682
20683 \begin_inset Float table
20684 wide false
20685 sideways false
20686 status open
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Caption
20690
20691 \begin_layout Plain Layout
20692 \begin_inset CommandInset label
20693 LatexCommand label
20694 name "tab:従属表を縦に並べたもの"
20695
20696 \end_inset
20697
20698 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20699 \end_layout
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Float table
20708 wide false
20709 sideways false
20710 status open
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Caption
20714
20715 \begin_layout Plain Layout
20716
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Plain Layout
20725 \align center
20726 \begin_inset Tabular
20727 <lyxtabular version="3" rows="1" columns="4">
20728 <features tabularvalignment="middle">
20729 <column alignment="center" valignment="top" width="0">
20730 <column alignment="center" valignment="top" width="0">
20731 <column alignment="center" valignment="top" width="0">
20732 <column alignment="center" valignment="top" width="0">
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 試験
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 試験
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 試験
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 試験
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 </lyxtabular>
20772
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Float table
20785 wide false
20786 sideways false
20787 status open
20788
20789 \begin_layout Plain Layout
20790 \begin_inset Caption
20791
20792 \begin_layout Plain Layout
20793
20794 \end_layout
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Plain Layout
20802 \align center
20803 \begin_inset Tabular
20804 <lyxtabular version="3" rows="1" columns="5">
20805 <features tabularvalignment="middle">
20806 <column alignment="center" valignment="top" width="0">
20807 <column alignment="center" valignment="top" width="0">
20808 <column alignment="center" valignment="top" width="0">
20809 <column alignment="center" valignment="top" width="0">
20810 <column alignment="center" valignment="top" width="0">
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 </lyxtabular>
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Section
20876 横並びのフロート
20877 \begin_inset Index idx
20878 status collapsed
20879
20880 \begin_layout Plain Layout
20881 ふろーと@フロート ! よこならび@横並び
20882 \end_layout
20883
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \begin_layout Standard
20890
20891 \begin_inset CommandInset ref
20892 LatexCommand ref
20893 reference "fig:左側のフロート"
20894
20895 \end_inset
20896
20897 や図
20898 \begin_inset CommandInset ref
20899 LatexCommand ref
20900 reference "fig:右側のフロート"
20901
20902 \end_inset
20903
20904 のようにフロートを横並びに配置するには、
20905 \emph on
20906 ひとつの
20907 \emph default
20908 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20909 \begin_inset Foot
20910 status collapsed
20911
20912 \begin_layout Plain Layout
20913 Minipageは第
20914 \begin_inset CommandInset ref
20915 LatexCommand ref
20916 reference "sec:ミニページ"
20917
20918 \end_inset
20919
20920 節に説明があります。
20921 \end_layout
20922
20923 \end_inset
20924
20925 。幅は45
20926 \begin_inset space \thinspace{}
20927 \end_inset
20928
20929 -50
20930 \begin_inset space \thinspace{}
20931 \end_inset
20932
20933 列幅%とし、各minipageのボックス配置を
20934 \family sans
20935
20936 \family default
20937 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20938 \family sans
20939 列幅%
20940 \family default
20941 がここではminipageボックスの幅によって計算されることです。
20942 \end_layout
20943
20944 \begin_layout Standard
20945 \begin_inset Float figure
20946 wide false
20947 sideways false
20948 status open
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Box Frameless
20952 position "b"
20953 hor_pos "c"
20954 has_inner_box 1
20955 inner_pos "t"
20956 use_parbox 0
20957 use_makebox 0
20958 width "45col%"
20959 special "none"
20960 height "1in"
20961 height_special "totalheight"
20962 status open
20963
20964 \begin_layout Plain Layout
20965 \align center
20966 \begin_inset Graphics
20967         filename ../clipart/mobius.eps
20968         lyxscale 50
20969         width 100col%
20970         scaleBeforeRotation
20971
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \begin_layout Plain Layout
20978 \begin_inset Caption
20979
20980 \begin_layout Plain Layout
20981 \begin_inset CommandInset label
20982 LatexCommand label
20983 name "fig:左側のフロート"
20984
20985 \end_inset
20986
20987 左側のフロート
20988 \end_layout
20989
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \begin_inset space \hfill{}
20999 \end_inset
21000
21001
21002 \begin_inset Box Frameless
21003 position "b"
21004 hor_pos "c"
21005 has_inner_box 1
21006 inner_pos "t"
21007 use_parbox 0
21008 use_makebox 0
21009 width "45col%"
21010 special "none"
21011 height "1in"
21012 height_special "totalheight"
21013 status open
21014
21015 \begin_layout Plain Layout
21016 \align center
21017 \begin_inset Graphics
21018         filename ../clipart/platypus.eps
21019         lyxscale 50
21020         width 100col%
21021         scaleBeforeRotation
21022
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Caption
21030
21031 \begin_layout Plain Layout
21032 \begin_inset CommandInset label
21033 LatexCommand label
21034 name "fig:右側のフロート"
21035
21036 \end_inset
21037
21038 右側のフロート
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Plain Layout
21052
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Section
21061 キャプションの書式設定
21062 \begin_inset Index idx
21063 status collapsed
21064
21065 \begin_layout Plain Layout
21066 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21067 \end_layout
21068
21069 \end_inset
21070
21071
21072 \begin_inset Index idx
21073 status collapsed
21074
21075 \begin_layout Plain Layout
21076 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21077 \end_layout
21078
21079 \end_inset
21080
21081
21082 \begin_inset CommandInset label
21083 LatexCommand label
21084 name "sec:キャプションの書式設定"
21085
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \begin_layout Standard
21092
21093 \family sans
21094 キャプション
21095 \family default
21096 環境は、
21097 \family sans
21098 フロート
21099 \family default
21100 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21101 \family sans
21102 図 #:
21103 \family default
21104 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21105 \family sans
21106 #
21107 \family default
21108 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21109 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21110 \end_layout
21111
21112 \begin_layout Standard
21113 既定のキャプション書式を変更するには、文書プリアンブルに
21114 \end_layout
21115
21116 \begin_layout Standard
21117
21118 \series bold
21119
21120 \backslash
21121 usepackage[format definition]{caption}
21122 \end_layout
21123
21124 \begin_layout Standard
21125 という行を加えて、LaTeXパッケージ
21126 \series bold
21127 caption
21128 \series default
21129
21130 \begin_inset Index idx
21131 status collapsed
21132
21133 \begin_layout Plain Layout
21134 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21135 \end_layout
21136
21137 \end_inset
21138
21139 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21140 \end_layout
21141
21142 \begin_layout Standard
21143
21144 \series bold
21145
21146 \backslash
21147 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21148 \end_layout
21149
21150 \begin_layout Standard
21151 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21152 \series bold
21153 caption
21154 \series default
21155 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21156 \end_layout
21157
21158 \begin_layout Standard
21159
21160 \series bold
21161
21162 \backslash
21163 captionsetup[フロート型]{書式定義}
21164 \end_layout
21165
21166 \begin_layout Standard
21167 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21168 \begin_inset CommandInset ref
21169 LatexCommand ref
21170 reference "fig:図キャプション"
21171
21172 \end_inset
21173
21174 と表
21175 \begin_inset CommandInset ref
21176 LatexCommand ref
21177 reference "tab:表キャプション"
21178
21179 \end_inset
21180
21181 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21182 \end_layout
21183
21184 \begin_layout Standard
21185
21186 \series bold
21187
21188 \backslash
21189 usepackage[tableposition=top]{caption}
21190 \series default
21191
21192 \begin_inset Newline newline
21193 \end_inset
21194
21195
21196 \series bold
21197
21198 \backslash
21199 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21200 \begin_inset Newline newline
21201 \end_inset
21202
21203
21204 \begin_inset Phantom HPhantom
21205 status open
21206
21207 \begin_layout Plain Layout
21208
21209 \backslash
21210 captionsetup[figure]{
21211 \end_layout
21212
21213 \end_inset
21214
21215 labelsep=period}
21216 \begin_inset Newline newline
21217 \end_inset
21218
21219
21220 \backslash
21221 captionsetup[table]{labelfont={bf,sf}}
21222 \end_layout
21223
21224 \begin_layout Standard
21225 \begin_inset Note Greyedout
21226 status open
21227
21228 \begin_layout Plain Layout
21229
21230 \series bold
21231 【註】
21232 \series default
21233 オプションのうち、
21234 \series bold
21235 tableposition=top
21236 \series default
21237 は、文書クラスに
21238 \series bold
21239 KOMA-script
21240 \series default
21241
21242 \begin_inset Index idx
21243 status collapsed
21244
21245 \begin_layout Plain Layout
21246 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21247 \end_layout
21248
21249 \end_inset
21250
21251 が使われているときには、無効になります。この場合には、文書クラスオプション
21252 \series bold
21253 captions=tableheading
21254 \series default
21255 を指定しなくてはなりません。
21256 \end_layout
21257
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \begin_layout Standard
21264
21265 \series bold
21266 caption
21267 \series default
21268 パッケージについての詳細は、その取扱説明書
21269 \begin_inset CommandInset citation
21270 LatexCommand cite
21271 key "caption"
21272
21273 \end_inset
21274
21275 をご覧ください。
21276 \end_layout
21277
21278 \begin_layout Standard
21279 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21280 \end_layout
21281
21282 \begin_layout Standard
21283
21284 \series bold
21285
21286 \backslash
21287 renewcommand{
21288 \backslash
21289 fnum@figure}{画像~
21290 \backslash
21291 thefigure}
21292 \end_layout
21293
21294 \begin_layout Standard
21295 なお、
21296 \series bold
21297
21298 \backslash
21299 thefigure
21300 \series default
21301 は表番号を挿入し、「
21302 \series bold
21303 ~
21304 \series default
21305 」は保護された空白を入れます。
21306 \end_layout
21307
21308 \begin_layout Standard
21309 \begin_inset VSpace bigskip
21310 \end_inset
21311
21312
21313 \series bold
21314 KOMA-script
21315 \series default
21316
21317 \begin_inset Index idx
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21322 \end_layout
21323
21324 \end_inset
21325
21326 文書クラス(
21327 \family sans
21328 article (KOMA-script)
21329 \family default
21330
21331 \family sans
21332 book (KOMA-script)
21333 \family default
21334
21335 \family sans
21336 letter (KOMA-script)
21337 \family default
21338
21339 \family sans
21340 report (KOMA-script)
21341 \family default
21342 )を使用している場合には、
21343 \series bold
21344 caption
21345 \series default
21346 パッケージの代わりに
21347 \series bold
21348 KOMA-script
21349 \series default
21350 のビルトインコマンド
21351 \series bold
21352 etkomafont
21353 \series default
21354 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21355 \end_layout
21356
21357 \begin_layout Standard
21358
21359 \series bold
21360
21361 \backslash
21362 setkomafont{captionlabel}{
21363 \backslash
21364 bfseries}
21365 \end_layout
21366
21367 \begin_layout Standard
21368
21369 \series bold
21370
21371 \backslash
21372 setkomafont
21373 \series default
21374 についての詳細は、
21375 \series bold
21376 KOMA-script
21377 \series default
21378 の取扱説明書
21379 \begin_inset CommandInset citation
21380 LatexCommand cite
21381 key "koma-script"
21382
21383 \end_inset
21384
21385 をご覧ください。
21386 \end_layout
21387
21388 \begin_layout Standard
21389 \begin_inset ERT
21390 status collapsed
21391
21392 \begin_layout Plain Layout
21393
21394
21395 \backslash
21396 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21397 }
21398 \end_layout
21399
21400 \end_inset
21401
21402
21403 \begin_inset Note Note
21404 status open
21405
21406 \begin_layout Plain Layout
21407 キャプション書式は、この例のみ変更してあります。
21408 \end_layout
21409
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \begin_layout Standard
21416 \begin_inset Float figure
21417 placement !p
21418 wide false
21419 sideways false
21420 status open
21421
21422 \begin_layout Plain Layout
21423 \align center
21424 \begin_inset Graphics
21425         filename ../clipart/mobius.eps
21426         lyxscale 50
21427         scale 50
21428         scaleBeforeRotation
21429
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Caption
21437
21438 \begin_layout Plain Layout
21439 \begin_inset CommandInset label
21440 LatexCommand label
21441 name "fig:図キャプション"
21442
21443 \end_inset
21444
21445 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \begin_layout Standard
21459 \begin_inset ERT
21460 status collapsed
21461
21462 \begin_layout Plain Layout
21463
21464
21465 \backslash
21466 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21467 on}
21468 \end_layout
21469
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \begin_layout Standard
21476 \begin_inset Float table
21477 placement !p
21478 wide false
21479 sideways false
21480 status open
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Caption
21484
21485 \begin_layout Plain Layout
21486 \begin_inset CommandInset label
21487 LatexCommand label
21488 name "tab:表キャプション"
21489
21490 \end_inset
21491
21492 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21493 \end_layout
21494
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \begin_layout Plain Layout
21501 \align center
21502 \begin_inset Tabular
21503 <lyxtabular version="3" rows="1" columns="5">
21504 <features tabularvalignment="middle">
21505 <column alignment="center" valignment="top" width="0">
21506 <column alignment="center" valignment="top" width="0">
21507 <column alignment="center" valignment="top" width="0">
21508 <column alignment="center" valignment="top" width="0">
21509 <column alignment="center" valignment="top" width="0">
21510 <row>
21511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 </lyxtabular>
21558
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \begin_layout Section
21570 キャプションの配置
21571 \begin_inset Index idx
21572 status collapsed
21573
21574 \begin_layout Plain Layout
21575 きゃぷしょん@キャプション ! はいち@配置
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \begin_inset Index idx
21582 status collapsed
21583
21584 \begin_layout Plain Layout
21585 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21586 \end_layout
21587
21588 \end_inset
21589
21590
21591 \begin_inset CommandInset label
21592 LatexCommand label
21593 name "sec:キャプションの配置"
21594
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \begin_layout Standard
21601 通常、キャプションの配置原則は、
21602 \end_layout
21603
21604 \begin_layout Description
21605 図の場合: キャプションを図の下に置く
21606 \end_layout
21607
21608 \begin_layout Description
21609 表の場合: キャプションを表の上に置く
21610 \end_layout
21611
21612 \begin_layout Standard
21613 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21614 \family sans
21615 article
21616 \family default
21617
21618 \family sans
21619 book
21620 \family default
21621
21622 \family sans
21623 letter
21624 \family default
21625
21626 \family sans
21627 report
21628 \family default
21629 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21630 eXパッケージ
21631 \series bold
21632 caption
21633 \series default
21634 を読み込むコマンドに
21635 \end_layout
21636
21637 \begin_layout Standard
21638
21639 \series bold
21640 tableposition=top
21641 \end_layout
21642
21643 \begin_layout Standard
21644 というオプションを追加してください
21645 \begin_inset Foot
21646 status collapsed
21647
21648 \begin_layout Plain Layout
21649
21650 \series bold
21651 caption
21652 \series default
21653 パッケージについての詳細な情報は、第
21654 \begin_inset CommandInset ref
21655 LatexCommand ref
21656 reference "sec:キャプションの書式設定"
21657
21658 \end_inset
21659
21660 節をご覧ください。
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \series bold
21667 KOMA-script
21668 \series default
21669
21670 \begin_inset Index idx
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21675 \end_layout
21676
21677 \end_inset
21678
21679 文書クラス(
21680 \family sans
21681 article (KOMA-script)
21682 \family default
21683
21684 \family sans
21685 book (KOMA-script)
21686 \family default
21687
21688 \family sans
21689 letter (KOMA-script)
21690 \family default
21691
21692 \family sans
21693 report (KOMA-script)
21694 \family default
21695
21696 \begin_inset space \thinspace{}
21697 \end_inset
21698
21699 )をお使いの場合には、
21700 \series bold
21701 caption
21702 \series default
21703 パッケージにオプションを与える代わりに、文書クラスオプション
21704 \series bold
21705 captions=tableheading
21706 \series default
21707 を設定することもできます。
21708 \end_layout
21709
21710 \begin_layout Standard
21711 \begin_inset VSpace bigskip
21712 \end_inset
21713
21714 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21715 \end_layout
21716
21717 \begin_layout Standard
21718
21719 \series bold
21720
21721 \backslash
21722 usepackage[option]{sidecap}
21723 \end_layout
21724
21725 \begin_layout Standard
21726 という行を入れて、LaTeXパッケージ
21727 \series bold
21728 sidecap
21729 \series default
21730
21731 \begin_inset Index idx
21732 status collapsed
21733
21734 \begin_layout Plain Layout
21735 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21736 \end_layout
21737
21738 \end_inset
21739
21740 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21741 \series bold
21742 innercaption
21743 \series default
21744 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21745 \series bold
21746 rightcaption
21747 \series default
21748 ないし
21749 \series bold
21750 leftcaption
21751 \series default
21752 オプションを用います。
21753 \end_layout
21754
21755 \begin_layout Standard
21756 \begin_inset ERT
21757 status collapsed
21758
21759 \begin_layout Plain Layout
21760
21761
21762 \backslash
21763 ifsidecap
21764 \end_layout
21765
21766 \end_inset
21767
21768
21769 \begin_inset Note Note
21770 status open
21771
21772 \begin_layout Plain Layout
21773 以下の部分は、LaTeXパッケージ
21774 \series bold
21775 sidecap
21776 \series default
21777 が導入されているときのみ表示されます。
21778 \end_layout
21779
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \begin_layout Standard
21786 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21787 \end_layout
21788
21789 \begin_layout Standard
21790 \noindent
21791 \begin_inset CommandInset line
21792 LatexCommand rule
21793 offset "0.5ex"
21794 width "100line%"
21795 height "1pt"
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \begin_layout Standard
21803
21804 \series bold
21805
21806 \backslash
21807 newcommand{
21808 \backslash
21809 TabBesBeg}[1][1.0]{%
21810 \begin_inset Newline newline
21811 \end_inset
21812
21813
21814 \begin_inset Phantom HPhantom
21815 status open
21816
21817 \begin_layout Plain Layout
21818 \begin_inset space ~
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \backslash
21828 let
21829 \backslash
21830 MyTable
21831 \backslash
21832 table
21833 \begin_inset Newline newline
21834 \end_inset
21835
21836
21837 \begin_inset Phantom HPhantom
21838 status open
21839
21840 \begin_layout Plain Layout
21841
21842 \series medium
21843 \begin_inset space ~
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850
21851
21852 \backslash
21853 let
21854 \backslash
21855 MyEndtable
21856 \backslash
21857 endtable
21858 \begin_inset Newline newline
21859 \end_inset
21860
21861
21862 \begin_inset Phantom HPhantom
21863 status open
21864
21865 \begin_layout Plain Layout
21866
21867 \series medium
21868 \begin_inset space ~
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875
21876
21877 \backslash
21878 renewenvironment{table}[1]{
21879 \backslash
21880 begin{SCtable}[#1]##1}{
21881 \backslash
21882 end{SCtable}}}
21883 \end_layout
21884
21885 \begin_layout Standard
21886
21887 \series bold
21888
21889 \backslash
21890 newcommand{
21891 \backslash
21892 TabBesEnd}{%
21893 \begin_inset Newline newline
21894 \end_inset
21895
21896
21897 \begin_inset Phantom HPhantom
21898 status open
21899
21900 \begin_layout Plain Layout
21901 \begin_inset space ~
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \backslash
21911 let
21912 \backslash
21913 table
21914 \backslash
21915 MyTable
21916 \begin_inset Newline newline
21917 \end_inset
21918
21919
21920 \begin_inset Phantom HPhantom
21921 status open
21922
21923 \begin_layout Plain Layout
21924 \begin_inset space ~
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \backslash
21934 let
21935 \backslash
21936 endtable
21937 \backslash
21938 MyEndtable
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \series bold
21944
21945 \backslash
21946 newcommand{
21947 \backslash
21948 FigBesBeg}[1][1.0]{%
21949 \begin_inset Newline newline
21950 \end_inset
21951
21952
21953 \begin_inset Phantom HPhantom
21954 status open
21955
21956 \begin_layout Plain Layout
21957 \begin_inset space ~
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \backslash
21967 let
21968 \backslash
21969 MyFigure
21970 \backslash
21971 figure
21972 \begin_inset Newline newline
21973 \end_inset
21974
21975
21976 \begin_inset Phantom HPhantom
21977 status open
21978
21979 \begin_layout Plain Layout
21980 \begin_inset space ~
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \backslash
21990 let
21991 \backslash
21992 MyEndfigure
21993 \backslash
21994 endfigure
21995 \begin_inset Newline newline
21996 \end_inset
21997
21998
21999 \begin_inset Phantom HPhantom
22000 status open
22001
22002 \begin_layout Plain Layout
22003 \begin_inset space ~
22004 \end_inset
22005
22006
22007 \end_layout
22008
22009 \end_inset
22010
22011
22012 \backslash
22013 renewenvironment{figure}[1]{
22014 \backslash
22015 begin{SCfigure}[#1]##1}{
22016 \backslash
22017 end{SCfigure}}}
22018 \end_layout
22019
22020 \begin_layout Standard
22021
22022 \series bold
22023
22024 \backslash
22025 newcommand{
22026 \backslash
22027 FigBesEnd}{%
22028 \begin_inset Newline newline
22029 \end_inset
22030
22031
22032 \begin_inset Phantom HPhantom
22033 status open
22034
22035 \begin_layout Plain Layout
22036 \begin_inset space ~
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \backslash
22046 let
22047 \backslash
22048 figure
22049 \backslash
22050 MyFigure
22051 \begin_inset Newline newline
22052 \end_inset
22053
22054
22055 \begin_inset Phantom HPhantom
22056 status open
22057
22058 \begin_layout Plain Layout
22059 \begin_inset space ~
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \backslash
22069 let
22070 \backslash
22071 endfigure
22072 \backslash
22073 MyEndfigure}
22074 \end_layout
22075
22076 \begin_layout Standard
22077 \noindent
22078 \begin_inset CommandInset line
22079 LatexCommand rule
22080 offset "0.5ex"
22081 width "100line%"
22082 height "1pt"
22083
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \begin_layout Standard
22090 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22091 \end_layout
22092
22093 \begin_layout Standard
22094
22095 \series bold
22096
22097 \backslash
22098 FigBesBeg
22099 \end_layout
22100
22101 \begin_layout Standard
22102 というコマンドを、フロートの前にTeXコードで入れてください。
22103 \lang english
22104 And insert the command
22105 \end_layout
22106
22107 \begin_layout Standard
22108
22109 \series bold
22110
22111 \backslash
22112 FigBesEnd
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \lang english
22118 in TeX-Code at the point where you want to get back to the original float
22119  definition.
22120 \end_layout
22121
22122 \begin_layout Standard
22123 表フロートに対しては、対応するコマンド
22124 \end_layout
22125
22126 \begin_layout Standard
22127
22128 \series bold
22129
22130 \backslash
22131 TabBesBeg
22132 \series default
22133 および
22134 \series bold
22135
22136 \backslash
22137 TabBesEnd
22138 \end_layout
22139
22140 \begin_layout Standard
22141 を使用してください。図
22142 \begin_inset CommandInset ref
22143 LatexCommand ref
22144 reference "fig:図横キャプション"
22145
22146 \end_inset
22147
22148 と表
22149 \begin_inset CommandInset ref
22150 LatexCommand ref
22151 reference "tab:表横キャプション"
22152
22153 \end_inset
22154
22155 がキャプションを脇に設定した例です。
22156 \end_layout
22157
22158 \begin_layout Standard
22159 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22160 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22161 \end_layout
22162
22163 \begin_layout Standard
22164
22165 \series bold
22166
22167 \backslash
22168 sidecaptionvpos{フロート型}{配置}
22169 \end_layout
22170
22171 \begin_layout Standard
22172 というコマンドを使用します。ここで「フロート型」は
22173 \family sans
22174 figure
22175 \family default
22176
22177 \family sans
22178 table
22179 \family default
22180 であり、「配置」は、上揃えの場合はtopの
22181 \end_layout
22182
22183 \begin_layout Standard
22184
22185 \family sans
22186 t
22187 \family default
22188 」、中央揃えの場合はcenterの「
22189 \family sans
22190 c
22191 \family default
22192 」、下揃えの場合はbottomの「
22193 \family sans
22194 b
22195 \family default
22196 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22197 \end_layout
22198
22199 \begin_layout Standard
22200
22201 \series bold
22202
22203 \backslash
22204 sidecaptionvpos{figure}{c}
22205 \end_layout
22206
22207 \begin_layout Standard
22208 というコマンドを使用します。これは、図
22209 \begin_inset CommandInset ref
22210 LatexCommand ref
22211 reference "fig:図横キャプション-2"
22212
22213 \end_inset
22214
22215 で使用されています。
22216 \end_layout
22217
22218 \begin_layout Standard
22219 \begin_inset VSpace medskip
22220 \end_inset
22221
22222
22223 \end_layout
22224
22225 \begin_layout Standard
22226
22227 \lang english
22228 The default caption width is the width of the image/table.
22229  For thin image/tables, like in Table
22230 \lang japanese
22231
22232 \begin_inset space ~
22233 \end_inset
22234
22235
22236 \begin_inset CommandInset ref
22237 LatexCommand ref
22238 reference "tab:表横キャプション"
22239
22240 \end_inset
22241
22242
22243 \lang english
22244 this leads to captions that are too thin.
22245  You can increase the width by specifying a factor that will be multiplied
22246  with the image/table width to get the caption width.
22247  The caption width will automatically be recalculated in case it would protrude
22248  over the page or column margin due to the specified width.
22249  The 
22250 \emph on
22251 factor
22252 \emph default
22253  can either be given as optional argument for 
22254 \series bold
22255
22256 \backslash
22257 FigBesBeg
22258 \series default
22259 :
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265 \lang english
22266
22267 \backslash
22268 FigBesBeg[factor]
22269 \end_layout
22270
22271 \begin_layout Standard
22272
22273 \lang english
22274 or in the definition of 
22275 \series bold
22276
22277 \backslash
22278 FigBesBeg
22279 \series default
22280  by replacing the 
22281 \series bold
22282 1.0
22283 \series default
22284  with another value.
22285  If you do the latter, your factor will be the default if 
22286 \series bold
22287
22288 \backslash
22289 FigBesBeg
22290 \series default
22291  is used without an argument.
22292  For Table
22293 \lang japanese
22294
22295 \begin_inset space ~
22296 \end_inset
22297
22298
22299 \begin_inset CommandInset ref
22300 LatexCommand ref
22301 reference "tab:cap-beside-tab-wider"
22302
22303 \end_inset
22304
22305  
22306 \lang english
22307 the factor 5 was used.
22308 \end_layout
22309
22310 \begin_layout Standard
22311
22312 \lang english
22313 \begin_inset Note Greyedout
22314 status open
22315
22316 \begin_layout Plain Layout
22317
22318 \series bold
22319 \lang english
22320 Note:
22321 \series default
22322  For floats with captions set beside, you cannot use the float placement
22323  option 
22324 \family sans
22325 Here
22326 \begin_inset space ~
22327 \end_inset
22328
22329 definitely
22330 \family default
22331  because it is not supported by 
22332 \series bold
22333 sidecap
22334 \series default
22335 .
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \begin_layout Standard
22344 \begin_inset VSpace medskip
22345 \end_inset
22346
22347
22348 \series bold
22349 sidecap
22350 \series default
22351 パッケージについての詳細は、
22352 \begin_inset CommandInset citation
22353 LatexCommand cite
22354 key "sidecap"
22355
22356 \end_inset
22357
22358 の説明書をご参照ください。
22359 \end_layout
22360
22361 \begin_layout Standard
22362 \begin_inset Note Greyedout
22363 status open
22364
22365 \begin_layout Plain Layout
22366
22367 \series bold
22368 【註】
22369 \series default
22370
22371 \begin_inset CommandInset ref
22372 LatexCommand ref
22373 reference "sub:参照位置"
22374
22375 \end_inset
22376
22377 節に説明があるLaTeXパッケージ
22378 \series bold
22379 hypcap
22380 \series default
22381
22382 \begin_inset Index idx
22383 status collapsed
22384
22385 \begin_layout Plain Layout
22386 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22387 \end_layout
22388
22389 \end_inset
22390
22391 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22392 \end_layout
22393
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \begin_layout Standard
22400 \begin_inset ERT
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404
22405
22406 \backslash
22407 FigBesBeg 
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \begin_layout Standard
22416 \begin_inset Float figure
22417 wide false
22418 sideways false
22419 status open
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Graphics
22423         filename ../clipart/escher-lsd.eps
22424         scale 75
22425         scaleBeforeRotation
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Plain Layout
22433 \begin_inset Caption
22434
22435 \begin_layout Plain Layout
22436 \begin_inset CommandInset label
22437 LatexCommand label
22438 name "fig:図横キャプション"
22439
22440 \end_inset
22441
22442 これは図の横にあるキャプションです。
22443 \end_layout
22444
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \begin_layout Standard
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461
22462 \backslash
22463 TabBesBeg 
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Standard
22472 \begin_inset Float table
22473 wide false
22474 sideways false
22475 status open
22476
22477 \begin_layout Plain Layout
22478 \begin_inset Caption
22479
22480 \begin_layout Plain Layout
22481 \begin_inset CommandInset label
22482 LatexCommand label
22483 name "tab:表横キャプション"
22484
22485 \end_inset
22486
22487 これは表の横にあるキャプションです。
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \begin_layout Plain Layout
22496 \begin_inset Tabular
22497 <lyxtabular version="3" rows="4" columns="5">
22498 <features tabularvalignment="middle">
22499 <column alignment="center" valignment="top" width="0">
22500 <column alignment="center" valignment="top" width="0">
22501 <column alignment="center" valignment="top" width="0">
22502 <column alignment="center" valignment="top" width="0">
22503 <column alignment="center" valignment="top" width="0">
22504 <row>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 <row>
22646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 </lyxtabular>
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \begin_layout Standard
22705 \begin_inset ERT
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709
22710
22711 \backslash
22712 sidecaptionvpos{figure}{c}
22713 \end_layout
22714
22715 \end_inset
22716
22717
22718 \begin_inset Float figure
22719 wide false
22720 sideways false
22721 status open
22722
22723 \begin_layout Plain Layout
22724 \begin_inset Graphics
22725         filename ../clipart/escher-lsd.eps
22726         scale 75
22727         scaleBeforeRotation
22728
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Caption
22736
22737 \begin_layout Plain Layout
22738 \begin_inset CommandInset label
22739 LatexCommand label
22740 name "fig:図横キャプション-2"
22741
22742 \end_inset
22743
22744 これは図の横にある縦方向中央揃えのキャプションです。
22745 \end_layout
22746
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \end_inset
22753
22754
22755 \end_layout
22756
22757 \begin_layout Standard
22758 \begin_inset ERT
22759 status collapsed
22760
22761 \begin_layout Plain Layout
22762
22763
22764 \backslash
22765 FigBesEnd
22766 \end_layout
22767
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \begin_layout Standard
22774 \begin_inset ERT
22775 status collapsed
22776
22777 \begin_layout Plain Layout
22778
22779
22780 \backslash
22781 TabBesBeg[5]
22782 \end_layout
22783
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \begin_layout Standard
22790 \begin_inset Float table
22791 wide false
22792 sideways false
22793 status open
22794
22795 \begin_layout Plain Layout
22796 \begin_inset Caption
22797
22798 \begin_layout Plain Layout
22799
22800 \lang english
22801 \begin_inset CommandInset label
22802 LatexCommand label
22803 name "tab:cap-beside-tab-wider"
22804
22805 \end_inset
22806
22807 This is a caption is wider than the one in Table
22808 \lang japanese
22809
22810 \begin_inset space ~
22811 \end_inset
22812
22813
22814 \begin_inset CommandInset ref
22815 LatexCommand ref
22816 reference "tab:表横キャプション"
22817
22818 \end_inset
22819
22820 .
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Tabular
22830 <lyxtabular version="3" rows="4" columns="5">
22831 <features tabularvalignment="middle">
22832 <column alignment="center" valignment="top" width="0">
22833 <column alignment="center" valignment="top" width="0">
22834 <column alignment="center" valignment="top" width="0">
22835 <column alignment="center" valignment="top" width="0">
22836 <column alignment="center" valignment="top" width="0">
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 a
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 b
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 c
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 <row>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 d
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 e
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 <row>
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 f
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 g
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 h
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 <row>
22979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 i
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 j
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 </row>
23025 </lyxtabular>
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \begin_layout Standard
23038 \begin_inset ERT
23039 status collapsed
23040
23041 \begin_layout Plain Layout
23042
23043
23044 \backslash
23045 TabBesEnd
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \begin_layout Standard
23054 \begin_inset ERT
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058
23059
23060 \backslash
23061 else
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \begin_inset Note Note
23068 status open
23069
23070 \begin_layout Plain Layout
23071 以下の部分は、LaTeXパッケージ
23072 \series bold
23073 sidecap
23074 \series default
23075 が導入されていないときのみ表示されます。
23076 \end_layout
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \begin_layout Standard
23084 本節の残りの部分を出力で表示するには、LaTeXパッケージ
23085 \series bold
23086 sidecap
23087 \series default
23088 を導入する必要があります。
23089 \end_layout
23090
23091 \begin_layout Standard
23092 \begin_inset ERT
23093 status collapsed
23094
23095 \begin_layout Plain Layout
23096
23097
23098 \backslash
23099 fi
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Section
23108 フロート一覧
23109 \begin_inset Index idx
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113 ふろーと@フロート ! ふろーといちらん@フロート一覧
23114 \end_layout
23115
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \begin_layout Standard
23122 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
23123 \family sans
23124 挿入\SpecialChar \menuseparator
23125 一覧/目次
23126 \family default
23127 メニューで挿入することができます。
23128 \end_layout
23129
23130 \begin_layout Standard
23131 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
23132 \end_layout
23133
23134 \begin_layout Standard
23135 本文書の終わりに、図一覧と表一覧があります。
23136 \end_layout
23137
23138 \begin_layout Chapter
23139 注釈
23140 \end_layout
23141
23142 \begin_layout Section
23143 LyX注釈
23144 \begin_inset Index idx
23145 status collapsed
23146
23147 \begin_layout Plain Layout
23148 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
23149 \end_layout
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \begin_layout Standard
23157 注釈は、ツールバーボタン
23158 \begin_inset Graphics
23159         filename ../../images/note-insert.png
23160         scale 85
23161         scaleBeforeRotation
23162
23163 \end_inset
23164
23165 か、
23166 \family sans
23167 挿入\SpecialChar \menuseparator
23168 注釈
23169 \family default
23170 メニューで挿入することができます。注釈には、以下の三つの型があります。
23171 \end_layout
23172
23173 \begin_layout Description
23174 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
23175 \begin_inset Newline newline
23176 \end_inset
23177
23178
23179 \begin_inset Newline newline
23180 \end_inset
23181
23182
23183 \begin_inset Graphics
23184         filename ../clipart/LyXNoteImageQt4.png
23185         display false
23186         scale 85
23187         scaleBeforeRotation
23188
23189 \end_inset
23190
23191
23192 \begin_inset Note Note
23193 status open
23194
23195 \begin_layout Plain Layout
23196 これは、出力には現れない注釈ボックスに書かれた文章です。
23197 \end_layout
23198
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \begin_layout Description
23205 コメント この注釈も出力には現れませんが、
23206 \family sans
23207 ファイル\SpecialChar \menuseparator
23208 書き出し\SpecialChar \menuseparator
23209 LaTeX (pdflatex) / (平文)
23210 \family default
23211  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
23212 \begin_inset Newline newline
23213 \end_inset
23214
23215
23216 \begin_inset Newline newline
23217 \end_inset
23218
23219
23220 \begin_inset Graphics
23221         filename ../clipart/CommentNoteImageQt4.png
23222         display false
23223         scale 85
23224         scaleBeforeRotation
23225
23226 \end_inset
23227
23228  
23229 \begin_inset Note Comment
23230 status open
23231
23232 \begin_layout Plain Layout
23233 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Description
23242 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
23243 \begin_inset Newline newline
23244 \end_inset
23245
23246
23247 \begin_inset Newline newline
23248 \end_inset
23249
23250
23251 \begin_inset Graphics
23252         filename ../clipart/GreyedOutNoteImageQt4.png
23253         display false
23254         scale 85
23255         scaleBeforeRotation
23256
23257 \end_inset
23258
23259
23260 \begin_inset Newline newline
23261 \end_inset
23262
23263
23264 \begin_inset ERT
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268
23269
23270 \backslash
23271 renewenvironment{lyxgreyedout}
23272 \end_layout
23273
23274 \begin_layout Plain Layout
23275
23276 {
23277 \backslash
23278 textcolor[gray]{0.8}
23279 \backslash
23280 bgroup}{
23281 \backslash
23282 egroup}
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \begin_inset Note Greyedout
23289 status open
23290
23291 \begin_layout Plain Layout
23292 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
23293 \begin_inset Foot
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297 これは、淡色表示注釈内に脚注を用いた例です。
23298 \end_layout
23299
23300 \end_inset
23301
23302 です。
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \begin_inset ERT
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312
23313
23314 \backslash
23315 renewenvironment{lyxgreyedout}
23316 \end_layout
23317
23318 \begin_layout Plain Layout
23319
23320 {
23321 \backslash
23322 textcolor{blue}
23323 \backslash
23324 bgroup}{
23325 \backslash
23326 egroup}
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \begin_inset Note Note
23333 status open
23334
23335 \begin_layout Plain Layout
23336 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
23337 ように再定義されています。
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \begin_inset Newline newline
23344 \end_inset
23345
23346
23347 \begin_inset Newline newline
23348 \end_inset
23349
23350 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
23351 \end_layout
23352
23353 \begin_layout Standard
23354 \begin_inset VSpace bigskip
23355 \end_inset
23356
23357 注釈を挿入するのにツールバーボタン
23358 \begin_inset Graphics
23359         filename ../../images/note-insert.png
23360         scale 85
23361         scaleBeforeRotation
23362
23363 \end_inset
23364
23365 を使用すると、
23366 \family sans
23367 LyX注釈
23368 \family default
23369 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
23370 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
23371 さい。
23372 \end_layout
23373
23374 \begin_layout Standard
23375 \begin_inset VSpace bigskip
23376 \end_inset
23377
23378
23379 \lang english
23380 You can change the text color of the greyed out notes in the menu 
23381 \family sans
23382 Document\SpecialChar \menuseparator
23383 Settings\SpecialChar \menuseparator
23384 Colors
23385 \family default
23386 .
23387 \end_layout
23388
23389 \begin_layout Section
23390 脚注
23391 \begin_inset CommandInset label
23392 LatexCommand label
23393 name "sec:脚注"
23394
23395 \end_inset
23396
23397
23398 \begin_inset Index idx
23399 status collapsed
23400
23401 \begin_layout Plain Layout
23402 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \begin_inset Index idx
23409 status collapsed
23410
23411 \begin_layout Plain Layout
23412 きゃくちゅう@脚注
23413 \end_layout
23414
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \begin_layout Standard
23421 脚注は、ツールバーボタン
23422 \begin_inset Graphics
23423         filename ../../images/footnote-insert.png
23424         scale 85
23425         scaleBeforeRotation
23426
23427 \end_inset
23428
23429 か、
23430 \family sans
23431 挿入\SpecialChar \menuseparator
23432 脚注
23433 \family default
23434 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23435 \begin_inset Graphics
23436         filename clipart/footnoteQt4.png
23437         scale 80
23438         scaleBeforeRotation
23439
23440 \end_inset
23441
23442 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23443 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23444 \end_layout
23445
23446 \begin_layout Standard
23447 これが脚注の例です
23448 \begin_inset Foot
23449 status collapsed
23450
23451 \begin_layout Plain Layout
23452 \begin_inset CommandInset label
23453 LatexCommand label
23454 name "fn:これは脚注の一例"
23455
23456 \end_inset
23457
23458 これは脚注の一例です。
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \begin_inset ERT
23465 status collapsed
23466
23467 \begin_layout Plain Layout
23468
23469
23470 \backslash
23471 newcounter{MyRepeatFoot}
23472 \end_layout
23473
23474 \begin_layout Plain Layout
23475
23476
23477 \backslash
23478 setcounter{MyRepeatFoot}{
23479 \backslash
23480 thefootnote}
23481 \end_layout
23482
23483 \end_inset
23484
23485
23486 \end_layout
23487
23488 \begin_layout Standard
23489 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23490 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23491 \end_layout
23492
23493 \begin_layout Standard
23494 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23495 \begin_inset CommandInset ref
23496 LatexCommand ref
23497 reference "sec:フロートの参照"
23498
23499 \end_inset
23500
23501 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23502 \begin_inset Newline newline
23503 \end_inset
23504
23505 これは脚注
23506 \begin_inset CommandInset ref
23507 LatexCommand ref
23508 reference "fn:これは脚注の一例"
23509
23510 \end_inset
23511
23512 の相互参照です。
23513 \end_layout
23514
23515 \begin_layout Standard
23516 \begin_inset VSpace defskip
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Standard
23523 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23524 \series bold
23525
23526 \backslash
23527 footnotemark{}
23528 \series default
23529 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23530 \series bold
23531
23532 \backslash
23533 footnotetext
23534 \series default
23535 コマンドの引数として入力します。
23536 \begin_inset Newline newline
23537 \end_inset
23538
23539 以下の表ではコマンド
23540 \begin_inset Newline newline
23541 \end_inset
23542
23543
23544 \series bold
23545
23546 \backslash
23547 footnotetext{
23548 \series default
23549 出力される脚注の表
23550 \series bold
23551 }
23552 \series default
23553
23554 \begin_inset Newline newline
23555 \end_inset
23556
23557 を用いています。
23558 \end_layout
23559
23560 \begin_layout Standard
23561 \begin_inset Tabular
23562 <lyxtabular version="3" rows="2" columns="1">
23563 <features tabularvalignment="middle">
23564 <column alignment="center" valignment="top" width="0">
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 これは例文です。
23571 \begin_inset Foot
23572 status open
23573
23574 \begin_layout Plain Layout
23575 この脚注は出力されません!
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 これは例文です。
23592 \begin_inset ERT
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596
23597
23598 \backslash
23599 footnotemark{}
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 </lyxtabular>
23611
23612 \end_inset
23613
23614
23615 \begin_inset ERT
23616 status collapsed
23617
23618 \begin_layout Plain Layout
23619
23620
23621 \backslash
23622 footnotetext{
23623 \end_layout
23624
23625 \end_inset
23626
23627 出力される脚注の表
23628 \begin_inset ERT
23629 status collapsed
23630
23631 \begin_layout Plain Layout
23632
23633 }
23634 \end_layout
23635
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \begin_layout Standard
23642 長尺表中の脚注は、第
23643 \begin_inset CommandInset ref
23644 LatexCommand ref
23645 reference "sub:長尺表での脚注"
23646
23647 \end_inset
23648
23649 節で述べられています。
23650 \end_layout
23651
23652 \begin_layout Standard
23653 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23654 \begin_inset CommandInset ref
23655 LatexCommand ref
23656 reference "sec:ミニページ"
23657
23658 \end_inset
23659
23660 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23661 \series bold
23662
23663 \backslash
23664 footnotemark{}
23665 \series default
23666
23667 \series bold
23668
23669 \backslash
23670 footntoetext
23671 \series default
23672 による方法を用いてください。
23673 \end_layout
23674
23675 \begin_layout Standard
23676 \begin_inset Box Frameless
23677 position "t"
23678 hor_pos "c"
23679 has_inner_box 1
23680 inner_pos "t"
23681 use_parbox 0
23682 use_makebox 0
23683 width "100col%"
23684 special "none"
23685 height "1in"
23686 height_special "totalheight"
23687 status open
23688
23689 \begin_layout Plain Layout
23690 これはミニページ中の例文です。
23691 \begin_inset Foot
23692 status open
23693
23694 \begin_layout Plain Layout
23695 ミニページ中の脚注です。
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \begin_layout Plain Layout
23704 これはミニページ中の例文です。
23705 \begin_inset ERT
23706 status collapsed
23707
23708 \begin_layout Plain Layout
23709
23710
23711 \backslash
23712 footnotemark{}
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \begin_layout Standard
23726 \begin_inset ERT
23727 status collapsed
23728
23729 \begin_layout Plain Layout
23730
23731
23732 \backslash
23733 footnotetext{
23734 \end_layout
23735
23736 \end_inset
23737
23738 ミニページ外の脚注です。
23739 \begin_inset ERT
23740 status collapsed
23741
23742 \begin_layout Plain Layout
23743
23744 }
23745 \end_layout
23746
23747 \end_inset
23748
23749
23750 \begin_inset VSpace defskip
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \begin_layout Standard
23757 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23758 \series bold
23759
23760 \backslash
23761 footnotemark[番号]
23762 \series default
23763 を使用してください。
23764 \begin_inset Newline newline
23765 \end_inset
23766
23767 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23768 \begin_inset CommandInset ref
23769 LatexCommand ref
23770 reference "fn:これは脚注の一例"
23771
23772 \end_inset
23773
23774 の後に、TeXコードで
23775 \end_layout
23776
23777 \begin_layout Standard
23778
23779 \series bold
23780
23781 \backslash
23782 newcounter{MyRepeatFoot}
23783 \begin_inset Newline newline
23784 \end_inset
23785
23786
23787 \backslash
23788 setcounter{MyRepeatFoot}{
23789 \backslash
23790 thefootnote}
23791 \end_layout
23792
23793 \begin_layout Standard
23794 というコマンドを挿入しています。そして脚注マークは、
23795 \end_layout
23796
23797 \begin_layout Standard
23798
23799 \series bold
23800
23801 \backslash
23802 footnotemark[
23803 \backslash
23804 theMyRepeatFoot]
23805 \end_layout
23806
23807 \begin_layout Standard
23808 で作成します。
23809 \end_layout
23810
23811 \begin_layout Standard
23812 これは繰り返し脚注の例です。
23813 \begin_inset ERT
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817
23818
23819 \backslash
23820 footnotemark[
23821 \backslash
23822 theMyRepeatFoot]
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \begin_layout Standard
23831 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
23832 \end_layout
23833
23834 \begin_layout Standard
23835
23836 \series bold
23837
23838 \backslash
23839 footnotemark[
23840 \backslash
23841 thefootnote]
23842 \end_layout
23843
23844 \begin_layout Standard
23845 を使用してください。
23846 \end_layout
23847
23848 \begin_layout Standard
23849 これは繰り返し脚注の例です。
23850 \begin_inset ERT
23851 status collapsed
23852
23853 \begin_layout Plain Layout
23854
23855
23856 \backslash
23857 footnotemark[
23858 \backslash
23859 thefootnote]
23860 \end_layout
23861
23862 \end_inset
23863
23864
23865 \end_layout
23866
23867 \begin_layout Subsection
23868 脚注の付番
23869 \begin_inset CommandInset label
23870 LatexCommand label
23871 name "sub:脚注の付番"
23872
23873 \end_inset
23874
23875
23876 \begin_inset Index idx
23877 status collapsed
23878
23879 \begin_layout Plain Layout
23880 きゃくちゅう@脚注 ! ふばん@付番
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \begin_layout Standard
23889 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23890 \end_layout
23891
23892 \begin_layout Standard
23893
23894 \series bold
23895
23896 \backslash
23897 @addtoreset{footnote}{section}
23898 \end_layout
23899
23900 \begin_layout Standard
23901 というコマンドを加えてください。
23902 \end_layout
23903
23904 \begin_layout Standard
23905 \begin_inset VSpace bigskip
23906 \end_inset
23907
23908 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23909 \end_layout
23910
23911 \begin_layout Standard
23912
23913 \series bold
23914
23915 \backslash
23916 renewcommand{
23917 \backslash
23918 thefootnote}{
23919 \backslash
23920 roman{footnote}}
23921 \end_layout
23922
23923 \begin_layout Standard
23924 \begin_inset ERT
23925 status collapsed
23926
23927 \begin_layout Plain Layout
23928
23929
23930 \backslash
23931 renewcommand{
23932 \backslash
23933 thefootnote}{
23934 \backslash
23935 roman{footnote}}
23936 \end_layout
23937
23938 \end_inset
23939
23940 これは、ローマ数字を使った脚注です
23941 \begin_inset Foot
23942 status collapsed
23943
23944 \begin_layout Plain Layout
23945 これは、ローマ数字を使った脚注の例です。
23946 \end_layout
23947
23948 \end_inset
23949
23950
23951 \end_layout
23952
23953 \begin_layout Standard
23954 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23955 \series bold
23956
23957 \backslash
23958 roman
23959 \series default
23960
23961 \series bold
23962
23963 \backslash
23964 Roman
23965 \series default
23966 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23967 \series bold
23968
23969 \backslash
23970 Alph
23971 \series default
23972 または
23973 \series bold
23974
23975 \backslash
23976 alph
23977 \series default
23978 を使用してください。記号を使って付「番」するには、
23979 \series bold
23980
23981 \backslash
23982 fnsymbol
23983 \series default
23984 を使ってください。
23985 \end_layout
23986
23987 \begin_layout Standard
23988 \begin_inset Note Greyedout
23989 status open
23990
23991 \begin_layout Plain Layout
23992
23993 \series bold
23994 【註】
23995 \series default
23996 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23997 \end_layout
23998
23999 \end_inset
24000
24001
24002 \begin_inset Newline newline
24003 \end_inset
24004
24005
24006 \begin_inset Note Greyedout
24007 status open
24008
24009 \begin_layout Plain Layout
24010
24011 \series bold
24012 【註】
24013 \series default
24014 記号を使うと9個の脚注しか番号を振ることができません。
24015 \end_layout
24016
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \begin_layout Standard
24023 付番様式を変更した後、既定様式に戻すには、上記コマンドの
24024 \series bold
24025
24026 \backslash
24027 roman
24028 \series default
24029
24030 \series bold
24031
24032 \backslash
24033 arabic
24034 \series default
24035 に置き換えて使用してください。
24036 \begin_inset ERT
24037 status collapsed
24038
24039 \begin_layout Plain Layout
24040
24041
24042 \backslash
24043 renewcommand{
24044 \backslash
24045 thefootnote}{
24046 \backslash
24047 arabic{footnote}}
24048 \end_layout
24049
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \begin_layout Standard
24056 \begin_inset VSpace bigskip
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
24064 \end_layout
24065
24066 \begin_layout Standard
24067
24068 \series bold
24069
24070 \backslash
24071 numberwithin{footnote}{chapter}
24072 \end_layout
24073
24074 \begin_layout Standard
24075 というコマンドを加えてください。
24076 \series bold
24077
24078 \backslash
24079 numberwithin
24080 \series default
24081 コマンドを使用できるようにするためには、文書設定の
24082 \family sans
24083 数式オプション
24084 \family default
24085 タブで
24086 \family sans
24087 AMS
24088 \begin_inset space ~
24089 \end_inset
24090
24091 mathパッケージを使う
24092 \family default
24093 オプションを有効にしてください。
24094 \end_layout
24095
24096 \begin_layout Standard
24097 \begin_inset ERT
24098 status collapsed
24099
24100 \begin_layout Plain Layout
24101
24102
24103 \backslash
24104 numberwithin{footnote}{chapter}
24105 \end_layout
24106
24107 \end_inset
24108
24109 これは、脚注のもう一つの例です
24110 \series bold
24111
24112 \begin_inset Foot
24113 status open
24114
24115 \begin_layout Plain Layout
24116
24117 \series bold
24118 これは、
24119 \series default
24120 「章番号.脚注番号」スキームで番号を振られた脚注です。
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \series default
24127
24128 \begin_inset ERT
24129 status collapsed
24130
24131 \begin_layout Plain Layout
24132
24133
24134 \backslash
24135 renewcommand{
24136 \backslash
24137 thefootnote}{
24138 \backslash
24139 arabic{footnote}}
24140 \end_layout
24141
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \begin_layout Standard
24148 \begin_inset Note Greyedout
24149 status open
24150
24151 \begin_layout Plain Layout
24152
24153 \series bold
24154 【註】
24155 \backslash
24156 numberwithin
24157 \series default
24158 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
24159 \end_layout
24160
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \begin_layout Standard
24167 また、例えば「章番号.
24168 \backslash
24169 Roman{footnote}」スキームを得るには、
24170 \series bold
24171
24172 \backslash
24173 numberwithin
24174 \series default
24175 の代わりに以下のコマンドを使用してください。
24176 \end_layout
24177
24178 \begin_layout Standard
24179
24180 \series bold
24181
24182 \backslash
24183 renewcommand{
24184 \backslash
24185 thefootnote}{
24186 \backslash
24187 thechapter.
24188 \backslash
24189 Roman{footnote}}
24190 \end_layout
24191
24192 \begin_layout Subsection
24193 脚注の配置
24194 \begin_inset Index idx
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198 きゃくちゅう@脚注 ! はいち@配置
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout Standard
24207 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
24208 ブルに足して、1.5
24209 \begin_inset space \thinspace{}
24210 \end_inset
24211
24212 mmの余白を追加することもできます。
24213 \end_layout
24214
24215 \begin_layout Standard
24216
24217 \series bold
24218
24219 \backslash
24220 let
24221 \backslash
24222 myFoot
24223 \backslash
24224 footnote
24225 \begin_inset Newline newline
24226 \end_inset
24227
24228
24229 \backslash
24230 renewcommand{
24231 \backslash
24232 footnote}[1]{
24233 \backslash
24234 myFoot{#1
24235 \backslash
24236 vspace{1.5mm}}}
24237 \end_layout
24238
24239 \begin_layout Standard
24240 \begin_inset VSpace bigskip
24241 \end_inset
24242
24243 二段組文書では、脚注は各段底部に表示されます(図
24244 \begin_inset CommandInset ref
24245 LatexCommand ref
24246 reference "fig:標準的脚注配置"
24247
24248 \end_inset
24249
24250 )。図
24251 \begin_inset CommandInset ref
24252 LatexCommand ref
24253 reference "fig:ftnright脚注配置"
24254
24255 \end_inset
24256
24257 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
24258 \end_layout
24259
24260 \begin_layout Standard
24261
24262 \series bold
24263
24264 \backslash
24265 usepackage{ftnright}
24266 \end_layout
24267
24268 \begin_layout Standard
24269 というコマンドを書いて、LaTeXパッケージ
24270 \series bold
24271 ftnright
24272 \series default
24273
24274 \begin_inset Index idx
24275 status collapsed
24276
24277 \begin_layout Plain Layout
24278 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
24279 \end_layout
24280
24281 \end_inset
24282
24283 を読み込みます。
24284 \begin_inset Float figure
24285 placement !h
24286 wide false
24287 sideways false
24288 status open
24289
24290 \begin_layout Plain Layout
24291 \begin_inset ERT
24292 status collapsed
24293
24294 \begin_layout Plain Layout
24295
24296
24297 \backslash
24298 framebox{
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \begin_inset Graphics
24305         filename ../clipart/without_fntright.pdf
24306         width 100col%
24307         scaleBeforeRotation
24308
24309 \end_inset
24310
24311
24312 \begin_inset ERT
24313 status collapsed
24314
24315 \begin_layout Plain Layout
24316
24317 }
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Plain Layout
24326 \begin_inset Caption
24327
24328 \begin_layout Plain Layout
24329 \begin_inset CommandInset label
24330 LatexCommand label
24331 name "fig:標準的脚注配置"
24332
24333 \end_inset
24334
24335 二段組文書の標準的な脚注配置
24336 \end_layout
24337
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \begin_layout Standard
24349 \begin_inset Float figure
24350 placement !h
24351 wide false
24352 sideways false
24353 status open
24354
24355 \begin_layout Plain Layout
24356 \begin_inset ERT
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360
24361
24362 \backslash
24363 framebox{
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \begin_inset Graphics
24370         filename ../clipart/with_fntright.pdf
24371         width 100col%
24372         scaleBeforeRotation
24373
24374 \end_inset
24375
24376
24377 \begin_inset ERT
24378 status collapsed
24379
24380 \begin_layout Plain Layout
24381
24382 }
24383 \end_layout
24384
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \begin_layout Plain Layout
24391 \begin_inset Caption
24392
24393 \begin_layout Plain Layout
24394 \begin_inset CommandInset label
24395 LatexCommand label
24396 name "fig:ftnright脚注配置"
24397
24398 \end_inset
24399
24400 LaTeXパッケージ
24401 \series bold
24402 ftnright
24403 \series default
24404 を使用したときの二段組文書の脚注配置
24405 \end_layout
24406
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Standard
24418 \begin_inset VSpace bigskip
24419 \end_inset
24420
24421 科学的文献に於いては、図
24422 \begin_inset CommandInset ref
24423 LatexCommand ref
24424 reference "fig:後注"
24425
24426 \end_inset
24427
24428 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24429 \begin_inset Index idx
24430 status collapsed
24431
24432 \begin_layout Plain Layout
24433 こちゅう@後注
24434 \end_layout
24435
24436 \end_inset
24437
24438 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24439 \family sans
24440 文書\SpecialChar \menuseparator
24441 設定\SpecialChar \menuseparator
24442 モジュール
24443 \family default
24444 メニューで
24445 \family sans
24446 脚注から後注へ
24447 \family default
24448 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24449 \end_layout
24450
24451 \begin_layout Standard
24452
24453 \series bold
24454
24455 \backslash
24456 theendnotes
24457 \end_layout
24458
24459 \begin_layout Standard
24460 というコマンドを挿入してください。
24461 \end_layout
24462
24463 \begin_layout Standard
24464 \begin_inset Float figure
24465 wide false
24466 sideways false
24467 status open
24468
24469 \begin_layout Plain Layout
24470 \align center
24471 \begin_inset ERT
24472 status collapsed
24473
24474 \begin_layout Plain Layout
24475
24476
24477 \backslash
24478 framebox{
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \begin_inset Graphics
24485         filename ../clipart/endnotes.pdf
24486         scaleBeforeRotation
24487
24488 \end_inset
24489
24490
24491 \begin_inset ERT
24492 status collapsed
24493
24494 \begin_layout Plain Layout
24495
24496 }
24497 \end_layout
24498
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \begin_layout Plain Layout
24505 \begin_inset Caption
24506
24507 \begin_layout Plain Layout
24508 \begin_inset CommandInset label
24509 LatexCommand label
24510 name "fig:後注"
24511
24512 \end_inset
24513
24514 後注 – 注を節ないし章末に別段落として印字します。
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \begin_layout Standard
24528 \begin_inset VSpace medskip
24529 \end_inset
24530
24531 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24532 \end_layout
24533
24534 \begin_layout Standard
24535
24536 \series bold
24537
24538 \backslash
24539 renewcommand{
24540 \backslash
24541 notesname}{Anmerkungen}
24542 \end_layout
24543
24544 \begin_layout Standard
24545 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24546 \end_layout
24547
24548 \begin_layout Standard
24549 \begin_inset VSpace medskip
24550 \end_inset
24551
24552
24553 \begin_inset CommandInset ref
24554 LatexCommand ref
24555 reference "sub:脚注の付番"
24556
24557 \end_inset
24558
24559 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24560 \series bold
24561
24562 \backslash
24563 thefootnote
24564 \series default
24565 コマンドの代わりに
24566 \series bold
24567
24568 \backslash
24569 theendnote
24570 \series default
24571 を用いてください。後注番号をリセットするには、第
24572 \begin_inset CommandInset ref
24573 LatexCommand ref
24574 reference "sub:脚注の付番"
24575
24576 \end_inset
24577
24578 節で述べたコマンド
24579 \series bold
24580
24581 \backslash
24582 @addtoreset
24583 \series default
24584 の、パラメータ
24585 \series bold
24586 footnote
24587 \series default
24588
24589 \series bold
24590 endnote
24591 \series default
24592 に変えて、使用してください。
24593 \end_layout
24594
24595 \begin_layout Standard
24596 後注の印だけを作成するには、第
24597 \begin_inset CommandInset ref
24598 LatexCommand ref
24599 reference "sec:脚注"
24600
24601 \end_inset
24602
24603 節で説明した
24604 \series bold
24605
24606 \backslash
24607 footnotemark
24608 \series default
24609 コマンドの代わりに、
24610 \series bold
24611
24612 \backslash
24613 endnotemark[番号]
24614 \series default
24615 コマンドを使用してください。
24616 \end_layout
24617
24618 \begin_layout Standard
24619 \begin_inset VSpace bigskip
24620 \end_inset
24621
24622 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24623 \series bold
24624 footmisc
24625 \series default
24626
24627 \begin_inset Index idx
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \begin_inset CommandInset citation
24638 LatexCommand cite
24639 key "footmisc"
24640
24641 \end_inset
24642
24643 を参照してください。
24644 \end_layout
24645
24646 \begin_layout Standard
24647 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24648 \begin_inset CommandInset citation
24649 LatexCommand cite
24650 key "latexcompanion,latexguide,latexbook"
24651
24652 \end_inset
24653
24654 に載っています。 
24655 \lang english
24656 If you are using a
24657 \lang japanese
24658  
24659 \series bold
24660 KOMA-Script
24661 \series default
24662
24663 \begin_inset Index idx
24664 status collapsed
24665
24666 \begin_layout Plain Layout
24667 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24668 \end_layout
24669
24670 \end_inset
24671
24672  
24673 \lang english
24674 document class, you can adjust all footnote settings using class-specific
24675  commands, see
24676 \lang japanese
24677  
24678 \begin_inset CommandInset citation
24679 LatexCommand cite
24680 key "KOMA-Script"
24681
24682 \end_inset
24683
24684 .
24685 \end_layout
24686
24687 \begin_layout Section
24688 傍注
24689 \begin_inset Index idx
24690 status collapsed
24691
24692 \begin_layout Plain Layout
24693 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Standard
24702 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24703 \family sans
24704 挿入\SpecialChar \menuseparator
24705 傍注
24706 \family default
24707 メニューかツールバーボタン
24708 \begin_inset Graphics
24709         filename ../../images/marginalnote-insert.png
24710         scale 85
24711         scaleBeforeRotation
24712
24713 \end_inset
24714
24715 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24716 \end_layout
24717
24718 \begin_layout Standard
24719 横にあるのが傍注です
24720 \begin_inset Marginal
24721 status open
24722
24723 \begin_layout Plain Layout
24724 これは傍注文です。
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Standard
24733 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24734 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24735 \end_layout
24736
24737 \begin_layout Standard
24738 \begin_inset VSpace bigskip
24739 \end_inset
24740
24741 傍注を内側余白に置くには、傍注の前にTeXコードで
24742 \end_layout
24743
24744 \begin_layout Standard
24745
24746 \series bold
24747
24748 \backslash
24749 reversemarginpar
24750 \end_layout
24751
24752 \begin_layout Standard
24753 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24754 \begin_inset ERT
24755 status collapsed
24756
24757 \begin_layout Plain Layout
24758
24759
24760 \backslash
24761 reversemarginpar 
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \begin_inset Marginal
24768 status open
24769
24770 \begin_layout Plain Layout
24771 これは内側余白の傍注です。
24772 \end_layout
24773
24774 \end_inset
24775
24776
24777 \series bold
24778
24779 \begin_inset Newline newline
24780 \end_inset
24781
24782
24783 \series default
24784
24785 \begin_inset Note Greyedout
24786 status open
24787
24788 \begin_layout Plain Layout
24789 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 既定の配置に戻すには、TeXコードで
24799 \end_layout
24800
24801 \begin_layout Standard
24802
24803 \series bold
24804
24805 \backslash
24806 normalmarginpar
24807 \end_layout
24808
24809 \begin_layout Standard
24810 というコマンドを書き加えてください。
24811 \begin_inset ERT
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815
24816
24817 \backslash
24818 normalmarginpar 
24819 \end_layout
24820
24821 \end_inset
24822
24823  
24824 \begin_inset Note Greyedout
24825 status open
24826
24827 \begin_layout Plain Layout
24828
24829 \series bold
24830 【註】
24831 \backslash
24832 reversemarginpar
24833 \series default
24834 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Standard
24843 \begin_inset VSpace bigskip
24844 \end_inset
24845
24846
24847 \begin_inset Marginal
24848 status open
24849
24850 \begin_layout Plain Layout
24851 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \begin_inset CommandInset ref
24858 LatexCommand ref
24859 reference "sub:複数行"
24860
24861 \end_inset
24862
24863 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24864 \begin_inset space \thinspace{}
24865 \end_inset
24866
24867 pt水平空白を挿入してください 
24868 \begin_inset Marginal
24869 status open
24870
24871 \begin_layout Plain Layout
24872 \begin_inset space \hspace*{}
24873 \length 0pt
24874 \end_inset
24875
24876 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24877 \end_layout
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset VSpace bigskip
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \begin_layout Standard
24892 \begin_inset Note Greyedout
24893 status open
24894
24895 \begin_layout Plain Layout
24896
24897 \series bold
24898 【註】
24899 \series default
24900 通常、傍注は表やフロート、脚注の中では使用することができません。
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \begin_layout Standard
24909 \begin_inset VSpace bigskip
24910 \end_inset
24911
24912
24913 \end_layout
24914
24915 \begin_layout Standard
24916 \begin_inset ERT
24917 status collapsed
24918
24919 \begin_layout Plain Layout
24920
24921
24922 \backslash
24923 ifmarginnote
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \begin_inset Note Note
24930 status open
24931
24932 \begin_layout Plain Layout
24933 以下の部分は、LaTeXパッケージ
24934 \series bold
24935 marginnote
24936 \series default
24937 が導入されているときのみ表示されます。
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \begin_layout Standard
24946 この制約は、LaTeXパッケージ
24947 \series bold
24948 marginnote
24949 \series default
24950
24951 \begin_inset Index idx
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24956 \end_layout
24957
24958 \end_inset
24959
24960 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24961 \series bold
24962 marginnote
24963 \series default
24964 パッケージが提供するコマンドを使うようになります。
24965 \end_layout
24966
24967 \begin_layout Standard
24968
24969 \series bold
24970
24971 \backslash
24972 usepackage{marginnote}
24973 \begin_inset Newline newline
24974 \end_inset
24975
24976
24977 \backslash
24978 let
24979 \backslash
24980 marginpar
24981 \backslash
24982 marginnote
24983 \end_layout
24984
24985 \begin_layout Standard
24986
24987 \series bold
24988 marginnote
24989 \series default
24990 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24991 \series bold
24992 marginnote
24993 \series default
24994 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24995 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24996 \end_layout
24997
24998 \begin_layout Standard
24999
25000 \series bold
25001 [オフセット]
25002 \end_layout
25003
25004 \begin_layout Standard
25005 という形で書くことで設定することができます。ここで「オフセット」には、表
25006 \begin_inset CommandInset ref
25007 LatexCommand ref
25008 reference "tab:単位"
25009
25010 \end_inset
25011
25012 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
25013 \series bold
25014 [-1.5cm]
25015 \series default
25016 」を使用して、1.5
25017 \begin_inset space \thinspace{}
25018 \end_inset
25019
25020 cm上にずらしてあります
25021 \begin_inset Marginal
25022 status open
25023
25024 \begin_layout Plain Layout
25025 この傍注は、本来の位置よりも1.5
25026 \begin_inset space \thinspace{}
25027 \end_inset
25028
25029 cm上にずらしてあります。
25030 \end_layout
25031
25032 \end_inset
25033
25034
25035 \begin_inset ERT
25036 status collapsed
25037
25038 \begin_layout Plain Layout
25039
25040 [-1.5cm]
25041 \end_layout
25042
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \begin_layout Standard
25049 \begin_inset VSpace medskip
25050 \end_inset
25051
25052
25053 \series bold
25054 marginnote
25055 \series default
25056 を使うと、傍注の揃えを変更することもできます。たとえば、
25057 \end_layout
25058
25059 \begin_layout Standard
25060
25061 \series bold
25062
25063 \backslash
25064 renewcommand*{
25065 \backslash
25066 raggedleftmarginnote}{
25067 \backslash
25068 centering}
25069 \begin_inset Newline newline
25070 \end_inset
25071
25072
25073 \backslash
25074 renewcommand*{
25075 \backslash
25076 raggedrightmarginnote}{
25077 \backslash
25078 centering}
25079 \end_layout
25080
25081 \begin_layout Standard
25082 というコマンドを使うと、中央揃えになります。
25083 \series bold
25084
25085 \backslash
25086 raggedleftmarginnote
25087 \series default
25088 とは、左側に表示されている傍注のことを指します
25089 \begin_inset ERT
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093
25094
25095 \backslash
25096 renewcommand*{
25097 \backslash
25098 raggedleftmarginnote}{
25099 \backslash
25100 centering}
25101 \end_layout
25102
25103 \begin_layout Plain Layout
25104
25105
25106 \backslash
25107 renewcommand*{
25108 \backslash
25109 raggedrightmarginnote}{
25110 \backslash
25111 centering}
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \begin_inset Marginal
25118 status open
25119
25120 \begin_layout Plain Layout
25121 この傍注の文章は中央揃えになっています。
25122 \end_layout
25123
25124 \end_inset
25125
25126 。既定の設定は、
25127 \end_layout
25128
25129 \begin_layout Standard
25130
25131 \series bold
25132
25133 \backslash
25134 renewcommand*{
25135 \backslash
25136 raggedleftmarginnote}{
25137 \backslash
25138 raggedleft}
25139 \begin_inset Newline newline
25140 \end_inset
25141
25142
25143 \backslash
25144 renewcommand*{
25145 \backslash
25146 raggedrightmarginnote}{
25147 \backslash
25148 raggedright}
25149 \series default
25150
25151 \begin_inset ERT
25152 status collapsed
25153
25154 \begin_layout Plain Layout
25155
25156
25157 \backslash
25158 renewcommand*{
25159 \backslash
25160 raggedleftmarginnote}{
25161 \backslash
25162 raggedleft}
25163 \end_layout
25164
25165 \begin_layout Plain Layout
25166
25167
25168 \backslash
25169 renewcommand*{
25170 \backslash
25171 raggedrightmarginnote}{
25172 \backslash
25173 raggedright}
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \begin_layout Standard
25182 です。
25183 \end_layout
25184
25185 \begin_layout Standard
25186 \begin_inset VSpace medskip
25187 \end_inset
25188
25189
25190 \series bold
25191 marginnote
25192 \series default
25193 の他の機能については、
25194 \begin_inset CommandInset citation
25195 LatexCommand cite
25196 key "marginnote"
25197
25198 \end_inset
25199
25200 の取扱説明書をご参照ください。
25201 \end_layout
25202
25203 \begin_layout Standard
25204 \begin_inset VSpace bigskip
25205 \end_inset
25206
25207 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
25208 \family sans
25209 \series bold
25210 \bar under
25211 注意!
25212 \family default
25213 \series default
25214 \bar default
25215 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
25216 \end_layout
25217
25218 \begin_layout Standard
25219
25220 \series bold
25221
25222 \backslash
25223 let
25224 \backslash
25225 myMarginpar
25226 \backslash
25227 marginpar
25228 \begin_inset Newline newline
25229 \end_inset
25230
25231
25232 \backslash
25233 renewcommand{
25234 \backslash
25235 marginpar}[1]{
25236 \backslash
25237 myMarginpar{%
25238 \begin_inset Newline newline
25239 \end_inset
25240
25241
25242 \begin_inset Phantom HPhantom
25243 status open
25244
25245 \begin_layout Plain Layout
25246
25247 \series bold
25248 \begin_inset space ~
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \end_inset
25255
25256
25257 \backslash
25258 hspace{0pt}
25259 \backslash
25260 textsf{
25261 \backslash
25262 textbf{
25263 \backslash
25264 underbar{注意!}}}%
25265 \begin_inset Newline newline
25266 \end_inset
25267
25268
25269 \begin_inset Phantom HPhantom
25270 status open
25271
25272 \begin_layout Plain Layout
25273
25274 \series bold
25275 \begin_inset space ~
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \end_inset
25282
25283
25284 \backslash
25285 vspace{1.5mm}
25286 \backslash
25287
25288 \backslash
25289 #1}}
25290 \end_layout
25291
25292 \begin_layout Standard
25293 \begin_inset ERT
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297
25298
25299 \backslash
25300 let
25301 \backslash
25302 myMarginpar
25303 \backslash
25304 marginpar
25305 \end_layout
25306
25307 \begin_layout Plain Layout
25308
25309
25310 \backslash
25311 renewcommand{
25312 \backslash
25313 marginpar}[1]{
25314 \backslash
25315 myMarginpar{%
25316 \end_layout
25317
25318 \begin_layout Plain Layout
25319
25320    
25321 \backslash
25322 textsf{
25323 \backslash
25324 textbf{
25325 \backslash
25326 underbar{注意!}}}%
25327 \end_layout
25328
25329 \begin_layout Plain Layout
25330
25331    
25332 \backslash
25333 vspace{1.5mm}
25334 \backslash
25335
25336 \backslash
25337 #1}}
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \begin_inset Marginal
25344 status open
25345
25346 \begin_layout Plain Layout
25347 これは、定義したヘッダをつけた傍注です。
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \begin_inset ERT
25354 status collapsed
25355
25356 \begin_layout Plain Layout
25357
25358 [-1.5cm]
25359 \end_layout
25360
25361 \end_inset
25362
25363
25364 \begin_inset ERT
25365 status collapsed
25366
25367 \begin_layout Plain Layout
25368
25369
25370 \backslash
25371 renewcommand{
25372 \backslash
25373 marginpar}[1]{
25374 \backslash
25375 myMarginpar{#1}}
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \begin_inset Note Note
25382 status open
25383
25384 \begin_layout Plain Layout
25385 傍注書式は、この例の分だけ変更してあります。
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Standard
25394 \begin_inset ERT
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398
25399
25400 \backslash
25401 else
25402 \end_layout
25403
25404 \end_inset
25405
25406
25407 \begin_inset Note Note
25408 status open
25409
25410 \begin_layout Plain Layout
25411 以下の部分は、LaTeXパッケージ
25412 \series bold
25413 marginnote
25414 \series default
25415 が導入されていないときのみ表示されます。
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25425 \series bold
25426 marginnote
25427 \series default
25428 を導入する必要があります。
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset ERT
25433 status collapsed
25434
25435 \begin_layout Plain Layout
25436
25437
25438 \backslash
25439 fi
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Chapter
25448 ボックス
25449 \end_layout
25450
25451 \begin_layout Section
25452 はじめに
25453 \begin_inset Index idx
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457 ぼっくす@ボックス ! はじめに
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25467 \begin_inset CommandInset ref
25468 LatexCommand ref
25469 reference "sec:ミニページ"
25470
25471 \end_inset
25472
25473 節参照)、文章を囲ったり(第
25474 \begin_inset CommandInset ref
25475 LatexCommand ref
25476 reference "sec:装飾"
25477
25478 \end_inset
25479
25480 節参照)、単語がハイフネートされるのを予防したり(第
25481 \begin_inset CommandInset ref
25482 LatexCommand ref
25483 reference "sec:ハイフネーションの回避"
25484
25485 \end_inset
25486
25487 節参照)、文章を揃えたり(第
25488 \begin_inset CommandInset ref
25489 LatexCommand ref
25490 reference "sub:垂直揃え"
25491
25492 \end_inset
25493
25494 節参照)、あるいは文章の背景色を設定したり(第
25495 \begin_inset CommandInset ref
25496 LatexCommand ref
25497 reference "sec:色付きボックス"
25498
25499 \end_inset
25500
25501 節参照)するのに使用します。
25502 \end_layout
25503
25504 \begin_layout Standard
25505 ボックスは、
25506 \family sans
25507 挿入\SpecialChar \menuseparator
25508 ボックス
25509 \family default
25510 メニューかツールバーボタン
25511 \begin_inset Graphics
25512         filename ../../images/box-insert.png
25513         scale 85
25514         scaleBeforeRotation
25515
25516 \end_inset
25517
25518 を使って挿入することができます。すると、
25519 \begin_inset Graphics
25520         filename ../clipart/BoxInsetDefaultQt4.png
25521         scale 85
25522         scaleBeforeRotation
25523
25524 \end_inset
25525
25526 のように
25527 \family sans
25528 ボックス(minipage環境)
25529 \family default
25530 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25531 \family sans
25532 設定
25533 \family default
25534 メニューを選択すると現れるボックスダイアログでは、
25535 \family sans
25536 parboxコマンド
25537 \family default
25538
25539 \family sans
25540 minipage環境
25541 \family default
25542 の二つの
25543 \family sans
25544 内部ボックス
25545 \family default
25546 型を選択することができます。
25547 \family sans
25548 minipage
25549 \family default
25550 型は、新規ボックスの既定値となっており、第
25551 \begin_inset CommandInset ref
25552 LatexCommand ref
25553 reference "sec:ミニページ"
25554
25555 \end_inset
25556
25557 節で説明します。
25558 \family sans
25559 parbox
25560 \family default
25561 型については第
25562 \begin_inset CommandInset ref
25563 LatexCommand ref
25564 reference "sec:Parboxes"
25565
25566 \end_inset
25567
25568 節、
25569 \family sans
25570 makebox
25571 \family default
25572 型については第
25573 \begin_inset CommandInset ref
25574 LatexCommand ref
25575 reference "sec:ハイフネーションの回避"
25576
25577 \end_inset
25578
25579 節で述べます。
25580 \end_layout
25581
25582 \begin_layout Standard
25583 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25584 \end_layout
25585
25586 \begin_layout Standard
25587 \begin_inset Note Greyedout
25588 status open
25589
25590 \begin_layout Plain Layout
25591 【註】ボックスは、
25592 \family sans
25593 箇条書き(記号)
25594 \family default
25595 環境や
25596 \family sans
25597 箇条書き(記述)
25598 \family default
25599 環境の単独要素とすべきではありません。
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Standard
25608 \begin_inset Note Greyedout
25609 status open
25610
25611 \begin_layout Plain Layout
25612 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25613 \family sans
25614 内部ボックス
25615 \family default
25616 型は
25617 \family sans
25618 なし
25619 \family default
25620 にしか設定することができません。
25621 \family sans
25622 内部ボックス
25623 \family default
25624 型や枠のないボックスについては、第
25625 \begin_inset CommandInset ref
25626 LatexCommand ref
25627 reference "sec:ハイフネーションの回避"
25628
25629 \end_inset
25630
25631 節で説明します。
25632 \end_layout
25633
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \begin_layout Section
25640 ボックスダイアログ
25641 \begin_inset CommandInset label
25642 LatexCommand label
25643 name "sec:ボックスダイアログ"
25644
25645 \end_inset
25646
25647
25648 \begin_inset Index idx
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \begin_layout Subsection
25661 寸法
25662 \begin_inset Index idx
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666 ぼっくす@ボックス ! すんぽう@寸法
25667 \end_layout
25668
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \begin_layout Standard
25675 ボックスダイアログでは、
25676 \family sans
25677
25678 \family default
25679
25680 \family sans
25681 高さ
25682 \family default
25683 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25684 \begin_inset CommandInset ref
25685 LatexCommand ref
25686 reference "tab:単位"
25687
25688 \end_inset
25689
25690 に説明されています。
25691 \family sans
25692 高さ
25693 \family default
25694 フィールドには、加えて以下の寸法を使用することができます。
25695 \end_layout
25696
25697 \begin_layout Description
25698 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25699 \begin_inset Newline newline
25700 \end_inset
25701
25702
25703 \begin_inset Newline newline
25704 \end_inset
25705
25706
25707 \begin_inset Newline newline
25708 \end_inset
25709
25710
25711 \begin_inset Box Boxed
25712 position "c"
25713 hor_pos "c"
25714 has_inner_box 1
25715 inner_pos "c"
25716 use_parbox 0
25717 use_makebox 0
25718 width "12col%"
25719 special "none"
25720 height "1in"
25721 height_special "depth"
25722 status open
25723
25724 \begin_layout Plain Layout
25725 \align center
25726 高さを1階層に設定したボックス
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \begin_inset Newline newline
25733 \end_inset
25734
25735
25736 \begin_inset Newline newline
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \begin_layout Description
25743 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25744 \begin_inset Box Boxed
25745 position "c"
25746 hor_pos "c"
25747 has_inner_box 1
25748 inner_pos "c"
25749 use_parbox 0
25750 use_makebox 0
25751 width "20col%"
25752 special "none"
25753 height "2in"
25754 height_special "height"
25755 status open
25756
25757 \begin_layout Plain Layout
25758 \align center
25759 高さを2高さに設定したボックス
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \begin_layout Description
25768 全高 これは「高さ」+「階層」です。
25769 \begin_inset Box Boxed
25770 position "c"
25771 hor_pos "c"
25772 has_inner_box 1
25773 inner_pos "c"
25774 use_parbox 0
25775 use_makebox 0
25776 width "20col%"
25777 special "none"
25778 height "1in"
25779 height_special "totalheight"
25780 status open
25781
25782 \begin_layout Plain Layout
25783 \align center
25784 高さを1全高に設定したボックス
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \end_layout
25791
25792 \begin_layout Description
25793 幅 これはボックスの幅を高さに設定します。
25794 \begin_inset Box Boxed
25795 position "c"
25796 hor_pos "c"
25797 has_inner_box 1
25798 inner_pos "c"
25799 use_parbox 0
25800 use_makebox 0
25801 width "12col%"
25802 special "none"
25803 height "1in"
25804 height_special "width"
25805 status open
25806
25807 \begin_layout Plain Layout
25808 \align center
25809 高さを1幅に設定したボックス
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \end_layout
25816
25817 \begin_layout Subsection
25818 文字揃え
25819 \begin_inset Index idx
25820 status collapsed
25821
25822 \begin_layout Plain Layout
25823 ぼっくす@ボックス ! もじそろえ@文字揃え
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Standard
25832
25833 \family sans
25834 内部ボックス
25835 \family default
25836 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25837 \end_layout
25838
25839 \begin_layout Description
25840 上 これは例示のための本文行です。
25841 \begin_inset Box Boxed
25842 position "t"
25843 hor_pos "c"
25844 has_inner_box 1
25845 inner_pos "c"
25846 use_parbox 0
25847 use_makebox 0
25848 width "12col%"
25849 special "none"
25850 height "1in"
25851 height_special "totalheight"
25852 status open
25853
25854 \begin_layout Plain Layout
25855 \align center
25856 このボックスは上揃えです。
25857 \end_layout
25858
25859 \end_inset
25860
25861 これは例示のための本文行です。
25862 \end_layout
25863
25864 \begin_layout Description
25865 中央 これは例示のための本文行です。
25866 \begin_inset Box Boxed
25867 position "c"
25868 hor_pos "c"
25869 has_inner_box 1
25870 inner_pos "c"
25871 use_parbox 0
25872 use_makebox 0
25873 width "12col%"
25874 special "none"
25875 height "1in"
25876 height_special "totalheight"
25877 status open
25878
25879 \begin_layout Plain Layout
25880 \align center
25881 このボックスは中央揃えです。
25882 \end_layout
25883
25884 \end_inset
25885
25886 これは例示のための本文行です。
25887 \end_layout
25888
25889 \begin_layout Description
25890 下 これは例示のための本文行です。
25891 \begin_inset Box Boxed
25892 position "b"
25893 hor_pos "c"
25894 has_inner_box 1
25895 inner_pos "c"
25896 use_parbox 0
25897 use_makebox 0
25898 width "12col%"
25899 special "none"
25900 height "1in"
25901 height_special "totalheight"
25902 status open
25903
25904 \begin_layout Plain Layout
25905 \align center
25906 このボックスは下揃えです。
25907 \end_layout
25908
25909 \end_inset
25910
25911 これは例示のための本文行です。
25912 \end_layout
25913
25914 \begin_layout Standard
25915 \begin_inset Note Greyedout
25916 status open
25917
25918 \begin_layout Plain Layout
25919
25920 \series bold
25921 【註】
25922 \series default
25923 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Standard
25932 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25933 \end_layout
25934
25935 \begin_layout Standard
25936 \begin_inset VSpace bigskip
25937 \end_inset
25938
25939
25940 \family sans
25941 内部ボックス
25942 \family default
25943 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25944 \end_layout
25945
25946 \begin_layout Description
25947 上 これは例示のための本文行です。
25948 \begin_inset Box Boxed
25949 position "c"
25950 hor_pos "c"
25951 has_inner_box 1
25952 inner_pos "t"
25953 use_parbox 0
25954 use_makebox 0
25955 width "12col%"
25956 special "none"
25957 height "1.5in"
25958 height_special "totalheight"
25959 status open
25960
25961 \begin_layout Plain Layout
25962 \align center
25963 このボックスの文章は上揃えです。
25964 \end_layout
25965
25966 \end_inset
25967
25968 これは例示のための本文行です。
25969 \end_layout
25970
25971 \begin_layout Description
25972 中央 これは例示のための本文行です。
25973 \begin_inset Box Boxed
25974 position "c"
25975 hor_pos "c"
25976 has_inner_box 1
25977 inner_pos "c"
25978 use_parbox 0
25979 use_makebox 0
25980 width "12col%"
25981 special "none"
25982 height "1.5in"
25983 height_special "totalheight"
25984 status open
25985
25986 \begin_layout Plain Layout
25987 \align center
25988 このボックスの文章は中央揃えです。
25989 \end_layout
25990
25991 \end_inset
25992
25993 これは例示のための本文行です。
25994 \end_layout
25995
25996 \begin_layout Description
25997 下 これは例示のための本文行です。
25998 \begin_inset Box Boxed
25999 position "c"
26000 hor_pos "c"
26001 has_inner_box 1
26002 inner_pos "b"
26003 use_parbox 0
26004 use_makebox 0
26005 width "12col%"
26006 special "none"
26007 height "1.5in"
26008 height_special "totalheight"
26009 status open
26010
26011 \begin_layout Plain Layout
26012 \align center
26013 このボックスの文章は下揃えです。
26014 \end_layout
26015
26016 \end_inset
26017
26018 これは例示のための本文行です。
26019 \end_layout
26020
26021 \begin_layout Description
26022 広げる これは例示のための本文行です。
26023 \begin_inset Box Boxed
26024 position "c"
26025 hor_pos "c"
26026 has_inner_box 1
26027 inner_pos "s"
26028 use_parbox 0
26029 use_makebox 0
26030 width "17col%"
26031 special "none"
26032 height "1.5in"
26033 height_special "totalheight"
26034 status open
26035
26036 \begin_layout Plain Layout
26037 \align center
26038 このボックスの
26039 \end_layout
26040
26041 \begin_layout Plain Layout
26042 \align center
26043 文章は広げて
26044 \end_layout
26045
26046 \begin_layout Plain Layout
26047 \align center
26048 あります。
26049 \end_layout
26050
26051 \end_inset
26052
26053 これは例示のための本文行です。
26054 \end_layout
26055
26056 \begin_layout Standard
26057 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
26058 \end_layout
26059
26060 \begin_layout Standard
26061 \begin_inset VSpace bigskip
26062 \end_inset
26063
26064
26065 \family sans
26066 内部ボックス
26067 \family default
26068 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \align center
26073 \begin_inset Box Boxed
26074 position "c"
26075 hor_pos "c"
26076 has_inner_box 1
26077 inner_pos "s"
26078 use_parbox 0
26079 use_makebox 0
26080 width "25col%"
26081 special "none"
26082 height "1.25in"
26083 height_special "totalheight"
26084 status open
26085
26086 \begin_layout Plain Layout
26087 \align left
26088 このボックスの
26089 \end_layout
26090
26091 \begin_layout Plain Layout
26092 \align center
26093 文章は広げて
26094 \end_layout
26095
26096 \begin_layout Plain Layout
26097 \align right
26098 あります。
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107
26108 \family sans
26109 内部ボックス
26110 \family default
26111 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
26112 \end_layout
26113
26114 \begin_layout Standard
26115 \align center
26116 \begin_inset Box Boxed
26117 position "c"
26118 hor_pos "s"
26119 has_inner_box 0
26120 inner_pos "s"
26121 use_parbox 0
26122 use_makebox 0
26123 width "90col%"
26124 special "none"
26125 height "1.25in"
26126 height_special "totalheight"
26127 status open
26128
26129 \begin_layout Plain Layout
26130 このボックスの文章は水平方向に広げてあります。
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Subsection
26139 装飾
26140 \begin_inset CommandInset label
26141 LatexCommand label
26142 name "sec:装飾"
26143
26144 \end_inset
26145
26146
26147 \begin_inset Index idx
26148 status collapsed
26149
26150 \begin_layout Plain Layout
26151 ぼっくす@ボックス ! そうしょく@装飾
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \begin_layout Standard
26160 ボックス型は、ボックスダイアログ中の
26161 \family sans
26162 装飾
26163 \family default
26164 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
26165 \end_layout
26166
26167 \begin_layout Description
26168 縁なし 枠を描きません。
26169 \end_layout
26170
26171 \begin_layout Description
26172 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
26173 \series bold
26174
26175 \backslash
26176 fboxrule
26177 \series default
26178 の値になります。 
26179 \begin_inset Box Boxed
26180 position "c"
26181 hor_pos "c"
26182 has_inner_box 1
26183 inner_pos "c"
26184 use_parbox 0
26185 use_makebox 0
26186 width "20col%"
26187 special "none"
26188 height "1in"
26189 height_special "totalheight"
26190 status open
26191
26192 \begin_layout Plain Layout
26193 \align center
26194 長方形の箱型
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \begin_layout Description
26203 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
26204 \begin_inset space \thinspace{}
26205 \end_inset
26206
26207 ptです。 
26208 \begin_inset Box ovalbox
26209 position "c"
26210 hor_pos "c"
26211 has_inner_box 1
26212 inner_pos "c"
26213 use_parbox 0
26214 use_makebox 0
26215 width "20col%"
26216 special "none"
26217 height "1in"
26218 height_special "totalheight"
26219 status open
26220
26221 \begin_layout Plain Layout
26222 \align center
26223 楕円形の箱型(細線)
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \begin_layout Description
26232 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
26233 \begin_inset space \thinspace{}
26234 \end_inset
26235
26236 ptです。 
26237 \begin_inset Box Ovalbox
26238 position "c"
26239 hor_pos "c"
26240 has_inner_box 1
26241 inner_pos "c"
26242 use_parbox 0
26243 use_makebox 0
26244 width "20col%"
26245 special "none"
26246 height "1in"
26247 height_special "totalheight"
26248 status open
26249
26250 \begin_layout Plain Layout
26251 \align center
26252 楕円形の箱型(太線)
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \begin_layout Description
26261 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
26262 \series bold
26263
26264 \backslash
26265 fboxrule
26266 \series default
26267 の値になり、影の幅は4
26268 \begin_inset space \thinspace{}
26269 \end_inset
26270
26271 ptになります。
26272 \begin_inset Box Shadowbox
26273 position "c"
26274 hor_pos "c"
26275 has_inner_box 1
26276 inner_pos "c"
26277 use_parbox 0
26278 use_makebox 0
26279 width "20col%"
26280 special "none"
26281 height "1in"
26282 height_special "totalheight"
26283 status open
26284
26285 \begin_layout Plain Layout
26286 \align center
26287 影付きの箱型
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Description
26296 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
26297 \begin_inset Foot
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301
26302 \begin_inset CommandInset ref
26303 LatexCommand ref
26304 reference "sec:色付きボックス"
26305
26306 \end_inset
26307
26308 節を参照のこと。
26309 \end_layout
26310
26311 \end_inset
26312
26313 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
26314 \begin_inset Box Shaded
26315 position "t"
26316 hor_pos "c"
26317 has_inner_box 0
26318 inner_pos "t"
26319 use_parbox 0
26320 use_makebox 0
26321 width "50col%"
26322 special "none"
26323 height "1in"
26324 height_special "totalheight"
26325 status open
26326
26327 \begin_layout Plain Layout
26328 影付き背景の箱型
26329 \end_layout
26330
26331 \end_inset
26332
26333
26334 \end_layout
26335
26336 \begin_layout Description
26337 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
26338 \begin_inset space \thinspace{}
26339 \end_inset
26340
26341
26342 \series bold
26343
26344 \backslash
26345 fboxrule
26346 \series default
26347 であり、外側の枠線の太さは1.5
26348 \begin_inset space \thinspace{}
26349 \end_inset
26350
26351
26352 \series bold
26353
26354 \backslash
26355 fboxrule
26356 \series default
26357 です。枠線間の距離は1.5
26358 \begin_inset space \thinspace{}
26359 \end_inset
26360
26361
26362 \series bold
26363
26364 \backslash
26365 fboxrule
26366 \series default
26367
26368 \begin_inset space \thinspace{}
26369 \end_inset
26370
26371 +
26372 \begin_inset space \thinspace{}
26373 \end_inset
26374
26375 0.5
26376 \begin_inset space \thinspace{}
26377 \end_inset
26378
26379 ptです。 
26380 \begin_inset Box Doublebox
26381 position "c"
26382 hor_pos "c"
26383 has_inner_box 1
26384 inner_pos "c"
26385 use_parbox 0
26386 use_makebox 0
26387 width "20col%"
26388 special "none"
26389 height "1in"
26390 height_special "totalheight"
26391 status open
26392
26393 \begin_layout Plain Layout
26394 \align center
26395 二重の長方形の箱型
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \begin_layout Standard
26404 \begin_inset VSpace bigskip
26405 \end_inset
26406
26407 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26408 \series bold
26409 fancybox
26410 \series default
26411
26412 \begin_inset Index idx
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26417 \end_layout
26418
26419 \end_inset
26420
26421 が導入済みでなくてはなりません。
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset VSpace bigskip
26426 \end_inset
26427
26428 装飾として
26429 \family sans
26430 簡素な長方形の箱型
26431 \family default
26432 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26433 れ、このボックス型では
26434 \series bold
26435
26436 \backslash
26437 fboxrule
26438 \series default
26439
26440 \series bold
26441
26442 \backslash
26443 fboxsep
26444 \series default
26445 は無効となります。枠線の太さは
26446 \series bold
26447
26448 \backslash
26449 FrameRule
26450 \series default
26451 の値になります。 
26452 \begin_inset Box Framed
26453 position "t"
26454 hor_pos "c"
26455 has_inner_box 0
26456 inner_pos "t"
26457 use_parbox 0
26458 use_makebox 0
26459 width "100col%"
26460 special "none"
26461 height "1in"
26462 height_special "totalheight"
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466 改行可能な箱型
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \begin_layout Section
26475 ボックスの詳細な設定
26476 \begin_inset Index idx
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26481 \end_layout
26482
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \begin_layout Standard
26489 寸法
26490 \series bold
26491
26492 \backslash
26493 fboxrule
26494 \series default
26495 の既定値は0.4
26496 \begin_inset space \thinspace{}
26497 \end_inset
26498
26499 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26500 \begin_inset space \thinspace{}
26501 \end_inset
26502
26503 ptに変更することができます。
26504 \end_layout
26505
26506 \begin_layout Standard
26507
26508 \series bold
26509
26510 \backslash
26511 setlength{
26512 \backslash
26513 fboxrule}{2pt}
26514 \end_layout
26515
26516 \begin_layout Standard
26517 \begin_inset ERT
26518 status collapsed
26519
26520 \begin_layout Plain Layout
26521
26522
26523 \backslash
26524 setlength{
26525 \backslash
26526 fboxrule}{2pt}
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \begin_inset Box Boxed
26533 position "c"
26534 hor_pos "c"
26535 has_inner_box 1
26536 inner_pos "c"
26537 use_parbox 0
26538 use_makebox 0
26539 width "25col%"
26540 special "none"
26541 height "1in"
26542 height_special "totalheight"
26543 status open
26544
26545 \begin_layout Plain Layout
26546 \align center
26547
26548 \series bold
26549
26550 \backslash
26551 fboxrule
26552 \series default
26553
26554 \begin_inset space \thinspace{}
26555 \end_inset
26556
26557 =
26558 \begin_inset space \thinspace{}
26559 \end_inset
26560
26561 2
26562 \begin_inset space \thinspace{}
26563 \end_inset
26564
26565 ptの長方形の箱型
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \begin_inset ERT
26572 status collapsed
26573
26574 \begin_layout Plain Layout
26575
26576
26577 \backslash
26578 setlength{
26579 \backslash
26580 fboxrule}{0.4pt}
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Standard
26589 \begin_inset VSpace bigskip
26590 \end_inset
26591
26592 枠とボックスの内容との空白は、すべての枠様式について3
26593 \begin_inset space \thinspace{}
26594 \end_inset
26595
26596 ptが既定値になっています。これは、長さ
26597 \series bold
26598
26599 \backslash
26600 fboxsep
26601 \series default
26602 を別の値に設定することによって変更することができます。たとえば
26603 \end_layout
26604
26605 \begin_layout Standard
26606
26607 \series bold
26608
26609 \backslash
26610 setlength{
26611 \backslash
26612 fboxsep}{10pt}
26613 \end_layout
26614
26615 \begin_layout Standard
26616 というコマンドは、この値を10
26617 \begin_inset space \thinspace{}
26618 \end_inset
26619
26620 ptにし、以下のボックスのようになります。
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset ERT
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629
26630 \backslash
26631 setlength{
26632 \backslash
26633 fboxsep}{10pt}
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \begin_inset Box Boxed
26640 position "c"
26641 hor_pos "c"
26642 has_inner_box 1
26643 inner_pos "c"
26644 use_parbox 0
26645 use_makebox 0
26646 width "25col%"
26647 special "none"
26648 height "1in"
26649 height_special "totalheight"
26650 status open
26651
26652 \begin_layout Plain Layout
26653 \align center
26654
26655 \series bold
26656
26657 \backslash
26658 fboxsep
26659 \series default
26660
26661 \begin_inset space \thinspace{}
26662 \end_inset
26663
26664 =
26665 \begin_inset space \thinspace{}
26666 \end_inset
26667
26668 10
26669 \begin_inset space \thinspace{}
26670 \end_inset
26671
26672 ptの長方形の箱型
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \begin_inset ERT
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682
26683
26684 \backslash
26685 setlength{
26686 \backslash
26687 fboxsep}{3pt}
26688 \end_layout
26689
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \begin_layout Standard
26696 \begin_inset VSpace bigskip
26697 \end_inset
26698
26699 楕円形ボックスの丸い角の直径は、コマンド
26700 \series bold
26701
26702 \backslash
26703 cornersize
26704 \series default
26705 で設定することができます。
26706 \end_layout
26707
26708 \begin_layout Standard
26709
26710 \series bold
26711
26712 \backslash
26713 cornersize*{1cm}
26714 \end_layout
26715
26716 \begin_layout Standard
26717 というコマンドは、直径を1
26718 \begin_inset space \thinspace{}
26719 \end_inset
26720
26721 cmに設定します。
26722 \end_layout
26723
26724 \begin_layout Standard
26725
26726 \series bold
26727
26728 \backslash
26729 cornersize{数値}
26730 \end_layout
26731
26732 \begin_layout Standard
26733 というコマンドは、直径を
26734 \family sans
26735 数値
26736 \begin_inset space \thinspace{}
26737 \end_inset
26738
26739 ×
26740 \begin_inset space \thinspace{}
26741 \end_inset
26742
26743 (ボックスの幅と高さの小さい方)
26744 \family default
26745 に設定します。既定値は
26746 \series bold
26747
26748 \backslash
26749 cornersize{0.5}
26750 \series default
26751 です。
26752 \end_layout
26753
26754 \begin_layout Standard
26755 \begin_inset ERT
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759
26760
26761 \backslash
26762 cornersize*{1.5cm}
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \begin_inset Box Ovalbox
26769 position "c"
26770 hor_pos "c"
26771 has_inner_box 1
26772 inner_pos "c"
26773 use_parbox 0
26774 use_makebox 0
26775 width "25col%"
26776 special "none"
26777 height "1in"
26778 height_special "totalheight"
26779 status open
26780
26781 \begin_layout Plain Layout
26782 \align center
26783
26784 \series bold
26785
26786 \backslash
26787 cornersize
26788 \series default
26789
26790 \begin_inset space \thinspace{}
26791 \end_inset
26792
26793 =
26794 \begin_inset space \thinspace{}
26795 \end_inset
26796
26797 1.5
26798 \begin_inset space \thinspace{}
26799 \end_inset
26800
26801 cmの楕円形の箱型
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \begin_inset ERT
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811
26812
26813 \backslash
26814 cornersize{0.5}
26815 \end_layout
26816
26817 \end_inset
26818
26819
26820 \end_layout
26821
26822 \begin_layout Standard
26823 \begin_inset VSpace bigskip
26824 \end_inset
26825
26826 影の大きさは、長さ
26827 \series bold
26828
26829 \backslash
26830 shadowsize
26831 \series default
26832 を変更することで調整できます。以下のボックスでは
26833 \end_layout
26834
26835 \begin_layout Standard
26836
26837 \series bold
26838
26839 \backslash
26840 setlength{
26841 \backslash
26842 shadowsize}{2pt}
26843 \end_layout
26844
26845 \begin_layout Standard
26846 というコマンドを使って、2
26847 \begin_inset space \thinspace{}
26848 \end_inset
26849
26850 ptに設定しています。
26851 \end_layout
26852
26853 \begin_layout Standard
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 setlength{
26862 \backslash
26863 shadowsize}{2pt}
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \begin_inset Box Shadowbox
26870 position "c"
26871 hor_pos "c"
26872 has_inner_box 1
26873 inner_pos "c"
26874 use_parbox 0
26875 use_makebox 0
26876 width "25col%"
26877 special "none"
26878 height "1in"
26879 height_special "totalheight"
26880 status open
26881
26882 \begin_layout Plain Layout
26883 \align center
26884
26885 \series bold
26886
26887 \backslash
26888 shadowsize
26889 \series default
26890
26891 \begin_inset space \thinspace{}
26892 \end_inset
26893
26894 =
26895 \begin_inset space \thinspace{}
26896 \end_inset
26897
26898 2
26899 \begin_inset space \thinspace{}
26900 \end_inset
26901
26902 ptの影付きボックス
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 setlength{
26916 \backslash
26917 shadowsize}{4pt}
26918 \end_layout
26919
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \begin_layout Standard
26926 \begin_inset VSpace bigskip
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Standard
26933 寸法
26934 \series bold
26935
26936 \backslash
26937 FrameRule
26938 \series default
26939 の既定値は0.4
26940 \begin_inset space \thinspace{}
26941 \end_inset
26942
26943 ptです。ボックスの中身と枠の間の空白の既定値は9
26944 \begin_inset space \thinspace{}
26945 \end_inset
26946
26947 ptですが、
26948 \series bold
26949
26950 \backslash
26951 FrameSep
26952 \series default
26953 の値を変えることで変更することができます。たとえば、下記の
26954 \family sans
26955 ボックス
26956 \family default
26957 の枠の外見は、
26958 \end_layout
26959
26960 \begin_layout Standard
26961
26962 \series bold
26963
26964 \backslash
26965 setlength{
26966 \backslash
26967 FrameRule}{5pt}
26968 \begin_inset Newline newline
26969 \end_inset
26970
26971
26972 \backslash
26973 setlength{
26974 \backslash
26975 FrameSep}{0.5cm}
26976 \end_layout
26977
26978 \begin_layout Standard
26979 というTeXコードコマンドで設定してあります。
26980 \begin_inset ERT
26981 status collapsed
26982
26983 \begin_layout Plain Layout
26984
26985
26986 \backslash
26987 setlength{
26988 \backslash
26989 FrameRule}{5pt}
26990 \end_layout
26991
26992 \begin_layout Plain Layout
26993
26994
26995 \backslash
26996 setlength{
26997 \backslash
26998 FrameSep}{0.5cm}
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \begin_inset Box Framed
27005 position "t"
27006 hor_pos "c"
27007 has_inner_box 0
27008 inner_pos "t"
27009 use_parbox 0
27010 use_makebox 0
27011 width "100col%"
27012 special "none"
27013 height "1in"
27014 height_special "totalheight"
27015 status open
27016
27017 \begin_layout Plain Layout
27018 これは
27019 \family sans
27020 改頁可能
27021 \family default
27022 ボックスの文章です。
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \begin_inset ERT
27029 status collapsed
27030
27031 \begin_layout Plain Layout
27032
27033
27034 \backslash
27035 setlength{
27036 \backslash
27037 FrameRule}{0.4pt}
27038 \end_layout
27039
27040 \begin_layout Plain Layout
27041
27042
27043 \backslash
27044 setlength{
27045 \backslash
27046 FrameSep}{9pt}
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Standard
27055 \begin_inset VSpace bigskip
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \begin_layout Standard
27062
27063 \family sans
27064 影付き背景
27065 \family default
27066 ボックスでは、ボックスの内容と枠の余白の既定値は3
27067 \begin_inset space \thinspace{}
27068 \end_inset
27069
27070 ptになっていますが、
27071 \series bold
27072
27073 \backslash
27074 fboxsep
27075 \series default
27076 の値を変更することで変えられます。既定の背景色である赤色は、
27077 \series bold
27078
27079 \backslash
27080 definecolor{shadebox}
27081 \series default
27082 コマンドで局所的に変更することもできますし、
27083 \family sans
27084 ツール\SpecialChar \menuseparator
27085 設定\SpecialChar \menuseparator
27086 色\SpecialChar \menuseparator
27087 影付きボックス
27088 \family default
27089 メニューからグローバルに変更することもできます。
27090 \series bold
27091
27092 \backslash
27093 definecolor
27094 \series default
27095 コマンドの用法は第
27096 \begin_inset CommandInset ref
27097 LatexCommand ref
27098 reference "sec:色付きの表"
27099
27100 \end_inset
27101
27102
27103 \begin_inset Foot
27104 status open
27105
27106 \begin_layout Plain Layout
27107 N
27108 \series bold
27109
27110 \backslash
27111 definecolor
27112 \series default
27113 は、LaTeXパッケージの
27114 \series bold
27115 color
27116 \series default
27117 をプリアンブルに読み込む必要があります。第
27118 \begin_inset CommandInset ref
27119 LatexCommand ref
27120 reference "sec:色付きボックス"
27121
27122 \end_inset
27123
27124 節をご参照ください。.
27125 \end_layout
27126
27127 \end_inset
27128
27129 で説明されています。
27130 \end_layout
27131
27132 \begin_layout Standard
27133 たとえば、下記の影付き背景ボックスの外見は
27134 \end_layout
27135
27136 \begin_layout Standard
27137
27138 \series bold
27139
27140 \backslash
27141 setlength{
27142 \backslash
27143 fboxsep}{0.5cm}
27144 \series default
27145
27146 \begin_inset Newline newline
27147 \end_inset
27148
27149
27150 \series bold
27151
27152 \backslash
27153 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27154 \end_layout
27155
27156 \begin_layout Standard
27157 というTeXコードコマンドを使って設定してあります。
27158 \end_layout
27159
27160 \begin_layout Standard
27161 \begin_inset ERT
27162 status collapsed
27163
27164 \begin_layout Plain Layout
27165
27166
27167 \backslash
27168 setlength{
27169 \backslash
27170 fboxsep}{0.5cm}
27171 \end_layout
27172
27173 \begin_layout Plain Layout
27174
27175
27176 \backslash
27177 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27178 \end_layout
27179
27180 \end_inset
27181
27182
27183 \begin_inset Box Shaded
27184 position "t"
27185 hor_pos "c"
27186 has_inner_box 0
27187 inner_pos "t"
27188 use_parbox 0
27189 use_makebox 0
27190 width "100col%"
27191 special "none"
27192 height "1in"
27193 height_special "totalheight"
27194 status open
27195
27196 \begin_layout Plain Layout
27197
27198 \color yellow
27199 これは、濃緑色の背景の
27200 \family sans
27201 影付き背景
27202 \family default
27203 ボックスに入れた黄色の文章です。
27204 \end_layout
27205
27206 \end_inset
27207
27208
27209 \begin_inset ERT
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213
27214
27215 \backslash
27216 setlength{
27217 \backslash
27218 fboxsep}{3pt}
27219 \end_layout
27220
27221 \begin_layout Plain Layout
27222
27223
27224 \backslash
27225 definecolor{shadecolor}{rgb}{1,0,0}
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 \begin_inset VSpace bigskip
27235 \end_inset
27236
27237 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
27238 \end_layout
27239
27240 \begin_layout Section
27241 ミニページ
27242 \begin_inset CommandInset label
27243 LatexCommand label
27244 name "sec:ミニページ"
27245
27246 \end_inset
27247
27248
27249 \begin_inset Index idx
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 ぼっくす@ボックス ! みにぺーじ@ミニページ
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \begin_layout Standard
27262 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
27263 \end_layout
27264
27265 \begin_layout Standard
27266 ミニページは、複数の言語を含む文書を執筆する際に便利です。
27267 \end_layout
27268
27269 \begin_layout Standard
27270 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
27271 \family sans
27272 挿入
27273 \family default
27274 \SpecialChar \menuseparator
27275
27276 \family sans
27277 整形
27278 \family default
27279 \SpecialChar \menuseparator
27280
27281 \family sans
27282 水平方向の空白
27283 \family default
27284 メニューで挿入した水平フィルで隔てられています。
27285 \begin_inset Newpage newpage
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \begin_layout Standard
27292 \begin_inset Box Frameless
27293 position "t"
27294 hor_pos "c"
27295 has_inner_box 1
27296 inner_pos "c"
27297 use_parbox 0
27298 use_makebox 0
27299 width "45col%"
27300 special "none"
27301 height "1in"
27302 height_special "totalheight"
27303 status open
27304
27305 \begin_layout Plain Layout
27306 Dies ist ein deutscher Text.
27307  Dies ist ein deutscher Text.
27308  Dies ist ein deutscher Text.
27309  Dies ist ein deutscher Text.
27310  Dies ist ein deutscher Text.
27311  Dies ist ein deutscher Text.
27312  Dies ist ein deutscher Text.
27313  Dies ist ein deutscher Text.
27314  Dies ist ein deutscher Text.
27315  Dies ist ein deutscher Text.
27316  Dies ist ein deutscher Text.
27317  Dies ist ein deutscher Text.
27318  Dies ist ein deutscher Text
27319 \begin_inset Foot
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323 Dies ist eine deutsche Fußnote.
27324 \end_layout
27325
27326 \end_inset
27327
27328 .
27329  Dies ist ein deutscher Text.
27330  Dies ist ein deutscher Text.
27331 \end_layout
27332
27333 \end_inset
27334
27335
27336 \begin_inset space \hfill{}
27337 \end_inset
27338
27339
27340 \begin_inset Box Frameless
27341 position "t"
27342 hor_pos "c"
27343 has_inner_box 1
27344 inner_pos "c"
27345 use_parbox 0
27346 use_makebox 0
27347 width "45col%"
27348 special "none"
27349 height "1in"
27350 height_special "totalheight"
27351 status open
27352
27353 \begin_layout Plain Layout
27354 This is an English Text.
27355  This is an English Text.
27356  This is an English Text.
27357  This is an English Text.
27358  This is an English Text.
27359  This is an English Text.
27360  This is an English Text.
27361  This is an English Text.
27362  This is an English Text.
27363  This is an English Text.
27364  This is an English Text.
27365  This is an English Text.
27366  This is an English Text.
27367  This is an English Text.
27368  This is an English Text.
27369  This is an English Text.
27370 \begin_inset Foot
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374 This is an English footnote.
27375 \end_layout
27376
27377 \end_inset
27378
27379  This is an English Text.
27380  
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \end_layout
27387
27388 \begin_layout Standard
27389 \begin_inset VSpace bigskip
27390 \end_inset
27391
27392 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27393 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27394 \end_layout
27395
27396 \begin_layout Standard
27397 この表の脚注は表示されません。
27398 \begin_inset Tabular
27399 <lyxtabular version="3" rows="3" columns="4">
27400 <features tabularvalignment="middle">
27401 <column alignment="center" valignment="top" width="0pt">
27402 <column alignment="center" valignment="top" width="0pt">
27403 <column alignment="center" valignment="top" width="0pt">
27404 <column alignment="center" valignment="top" width="0pt">
27405 <row>
27406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Plain Layout
27410 1
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419 2
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 3
27429 \begin_inset Foot
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 これは表中の脚注です。
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447 4
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 </row>
27453 <row>
27454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27455 \begin_inset Text
27456
27457 \begin_layout Plain Layout
27458
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
27468 \end_layout
27469
27470 \end_inset
27471 </cell>
27472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 </row>
27491 <row>
27492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
27501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Plain Layout
27505
27506 \end_layout
27507
27508 \end_inset
27509 </cell>
27510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Plain Layout
27514
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523
27524 \end_layout
27525
27526 \end_inset
27527 </cell>
27528 </row>
27529 </lyxtabular>
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \begin_layout Standard
27537 \align center
27538 \begin_inset Box Frameless
27539 position "t"
27540 hor_pos "c"
27541 has_inner_box 1
27542 inner_pos "c"
27543 use_parbox 0
27544 use_makebox 0
27545 width "30col%"
27546 special "none"
27547 height "1in"
27548 height_special "totalheight"
27549 status open
27550
27551 \begin_layout Plain Layout
27552 \align center
27553 \begin_inset Tabular
27554 <lyxtabular version="3" rows="3" columns="4">
27555 <features tabularvalignment="middle">
27556 <column alignment="center" valignment="top" width="0pt">
27557 <column alignment="center" valignment="top" width="0pt">
27558 <column alignment="center" valignment="top" width="0pt">
27559 <column alignment="center" valignment="top" width="0pt">
27560 <row>
27561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
27565 1
27566 \end_layout
27567
27568 \end_inset
27569 </cell>
27570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27571 \begin_inset Text
27572
27573 \begin_layout Plain Layout
27574 2
27575 \end_layout
27576
27577 \end_inset
27578 </cell>
27579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Plain Layout
27583 3
27584 \begin_inset Foot
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588 これは表中の脚注です。
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Plain Layout
27602 4
27603 \end_layout
27604
27605 \end_inset
27606 </cell>
27607 </row>
27608 <row>
27609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27610 \begin_inset Text
27611
27612 \begin_layout Plain Layout
27613
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
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27628 \begin_inset Text
27629
27630 \begin_layout Plain Layout
27631
27632 \end_layout
27633
27634 \end_inset
27635 </cell>
27636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 </row>
27646 <row>
27647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651
27652 \end_layout
27653
27654 \end_inset
27655 </cell>
27656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27657 \begin_inset Text
27658
27659 \begin_layout Plain Layout
27660
27661 \end_layout
27662
27663 \end_inset
27664 </cell>
27665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27666 \begin_inset Text
27667
27668 \begin_layout Plain Layout
27669
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678
27679 \end_layout
27680
27681 \end_inset
27682 </cell>
27683 </row>
27684 </lyxtabular>
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \begin_inset VSpace bigskip
27698 \end_inset
27699
27700 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27701 \family sans
27702 中スキップ
27703 \family default
27704 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27705 \end_layout
27706
27707 \begin_layout Standard
27708 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27709 \begin_inset CommandInset ref
27710 LatexCommand ref
27711 reference "sub:段落の着色"
27712
27713 \end_inset
27714
27715 節をご参照ください。
27716 \end_layout
27717
27718 \begin_layout Standard
27719 \begin_inset Note Greyedout
27720 status open
27721
27722 \begin_layout Plain Layout
27723
27724 \series bold
27725 【註】
27726 \series default
27727 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Section
27736 Parbox
27737 \begin_inset CommandInset label
27738 LatexCommand label
27739 name "sec:Parboxes"
27740
27741 \end_inset
27742
27743
27744 \begin_inset Index idx
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 ぼっくす@ボックス ! Parboxes
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \begin_layout Standard
27757 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27758 \end_layout
27759
27760 \begin_layout Standard
27761 \align center
27762 \begin_inset Box Frameless
27763 position "t"
27764 hor_pos "c"
27765 has_inner_box 1
27766 inner_pos "t"
27767 use_parbox 1
27768 use_makebox 0
27769 width "33col%"
27770 special "none"
27771 height "1in"
27772 height_special "totalheight"
27773 status collapsed
27774
27775 \begin_layout Plain Layout
27776 これはparbox内の文章です。これはparbox内の文章です。
27777 \end_layout
27778
27779 \begin_layout Plain Layout
27780 右の脚注は表示されません。
27781 \begin_inset Foot
27782 status collapsed
27783
27784 \begin_layout Plain Layout
27785 これはparbox内の脚注であり、したがって表示はされません。
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Section
27799 単語や文字のボックス
27800 \begin_inset Index idx
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 ぼっくす@ボックス ! もじよう@文字用
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Subsection
27813 ハイフネーションの回避
27814 \begin_inset CommandInset label
27815 LatexCommand label
27816 name "sec:ハイフネーションの回避"
27817
27818 \end_inset
27819
27820
27821 \begin_inset Index idx
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27826 \end_layout
27827
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \begin_layout Standard
27834 単語や文章がハイフネートされるのを防ぐには、
27835 \family sans
27836 makebox
27837 \family default
27838 型ボックスを使うことができます。
27839 \begin_inset Newline newline
27840 \end_inset
27841
27842 以下が例示用の文章です。
27843 \end_layout
27844
27845 \begin_layout Standard
27846 This line is an example to show how you can prevent the hyphenation of 
27847 \begin_inset Quotes eld
27848 \end_inset
27849
27850 veryverylongword
27851 \begin_inset Quotes erd
27852 \end_inset
27853
27854 .
27855 \end_layout
27856
27857 \begin_layout Standard
27858 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
27859 \family sans
27860 内部ボックス
27861 \family default
27862
27863 \family sans
27864 makeboxコマンド
27865 \family default
27866 に設定し、幅を1幅にします。
27867 \end_layout
27868
27869 \begin_layout Standard
27870 以下がその結果です。
27871 \end_layout
27872
27873 \begin_layout Standard
27874 This line is an example to show how you can prevent the hyphenation of 
27875 \begin_inset Box Frameless
27876 position "t"
27877 hor_pos "c"
27878 has_inner_box 1
27879 inner_pos "t"
27880 use_parbox 0
27881 use_makebox 1
27882 width "1in"
27883 special "width"
27884 height "1in"
27885 height_special "totalheight"
27886 status open
27887
27888 \begin_layout Plain Layout
27889 \begin_inset Quotes eld
27890 \end_inset
27891
27892 veryverylongword
27893 \begin_inset Quotes erd
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \end_inset
27900
27901 .
27902 \end_layout
27903
27904 \begin_layout Standard
27905 別の方法としては、以下のように、単語の前に直接TeXコードで「
27906 \series bold
27907
27908 \backslash
27909 -
27910 \series default
27911 」コマンドを設定する方法もあります。
27912 \end_layout
27913
27914 \begin_layout Standard
27915 This line is an example to show how you can prevent the hyphenation of 
27916 \begin_inset Quotes eld
27917 \end_inset
27918
27919
27920 \begin_inset ERT
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924
27925
27926 \backslash
27927 -
27928 \end_layout
27929
27930 \end_inset
27931
27932 veryverylongword
27933 \begin_inset Quotes erd
27934 \end_inset
27935
27936 .
27937 \end_layout
27938
27939 \begin_layout Standard
27940 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27941 \family sans
27942 挿入
27943 \family default
27944 \SpecialChar \menuseparator
27945
27946 \family sans
27947 整形
27948 \family default
27949 \SpecialChar \menuseparator
27950
27951 \family sans
27952 整形なし改行
27953 \family default
27954 メニュー(短絡キー
27955 \begin_inset Info
27956 type  "shortcut"
27957 arg   "newline-insert newline"
27958 \end_inset
27959
27960 )から改行を単語の前に入れてください。
27961 \end_layout
27962
27963 \begin_layout Standard
27964 This line is an example to show how you can prevent the hyphenation of 
27965 \begin_inset Newline newline
27966 \end_inset
27967
27968
27969 \begin_inset Box Frameless
27970 position "t"
27971 hor_pos "c"
27972 has_inner_box 1
27973 inner_pos "t"
27974 use_parbox 0
27975 use_makebox 1
27976 width "1in"
27977 special "width"
27978 height "1in"
27979 height_special "totalheight"
27980 status open
27981
27982 \begin_layout Plain Layout
27983 \begin_inset Quotes eld
27984 \end_inset
27985
27986 veryverylongword
27987 \begin_inset Quotes erd
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \end_inset
27994
27995 .
27996 \end_layout
27997
27998 \begin_layout Subsection
27999 垂直揃え
28000 \begin_inset CommandInset label
28001 LatexCommand label
28002 name "sub:垂直揃え"
28003
28004 \end_inset
28005
28006
28007 \begin_inset Index idx
28008 status collapsed
28009
28010 \begin_layout Plain Layout
28011 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
28012 \end_layout
28013
28014 \end_inset
28015
28016
28017 \begin_inset Index idx
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021 ぼっくす@ボックス ! Raiseboxes
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \begin_layout Standard
28030
28031 \series bold
28032
28033 \backslash
28034 raisebox
28035 \series default
28036 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
28037 \series bold
28038
28039 \backslash
28040 raisebox
28041 \series default
28042 は以下の書式で使用します。
28043 \end_layout
28044
28045 \begin_layout Standard
28046
28047 \series bold
28048
28049 \backslash
28050 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
28051 \end_layout
28052
28053 \begin_layout Standard
28054 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
28055 \end_layout
28056
28057 \begin_layout Standard
28058 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
28059 \end_layout
28060
28061 \begin_layout Standard
28062
28063 \series bold
28064
28065 \backslash
28066 raisebox{
28067 \backslash
28068 depth}{
28069 \end_layout
28070
28071 \begin_layout Standard
28072 というコマンドを挿入してください。単語の後には、閉じ括弧「
28073 \series bold
28074 }
28075 \series default
28076 」をTeXコードで挿入してください。
28077 \begin_inset Newline newline
28078 \end_inset
28079
28080 以下がその出力です。
28081 \end_layout
28082
28083 \begin_layout Standard
28084 This is a text line with the word 
28085 \begin_inset ERT
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089
28090
28091 \backslash
28092 raisebox{
28093 \backslash
28094 depth}{
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \begin_inset Quotes eld
28101 \end_inset
28102
28103 preventing
28104 \begin_inset Quotes erd
28105 \end_inset
28106
28107
28108 \begin_inset ERT
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112
28113 }
28114 \end_layout
28115
28116 \end_inset
28117
28118  as raised word.
28119 \end_layout
28120
28121 \begin_layout Standard
28122 \begin_inset VSpace bigskip
28123 \end_inset
28124
28125 行中の文字を上げ下げすると、以下のように行間が広がります。
28126 \end_layout
28127
28128 \begin_layout Standard
28129 This is a text line with the word 
28130 \begin_inset ERT
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134
28135
28136 \backslash
28137 raisebox{-
28138 \backslash
28139 depth}{
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \begin_inset Quotes eld
28146 \end_inset
28147
28148 preventing
28149 \begin_inset Quotes erd
28150 \end_inset
28151
28152
28153 \begin_inset ERT
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157
28158 }
28159 \end_layout
28160
28161 \end_inset
28162
28163  as lowered word.
28164 \begin_inset Newline newline
28165 \end_inset
28166
28167 This is a text line with the word 
28168 \begin_inset ERT
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172
28173
28174 \backslash
28175 raisebox{0.5cm}{
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \begin_inset Quotes eld
28182 \end_inset
28183
28184 testing
28185 \begin_inset Quotes erd
28186 \end_inset
28187
28188
28189 \begin_inset ERT
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193
28194 }
28195 \end_layout
28196
28197 \end_inset
28198
28199  as raised word.
28200 \end_layout
28201
28202 \begin_layout Standard
28203 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
28204 \end_layout
28205
28206 \begin_layout Standard
28207
28208 \series bold
28209
28210 \backslash
28211 raisebox{-
28212 \backslash
28213 depth}[0pt]{
28214 \end_layout
28215
28216 \begin_layout Standard
28217 とすると、
28218 \end_layout
28219
28220 \begin_layout Standard
28221 This is a text line with the word 
28222 \begin_inset ERT
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226
28227
28228 \backslash
28229 raisebox{-
28230 \backslash
28231 depth}[0pt]{
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \begin_inset Quotes eld
28238 \end_inset
28239
28240 preventing
28241 \begin_inset Quotes erd
28242 \end_inset
28243
28244
28245 \begin_inset ERT
28246 status collapsed
28247
28248 \begin_layout Plain Layout
28249
28250 }
28251 \end_layout
28252
28253 \end_inset
28254
28255  as lowered word.
28256 \begin_inset Newline newline
28257 \end_inset
28258
28259 This is a text line with the word 
28260 \begin_inset ERT
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264
28265
28266 \backslash
28267 raisebox{0.5cm}[0pt]{
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \begin_inset Quotes eld
28274 \end_inset
28275
28276 testing
28277 \begin_inset Quotes erd
28278 \end_inset
28279
28280
28281 \begin_inset ERT
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285
28286 }
28287 \end_layout
28288
28289 \end_inset
28290
28291  as raised word.
28292 \end_layout
28293
28294 \begin_layout Section
28295 色付きボックス
28296 \begin_inset CommandInset label
28297 LatexCommand label
28298 name "sec:色付きボックス"
28299
28300 \end_inset
28301
28302
28303 \begin_inset Index idx
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307 ぼっくす@ボックス ! いろつき@色付き
28308 \end_layout
28309
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \begin_layout Subsection
28316 文字の着色
28317 \begin_inset Index idx
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 いろ@色 ! もじの@文字の---
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \begin_layout Standard
28330 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
28331 \series bold
28332 color
28333 \series default
28334
28335 \begin_inset Index idx
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339 LaTeXぱっけーじ@LaTeXパッケージ ! color
28340 \end_layout
28341
28342 \end_inset
28343
28344 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
28345 \end_layout
28346
28347 \begin_layout Standard
28348
28349 \series bold
28350
28351 \backslash
28352 @ifundefined{textcolor}
28353 \begin_inset Newline newline
28354 \end_inset
28355
28356
28357 \begin_inset Phantom HPhantom
28358 status open
28359
28360 \begin_layout Plain Layout
28361
28362 \series bold
28363 \begin_inset space ~
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \end_inset
28370
28371 {
28372 \backslash
28373 usepackage{color}}{}
28374 \end_layout
28375
28376 \begin_layout Standard
28377
28378 \series bold
28379 color
28380 \series default
28381 パッケージは、文章を着色するとLyXが自動的に読み込みます
28382 \begin_inset Foot
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386 これが二度読み込まれることを回避するには、
28387 \series bold
28388
28389 \backslash
28390 @ifundefined
28391 \series default
28392 コマンドを使用します。
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 \begin_inset VSpace medskip
28402 \end_inset
28403
28404 色付きボックスは、
28405 \series bold
28406
28407 \backslash
28408 colorbox
28409 \series default
28410 コマンドを使って作ります。これは、以下のような書式で使われます。
28411 \end_layout
28412
28413 \begin_layout Standard
28414
28415 \series bold
28416
28417 \backslash
28418 colorbox{color}{ボックスの内容}
28419 \end_layout
28420
28421 \begin_layout Standard
28422 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28423 \end_layout
28424
28425 \begin_layout Standard
28426 事前定義されている色には、
28427 \begin_inset Newline newline
28428 \end_inset
28429
28430
28431 \family sans
28432
28433 \family default
28434
28435 \family sans
28436
28437 \family default
28438
28439 \family sans
28440 シアン
28441 \family default
28442
28443 \family sans
28444
28445 \family default
28446
28447 \family sans
28448 マゼンタ
28449 \family default
28450
28451 \family sans
28452
28453 \family default
28454
28455 \family sans
28456
28457 \family default
28458
28459 \family sans
28460
28461 \family default
28462
28463 \begin_inset Newline newline
28464 \end_inset
28465
28466 があります。第
28467 \begin_inset CommandInset ref
28468 LatexCommand ref
28469 reference "sec:色付きの表"
28470
28471 \end_inset
28472
28473 節に述べられているようにすれば、自前の色を定義することもできます。
28474 \end_layout
28475
28476 \begin_layout Standard
28477 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28478 \end_layout
28479
28480 \begin_layout Standard
28481
28482 \series bold
28483
28484 \backslash
28485 colorbox{red}{
28486 \end_layout
28487
28488 \begin_layout Standard
28489 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28490 \series bold
28491 }
28492 \series default
28493 」を入れてください。
28494 \begin_inset Newline newline
28495 \end_inset
28496
28497 以下がその結果です。
28498 \end_layout
28499
28500 \begin_layout Standard
28501 この行では、
28502 \begin_inset ERT
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506
28507
28508 \backslash
28509 colorbox{red}{
28510 \end_layout
28511
28512 \end_inset
28513
28514 「注意!」
28515 \begin_inset ERT
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519
28520 }
28521 \end_layout
28522
28523 \end_inset
28524
28525 という単語が赤い背景になっています。
28526 \end_layout
28527
28528 \begin_layout Standard
28529 \begin_inset VSpace bigskip
28530 \end_inset
28531
28532 ボックスの枠を別の色にしたい場合には、以下の書式で
28533 \series bold
28534
28535 \backslash
28536 fcolorbox
28537 \series default
28538 コマンドを使います。
28539 \end_layout
28540
28541 \begin_layout Standard
28542
28543 \series bold
28544
28545 \backslash
28546 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28547 \end_layout
28548
28549 \begin_layout Standard
28550
28551 \series bold
28552
28553 \backslash
28554 fcolorbox
28555 \series default
28556
28557 \series bold
28558
28559 \backslash
28560 colorbox
28561 \series default
28562 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28563 \begin_inset CommandInset ref
28564 LatexCommand ref
28565 reference "sec:装飾"
28566
28567 \end_inset
28568
28569 節で述べられているように、それぞれ
28570 \series bold
28571
28572 \backslash
28573 fboxrule
28574 \series default
28575
28576 \series bold
28577
28578 \backslash
28579 fboxsep
28580 \series default
28581 という長さで調節できます。
28582 \end_layout
28583
28584 \begin_layout Standard
28585 以下の例では、
28586 \end_layout
28587
28588 \begin_layout Standard
28589
28590 \series bold
28591
28592 \backslash
28593 fcolorbox{cyan}{magenta}{
28594 \end_layout
28595
28596 \begin_layout Standard
28597 というコマンドを使用しています。
28598 \end_layout
28599
28600 \begin_layout Standard
28601 これは、枠の太さを1
28602 \begin_inset space \thinspace{}
28603 \end_inset
28604
28605 mmに設定した例です。
28606 \begin_inset Newline newline
28607 \end_inset
28608
28609
28610 \begin_inset ERT
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614
28615
28616 \backslash
28617 fboxrule 1mm 
28618 \backslash
28619 fboxsep 1mm
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \begin_inset ERT
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629
28630
28631 \backslash
28632 fcolorbox{cyan}{magenta}{
28633 \end_layout
28634
28635 \end_inset
28636
28637 これは着色した色付きボックス中の文章です。
28638 \begin_inset ERT
28639 status collapsed
28640
28641 \begin_layout Plain Layout
28642
28643 }
28644 \end_layout
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \begin_layout Standard
28652 \begin_inset VSpace bigskip
28653 \end_inset
28654
28655 もちろん、色付きボックスの中に色付き文字を入れることもできます
28656 \begin_inset Newline newline
28657 \end_inset
28658
28659
28660 \begin_inset ERT
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664
28665
28666 \backslash
28667 fcolorbox{cyan}{magenta}{
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \color yellow
28674 これは着色した色付きボックス中の色付き文章です。
28675 \color inherit
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 \begin_inset ERT
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692
28693
28694 \backslash
28695 fboxrule 0.4pt 
28696 \backslash
28697 fboxsep 3pt
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \begin_layout Standard
28706
28707 \series bold
28708 \begin_inset VSpace medskip
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset Note Greyedout
28716 status open
28717
28718 \begin_layout Plain Layout
28719
28720 \series bold
28721 【註】
28722 \series default
28723 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Subsection
28732 段落の着色
28733 \begin_inset CommandInset label
28734 LatexCommand label
28735 name "sub:段落の着色"
28736
28737 \end_inset
28738
28739
28740 \begin_inset Index idx
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 いろ@色 ! だんらく@段落---
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28754 \series bold
28755
28756 \backslash
28757 colorbox
28758 \series default
28759 コマンドを
28760 \end_layout
28761
28762 \begin_layout Standard
28763
28764 \series bold
28765
28766 \backslash
28767 colorbox{色名}{
28768 \end_layout
28769
28770 \begin_layout Standard
28771 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28772 \series bold
28773 }
28774 \series default
28775 」を挿入してください。
28776 \end_layout
28777
28778 \begin_layout Standard
28779 \begin_inset ERT
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783
28784
28785 \backslash
28786 colorbox{lightgrey}{
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \begin_inset Box Frameless
28793 position "t"
28794 hor_pos "c"
28795 has_inner_box 1
28796 inner_pos "t"
28797 use_parbox 0
28798 use_makebox 0
28799 width "100col%"
28800 special "none"
28801 height "1in"
28802 height_special "totalheight"
28803 status open
28804
28805 \begin_layout Plain Layout
28806 これは背景色を付けた文章です。これは背景色を付けた文章です。
28807 \end_layout
28808
28809 \begin_layout Plain Layout
28810 \begin_inset VSpace defskip
28811 \end_inset
28812
28813 ここの文章には脚注
28814 \begin_inset Foot
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818 脚注の例
28819 \end_layout
28820
28821 \end_inset
28822
28823 を付けることもできますし、図表を挿入することもできます。
28824 \end_layout
28825
28826 \begin_layout Plain Layout
28827 \align center
28828 \begin_inset Tabular
28829 <lyxtabular version="3" rows="3" columns="3">
28830 <features tabularvalignment="middle">
28831 <column alignment="center" valignment="top" width="0">
28832 <column alignment="center" valignment="top" width="0">
28833 <column alignment="center" valignment="top" width="0">
28834 <row>
28835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28836 \begin_inset Text
28837
28838 \begin_layout Plain Layout
28839 a
28840 \end_layout
28841
28842 \end_inset
28843 </cell>
28844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28845 \begin_inset Text
28846
28847 \begin_layout Plain Layout
28848 !
28849 \end_layout
28850
28851 \end_inset
28852 </cell>
28853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28854 \begin_inset Text
28855
28856 \begin_layout Plain Layout
28857 3
28858 \end_layout
28859
28860 \end_inset
28861 </cell>
28862 </row>
28863 <row>
28864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28865 \begin_inset Text
28866
28867 \begin_layout Plain Layout
28868 <
28869 \end_layout
28870
28871 \end_inset
28872 </cell>
28873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28874 \begin_inset Text
28875
28876 \begin_layout Plain Layout
28877 b2
28878 \begin_inset Quotes erd
28879 \end_inset
28880
28881 |
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28887 \begin_inset Text
28888
28889 \begin_layout Plain Layout
28890 >
28891 \end_layout
28892
28893 \end_inset
28894 </cell>
28895 </row>
28896 <row>
28897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28898 \begin_inset Text
28899
28900 \begin_layout Plain Layout
28901 1
28902 \end_layout
28903
28904 \end_inset
28905 </cell>
28906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28907 \begin_inset Text
28908
28909 \begin_layout Plain Layout
28910 §
28911 \end_layout
28912
28913 \end_inset
28914 </cell>
28915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28916 \begin_inset Text
28917
28918 \begin_layout Plain Layout
28919 c
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 </row>
28925 </lyxtabular>
28926
28927 \end_inset
28928
28929
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \begin_inset ERT
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939
28940 }
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \begin_layout Section
28949 ボックスの伸縮回転
28950 \end_layout
28951
28952 \begin_layout Standard
28953 本節で述べられているコマンドを使用するには、文書プリアンブルで
28954 \end_layout
28955
28956 \begin_layout Standard
28957
28958 \series bold
28959
28960 \backslash
28961 @ifundefined{rotatebox}
28962 \begin_inset Newline newline
28963 \end_inset
28964
28965
28966 \begin_inset Phantom HPhantom
28967 status open
28968
28969 \begin_layout Plain Layout
28970
28971 \series bold
28972 \begin_inset space ~
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \end_inset
28979
28980 {
28981 \backslash
28982 usepackage{graphicx}}{}
28983 \end_layout
28984
28985 \begin_layout Standard
28986 というコマンドを使用して、
28987 \series bold
28988 graphicx
28989 \series default
28990
28991 \begin_inset Index idx
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28996 \end_layout
28997
28998 \end_inset
28999
29000 LaTeXパッケージを読み込む必要があります。
29001 \end_layout
29002
29003 \begin_layout Standard
29004 \begin_inset Note Greyedout
29005 status open
29006
29007 \begin_layout Plain Layout
29008
29009 \series bold
29010 【註】
29011 \series default
29012 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \begin_layout Standard
29021 \begin_inset Note Greyedout
29022 status open
29023
29024 \begin_layout Plain Layout
29025
29026 \series bold
29027 【註】
29028 \series default
29029 フロートは回転伸縮したボックスの中に入れることはできません。
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Subsection
29038 ボックスの回転
29039 \begin_inset Index idx
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043 ぼっくす@ボックス ! かいてんした@回転した
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \begin_inset Index idx
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 かいてん@回転 ! そざいの@素材の---
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 ず@図 ! のかいてん@---の回転
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \begin_inset Index idx
29070 status collapsed
29071
29072 \begin_layout Plain Layout
29073 ひょうのちょうせい@表の調整 ! かいてん@回転
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \end_layout
29080
29081 \begin_layout Standard
29082 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
29083 \series bold
29084
29085 \backslash
29086 rotatebox
29087 \series default
29088 コマンドを使用すれば作成することができます。
29089 \end_layout
29090
29091 \begin_layout Standard
29092
29093 \series bold
29094
29095 \backslash
29096 rotatebox[回転の原点]{回転角}{ボックスの内容}
29097 \end_layout
29098
29099 \begin_layout Standard
29100 回転の原点は、
29101 \series bold
29102 origin=位置
29103 \series default
29104 の形で指定します。位置として指定可能なのは、
29105 \emph on
29106 c
29107 \emph default
29108 (中央揃え)・
29109 \emph on
29110 l
29111 \emph default
29112 (左揃え)・
29113 \emph on
29114 r
29115 \emph default
29116 (右揃え)・
29117 \emph on
29118 b
29119 \emph default
29120 (下揃え)・
29121 \emph on
29122 t
29123 \emph default
29124 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
29125 \emph on
29126 lt
29127 \emph default
29128 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
29129 \emph on
29130 l
29131 \emph default
29132 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
29133 \end_layout
29134
29135 \begin_layout Standard
29136 以下の例では、「回転した」文章の前にTeXコードで
29137 \series bold
29138
29139 \backslash
29140 rotatebox[origin=c]{60}{
29141 \series default
29142 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
29143 \series bold
29144 }
29145 \series default
29146 でボックスを閉じています。
29147 \end_layout
29148
29149 \begin_layout Standard
29150 これは、
29151 \begin_inset ERT
29152 status collapsed
29153
29154 \begin_layout Plain Layout
29155
29156
29157 \backslash
29158 rotatebox[origin=c]{60}{
29159 \end_layout
29160
29161 \end_inset
29162
29163 回転した
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169 }
29170 \end_layout
29171
29172 \end_inset
29173
29174  文章を含む行です。
29175 \end_layout
29176
29177 \begin_layout Standard
29178 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
29179 \end_layout
29180
29181 \begin_layout Standard
29182 これは、
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 rotatebox[origin=r]{-60}{
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \begin_inset Box Doublebox
29197 position "c"
29198 hor_pos "c"
29199 has_inner_box 0
29200 inner_pos "c"
29201 use_parbox 0
29202 use_makebox 0
29203 width "1in"
29204 special "width"
29205 height "1in"
29206 height_special "totalheight"
29207 status open
29208
29209 \begin_layout Plain Layout
29210 回転した
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \begin_inset ERT
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220
29221 }
29222 \end_layout
29223
29224 \end_inset
29225
29226 枠付き文章と
29227 \begin_inset ERT
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231
29232
29233 \backslash
29234 rotatebox[origin=lb]{60}{
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29241 \end_inset
29242
29243
29244 \begin_inset ERT
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248
29249 }
29250 \end_layout
29251
29252 \end_inset
29253
29254 数式を含む行です。
29255 \end_layout
29256
29257 \begin_layout Standard
29258 あるいは、以下のように図や表を入れることもできます。
29259 \end_layout
29260
29261 \begin_layout Standard
29262 これは、
29263 \begin_inset ERT
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267
29268
29269 \backslash
29270 rotatebox[origin=lb]{90}{
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \begin_inset Graphics
29277         filename ../clipart/platypus.eps
29278         lyxscale 50
29279         width 25col%
29280
29281 \end_inset
29282
29283
29284 \begin_inset ERT
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288
29289 }
29290 \end_layout
29291
29292 \end_inset
29293
29294 回転した画像と
29295 \begin_inset ERT
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299
29300
29301 \backslash
29302 rotatebox[origin=l]{-90}{
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \begin_inset Tabular
29309 <lyxtabular version="3" rows="2" columns="2">
29310 <features tabularvalignment="middle">
29311 <column alignment="center" valignment="top" width="0">
29312 <column alignment="center" valignment="top" width="0">
29313 <row>
29314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29315 \begin_inset Text
29316
29317 \begin_layout Plain Layout
29318 q
29319 \end_layout
29320
29321 \end_inset
29322 </cell>
29323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29324 \begin_inset Text
29325
29326 \begin_layout Plain Layout
29327 w
29328 \end_layout
29329
29330 \end_inset
29331 </cell>
29332 </row>
29333 <row>
29334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29335 \begin_inset Text
29336
29337 \begin_layout Plain Layout
29338 e
29339 \end_layout
29340
29341 \end_inset
29342 </cell>
29343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29344 \begin_inset Text
29345
29346 \begin_layout Plain Layout
29347 r
29348 \end_layout
29349
29350 \end_inset
29351 </cell>
29352 </row>
29353 </lyxtabular>
29354
29355 \end_inset
29356
29357
29358 \begin_inset ERT
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362
29363 }
29364 \end_layout
29365
29366 \end_inset
29367
29368 表を含む行です。
29369 \end_layout
29370
29371 \begin_layout Subsection
29372 ボックスの伸縮
29373 \begin_inset Index idx
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \begin_inset Index idx
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387 しんしゅく@伸縮 ! そざいの@素材の---
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \begin_inset Index idx
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 ず@図 ! のしんしゅく@---の伸縮
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \begin_inset Index idx
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Standard
29416 素材を伸縮させるには、TeXコードで
29417 \series bold
29418
29419 \backslash
29420 scalebox
29421 \series default
29422 コマンドと
29423 \series bold
29424
29425 \backslash
29426 resizebox
29427 \series default
29428 コマンドが使えます。
29429 \end_layout
29430
29431 \begin_layout Standard
29432
29433 \series bold
29434
29435 \backslash
29436 scalebox
29437 \series default
29438 は以下の書式で使用します。
29439 \end_layout
29440
29441 \begin_layout Standard
29442
29443 \series bold
29444
29445 \backslash
29446 scalebox{水平方向}[垂直方向]{ボックスの内容}
29447 \end_layout
29448
29449 \begin_layout Standard
29450 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29451 \end_layout
29452
29453 \begin_layout Standard
29454 たとえば、
29455 \series bold
29456
29457 \backslash
29458 scalebox{2}{こんにちは}
29459 \series default
29460 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29461 \begin_inset ERT
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465
29466
29467 \backslash
29468 scalebox{2}{
29469 \end_layout
29470
29471 \end_inset
29472
29473 こんにちは
29474 \begin_inset ERT
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478
29479 }
29480 \end_layout
29481
29482 \end_inset
29483
29484 を生成します。
29485 \end_layout
29486
29487 \begin_layout Standard
29488 これに対し、
29489 \series bold
29490
29491 \backslash
29492 scalebox{2}[1]{こんにちは}
29493 \series default
29494 は、
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 scalebox{2}[1]{
29503 \end_layout
29504
29505 \end_inset
29506
29507 こんにちは
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513 }
29514 \end_layout
29515
29516 \end_inset
29517
29518 を変形させます。
29519 \end_layout
29520
29521 \begin_layout Standard
29522 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29523 \series bold
29524
29525 \backslash
29526 scalebox{-1}[1]{こんにちは}
29527 \series default
29528 というコマンドは、右のように反転文字を生成するのに使用できます:
29529 \begin_inset ERT
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533
29534
29535 \backslash
29536 scalebox{-1}[1]{
29537 \end_layout
29538
29539 \end_inset
29540
29541 こんにちは
29542 \begin_inset ERT
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546
29547 }
29548 \end_layout
29549
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \begin_layout Standard
29556
29557 \series bold
29558
29559 \backslash
29560 scalebox{1}[-1]{こんにちは}
29561 \series default
29562 とすると
29563 \begin_inset ERT
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567
29568
29569 \backslash
29570 scalebox{1}[-1]{
29571 \end_layout
29572
29573 \end_inset
29574
29575 こんにちは
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581 }
29582 \end_layout
29583
29584 \end_inset
29585
29586 のようにベースラインで鏡像にします。
29587 \end_layout
29588
29589 \begin_layout Standard
29590
29591 \series bold
29592
29593 \backslash
29594 scalebox{-1}[1]{ボックスの内容}
29595 \series default
29596 と同じ働きをするものとして
29597 \begin_inset Newline newline
29598 \end_inset
29599
29600
29601 \series bold
29602
29603 \backslash
29604 reflectbox{ボックスの内容}
29605 \series default
29606
29607 \begin_inset Newline newline
29608 \end_inset
29609
29610 というコマンドがあります。
29611 \end_layout
29612
29613 \begin_layout Standard
29614 \begin_inset VSpace bigskip
29615 \end_inset
29616
29617 指定した幅や丈にボックスを伸縮させるには、
29618 \series bold
29619
29620 \backslash
29621 resizebox
29622 \series default
29623 を使用します。このコマンドの書式は
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 resizebox{幅}{丈}{ボックスの内容}
29632 \end_layout
29633
29634 \begin_layout Standard
29635 です。上記二つのコマンド引数のうち一つが感嘆符「
29636 \series bold
29637 !
29638 \series default
29639 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29640 \end_layout
29641
29642 \begin_layout Standard
29643
29644 \series bold
29645
29646 \backslash
29647 resizebox{2cm}{1cm}{こんにちは}
29648 \series default
29649 というコマンドの出力は、
29650 \begin_inset ERT
29651 status collapsed
29652
29653 \begin_layout Plain Layout
29654
29655
29656 \backslash
29657 resizebox{2cm}{1cm}{
29658 \end_layout
29659
29660 \end_inset
29661
29662 こんにちは
29663 \begin_inset ERT
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667
29668 }
29669 \end_layout
29670
29671 \end_inset
29672
29673 となり、
29674 \begin_inset Newline newline
29675 \end_inset
29676
29677
29678 \series bold
29679
29680 \backslash
29681 resizebox{2cm}{!}{こんにちは}
29682 \series default
29683 というコマンドの出力は、
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689
29690 \backslash
29691 resizebox{2cm}{!}{
29692 \end_layout
29693
29694 \end_inset
29695
29696 こんにちは
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702 }
29703 \end_layout
29704
29705 \end_inset
29706
29707 となります。
29708 \end_layout
29709
29710 \begin_layout Standard
29711 \begin_inset VSpace bigskip
29712 \end_inset
29713
29714
29715 \begin_inset Note Greyedout
29716 status open
29717
29718 \begin_layout Plain Layout
29719
29720 \series bold
29721 【註】
29722 \backslash
29723 scalebox
29724 \series default
29725
29726 \series bold
29727
29728 \backslash
29729 resizebox
29730 \series default
29731 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \begin_layout Standard
29740 \begin_inset VSpace bigskip
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Standard
29747 ボックスは好きな順序で組み合わせることができます。たとえば、
29748 \begin_inset Newline newline
29749 \end_inset
29750
29751
29752 \series bold
29753
29754 \backslash
29755 rotatebox[origin=c]{-45}{
29756 \backslash
29757 resizebox{2cm}{!}{
29758 \backslash
29759 reflectbox{こんにちは}}}
29760 \begin_inset Newline newline
29761 \end_inset
29762
29763
29764 \series default
29765 というコマンドは、
29766 \end_layout
29767
29768 \begin_layout Standard
29769 \align center
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 rotatebox[origin=c]{-45}{
29778 \backslash
29779 resizebox{2cm}{!}{
29780 \backslash
29781 reflectbox{
29782 \end_layout
29783
29784 \end_inset
29785
29786 こんにちは
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792 }}}
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \end_layout
29799
29800 \begin_layout Standard
29801 \noindent
29802 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29803 \end_layout
29804
29805 \begin_layout Standard
29806 \align center
29807 \begin_inset ERT
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811
29812
29813 \backslash
29814 rotatebox[origin=c]{-30}{
29815 \backslash
29816 resizebox{2cm}{!}{
29817 \backslash
29818 reflectbox{
29819 \end_layout
29820
29821 \end_inset
29822
29823
29824 \begin_inset Graphics
29825         filename ../clipart/platypus.eps
29826         lyxscale 50
29827         width 25col%
29828
29829 \end_inset
29830
29831
29832 \begin_inset ERT
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836
29837 }}}
29838 \end_layout
29839
29840 \end_inset
29841
29842
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848
29849 \backslash
29850 rotatebox[origin=c]{-45}{
29851 \backslash
29852 resizebox{2cm}{!}{
29853 \backslash
29854 reflectbox{
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \begin_inset Tabular
29861 <lyxtabular version="3" rows="2" columns="2">
29862 <features tabularvalignment="middle">
29863 <column alignment="center" valignment="top" width="0">
29864 <column alignment="center" valignment="top" width="0">
29865 <row>
29866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29867 \begin_inset Text
29868
29869 \begin_layout Plain Layout
29870 q
29871 \end_layout
29872
29873 \end_inset
29874 </cell>
29875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29876 \begin_inset Text
29877
29878 \begin_layout Plain Layout
29879 w
29880 \end_layout
29881
29882 \end_inset
29883 </cell>
29884 </row>
29885 <row>
29886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29887 \begin_inset Text
29888
29889 \begin_layout Plain Layout
29890 e
29891 \end_layout
29892
29893 \end_inset
29894 </cell>
29895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29896 \begin_inset Text
29897
29898 \begin_layout Plain Layout
29899 r
29900 \end_layout
29901
29902 \end_inset
29903 </cell>
29904 </row>
29905 </lyxtabular>
29906
29907 \end_inset
29908
29909
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915 }}}
29916 \end_layout
29917
29918 \end_inset
29919
29920
29921 \begin_inset ERT
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925
29926
29927 \backslash
29928 rotatebox[origin=c]{-45}{
29929 \backslash
29930 resizebox{2cm}{!}{
29931 \backslash
29932 reflectbox{
29933 \end_layout
29934
29935 \end_inset
29936
29937
29938 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29939 \end_inset
29940
29941
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946
29947 }}}
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \end_layout
29954
29955 \begin_layout Standard
29956 文書で大域的に数式様式
29957 \series bold
29958 fleqn
29959 \series default
29960 を使用している場合
29961 \begin_inset Foot
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29966 \end_layout
29967
29968 \end_inset
29969
29970 には、別行建て数式も伸縮させることができます。
29971 \end_layout
29972
29973 \begin_layout Chapter
29974
29975 \lang english
29976 Objects Surrounded by Text
29977 \begin_inset Index idx
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981
29982 \lang english
29983 Surrounded by text
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \end_layout
29990
29991 \begin_layout Subsection
29992 折返しフロート
29993 \begin_inset CommandInset label
29994 LatexCommand label
29995 name "sec:折返しフロート"
29996
29997 \end_inset
29998
29999
30000 \begin_inset Index idx
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004 ふろーと@フロート ! おりかえしふろーと@折返しフロート
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \lang english
30011
30012 \begin_inset Index idx
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017 \lang english
30018 Surrounded by text ! Wrap Floats
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \end_layout
30025
30026 \begin_layout Standard
30027 \begin_inset Wrap figure
30028 lines 0
30029 placement l
30030 overhang 1cm
30031 width "40col%"
30032 status open
30033
30034 \begin_layout Plain Layout
30035 \begin_inset Graphics
30036         filename ../clipart/mobius.eps
30037         width 40col%
30038         scaleBeforeRotation
30039         rotateOrigin center
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \begin_layout Plain Layout
30047 \begin_inset Caption
30048
30049 \begin_layout Plain Layout
30050 \begin_inset CommandInset label
30051 LatexCommand label
30052 name "fig:折返し図フロート"
30053
30054 \end_inset
30055
30056 これは折返し図フロートです。
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \end_layout
30063
30064 \end_inset
30065
30066 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
30067 \series bold
30068 wrapfig
30069 \series default
30070
30071 \begin_inset Index idx
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
30076 \end_layout
30077
30078 \end_inset
30079
30080 を導入済みであれば、
30081 \family sans
30082 挿入\SpecialChar \menuseparator
30083 フロート\SpecialChar \menuseparator
30084 折返し図フロート
30085 \family default
30086
30087 \family sans
30088 折返し表フロート
30089 \family default
30090 メニューで挿入することができます
30091 \begin_inset Foot
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
30096 \end_layout
30097
30098 \end_inset
30099
30100 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
30101 \family sans
30102 配置
30103 \family default
30104
30105 \family sans
30106
30107 \family default
30108 です。非必須項目として、
30109 \family sans
30110 ぶら下げ
30111 \family default
30112
30113 \family sans
30114 行幅
30115 \family default
30116 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
30117 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
30118 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
30119 \begin_inset CommandInset ref
30120 LatexCommand ref
30121 reference "fig:折返し図フロート"
30122
30123 \end_inset
30124
30125 図は、40
30126 \begin_inset space \thinspace{}
30127 \end_inset
30128
30129 列幅%の幅と1
30130 \begin_inset space \thinspace{}
30131 \end_inset
30132
30133 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
30134 \begin_inset Foot
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 使うことのできる単位は付録
30139 \begin_inset CommandInset ref
30140 LatexCommand ref
30141 reference "cha:LyXで使用できる単位"
30142
30143 \end_inset
30144
30145 に収録してあります。
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \end_layout
30152
30153 \begin_layout Standard
30154 \begin_inset Note Greyedout
30155 status open
30156
30157 \begin_layout Plain Layout
30158
30159 \series bold
30160 【註】
30161 \series default
30162 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
30163 上書きされて出力されたりします。
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \end_layout
30170
30171 \begin_layout Standard
30172 原則として、
30173 \end_layout
30174
30175 \begin_layout Itemize
30176 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
30177 うになってから、正確な位置に挿入しなくてはなりません。
30178 \end_layout
30179
30180 \begin_layout Itemize
30181 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
30182 \end_layout
30183
30184 \begin_layout Itemize
30185 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
30186 \end_layout
30187
30188 \begin_layout Itemize
30189 折返しフロートは、節見出しや表中に入れることは認められていません。
30190 \end_layout
30191
30192 \begin_layout Itemize
30193
30194 \lang english
30195 Their numbering and referencing works as described in chap.
30196 \lang japanese
30197
30198 \begin_inset space \thinspace{}
30199 \end_inset
30200
30201
30202 \begin_inset CommandInset ref
30203 LatexCommand ref
30204 reference "chap:フロート"
30205
30206 \end_inset
30207
30208 .
30209 \end_layout
30210
30211 \begin_layout Section
30212
30213 \lang english
30214 Surrounded Fixed Objects
30215 \begin_inset Index idx
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220 \lang english
30221 Surrounded by text ! Fixed objects
30222 \end_layout
30223
30224 \end_inset
30225
30226
30227 \end_layout
30228
30229 \begin_layout Standard
30230
30231 \lang english
30232 The wrap floats described in sec.
30233 \lang japanese
30234
30235 \begin_inset space \thinspace{}
30236 \end_inset
30237
30238
30239 \begin_inset CommandInset ref
30240 LatexCommand ref
30241 reference "sec:折返しフロート"
30242
30243 \end_inset
30244
30245  
30246 \lang english
30247 have these positions in the paragraph:
30248 \end_layout
30249
30250 \begin_layout Standard
30251 \noindent
30252 \align center
30253
30254 \lang english
30255 \begin_inset Tabular
30256 <lyxtabular version="3" rows="2" columns="2">
30257 <features tabularvalignment="middle">
30258 <column alignment="center" valignment="top" width="0">
30259 <column alignment="center" valignment="top" width="0">
30260 <row>
30261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30262 \begin_inset Text
30263
30264 \begin_layout Plain Layout
30265
30266 \lang english
30267 \begin_inset Graphics
30268         filename ../../images/dialog-show-new-inset_graphics.png
30269         scale 70
30270         scaleBeforeRotation
30271         BoundingBox 0bp 6bp 22bp 22bp
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \end_inset
30279 </cell>
30280 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30281 \begin_inset Text
30282
30283 \begin_layout Plain Layout
30284
30285 \lang english
30286 text
30287 \end_layout
30288
30289 \end_inset
30290 </cell>
30291 </row>
30292 <row>
30293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30294 \begin_inset Text
30295
30296 \begin_layout Plain Layout
30297
30298 \lang english
30299 text
30300 \end_layout
30301
30302 \end_inset
30303 </cell>
30304 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30305 \begin_inset Text
30306
30307 \begin_layout Plain Layout
30308
30309 \lang english
30310 text
30311 \end_layout
30312
30313 \end_inset
30314 </cell>
30315 </row>
30316 </lyxtabular>
30317
30318 \end_inset
30319
30320  or 
30321 \begin_inset Tabular
30322 <lyxtabular version="3" rows="2" columns="2">
30323 <features tabularvalignment="middle">
30324 <column alignment="center" valignment="top" width="0">
30325 <column alignment="center" valignment="top" width="0">
30326 <row>
30327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30328 \begin_inset Text
30329
30330 \begin_layout Plain Layout
30331
30332 \lang english
30333 text
30334 \end_layout
30335
30336 \end_inset
30337 </cell>
30338 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30339 \begin_inset Text
30340
30341 \begin_layout Plain Layout
30342
30343 \lang english
30344 \begin_inset Graphics
30345         filename ../../images/dialog-show-new-inset_graphics.png
30346         scale 70
30347         scaleBeforeRotation
30348         BoundingBox 0bp 6bp 22bp 22bp
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \end_inset
30356 </cell>
30357 </row>
30358 <row>
30359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30360 \begin_inset Text
30361
30362 \begin_layout Plain Layout
30363
30364 \lang english
30365 text
30366 \end_layout
30367
30368 \end_inset
30369 </cell>
30370 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30371 \begin_inset Text
30372
30373 \begin_layout Plain Layout
30374
30375 \lang english
30376 text
30377 \end_layout
30378
30379 \end_inset
30380 </cell>
30381 </row>
30382 </lyxtabular>
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Standard
30390
30391 \lang english
30392 To get an object exactly at the position where it is inserted, for example
30393  to get one of these positions:
30394 \begin_inset VSpace defskip
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 \noindent
30402 \align center
30403
30404 \lang english
30405 \begin_inset Tabular
30406 <lyxtabular version="3" rows="2" columns="2">
30407 <features tabularvalignment="middle">
30408 <column alignment="center" valignment="top" width="0">
30409 <column alignment="center" valignment="top" width="0">
30410 <row>
30411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30412 \begin_inset Text
30413
30414 \begin_layout Plain Layout
30415
30416 \lang english
30417 text
30418 \end_layout
30419
30420 \end_inset
30421 </cell>
30422 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30423 \begin_inset Text
30424
30425 \begin_layout Plain Layout
30426
30427 \lang english
30428 text
30429 \end_layout
30430
30431 \end_inset
30432 </cell>
30433 </row>
30434 <row>
30435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30436 \begin_inset Text
30437
30438 \begin_layout Plain Layout
30439
30440 \lang english
30441 \begin_inset Graphics
30442         filename ../../images/dialog-show-new-inset_graphics.png
30443         scale 70
30444         scaleBeforeRotation
30445         BoundingBox 0bp 6bp 22bp 22bp
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \end_inset
30453 </cell>
30454 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30455 \begin_inset Text
30456
30457 \begin_layout Plain Layout
30458
30459 \lang english
30460 text
30461 \end_layout
30462
30463 \end_inset
30464 </cell>
30465 </row>
30466 </lyxtabular>
30467
30468 \end_inset
30469
30470  
30471 \begin_inset Tabular
30472 <lyxtabular version="3" rows="2" columns="2">
30473 <features tabularvalignment="middle">
30474 <column alignment="center" valignment="top" width="0">
30475 <column alignment="center" valignment="top" width="0">
30476 <row>
30477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30478 \begin_inset Text
30479
30480 \begin_layout Plain Layout
30481
30482 \lang english
30483 text
30484 \end_layout
30485
30486 \end_inset
30487 </cell>
30488 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30489 \begin_inset Text
30490
30491 \begin_layout Plain Layout
30492
30493 \lang english
30494 text
30495 \end_layout
30496
30497 \end_inset
30498 </cell>
30499 </row>
30500 <row>
30501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30502 \begin_inset Text
30503
30504 \begin_layout Plain Layout
30505
30506 \lang english
30507 text
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30513 \begin_inset Text
30514
30515 \begin_layout Plain Layout
30516
30517 \lang english
30518 \begin_inset Graphics
30519         filename ../../images/dialog-show-new-inset_graphics.png
30520         scale 70
30521         scaleBeforeRotation
30522         BoundingBox 0bp 6bp 22bp 22bp
30523
30524 \end_inset
30525
30526
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 </row>
30532 </lyxtabular>
30533
30534 \end_inset
30535
30536  
30537 \begin_inset Tabular
30538 <lyxtabular version="3" rows="2" columns="3">
30539 <features tabularvalignment="middle">
30540 <column alignment="center" valignment="top" width="0">
30541 <column alignment="center" valignment="top" width="0">
30542 <column alignment="center" valignment="top" width="0">
30543 <row>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548
30549 \lang english
30550 text
30551 \end_layout
30552
30553 \end_inset
30554 </cell>
30555 <cell alignment="center" valignment="top" topline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559
30560 \lang english
30561 \begin_inset Graphics
30562         filename ../../images/dialog-show-new-inset_graphics.png
30563         scale 70
30564         scaleBeforeRotation
30565         BoundingBox 0bp 6bp 22bp 22bp
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \end_inset
30573 </cell>
30574 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30575 \begin_inset Text
30576
30577 \begin_layout Plain Layout
30578
30579 \lang english
30580 text
30581 \end_layout
30582
30583 \end_inset
30584 </cell>
30585 </row>
30586 <row>
30587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30588 \begin_inset Text
30589
30590 \begin_layout Plain Layout
30591
30592 \lang english
30593 text
30594 \end_layout
30595
30596 \end_inset
30597 </cell>
30598 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602
30603 \lang english
30604 text
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30610 \begin_inset Text
30611
30612 \begin_layout Plain Layout
30613
30614 \lang english
30615 text
30616 \end_layout
30617
30618 \end_inset
30619 </cell>
30620 </row>
30621 </lyxtabular>
30622
30623 \end_inset
30624
30625  
30626 \begin_inset Tabular
30627 <lyxtabular version="3" rows="2" columns="3">
30628 <features tabularvalignment="middle">
30629 <column alignment="center" valignment="top" width="0">
30630 <column alignment="center" valignment="top" width="0">
30631 <column alignment="center" valignment="top" width="0">
30632 <row>
30633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30634 \begin_inset Text
30635
30636 \begin_layout Plain Layout
30637
30638 \lang english
30639 text
30640 \end_layout
30641
30642 \end_inset
30643 </cell>
30644 <cell alignment="center" valignment="top" topline="true" usebox="none">
30645 \begin_inset Text
30646
30647 \begin_layout Plain Layout
30648
30649 \lang english
30650 text
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30656 \begin_inset Text
30657
30658 \begin_layout Plain Layout
30659
30660 \lang english
30661 text
30662 \end_layout
30663
30664 \end_inset
30665 </cell>
30666 </row>
30667 <row>
30668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30669 \begin_inset Text
30670
30671 \begin_layout Plain Layout
30672
30673 \lang english
30674 text
30675 \end_layout
30676
30677 \end_inset
30678 </cell>
30679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683
30684 \lang english
30685 \begin_inset Graphics
30686         filename ../../images/dialog-show-new-inset_graphics.png
30687         scale 70
30688         scaleBeforeRotation
30689         BoundingBox 0bp 6bp 22bp 22bp
30690
30691 \end_inset
30692
30693
30694 \end_layout
30695
30696 \end_inset
30697 </cell>
30698 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30699 \begin_inset Text
30700
30701 \begin_layout Plain Layout
30702
30703 \lang english
30704 text
30705 \end_layout
30706
30707 \end_inset
30708 </cell>
30709 </row>
30710 </lyxtabular>
30711
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \begin_layout Standard
30718 \noindent
30719 \align center
30720
30721 \lang english
30722 \begin_inset Tabular
30723 <lyxtabular version="3" rows="3" columns="2">
30724 <features tabularvalignment="middle">
30725 <column alignment="center" valignment="top" width="0">
30726 <column alignment="center" valignment="top" width="0">
30727 <row>
30728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30729 \begin_inset Text
30730
30731 \begin_layout Plain Layout
30732
30733 \lang english
30734 text
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30740 \begin_inset Text
30741
30742 \begin_layout Plain Layout
30743
30744 \lang english
30745 text
30746 \end_layout
30747
30748 \end_inset
30749 </cell>
30750 </row>
30751 <row>
30752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30753 \begin_inset Text
30754
30755 \begin_layout Plain Layout
30756
30757 \lang english
30758 \begin_inset Graphics
30759         filename ../../images/dialog-show-new-inset_graphics.png
30760         scale 70
30761         scaleBeforeRotation
30762         BoundingBox 0bp 6bp 22bp 22bp
30763
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30772 \begin_inset Text
30773
30774 \begin_layout Plain Layout
30775
30776 \lang english
30777 text
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 </row>
30783 <row>
30784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30785 \begin_inset Text
30786
30787 \begin_layout Plain Layout
30788
30789 \lang english
30790 text
30791 \end_layout
30792
30793 \end_inset
30794 </cell>
30795 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30796 \begin_inset Text
30797
30798 \begin_layout Plain Layout
30799
30800 \lang english
30801 text
30802 \end_layout
30803
30804 \end_inset
30805 </cell>
30806 </row>
30807 </lyxtabular>
30808
30809 \end_inset
30810
30811  
30812 \begin_inset Tabular
30813 <lyxtabular version="3" rows="3" columns="3">
30814 <features tabularvalignment="middle">
30815 <column alignment="center" valignment="top" width="0">
30816 <column alignment="center" valignment="top" width="0">
30817 <column alignment="center" valignment="top" width="0">
30818 <row>
30819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30820 \begin_inset Text
30821
30822 \begin_layout Plain Layout
30823
30824 \lang english
30825 text
30826 \end_layout
30827
30828 \end_inset
30829 </cell>
30830 <cell alignment="center" valignment="top" topline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834
30835 \lang english
30836 text
30837 \end_layout
30838
30839 \end_inset
30840 </cell>
30841 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30842 \begin_inset Text
30843
30844 \begin_layout Plain Layout
30845
30846 \lang english
30847 text
30848 \end_layout
30849
30850 \end_inset
30851 </cell>
30852 </row>
30853 <row>
30854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858
30859 \lang english
30860 text
30861 \end_layout
30862
30863 \end_inset
30864 </cell>
30865 <cell alignment="center" valignment="top" usebox="none">
30866 \begin_inset Text
30867
30868 \begin_layout Plain Layout
30869
30870 \lang english
30871 \begin_inset Graphics
30872         filename ../../images/dialog-show-new-inset_graphics.png
30873         scale 70
30874         scaleBeforeRotation
30875         BoundingBox 0bp 6bp 22bp 22bp
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \end_inset
30883 </cell>
30884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30885 \begin_inset Text
30886
30887 \begin_layout Plain Layout
30888
30889 \lang english
30890 text
30891 \end_layout
30892
30893 \end_inset
30894 </cell>
30895 </row>
30896 <row>
30897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Plain Layout
30901
30902 \lang english
30903 text
30904 \end_layout
30905
30906 \end_inset
30907 </cell>
30908 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30909 \begin_inset Text
30910
30911 \begin_layout Plain Layout
30912
30913 \lang english
30914 text
30915 \end_layout
30916
30917 \end_inset
30918 </cell>
30919 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30920 \begin_inset Text
30921
30922 \begin_layout Plain Layout
30923
30924 \lang english
30925 text
30926 \end_layout
30927
30928 \end_inset
30929 </cell>
30930 </row>
30931 </lyxtabular>
30932
30933 \end_inset
30934
30935  
30936 \begin_inset Tabular
30937 <lyxtabular version="3" rows="3" columns="2">
30938 <features tabularvalignment="middle">
30939 <column alignment="center" valignment="top" width="0">
30940 <column alignment="center" valignment="top" width="0">
30941 <row>
30942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30943 \begin_inset Text
30944
30945 \begin_layout Plain Layout
30946
30947 \lang english
30948 text
30949 \end_layout
30950
30951 \end_inset
30952 </cell>
30953 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30954 \begin_inset Text
30955
30956 \begin_layout Plain Layout
30957
30958 \lang english
30959 text
30960 \end_layout
30961
30962 \end_inset
30963 </cell>
30964 </row>
30965 <row>
30966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30967 \begin_inset Text
30968
30969 \begin_layout Plain Layout
30970
30971 \lang english
30972 text
30973 \end_layout
30974
30975 \end_inset
30976 </cell>
30977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30978 \begin_inset Text
30979
30980 \begin_layout Plain Layout
30981
30982 \lang english
30983 \begin_inset Graphics
30984         filename ../../images/dialog-show-new-inset_graphics.png
30985         scale 70
30986         scaleBeforeRotation
30987         BoundingBox 0bp 6bp 22bp 22bp
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \end_inset
30995 </cell>
30996 </row>
30997 <row>
30998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30999 \begin_inset Text
31000
31001 \begin_layout Plain Layout
31002
31003 \lang english
31004 text
31005 \end_layout
31006
31007 \end_inset
31008 </cell>
31009 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31010 \begin_inset Text
31011
31012 \begin_layout Plain Layout
31013
31014 \lang english
31015 text
31016 \end_layout
31017
31018 \end_inset
31019 </cell>
31020 </row>
31021 </lyxtabular>
31022
31023 \end_inset
31024
31025
31026 \end_layout
31027
31028 \begin_layout Standard
31029 \noindent
31030
31031 \lang english
31032 you can use the LaTeX-package
31033 \lang japanese
31034  
31035 \series bold
31036 picinpar
31037 \series default
31038
31039 \begin_inset Index idx
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
31044 \end_layout
31045
31046 \end_inset
31047
31048 .
31049  
31050 \lang english
31051 Here is an example
31052 \lang japanese
31053 :
31054 \end_layout
31055
31056 \begin_layout Standard
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062
31063 \backslash
31064 ifpicinpar
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Note Note
31071 status open
31072
31073 \begin_layout Plain Layout
31074 以下の部分は、LaTeXパッケージ
31075 \series bold
31076 picinpar
31077 \series default
31078 が導入されているときのみ表示されます。
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092
31093 \backslash
31094 begin{window}[2,c,{
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \begin_inset Graphics
31101         filename ../clipart/mobius.eps
31102         lyxscale 60
31103         width 40col%
31104         scaleBeforeRotation
31105         rotateOrigin center
31106
31107 \end_inset
31108
31109
31110 \begin_inset ERT
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114
31115 },]
31116 \end_layout
31117
31118 \begin_layout Plain Layout
31119
31120 {}
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \size small
31127 \lang english
31128 It was in the spring of the year 1894 that all London was interested, and
31129  the fashionable world dismayed, by the murder of the Honourable Ronald
31130  Adair under most unusual and inexplicable circumstances.
31131  The public has already learned those particulars of the crime which
31132 \size default
31133
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139
31140 \backslash
31141 footnotemark{}
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \size small
31148  came out in the police investigation, but a good deal was suppressed upon
31149  that occasion, since the case for the prosecution was so overwhelmingly
31150  strong that it was not necessary to bring forward all the facts.
31151  Only now, at the end of nearly ten years, am I allowed to supply those
31152  missing links which make up the whole of that remarkable chain
31153 \lang japanese
31154 .
31155 \size default
31156
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162
31163 \backslash
31164 end{window}
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Standard
31173
31174 \lang english
31175 \begin_inset ERT
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179
31180
31181 \backslash
31182 footnotetext{
31183 \end_layout
31184
31185 \end_inset
31186
31187 Footnote of the paragraph with the fixed object.
31188 \begin_inset ERT
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192
31193 }
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \end_layout
31200
31201 \begin_layout Standard
31202
31203 \lang english
31204 Surrounded fixed objects are used to let text float around them, at which
31205  the object's position in the paragraph can be determined by the number
31206  of lines above it.
31207  In contrary to floats is it not possible to have a numbered caption.
31208 \end_layout
31209
31210 \begin_layout Standard
31211
31212 \lang english
31213 A fixed object is inserted by adding the command
31214 \end_layout
31215
31216 \begin_layout Standard
31217
31218 \series bold
31219
31220 \backslash
31221 begin{window}[2,c,{
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \lang english
31227 as TeX Code at the beginning of the paragraph.
31228  The first parameter in the bracket, here '2', defines the number of lines
31229  above the object, the second, here 'c', the position of the object.
31230  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
31231  Behind the command you insert the object.
31232  In this example an image with a width of 40
31233 \begin_inset space \thinspace{}
31234 \end_inset
31235
31236 % of the text column width was inserted.
31237  The object can also be a table, a box or an equation.
31238  Behind the object the command
31239 \end_layout
31240
31241 \begin_layout Standard
31242
31243 \series bold
31244 },description text]
31245 \begin_inset Newline newline
31246 \end_inset
31247
31248 {}
31249 \end_layout
31250
31251 \begin_layout Standard
31252
31253 \lang english
31254 is inserted.
31255  Note that the 
31256 \begin_inset Quotes eld
31257 \end_inset
31258
31259
31260 \series bold
31261 {}
31262 \series default
31263
31264 \begin_inset Quotes erd
31265 \end_inset
31266
31267  is in the second line.
31268  The description text is optional.
31269  The text surrounding the object must be in the same paragraph as the object,
31270  so it must begin directly after the 
31271 \series bold
31272 {}
31273 \series default
31274 .
31275  At the end of the paragraph insert the command:
31276 \end_layout
31277
31278 \begin_layout Standard
31279
31280 \series bold
31281
31282 \backslash
31283 end{window}
31284 \end_layout
31285
31286 \begin_layout Standard
31287
31288 \lang english
31289 Within a paragraph with a fixed object, you cannot insert footnotes in the
31290  normal way.
31291  You have to use instead the command 
31292 \series bold
31293
31294 \backslash
31295 footnotemark
31296 \series default
31297  inside the paragraph and outside the command 
31298 \series bold
31299
31300 \backslash
31301 footnotetext
31302 \series default
31303  as described in sec.
31304 \lang japanese
31305
31306 \begin_inset space \thinspace{}
31307 \end_inset
31308
31309
31310 \begin_inset CommandInset ref
31311 LatexCommand ref
31312 reference "sec:脚注"
31313
31314 \end_inset
31315
31316 .
31317 \end_layout
31318
31319 \begin_layout Standard
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325
31326 \backslash
31327 else
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \begin_inset Note Note
31334 status open
31335
31336 \begin_layout Plain Layout
31337 以下の部分は、LaTeXパッケージ
31338 \series bold
31339 picinpar
31340 \series default
31341 が導入されていないときのみ表示されます。
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \end_layout
31348
31349 \begin_layout Standard
31350 本節の以下の部分を出力に表示するには、LaTeXパッケージ
31351 \series bold
31352 picinpar
31353 \series default
31354 を導入する必要があります。
31355 \end_layout
31356
31357 \begin_layout Standard
31358 \begin_inset ERT
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362
31363
31364 \backslash
31365 fi
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \end_layout
31372
31373 \begin_layout Section
31374
31375 \lang english
31376 Initials
31377 \begin_inset Index idx
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381
31382 \lang english
31383 Initials
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Index idx
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393
31394 \lang english
31395 Surrounded by text ! Initials
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Standard
31404
31405 \lang english
31406 To use initials, you must have the LaTeX package
31407 \lang japanese
31408  
31409 \series bold
31410 lettrine
31411 \series default
31412
31413 \begin_inset Index idx
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
31418 \end_layout
31419
31420 \end_inset
31421
31422  
31423 \lang english
31424 installed and use the module 
31425 \family sans
31426 Initials
31427 \family default
31428  in your document (menu 
31429 \family sans
31430 Document\SpecialChar \menuseparator
31431 Settings\SpecialChar \menuseparator
31432 Modules
31433 \family default
31434 ).
31435  To insert an initial, use the style 
31436 \family sans
31437 Initial
31438 \family default
31439 .
31440  This style has a mandatory and an optional argument.
31441  The mandatory argument is inserted via the menu 
31442 \family sans
31443 Insert\SpecialChar \menuseparator
31444 Short
31445 \begin_inset space ~
31446 \end_inset
31447
31448 Title
31449 \family default
31450  and contains the letter that is the initial.
31451  To use the also the optional argument, insert another argument in front
31452  of the mandatory argument.
31453  This one contains parameters to modify the initial.
31454  For more information about the possible parameters see the documentation
31455  of
31456 \lang japanese
31457  
31458 \series bold
31459 lettrine
31460 \series default
31461
31462 \begin_inset CommandInset citation
31463 LatexCommand cite
31464 key "lettrine"
31465
31466 \end_inset
31467
31468 .
31469  
31470 \lang english
31471 The style itself contains the text that is surrounding the initial.
31472  The usual style is hereby that the word whose first letter is the initial,
31473  is printed with 
31474 \shape smallcaps
31475 small caps
31476 \shape default
31477 .
31478  To tell LaTeX where this word is finished, add a closing brace '
31479 \series bold
31480 }
31481 \series default
31482 ' as TeX Code behind it.
31483  At the end of the style there must be an opening brace '
31484 \series bold
31485 {
31486 \series default
31487 ' as TeX Code.
31488 \end_layout
31489
31490 \begin_layout Standard
31491
31492 \lang english
31493 Here are some examples:
31494 \end_layout
31495
31496 \begin_layout Enumerate
31497
31498 \lang english
31499 No optional argument, the initial is the letter 'I' in the math font 
31500 \begin_inset Formula $\mathfrak{Fraktur}$
31501 \end_inset
31502
31503 :
31504 \end_layout
31505
31506 \begin_deeper
31507 \begin_layout Initial
31508 \begin_inset Argument
31509 status open
31510
31511 \begin_layout Plain Layout
31512 \begin_inset Formula $\mathfrak{I}$
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \end_inset
31519
31520 t
31521 \begin_inset ERT
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525
31526 }
31527 \end_layout
31528
31529 \end_inset
31530
31531  
31532 \lang english
31533 was in the spring of the year 1894 that all London was interested, and the
31534  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31535  under most unusual and inexplicable circumstances.
31536  The public has already learned those particulars of the crime which came
31537  out in the police investigation, but a good deal was suppressed upon that
31538  occasion, since the case for the prosecution was so overwhelmingly strong
31539  that it was not necessary to bring forward all the facts.
31540 \lang japanese
31541
31542 \begin_inset ERT
31543 status collapsed
31544
31545 \begin_layout Plain Layout
31546
31547 {
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \lang english
31554
31555 \begin_inset Newpage newpage
31556 \end_inset
31557
31558
31559 \end_layout
31560
31561 \end_deeper
31562 \begin_layout Enumerate
31563
31564 \lang english
31565 Only one line is surrounding the initial, which is formed by two letters
31566  in standard font and no text is printed in small caps:
31567 \end_layout
31568
31569 \begin_deeper
31570 \begin_layout Initial
31571 \begin_inset Argument
31572 status open
31573
31574 \begin_layout Plain Layout
31575 lines=1
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \begin_inset Argument
31582 status open
31583
31584 \begin_layout Plain Layout
31585 It
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596 }
31597 \end_layout
31598
31599 \end_inset
31600
31601  
31602 \lang english
31603 was in the spring of the year 1894 that all London was interested, and the
31604  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31605  under most unusual and inexplicable circumstances.
31606  The public has already learned those particulars of the crime which came
31607  out in the police investigation, but a good deal was suppressed upon that
31608  occasion, since the case for the prosecution was so overwhelmingly strong
31609  that it was not necessary to bring forward all the facts.
31610 \lang japanese
31611
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617 {
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \end_deeper
31626 \begin_layout Enumerate
31627
31628 \lang english
31629 Magenta, hanging initial over 3
31630 \begin_inset space ~
31631 \end_inset
31632
31633 lines in the math font 
31634 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
31635 \end_inset
31636
31637 , the text 
31638 \begin_inset Quotes eld
31639 \end_inset
31640
31641 t was in the spring
31642 \begin_inset Quotes erd
31643 \end_inset
31644
31645  is in 
31646 \shape smallcaps
31647 small caps
31648 \shape default
31649 ; to color the initial, you must insert this command before the initial:
31650 \begin_inset Newline newline
31651 \end_inset
31652
31653
31654 \series bold
31655
31656 \backslash
31657 renewcommand{
31658 \backslash
31659 LettrineFontHook}{
31660 \backslash
31661 color{color}}
31662 \series default
31663
31664 \begin_inset Newline newline
31665 \end_inset
31666
31667 where the second 
31668 \emph on
31669 color
31670 \emph default
31671  can be 
31672 \begin_inset Quotes eld
31673 \end_inset
31674
31675 red
31676 \begin_inset Quotes erd
31677 \end_inset
31678
31679
31680 \begin_inset Quotes eld
31681 \end_inset
31682
31683 blue
31684 \begin_inset Quotes erd
31685 \end_inset
31686
31687
31688 \begin_inset Quotes eld
31689 \end_inset
31690
31691 green
31692 \begin_inset Quotes erd
31693 \end_inset
31694
31695
31696 \begin_inset Quotes eld
31697 \end_inset
31698
31699 yellow
31700 \begin_inset Quotes erd
31701 \end_inset
31702
31703
31704 \begin_inset Quotes eld
31705 \end_inset
31706
31707 cyan
31708 \begin_inset Quotes erd
31709 \end_inset
31710
31711
31712 \begin_inset Quotes eld
31713 \end_inset
31714
31715 magenta
31716 \begin_inset Quotes erd
31717 \end_inset
31718
31719
31720 \begin_inset Quotes eld
31721 \end_inset
31722
31723 black
31724 \begin_inset Quotes erd
31725 \end_inset
31726
31727  or 
31728 \begin_inset Quotes eld
31729 \end_inset
31730
31731 white
31732 \begin_inset Quotes erd
31733 \end_inset
31734
31735 , and add this command to the document preamble
31736 \lang japanese
31737 :
31738 \begin_inset Newline newline
31739 \end_inset
31740
31741
31742 \series bold
31743
31744 \backslash
31745 @ifundefined{textcolor}
31746 \begin_inset Newline newline
31747 \end_inset
31748
31749
31750 \begin_inset space ~
31751 \end_inset
31752
31753 {
31754 \backslash
31755 usepackage{color}}{}
31756 \end_layout
31757
31758 \begin_deeper
31759 \begin_layout Standard
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 renewcommand{
31768 \backslash
31769 LettrineFontHook}{
31770 \backslash
31771 color{magenta}}
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \lang english
31778
31779 \begin_inset Note Note
31780 status collapsed
31781
31782 \begin_layout Plain Layout
31783
31784 \lang english
31785 makes the initial magenta
31786 \end_layout
31787
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \begin_layout Initial
31794 \begin_inset Argument
31795 status open
31796
31797 \begin_layout Plain Layout
31798 lines=3, lhang=0.33, loversize=0.25
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \begin_inset Argument
31805 status open
31806
31807 \begin_layout Plain Layout
31808 \begin_inset Formula $\mathcal{I}$
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \lang english
31818 t was in the spring
31819 \lang japanese
31820
31821 \begin_inset ERT
31822 status collapsed
31823
31824 \begin_layout Plain Layout
31825
31826 }
31827 \end_layout
31828
31829 \end_inset
31830
31831  
31832 \lang english
31833 of the year 1894 that all London was interested, and the fashionable world
31834  dismayed, by the murder of the Honourable Ronald Adair under most unusual
31835  and inexplicable circumstances.
31836  The public has already learned those particulars of the crime which came
31837  out in the police investigation, but a good deal was suppressed upon that
31838  occasion, since the case for the prosecution was so overwhelmingly strong
31839  that it was not necessary to bring forward all the facts.
31840 \lang japanese
31841
31842 \begin_inset ERT
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846
31847 {
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \end_deeper
31856 \begin_layout Chapter
31857 外部文書構成要素
31858 \begin_inset Index idx
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862 がいぶぶんしょこうせいようそ@外部文書構成要素
31863 \end_layout
31864
31865 \end_inset
31866
31867
31868 \end_layout
31869
31870 \begin_layout Standard
31871
31872 \family sans
31873 挿入\SpecialChar \menuseparator
31874 ファイル
31875 \family default
31876 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
31877 \end_layout
31878
31879 \begin_layout Description
31880 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
31881 \end_layout
31882
31883 \begin_layout Description
31884 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
31885 \end_layout
31886
31887 \begin_layout Description
31888 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
31889 \end_layout
31890
31891 \begin_layout Description
31892 外部素材 様々な書式のファイル。
31893 \end_layout
31894
31895 \begin_layout Description
31896 子文書 LyXあるいはLaTeX文書。
31897 \end_layout
31898
31899 \begin_layout Section
31900 外部素材
31901 \begin_inset Index idx
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \end_layout
31912
31913 \begin_layout Standard
31914 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
31915 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
31916 \family sans
31917 操作性\SpecialChar \menuseparator
31918 表示
31919 \family default
31920 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
31921 \end_layout
31922
31923 \begin_layout Standard
31924 外部素材は、
31925 \family sans
31926 挿入
31927 \family default
31928 \SpecialChar \menuseparator
31929
31930 \family sans
31931 ファイル
31932 \family default
31933 \SpecialChar \menuseparator
31934
31935 \family sans
31936 外部素材
31937 \family default
31938 メニューで開くことのできる
31939 \family sans
31940 外部素材
31941 \family default
31942 ダイアログから挿入することができます。目下、以下のファイル形式(
31943 \family sans
31944 ひな型
31945 \family default
31946 )が使用できます。
31947 \end_layout
31948
31949 \begin_layout Description
31950 チェス棋譜 このひな型は、
31951 \series bold
31952
31953 \begin_inset CommandInset href
31954 LatexCommand href
31955 name "XBoard"
31956 target "http://en.wikipedia.org/wiki/XBoard"
31957
31958 \end_inset
31959
31960
31961 \series default
31962 プログラムで作成されたチェス棋譜をサポートします。
31963 \end_layout
31964
31965 \begin_layout Description
31966 日付 これは、
31967 \emph on
31968 日-月-年
31969 \emph default
31970 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
31971 \begin_inset External
31972         template Date
31973         filename .
31974
31975 \end_inset
31976
31977
31978 \begin_inset space ~
31979 \end_inset
31980
31981
31982 \begin_inset Note Note
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986 バグ4398が修正されたら、この保護空白は削除してください!
31987 \end_layout
31988
31989 \end_inset
31990
31991
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
31996 \family sans
31997 挿入
31998 \family default
31999 \SpecialChar \menuseparator
32000 日付メニューを使用する方法で、他はLaTeXコマンドの
32001 \series bold
32002
32003 \backslash
32004 today
32005 \series default
32006 をTeXコードで使用する方法です。これらの各方法は、表
32007 \begin_inset CommandInset ref
32008 LatexCommand ref
32009 reference "tab:日付挿入方法"
32010
32011 \end_inset
32012
32013 に比較を掲載しておきます。
32014 \end_layout
32015
32016 \begin_layout Description
32017 Dia このひな型は、
32018 \series bold
32019
32020 \begin_inset CommandInset href
32021 LatexCommand href
32022 name "Dia"
32023 target "http://en.wikipedia.org/wiki/Dia_(software)"
32024
32025 \end_inset
32026
32027
32028 \series default
32029 プログラムで作成したダイアグラムをサポートします。
32030 \end_layout
32031
32032 \begin_layout Description
32033 LilyPond このひな型は、
32034 \series bold
32035
32036 \begin_inset CommandInset href
32037 LatexCommand href
32038 name "LilyPond"
32039 target "http://en.wikipedia.org/wiki/LilyPond"
32040
32041 \end_inset
32042
32043
32044 \series default
32045 プログラムで作成した楽譜の組版に使用されます。
32046 \end_layout
32047
32048 \begin_layout Description
32049 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
32050 \family sans
32051 LaTeXとLyXオプション
32052 \family default
32053 タブ中の
32054 \family sans
32055 オプション
32056 \family default
32057 フィールドに
32058 \emph on
32059 pages
32060 \emph default
32061 オプションを指定してください。
32062 \emph on
32063 pages
32064 \emph default
32065 オプションを指定しないと、PDFの最初のページのみが挿入されます。
32066 \end_layout
32067
32068 \begin_layout Description
32069 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
32070 \family sans
32071 外部素材
32072 \family default
32073 ダイアログを使って入れる画像は、第
32074 \begin_inset CommandInset ref
32075 LatexCommand ref
32076 reference "sec:画像ダイアログ"
32077
32078 \end_inset
32079
32080 節にあるように
32081 \family sans
32082 画像
32083 \family default
32084 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
32085 サポートしていないという点のみです。
32086 \end_layout
32087
32088 \begin_layout Description
32089 XFig このひな型は、
32090 \series bold
32091
32092 \begin_inset CommandInset href
32093 LatexCommand href
32094 name "Xfig"
32095 target "http://en.wikipedia.org/wiki/Xfig"
32096
32097 \end_inset
32098
32099
32100 \series default
32101 プログラムで作成した画像をサポートします。
32102 \end_layout
32103
32104 \begin_layout Standard
32105 \begin_inset Float table
32106 placement h
32107 wide false
32108 sideways false
32109 status open
32110
32111 \begin_layout Plain Layout
32112 \begin_inset Caption
32113
32114 \begin_layout Plain Layout
32115 \begin_inset CommandInset label
32116 LatexCommand label
32117 name "tab:日付挿入方法"
32118
32119 \end_inset
32120
32121 日付の挿入方法の比較
32122 \end_layout
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Plain Layout
32130 \align center
32131 \begin_inset Tabular
32132 <lyxtabular version="3" rows="4" columns="4">
32133 <features tabularvalignment="middle">
32134 <column alignment="center" valignment="top" width="0">
32135 <column alignment="center" valignment="top" width="0">
32136 <column alignment="center" valignment="top" width="0">
32137 <column alignment="center" valignment="top" width="0">
32138 <row>
32139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32140 \begin_inset Text
32141
32142 \begin_layout Plain Layout
32143 文書書式
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152
32153 \family sans
32154 外部素材\SpecialChar \menuseparator
32155 日付
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164
32165 \family sans
32166 挿入\SpecialChar \menuseparator
32167 日付
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32173 \begin_inset Text
32174
32175 \begin_layout Plain Layout
32176
32177 \series bold
32178
32179 \backslash
32180 today
32181 \series default
32182 コマンド
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 </row>
32188 <row>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193 LyX
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202 差込枠として
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32208 \begin_inset Text
32209
32210 \begin_layout Plain Layout
32211 日付として
32212 \end_layout
32213
32214 \end_inset
32215 </cell>
32216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 TeXコード差込枠として
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 </row>
32226 <row>
32227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231 LaTeX
32232 \end_layout
32233
32234 \end_inset
32235 </cell>
32236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240 日付として
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout Plain Layout
32249 日付として
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 コマンドとして
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 </row>
32264 <row>
32265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 DVI, PDF, PS
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278 日付として
32279 \end_layout
32280
32281 \end_inset
32282 </cell>
32283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287 日付として
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 日付として
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 </row>
32302 </lyxtabular>
32303
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Standard
32315
32316 \family sans
32317 外部素材
32318 \family default
32319 ダイアログの
32320 \family sans
32321 ファイル
32322 \family default
32323 タブ中で
32324 \family sans
32325 下書き
32326 \family default
32327 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
32328 \begin_inset Newline newline
32329 \end_inset
32330
32331 LyX中での外部素材は、ダイアログ内の
32332 \family sans
32333 LaTeXとLyXのオプション
32334 \family default
32335 タブにある
32336 \family sans
32337 LyX内に表示
32338 \family default
32339 オプションの指定に従って、
32340 \begin_inset Graphics
32341         filename clipart/ExternalMaterialQt4.png
32342         scale 85
32343         scaleBeforeRotation
32344
32345 \end_inset
32346
32347 のようなボックスとして表示されるか、画像として表示されます。
32348 \end_layout
32349
32350 \begin_layout Standard
32351 取扱説明書
32352 \family sans
32353 \emph on
32354 カスタマイズ篇
32355 \family default
32356 \emph default
32357 には、自製のひな型を定義する方法が説明されています。
32358 \end_layout
32359
32360 \begin_layout Section
32361 子文書
32362 \begin_inset CommandInset label
32363 LatexCommand label
32364 name "sec:子文書"
32365
32366 \end_inset
32367
32368
32369 \begin_inset Index idx
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \begin_inset Index idx
32380 status collapsed
32381
32382 \begin_layout Plain Layout
32383 ふぁいる@ファイル ! いんくるーど@インクルード
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Standard
32392 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
32393 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
32394 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
32395 \end_layout
32396
32397 \begin_layout Standard
32398 親文書を開くことなく子文書で作業できるようにするには、子文書の
32399 \family sans
32400 文書
32401 \family default
32402 \SpecialChar \menuseparator
32403
32404 \family sans
32405 設定
32406 \family default
32407 \SpecialChar \menuseparator
32408
32409 \family sans
32410 文書クラス
32411 \family default
32412 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
32413 \end_layout
32414
32415 \begin_layout Standard
32416 取り込んだ文書は、LyX中で
32417 \begin_inset Graphics
32418         filename clipart/ChildDocumentQt4.png
32419         scale 85
32420         scaleBeforeRotation
32421
32422 \end_inset
32423
32424 のようなボックスとして表示されます。子文書を親文書に取り込むには、
32425 \family sans
32426 挿入
32427 \family default
32428 \SpecialChar \menuseparator
32429
32430 \family sans
32431 ファイル
32432 \family default
32433 \SpecialChar \menuseparator
32434
32435 \family sans
32436 子文書
32437 \family default
32438 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
32439 \end_layout
32440
32441 \begin_layout Description
32442 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
32443 \family sans
32444 子文書
32445 \family default
32446 ダイアログの
32447 \family sans
32448 編集
32449 \family default
32450 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
32451 \begin_inset Newline newline
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \begin_layout Standard
32458 以下は、
32459 \family sans
32460 Include
32461 \family default
32462 を使用して挿入した子文書です。 
32463 \begin_inset CommandInset include
32464 LatexCommand include
32465 filename "DummyDocument1.lyx"
32466
32467 \end_inset
32468
32469
32470 \end_layout
32471
32472 \begin_layout Standard
32473 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
32474 あります。取り込んだ文書のラベルは、第
32475 \begin_inset CommandInset ref
32476 LatexCommand ref
32477 reference "sub:外部文書の第1小節"
32478
32479 \end_inset
32480
32481 小節、のように参照することができます。
32482 \end_layout
32483
32484 \begin_layout Standard
32485 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
32486 は、新規頁から始まるように挿入され、改頁して終わります。
32487 \end_layout
32488
32489 \begin_layout Standard
32490 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
32491 \begin_inset Foot
32492 status open
32493
32494 \begin_layout Plain Layout
32495 派生枝は、LyX
32496 \emph on
32497 ユーザーの手引き
32498 \emph default
32499
32500 \emph on
32501 派生枝
32502 \emph default
32503 の節に説明されています。
32504 \end_layout
32505
32506 \end_inset
32507
32508 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
32509 \end_layout
32510
32511 \begin_layout Standard
32512 \begin_inset Note Greyedout
32513 status open
32514
32515 \begin_layout Plain Layout
32516
32517 \series bold
32518 【註】
32519 \series default
32520 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
32521 \series bold
32522
32523 \backslash
32524 includeonly
32525 \series default
32526 を使用することはできません。
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Standard
32535 \begin_inset Note Greyedout
32536 status open
32537
32538 \begin_layout Plain Layout
32539
32540 \series bold
32541 【註】
32542 \series default
32543 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
32544 警告が発せられます。
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Description
32553 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
32554 \end_layout
32555
32556 \begin_deeper
32557 \begin_layout Itemize
32558 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
32559 \end_layout
32560
32561 \begin_layout Itemize
32562 Inputファイルは、LyX設定の操作性
32563 \family sans
32564 \SpecialChar \menuseparator
32565 表示
32566 \family default
32567 の下にある
32568 \family sans
32569 画像を表示
32570 \family default
32571 を有効にすると、LyX中でプレビューすることができます。
32572 \end_layout
32573
32574 \begin_layout Itemize
32575 LaTeXコマンドの
32576 \series bold
32577
32578 \backslash
32579 includeonly
32580 \series default
32581 は使用することができません。
32582 \end_layout
32583
32584 \end_deeper
32585 \begin_layout Standard
32586 右は、
32587 \family sans
32588 Input
32589 \family default
32590 を使って挿入した子文書です。 
32591 \begin_inset CommandInset include
32592 LatexCommand input
32593 filename "DummyDocument2.lyx"
32594
32595 \end_inset
32596
32597
32598 \end_layout
32599
32600 \begin_layout Description
32601 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
32602 に用いられているコマンドは実行されません。
32603 \family sans
32604 出力の空白に印付けをする
32605 \family default
32606 オプションを有効にすると、ソースコード中のすべての空白文字に「
32607 \begin_inset ERT
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611
32612
32613 \backslash
32614 textvisiblespace 
32615 \end_layout
32616
32617 \end_inset
32618
32619 」文字を表示させることができます。
32620 \family sans
32621 挿入\SpecialChar \menuseparator
32622 ファイル\SpecialChar \menuseparator
32623 平文
32624 \family default
32625 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
32626 \end_layout
32627
32628 \begin_layout Standard
32629 以下は、verbatimとして挿入された子文書です。 
32630 \begin_inset CommandInset include
32631 LatexCommand verbatiminput
32632 filename "../DummyTextDocument.txt"
32633
32634 \end_inset
32635
32636
32637 \begin_inset VSpace bigskip
32638 \end_inset
32639
32640 以下は、
32641 \family sans
32642 出力の空白に印付けをする
32643 \family default
32644 オプションを指定して、verbatimとして挿入された子文書です。 
32645 \begin_inset CommandInset include
32646 LatexCommand verbatiminput*
32647 filename "../DummyTextDocument.txt"
32648
32649 \end_inset
32650
32651
32652 \end_layout
32653
32654 \begin_layout Standard
32655 \begin_inset VSpace bigskip
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \begin_layout Standard
32662 \begin_inset Note Greyedout
32663 status open
32664
32665 \begin_layout Plain Layout
32666
32667 \series bold
32668 【註】
32669 \series default
32670 上記の例でわかるように、
32671 \family sans
32672 verbatim
32673 \family default
32674 として取り込んだ文書の文章は、文書行の終わりで改行されません。
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 \begin_inset Note Greyedout
32684 status open
32685
32686 \begin_layout Plain Layout
32687
32688 \series bold
32689 【訳註】
32690 \series default
32691 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Description
32700 プログラムリスト この型については、第
32701 \begin_inset CommandInset ref
32702 LatexCommand ref
32703 reference "cha:プログラムコードリスト"
32704
32705 \end_inset
32706
32707 章に説明されています。
32708 \end_layout
32709
32710 \begin_layout Standard
32711 \begin_inset Note Greyedout
32712 status open
32713
32714 \begin_layout Plain Layout
32715
32716 \series bold
32717 【註】
32718 \series default
32719 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Chapter
32728 プログラムコードリスト
32729 \begin_inset CommandInset label
32730 LatexCommand label
32731 name "cha:プログラムコードリスト"
32732
32733 \end_inset
32734
32735
32736 \begin_inset Index idx
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740 りすと@リスト
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \begin_inset Index idx
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750 ぷろぐらむこーど@プログラムコード
32751 \end_layout
32752
32753 \end_inset
32754
32755
32756 \begin_inset Index idx
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760 ふろーと@フロート ! りすと@リスト
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Standard
32769 プログラムコードを取り込んで組版するには、
32770 \family sans
32771 挿入
32772 \family default
32773 \SpecialChar \menuseparator
32774
32775 \family sans
32776 プログラムリスト
32777 \family default
32778 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
32779 \series bold
32780 listings
32781 \series default
32782
32783 \begin_inset Index idx
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32788 \end_layout
32789
32790 \end_inset
32791
32792 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
32793 \end_layout
32794
32795 \begin_layout Standard
32796 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
32797 \end_layout
32798
32799 \begin_layout Standard
32800 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
32801 \family sans
32802 行内リスト
32803 \family default
32804 を指定すると、リストは
32805 \begin_inset listings
32806 lstparams "language={C++}"
32807 inline true
32808 status collapsed
32809
32810 \begin_layout Plain Layout
32811
32812 int a=5;
32813 \end_layout
32814
32815 \end_inset
32816
32817 のように行内に印字されます。
32818 \begin_inset Newline newline
32819 \end_inset
32820
32821
32822 \family sans
32823 フロート
32824 \family default
32825 オプションは、プログラムリストフロートを生成するものですが、ここで、第
32826 \begin_inset CommandInset ref
32827 LatexCommand ref
32828 reference "sec:フロートの配置"
32829
32830 \end_inset
32831
32832 節に説明されているフロート配置オプションに従って、「
32833 \family sans
32834 h
32835 \family default
32836 」「
32837 \family sans
32838 t
32839 \family default
32840 」「
32841 \family sans
32842 b
32843 \family default
32844 」「
32845 \family sans
32846 p
32847 \family default
32848 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
32849 \family sans
32850 htbp
32851 \family default
32852 」のように区切りを入れることなく入力することができます。「
32853 \family sans
32854 h
32855 \family default
32856 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
32857 \family sans
32858 フロート
32859 \family default
32860 オプションを使用しなければ大丈夫です。
32861 \end_layout
32862
32863 \begin_layout Standard
32864
32865 \family sans
32866 挿入
32867 \family default
32868 \SpecialChar \menuseparator
32869
32870 \family sans
32871 キャプション
32872 \family default
32873 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
32874 \begin_inset CommandInset ref
32875 LatexCommand ref
32876 reference "lst:リストフロート"
32877
32878 \end_inset
32879
32880 のように参照することができます。
32881 \end_layout
32882
32883 \begin_layout Standard
32884 \begin_inset listings
32885 lstparams "language=Python"
32886 inline false
32887 status open
32888
32889 \begin_layout Plain Layout
32890
32891 \begin_inset Caption
32892
32893 \begin_layout Plain Layout
32894 \begin_inset CommandInset label
32895 LatexCommand label
32896 name "lst:リストフロート"
32897
32898 \end_inset
32899
32900 Example Listing Float
32901 \end_layout
32902
32903 \end_inset
32904
32905 # Example listing float
32906 \end_layout
32907
32908 \begin_layout Plain Layout
32909
32910 def func(param):
32911 \end_layout
32912
32913 \begin_layout Plain Layout
32914
32915     'this is a python function'
32916 \end_layout
32917
32918 \begin_layout Plain Layout
32919
32920     pass
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Standard
32929 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
32930 onのキーワード「def」が識別され、ボールド体で出力されます。
32931 \end_layout
32932
32933 \begin_layout Standard
32934 \begin_inset Note Greyedout
32935 status open
32936
32937 \begin_layout Plain Layout
32938
32939 \series bold
32940 【註】
32941 \series default
32942 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
32943 \family typewriter
32944 typewriter
32945 \family default
32946 フォントがボールド体を提供していません。この場合には、
32947 \family sans
32948 文書
32949 \family default
32950 \SpecialChar \menuseparator
32951
32952 \family sans
32953 設定
32954 \family default
32955 \SpecialChar \menuseparator
32956
32957 \family sans
32958 フォント
32959 \family default
32960 メニューで別のフォントを選択してください(
32961 \emph on
32962 LuxiMono
32963 \emph default
32964
32965 \emph on
32966 BeraMono
32967 \emph default
32968
32969 \emph on
32970 Courier
32971 \emph default
32972 の各フォントはボールド体を提供します)。
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \end_layout
32979
32980 \begin_layout Standard
32981 \begin_inset Note Greyedout
32982 status open
32983
32984 \begin_layout Plain Layout
32985
32986 \series bold
32987 【訳註】
32988 \series default
32989 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Standard
32998 プログラムリストダイアログの
32999 \family sans
33000 行番号
33001 \family default
33002 のセクションでは、行番号の様式を指定することができます。
33003 \family sans
33004 行間
33005 \family default
33006 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
33007 \end_layout
33008
33009 \begin_layout Standard
33010 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
33011 \family sans
33012 拡張文字コード表を使う
33013 \family default
33014 オプションを使用しなくてはなりません。
33015 \begin_inset Newline newline
33016 \end_inset
33017
33018 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
33019 \begin_inset space \thinspace{}
33020 \end_inset
33021
33022 -
33023 \begin_inset space \thinspace{}
33024 \end_inset
33025
33026 8」で設定したプログラムリストの例です。
33027 \end_layout
33028
33029 \begin_layout Standard
33030 \begin_inset listings
33031 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33032 inline false
33033 status open
33034
33035 \begin_layout Plain Layout
33036
33037 def func(param):
33038 \end_layout
33039
33040 \begin_layout Plain Layout
33041
33042     'this is a python function'
33043 \end_layout
33044
33045 \begin_layout Plain Layout
33046
33047     pass
33048 \end_layout
33049
33050 \begin_layout Plain Layout
33051
33052 def func(param):
33053 \end_layout
33054
33055 \begin_layout Plain Layout
33056
33057 'This is a German word: Tschüß'
33058 \end_layout
33059
33060 \begin_layout Plain Layout
33061
33062 pass
33063 \end_layout
33064
33065 \begin_layout Plain Layout
33066
33067 def func(param):
33068 \end_layout
33069
33070 \begin_layout Plain Layout
33071
33072 'this is a python function'
33073 \end_layout
33074
33075 \begin_layout Plain Layout
33076
33077 pass
33078 \end_layout
33079
33080 \end_inset
33081
33082
33083 \end_layout
33084
33085 \begin_layout Standard
33086 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
33087 \family sans
33088 タビュレータの大きさ
33089 \family default
33090 フィールドで指定することができます。
33091 \end_layout
33092
33093 \begin_layout Standard
33094 \begin_inset Note Greyedout
33095 status open
33096
33097 \begin_layout Plain Layout
33098
33099 \series bold
33100 【註】listings
33101 \series default
33102 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
33103 に振られているのはこのためです。
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Standard
33112 \begin_inset VSpace bigskip
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \begin_layout Standard
33119 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
33120 \family sans
33121 挿入
33122 \family default
33123 \SpecialChar \menuseparator
33124
33125 \family sans
33126 ファイル
33127 \family default
33128 \SpecialChar \menuseparator
33129
33130 \family sans
33131 子文書
33132 \family default
33133 メニューを使用して
33134 \family sans
33135 プログラムリスト
33136 \family default
33137 型を選択してください
33138 \begin_inset Foot
33139 status collapsed
33140
33141 \begin_layout Plain Layout
33142 他の子文書型については、第 section
33143 \begin_inset space ~
33144 \end_inset
33145
33146
33147 \begin_inset CommandInset ref
33148 LatexCommand ref
33149 reference "sec:子文書"
33150
33151 \end_inset
33152
33153 節に説明があります。
33154 \end_layout
33155
33156 \end_inset
33157
33158 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
33159 疑問符「?」を打鍵してください。
33160 \end_layout
33161
33162 \begin_layout Standard
33163 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
33164 \family sans
33165 挿入
33166 \family default
33167 \SpecialChar \menuseparator
33168
33169 \family sans
33170 相互参照
33171 \family default
33172 メニューを使って参照できるようになります。
33173 \end_layout
33174
33175 \begin_layout Standard
33176 プログラムリスト
33177 \begin_inset CommandInset ref
33178 LatexCommand ref
33179 reference "lst:file-listing"
33180
33181 \end_inset
33182
33183 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
33184 \end_layout
33185
33186 \begin_layout Standard
33187 \begin_inset CommandInset include
33188 LatexCommand lstinputlisting
33189 filename "EmbeddedObjects.lyx"
33190 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33191
33192 \end_inset
33193
33194
33195 \end_layout
33196
33197 \begin_layout Standard
33198 \begin_inset VSpace bigskip
33199 \end_inset
33200
33201
33202 \end_layout
33203
33204 \begin_layout Standard
33205 リストに数式を入れるには、以下のようにします。
33206 \end_layout
33207
33208 \begin_layout Enumerate
33209 リストダイアログを開き、
33210 \family sans
33211 詳細
33212 \family default
33213 タブのフィールド中に
33214 \begin_inset Newline newline
33215 \end_inset
33216
33217
33218 \family sans
33219 mathescape=true
33220 \family default
33221
33222 \begin_inset Newline newline
33223 \end_inset
33224
33225 と書き加えます。
33226 \end_layout
33227
33228 \begin_layout Enumerate
33229 リスト外で数式を作成します。
33230 \end_layout
33231
33232 \begin_layout Enumerate
33233 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
33234 \begin_inset Info
33235 type  "shortcut"
33236 arg   "copy"
33237 \end_inset
33238
33239 )。
33240 \end_layout
33241
33242 \begin_layout Enumerate
33243 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
33244 \begin_inset Info
33245 type  "shortcut"
33246 arg   "paste"
33247 \end_inset
33248
33249 )。
33250 \end_layout
33251
33252 \begin_layout Standard
33253 \begin_inset listings
33254 lstparams "language=Python,mathescape=true"
33255 inline false
33256 status open
33257
33258 \begin_layout Plain Layout
33259
33260 \begin_inset Caption
33261
33262 \begin_layout Plain Layout
33263 Example Listing float containing a formula
33264 \end_layout
33265
33266 \end_inset
33267
33268 # Example listing float
33269 \end_layout
33270
33271 \begin_layout Plain Layout
33272
33273 def func(param):
33274 \end_layout
33275
33276 \begin_layout Plain Layout
33277
33278     # $
33279 \backslash
33280 prod_{n=1}^{
33281 \backslash
33282 infty}
33283 \backslash
33284 ,
33285 \backslash
33286 frac{1}{x^{2}}$
33287 \end_layout
33288
33289 \begin_layout Plain Layout
33290
33291     pass
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Standard
33300 \begin_inset VSpace bigskip
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Standard
33307 大域的なプログラムリストの設定は、
33308 \family sans
33309 文書
33310 \family default
33311 \SpecialChar \menuseparator
33312
33313 \family sans
33314 設定
33315 \family default
33316 \SpecialChar \menuseparator
33317
33318 \family sans
33319 リスト
33320 \family default
33321 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
33322 \family sans
33323 プログラムリスト設定
33324 \family default
33325 フィールドで疑問符「?」を打鍵してください。
33326 \end_layout
33327
33328 \begin_layout Standard
33329
33330 \series bold
33331 listings
33332 \series default
33333 パッケージについての詳しい情報については、取扱説明書
33334 \begin_inset CommandInset citation
33335 LatexCommand cite
33336 key "listings"
33337
33338 \end_inset
33339
33340 をご参照ください。.
33341 \end_layout
33342
33343 \begin_layout Standard
33344 \begin_inset Newpage newpage
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Chapter
33351 \start_of_appendix
33352 LyXで使用できる単位
33353 \begin_inset Index idx
33354 status collapsed
33355
33356 \begin_layout Plain Layout
33357 たんい@単位
33358 \end_layout
33359
33360 \end_inset
33361
33362
33363 \begin_inset CommandInset label
33364 LatexCommand label
33365 name "cha:LyXで使用できる単位"
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Standard
33373 この文書で用いられる単位の理解のために、表
33374 \begin_inset CommandInset ref
33375 LatexCommand ref
33376 reference "tab:単位"
33377
33378 \end_inset
33379
33380 に、LyXで使うことのできる単位をまとめておきます。
33381 \end_layout
33382
33383 \begin_layout Standard
33384 \begin_inset Float table
33385 placement h
33386 wide false
33387 sideways false
33388 status open
33389
33390 \begin_layout Plain Layout
33391 \begin_inset Caption
33392
33393 \begin_layout Plain Layout
33394 \begin_inset CommandInset label
33395 LatexCommand label
33396 name "tab:単位"
33397
33398 \end_inset
33399
33400 単位
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \begin_layout Plain Layout
33409 \begin_inset VSpace medskip
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \begin_layout Plain Layout
33416 \align center
33417 \begin_inset Tabular
33418 <lyxtabular version="3" rows="20" columns="2">
33419 <features tabularvalignment="middle">
33420 <column alignment="center" valignment="top" width="0">
33421 <column alignment="center" valignment="top" width="0">
33422 <row>
33423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427 単位
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 名称/摘要
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 </row>
33442 <row>
33443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 mm
33448 \end_layout
33449
33450 \end_inset
33451 </cell>
33452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33453 \begin_inset Text
33454
33455 \begin_layout Plain Layout
33456 ミリメートル
33457 \end_layout
33458
33459 \end_inset
33460 </cell>
33461 </row>
33462 <row>
33463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33464 \begin_inset Text
33465
33466 \begin_layout Plain Layout
33467 cm
33468 \end_layout
33469
33470 \end_inset
33471 </cell>
33472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33473 \begin_inset Text
33474
33475 \begin_layout Plain Layout
33476 センチメートル
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 </row>
33482 <row>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Plain Layout
33487 in
33488 \end_layout
33489
33490 \end_inset
33491 </cell>
33492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33493 \begin_inset Text
33494
33495 \begin_layout Plain Layout
33496 インチ
33497 \end_layout
33498
33499 \end_inset
33500 </cell>
33501 </row>
33502 <row>
33503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33504 \begin_inset Text
33505
33506 \begin_layout Plain Layout
33507 pt
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516 ポイント (72.27
33517 \begin_inset Formula $\,$
33518 \end_inset
33519
33520 pt = 1
33521 \begin_inset Formula $\,$
33522 \end_inset
33523
33524 in)
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 </row>
33530 <row>
33531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33532 \begin_inset Text
33533
33534 \begin_layout Plain Layout
33535 pc
33536 \end_layout
33537
33538 \end_inset
33539 </cell>
33540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Plain Layout
33544 パイカ (1
33545 \begin_inset Formula $\,$
33546 \end_inset
33547
33548 pc = 12
33549 \begin_inset Formula $\,$
33550 \end_inset
33551
33552 pt)
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 </row>
33558 <row>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 sp
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572 スケールポイント (65536
33573 \begin_inset Formula $\,$
33574 \end_inset
33575
33576 sp = 1
33577 \begin_inset Formula $\,$
33578 \end_inset
33579
33580 pt)
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 <row>
33587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33588 \begin_inset Text
33589
33590 \begin_layout Plain Layout
33591 bp
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 ビッグポイント (72
33601 \begin_inset Formula $\,$
33602 \end_inset
33603
33604 bp = 1
33605 \begin_inset Formula $\,$
33606 \end_inset
33607
33608 in)
33609 \end_layout
33610
33611 \end_inset
33612 </cell>
33613 </row>
33614 <row>
33615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33616 \begin_inset Text
33617
33618 \begin_layout Plain Layout
33619 dd
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33625 \begin_inset Text
33626
33627 \begin_layout Plain Layout
33628 ディドー (72
33629 \begin_inset Formula $\,$
33630 \end_inset
33631
33632 dd 
33633 \begin_inset Formula $\approx$
33634 \end_inset
33635
33636  37.6
33637 \begin_inset Formula $\,$
33638 \end_inset
33639
33640 mm)
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 </row>
33646 <row>
33647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33648 \begin_inset Text
33649
33650 \begin_layout Plain Layout
33651 cc
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 シセロ (1
33661 \begin_inset Formula $\,$
33662 \end_inset
33663
33664 cc = 12
33665 \begin_inset Formula $\,$
33666 \end_inset
33667
33668 dd)
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 <row>
33675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679 Scale%
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688 元の画像幅の%
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 </row>
33694 <row>
33695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 text%
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708 テキスト幅の%
33709 \end_layout
33710
33711 \end_inset
33712 </cell>
33713 </row>
33714 <row>
33715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 col%
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 組段幅の%
33729 \end_layout
33730
33731 \end_inset
33732 </cell>
33733 </row>
33734 <row>
33735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33736 \begin_inset Text
33737
33738 \begin_layout Plain Layout
33739 page%
33740 \end_layout
33741
33742 \end_inset
33743 </cell>
33744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33745 \begin_inset Text
33746
33747 \begin_layout Plain Layout
33748 用紙幅の%
33749 \end_layout
33750
33751 \end_inset
33752 </cell>
33753 </row>
33754 <row>
33755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33756 \begin_inset Text
33757
33758 \begin_layout Plain Layout
33759 line%
33760 \end_layout
33761
33762 \end_inset
33763 </cell>
33764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33765 \begin_inset Text
33766
33767 \begin_layout Plain Layout
33768 行幅の%
33769 \end_layout
33770
33771 \end_inset
33772 </cell>
33773 </row>
33774 <row>
33775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Plain Layout
33779 theight%
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33785 \begin_inset Text
33786
33787 \begin_layout Plain Layout
33788 テキスト高さの%
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 </row>
33794 <row>
33795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33796 \begin_inset Text
33797
33798 \begin_layout Plain Layout
33799 pheight%
33800 \end_layout
33801
33802 \end_inset
33803 </cell>
33804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33805 \begin_inset Text
33806
33807 \begin_layout Plain Layout
33808 用紙高さの%
33809 \end_layout
33810
33811 \end_inset
33812 </cell>
33813 </row>
33814 <row>
33815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819 ex
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33825 \begin_inset Text
33826
33827 \begin_layout Plain Layout
33828 現在のフォントの文字「x」の高さ
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 </row>
33834 <row>
33835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 em
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33845 \begin_inset Text
33846
33847 \begin_layout Plain Layout
33848 現在のフォントの文字「M」の幅
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 </row>
33854 <row>
33855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859 mu
33860 \end_layout
33861
33862 \end_inset
33863 </cell>
33864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33865 \begin_inset Text
33866
33867 \begin_layout Plain Layout
33868 数式単位 (1
33869 \begin_inset Formula $\,$
33870 \end_inset
33871
33872 mu = 1/18
33873 \begin_inset Formula $\,$
33874 \end_inset
33875
33876 em)
33877 \end_layout
33878
33879 \end_inset
33880 </cell>
33881 </row>
33882 </lyxtabular>
33883
33884 \end_inset
33885
33886
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \begin_layout Chapter
33895 画像を含む場合のファイル出力形式
33896 \begin_inset CommandInset label
33897 LatexCommand label
33898 name "cha:ファイル出力形式"
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Section
33906 DVI
33907 \begin_inset Index idx
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911 ふぁいるしょしき@ファイル書式 ! DVI
33912 \end_layout
33913
33914 \end_inset
33915
33916
33917 \begin_inset Index idx
33918 status collapsed
33919
33920 \begin_layout Plain Layout
33921 DVI|see
33922 \begin_inset ERT
33923 status collapsed
33924
33925 \begin_layout Plain Layout
33926
33927 {
33928 \end_layout
33929
33930 \end_inset
33931
33932 ファイル書式
33933 \begin_inset ERT
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937
33938 }
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Standard
33952 このファイル型の拡張子は「
33953 \family typewriter
33954 .dvi
33955 \family default
33956 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
33957 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
33958 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
33959 \end_layout
33960
33961 \begin_layout Standard
33962 \begin_inset Note Greyedout
33963 status open
33964
33965 \begin_layout Plain Layout
33966 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
33967 \end_layout
33968
33969 \end_inset
33970
33971 ですから、お使いの
33972 \family typewriter
33973 .dvi
33974 \family default
33975 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
33976 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
33977 DFを使用することをお勧めします。
33978 \end_layout
33979
33980 \begin_layout Standard
33981 使用中の文書は、
33982 \family sans
33983 ファイル
33984 \family default
33985 \SpecialChar \menuseparator
33986
33987 \family sans
33988 書き出し
33989 \family default
33990 \SpecialChar \menuseparator
33991
33992 \family sans
33993 DVI
33994 \family default
33995 メニューを使用して、DVIに書き出すことができます。また、
33996 \family sans
33997 表示
33998 \family default
33999 メニューかツールバーボタン
34000 \begin_inset Graphics
34001         filename ../../images/buffer-view_dvi.png
34002         scale 85
34003         scaleBeforeRotation
34004
34005 \end_inset
34006
34007 を使用すれば、使用中の文書をDVIで表示させることができます。
34008 \end_layout
34009
34010 \begin_layout Section
34011 PostScript
34012 \begin_inset CommandInset label
34013 LatexCommand label
34014 name "sec:PostScript"
34015
34016 \end_inset
34017
34018
34019 \begin_inset Index idx
34020 status collapsed
34021
34022 \begin_layout Plain Layout
34023 ふぁいるしょしき@ファイル書式 ! PostScript
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \begin_inset Index idx
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033 PostScript|see
34034 \begin_inset ERT
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039 {
34040 \end_layout
34041
34042 \end_inset
34043
34044 ファイル書式
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 \end_layout
34057
34058 \end_inset
34059
34060
34061 \end_layout
34062
34063 \begin_layout Standard
34064 このファイル型の拡張子は「
34065 \family typewriter
34066 .ps
34067 \family default
34068 」です。PostScriptは、
34069 \family typewriter
34070 Adobe
34071 \family default
34072 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
34073 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
34074 \begin_inset Foot
34075 status collapsed
34076
34077 \begin_layout Plain Layout
34078 これについてもう少し学ぶ気があれば、LaTeXパッケージ
34079 \series bold
34080 PSTricks
34081 \series default
34082
34083 \begin_inset CommandInset citation
34084 LatexCommand cite
34085 key "pstricks"
34086
34087 \end_inset
34088
34089 を見てみてください。
34090 \end_layout
34091
34092 \end_inset
34093
34094 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
34095 \end_layout
34096
34097 \begin_layout Standard
34098 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
34099 \family typewriter
34100 .eps
34101 \family default
34102 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
34103 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
34104 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
34105 を直接EPSとして入れておく方がよいでしょう。
34106 \end_layout
34107
34108 \begin_layout Standard
34109 文書は、
34110 \family sans
34111 ファイル
34112 \family default
34113 \SpecialChar \menuseparator
34114
34115 \family sans
34116 書き出し
34117 \family default
34118 \SpecialChar \menuseparator
34119
34120 \family sans
34121 Postscript
34122 \family default
34123 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
34124 \family sans
34125 表示
34126 \family default
34127 メニューかツールバーボタン
34128 \begin_inset Graphics
34129         filename ../../images/buffer-view_ps.png
34130         scale 85
34131         scaleBeforeRotation
34132
34133 \end_inset
34134
34135 を使用することでPostScriptとして表示させることができます。
34136 \end_layout
34137
34138 \begin_layout Section
34139 PDF
34140 \begin_inset Index idx
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144 ふぁいるしょしき@ファイル書式 ! PDF
34145 \end_layout
34146
34147 \end_inset
34148
34149
34150 \begin_inset Index idx
34151 status collapsed
34152
34153 \begin_layout Plain Layout
34154 PDF
34155 \end_layout
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Standard
34163 このファイル型の拡張子は「
34164 \family typewriter
34165 .pdf
34166 \family default
34167 」です。この「Portable Document Format (PDF)」は、
34168 \family typewriter
34169 Adobe
34170 \family default
34171 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
34172 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
34173 \end_layout
34174
34175 \begin_layout Standard
34176 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
34177 \family typewriter
34178 .jpg
34179 \family default
34180 」または「
34181 \family typewriter
34182 .jpeg
34183 \family default
34184 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
34185 \family typewriter
34186 .png
34187 \family default
34188 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
34189 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
34190 とをお勧めします。
34191 \end_layout
34192
34193 \begin_layout Standard
34194 使用中の文書は、
34195 \family sans
34196 ファイル
34197 \family default
34198 \SpecialChar \menuseparator
34199
34200 \family sans
34201 書き出し
34202 \family default
34203 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
34204 \end_layout
34205
34206 \begin_layout Description
34207 PDF
34208 \begin_inset space ~
34209 \end_inset
34210
34211 (ps2pdf) これは
34212 \family typewriter
34213 ps2pdf
34214 \family default
34215 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
34216 \family typewriter
34217 dvips
34218 \family default
34219 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
34220 \end_layout
34221
34222 \begin_layout Description
34223 PDF
34224 \begin_inset space ~
34225 \end_inset
34226
34227 (dvipdfm) これは
34228 \family typewriter
34229 dvipdfm
34230 \family default
34231 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
34232 \end_layout
34233
34234 \begin_layout Description
34235 PDF
34236 \begin_inset space ~
34237 \end_inset
34238
34239 (pdflatex) これは
34240 \family typewriter
34241 pdftex
34242 \family default
34243 プログラムを使って、現在のファイルを直接PDFに変換します。
34244 \end_layout
34245
34246 \begin_layout Standard
34247
34248 \family typewriter
34249 pdftex
34250 \family default
34251 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
34252 \family sans
34253 PDF
34254 \begin_inset space ~
34255 \end_inset
34256
34257 (pdflatex)
34258 \family default
34259 を使用することが推奨されます。
34260 \family typewriter
34261 dvipdfm
34262 \family default
34263 プログラムは開発が停止しており、若干時代遅れになっています。
34264 \end_layout
34265
34266 \begin_layout Standard
34267 使用中の文書をPDFとして表示するには、
34268 \family sans
34269 表示
34270 \family default
34271 メニューかツールバーボタン
34272 \begin_inset Graphics
34273         filename ../../images/buffer-view_pdf2.png
34274         scale 85
34275         scaleBeforeRotation
34276
34277 \end_inset
34278
34279 (これは
34280 \family sans
34281 PDF
34282 \begin_inset space ~
34283 \end_inset
34284
34285 (pdflatex)
34286 \family default
34287 を使用します)を用います。
34288 \end_layout
34289
34290 \begin_layout Chapter
34291 第(
34292 \begin_inset CommandInset ref
34293 LatexCommand ref
34294 reference "eq:Wgn"
34295
34296 \end_inset
34297
34298 )式の説明
34299 \begin_inset CommandInset label
34300 LatexCommand label
34301 name "cha:式の説明"
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 \begin_inset Formula $n$
34310 \end_inset
34311
34312 個の表セルの全幅
34313 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 \begin_inset Formula 
34321 \begin{equation}
34322 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
34323 \end{equation}
34324
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Standard
34331 で計算できます。ここで
34332 \begin_inset Formula $W_{g\, n}$
34333 \end_inset
34334
34335 は、すべてのセルが持つ固定幅です。
34336 \series bold
34337
34338 \backslash
34339 tabcolsep
34340 \series default
34341 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
34342 \begin_inset space \thinspace{}
34343 \end_inset
34344
34345 ptです。
34346 \series bold
34347
34348 \backslash
34349 arrayrulewidth
34350 \series default
34351 は、セル罫線幅であり、既定値は0.4
34352 \begin_inset space \thinspace{}
34353 \end_inset
34354
34355 ptです。
34356 \end_layout
34357
34358 \begin_layout Standard
34359
34360 \begin_inset CommandInset ref
34361 LatexCommand eqref
34362 reference "eq:Wtot_n"
34363
34364 \end_inset
34365
34366 式にしたがえば、連結列の全幅
34367 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Standard
34374 \begin_inset Formula 
34375 \begin{equation}
34376 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34377 \end{equation}
34378
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \begin_layout Standard
34385 となります。
34386 \begin_inset Formula $n$
34387 \end_inset
34388
34389 列を連結する時には各列の全幅は
34390 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34391 \end_inset
34392
34393 となるので、第
34394 \begin_inset CommandInset ref
34395 LatexCommand eqref
34396 reference "eq:Wtot_n"
34397
34398 \end_inset
34399
34400 式と第
34401 \begin_inset CommandInset ref
34402 LatexCommand eqref
34403 reference "eq:Wtot_mult"
34404
34405 \end_inset
34406
34407 式が等しいものと置けば、必要となる固定幅
34408 \begin_inset Formula $W_{g\, n}$
34409 \end_inset
34410
34411 を計算することができて、
34412 \end_layout
34413
34414 \begin_layout Standard
34415 \begin_inset Formula 
34416 \begin{equation}
34417 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34418 \end{equation}
34419
34420 \end_inset
34421
34422 となります。
34423 \end_layout
34424
34425 \begin_layout Bibliography
34426 \labelwidthstring 参考文献
34427 \begin_inset CommandInset bibitem
34428 LatexCommand bibitem
34429 key "latexcompanion"
34430
34431 \end_inset
34432
34433 Frank Mittelbach and Michel Goossens: 
34434 \emph on
34435 The LaTeX Companion Second Edition.
34436
34437 \emph default
34438  Addison-Wesley, 2004
34439 \end_layout
34440
34441 \begin_layout Bibliography
34442 \labelwidthstring 参考文献
34443 \begin_inset CommandInset bibitem
34444 LatexCommand bibitem
34445 key "latexguide"
34446
34447 \end_inset
34448
34449 Helmut Kopka and Patrick W.
34450  Daly: 
34451 \emph on
34452 A Guide to LaTeX Fourth Edition.
34453
34454 \emph default
34455  Addison-Wesley, 2003
34456 \end_layout
34457
34458 \begin_layout Bibliography
34459 \labelwidthstring 参考文献
34460 \begin_inset CommandInset bibitem
34461 LatexCommand bibitem
34462 key "latexbook"
34463
34464 \end_inset
34465
34466 Leslie Lamport: 
34467 \emph on
34468 LaTeX: A Document Preparation System.
34469
34470 \emph default
34471  Addison-Wesley, second edition, 1994
34472 \end_layout
34473
34474 \begin_layout Bibliography
34475 \labelwidthstring 参考文献
34476 \begin_inset CommandInset bibitem
34477 LatexCommand bibitem
34478 key "booktabs"
34479
34480 \end_inset
34481
34482 LaTeXパッケージ
34483 \series bold
34484
34485 \begin_inset CommandInset href
34486 LatexCommand href
34487 name "booktabs"
34488 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34489
34490 \end_inset
34491
34492
34493 \series default
34494
34495 \begin_inset Index idx
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
34500 \end_layout
34501
34502 \end_inset
34503
34504 の取扱説明書
34505 \end_layout
34506
34507 \begin_layout Bibliography
34508 \labelwidthstring 参考文献
34509 \begin_inset CommandInset bibitem
34510 LatexCommand bibitem
34511 key "caption"
34512
34513 \end_inset
34514
34515 LaTeXパッケージ
34516 \series bold
34517
34518 \begin_inset CommandInset href
34519 LatexCommand href
34520 name "caption"
34521 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34522
34523 \end_inset
34524
34525
34526 \series default
34527
34528 \begin_inset Index idx
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 LaTeXぱっけーじ@LaTeXパッケージ ! caption
34533 \end_layout
34534
34535 \end_inset
34536
34537 の取扱説明書
34538 \end_layout
34539
34540 \begin_layout Bibliography
34541 \labelwidthstring 参考文献
34542 \begin_inset CommandInset bibitem
34543 LatexCommand bibitem
34544 key "endfloat"
34545
34546 \end_inset
34547
34548 LaTeXパッケージ
34549 \series bold
34550
34551 \begin_inset CommandInset href
34552 LatexCommand href
34553 name "endfloat"
34554 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34555
34556 \end_inset
34557
34558
34559 \series default
34560
34561 \begin_inset Index idx
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
34566 \end_layout
34567
34568 \end_inset
34569
34570 の取扱説明書
34571 \end_layout
34572
34573 \begin_layout Bibliography
34574 \labelwidthstring 参考文献
34575 \begin_inset CommandInset bibitem
34576 LatexCommand bibitem
34577 key "wrapfig"
34578
34579 \end_inset
34580
34581 LaTeXパッケージ
34582 \series bold
34583
34584 \begin_inset CommandInset href
34585 LatexCommand href
34586 name "wrapfig"
34587 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34588
34589 \end_inset
34590
34591
34592 \series default
34593
34594 \begin_inset Index idx
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34599 \end_layout
34600
34601 \end_inset
34602
34603 の取扱説明書
34604 \end_layout
34605
34606 \begin_layout Bibliography
34607 \labelwidthstring 参考文献
34608 \begin_inset CommandInset bibitem
34609 LatexCommand bibitem
34610 key "footmisc"
34611
34612 \end_inset
34613
34614 LaTeXパッケージ
34615 \series bold
34616
34617 \begin_inset CommandInset href
34618 LatexCommand href
34619 name "footmisc"
34620 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34621
34622 \end_inset
34623
34624
34625 \series default
34626
34627 \begin_inset Index idx
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
34632 \end_layout
34633
34634 \end_inset
34635
34636 の取扱説明書
34637 \end_layout
34638
34639 \begin_layout Bibliography
34640 \labelwidthstring 参考文献
34641 \begin_inset CommandInset bibitem
34642 LatexCommand bibitem
34643 key "hypcap"
34644
34645 \end_inset
34646
34647 LaTeXパッケージ
34648 \series bold
34649
34650 \begin_inset CommandInset href
34651 LatexCommand href
34652 name "hypcap"
34653 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34654
34655 \end_inset
34656
34657
34658 \series default
34659
34660 \begin_inset Index idx
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34665 \end_layout
34666
34667 \end_inset
34668
34669 の取扱説明書
34670 \end_layout
34671
34672 \begin_layout Bibliography
34673 \labelwidthstring 参考文献
34674 \begin_inset CommandInset bibitem
34675 LatexCommand bibitem
34676 key "hyperref"
34677
34678 \end_inset
34679
34680 LaTeXパッケージ
34681 \series bold
34682
34683 \begin_inset CommandInset href
34684 LatexCommand href
34685 name "hyperref"
34686 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34687
34688 \end_inset
34689
34690
34691 \series default
34692
34693 \begin_inset Index idx
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34698 \end_layout
34699
34700 \end_inset
34701
34702 の取扱説明書
34703 \end_layout
34704
34705 \begin_layout Bibliography
34706 \labelwidthstring 参考文献
34707 \begin_inset CommandInset bibitem
34708 LatexCommand bibitem
34709 key "KOMA-script"
34710
34711 \end_inset
34712
34713 LaTeXパッケージ
34714 \series bold
34715
34716 \begin_inset CommandInset href
34717 LatexCommand href
34718 name "KOMA-script"
34719 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34720
34721 \end_inset
34722
34723
34724 \series default
34725
34726 \begin_inset Index idx
34727 status collapsed
34728
34729 \begin_layout Plain Layout
34730 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
34731 \end_layout
34732
34733 \end_inset
34734
34735 の取扱説明書
34736 \end_layout
34737
34738 \begin_layout Bibliography
34739 \labelwidthstring 参考文献
34740 \begin_inset CommandInset bibitem
34741 LatexCommand bibitem
34742 key "listings"
34743
34744 \end_inset
34745
34746 LaTeXパッケージ
34747 \series bold
34748
34749 \begin_inset CommandInset href
34750 LatexCommand href
34751 name "listings"
34752 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34753
34754 \end_inset
34755
34756
34757 \series default
34758
34759 \begin_inset Index idx
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763 LaTeXぱっけーじ@LaTeXパッケージ ! listings
34764 \end_layout
34765
34766 \end_inset
34767
34768 の取扱説明書
34769 \end_layout
34770
34771 \begin_layout Bibliography
34772 \labelwidthstring 参考文献
34773 \begin_inset CommandInset bibitem
34774 LatexCommand bibitem
34775 key "marginnote"
34776
34777 \end_inset
34778
34779 LaTeXパッケージ
34780 \series bold
34781
34782 \begin_inset CommandInset href
34783 LatexCommand href
34784 name "marginnote"
34785 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34786
34787 \end_inset
34788
34789
34790 \series default
34791
34792 \begin_inset Index idx
34793 status collapsed
34794
34795 \begin_layout Plain Layout
34796 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
34797 \end_layout
34798
34799 \end_inset
34800
34801 の取扱説明書
34802 \end_layout
34803
34804 \begin_layout Bibliography
34805 \labelwidthstring 参考文献
34806 \begin_inset CommandInset bibitem
34807 LatexCommand bibitem
34808 key "lettrine"
34809
34810 \end_inset
34811
34812 LaTeXパッケージ 
34813 \series bold
34814
34815 \begin_inset CommandInset href
34816 LatexCommand href
34817 name "lettrine"
34818 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
34819
34820 \end_inset
34821
34822
34823 \series default
34824  
34825 \lang english
34826 and an
34827 \lang japanese
34828  
34829 \begin_inset CommandInset href
34830 LatexCommand href
34831 name "example"
34832 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
34833
34834 \end_inset
34835
34836
34837 \begin_inset Index idx
34838 status collapsed
34839
34840 \begin_layout Plain Layout
34841 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Bibliography
34850 \labelwidthstring 参考文献
34851 \begin_inset CommandInset bibitem
34852 LatexCommand bibitem
34853 key "pstricks"
34854
34855 \end_inset
34856
34857 LaTeXパッケージ
34858 \series bold
34859
34860 \begin_inset CommandInset href
34861 LatexCommand href
34862 name "PSTricks"
34863 target "http://tug.org/PSTricks/"
34864
34865 \end_inset
34866
34867
34868 \series default
34869
34870 \begin_inset Index idx
34871 status collapsed
34872
34873 \begin_layout Plain Layout
34874 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
34875 \end_layout
34876
34877 \end_inset
34878
34879 のウェブページ
34880 \end_layout
34881
34882 \begin_layout Bibliography
34883 \labelwidthstring 参考文献
34884 \begin_inset CommandInset bibitem
34885 LatexCommand bibitem
34886 key "sidecap"
34887
34888 \end_inset
34889
34890 LaTeXパッケージ
34891 \series bold
34892
34893 \begin_inset CommandInset href
34894 LatexCommand href
34895 name "sidecap"
34896 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34897
34898 \end_inset
34899
34900
34901 \series default
34902
34903 \begin_inset Index idx
34904 status collapsed
34905
34906 \begin_layout Plain Layout
34907 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
34908 \end_layout
34909
34910 \end_inset
34911
34912 の取扱説明書
34913 \end_layout
34914
34915 \begin_layout Bibliography
34916 \labelwidthstring 参考文献
34917 \begin_inset CommandInset bibitem
34918 LatexCommand bibitem
34919 key "prettyref"
34920
34921 \end_inset
34922
34923 LaTeXパッケージ
34924 \series bold
34925
34926 \begin_inset CommandInset href
34927 LatexCommand href
34928 name "prettyref"
34929 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34930
34931 \end_inset
34932
34933
34934 \series default
34935
34936 \begin_inset Index idx
34937 status collapsed
34938
34939 \begin_layout Plain Layout
34940 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
34941 \end_layout
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Bibliography
34949 \labelwidthstring 参考文献
34950 \begin_inset CommandInset bibitem
34951 LatexCommand bibitem
34952 key "refstyle"
34953
34954 \end_inset
34955
34956 LaTeXパッケージ
34957 \series bold
34958
34959 \begin_inset CommandInset href
34960 LatexCommand href
34961 name "refstyle"
34962 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34963
34964 \end_inset
34965
34966
34967 \series default
34968
34969 \begin_inset Index idx
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Bibliography
34982 \labelwidthstring 参考文献
34983 \begin_inset CommandInset bibitem
34984 LatexCommand bibitem
34985 key "NewInLyX20"
34986
34987 \end_inset
34988
34989
34990 \family sans
34991 LyX 2.0
34992 \family default
34993 の新機能に関する
34994 \begin_inset CommandInset href
34995 LatexCommand href
34996 name "Wikiページ"
34997 target "http://wiki.lyx.org/LyX/NewInLyX20"
34998
34999 \end_inset
35000
35001
35002 \end_layout
35003
35004 \begin_layout Standard
35005 \begin_inset CommandInset index_print
35006 LatexCommand printindex
35007 type "idx"
35008
35009 \end_inset
35010
35011
35012 \end_layout
35013
35014 \end_body
35015 \end_document