]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update a dialog description
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \usepackage{sidecap}
43
44 \newcommand{\TabBesBeg}{%
45  \let\MyTable\table
46  \let\MyEndtable\endtable
47  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
48
49 \newcommand{\TabBesEnd}{%
50  \let\table\MyTable
51  \let\endtable\MyEndtable}
52
53 \newcommand{\FigBesBeg}{%
54  \let\MyFigure\figure
55  \let\MyEndfigure\endfigure
56  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
57
58 \newcommand{\FigBesEnd}{%
59  \let\figure\MyFigure
60  \let\endfigure\MyEndfigure}
61
62 % enables calculation of values,
63 \usepackage{calc}
64
65 % increase the bottom float placement fraction
66 \renewcommand{\bottomfraction}{0.5}
67
68 % avoids that floats are placed before their
69 % corresponding section starts
70 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
71
72 % speed up the longtable calculation
73 \setcounter{LTchunksize}{100}
74
75 % used for scaled and rotated boxes
76 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
77
78 % used for colored tables
79 \@ifundefined{textcolor}
80  {\usepackage{color}}{}
81 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
82 \definecolor{lightgrey}{gray}{0.8}
83
84 % check for package colortbl
85 % used for colored table cells
86 \newboolean{colortbl}
87 \IfFileExists{colortbl.sty}
88  {\usepackage{colortbl}
89   \setboolean{colortbl}{true}}
90  {\setboolean{colortbl}{false}}
91
92 % used for book-style tables
93 \usepackage{booktabs}
94
95 % used to have extra space in table cells
96 \@ifundefined{extrarowheight}
97  {\usepackage{array}}{}
98 \setlength{\extrarowheight}{2pt}
99
100 % used for customized tables
101 % ---
102 \newcolumntype{M}[1]
103  {>{\centering\hspace{0pt}}m{#1}}
104
105 \newcolumntype{S}[2]
106  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
107
108 \newcolumntype{K}[1]
109  {>{\columncolor{#1}\hspace{0pt}}c}
110
111 \newcolumntype{V}{!{\vrule width 1.5pt}}
112
113 \newcolumntype{W}{!{\color{green}\vline}}
114 % ---
115
116 % insert additional vertical space of
117 % 1.5 mm between footnotes
118 \let\myFoot\footnote
119 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
120
121 % number algorithm floats within chapters
122 \numberwithin{algorithm}{chapter}
123
124
125 % ------------------------------------
126 % used to check for needed LaTeX packages
127 \usepackage{ifthen}
128
129 % check for package arydshln
130 % used for tables with dashed lines
131 \newboolean{arydshln}
132 \IfFileExists{arydshln.sty}
133  {\usepackage{arydshln}
134   \setboolean{arydshln}{true}}
135  {\setboolean{arydshln}{false}}
136
137 % check for package marginnote
138 % used for margin notes
139 \newboolean{marginnote}
140 \IfFileExists{marginnote.sty}
141  {\usepackage{marginnote}
142   \let\marginpar\marginnote
143   \setboolean{marginnote}{true}}
144  {\setboolean{marginnote}{false}}
145
146 % check for package sidecap
147 % used for captions on the side
148 \newboolean{sidecap}
149 \IfFileExists{sidecap.sty}
150  {\usepackage{sidecap}
151   \setboolean{sidecap}{true}}
152  {\setboolean{sidecap}{false}}
153
154 % check for picinpar
155 % used for surrounded fixed objects
156 \newboolean{picinpar}
157 \IfFileExists{picinpar.sty}
158  {\usepackage{picinpar}
159   \setboolean{picinpar}{true}}
160  {\setboolean{picinpar}{false}}
161
162 \usepackage{t1enc}
163 \renewcommand{\seename}{→}
164
165 \usepackage{subfig}
166 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
167 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
168 \end_preamble
169 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
170 \use_default_options false
171 \begin_modules
172 initials
173 \end_modules
174 \maintain_unincluded_children false
175 \language japanese
176 \language_package default
177 \inputencoding auto
178 \fontencoding global
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \use_non_tex_fonts false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188
189 \graphics default
190 \default_output_format default
191 \output_sync 0
192 \bibtex_command default
193 \index_command default
194 \paperfontsize 12
195 \spacing single
196 \use_hyperref true
197 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
198 \pdf_author "LyX Team, Uwe Stohr"
199 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
200 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
201 \pdf_bookmarks true
202 \pdf_bookmarksnumbered true
203 \pdf_bookmarksopen true
204 \pdf_bookmarksopenlevel 1
205 \pdf_breaklinks false
206 \pdf_pdfborder false
207 \pdf_colorlinks true
208 \pdf_backref false
209 \pdf_pdfusetitle false
210 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
211 \papersize a4paper
212 \use_geometry true
213 \use_amsmath 2
214 \use_esint 0
215 \use_mhchem 1
216 \use_mathdots 1
217 \cite_engine basic
218 \use_bibtopic false
219 \use_indices false
220 \paperorientation portrait
221 \suppress_date false
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index 索引
225 \shortcut idx
226 \color #008000
227 \end_index
228 \leftmargin 2.5cm
229 \topmargin 2.5cm
230 \rightmargin 2.5cm
231 \bottommargin 3cm
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation skip
235 \defskip medskip
236 \quotes_language english
237 \papercolumns 1
238 \papersides 2
239 \paperpagestyle default
240 \bullet 1 1 34 -1
241 \bullet 2 2 35 -1
242 \bullet 3 2 7 -1
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
254 \end_layout
255
256 \begin_layout Author
257 LyXプロジェクトチーム
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
264 \begin_inset CommandInset href
265 LatexCommand href
266 name "lyx-docs@lists.lyx.org"
267 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
268 type "mailto:"
269
270 \end_inset
271
272  までお送り下さい。
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Note Note
279 status collapsed
280
281 \begin_layout Plain Layout
282 著者:Uwe Stöhr
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \family sans
297 バージョン2.0.x
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset CommandInset toc
302 LatexCommand tableofcontents
303
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset Note Note
311 status open
312
313 \begin_layout Plain Layout
314 本文書の全体をPDFやPS、DVIに書き出すには、
315 \series bold
316 arydshln
317 \series default
318
319 \series bold
320 colortbl
321 \series default
322
323 \series bold
324 lettrine
325 \series default
326
327 \series bold
328 marginnote
329 \series default
330
331 \series bold
332 picinpar
333 \series default
334
335 \series bold
336 sidecap
337 \series default
338 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
339 されません。
340 \end_layout
341
342 \begin_layout Plain Layout
343 本文書の最新PDF版は
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
350 \series default
351
352 \begin_inset Newline newline
353 \end_inset
354
355 にあります。
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \begin_layout Chapter
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 ず@図
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 がぞう@画像|see
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 {
386 \end_layout
387
388 \end_inset
389
390
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396 }
397 \end_layout
398
399 \end_inset
400
401
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Section
410 画像ダイアログ
411 \begin_inset Index idx
412 status collapsed
413
414 \begin_layout Plain Layout
415 ず@図 ! がぞうだいあろぐ@画像ダイアログ
416 \end_layout
417
418 \end_inset
419
420
421 \begin_inset CommandInset label
422 LatexCommand label
423 name "sec:画像ダイアログ"
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Standard
431 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
432 \begin_inset Graphics
433         filename ../../images/dialog-show-new-inset_graphics.png
434         scale 85
435         scaleBeforeRotation
436
437 \end_inset
438
439 をクリックするか、
440 \family sans
441 挿入\SpecialChar \menuseparator
442 画像
443 \family default
444 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
445 \end_layout
446
447 \begin_layout Standard
448 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
449 \end_layout
450
451 \begin_layout Description
452
453 \family sans
454 画像
455 \family default
456  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
457 \begin_inset CommandInset ref
458 LatexCommand ref
459 reference "cha:LyXで使用できる単位"
460
461 \end_inset
462
463 に説明があります。
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index idx
469 status collapsed
470
471 \begin_layout Plain Layout
472 ず@図 ! のかいてん@---の回転
473 \end_layout
474
475 \end_inset
476
477 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 ず@図 ! のしんしゅく@---の伸縮
487 \end_layout
488
489 \end_inset
490
491 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
492 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
493 \family sans
494 縦横比を維持する
495 \family default
496 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
497 \begin_inset Newline newline
498 \end_inset
499
500 画像を右クリックすると現れるコンテクストメニューで
501 \family sans
502 外部で編集
503 \family default
504 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
505 ます。
506 \end_layout
507
508 \begin_layout Description
509
510 \family sans
511 切り抜き
512 \family default
513  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
514 \family sans
515 ファイルから取得
516 \family default
517 ボタンを押すことによって、自動的に計算することもできます。
518 \family sans
519 境界枠で切り抜く
520 \family default
521 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
522 \end_layout
523
524 \begin_layout Description
525
526 \family sans
527 LaTeXとLyXのオプション
528 \family default
529  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
530 \family sans
531
532 \begin_inset Newline newline
533 \end_inset
534
535 下書きモード
536 \family default
537 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
538 \family sans
539
540 \begin_inset Newline newline
541 \end_inset
542
543 エクスポートする際に解凍しない
544 \family default
545 オプションは、
546 \emph on
547 x.eps.gz
548 \emph default
549 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
550 ません。
551 \begin_inset Newline newline
552 \end_inset
553
554 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
555 \begin_inset CommandInset ref
556 LatexCommand ref
557 reference "sec:PostScript"
558
559 \end_inset
560
561 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
562 \begin_inset Newline newline
563 \end_inset
564
565
566 \series bold
567 gzip x.eps
568 \series default
569
570 \begin_inset Newline newline
571 \end_inset
572
573
574 \series bold
575 zgrep %%Bounding x.eps.gz > x.eps.bb
576 \series default
577
578 \begin_inset Newline newline
579 \end_inset
580
581 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
582 \begin_inset Newline newline
583 \end_inset
584
585
586 \lang english
587 In the section 
588 \family sans
589 Graphics
590 \begin_inset space ~
591 \end_inset
592
593 Group
594 \family default
595  you can define or join an image settings group.
596 \lang japanese
597
598 \begin_inset Index idx
599 status collapsed
600
601 \begin_layout Plain Layout
602 ず@図 ! せっていぐるーぷ@設定グループ
603 \end_layout
604
605 \end_inset
606
607 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
608 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
609 ーを使用して、望むグループ名をチェックすることで行うこともできます。
610 \end_layout
611
612 \begin_layout Standard
613 \begin_inset VSpace bigskip
614 \end_inset
615
616
617 \end_layout
618
619 \begin_layout Standard
620 下記はEPS書式
621 \begin_inset Foot
622 status collapsed
623
624 \begin_layout Plain Layout
625 画像書式は、第
626 \begin_inset CommandInset ref
627 LatexCommand ref
628 reference "sec:画像書式"
629
630 \end_inset
631
632 節に説明されています。
633 \end_layout
634
635 \end_inset
636
637 の画像の例で、単独の中央揃えの段落に置いてあります。
638 \end_layout
639
640 \begin_layout Standard
641 \align center
642 \begin_inset Graphics
643         filename ../clipart/mobius.eps
644         scale 70
645         scaleBeforeRotation
646         rotateOrigin center
647
648 \end_inset
649
650
651 \end_layout
652
653 \begin_layout Standard
654 下記は上と同じ画像ですが、下書きモードのものです。
655 \end_layout
656
657 \begin_layout Standard
658 \align center
659 \begin_inset Graphics
660         filename ../clipart/mobius.eps
661         scale 70
662         draft
663         scaleBeforeRotation
664         rotateOrigin center
665
666 \end_inset
667
668
669 \end_layout
670
671 \begin_layout Standard
672 \begin_inset Newpage newpage
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Section
679 図フロート
680 \begin_inset CommandInset label
681 LatexCommand label
682 name "sec:図フロート"
683
684 \end_inset
685
686
687 \begin_inset Index idx
688 status collapsed
689
690 \begin_layout Plain Layout
691 ふろーと@フロート ! ず@図
692 \end_layout
693
694 \end_inset
695
696
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 ず@図 ! ふろーと@フロート
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 フロートについての一般的な説明は、第
711 \begin_inset CommandInset ref
712 LatexCommand ref
713 reference "sec:フロートはじめに"
714
715 \end_inset
716
717 節をご覧下さい。
718 \end_layout
719
720 \begin_layout Standard
721 ツールバーボタンの
722 \begin_inset Graphics
723         filename ../../images/float-insert_figure.png
724         scale 85
725         scaleBeforeRotation
726
727 \end_inset
728
729
730 \family sans
731 挿入\SpecialChar \menuseparator
732 フロート\SpecialChar \menuseparator
733
734 \family default
735 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
736 \begin_inset CommandInset ref
737 LatexCommand ref
738 reference "fig:犠牲のカモノハシ"
739
740 \end_inset
741
742 のようにキャプションの上に置くこともできますし、図
743 \begin_inset CommandInset ref
744 LatexCommand ref
745 reference "fig:エッシャー"
746
747 \end_inset
748
749 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
750 \begin_inset CommandInset ref
751 LatexCommand ref
752 reference "sec:キャプションの配置"
753
754 \end_inset
755
756 節に述べられています。
757 \end_layout
758
759 \begin_layout Standard
760 \begin_inset Float figure
761 wide false
762 sideways false
763 status open
764
765 \begin_layout Plain Layout
766 \align center
767 \begin_inset Graphics
768         filename ../clipart/platypus.eps
769         width 50col%
770         scaleBeforeRotation
771         rotateOrigin center
772
773 \end_inset
774
775
776 \end_layout
777
778 \begin_layout Plain Layout
779 \begin_inset Caption
780
781 \begin_layout Plain Layout
782 \begin_inset CommandInset label
783 LatexCommand label
784 name "fig:犠牲のカモノハシ"
785
786 \end_inset
787
788 フロート中の激しく歪んだカモノハシ
789 \end_layout
790
791 \end_inset
792
793
794 \end_layout
795
796 \end_inset
797
798
799 \end_layout
800
801 \begin_layout Standard
802 \begin_inset Float figure
803 wide false
804 sideways false
805 status open
806
807 \begin_layout Plain Layout
808 \begin_inset Caption
809
810 \begin_layout Plain Layout
811 \begin_inset CommandInset label
812 LatexCommand label
813 name "fig:エッシャー"
814
815 \end_inset
816
817 行ってしまったM.C.エッシャー
818 \end_layout
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Plain Layout
826 \align center
827 \begin_inset Graphics
828         filename ../clipart/escher-lsd.eps
829         scale 80
830         scaleBeforeRotation
831         rotateOrigin center
832
833 \end_inset
834
835
836 \end_layout
837
838 \end_inset
839
840
841 \end_layout
842
843 \begin_layout Standard
844 \begin_inset Index idx
845 status collapsed
846
847 \begin_layout Plain Layout
848 さんしょう@参照 ! ずへの@図への ---
849 \end_layout
850
851 \end_inset
852
853
854 \begin_inset CommandInset ref
855 LatexCommand ref
856 reference "fig:犠牲のカモノハシ"
857
858 \end_inset
859
860 図と第
861 \begin_inset CommandInset ref
862 LatexCommand ref
863 reference "fig:エッシャー"
864
865 \end_inset
866
867 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
868 \family sans
869 挿入\SpecialChar \menuseparator
870 ラベル
871 \family default
872 メニューかツールバーボタン
873 \begin_inset Graphics
874         filename ../../images/label-insert.png
875         scale 85
876         scaleBeforeRotation
877
878 \end_inset
879
880 を使用して、キャプションにラベルを挿入してください。その後、
881 \family sans
882 挿入\SpecialChar \menuseparator
883 相互参照
884 \family default
885 メニューかツールバーボタン
886 \begin_inset Graphics
887         filename ../../images/dialog-show-new-inset_ref.png
888         scale 85
889         scaleBeforeRotation
890
891 \end_inset
892
893 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
894 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
895 \begin_inset Newline newline
896 \end_inset
897
898 参照は、第
899 \begin_inset CommandInset ref
900 LatexCommand ref
901 reference "sec:フロートの参照"
902
903 \end_inset
904
905 節で詳細に説明されています。
906 \end_layout
907
908 \begin_layout Standard
909 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
910 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:歪められた二つの像"
914
915 \end_inset
916
917 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "fig:何かわからない構造"
921
922 \end_inset
923
924 と図
925 \begin_inset CommandInset ref
926 LatexCommand ref
927 reference "fig:カモノハシ"
928
929 \end_inset
930
931 が内部図になります。
932 \end_layout
933
934 \begin_layout Standard
935 \begin_inset Float figure
936 wide false
937 sideways false
938 status open
939
940 \begin_layout Plain Layout
941 \begin_inset space \hfill{}
942 \end_inset
943
944
945 \begin_inset Float figure
946 wide false
947 sideways false
948 status open
949
950 \begin_layout Plain Layout
951 \begin_inset Caption
952
953 \begin_layout Plain Layout
954 \begin_inset CommandInset label
955 LatexCommand label
956 name "fig:何かわからない構造"
957
958 \end_inset
959
960 何かわからない構造
961 \end_layout
962
963 \end_inset
964
965
966 \end_layout
967
968 \begin_layout Plain Layout
969 \begin_inset Graphics
970         filename ../clipart/escher-lsd.eps
971         width 45col%
972         scaleBeforeRotation
973         groupId distorted
974
975 \end_inset
976
977
978 \end_layout
979
980 \end_inset
981
982
983 \begin_inset space \hfill{}
984 \end_inset
985
986
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset Caption
994
995 \begin_layout Plain Layout
996 \begin_inset CommandInset label
997 LatexCommand label
998 name "fig:カモノハシ"
999
1000 \end_inset
1001
1002 カモノハシ
1003 \end_layout
1004
1005 \end_inset
1006
1007
1008 \end_layout
1009
1010 \begin_layout Plain Layout
1011 \begin_inset Graphics
1012         filename ../clipart/platypus.eps
1013         width 45col%
1014         scaleBeforeRotation
1015         groupId distorted
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \begin_inset space \hfill{}
1026 \end_inset
1027
1028
1029 \end_layout
1030
1031 \begin_layout Plain Layout
1032 \begin_inset Caption
1033
1034 \begin_layout Plain Layout
1035 \begin_inset CommandInset label
1036 LatexCommand label
1037 name "fig:歪められた二つの像"
1038
1039 \end_inset
1040
1041 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1042 \end_layout
1043
1044 \end_inset
1045
1046
1047 \end_layout
1048
1049 \end_inset
1050
1051
1052 \end_layout
1053
1054 \begin_layout Standard
1055 \begin_inset Newpage newpage
1056 \end_inset
1057
1058
1059 \end_layout
1060
1061 \begin_layout Section
1062 画像書式
1063 \begin_inset CommandInset label
1064 LatexCommand label
1065 name "sec:画像書式"
1066
1067 \end_inset
1068
1069
1070 \begin_inset Index idx
1071 status collapsed
1072
1073 \begin_layout Plain Layout
1074 がぞうしょしき@画像書式
1075 \end_layout
1076
1077 \end_inset
1078
1079
1080 \begin_inset Index idx
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 ず@図 ! がぞうしょしき@画像書式
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \end_layout
1091
1092 \begin_layout Standard
1093 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1094 \begin_inset CommandInset ref
1095 LatexCommand ref
1096 reference "cha:ファイル出力形式"
1097
1098 \end_inset
1099
1100 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1101 ウンドで
1102 \family typewriter
1103 ImageMagick
1104 \family default
1105 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1106 用するとよいでしょう。出力ファイル書式は、付録
1107 \begin_inset CommandInset ref
1108 LatexCommand ref
1109 reference "cha:ファイル出力形式"
1110
1111 \end_inset
1112
1113 に説明されています。
1114 \end_layout
1115
1116 \begin_layout Standard
1117 フォントと同じく、画像形式にも以下の二つの型があります。
1118 \end_layout
1119
1120 \begin_layout Description
1121 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1122 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1123 \family typewriter
1124 .gif
1125 \family default
1126 」)
1127 \begin_inset Index idx
1128 status collapsed
1129
1130 \begin_layout Plain Layout
1131 GIF|see
1132 \begin_inset ERT
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136
1137 {
1138 \end_layout
1139
1140 \end_inset
1141
1142 画像書式
1143 \begin_inset ERT
1144 status collapsed
1145
1146 \begin_layout Plain Layout
1147
1148 }
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \end_inset
1157
1158 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1159 \family typewriter
1160 .png
1161 \family default
1162 」)
1163 \begin_inset Index idx
1164 status collapsed
1165
1166 \begin_layout Plain Layout
1167 PNG|see
1168 \begin_inset ERT
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172
1173 {
1174 \end_layout
1175
1176 \end_inset
1177
1178 画像書式
1179 \begin_inset ERT
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183
1184 }
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1195 \family typewriter
1196 .jpg
1197 \family default
1198 」または「
1199 \family typewriter
1200 .jpeg
1201 \family default
1202 」)
1203 \begin_inset Index idx
1204 status collapsed
1205
1206 \begin_layout Plain Layout
1207 JPG|see
1208 \begin_inset ERT
1209 status collapsed
1210
1211 \begin_layout Plain Layout
1212
1213 {
1214 \end_layout
1215
1216 \end_inset
1217
1218 画像書式
1219 \begin_inset ERT
1220 status collapsed
1221
1222 \begin_layout Plain Layout
1223
1224 }
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \end_inset
1233
1234 などがあります。
1235 \end_layout
1236
1237 \begin_layout Description
1238 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1239 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1240 に便利です。
1241 \begin_inset Newline newline
1242 \end_inset
1243
1244 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1245 \family typewriter
1246 .svg
1247 \family default
1248 」)
1249 \begin_inset Index idx
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253 SVG|see
1254 \begin_inset ERT
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258
1259 {
1260 \end_layout
1261
1262 \end_inset
1263
1264 画像書式
1265 \begin_inset ERT
1266 status collapsed
1267
1268 \begin_layout Plain Layout
1269
1270 }
1271 \end_layout
1272
1273 \end_inset
1274
1275
1276 \end_layout
1277
1278 \end_inset
1279
1280 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1281 \family typewriter
1282 .eps
1283 \family default
1284 」)
1285 \begin_inset Index idx
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289 EPS|see
1290 \begin_inset ERT
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294
1295 {
1296 \end_layout
1297
1298 \end_inset
1299
1300 画像書式
1301 \begin_inset ERT
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305
1306 }
1307 \end_layout
1308
1309 \end_inset
1310
1311
1312 \end_layout
1313
1314 \end_inset
1315
1316 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1317 \family typewriter
1318 .pdf
1319 \family default
1320 」)
1321 \begin_inset Index idx
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325 PDF
1326 \end_layout
1327
1328 \end_inset
1329
1330 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1331 \family typewriter
1332 .wmf
1333 \family default
1334 」)
1335 \begin_inset Index idx
1336 status collapsed
1337
1338 \begin_layout Plain Layout
1339 SVG|see
1340 \begin_inset ERT
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344
1345 {
1346 \end_layout
1347
1348 \end_inset
1349
1350 画像書式
1351 \begin_inset ERT
1352 status collapsed
1353
1354 \begin_layout Plain Layout
1355
1356 }
1357 \end_layout
1358
1359 \end_inset
1360
1361
1362 \end_layout
1363
1364 \end_inset
1365
1366 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1367 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1368 \begin_inset Foot
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372 PDFの場合には、さらに元画像が圧縮されます。
1373 \end_layout
1374
1375 \end_inset
1376
1377 。たとえば、
1378 \family typewriter
1379 Adobe Photoshop
1380 \family default
1381 が生成するPDFファイルは、ビットマップ画像です。
1382 \end_layout
1383
1384 \begin_layout Standard
1385 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1386 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1387 \begin_inset Formula $\to$
1388 \end_inset
1389
1390 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1391 \end_layout
1392
1393 \begin_layout Chapter
1394
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 ひょう@表
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \begin_layout Section
1408 はじめに
1409 \begin_inset Index idx
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 ひょう@表 ! はじめに
1414 \end_layout
1415
1416 \end_inset
1417
1418
1419 \end_layout
1420
1421 \begin_layout Standard
1422
1423 \family roman
1424 \series medium
1425 \shape up
1426 \size normal
1427 \emph off
1428 \bar no
1429 \noun off
1430 \color none
1431 表を挿入するには、ツールバーボタン
1432 \begin_inset Graphics
1433         filename ../../images/tabular-insert.png
1434         scale 85
1435
1436 \end_inset
1437
1438 か、
1439 \family sans
1440 \series default
1441 \shape default
1442 \size default
1443 \emph default
1444 \bar default
1445 \noun default
1446 \color inherit
1447 挿入\SpecialChar \menuseparator
1448
1449 \family default
1450 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1451 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1452 \begin_inset Newline newline
1453 \end_inset
1454
1455 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1456 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1457 \end_layout
1458
1459 \begin_layout Standard
1460 \align center
1461 \begin_inset Tabular
1462 <lyxtabular version="3" rows="4" columns="4">
1463 <features tabularvalignment="middle">
1464 <column alignment="center" valignment="top" width="0">
1465 <column alignment="center" valignment="top" width="0">
1466 <column alignment="center" valignment="top" width="0">
1467 <column alignment="center" valignment="top" width="0">
1468 <row>
1469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1470 \begin_inset Text
1471
1472 \begin_layout Plain Layout
1473
1474 \end_layout
1475
1476 \end_inset
1477 </cell>
1478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1479 \begin_inset Text
1480
1481 \begin_layout Plain Layout
1482 1
1483 \end_layout
1484
1485 \end_inset
1486 </cell>
1487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1488 \begin_inset Text
1489
1490 \begin_layout Plain Layout
1491 2
1492 \end_layout
1493
1494 \end_inset
1495 </cell>
1496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500 3
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 </row>
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520
1521 \end_layout
1522
1523 \end_inset
1524 </cell>
1525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 </row>
1544 <row>
1545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 </row>
1582 <row>
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1593 \begin_inset Text
1594
1595 \begin_layout Plain Layout
1596
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 </row>
1620 </lyxtabular>
1621
1622 \end_inset
1623
1624
1625 \end_layout
1626
1627 \begin_layout Section
1628 表ダイアログ
1629 \begin_inset Index idx
1630 status collapsed
1631
1632 \begin_layout Plain Layout
1633 ひょう@表 ! だいあろぐ@ダイアログ
1634 \end_layout
1635
1636 \end_inset
1637
1638
1639 \end_layout
1640
1641 \begin_layout Standard
1642
1643 \family roman
1644 \series medium
1645 \shape up
1646 \size normal
1647 \emph off
1648 \bar no
1649 \noun off
1650 \color none
1651 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1652 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1653 \family default
1654 \series default
1655 \shape default
1656 \size default
1657 \emph default
1658 \bar default
1659 \noun default
1660 \color inherit
1661 セルの
1662 \emph on
1663 内容
1664 \emph default
1665 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1666 \begin_inset Newline newline
1667 \end_inset
1668
1669 ダイアログオプションの
1670 \family sans
1671 直ちに適用
1672 \family default
1673 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1674 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1675 \begin_inset Newline newline
1676 \end_inset
1677
1678 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1679 \end_layout
1680
1681 \begin_layout Description
1682
1683 \family sans
1684 表の設定
1685 \family default
1686  ここでは、現在列の幅と水平揃えを設定することができます。
1687 \family sans
1688 小数点で
1689 \family default
1690 とある揃えは、第
1691 \begin_inset CommandInset ref
1692 LatexCommand ref
1693 reference "sub:特殊なセル揃え"
1694
1695 \end_inset
1696
1697 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1698 は、第
1699 \begin_inset CommandInset ref
1700 LatexCommand ref
1701 reference "sub:複数行"
1702
1703 \end_inset
1704
1705 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1706 \begin_inset Newline newline
1707 \end_inset
1708
1709 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1710 \begin_inset CommandInset ref
1711 LatexCommand ref
1712 reference "sub:連結列"
1713
1714 \end_inset
1715
1716 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1717 \begin_inset CommandInset ref
1718 LatexCommand ref
1719 reference "sub:連結行"
1720
1721 \end_inset
1722
1723 節をご参照ください。
1724 \begin_inset Newline newline
1725 \end_inset
1726
1727 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1728 \begin_inset Newline newline
1729 \end_inset
1730
1731
1732 \begin_inset Note Greyedout
1733 status open
1734
1735 \begin_layout Plain Layout
1736
1737 \series bold
1738 【註】
1739 \series default
1740 DVIビューアのすべてが回転を表示できるわけではありません。
1741 \end_layout
1742
1743 \end_inset
1744
1745
1746 \begin_inset Newline newline
1747 \end_inset
1748
1749 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1750 \begin_inset Newline newline
1751 \end_inset
1752
1753 各種の揃えを適用した同一行中の表:
1754 \begin_inset Tabular
1755 <lyxtabular version="3" rows="2" columns="2">
1756 <features tabularvalignment="top">
1757 <column alignment="center" valignment="top" width="0pt">
1758 <column alignment="center" valignment="top" width="0">
1759 <row>
1760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1761 \begin_inset Text
1762
1763 \begin_layout Plain Layout
1764
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773 1
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 </row>
1779 <row>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784 A
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 </row>
1799 </lyxtabular>
1800
1801 \end_inset
1802
1803  
1804 \begin_inset Tabular
1805 <lyxtabular version="3" rows="2" columns="2">
1806 <features tabularvalignment="middle">
1807 <column alignment="center" valignment="top" width="0">
1808 <column alignment="center" valignment="top" width="0">
1809 <row>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823 1
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 </row>
1829 <row>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 A
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 </lyxtabular>
1850
1851 \end_inset
1852
1853  
1854 \begin_inset Tabular
1855 <lyxtabular version="3" rows="2" columns="2">
1856 <features tabularvalignment="bottom">
1857 <column alignment="center" valignment="top" width="0pt">
1858 <column alignment="center" valignment="top" width="0">
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 1
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 </row>
1879 <row>
1880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884 A
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 </lyxtabular>
1900
1901 \end_inset
1902
1903
1904 \begin_inset Newline newline
1905 \end_inset
1906
1907 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1908 \begin_inset CommandInset ref
1909 LatexCommand ref
1910 reference "sub:連結列の計算"
1911
1912 \end_inset
1913
1914 節および第
1915 \begin_inset CommandInset ref
1916 LatexCommand ref
1917 reference "sec:色付きの表"
1918
1919 \end_inset
1920
1921 節をご参照下さい。
1922 \end_layout
1923
1924 \begin_layout Description
1925
1926 \family sans
1927 罫線
1928 \family default
1929  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1930 \begin_inset Newline newline
1931 \end_inset
1932
1933 様式オプションとして
1934 \family sans
1935 フォーマル様式
1936 \family default
1937 を使用すると、第
1938 \begin_inset CommandInset ref
1939 LatexCommand ref
1940 reference "sec:フォーマル形式の表"
1941
1942 \end_inset
1943
1944 節に述べられているフォーマル様式の表に表を変換します。
1945 \begin_inset Newline newline
1946 \end_inset
1947
1948 またここで、第
1949 \begin_inset CommandInset ref
1950 LatexCommand ref
1951 reference "sub:行の余白取り"
1952
1953 \end_inset
1954
1955 節に述べられているように、表の行に空白を追加することもできます。
1956 \end_layout
1957
1958 \begin_layout Description
1959
1960 \family sans
1961 長尺表
1962 \family default
1963  このタブは、複数のページにわたる、いわゆる「
1964 \emph on
1965 長尺表
1966 \emph default
1967 」を作るためのものです。第
1968 \begin_inset CommandInset ref
1969 LatexCommand ref
1970 reference "sec:長尺表"
1971
1972 \end_inset
1973
1974 節および第
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "sec:長尺表にまつわる諸点"
1978
1979 \end_inset
1980
1981 節に、長尺表の機能に関する詳細な説明があります。
1982 \end_layout
1983
1984 \begin_layout Section
1985 表ツールバー
1986 \begin_inset Index idx
1987 status collapsed
1988
1989 \begin_layout Plain Layout
1990 ひょう@表 ! つーるばー@ツールバー
1991 \end_layout
1992
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \begin_layout Standard
1999 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2000 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2001 \end_layout
2002
2003 \begin_layout Standard
2004 ツールバーには、以下のアイコンがあります。
2005 \end_layout
2006
2007 \begin_layout Labeling
2008 \labelwidthstring 00.00.0000
2009 \begin_inset Graphics
2010         filename ../../images/tabular-feature_append-row.png
2011         scaleBeforeRotation
2012
2013 \end_inset
2014
2015 は、現在セルあるいは選択範囲の下に行を追加します。
2016 \end_layout
2017
2018 \begin_layout Labeling
2019 \labelwidthstring 00.00.0000
2020 \begin_inset Graphics
2021         filename ../../images/tabular-feature_append-column.png
2022         scaleBeforeRotation
2023
2024 \end_inset
2025
2026 は、現在セルあるいは選択範囲の右に列を追加します。
2027 \end_layout
2028
2029 \begin_layout Labeling
2030 \labelwidthstring 00.00.0000
2031 \begin_inset Graphics
2032         filename ../../images/tabular-feature_delete-row.png
2033         scaleBeforeRotation
2034
2035 \end_inset
2036
2037 は、現在行あるいは選択範囲行を削除します。
2038 \end_layout
2039
2040 \begin_layout Labeling
2041 \labelwidthstring 00.00.0000
2042 \begin_inset Graphics
2043         filename ../../images/tabular-feature_delete-column.png
2044         scaleBeforeRotation
2045
2046 \end_inset
2047
2048 は、現在列あるいは選択範囲列を削除します。
2049 \end_layout
2050
2051 \begin_layout Labeling
2052 \labelwidthstring 00.00.0000
2053 \begin_inset Graphics
2054         filename ../../images/tabular-feature_toggle-line-top.png
2055         scaleBeforeRotation
2056
2057 \end_inset
2058
2059 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2060 \end_layout
2061
2062 \begin_layout Labeling
2063 \labelwidthstring 00.00.0000
2064 \begin_inset Graphics
2065         filename ../../images/tabular-feature_toggle-line-bottom.png
2066         scaleBeforeRotation
2067
2068 \end_inset
2069
2070 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2071 \end_layout
2072
2073 \begin_layout Labeling
2074 \labelwidthstring 00.00.0000
2075 \begin_inset Graphics
2076         filename ../../images/tabular-feature_toggle-line-left.png
2077         scaleBeforeRotation
2078
2079 \end_inset
2080
2081 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2082 \end_layout
2083
2084 \begin_layout Labeling
2085 \labelwidthstring 00.00.0000
2086 \begin_inset Graphics
2087         filename ../../images/tabular-feature_toggle-line-right.png
2088         scaleBeforeRotation
2089
2090 \end_inset
2091
2092 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2093 \end_layout
2094
2095 \begin_layout Labeling
2096 \labelwidthstring 00.00.0000
2097 \begin_inset Graphics
2098         filename ../../images/tabular-feature_set-all-lines.png
2099         scaleBeforeRotation
2100
2101 \end_inset
2102
2103 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Graphics
2109         filename ../../images/tabular-feature_unset-all-lines.png
2110         scaleBeforeRotation
2111
2112 \end_inset
2113
2114 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2115 \end_layout
2116
2117 \begin_layout Labeling
2118 \labelwidthstring 00.00.0000
2119 \begin_inset Graphics
2120         filename ../../images/tabular-feature_m-align-left.png
2121         scaleBeforeRotation
2122
2123 \end_inset
2124
2125 は、現在セルあるいは現在列の内容を左揃えにします。
2126 \end_layout
2127
2128 \begin_layout Labeling
2129 \labelwidthstring 00.00.0000
2130 \begin_inset Graphics
2131         filename ../../images/tabular-feature_m-align-center.png
2132         scaleBeforeRotation
2133
2134 \end_inset
2135
2136 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Graphics
2142         filename ../../images/tabular-feature_m-align-right.png
2143         scaleBeforeRotation
2144
2145 \end_inset
2146
2147 は、現在セルあるいは現在列の内容を右揃えにします。
2148 \end_layout
2149
2150 \begin_layout Labeling
2151 \labelwidthstring 00.00.0000
2152 \begin_inset Graphics
2153         filename ../../images/tabular-feature_align-decimal.png
2154         scaleBeforeRotation
2155
2156 \end_inset
2157
2158 は、現在セルの内容を特定文字位置で揃えます。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163 \begin_inset Graphics
2164         filename ../../images/tabular-feature_m-valign-top.png
2165         scaleBeforeRotation
2166
2167 \end_inset
2168
2169 は、現在セルの内容を垂直方向上揃えにします。
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Graphics
2175         filename ../../images/tabular-feature_m-valign-middle.png
2176         scaleBeforeRotation
2177
2178 \end_inset
2179
2180 は、現在セルの内容を垂直方向中央揃えにします。
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../../images/tabular-feature_m-valign-bottom.png
2187         scaleBeforeRotation
2188
2189 \end_inset
2190
2191 は、現在セルの内容を垂直方向下揃えにします。
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_set-rotate-cell.png
2198         scaleBeforeRotation
2199
2200 \end_inset
2201
2202 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../../images/tabular-feature_set-rotate-tabular.png
2209         scaleBeforeRotation
2210
2211 \end_inset
2212
2213 は、表全体を反時計廻りに90度回転します。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../../images/tabular-feature_multicolumn.png
2220         scaleBeforeRotation
2221
2222 \end_inset
2223
2224 は、現在セルあるいは選択範囲を連結列にします。
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../../images/tabular-feature_multirow.png
2231         scaleBeforeRotation
2232
2233 \end_inset
2234
2235 は、現在セルあるいは選択範囲を連結行にします。
2236 \end_layout
2237
2238 \begin_layout Standard
2239 \begin_inset Note Greyedout
2240 status open
2241
2242 \begin_layout Plain Layout
2243
2244 \series bold
2245 【註】
2246 \series default
2247 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2248 \end_layout
2249
2250 \end_inset
2251
2252
2253 \end_layout
2254
2255 \begin_layout Section
2256 表編集メニュー
2257 \begin_inset Index idx
2258 status collapsed
2259
2260 \begin_layout Plain Layout
2261 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2262 \end_layout
2263
2264 \end_inset
2265
2266
2267 \end_layout
2268
2269 \begin_layout Standard
2270 表ダイアログと表ツールバーの他に、
2271 \family sans
2272 編集\SpecialChar \menuseparator
2273
2274 \family default
2275 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2276 部にあるときのみ、表示されます。
2277 \end_layout
2278
2279 \begin_layout Section
2280 表フロート
2281 \begin_inset CommandInset label
2282 LatexCommand label
2283 name "sec:表フロート"
2284
2285 \end_inset
2286
2287
2288 \begin_inset Index idx
2289 status collapsed
2290
2291 \begin_layout Plain Layout
2292 ふろーと@フロート ! ひょう@表
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \begin_inset Index idx
2299 status collapsed
2300
2301 \begin_layout Plain Layout
2302 ひょう@表 ! ふろーと@フロート
2303 \end_layout
2304
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \begin_layout Standard
2311 フロートの一般的な説明については、第
2312 \begin_inset CommandInset ref
2313 LatexCommand ref
2314 reference "sec:フロートはじめに"
2315
2316 \end_inset
2317
2318 節をご覧下さい。
2319 \end_layout
2320
2321 \begin_layout Standard
2322 \begin_inset Float table
2323 placement h
2324 wide false
2325 sideways false
2326 status open
2327
2328 \begin_layout Plain Layout
2329 \begin_inset Caption
2330
2331 \begin_layout Plain Layout
2332 \begin_inset CommandInset label
2333 LatexCommand label
2334 name "tab:表フロート"
2335
2336 \end_inset
2337
2338 表フロート
2339 \end_layout
2340
2341 \end_inset
2342
2343
2344 \end_layout
2345
2346 \begin_layout Plain Layout
2347 \align center
2348 \begin_inset Tabular
2349 <lyxtabular version="3" rows="3" columns="3">
2350 <features tabularvalignment="middle">
2351 <column alignment="center" valignment="top" width="0pt">
2352 <column alignment="center" valignment="top" width="0pt">
2353 <column alignment="center" valignment="top" width="0pt">
2354 <row>
2355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359
2360 \family roman
2361 \series medium
2362 \shape up
2363 \size normal
2364 \emph off
2365 \bar no
2366 \noun off
2367 \color none
2368 1
2369 \end_layout
2370
2371 \end_inset
2372 </cell>
2373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2374 \begin_inset Text
2375
2376 \begin_layout Plain Layout
2377
2378 \family roman
2379 \series medium
2380 \shape up
2381 \size normal
2382 \emph off
2383 \bar no
2384 \noun off
2385 \color none
2386 2
2387 \end_layout
2388
2389 \end_inset
2390 </cell>
2391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Plain Layout
2395
2396 \family roman
2397 \series medium
2398 \shape up
2399 \size normal
2400 \emph off
2401 \bar no
2402 \noun off
2403 \color none
2404 3
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415 森嶋
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 宇沢
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 二階堂
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 </row>
2439 <row>
2440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \family roman
2446 \series medium
2447 \shape up
2448 \size normal
2449 \emph off
2450 \bar no
2451 \noun off
2452 \color none
2453 \begin_inset Formula $\int x^{2}dx$
2454 \end_inset
2455
2456
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465
2466 \family roman
2467 \series medium
2468 \shape up
2469 \size normal
2470 \emph off
2471 \bar no
2472 \noun off
2473 \color none
2474 \begin_inset Formula $\left[\begin{array}{cc}
2475 a & b\\
2476 c & d
2477 \end{array}\right]$
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \end_inset
2484 </cell>
2485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Plain Layout
2489
2490 \family roman
2491 \series medium
2492 \shape up
2493 \size normal
2494 \emph off
2495 \bar no
2496 \noun off
2497 \color none
2498 \begin_inset Formula $1+1=2$
2499 \end_inset
2500
2501
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 </row>
2507 </lyxtabular>
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \begin_layout Standard
2520 表フロートは、
2521 \family sans
2522 挿入
2523 \shape up
2524 \SpecialChar \menuseparator
2525 フロート\SpecialChar \menuseparator
2526
2527 \family default
2528 \shape default
2529 メニューかツールバーボタン
2530 \begin_inset Graphics
2531         filename ../../images/float-insert_table.png
2532         scale 85
2533         scaleBeforeRotation
2534
2535 \end_inset
2536
2537 を使うと挿入することができます。
2538 \end_layout
2539
2540 \begin_layout Standard
2541 フロートは折りたたむことのできるボックスとして表示され、中には「表
2542 \begin_inset space ~
2543 \end_inset
2544
2545 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2546 \end_layout
2547
2548 \begin_layout Standard
2549
2550 \begin_inset space ~
2551 \end_inset
2552
2553
2554 \begin_inset CommandInset ref
2555 LatexCommand ref
2556 reference "tab:表フロート"
2557
2558 \end_inset
2559
2560 は、表フロートに入れた表の例です。
2561 \end_layout
2562
2563 \begin_layout Standard
2564 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2565 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2566 eXパッケージの
2567 \series bold
2568 caption
2569 \series default
2570
2571 \begin_inset Index idx
2572 status collapsed
2573
2574 \begin_layout Plain Layout
2575 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2576 \end_layout
2577
2578 \end_inset
2579
2580
2581 \end_layout
2582
2583 \begin_layout Standard
2584
2585 \series bold
2586 tableposition=top
2587 \end_layout
2588
2589 \begin_layout Standard
2590 というオプションとともにloadコマンドを使って読み込んでください
2591 \begin_inset Foot
2592 status collapsed
2593
2594 \begin_layout Plain Layout
2595 詳しくは、第
2596 \begin_inset CommandInset ref
2597 LatexCommand ref
2598 reference "sec:キャプションの配置"
2599
2600 \end_inset
2601
2602 節をご覧下さい。
2603 \end_layout
2604
2605 \end_inset
2606
2607 。キャプション書式を調整するには、第
2608 \begin_inset CommandInset ref
2609 LatexCommand ref
2610 reference "sec:キャプションの書式設定"
2611
2612 \end_inset
2613
2614 節にものべられているように
2615 \series bold
2616 caption
2617 \series default
2618 パッケージを使用します。
2619 \end_layout
2620
2621 \begin_layout Standard
2622 \begin_inset Index idx
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 さんしょう@参照 ! ひょうへの@表への
2627 \end_layout
2628
2629 \end_inset
2630
2631 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2632 \family sans
2633 挿入\SpecialChar \menuseparator
2634 ラベル
2635 \family default
2636 メニューかツールバーボタンの
2637 \begin_inset Graphics
2638         filename ../../images/label-insert.png
2639         scale 85
2640         scaleBeforeRotation
2641
2642 \end_inset
2643
2644 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2645 相互参照メニューかツールバーボタンの
2646 \begin_inset Graphics
2647         filename ../../images/dialog-show-new-inset_ref.png
2648         scale 85
2649         scaleBeforeRotation
2650
2651 \end_inset
2652
2653 を用いて、このラベルを参照することができます。
2654 \begin_inset Newline newline
2655 \end_inset
2656
2657 参照は、第
2658 \begin_inset CommandInset ref
2659 LatexCommand ref
2660 reference "sec:フロートの参照"
2661
2662 \end_inset
2663
2664 節で詳細に説明されています。
2665 \end_layout
2666
2667 \begin_layout Section
2668 長尺表
2669 \begin_inset CommandInset label
2670 LatexCommand label
2671 name "sec:長尺表"
2672
2673 \end_inset
2674
2675
2676 \begin_inset Index idx
2677 status collapsed
2678
2679 \begin_layout Plain Layout
2680 ちょうしゃくひょう@長尺表
2681 \end_layout
2682
2683 \end_inset
2684
2685
2686 \begin_inset Index idx
2687 status collapsed
2688
2689 \begin_layout Plain Layout
2690 ひょう@表 ! ちょうしゃくひょう@長尺表
2691 \end_layout
2692
2693 \end_inset
2694
2695
2696 \end_layout
2697
2698 \begin_layout Standard
2699 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2700 \family sans
2701 長尺表
2702 \family default
2703 タブにある
2704 \family sans
2705 長尺表を使う
2706 \family default
2707 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2708 することができるようになります。
2709 \end_layout
2710
2711 \begin_layout Description
2712 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2713 \family roman
2714 \series medium
2715 \shape up
2716 \size normal
2717 \emph off
2718 \bar no
2719 \noun off
2720 \color none
2721 ただし、
2722 \family sans
2723 \series default
2724 \shape default
2725 \size default
2726 \emph default
2727 \bar default
2728 \noun default
2729 \color inherit
2730 冒頭ヘッダ
2731 \family roman
2732 \series medium
2733 \shape up
2734 \size normal
2735 \emph off
2736 \bar no
2737 \noun off
2738 \color none
2739 が定義されているときは、冒頭ページを除きます。
2740 \family default
2741 \series default
2742 \shape default
2743 \size default
2744 \emph default
2745 \bar default
2746 \noun default
2747 \color inherit
2748 これと区別して、このヘッダは本体ヘッダと呼びます。
2749 \end_layout
2750
2751 \begin_layout Description
2752 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2753 \end_layout
2754
2755 \begin_layout Description
2756 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2757 \family roman
2758 \series medium
2759 \shape up
2760 \size normal
2761 \emph off
2762 \bar no
2763 \noun off
2764 \color none
2765 ただし、
2766 \family sans
2767 \series default
2768 \shape default
2769 \size default
2770 \emph default
2771 \bar default
2772 \noun default
2773 \color inherit
2774 末尾フッタ
2775 \family roman
2776 \series medium
2777 \shape up
2778 \size normal
2779 \emph off
2780 \bar no
2781 \noun off
2782 \color none
2783 が定義されているときは、末尾ページを除きます。
2784 \end_layout
2785
2786 \begin_layout Description
2787 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2788 \end_layout
2789
2790 \begin_layout Description
2791 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2792 \begin_inset CommandInset ref
2793 LatexCommand ref
2794 reference "sub:長尺表のキャプション"
2795
2796 \end_inset
2797
2798 節で説明されています。
2799 \end_layout
2800
2801 \begin_layout Standard
2802 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2803 \end_layout
2804
2805 \begin_layout Standard
2806 \align center
2807 \begin_inset Tabular
2808 <lyxtabular version="3" rows="69" columns="3">
2809 <features islongtable="true" longtabularalignment="center">
2810 <column alignment="left" valignment="top" width="0cm">
2811 <column alignment="left" valignment="top" width="0pt">
2812 <column alignment="center" valignment="top" width="0pt">
2813 <row endfirsthead="true">
2814 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \series bold
2820 例示用電話帳(名前は無視してください)
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 </row>
2844 <row endfirsthead="true">
2845 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849 氏名
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \series bold
2869 TEL.
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 </row>
2875 <row endhead="true">
2876 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \series bold
2882 例示用電話帳
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 </row>
2906 <row endhead="true">
2907 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911 氏名
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \series bold
2931 TEL.
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 <row endfoot="true">
2938 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 次頁へつづく
2943 \end_layout
2944
2945 \end_inset
2946 </cell>
2947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \series bold
2973 Annovi
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 Silvia
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991 111
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 </row>
2997 <row>
2998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002
3003 \series bold
3004 Bertoli
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 Stefano
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 111
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 </row>
3028 <row>
3029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033
3034 \series bold
3035 Bozzi
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044 Walter
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 111
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 <row>
3060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064
3065 \series bold
3066 Cachia
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 <cell alignment="center" valignment="top" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Plain Layout
3075 Maria
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 111
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 </row>
3090 <row>
3091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095
3096 \series bold
3097 Cachia
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell alignment="center" valignment="top" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106 Maurizio
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 111
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 </row>
3121 <row>
3122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \series bold
3128 Cinquemani
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137 Giusi
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 111
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row>
3153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157
3158 \series bold
3159 Colin
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 Bernard
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 111
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 </row>
3183 <row>
3184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188
3189 \series bold
3190 Concli
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell alignment="center" valignment="top" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199 Gianfranco
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 111
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row>
3215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219
3220 \series bold
3221 Dal Bosco
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 Carolina
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 111
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \series bold
3252 Dalpiaz
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 Annamaria
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 111
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 </row>
3276 <row>
3277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \series bold
3283 Feliciello
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292 Domenico
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301 111
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 </row>
3307 <row>
3308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312
3313 \series bold
3314 Focarelli
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="center" valignment="top" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 Paola
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 111
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 </row>
3338 <row>
3339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343
3344 \series bold
3345 Galletti
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Oreste
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 111
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row>
3370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \series bold
3376 Gasparini
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 Franca
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 111
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \series bold
3407 Rizzardi
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 Paola
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 111
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 <row>
3432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438 Lassini
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 Giancarlo
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 111
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 </row>
3462 <row>
3463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \series bold
3469 Malfatti
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Luciano
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 111
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 </row>
3493 <row>
3494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 Malfatti
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 Valeriano
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 111
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 </row>
3524 <row>
3525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529
3530 \series bold
3531 Meneguzzo
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Roberto
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 111
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 </row>
3555 <row>
3556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560
3561 \series bold
3562 Mezzadra
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Roberto
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 111
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591
3592 \series bold
3593 Pirpamer
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 Erich
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 111
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 </row>
3617 <row>
3618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622
3623 \series bold
3624 Pochiesa
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 Paolo
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 111, 222
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653
3654 \series bold
3655 Radina
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 Claudio
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 111
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 <row>
3680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684
3685 \series bold
3686 Stuffer
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Oskar
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 111
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 </row>
3710 <row>
3711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717 Tacchelli
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 Ugo
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 111
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 </row>
3741 <row>
3742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746
3747 \series bold
3748 Tezzele
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 Margit
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 111
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 </row>
3772 <row>
3773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777
3778 \series bold
3779 Unterkalmsteiner
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 Frieda
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 111
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808
3809 \series bold
3810 Vieider
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 Hilde
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 111
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841 Vigna
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 Jürgen
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 111
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \series bold
3872 Weber
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 Maurizio
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 111
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 </row>
3896 <row>
3897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901
3902 \series bold
3903 Winkler
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 Franz
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 111
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 </row>
3927 <row>
3928 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932  
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Annovi
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Silvia
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 555
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Bertoli
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Stefano
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 555
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Bozzi
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Walter
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 555
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Cachia
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Maria
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 555
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Cachia
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Maurizio
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 555
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Cinquemani
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Giusi
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 555
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Colin
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Bernard
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 555
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \series bold
4180 Concli
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 Gianfranco
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 555
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \series bold
4211 Dal Bosco
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 Carolina
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 555
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \series bold
4242 Dalpiaz
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Annamaria
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 555
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271
4272 \series bold
4273 Feliciello
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 Domenico
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 555
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \series bold
4304 Focarelli
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 Paola
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 555
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Galletti
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Oreste
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 555
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \series bold
4366 Gasparini
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 Franca
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 555
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395
4396 \series bold
4397 Rizzardi
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 Paola
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 555
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426
4427 \series bold
4428 Lassini
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 Giancarlo
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 555
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Malfatti
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Luciano
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 555
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488
4489 \series bold
4490 Malfatti
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 Valeriano
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 555
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Meneguzzo
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Roberto
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 555
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \series bold
4552 Mezzadra
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Roberto
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 555
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \series bold
4583 Pirpamer
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Erich
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 555
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Pochiesa
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Paolo
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 555, 222
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643
4644 \series bold
4645 Radina
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 Claudio
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 555
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 </row>
4669 <row>
4670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674
4675 \series bold
4676 Stuffer
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 Oskar
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 555
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705
4706 \series bold
4707 Tacchelli
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 Ugo
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 555
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 </row>
4731 <row>
4732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736
4737 \series bold
4738 Tezzele
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 Margit
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 555
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767
4768 \series bold
4769 Unterkalmsteiner
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 Frieda
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 555
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798
4799 \series bold
4800 Vieider
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 Hilde
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 555
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \series bold
4831 Vigna
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 Jürgen
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 999
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860
4861 \series bold
4862 Weber
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 Maurizio
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 555
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 </row>
4886 <row>
4887 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891
4892 \series bold
4893 Winkler
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 Franz
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 555
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 </row>
4917 <row endlastfoot="true">
4918 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922 以上
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 </lyxtabular>
4947
4948 \end_inset
4949
4950
4951 \begin_inset ERT
4952 status collapsed
4953
4954 \begin_layout Plain Layout
4955
4956
4957 \backslash
4958 addtocounter{table}{-1}
4959 \end_layout
4960
4961 \end_inset
4962
4963
4964 \begin_inset Note Note
4965 status collapsed
4966
4967 \begin_layout Plain Layout
4968 本コマンドの説明については、第
4969 \begin_inset CommandInset ref
4970 LatexCommand ref
4971 reference "sub:長尺表のキャプション"
4972
4973 \end_inset
4974
4975 節の最初の淡色表示注釈をご覧下さい。
4976 \end_layout
4977
4978 \end_inset
4979
4980
4981 \end_layout
4982
4983 \begin_layout Subsection
4984 長尺表での脚注
4985 \begin_inset CommandInset label
4986 LatexCommand label
4987 name "sub:長尺表での脚注"
4988
4989 \end_inset
4990
4991
4992 \begin_inset Index idx
4993 status collapsed
4994
4995 \begin_layout Plain Layout
4996 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4997 \end_layout
4998
4999 \end_inset
5000
5001
5002 \end_layout
5003
5004 \begin_layout Standard
5005 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5006 \begin_inset CommandInset ref
5007 LatexCommand ref
5008 reference "tab:別キャプション"
5009
5010 \end_inset
5011
5012 には脚注が付いています。
5013 \end_layout
5014
5015 \begin_layout Subsection
5016 長尺表の縦横揃え
5017 \begin_inset Index idx
5018 status collapsed
5019
5020 \begin_layout Plain Layout
5021 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5022 \end_layout
5023
5024 \end_inset
5025
5026
5027 \end_layout
5028
5029 \begin_layout Standard
5030 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5031 設定してから
5032 \end_layout
5033
5034 \begin_layout Standard
5035
5036 \series bold
5037
5038 \backslash
5039 setlength{
5040 \backslash
5041 LTleft}{値}
5042 \end_layout
5043
5044 \begin_layout Standard
5045 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5046 \series bold
5047
5048 \backslash
5049 LTleft
5050 \series default
5051 および
5052 \series bold
5053
5054 \backslash
5055 LTright
5056 \series default
5057 の値を変更しなくてはなりません。ここで「値」は、第
5058 \begin_inset CommandInset ref
5059 LatexCommand ref
5060 reference "tab:単位"
5061
5062 \end_inset
5063
5064 表に挙げてある単位であれば、どの単位を取ることもできます。
5065 \series bold
5066
5067 \backslash
5068 LTleft
5069 \series default
5070 は、左頁余白から長尺表までの水平方向の距離を制御し、
5071 \series bold
5072
5073 \backslash
5074 LTright
5075 \series default
5076 は、右頁余白からの距離を制御します。これらの長さの既定値は
5077 \series bold
5078
5079 \backslash
5080 fill
5081 \series default
5082 となっており、LyXの水平フィルと同等になっています。
5083 \end_layout
5084
5085 \begin_layout Standard
5086 以下の長尺表は、中央揃えの上、
5087 \series bold
5088
5089 \backslash
5090 LTleft
5091 \series default
5092
5093 \family sans
5094 0.1
5095 \backslash
5096 columnwidth
5097 \family default
5098 に設定してあります。
5099 \begin_inset ERT
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103
5104
5105 \backslash
5106 setlength{
5107 \backslash
5108 LTleft}{0.1
5109 \backslash
5110 columnwidth}
5111 \end_layout
5112
5113 \end_inset
5114
5115
5116 \end_layout
5117
5118 \begin_layout Standard
5119 \begin_inset Tabular
5120 <lyxtabular version="3" rows="5" columns="5">
5121 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top" width="0">
5126 <column alignment="center" valignment="top" width="0">
5127 <row>
5128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 1
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 2
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 3
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 4
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 5
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 いろは
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 いろは
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 いろは
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 いろは
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 いろは
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 いろは
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 </row>
5315 <row>
5316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320 いろは
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 いろは
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 いろは
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 いろは
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 いろは
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 </lyxtabular>
5363
5364 \end_inset
5365
5366
5367 \begin_inset ERT
5368 status collapsed
5369
5370 \begin_layout Plain Layout
5371
5372
5373 \backslash
5374 setlength{
5375 \backslash
5376 LTleft}{
5377 \backslash
5378 fill}
5379 \end_layout
5380
5381 \end_inset
5382
5383
5384 \begin_inset ERT
5385 status collapsed
5386
5387 \begin_layout Plain Layout
5388
5389
5390 \backslash
5391 addtocounter{table}{-1}
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \begin_inset Note Note
5398 status collapsed
5399
5400 \begin_layout Plain Layout
5401 このコマンドの説明に関しては、第
5402 \begin_inset CommandInset ref
5403 LatexCommand ref
5404 reference "sub:長尺表のキャプション"
5405
5406 \end_inset
5407
5408 節の最初の淡色表示注釈をご覧下さい。
5409 \end_layout
5410
5411 \end_inset
5412
5413
5414 \end_layout
5415
5416 \begin_layout Subsection
5417 長尺表のキャプション
5418 \begin_inset Index idx
5419 status collapsed
5420
5421 \begin_layout Plain Layout
5422 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5423 \end_layout
5424
5425 \end_inset
5426
5427
5428 \begin_inset CommandInset label
5429 LatexCommand label
5430 name "sub:長尺表のキャプション"
5431
5432 \end_inset
5433
5434
5435 \end_layout
5436
5437 \begin_layout Standard
5438 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5439 \begin_inset CommandInset ref
5440 LatexCommand ref
5441 reference "sec:長尺表"
5442
5443 \end_inset
5444
5445 節に述べられているように、ある行で長尺表オプションの
5446 \family sans
5447 キャプション
5448 \family default
5449 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5450 \end_layout
5451
5452 \begin_layout Standard
5453 以下は、動作を確認するための短い長尺表です。
5454 \end_layout
5455
5456 \begin_layout Standard
5457 \begin_inset Tabular
5458 <lyxtabular version="3" rows="6" columns="5">
5459 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top" width="0">
5464 <column alignment="center" valignment="top" width="0">
5465 <row caption="true">
5466 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 \begin_inset Caption
5471
5472 \begin_layout Plain Layout
5473 キャプション付き長尺表
5474 \begin_inset Argument
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 長尺表
5479 \end_layout
5480
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 1
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 2
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 3
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 4
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 5
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 いろは
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 いろは
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 </row>
5624 <row>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 いろは
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 いろは
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 いろは
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 いろは
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 </row>
5718 <row>
5719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 いろは
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 いろは
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 いろは
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 いろは
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Plain Layout
5759 いろは
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 </lyxtabular>
5766
5767 \end_inset
5768
5769
5770 \end_layout
5771
5772 \begin_layout Standard
5773 \begin_inset VSpace medskip
5774 \end_inset
5775
5776
5777 \begin_inset Note Greyedout
5778 status open
5779
5780 \begin_layout Plain Layout
5781
5782 \series bold
5783 【註1】
5784 \series default
5785 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5786 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5787 \end_layout
5788
5789 \begin_layout Plain Layout
5790
5791 \series bold
5792
5793 \backslash
5794 addtocounter{table}{-1}
5795 \end_layout
5796
5797 \begin_layout Plain Layout
5798 というコマンドを挿入する方法があります。
5799 \end_layout
5800
5801 \begin_layout Plain Layout
5802 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5803 \end_layout
5804
5805 \begin_layout Plain Layout
5806
5807 \series bold
5808
5809 \backslash
5810 let
5811 \backslash
5812 myEnd
5813 \backslash
5814 endlongtable
5815 \begin_inset Newline newline
5816 \end_inset
5817
5818
5819 \backslash
5820 renewcommand{
5821 \backslash
5822 endlongtable}{
5823 \backslash
5824 myEnd
5825 \backslash
5826 addtocounter{table}{-1}}
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \begin_layout Standard
5835 \begin_inset Note Greyedout
5836 status open
5837
5838 \begin_layout Plain Layout
5839
5840 \series bold
5841 【註2】
5842 \series default
5843 相互参照をリンクするために、
5844 \family sans
5845 文書設定
5846 \family default
5847 ダイアログの
5848 \family sans
5849 PDF特性
5850 \family default
5851
5852 \series bold
5853 hyperref
5854 \series default
5855
5856 \begin_inset Index idx
5857 status collapsed
5858
5859 \begin_layout Plain Layout
5860 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5861 \end_layout
5862
5863 \end_inset
5864
5865 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5866 \end_layout
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \begin_layout Subsubsection
5874 長尺表への参照
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5880 \end_layout
5881
5882 \end_inset
5883
5884
5885 \end_layout
5886
5887 \begin_layout Standard
5888 \begin_inset Tabular
5889 <lyxtabular version="3" rows="6" columns="5">
5890 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top" width="0">
5895 <column alignment="center" valignment="top" width="0">
5896 <row caption="true">
5897 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 \begin_inset Caption
5902
5903 \begin_layout Plain Layout
5904 参照された長尺表
5905 \begin_inset CommandInset label
5906 LatexCommand label
5907 name "tab:参照例"
5908
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 1
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 2
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 3
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 4
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 5
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 </row>
6005 <row>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 いろは
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 いろは
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 </row>
6052 <row>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 いろは
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 いろは
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 <row>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 いろは
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 いろは
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 </row>
6146 <row>
6147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 いろは
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 いろは
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 いろは
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 いろは
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 いろは
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 </lyxtabular>
6194
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \begin_layout Standard
6201 長尺表を参照するには、キャプションにラベルを挿入してください。
6202 \end_layout
6203
6204 \begin_layout Standard
6205 これは表
6206 \begin_inset CommandInset ref
6207 LatexCommand ref
6208 reference "tab:参照例"
6209
6210 \end_inset
6211
6212 への参照です。
6213 \end_layout
6214
6215 \begin_layout Standard
6216 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6217 \series bold
6218 caption
6219 \series default
6220
6221 \begin_inset Index idx
6222 status collapsed
6223
6224 \begin_layout Plain Layout
6225 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6226 \end_layout
6227
6228 \end_inset
6229
6230 を使用して設定することができます。第
6231 \begin_inset CommandInset ref
6232 LatexCommand ref
6233 reference "sec:キャプションの書式設定"
6234
6235 \end_inset
6236
6237 節をご覧下さい。
6238 \end_layout
6239
6240 \begin_layout Subsubsection
6241 キャプションの幅
6242 \begin_inset Index idx
6243 status collapsed
6244
6245 \begin_layout Plain Layout
6246 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6247 \end_layout
6248
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \begin_layout Standard
6255 キャプション行の最大長は、長さ
6256 \series bold
6257
6258 \backslash
6259 LTcapwidth
6260 \series default
6261 によって指定することができます。既定値は4
6262 \begin_inset space \thinspace{}
6263 \end_inset
6264
6265 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6266 \end_layout
6267
6268 \begin_layout Standard
6269
6270 \series bold
6271
6272 \backslash
6273 setlength{
6274 \backslash
6275 LTcapwidth}{幅}
6276 \end_layout
6277
6278 \begin_layout Standard
6279 というコマンドを書き加えて下さい。ここで「幅」には、付録
6280 \begin_inset CommandInset ref
6281 LatexCommand ref
6282 reference "cha:LyXで使用できる単位"
6283
6284 \end_inset
6285
6286 に挙げられている単位を取ることができます。
6287 \end_layout
6288
6289 \begin_layout Standard
6290 以下の各表で違いを示します。
6291 \end_layout
6292
6293 \begin_layout Standard
6294 \begin_inset Tabular
6295 <lyxtabular version="3" rows="6" columns="5">
6296 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top" width="0">
6301 <column alignment="center" valignment="top" width="0">
6302 <row caption="true">
6303 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 \begin_inset Caption
6308
6309 \begin_layout Plain Layout
6310 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6311 \begin_inset Argument
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315 既定幅のキャプション
6316 \end_layout
6317
6318 \end_inset
6319
6320
6321 \end_layout
6322
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 </row>
6367 <row>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 1
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 2
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 3
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 4
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 5
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 </row>
6414 <row>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 いろは
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 いろは
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 </row>
6461 <row>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 いろは
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 いろは
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 </row>
6508 <row>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 いろは
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 いろは
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 </row>
6555 <row>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 いろは
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 いろは
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 いろは
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 いろは
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 いろは
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 </row>
6602 </lyxtabular>
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \begin_layout Standard
6610 \begin_inset ERT
6611 status collapsed
6612
6613 \begin_layout Plain Layout
6614
6615
6616 \backslash
6617 setlength{
6618 \backslash
6619 LTcapwidth}{5cm}
6620 \end_layout
6621
6622 \end_inset
6623
6624
6625 \begin_inset Tabular
6626 <lyxtabular version="3" rows="6" columns="5">
6627 <features islongtable="true" longtabularalignment="center">
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 <column alignment="center" valignment="top" width="0">
6632 <column alignment="center" valignment="top" width="0">
6633 <row caption="true">
6634 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 \begin_inset Caption
6639
6640 \begin_layout Plain Layout
6641 5
6642 \begin_inset space \thinspace{}
6643 \end_inset
6644
6645 cm幅のなが〜いフルタイトル・5
6646 \begin_inset space \thinspace{}
6647 \end_inset
6648
6649 cm幅のなが〜いフルタイトル・5
6650 \begin_inset space \thinspace{}
6651 \end_inset
6652
6653 cm幅のなが〜いフルタイトル
6654 \begin_inset Argument
6655 status collapsed
6656
6657 \begin_layout Plain Layout
6658 5
6659 \begin_inset space \thinspace{}
6660 \end_inset
6661
6662 cm幅のキャプション
6663 \end_layout
6664
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 </row>
6714 <row>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 1
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 2
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 3
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 4
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 5
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 </row>
6761 <row>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 いろは
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 いろは
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 <row>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 いろは
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 いろは
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 </row>
6855 <row>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 いろは
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 いろは
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 </row>
6902 <row>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 いろは
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 いろは
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 いろは
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 いろは
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 いろは
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 </row>
6949 </lyxtabular>
6950
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \begin_layout Standard
6957 \begin_inset ERT
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961
6962
6963 \backslash
6964 setlength{
6965 \backslash
6966 LTcapwidth}{4in}
6967 \end_layout
6968
6969 \end_inset
6970
6971
6972 \end_layout
6973
6974 \begin_layout Standard
6975 \begin_inset Note Greyedout
6976 status open
6977
6978 \begin_layout Plain Layout
6979
6980 \series bold
6981 【註】
6982 \series default
6983 この文書のようにLaTeXパッケージの
6984 \series bold
6985 caption
6986 \series default
6987
6988 \begin_inset Index idx
6989 status collapsed
6990
6991 \begin_layout Plain Layout
6992 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6993 \end_layout
6994
6995 \end_inset
6996
6997 を使用している時には、
6998 \series bold
6999
7000 \backslash
7001 LTcapwidth
7002 \series default
7003 に既定値の4
7004 \begin_inset space \thinspace{}
7005 \end_inset
7006
7007 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7008 \begin_inset space \thinspace{}
7009 \end_inset
7010
7011 in幅のキャプションを作るには、3.99
7012 \begin_inset space \thinspace{}
7013 \end_inset
7014
7015 inのように4.0
7016 \begin_inset space \thinspace{}
7017 \end_inset
7018
7019 inと少し違う値を指定するか、
7020 \series bold
7021 caption
7022 \series default
7023 パッケージが提供している
7024 \series bold
7025
7026 \backslash
7027 captionsetup{width=値}
7028 \series default
7029 というLaTeXコマンドを用いる方法があります。
7030 \end_layout
7031
7032 \end_inset
7033
7034
7035 \end_layout
7036
7037 \begin_layout Subsubsection
7038 表の各ページごとに異なるキャプション
7039 \begin_inset Index idx
7040 status collapsed
7041
7042 \begin_layout Plain Layout
7043 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \begin_layout Standard
7052 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7053 \end_layout
7054
7055 \begin_layout Standard
7056
7057 \series bold
7058
7059 \backslash
7060 caption*{キャプション文}
7061 \backslash
7062
7063 \backslash
7064 %
7065 \end_layout
7066
7067 \begin_layout Standard
7068 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7069 \begin_inset CommandInset ref
7070 LatexCommand ref
7071 reference "tab:別キャプション"
7072
7073 \end_inset
7074
7075 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7076 \end_layout
7077
7078 \begin_layout Standard
7079 \align center
7080 \begin_inset Tabular
7081 <lyxtabular version="3" rows="59" columns="3">
7082 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7083 <column alignment="left" valignment="top" width="0cm">
7084 <column alignment="left" valignment="top" width="0pt">
7085 <column alignment="center" valignment="top" width="0pt">
7086 <row caption="true">
7087 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 \begin_inset Caption
7092
7093 \begin_layout Plain Layout
7094 例示用電話帳
7095 \begin_inset CommandInset label
7096 LatexCommand label
7097 name "tab:別キャプション"
7098
7099 \end_inset
7100
7101
7102 \begin_inset Argument
7103 status collapsed
7104
7105 \begin_layout Plain Layout
7106 例示用電話帳
7107 \end_layout
7108
7109 \end_inset
7110
7111
7112 \end_layout
7113
7114 \end_inset
7115
7116
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 </row>
7140 <row endfirsthead="true">
7141 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145
7146 \series bold
7147 例示用電話帳(名前は無視の事)
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 </row>
7171 <row endfirsthead="true">
7172 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176
7177 \series bold
7178 氏名
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196
7197 \series bold
7198 TEL.
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 <row endhead="true">
7205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 \begin_inset ERT
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213
7214
7215 \backslash
7216 caption*{例示用電話帳の続き}
7217 \backslash
7218
7219 \backslash
7220 %
7221 \end_layout
7222
7223 \end_inset
7224
7225
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row endhead="true">
7250 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \series bold
7256 例示用電話帳
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row endhead="true">
7281 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285
7286 \series bold
7287 氏名
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305
7306 \series bold
7307 TEL.
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 </row>
7313 <row endfoot="true">
7314 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 次頁に続く
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347
7348 \series bold
7349 Annovi
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 Silvia
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 111
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 </row>
7373 <row>
7374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378
7379 \series bold
7380 Bertoli
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 Stefano
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 111
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 </row>
7404 <row>
7405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409
7410 \series bold
7411 Bozzi
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 Walter
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 111
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \series bold
7442 Cachia
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 Maria
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 111
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471
7472 \series bold
7473 Cachia
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 Maurizio
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 111
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502
7503 \series bold
7504 Cinquemani
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 Giusi
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 111
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \series bold
7535 Colin
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 Bernard
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 111
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row>
7560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \series bold
7566 Concli
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 Gianfranco
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 111
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row>
7591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \series bold
7597 Dal Bosco
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 Carolina
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 111
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 Dalpiaz
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 Annamaria
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 111
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row>
7653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \series bold
7659 Feliciello
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 Domenico
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 111
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 </row>
7683 <row>
7684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \series bold
7690 Focarelli
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 Paola
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 111
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \series bold
7721 Galletti
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 Oreste
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 111
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \series bold
7752 Gasparini
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 Franca
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 111
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row>
7777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Rizzardi
7784 \series default
7785
7786 \begin_inset Foot
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790 例示用脚注
7791 \end_layout
7792
7793 \end_inset
7794
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 Paola
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 111
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \series bold
7826 Lassini
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 Giancarlo
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 111
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \series bold
7857 Malfatti
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 Luciano
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 111
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \series bold
7888 Malfatti
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 Valeriano
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 111
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \series bold
7919 Meneguzzo
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 Roberto
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 111
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \series bold
7950 Mezzadra
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 Roberto
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 111
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \series bold
7981 Pirpamer
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 Erich
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 111
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \series bold
8012 Pochiesa
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 Paolo
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 111, 222
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \series bold
8043 Radina
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Claudio
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 111
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \series bold
8074 Stuffer
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Oskar
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 111
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \series bold
8105 Tacchelli
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Ugo
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 111
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \series bold
8136 Tezzele
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 Margit
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 111
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \series bold
8167 Unterkalmsteiner
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Frieda
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 111
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \series bold
8198 Vieider
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 Hilde
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 111
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \series bold
8229 Vigna
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 Jürgen
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 111
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \series bold
8260 Weber
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 Maurizio
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 111
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \series bold
8291 Winkler
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Franz
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 111
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320  
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \series bold
8351 Annovi
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Silvia
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 555
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \series bold
8382 Bertoli
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 Stefano
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 555
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \series bold
8413 Bozzi
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Walter
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 555
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \series bold
8444 Cachia
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Maria
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 555
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Cachia
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Maurizio
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 555
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Cinquemani
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 Giusi
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 555
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \series bold
8537 Colin
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Bernard
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Concli
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Gianfranco
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 555
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Dal Bosco
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Carolina
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 555
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Dalpiaz
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Annamaria
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 555
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Feliciello
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Domenico
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 555
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Focarelli
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Paola
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 555
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Galletti
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Oreste
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 555
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Gasparini
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Franca
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 555
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Rizzardi
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Paola
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 555
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Lassini
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Giancarlo
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 555
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Malfatti
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Luciano
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 555
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Malfatti
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Valeriano
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Meneguzzo
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Roberto
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Mezzadra
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Roberto
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 </lyxtabular>
8965
8966 \end_inset
8967
8968
8969 \end_layout
8970
8971 \begin_layout Section
8972 長尺表にまつわる諸点
8973 \begin_inset CommandInset label
8974 LatexCommand label
8975 name "sec:長尺表にまつわる諸点"
8976
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \begin_layout Subsection
8983 長尺表の計算
8984 \begin_inset Index idx
8985 status collapsed
8986
8987 \begin_layout Plain Layout
8988 ちょうしゃくひょう@長尺表 ! けいさん@計算
8989 \end_layout
8990
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \begin_layout Standard
8997 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8998 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8999 \end_layout
9000
9001 \begin_layout Standard
9002
9003 \series bold
9004
9005 \backslash
9006 setcounter{LTchunksize}{100}
9007 \end_layout
9008
9009 \begin_layout Standard
9010 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9011 \end_layout
9012
9013 \begin_layout Subsection
9014 フロートと長尺表
9015 \begin_inset Index idx
9016 status collapsed
9017
9018 \begin_layout Plain Layout
9019 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9020 \end_layout
9021
9022 \end_inset
9023
9024
9025 \end_layout
9026
9027 \begin_layout Standard
9028 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9029 \series bold
9030
9031 \backslash
9032 clearpage
9033 \series default
9034 コマンドを長尺表の前にTeXコードとして書き加えてください。
9035 \end_layout
9036
9037 \begin_layout Subsection
9038 強制改頁
9039 \begin_inset Index idx
9040 status collapsed
9041
9042 \begin_layout Plain Layout
9043 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9044 \end_layout
9045
9046 \end_inset
9047
9048
9049 \end_layout
9050
9051 \begin_layout Standard
9052 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9053 ド「
9054 \series bold
9055
9056 \backslash
9057
9058 \backslash
9059
9060 \series default
9061 」を挿入します。
9062 \series bold
9063
9064 \backslash
9065
9066 \backslash
9067
9068 \series default
9069 コマンドの前には、現セルよりも右にある列数と同じ数の「
9070 \series bold
9071 &
9072 \series default
9073 」文字を、TeXコードで挿入してやる必要があります。この
9074 \series bold
9075 &
9076 \series default
9077 は、表セルの区切り文字です。各
9078 \series bold
9079 &
9080 \series default
9081 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9082 \begin_inset Newline newline
9083 \end_inset
9084
9085
9086 \series bold
9087
9088 \backslash
9089
9090 \backslash
9091
9092 \series default
9093 コマンドの後ろには、現在列の左側にある列数と同じ数の
9094 \series bold
9095 &
9096 \series default
9097 文字を挿入してください。表
9098 \begin_inset CommandInset ref
9099 LatexCommand ref
9100 reference "tab:強制改頁"
9101
9102 \end_inset
9103
9104 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9105 \end_layout
9106
9107 \begin_layout Standard
9108
9109 \series bold
9110 & 111
9111 \backslash
9112
9113 \backslash
9114  
9115 \backslash
9116 newpage
9117 \begin_inset Newline newline
9118 \end_inset
9119
9120 &
9121 \end_layout
9122
9123 \begin_layout Standard
9124 というコマンドが、セル中「
9125 \emph on
9126 Castelchiodato,
9127 \emph default
9128 」の後にTeXコードとして挿入してあります。
9129 \end_layout
9130
9131 \begin_layout Standard
9132 同一行3列目の「111」は削除してあります。
9133 \series bold
9134
9135 \backslash
9136 newpage
9137 \series default
9138 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9139 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9140 \end_layout
9141
9142 \begin_layout Standard
9143
9144 \series bold
9145 & 111
9146 \backslash
9147
9148 \backslash
9149
9150 \begin_inset Newline newline
9151 \end_inset
9152
9153
9154 \backslash
9155 hline &
9156 \end_layout
9157
9158 \begin_layout Standard
9159 というコマンドを使用して下さい。
9160 \end_layout
9161
9162 \begin_layout Standard
9163 改頁をしたいセルが最右列にある場合には、
9164 \end_layout
9165
9166 \begin_layout Standard
9167
9168 \series bold
9169
9170 \backslash
9171 setlength{
9172 \backslash
9173 parfillskip}{0pt}
9174 \end_layout
9175
9176 \begin_layout Standard
9177 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9178
9179 \end_layout
9180
9181 \begin_layout Standard
9182 \align center
9183 \begin_inset Tabular
9184 <lyxtabular version="3" rows="38" columns="3">
9185 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9186 <column alignment="left" valignment="top" width="0cm">
9187 <column alignment="left" valignment="top" width="3cm">
9188 <column alignment="center" valignment="top" width="0pt">
9189 <row caption="true">
9190 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 \begin_inset Caption
9195
9196 \begin_layout Plain Layout
9197 表セル内で強制改頁をしている表
9198 \begin_inset CommandInset label
9199 LatexCommand label
9200 name "tab:強制改頁"
9201
9202 \end_inset
9203
9204
9205 \begin_inset Argument
9206 status collapsed
9207
9208 \begin_layout Plain Layout
9209 表セル内で強制改頁をしている表
9210 \end_layout
9211
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row endfirsthead="true">
9244 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250 例示用電話帳(氏名は無視の事)
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row endfirsthead="true">
9275 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \series bold
9281 氏名
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \series bold
9301 TEL.
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row endhead="true">
9308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 \begin_inset ERT
9313 status collapsed
9314
9315 \begin_layout Plain Layout
9316
9317
9318 \backslash
9319 caption*{例示用電話帳の続き}
9320 \backslash
9321
9322 \backslash
9323 %
9324 \end_layout
9325
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row endhead="true">
9353 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 例示用電話帳
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row endhead="true">
9382 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 氏名
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 TEL.
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row endfoot="true">
9415 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 次頁に続く
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row>
9444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \series bold
9450 Annovi
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Silvia
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 111
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \series bold
9481 Bertoli
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 Stefano
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 111
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \series bold
9512 Bozzi
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 Walter
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 111
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 </row>
9536 <row>
9537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541
9542 \series bold
9543 Cachia
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 Maria
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 111
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 </row>
9567 <row>
9568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572
9573 \series bold
9574 Cachia
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 Maurizio
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 111
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row>
9599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \series bold
9605 Cinquemani
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Giusi
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 111
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row>
9630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 Colin
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 Bernard
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 111
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row>
9661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667 Concli
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 Gianfranco
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 111
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \series bold
9698 Dal Bosco
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 Carolina
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 111
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row>
9723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \series bold
9729 Dalpiaz
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 Annamaria
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 111
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 </row>
9753 <row>
9754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \series bold
9760 Feliciello
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 Domenico
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 111
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row>
9785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \series bold
9791 Focarelli
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 Paola
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 111
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 </row>
9815 <row>
9816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \series bold
9822 Galletti
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 Oreste
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 111
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \series bold
9853 Gasparini
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 Franca
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 111
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row>
9878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \series bold
9884 Lassini
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893 Giancarlo
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 111
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \series bold
9915 Malfatti
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 Luciano
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 111
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row>
9940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Malfatti
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 Valeriano
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 111
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row>
9971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \series bold
9977 Meneguzzo
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986 Roberto
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 111
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row>
10002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \series bold
10008 Mezzadra
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 Roberto
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 111
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 </row>
10032 <row>
10033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \series bold
10039 Pirpamer
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 Erich
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 111
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row>
10064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Pochiesa
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 Paolo
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 111, 222
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row>
10095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 Radina
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110 Claudio
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119 111
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 Rizzardi
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Paolo, 11.
10142  Fürst von Montecompatri, 11.
10143  Fürst von Sulmona und Vivaro, 10.
10144  Fürst von Rossano, 5.
10145  Herzog von Canemorte, 11.
10146  Herzog von Palombara, 5.
10147  Herzog von Castelchiodato,
10148 \begin_inset ERT
10149 status collapsed
10150
10151 \begin_layout Plain Layout
10152
10153 & 111
10154 \backslash
10155
10156 \backslash
10157  
10158 \backslash
10159 newpage
10160 \end_layout
10161
10162 \begin_layout Plain Layout
10163
10164 &
10165 \end_layout
10166
10167 \end_inset
10168
10169  11.
10170  Herzog von Poggionativo, 11.
10171  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10172  Graf von Valinfreda, 11.
10173  Baron von Cropalati, 11.
10174  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 Stuffer
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Oskar
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 111
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \series bold
10227 Tacchelli
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Ugo
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 111
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 </row>
10251 <row>
10252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256
10257 \series bold
10258 Tezzele
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Margit
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 111
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \series bold
10289 Unterkalmsteiner
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Frieda
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 111
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \series bold
10320 Vieider
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 Hilde
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 111
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351 Vigna
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Jürgen
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 111
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row>
10376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380
10381 \series bold
10382 Weber
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Maurizio
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 111
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413 Winkler
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 Franz
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 111
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 </lyxtabular>
10438
10439 \end_inset
10440
10441
10442 \end_layout
10443
10444 \begin_layout Section
10445 複数行・連結列・連結行
10446 \end_layout
10447
10448 \begin_layout Subsection
10449 表セル内の複数行
10450 \begin_inset CommandInset label
10451 LatexCommand label
10452 name "sub:複数行"
10453
10454 \end_inset
10455
10456
10457 \begin_inset Index idx
10458 status collapsed
10459
10460 \begin_layout Plain Layout
10461 ひょうせるないのふくすうぎょう@表セル内の複数行
10462 \end_layout
10463
10464 \end_inset
10465
10466
10467 \begin_inset Index idx
10468 status collapsed
10469
10470 \begin_layout Plain Layout
10471 ひょう@表 ! かいぎょう@改行
10472 \end_layout
10473
10474 \end_inset
10475
10476
10477 \end_layout
10478
10479 \begin_layout Standard
10480 \noindent
10481 \begin_inset Float table
10482 placement H
10483 wide false
10484 sideways false
10485 status open
10486
10487 \begin_layout Plain Layout
10488 \begin_inset Caption
10489
10490 \begin_layout Plain Layout
10491 \begin_inset CommandInset label
10492 LatexCommand label
10493 name "tab:複数行表"
10494
10495 \end_inset
10496
10497 セル内に複数の行がある表
10498 \end_layout
10499
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \begin_layout Plain Layout
10506 \align center
10507 \begin_inset Tabular
10508 <lyxtabular version="3" rows="3" columns="3">
10509 <features tabularvalignment="middle">
10510 <column alignment="center" valignment="middle" width="2.5cm">
10511 <column alignment="center" valignment="middle" width="0">
10512 <column alignment="center" valignment="middle" width="0">
10513 <row>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 複数の
10519 \begin_inset Newline linebreak
10520 \end_inset
10521
10522
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 <row>
10547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 </row>
10604 </lyxtabular>
10605
10606 \end_inset
10607
10608
10609 \end_layout
10610
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \begin_layout Standard
10617 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10618 \end_layout
10619
10620 \begin_layout Standard
10621
10622 \begin_inset CommandInset ref
10623 LatexCommand ref
10624 reference "tab:複数行表"
10625
10626 \end_inset
10627
10628 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10629 \family sans
10630 設定
10631 \family default
10632 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10633 \begin_inset space \thinspace{}
10634 \end_inset
10635
10636 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10637 \begin_inset space \thinspace{}
10638 \end_inset
10639
10640 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10641 \begin_inset Info
10642 type  "shortcut"
10643 arg   "newline-insert linebreak"
10644 \end_inset
10645
10646 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10647 \end_layout
10648
10649 \begin_layout Standard
10650 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10651 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10652 \begin_inset space \thinspace{}
10653 \end_inset
10654
10655 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10656 \begin_inset CommandInset ref
10657 LatexCommand ref
10658 reference "tab:ハイフネーション表"
10659
10660 \end_inset
10661
10662 が違いを示しています
10663 \begin_inset Foot
10664 status open
10665
10666 \begin_layout Plain Layout
10667
10668 \series bold
10669 【訳註】
10670 \series default
10671 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10672 \end_layout
10673
10674 \end_inset
10675
10676
10677 \end_layout
10678
10679 \begin_layout Standard
10680 \begin_inset Float table
10681 placement h
10682 wide false
10683 sideways false
10684 status open
10685
10686 \begin_layout Plain Layout
10687 \begin_inset Caption
10688
10689 \begin_layout Plain Layout
10690 \begin_inset CommandInset label
10691 LatexCommand label
10692 name "tab:ハイフネーション表"
10693
10694 \end_inset
10695
10696 ハイフネーション有/無の表
10697 \end_layout
10698
10699 \end_inset
10700
10701
10702 \end_layout
10703
10704 \begin_layout Plain Layout
10705 \begin_inset space \hfill{}
10706 \end_inset
10707
10708
10709 \begin_inset Tabular
10710 <lyxtabular version="3" rows="3" columns="3">
10711 <features tabularvalignment="middle">
10712 <column alignment="center" valignment="middle" width="2.5cm">
10713 <column alignment="center" valignment="middle" width="0">
10714 <column alignment="center" valignment="middle" width="0">
10715 <row>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 verylongtablecellword
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row>
10774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 </lyxtabular>
10803
10804 \end_inset
10805
10806
10807 \begin_inset space \hfill{}
10808 \end_inset
10809
10810
10811 \begin_inset Tabular
10812 <lyxtabular version="3" rows="3" columns="3">
10813 <features tabularvalignment="middle">
10814 <column alignment="center" valignment="middle" width="2.5cm">
10815 <column alignment="center" valignment="middle" width="0">
10816 <column alignment="center" valignment="middle" width="0">
10817 <row>
10818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 \begin_inset space \hspace{}
10823 \length 0pt
10824 \end_inset
10825
10826 verylongtablecellword
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 </row>
10908 </lyxtabular>
10909
10910 \end_inset
10911
10912
10913 \begin_inset space \hfill{}
10914 \end_inset
10915
10916
10917 \end_layout
10918
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \begin_layout Subsection
10925 連結列
10926 \begin_inset CommandInset label
10927 LatexCommand label
10928 name "sub:連結列"
10929
10930 \end_inset
10931
10932
10933 \begin_inset Index idx
10934 status collapsed
10935
10936 \begin_layout Plain Layout
10937 れんけつれつ@連結列
10938 \end_layout
10939
10940 \end_inset
10941
10942
10943 \begin_inset Index idx
10944 status collapsed
10945
10946 \begin_layout Plain Layout
10947 ひょう@表 ! れんけつれつ@連結列
10948 \end_layout
10949
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \begin_layout Subsubsection
10956 連結列の基礎
10957 \end_layout
10958
10959 \begin_layout Standard
10960 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10961 \begin_inset Graphics
10962         filename ../../images/tabular-feature_multicolumn.png
10963         scale 85
10964         scaleBeforeRotation
10965
10966 \end_inset
10967
10968 を押すか、
10969 \family sans
10970 編集\SpecialChar \menuseparator
10971 表\SpecialChar \menuseparator
10972 連結列
10973 \family default
10974 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10975 \family sans
10976 連結列
10977 \family default
10978 を有効にするかしてください。
10979 \end_layout
10980
10981 \begin_layout Standard
10982 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10983 、最下行に上罫線のない連結行がある表の例です。
10984 \end_layout
10985
10986 \begin_layout Standard
10987 \align center
10988 \begin_inset Tabular
10989 <lyxtabular version="3" rows="3" columns="4">
10990 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10991 <column alignment="center" valignment="top" width="0pt">
10992 <column alignment="center" valignment="middle" width="0">
10993 <column alignment="center" valignment="top" width="0in">
10994 <column alignment="center" valignment="top" width="0pt">
10995 <row>
10996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 いろは
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 にほへとちり
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 ぬるを
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 </row>
11033 <row>
11034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 </lyxtabular>
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Subsubsection
11117 連結列の計算
11118 \begin_inset CommandInset label
11119 LatexCommand label
11120 name "sub:連結列の計算"
11121
11122 \end_inset
11123
11124
11125 \begin_inset Index idx
11126 status collapsed
11127
11128 \begin_layout Plain Layout
11129 れんけつれつ@連結列 ! けいさん@計算
11130 \end_layout
11131
11132 \end_inset
11133
11134
11135 \end_layout
11136
11137 \begin_layout Standard
11138 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11139 \end_layout
11140
11141 \begin_layout Standard
11142 \begin_inset Float table
11143 placement h
11144 wide false
11145 sideways false
11146 status open
11147
11148 \begin_layout Plain Layout
11149 \begin_inset Caption
11150
11151 \begin_layout Plain Layout
11152 \begin_inset CommandInset label
11153 LatexCommand label
11154 name "tab:中央揃え表"
11155
11156 \end_inset
11157
11158 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11159 \begin_inset Argument
11160 status collapsed
11161
11162 \begin_layout Plain Layout
11163 完全なる連結列表
11164 \end_layout
11165
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Plain Layout
11177 \align center
11178 \begin_inset Tabular
11179 <lyxtabular version="3" rows="3" columns="3">
11180 <features tabularvalignment="middle">
11181 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11182 <column alignment="center" valignment="middle" width="0">
11183 <column alignment="center" valignment="top" width="0">
11184 <row>
11185 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 複数行にわたる連結列
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 </lyxtabular>
11272
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \begin_layout Standard
11284 たとえば、表
11285 \begin_inset CommandInset ref
11286 LatexCommand ref
11287 reference "tab:中央揃え表"
11288
11289 \end_inset
11290
11291 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11292 \family sans
11293 設定
11294 \family default
11295 を選択します。そして現れる表の設定ダイアログで、このセルを
11296 \emph on
11297 連結列
11298 \emph default
11299
11300 \emph on
11301 中央揃え
11302 \emph default
11303 、2.5
11304 \begin_inset space \thinspace{}
11305 \end_inset
11306
11307 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11308 \begin_inset space \thinspace{}
11309 \end_inset
11310
11311 cm幅に設定します。すると第二列は自動的に1.25
11312 \begin_inset space \thinspace{}
11313 \end_inset
11314
11315 cm幅(連結列幅マイナス第一列の幅)になります。表
11316 \begin_inset CommandInset ref
11317 LatexCommand ref
11318 reference "tab:半分でない表"
11319
11320 \end_inset
11321
11322 もこのようにして作成してあります。
11323 \end_layout
11324
11325 \begin_layout Standard
11326 \begin_inset Float table
11327 wide false
11328 sideways false
11329 status open
11330
11331 \begin_layout Plain Layout
11332 \begin_inset Caption
11333
11334 \begin_layout Plain Layout
11335 \begin_inset CommandInset label
11336 LatexCommand label
11337 name "tab:半分でない表"
11338
11339 \end_inset
11340
11341 連結セルの下の列が正確に半分になっていない表
11342 \begin_inset Argument
11343 status collapsed
11344
11345 \begin_layout Plain Layout
11346 不完全な連結列表
11347 \end_layout
11348
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \begin_layout Plain Layout
11360 \align center
11361 \begin_inset Tabular
11362 <lyxtabular version="3" rows="3" columns="3">
11363 <features tabularvalignment="middle">
11364 <column alignment="center" valignment="top" width="1.25cm">
11365 <column alignment="center" valignment="top" width="0">
11366 <column alignment="center" valignment="top" width="0">
11367 <row>
11368 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 複数行にわたる連結列
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 <row>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 <row>
11426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 </lyxtabular>
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \begin_layout Standard
11467 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11468 指定したセル幅
11469 \begin_inset Formula $W_{\mbox{指}}$
11470 \end_inset
11471
11472 がセルの全幅
11473 \begin_inset Formula $W_{\text{全}}$
11474 \end_inset
11475
11476 と等しくならないためです。付録
11477 \begin_inset CommandInset ref
11478 LatexCommand eqref
11479 reference "cha:式の説明"
11480
11481 \end_inset
11482
11483 がこの事情を詳細に説明しています。
11484 \end_layout
11485
11486 \begin_layout Standard
11487
11488 \emph on
11489 n
11490 \emph default
11491 列を連結する際、各列の全幅が
11492 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11493 \end_inset
11494
11495 となるために必要な指定幅
11496 \begin_inset Formula $W_{\mbox{指}:n}$
11497 \end_inset
11498
11499 は、
11500 \begin_inset Formula 
11501 \begin{equation}
11502 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11503 \end{equation}
11504
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \begin_layout Standard
11511 で計算することができます。上記の例では
11512 \begin_inset Formula $n=2$
11513 \end_inset
11514
11515 かつ
11516 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11517 \end_inset
11518
11519 cmかつ長さは既定値ですから、第
11520 \begin_inset CommandInset ref
11521 LatexCommand ref
11522 reference "eq:Wgn"
11523
11524 \end_inset
11525
11526 式は
11527 \begin_inset Formula 
11528 \begin{equation}
11529 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11530 \end{equation}
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Standard
11538 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11539 \end_layout
11540
11541 \begin_layout Standard
11542
11543 \series bold
11544
11545 \backslash
11546 usepackage{calc}
11547 \end_layout
11548
11549 \begin_layout Standard
11550 と書いて、LaTeXパッケージ
11551 \series bold
11552 calc
11553 \series default
11554
11555 \begin_inset Index idx
11556 status collapsed
11557
11558 \begin_layout Plain Layout
11559 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11560 \end_layout
11561
11562 \end_inset
11563
11564 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11565 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11566 \end_layout
11567
11568 \begin_layout Itemize
11569
11570 \series bold
11571 p{幅}
11572 \series default
11573 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11574 \end_layout
11575
11576 \begin_layout Itemize
11577
11578 \series bold
11579 m{幅}
11580 \series default
11581 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11582 \end_layout
11583
11584 \begin_layout Itemize
11585
11586 \series bold
11587 b{幅}
11588 \series default
11589 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11590 \end_layout
11591
11592 \begin_layout Standard
11593 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11594 \end_layout
11595
11596 \begin_layout Standard
11597 \begin_inset Note Greyedout
11598 status open
11599
11600 \begin_layout Plain Layout
11601
11602 \series bold
11603 【註】
11604 \series default
11605 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11606 \end_layout
11607
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \begin_layout Standard
11614 文章を水平方向中央揃えにしたいので、
11615 \series bold
11616
11617 \backslash
11618 centering
11619 \series default
11620 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11621 \end_layout
11622
11623 \begin_layout Standard
11624
11625 \series bold
11626 >{
11627 \backslash
11628 centering}m{1.25cm-6.2pt}
11629 \end_layout
11630
11631 \begin_layout Standard
11632
11633 \series bold
11634 >{ }
11635 \series default
11636 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11637 \end_layout
11638
11639 \begin_layout Standard
11640 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11641 がって、連結セルには
11642 \end_layout
11643
11644 \begin_layout Standard
11645
11646 \series bold
11647 >{
11648 \backslash
11649 centering}m{2.5cm}
11650 \end_layout
11651
11652 \begin_layout Standard
11653 というLaTeX変数を指定しなくてはなりません。
11654 \end_layout
11655
11656 \begin_layout Subsection
11657 連結行
11658 \begin_inset CommandInset label
11659 LatexCommand label
11660 name "sub:連結行"
11661
11662 \end_inset
11663
11664
11665 \begin_inset Index idx
11666 status collapsed
11667
11668 \begin_layout Plain Layout
11669 れんけつぎょう@連結行
11670 \end_layout
11671
11672 \end_inset
11673
11674
11675 \begin_inset Index idx
11676 status collapsed
11677
11678 \begin_layout Plain Layout
11679 ひょう@表 ! れんけつぎょう@連結行
11680 \end_layout
11681
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \begin_layout Standard
11688 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11689 \begin_inset Graphics
11690         filename ../../images/tabular-feature_multirow.png
11691         scale 85
11692         scaleBeforeRotation
11693
11694 \end_inset
11695
11696 を押すか、メニュー
11697 \family sans
11698 編集\SpecialChar \menuseparator
11699 表\SpecialChar \menuseparator
11700 連結行
11701 \family default
11702 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11703 \family sans
11704 \SpecialChar \menuseparator
11705 連結行
11706 \family default
11707 を選んでください。
11708 \end_layout
11709
11710 \begin_layout Standard
11711 下記は一列目に連結列を適用した表の例です。
11712 \end_layout
11713
11714 \begin_layout Standard
11715 \align center
11716 \begin_inset Tabular
11717 <lyxtabular version="3" rows="3" columns="3">
11718 <features tabularvalignment="middle">
11719 <column alignment="center" valignment="top" width="0pt">
11720 <column alignment="center" valignment="top" width="0">
11721 <column alignment="center" valignment="top" width="0">
11722 <row>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 長いセル項目
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 連結列
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 <row>
11781 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 </lyxtabular>
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Standard
11817 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11818 \family sans
11819 垂直オフセット
11820 \family default
11821 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11822 \end_layout
11823
11824 \begin_layout Standard
11825 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11826 \end_layout
11827
11828 \begin_layout Standard
11829
11830 \series bold
11831
11832 \backslash
11833 renewcommand{
11834 \backslash
11835 multirowsetup}{
11836 \backslash
11837 centering}
11838 \end_layout
11839
11840 \begin_layout Standard
11841 というコマンドを使用して、コマンド
11842 \series bold
11843
11844 \backslash
11845 multirowsetup
11846 \series default
11847 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11848 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11849 \series bold
11850
11851 \backslash
11852 centering
11853 \series default
11854 の代わりに
11855 \series bold
11856
11857 \backslash
11858 raggedleft
11859 \series default
11860 を使用して下さい。左揃えに戻すには、
11861 \series bold
11862
11863 \backslash
11864 raggedright
11865 \series default
11866 とします。
11867 \end_layout
11868
11869 \begin_layout Standard
11870 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11871 \end_layout
11872
11873 \begin_layout Standard
11874 \noindent
11875 \align center
11876 \begin_inset ERT
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880
11881
11882 \backslash
11883 renewcommand{
11884 \backslash
11885 multirowsetup}{
11886 \backslash
11887 raggedleft}
11888 \end_layout
11889
11890 \end_inset
11891
11892
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="4" columns="3">
11895 <features tabularvalignment="middle">
11896 <column alignment="center" valignment="top" width="3cm">
11897 <column alignment="center" valignment="top" width="0">
11898 <column alignment="center" valignment="top" width="0">
11899 <row>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 長いセル項目
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 </row>
11928 <row>
11929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 <row>
11958 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 連結列
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 </row>
12015 </lyxtabular>
12016
12017 \end_inset
12018
12019
12020 \begin_inset ERT
12021 status collapsed
12022
12023 \begin_layout Plain Layout
12024
12025
12026 \backslash
12027 renewcommand{
12028 \backslash
12029 multirowsetup}{
12030 \backslash
12031 raggedright}
12032 \end_layout
12033
12034 \end_inset
12035
12036
12037 \end_layout
12038
12039 \begin_layout Standard
12040
12041 \lang english
12042 To start a new line in a multirow you can use a forced line break (shortcut
12043  
12044 \begin_inset Info
12045 type  "shortcut"
12046 arg   "newline-insert newline"
12047 \end_inset
12048
12049 ) but this will not respect the cell lines as demonstrated in this table:
12050 \end_layout
12051
12052 \begin_layout Standard
12053 \noindent
12054 \align center
12055
12056 \lang english
12057 \begin_inset Tabular
12058 <lyxtabular version="3" rows="3" columns="2">
12059 <features tabularvalignment="middle">
12060 <column alignment="left" valignment="middle" width="2cm">
12061 <column alignment="center" valignment="top" width="0">
12062 <row>
12063 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067
12068 \lang english
12069 aaa
12070 \begin_inset Newline newline
12071 \end_inset
12072
12073 aaa
12074 \begin_inset Newline newline
12075 \end_inset
12076
12077 wrong cell
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086
12087 \lang english
12088 ccc
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 </row>
12094 <row>
12095 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108
12109 \lang english
12110 ddd
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 <row>
12117 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121
12122 \lang english
12123 bbb
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132
12133 \lang english
12134 eee
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 </row>
12140 </lyxtabular>
12141
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \begin_layout Standard
12148
12149 \lang english
12150 Therefore be careful with forced line breaks.
12151 \end_layout
12152
12153 \begin_layout Section
12154 フォーマル形式の表
12155 \begin_inset CommandInset label
12156 LatexCommand label
12157 name "sec:フォーマル形式の表"
12158
12159 \end_inset
12160
12161
12162 \begin_inset Index idx
12163 status collapsed
12164
12165 \begin_layout Plain Layout
12166 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12167 \end_layout
12168
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \begin_layout Standard
12175 書籍中の表は、よく表
12176 \begin_inset CommandInset ref
12177 LatexCommand ref
12178 reference "tab:ブックタブ表の例"
12179
12180 \end_inset
12181
12182 のように組版されます。この種の表は、「
12183 \emph on
12184 フォーマル形式
12185 \emph default
12186 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12187 \end_layout
12188
12189 \begin_layout Standard
12190 \begin_inset Float table
12191 placement h
12192 wide false
12193 sideways false
12194 status open
12195
12196 \begin_layout Plain Layout
12197 \begin_inset Caption
12198
12199 \begin_layout Plain Layout
12200 \begin_inset CommandInset label
12201 LatexCommand label
12202 name "tab:ブックタブ表の例"
12203
12204 \end_inset
12205
12206 ブックタブ表の例
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Plain Layout
12215 \align center
12216 \begin_inset Tabular
12217 <lyxtabular version="3" rows="8" columns="4">
12218 <features booktabs="true" tabularvalignment="middle">
12219 <column alignment="center" valignment="top" width="0">
12220 <column alignment="center" valignment="top" width="0">
12221 <column alignment="center" valignment="top" width="0">
12222 <column alignment="center" valignment="top" width="0">
12223 <row>
12224 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 システム
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 Medipix
12238 \begin_inset space \thinspace{}
12239 \end_inset
12240
12241 1
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250 Medipix
12251 \begin_inset space \thinspace{}
12252 \end_inset
12253
12254 2
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 </row>
12269 <row>
12270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 \begin_inset ERT
12275 status collapsed
12276
12277 \begin_layout Plain Layout
12278
12279
12280 \backslash
12281 cmidrule(r){2-2}
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \begin_inset ERT
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291
12292
12293 \backslash
12294 cmidrule(l){3-4}
12295 \end_layout
12296
12297 \end_inset
12298
12299 検知器の厚み [µm]
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell alignment="center" valignment="top" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 300
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 <cell alignment="center" valignment="top" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Plain Layout
12317 300
12318 \end_layout
12319
12320 \end_inset
12321 </cell>
12322 <cell alignment="center" valignment="top" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 700
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 </row>
12332 <row>
12333 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 エッジ角 [°]
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell alignment="center" valignment="top" topline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 3.55
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 <cell alignment="center" valignment="top" topline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 2.71
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 <cell alignment="center" valignment="top" topline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 7.99
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 </row>
12370 <row topspace="default">
12371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 空間分解能 [µm]
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 <cell alignment="center" valignment="top" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 4.26
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 <cell alignment="center" valignment="top" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Plain Layout
12393 10.17
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 <cell alignment="center" valignment="top" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Plain Layout
12402 10.56
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 </row>
12408 <row topspace="default">
12409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413 \begin_inset Formula $f_{\mathrm{max}}$
12414 \end_inset
12415
12416 におけるMTF
12417 \end_layout
12418
12419 \end_inset
12420 </cell>
12421 <cell alignment="center" valignment="top" usebox="none">
12422 \begin_inset Text
12423
12424 \begin_layout Plain Layout
12425 0.53
12426 \end_layout
12427
12428 \end_inset
12429 </cell>
12430 <cell alignment="center" valignment="top" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Plain Layout
12434 0.37
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 <cell alignment="center" valignment="top" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 0.39
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 </row>
12449 <row topspace="default">
12450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12451 \begin_inset Text
12452
12453 \begin_layout Plain Layout
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458
12459
12460 \backslash
12461 cmidrule(l{10pt}){1-1}
12462 \end_layout
12463
12464 \end_inset
12465
12466 LSF空間分解能
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 <cell alignment="center" valignment="top" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 </row>
12499 <row>
12500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 µm表示
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 129.7
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 52.75
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531 50.78
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 </row>
12537 <row>
12538 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 ピクセルサイズに対する%表示
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 76.3
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 95.9
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 92.3
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 </lyxtabular>
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 表中の行に余白を加えるには、第
12589 \begin_inset CommandInset ref
12590 LatexCommand ref
12591 reference "sub:行の余白取り"
12592
12593 \end_inset
12594
12595 節に述べられているように、表の設定ダイアログの
12596 \family sans
12597 罫線
12598 \family default
12599 タブを使用します。
12600 \end_layout
12601
12602 \begin_layout Standard
12603 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12604 \begin_inset Newline newline
12605 \end_inset
12606
12607 最初と最後の表罫線の既定幅は0.08
12608 \begin_inset space \thinspace{}
12609 \end_inset
12610
12611 emですが、他の罫線の既定幅は0.05
12612 \begin_inset space \thinspace{}
12613 \end_inset
12614
12615 emです。
12616 \end_layout
12617
12618 \begin_layout Standard
12619 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12620 \end_layout
12621
12622 \begin_layout Standard
12623
12624 \series bold
12625
12626 \backslash
12627 let
12628 \backslash
12629 mytoprule
12630 \backslash
12631 toprule
12632 \begin_inset Newline newline
12633 \end_inset
12634
12635
12636 \backslash
12637 renewcommand{
12638 \backslash
12639 toprule}{
12640 \backslash
12641 mytoprule[幅]}
12642 \end_layout
12643
12644 \begin_layout Standard
12645 上の例は、
12646 \series bold
12647 toprule
12648 \series default
12649 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12650 \series bold
12651 toprule
12652 \series default
12653
12654 \series bold
12655 bottomrule
12656 \series default
12657 に置き換えて下さい。他の罫線の線幅を変更するには、
12658 \series bold
12659 toprule
12660 \series default
12661
12662 \series bold
12663 midrule
12664 \series default
12665 に置き換えます。線幅を設定する上では、付録
12666 \begin_inset CommandInset ref
12667 LatexCommand ref
12668 reference "cha:LyXで使用できる単位"
12669
12670 \end_inset
12671
12672 に挙げてあるすべての単位を使用することができます。
12673 \end_layout
12674
12675 \begin_layout Standard
12676 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12677 \series bold
12678
12679 \backslash
12680 cmidrule
12681 \series default
12682 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12683 \end_layout
12684
12685 \begin_layout Standard
12686
12687 \series bold
12688
12689 \backslash
12690 cmidrule[幅](刈込){開始列-終了列}
12691 \end_layout
12692
12693 \begin_layout Standard
12694 です。
12695 \series bold
12696
12697 \backslash
12698 cmidrule
12699 \series default
12700 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12701 \series bold
12702
12703 \backslash
12704 cmidrule
12705 \series default
12706 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12707
12708 \end_layout
12709
12710 \begin_layout Standard
12711 この線幅の既定値は0.03
12712 \begin_inset space \thinspace{}
12713 \end_inset
12714
12715 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12716 。非必須パラメーターの「刈込」は、
12717 \emph on
12718 l{刈込幅}
12719 \emph default
12720 あるいは
12721 \emph on
12722 r{刈込幅}
12723 \emph default
12724 の値を取り、刈込幅の指定は非必須です。たとえば、
12725 \emph on
12726 l{2pt}
12727 \emph default
12728 というパラメーターを使うと、罫線が左端から2
12729 \begin_inset space \thinspace{}
12730 \end_inset
12731
12732 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12733 \begin_inset space \thinspace{}
12734 \end_inset
12735
12736 emだけ刈り込まれます。
12737 \end_layout
12738
12739 \begin_layout Standard
12740 \begin_inset VSpace bigskip
12741 \end_inset
12742
12743
12744 \begin_inset CommandInset ref
12745 LatexCommand ref
12746 reference "tab:ブックタブ表の例"
12747
12748 \end_inset
12749
12750 は、
12751 \end_layout
12752
12753 \begin_layout Standard
12754
12755 \series bold
12756
12757 \backslash
12758 cmidrule(r){2-2}
12759 \backslash
12760 cmidrule(l){3-4}
12761 \end_layout
12762
12763 \begin_layout Standard
12764 というコマンドを第二行の初めに使用し、
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 cmidrule(l{10pt}){1-1}
12773 \end_layout
12774
12775 \begin_layout Standard
12776 を第六行に使用して作成されています。
12777 \end_layout
12778
12779 \begin_layout Standard
12780 \begin_inset VSpace bigskip
12781 \end_inset
12782
12783
12784 \end_layout
12785
12786 \begin_layout Standard
12787 ときには、表
12788 \begin_inset CommandInset ref
12789 LatexCommand ref
12790 reference "tab:特殊なブックタブ表"
12791
12792 \end_inset
12793
12794 のような重なり合った
12795 \series bold
12796
12797 \backslash
12798 cmidrule
12799 \series default
12800 が欲しいことがあるかもしれません。これは、TeXコードで
12801 \end_layout
12802
12803 \begin_layout Standard
12804
12805 \series bold
12806
12807 \backslash
12808 morecmidrules
12809 \end_layout
12810
12811 \begin_layout Standard
12812 コマンドを使用することによって実現することができます。表
12813 \begin_inset CommandInset ref
12814 LatexCommand ref
12815 reference "tab:特殊なブックタブ表"
12816
12817 \end_inset
12818
12819 の第二列には
12820 \end_layout
12821
12822 \begin_layout Standard
12823
12824 \series bold
12825
12826 \backslash
12827 cmidrule(r){2-2}
12828 \backslash
12829 cmidrule(l){3-4}
12830 \backslash
12831 morecmidrules
12832 \backslash
12833 cmidrule{2-4}
12834 \end_layout
12835
12836 \begin_layout Standard
12837 というコマンドが使用されており、第六列には
12838 \end_layout
12839
12840 \begin_layout Standard
12841
12842 \series bold
12843
12844 \backslash
12845 midrule
12846 \backslash
12847 morecmidrules
12848 \backslash
12849 cmidrule{3-4}
12850 \end_layout
12851
12852 \begin_layout Standard
12853 というコマンドが使用されています。
12854 \end_layout
12855
12856 \begin_layout Standard
12857 \begin_inset VSpace bigskip
12858 \end_inset
12859
12860
12861 \end_layout
12862
12863 \begin_layout Standard
12864 罫線の余白取りにどうしても満足が行かない場合には、
12865 \end_layout
12866
12867 \begin_layout Standard
12868
12869 \series bold
12870
12871 \backslash
12872 specialrule{幅}{上余白}{下余白}
12873 \end_layout
12874
12875 \begin_layout Standard
12876 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12877 \series bold
12878 booktabs
12879 \series default
12880  
12881 \begin_inset CommandInset citation
12882 LatexCommand cite
12883 key "booktabs"
12884
12885 \end_inset
12886
12887
12888 \begin_inset Index idx
12889 status collapsed
12890
12891 \begin_layout Plain Layout
12892 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12893 \end_layout
12894
12895 \end_inset
12896
12897 の取扱説明書をご参照下さい。
12898 \end_layout
12899
12900 \begin_layout Standard
12901 \begin_inset Float table
12902 placement h
12903 wide false
12904 sideways false
12905 status open
12906
12907 \begin_layout Plain Layout
12908 \begin_inset Caption
12909
12910 \begin_layout Plain Layout
12911 \begin_inset CommandInset label
12912 LatexCommand label
12913 name "tab:特殊なブックタブ表"
12914
12915 \end_inset
12916
12917 特殊なブックタブ表
12918 \end_layout
12919
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \begin_layout Plain Layout
12926 \align center
12927 \begin_inset Tabular
12928 <lyxtabular version="3" rows="8" columns="4">
12929 <features booktabs="true" tabularvalignment="middle">
12930 <column alignment="center" valignment="top" width="0">
12931 <column alignment="center" valignment="top" width="0">
12932 <column alignment="center" valignment="top" width="0">
12933 <column alignment="center" valignment="top" width="0">
12934 <row>
12935 <cell alignment="center" valignment="top" topline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 システム
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 Medipix
12949 \begin_inset space \thinspace{}
12950 \end_inset
12951
12952 1
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 Medipix
12962 \begin_inset space \thinspace{}
12963 \end_inset
12964
12965 2
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 </row>
12980 <row>
12981 <cell alignment="center" valignment="top" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989
12990
12991 \backslash
12992 cmidrule(r){2-2}
12993 \end_layout
12994
12995 \end_inset
12996
12997
12998 \begin_inset ERT
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002
13003
13004 \backslash
13005 cmidrule(l){3-4}
13006 \end_layout
13007
13008 \end_inset
13009
13010
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016
13017 \backslash
13018 morecmidrules 
13019 \end_layout
13020
13021 \end_inset
13022
13023
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029
13030 \backslash
13031 cmidrule{2-4}
13032 \end_layout
13033
13034 \end_inset
13035
13036 検知器の厚み [µm]
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 <cell alignment="center" valignment="top" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045 300
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 300
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 700
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 </row>
13069 <row>
13070 <cell alignment="center" valignment="top" topline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074 エッジ角 [°]
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 <cell alignment="center" valignment="top" topline="true" usebox="none">
13080 \begin_inset Text
13081
13082 \begin_layout Plain Layout
13083 3.55
13084 \end_layout
13085
13086 \end_inset
13087 </cell>
13088 <cell alignment="center" valignment="top" topline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 2.71
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 7.99
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 </row>
13107 <row topspace="default">
13108 <cell alignment="center" valignment="top" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 空間分解能 [µm]
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 <cell alignment="center" valignment="top" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 4.26
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 10.17
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 10.56
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 </row>
13145 <row topspace="default">
13146 <cell alignment="center" valignment="top" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 \begin_inset Formula $f_{\mathrm{max}}$
13151 \end_inset
13152
13153 におけるMTF
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 <cell alignment="center" valignment="top" usebox="none">
13159 \begin_inset Text
13160
13161 \begin_layout Plain Layout
13162 0.53
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Plain Layout
13171 0.37
13172 \end_layout
13173
13174 \end_inset
13175 </cell>
13176 <cell alignment="center" valignment="top" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 0.39
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 </row>
13186 <row>
13187 <cell alignment="center" valignment="top" topline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 \begin_inset ERT
13192 status collapsed
13193
13194 \begin_layout Plain Layout
13195
13196
13197 \backslash
13198 morecmidrules 
13199 \end_layout
13200
13201 \end_inset
13202
13203
13204 \begin_inset ERT
13205 status collapsed
13206
13207 \begin_layout Plain Layout
13208
13209
13210 \backslash
13211 cmidrule{3-4}
13212 \end_layout
13213
13214 \end_inset
13215
13216 LSF空間分解能
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" topline="true" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" topline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 </row>
13249 <row>
13250 <cell alignment="center" valignment="top" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 µm表示
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 129.7
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell alignment="center" valignment="top" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 52.75
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 50.78
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 </row>
13287 <row>
13288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 ピクセルサイズに対する%表示
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 76.3
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 95.9
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 92.3
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 </row>
13325 </lyxtabular>
13326
13327 \end_inset
13328
13329
13330 \end_layout
13331
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \begin_layout Section
13338 表の垂直揃え
13339 \begin_inset Index idx
13340 status collapsed
13341
13342 \begin_layout Plain Layout
13343 ひょう@表 ! そろえ@揃え
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \begin_layout Standard
13352 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13353 \begin_inset CommandInset ref
13354 LatexCommand ref
13355 reference "sec:ボックスダイアログ"
13356
13357 \end_inset
13358
13359 節に述べられているように、ボックスの垂直揃えを行います。
13360 \end_layout
13361
13362 \begin_layout Standard
13363 以下の例では、各表は15
13364 \begin_inset space \thinspace{}
13365 \end_inset
13366
13367 列幅%を持つminipage
13368 \begin_inset Foot
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372 minipageは第
13373 \begin_inset CommandInset ref
13374 LatexCommand ref
13375 reference "sec:ミニページ"
13376
13377 \end_inset
13378
13379 節で説明されています。
13380 \end_layout
13381
13382 \end_inset
13383
13384 ボックスの中に入れてあります。
13385 \end_layout
13386
13387 \begin_layout Itemize
13388 動作試験 
13389 \begin_inset Box Frameless
13390 position "t"
13391 hor_pos "c"
13392 has_inner_box 1
13393 inner_pos "c"
13394 use_parbox 0
13395 use_makebox 0
13396 width "15col%"
13397 special "none"
13398 height "1in"
13399 height_special "totalheight"
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403 \begin_inset Tabular
13404 <lyxtabular version="3" rows="3" columns="3">
13405 <features tabularvalignment="middle">
13406 <column alignment="center" valignment="top" width="0">
13407 <column alignment="center" valignment="top" width="0">
13408 <column alignment="center" valignment="top" width="0">
13409 <row>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 </row>
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 <row>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 </row>
13496 </lyxtabular>
13497
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \end_inset
13504
13505  動作試験 
13506 \begin_inset ERT
13507 status collapsed
13508
13509 \begin_layout Plain Layout
13510
13511
13512 \backslash
13513 raisebox{0.85
13514 \backslash
13515 baselineskip}{
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \begin_inset Box Frameless
13522 position "t"
13523 hor_pos "c"
13524 has_inner_box 1
13525 inner_pos "c"
13526 use_parbox 0
13527 use_makebox 0
13528 width "15col%"
13529 special "none"
13530 height "1in"
13531 height_special "totalheight"
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535 \begin_inset Tabular
13536 <lyxtabular version="3" rows="3" columns="3">
13537 <features tabularvalignment="middle">
13538 <column alignment="center" valignment="top" width="0">
13539 <column alignment="center" valignment="top" width="0">
13540 <column alignment="center" valignment="top" width="0">
13541 <row>
13542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 </row>
13570 <row>
13571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 <row>
13600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 </lyxtabular>
13629
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \end_inset
13636
13637
13638 \begin_inset ERT
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642
13643 }
13644 \end_layout
13645
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \begin_layout Itemize
13652 動作試験 
13653 \begin_inset Box Frameless
13654 position "c"
13655 hor_pos "c"
13656 has_inner_box 1
13657 inner_pos "c"
13658 use_parbox 0
13659 use_makebox 0
13660 width "15col%"
13661 special "none"
13662 height "1in"
13663 height_special "totalheight"
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667 \begin_inset Tabular
13668 <lyxtabular version="3" rows="3" columns="3">
13669 <features tabularvalignment="middle">
13670 <column alignment="center" valignment="top" width="0">
13671 <column alignment="center" valignment="top" width="0">
13672 <column alignment="center" valignment="top" width="0">
13673 <row>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 <row>
13703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 </row>
13731 <row>
13732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 </row>
13760 </lyxtabular>
13761
13762 \end_inset
13763
13764
13765 \end_layout
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \begin_layout Itemize
13773 動作試験 
13774 \begin_inset Box Frameless
13775 position "b"
13776 hor_pos "c"
13777 has_inner_box 1
13778 inner_pos "c"
13779 use_parbox 0
13780 use_makebox 0
13781 width "15col%"
13782 special "none"
13783 height "1in"
13784 height_special "totalheight"
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788 \begin_inset Tabular
13789 <lyxtabular version="3" rows="3" columns="3">
13790 <features tabularvalignment="middle">
13791 <column alignment="center" valignment="top" width="0">
13792 <column alignment="center" valignment="top" width="0">
13793 <column alignment="center" valignment="top" width="0">
13794 <row>
13795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 </row>
13823 <row>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 </row>
13852 <row>
13853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 </row>
13881 </lyxtabular>
13882
13883 \end_inset
13884
13885
13886 \end_layout
13887
13888 \end_inset
13889
13890  動作試験 
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896
13897 \backslash
13898 raisebox{-0.32
13899 \backslash
13900 baselineskip}{
13901 \end_layout
13902
13903 \end_inset
13904
13905
13906 \begin_inset Box Frameless
13907 position "b"
13908 hor_pos "c"
13909 has_inner_box 1
13910 inner_pos "c"
13911 use_parbox 0
13912 use_makebox 0
13913 width "15col%"
13914 special "none"
13915 height "1in"
13916 height_special "totalheight"
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920 \begin_inset Tabular
13921 <lyxtabular version="3" rows="3" columns="3">
13922 <features tabularvalignment="middle">
13923 <column alignment="center" valignment="top" width="0">
13924 <column alignment="center" valignment="top" width="0">
13925 <column alignment="center" valignment="top" width="0">
13926 <row>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Plain Layout
13940
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Plain Layout
13949
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 </row>
13955 <row>
13956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Plain Layout
13960
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 </row>
13984 <row>
13985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 </row>
14013 </lyxtabular>
14014
14015 \end_inset
14016
14017
14018 \end_layout
14019
14020 \end_inset
14021
14022
14023 \begin_inset ERT
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027
14028 }
14029 \end_layout
14030
14031 \end_inset
14032
14033
14034 \end_layout
14035
14036 \begin_layout Standard
14037 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
14038 \begin_inset Foot
14039 status collapsed
14040
14041 \begin_layout Plain Layout
14042 raiseboxは、第
14043 \begin_inset CommandInset ref
14044 LatexCommand ref
14045 reference "sub:垂直揃え"
14046
14047 \end_inset
14048
14049 節で説明されています。
14050 \end_layout
14051
14052 \end_inset
14053
14054 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
14055 \end_layout
14056
14057 \begin_layout Standard
14058
14059 \series bold
14060
14061 \backslash
14062 raisebox{0.85
14063 \backslash
14064 baselineskip}{
14065 \end_layout
14066
14067 \begin_layout Standard
14068 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
14069 \series bold
14070 }
14071 \series default
14072 をTeXコードとして挿入してあります。最後の項目の第二表には、
14073 \end_layout
14074
14075 \begin_layout Standard
14076
14077 \series bold
14078
14079 \backslash
14080 raisebox{-0.32
14081 \backslash
14082 baselineskip}{
14083 \end_layout
14084
14085 \begin_layout Standard
14086 というコマンドを使用しています。
14087 \end_layout
14088
14089 \begin_layout Standard
14090 \begin_inset Note Greyedout
14091 status open
14092
14093 \begin_layout Plain Layout
14094
14095 \series bold
14096 【註】
14097 \series default
14098 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
14099 \series bold
14100
14101 \backslash
14102 raisebox
14103 \series default
14104 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \begin_layout Section
14113 色付きの表
14114 \begin_inset CommandInset label
14115 LatexCommand label
14116 name "sec:色付きの表"
14117
14118 \end_inset
14119
14120
14121 \begin_inset Index idx
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125 ひょう@表 ! いろつき@色付き
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Subsection
14134 色付きのセル
14135 \begin_inset Index idx
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139 ひょうのいろ@表の色 ! せるぶ@セル部
14140 \end_layout
14141
14142 \end_inset
14143
14144
14145 \begin_inset Index idx
14146 status collapsed
14147
14148 \begin_layout Plain Layout
14149 いろつき@色付き ! ひょうせるぶ@表セル部
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Standard
14158 \begin_inset Float table
14159 placement h
14160 wide false
14161 sideways false
14162 status open
14163
14164 \begin_layout Plain Layout
14165 \begin_inset Caption
14166
14167 \begin_layout Plain Layout
14168 \begin_inset CommandInset label
14169 LatexCommand label
14170 name "tab:colortblなしの表"
14171
14172 \end_inset
14173
14174
14175 \series bold
14176 colortbl
14177 \series default
14178 パッケージを使用しない色付き表
14179 \begin_inset Argument
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183 colortblなしの表
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \begin_layout Plain Layout
14197 \align center
14198 \begin_inset Tabular
14199 <lyxtabular version="3" rows="3" columns="3">
14200 <features tabularvalignment="middle">
14201 <column alignment="center" valignment="top" width="0">
14202 <column alignment="center" valignment="top" width="0">
14203 <column alignment="center" valignment="top" width="0">
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209
14210 \color green
14211
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220
14221 \color red
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231
14232 \color red
14233
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 </row>
14239 <row>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244
14245 \color green
14246
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255
14256 \color blue
14257
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266
14267 \color blue
14268
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 </row>
14274 <row>
14275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279
14280 \color green
14281
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290
14291 \color blue
14292
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301
14302 \color blue
14303
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 </row>
14309 </lyxtabular>
14310
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \begin_layout Standard
14322 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14323 \family sans
14324 編集\SpecialChar \menuseparator
14325 文字様式
14326 \family default
14327 メニューで色を選んでください。表
14328 \begin_inset CommandInset ref
14329 LatexCommand ref
14330 reference "tab:colortblなしの表"
14331
14332 \end_inset
14333
14334 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14335 \series bold
14336 colortbl
14337 \series default
14338
14339 \begin_inset Index idx
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14344 \end_layout
14345
14346 \end_inset
14347
14348 を使用しなくてはなりません。
14349 \end_layout
14350
14351 \begin_layout Standard
14352 \begin_inset ERT
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356
14357
14358 \backslash
14359 ifcolortbl
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \begin_inset Note Note
14366 status open
14367
14368 \begin_layout Plain Layout
14369 本節の以下の部分は、LaTeXパッケージ
14370 \series bold
14371 colortbl
14372 \series default
14373 が導入済みのときのみ表示されます。
14374 \end_layout
14375
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \begin_layout Standard
14382 色付きの表を作成するには、プリアンブルに
14383 \end_layout
14384
14385 \begin_layout Standard
14386
14387 \series bold
14388
14389 \backslash
14390 usepackage{colortbl}
14391 \end_layout
14392
14393 \begin_layout Standard
14394 という行を書いて
14395 \series bold
14396 colortbl
14397 \series default
14398 を読み込まなくてはなりません。列の色は、
14399 \series bold
14400 >{ }
14401 \series default
14402 コマンドの中に
14403 \end_layout
14404
14405 \begin_layout Standard
14406
14407 \series bold
14408
14409 \backslash
14410 columncolor{色彩名}
14411 \end_layout
14412
14413 \begin_layout Standard
14414 というコマンドを書いて指定することができます。
14415 \series bold
14416 >{}
14417 \series default
14418 コマンドに関する詳細は、第
14419 \begin_inset CommandInset ref
14420 LatexCommand ref
14421 reference "sub:連結列の計算"
14422
14423 \end_inset
14424
14425 節に述べられています。
14426 \end_layout
14427
14428 \begin_layout Standard
14429 以下の色彩名が事前に定義されています。
14430 \end_layout
14431
14432 \begin_layout Standard
14433
14434 \family sans
14435 red
14436 \family default
14437
14438 \family sans
14439 green
14440 \family default
14441
14442 \family sans
14443 yellow
14444 \family default
14445
14446 \family sans
14447 blue
14448 \family default
14449
14450 \family sans
14451 cyan
14452 \family default
14453
14454 \family sans
14455 magenta
14456 \family default
14457
14458 \family sans
14459 black
14460 \family default
14461
14462 \family sans
14463 white
14464 \end_layout
14465
14466 \begin_layout Standard
14467 \begin_inset VSpace medskip
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \begin_layout Standard
14474 また
14475 \end_layout
14476
14477 \begin_layout Standard
14478
14479 \series bold
14480
14481 \backslash
14482 definecolor{色彩名}{色彩モデル}{色彩値}
14483 \end_layout
14484
14485 \begin_layout Standard
14486 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14487 \end_layout
14488
14489 \begin_layout Labeling
14490 \labelwidthstring 00.00.0000
14491 cmyk:シアン(
14492 \bar under
14493 c
14494 \bar default
14495 yan)・マゼンタ(
14496 \bar under
14497 m
14498 \bar default
14499 agenta)・黄(
14500 \bar under
14501 y
14502 \bar default
14503 ellow)・黒(blac
14504 \bar under
14505 k
14506 \bar default
14507
14508 \end_layout
14509
14510 \begin_layout Labeling
14511 \labelwidthstring 00.00.0000
14512 rgb:赤(
14513 \bar under
14514 r
14515 \bar default
14516 ed)・緑(
14517 \bar under
14518 g
14519 \bar default
14520 reen)・青(
14521 \bar under
14522 b
14523 \bar default
14524 lue)
14525 \end_layout
14526
14527 \begin_layout Labeling
14528 \labelwidthstring 00.00.0000
14529 gray:グレー
14530 \end_layout
14531
14532 \begin_layout Standard
14533 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14534 \end_layout
14535
14536 \begin_layout Standard
14537 たとえば、プリアンブルに
14538 \end_layout
14539
14540 \begin_layout Standard
14541
14542 \series bold
14543
14544 \backslash
14545 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14546 \end_layout
14547
14548 \begin_layout Standard
14549 と書くことによって、「
14550 \emph on
14551 darkgreen
14552 \emph default
14553 」色を定義することができますし、
14554 \end_layout
14555
14556 \begin_layout Standard
14557
14558 \series bold
14559
14560 \backslash
14561 definecolor{lightgray}{gray}{0.8}
14562 \end_layout
14563
14564 \begin_layout Standard
14565 と書けば、「
14566 \emph on
14567 lightgray
14568 \emph default
14569 」色を定義することができます。
14570 \end_layout
14571
14572 \begin_layout Standard
14573 \begin_inset VSpace medskip
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \begin_layout Standard
14580 罫線は
14581 \end_layout
14582
14583 \begin_layout Standard
14584
14585 \series bold
14586
14587 \backslash
14588 rowcolor{色彩名}
14589 \end_layout
14590
14591 \begin_layout Standard
14592 というコマンドを使用して色付けすることができ、セルは
14593 \end_layout
14594
14595 \begin_layout Standard
14596
14597 \series bold
14598
14599 \backslash
14600 cellcolor{色彩名}
14601 \end_layout
14602
14603 \begin_layout Standard
14604 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14605 \end_layout
14606
14607 \begin_layout Standard
14608 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14609 \family sans
14610 編集\SpecialChar \menuseparator
14611 文字様式
14612 \family default
14613 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14614 ます。
14615 \end_layout
14616
14617 \begin_layout Standard
14618 \begin_inset Note Greyedout
14619 status open
14620
14621 \begin_layout Plain Layout
14622 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Standard
14631 \begin_inset VSpace bigskip
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \begin_layout Standard
14638
14639 \begin_inset CommandInset ref
14640 LatexCommand ref
14641 reference "tab:色付き表"
14642
14643 \end_inset
14644
14645 を作成するには、以下のようにしてください。第一列の色は
14646 \emph on
14647 darkgreen
14648 \emph default
14649 にしたいので、この列のLaTeX変数として
14650 \end_layout
14651
14652 \begin_layout Standard
14653
14654 \series bold
14655 >{
14656 \backslash
14657 columncolor{darkgreen}
14658 \backslash
14659 centering}c
14660 \end_layout
14661
14662 \begin_layout Standard
14663 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14664 \end_layout
14665
14666 \begin_layout Standard
14667
14668 \series bold
14669
14670 \backslash
14671 rowcolow{cyan}
14672 \end_layout
14673
14674 \begin_layout Standard
14675 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14676 \end_layout
14677
14678 \begin_layout Standard
14679
14680 \series bold
14681
14682 \backslash
14683 cellcolor{magenta}
14684 \end_layout
14685
14686 \begin_layout Standard
14687 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14688 \family sans
14689 編集\SpecialChar \menuseparator
14690 文字様式
14691 \family default
14692 メニューを使って、各文字に色付けをすることができます。
14693 \end_layout
14694
14695 \begin_layout Standard
14696 \begin_inset Float table
14697 placement h
14698 wide false
14699 sideways false
14700 status open
14701
14702 \begin_layout Plain Layout
14703 \begin_inset Caption
14704
14705 \begin_layout Plain Layout
14706
14707 \series bold
14708 \begin_inset CommandInset label
14709 LatexCommand label
14710 name "tab:色付き表"
14711
14712 \end_inset
14713
14714 colortbl
14715 \series default
14716 パッケージを使用した色付き表
14717 \begin_inset Argument
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721 colortblを使った表
14722 \end_layout
14723
14724 \end_inset
14725
14726
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \begin_layout Plain Layout
14735 \align center
14736 \begin_inset Tabular
14737 <lyxtabular version="3" rows="3" columns="3">
14738 <features tabularvalignment="middle">
14739 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14740 <column alignment="center" valignment="top" width="0">
14741 <column alignment="center" valignment="top" width="0">
14742 <row>
14743 <cell alignment="center" valignment="top" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 \begin_inset ERT
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751
14752
14753 \backslash
14754 rowcolor{cyan}
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \color magenta
14761
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 <cell alignment="center" valignment="top" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770
14771 \color red
14772
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781
14782 \color red
14783
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 </row>
14789 <row>
14790 <cell alignment="center" valignment="top" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794
14795 \color yellow
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805
14806 \color blue
14807
14808 \end_layout
14809
14810 \end_inset
14811 </cell>
14812 <cell alignment="center" valignment="top" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816
14817 \color blue
14818
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 </row>
14824 <row>
14825 <cell alignment="center" valignment="top" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829
14830 \color yellow
14831
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 <cell alignment="center" valignment="top" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840
14841 \color blue
14842
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 <cell alignment="center" valignment="top" usebox="none">
14848 \begin_inset Text
14849
14850 \begin_layout Plain Layout
14851 \begin_inset ERT
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855
14856
14857 \backslash
14858 cellcolor{magenta}
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \color green
14865
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 </row>
14871 </lyxtabular>
14872
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 \begin_inset ERT
14885 status collapsed
14886
14887 \begin_layout Plain Layout
14888
14889
14890 \backslash
14891 else
14892 \end_layout
14893
14894 \end_inset
14895
14896
14897 \begin_inset Note Note
14898 status open
14899
14900 \begin_layout Plain Layout
14901 以下は、LaTeXパッケージ
14902 \series bold
14903 colortbl
14904 \series default
14905 が導入されていないときに表示されます。
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \begin_layout Standard
14914 この節の内容を出力で表示させるには、
14915 \series bold
14916 colortbl
14917 \series default
14918 パッケージを導入する必要があります。
14919 \end_layout
14920
14921 \begin_layout Standard
14922 \begin_inset ERT
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926
14927
14928 \backslash
14929 fi
14930 \end_layout
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \begin_layout Subsection
14938 色付き罫線
14939 \begin_inset Index idx
14940 status collapsed
14941
14942 \begin_layout Plain Layout
14943 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14944 \end_layout
14945
14946 \end_inset
14947
14948
14949 \begin_inset Index idx
14950 status collapsed
14951
14952 \begin_layout Plain Layout
14953 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14954 \end_layout
14955
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Standard
14962
14963 \begin_inset CommandInset ref
14964 LatexCommand ref
14965 reference "sub:罫線幅"
14966
14967 \end_inset
14968
14969 節に述べられているように、表中の全罫線の線幅は、長さ
14970 \series bold
14971
14972 \backslash
14973 arrayrulewidth
14974 \series default
14975 を使って調節することができます。本節の表では、すべて1.5
14976 \begin_inset space \thinspace{}
14977 \end_inset
14978
14979 ptに設定されています。
14980 \begin_inset ERT
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984
14985
14986 \backslash
14987 setlength{
14988 \backslash
14989 arrayrulewidth}{1.5pt}
14990 \end_layout
14991
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \begin_layout Standard
14998 たとえば縦罫線を緑に着色するには、第
14999 \begin_inset CommandInset ref
15000 LatexCommand ref
15001 reference "sub:自製書式"
15002
15003 \end_inset
15004
15005 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
15006 \end_layout
15007
15008 \begin_layout Standard
15009
15010 \series bold
15011
15012 \backslash
15013 newcolumntype{W}{!{
15014 \backslash
15015 color{green}
15016 \backslash
15017 vline}}
15018 \end_layout
15019
15020 \begin_layout Standard
15021
15022 \begin_inset CommandInset ref
15023 LatexCommand ref
15024 reference "tab:色付き縦罫線の表"
15025
15026 \end_inset
15027
15028 では、最右列にLaTeX変数
15029 \series bold
15030 WcW
15031 \series default
15032 、他の列にLaTeX変数
15033 \series bold
15034 Wc
15035 \series default
15036 が使用されています。
15037 \end_layout
15038
15039 \begin_layout Standard
15040 複数の色を用いたいときには、列書式をもっと定義してください。
15041 \end_layout
15042
15043 \begin_layout Standard
15044 \begin_inset Float table
15045 placement h
15046 wide false
15047 sideways false
15048 status open
15049
15050 \begin_layout Plain Layout
15051 \begin_inset Caption
15052
15053 \begin_layout Plain Layout
15054 \begin_inset CommandInset label
15055 LatexCommand label
15056 name "tab:色付き縦罫線の表"
15057
15058 \end_inset
15059
15060 色付き縦罫線の表
15061 \end_layout
15062
15063 \end_inset
15064
15065
15066 \end_layout
15067
15068 \begin_layout Plain Layout
15069 \align center
15070 \begin_inset Tabular
15071 <lyxtabular version="3" rows="3" columns="3">
15072 <features tabularvalignment="middle">
15073 <column alignment="center" valignment="top" width="0" special="Wc">
15074 <column alignment="center" valignment="top" width="0" special="Wc">
15075 <column alignment="center" valignment="top" width="0" special="WcW">
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 sd
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row>
15106 <cell alignment="center" valignment="top" topline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 sd
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157 sd
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 </row>
15163 </lyxtabular>
15164
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \begin_layout Standard
15176 \begin_inset VSpace bigskip
15177 \end_inset
15178
15179
15180 \begin_inset CommandInset ref
15181 LatexCommand ref
15182 reference "tab:色付き横罫線の表"
15183
15184 \end_inset
15185
15186 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15187 \end_layout
15188
15189 \begin_layout Standard
15190
15191 \series bold
15192
15193 \backslash
15194 let
15195 \backslash
15196 myHlineC
15197 \backslash
15198 hline
15199 \begin_inset Newline newline
15200 \end_inset
15201
15202
15203 \backslash
15204 renewcommand{
15205 \backslash
15206 hline}
15207 \begin_inset Newline newline
15208 \end_inset
15209
15210
15211 \begin_inset Phantom HPhantom
15212 status open
15213
15214 \begin_layout Plain Layout
15215 \begin_inset space ~
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222
15223 {
15224 \backslash
15225 arrayrulecolor{red}
15226 \backslash
15227 myHlineC
15228 \backslash
15229 arrayrulecolor{black}}
15230 \end_layout
15231
15232 \begin_layout Standard
15233 というコマンドを入力して下さい。
15234 \end_layout
15235
15236 \begin_layout Standard
15237 \begin_inset ERT
15238 status collapsed
15239
15240 \begin_layout Plain Layout
15241
15242
15243 \backslash
15244 let
15245 \backslash
15246 myHlineC
15247 \backslash
15248 hline
15249 \end_layout
15250
15251 \begin_layout Plain Layout
15252
15253
15254 \backslash
15255 renewcommand{
15256 \backslash
15257 hline}
15258 \end_layout
15259
15260 \begin_layout Plain Layout
15261
15262  {
15263 \backslash
15264 arrayrulecolor{red}
15265 \backslash
15266 myHlineC
15267 \backslash
15268 arrayrulecolor{black}}
15269 \end_layout
15270
15271 \end_inset
15272
15273
15274 \begin_inset Float table
15275 placement h
15276 wide false
15277 sideways false
15278 status open
15279
15280 \begin_layout Plain Layout
15281 \begin_inset Caption
15282
15283 \begin_layout Plain Layout
15284 \begin_inset CommandInset label
15285 LatexCommand label
15286 name "tab:色付き横罫線の表"
15287
15288 \end_inset
15289
15290 色付き横罫線の表
15291 \end_layout
15292
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \begin_layout Plain Layout
15299 \align center
15300 \begin_inset Tabular
15301 <lyxtabular version="3" rows="3" columns="3">
15302 <features tabularvalignment="middle">
15303 <column alignment="center" valignment="top" width="0">
15304 <column alignment="center" valignment="top" width="0">
15305 <column alignment="center" valignment="top" width="0">
15306 <row>
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311 sd
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 sd
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 <row>
15365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 sd
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 </lyxtabular>
15394
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \begin_layout Standard
15406 既定値の黒罫線に戻るには、
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 renewcommand{
15415 \backslash
15416 hline}{
15417 \backslash
15418 myHlineC}
15419 \end_layout
15420
15421 \begin_layout Standard
15422 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15423 \begin_inset CommandInset ref
15424 LatexCommand ref
15425 reference "tab:色付き罫線の表"
15426
15427 \end_inset
15428
15429 は、縦横罫線を色付けした例です。
15430 \end_layout
15431
15432 \begin_layout Standard
15433 \begin_inset Float table
15434 placement h
15435 wide false
15436 sideways false
15437 status open
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Caption
15441
15442 \begin_layout Plain Layout
15443 \begin_inset CommandInset label
15444 LatexCommand label
15445 name "tab:色付き罫線の表"
15446
15447 \end_inset
15448
15449 色付き罫線の表
15450 \end_layout
15451
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \begin_layout Plain Layout
15458 \align center
15459 \begin_inset Tabular
15460 <lyxtabular version="3" rows="3" columns="3">
15461 <features tabularvalignment="middle">
15462 <column alignment="center" valignment="top" width="0" special="Wc">
15463 <column alignment="center" valignment="top" width="0" special="Wc">
15464 <column alignment="center" valignment="top" width="0" special="WcW">
15465 <row>
15466 <cell alignment="center" valignment="top" topline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 sd
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" topline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 <row>
15495 <cell alignment="center" valignment="top" topline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 sd
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row topspace="default">
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 sd
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 </lyxtabular>
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 \begin_inset ERT
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569
15570
15571 \backslash
15572 renewcommand{
15573 \backslash
15574 hline}{
15575 \backslash
15576 myHlineC}
15577 \end_layout
15578
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \begin_layout Standard
15585 \begin_inset ERT
15586 status collapsed
15587
15588 \begin_layout Plain Layout
15589
15590
15591 \backslash
15592 setlength{
15593 \backslash
15594 arrayrulewidth}{0.4pt}
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Section
15603 表の調整
15604 \begin_inset Index idx
15605 status collapsed
15606
15607 \begin_layout Plain Layout
15608 ひょうのちょうせい@表の調整
15609 \end_layout
15610
15611 \end_inset
15612
15613
15614 \begin_inset Index idx
15615 status collapsed
15616
15617 \begin_layout Plain Layout
15618 ひょう@表 ! ちょうせい@調整
15619 \end_layout
15620
15621 \end_inset
15622
15623
15624 \end_layout
15625
15626 \begin_layout Subsection
15627 行の余白取り
15628 \begin_inset CommandInset label
15629 LatexCommand label
15630 name "sub:行の余白取り"
15631
15632 \end_inset
15633
15634
15635 \begin_inset Index idx
15636 status collapsed
15637
15638 \begin_layout Plain Layout
15639 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Standard
15648 表の設定ダイアログの
15649 \family sans
15650 罫線
15651 \family default
15652 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15653 \end_layout
15654
15655 \begin_layout Description
15656 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15657 \begin_inset Foot
15658 status collapsed
15659
15660 \begin_layout Plain Layout
15661 フォーマル形式の表は第
15662 \begin_inset CommandInset ref
15663 LatexCommand ref
15664 reference "sec:フォーマル形式の表"
15665
15666 \end_inset
15667
15668 節で説明されています。
15669 \end_layout
15670
15671 \end_inset
15672
15673 ならば、LyXは既定値として0.5
15674 \begin_inset space \thinspace{}
15675 \end_inset
15676
15677 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15678 \begin_inset VSpace medskip
15679 \end_inset
15680
15681
15682 \begin_inset Newline newline
15683 \end_inset
15684
15685
15686 \begin_inset space \hspace*{}
15687 \length 0pt
15688 \end_inset
15689
15690
15691 \begin_inset space \hfill{}
15692 \end_inset
15693
15694
15695 \begin_inset Tabular
15696 <lyxtabular version="3" rows="3" columns="1">
15697 <features tabularvalignment="middle">
15698 <column alignment="center" valignment="top" width="0">
15699 <row>
15700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row topspace="3mm">
15711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 行上に3
15716 \begin_inset space \thinspace{}
15717 \end_inset
15718
15719 mmの余白
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 </row>
15736 </lyxtabular>
15737
15738 \end_inset
15739
15740
15741 \begin_inset space \hfill{}
15742 \end_inset
15743
15744
15745 \begin_inset space \hspace*{}
15746 \length 0pt
15747 \end_inset
15748
15749
15750 \begin_inset VSpace medskip
15751 \end_inset
15752
15753
15754 \begin_inset Newline newline
15755 \end_inset
15756
15757 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15758 \end_layout
15759
15760 \begin_layout Description
15761 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15762 \begin_inset space \thinspace{}
15763 \end_inset
15764
15765 emの余白を挿入し、通常の表ならば既定値として2
15766 \begin_inset space \thinspace{}
15767 \end_inset
15768
15769 ptを挿入します。
15770 \end_layout
15771
15772 \begin_layout Description
15773 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15774 \begin_inset space \thinspace{}
15775 \end_inset
15776
15777 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15778 \begin_inset VSpace medskip
15779 \end_inset
15780
15781
15782 \begin_inset Newline newline
15783 \end_inset
15784
15785
15786 \begin_inset space \hspace*{}
15787 \length 0pt
15788 \end_inset
15789
15790
15791 \begin_inset space \hfill{}
15792 \end_inset
15793
15794
15795 \begin_inset Tabular
15796 <lyxtabular version="3" rows="3" columns="1">
15797 <features tabularvalignment="middle">
15798 <column alignment="center" valignment="top" width="0">
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row interlinespace="3mm">
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815 \begin_inset Formula $\downarrow$
15816 \end_inset
15817
15818  行間に3
15819 \begin_inset space \thinspace{}
15820 \end_inset
15821
15822 mmの余白 
15823 \begin_inset Formula $\downarrow$
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 <row>
15833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837 \begin_inset Formula $\uparrow$
15838 \end_inset
15839
15840  行間に3
15841 \begin_inset space \thinspace{}
15842 \end_inset
15843
15844 mmの余白 
15845 \begin_inset Formula $\uparrow$
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 </row>
15854 </lyxtabular>
15855
15856 \end_inset
15857
15858
15859 \begin_inset space \hfill{}
15860 \end_inset
15861
15862
15863 \begin_inset space \hspace*{}
15864 \length 0pt
15865 \end_inset
15866
15867
15868 \begin_inset VSpace medskip
15869 \end_inset
15870
15871
15872 \begin_inset Newline newline
15873 \end_inset
15874
15875 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15876 \end_layout
15877
15878 \begin_layout Standard
15879 \begin_inset VSpace bigskip
15880 \end_inset
15881
15882 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15883 \end_layout
15884
15885 \begin_layout Standard
15886
15887 \series bold
15888
15889 \backslash
15890 @ifundefined{extrarowheight}
15891 \begin_inset Newline newline
15892 \end_inset
15893
15894
15895 \begin_inset Phantom HPhantom
15896 status open
15897
15898 \begin_layout Plain Layout
15899 \begin_inset space ~
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \end_inset
15906
15907 {
15908 \backslash
15909 usepackage{array}}{}
15910 \begin_inset Newline newline
15911 \end_inset
15912
15913
15914 \backslash
15915 setlength{
15916 \backslash
15917 extrarowheight}{height}
15918 \end_layout
15919
15920 \begin_layout Standard
15921 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15922 \series bold
15923 array
15924 \series default
15925 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15926 \series bold
15927
15928 \backslash
15929 @ifundefined
15930 \series default
15931 が使用されています)。
15932 \end_layout
15933
15934 \begin_layout Standard
15935 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15936 \series bold
15937
15938 \backslash
15939 strut
15940 \series default
15941 コマンドを挿入することで補正することができます。表
15942 \begin_inset CommandInset ref
15943 LatexCommand ref
15944 reference "tab:垂直揃え"
15945
15946 \end_inset
15947
15948 は、この効果を示したものです。
15949 \end_layout
15950
15951 \begin_layout Standard
15952 \noindent
15953 \begin_inset Float table
15954 placement h
15955 wide false
15956 sideways false
15957 status open
15958
15959 \begin_layout Plain Layout
15960 \begin_inset Caption
15961
15962 \begin_layout Plain Layout
15963 \begin_inset CommandInset label
15964 LatexCommand label
15965 name "tab:垂直揃え"
15966
15967 \end_inset
15968
15969 大きなフォント寸法の文章の垂直揃え
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \begin_layout Plain Layout
15978 \begin_inset space \hfill{}
15979 \end_inset
15980
15981
15982 \begin_inset Float table
15983 wide false
15984 sideways false
15985 status open
15986
15987 \begin_layout Plain Layout
15988 \begin_inset Caption
15989
15990 \begin_layout Plain Layout
15991 通常の表
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Plain Layout
16000 \noindent
16001 \align center
16002 \begin_inset Tabular
16003 <lyxtabular version="3" rows="6" columns="1">
16004 <features tabularvalignment="middle">
16005 <column alignment="left" valignment="top" width="0">
16006 <row>
16007 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 Normal, g
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 </row>
16017 <row>
16018 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022
16023 \size large
16024 Large
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 <row>
16031 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035
16036 \size larger
16037 Larger
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 <row>
16044 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048
16049 \size largest
16050 Largest
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061
16062 \size huge
16063 Huge
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 <row>
16070 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \size giant
16076 Huger
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 </lyxtabular>
16083
16084 \end_inset
16085
16086
16087 \end_layout
16088
16089 \end_inset
16090
16091
16092 \begin_inset space \hfill{}
16093 \end_inset
16094
16095
16096 \begin_inset Float table
16097 wide false
16098 sideways false
16099 status open
16100
16101 \begin_layout Plain Layout
16102 \begin_inset Caption
16103
16104 \begin_layout Plain Layout
16105
16106 \series bold
16107
16108 \backslash
16109 strut
16110 \series default
16111 コマンドを使用した表
16112 \end_layout
16113
16114 \end_inset
16115
16116
16117 \end_layout
16118
16119 \begin_layout Plain Layout
16120 \noindent
16121 \align center
16122 \begin_inset Tabular
16123 <lyxtabular version="3" rows="6" columns="1">
16124 <features tabularvalignment="middle">
16125 <column alignment="left" valignment="top" width="0">
16126 <row>
16127 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 Normal, g
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row>
16138 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \size large
16144 \begin_inset ERT
16145 status collapsed
16146
16147 \begin_layout Plain Layout
16148
16149
16150 \backslash
16151 strut 
16152 \end_layout
16153
16154 \end_inset
16155
16156 Large
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167
16168 \size larger
16169 \begin_inset ERT
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173
16174
16175 \backslash
16176 strut 
16177 \end_layout
16178
16179 \end_inset
16180
16181 Larger
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row>
16188 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \size largest
16194 \begin_inset ERT
16195 status collapsed
16196
16197 \begin_layout Plain Layout
16198
16199
16200 \backslash
16201 strut 
16202 \end_layout
16203
16204 \end_inset
16205
16206 Largest
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 <row>
16213 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \size huge
16219 \begin_inset ERT
16220 status collapsed
16221
16222 \begin_layout Plain Layout
16223
16224
16225 \backslash
16226 strut 
16227 \end_layout
16228
16229 \end_inset
16230
16231 Huge
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \size giant
16244 \begin_inset ERT
16245 status collapsed
16246
16247 \begin_layout Plain Layout
16248
16249
16250 \backslash
16251 strut 
16252 \end_layout
16253
16254 \end_inset
16255
16256 Huger
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 </row>
16262 </lyxtabular>
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \begin_inset space \hfill{}
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \begin_layout Subsection
16284 特殊なセル揃え
16285 \begin_inset CommandInset label
16286 LatexCommand label
16287 name "sub:特殊なセル揃え"
16288
16289 \end_inset
16290
16291
16292 \begin_inset Index idx
16293 status collapsed
16294
16295 \begin_layout Plain Layout
16296 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16297 \end_layout
16298
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \begin_layout Standard
16305 ときには表
16306 \begin_inset CommandInset ref
16307 LatexCommand ref
16308 reference "tab:表セル"
16309
16310 \end_inset
16311
16312 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16313 \begin_inset Graphics
16314         filename ../../images/tabular-feature_align-decimal.png
16315         scale 85
16316         scaleBeforeRotation
16317
16318 \end_inset
16319
16320 を押すか、表設定中で揃えを
16321 \family sans
16322 小数点で
16323 \family default
16324 に設定します。
16325 \end_layout
16326
16327 \begin_layout Standard
16328 \begin_inset Float table
16329 placement h
16330 wide false
16331 sideways false
16332 status open
16333
16334 \begin_layout Plain Layout
16335 \begin_inset Caption
16336
16337 \begin_layout Plain Layout
16338 \begin_inset CommandInset label
16339 LatexCommand label
16340 name "tab:表セル"
16341
16342 \end_inset
16343
16344 一列が小数点で揃えられた表セル
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \begin_layout Plain Layout
16353 \align center
16354 \begin_inset Tabular
16355 <lyxtabular version="3" rows="4" columns="1">
16356 <features booktabs="true" tabularvalignment="middle">
16357 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16358 <row>
16359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 見出し
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 12.6
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 <row>
16381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 0.68
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 <row>
16392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 -123.0
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 </row>
16402 </lyxtabular>
16403
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \begin_layout Standard
16415 \begin_inset Float table
16416 placement h
16417 wide false
16418 sideways false
16419 status open
16420
16421 \begin_layout Plain Layout
16422 \begin_inset Caption
16423
16424 \begin_layout Plain Layout
16425 \begin_inset CommandInset label
16426 LatexCommand label
16427 name "tab:演算子揃え表"
16428
16429 \end_inset
16430
16431 一列が演算子で揃えられた表セル
16432 \end_layout
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Plain Layout
16440 \align center
16441 \begin_inset Tabular
16442 <lyxtabular version="3" rows="4" columns="2">
16443 <features booktabs="true" tabularvalignment="middle">
16444 <column alignment="right" valignment="top" width="0pt">
16445 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16446 <row>
16447 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 見出し
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 \begin_inset Formula $12\,+$
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 \begin_inset Formula $\,6$
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $0\,-$
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 \begin_inset Formula $\,68$
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 </row>
16518 <row>
16519 <cell alignment="center" valignment="top" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 \begin_inset Formula $-123\,/$
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 \begin_inset Formula $\,0$
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 </lyxtabular>
16545
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \begin_layout Standard
16557 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16558 \begin_inset CommandInset ref
16559 LatexCommand ref
16560 reference "tab:演算子揃え表"
16561
16562 \end_inset
16563
16564 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16565 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16566 ために、
16567 \end_layout
16568
16569 \begin_layout Standard
16570
16571 \series bold
16572 @{}l
16573 \end_layout
16574
16575 \begin_layout Standard
16576 というLaTeX引数を第2列に指定します。
16577 \end_layout
16578
16579 \begin_layout Standard
16580
16581 \begin_inset CommandInset ref
16582 LatexCommand ref
16583 reference "tab:表セル揃え"
16584
16585 \end_inset
16586
16587 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16588 \begin_inset CommandInset ref
16589 LatexCommand ref
16590 reference "tab:演算子揃え表"
16591
16592 \end_inset
16593
16594 の冒頭には、小空白が加えられています。
16595 \end_layout
16596
16597 \begin_layout Standard
16598 \begin_inset Float table
16599 wide false
16600 sideways false
16601 status open
16602
16603 \begin_layout Plain Layout
16604 \begin_inset Caption
16605
16606 \begin_layout Plain Layout
16607 \begin_inset CommandInset label
16608 LatexCommand label
16609 name "tab:表セル揃え"
16610
16611 \end_inset
16612
16613 表セルの揃えの例
16614 \end_layout
16615
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \begin_layout Plain Layout
16622 \align center
16623 \begin_inset Tabular
16624 <lyxtabular version="3" rows="4" columns="6">
16625 <features tabularvalignment="middle">
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 <column alignment="right" valignment="top" width="0">
16631 <column alignment="left" valignment="top" width="0" special="@{}l">
16632 <row>
16633 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 単位
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 冪数
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 関係子
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 12×
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 24本の瓶
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 \begin_inset Formula $10\cdot$
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 \begin_inset Formula $10^{\mbox{-}17}$
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $\Gamma(t)\propto$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $\:\Upsilon(t)$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 1024×
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 768ピクセル
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $5.78\cdot$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $10^{7}$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Formula $A\ne$
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 \begin_inset Formula $\: B_{\mathrm{red}}$
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 32×
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 6
16839 \begin_inset space \thinspace{}
16840 \end_inset
16841
16842 cm
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="center" valignment="top" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 -
16852 \begin_inset Formula $33.5\cdot$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $10^{4}$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Formula $\sin(\alpha)\ge$
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 \begin_inset Formula $\:\sin(\beta)$
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 </row>
16897 </lyxtabular>
16898
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905
16906
16907 \end_layout
16908
16909 \begin_layout Subsection
16910 自製のセル書式および列書式
16911 \begin_inset CommandInset label
16912 LatexCommand label
16913 name "sub:自製書式"
16914
16915 \end_inset
16916
16917
16918 \begin_inset Index idx
16919 status collapsed
16920
16921 \begin_layout Plain Layout
16922 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Standard
16931 連結列セルを含む表がいくつもある場合には、第
16932 \begin_inset CommandInset ref
16933 LatexCommand ref
16934 reference "sub:連結列の計算"
16935
16936 \end_inset
16937
16938 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16939 べての表で使うことができます。書式は、以下のように定義します。
16940 \end_layout
16941
16942 \begin_layout Standard
16943
16944 \series bold
16945
16946 \backslash
16947 newcolumntype{書式名}[引数の数]{コマンド}
16948 \end_layout
16949
16950 \begin_layout Standard
16951 書式名は、一文字だけでも構いません。
16952 \emph on
16953 b
16954 \emph default
16955
16956 \emph on
16957 c
16958 \emph default
16959
16960 \emph on
16961 l
16962 \emph default
16963
16964 \emph on
16965 m
16966 \emph default
16967
16968 \emph on
16969 p
16970 \emph default
16971
16972 \emph on
16973 r
16974 \emph default
16975 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16976 \end_layout
16977
16978 \begin_layout Standard
16979 \begin_inset VSpace medskip
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \begin_layout Standard
16986 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16987 \end_layout
16988
16989 \begin_layout Standard
16990
16991 \series bold
16992
16993 \backslash
16994 newcolumntype{M}[1]{>{
16995 \backslash
16996 centering
16997 \backslash
16998 hspace{0pt}}m{#1}}
16999 \end_layout
17000
17001 \begin_layout Standard
17002 ここで
17003 \series bold
17004
17005 \backslash
17006 hspace{0pt}
17007 \series default
17008 は、第
17009 \begin_inset CommandInset ref
17010 LatexCommand ref
17011 reference "sub:複数行"
17012
17013 \end_inset
17014
17015 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
17016 \end_layout
17017
17018 \begin_layout Standard
17019
17020 \series bold
17021 M{width}
17022 \end_layout
17023
17024 \begin_layout Standard
17025 と入力するだけですみます。
17026 \end_layout
17027
17028 \begin_layout Standard
17029 \begin_inset VSpace bigskip
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \begin_layout Standard
17036 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
17037 \end_layout
17038
17039 \begin_layout Standard
17040
17041 \series bold
17042
17043 \backslash
17044 newcolumntype{S}[2]{>{
17045 \backslash
17046 centering
17047 \backslash
17048 hspace{0pt}}
17049 \begin_inset Newline newline
17050 \end_inset
17051
17052
17053 \begin_inset Phantom HPhantom
17054 status open
17055
17056 \begin_layout Plain Layout
17057
17058 \series bold
17059
17060 \backslash
17061 newcolumntype
17062 \end_layout
17063
17064 \end_inset
17065
17066 m{(#1+(2
17067 \backslash
17068 tabcolsep+
17069 \backslash
17070 arrayrulewidth)*(1-#2))/#2}}
17071 \end_layout
17072
17073 \begin_layout Standard
17074 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
17075 \begin_inset CommandInset ref
17076 LatexCommand eqref
17077 reference "eq:Wgn"
17078
17079 \end_inset
17080
17081 式を使用しています。
17082 \end_layout
17083
17084 \begin_layout Standard
17085 こうしておけば、当該セルのLaTeX引数に
17086 \end_layout
17087
17088 \begin_layout Standard
17089
17090 \series bold
17091 S{連結列セルの幅}{連結列セルがまたがる列の数}
17092 \end_layout
17093
17094 \begin_layout Standard
17095 と入力するだけですみます。
17096 \end_layout
17097
17098 \begin_layout Standard
17099 \begin_inset VSpace bigskip
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \begin_layout Standard
17106 色付き列については、以下のように定義するとよいでしょう。
17107 \end_layout
17108
17109 \begin_layout Standard
17110
17111 \series bold
17112
17113 \backslash
17114 newcolumntype{K}[1]{>{
17115 \backslash
17116 columncolor{#1}
17117 \backslash
17118 hspace{0pt}}c}
17119 \end_layout
17120
17121 \begin_layout Standard
17122 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
17123 \end_layout
17124
17125 \begin_layout Standard
17126
17127 \series bold
17128 K{色名}
17129 \end_layout
17130
17131 \begin_layout Standard
17132 と入力します。
17133 \end_layout
17134
17135 \begin_layout Standard
17136 \begin_inset VSpace bigskip
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143
17144 \begin_inset CommandInset ref
17145 LatexCommand ref
17146 reference "tab:ユーザー定義の表書式"
17147
17148 \end_inset
17149
17150 を生成するには、第1列と連結列にLaTeX引数として
17151 \end_layout
17152
17153 \begin_layout Standard
17154
17155 \series bold
17156 M{2.5cm}
17157 \end_layout
17158
17159 \begin_layout Standard
17160 を指定し、最終列に
17161 \end_layout
17162
17163 \begin_layout Standard
17164
17165 \series bold
17166 K{red}
17167 \end_layout
17168
17169 \begin_layout Standard
17170 そして第2列の各セルに
17171 \end_layout
17172
17173 \begin_layout Standard
17174
17175 \series bold
17176 S{2.5cm}{2}
17177 \end_layout
17178
17179 \begin_layout Standard
17180 と指定します。
17181 \end_layout
17182
17183 \begin_layout Standard
17184 \begin_inset Float table
17185 placement h
17186 wide false
17187 sideways false
17188 status open
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Caption
17192
17193 \begin_layout Plain Layout
17194 \begin_inset CommandInset label
17195 LatexCommand label
17196 name "tab:ユーザー定義の表書式"
17197
17198 \end_inset
17199
17200 ユーザー定義の表書式を使用した表
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \begin_layout Plain Layout
17209 \align center
17210 \begin_inset Tabular
17211 <lyxtabular version="3" rows="3" columns="4">
17212 <features tabularvalignment="middle">
17213 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17214 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17215 <column alignment="center" valignment="middle" width="0">
17216 <column alignment="center" valignment="middle" width="0" special="K{red}">
17217 <row>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 とても長い表セル中の単語
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 複数行の連結列
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 c
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 d
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 e
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 f
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 g
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 h
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 i
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 j
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 k
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 </lyxtabular>
17332
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \begin_layout Subsection
17344 罫線幅
17345 \begin_inset CommandInset label
17346 LatexCommand label
17347 name "sub:罫線幅"
17348
17349 \end_inset
17350
17351
17352 \begin_inset Index idx
17353 status collapsed
17354
17355 \begin_layout Plain Layout
17356 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17357 \end_layout
17358
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \begin_layout Standard
17365 表中のすべての罫線の罫線幅を調整するには、長さ
17366 \series bold
17367
17368 \backslash
17369 arrayrulewidth
17370 \series default
17371 を使用します。たとえば、表
17372 \begin_inset CommandInset ref
17373 LatexCommand ref
17374 reference "tab:Table-with-1.5"
17375
17376 \end_inset
17377
17378 のように罫線幅を1.5
17379 \begin_inset space \thinspace{}
17380 \end_inset
17381
17382 ptにするには、表や表フロートの前にTeXコードで
17383 \end_layout
17384
17385 \begin_layout Standard
17386
17387 \series bold
17388
17389 \backslash
17390 setlength{
17391 \backslash
17392 arrayrulewidth}{1.5pt}
17393 \end_layout
17394
17395 \begin_layout Standard
17396 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17397 \series bold
17398
17399 \backslash
17400 arrayrulewidth
17401 \series default
17402 を0.4
17403 \begin_inset space \thinspace{}
17404 \end_inset
17405
17406 ptに設定してください。
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset ERT
17411 status collapsed
17412
17413 \begin_layout Plain Layout
17414
17415
17416 \backslash
17417 setlength{
17418 \backslash
17419 arrayrulewidth}{1.5pt}
17420 \end_layout
17421
17422 \end_inset
17423
17424
17425 \begin_inset Float table
17426 wide false
17427 sideways false
17428 status open
17429
17430 \begin_layout Plain Layout
17431 \begin_inset Caption
17432
17433 \begin_layout Plain Layout
17434 \begin_inset CommandInset label
17435 LatexCommand label
17436 name "tab:Table-with-1.5"
17437
17438 \end_inset
17439
17440 1.5
17441 \begin_inset space \thinspace{}
17442 \end_inset
17443
17444 pt幅罫線の表
17445 \end_layout
17446
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \begin_layout Plain Layout
17453 \align center
17454 \begin_inset Tabular
17455 <lyxtabular version="3" rows="3" columns="3">
17456 <features tabularvalignment="middle">
17457 <column alignment="center" valignment="top" width="0">
17458 <column alignment="center" valignment="top" width="0">
17459 <column alignment="center" valignment="top" width="0">
17460 <row>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 sd
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 sd
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 </row>
17518 <row>
17519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 sd
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 </lyxtabular>
17548
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \end_inset
17555
17556
17557 \begin_inset ERT
17558 status collapsed
17559
17560 \begin_layout Plain Layout
17561
17562
17563 \backslash
17564 setlength{
17565 \backslash
17566 arrayrulewidth}{0.4pt}
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \begin_layout Standard
17575 \begin_inset VSpace bigskip
17576 \end_inset
17577
17578
17579 \begin_inset CommandInset ref
17580 LatexCommand ref
17581 reference "tab:1.5pt幅横罫"
17582
17583 \end_inset
17584
17585 のように横罫だけを1.5
17586 \begin_inset space \thinspace{}
17587 \end_inset
17588
17589 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17590 \end_layout
17591
17592 \begin_layout Standard
17593
17594 \series bold
17595
17596 \backslash
17597 let
17598 \backslash
17599 myHline
17600 \backslash
17601 hline
17602 \begin_inset Newline newline
17603 \end_inset
17604
17605
17606 \backslash
17607 renewcommand{
17608 \backslash
17609 hline}
17610 \begin_inset Newline newline
17611 \end_inset
17612
17613  {
17614 \backslash
17615 noalign{
17616 \backslash
17617 global
17618 \backslash
17619 arrayrulewidth 1.5pt}
17620 \begin_inset Newline newline
17621 \end_inset
17622
17623  
17624 \backslash
17625 myHline
17626 \backslash
17627 noalign{
17628 \backslash
17629 global
17630 \backslash
17631 arrayrulewidth 0.4pt}}
17632 \end_layout
17633
17634 \begin_layout Standard
17635 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17636 \end_layout
17637
17638 \begin_layout Standard
17639
17640 \series bold
17641
17642 \backslash
17643 renewcommand{
17644 \backslash
17645 hline}{
17646 \backslash
17647 myHline}
17648 \end_layout
17649
17650 \begin_layout Standard
17651 \begin_inset ERT
17652 status collapsed
17653
17654 \begin_layout Plain Layout
17655
17656
17657 \backslash
17658 let
17659 \backslash
17660 myHline
17661 \backslash
17662 hline
17663 \end_layout
17664
17665 \begin_layout Plain Layout
17666
17667
17668 \backslash
17669 renewcommand{
17670 \backslash
17671 hline}
17672 \end_layout
17673
17674 \begin_layout Plain Layout
17675
17676  {
17677 \backslash
17678 noalign{
17679 \backslash
17680 global
17681 \backslash
17682 arrayrulewidth 1.5pt}
17683 \end_layout
17684
17685 \begin_layout Plain Layout
17686
17687   
17688 \backslash
17689 myHline
17690 \backslash
17691 noalign{
17692 \backslash
17693 global
17694 \backslash
17695 arrayrulewidth 0.4pt}}
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \begin_inset Float table
17702 wide false
17703 sideways false
17704 status open
17705
17706 \begin_layout Plain Layout
17707 \begin_inset Caption
17708
17709 \begin_layout Plain Layout
17710 \begin_inset CommandInset label
17711 LatexCommand label
17712 name "tab:1.5pt幅横罫"
17713
17714 \end_inset
17715
17716 1.5
17717 \begin_inset space \thinspace{}
17718 \end_inset
17719
17720 pt幅横罫の表
17721 \end_layout
17722
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \begin_layout Plain Layout
17729 \align center
17730 \begin_inset Tabular
17731 <lyxtabular version="3" rows="3" columns="3">
17732 <features tabularvalignment="middle">
17733 <column alignment="center" valignment="top" width="0">
17734 <column alignment="center" valignment="top" width="0">
17735 <column alignment="center" valignment="top" width="0">
17736 <row>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 sd
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 </row>
17765 <row>
17766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779 sd
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 </row>
17794 <row>
17795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17796 \begin_inset Text
17797
17798 \begin_layout Plain Layout
17799
17800 \end_layout
17801
17802 \end_inset
17803 </cell>
17804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17805 \begin_inset Text
17806
17807 \begin_layout Plain Layout
17808
17809 \end_layout
17810
17811 \end_inset
17812 </cell>
17813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817 sd
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 </row>
17823 </lyxtabular>
17824
17825 \end_inset
17826
17827
17828 \end_layout
17829
17830 \end_inset
17831
17832
17833 \begin_inset ERT
17834 status collapsed
17835
17836 \begin_layout Plain Layout
17837
17838
17839 \backslash
17840 renewcommand{
17841 \backslash
17842 hline}{
17843 \backslash
17844 myHline}
17845 \end_layout
17846
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \begin_inset VSpace bigskip
17854 \end_inset
17855
17856 縦罫だけを1.5
17857 \begin_inset space \thinspace{}
17858 \end_inset
17859
17860 pt幅にするには、第
17861 \begin_inset CommandInset ref
17862 LatexCommand ref
17863 reference "sub:自製書式"
17864
17865 \end_inset
17866
17867 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17868 \end_layout
17869
17870 \begin_layout Standard
17871
17872 \series bold
17873
17874 \backslash
17875 newcolumntype{V}{!{
17876 \backslash
17877 vrule width 1.5pt}}
17878 \end_layout
17879
17880 \begin_layout Standard
17881
17882 \begin_inset CommandInset ref
17883 LatexCommand ref
17884 reference "tab:1.5pt幅縦罫"
17885
17886 \end_inset
17887
17888 を作るには、最右列にLaTeX引数
17889 \end_layout
17890
17891 \begin_layout Standard
17892
17893 \series bold
17894 VcV
17895 \end_layout
17896
17897 \begin_layout Standard
17898 を指定し、他の列には
17899 \end_layout
17900
17901 \begin_layout Standard
17902
17903 \series bold
17904 Vc
17905 \end_layout
17906
17907 \begin_layout Standard
17908 を指定します。
17909 \end_layout
17910
17911 \begin_layout Standard
17912 \begin_inset Float table
17913 wide false
17914 sideways false
17915 status open
17916
17917 \begin_layout Plain Layout
17918 \begin_inset Caption
17919
17920 \begin_layout Plain Layout
17921 \begin_inset CommandInset label
17922 LatexCommand label
17923 name "tab:1.5pt幅縦罫"
17924
17925 \end_inset
17926
17927 1.5
17928 \begin_inset space \thinspace{}
17929 \end_inset
17930
17931 pt幅縦罫の表
17932 \end_layout
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Plain Layout
17940 \align center
17941 \begin_inset Tabular
17942 <lyxtabular version="3" rows="3" columns="3">
17943 <features tabularvalignment="middle">
17944 <column alignment="center" valignment="top" width="0" special="Vc">
17945 <column alignment="center" valignment="top" width="0" special="Vc">
17946 <column alignment="center" valignment="top" width="0" special="VcV">
17947 <row>
17948 <cell alignment="center" valignment="top" topline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 sd
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 <row>
17977 <cell alignment="center" valignment="top" topline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 sd
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 </row>
18005 <row>
18006 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 sd
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 </row>
18034 </lyxtabular>
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \begin_layout Subsection
18047 点罫
18048 \begin_inset Index idx
18049 status collapsed
18050
18051 \begin_layout Plain Layout
18052 ひょうのちょうせい@表の調整 ! てんけい@点罫
18053 \end_layout
18054
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \begin_layout Standard
18061 \begin_inset ERT
18062 status collapsed
18063
18064 \begin_layout Plain Layout
18065
18066
18067 \backslash
18068 ifarydshln
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \begin_inset Note Note
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 \begin_inset Float table
18088 placement H
18089 wide false
18090 sideways false
18091 status open
18092
18093 \begin_layout Plain Layout
18094 \begin_inset Caption
18095
18096 \begin_layout Plain Layout
18097 \begin_inset CommandInset label
18098 LatexCommand label
18099 name "tab:点罫表"
18100
18101 \end_inset
18102
18103 点罫を使用した表
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112 \align center
18113 \begin_inset Tabular
18114 <lyxtabular version="3" rows="5" columns="5">
18115 <features tabularvalignment="middle">
18116 <column alignment="center" valignment="top" width="0">
18117 <column alignment="center" valignment="top" width="0">
18118 <column alignment="center" valignment="top" width="0" special=":c">
18119 <column alignment="center" valignment="top" width="0">
18120 <column alignment="center" valignment="top" width="0">
18121 <row>
18122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 </row>
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 \begin_inset ERT
18221 status collapsed
18222
18223 \begin_layout Plain Layout
18224
18225
18226 \backslash
18227 hdashline 
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 </row>
18274 <row>
18275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 \begin_inset ERT
18280 status collapsed
18281
18282 \begin_layout Plain Layout
18283
18284
18285 \backslash
18286 cdashline{4-5}
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 <row>
18334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 </row>
18380 </lyxtabular>
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18394 \end_layout
18395
18396 \begin_layout Standard
18397
18398 \series bold
18399
18400 \backslash
18401 usepackage{arydshln}
18402 \end_layout
18403
18404 \begin_layout Standard
18405 というコマンドを書き、LaTeXパッケージの
18406 \series bold
18407 arydshln
18408 \series default
18409
18410 \begin_inset Index idx
18411 status collapsed
18412
18413 \begin_layout Plain Layout
18414 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18415 \end_layout
18416
18417 \end_inset
18418
18419 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18420 \end_layout
18421
18422 \begin_layout Standard
18423 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18424 \end_layout
18425
18426 \begin_layout Standard
18427
18428 \series bold
18429
18430 \backslash
18431 hdashline
18432 \end_layout
18433
18434 \begin_layout Standard
18435 というコマンドを加えてください。
18436 \end_layout
18437
18438 \begin_layout Standard
18439 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18440 \end_layout
18441
18442 \begin_layout Standard
18443
18444 \series bold
18445
18446 \backslash
18447 cdashline{列番号
18448 \series default
18449 }
18450 \end_layout
18451
18452 \begin_layout Standard
18453 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18454 \end_layout
18455
18456 \begin_layout Standard
18457
18458 \series bold
18459
18460 \backslash
18461 cdashline{2-4}
18462 \end_layout
18463
18464 \begin_layout Standard
18465 なるコマンドを置いてください。
18466 \end_layout
18467
18468 \begin_layout Standard
18469 \begin_inset VSpace bigskip
18470 \end_inset
18471
18472
18473 \end_layout
18474
18475 \begin_layout Standard
18476
18477 \begin_inset CommandInset ref
18478 LatexCommand ref
18479 reference "tab:点罫表"
18480
18481 \end_inset
18482
18483 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18484 \series bold
18485
18486 \backslash
18487 hdashlineが挿れられており、第3行の最初のセルには、
18488 \series default
18489 TeXコードのコマンド
18490 \begin_inset Newline newline
18491 \end_inset
18492
18493  
18494 \series bold
18495
18496 \backslash
18497 cdashline{4-5}が挿れられています。
18498 \end_layout
18499
18500 \begin_layout Standard
18501 \begin_inset Note Greyedout
18502 status open
18503
18504 \begin_layout Plain Layout
18505
18506 \series bold
18507 【註】
18508 \series default
18509 ここで用いられているLaTeXパッケージ
18510 \series bold
18511 arydshln
18512 \series default
18513 は、第
18514 \begin_inset CommandInset ref
18515 LatexCommand ref
18516 reference "sec:色付きの表"
18517
18518 \end_inset
18519
18520 節の色付き表で用いられているLaTeXパッケージ
18521 \series bold
18522 colortbl
18523 \series default
18524
18525 \begin_inset Index idx
18526 status collapsed
18527
18528 \begin_layout Plain Layout
18529 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18530 \end_layout
18531
18532 \end_inset
18533
18534 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Standard
18543 \begin_inset ERT
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547
18548
18549 \backslash
18550 else
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \begin_inset Note Note
18557 status open
18558
18559 \begin_layout Plain Layout
18560 以下は、LaTeXパッケージ
18561 \series bold
18562 arydshln
18563 \series default
18564 が導入済みでないときに表示されます。
18565 \end_layout
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \begin_layout Standard
18573 本節の内容を出力に表示するためには、
18574 \series bold
18575 arydshln
18576 \series default
18577 パッケージを導入しなくてはなりません。
18578 \end_layout
18579
18580 \begin_layout Standard
18581 \begin_inset ERT
18582 status collapsed
18583
18584 \begin_layout Plain Layout
18585
18586
18587 \backslash
18588 fi
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Chapter
18597 フロート
18598 \begin_inset CommandInset label
18599 LatexCommand label
18600 name "chap:フロート"
18601
18602 \end_inset
18603
18604
18605 \begin_inset Index idx
18606 status collapsed
18607
18608 \begin_layout Plain Layout
18609 ふろーと@フロート
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \begin_layout Section
18618 はじめに
18619 \begin_inset CommandInset label
18620 LatexCommand label
18621 name "sec:フロートはじめに"
18622
18623 \end_inset
18624
18625
18626 \begin_inset Index idx
18627 status collapsed
18628
18629 \begin_layout Plain Layout
18630 ふろーと@フロート ! はじめに
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \begin_layout Standard
18639 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18640 ート)ことができます。
18641 \family sans
18642 脚注
18643 \family default
18644
18645 \family sans
18646 傍注
18647 \family default
18648 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18649 \end_layout
18650
18651 \begin_layout Standard
18652 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18653 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18654 ートには連番が割り当てられます。参照については、第
18655 \begin_inset CommandInset ref
18656 LatexCommand ref
18657 reference "sec:フロートの参照"
18658
18659 \end_inset
18660
18661 節で述べられています。
18662 \end_layout
18663
18664 \begin_layout Standard
18665 フロートを挿入するには、
18666 \family sans
18667 挿入\SpecialChar \menuseparator
18668 フロート
18669 \family default
18670 メニューを使えば、ラベルのついたボックスすなわち
18671 \family sans
18672 キャプション
18673 \family default
18674 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18675 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18676 \begin_inset CommandInset ref
18677 LatexCommand ref
18678 reference "sec:キャプションの配置"
18679
18680 \end_inset
18681
18682 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18683 ます。畳んだフロートボックスは、
18684 \begin_inset Graphics
18685         filename clipart/floatQt4.png
18686         scale 70
18687         scaleBeforeRotation
18688
18689 \end_inset
18690
18691 のように、灰色ボタンに赤字ラベルで表示されます。
18692 \end_layout
18693
18694 \begin_layout Standard
18695 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18696 \end_layout
18697
18698 \begin_layout Standard
18699 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18700 \end_layout
18701
18702 \begin_layout Section
18703 フロート型
18704 \end_layout
18705
18706 \begin_layout Standard
18707 LyXには、第
18708 \begin_inset CommandInset ref
18709 LatexCommand ref
18710 reference "sec:図フロート"
18711
18712 \end_inset
18713
18714 節および第
18715 \begin_inset CommandInset ref
18716 LatexCommand ref
18717 reference "sec:表フロート"
18718
18719 \end_inset
18720
18721 節で各々説明されている図フロートと表フロート以外に、
18722 \family sans
18723 アルゴリズム型
18724 \series bold
18725
18726 \series default
18727 折返し型
18728 \family default
18729 のフロート型があります。 
18730 \lang english
18731 The latter are explained in sec.
18732 \lang japanese
18733
18734 \begin_inset space \thinspace{}
18735 \end_inset
18736
18737
18738 \begin_inset CommandInset ref
18739 LatexCommand ref
18740 reference "sec:折返しフロート"
18741
18742 \end_inset
18743
18744 .
18745 \end_layout
18746
18747 \begin_layout Subsection
18748 アルゴリズムフロート
18749 \begin_inset Index idx
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753 ふろーと@フロート ! あるごりずむ@アルゴリズム
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Standard
18762 \begin_inset Float algorithm
18763 placement h
18764 wide false
18765 sideways false
18766 status open
18767
18768 \begin_layout Plain Layout
18769 \begin_inset Caption
18770
18771 \begin_layout Plain Layout
18772 \begin_inset CommandInset label
18773 LatexCommand label
18774 name "alg:アルゴリズムフロートの例"
18775
18776 \end_inset
18777
18778 アルゴリズムフロートの例
18779 \end_layout
18780
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \begin_layout LyX-Code
18787 for I in 1..N loop
18788 \begin_inset Newline newline
18789 \end_inset
18790
18791  Sum:= Sum + A(I); /*comment*/
18792 \begin_inset Newline newline
18793 \end_inset
18794
18795 end loop
18796 \begin_inset VSpace -4mm
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \begin_layout Standard
18808 このフロート型は、
18809 \family sans
18810 挿入
18811 \shape up
18812 \SpecialChar \menuseparator
18813 フロート\SpecialChar \menuseparator
18814 アルゴリズム
18815 \family default
18816 \shape default
18817 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18818 \begin_inset CommandInset ref
18819 LatexCommand ref
18820 reference "cha:プログラムコードリスト"
18821
18822 \end_inset
18823
18824 章で説明されているプログラムコードリストの代わりとみなすことができます。
18825 \emph on
18826 LyXユーザーの手引き
18827 \emph default
18828 に述べられているように、アルゴリズム向けの環境としては、
18829 \family sans
18830 LyXコード
18831 \family default
18832 があります。 アルゴリズム
18833 \begin_inset CommandInset ref
18834 LatexCommand ref
18835 reference "alg:アルゴリズムフロートの例"
18836
18837 \end_inset
18838
18839 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18840 \begin_inset space \thinspace{}
18841 \end_inset
18842
18843 mmの垂直空白が入れてあります。
18844 \end_layout
18845
18846 \begin_layout Standard
18847 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18848 \end_layout
18849
18850 \begin_layout Standard
18851
18852 \series bold
18853
18854 \backslash
18855 floatname{algorithm}{付けたい名称}
18856 \end_layout
18857
18858 \begin_layout Standard
18859 という行を手動で加える必要があります。ここで
18860 \family sans
18861 \series bold
18862 付けたい名称
18863 \family default
18864 \series default
18865 には、お使いの言語で「
18866 \emph on
18867 algorithm
18868 \emph default
18869 」に対応する単語を指定します。
18870 \end_layout
18871
18872 \begin_layout Standard
18873 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18874 \family sans
18875 挿入\SpecialChar \menuseparator
18876 一覧/目次\SpecialChar \menuseparator
18877 アルゴリズム一覧
18878 \family default
18879 メニューを使用します。それ以外の場合には、代わりに
18880 \end_layout
18881
18882 \begin_layout Standard
18883
18884 \series bold
18885
18886 \backslash
18887 listof{algorithm}{付けたい名称}
18888 \end_layout
18889
18890 \begin_layout Standard
18891 というコマンドをTeXコードとして用います。ここで
18892 \family sans
18893 付けたい名称
18894 \family default
18895 とは、「
18896 \emph on
18897 List of Algorithm
18898 \emph default
18899 s」という単語に相当する、ご使用になりたい言語での単語です。
18900 \end_layout
18901
18902 \begin_layout Standard
18903 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18904 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18905 \end_layout
18906
18907 \begin_layout Standard
18908
18909 \series bold
18910
18911 \backslash
18912 numberwithin{algorithm}{chapter}
18913 \end_layout
18914
18915 \begin_layout Standard
18916 というコマンドを追加してください。
18917 \series bold
18918
18919 \backslash
18920 numberwithin
18921 \series default
18922 というコマンドを使用するには、文書設定の
18923 \family sans
18924 数式オプション
18925 \family default
18926 タブで
18927 \family sans
18928 AMS mathパッケージを使用する
18929 \family default
18930 オプションを有効にしてください。
18931 \end_layout
18932
18933 \begin_layout Section
18934 フロートの連番
18935 \begin_inset Index idx
18936 status collapsed
18937
18938 \begin_layout Plain Layout
18939 ふろーと@フロート ! れんばん@連番
18940 \end_layout
18941
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \begin_layout Standard
18948 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18949 て変わります。
18950 \end_layout
18951
18952 \begin_layout Standard
18953 節から独立して付けられている連番を変更するには、文書プリアンブルで
18954 \end_layout
18955
18956 \begin_layout Standard
18957
18958 \series bold
18959
18960 \backslash
18961 renewcommand{
18962 \backslash
18963 thetable}{
18964 \backslash
18965 roman{table}}
18966 \end_layout
18967
18968 \begin_layout Standard
18969
18970 \series bold
18971 というコマンドを使うと良いでしょう。
18972 \backslash
18973 thetable
18974 \series default
18975 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18976 \series bold
18977
18978 \backslash
18979 thefigure
18980 \series default
18981 コマンドを使用します。上のコマンドで使用されている
18982 \series bold
18983
18984 \backslash
18985 roman
18986 \series default
18987 は、表番号を小文字のローマ数字で印字するコマンドです。
18988 \end_layout
18989
18990 \begin_layout Standard
18991 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18992 \end_layout
18993
18994 \begin_layout Standard
18995
18996 \series bold
18997
18998 \backslash
18999 numberwithin{table}{subsection}
19000 \end_layout
19001
19002 \begin_layout Standard
19003 というコマンドを使用してください。
19004 \series bold
19005
19006 \backslash
19007 numberwithin
19008 \series default
19009 コマンドを使用可能にするためには、文書設定の
19010 \family sans
19011 数式オプション
19012 \family default
19013 タブで、
19014 \family sans
19015 AMS
19016 \begin_inset space ~
19017 \end_inset
19018
19019 math数式パッケージを使用する
19020 \family default
19021 を使用します。
19022 \end_layout
19023
19024 \begin_layout Standard
19025 連番コマンドについての詳細と大切な注意点については、第
19026 \begin_inset CommandInset ref
19027 LatexCommand ref
19028 reference "sub:脚注の付番"
19029
19030 \end_inset
19031
19032 節もご覧ください。
19033 \end_layout
19034
19035 \begin_layout Section
19036 フロートの参照
19037 \begin_inset CommandInset label
19038 LatexCommand label
19039 name "sec:フロートの参照"
19040
19041 \end_inset
19042
19043
19044 \begin_inset Index idx
19045 status collapsed
19046
19047 \begin_layout Plain Layout
19048 ふろーと@フロート ! さんしょう@参照
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \begin_inset Index idx
19055 status collapsed
19056
19057 \begin_layout Plain Layout
19058 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Standard
19067 フロートを参照するには、
19068 \family sans
19069 挿入\SpecialChar \menuseparator
19070 ラベル
19071 \family default
19072 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19073 \begin_inset Graphics
19074         filename ../clipart/labelQt4.png
19075         scale 85
19076         scaleBeforeRotation
19077
19078 \end_inset
19079
19080 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19081 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19082 \family sans
19083 fig:
19084 \family default
19085 」という前置句がつけられます。
19086 \end_layout
19087
19088 \begin_layout Standard
19089 ラベルは、参照のための名称兼位置標として用いられます。
19090 \family sans
19091 挿入\SpecialChar \menuseparator
19092 相互参照
19093 \family default
19094 メニューかツールバーボタン
19095 \begin_inset Graphics
19096         filename ../../images/dialog-show-new-inset_ref.png
19097         scale 85
19098         scaleBeforeRotation
19099
19100 \end_inset
19101
19102 を使えば、ラベルを参照することができます。
19103 \begin_inset Graphics
19104         filename clipart/referenceQt4.png
19105         scale 85
19106         scaleBeforeRotation
19107
19108 \end_inset
19109
19110 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19111 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19112 れます。
19113 \end_layout
19114
19115 \begin_layout Standard
19116 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19117 出力では、参照の代わりに二つの疑問符が表示されることになります。
19118 \end_layout
19119
19120 \begin_layout Standard
19121 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19122 で、リンクの更新に手間を割く必要はありません。
19123 \end_layout
19124
19125 \begin_layout Standard
19126 相互参照ウィンドウの
19127 \family sans
19128 ラベルへ移動
19129 \family default
19130 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19131 \family sans
19132 戻る
19133 \family default
19134 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19135 この場合には元に戻ることができません。
19136 \end_layout
19137
19138 \begin_layout Subsection
19139 相互参照の書式
19140 \begin_inset CommandInset label
19141 LatexCommand label
19142 name "sub:相互参照の書式"
19143
19144 \end_inset
19145
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 さんしょう@参照 ! しょしき@書式
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 相互参照には、以下の6種類があります。
19161 \end_layout
19162
19163 \begin_layout Description
19164 <参照>: これはフロート番号を表示します。これが既定値です。例:
19165 \begin_inset CommandInset ref
19166 LatexCommand ref
19167 reference "fig:歪められた二つの像"
19168
19169 \end_inset
19170
19171
19172 \end_layout
19173
19174 \begin_layout Description
19175 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19176 例:
19177 \begin_inset CommandInset ref
19178 LatexCommand eqref
19179 reference "eq:Wgn"
19180
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Description
19187 <参照ページ>: これはページ番号を表示します。例:Page
19188 \begin_inset space ~
19189 \end_inset
19190
19191
19192 \begin_inset CommandInset ref
19193 LatexCommand pageref
19194 reference "fig:歪められた二つの像"
19195
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \begin_layout Description
19202 on
19203 \begin_inset space ~
19204 \end_inset
19205
19206 page
19207 \begin_inset space ~
19208 \end_inset
19209
19210 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19211 \begin_inset CommandInset ref
19212 LatexCommand vpageref
19213 reference "fig:歪められた二つの像"
19214
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \begin_layout Description
19221 <参照>
19222 \begin_inset space ~
19223 \end_inset
19224
19225 on
19226 \begin_inset space ~
19227 \end_inset
19228
19229 page
19230 \begin_inset space ~
19231 \end_inset
19232
19233 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19234 \begin_inset CommandInset ref
19235 LatexCommand vref
19236 reference "fig:歪められた二つの像"
19237
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \begin_layout Description
19244 整形された参照: これは自製の相互参照書式で出力します。
19245 \begin_inset Newline newline
19246 \end_inset
19247
19248
19249 \begin_inset Note Greyedout
19250 status open
19251
19252 \begin_layout Plain Layout
19253 【註】この機能は、LaTeXパッケージ
19254 \series bold
19255 prettyref
19256 \series default
19257 または
19258 \series bold
19259 refstyle
19260 \series default
19261 が導入されている場合のみ使用することができます。
19262 \begin_inset Index idx
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19267 \end_layout
19268
19269 \end_inset
19270
19271
19272 \begin_inset Index idx
19273 status collapsed
19274
19275 \begin_layout Plain Layout
19276 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19277 \end_layout
19278
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \end_inset
19285
19286
19287 \begin_inset Newline newline
19288 \end_inset
19289
19290 メニュー
19291 \family sans
19292 文書\SpecialChar \menuseparator
19293 設定\SpecialChar \menuseparator
19294 文書クラス
19295 \family default
19296 でオプション
19297 \family sans
19298 相互参照に(prettyrefではなく)refstyleを使用
19299 \family default
19300 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19301 \series bold
19302
19303 \backslash
19304 newrefformat
19305 \series default
19306 コマンド(prettyrefの場合)あるいは
19307 \series bold
19308
19309 \backslash
19310 newref
19311 \series default
19312 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19313 \family sans
19314 fig
19315 \family default
19316 」を持ちます)をすべて定義し直すには、
19317 \begin_inset Newline newline
19318 \end_inset
19319
19320
19321 \series bold
19322
19323 \backslash
19324 newref{fig}{refcmd={Image on page 
19325 \backslash
19326 pageref{#1}}}
19327 \begin_inset Newline newline
19328 \end_inset
19329
19330
19331 \series default
19332 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19333 \begin_inset CommandInset citation
19334 LatexCommand cite
19335 key "prettyref,refstyle"
19336
19337 \end_inset
19338
19339 をご覧ください。
19340 \end_layout
19341
19342 \begin_layout Description
19343 名称参照: これは、右のように参照のキャプションを出力します。 
19344 \begin_inset CommandInset ref
19345 LatexCommand nameref
19346 reference "fig:歪められた二つの像"
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \begin_layout Standard
19354
19355 \family sans
19356 <参照ページ>
19357 \family default
19358 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19359 \family sans
19360 on this page
19361 \family default
19362 」のような文章が表示されます。様式
19363 \family sans
19364 <参照> on page <参照ページ>
19365 \family default
19366 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19367 \end_layout
19368
19369 \begin_layout Standard
19370 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19371 \family sans
19372 書式
19373 \family default
19374 フィールドで選ぶことができます。
19375 \end_layout
19376
19377 \begin_layout Standard
19378 \begin_inset Note Greyedout
19379 status open
19380
19381 \begin_layout Plain Layout
19382
19383 \series bold
19384 Note:
19385 \series default
19386  It is recommended to use the LaTeX-package 
19387 \series bold
19388 refstyle
19389 \series default
19390
19391 \begin_inset Index idx
19392 status collapsed
19393
19394 \begin_layout Plain Layout
19395 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19396 \end_layout
19397
19398 \end_inset
19399
19400  because 
19401 \series bold
19402 prettyref
19403 \series default
19404
19405 \begin_inset Index idx
19406 status collapsed
19407
19408 \begin_layout Plain Layout
19409 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19410 \end_layout
19411
19412 \end_inset
19413
19414  does not know all of LyX's possible label shortcuts
19415 \begin_inset Foot
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Quotes eld
19420 \end_inset
19421
19422 fig:
19423 \begin_inset Quotes erd
19424 \end_inset
19425
19426  is for example LyX's shortcut for labels in figure captions.
19427 \end_layout
19428
19429 \end_inset
19430
19431  and is not internationalized.
19432 \end_layout
19433
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \begin_layout Subsection
19440 参照名の自動命名
19441 \begin_inset Index idx
19442 status collapsed
19443
19444 \begin_layout Plain Layout
19445 さんしょう@参照 ! じどうめいめい@自動命名
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454
19455 \family sans
19456 文書設定
19457 \family default
19458 ダイアログの
19459 \family sans
19460 PDF特性
19461 \family default
19462 で有効にされた
19463 \series bold
19464 hyperref
19465 \series default
19466
19467 \begin_inset Index idx
19468 status collapsed
19469
19470 \begin_layout Plain Layout
19471 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19472 \end_layout
19473
19474 \end_inset
19475
19476  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19477 \emph on
19478
19479 \emph default
19480 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19481 の機能を使用するには、hyperrefを有効にして、
19482 \end_layout
19483
19484 \begin_layout Standard
19485
19486 \series bold
19487
19488 \backslash
19489 AtBeginDocument{
19490 \backslash
19491 renewcommand{
19492 \backslash
19493 ref}[1]{
19494 \backslash
19495 mbox{
19496 \backslash
19497 autoref{#1}}}}
19498 \end_layout
19499
19500 \begin_layout Standard
19501 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19502 \begin_inset space \thinspace{}
19503 \end_inset
19504
19505 」としたいなど、既定の参照名以外のものが欲しい場合には、
19506 \end_layout
19507
19508 \begin_layout Standard
19509
19510 \series bold
19511
19512 \backslash
19513 addto
19514 \backslash
19515 extrasenglish{
19516 \backslash
19517 renewcommand{
19518 \backslash
19519 sectionautorefname}
19520 \begin_inset Newline newline
19521 \end_inset
19522
19523
19524 \begin_inset Phantom HPhantom
19525 status open
19526
19527 \begin_layout Plain Layout
19528
19529 \series bold
19530 \begin_inset space ~
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \end_inset
19537
19538 {sec.
19539 \backslash
19540 negthinspace}}
19541 \end_layout
19542
19543 \begin_layout Standard
19544 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19545 \begin_inset Newline newline
19546 \end_inset
19547
19548
19549 \series bold
19550
19551 \backslash
19552 extrasenglishを
19553 \backslash
19554 extras***
19555 \series default
19556 に置き換えてください(***は使用中の言語名)。
19557 \end_layout
19558
19559 \begin_layout Standard
19560 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19561 \end_layout
19562
19563 \begin_layout Standard
19564
19565 \series bold
19566
19567 \backslash
19568 newlength{
19569 \backslash
19570 abc}
19571 \begin_inset Newline newline
19572 \end_inset
19573
19574
19575 \backslash
19576 settowidth{
19577 \backslash
19578 abc}{
19579 \backslash
19580 space}
19581 \begin_inset Newline newline
19582 \end_inset
19583
19584
19585 \backslash
19586 addto
19587 \backslash
19588 extrasenglish{
19589 \backslash
19590 renewcommand{
19591 \backslash
19592 equationautorefname}
19593 \begin_inset Newline newline
19594 \end_inset
19595
19596
19597 \begin_inset Phantom HPhantom
19598 status open
19599
19600 \begin_layout Plain Layout
19601
19602 \series bold
19603 \begin_inset space ~
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610
19611 {
19612 \backslash
19613 hspace{-
19614 \backslash
19615 abc}}
19616 \end_layout
19617
19618 \begin_layout Standard
19619 この話題に関する詳細は、hyperrefの説明書
19620 \begin_inset CommandInset citation
19621 LatexCommand cite
19622 key "hyperref"
19623
19624 \end_inset
19625
19626 をお読みください。
19627 \end_layout
19628
19629 \begin_layout Standard
19630 \begin_inset Note Greyedout
19631 status open
19632
19633 \begin_layout Plain Layout
19634
19635 \series bold
19636 【註】
19637 \series default
19638 参照の自動命名は、相互参照を
19639 \family sans
19640 整形参照
19641 \family default
19642 様式(第
19643 \begin_inset CommandInset ref
19644 LatexCommand ref
19645 reference "sub:相互参照の書式"
19646
19647 \end_inset
19648
19649 節)で使用しているときには、使用することができません。
19650 \end_layout
19651
19652 \end_inset
19653
19654
19655 \end_layout
19656
19657 \begin_layout Standard
19658 取扱説明書
19659 \emph on
19660 数式篇
19661 \emph default
19662 は、参照の自動命名が使用されている一例です。
19663 \end_layout
19664
19665 \begin_layout Subsection
19666 参照位置
19667 \begin_inset CommandInset label
19668 LatexCommand label
19669 name "sub:参照位置"
19670
19671 \end_inset
19672
19673
19674 \begin_inset Index idx
19675 status collapsed
19676
19677 \begin_layout Plain Layout
19678 さんしょう@参照 ! さんしょういち@参照位置
19679 \end_layout
19680
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \begin_layout Standard
19687
19688 \family sans
19689 文書設定
19690 \family default
19691 ダイアログの
19692 \family sans
19693 PDF特性
19694 \family default
19695 で、
19696 \series bold
19697 hyperref
19698 \series default
19699
19700 \begin_inset Index idx
19701 status collapsed
19702
19703 \begin_layout Plain Layout
19704 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19705 \end_layout
19706
19707 \end_inset
19708
19709 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19710 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19711 \series bold
19712 hyperref
19713 \series default
19714
19715 \begin_inset Index idx
19716 status collapsed
19717
19718 \begin_layout Plain Layout
19719 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19720 \end_layout
19721
19722 \end_inset
19723
19724 の一部である
19725 \series bold
19726 hyperref
19727 \series default
19728
19729 \begin_inset Index idx
19730 status collapsed
19731
19732 \begin_layout Plain Layout
19733 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19734 \end_layout
19735
19736 \end_inset
19737
19738 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19739 \end_layout
19740
19741 \begin_layout Standard
19742
19743 \series bold
19744
19745 \backslash
19746 usepackage[figure]{hypcap}
19747 \end_layout
19748
19749 \begin_layout Standard
19750 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19751 hypcapの説明書
19752 \begin_inset CommandInset citation
19753 LatexCommand cite
19754 key "hypcap"
19755
19756 \end_inset
19757
19758 をご覧ください。
19759 \end_layout
19760
19761 \begin_layout Standard
19762 \begin_inset Note Greyedout
19763 status open
19764
19765 \begin_layout Plain Layout
19766
19767 \series bold
19768 【註】hypcap
19769 \series default
19770 は内部図への参照には効力がありません。
19771 \end_layout
19772
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \begin_layout Section
19779 フロートの配置
19780 \begin_inset CommandInset label
19781 LatexCommand label
19782 name "sec:フロートの配置"
19783
19784 \end_inset
19785
19786
19787 \begin_inset Index idx
19788 status collapsed
19789
19790 \begin_layout Plain Layout
19791 ふろーと@フロート ! はいち@配置
19792 \end_layout
19793
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Standard
19800
19801 \family roman
19802 \series medium
19803 \shape up
19804 \size normal
19805 \emph off
19806 \bar no
19807 \noun off
19808 \color none
19809 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19810 \begin_inset Newline newline
19811 \end_inset
19812
19813
19814 \family sans
19815 \series default
19816 \shape default
19817 \size default
19818 \emph default
19819 \bar default
19820 \noun default
19821 \color inherit
19822 段をまたぐ
19823 \family roman
19824 \series medium
19825 \shape up
19826 \size normal
19827 \emph off
19828 \bar no
19829 \noun off
19830 \color none
19831 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19832 \begin_inset Newline newline
19833 \end_inset
19834
19835
19836 \family sans
19837 \series default
19838 \shape default
19839 \size default
19840 \emph default
19841 \bar default
19842 \noun default
19843 \color inherit
19844 横倒しに回転
19845 \family roman
19846 \series medium
19847 \shape up
19848 \size normal
19849 \emph off
19850 \bar no
19851 \noun off
19852 \color none
19853 オプションは、フロートを回転するのに用います。第
19854 \family default
19855 \series default
19856 \shape default
19857 \size default
19858 \emph default
19859 \bar default
19860 \noun default
19861 \color inherit
19862
19863 \begin_inset CommandInset ref
19864 LatexCommand ref
19865 reference "sec:回転フロート"
19866
19867 \end_inset
19868
19869
19870 \family roman
19871 \series medium
19872 \shape up
19873 \size normal
19874 \emph off
19875 \bar no
19876 \noun off
19877 \color none
19878 節をご参照ください。
19879 \end_layout
19880
19881 \begin_layout Standard
19882
19883 \family roman
19884 \series medium
19885 \shape up
19886 \size normal
19887 \emph off
19888 \bar no
19889 \noun off
19890 \color none
19891 フロートダイアログでは、
19892 \family sans
19893 \series default
19894 \shape default
19895 \size default
19896 \emph default
19897 \bar default
19898 \noun default
19899 \color inherit
19900 既定の配置を使う
19901 \family roman
19902 \series medium
19903 \shape up
19904 \size normal
19905 \emph off
19906 \bar no
19907 \noun off
19908 \color none
19909 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19910 \end_layout
19911
19912 \begin_layout Description
19913 可能ならば現在位置に: 
19914 \family roman
19915 \series medium
19916 \shape up
19917 \size normal
19918 \emph off
19919 \bar no
19920 \noun off
19921 \color none
19922 フロートを挿入位置に配置することを試みます
19923 \end_layout
19924
19925 \begin_layout Description
19926 ページ上部: 
19927 \family roman
19928 \series medium
19929 \shape up
19930 \size normal
19931 \emph off
19932 \bar no
19933 \noun off
19934 \color none
19935 フロートを現在ページの上部に配置することを試みます
19936 \end_layout
19937
19938 \begin_layout Description
19939 ページ下部: 
19940 \family roman
19941 \series medium
19942 \shape up
19943 \size normal
19944 \emph off
19945 \bar no
19946 \noun off
19947 \color none
19948 フロートを現在ページの下部に配置することを試みます
19949 \end_layout
19950
19951 \begin_layout Description
19952 フロートを独立したページに: 
19953 \family roman
19954 \series medium
19955 \shape up
19956 \size normal
19957 \emph off
19958 \bar no
19959 \noun off
19960 \color none
19961 フロートを独立したページに配置することを試みます
19962 \end_layout
19963
19964 \begin_layout Standard
19965 LaTeXは、
19966 \emph on
19967 つねに
19968 \emph default
19969 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19970 \family sans
19971 可能ならば現在位置に
19972 \family default
19973 を試み、次に
19974 \family sans
19975 ページの上部
19976 \family default
19977 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19978 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19979 \end_layout
19980
19981 \begin_layout Standard
19982 既定では、各オプションはそれぞれ以下の規則を持っています。
19983 \end_layout
19984
19985 \begin_layout Labeling
19986 \labelwidthstring 00.00.0000
19987
19988 \family sans
19989 ページ上部
19990 \family default
19991  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19992 \series bold
19993
19994 \backslash
19995 topfraction
19996 \series default
19997 )。
19998 \end_layout
19999
20000 \begin_layout Labeling
20001 \labelwidthstring 00.00.0000
20002
20003 \family sans
20004 ページ下部
20005 \family default
20006  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
20007 \series bold
20008
20009 \backslash
20010 bottomfraction
20011 \series default
20012 )。
20013 \end_layout
20014
20015 \begin_layout Labeling
20016 \labelwidthstring 00.00.0000
20017
20018 \family sans
20019 フロートを独立したページ 
20020 \family default
20021 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20022 \series bold
20023
20024 \backslash
20025 floatpagefraction
20026 \series default
20027 )。
20028 \end_layout
20029
20030 \begin_layout Standard
20031 これらの規則に従いたくないときは、
20032 \family sans
20033 LaTeXの規則を無視する
20034 \family default
20035 オプションを追加することによって、これらを無視することができます。
20036 \begin_inset Newline newline
20037 \end_inset
20038
20039 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20040 、ページの5割に変えるには、文書プリアンブルに
20041 \end_layout
20042
20043 \begin_layout Standard
20044
20045 \series bold
20046
20047 \backslash
20048 renewcommand{
20049 \backslash
20050 bottomfraction}{0.5}
20051 \end_layout
20052
20053 \begin_layout Standard
20054 という行を加えてください。
20055 \end_layout
20056
20057 \begin_layout Standard
20058 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20059 \family sans
20060 何としても現在位置に置く
20061 \family default
20062 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20063 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20064 からです。
20065 \end_layout
20066
20067 \begin_layout Standard
20068 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20069 \end_layout
20070
20071 \begin_layout Standard
20072 \begin_inset VSpace bigskip
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Standard
20079 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20080 することがあります。この問題を避けるには、LaTeXコマンドの
20081 \backslash
20082 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20083 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20084 \end_layout
20085
20086 \begin_layout Standard
20087
20088 \series bold
20089
20090 \backslash
20091 let
20092 \backslash
20093 mySection
20094 \backslash
20095 section
20096 \begin_inset Newline newline
20097 \end_inset
20098
20099
20100 \backslash
20101 renewcommand{
20102 \backslash
20103 section}{
20104 \backslash
20105 suppressfloats[t]
20106 \backslash
20107 mySection}
20108 \end_layout
20109
20110 \begin_layout Standard
20111 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20112 することがあるので、これらに対する定義はお勧めしません。
20113 \end_layout
20114
20115 \begin_layout Standard
20116 \begin_inset VSpace bigskip
20117 \end_inset
20118
20119 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20120 \series bold
20121 endfloat
20122 \series default
20123
20124 \begin_inset Index idx
20125 status collapsed
20126
20127 \begin_layout Plain Layout
20128 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20129 \end_layout
20130
20131 \end_inset
20132
20133 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20134 \begin_inset Quotes eld
20135 \end_inset
20136
20137
20138 \family sans
20139 [Figure
20140 \begin_inset space ~
20141 \end_inset
20142
20143 3.2 about here.]
20144 \family default
20145
20146 \begin_inset Quotes erd
20147 \end_inset
20148
20149 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20150 \end_layout
20151
20152 \begin_layout Standard
20153
20154 \series bold
20155
20156 \backslash
20157 usepackage[options]{endfloat}
20158 \end_layout
20159
20160 \begin_layout Standard
20161 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20162 \series bold
20163 endfloat
20164 \series default
20165 取扱説明書
20166 \begin_inset CommandInset citation
20167 LatexCommand cite
20168 key "endfloat"
20169
20170 \end_inset
20171
20172 をご参照ください。
20173 \begin_inset Newline newline
20174 \end_inset
20175
20176
20177 \begin_inset Note Greyedout
20178 status open
20179
20180 \begin_layout Plain Layout
20181
20182 \series bold
20183 【註】endfloat
20184 \series default
20185 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20186 \begin_inset CommandInset citation
20187 LatexCommand cite
20188 key "endfloat"
20189
20190 \end_inset
20191
20192 の第4節をご参照ください。
20193 \end_layout
20194
20195 \end_inset
20196
20197
20198 \begin_inset Newline newline
20199 \end_inset
20200
20201
20202 \begin_inset Note Greyedout
20203 status open
20204
20205 \begin_layout Plain Layout
20206
20207 \series bold
20208 【註】
20209 \series default
20210 現在のところ、
20211 \series bold
20212 endfloat
20213 \series default
20214 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20215 \series bold
20216
20217 \backslash
20218 ss
20219 \series default
20220 」コマンドを使用してください。
20221 \end_layout
20222
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \begin_layout Standard
20229 \begin_inset VSpace bigskip
20230 \end_inset
20231
20232 フロートの割付に関する詳細は、LaTeX関連書
20233 \begin_inset CommandInset citation
20234 LatexCommand cite
20235 key "latexcompanion,latexguide,latexbook"
20236
20237 \end_inset
20238
20239 をご覧ください。
20240 \end_layout
20241
20242 \begin_layout Section
20243 回転フロート
20244 \begin_inset CommandInset label
20245 LatexCommand label
20246 name "sec:回転フロート"
20247
20248 \end_inset
20249
20250
20251 \begin_inset Index idx
20252 status collapsed
20253
20254 \begin_layout Plain Layout
20255 ふろーと@フロート ! かいてん@回転
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \begin_layout Standard
20264 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20265 \family sans
20266 横倒しに回転
20267 \family default
20268 オプションを有効にします。
20269 \end_layout
20270
20271 \begin_layout Standard
20272 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20273 \family sans
20274 段をまたぐ
20275 \family default
20276 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20277 たって回転方向を強制したい場合には、文書クラスオプションに
20278 \series bold
20279 figuresleft
20280 \series default
20281 オプションあるいは
20282 \series bold
20283 figuresright
20284 \series default
20285 オプションを加えることができます。
20286 \end_layout
20287
20288 \begin_layout Standard
20289 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20290 \begin_inset CommandInset ref
20291 LatexCommand ref
20292 reference "tab:回転した表"
20293
20294 \end_inset
20295
20296 が回転表フロートの例です。
20297 \end_layout
20298
20299 \begin_layout Standard
20300 \begin_inset Note Greyedout
20301 status open
20302
20303 \begin_layout Plain Layout
20304
20305 \series bold
20306 【註】
20307 \series default
20308 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20309 \end_layout
20310
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \begin_layout Standard
20317 \begin_inset Float table
20318 wide false
20319 sideways true
20320 status open
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Caption
20324
20325 \begin_layout Plain Layout
20326 \begin_inset CommandInset label
20327 LatexCommand label
20328 name "tab:回転した表"
20329
20330 \end_inset
20331
20332 回転した表
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \begin_layout Plain Layout
20341 \align center
20342 \begin_inset Tabular
20343 <lyxtabular version="3" rows="1" columns="5">
20344 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
20349 <column alignment="center" valignment="top" width="0">
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 試験
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 </lyxtabular>
20398
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \begin_layout Section
20410 従属フロート
20411 \begin_inset Index idx
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20416 \end_layout
20417
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \begin_layout Standard
20424 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20425 \begin_inset CommandInset ref
20426 LatexCommand ref
20427 reference "tab:従属表を横に並べたもの"
20428
20429 \end_inset
20430
20431 と表
20432 \begin_inset CommandInset ref
20433 LatexCommand ref
20434 reference "tab:従属表を縦に並べたもの"
20435
20436 \end_inset
20437
20438 に示されているように段落と同様に指定することができます。
20439 \end_layout
20440
20441 \begin_layout Standard
20442 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20443 \begin_inset CommandInset ref
20444 LatexCommand ref
20445 reference "tab:これは従属表a"
20446
20447 \end_inset
20448
20449 と表
20450 \begin_inset CommandInset ref
20451 LatexCommand ref
20452 reference "tab:これは従属表b"
20453
20454 \end_inset
20455
20456 は表
20457 \begin_inset CommandInset ref
20458 LatexCommand ref
20459 reference "tab:従属表を横に並べたもの"
20460
20461 \end_inset
20462
20463 の従属フロートです。
20464 \begin_inset Float table
20465 wide false
20466 sideways false
20467 status open
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Caption
20471
20472 \begin_layout Plain Layout
20473 \begin_inset CommandInset label
20474 LatexCommand label
20475 name "tab:従属表を横に並べたもの"
20476
20477 \end_inset
20478
20479 従属表を横に並べたもの
20480 \end_layout
20481
20482 \end_inset
20483
20484
20485 \end_layout
20486
20487 \begin_layout Plain Layout
20488 \begin_inset space \hfill{}
20489 \end_inset
20490
20491
20492 \begin_inset Float table
20493 wide false
20494 sideways false
20495 status open
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Caption
20499
20500 \begin_layout Plain Layout
20501 \begin_inset CommandInset label
20502 LatexCommand label
20503 name "tab:これは従属表a"
20504
20505 \end_inset
20506
20507 これは従属表aです。
20508 \end_layout
20509
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \begin_layout Plain Layout
20516 \align center
20517 \begin_inset Tabular
20518 <lyxtabular version="3" rows="1" columns="5">
20519 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
20524 <column alignment="center" valignment="top" width="0">
20525 <row>
20526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 試験
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 </lyxtabular>
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \begin_inset space \hfill{}
20583 \end_inset
20584
20585
20586 \begin_inset Float table
20587 wide false
20588 sideways false
20589 status open
20590
20591 \begin_layout Plain Layout
20592 \begin_inset Caption
20593
20594 \begin_layout Plain Layout
20595 \begin_inset CommandInset label
20596 LatexCommand label
20597 name "tab:これは従属表b"
20598
20599 \end_inset
20600
20601 これは従属表bです。
20602 \end_layout
20603
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \begin_layout Plain Layout
20610 \align center
20611 \begin_inset Tabular
20612 <lyxtabular version="3" rows="1" columns="5">
20613 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
20618 <column alignment="center" valignment="top" width="0">
20619 <row>
20620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 試験
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 </lyxtabular>
20667
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \begin_inset space \hfill{}
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683
20684
20685 \begin_inset Float table
20686 wide false
20687 sideways false
20688 status open
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Caption
20692
20693 \begin_layout Plain Layout
20694 \begin_inset CommandInset label
20695 LatexCommand label
20696 name "tab:従属表を縦に並べたもの"
20697
20698 \end_inset
20699
20700 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20701 \end_layout
20702
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Float table
20710 wide false
20711 sideways false
20712 status open
20713
20714 \begin_layout Plain Layout
20715 \begin_inset Caption
20716
20717 \begin_layout Plain Layout
20718
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Plain Layout
20727 \align center
20728 \begin_inset Tabular
20729 <lyxtabular version="3" rows="1" columns="4">
20730 <features tabularvalignment="middle">
20731 <column alignment="center" valignment="top" width="0">
20732 <column alignment="center" valignment="top" width="0">
20733 <column alignment="center" valignment="top" width="0">
20734 <column alignment="center" valignment="top" width="0">
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740 試験
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749 試験
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758 試験
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 試験
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 </lyxtabular>
20774
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \begin_layout Plain Layout
20786 \begin_inset Float table
20787 wide false
20788 sideways false
20789 status open
20790
20791 \begin_layout Plain Layout
20792 \begin_inset Caption
20793
20794 \begin_layout Plain Layout
20795
20796 \end_layout
20797
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \begin_layout Plain Layout
20804 \align center
20805 \begin_inset Tabular
20806 <lyxtabular version="3" rows="1" columns="5">
20807 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
20812 <column alignment="center" valignment="top" width="0">
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 </lyxtabular>
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \begin_layout Section
20878 横並びのフロート
20879 \begin_inset Index idx
20880 status collapsed
20881
20882 \begin_layout Plain Layout
20883 ふろーと@フロート ! よこならび@横並び
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Standard
20892
20893 \begin_inset CommandInset ref
20894 LatexCommand ref
20895 reference "fig:左側のフロート"
20896
20897 \end_inset
20898
20899 や図
20900 \begin_inset CommandInset ref
20901 LatexCommand ref
20902 reference "fig:右側のフロート"
20903
20904 \end_inset
20905
20906 のようにフロートを横並びに配置するには、
20907 \emph on
20908 ひとつの
20909 \emph default
20910 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20911 \begin_inset Foot
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915 Minipageは第
20916 \begin_inset CommandInset ref
20917 LatexCommand ref
20918 reference "sec:ミニページ"
20919
20920 \end_inset
20921
20922 節に説明があります。
20923 \end_layout
20924
20925 \end_inset
20926
20927 。幅は45
20928 \begin_inset space \thinspace{}
20929 \end_inset
20930
20931 -50
20932 \begin_inset space \thinspace{}
20933 \end_inset
20934
20935 列幅%とし、各minipageのボックス配置を
20936 \family sans
20937
20938 \family default
20939 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20940 \family sans
20941 列幅%
20942 \family default
20943 がここではminipageボックスの幅によって計算されることです。
20944 \end_layout
20945
20946 \begin_layout Standard
20947 \begin_inset Float figure
20948 wide false
20949 sideways false
20950 status open
20951
20952 \begin_layout Plain Layout
20953 \begin_inset Box Frameless
20954 position "b"
20955 hor_pos "c"
20956 has_inner_box 1
20957 inner_pos "t"
20958 use_parbox 0
20959 use_makebox 0
20960 width "45col%"
20961 special "none"
20962 height "1in"
20963 height_special "totalheight"
20964 status open
20965
20966 \begin_layout Plain Layout
20967 \align center
20968 \begin_inset Graphics
20969         filename ../clipart/mobius.eps
20970         lyxscale 50
20971         width 100col%
20972         scaleBeforeRotation
20973
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \begin_layout Plain Layout
20980 \begin_inset Caption
20981
20982 \begin_layout Plain Layout
20983 \begin_inset CommandInset label
20984 LatexCommand label
20985 name "fig:左側のフロート"
20986
20987 \end_inset
20988
20989 左側のフロート
20990 \end_layout
20991
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \end_inset
20998
20999
21000 \begin_inset space \hfill{}
21001 \end_inset
21002
21003
21004 \begin_inset Box Frameless
21005 position "b"
21006 hor_pos "c"
21007 has_inner_box 1
21008 inner_pos "t"
21009 use_parbox 0
21010 use_makebox 0
21011 width "45col%"
21012 special "none"
21013 height "1in"
21014 height_special "totalheight"
21015 status open
21016
21017 \begin_layout Plain Layout
21018 \align center
21019 \begin_inset Graphics
21020         filename ../clipart/platypus.eps
21021         lyxscale 50
21022         width 100col%
21023         scaleBeforeRotation
21024
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \begin_layout Plain Layout
21031 \begin_inset Caption
21032
21033 \begin_layout Plain Layout
21034 \begin_inset CommandInset label
21035 LatexCommand label
21036 name "fig:右側のフロート"
21037
21038 \end_inset
21039
21040 右側のフロート
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Plain Layout
21054
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Section
21063 キャプションの書式設定
21064 \begin_inset Index idx
21065 status collapsed
21066
21067 \begin_layout Plain Layout
21068 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \begin_inset Index idx
21075 status collapsed
21076
21077 \begin_layout Plain Layout
21078 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21079 \end_layout
21080
21081 \end_inset
21082
21083
21084 \begin_inset CommandInset label
21085 LatexCommand label
21086 name "sec:キャプションの書式設定"
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \begin_layout Standard
21094
21095 \family sans
21096 キャプション
21097 \family default
21098 環境は、
21099 \family sans
21100 フロート
21101 \family default
21102 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21103 \family sans
21104 図 #:
21105 \family default
21106 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21107 \family sans
21108 #
21109 \family default
21110 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21111 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21112 \end_layout
21113
21114 \begin_layout Standard
21115 既定のキャプション書式を変更するには、文書プリアンブルに
21116 \end_layout
21117
21118 \begin_layout Standard
21119
21120 \series bold
21121
21122 \backslash
21123 usepackage[format definition]{caption}
21124 \end_layout
21125
21126 \begin_layout Standard
21127 という行を加えて、LaTeXパッケージ
21128 \series bold
21129 caption
21130 \series default
21131
21132 \begin_inset Index idx
21133 status collapsed
21134
21135 \begin_layout Plain Layout
21136 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21137 \end_layout
21138
21139 \end_inset
21140
21141 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21142 \end_layout
21143
21144 \begin_layout Standard
21145
21146 \series bold
21147
21148 \backslash
21149 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21150 \end_layout
21151
21152 \begin_layout Standard
21153 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21154 \series bold
21155 caption
21156 \series default
21157 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21158 \end_layout
21159
21160 \begin_layout Standard
21161
21162 \series bold
21163
21164 \backslash
21165 captionsetup[フロート型]{書式定義}
21166 \end_layout
21167
21168 \begin_layout Standard
21169 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21170 \begin_inset CommandInset ref
21171 LatexCommand ref
21172 reference "fig:図キャプション"
21173
21174 \end_inset
21175
21176 と表
21177 \begin_inset CommandInset ref
21178 LatexCommand ref
21179 reference "tab:表キャプション"
21180
21181 \end_inset
21182
21183 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21184 \end_layout
21185
21186 \begin_layout Standard
21187
21188 \series bold
21189
21190 \backslash
21191 usepackage[tableposition=top]{caption}
21192 \series default
21193
21194 \begin_inset Newline newline
21195 \end_inset
21196
21197
21198 \series bold
21199
21200 \backslash
21201 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21202 \begin_inset Newline newline
21203 \end_inset
21204
21205
21206 \begin_inset Phantom HPhantom
21207 status open
21208
21209 \begin_layout Plain Layout
21210
21211 \backslash
21212 captionsetup[figure]{
21213 \end_layout
21214
21215 \end_inset
21216
21217 labelsep=period}
21218 \begin_inset Newline newline
21219 \end_inset
21220
21221
21222 \backslash
21223 captionsetup[table]{labelfont={bf,sf}}
21224 \end_layout
21225
21226 \begin_layout Standard
21227 \begin_inset Note Greyedout
21228 status open
21229
21230 \begin_layout Plain Layout
21231
21232 \series bold
21233 【註】
21234 \series default
21235 オプションのうち、
21236 \series bold
21237 tableposition=top
21238 \series default
21239 は、文書クラスに
21240 \series bold
21241 KOMA-script
21242 \series default
21243
21244 \begin_inset Index idx
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21249 \end_layout
21250
21251 \end_inset
21252
21253 が使われているときには、無効になります。この場合には、文書クラスオプション
21254 \series bold
21255 captions=tableheading
21256 \series default
21257 を指定しなくてはなりません。
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \begin_layout Standard
21266
21267 \series bold
21268 caption
21269 \series default
21270 パッケージについての詳細は、その取扱説明書
21271 \begin_inset CommandInset citation
21272 LatexCommand cite
21273 key "caption"
21274
21275 \end_inset
21276
21277 をご覧ください。
21278 \end_layout
21279
21280 \begin_layout Standard
21281 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21282 \end_layout
21283
21284 \begin_layout Standard
21285
21286 \series bold
21287
21288 \backslash
21289 renewcommand{
21290 \backslash
21291 fnum@figure}{画像~
21292 \backslash
21293 thefigure}
21294 \end_layout
21295
21296 \begin_layout Standard
21297 なお、
21298 \series bold
21299
21300 \backslash
21301 thefigure
21302 \series default
21303 は表番号を挿入し、「
21304 \series bold
21305 ~
21306 \series default
21307 」は保護された空白を入れます。
21308 \end_layout
21309
21310 \begin_layout Standard
21311 \begin_inset VSpace bigskip
21312 \end_inset
21313
21314
21315 \series bold
21316 KOMA-script
21317 \series default
21318
21319 \begin_inset Index idx
21320 status collapsed
21321
21322 \begin_layout Plain Layout
21323 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21324 \end_layout
21325
21326 \end_inset
21327
21328 文書クラス(
21329 \family sans
21330 article (KOMA-script)
21331 \family default
21332
21333 \family sans
21334 book (KOMA-script)
21335 \family default
21336
21337 \family sans
21338 letter (KOMA-script)
21339 \family default
21340
21341 \family sans
21342 report (KOMA-script)
21343 \family default
21344 )を使用している場合には、
21345 \series bold
21346 caption
21347 \series default
21348 パッケージの代わりに
21349 \series bold
21350 KOMA-script
21351 \series default
21352 のビルトインコマンド
21353 \series bold
21354 etkomafont
21355 \series default
21356 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21357 \end_layout
21358
21359 \begin_layout Standard
21360
21361 \series bold
21362
21363 \backslash
21364 setkomafont{captionlabel}{
21365 \backslash
21366 bfseries}
21367 \end_layout
21368
21369 \begin_layout Standard
21370
21371 \series bold
21372
21373 \backslash
21374 setkomafont
21375 \series default
21376 についての詳細は、
21377 \series bold
21378 KOMA-script
21379 \series default
21380 の取扱説明書
21381 \begin_inset CommandInset citation
21382 LatexCommand cite
21383 key "koma-script"
21384
21385 \end_inset
21386
21387 をご覧ください。
21388 \end_layout
21389
21390 \begin_layout Standard
21391 \begin_inset ERT
21392 status collapsed
21393
21394 \begin_layout Plain Layout
21395
21396
21397 \backslash
21398 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21399 }
21400 \end_layout
21401
21402 \end_inset
21403
21404
21405 \begin_inset Note Note
21406 status open
21407
21408 \begin_layout Plain Layout
21409 キャプション書式は、この例のみ変更してあります。
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \begin_layout Standard
21418 \begin_inset Float figure
21419 placement !p
21420 wide false
21421 sideways false
21422 status open
21423
21424 \begin_layout Plain Layout
21425 \align center
21426 \begin_inset Graphics
21427         filename ../clipart/mobius.eps
21428         lyxscale 50
21429         scale 50
21430         scaleBeforeRotation
21431
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Caption
21439
21440 \begin_layout Plain Layout
21441 \begin_inset CommandInset label
21442 LatexCommand label
21443 name "fig:図キャプション"
21444
21445 \end_inset
21446
21447 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21448 \end_layout
21449
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \begin_layout Standard
21461 \begin_inset ERT
21462 status collapsed
21463
21464 \begin_layout Plain Layout
21465
21466
21467 \backslash
21468 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21469 on}
21470 \end_layout
21471
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Standard
21478 \begin_inset Float table
21479 placement !p
21480 wide false
21481 sideways false
21482 status open
21483
21484 \begin_layout Plain Layout
21485 \begin_inset Caption
21486
21487 \begin_layout Plain Layout
21488 \begin_inset CommandInset label
21489 LatexCommand label
21490 name "tab:表キャプション"
21491
21492 \end_inset
21493
21494 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Plain Layout
21503 \align center
21504 \begin_inset Tabular
21505 <lyxtabular version="3" rows="1" columns="5">
21506 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
21511 <column alignment="center" valignment="top" width="0">
21512 <row>
21513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 </lyxtabular>
21560
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \begin_layout Section
21572 キャプションの配置
21573 \begin_inset Index idx
21574 status collapsed
21575
21576 \begin_layout Plain Layout
21577 きゃぷしょん@キャプション ! はいち@配置
21578 \end_layout
21579
21580 \end_inset
21581
21582
21583 \begin_inset Index idx
21584 status collapsed
21585
21586 \begin_layout Plain Layout
21587 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \begin_inset CommandInset label
21594 LatexCommand label
21595 name "sec:キャプションの配置"
21596
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \begin_layout Standard
21603 通常、キャプションの配置原則は、
21604 \end_layout
21605
21606 \begin_layout Description
21607 図の場合: キャプションを図の下に置く
21608 \end_layout
21609
21610 \begin_layout Description
21611 表の場合: キャプションを表の上に置く
21612 \end_layout
21613
21614 \begin_layout Standard
21615 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21616 \family sans
21617 article
21618 \family default
21619
21620 \family sans
21621 book
21622 \family default
21623
21624 \family sans
21625 letter
21626 \family default
21627
21628 \family sans
21629 report
21630 \family default
21631 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21632 eXパッケージ
21633 \series bold
21634 caption
21635 \series default
21636 を読み込むコマンドに
21637 \end_layout
21638
21639 \begin_layout Standard
21640
21641 \series bold
21642 tableposition=top
21643 \end_layout
21644
21645 \begin_layout Standard
21646 というオプションを追加してください
21647 \begin_inset Foot
21648 status collapsed
21649
21650 \begin_layout Plain Layout
21651
21652 \series bold
21653 caption
21654 \series default
21655 パッケージについての詳細な情報は、第
21656 \begin_inset CommandInset ref
21657 LatexCommand ref
21658 reference "sec:キャプションの書式設定"
21659
21660 \end_inset
21661
21662 節をご覧ください。
21663 \end_layout
21664
21665 \end_inset
21666
21667
21668 \series bold
21669 KOMA-script
21670 \series default
21671
21672 \begin_inset Index idx
21673 status collapsed
21674
21675 \begin_layout Plain Layout
21676 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21677 \end_layout
21678
21679 \end_inset
21680
21681 文書クラス(
21682 \family sans
21683 article (KOMA-script)
21684 \family default
21685
21686 \family sans
21687 book (KOMA-script)
21688 \family default
21689
21690 \family sans
21691 letter (KOMA-script)
21692 \family default
21693
21694 \family sans
21695 report (KOMA-script)
21696 \family default
21697
21698 \begin_inset space \thinspace{}
21699 \end_inset
21700
21701 )をお使いの場合には、
21702 \series bold
21703 caption
21704 \series default
21705 パッケージにオプションを与える代わりに、文書クラスオプション
21706 \series bold
21707 captions=tableheading
21708 \series default
21709 を設定することもできます。
21710 \end_layout
21711
21712 \begin_layout Standard
21713 \begin_inset VSpace bigskip
21714 \end_inset
21715
21716 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21717 \end_layout
21718
21719 \begin_layout Standard
21720
21721 \series bold
21722
21723 \backslash
21724 usepackage[option]{sidecap}
21725 \end_layout
21726
21727 \begin_layout Standard
21728 という行を入れて、LaTeXパッケージ
21729 \series bold
21730 sidecap
21731 \series default
21732
21733 \begin_inset Index idx
21734 status collapsed
21735
21736 \begin_layout Plain Layout
21737 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21738 \end_layout
21739
21740 \end_inset
21741
21742 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21743 \series bold
21744 innercaption
21745 \series default
21746 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21747 \series bold
21748 rightcaption
21749 \series default
21750 ないし
21751 \series bold
21752 leftcaption
21753 \series default
21754 オプションを用います。
21755 \end_layout
21756
21757 \begin_layout Standard
21758 \begin_inset ERT
21759 status collapsed
21760
21761 \begin_layout Plain Layout
21762
21763
21764 \backslash
21765 ifsidecap
21766 \end_layout
21767
21768 \end_inset
21769
21770
21771 \begin_inset Note Note
21772 status open
21773
21774 \begin_layout Plain Layout
21775 以下の部分は、LaTeXパッケージ
21776 \series bold
21777 sidecap
21778 \series default
21779 が導入されているときのみ表示されます。
21780 \end_layout
21781
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \begin_layout Standard
21788 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21789 \end_layout
21790
21791 \begin_layout Standard
21792 \noindent
21793 \begin_inset CommandInset line
21794 LatexCommand rule
21795 offset "0.5ex"
21796 width "100line%"
21797 height "1pt"
21798
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \begin_layout Standard
21805
21806 \series bold
21807
21808 \backslash
21809 newcommand{
21810 \backslash
21811 TabBesBeg}{%
21812 \begin_inset Newline newline
21813 \end_inset
21814
21815
21816 \begin_inset Phantom HPhantom
21817 status open
21818
21819 \begin_layout Plain Layout
21820
21821 \series bold
21822 \begin_inset space ~
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \backslash
21832 let
21833 \backslash
21834 MyTable
21835 \backslash
21836 table
21837 \begin_inset Newline newline
21838 \end_inset
21839
21840
21841 \begin_inset Phantom HPhantom
21842 status open
21843
21844 \begin_layout Plain Layout
21845
21846 \series bold
21847 \begin_inset space ~
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \backslash
21857 let
21858 \backslash
21859 MyEndtable
21860 \backslash
21861 endtable
21862 \begin_inset Newline newline
21863 \end_inset
21864
21865
21866 \begin_inset Phantom HPhantom
21867 status open
21868
21869 \begin_layout Plain Layout
21870
21871 \series bold
21872 \begin_inset space ~
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \end_inset
21879
21880
21881 \backslash
21882 renewenvironment{table}{
21883 \backslash
21884 begin{SCtable}}{
21885 \backslash
21886 end{SCtable}}}
21887 \end_layout
21888
21889 \begin_layout Standard
21890
21891 \series bold
21892
21893 \backslash
21894 newcommand{
21895 \backslash
21896 TabBesEnd}{%
21897 \begin_inset Newline newline
21898 \end_inset
21899
21900
21901 \begin_inset Phantom HPhantom
21902 status open
21903
21904 \begin_layout Plain Layout
21905
21906 \series bold
21907 \begin_inset space ~
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914
21915
21916 \backslash
21917 let
21918 \backslash
21919 table
21920 \backslash
21921 MyTable
21922 \begin_inset Newline newline
21923 \end_inset
21924
21925
21926 \begin_inset Phantom HPhantom
21927 status open
21928
21929 \begin_layout Plain Layout
21930
21931 \series bold
21932 \begin_inset space ~
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \backslash
21942 let
21943 \backslash
21944 endtable
21945 \backslash
21946 MyEndtable
21947 \end_layout
21948
21949 \begin_layout Standard
21950
21951 \series bold
21952
21953 \backslash
21954 newcommand{
21955 \backslash
21956 FigBesBeg}{%
21957 \begin_inset Newline newline
21958 \end_inset
21959
21960
21961 \begin_inset Phantom HPhantom
21962 status open
21963
21964 \begin_layout Plain Layout
21965
21966 \series bold
21967 \begin_inset space ~
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \backslash
21977 let
21978 \backslash
21979 MyFigure
21980 \backslash
21981 figure
21982 \begin_inset Newline newline
21983 \end_inset
21984
21985
21986 \begin_inset Phantom HPhantom
21987 status open
21988
21989 \begin_layout Plain Layout
21990
21991 \series bold
21992 \begin_inset space ~
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \backslash
22002 let
22003 \backslash
22004 MyEndfigure
22005 \backslash
22006 endfigure
22007 \begin_inset Newline newline
22008 \end_inset
22009
22010
22011 \begin_inset Phantom HPhantom
22012 status open
22013
22014 \begin_layout Plain Layout
22015
22016 \series bold
22017 \begin_inset space ~
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024
22025
22026 \backslash
22027 renewenvironment{figure}{
22028 \backslash
22029 begin{SCfigure}}{
22030 \backslash
22031 end{SCfigure}}}
22032 \end_layout
22033
22034 \begin_layout Standard
22035
22036 \series bold
22037
22038 \backslash
22039 newcommand{
22040 \backslash
22041 FigBesEnd}{%
22042 \begin_inset Newline newline
22043 \end_inset
22044
22045
22046 \begin_inset Phantom HPhantom
22047 status open
22048
22049 \begin_layout Plain Layout
22050
22051 \series bold
22052 \begin_inset space ~
22053 \end_inset
22054
22055
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \backslash
22062 let
22063 \backslash
22064 figure
22065 \backslash
22066 MyFigure
22067 \begin_inset Newline newline
22068 \end_inset
22069
22070
22071 \begin_inset Phantom HPhantom
22072 status open
22073
22074 \begin_layout Plain Layout
22075
22076 \series bold
22077 \begin_inset space ~
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \backslash
22087 let
22088 \backslash
22089 endfigure
22090 \backslash
22091 MyEndfigure}
22092 \end_layout
22093
22094 \begin_layout Standard
22095 \noindent
22096 \begin_inset CommandInset line
22097 LatexCommand rule
22098 offset "0.5ex"
22099 width "100line%"
22100 height "1pt"
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Standard
22108 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22109 \end_layout
22110
22111 \begin_layout Standard
22112
22113 \series bold
22114
22115 \backslash
22116 FigBesBeg
22117 \end_layout
22118
22119 \begin_layout Standard
22120 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
22121 \end_layout
22122
22123 \begin_layout Standard
22124
22125 \series bold
22126
22127 \backslash
22128 FigBesEnd
22129 \end_layout
22130
22131 \begin_layout Standard
22132 というコマンドを挿入してください。
22133 \end_layout
22134
22135 \begin_layout Standard
22136 表フロートに対しては、対応するコマンド
22137 \end_layout
22138
22139 \begin_layout Standard
22140
22141 \series bold
22142
22143 \backslash
22144 TabBesBeg
22145 \series default
22146 および
22147 \series bold
22148
22149 \backslash
22150 TabBesEnd
22151 \end_layout
22152
22153 \begin_layout Standard
22154 を使用してください。図
22155 \begin_inset CommandInset ref
22156 LatexCommand ref
22157 reference "fig:図横キャプション"
22158
22159 \end_inset
22160
22161 と表
22162 \begin_inset CommandInset ref
22163 LatexCommand ref
22164 reference "tab:表横キャプション"
22165
22166 \end_inset
22167
22168 がキャプションを脇に設定した例です。
22169 \end_layout
22170
22171 \begin_layout Standard
22172 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22173 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22174 \end_layout
22175
22176 \begin_layout Standard
22177
22178 \series bold
22179
22180 \backslash
22181 sidecaptionvpos{フロート型}{配置}
22182 \end_layout
22183
22184 \begin_layout Standard
22185 というコマンドを使用します。ここで「フロート型」は
22186 \family sans
22187 figure
22188 \family default
22189
22190 \family sans
22191 table
22192 \family default
22193 であり、「配置」は、上揃えの場合はtopの
22194 \end_layout
22195
22196 \begin_layout Standard
22197
22198 \family sans
22199 t
22200 \family default
22201 」、中央揃えの場合はcenterの「
22202 \family sans
22203 c
22204 \family default
22205 」、下揃えの場合はbottomの「
22206 \family sans
22207 b
22208 \family default
22209 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22210 \end_layout
22211
22212 \begin_layout Standard
22213
22214 \series bold
22215
22216 \backslash
22217 sidecaptionvpos{figure}{c}
22218 \end_layout
22219
22220 \begin_layout Standard
22221 というコマンドを使用します。これは、図
22222 \begin_inset CommandInset ref
22223 LatexCommand ref
22224 reference "fig:図横キャプション-2"
22225
22226 \end_inset
22227
22228 で使用されています。
22229 \end_layout
22230
22231 \begin_layout Standard
22232 \begin_inset VSpace medskip
22233 \end_inset
22234
22235
22236 \series bold
22237 sidecap
22238 \series default
22239 パッケージについての詳細は、
22240 \begin_inset CommandInset citation
22241 LatexCommand cite
22242 key "sidecap"
22243
22244 \end_inset
22245
22246 の説明書をご参照ください。
22247 \end_layout
22248
22249 \begin_layout Standard
22250 \begin_inset Note Greyedout
22251 status open
22252
22253 \begin_layout Plain Layout
22254
22255 \series bold
22256 【註】
22257 \series default
22258
22259 \begin_inset CommandInset ref
22260 LatexCommand ref
22261 reference "sub:参照位置"
22262
22263 \end_inset
22264
22265 節に説明があるLaTeXパッケージ
22266 \series bold
22267 hypcap
22268 \series default
22269
22270 \begin_inset Index idx
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22275 \end_layout
22276
22277 \end_inset
22278
22279 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Standard
22288 \begin_inset ERT
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292
22293
22294 \backslash
22295 FigBesBeg 
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Standard
22304 \begin_inset Float figure
22305 wide false
22306 sideways false
22307 status open
22308
22309 \begin_layout Plain Layout
22310 \begin_inset Graphics
22311         filename ../clipart/escher-lsd.eps
22312         scale 75
22313         scaleBeforeRotation
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \begin_layout Plain Layout
22321 \begin_inset Caption
22322
22323 \begin_layout Plain Layout
22324 \begin_inset CommandInset label
22325 LatexCommand label
22326 name "fig:図横キャプション"
22327
22328 \end_inset
22329
22330 これは図の横にあるキャプションです。
22331 \end_layout
22332
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \begin_layout Standard
22344 \begin_inset ERT
22345 status collapsed
22346
22347 \begin_layout Plain Layout
22348
22349
22350 \backslash
22351 TabBesBeg 
22352 \end_layout
22353
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \begin_layout Standard
22360 \begin_inset Float table
22361 wide false
22362 sideways false
22363 status open
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Caption
22367
22368 \begin_layout Plain Layout
22369 \begin_inset CommandInset label
22370 LatexCommand label
22371 name "tab:表横キャプション"
22372
22373 \end_inset
22374
22375 これは表の横にあるキャプションです。
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \begin_layout Plain Layout
22384 \begin_inset Tabular
22385 <lyxtabular version="3" rows="4" columns="5">
22386 <features tabularvalignment="middle">
22387 <column alignment="center" valignment="top" width="0">
22388 <column alignment="center" valignment="top" width="0">
22389 <column alignment="center" valignment="top" width="0">
22390 <column alignment="center" valignment="top" width="0">
22391 <column alignment="center" valignment="top" width="0">
22392 <row>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 <row>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 </row>
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
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" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" 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" bottomline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 </lyxtabular>
22581
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \begin_layout Standard
22593 \begin_inset ERT
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597
22598
22599 \backslash
22600 TabBesEnd
22601 \end_layout
22602
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \begin_layout Standard
22609 \begin_inset ERT
22610 status collapsed
22611
22612 \begin_layout Plain Layout
22613
22614
22615 \backslash
22616 sidecaptionvpos{figure}{c}
22617 \end_layout
22618
22619 \end_inset
22620
22621
22622 \begin_inset Float figure
22623 wide false
22624 sideways false
22625 status open
22626
22627 \begin_layout Plain Layout
22628 \begin_inset Graphics
22629         filename ../clipart/escher-lsd.eps
22630         scale 75
22631         scaleBeforeRotation
22632
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Caption
22640
22641 \begin_layout Plain Layout
22642 \begin_inset CommandInset label
22643 LatexCommand label
22644 name "fig:図横キャプション-2"
22645
22646 \end_inset
22647
22648 これは図の横にある縦方向中央揃えのキャプションです。
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 \begin_inset ERT
22663 status collapsed
22664
22665 \begin_layout Plain Layout
22666
22667
22668 \backslash
22669 FigBesEnd
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset ERT
22679 status collapsed
22680
22681 \begin_layout Plain Layout
22682
22683
22684 \backslash
22685 else
22686 \end_layout
22687
22688 \end_inset
22689
22690
22691 \begin_inset Note Note
22692 status open
22693
22694 \begin_layout Plain Layout
22695 以下の部分は、LaTeXパッケージ
22696 \series bold
22697 sidecap
22698 \series default
22699 が導入されていないときのみ表示されます。
22700 \end_layout
22701
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \begin_layout Standard
22708 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22709 \series bold
22710 sidecap
22711 \series default
22712 を導入する必要があります。
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset ERT
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720
22721
22722 \backslash
22723 fi
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Section
22732 フロート一覧
22733 \begin_inset Index idx
22734 status collapsed
22735
22736 \begin_layout Plain Layout
22737 ふろーと@フロート ! ふろーといちらん@フロート一覧
22738 \end_layout
22739
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \begin_layout Standard
22746 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22747 \family sans
22748 挿入\SpecialChar \menuseparator
22749 一覧/目次
22750 \family default
22751 メニューで挿入することができます。
22752 \end_layout
22753
22754 \begin_layout Standard
22755 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22756 \end_layout
22757
22758 \begin_layout Standard
22759 本文書の終わりに、図一覧と表一覧があります。
22760 \end_layout
22761
22762 \begin_layout Chapter
22763 注釈
22764 \end_layout
22765
22766 \begin_layout Section
22767 LyX注釈
22768 \begin_inset Index idx
22769 status collapsed
22770
22771 \begin_layout Plain Layout
22772 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Standard
22781 注釈は、ツールバーボタン
22782 \begin_inset Graphics
22783         filename ../../images/note-insert.png
22784         scale 85
22785         scaleBeforeRotation
22786
22787 \end_inset
22788
22789 か、
22790 \family sans
22791 挿入\SpecialChar \menuseparator
22792 注釈
22793 \family default
22794 メニューで挿入することができます。注釈には、以下の三つの型があります。
22795 \end_layout
22796
22797 \begin_layout Description
22798 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22799 \begin_inset Newline newline
22800 \end_inset
22801
22802
22803 \begin_inset Newline newline
22804 \end_inset
22805
22806
22807 \begin_inset Graphics
22808         filename ../clipart/LyXNoteImageQt4.png
22809         display false
22810         scale 85
22811         scaleBeforeRotation
22812
22813 \end_inset
22814
22815
22816 \begin_inset Note Note
22817 status open
22818
22819 \begin_layout Plain Layout
22820 これは、出力には現れない注釈ボックスに書かれた文章です。
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \begin_layout Description
22829 コメント この注釈も出力には現れませんが、
22830 \family sans
22831 ファイル\SpecialChar \menuseparator
22832 書き出し\SpecialChar \menuseparator
22833 LaTeX (pdflatex) / (平文)
22834 \family default
22835  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22836 \begin_inset Newline newline
22837 \end_inset
22838
22839
22840 \begin_inset Newline newline
22841 \end_inset
22842
22843
22844 \begin_inset Graphics
22845         filename ../clipart/CommentNoteImageQt4.png
22846         display false
22847         scale 85
22848         scaleBeforeRotation
22849
22850 \end_inset
22851
22852  
22853 \begin_inset Note Comment
22854 status open
22855
22856 \begin_layout Plain Layout
22857 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22858 \end_layout
22859
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \begin_layout Description
22866 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22867 \begin_inset Newline newline
22868 \end_inset
22869
22870
22871 \begin_inset Newline newline
22872 \end_inset
22873
22874
22875 \begin_inset Graphics
22876         filename ../clipart/GreyedOutNoteImageQt4.png
22877         display false
22878         scale 85
22879         scaleBeforeRotation
22880
22881 \end_inset
22882
22883
22884 \begin_inset Newline newline
22885 \end_inset
22886
22887
22888 \begin_inset ERT
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892
22893
22894 \backslash
22895 renewenvironment{lyxgreyedout}
22896 \end_layout
22897
22898 \begin_layout Plain Layout
22899
22900 {
22901 \backslash
22902 textcolor[gray]{0.8}
22903 \backslash
22904 bgroup}{
22905 \backslash
22906 egroup}
22907 \end_layout
22908
22909 \end_inset
22910
22911
22912 \begin_inset Note Greyedout
22913 status open
22914
22915 \begin_layout Plain Layout
22916 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22917 \begin_inset Foot
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921 これは、淡色表示注釈内に脚注を用いた例です。
22922 \end_layout
22923
22924 \end_inset
22925
22926 です。
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \begin_inset ERT
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936
22937
22938 \backslash
22939 renewenvironment{lyxgreyedout}
22940 \end_layout
22941
22942 \begin_layout Plain Layout
22943
22944 {
22945 \backslash
22946 textcolor{blue}
22947 \backslash
22948 bgroup}{
22949 \backslash
22950 egroup}
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \begin_inset Note Note
22957 status open
22958
22959 \begin_layout Plain Layout
22960 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22961 ように再定義されています。
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \begin_inset Newline newline
22968 \end_inset
22969
22970
22971 \begin_inset Newline newline
22972 \end_inset
22973
22974 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22975 \end_layout
22976
22977 \begin_layout Standard
22978 \begin_inset VSpace bigskip
22979 \end_inset
22980
22981 注釈を挿入するのにツールバーボタン
22982 \begin_inset Graphics
22983         filename ../../images/note-insert.png
22984         scale 85
22985         scaleBeforeRotation
22986
22987 \end_inset
22988
22989 を使用すると、
22990 \family sans
22991 LyX注釈
22992 \family default
22993 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22994 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22995 さい。
22996 \end_layout
22997
22998 \begin_layout Standard
22999 \begin_inset VSpace bigskip
23000 \end_inset
23001
23002
23003 \lang english
23004 You can change the text color of the greyed out notes in the menu 
23005 \family sans
23006 Document\SpecialChar \menuseparator
23007 Settings\SpecialChar \menuseparator
23008 Colors
23009 \family default
23010 .
23011 \end_layout
23012
23013 \begin_layout Section
23014 脚注
23015 \begin_inset CommandInset label
23016 LatexCommand label
23017 name "sec:脚注"
23018
23019 \end_inset
23020
23021
23022 \begin_inset Index idx
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23027 \end_layout
23028
23029 \end_inset
23030
23031
23032 \begin_inset Index idx
23033 status collapsed
23034
23035 \begin_layout Plain Layout
23036 きゃくちゅう@脚注
23037 \end_layout
23038
23039 \end_inset
23040
23041
23042 \end_layout
23043
23044 \begin_layout Standard
23045 脚注は、ツールバーボタン
23046 \begin_inset Graphics
23047         filename ../../images/footnote-insert.png
23048         scale 85
23049         scaleBeforeRotation
23050
23051 \end_inset
23052
23053 か、
23054 \family sans
23055 挿入\SpecialChar \menuseparator
23056 脚注
23057 \family default
23058 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23059 \begin_inset Graphics
23060         filename clipart/footnoteQt4.png
23061         scale 80
23062         scaleBeforeRotation
23063
23064 \end_inset
23065
23066 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23067 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23068 \end_layout
23069
23070 \begin_layout Standard
23071 これが脚注の例です
23072 \begin_inset Foot
23073 status collapsed
23074
23075 \begin_layout Plain Layout
23076 \begin_inset CommandInset label
23077 LatexCommand label
23078 name "fn:これは脚注の一例"
23079
23080 \end_inset
23081
23082 これは脚注の一例です。
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092
23093
23094 \backslash
23095 newcounter{MyRepeatFoot}
23096 \end_layout
23097
23098 \begin_layout Plain Layout
23099
23100
23101 \backslash
23102 setcounter{MyRepeatFoot}{
23103 \backslash
23104 thefootnote}
23105 \end_layout
23106
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \begin_layout Standard
23113 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23114 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23115 \end_layout
23116
23117 \begin_layout Standard
23118 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23119 \begin_inset CommandInset ref
23120 LatexCommand ref
23121 reference "sec:フロートの参照"
23122
23123 \end_inset
23124
23125 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23126 \begin_inset Newline newline
23127 \end_inset
23128
23129 これは脚注
23130 \begin_inset CommandInset ref
23131 LatexCommand ref
23132 reference "fn:これは脚注の一例"
23133
23134 \end_inset
23135
23136 の相互参照です。
23137 \end_layout
23138
23139 \begin_layout Standard
23140 \begin_inset VSpace defskip
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \begin_layout Standard
23147 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23148 \series bold
23149
23150 \backslash
23151 footnotemark{}
23152 \series default
23153 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23154 \series bold
23155
23156 \backslash
23157 footnotetext
23158 \series default
23159 コマンドの引数として入力します。
23160 \begin_inset Newline newline
23161 \end_inset
23162
23163 以下の表ではコマンド
23164 \begin_inset Newline newline
23165 \end_inset
23166
23167
23168 \series bold
23169
23170 \backslash
23171 footnotetext{
23172 \series default
23173 出力される脚注の表
23174 \series bold
23175 }
23176 \series default
23177
23178 \begin_inset Newline newline
23179 \end_inset
23180
23181 を用いています。
23182 \end_layout
23183
23184 \begin_layout Standard
23185 \begin_inset Tabular
23186 <lyxtabular version="3" rows="2" columns="1">
23187 <features tabularvalignment="middle">
23188 <column alignment="center" valignment="top" width="0">
23189 <row>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194 これは例文です。
23195 \begin_inset Foot
23196 status open
23197
23198 \begin_layout Plain Layout
23199 この脚注は出力されません!
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 </row>
23210 <row>
23211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 これは例文です。
23216 \begin_inset ERT
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220
23221
23222 \backslash
23223 footnotemark{}
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 </lyxtabular>
23235
23236 \end_inset
23237
23238
23239 \begin_inset ERT
23240 status collapsed
23241
23242 \begin_layout Plain Layout
23243
23244
23245 \backslash
23246 footnotetext{
23247 \end_layout
23248
23249 \end_inset
23250
23251 出力される脚注の表
23252 \begin_inset ERT
23253 status collapsed
23254
23255 \begin_layout Plain Layout
23256
23257 }
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \begin_layout Standard
23266 長尺表中の脚注は、第
23267 \begin_inset CommandInset ref
23268 LatexCommand ref
23269 reference "sub:長尺表での脚注"
23270
23271 \end_inset
23272
23273 節で述べられています。
23274 \end_layout
23275
23276 \begin_layout Standard
23277 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23278 \begin_inset CommandInset ref
23279 LatexCommand ref
23280 reference "sec:ミニページ"
23281
23282 \end_inset
23283
23284 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23285 \series bold
23286
23287 \backslash
23288 footnotemark{}
23289 \series default
23290
23291 \series bold
23292
23293 \backslash
23294 footntoetext
23295 \series default
23296 による方法を用いてください。
23297 \end_layout
23298
23299 \begin_layout Standard
23300 \begin_inset Box Frameless
23301 position "t"
23302 hor_pos "c"
23303 has_inner_box 1
23304 inner_pos "t"
23305 use_parbox 0
23306 use_makebox 0
23307 width "100col%"
23308 special "none"
23309 height "1in"
23310 height_special "totalheight"
23311 status open
23312
23313 \begin_layout Plain Layout
23314 これはミニページ中の例文です。
23315 \begin_inset Foot
23316 status open
23317
23318 \begin_layout Plain Layout
23319 ミニページ中の脚注です。
23320 \end_layout
23321
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Plain Layout
23328 これはミニページ中の例文です。
23329 \begin_inset ERT
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333
23334
23335 \backslash
23336 footnotemark{}
23337 \end_layout
23338
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Standard
23350 \begin_inset ERT
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354
23355
23356 \backslash
23357 footnotetext{
23358 \end_layout
23359
23360 \end_inset
23361
23362 ミニページ外の脚注です。
23363 \begin_inset ERT
23364 status collapsed
23365
23366 \begin_layout Plain Layout
23367
23368 }
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \begin_inset VSpace defskip
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \begin_layout Standard
23381 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23382 \series bold
23383
23384 \backslash
23385 footnotemark[番号]
23386 \series default
23387 を使用してください。
23388 \begin_inset Newline newline
23389 \end_inset
23390
23391 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23392 \begin_inset CommandInset ref
23393 LatexCommand ref
23394 reference "fn:これは脚注の一例"
23395
23396 \end_inset
23397
23398 の後に、TeXコードで
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \series bold
23404
23405 \backslash
23406 newcounter{MyRepeatFoot}
23407 \begin_inset Newline newline
23408 \end_inset
23409
23410
23411 \backslash
23412 setcounter{MyRepeatFoot}{
23413 \backslash
23414 thefootnote}
23415 \end_layout
23416
23417 \begin_layout Standard
23418 というコマンドを挿入しています。そして脚注マークは、
23419 \end_layout
23420
23421 \begin_layout Standard
23422
23423 \series bold
23424
23425 \backslash
23426 footnotemark[
23427 \backslash
23428 theMyRepeatFoot]
23429 \end_layout
23430
23431 \begin_layout Standard
23432 で作成します。
23433 \end_layout
23434
23435 \begin_layout Standard
23436 これは繰り返し脚注の例です。
23437 \begin_inset ERT
23438 status collapsed
23439
23440 \begin_layout Plain Layout
23441
23442
23443 \backslash
23444 footnotemark[
23445 \backslash
23446 theMyRepeatFoot]
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
23456 \end_layout
23457
23458 \begin_layout Standard
23459
23460 \series bold
23461
23462 \backslash
23463 footnotemark[
23464 \backslash
23465 thefootnote]
23466 \end_layout
23467
23468 \begin_layout Standard
23469 を使用してください。
23470 \end_layout
23471
23472 \begin_layout Standard
23473 これは繰り返し脚注の例です。
23474 \begin_inset ERT
23475 status collapsed
23476
23477 \begin_layout Plain Layout
23478
23479
23480 \backslash
23481 footnotemark[
23482 \backslash
23483 thefootnote]
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Subsection
23492 脚注の付番
23493 \begin_inset CommandInset label
23494 LatexCommand label
23495 name "sub:脚注の付番"
23496
23497 \end_inset
23498
23499
23500 \begin_inset Index idx
23501 status collapsed
23502
23503 \begin_layout Plain Layout
23504 きゃくちゅう@脚注 ! ふばん@付番
23505 \end_layout
23506
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \begin_layout Standard
23513 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23514 \end_layout
23515
23516 \begin_layout Standard
23517
23518 \series bold
23519
23520 \backslash
23521 @addtoreset{footnote}{section}
23522 \end_layout
23523
23524 \begin_layout Standard
23525 というコマンドを加えてください。
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \begin_inset VSpace bigskip
23530 \end_inset
23531
23532 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23533 \end_layout
23534
23535 \begin_layout Standard
23536
23537 \series bold
23538
23539 \backslash
23540 renewcommand{
23541 \backslash
23542 thefootnote}{
23543 \backslash
23544 roman{footnote}}
23545 \end_layout
23546
23547 \begin_layout Standard
23548 \begin_inset ERT
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552
23553
23554 \backslash
23555 renewcommand{
23556 \backslash
23557 thefootnote}{
23558 \backslash
23559 roman{footnote}}
23560 \end_layout
23561
23562 \end_inset
23563
23564 これは、ローマ数字を使った脚注です
23565 \begin_inset Foot
23566 status collapsed
23567
23568 \begin_layout Plain Layout
23569 これは、ローマ数字を使った脚注の例です。
23570 \end_layout
23571
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \begin_layout Standard
23578 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23579 \series bold
23580
23581 \backslash
23582 roman
23583 \series default
23584
23585 \series bold
23586
23587 \backslash
23588 Roman
23589 \series default
23590 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23591 \series bold
23592
23593 \backslash
23594 Alph
23595 \series default
23596 または
23597 \series bold
23598
23599 \backslash
23600 alph
23601 \series default
23602 を使用してください。記号を使って付「番」するには、
23603 \series bold
23604
23605 \backslash
23606 fnsymbol
23607 \series default
23608 を使ってください。
23609 \end_layout
23610
23611 \begin_layout Standard
23612 \begin_inset Note Greyedout
23613 status open
23614
23615 \begin_layout Plain Layout
23616
23617 \series bold
23618 【註】
23619 \series default
23620 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \begin_inset Newline newline
23627 \end_inset
23628
23629
23630 \begin_inset Note Greyedout
23631 status open
23632
23633 \begin_layout Plain Layout
23634
23635 \series bold
23636 【註】
23637 \series default
23638 記号を使うと9個の脚注しか番号を振ることができません。
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \begin_layout Standard
23647 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23648 \series bold
23649
23650 \backslash
23651 roman
23652 \series default
23653
23654 \series bold
23655
23656 \backslash
23657 arabic
23658 \series default
23659 に置き換えて使用してください。
23660 \begin_inset ERT
23661 status collapsed
23662
23663 \begin_layout Plain Layout
23664
23665
23666 \backslash
23667 renewcommand{
23668 \backslash
23669 thefootnote}{
23670 \backslash
23671 arabic{footnote}}
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \begin_layout Standard
23680 \begin_inset VSpace bigskip
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \begin_layout Standard
23687 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23688 \end_layout
23689
23690 \begin_layout Standard
23691
23692 \series bold
23693
23694 \backslash
23695 numberwithin{footnote}{chapter}
23696 \end_layout
23697
23698 \begin_layout Standard
23699 というコマンドを加えてください。
23700 \series bold
23701
23702 \backslash
23703 numberwithin
23704 \series default
23705 コマンドを使用できるようにするためには、文書設定の
23706 \family sans
23707 数式オプション
23708 \family default
23709 タブで
23710 \family sans
23711 AMS
23712 \begin_inset space ~
23713 \end_inset
23714
23715 mathパッケージを使う
23716 \family default
23717 オプションを有効にしてください。
23718 \end_layout
23719
23720 \begin_layout Standard
23721 \begin_inset ERT
23722 status collapsed
23723
23724 \begin_layout Plain Layout
23725
23726
23727 \backslash
23728 numberwithin{footnote}{chapter}
23729 \end_layout
23730
23731 \end_inset
23732
23733 これは、脚注のもう一つの例です
23734 \series bold
23735
23736 \begin_inset Foot
23737 status open
23738
23739 \begin_layout Plain Layout
23740
23741 \series bold
23742 これは、
23743 \series default
23744 「章番号.脚注番号」スキームで番号を振られた脚注です。
23745 \end_layout
23746
23747 \end_inset
23748
23749
23750 \series default
23751
23752 \begin_inset ERT
23753 status collapsed
23754
23755 \begin_layout Plain Layout
23756
23757
23758 \backslash
23759 renewcommand{
23760 \backslash
23761 thefootnote}{
23762 \backslash
23763 arabic{footnote}}
23764 \end_layout
23765
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \begin_layout Standard
23772 \begin_inset Note Greyedout
23773 status open
23774
23775 \begin_layout Plain Layout
23776
23777 \series bold
23778 【註】
23779 \backslash
23780 numberwithin
23781 \series default
23782 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \begin_layout Standard
23791 また、例えば「章番号.
23792 \backslash
23793 Roman{footnote}」スキームを得るには、
23794 \series bold
23795
23796 \backslash
23797 numberwithin
23798 \series default
23799 の代わりに以下のコマンドを使用してください。
23800 \end_layout
23801
23802 \begin_layout Standard
23803
23804 \series bold
23805
23806 \backslash
23807 renewcommand{
23808 \backslash
23809 thefootnote}{
23810 \backslash
23811 thechapter.
23812 \backslash
23813 Roman{footnote}}
23814 \end_layout
23815
23816 \begin_layout Subsection
23817 脚注の配置
23818 \begin_inset Index idx
23819 status collapsed
23820
23821 \begin_layout Plain Layout
23822 きゃくちゅう@脚注 ! はいち@配置
23823 \end_layout
23824
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \begin_layout Standard
23831 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23832 ブルに足して、1.5
23833 \begin_inset space \thinspace{}
23834 \end_inset
23835
23836 mmの余白を追加することもできます。
23837 \end_layout
23838
23839 \begin_layout Standard
23840
23841 \series bold
23842
23843 \backslash
23844 let
23845 \backslash
23846 myFoot
23847 \backslash
23848 footnote
23849 \begin_inset Newline newline
23850 \end_inset
23851
23852
23853 \backslash
23854 renewcommand{
23855 \backslash
23856 footnote}[1]{
23857 \backslash
23858 myFoot{#1
23859 \backslash
23860 vspace{1.5mm}}}
23861 \end_layout
23862
23863 \begin_layout Standard
23864 \begin_inset VSpace bigskip
23865 \end_inset
23866
23867 二段組文書では、脚注は各段底部に表示されます(図
23868 \begin_inset CommandInset ref
23869 LatexCommand ref
23870 reference "fig:標準的脚注配置"
23871
23872 \end_inset
23873
23874 )。図
23875 \begin_inset CommandInset ref
23876 LatexCommand ref
23877 reference "fig:ftnright脚注配置"
23878
23879 \end_inset
23880
23881 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23882 \end_layout
23883
23884 \begin_layout Standard
23885
23886 \series bold
23887
23888 \backslash
23889 usepackage{ftnright}
23890 \end_layout
23891
23892 \begin_layout Standard
23893 というコマンドを書いて、LaTeXパッケージ
23894 \series bold
23895 ftnright
23896 \series default
23897
23898 \begin_inset Index idx
23899 status collapsed
23900
23901 \begin_layout Plain Layout
23902 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23903 \end_layout
23904
23905 \end_inset
23906
23907 を読み込みます。
23908 \begin_inset Float figure
23909 placement !h
23910 wide false
23911 sideways false
23912 status open
23913
23914 \begin_layout Plain Layout
23915 \begin_inset ERT
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919
23920
23921 \backslash
23922 framebox{
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \begin_inset Graphics
23929         filename ../clipart/without_fntright.pdf
23930         width 100col%
23931         scaleBeforeRotation
23932
23933 \end_inset
23934
23935
23936 \begin_inset ERT
23937 status collapsed
23938
23939 \begin_layout Plain Layout
23940
23941 }
23942 \end_layout
23943
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Caption
23951
23952 \begin_layout Plain Layout
23953 \begin_inset CommandInset label
23954 LatexCommand label
23955 name "fig:標準的脚注配置"
23956
23957 \end_inset
23958
23959 二段組文書の標準的な脚注配置
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \begin_layout Standard
23973 \begin_inset Float figure
23974 placement !h
23975 wide false
23976 sideways false
23977 status open
23978
23979 \begin_layout Plain Layout
23980 \begin_inset ERT
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984
23985
23986 \backslash
23987 framebox{
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \begin_inset Graphics
23994         filename ../clipart/with_fntright.pdf
23995         width 100col%
23996         scaleBeforeRotation
23997
23998 \end_inset
23999
24000
24001 \begin_inset ERT
24002 status collapsed
24003
24004 \begin_layout Plain Layout
24005
24006 }
24007 \end_layout
24008
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \begin_layout Plain Layout
24015 \begin_inset Caption
24016
24017 \begin_layout Plain Layout
24018 \begin_inset CommandInset label
24019 LatexCommand label
24020 name "fig:ftnright脚注配置"
24021
24022 \end_inset
24023
24024 LaTeXパッケージ
24025 \series bold
24026 ftnright
24027 \series default
24028 を使用したときの二段組文書の脚注配置
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \begin_layout Standard
24042 \begin_inset VSpace bigskip
24043 \end_inset
24044
24045 科学的文献に於いては、図
24046 \begin_inset CommandInset ref
24047 LatexCommand ref
24048 reference "fig:後注"
24049
24050 \end_inset
24051
24052 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24053 \begin_inset Index idx
24054 status collapsed
24055
24056 \begin_layout Plain Layout
24057 こちゅう@後注
24058 \end_layout
24059
24060 \end_inset
24061
24062 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24063 \family sans
24064 文書\SpecialChar \menuseparator
24065 設定\SpecialChar \menuseparator
24066 モジュール
24067 \family default
24068 メニューで
24069 \family sans
24070 脚注から後注へ
24071 \family default
24072 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24073 \end_layout
24074
24075 \begin_layout Standard
24076
24077 \series bold
24078
24079 \backslash
24080 theendnotes
24081 \end_layout
24082
24083 \begin_layout Standard
24084 というコマンドを挿入してください。
24085 \end_layout
24086
24087 \begin_layout Standard
24088 \begin_inset Float figure
24089 wide false
24090 sideways false
24091 status open
24092
24093 \begin_layout Plain Layout
24094 \align center
24095 \begin_inset ERT
24096 status collapsed
24097
24098 \begin_layout Plain Layout
24099
24100
24101 \backslash
24102 framebox{
24103 \end_layout
24104
24105 \end_inset
24106
24107
24108 \begin_inset Graphics
24109         filename ../clipart/endnotes.pdf
24110         scaleBeforeRotation
24111
24112 \end_inset
24113
24114
24115 \begin_inset ERT
24116 status collapsed
24117
24118 \begin_layout Plain Layout
24119
24120 }
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \begin_layout Plain Layout
24129 \begin_inset Caption
24130
24131 \begin_layout Plain Layout
24132 \begin_inset CommandInset label
24133 LatexCommand label
24134 name "fig:後注"
24135
24136 \end_inset
24137
24138 後注 – 注を節ないし章末に別段落として印字します。
24139 \end_layout
24140
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \begin_layout Standard
24152 \begin_inset VSpace medskip
24153 \end_inset
24154
24155 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24156 \end_layout
24157
24158 \begin_layout Standard
24159
24160 \series bold
24161
24162 \backslash
24163 renewcommand{
24164 \backslash
24165 notesname}{Anmerkungen}
24166 \end_layout
24167
24168 \begin_layout Standard
24169 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24170 \end_layout
24171
24172 \begin_layout Standard
24173 \begin_inset VSpace medskip
24174 \end_inset
24175
24176
24177 \begin_inset CommandInset ref
24178 LatexCommand ref
24179 reference "sub:脚注の付番"
24180
24181 \end_inset
24182
24183 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24184 \series bold
24185
24186 \backslash
24187 thefootnote
24188 \series default
24189 コマンドの代わりに
24190 \series bold
24191
24192 \backslash
24193 theendnote
24194 \series default
24195 を用いてください。後注番号をリセットするには、第
24196 \begin_inset CommandInset ref
24197 LatexCommand ref
24198 reference "sub:脚注の付番"
24199
24200 \end_inset
24201
24202 節で述べたコマンド
24203 \series bold
24204
24205 \backslash
24206 @addtoreset
24207 \series default
24208 の、パラメータ
24209 \series bold
24210 footnote
24211 \series default
24212
24213 \series bold
24214 endnote
24215 \series default
24216 に変えて、使用してください。
24217 \end_layout
24218
24219 \begin_layout Standard
24220 後注の印だけを作成するには、第
24221 \begin_inset CommandInset ref
24222 LatexCommand ref
24223 reference "sec:脚注"
24224
24225 \end_inset
24226
24227 節で説明した
24228 \series bold
24229
24230 \backslash
24231 footnotemark
24232 \series default
24233 コマンドの代わりに、
24234 \series bold
24235
24236 \backslash
24237 endnotemark[番号]
24238 \series default
24239 コマンドを使用してください。
24240 \end_layout
24241
24242 \begin_layout Standard
24243 \begin_inset VSpace bigskip
24244 \end_inset
24245
24246 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24247 \series bold
24248 footmisc
24249 \series default
24250
24251 \begin_inset Index idx
24252 status collapsed
24253
24254 \begin_layout Plain Layout
24255 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \begin_inset CommandInset citation
24262 LatexCommand cite
24263 key "footmisc"
24264
24265 \end_inset
24266
24267 を参照してください。
24268 \end_layout
24269
24270 \begin_layout Standard
24271 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24272 \begin_inset CommandInset citation
24273 LatexCommand cite
24274 key "latexcompanion,latexguide,latexbook"
24275
24276 \end_inset
24277
24278 に載っています。 
24279 \lang english
24280 If you are using a
24281 \lang japanese
24282  
24283 \series bold
24284 KOMA-Script
24285 \series default
24286
24287 \begin_inset Index idx
24288 status collapsed
24289
24290 \begin_layout Plain Layout
24291 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24292 \end_layout
24293
24294 \end_inset
24295
24296  
24297 \lang english
24298 document class, you can adjust all footnote settings using class-specific
24299  commands, see
24300 \lang japanese
24301  
24302 \begin_inset CommandInset citation
24303 LatexCommand cite
24304 key "KOMA-Script"
24305
24306 \end_inset
24307
24308 .
24309 \end_layout
24310
24311 \begin_layout Section
24312 傍注
24313 \begin_inset Index idx
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24327 \family sans
24328 挿入\SpecialChar \menuseparator
24329 傍注
24330 \family default
24331 メニューかツールバーボタン
24332 \begin_inset Graphics
24333         filename ../../images/marginalnote-insert.png
24334         scale 85
24335         scaleBeforeRotation
24336
24337 \end_inset
24338
24339 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24340 \end_layout
24341
24342 \begin_layout Standard
24343 横にあるのが傍注です
24344 \begin_inset Marginal
24345 status open
24346
24347 \begin_layout Plain Layout
24348 これは傍注文です。
24349 \end_layout
24350
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \begin_layout Standard
24357 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24358 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24359 \end_layout
24360
24361 \begin_layout Standard
24362 \begin_inset VSpace bigskip
24363 \end_inset
24364
24365 傍注を内側余白に置くには、傍注の前にTeXコードで
24366 \end_layout
24367
24368 \begin_layout Standard
24369
24370 \series bold
24371
24372 \backslash
24373 reversemarginpar
24374 \end_layout
24375
24376 \begin_layout Standard
24377 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24378 \begin_inset ERT
24379 status collapsed
24380
24381 \begin_layout Plain Layout
24382
24383
24384 \backslash
24385 reversemarginpar 
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \begin_inset Marginal
24392 status open
24393
24394 \begin_layout Plain Layout
24395 これは内側余白の傍注です。
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \series bold
24402
24403 \begin_inset Newline newline
24404 \end_inset
24405
24406
24407 \series default
24408
24409 \begin_inset Note Greyedout
24410 status open
24411
24412 \begin_layout Plain Layout
24413 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24414 \end_layout
24415
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \begin_layout Standard
24422 既定の配置に戻すには、TeXコードで
24423 \end_layout
24424
24425 \begin_layout Standard
24426
24427 \series bold
24428
24429 \backslash
24430 normalmarginpar
24431 \end_layout
24432
24433 \begin_layout Standard
24434 というコマンドを書き加えてください。
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 normalmarginpar 
24443 \end_layout
24444
24445 \end_inset
24446
24447  
24448 \begin_inset Note Greyedout
24449 status open
24450
24451 \begin_layout Plain Layout
24452
24453 \series bold
24454 【註】
24455 \backslash
24456 reversemarginpar
24457 \series default
24458 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24459 \end_layout
24460
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \begin_layout Standard
24467 \begin_inset VSpace bigskip
24468 \end_inset
24469
24470
24471 \begin_inset Marginal
24472 status open
24473
24474 \begin_layout Plain Layout
24475 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \begin_inset CommandInset ref
24482 LatexCommand ref
24483 reference "sub:複数行"
24484
24485 \end_inset
24486
24487 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24488 \begin_inset space \thinspace{}
24489 \end_inset
24490
24491 pt水平空白を挿入してください 
24492 \begin_inset Marginal
24493 status open
24494
24495 \begin_layout Plain Layout
24496 \begin_inset space \hspace*{}
24497 \length 0pt
24498 \end_inset
24499
24500 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Standard
24509 \begin_inset VSpace bigskip
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \begin_layout Standard
24516 \begin_inset Note Greyedout
24517 status open
24518
24519 \begin_layout Plain Layout
24520
24521 \series bold
24522 【註】
24523 \series default
24524 通常、傍注は表やフロート、脚注の中では使用することができません。
24525 \end_layout
24526
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \begin_layout Standard
24533 \begin_inset VSpace bigskip
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \begin_layout Standard
24540 \begin_inset ERT
24541 status collapsed
24542
24543 \begin_layout Plain Layout
24544
24545
24546 \backslash
24547 ifmarginnote
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \begin_inset Note Note
24554 status open
24555
24556 \begin_layout Plain Layout
24557 以下の部分は、LaTeXパッケージ
24558 \series bold
24559 marginnote
24560 \series default
24561 が導入されているときのみ表示されます。
24562 \end_layout
24563
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 この制約は、LaTeXパッケージ
24571 \series bold
24572 marginnote
24573 \series default
24574
24575 \begin_inset Index idx
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24580 \end_layout
24581
24582 \end_inset
24583
24584 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24585 \series bold
24586 marginnote
24587 \series default
24588 パッケージが提供するコマンドを使うようになります。
24589 \end_layout
24590
24591 \begin_layout Standard
24592
24593 \series bold
24594
24595 \backslash
24596 usepackage{marginnote}
24597 \begin_inset Newline newline
24598 \end_inset
24599
24600
24601 \backslash
24602 let
24603 \backslash
24604 marginpar
24605 \backslash
24606 marginnote
24607 \end_layout
24608
24609 \begin_layout Standard
24610
24611 \series bold
24612 marginnote
24613 \series default
24614 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24615 \series bold
24616 marginnote
24617 \series default
24618 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24619 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24620 \end_layout
24621
24622 \begin_layout Standard
24623
24624 \series bold
24625 [オフセット]
24626 \end_layout
24627
24628 \begin_layout Standard
24629 という形で書くことで設定することができます。ここで「オフセット」には、表
24630 \begin_inset CommandInset ref
24631 LatexCommand ref
24632 reference "tab:単位"
24633
24634 \end_inset
24635
24636 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24637 \series bold
24638 [-1.5cm]
24639 \series default
24640 」を使用して、1.5
24641 \begin_inset space \thinspace{}
24642 \end_inset
24643
24644 cm上にずらしてあります
24645 \begin_inset Marginal
24646 status open
24647
24648 \begin_layout Plain Layout
24649 この傍注は、本来の位置よりも1.5
24650 \begin_inset space \thinspace{}
24651 \end_inset
24652
24653 cm上にずらしてあります。
24654 \end_layout
24655
24656 \end_inset
24657
24658
24659 \begin_inset ERT
24660 status collapsed
24661
24662 \begin_layout Plain Layout
24663
24664 [-1.5cm]
24665 \end_layout
24666
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \begin_layout Standard
24673 \begin_inset VSpace medskip
24674 \end_inset
24675
24676
24677 \series bold
24678 marginnote
24679 \series default
24680 を使うと、傍注の揃えを変更することもできます。たとえば、
24681 \end_layout
24682
24683 \begin_layout Standard
24684
24685 \series bold
24686
24687 \backslash
24688 renewcommand*{
24689 \backslash
24690 raggedleftmarginnote}{
24691 \backslash
24692 centering}
24693 \begin_inset Newline newline
24694 \end_inset
24695
24696
24697 \backslash
24698 renewcommand*{
24699 \backslash
24700 raggedrightmarginnote}{
24701 \backslash
24702 centering}
24703 \end_layout
24704
24705 \begin_layout Standard
24706 というコマンドを使うと、中央揃えになります。
24707 \series bold
24708
24709 \backslash
24710 raggedleftmarginnote
24711 \series default
24712 とは、左側に表示されている傍注のことを指します
24713 \begin_inset ERT
24714 status collapsed
24715
24716 \begin_layout Plain Layout
24717
24718
24719 \backslash
24720 renewcommand*{
24721 \backslash
24722 raggedleftmarginnote}{
24723 \backslash
24724 centering}
24725 \end_layout
24726
24727 \begin_layout Plain Layout
24728
24729
24730 \backslash
24731 renewcommand*{
24732 \backslash
24733 raggedrightmarginnote}{
24734 \backslash
24735 centering}
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \begin_inset Marginal
24742 status open
24743
24744 \begin_layout Plain Layout
24745 この傍注の文章は中央揃えになっています。
24746 \end_layout
24747
24748 \end_inset
24749
24750 。既定の設定は、
24751 \end_layout
24752
24753 \begin_layout Standard
24754
24755 \series bold
24756
24757 \backslash
24758 renewcommand*{
24759 \backslash
24760 raggedleftmarginnote}{
24761 \backslash
24762 raggedleft}
24763 \begin_inset Newline newline
24764 \end_inset
24765
24766
24767 \backslash
24768 renewcommand*{
24769 \backslash
24770 raggedrightmarginnote}{
24771 \backslash
24772 raggedright}
24773 \series default
24774
24775 \begin_inset ERT
24776 status collapsed
24777
24778 \begin_layout Plain Layout
24779
24780
24781 \backslash
24782 renewcommand*{
24783 \backslash
24784 raggedleftmarginnote}{
24785 \backslash
24786 raggedleft}
24787 \end_layout
24788
24789 \begin_layout Plain Layout
24790
24791
24792 \backslash
24793 renewcommand*{
24794 \backslash
24795 raggedrightmarginnote}{
24796 \backslash
24797 raggedright}
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Standard
24806 です。
24807 \end_layout
24808
24809 \begin_layout Standard
24810 \begin_inset VSpace medskip
24811 \end_inset
24812
24813
24814 \series bold
24815 marginnote
24816 \series default
24817 の他の機能については、
24818 \begin_inset CommandInset citation
24819 LatexCommand cite
24820 key "marginnote"
24821
24822 \end_inset
24823
24824 の取扱説明書をご参照ください。
24825 \end_layout
24826
24827 \begin_layout Standard
24828 \begin_inset VSpace bigskip
24829 \end_inset
24830
24831 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24832 \family sans
24833 \series bold
24834 \bar under
24835 注意!
24836 \family default
24837 \series default
24838 \bar default
24839 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24840 \end_layout
24841
24842 \begin_layout Standard
24843
24844 \series bold
24845
24846 \backslash
24847 let
24848 \backslash
24849 myMarginpar
24850 \backslash
24851 marginpar
24852 \begin_inset Newline newline
24853 \end_inset
24854
24855
24856 \backslash
24857 renewcommand{
24858 \backslash
24859 marginpar}[1]{
24860 \backslash
24861 myMarginpar{%
24862 \begin_inset Newline newline
24863 \end_inset
24864
24865
24866 \begin_inset Phantom HPhantom
24867 status open
24868
24869 \begin_layout Plain Layout
24870
24871 \series bold
24872 \begin_inset space ~
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \end_inset
24879
24880
24881 \backslash
24882 hspace{0pt}
24883 \backslash
24884 textsf{
24885 \backslash
24886 textbf{
24887 \backslash
24888 underbar{注意!}}}%
24889 \begin_inset Newline newline
24890 \end_inset
24891
24892
24893 \begin_inset Phantom HPhantom
24894 status open
24895
24896 \begin_layout Plain Layout
24897
24898 \series bold
24899 \begin_inset space ~
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \end_inset
24906
24907
24908 \backslash
24909 vspace{1.5mm}
24910 \backslash
24911
24912 \backslash
24913 #1}}
24914 \end_layout
24915
24916 \begin_layout Standard
24917 \begin_inset ERT
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921
24922
24923 \backslash
24924 let
24925 \backslash
24926 myMarginpar
24927 \backslash
24928 marginpar
24929 \end_layout
24930
24931 \begin_layout Plain Layout
24932
24933
24934 \backslash
24935 renewcommand{
24936 \backslash
24937 marginpar}[1]{
24938 \backslash
24939 myMarginpar{%
24940 \end_layout
24941
24942 \begin_layout Plain Layout
24943
24944    
24945 \backslash
24946 textsf{
24947 \backslash
24948 textbf{
24949 \backslash
24950 underbar{注意!}}}%
24951 \end_layout
24952
24953 \begin_layout Plain Layout
24954
24955    
24956 \backslash
24957 vspace{1.5mm}
24958 \backslash
24959
24960 \backslash
24961 #1}}
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \begin_inset Marginal
24968 status open
24969
24970 \begin_layout Plain Layout
24971 これは、定義したヘッダをつけた傍注です。
24972 \end_layout
24973
24974 \end_inset
24975
24976
24977 \begin_inset ERT
24978 status collapsed
24979
24980 \begin_layout Plain Layout
24981
24982 [-1.5cm]
24983 \end_layout
24984
24985 \end_inset
24986
24987
24988 \begin_inset ERT
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992
24993
24994 \backslash
24995 renewcommand{
24996 \backslash
24997 marginpar}[1]{
24998 \backslash
24999 myMarginpar{#1}}
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \begin_inset Note Note
25006 status open
25007
25008 \begin_layout Plain Layout
25009 傍注書式は、この例の分だけ変更してあります。
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \begin_layout Standard
25018 \begin_inset ERT
25019 status collapsed
25020
25021 \begin_layout Plain Layout
25022
25023
25024 \backslash
25025 else
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \begin_inset Note Note
25032 status open
25033
25034 \begin_layout Plain Layout
25035 以下の部分は、LaTeXパッケージ
25036 \series bold
25037 marginnote
25038 \series default
25039 が導入されていないときのみ表示されます。
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \begin_layout Standard
25048 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25049 \series bold
25050 marginnote
25051 \series default
25052 を導入する必要があります。
25053 \end_layout
25054
25055 \begin_layout Standard
25056 \begin_inset ERT
25057 status collapsed
25058
25059 \begin_layout Plain Layout
25060
25061
25062 \backslash
25063 fi
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \begin_layout Chapter
25072 ボックス
25073 \end_layout
25074
25075 \begin_layout Section
25076 はじめに
25077 \begin_inset Index idx
25078 status collapsed
25079
25080 \begin_layout Plain Layout
25081 ぼっくす@ボックス ! はじめに
25082 \end_layout
25083
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Standard
25090 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25091 \begin_inset CommandInset ref
25092 LatexCommand ref
25093 reference "sec:ミニページ"
25094
25095 \end_inset
25096
25097 節参照)、文章を囲ったり(第
25098 \begin_inset CommandInset ref
25099 LatexCommand ref
25100 reference "sec:装飾"
25101
25102 \end_inset
25103
25104 節参照)、単語がハイフネートされるのを予防したり(第
25105 \begin_inset CommandInset ref
25106 LatexCommand ref
25107 reference "sec:ハイフネーションの回避"
25108
25109 \end_inset
25110
25111 節参照)、文章を揃えたり(第
25112 \begin_inset CommandInset ref
25113 LatexCommand ref
25114 reference "sub:垂直揃え"
25115
25116 \end_inset
25117
25118 節参照)、あるいは文章の背景色を設定したり(第
25119 \begin_inset CommandInset ref
25120 LatexCommand ref
25121 reference "sec:色付きボックス"
25122
25123 \end_inset
25124
25125 節参照)するのに使用します。
25126 \end_layout
25127
25128 \begin_layout Standard
25129 ボックスは、
25130 \family sans
25131 挿入\SpecialChar \menuseparator
25132 ボックス
25133 \family default
25134 メニューかツールバーボタン
25135 \begin_inset Graphics
25136         filename ../../images/box-insert.png
25137         scale 85
25138         scaleBeforeRotation
25139
25140 \end_inset
25141
25142 を使って挿入することができます。すると、
25143 \begin_inset Graphics
25144         filename ../clipart/BoxInsetDefaultQt4.png
25145         scale 85
25146         scaleBeforeRotation
25147
25148 \end_inset
25149
25150 のように
25151 \family sans
25152 ボックス(minipage環境)
25153 \family default
25154 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25155 \family sans
25156 設定
25157 \family default
25158 メニューを選択すると現れるボックスダイアログでは、
25159 \family sans
25160 parboxコマンド
25161 \family default
25162
25163 \family sans
25164 minipage環境
25165 \family default
25166 の二つの
25167 \family sans
25168 内部ボックス
25169 \family default
25170 型を選択することができます。
25171 \family sans
25172 minipage
25173 \family default
25174 型は、新規ボックスの既定値となっており、第
25175 \begin_inset CommandInset ref
25176 LatexCommand ref
25177 reference "sec:ミニページ"
25178
25179 \end_inset
25180
25181 節で説明します。
25182 \family sans
25183 parbox
25184 \family default
25185 型については第
25186 \begin_inset CommandInset ref
25187 LatexCommand ref
25188 reference "sec:Parboxes"
25189
25190 \end_inset
25191
25192 節、
25193 \family sans
25194 makebox
25195 \family default
25196 型については第
25197 \begin_inset CommandInset ref
25198 LatexCommand ref
25199 reference "sec:ハイフネーションの回避"
25200
25201 \end_inset
25202
25203 節で述べます。
25204 \end_layout
25205
25206 \begin_layout Standard
25207 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \begin_inset Note Greyedout
25212 status open
25213
25214 \begin_layout Plain Layout
25215 【註】ボックスは、
25216 \family sans
25217 箇条書き(記号)
25218 \family default
25219 環境や
25220 \family sans
25221 箇条書き(記述)
25222 \family default
25223 環境の単独要素とすべきではありません。
25224 \end_layout
25225
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \begin_layout Standard
25232 \begin_inset Note Greyedout
25233 status open
25234
25235 \begin_layout Plain Layout
25236 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25237 \family sans
25238 内部ボックス
25239 \family default
25240 型は
25241 \family sans
25242 なし
25243 \family default
25244 にしか設定することができません。
25245 \family sans
25246 内部ボックス
25247 \family default
25248 型や枠のないボックスについては、第
25249 \begin_inset CommandInset ref
25250 LatexCommand ref
25251 reference "sec:ハイフネーションの回避"
25252
25253 \end_inset
25254
25255 節で説明します。
25256 \end_layout
25257
25258 \end_inset
25259
25260
25261 \end_layout
25262
25263 \begin_layout Section
25264 ボックスダイアログ
25265 \begin_inset CommandInset label
25266 LatexCommand label
25267 name "sec:ボックスダイアログ"
25268
25269 \end_inset
25270
25271
25272 \begin_inset Index idx
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25277 \end_layout
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Subsection
25285 寸法
25286 \begin_inset Index idx
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290 ぼっくす@ボックス ! すんぽう@寸法
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 ボックスダイアログでは、
25300 \family sans
25301
25302 \family default
25303
25304 \family sans
25305 高さ
25306 \family default
25307 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25308 \begin_inset CommandInset ref
25309 LatexCommand ref
25310 reference "tab:単位"
25311
25312 \end_inset
25313
25314 に説明されています。
25315 \family sans
25316 高さ
25317 \family default
25318 フィールドには、加えて以下の寸法を使用することができます。
25319 \end_layout
25320
25321 \begin_layout Description
25322 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25323 \begin_inset Newline newline
25324 \end_inset
25325
25326
25327 \begin_inset Newline newline
25328 \end_inset
25329
25330
25331 \begin_inset Newline newline
25332 \end_inset
25333
25334
25335 \begin_inset Box Boxed
25336 position "c"
25337 hor_pos "c"
25338 has_inner_box 1
25339 inner_pos "c"
25340 use_parbox 0
25341 use_makebox 0
25342 width "12col%"
25343 special "none"
25344 height "1in"
25345 height_special "depth"
25346 status open
25347
25348 \begin_layout Plain Layout
25349 \align center
25350 高さを1階層に設定したボックス
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \begin_inset Newline newline
25357 \end_inset
25358
25359
25360 \begin_inset Newline newline
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \begin_layout Description
25367 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25368 \begin_inset Box Boxed
25369 position "c"
25370 hor_pos "c"
25371 has_inner_box 1
25372 inner_pos "c"
25373 use_parbox 0
25374 use_makebox 0
25375 width "20col%"
25376 special "none"
25377 height "2in"
25378 height_special "height"
25379 status open
25380
25381 \begin_layout Plain Layout
25382 \align center
25383 高さを2高さに設定したボックス
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \begin_layout Description
25392 全高 これは「高さ」+「階層」です。
25393 \begin_inset Box Boxed
25394 position "c"
25395 hor_pos "c"
25396 has_inner_box 1
25397 inner_pos "c"
25398 use_parbox 0
25399 use_makebox 0
25400 width "20col%"
25401 special "none"
25402 height "1in"
25403 height_special "totalheight"
25404 status open
25405
25406 \begin_layout Plain Layout
25407 \align center
25408 高さを1全高に設定したボックス
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Description
25417 幅 これはボックスの幅を高さに設定します。
25418 \begin_inset Box Boxed
25419 position "c"
25420 hor_pos "c"
25421 has_inner_box 1
25422 inner_pos "c"
25423 use_parbox 0
25424 use_makebox 0
25425 width "12col%"
25426 special "none"
25427 height "1in"
25428 height_special "width"
25429 status open
25430
25431 \begin_layout Plain Layout
25432 \align center
25433 高さを1幅に設定したボックス
25434 \end_layout
25435
25436 \end_inset
25437
25438
25439 \end_layout
25440
25441 \begin_layout Subsection
25442 文字揃え
25443 \begin_inset Index idx
25444 status collapsed
25445
25446 \begin_layout Plain Layout
25447 ぼっくす@ボックス ! もじそろえ@文字揃え
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Standard
25456
25457 \family sans
25458 内部ボックス
25459 \family default
25460 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25461 \end_layout
25462
25463 \begin_layout Description
25464 上 これは例示のための本文行です。
25465 \begin_inset Box Boxed
25466 position "t"
25467 hor_pos "c"
25468 has_inner_box 1
25469 inner_pos "c"
25470 use_parbox 0
25471 use_makebox 0
25472 width "12col%"
25473 special "none"
25474 height "1in"
25475 height_special "totalheight"
25476 status open
25477
25478 \begin_layout Plain Layout
25479 \align center
25480 このボックスは上揃えです。
25481 \end_layout
25482
25483 \end_inset
25484
25485 これは例示のための本文行です。
25486 \end_layout
25487
25488 \begin_layout Description
25489 中央 これは例示のための本文行です。
25490 \begin_inset Box Boxed
25491 position "c"
25492 hor_pos "c"
25493 has_inner_box 1
25494 inner_pos "c"
25495 use_parbox 0
25496 use_makebox 0
25497 width "12col%"
25498 special "none"
25499 height "1in"
25500 height_special "totalheight"
25501 status open
25502
25503 \begin_layout Plain Layout
25504 \align center
25505 このボックスは中央揃えです。
25506 \end_layout
25507
25508 \end_inset
25509
25510 これは例示のための本文行です。
25511 \end_layout
25512
25513 \begin_layout Description
25514 下 これは例示のための本文行です。
25515 \begin_inset Box Boxed
25516 position "b"
25517 hor_pos "c"
25518 has_inner_box 1
25519 inner_pos "c"
25520 use_parbox 0
25521 use_makebox 0
25522 width "12col%"
25523 special "none"
25524 height "1in"
25525 height_special "totalheight"
25526 status open
25527
25528 \begin_layout Plain Layout
25529 \align center
25530 このボックスは下揃えです。
25531 \end_layout
25532
25533 \end_inset
25534
25535 これは例示のための本文行です。
25536 \end_layout
25537
25538 \begin_layout Standard
25539 \begin_inset Note Greyedout
25540 status open
25541
25542 \begin_layout Plain Layout
25543
25544 \series bold
25545 【註】
25546 \series default
25547 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \begin_layout Standard
25556 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25557 \end_layout
25558
25559 \begin_layout Standard
25560 \begin_inset VSpace bigskip
25561 \end_inset
25562
25563
25564 \family sans
25565 内部ボックス
25566 \family default
25567 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25568 \end_layout
25569
25570 \begin_layout Description
25571 上 これは例示のための本文行です。
25572 \begin_inset Box Boxed
25573 position "c"
25574 hor_pos "c"
25575 has_inner_box 1
25576 inner_pos "t"
25577 use_parbox 0
25578 use_makebox 0
25579 width "12col%"
25580 special "none"
25581 height "1.5in"
25582 height_special "totalheight"
25583 status open
25584
25585 \begin_layout Plain Layout
25586 \align center
25587 このボックスの文章は上揃えです。
25588 \end_layout
25589
25590 \end_inset
25591
25592 これは例示のための本文行です。
25593 \end_layout
25594
25595 \begin_layout Description
25596 中央 これは例示のための本文行です。
25597 \begin_inset Box Boxed
25598 position "c"
25599 hor_pos "c"
25600 has_inner_box 1
25601 inner_pos "c"
25602 use_parbox 0
25603 use_makebox 0
25604 width "12col%"
25605 special "none"
25606 height "1.5in"
25607 height_special "totalheight"
25608 status open
25609
25610 \begin_layout Plain Layout
25611 \align center
25612 このボックスの文章は中央揃えです。
25613 \end_layout
25614
25615 \end_inset
25616
25617 これは例示のための本文行です。
25618 \end_layout
25619
25620 \begin_layout Description
25621 下 これは例示のための本文行です。
25622 \begin_inset Box Boxed
25623 position "c"
25624 hor_pos "c"
25625 has_inner_box 1
25626 inner_pos "b"
25627 use_parbox 0
25628 use_makebox 0
25629 width "12col%"
25630 special "none"
25631 height "1.5in"
25632 height_special "totalheight"
25633 status open
25634
25635 \begin_layout Plain Layout
25636 \align center
25637 このボックスの文章は下揃えです。
25638 \end_layout
25639
25640 \end_inset
25641
25642 これは例示のための本文行です。
25643 \end_layout
25644
25645 \begin_layout Description
25646 広げる これは例示のための本文行です。
25647 \begin_inset Box Boxed
25648 position "c"
25649 hor_pos "c"
25650 has_inner_box 1
25651 inner_pos "s"
25652 use_parbox 0
25653 use_makebox 0
25654 width "17col%"
25655 special "none"
25656 height "1.5in"
25657 height_special "totalheight"
25658 status open
25659
25660 \begin_layout Plain Layout
25661 \align center
25662 このボックスの
25663 \end_layout
25664
25665 \begin_layout Plain Layout
25666 \align center
25667 文章は広げて
25668 \end_layout
25669
25670 \begin_layout Plain Layout
25671 \align center
25672 あります。
25673 \end_layout
25674
25675 \end_inset
25676
25677 これは例示のための本文行です。
25678 \end_layout
25679
25680 \begin_layout Standard
25681 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25682 \end_layout
25683
25684 \begin_layout Standard
25685 \begin_inset VSpace bigskip
25686 \end_inset
25687
25688
25689 \family sans
25690 内部ボックス
25691 \family default
25692 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25693 \end_layout
25694
25695 \begin_layout Standard
25696 \align center
25697 \begin_inset Box Boxed
25698 position "c"
25699 hor_pos "c"
25700 has_inner_box 1
25701 inner_pos "s"
25702 use_parbox 0
25703 use_makebox 0
25704 width "25col%"
25705 special "none"
25706 height "1.25in"
25707 height_special "totalheight"
25708 status open
25709
25710 \begin_layout Plain Layout
25711 \align left
25712 このボックスの
25713 \end_layout
25714
25715 \begin_layout Plain Layout
25716 \align center
25717 文章は広げて
25718 \end_layout
25719
25720 \begin_layout Plain Layout
25721 \align right
25722 あります。
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731
25732 \family sans
25733 内部ボックス
25734 \family default
25735 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25736 \end_layout
25737
25738 \begin_layout Standard
25739 \align center
25740 \begin_inset Box Boxed
25741 position "c"
25742 hor_pos "s"
25743 has_inner_box 0
25744 inner_pos "s"
25745 use_parbox 0
25746 use_makebox 0
25747 width "90col%"
25748 special "none"
25749 height "1.25in"
25750 height_special "totalheight"
25751 status open
25752
25753 \begin_layout Plain Layout
25754 このボックスの文章は水平方向に広げてあります。
25755 \end_layout
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \begin_layout Subsection
25763 装飾
25764 \begin_inset CommandInset label
25765 LatexCommand label
25766 name "sec:装飾"
25767
25768 \end_inset
25769
25770
25771 \begin_inset Index idx
25772 status collapsed
25773
25774 \begin_layout Plain Layout
25775 ぼっくす@ボックス ! そうしょく@装飾
25776 \end_layout
25777
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \begin_layout Standard
25784 ボックス型は、ボックスダイアログ中の
25785 \family sans
25786 装飾
25787 \family default
25788 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25789 \end_layout
25790
25791 \begin_layout Description
25792 縁なし 枠を描きません。
25793 \end_layout
25794
25795 \begin_layout Description
25796 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25797 \series bold
25798
25799 \backslash
25800 fboxrule
25801 \series default
25802 の値になります。 
25803 \begin_inset Box Boxed
25804 position "c"
25805 hor_pos "c"
25806 has_inner_box 1
25807 inner_pos "c"
25808 use_parbox 0
25809 use_makebox 0
25810 width "20col%"
25811 special "none"
25812 height "1in"
25813 height_special "totalheight"
25814 status open
25815
25816 \begin_layout Plain Layout
25817 \align center
25818 長方形の箱型
25819 \end_layout
25820
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \begin_layout Description
25827 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25828 \begin_inset space \thinspace{}
25829 \end_inset
25830
25831 ptです。 
25832 \begin_inset Box ovalbox
25833 position "c"
25834 hor_pos "c"
25835 has_inner_box 1
25836 inner_pos "c"
25837 use_parbox 0
25838 use_makebox 0
25839 width "20col%"
25840 special "none"
25841 height "1in"
25842 height_special "totalheight"
25843 status open
25844
25845 \begin_layout Plain Layout
25846 \align center
25847 楕円形の箱型(細線)
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_layout Description
25856 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25857 \begin_inset space \thinspace{}
25858 \end_inset
25859
25860 ptです。 
25861 \begin_inset Box Ovalbox
25862 position "c"
25863 hor_pos "c"
25864 has_inner_box 1
25865 inner_pos "c"
25866 use_parbox 0
25867 use_makebox 0
25868 width "20col%"
25869 special "none"
25870 height "1in"
25871 height_special "totalheight"
25872 status open
25873
25874 \begin_layout Plain Layout
25875 \align center
25876 楕円形の箱型(太線)
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Description
25885 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25886 \series bold
25887
25888 \backslash
25889 fboxrule
25890 \series default
25891 の値になり、影の幅は4
25892 \begin_inset space \thinspace{}
25893 \end_inset
25894
25895 ptになります。
25896 \begin_inset Box Shadowbox
25897 position "c"
25898 hor_pos "c"
25899 has_inner_box 1
25900 inner_pos "c"
25901 use_parbox 0
25902 use_makebox 0
25903 width "20col%"
25904 special "none"
25905 height "1in"
25906 height_special "totalheight"
25907 status open
25908
25909 \begin_layout Plain Layout
25910 \align center
25911 影付きの箱型
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Description
25920 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25921 \begin_inset Foot
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925
25926 \begin_inset CommandInset ref
25927 LatexCommand ref
25928 reference "sec:色付きボックス"
25929
25930 \end_inset
25931
25932 節を参照のこと。
25933 \end_layout
25934
25935 \end_inset
25936
25937 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25938 \begin_inset Box Shaded
25939 position "t"
25940 hor_pos "c"
25941 has_inner_box 0
25942 inner_pos "t"
25943 use_parbox 0
25944 use_makebox 0
25945 width "50col%"
25946 special "none"
25947 height "1in"
25948 height_special "totalheight"
25949 status open
25950
25951 \begin_layout Plain Layout
25952 影付き背景の箱型
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \begin_layout Description
25961 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25962 \begin_inset space \thinspace{}
25963 \end_inset
25964
25965
25966 \series bold
25967
25968 \backslash
25969 fboxrule
25970 \series default
25971 であり、外側の枠線の太さは1.5
25972 \begin_inset space \thinspace{}
25973 \end_inset
25974
25975
25976 \series bold
25977
25978 \backslash
25979 fboxrule
25980 \series default
25981 です。枠線間の距離は1.5
25982 \begin_inset space \thinspace{}
25983 \end_inset
25984
25985
25986 \series bold
25987
25988 \backslash
25989 fboxrule
25990 \series default
25991
25992 \begin_inset space \thinspace{}
25993 \end_inset
25994
25995 +
25996 \begin_inset space \thinspace{}
25997 \end_inset
25998
25999 0.5
26000 \begin_inset space \thinspace{}
26001 \end_inset
26002
26003 ptです。 
26004 \begin_inset Box Doublebox
26005 position "c"
26006 hor_pos "c"
26007 has_inner_box 1
26008 inner_pos "c"
26009 use_parbox 0
26010 use_makebox 0
26011 width "20col%"
26012 special "none"
26013 height "1in"
26014 height_special "totalheight"
26015 status open
26016
26017 \begin_layout Plain Layout
26018 \align center
26019 二重の長方形の箱型
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \begin_layout Standard
26028 \begin_inset VSpace bigskip
26029 \end_inset
26030
26031 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26032 \series bold
26033 fancybox
26034 \series default
26035
26036 \begin_inset Index idx
26037 status collapsed
26038
26039 \begin_layout Plain Layout
26040 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26041 \end_layout
26042
26043 \end_inset
26044
26045 が導入済みでなくてはなりません。
26046 \end_layout
26047
26048 \begin_layout Standard
26049 \begin_inset VSpace bigskip
26050 \end_inset
26051
26052 装飾として
26053 \family sans
26054 簡素な長方形の箱型
26055 \family default
26056 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26057 れ、このボックス型では
26058 \series bold
26059
26060 \backslash
26061 fboxrule
26062 \series default
26063
26064 \series bold
26065
26066 \backslash
26067 fboxsep
26068 \series default
26069 は無効となります。枠線の太さは
26070 \series bold
26071
26072 \backslash
26073 FrameRule
26074 \series default
26075 の値になります。 
26076 \begin_inset Box Framed
26077 position "t"
26078 hor_pos "c"
26079 has_inner_box 0
26080 inner_pos "t"
26081 use_parbox 0
26082 use_makebox 0
26083 width "100col%"
26084 special "none"
26085 height "1in"
26086 height_special "totalheight"
26087 status collapsed
26088
26089 \begin_layout Plain Layout
26090 改行可能な箱型
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \begin_layout Section
26099 ボックスの詳細な設定
26100 \begin_inset Index idx
26101 status collapsed
26102
26103 \begin_layout Plain Layout
26104 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 寸法
26114 \series bold
26115
26116 \backslash
26117 fboxrule
26118 \series default
26119 の既定値は0.4
26120 \begin_inset space \thinspace{}
26121 \end_inset
26122
26123 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26124 \begin_inset space \thinspace{}
26125 \end_inset
26126
26127 ptに変更することができます。
26128 \end_layout
26129
26130 \begin_layout Standard
26131
26132 \series bold
26133
26134 \backslash
26135 setlength{
26136 \backslash
26137 fboxrule}{2pt}
26138 \end_layout
26139
26140 \begin_layout Standard
26141 \begin_inset ERT
26142 status collapsed
26143
26144 \begin_layout Plain Layout
26145
26146
26147 \backslash
26148 setlength{
26149 \backslash
26150 fboxrule}{2pt}
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \begin_inset Box Boxed
26157 position "c"
26158 hor_pos "c"
26159 has_inner_box 1
26160 inner_pos "c"
26161 use_parbox 0
26162 use_makebox 0
26163 width "25col%"
26164 special "none"
26165 height "1in"
26166 height_special "totalheight"
26167 status open
26168
26169 \begin_layout Plain Layout
26170 \align center
26171
26172 \series bold
26173
26174 \backslash
26175 fboxrule
26176 \series default
26177
26178 \begin_inset space \thinspace{}
26179 \end_inset
26180
26181 =
26182 \begin_inset space \thinspace{}
26183 \end_inset
26184
26185 2
26186 \begin_inset space \thinspace{}
26187 \end_inset
26188
26189 ptの長方形の箱型
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \begin_inset ERT
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 setlength{
26203 \backslash
26204 fboxrule}{0.4pt}
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Standard
26213 \begin_inset VSpace bigskip
26214 \end_inset
26215
26216 枠とボックスの内容との空白は、すべての枠様式について3
26217 \begin_inset space \thinspace{}
26218 \end_inset
26219
26220 ptが既定値になっています。これは、長さ
26221 \series bold
26222
26223 \backslash
26224 fboxsep
26225 \series default
26226 を別の値に設定することによって変更することができます。たとえば
26227 \end_layout
26228
26229 \begin_layout Standard
26230
26231 \series bold
26232
26233 \backslash
26234 setlength{
26235 \backslash
26236 fboxsep}{10pt}
26237 \end_layout
26238
26239 \begin_layout Standard
26240 というコマンドは、この値を10
26241 \begin_inset space \thinspace{}
26242 \end_inset
26243
26244 ptにし、以下のボックスのようになります。
26245 \end_layout
26246
26247 \begin_layout Standard
26248 \begin_inset ERT
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252
26253
26254 \backslash
26255 setlength{
26256 \backslash
26257 fboxsep}{10pt}
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \begin_inset Box Boxed
26264 position "c"
26265 hor_pos "c"
26266 has_inner_box 1
26267 inner_pos "c"
26268 use_parbox 0
26269 use_makebox 0
26270 width "25col%"
26271 special "none"
26272 height "1in"
26273 height_special "totalheight"
26274 status open
26275
26276 \begin_layout Plain Layout
26277 \align center
26278
26279 \series bold
26280
26281 \backslash
26282 fboxsep
26283 \series default
26284
26285 \begin_inset space \thinspace{}
26286 \end_inset
26287
26288 =
26289 \begin_inset space \thinspace{}
26290 \end_inset
26291
26292 10
26293 \begin_inset space \thinspace{}
26294 \end_inset
26295
26296 ptの長方形の箱型
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \begin_inset ERT
26303 status collapsed
26304
26305 \begin_layout Plain Layout
26306
26307
26308 \backslash
26309 setlength{
26310 \backslash
26311 fboxsep}{3pt}
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Standard
26320 \begin_inset VSpace bigskip
26321 \end_inset
26322
26323 楕円形ボックスの丸い角の直径は、コマンド
26324 \series bold
26325
26326 \backslash
26327 cornersize
26328 \series default
26329 で設定することができます。
26330 \end_layout
26331
26332 \begin_layout Standard
26333
26334 \series bold
26335
26336 \backslash
26337 cornersize*{1cm}
26338 \end_layout
26339
26340 \begin_layout Standard
26341 というコマンドは、直径を1
26342 \begin_inset space \thinspace{}
26343 \end_inset
26344
26345 cmに設定します。
26346 \end_layout
26347
26348 \begin_layout Standard
26349
26350 \series bold
26351
26352 \backslash
26353 cornersize{数値}
26354 \end_layout
26355
26356 \begin_layout Standard
26357 というコマンドは、直径を
26358 \family sans
26359 数値
26360 \begin_inset space \thinspace{}
26361 \end_inset
26362
26363 ×
26364 \begin_inset space \thinspace{}
26365 \end_inset
26366
26367 (ボックスの幅と高さの小さい方)
26368 \family default
26369 に設定します。既定値は
26370 \series bold
26371
26372 \backslash
26373 cornersize{0.5}
26374 \series default
26375 です。
26376 \end_layout
26377
26378 \begin_layout Standard
26379 \begin_inset ERT
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383
26384
26385 \backslash
26386 cornersize*{1.5cm}
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \begin_inset Box Ovalbox
26393 position "c"
26394 hor_pos "c"
26395 has_inner_box 1
26396 inner_pos "c"
26397 use_parbox 0
26398 use_makebox 0
26399 width "25col%"
26400 special "none"
26401 height "1in"
26402 height_special "totalheight"
26403 status open
26404
26405 \begin_layout Plain Layout
26406 \align center
26407
26408 \series bold
26409
26410 \backslash
26411 cornersize
26412 \series default
26413
26414 \begin_inset space \thinspace{}
26415 \end_inset
26416
26417 =
26418 \begin_inset space \thinspace{}
26419 \end_inset
26420
26421 1.5
26422 \begin_inset space \thinspace{}
26423 \end_inset
26424
26425 cmの楕円形の箱型
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \begin_inset ERT
26432 status collapsed
26433
26434 \begin_layout Plain Layout
26435
26436
26437 \backslash
26438 cornersize{0.5}
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \begin_inset VSpace bigskip
26448 \end_inset
26449
26450 影の大きさは、長さ
26451 \series bold
26452
26453 \backslash
26454 shadowsize
26455 \series default
26456 を変更することで調整できます。以下のボックスでは
26457 \end_layout
26458
26459 \begin_layout Standard
26460
26461 \series bold
26462
26463 \backslash
26464 setlength{
26465 \backslash
26466 shadowsize}{2pt}
26467 \end_layout
26468
26469 \begin_layout Standard
26470 というコマンドを使って、2
26471 \begin_inset space \thinspace{}
26472 \end_inset
26473
26474 ptに設定しています。
26475 \end_layout
26476
26477 \begin_layout Standard
26478 \begin_inset ERT
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482
26483
26484 \backslash
26485 setlength{
26486 \backslash
26487 shadowsize}{2pt}
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \begin_inset Box Shadowbox
26494 position "c"
26495 hor_pos "c"
26496 has_inner_box 1
26497 inner_pos "c"
26498 use_parbox 0
26499 use_makebox 0
26500 width "25col%"
26501 special "none"
26502 height "1in"
26503 height_special "totalheight"
26504 status open
26505
26506 \begin_layout Plain Layout
26507 \align center
26508
26509 \series bold
26510
26511 \backslash
26512 shadowsize
26513 \series default
26514
26515 \begin_inset space \thinspace{}
26516 \end_inset
26517
26518 =
26519 \begin_inset space \thinspace{}
26520 \end_inset
26521
26522 2
26523 \begin_inset space \thinspace{}
26524 \end_inset
26525
26526 ptの影付きボックス
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \begin_inset ERT
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536
26537
26538 \backslash
26539 setlength{
26540 \backslash
26541 shadowsize}{4pt}
26542 \end_layout
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \begin_layout Standard
26550 \begin_inset VSpace bigskip
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Standard
26557 寸法
26558 \series bold
26559
26560 \backslash
26561 FrameRule
26562 \series default
26563 の既定値は0.4
26564 \begin_inset space \thinspace{}
26565 \end_inset
26566
26567 ptです。ボックスの中身と枠の間の空白の既定値は9
26568 \begin_inset space \thinspace{}
26569 \end_inset
26570
26571 ptですが、
26572 \series bold
26573
26574 \backslash
26575 FrameSep
26576 \series default
26577 の値を変えることで変更することができます。たとえば、下記の
26578 \family sans
26579 ボックス
26580 \family default
26581 の枠の外見は、
26582 \end_layout
26583
26584 \begin_layout Standard
26585
26586 \series bold
26587
26588 \backslash
26589 setlength{
26590 \backslash
26591 FrameRule}{5pt}
26592 \begin_inset Newline newline
26593 \end_inset
26594
26595
26596 \backslash
26597 setlength{
26598 \backslash
26599 FrameSep}{0.5cm}
26600 \end_layout
26601
26602 \begin_layout Standard
26603 というTeXコードコマンドで設定してあります。
26604 \begin_inset ERT
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608
26609
26610 \backslash
26611 setlength{
26612 \backslash
26613 FrameRule}{5pt}
26614 \end_layout
26615
26616 \begin_layout Plain Layout
26617
26618
26619 \backslash
26620 setlength{
26621 \backslash
26622 FrameSep}{0.5cm}
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \begin_inset Box Framed
26629 position "t"
26630 hor_pos "c"
26631 has_inner_box 0
26632 inner_pos "t"
26633 use_parbox 0
26634 use_makebox 0
26635 width "100col%"
26636 special "none"
26637 height "1in"
26638 height_special "totalheight"
26639 status open
26640
26641 \begin_layout Plain Layout
26642 これは
26643 \family sans
26644 改頁可能
26645 \family default
26646 ボックスの文章です。
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \begin_inset ERT
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656
26657
26658 \backslash
26659 setlength{
26660 \backslash
26661 FrameRule}{0.4pt}
26662 \end_layout
26663
26664 \begin_layout Plain Layout
26665
26666
26667 \backslash
26668 setlength{
26669 \backslash
26670 FrameSep}{9pt}
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \begin_layout Standard
26679 \begin_inset VSpace bigskip
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Standard
26686
26687 \family sans
26688 影付き背景
26689 \family default
26690 ボックスでは、ボックスの内容と枠の余白の既定値は3
26691 \begin_inset space \thinspace{}
26692 \end_inset
26693
26694 ptになっていますが、
26695 \series bold
26696
26697 \backslash
26698 fboxsep
26699 \series default
26700 の値を変更することで変えられます。既定の背景色である赤色は、
26701 \series bold
26702
26703 \backslash
26704 definecolor{shadebox}
26705 \series default
26706 コマンドで局所的に変更することもできますし、
26707 \family sans
26708 ツール\SpecialChar \menuseparator
26709 設定\SpecialChar \menuseparator
26710 色\SpecialChar \menuseparator
26711 影付きボックス
26712 \family default
26713 メニューからグローバルに変更することもできます。
26714 \series bold
26715
26716 \backslash
26717 definecolor
26718 \series default
26719 コマンドの用法は第
26720 \begin_inset CommandInset ref
26721 LatexCommand ref
26722 reference "sec:色付きの表"
26723
26724 \end_inset
26725
26726
26727 \begin_inset Foot
26728 status open
26729
26730 \begin_layout Plain Layout
26731 N
26732 \series bold
26733
26734 \backslash
26735 definecolor
26736 \series default
26737 は、LaTeXパッケージの
26738 \series bold
26739 color
26740 \series default
26741 をプリアンブルに読み込む必要があります。第
26742 \begin_inset CommandInset ref
26743 LatexCommand ref
26744 reference "sec:色付きボックス"
26745
26746 \end_inset
26747
26748 節をご参照ください。.
26749 \end_layout
26750
26751 \end_inset
26752
26753 で説明されています。
26754 \end_layout
26755
26756 \begin_layout Standard
26757 たとえば、下記の影付き背景ボックスの外見は
26758 \end_layout
26759
26760 \begin_layout Standard
26761
26762 \series bold
26763
26764 \backslash
26765 setlength{
26766 \backslash
26767 fboxsep}{0.5cm}
26768 \series default
26769
26770 \begin_inset Newline newline
26771 \end_inset
26772
26773
26774 \series bold
26775
26776 \backslash
26777 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26778 \end_layout
26779
26780 \begin_layout Standard
26781 というTeXコードコマンドを使って設定してあります。
26782 \end_layout
26783
26784 \begin_layout Standard
26785 \begin_inset ERT
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789
26790
26791 \backslash
26792 setlength{
26793 \backslash
26794 fboxsep}{0.5cm}
26795 \end_layout
26796
26797 \begin_layout Plain Layout
26798
26799
26800 \backslash
26801 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \begin_inset Box Shaded
26808 position "t"
26809 hor_pos "c"
26810 has_inner_box 0
26811 inner_pos "t"
26812 use_parbox 0
26813 use_makebox 0
26814 width "100col%"
26815 special "none"
26816 height "1in"
26817 height_special "totalheight"
26818 status open
26819
26820 \begin_layout Plain Layout
26821
26822 \color yellow
26823 これは、濃緑色の背景の
26824 \family sans
26825 影付き背景
26826 \family default
26827 ボックスに入れた黄色の文章です。
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \begin_inset ERT
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837
26838
26839 \backslash
26840 setlength{
26841 \backslash
26842 fboxsep}{3pt}
26843 \end_layout
26844
26845 \begin_layout Plain Layout
26846
26847
26848 \backslash
26849 definecolor{shadecolor}{rgb}{1,0,0}
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 \begin_inset VSpace bigskip
26859 \end_inset
26860
26861 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26862 \end_layout
26863
26864 \begin_layout Section
26865 ミニページ
26866 \begin_inset CommandInset label
26867 LatexCommand label
26868 name "sec:ミニページ"
26869
26870 \end_inset
26871
26872
26873 \begin_inset Index idx
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877 ぼっくす@ボックス ! みにぺーじ@ミニページ
26878 \end_layout
26879
26880 \end_inset
26881
26882
26883 \end_layout
26884
26885 \begin_layout Standard
26886 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26887 \end_layout
26888
26889 \begin_layout Standard
26890 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26891 \end_layout
26892
26893 \begin_layout Standard
26894 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26895 \family sans
26896 挿入
26897 \family default
26898 \SpecialChar \menuseparator
26899
26900 \family sans
26901 整形
26902 \family default
26903 \SpecialChar \menuseparator
26904
26905 \family sans
26906 水平方向の空白
26907 \family default
26908 メニューで挿入した水平フィルで隔てられています。
26909 \begin_inset Newpage newpage
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \begin_layout Standard
26916 \begin_inset Box Frameless
26917 position "t"
26918 hor_pos "c"
26919 has_inner_box 1
26920 inner_pos "c"
26921 use_parbox 0
26922 use_makebox 0
26923 width "45col%"
26924 special "none"
26925 height "1in"
26926 height_special "totalheight"
26927 status open
26928
26929 \begin_layout Plain Layout
26930 Dies ist ein deutscher Text.
26931  Dies ist ein deutscher Text.
26932  Dies ist ein deutscher Text.
26933  Dies ist ein deutscher Text.
26934  Dies ist ein deutscher Text.
26935  Dies ist ein deutscher Text.
26936  Dies ist ein deutscher Text.
26937  Dies ist ein deutscher Text.
26938  Dies ist ein deutscher Text.
26939  Dies ist ein deutscher Text.
26940  Dies ist ein deutscher Text.
26941  Dies ist ein deutscher Text.
26942  Dies ist ein deutscher Text
26943 \begin_inset Foot
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 Dies ist eine deutsche Fußnote.
26948 \end_layout
26949
26950 \end_inset
26951
26952 .
26953  Dies ist ein deutscher Text.
26954  Dies ist ein deutscher Text.
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \begin_inset space \hfill{}
26961 \end_inset
26962
26963
26964 \begin_inset Box Frameless
26965 position "t"
26966 hor_pos "c"
26967 has_inner_box 1
26968 inner_pos "c"
26969 use_parbox 0
26970 use_makebox 0
26971 width "45col%"
26972 special "none"
26973 height "1in"
26974 height_special "totalheight"
26975 status open
26976
26977 \begin_layout Plain Layout
26978 This is an English Text.
26979  This is an English Text.
26980  This is an English Text.
26981  This is an English Text.
26982  This is an English Text.
26983  This is an English Text.
26984  This is an English Text.
26985  This is an English Text.
26986  This is an English Text.
26987  This is an English Text.
26988  This is an English Text.
26989  This is an English Text.
26990  This is an English Text.
26991  This is an English Text.
26992  This is an English Text.
26993  This is an English Text.
26994 \begin_inset Foot
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998 This is an English footnote.
26999 \end_layout
27000
27001 \end_inset
27002
27003  This is an English Text.
27004  
27005 \end_layout
27006
27007 \end_inset
27008
27009
27010 \end_layout
27011
27012 \begin_layout Standard
27013 \begin_inset VSpace bigskip
27014 \end_inset
27015
27016 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27017 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27018 \end_layout
27019
27020 \begin_layout Standard
27021 この表の脚注は表示されません。
27022 \begin_inset Tabular
27023 <lyxtabular version="3" rows="3" columns="4">
27024 <features tabularvalignment="middle">
27025 <column alignment="center" valignment="top" width="0pt">
27026 <column alignment="center" valignment="top" width="0pt">
27027 <column alignment="center" valignment="top" width="0pt">
27028 <column alignment="center" valignment="top" width="0pt">
27029 <row>
27030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Plain Layout
27034 1
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043 2
27044 \end_layout
27045
27046 \end_inset
27047 </cell>
27048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27049 \begin_inset Text
27050
27051 \begin_layout Plain Layout
27052 3
27053 \begin_inset Foot
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057 これは表中の脚注です。
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Plain Layout
27071 4
27072 \end_layout
27073
27074 \end_inset
27075 </cell>
27076 </row>
27077 <row>
27078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Plain Layout
27082
27083 \end_layout
27084
27085 \end_inset
27086 </cell>
27087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27088 \begin_inset Text
27089
27090 \begin_layout Plain Layout
27091
27092 \end_layout
27093
27094 \end_inset
27095 </cell>
27096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27097 \begin_inset Text
27098
27099 \begin_layout Plain Layout
27100
27101 \end_layout
27102
27103 \end_inset
27104 </cell>
27105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27106 \begin_inset Text
27107
27108 \begin_layout Plain Layout
27109
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 </row>
27115 <row>
27116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27126 \begin_inset Text
27127
27128 \begin_layout Plain Layout
27129
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138
27139 \end_layout
27140
27141 \end_inset
27142 </cell>
27143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 </row>
27153 </lyxtabular>
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Standard
27161 \align center
27162 \begin_inset Box Frameless
27163 position "t"
27164 hor_pos "c"
27165 has_inner_box 1
27166 inner_pos "c"
27167 use_parbox 0
27168 use_makebox 0
27169 width "30col%"
27170 special "none"
27171 height "1in"
27172 height_special "totalheight"
27173 status open
27174
27175 \begin_layout Plain Layout
27176 \align center
27177 \begin_inset Tabular
27178 <lyxtabular version="3" rows="3" columns="4">
27179 <features tabularvalignment="middle">
27180 <column alignment="center" valignment="top" width="0pt">
27181 <column alignment="center" valignment="top" width="0pt">
27182 <column alignment="center" valignment="top" width="0pt">
27183 <column alignment="center" valignment="top" width="0pt">
27184 <row>
27185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189 1
27190 \end_layout
27191
27192 \end_inset
27193 </cell>
27194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27195 \begin_inset Text
27196
27197 \begin_layout Plain Layout
27198 2
27199 \end_layout
27200
27201 \end_inset
27202 </cell>
27203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27204 \begin_inset Text
27205
27206 \begin_layout Plain Layout
27207 3
27208 \begin_inset Foot
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212 これは表中の脚注です。
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \end_layout
27219
27220 \end_inset
27221 </cell>
27222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27223 \begin_inset Text
27224
27225 \begin_layout Plain Layout
27226 4
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 </row>
27232 <row>
27233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237
27238 \end_layout
27239
27240 \end_inset
27241 </cell>
27242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Plain Layout
27246
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27252 \begin_inset Text
27253
27254 \begin_layout Plain Layout
27255
27256 \end_layout
27257
27258 \end_inset
27259 </cell>
27260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 <row>
27271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275
27276 \end_layout
27277
27278 \end_inset
27279 </cell>
27280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Plain Layout
27284
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Plain Layout
27293
27294 \end_layout
27295
27296 \end_inset
27297 </cell>
27298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27299 \begin_inset Text
27300
27301 \begin_layout Plain Layout
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 </row>
27308 </lyxtabular>
27309
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Standard
27321 \begin_inset VSpace bigskip
27322 \end_inset
27323
27324 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27325 \family sans
27326 中スキップ
27327 \family default
27328 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27329 \end_layout
27330
27331 \begin_layout Standard
27332 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27333 \begin_inset CommandInset ref
27334 LatexCommand ref
27335 reference "sub:段落の着色"
27336
27337 \end_inset
27338
27339 節をご参照ください。
27340 \end_layout
27341
27342 \begin_layout Standard
27343 \begin_inset Note Greyedout
27344 status open
27345
27346 \begin_layout Plain Layout
27347
27348 \series bold
27349 【註】
27350 \series default
27351 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Section
27360 Parbox
27361 \begin_inset CommandInset label
27362 LatexCommand label
27363 name "sec:Parboxes"
27364
27365 \end_inset
27366
27367
27368 \begin_inset Index idx
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372 ぼっくす@ボックス ! Parboxes
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_layout Standard
27381 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27382 \end_layout
27383
27384 \begin_layout Standard
27385 \align center
27386 \begin_inset Box Frameless
27387 position "t"
27388 hor_pos "c"
27389 has_inner_box 1
27390 inner_pos "t"
27391 use_parbox 1
27392 use_makebox 0
27393 width "33col%"
27394 special "none"
27395 height "1in"
27396 height_special "totalheight"
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400 これはparbox内の文章です。これはparbox内の文章です。
27401 \end_layout
27402
27403 \begin_layout Plain Layout
27404 右の脚注は表示されません。
27405 \begin_inset Foot
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 これはparbox内の脚注であり、したがって表示はされません。
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Section
27423 単語や文字のボックス
27424 \begin_inset Index idx
27425 status collapsed
27426
27427 \begin_layout Plain Layout
27428 ぼっくす@ボックス ! もじよう@文字用
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Subsection
27437 ハイフネーションの回避
27438 \begin_inset CommandInset label
27439 LatexCommand label
27440 name "sec:ハイフネーションの回避"
27441
27442 \end_inset
27443
27444
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Standard
27458 単語や文章がハイフネートされるのを防ぐには、
27459 \family sans
27460 makebox
27461 \family default
27462 型ボックスを使うことができます。
27463 \begin_inset Newline newline
27464 \end_inset
27465
27466 以下が例示用の文章です。
27467 \end_layout
27468
27469 \begin_layout Standard
27470 This line is an example to show how you can prevent the hyphenation of 
27471 \begin_inset Quotes eld
27472 \end_inset
27473
27474 veryverylongword
27475 \begin_inset Quotes erd
27476 \end_inset
27477
27478 .
27479 \end_layout
27480
27481 \begin_layout Standard
27482 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
27483 \family sans
27484 内部ボックス
27485 \family default
27486
27487 \family sans
27488 makeboxコマンド
27489 \family default
27490 に設定し、幅を1幅にします。
27491 \end_layout
27492
27493 \begin_layout Standard
27494 以下がその結果です。
27495 \end_layout
27496
27497 \begin_layout Standard
27498 This line is an example to show how you can prevent the hyphenation of 
27499 \begin_inset Box Frameless
27500 position "t"
27501 hor_pos "c"
27502 has_inner_box 1
27503 inner_pos "t"
27504 use_parbox 0
27505 use_makebox 1
27506 width "1in"
27507 special "width"
27508 height "1in"
27509 height_special "totalheight"
27510 status open
27511
27512 \begin_layout Plain Layout
27513 \begin_inset Quotes eld
27514 \end_inset
27515
27516 veryverylongword
27517 \begin_inset Quotes erd
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \end_inset
27524
27525 .
27526 \end_layout
27527
27528 \begin_layout Standard
27529 別の方法としては、以下のように、単語の前に直接TeXコードで「
27530 \series bold
27531
27532 \backslash
27533 -
27534 \series default
27535 」コマンドを設定する方法もあります。
27536 \end_layout
27537
27538 \begin_layout Standard
27539 This line is an example to show how you can prevent the hyphenation of 
27540 \begin_inset Quotes eld
27541 \end_inset
27542
27543
27544 \begin_inset ERT
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548
27549
27550 \backslash
27551 -
27552 \end_layout
27553
27554 \end_inset
27555
27556 veryverylongword
27557 \begin_inset Quotes erd
27558 \end_inset
27559
27560 .
27561 \end_layout
27562
27563 \begin_layout Standard
27564 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27565 \family sans
27566 挿入
27567 \family default
27568 \SpecialChar \menuseparator
27569
27570 \family sans
27571 整形
27572 \family default
27573 \SpecialChar \menuseparator
27574
27575 \family sans
27576 整形なし改行
27577 \family default
27578 メニュー(短絡キー
27579 \begin_inset Info
27580 type  "shortcut"
27581 arg   "newline-insert newline"
27582 \end_inset
27583
27584 )から改行を単語の前に入れてください。
27585 \end_layout
27586
27587 \begin_layout Standard
27588 This line is an example to show how you can prevent the hyphenation of 
27589 \begin_inset Newline newline
27590 \end_inset
27591
27592
27593 \begin_inset Box Frameless
27594 position "t"
27595 hor_pos "c"
27596 has_inner_box 1
27597 inner_pos "t"
27598 use_parbox 0
27599 use_makebox 1
27600 width "1in"
27601 special "width"
27602 height "1in"
27603 height_special "totalheight"
27604 status open
27605
27606 \begin_layout Plain Layout
27607 \begin_inset Quotes eld
27608 \end_inset
27609
27610 veryverylongword
27611 \begin_inset Quotes erd
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \end_inset
27618
27619 .
27620 \end_layout
27621
27622 \begin_layout Subsection
27623 垂直揃え
27624 \begin_inset CommandInset label
27625 LatexCommand label
27626 name "sub:垂直揃え"
27627
27628 \end_inset
27629
27630
27631 \begin_inset Index idx
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \begin_inset Index idx
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 ぼっくす@ボックス ! Raiseboxes
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \begin_layout Standard
27654
27655 \series bold
27656
27657 \backslash
27658 raisebox
27659 \series default
27660 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27661 \series bold
27662
27663 \backslash
27664 raisebox
27665 \series default
27666 は以下の書式で使用します。
27667 \end_layout
27668
27669 \begin_layout Standard
27670
27671 \series bold
27672
27673 \backslash
27674 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27675 \end_layout
27676
27677 \begin_layout Standard
27678 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27679 \end_layout
27680
27681 \begin_layout Standard
27682 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27683 \end_layout
27684
27685 \begin_layout Standard
27686
27687 \series bold
27688
27689 \backslash
27690 raisebox{
27691 \backslash
27692 depth}{
27693 \end_layout
27694
27695 \begin_layout Standard
27696 というコマンドを挿入してください。単語の後には、閉じ括弧「
27697 \series bold
27698 }
27699 \series default
27700 」をTeXコードで挿入してください。
27701 \begin_inset Newline newline
27702 \end_inset
27703
27704 以下がその出力です。
27705 \end_layout
27706
27707 \begin_layout Standard
27708 This is a text line with the word 
27709 \begin_inset ERT
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713
27714
27715 \backslash
27716 raisebox{
27717 \backslash
27718 depth}{
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \begin_inset Quotes eld
27725 \end_inset
27726
27727 preventing
27728 \begin_inset Quotes erd
27729 \end_inset
27730
27731
27732 \begin_inset ERT
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736
27737 }
27738 \end_layout
27739
27740 \end_inset
27741
27742  as raised word.
27743 \end_layout
27744
27745 \begin_layout Standard
27746 \begin_inset VSpace bigskip
27747 \end_inset
27748
27749 行中の文字を上げ下げすると、以下のように行間が広がります。
27750 \end_layout
27751
27752 \begin_layout Standard
27753 This is a text line with the word 
27754 \begin_inset ERT
27755 status collapsed
27756
27757 \begin_layout Plain Layout
27758
27759
27760 \backslash
27761 raisebox{-
27762 \backslash
27763 depth}{
27764 \end_layout
27765
27766 \end_inset
27767
27768
27769 \begin_inset Quotes eld
27770 \end_inset
27771
27772 preventing
27773 \begin_inset Quotes erd
27774 \end_inset
27775
27776
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781
27782 }
27783 \end_layout
27784
27785 \end_inset
27786
27787  as lowered word.
27788 \begin_inset Newline newline
27789 \end_inset
27790
27791 This is a text line with the word 
27792 \begin_inset ERT
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796
27797
27798 \backslash
27799 raisebox{0.5cm}{
27800 \end_layout
27801
27802 \end_inset
27803
27804
27805 \begin_inset Quotes eld
27806 \end_inset
27807
27808 testing
27809 \begin_inset Quotes erd
27810 \end_inset
27811
27812
27813 \begin_inset ERT
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817
27818 }
27819 \end_layout
27820
27821 \end_inset
27822
27823  as raised word.
27824 \end_layout
27825
27826 \begin_layout Standard
27827 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27828 \end_layout
27829
27830 \begin_layout Standard
27831
27832 \series bold
27833
27834 \backslash
27835 raisebox{-
27836 \backslash
27837 depth}[0pt]{
27838 \end_layout
27839
27840 \begin_layout Standard
27841 とすると、
27842 \end_layout
27843
27844 \begin_layout Standard
27845 This is a text line with the word 
27846 \begin_inset ERT
27847 status collapsed
27848
27849 \begin_layout Plain Layout
27850
27851
27852 \backslash
27853 raisebox{-
27854 \backslash
27855 depth}[0pt]{
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \begin_inset Quotes eld
27862 \end_inset
27863
27864 preventing
27865 \begin_inset Quotes erd
27866 \end_inset
27867
27868
27869 \begin_inset ERT
27870 status collapsed
27871
27872 \begin_layout Plain Layout
27873
27874 }
27875 \end_layout
27876
27877 \end_inset
27878
27879  as lowered word.
27880 \begin_inset Newline newline
27881 \end_inset
27882
27883 This is a text line with the word 
27884 \begin_inset ERT
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888
27889
27890 \backslash
27891 raisebox{0.5cm}[0pt]{
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \begin_inset Quotes eld
27898 \end_inset
27899
27900 testing
27901 \begin_inset Quotes erd
27902 \end_inset
27903
27904
27905 \begin_inset ERT
27906 status collapsed
27907
27908 \begin_layout Plain Layout
27909
27910 }
27911 \end_layout
27912
27913 \end_inset
27914
27915  as raised word.
27916 \end_layout
27917
27918 \begin_layout Section
27919 色付きボックス
27920 \begin_inset CommandInset label
27921 LatexCommand label
27922 name "sec:色付きボックス"
27923
27924 \end_inset
27925
27926
27927 \begin_inset Index idx
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 ぼっくす@ボックス ! いろつき@色付き
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Subsection
27940 文字の着色
27941 \begin_inset Index idx
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 いろ@色 ! もじの@文字の---
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Standard
27954 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
27955 \series bold
27956 color
27957 \series default
27958
27959 \begin_inset Index idx
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963 LaTeXぱっけーじ@LaTeXパッケージ ! color
27964 \end_layout
27965
27966 \end_inset
27967
27968 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
27969 \end_layout
27970
27971 \begin_layout Standard
27972
27973 \series bold
27974
27975 \backslash
27976 @ifundefined{textcolor}
27977 \begin_inset Newline newline
27978 \end_inset
27979
27980
27981 \begin_inset Phantom HPhantom
27982 status open
27983
27984 \begin_layout Plain Layout
27985
27986 \series bold
27987 \begin_inset space ~
27988 \end_inset
27989
27990
27991 \end_layout
27992
27993 \end_inset
27994
27995 {
27996 \backslash
27997 usepackage{color}}{}
27998 \end_layout
27999
28000 \begin_layout Standard
28001
28002 \series bold
28003 color
28004 \series default
28005 パッケージは、文章を着色するとLyXが自動的に読み込みます
28006 \begin_inset Foot
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010 これが二度読み込まれることを回避するには、
28011 \series bold
28012
28013 \backslash
28014 @ifundefined
28015 \series default
28016 コマンドを使用します。
28017 \end_layout
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \begin_layout Standard
28025 \begin_inset VSpace medskip
28026 \end_inset
28027
28028 色付きボックスは、
28029 \series bold
28030
28031 \backslash
28032 colorbox
28033 \series default
28034 コマンドを使って作ります。これは、以下のような書式で使われます。
28035 \end_layout
28036
28037 \begin_layout Standard
28038
28039 \series bold
28040
28041 \backslash
28042 colorbox{color}{ボックスの内容}
28043 \end_layout
28044
28045 \begin_layout Standard
28046 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28047 \end_layout
28048
28049 \begin_layout Standard
28050 事前定義されている色には、
28051 \begin_inset Newline newline
28052 \end_inset
28053
28054
28055 \family sans
28056
28057 \family default
28058
28059 \family sans
28060
28061 \family default
28062
28063 \family sans
28064 シアン
28065 \family default
28066
28067 \family sans
28068
28069 \family default
28070
28071 \family sans
28072 マゼンタ
28073 \family default
28074
28075 \family sans
28076
28077 \family default
28078
28079 \family sans
28080
28081 \family default
28082
28083 \family sans
28084
28085 \family default
28086
28087 \begin_inset Newline newline
28088 \end_inset
28089
28090 があります。第
28091 \begin_inset CommandInset ref
28092 LatexCommand ref
28093 reference "sec:色付きの表"
28094
28095 \end_inset
28096
28097 節に述べられているようにすれば、自前の色を定義することもできます。
28098 \end_layout
28099
28100 \begin_layout Standard
28101 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28102 \end_layout
28103
28104 \begin_layout Standard
28105
28106 \series bold
28107
28108 \backslash
28109 colorbox{red}{
28110 \end_layout
28111
28112 \begin_layout Standard
28113 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28114 \series bold
28115 }
28116 \series default
28117 」を入れてください。
28118 \begin_inset Newline newline
28119 \end_inset
28120
28121 以下がその結果です。
28122 \end_layout
28123
28124 \begin_layout Standard
28125 この行では、
28126 \begin_inset ERT
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130
28131
28132 \backslash
28133 colorbox{red}{
28134 \end_layout
28135
28136 \end_inset
28137
28138 「注意!」
28139 \begin_inset ERT
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143
28144 }
28145 \end_layout
28146
28147 \end_inset
28148
28149 という単語が赤い背景になっています。
28150 \end_layout
28151
28152 \begin_layout Standard
28153 \begin_inset VSpace bigskip
28154 \end_inset
28155
28156 ボックスの枠を別の色にしたい場合には、以下の書式で
28157 \series bold
28158
28159 \backslash
28160 fcolorbox
28161 \series default
28162 コマンドを使います。
28163 \end_layout
28164
28165 \begin_layout Standard
28166
28167 \series bold
28168
28169 \backslash
28170 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28171 \end_layout
28172
28173 \begin_layout Standard
28174
28175 \series bold
28176
28177 \backslash
28178 fcolorbox
28179 \series default
28180
28181 \series bold
28182
28183 \backslash
28184 colorbox
28185 \series default
28186 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28187 \begin_inset CommandInset ref
28188 LatexCommand ref
28189 reference "sec:装飾"
28190
28191 \end_inset
28192
28193 節で述べられているように、それぞれ
28194 \series bold
28195
28196 \backslash
28197 fboxrule
28198 \series default
28199
28200 \series bold
28201
28202 \backslash
28203 fboxsep
28204 \series default
28205 という長さで調節できます。
28206 \end_layout
28207
28208 \begin_layout Standard
28209 以下の例では、
28210 \end_layout
28211
28212 \begin_layout Standard
28213
28214 \series bold
28215
28216 \backslash
28217 fcolorbox{cyan}{magenta}{
28218 \end_layout
28219
28220 \begin_layout Standard
28221 というコマンドを使用しています。
28222 \end_layout
28223
28224 \begin_layout Standard
28225 これは、枠の太さを1
28226 \begin_inset space \thinspace{}
28227 \end_inset
28228
28229 mmに設定した例です。
28230 \begin_inset Newline newline
28231 \end_inset
28232
28233
28234 \begin_inset ERT
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238
28239
28240 \backslash
28241 fboxrule 1mm 
28242 \backslash
28243 fboxsep 1mm
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \begin_inset ERT
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253
28254
28255 \backslash
28256 fcolorbox{cyan}{magenta}{
28257 \end_layout
28258
28259 \end_inset
28260
28261 これは着色した色付きボックス中の文章です。
28262 \begin_inset ERT
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266
28267 }
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \begin_inset VSpace bigskip
28277 \end_inset
28278
28279 もちろん、色付きボックスの中に色付き文字を入れることもできます
28280 \begin_inset Newline newline
28281 \end_inset
28282
28283
28284 \begin_inset ERT
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288
28289
28290 \backslash
28291 fcolorbox{cyan}{magenta}{
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \color yellow
28298 これは着色した色付きボックス中の色付き文章です。
28299 \color inherit
28300
28301 \begin_inset ERT
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305
28306 }
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \begin_inset ERT
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316
28317
28318 \backslash
28319 fboxrule 0.4pt 
28320 \backslash
28321 fboxsep 3pt
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \begin_layout Standard
28330
28331 \series bold
28332 \begin_inset VSpace medskip
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \begin_layout Standard
28339 \begin_inset Note Greyedout
28340 status open
28341
28342 \begin_layout Plain Layout
28343
28344 \series bold
28345 【註】
28346 \series default
28347 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Subsection
28356 段落の着色
28357 \begin_inset CommandInset label
28358 LatexCommand label
28359 name "sub:段落の着色"
28360
28361 \end_inset
28362
28363
28364 \begin_inset Index idx
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368 いろ@色 ! だんらく@段落---
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Standard
28377 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28378 \series bold
28379
28380 \backslash
28381 colorbox
28382 \series default
28383 コマンドを
28384 \end_layout
28385
28386 \begin_layout Standard
28387
28388 \series bold
28389
28390 \backslash
28391 colorbox{色名}{
28392 \end_layout
28393
28394 \begin_layout Standard
28395 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28396 \series bold
28397 }
28398 \series default
28399 」を挿入してください。
28400 \end_layout
28401
28402 \begin_layout Standard
28403 \begin_inset ERT
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407
28408
28409 \backslash
28410 colorbox{lightgrey}{
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \begin_inset Box Frameless
28417 position "t"
28418 hor_pos "c"
28419 has_inner_box 1
28420 inner_pos "t"
28421 use_parbox 0
28422 use_makebox 0
28423 width "100col%"
28424 special "none"
28425 height "1in"
28426 height_special "totalheight"
28427 status open
28428
28429 \begin_layout Plain Layout
28430 これは背景色を付けた文章です。これは背景色を付けた文章です。
28431 \end_layout
28432
28433 \begin_layout Plain Layout
28434 \begin_inset VSpace defskip
28435 \end_inset
28436
28437 ここの文章には脚注
28438 \begin_inset Foot
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 脚注の例
28443 \end_layout
28444
28445 \end_inset
28446
28447 を付けることもできますし、図表を挿入することもできます。
28448 \end_layout
28449
28450 \begin_layout Plain Layout
28451 \align center
28452 \begin_inset Tabular
28453 <lyxtabular version="3" rows="3" columns="3">
28454 <features tabularvalignment="middle">
28455 <column alignment="center" valignment="top" width="0">
28456 <column alignment="center" valignment="top" width="0">
28457 <column alignment="center" valignment="top" width="0">
28458 <row>
28459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28460 \begin_inset Text
28461
28462 \begin_layout Plain Layout
28463 a
28464 \end_layout
28465
28466 \end_inset
28467 </cell>
28468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28469 \begin_inset Text
28470
28471 \begin_layout Plain Layout
28472 !
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28478 \begin_inset Text
28479
28480 \begin_layout Plain Layout
28481 3
28482 \end_layout
28483
28484 \end_inset
28485 </cell>
28486 </row>
28487 <row>
28488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28489 \begin_inset Text
28490
28491 \begin_layout Plain Layout
28492 <
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout Plain Layout
28501 b2
28502 \begin_inset Quotes erd
28503 \end_inset
28504
28505 |
28506 \end_layout
28507
28508 \end_inset
28509 </cell>
28510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Plain Layout
28514 >
28515 \end_layout
28516
28517 \end_inset
28518 </cell>
28519 </row>
28520 <row>
28521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28522 \begin_inset Text
28523
28524 \begin_layout Plain Layout
28525 1
28526 \end_layout
28527
28528 \end_inset
28529 </cell>
28530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28531 \begin_inset Text
28532
28533 \begin_layout Plain Layout
28534 §
28535 \end_layout
28536
28537 \end_inset
28538 </cell>
28539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28540 \begin_inset Text
28541
28542 \begin_layout Plain Layout
28543 c
28544 \end_layout
28545
28546 \end_inset
28547 </cell>
28548 </row>
28549 </lyxtabular>
28550
28551 \end_inset
28552
28553
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \begin_inset ERT
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563
28564 }
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Section
28573 ボックスの伸縮回転
28574 \end_layout
28575
28576 \begin_layout Standard
28577 本節で述べられているコマンドを使用するには、文書プリアンブルで
28578 \end_layout
28579
28580 \begin_layout Standard
28581
28582 \series bold
28583
28584 \backslash
28585 @ifundefined{rotatebox}
28586 \begin_inset Newline newline
28587 \end_inset
28588
28589
28590 \begin_inset Phantom HPhantom
28591 status open
28592
28593 \begin_layout Plain Layout
28594
28595 \series bold
28596 \begin_inset space ~
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \end_inset
28603
28604 {
28605 \backslash
28606 usepackage{graphicx}}{}
28607 \end_layout
28608
28609 \begin_layout Standard
28610 というコマンドを使用して、
28611 \series bold
28612 graphicx
28613 \series default
28614
28615 \begin_inset Index idx
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28620 \end_layout
28621
28622 \end_inset
28623
28624 LaTeXパッケージを読み込む必要があります。
28625 \end_layout
28626
28627 \begin_layout Standard
28628 \begin_inset Note Greyedout
28629 status open
28630
28631 \begin_layout Plain Layout
28632
28633 \series bold
28634 【註】
28635 \series default
28636 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Standard
28645 \begin_inset Note Greyedout
28646 status open
28647
28648 \begin_layout Plain Layout
28649
28650 \series bold
28651 【註】
28652 \series default
28653 フロートは回転伸縮したボックスの中に入れることはできません。
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \begin_layout Subsection
28662 ボックスの回転
28663 \begin_inset Index idx
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 ぼっくす@ボックス ! かいてんした@回転した
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \begin_inset Index idx
28674 status collapsed
28675
28676 \begin_layout Plain Layout
28677 かいてん@回転 ! そざいの@素材の---
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \begin_inset Index idx
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687 ず@図 ! のかいてん@---の回転
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \begin_inset Index idx
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 ひょうのちょうせい@表の調整 ! かいてん@回転
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \begin_layout Standard
28706 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28707 \series bold
28708
28709 \backslash
28710 rotatebox
28711 \series default
28712 コマンドを使用すれば作成することができます。
28713 \end_layout
28714
28715 \begin_layout Standard
28716
28717 \series bold
28718
28719 \backslash
28720 rotatebox[回転の原点]{回転角}{ボックスの内容}
28721 \end_layout
28722
28723 \begin_layout Standard
28724 回転の原点は、
28725 \series bold
28726 origin=位置
28727 \series default
28728 の形で指定します。位置として指定可能なのは、
28729 \emph on
28730 c
28731 \emph default
28732 (中央揃え)・
28733 \emph on
28734 l
28735 \emph default
28736 (左揃え)・
28737 \emph on
28738 r
28739 \emph default
28740 (右揃え)・
28741 \emph on
28742 b
28743 \emph default
28744 (下揃え)・
28745 \emph on
28746 t
28747 \emph default
28748 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28749 \emph on
28750 lt
28751 \emph default
28752 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28753 \emph on
28754 l
28755 \emph default
28756 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28757 \end_layout
28758
28759 \begin_layout Standard
28760 以下の例では、「回転した」文章の前にTeXコードで
28761 \series bold
28762
28763 \backslash
28764 rotatebox[origin=c]{60}{
28765 \series default
28766 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28767 \series bold
28768 }
28769 \series default
28770 でボックスを閉じています。
28771 \end_layout
28772
28773 \begin_layout Standard
28774 これは、
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 rotatebox[origin=c]{60}{
28783 \end_layout
28784
28785 \end_inset
28786
28787 回転した
28788 \begin_inset ERT
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792
28793 }
28794 \end_layout
28795
28796 \end_inset
28797
28798  文章を含む行です。
28799 \end_layout
28800
28801 \begin_layout Standard
28802 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28803 \end_layout
28804
28805 \begin_layout Standard
28806 これは、
28807 \begin_inset ERT
28808 status collapsed
28809
28810 \begin_layout Plain Layout
28811
28812
28813 \backslash
28814 rotatebox[origin=r]{-60}{
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \begin_inset Box Doublebox
28821 position "c"
28822 hor_pos "c"
28823 has_inner_box 0
28824 inner_pos "c"
28825 use_parbox 0
28826 use_makebox 0
28827 width "1in"
28828 special "width"
28829 height "1in"
28830 height_special "totalheight"
28831 status open
28832
28833 \begin_layout Plain Layout
28834 回転した
28835 \end_layout
28836
28837 \end_inset
28838
28839
28840 \begin_inset ERT
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844
28845 }
28846 \end_layout
28847
28848 \end_inset
28849
28850 枠付き文章と
28851 \begin_inset ERT
28852 status collapsed
28853
28854 \begin_layout Plain Layout
28855
28856
28857 \backslash
28858 rotatebox[origin=lb]{60}{
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28865 \end_inset
28866
28867
28868 \begin_inset ERT
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872
28873 }
28874 \end_layout
28875
28876 \end_inset
28877
28878 数式を含む行です。
28879 \end_layout
28880
28881 \begin_layout Standard
28882 あるいは、以下のように図や表を入れることもできます。
28883 \end_layout
28884
28885 \begin_layout Standard
28886 これは、
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892
28893 \backslash
28894 rotatebox[origin=lb]{90}{
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \begin_inset Graphics
28901         filename ../clipart/platypus.eps
28902         lyxscale 50
28903         width 25col%
28904
28905 \end_inset
28906
28907
28908 \begin_inset ERT
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912
28913 }
28914 \end_layout
28915
28916 \end_inset
28917
28918 回転した画像と
28919 \begin_inset ERT
28920 status collapsed
28921
28922 \begin_layout Plain Layout
28923
28924
28925 \backslash
28926 rotatebox[origin=l]{-90}{
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \begin_inset Tabular
28933 <lyxtabular version="3" rows="2" columns="2">
28934 <features tabularvalignment="middle">
28935 <column alignment="center" valignment="top" width="0">
28936 <column alignment="center" valignment="top" width="0">
28937 <row>
28938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28939 \begin_inset Text
28940
28941 \begin_layout Plain Layout
28942 q
28943 \end_layout
28944
28945 \end_inset
28946 </cell>
28947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28948 \begin_inset Text
28949
28950 \begin_layout Plain Layout
28951 w
28952 \end_layout
28953
28954 \end_inset
28955 </cell>
28956 </row>
28957 <row>
28958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 e
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971 r
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 </row>
28977 </lyxtabular>
28978
28979 \end_inset
28980
28981
28982 \begin_inset ERT
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986
28987 }
28988 \end_layout
28989
28990 \end_inset
28991
28992 表を含む行です。
28993 \end_layout
28994
28995 \begin_layout Subsection
28996 ボックスの伸縮
28997 \begin_inset Index idx
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \begin_inset Index idx
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 しんしゅく@伸縮 ! そざいの@素材の---
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \begin_inset Index idx
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 ず@図 ! のしんしゅく@---の伸縮
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \begin_inset Index idx
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 素材を伸縮させるには、TeXコードで
29041 \series bold
29042
29043 \backslash
29044 scalebox
29045 \series default
29046 コマンドと
29047 \series bold
29048
29049 \backslash
29050 resizebox
29051 \series default
29052 コマンドが使えます。
29053 \end_layout
29054
29055 \begin_layout Standard
29056
29057 \series bold
29058
29059 \backslash
29060 scalebox
29061 \series default
29062 は以下の書式で使用します。
29063 \end_layout
29064
29065 \begin_layout Standard
29066
29067 \series bold
29068
29069 \backslash
29070 scalebox{水平方向}[垂直方向]{ボックスの内容}
29071 \end_layout
29072
29073 \begin_layout Standard
29074 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29075 \end_layout
29076
29077 \begin_layout Standard
29078 たとえば、
29079 \series bold
29080
29081 \backslash
29082 scalebox{2}{こんにちは}
29083 \series default
29084 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 scalebox{2}{
29093 \end_layout
29094
29095 \end_inset
29096
29097 こんにちは
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103 }
29104 \end_layout
29105
29106 \end_inset
29107
29108 を生成します。
29109 \end_layout
29110
29111 \begin_layout Standard
29112 これに対し、
29113 \series bold
29114
29115 \backslash
29116 scalebox{2}[1]{こんにちは}
29117 \series default
29118 は、
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124
29125 \backslash
29126 scalebox{2}[1]{
29127 \end_layout
29128
29129 \end_inset
29130
29131 こんにちは
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137 }
29138 \end_layout
29139
29140 \end_inset
29141
29142 を変形させます。
29143 \end_layout
29144
29145 \begin_layout Standard
29146 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29147 \series bold
29148
29149 \backslash
29150 scalebox{-1}[1]{こんにちは}
29151 \series default
29152 というコマンドは、右のように反転文字を生成するのに使用できます:
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158
29159 \backslash
29160 scalebox{-1}[1]{
29161 \end_layout
29162
29163 \end_inset
29164
29165 こんにちは
29166 \begin_inset ERT
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170
29171 }
29172 \end_layout
29173
29174 \end_inset
29175
29176
29177 \end_layout
29178
29179 \begin_layout Standard
29180
29181 \series bold
29182
29183 \backslash
29184 scalebox{1}[-1]{こんにちは}
29185 \series default
29186 とすると
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 scalebox{1}[-1]{
29195 \end_layout
29196
29197 \end_inset
29198
29199 こんにちは
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205 }
29206 \end_layout
29207
29208 \end_inset
29209
29210 のようにベースラインで鏡像にします。
29211 \end_layout
29212
29213 \begin_layout Standard
29214
29215 \series bold
29216
29217 \backslash
29218 scalebox{-1}[1]{ボックスの内容}
29219 \series default
29220 と同じ働きをするものとして
29221 \begin_inset Newline newline
29222 \end_inset
29223
29224
29225 \series bold
29226
29227 \backslash
29228 reflectbox{ボックスの内容}
29229 \series default
29230
29231 \begin_inset Newline newline
29232 \end_inset
29233
29234 というコマンドがあります。
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset VSpace bigskip
29239 \end_inset
29240
29241 指定した幅や丈にボックスを伸縮させるには、
29242 \series bold
29243
29244 \backslash
29245 resizebox
29246 \series default
29247 を使用します。このコマンドの書式は
29248 \end_layout
29249
29250 \begin_layout Standard
29251
29252 \series bold
29253
29254 \backslash
29255 resizebox{幅}{丈}{ボックスの内容}
29256 \end_layout
29257
29258 \begin_layout Standard
29259 です。上記二つのコマンド引数のうち一つが感嘆符「
29260 \series bold
29261 !
29262 \series default
29263 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29264 \end_layout
29265
29266 \begin_layout Standard
29267
29268 \series bold
29269
29270 \backslash
29271 resizebox{2cm}{1cm}{こんにちは}
29272 \series default
29273 というコマンドの出力は、
29274 \begin_inset ERT
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278
29279
29280 \backslash
29281 resizebox{2cm}{1cm}{
29282 \end_layout
29283
29284 \end_inset
29285
29286 こんにちは
29287 \begin_inset ERT
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291
29292 }
29293 \end_layout
29294
29295 \end_inset
29296
29297 となり、
29298 \begin_inset Newline newline
29299 \end_inset
29300
29301
29302 \series bold
29303
29304 \backslash
29305 resizebox{2cm}{!}{こんにちは}
29306 \series default
29307 というコマンドの出力は、
29308 \begin_inset ERT
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312
29313
29314 \backslash
29315 resizebox{2cm}{!}{
29316 \end_layout
29317
29318 \end_inset
29319
29320 こんにちは
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326 }
29327 \end_layout
29328
29329 \end_inset
29330
29331 となります。
29332 \end_layout
29333
29334 \begin_layout Standard
29335 \begin_inset VSpace bigskip
29336 \end_inset
29337
29338
29339 \begin_inset Note Greyedout
29340 status open
29341
29342 \begin_layout Plain Layout
29343
29344 \series bold
29345 【註】
29346 \backslash
29347 scalebox
29348 \series default
29349
29350 \series bold
29351
29352 \backslash
29353 resizebox
29354 \series default
29355 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29356 \end_layout
29357
29358 \end_inset
29359
29360
29361 \end_layout
29362
29363 \begin_layout Standard
29364 \begin_inset VSpace bigskip
29365 \end_inset
29366
29367
29368 \end_layout
29369
29370 \begin_layout Standard
29371 ボックスは好きな順序で組み合わせることができます。たとえば、
29372 \begin_inset Newline newline
29373 \end_inset
29374
29375
29376 \series bold
29377
29378 \backslash
29379 rotatebox[origin=c]{-45}{
29380 \backslash
29381 resizebox{2cm}{!}{
29382 \backslash
29383 reflectbox{こんにちは}}}
29384 \begin_inset Newline newline
29385 \end_inset
29386
29387
29388 \series default
29389 というコマンドは、
29390 \end_layout
29391
29392 \begin_layout Standard
29393 \align center
29394 \begin_inset ERT
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398
29399
29400 \backslash
29401 rotatebox[origin=c]{-45}{
29402 \backslash
29403 resizebox{2cm}{!}{
29404 \backslash
29405 reflectbox{
29406 \end_layout
29407
29408 \end_inset
29409
29410 こんにちは
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416 }}}
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 \noindent
29426 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29427 \end_layout
29428
29429 \begin_layout Standard
29430 \align center
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436
29437 \backslash
29438 rotatebox[origin=c]{-30}{
29439 \backslash
29440 resizebox{2cm}{!}{
29441 \backslash
29442 reflectbox{
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \begin_inset Graphics
29449         filename ../clipart/platypus.eps
29450         lyxscale 50
29451         width 25col%
29452
29453 \end_inset
29454
29455
29456 \begin_inset ERT
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460
29461 }}}
29462 \end_layout
29463
29464 \end_inset
29465
29466
29467 \begin_inset ERT
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471
29472
29473 \backslash
29474 rotatebox[origin=c]{-45}{
29475 \backslash
29476 resizebox{2cm}{!}{
29477 \backslash
29478 reflectbox{
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \begin_inset Tabular
29485 <lyxtabular version="3" rows="2" columns="2">
29486 <features tabularvalignment="middle">
29487 <column alignment="center" valignment="top" width="0">
29488 <column alignment="center" valignment="top" width="0">
29489 <row>
29490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29491 \begin_inset Text
29492
29493 \begin_layout Plain Layout
29494 q
29495 \end_layout
29496
29497 \end_inset
29498 </cell>
29499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29500 \begin_inset Text
29501
29502 \begin_layout Plain Layout
29503 w
29504 \end_layout
29505
29506 \end_inset
29507 </cell>
29508 </row>
29509 <row>
29510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29511 \begin_inset Text
29512
29513 \begin_layout Plain Layout
29514 e
29515 \end_layout
29516
29517 \end_inset
29518 </cell>
29519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Plain Layout
29523 r
29524 \end_layout
29525
29526 \end_inset
29527 </cell>
29528 </row>
29529 </lyxtabular>
29530
29531 \end_inset
29532
29533
29534 \begin_inset ERT
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538
29539 }}}
29540 \end_layout
29541
29542 \end_inset
29543
29544
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550
29551 \backslash
29552 rotatebox[origin=c]{-45}{
29553 \backslash
29554 resizebox{2cm}{!}{
29555 \backslash
29556 reflectbox{
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29563 \end_inset
29564
29565
29566 \begin_inset ERT
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570
29571 }}}
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 文書で大域的に数式様式
29581 \series bold
29582 fleqn
29583 \series default
29584 を使用している場合
29585 \begin_inset Foot
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29590 \end_layout
29591
29592 \end_inset
29593
29594 には、別行建て数式も伸縮させることができます。
29595 \end_layout
29596
29597 \begin_layout Chapter
29598
29599 \lang english
29600 Objects Surrounded by Text
29601 \begin_inset Index idx
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606 \lang english
29607 Surrounded by text
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \begin_layout Subsection
29616 折返しフロート
29617 \begin_inset CommandInset label
29618 LatexCommand label
29619 name "sec:折返しフロート"
29620
29621 \end_inset
29622
29623
29624 \begin_inset Index idx
29625 status collapsed
29626
29627 \begin_layout Plain Layout
29628 ふろーと@フロート ! おりかえしふろーと@折返しフロート
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \lang english
29635
29636 \begin_inset Index idx
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641 \lang english
29642 Surrounded by text ! Wrap Floats
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \end_layout
29649
29650 \begin_layout Standard
29651 \begin_inset Wrap figure
29652 lines 0
29653 placement l
29654 overhang 1cm
29655 width "40col%"
29656 status open
29657
29658 \begin_layout Plain Layout
29659 \begin_inset Graphics
29660         filename ../clipart/mobius.eps
29661         width 40col%
29662         scaleBeforeRotation
29663         rotateOrigin center
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Plain Layout
29671 \begin_inset Caption
29672
29673 \begin_layout Plain Layout
29674 \begin_inset CommandInset label
29675 LatexCommand label
29676 name "fig:折返し図フロート"
29677
29678 \end_inset
29679
29680 これは折返し図フロートです。
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \end_layout
29687
29688 \end_inset
29689
29690 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
29691 \series bold
29692 wrapfig
29693 \series default
29694
29695 \begin_inset Index idx
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
29700 \end_layout
29701
29702 \end_inset
29703
29704 を導入済みであれば、
29705 \family sans
29706 挿入\SpecialChar \menuseparator
29707 フロート\SpecialChar \menuseparator
29708 折返し図フロート
29709 \family default
29710
29711 \family sans
29712 折返し表フロート
29713 \family default
29714 メニューで挿入することができます
29715 \begin_inset Foot
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
29720 \end_layout
29721
29722 \end_inset
29723
29724 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
29725 \family sans
29726 配置
29727 \family default
29728
29729 \family sans
29730
29731 \family default
29732 です。非必須項目として、
29733 \family sans
29734 ぶら下げ
29735 \family default
29736
29737 \family sans
29738 行幅
29739 \family default
29740 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
29741 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
29742 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
29743 \begin_inset CommandInset ref
29744 LatexCommand ref
29745 reference "fig:折返し図フロート"
29746
29747 \end_inset
29748
29749 図は、40
29750 \begin_inset space \thinspace{}
29751 \end_inset
29752
29753 列幅%の幅と1
29754 \begin_inset space \thinspace{}
29755 \end_inset
29756
29757 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
29758 \begin_inset Foot
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762 使うことのできる単位は付録
29763 \begin_inset CommandInset ref
29764 LatexCommand ref
29765 reference "cha:LyXで使用できる単位"
29766
29767 \end_inset
29768
29769 に収録してあります。
29770 \end_layout
29771
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \begin_layout Standard
29778 \begin_inset Note Greyedout
29779 status open
29780
29781 \begin_layout Plain Layout
29782
29783 \series bold
29784 【註】
29785 \series default
29786 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
29787 上書きされて出力されたりします。
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \end_layout
29794
29795 \begin_layout Standard
29796 原則として、
29797 \end_layout
29798
29799 \begin_layout Itemize
29800 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
29801 うになってから、正確な位置に挿入しなくてはなりません。
29802 \end_layout
29803
29804 \begin_layout Itemize
29805 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
29806 \end_layout
29807
29808 \begin_layout Itemize
29809 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
29810 \end_layout
29811
29812 \begin_layout Itemize
29813 折返しフロートは、節見出しや表中に入れることは認められていません。
29814 \end_layout
29815
29816 \begin_layout Itemize
29817
29818 \lang english
29819 Their numbering and referencing works as described in chap.
29820 \lang japanese
29821
29822 \begin_inset space \thinspace{}
29823 \end_inset
29824
29825
29826 \begin_inset CommandInset ref
29827 LatexCommand ref
29828 reference "chap:フロート"
29829
29830 \end_inset
29831
29832 .
29833 \end_layout
29834
29835 \begin_layout Section
29836
29837 \lang english
29838 Surrounded Fixed Objects
29839 \begin_inset Index idx
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844 \lang english
29845 Surrounded by text ! Fixed objects
29846 \end_layout
29847
29848 \end_inset
29849
29850
29851 \end_layout
29852
29853 \begin_layout Standard
29854
29855 \lang english
29856 The wrap floats described in sec.
29857 \lang japanese
29858
29859 \begin_inset space \thinspace{}
29860 \end_inset
29861
29862
29863 \begin_inset CommandInset ref
29864 LatexCommand ref
29865 reference "sec:折返しフロート"
29866
29867 \end_inset
29868
29869  
29870 \lang english
29871 have these positions in the paragraph:
29872 \end_layout
29873
29874 \begin_layout Standard
29875 \noindent
29876 \align center
29877
29878 \lang english
29879 \begin_inset Tabular
29880 <lyxtabular version="3" rows="2" columns="2">
29881 <features tabularvalignment="middle">
29882 <column alignment="center" valignment="top" width="0">
29883 <column alignment="center" valignment="top" width="0">
29884 <row>
29885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29886 \begin_inset Text
29887
29888 \begin_layout Plain Layout
29889
29890 \lang english
29891 \begin_inset Graphics
29892         filename ../../images/dialog-show-new-inset_graphics.png
29893         scale 70
29894         scaleBeforeRotation
29895         BoundingBox 0bp 6bp 22bp 22bp
29896
29897 \end_inset
29898
29899
29900 \end_layout
29901
29902 \end_inset
29903 </cell>
29904 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29905 \begin_inset Text
29906
29907 \begin_layout Plain Layout
29908
29909 \lang english
29910 text
29911 \end_layout
29912
29913 \end_inset
29914 </cell>
29915 </row>
29916 <row>
29917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29918 \begin_inset Text
29919
29920 \begin_layout Plain Layout
29921
29922 \lang english
29923 text
29924 \end_layout
29925
29926 \end_inset
29927 </cell>
29928 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29929 \begin_inset Text
29930
29931 \begin_layout Plain Layout
29932
29933 \lang english
29934 text
29935 \end_layout
29936
29937 \end_inset
29938 </cell>
29939 </row>
29940 </lyxtabular>
29941
29942 \end_inset
29943
29944  or 
29945 \begin_inset Tabular
29946 <lyxtabular version="3" rows="2" columns="2">
29947 <features tabularvalignment="middle">
29948 <column alignment="center" valignment="top" width="0">
29949 <column alignment="center" valignment="top" width="0">
29950 <row>
29951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29952 \begin_inset Text
29953
29954 \begin_layout Plain Layout
29955
29956 \lang english
29957 text
29958 \end_layout
29959
29960 \end_inset
29961 </cell>
29962 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29963 \begin_inset Text
29964
29965 \begin_layout Plain Layout
29966
29967 \lang english
29968 \begin_inset Graphics
29969         filename ../../images/dialog-show-new-inset_graphics.png
29970         scale 70
29971         scaleBeforeRotation
29972         BoundingBox 0bp 6bp 22bp 22bp
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \end_inset
29980 </cell>
29981 </row>
29982 <row>
29983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29984 \begin_inset Text
29985
29986 \begin_layout Plain Layout
29987
29988 \lang english
29989 text
29990 \end_layout
29991
29992 \end_inset
29993 </cell>
29994 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29995 \begin_inset Text
29996
29997 \begin_layout Plain Layout
29998
29999 \lang english
30000 text
30001 \end_layout
30002
30003 \end_inset
30004 </cell>
30005 </row>
30006 </lyxtabular>
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Standard
30014
30015 \lang english
30016 To get an object exactly at the position where it is inserted, for example
30017  to get one of these positions:
30018 \begin_inset VSpace defskip
30019 \end_inset
30020
30021
30022 \end_layout
30023
30024 \begin_layout Standard
30025 \noindent
30026 \align center
30027
30028 \lang english
30029 \begin_inset Tabular
30030 <lyxtabular version="3" rows="2" columns="2">
30031 <features tabularvalignment="middle">
30032 <column alignment="center" valignment="top" width="0">
30033 <column alignment="center" valignment="top" width="0">
30034 <row>
30035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30036 \begin_inset Text
30037
30038 \begin_layout Plain Layout
30039
30040 \lang english
30041 text
30042 \end_layout
30043
30044 \end_inset
30045 </cell>
30046 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30047 \begin_inset Text
30048
30049 \begin_layout Plain Layout
30050
30051 \lang english
30052 text
30053 \end_layout
30054
30055 \end_inset
30056 </cell>
30057 </row>
30058 <row>
30059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30060 \begin_inset Text
30061
30062 \begin_layout Plain Layout
30063
30064 \lang english
30065 \begin_inset Graphics
30066         filename ../../images/dialog-show-new-inset_graphics.png
30067         scale 70
30068         scaleBeforeRotation
30069         BoundingBox 0bp 6bp 22bp 22bp
30070
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \end_inset
30077 </cell>
30078 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30079 \begin_inset Text
30080
30081 \begin_layout Plain Layout
30082
30083 \lang english
30084 text
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 </row>
30090 </lyxtabular>
30091
30092 \end_inset
30093
30094  
30095 \begin_inset Tabular
30096 <lyxtabular version="3" rows="2" columns="2">
30097 <features tabularvalignment="middle">
30098 <column alignment="center" valignment="top" width="0">
30099 <column alignment="center" valignment="top" width="0">
30100 <row>
30101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30102 \begin_inset Text
30103
30104 \begin_layout Plain Layout
30105
30106 \lang english
30107 text
30108 \end_layout
30109
30110 \end_inset
30111 </cell>
30112 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30113 \begin_inset Text
30114
30115 \begin_layout Plain Layout
30116
30117 \lang english
30118 text
30119 \end_layout
30120
30121 \end_inset
30122 </cell>
30123 </row>
30124 <row>
30125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129
30130 \lang english
30131 text
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30137 \begin_inset Text
30138
30139 \begin_layout Plain Layout
30140
30141 \lang english
30142 \begin_inset Graphics
30143         filename ../../images/dialog-show-new-inset_graphics.png
30144         scale 70
30145         scaleBeforeRotation
30146         BoundingBox 0bp 6bp 22bp 22bp
30147
30148 \end_inset
30149
30150
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 </row>
30156 </lyxtabular>
30157
30158 \end_inset
30159
30160  
30161 \begin_inset Tabular
30162 <lyxtabular version="3" rows="2" columns="3">
30163 <features tabularvalignment="middle">
30164 <column alignment="center" valignment="top" width="0">
30165 <column alignment="center" valignment="top" width="0">
30166 <column alignment="center" valignment="top" width="0">
30167 <row>
30168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30169 \begin_inset Text
30170
30171 \begin_layout Plain Layout
30172
30173 \lang english
30174 text
30175 \end_layout
30176
30177 \end_inset
30178 </cell>
30179 <cell alignment="center" valignment="top" topline="true" usebox="none">
30180 \begin_inset Text
30181
30182 \begin_layout Plain Layout
30183
30184 \lang english
30185 \begin_inset Graphics
30186         filename ../../images/dialog-show-new-inset_graphics.png
30187         scale 70
30188         scaleBeforeRotation
30189         BoundingBox 0bp 6bp 22bp 22bp
30190
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30199 \begin_inset Text
30200
30201 \begin_layout Plain Layout
30202
30203 \lang english
30204 text
30205 \end_layout
30206
30207 \end_inset
30208 </cell>
30209 </row>
30210 <row>
30211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30212 \begin_inset Text
30213
30214 \begin_layout Plain Layout
30215
30216 \lang english
30217 text
30218 \end_layout
30219
30220 \end_inset
30221 </cell>
30222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30223 \begin_inset Text
30224
30225 \begin_layout Plain Layout
30226
30227 \lang english
30228 text
30229 \end_layout
30230
30231 \end_inset
30232 </cell>
30233 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30234 \begin_inset Text
30235
30236 \begin_layout Plain Layout
30237
30238 \lang english
30239 text
30240 \end_layout
30241
30242 \end_inset
30243 </cell>
30244 </row>
30245 </lyxtabular>
30246
30247 \end_inset
30248
30249  
30250 \begin_inset Tabular
30251 <lyxtabular version="3" rows="2" columns="3">
30252 <features tabularvalignment="middle">
30253 <column alignment="center" valignment="top" width="0">
30254 <column alignment="center" valignment="top" width="0">
30255 <column alignment="center" valignment="top" width="0">
30256 <row>
30257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30258 \begin_inset Text
30259
30260 \begin_layout Plain Layout
30261
30262 \lang english
30263 text
30264 \end_layout
30265
30266 \end_inset
30267 </cell>
30268 <cell alignment="center" valignment="top" topline="true" usebox="none">
30269 \begin_inset Text
30270
30271 \begin_layout Plain Layout
30272
30273 \lang english
30274 text
30275 \end_layout
30276
30277 \end_inset
30278 </cell>
30279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30280 \begin_inset Text
30281
30282 \begin_layout Plain Layout
30283
30284 \lang english
30285 text
30286 \end_layout
30287
30288 \end_inset
30289 </cell>
30290 </row>
30291 <row>
30292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30293 \begin_inset Text
30294
30295 \begin_layout Plain Layout
30296
30297 \lang english
30298 text
30299 \end_layout
30300
30301 \end_inset
30302 </cell>
30303 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30304 \begin_inset Text
30305
30306 \begin_layout Plain Layout
30307
30308 \lang english
30309 \begin_inset Graphics
30310         filename ../../images/dialog-show-new-inset_graphics.png
30311         scale 70
30312         scaleBeforeRotation
30313         BoundingBox 0bp 6bp 22bp 22bp
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \end_inset
30321 </cell>
30322 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30323 \begin_inset Text
30324
30325 \begin_layout Plain Layout
30326
30327 \lang english
30328 text
30329 \end_layout
30330
30331 \end_inset
30332 </cell>
30333 </row>
30334 </lyxtabular>
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \begin_layout Standard
30342 \noindent
30343 \align center
30344
30345 \lang english
30346 \begin_inset Tabular
30347 <lyxtabular version="3" rows="3" columns="2">
30348 <features tabularvalignment="middle">
30349 <column alignment="center" valignment="top" width="0">
30350 <column alignment="center" valignment="top" width="0">
30351 <row>
30352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30353 \begin_inset Text
30354
30355 \begin_layout Plain Layout
30356
30357 \lang english
30358 text
30359 \end_layout
30360
30361 \end_inset
30362 </cell>
30363 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30364 \begin_inset Text
30365
30366 \begin_layout Plain Layout
30367
30368 \lang english
30369 text
30370 \end_layout
30371
30372 \end_inset
30373 </cell>
30374 </row>
30375 <row>
30376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30377 \begin_inset Text
30378
30379 \begin_layout Plain Layout
30380
30381 \lang english
30382 \begin_inset Graphics
30383         filename ../../images/dialog-show-new-inset_graphics.png
30384         scale 70
30385         scaleBeforeRotation
30386         BoundingBox 0bp 6bp 22bp 22bp
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \end_inset
30394 </cell>
30395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30396 \begin_inset Text
30397
30398 \begin_layout Plain Layout
30399
30400 \lang english
30401 text
30402 \end_layout
30403
30404 \end_inset
30405 </cell>
30406 </row>
30407 <row>
30408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30409 \begin_inset Text
30410
30411 \begin_layout Plain Layout
30412
30413 \lang english
30414 text
30415 \end_layout
30416
30417 \end_inset
30418 </cell>
30419 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30420 \begin_inset Text
30421
30422 \begin_layout Plain Layout
30423
30424 \lang english
30425 text
30426 \end_layout
30427
30428 \end_inset
30429 </cell>
30430 </row>
30431 </lyxtabular>
30432
30433 \end_inset
30434
30435  
30436 \begin_inset Tabular
30437 <lyxtabular version="3" rows="3" columns="3">
30438 <features tabularvalignment="middle">
30439 <column alignment="center" valignment="top" width="0">
30440 <column alignment="center" valignment="top" width="0">
30441 <column alignment="center" valignment="top" width="0">
30442 <row>
30443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30444 \begin_inset Text
30445
30446 \begin_layout Plain Layout
30447
30448 \lang english
30449 text
30450 \end_layout
30451
30452 \end_inset
30453 </cell>
30454 <cell alignment="center" valignment="top" topline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30466 \begin_inset Text
30467
30468 \begin_layout Plain Layout
30469
30470 \lang english
30471 text
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 </row>
30477 <row>
30478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30479 \begin_inset Text
30480
30481 \begin_layout Plain Layout
30482
30483 \lang english
30484 text
30485 \end_layout
30486
30487 \end_inset
30488 </cell>
30489 <cell alignment="center" valignment="top" usebox="none">
30490 \begin_inset Text
30491
30492 \begin_layout Plain Layout
30493
30494 \lang english
30495 \begin_inset Graphics
30496         filename ../../images/dialog-show-new-inset_graphics.png
30497         scale 70
30498         scaleBeforeRotation
30499         BoundingBox 0bp 6bp 22bp 22bp
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Plain Layout
30512
30513 \lang english
30514 text
30515 \end_layout
30516
30517 \end_inset
30518 </cell>
30519 </row>
30520 <row>
30521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30522 \begin_inset Text
30523
30524 \begin_layout Plain Layout
30525
30526 \lang english
30527 text
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30533 \begin_inset Text
30534
30535 \begin_layout Plain Layout
30536
30537 \lang english
30538 text
30539 \end_layout
30540
30541 \end_inset
30542 </cell>
30543 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30544 \begin_inset Text
30545
30546 \begin_layout Plain Layout
30547
30548 \lang english
30549 text
30550 \end_layout
30551
30552 \end_inset
30553 </cell>
30554 </row>
30555 </lyxtabular>
30556
30557 \end_inset
30558
30559  
30560 \begin_inset Tabular
30561 <lyxtabular version="3" rows="3" columns="2">
30562 <features tabularvalignment="middle">
30563 <column alignment="center" valignment="top" width="0">
30564 <column alignment="center" valignment="top" width="0">
30565 <row>
30566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30567 \begin_inset Text
30568
30569 \begin_layout Plain Layout
30570
30571 \lang english
30572 text
30573 \end_layout
30574
30575 \end_inset
30576 </cell>
30577 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30578 \begin_inset Text
30579
30580 \begin_layout Plain Layout
30581
30582 \lang english
30583 text
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 </row>
30589 <row>
30590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30591 \begin_inset Text
30592
30593 \begin_layout Plain Layout
30594
30595 \lang english
30596 text
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605
30606 \lang english
30607 \begin_inset Graphics
30608         filename ../../images/dialog-show-new-inset_graphics.png
30609         scale 70
30610         scaleBeforeRotation
30611         BoundingBox 0bp 6bp 22bp 22bp
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \end_inset
30619 </cell>
30620 </row>
30621 <row>
30622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30623 \begin_inset Text
30624
30625 \begin_layout Plain Layout
30626
30627 \lang english
30628 text
30629 \end_layout
30630
30631 \end_inset
30632 </cell>
30633 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
30645 </lyxtabular>
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Standard
30653 \noindent
30654
30655 \lang english
30656 you can use the LaTeX-package
30657 \lang japanese
30658  
30659 \series bold
30660 picinpar
30661 \series default
30662
30663 \begin_inset Index idx
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
30668 \end_layout
30669
30670 \end_inset
30671
30672 .
30673  
30674 \lang english
30675 Here is an example
30676 \lang japanese
30677 :
30678 \end_layout
30679
30680 \begin_layout Standard
30681 \begin_inset ERT
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685
30686
30687 \backslash
30688 ifpicinpar
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \begin_inset Note Note
30695 status open
30696
30697 \begin_layout Plain Layout
30698 以下の部分は、LaTeXパッケージ
30699 \series bold
30700 picinpar
30701 \series default
30702 が導入されているときのみ表示されます。
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Standard
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716
30717 \backslash
30718 begin{window}[2,c,{
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \begin_inset Graphics
30725         filename ../clipart/mobius.eps
30726         lyxscale 60
30727         width 40col%
30728         scaleBeforeRotation
30729         rotateOrigin center
30730
30731 \end_inset
30732
30733
30734 \begin_inset ERT
30735 status collapsed
30736
30737 \begin_layout Plain Layout
30738
30739 },]
30740 \end_layout
30741
30742 \begin_layout Plain Layout
30743
30744 {}
30745 \end_layout
30746
30747 \end_inset
30748
30749
30750 \size small
30751 \lang english
30752 It was in the spring of the year 1894 that all London was interested, and
30753  the fashionable world dismayed, by the murder of the Honourable Ronald
30754  Adair under most unusual and inexplicable circumstances.
30755  The public has already learned those particulars of the crime which
30756 \size default
30757
30758 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763
30764 \backslash
30765 footnotemark{}
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \size small
30772  came out in the police investigation, but a good deal was suppressed upon
30773  that occasion, since the case for the prosecution was so overwhelmingly
30774  strong that it was not necessary to bring forward all the facts.
30775  Only now, at the end of nearly ten years, am I allowed to supply those
30776  missing links which make up the whole of that remarkable chain
30777 \lang japanese
30778 .
30779 \size default
30780
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786
30787 \backslash
30788 end{window}
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \end_layout
30795
30796 \begin_layout Standard
30797
30798 \lang english
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804
30805 \backslash
30806 footnotetext{
30807 \end_layout
30808
30809 \end_inset
30810
30811 Footnote of the paragraph with the fixed object.
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817 }
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \end_layout
30824
30825 \begin_layout Standard
30826
30827 \lang english
30828 Surrounded fixed objects are used to let text float around them, at which
30829  the object's position in the paragraph can be determined by the number
30830  of lines above it.
30831  In contrary to floats is it not possible to have a numbered caption.
30832 \end_layout
30833
30834 \begin_layout Standard
30835
30836 \lang english
30837 A fixed object is inserted by adding the command
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \series bold
30843
30844 \backslash
30845 begin{window}[2,c,{
30846 \end_layout
30847
30848 \begin_layout Standard
30849
30850 \lang english
30851 as TeX Code at the beginning of the paragraph.
30852  The first parameter in the bracket, here '2', defines the number of lines
30853  above the object, the second, here 'c', the position of the object.
30854  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
30855  Behind the command you insert the object.
30856  In this example an image with a width of 40
30857 \begin_inset space \thinspace{}
30858 \end_inset
30859
30860 % of the text column width was inserted.
30861  The object can also be a table, a box or an equation.
30862  Behind the object the command
30863 \end_layout
30864
30865 \begin_layout Standard
30866
30867 \series bold
30868 },description text]
30869 \begin_inset Newline newline
30870 \end_inset
30871
30872 {}
30873 \end_layout
30874
30875 \begin_layout Standard
30876
30877 \lang english
30878 is inserted.
30879  Note that the 
30880 \begin_inset Quotes eld
30881 \end_inset
30882
30883
30884 \series bold
30885 {}
30886 \series default
30887
30888 \begin_inset Quotes erd
30889 \end_inset
30890
30891  is in the second line.
30892  The description text is optional.
30893  The text surrounding the object must be in the same paragraph as the object,
30894  so it must begin directly after the 
30895 \series bold
30896 {}
30897 \series default
30898 .
30899  At the end of the paragraph insert the command:
30900 \end_layout
30901
30902 \begin_layout Standard
30903
30904 \series bold
30905
30906 \backslash
30907 end{window}
30908 \end_layout
30909
30910 \begin_layout Standard
30911
30912 \lang english
30913 Within a paragraph with a fixed object, you cannot insert footnotes in the
30914  normal way.
30915  You have to use instead the command 
30916 \series bold
30917
30918 \backslash
30919 footnotemark
30920 \series default
30921  inside the paragraph and outside the command 
30922 \series bold
30923
30924 \backslash
30925 footnotetext
30926 \series default
30927  as described in sec.
30928 \lang japanese
30929
30930 \begin_inset space \thinspace{}
30931 \end_inset
30932
30933
30934 \begin_inset CommandInset ref
30935 LatexCommand ref
30936 reference "sec:脚注"
30937
30938 \end_inset
30939
30940 .
30941 \end_layout
30942
30943 \begin_layout Standard
30944 \begin_inset ERT
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948
30949
30950 \backslash
30951 else
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \begin_inset Note Note
30958 status open
30959
30960 \begin_layout Plain Layout
30961 以下の部分は、LaTeXパッケージ
30962 \series bold
30963 picinpar
30964 \series default
30965 が導入されていないときのみ表示されます。
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Standard
30974 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30975 \series bold
30976 picinpar
30977 \series default
30978 を導入する必要があります。
30979 \end_layout
30980
30981 \begin_layout Standard
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987
30988 \backslash
30989 fi
30990 \end_layout
30991
30992 \end_inset
30993
30994
30995 \end_layout
30996
30997 \begin_layout Section
30998
30999 \lang english
31000 Initials
31001 \begin_inset Index idx
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006 \lang english
31007 Initials
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \begin_inset Index idx
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018 \lang english
31019 Surrounded by text ! Initials
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028
31029 \lang english
31030 To use initials, you must have the LaTeX package
31031 \lang japanese
31032  
31033 \series bold
31034 lettrine
31035 \series default
31036
31037 \begin_inset Index idx
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
31042 \end_layout
31043
31044 \end_inset
31045
31046  
31047 \lang english
31048 installed and use the module 
31049 \family sans
31050 Initials
31051 \family default
31052  in your document (menu 
31053 \family sans
31054 Document\SpecialChar \menuseparator
31055 Settings\SpecialChar \menuseparator
31056 Modules
31057 \family default
31058 ).
31059  To insert an initial, use the style 
31060 \family sans
31061 Initial
31062 \family default
31063 .
31064  This style has a mandatory and an optional argument.
31065  The mandatory argument is inserted via the menu 
31066 \family sans
31067 Insert\SpecialChar \menuseparator
31068 Short
31069 \begin_inset space ~
31070 \end_inset
31071
31072 Title
31073 \family default
31074  and contains the letter that is the initial.
31075  To use the also the optional argument, insert another argument in front
31076  of the mandatory argument.
31077  This one contains parameters to modify the initial.
31078  For more information about the possible parameters see the documentation
31079  of
31080 \lang japanese
31081  
31082 \series bold
31083 lettrine
31084 \series default
31085
31086 \begin_inset CommandInset citation
31087 LatexCommand cite
31088 key "lettrine"
31089
31090 \end_inset
31091
31092 .
31093  
31094 \lang english
31095 The style itself contains the text that is surrounding the initial.
31096  The usual style is hereby that the word whose first letter is the initial,
31097  is printed with 
31098 \shape smallcaps
31099 small caps
31100 \shape default
31101 .
31102  To tell LaTeX where this word is finished, add a closing brace '
31103 \series bold
31104 }
31105 \series default
31106 ' as TeX Code behind it.
31107  At the end of the style there must be an opening brace '
31108 \series bold
31109 {
31110 \series default
31111 ' as TeX Code.
31112 \end_layout
31113
31114 \begin_layout Standard
31115
31116 \lang english
31117 Here are some examples:
31118 \end_layout
31119
31120 \begin_layout Enumerate
31121
31122 \lang english
31123 No optional argument, the initial is the letter 'I' in the math font 
31124 \begin_inset Formula $\mathfrak{Fraktur}$
31125 \end_inset
31126
31127 :
31128 \end_layout
31129
31130 \begin_deeper
31131 \begin_layout Initial
31132 \begin_inset Argument
31133 status open
31134
31135 \begin_layout Plain Layout
31136 \begin_inset Formula $\mathfrak{I}$
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \end_inset
31143
31144 t
31145 \begin_inset ERT
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149
31150 }
31151 \end_layout
31152
31153 \end_inset
31154
31155  
31156 \lang english
31157 was in the spring of the year 1894 that all London was interested, and the
31158  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31159  under most unusual and inexplicable circumstances.
31160  The public has already learned those particulars of the crime which came
31161  out in the police investigation, but a good deal was suppressed upon that
31162  occasion, since the case for the prosecution was so overwhelmingly strong
31163  that it was not necessary to bring forward all the facts.
31164 \lang japanese
31165
31166 \begin_inset ERT
31167 status collapsed
31168
31169 \begin_layout Plain Layout
31170
31171 {
31172 \end_layout
31173
31174 \end_inset
31175
31176
31177 \lang english
31178
31179 \begin_inset Newpage newpage
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \end_deeper
31186 \begin_layout Enumerate
31187
31188 \lang english
31189 Only one line is surrounding the initial, which is formed by two letters
31190  in standard font and no text is printed in small caps:
31191 \end_layout
31192
31193 \begin_deeper
31194 \begin_layout Initial
31195 \begin_inset Argument
31196 status open
31197
31198 \begin_layout Plain Layout
31199 lines=1
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \begin_inset Argument
31206 status open
31207
31208 \begin_layout Plain Layout
31209 It
31210 \end_layout
31211
31212 \end_inset
31213
31214
31215 \begin_inset ERT
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219
31220 }
31221 \end_layout
31222
31223 \end_inset
31224
31225  
31226 \lang english
31227 was in the spring of the year 1894 that all London was interested, and the
31228  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31229  under most unusual and inexplicable circumstances.
31230  The public has already learned those particulars of the crime which came
31231  out in the police investigation, but a good deal was suppressed upon that
31232  occasion, since the case for the prosecution was so overwhelmingly strong
31233  that it was not necessary to bring forward all the facts.
31234 \lang japanese
31235
31236 \begin_inset ERT
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240
31241 {
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \end_deeper
31250 \begin_layout Enumerate
31251
31252 \lang english
31253 Magenta, hanging initial over 3
31254 \begin_inset space ~
31255 \end_inset
31256
31257 lines in the math font 
31258 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
31259 \end_inset
31260
31261 , the text 
31262 \begin_inset Quotes eld
31263 \end_inset
31264
31265 t was in the spring
31266 \begin_inset Quotes erd
31267 \end_inset
31268
31269  is in 
31270 \shape smallcaps
31271 small caps
31272 \shape default
31273 ; to color the initial, you must insert this command before the initial:
31274 \begin_inset Newline newline
31275 \end_inset
31276
31277
31278 \series bold
31279
31280 \backslash
31281 renewcommand{
31282 \backslash
31283 LettrineFontHook}{
31284 \backslash
31285 color{color}}
31286 \series default
31287
31288 \begin_inset Newline newline
31289 \end_inset
31290
31291 where the second 
31292 \emph on
31293 color
31294 \emph default
31295  can be 
31296 \begin_inset Quotes eld
31297 \end_inset
31298
31299 red
31300 \begin_inset Quotes erd
31301 \end_inset
31302
31303
31304 \begin_inset Quotes eld
31305 \end_inset
31306
31307 blue
31308 \begin_inset Quotes erd
31309 \end_inset
31310
31311
31312 \begin_inset Quotes eld
31313 \end_inset
31314
31315 green
31316 \begin_inset Quotes erd
31317 \end_inset
31318
31319
31320 \begin_inset Quotes eld
31321 \end_inset
31322
31323 yellow
31324 \begin_inset Quotes erd
31325 \end_inset
31326
31327
31328 \begin_inset Quotes eld
31329 \end_inset
31330
31331 cyan
31332 \begin_inset Quotes erd
31333 \end_inset
31334
31335
31336 \begin_inset Quotes eld
31337 \end_inset
31338
31339 magenta
31340 \begin_inset Quotes erd
31341 \end_inset
31342
31343
31344 \begin_inset Quotes eld
31345 \end_inset
31346
31347 black
31348 \begin_inset Quotes erd
31349 \end_inset
31350
31351  or 
31352 \begin_inset Quotes eld
31353 \end_inset
31354
31355 white
31356 \begin_inset Quotes erd
31357 \end_inset
31358
31359 , and add this command to the document preamble
31360 \lang japanese
31361 :
31362 \begin_inset Newline newline
31363 \end_inset
31364
31365
31366 \series bold
31367
31368 \backslash
31369 @ifundefined{textcolor}
31370 \begin_inset Newline newline
31371 \end_inset
31372
31373
31374 \begin_inset space ~
31375 \end_inset
31376
31377 {
31378 \backslash
31379 usepackage{color}}{}
31380 \end_layout
31381
31382 \begin_deeper
31383 \begin_layout Standard
31384 \begin_inset ERT
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388
31389
31390 \backslash
31391 renewcommand{
31392 \backslash
31393 LettrineFontHook}{
31394 \backslash
31395 color{magenta}}
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \lang english
31402
31403 \begin_inset Note Note
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408 \lang english
31409 makes the initial magenta
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \end_layout
31416
31417 \begin_layout Initial
31418 \begin_inset Argument
31419 status open
31420
31421 \begin_layout Plain Layout
31422 lines=3, lhang=0.33, loversize=0.25
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \begin_inset Argument
31429 status open
31430
31431 \begin_layout Plain Layout
31432 \begin_inset Formula $\mathcal{I}$
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \end_inset
31439
31440
31441 \lang english
31442 t was in the spring
31443 \lang japanese
31444
31445 \begin_inset ERT
31446 status collapsed
31447
31448 \begin_layout Plain Layout
31449
31450 }
31451 \end_layout
31452
31453 \end_inset
31454
31455  
31456 \lang english
31457 of the year 1894 that all London was interested, and the fashionable world
31458  dismayed, by the murder of the Honourable Ronald Adair under most unusual
31459  and inexplicable circumstances.
31460  The public has already learned those particulars of the crime which came
31461  out in the police investigation, but a good deal was suppressed upon that
31462  occasion, since the case for the prosecution was so overwhelmingly strong
31463  that it was not necessary to bring forward all the facts.
31464 \lang japanese
31465
31466 \begin_inset ERT
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470
31471 {
31472 \end_layout
31473
31474 \end_inset
31475
31476
31477 \end_layout
31478
31479 \end_deeper
31480 \begin_layout Chapter
31481 外部文書構成要素
31482 \begin_inset Index idx
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486 がいぶぶんしょこうせいようそ@外部文書構成要素
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495
31496 \family sans
31497 挿入\SpecialChar \menuseparator
31498 ファイル
31499 \family default
31500 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
31501 \end_layout
31502
31503 \begin_layout Description
31504 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
31505 \end_layout
31506
31507 \begin_layout Description
31508 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
31509 \end_layout
31510
31511 \begin_layout Description
31512 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
31513 \end_layout
31514
31515 \begin_layout Description
31516 外部素材 様々な書式のファイル。
31517 \end_layout
31518
31519 \begin_layout Description
31520 子文書 LyXあるいはLaTeX文書。
31521 \end_layout
31522
31523 \begin_layout Section
31524 外部素材
31525 \begin_inset Index idx
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \end_layout
31536
31537 \begin_layout Standard
31538 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
31539 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
31540 \family sans
31541 操作性\SpecialChar \menuseparator
31542 表示
31543 \family default
31544 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
31545 \end_layout
31546
31547 \begin_layout Standard
31548 外部素材は、
31549 \family sans
31550 挿入
31551 \family default
31552 \SpecialChar \menuseparator
31553
31554 \family sans
31555 ファイル
31556 \family default
31557 \SpecialChar \menuseparator
31558
31559 \family sans
31560 外部素材
31561 \family default
31562 メニューで開くことのできる
31563 \family sans
31564 外部素材
31565 \family default
31566 ダイアログから挿入することができます。目下、以下のファイル形式(
31567 \family sans
31568 ひな型
31569 \family default
31570 )が使用できます。
31571 \end_layout
31572
31573 \begin_layout Description
31574 チェス棋譜 このひな型は、
31575 \series bold
31576
31577 \begin_inset CommandInset href
31578 LatexCommand href
31579 name "XBoard"
31580 target "http://en.wikipedia.org/wiki/XBoard"
31581
31582 \end_inset
31583
31584
31585 \series default
31586 プログラムで作成されたチェス棋譜をサポートします。
31587 \end_layout
31588
31589 \begin_layout Description
31590 日付 これは、
31591 \emph on
31592 日-月-年
31593 \emph default
31594 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
31595 \begin_inset External
31596         template Date
31597         filename .
31598
31599 \end_inset
31600
31601
31602 \begin_inset space ~
31603 \end_inset
31604
31605
31606 \begin_inset Note Note
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610 バグ4398が修正されたら、この保護空白は削除してください!
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \begin_inset Newline newline
31617 \end_inset
31618
31619 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
31620 \family sans
31621 挿入
31622 \family default
31623 \SpecialChar \menuseparator
31624 日付メニューを使用する方法で、他はLaTeXコマンドの
31625 \series bold
31626
31627 \backslash
31628 today
31629 \series default
31630 をTeXコードで使用する方法です。これらの各方法は、表
31631 \begin_inset CommandInset ref
31632 LatexCommand ref
31633 reference "tab:日付挿入方法"
31634
31635 \end_inset
31636
31637 に比較を掲載しておきます。
31638 \end_layout
31639
31640 \begin_layout Description
31641 Dia このひな型は、
31642 \series bold
31643
31644 \begin_inset CommandInset href
31645 LatexCommand href
31646 name "Dia"
31647 target "http://en.wikipedia.org/wiki/Dia_(software)"
31648
31649 \end_inset
31650
31651
31652 \series default
31653 プログラムで作成したダイアグラムをサポートします。
31654 \end_layout
31655
31656 \begin_layout Description
31657 LilyPond このひな型は、
31658 \series bold
31659
31660 \begin_inset CommandInset href
31661 LatexCommand href
31662 name "LilyPond"
31663 target "http://en.wikipedia.org/wiki/LilyPond"
31664
31665 \end_inset
31666
31667
31668 \series default
31669 プログラムで作成した楽譜の組版に使用されます。
31670 \end_layout
31671
31672 \begin_layout Description
31673 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
31674 \family sans
31675 LaTeXとLyXオプション
31676 \family default
31677 タブ中の
31678 \family sans
31679 オプション
31680 \family default
31681 フィールドに
31682 \emph on
31683 pages
31684 \emph default
31685 オプションを指定してください。
31686 \emph on
31687 pages
31688 \emph default
31689 オプションを指定しないと、PDFの最初のページのみが挿入されます。
31690 \end_layout
31691
31692 \begin_layout Description
31693 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
31694 \family sans
31695 外部素材
31696 \family default
31697 ダイアログを使って入れる画像は、第
31698 \begin_inset CommandInset ref
31699 LatexCommand ref
31700 reference "sec:画像ダイアログ"
31701
31702 \end_inset
31703
31704 節にあるように
31705 \family sans
31706 画像
31707 \family default
31708 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
31709 サポートしていないという点のみです。
31710 \end_layout
31711
31712 \begin_layout Description
31713 XFig このひな型は、
31714 \series bold
31715
31716 \begin_inset CommandInset href
31717 LatexCommand href
31718 name "Xfig"
31719 target "http://en.wikipedia.org/wiki/Xfig"
31720
31721 \end_inset
31722
31723
31724 \series default
31725 プログラムで作成した画像をサポートします。
31726 \end_layout
31727
31728 \begin_layout Standard
31729 \begin_inset Float table
31730 placement h
31731 wide false
31732 sideways false
31733 status open
31734
31735 \begin_layout Plain Layout
31736 \begin_inset Caption
31737
31738 \begin_layout Plain Layout
31739 \begin_inset CommandInset label
31740 LatexCommand label
31741 name "tab:日付挿入方法"
31742
31743 \end_inset
31744
31745 日付の挿入方法の比較
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Plain Layout
31754 \align center
31755 \begin_inset Tabular
31756 <lyxtabular version="3" rows="4" columns="4">
31757 <features tabularvalignment="middle">
31758 <column alignment="center" valignment="top" width="0">
31759 <column alignment="center" valignment="top" width="0">
31760 <column alignment="center" valignment="top" width="0">
31761 <column alignment="center" valignment="top" width="0">
31762 <row>
31763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31764 \begin_inset Text
31765
31766 \begin_layout Plain Layout
31767 文書書式
31768 \end_layout
31769
31770 \end_inset
31771 </cell>
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776
31777 \family sans
31778 外部素材\SpecialChar \menuseparator
31779 日付
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788
31789 \family sans
31790 挿入\SpecialChar \menuseparator
31791 日付
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31797 \begin_inset Text
31798
31799 \begin_layout Plain Layout
31800
31801 \series bold
31802
31803 \backslash
31804 today
31805 \series default
31806 コマンド
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 </row>
31812 <row>
31813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31814 \begin_inset Text
31815
31816 \begin_layout Plain Layout
31817 LyX
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31823 \begin_inset Text
31824
31825 \begin_layout Plain Layout
31826 差込枠として
31827 \end_layout
31828
31829 \end_inset
31830 </cell>
31831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31832 \begin_inset Text
31833
31834 \begin_layout Plain Layout
31835 日付として
31836 \end_layout
31837
31838 \end_inset
31839 </cell>
31840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31841 \begin_inset Text
31842
31843 \begin_layout Plain Layout
31844 TeXコード差込枠として
31845 \end_layout
31846
31847 \end_inset
31848 </cell>
31849 </row>
31850 <row>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855 LaTeX
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Plain Layout
31864 日付として
31865 \end_layout
31866
31867 \end_inset
31868 </cell>
31869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31870 \begin_inset Text
31871
31872 \begin_layout Plain Layout
31873 日付として
31874 \end_layout
31875
31876 \end_inset
31877 </cell>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882 コマンドとして
31883 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 </row>
31888 <row>
31889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31890 \begin_inset Text
31891
31892 \begin_layout Plain Layout
31893 DVI, PDF, PS
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31899 \begin_inset Text
31900
31901 \begin_layout Plain Layout
31902 日付として
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911 日付として
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31917 \begin_inset Text
31918
31919 \begin_layout Plain Layout
31920 日付として
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 </row>
31926 </lyxtabular>
31927
31928 \end_inset
31929
31930
31931 \end_layout
31932
31933 \end_inset
31934
31935
31936 \end_layout
31937
31938 \begin_layout Standard
31939
31940 \family sans
31941 外部素材
31942 \family default
31943 ダイアログの
31944 \family sans
31945 ファイル
31946 \family default
31947 タブ中で
31948 \family sans
31949 下書き
31950 \family default
31951 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
31952 \begin_inset Newline newline
31953 \end_inset
31954
31955 LyX中での外部素材は、ダイアログ内の
31956 \family sans
31957 LaTeXとLyXのオプション
31958 \family default
31959 タブにある
31960 \family sans
31961 LyX内に表示
31962 \family default
31963 オプションの指定に従って、
31964 \begin_inset Graphics
31965         filename clipart/ExternalMaterialQt4.png
31966         scale 85
31967         scaleBeforeRotation
31968
31969 \end_inset
31970
31971 のようなボックスとして表示されるか、画像として表示されます。
31972 \end_layout
31973
31974 \begin_layout Standard
31975 取扱説明書
31976 \family sans
31977 \emph on
31978 カスタマイズ篇
31979 \family default
31980 \emph default
31981 には、自製のひな型を定義する方法が説明されています。
31982 \end_layout
31983
31984 \begin_layout Section
31985 子文書
31986 \begin_inset CommandInset label
31987 LatexCommand label
31988 name "sec:子文書"
31989
31990 \end_inset
31991
31992
31993 \begin_inset Index idx
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \begin_inset Index idx
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007 ふぁいる@ファイル ! いんくるーど@インクルード
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \end_layout
32014
32015 \begin_layout Standard
32016 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
32017 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
32018 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
32019 \end_layout
32020
32021 \begin_layout Standard
32022 親文書を開くことなく子文書で作業できるようにするには、子文書の
32023 \family sans
32024 文書
32025 \family default
32026 \SpecialChar \menuseparator
32027
32028 \family sans
32029 設定
32030 \family default
32031 \SpecialChar \menuseparator
32032
32033 \family sans
32034 文書クラス
32035 \family default
32036 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
32037 \end_layout
32038
32039 \begin_layout Standard
32040 取り込んだ文書は、LyX中で
32041 \begin_inset Graphics
32042         filename clipart/ChildDocumentQt4.png
32043         scale 85
32044         scaleBeforeRotation
32045
32046 \end_inset
32047
32048 のようなボックスとして表示されます。子文書を親文書に取り込むには、
32049 \family sans
32050 挿入
32051 \family default
32052 \SpecialChar \menuseparator
32053
32054 \family sans
32055 ファイル
32056 \family default
32057 \SpecialChar \menuseparator
32058
32059 \family sans
32060 子文書
32061 \family default
32062 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
32063 \end_layout
32064
32065 \begin_layout Description
32066 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
32067 \family sans
32068 子文書
32069 \family default
32070 ダイアログの
32071 \family sans
32072 編集
32073 \family default
32074 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
32075 \begin_inset Newline newline
32076 \end_inset
32077
32078
32079 \end_layout
32080
32081 \begin_layout Standard
32082 以下は、
32083 \family sans
32084 Include
32085 \family default
32086 を使用して挿入した子文書です。 
32087 \begin_inset CommandInset include
32088 LatexCommand include
32089 filename "DummyDocument1.lyx"
32090
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Standard
32097 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
32098 あります。取り込んだ文書のラベルは、第
32099 \begin_inset CommandInset ref
32100 LatexCommand ref
32101 reference "sub:外部文書の第1小節"
32102
32103 \end_inset
32104
32105 小節、のように参照することができます。
32106 \end_layout
32107
32108 \begin_layout Standard
32109 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
32110 は、新規頁から始まるように挿入され、改頁して終わります。
32111 \end_layout
32112
32113 \begin_layout Standard
32114 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
32115 \begin_inset Foot
32116 status open
32117
32118 \begin_layout Plain Layout
32119 派生枝は、LyX
32120 \emph on
32121 ユーザーの手引き
32122 \emph default
32123
32124 \emph on
32125 派生枝
32126 \emph default
32127 の節に説明されています。
32128 \end_layout
32129
32130 \end_inset
32131
32132 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
32133 \end_layout
32134
32135 \begin_layout Standard
32136 \begin_inset Note Greyedout
32137 status open
32138
32139 \begin_layout Plain Layout
32140
32141 \series bold
32142 【註】
32143 \series default
32144 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
32145 \series bold
32146
32147 \backslash
32148 includeonly
32149 \series default
32150 を使用することはできません。
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 \begin_inset Note Greyedout
32160 status open
32161
32162 \begin_layout Plain Layout
32163
32164 \series bold
32165 【註】
32166 \series default
32167 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
32168 警告が発せられます。
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \end_layout
32175
32176 \begin_layout Description
32177 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
32178 \end_layout
32179
32180 \begin_deeper
32181 \begin_layout Itemize
32182 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
32183 \end_layout
32184
32185 \begin_layout Itemize
32186 Inputファイルは、LyX設定の操作性
32187 \family sans
32188 \SpecialChar \menuseparator
32189 表示
32190 \family default
32191 の下にある
32192 \family sans
32193 画像を表示
32194 \family default
32195 を有効にすると、LyX中でプレビューすることができます。
32196 \end_layout
32197
32198 \begin_layout Itemize
32199 LaTeXコマンドの
32200 \series bold
32201
32202 \backslash
32203 includeonly
32204 \series default
32205 は使用することができません。
32206 \end_layout
32207
32208 \end_deeper
32209 \begin_layout Standard
32210 右は、
32211 \family sans
32212 Input
32213 \family default
32214 を使って挿入した子文書です。 
32215 \begin_inset CommandInset include
32216 LatexCommand input
32217 filename "DummyDocument2.lyx"
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Description
32225 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
32226 に用いられているコマンドは実行されません。
32227 \family sans
32228 出力の空白に印付けをする
32229 \family default
32230 オプションを有効にすると、ソースコード中のすべての空白文字に「
32231 \begin_inset ERT
32232 status collapsed
32233
32234 \begin_layout Plain Layout
32235
32236
32237 \backslash
32238 textvisiblespace 
32239 \end_layout
32240
32241 \end_inset
32242
32243 」文字を表示させることができます。
32244 \family sans
32245 挿入\SpecialChar \menuseparator
32246 ファイル\SpecialChar \menuseparator
32247 平文
32248 \family default
32249 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
32250 \end_layout
32251
32252 \begin_layout Standard
32253 以下は、verbatimとして挿入された子文書です。 
32254 \begin_inset CommandInset include
32255 LatexCommand verbatiminput
32256 filename "../DummyTextDocument.txt"
32257
32258 \end_inset
32259
32260
32261 \begin_inset VSpace bigskip
32262 \end_inset
32263
32264 以下は、
32265 \family sans
32266 出力の空白に印付けをする
32267 \family default
32268 オプションを指定して、verbatimとして挿入された子文書です。 
32269 \begin_inset CommandInset include
32270 LatexCommand verbatiminput*
32271 filename "../DummyTextDocument.txt"
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Standard
32279 \begin_inset VSpace bigskip
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Standard
32286 \begin_inset Note Greyedout
32287 status open
32288
32289 \begin_layout Plain Layout
32290
32291 \series bold
32292 【註】
32293 \series default
32294 上記の例でわかるように、
32295 \family sans
32296 verbatim
32297 \family default
32298 として取り込んだ文書の文章は、文書行の終わりで改行されません。
32299 \end_layout
32300
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \begin_layout Standard
32307 \begin_inset Note Greyedout
32308 status open
32309
32310 \begin_layout Plain Layout
32311
32312 \series bold
32313 【訳註】
32314 \series default
32315 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
32316 \end_layout
32317
32318 \end_inset
32319
32320
32321 \end_layout
32322
32323 \begin_layout Description
32324 プログラムリスト この型については、第
32325 \begin_inset CommandInset ref
32326 LatexCommand ref
32327 reference "cha:プログラムコードリスト"
32328
32329 \end_inset
32330
32331 章に説明されています。
32332 \end_layout
32333
32334 \begin_layout Standard
32335 \begin_inset Note Greyedout
32336 status open
32337
32338 \begin_layout Plain Layout
32339
32340 \series bold
32341 【註】
32342 \series default
32343 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
32344 \end_layout
32345
32346 \end_inset
32347
32348
32349 \end_layout
32350
32351 \begin_layout Chapter
32352 プログラムコードリスト
32353 \begin_inset CommandInset label
32354 LatexCommand label
32355 name "cha:プログラムコードリスト"
32356
32357 \end_inset
32358
32359
32360 \begin_inset Index idx
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364 りすと@リスト
32365 \end_layout
32366
32367 \end_inset
32368
32369
32370 \begin_inset Index idx
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 ぷろぐらむこーど@プログラムコード
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \begin_inset Index idx
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384 ふろーと@フロート ! りすと@リスト
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Standard
32393 プログラムコードを取り込んで組版するには、
32394 \family sans
32395 挿入
32396 \family default
32397 \SpecialChar \menuseparator
32398
32399 \family sans
32400 プログラムリスト
32401 \family default
32402 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
32403 \series bold
32404 listings
32405 \series default
32406
32407 \begin_inset Index idx
32408 status collapsed
32409
32410 \begin_layout Plain Layout
32411 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32412 \end_layout
32413
32414 \end_inset
32415
32416 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
32417 \end_layout
32418
32419 \begin_layout Standard
32420 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
32421 \end_layout
32422
32423 \begin_layout Standard
32424 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
32425 \family sans
32426 行内リスト
32427 \family default
32428 を指定すると、リストは
32429 \begin_inset listings
32430 lstparams "language={C++}"
32431 inline true
32432 status collapsed
32433
32434 \begin_layout Plain Layout
32435
32436 int a=5;
32437 \end_layout
32438
32439 \end_inset
32440
32441 のように行内に印字されます。
32442 \begin_inset Newline newline
32443 \end_inset
32444
32445
32446 \family sans
32447 フロート
32448 \family default
32449 オプションは、プログラムリストフロートを生成するものですが、ここで、第
32450 \begin_inset CommandInset ref
32451 LatexCommand ref
32452 reference "sec:フロートの配置"
32453
32454 \end_inset
32455
32456 節に説明されているフロート配置オプションに従って、「
32457 \family sans
32458 h
32459 \family default
32460 」「
32461 \family sans
32462 t
32463 \family default
32464 」「
32465 \family sans
32466 b
32467 \family default
32468 」「
32469 \family sans
32470 p
32471 \family default
32472 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
32473 \family sans
32474 htbp
32475 \family default
32476 」のように区切りを入れることなく入力することができます。「
32477 \family sans
32478 h
32479 \family default
32480 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
32481 \family sans
32482 フロート
32483 \family default
32484 オプションを使用しなければ大丈夫です。
32485 \end_layout
32486
32487 \begin_layout Standard
32488
32489 \family sans
32490 挿入
32491 \family default
32492 \SpecialChar \menuseparator
32493
32494 \family sans
32495 キャプション
32496 \family default
32497 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
32498 \begin_inset CommandInset ref
32499 LatexCommand ref
32500 reference "lst:リストフロート"
32501
32502 \end_inset
32503
32504 のように参照することができます。
32505 \end_layout
32506
32507 \begin_layout Standard
32508 \begin_inset listings
32509 lstparams "language=Python"
32510 inline false
32511 status open
32512
32513 \begin_layout Plain Layout
32514
32515 \begin_inset Caption
32516
32517 \begin_layout Plain Layout
32518 \begin_inset CommandInset label
32519 LatexCommand label
32520 name "lst:リストフロート"
32521
32522 \end_inset
32523
32524 Example Listing Float
32525 \end_layout
32526
32527 \end_inset
32528
32529 # Example listing float
32530 \end_layout
32531
32532 \begin_layout Plain Layout
32533
32534 def func(param):
32535 \end_layout
32536
32537 \begin_layout Plain Layout
32538
32539     'this is a python function'
32540 \end_layout
32541
32542 \begin_layout Plain Layout
32543
32544     pass
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Standard
32553 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
32554 onのキーワード「def」が識別され、ボールド体で出力されます。
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \begin_inset Note Greyedout
32559 status open
32560
32561 \begin_layout Plain Layout
32562
32563 \series bold
32564 【註】
32565 \series default
32566 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
32567 \family typewriter
32568 typewriter
32569 \family default
32570 フォントがボールド体を提供していません。この場合には、
32571 \family sans
32572 文書
32573 \family default
32574 \SpecialChar \menuseparator
32575
32576 \family sans
32577 設定
32578 \family default
32579 \SpecialChar \menuseparator
32580
32581 \family sans
32582 フォント
32583 \family default
32584 メニューで別のフォントを選択してください(
32585 \emph on
32586 LuxiMono
32587 \emph default
32588
32589 \emph on
32590 BeraMono
32591 \emph default
32592
32593 \emph on
32594 Courier
32595 \emph default
32596 の各フォントはボールド体を提供します)。
32597 \end_layout
32598
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \begin_layout Standard
32605 \begin_inset Note Greyedout
32606 status open
32607
32608 \begin_layout Plain Layout
32609
32610 \series bold
32611 【訳註】
32612 \series default
32613 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
32614 \end_layout
32615
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Standard
32622 プログラムリストダイアログの
32623 \family sans
32624 行番号
32625 \family default
32626 のセクションでは、行番号の様式を指定することができます。
32627 \family sans
32628 行間
32629 \family default
32630 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
32631 \end_layout
32632
32633 \begin_layout Standard
32634 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
32635 \family sans
32636 拡張文字コード表を使う
32637 \family default
32638 オプションを使用しなくてはなりません。
32639 \begin_inset Newline newline
32640 \end_inset
32641
32642 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
32643 \begin_inset space \thinspace{}
32644 \end_inset
32645
32646 -
32647 \begin_inset space \thinspace{}
32648 \end_inset
32649
32650 8」で設定したプログラムリストの例です。
32651 \end_layout
32652
32653 \begin_layout Standard
32654 \begin_inset listings
32655 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32656 inline false
32657 status open
32658
32659 \begin_layout Plain Layout
32660
32661 def func(param):
32662 \end_layout
32663
32664 \begin_layout Plain Layout
32665
32666     'this is a python function'
32667 \end_layout
32668
32669 \begin_layout Plain Layout
32670
32671     pass
32672 \end_layout
32673
32674 \begin_layout Plain Layout
32675
32676 def func(param):
32677 \end_layout
32678
32679 \begin_layout Plain Layout
32680
32681 'This is a German word: Tschüß'
32682 \end_layout
32683
32684 \begin_layout Plain Layout
32685
32686 pass
32687 \end_layout
32688
32689 \begin_layout Plain Layout
32690
32691 def func(param):
32692 \end_layout
32693
32694 \begin_layout Plain Layout
32695
32696 'this is a python function'
32697 \end_layout
32698
32699 \begin_layout Plain Layout
32700
32701 pass
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
32711 \family sans
32712 タビュレータの大きさ
32713 \family default
32714 フィールドで指定することができます。
32715 \end_layout
32716
32717 \begin_layout Standard
32718 \begin_inset Note Greyedout
32719 status open
32720
32721 \begin_layout Plain Layout
32722
32723 \series bold
32724 【註】listings
32725 \series default
32726 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
32727 に振られているのはこのためです。
32728 \end_layout
32729
32730 \end_inset
32731
32732
32733 \end_layout
32734
32735 \begin_layout Standard
32736 \begin_inset VSpace bigskip
32737 \end_inset
32738
32739
32740 \end_layout
32741
32742 \begin_layout Standard
32743 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
32744 \family sans
32745 挿入
32746 \family default
32747 \SpecialChar \menuseparator
32748
32749 \family sans
32750 ファイル
32751 \family default
32752 \SpecialChar \menuseparator
32753
32754 \family sans
32755 子文書
32756 \family default
32757 メニューを使用して
32758 \family sans
32759 プログラムリスト
32760 \family default
32761 型を選択してください
32762 \begin_inset Foot
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766 他の子文書型については、第 section
32767 \begin_inset space ~
32768 \end_inset
32769
32770
32771 \begin_inset CommandInset ref
32772 LatexCommand ref
32773 reference "sec:子文書"
32774
32775 \end_inset
32776
32777 節に説明があります。
32778 \end_layout
32779
32780 \end_inset
32781
32782 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
32783 疑問符「?」を打鍵してください。
32784 \end_layout
32785
32786 \begin_layout Standard
32787 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
32788 \family sans
32789 挿入
32790 \family default
32791 \SpecialChar \menuseparator
32792
32793 \family sans
32794 相互参照
32795 \family default
32796 メニューを使って参照できるようになります。
32797 \end_layout
32798
32799 \begin_layout Standard
32800 プログラムリスト
32801 \begin_inset CommandInset ref
32802 LatexCommand ref
32803 reference "lst:file-listing"
32804
32805 \end_inset
32806
32807 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
32808 \end_layout
32809
32810 \begin_layout Standard
32811 \begin_inset CommandInset include
32812 LatexCommand lstinputlisting
32813 filename "EmbeddedObjects.lyx"
32814 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32815
32816 \end_inset
32817
32818
32819 \end_layout
32820
32821 \begin_layout Standard
32822 \begin_inset VSpace bigskip
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \begin_layout Standard
32829 リストに数式を入れるには、以下のようにします。
32830 \end_layout
32831
32832 \begin_layout Enumerate
32833 リストダイアログを開き、
32834 \family sans
32835 詳細
32836 \family default
32837 タブのフィールド中に
32838 \begin_inset Newline newline
32839 \end_inset
32840
32841
32842 \family sans
32843 mathescape=true
32844 \family default
32845
32846 \begin_inset Newline newline
32847 \end_inset
32848
32849 と書き加えます。
32850 \end_layout
32851
32852 \begin_layout Enumerate
32853 リスト外で数式を作成します。
32854 \end_layout
32855
32856 \begin_layout Enumerate
32857 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
32858 \begin_inset Info
32859 type  "shortcut"
32860 arg   "copy"
32861 \end_inset
32862
32863 )。
32864 \end_layout
32865
32866 \begin_layout Enumerate
32867 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
32868 \begin_inset Info
32869 type  "shortcut"
32870 arg   "paste"
32871 \end_inset
32872
32873 )。
32874 \end_layout
32875
32876 \begin_layout Standard
32877 \begin_inset listings
32878 lstparams "language=Python,mathescape=true"
32879 inline false
32880 status open
32881
32882 \begin_layout Plain Layout
32883
32884 \begin_inset Caption
32885
32886 \begin_layout Plain Layout
32887 Example Listing float containing a formula
32888 \end_layout
32889
32890 \end_inset
32891
32892 # Example listing float
32893 \end_layout
32894
32895 \begin_layout Plain Layout
32896
32897 def func(param):
32898 \end_layout
32899
32900 \begin_layout Plain Layout
32901
32902     # $
32903 \backslash
32904 prod_{n=1}^{
32905 \backslash
32906 infty}
32907 \backslash
32908 ,
32909 \backslash
32910 frac{1}{x^{2}}$
32911 \end_layout
32912
32913 \begin_layout Plain Layout
32914
32915     pass
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Standard
32924 \begin_inset VSpace bigskip
32925 \end_inset
32926
32927
32928 \end_layout
32929
32930 \begin_layout Standard
32931 大域的なプログラムリストの設定は、
32932 \family sans
32933 文書
32934 \family default
32935 \SpecialChar \menuseparator
32936
32937 \family sans
32938 設定
32939 \family default
32940 \SpecialChar \menuseparator
32941
32942 \family sans
32943 リスト
32944 \family default
32945 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
32946 \family sans
32947 プログラムリスト設定
32948 \family default
32949 フィールドで疑問符「?」を打鍵してください。
32950 \end_layout
32951
32952 \begin_layout Standard
32953
32954 \series bold
32955 listings
32956 \series default
32957 パッケージについての詳しい情報については、取扱説明書
32958 \begin_inset CommandInset citation
32959 LatexCommand cite
32960 key "listings"
32961
32962 \end_inset
32963
32964 をご参照ください。.
32965 \end_layout
32966
32967 \begin_layout Standard
32968 \begin_inset Newpage newpage
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \begin_layout Chapter
32975 \start_of_appendix
32976 LyXで使用できる単位
32977 \begin_inset Index idx
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 たんい@単位
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \begin_inset CommandInset label
32988 LatexCommand label
32989 name "cha:LyXで使用できる単位"
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997 この文書で用いられる単位の理解のために、表
32998 \begin_inset CommandInset ref
32999 LatexCommand ref
33000 reference "tab:単位"
33001
33002 \end_inset
33003
33004 に、LyXで使うことのできる単位をまとめておきます。
33005 \end_layout
33006
33007 \begin_layout Standard
33008 \begin_inset Float table
33009 placement h
33010 wide false
33011 sideways false
33012 status open
33013
33014 \begin_layout Plain Layout
33015 \begin_inset Caption
33016
33017 \begin_layout Plain Layout
33018 \begin_inset CommandInset label
33019 LatexCommand label
33020 name "tab:単位"
33021
33022 \end_inset
33023
33024 単位
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Plain Layout
33033 \begin_inset VSpace medskip
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Plain Layout
33040 \align center
33041 \begin_inset Tabular
33042 <lyxtabular version="3" rows="20" columns="2">
33043 <features tabularvalignment="middle">
33044 <column alignment="center" valignment="top" width="0">
33045 <column alignment="center" valignment="top" width="0">
33046 <row>
33047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051 単位
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33057 \begin_inset Text
33058
33059 \begin_layout Plain Layout
33060 名称/摘要
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 </row>
33066 <row>
33067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 mm
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33077 \begin_inset Text
33078
33079 \begin_layout Plain Layout
33080 ミリメートル
33081 \end_layout
33082
33083 \end_inset
33084 </cell>
33085 </row>
33086 <row>
33087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 cm
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33097 \begin_inset Text
33098
33099 \begin_layout Plain Layout
33100 センチメートル
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 </row>
33106 <row>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 in
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 インチ
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 </row>
33126 <row>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 pt
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140 ポイント (72.27
33141 \begin_inset Formula $\,$
33142 \end_inset
33143
33144 pt = 1
33145 \begin_inset Formula $\,$
33146 \end_inset
33147
33148 in)
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 </row>
33154 <row>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 pc
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168 パイカ (1
33169 \begin_inset Formula $\,$
33170 \end_inset
33171
33172 pc = 12
33173 \begin_inset Formula $\,$
33174 \end_inset
33175
33176 pt)
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 </row>
33182 <row>
33183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout Plain Layout
33187 sp
33188 \end_layout
33189
33190 \end_inset
33191 </cell>
33192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196 スケールポイント (65536
33197 \begin_inset Formula $\,$
33198 \end_inset
33199
33200 sp = 1
33201 \begin_inset Formula $\,$
33202 \end_inset
33203
33204 pt)
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 </row>
33210 <row>
33211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33212 \begin_inset Text
33213
33214 \begin_layout Plain Layout
33215 bp
33216 \end_layout
33217
33218 \end_inset
33219 </cell>
33220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33221 \begin_inset Text
33222
33223 \begin_layout Plain Layout
33224 ビッグポイント (72
33225 \begin_inset Formula $\,$
33226 \end_inset
33227
33228 bp = 1
33229 \begin_inset Formula $\,$
33230 \end_inset
33231
33232 in)
33233 \end_layout
33234
33235 \end_inset
33236 </cell>
33237 </row>
33238 <row>
33239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243 dd
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252 ディドー (72
33253 \begin_inset Formula $\,$
33254 \end_inset
33255
33256 dd 
33257 \begin_inset Formula $\approx$
33258 \end_inset
33259
33260  37.6
33261 \begin_inset Formula $\,$
33262 \end_inset
33263
33264 mm)
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 </row>
33270 <row>
33271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33272 \begin_inset Text
33273
33274 \begin_layout Plain Layout
33275 cc
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 シセロ (1
33285 \begin_inset Formula $\,$
33286 \end_inset
33287
33288 cc = 12
33289 \begin_inset Formula $\,$
33290 \end_inset
33291
33292 dd)
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 </row>
33298 <row>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 Scale%
33304 \end_layout
33305
33306 \end_inset
33307 </cell>
33308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Plain Layout
33312 元の画像幅の%
33313 \end_layout
33314
33315 \end_inset
33316 </cell>
33317 </row>
33318 <row>
33319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33320 \begin_inset Text
33321
33322 \begin_layout Plain Layout
33323 text%
33324 \end_layout
33325
33326 \end_inset
33327 </cell>
33328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33329 \begin_inset Text
33330
33331 \begin_layout Plain Layout
33332 テキスト幅の%
33333 \end_layout
33334
33335 \end_inset
33336 </cell>
33337 </row>
33338 <row>
33339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33340 \begin_inset Text
33341
33342 \begin_layout Plain Layout
33343 col%
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33349 \begin_inset Text
33350
33351 \begin_layout Plain Layout
33352 組段幅の%
33353 \end_layout
33354
33355 \end_inset
33356 </cell>
33357 </row>
33358 <row>
33359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363 page%
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372 用紙幅の%
33373 \end_layout
33374
33375 \end_inset
33376 </cell>
33377 </row>
33378 <row>
33379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 line%
33384 \end_layout
33385
33386 \end_inset
33387 </cell>
33388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33389 \begin_inset Text
33390
33391 \begin_layout Plain Layout
33392 行幅の%
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 </row>
33398 <row>
33399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 theight%
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 テキスト高さの%
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 </row>
33418 <row>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 pheight%
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432 用紙高さの%
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 ex
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 現在のフォントの文字「x」の高さ
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 </row>
33458 <row>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 em
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Plain Layout
33472 現在のフォントの文字「M」の幅
33473 \end_layout
33474
33475 \end_inset
33476 </cell>
33477 </row>
33478 <row>
33479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 mu
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33489 \begin_inset Text
33490
33491 \begin_layout Plain Layout
33492 数式単位 (1
33493 \begin_inset Formula $\,$
33494 \end_inset
33495
33496 mu = 1/18
33497 \begin_inset Formula $\,$
33498 \end_inset
33499
33500 em)
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 </row>
33506 </lyxtabular>
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Chapter
33519 画像を含む場合のファイル出力形式
33520 \begin_inset CommandInset label
33521 LatexCommand label
33522 name "cha:ファイル出力形式"
33523
33524 \end_inset
33525
33526
33527 \end_layout
33528
33529 \begin_layout Section
33530 DVI
33531 \begin_inset Index idx
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535 ふぁいるしょしき@ファイル書式 ! DVI
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \begin_inset Index idx
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 DVI|see
33546 \begin_inset ERT
33547 status collapsed
33548
33549 \begin_layout Plain Layout
33550
33551 {
33552 \end_layout
33553
33554 \end_inset
33555
33556 ファイル書式
33557 \begin_inset ERT
33558 status collapsed
33559
33560 \begin_layout Plain Layout
33561
33562 }
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Standard
33576 このファイル型の拡張子は「
33577 \family typewriter
33578 .dvi
33579 \family default
33580 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
33581 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
33582 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
33583 \end_layout
33584
33585 \begin_layout Standard
33586 \begin_inset Note Greyedout
33587 status open
33588
33589 \begin_layout Plain Layout
33590 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
33591 \end_layout
33592
33593 \end_inset
33594
33595 ですから、お使いの
33596 \family typewriter
33597 .dvi
33598 \family default
33599 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
33600 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
33601 DFを使用することをお勧めします。
33602 \end_layout
33603
33604 \begin_layout Standard
33605 使用中の文書は、
33606 \family sans
33607 ファイル
33608 \family default
33609 \SpecialChar \menuseparator
33610
33611 \family sans
33612 書き出し
33613 \family default
33614 \SpecialChar \menuseparator
33615
33616 \family sans
33617 DVI
33618 \family default
33619 メニューを使用して、DVIに書き出すことができます。また、
33620 \family sans
33621 表示
33622 \family default
33623 メニューかツールバーボタン
33624 \begin_inset Graphics
33625         filename ../../images/buffer-view_dvi.png
33626         scale 85
33627         scaleBeforeRotation
33628
33629 \end_inset
33630
33631 を使用すれば、使用中の文書をDVIで表示させることができます。
33632 \end_layout
33633
33634 \begin_layout Section
33635 PostScript
33636 \begin_inset CommandInset label
33637 LatexCommand label
33638 name "sec:PostScript"
33639
33640 \end_inset
33641
33642
33643 \begin_inset Index idx
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647 ふぁいるしょしき@ファイル書式 ! PostScript
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \begin_inset Index idx
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657 PostScript|see
33658 \begin_inset ERT
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662
33663 {
33664 \end_layout
33665
33666 \end_inset
33667
33668 ファイル書式
33669 \begin_inset ERT
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673
33674 }
33675 \end_layout
33676
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Standard
33688 このファイル型の拡張子は「
33689 \family typewriter
33690 .ps
33691 \family default
33692 」です。PostScriptは、
33693 \family typewriter
33694 Adobe
33695 \family default
33696 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
33697 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
33698 \begin_inset Foot
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702 これについてもう少し学ぶ気があれば、LaTeXパッケージ
33703 \series bold
33704 PSTricks
33705 \series default
33706
33707 \begin_inset CommandInset citation
33708 LatexCommand cite
33709 key "pstricks"
33710
33711 \end_inset
33712
33713 を見てみてください。
33714 \end_layout
33715
33716 \end_inset
33717
33718 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
33719 \end_layout
33720
33721 \begin_layout Standard
33722 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
33723 \family typewriter
33724 .eps
33725 \family default
33726 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
33727 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
33728 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
33729 を直接EPSとして入れておく方がよいでしょう。
33730 \end_layout
33731
33732 \begin_layout Standard
33733 文書は、
33734 \family sans
33735 ファイル
33736 \family default
33737 \SpecialChar \menuseparator
33738
33739 \family sans
33740 書き出し
33741 \family default
33742 \SpecialChar \menuseparator
33743
33744 \family sans
33745 Postscript
33746 \family default
33747 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
33748 \family sans
33749 表示
33750 \family default
33751 メニューかツールバーボタン
33752 \begin_inset Graphics
33753         filename ../../images/buffer-view_ps.png
33754         scale 85
33755         scaleBeforeRotation
33756
33757 \end_inset
33758
33759 を使用することでPostScriptとして表示させることができます。
33760 \end_layout
33761
33762 \begin_layout Section
33763 PDF
33764 \begin_inset Index idx
33765 status collapsed
33766
33767 \begin_layout Plain Layout
33768 ふぁいるしょしき@ファイル書式 ! PDF
33769 \end_layout
33770
33771 \end_inset
33772
33773
33774 \begin_inset Index idx
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778 PDF
33779 \end_layout
33780
33781 \end_inset
33782
33783
33784 \end_layout
33785
33786 \begin_layout Standard
33787 このファイル型の拡張子は「
33788 \family typewriter
33789 .pdf
33790 \family default
33791 」です。この「Portable Document Format (PDF)」は、
33792 \family typewriter
33793 Adobe
33794 \family default
33795 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
33796 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
33797 \end_layout
33798
33799 \begin_layout Standard
33800 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
33801 \family typewriter
33802 .jpg
33803 \family default
33804 」または「
33805 \family typewriter
33806 .jpeg
33807 \family default
33808 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
33809 \family typewriter
33810 .png
33811 \family default
33812 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
33813 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
33814 とをお勧めします。
33815 \end_layout
33816
33817 \begin_layout Standard
33818 使用中の文書は、
33819 \family sans
33820 ファイル
33821 \family default
33822 \SpecialChar \menuseparator
33823
33824 \family sans
33825 書き出し
33826 \family default
33827 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
33828 \end_layout
33829
33830 \begin_layout Description
33831 PDF
33832 \begin_inset space ~
33833 \end_inset
33834
33835 (ps2pdf) これは
33836 \family typewriter
33837 ps2pdf
33838 \family default
33839 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
33840 \family typewriter
33841 dvips
33842 \family default
33843 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
33844 \end_layout
33845
33846 \begin_layout Description
33847 PDF
33848 \begin_inset space ~
33849 \end_inset
33850
33851 (dvipdfm) これは
33852 \family typewriter
33853 dvipdfm
33854 \family default
33855 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
33856 \end_layout
33857
33858 \begin_layout Description
33859 PDF
33860 \begin_inset space ~
33861 \end_inset
33862
33863 (pdflatex) これは
33864 \family typewriter
33865 pdftex
33866 \family default
33867 プログラムを使って、現在のファイルを直接PDFに変換します。
33868 \end_layout
33869
33870 \begin_layout Standard
33871
33872 \family typewriter
33873 pdftex
33874 \family default
33875 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
33876 \family sans
33877 PDF
33878 \begin_inset space ~
33879 \end_inset
33880
33881 (pdflatex)
33882 \family default
33883 を使用することが推奨されます。
33884 \family typewriter
33885 dvipdfm
33886 \family default
33887 プログラムは開発が停止しており、若干時代遅れになっています。
33888 \end_layout
33889
33890 \begin_layout Standard
33891 使用中の文書をPDFとして表示するには、
33892 \family sans
33893 表示
33894 \family default
33895 メニューかツールバーボタン
33896 \begin_inset Graphics
33897         filename ../../images/buffer-view_pdf2.png
33898         scale 85
33899         scaleBeforeRotation
33900
33901 \end_inset
33902
33903 (これは
33904 \family sans
33905 PDF
33906 \begin_inset space ~
33907 \end_inset
33908
33909 (pdflatex)
33910 \family default
33911 を使用します)を用います。
33912 \end_layout
33913
33914 \begin_layout Chapter
33915 第(
33916 \begin_inset CommandInset ref
33917 LatexCommand ref
33918 reference "eq:Wgn"
33919
33920 \end_inset
33921
33922 )式の説明
33923 \begin_inset CommandInset label
33924 LatexCommand label
33925 name "cha:式の説明"
33926
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \begin_layout Standard
33933 \begin_inset Formula $n$
33934 \end_inset
33935
33936 個の表セルの全幅
33937 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33938 \end_inset
33939
33940
33941 \end_layout
33942
33943 \begin_layout Standard
33944 \begin_inset Formula 
33945 \begin{equation}
33946 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
33947 \end{equation}
33948
33949 \end_inset
33950
33951
33952 \end_layout
33953
33954 \begin_layout Standard
33955 で計算できます。ここで
33956 \begin_inset Formula $W_{g\, n}$
33957 \end_inset
33958
33959 は、すべてのセルが持つ固定幅です。
33960 \series bold
33961
33962 \backslash
33963 tabcolsep
33964 \series default
33965 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
33966 \begin_inset space \thinspace{}
33967 \end_inset
33968
33969 ptです。
33970 \series bold
33971
33972 \backslash
33973 arrayrulewidth
33974 \series default
33975 は、セル罫線幅であり、既定値は0.4
33976 \begin_inset space \thinspace{}
33977 \end_inset
33978
33979 ptです。
33980 \end_layout
33981
33982 \begin_layout Standard
33983
33984 \begin_inset CommandInset ref
33985 LatexCommand eqref
33986 reference "eq:Wtot_n"
33987
33988 \end_inset
33989
33990 式にしたがえば、連結列の全幅
33991 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \begin_inset Formula 
33999 \begin{equation}
34000 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
34001 \end{equation}
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \begin_layout Standard
34009 となります。
34010 \begin_inset Formula $n$
34011 \end_inset
34012
34013 列を連結する時には各列の全幅は
34014 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34015 \end_inset
34016
34017 となるので、第
34018 \begin_inset CommandInset ref
34019 LatexCommand eqref
34020 reference "eq:Wtot_n"
34021
34022 \end_inset
34023
34024 式と第
34025 \begin_inset CommandInset ref
34026 LatexCommand eqref
34027 reference "eq:Wtot_mult"
34028
34029 \end_inset
34030
34031 式が等しいものと置けば、必要となる固定幅
34032 \begin_inset Formula $W_{g\, n}$
34033 \end_inset
34034
34035 を計算することができて、
34036 \end_layout
34037
34038 \begin_layout Standard
34039 \begin_inset Formula 
34040 \begin{equation}
34041 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34042 \end{equation}
34043
34044 \end_inset
34045
34046 となります。
34047 \end_layout
34048
34049 \begin_layout Bibliography
34050 \labelwidthstring 参考文献
34051 \begin_inset CommandInset bibitem
34052 LatexCommand bibitem
34053 key "latexcompanion"
34054
34055 \end_inset
34056
34057 Frank Mittelbach and Michel Goossens: 
34058 \emph on
34059 The LaTeX Companion Second Edition.
34060
34061 \emph default
34062  Addison-Wesley, 2004
34063 \end_layout
34064
34065 \begin_layout Bibliography
34066 \labelwidthstring 参考文献
34067 \begin_inset CommandInset bibitem
34068 LatexCommand bibitem
34069 key "latexguide"
34070
34071 \end_inset
34072
34073 Helmut Kopka and Patrick W.
34074  Daly: 
34075 \emph on
34076 A Guide to LaTeX Fourth Edition.
34077
34078 \emph default
34079  Addison-Wesley, 2003
34080 \end_layout
34081
34082 \begin_layout Bibliography
34083 \labelwidthstring 参考文献
34084 \begin_inset CommandInset bibitem
34085 LatexCommand bibitem
34086 key "latexbook"
34087
34088 \end_inset
34089
34090 Leslie Lamport: 
34091 \emph on
34092 LaTeX: A Document Preparation System.
34093
34094 \emph default
34095  Addison-Wesley, second edition, 1994
34096 \end_layout
34097
34098 \begin_layout Bibliography
34099 \labelwidthstring 参考文献
34100 \begin_inset CommandInset bibitem
34101 LatexCommand bibitem
34102 key "booktabs"
34103
34104 \end_inset
34105
34106 LaTeXパッケージ
34107 \series bold
34108
34109 \begin_inset CommandInset href
34110 LatexCommand href
34111 name "booktabs"
34112 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34113
34114 \end_inset
34115
34116
34117 \series default
34118
34119 \begin_inset Index idx
34120 status collapsed
34121
34122 \begin_layout Plain Layout
34123 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
34124 \end_layout
34125
34126 \end_inset
34127
34128 の取扱説明書
34129 \end_layout
34130
34131 \begin_layout Bibliography
34132 \labelwidthstring 参考文献
34133 \begin_inset CommandInset bibitem
34134 LatexCommand bibitem
34135 key "caption"
34136
34137 \end_inset
34138
34139 LaTeXパッケージ
34140 \series bold
34141
34142 \begin_inset CommandInset href
34143 LatexCommand href
34144 name "caption"
34145 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34146
34147 \end_inset
34148
34149
34150 \series default
34151
34152 \begin_inset Index idx
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156 LaTeXぱっけーじ@LaTeXパッケージ ! caption
34157 \end_layout
34158
34159 \end_inset
34160
34161 の取扱説明書
34162 \end_layout
34163
34164 \begin_layout Bibliography
34165 \labelwidthstring 参考文献
34166 \begin_inset CommandInset bibitem
34167 LatexCommand bibitem
34168 key "endfloat"
34169
34170 \end_inset
34171
34172 LaTeXパッケージ
34173 \series bold
34174
34175 \begin_inset CommandInset href
34176 LatexCommand href
34177 name "endfloat"
34178 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34179
34180 \end_inset
34181
34182
34183 \series default
34184
34185 \begin_inset Index idx
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
34190 \end_layout
34191
34192 \end_inset
34193
34194 の取扱説明書
34195 \end_layout
34196
34197 \begin_layout Bibliography
34198 \labelwidthstring 参考文献
34199 \begin_inset CommandInset bibitem
34200 LatexCommand bibitem
34201 key "wrapfig"
34202
34203 \end_inset
34204
34205 LaTeXパッケージ
34206 \series bold
34207
34208 \begin_inset CommandInset href
34209 LatexCommand href
34210 name "wrapfig"
34211 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34212
34213 \end_inset
34214
34215
34216 \series default
34217
34218 \begin_inset Index idx
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34223 \end_layout
34224
34225 \end_inset
34226
34227 の取扱説明書
34228 \end_layout
34229
34230 \begin_layout Bibliography
34231 \labelwidthstring 参考文献
34232 \begin_inset CommandInset bibitem
34233 LatexCommand bibitem
34234 key "footmisc"
34235
34236 \end_inset
34237
34238 LaTeXパッケージ
34239 \series bold
34240
34241 \begin_inset CommandInset href
34242 LatexCommand href
34243 name "footmisc"
34244 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34245
34246 \end_inset
34247
34248
34249 \series default
34250
34251 \begin_inset Index idx
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
34256 \end_layout
34257
34258 \end_inset
34259
34260 の取扱説明書
34261 \end_layout
34262
34263 \begin_layout Bibliography
34264 \labelwidthstring 参考文献
34265 \begin_inset CommandInset bibitem
34266 LatexCommand bibitem
34267 key "hypcap"
34268
34269 \end_inset
34270
34271 LaTeXパッケージ
34272 \series bold
34273
34274 \begin_inset CommandInset href
34275 LatexCommand href
34276 name "hypcap"
34277 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34278
34279 \end_inset
34280
34281
34282 \series default
34283
34284 \begin_inset Index idx
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34289 \end_layout
34290
34291 \end_inset
34292
34293 の取扱説明書
34294 \end_layout
34295
34296 \begin_layout Bibliography
34297 \labelwidthstring 参考文献
34298 \begin_inset CommandInset bibitem
34299 LatexCommand bibitem
34300 key "hyperref"
34301
34302 \end_inset
34303
34304 LaTeXパッケージ
34305 \series bold
34306
34307 \begin_inset CommandInset href
34308 LatexCommand href
34309 name "hyperref"
34310 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34311
34312 \end_inset
34313
34314
34315 \series default
34316
34317 \begin_inset Index idx
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34322 \end_layout
34323
34324 \end_inset
34325
34326 の取扱説明書
34327 \end_layout
34328
34329 \begin_layout Bibliography
34330 \labelwidthstring 参考文献
34331 \begin_inset CommandInset bibitem
34332 LatexCommand bibitem
34333 key "KOMA-script"
34334
34335 \end_inset
34336
34337 LaTeXパッケージ
34338 \series bold
34339
34340 \begin_inset CommandInset href
34341 LatexCommand href
34342 name "KOMA-script"
34343 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34344
34345 \end_inset
34346
34347
34348 \series default
34349
34350 \begin_inset Index idx
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
34355 \end_layout
34356
34357 \end_inset
34358
34359 の取扱説明書
34360 \end_layout
34361
34362 \begin_layout Bibliography
34363 \labelwidthstring 参考文献
34364 \begin_inset CommandInset bibitem
34365 LatexCommand bibitem
34366 key "listings"
34367
34368 \end_inset
34369
34370 LaTeXパッケージ
34371 \series bold
34372
34373 \begin_inset CommandInset href
34374 LatexCommand href
34375 name "listings"
34376 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34377
34378 \end_inset
34379
34380
34381 \series default
34382
34383 \begin_inset Index idx
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387 LaTeXぱっけーじ@LaTeXパッケージ ! listings
34388 \end_layout
34389
34390 \end_inset
34391
34392 の取扱説明書
34393 \end_layout
34394
34395 \begin_layout Bibliography
34396 \labelwidthstring 参考文献
34397 \begin_inset CommandInset bibitem
34398 LatexCommand bibitem
34399 key "marginnote"
34400
34401 \end_inset
34402
34403 LaTeXパッケージ
34404 \series bold
34405
34406 \begin_inset CommandInset href
34407 LatexCommand href
34408 name "marginnote"
34409 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34410
34411 \end_inset
34412
34413
34414 \series default
34415
34416 \begin_inset Index idx
34417 status collapsed
34418
34419 \begin_layout Plain Layout
34420 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
34421 \end_layout
34422
34423 \end_inset
34424
34425 の取扱説明書
34426 \end_layout
34427
34428 \begin_layout Bibliography
34429 \labelwidthstring 参考文献
34430 \begin_inset CommandInset bibitem
34431 LatexCommand bibitem
34432 key "lettrine"
34433
34434 \end_inset
34435
34436 LaTeXパッケージ 
34437 \series bold
34438
34439 \begin_inset CommandInset href
34440 LatexCommand href
34441 name "lettrine"
34442 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
34443
34444 \end_inset
34445
34446
34447 \series default
34448  
34449 \lang english
34450 and an
34451 \lang japanese
34452  
34453 \begin_inset CommandInset href
34454 LatexCommand href
34455 name "example"
34456 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
34457
34458 \end_inset
34459
34460
34461 \begin_inset Index idx
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Bibliography
34474 \labelwidthstring 参考文献
34475 \begin_inset CommandInset bibitem
34476 LatexCommand bibitem
34477 key "pstricks"
34478
34479 \end_inset
34480
34481 LaTeXパッケージ
34482 \series bold
34483
34484 \begin_inset CommandInset href
34485 LatexCommand href
34486 name "PSTricks"
34487 target "http://tug.org/PSTricks/"
34488
34489 \end_inset
34490
34491
34492 \series default
34493
34494 \begin_inset Index idx
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
34499 \end_layout
34500
34501 \end_inset
34502
34503 のウェブページ
34504 \end_layout
34505
34506 \begin_layout Bibliography
34507 \labelwidthstring 参考文献
34508 \begin_inset CommandInset bibitem
34509 LatexCommand bibitem
34510 key "sidecap"
34511
34512 \end_inset
34513
34514 LaTeXパッケージ
34515 \series bold
34516
34517 \begin_inset CommandInset href
34518 LatexCommand href
34519 name "sidecap"
34520 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34521
34522 \end_inset
34523
34524
34525 \series default
34526
34527 \begin_inset Index idx
34528 status collapsed
34529
34530 \begin_layout Plain Layout
34531 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
34532 \end_layout
34533
34534 \end_inset
34535
34536 の取扱説明書
34537 \end_layout
34538
34539 \begin_layout Bibliography
34540 \labelwidthstring 参考文献
34541 \begin_inset CommandInset bibitem
34542 LatexCommand bibitem
34543 key "prettyref"
34544
34545 \end_inset
34546
34547 LaTeXパッケージ
34548 \series bold
34549
34550 \begin_inset CommandInset href
34551 LatexCommand href
34552 name "prettyref"
34553 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34554
34555 \end_inset
34556
34557
34558 \series default
34559
34560 \begin_inset Index idx
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Bibliography
34573 \labelwidthstring 参考文献
34574 \begin_inset CommandInset bibitem
34575 LatexCommand bibitem
34576 key "refstyle"
34577
34578 \end_inset
34579
34580 LaTeXパッケージ
34581 \series bold
34582
34583 \begin_inset CommandInset href
34584 LatexCommand href
34585 name "refstyle"
34586 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34587
34588 \end_inset
34589
34590
34591 \series default
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Bibliography
34606 \labelwidthstring 参考文献
34607 \begin_inset CommandInset bibitem
34608 LatexCommand bibitem
34609 key "NewInLyX20"
34610
34611 \end_inset
34612
34613
34614 \family sans
34615 LyX 2.0
34616 \family default
34617 の新機能に関する
34618 \begin_inset CommandInset href
34619 LatexCommand href
34620 name "Wikiページ"
34621 target "http://wiki.lyx.org/LyX/NewInLyX20"
34622
34623 \end_inset
34624
34625
34626 \end_layout
34627
34628 \begin_layout Standard
34629 \begin_inset CommandInset index_print
34630 LatexCommand printindex
34631 type "idx"
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \end_body
34639 \end_document