]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: - describe the new \nameref and refstyle features
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
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 % provides special table cell alignments
66 \usepackage{dcolumn}
67
68 % increase the bottom float placement fraction
69 \renewcommand{\bottomfraction}{0.5}
70
71 % avoids that floats are placed before their
72 % corresponding section starts
73 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
74
75 % speed up the longtable calculation
76 \setcounter{LTchunksize}{100}
77
78 % used for scaled and rotated boxes
79 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
80
81 % used for colored tables
82 \@ifundefined{textcolor}
83  {\usepackage{color}}{}
84 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
85 \definecolor{lightgrey}{gray}{0.8}
86
87 % check for package colortbl
88 % used for colored table cells
89 \newboolean{colortbl}
90 \IfFileExists{colortbl.sty}
91  {\usepackage{colortbl}
92   \setboolean{colortbl}{true}}
93  {\setboolean{colortbl}{false}}
94
95 % used for multirows
96 \usepackage{multirow}
97 %\renewcommand{\multirowsetup}{\centering}
98
99 % used for book-style tables
100 \usepackage{booktabs}
101
102 % used to have extra space in table cells
103 \@ifundefined{extrarowheight}
104  {\usepackage{array}}{}
105 \setlength{\extrarowheight}{2pt}
106
107 % used for customized tables
108 % ---
109 \newcolumntype{M}[1]
110  {>{\centering\hspace{0pt}}m{#1}}
111
112 \newcolumntype{S}[2]
113  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
114
115 \newcolumntype{K}[1]
116  {>{\columncolor{#1}\hspace{0pt}}c}
117
118 \newcolumntype{V}{!{\vrule width 1.5pt}}
119
120 \newcolumntype{W}{!{\color{green}\vline}}
121 % ---
122
123 % insert additional vertical space of
124 % 1.5 mm between footnotes
125 \let\myFoot\footnote
126 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
127
128 % number algorithm floats within chapters
129 \numberwithin{algorithm}{chapter}
130
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \setboolean{sidecap}{true}}
159  {\setboolean{sidecap}{false}}
160
161 % redefine the \LyX macro for PDF bookmarks
162 \def\LyX{\texorpdfstring{%
163   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
164   {LyX}}
165
166 \usepackage{t1enc}
167 \renewcommand{\seename}{→}
168
169 \usepackage{subfig}
170 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
171 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
172 \end_preamble
173 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
174 \use_default_options false
175 \maintain_unincluded_children false
176 \language japanese
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_xetex 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_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 LyXにおける図表・フロート・注釈・ボックス・外部素材の詳細についての説明書
253 \end_layout
254
255 \begin_layout Author
256 LyXプロジェクトチーム
257 \begin_inset Foot
258 status collapsed
259
260 \begin_layout Plain Layout
261 \noindent
262 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
263 \begin_inset CommandInset href
264 LatexCommand href
265 name "lyx-docs@lists.lyx.org"
266 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
267 type "mailto:"
268
269 \end_inset
270
271  までお送り下さい。
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Note Note
278 status collapsed
279
280 \begin_layout Plain Layout
281 著者:Uwe Stöhr
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \family sans
296 バージョン2.0.x
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset CommandInset toc
301 LatexCommand tableofcontents
302
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset Note Note
310 status collapsed
311
312 \begin_layout Plain Layout
313 本文書の全体をPDFやPS、DVIに書き出すには、
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 marginnote
324 \series default
325
326 \series bold
327 sidecap
328 \series default
329 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
330 されません。
331 \end_layout
332
333 \begin_layout Plain Layout
334 本文書の最新PDF版は
335 \begin_inset Newline newline
336 \end_inset
337
338
339 \series bold
340 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
341 \series default
342
343 \begin_inset Newline newline
344 \end_inset
345
346 にあります。
347 \end_layout
348
349 \end_inset
350
351
352 \end_layout
353
354 \begin_layout Chapter
355
356 \begin_inset Index idx
357 status collapsed
358
359 \begin_layout Plain Layout
360 ず@図
361 \end_layout
362
363 \end_inset
364
365
366 \begin_inset Index idx
367 status collapsed
368
369 \begin_layout Plain Layout
370 がぞう@画像|see
371 \begin_inset ERT
372 status collapsed
373
374 \begin_layout Plain Layout
375
376 {
377 \end_layout
378
379 \end_inset
380
381
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 }
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Section
401 画像ダイアログ
402 \begin_inset Index idx
403 status collapsed
404
405 \begin_layout Plain Layout
406 ず@図 ! がぞうだいあろぐ@画像ダイアログ
407 \end_layout
408
409 \end_inset
410
411
412 \begin_inset CommandInset label
413 LatexCommand label
414 name "sec:画像ダイアログ"
415
416 \end_inset
417
418
419 \end_layout
420
421 \begin_layout Standard
422 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
423 \begin_inset Graphics
424         filename ../../images/dialog-show-new-inset_graphics.png
425         scale 85
426         scaleBeforeRotation
427
428 \end_inset
429
430 をクリックするか、
431 \family sans
432 挿入\SpecialChar \menuseparator
433 画像
434 \family default
435 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
436 \end_layout
437
438 \begin_layout Standard
439 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
440 \end_layout
441
442 \begin_layout Description
443
444 \family sans
445 画像
446 \family default
447  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
448 \begin_inset CommandInset ref
449 LatexCommand ref
450 reference "cha:LyXで使用できる単位"
451
452 \end_inset
453
454 に説明があります。
455 \begin_inset Newline newline
456 \end_inset
457
458
459 \begin_inset Index idx
460 status collapsed
461
462 \begin_layout Plain Layout
463 ず@図 ! のかいてん@---の回転
464 \end_layout
465
466 \end_inset
467
468 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 ず@図 ! のしんしゅく@---の伸縮
478 \end_layout
479
480 \end_inset
481
482 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
483 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
484 \family sans
485 縦横比を維持する
486 \family default
487 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
488 \begin_inset Newline newline
489 \end_inset
490
491 画像を右クリックすると現れるコンテクストメニューで
492 \family sans
493 外部で編集
494 \family default
495 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
496 ます。
497 \end_layout
498
499 \begin_layout Description
500
501 \family sans
502 切り抜き
503 \family default
504  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
505 \family sans
506 ファイルから取得
507 \family default
508 ボタンを押すことによって、自動的に計算することもできます。
509 \family sans
510 境界枠で切り抜く
511 \family default
512 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
513 \end_layout
514
515 \begin_layout Description
516
517 \family sans
518 LaTeXとLyXのオプション
519 \family default
520  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
521 \family sans
522
523 \begin_inset Newline newline
524 \end_inset
525
526 下書きモード
527 \family default
528 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
529 \family sans
530
531 \begin_inset Newline newline
532 \end_inset
533
534 エクスポートする際に解凍しない
535 \family default
536 オプションは、
537 \emph on
538 x.eps.gz
539 \emph default
540 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
541 ません。
542 \begin_inset Newline newline
543 \end_inset
544
545 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
546 \begin_inset CommandInset ref
547 LatexCommand ref
548 reference "sec:PostScript"
549
550 \end_inset
551
552 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
553 \begin_inset Newline newline
554 \end_inset
555
556
557 \series bold
558 gzip x.eps
559 \series default
560
561 \begin_inset Newline newline
562 \end_inset
563
564
565 \series bold
566 zgrep %%Bounding x.eps.gz > x.eps.bb
567 \series default
568
569 \begin_inset Newline newline
570 \end_inset
571
572 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
573 \begin_inset Newline newline
574 \end_inset
575
576
577 \family sans
578 画像グループ
579 \family default
580 フィールドでは、画像設定グループを定義したり既存のグループに所属させたりすることができます
581 \begin_inset Index idx
582 status collapsed
583
584 \begin_layout Plain Layout
585 ず@図 ! せっていぐるーぷ@設定グループ
586 \end_layout
587
588 \end_inset
589
590 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
591 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
592 ーを使用して、望むグループ名をチェックすることで行うこともできます。
593 \end_layout
594
595 \begin_layout Standard
596 \begin_inset VSpace bigskip
597 \end_inset
598
599
600 \end_layout
601
602 \begin_layout Standard
603 下記はEPS書式
604 \begin_inset Foot
605 status collapsed
606
607 \begin_layout Plain Layout
608 画像書式は、第
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "sec:画像書式"
612
613 \end_inset
614
615 節に説明されています。
616 \end_layout
617
618 \end_inset
619
620 の画像の例で、単独の中央揃えの段落に置いてあります。
621 \end_layout
622
623 \begin_layout Standard
624 \align center
625 \begin_inset Graphics
626         filename ../clipart/mobius.eps
627         scale 70
628         scaleBeforeRotation
629         rotateOrigin center
630
631 \end_inset
632
633
634 \end_layout
635
636 \begin_layout Standard
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         draft
646         scaleBeforeRotation
647         rotateOrigin center
648
649 \end_inset
650
651
652 \end_layout
653
654 \begin_layout Standard
655 \begin_inset Newpage newpage
656 \end_inset
657
658
659 \end_layout
660
661 \begin_layout Section
662 図フロート
663 \begin_inset CommandInset label
664 LatexCommand label
665 name "sec:図フロート"
666
667 \end_inset
668
669
670 \begin_inset Index idx
671 status collapsed
672
673 \begin_layout Plain Layout
674 ふろーと@フロート ! ず@図
675 \end_layout
676
677 \end_inset
678
679
680 \begin_inset Index idx
681 status collapsed
682
683 \begin_layout Plain Layout
684 ず@図 ! ふろーと@フロート
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 フロートについての一般的な説明は、第
694 \begin_inset CommandInset ref
695 LatexCommand ref
696 reference "sec:フロートはじめに"
697
698 \end_inset
699
700 節をご覧下さい。
701 \end_layout
702
703 \begin_layout Standard
704 ツールバーボタンの
705 \begin_inset Graphics
706         filename ../../images/float-insert_figure.png
707         scale 85
708         scaleBeforeRotation
709
710 \end_inset
711
712
713 \family sans
714 挿入\SpecialChar \menuseparator
715 フロート\SpecialChar \menuseparator
716
717 \family default
718 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
719 \begin_inset CommandInset ref
720 LatexCommand ref
721 reference "fig:犠牲のカモノハシ"
722
723 \end_inset
724
725 のようにキャプションの上に置くこともできますし、図
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "fig:エッシャー"
729
730 \end_inset
731
732 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:キャプションの配置"
736
737 \end_inset
738
739 節に述べられています。
740 \end_layout
741
742 \begin_layout Standard
743 \begin_inset Float figure
744 wide false
745 sideways false
746 status open
747
748 \begin_layout Plain Layout
749 \align center
750 \begin_inset Graphics
751         filename ../clipart/platypus.eps
752         width 50col%
753         scaleBeforeRotation
754         rotateOrigin center
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Plain Layout
762 \begin_inset Caption
763
764 \begin_layout Plain Layout
765 \begin_inset CommandInset label
766 LatexCommand label
767 name "fig:犠牲のカモノハシ"
768
769 \end_inset
770
771 フロート中の激しく歪んだカモノハシ
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Standard
785 \begin_inset Float figure
786 wide false
787 sideways false
788 status open
789
790 \begin_layout Plain Layout
791 \begin_inset Caption
792
793 \begin_layout Plain Layout
794 \begin_inset CommandInset label
795 LatexCommand label
796 name "fig:エッシャー"
797
798 \end_inset
799
800 行ってしまったM.C.エッシャー
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \begin_layout Plain Layout
809 \align center
810 \begin_inset Graphics
811         filename ../clipart/escher-lsd.eps
812         scale 80
813         scaleBeforeRotation
814         rotateOrigin center
815
816 \end_inset
817
818
819 \end_layout
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Standard
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 さんしょう@参照 ! ずへの@図への ---
832 \end_layout
833
834 \end_inset
835
836
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "fig:犠牲のカモノハシ"
840
841 \end_inset
842
843 図と第
844 \begin_inset CommandInset ref
845 LatexCommand ref
846 reference "fig:エッシャー"
847
848 \end_inset
849
850 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
851 \family sans
852 挿入\SpecialChar \menuseparator
853 ラベル
854 \family default
855 メニューかツールバーボタン
856 \begin_inset Graphics
857         filename ../../images/label-insert.png
858         scale 85
859         scaleBeforeRotation
860
861 \end_inset
862
863 を使用して、キャプションにラベルを挿入してください。その後、
864 \family sans
865 挿入\SpecialChar \menuseparator
866 相互参照
867 \family default
868 メニューかツールバーボタン
869 \begin_inset Graphics
870         filename ../../images/dialog-show-new-inset_ref.png
871         scale 85
872         scaleBeforeRotation
873
874 \end_inset
875
876 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
877 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
878 \begin_inset Newline newline
879 \end_inset
880
881 参照は、第
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "sec:フロートの参照"
885
886 \end_inset
887
888 節で詳細に説明されています。
889 \end_layout
890
891 \begin_layout Standard
892 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
893 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
894 \begin_inset CommandInset ref
895 LatexCommand ref
896 reference "fig:歪められた二つの像"
897
898 \end_inset
899
900 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
901 \begin_inset CommandInset ref
902 LatexCommand ref
903 reference "fig:何かわからない構造"
904
905 \end_inset
906
907 と図
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:カモノハシ"
911
912 \end_inset
913
914 が内部図になります。
915 \end_layout
916
917 \begin_layout Standard
918 \begin_inset Float figure
919 wide false
920 sideways false
921 status open
922
923 \begin_layout Plain Layout
924 \begin_inset space \hfill{}
925 \end_inset
926
927
928 \begin_inset Float figure
929 wide false
930 sideways false
931 status open
932
933 \begin_layout Plain Layout
934 \begin_inset Caption
935
936 \begin_layout Plain Layout
937 \begin_inset CommandInset label
938 LatexCommand label
939 name "fig:何かわからない構造"
940
941 \end_inset
942
943 何かわからない構造
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \begin_inset Graphics
953         filename ../clipart/escher-lsd.eps
954         width 45col%
955         scaleBeforeRotation
956         groupId distorted
957
958 \end_inset
959
960
961 \end_layout
962
963 \end_inset
964
965
966 \begin_inset space \hfill{}
967 \end_inset
968
969
970 \begin_inset Float figure
971 wide false
972 sideways false
973 status open
974
975 \begin_layout Plain Layout
976 \begin_inset Caption
977
978 \begin_layout Plain Layout
979 \begin_inset CommandInset label
980 LatexCommand label
981 name "fig:カモノハシ"
982
983 \end_inset
984
985 カモノハシ
986 \end_layout
987
988 \end_inset
989
990
991 \end_layout
992
993 \begin_layout Plain Layout
994 \begin_inset Graphics
995         filename ../clipart/platypus.eps
996         width 45col%
997         scaleBeforeRotation
998         groupId distorted
999
1000 \end_inset
1001
1002
1003 \end_layout
1004
1005 \end_inset
1006
1007
1008 \begin_inset space \hfill{}
1009 \end_inset
1010
1011
1012 \end_layout
1013
1014 \begin_layout Plain Layout
1015 \begin_inset Caption
1016
1017 \begin_layout Plain Layout
1018 \begin_inset CommandInset label
1019 LatexCommand label
1020 name "fig:歪められた二つの像"
1021
1022 \end_inset
1023
1024 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1025 \end_layout
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \end_layout
1036
1037 \begin_layout Standard
1038 \begin_inset Newpage newpage
1039 \end_inset
1040
1041
1042 \end_layout
1043
1044 \begin_layout Section
1045 画像書式
1046 \begin_inset CommandInset label
1047 LatexCommand label
1048 name "sec:画像書式"
1049
1050 \end_inset
1051
1052
1053 \begin_inset Index idx
1054 status collapsed
1055
1056 \begin_layout Plain Layout
1057 がぞうしょしき@画像書式
1058 \end_layout
1059
1060 \end_inset
1061
1062
1063 \begin_inset Index idx
1064 status collapsed
1065
1066 \begin_layout Plain Layout
1067 ず@図 ! がぞうしょしき@画像書式
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \begin_layout Standard
1076 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1077 \begin_inset CommandInset ref
1078 LatexCommand ref
1079 reference "cha:ファイル出力形式"
1080
1081 \end_inset
1082
1083 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1084 ウンドで
1085 \family typewriter
1086 ImageMagick
1087 \family default
1088 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1089 用するとよいでしょう。出力ファイル書式は、付録
1090 \begin_inset CommandInset ref
1091 LatexCommand ref
1092 reference "cha:ファイル出力形式"
1093
1094 \end_inset
1095
1096 に説明されています。
1097 \end_layout
1098
1099 \begin_layout Standard
1100 フォントと同じく、画像形式にも以下の二つの型があります。
1101 \end_layout
1102
1103 \begin_layout Description
1104 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1105 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1106 \family typewriter
1107 .gif
1108 \family default
1109 」)
1110 \begin_inset Index idx
1111 status collapsed
1112
1113 \begin_layout Plain Layout
1114 GIF|see
1115 \begin_inset ERT
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119
1120 {
1121 \end_layout
1122
1123 \end_inset
1124
1125 画像書式
1126 \begin_inset ERT
1127 status collapsed
1128
1129 \begin_layout Plain Layout
1130
1131 }
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \end_layout
1138
1139 \end_inset
1140
1141 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1142 \family typewriter
1143 .png
1144 \family default
1145 」)
1146 \begin_inset Index idx
1147 status collapsed
1148
1149 \begin_layout Plain Layout
1150 PNG|see
1151 \begin_inset ERT
1152 status collapsed
1153
1154 \begin_layout Plain Layout
1155
1156 {
1157 \end_layout
1158
1159 \end_inset
1160
1161 画像書式
1162 \begin_inset ERT
1163 status collapsed
1164
1165 \begin_layout Plain Layout
1166
1167 }
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \end_inset
1176
1177 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1178 \family typewriter
1179 .jpg
1180 \family default
1181 」または「
1182 \family typewriter
1183 .jpeg
1184 \family default
1185 」)
1186 \begin_inset Index idx
1187 status collapsed
1188
1189 \begin_layout Plain Layout
1190 JPG|see
1191 \begin_inset ERT
1192 status collapsed
1193
1194 \begin_layout Plain Layout
1195
1196 {
1197 \end_layout
1198
1199 \end_inset
1200
1201 画像書式
1202 \begin_inset ERT
1203 status collapsed
1204
1205 \begin_layout Plain Layout
1206
1207 }
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \end_inset
1216
1217 などがあります。
1218 \end_layout
1219
1220 \begin_layout Description
1221 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1222 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1223 に便利です。
1224 \begin_inset Newline newline
1225 \end_inset
1226
1227 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1228 \family typewriter
1229 .svg
1230 \family default
1231 」)
1232 \begin_inset Index idx
1233 status collapsed
1234
1235 \begin_layout Plain Layout
1236 SVG|see
1237 \begin_inset ERT
1238 status collapsed
1239
1240 \begin_layout Plain Layout
1241
1242 {
1243 \end_layout
1244
1245 \end_inset
1246
1247 画像書式
1248 \begin_inset ERT
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252
1253 }
1254 \end_layout
1255
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \end_inset
1262
1263 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1264 \family typewriter
1265 .eps
1266 \family default
1267 」)
1268 \begin_inset Index idx
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272 EPS|see
1273 \begin_inset ERT
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277
1278 {
1279 \end_layout
1280
1281 \end_inset
1282
1283 画像書式
1284 \begin_inset ERT
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288
1289 }
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \end_inset
1298
1299 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1300 \family typewriter
1301 .pdf
1302 \family default
1303 」)
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 PDF
1309 \end_layout
1310
1311 \end_inset
1312
1313 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1314 \family typewriter
1315 .wmf
1316 \family default
1317 」)
1318 \begin_inset Index idx
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322 SVG|see
1323 \begin_inset ERT
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327
1328 {
1329 \end_layout
1330
1331 \end_inset
1332
1333 画像書式
1334 \begin_inset ERT
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338
1339 }
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \end_inset
1348
1349 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1350 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1351 \begin_inset Foot
1352 status collapsed
1353
1354 \begin_layout Plain Layout
1355 PDFの場合には、さらに元画像が圧縮されます。
1356 \end_layout
1357
1358 \end_inset
1359
1360 。たとえば、
1361 \family typewriter
1362 Adobe Photoshop
1363 \family default
1364 が生成するPDFファイルは、ビットマップ画像です。
1365 \end_layout
1366
1367 \begin_layout Standard
1368 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1369 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1370 \begin_inset Formula $\to$
1371 \end_inset
1372
1373 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1374 \end_layout
1375
1376 \begin_layout Chapter
1377
1378 \begin_inset Index idx
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 ひょう@表
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Section
1391 はじめに
1392 \begin_inset Index idx
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396 ひょう@表 ! はじめに
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Standard
1405
1406 \family roman
1407 \series medium
1408 \shape up
1409 \size normal
1410 \emph off
1411 \bar no
1412 \noun off
1413 \color none
1414 表を挿入するには、ツールバーボタン
1415 \begin_inset Graphics
1416         filename ../../images/tabular-insert.png
1417         scale 85
1418
1419 \end_inset
1420
1421 か、
1422 \family sans
1423 \series default
1424 \shape default
1425 \size default
1426 \emph default
1427 \bar default
1428 \noun default
1429 \color inherit
1430 挿入\SpecialChar \menuseparator
1431
1432 \family default
1433 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1434 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1435 \begin_inset Newline newline
1436 \end_inset
1437
1438 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1439 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1440 \end_layout
1441
1442 \begin_layout Standard
1443 \align center
1444 \begin_inset Tabular
1445 <lyxtabular version="3" rows="4" columns="4">
1446 <features tabularvalignment="middle">
1447 <column alignment="center" valignment="top" width="0">
1448 <column alignment="center" valignment="top" width="0">
1449 <column alignment="center" valignment="top" width="0">
1450 <column alignment="center" valignment="top" width="0">
1451 <row>
1452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1453 \begin_inset Text
1454
1455 \begin_layout Plain Layout
1456
1457 \end_layout
1458
1459 \end_inset
1460 </cell>
1461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1462 \begin_inset Text
1463
1464 \begin_layout Plain Layout
1465 1
1466 \end_layout
1467
1468 \end_inset
1469 </cell>
1470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1471 \begin_inset Text
1472
1473 \begin_layout Plain Layout
1474 2
1475 \end_layout
1476
1477 \end_inset
1478 </cell>
1479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1480 \begin_inset Text
1481
1482 \begin_layout Plain Layout
1483 3
1484 \end_layout
1485
1486 \end_inset
1487 </cell>
1488 </row>
1489 <row>
1490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1491 \begin_inset Text
1492
1493 \begin_layout Plain Layout
1494
1495 \end_layout
1496
1497 \end_inset
1498 </cell>
1499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Plain Layout
1503
1504 \end_layout
1505
1506 \end_inset
1507 </cell>
1508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Plain Layout
1512
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 </row>
1603 </lyxtabular>
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \begin_layout Section
1611 表ダイアログ
1612 \begin_inset Index idx
1613 status collapsed
1614
1615 \begin_layout Plain Layout
1616 ひょう@表 ! だいあろぐ@ダイアログ
1617 \end_layout
1618
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \begin_layout Standard
1625
1626 \family roman
1627 \series medium
1628 \shape up
1629 \size normal
1630 \emph off
1631 \bar no
1632 \noun off
1633 \color none
1634 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1635 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1636 \family default
1637 \series default
1638 \shape default
1639 \size default
1640 \emph default
1641 \bar default
1642 \noun default
1643 \color inherit
1644 セルの
1645 \emph on
1646 内容
1647 \emph default
1648 を選択するのと、セル自体を選択するのは違うことに注意して下さい。表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1649 \end_layout
1650
1651 \begin_layout Description
1652
1653 \family sans
1654 表の設定
1655 \family default
1656  ここでは、現在列の幅と水平揃えを設定することができます。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセ
1657 ルに入れることができます。これに関しては、第
1658 \begin_inset CommandInset ref
1659 LatexCommand ref
1660 reference "sub:複数行"
1661
1662 \end_inset
1663
1664 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1665 \begin_inset Newline newline
1666 \end_inset
1667
1668 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1669 \begin_inset CommandInset ref
1670 LatexCommand ref
1671 reference "sub:連結列"
1672
1673 \end_inset
1674
1675 節をご参照下さい。
1676 \begin_inset Newline newline
1677 \end_inset
1678
1679 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1680 \begin_inset Newline newline
1681 \end_inset
1682
1683
1684 \begin_inset Note Greyedout
1685 status open
1686
1687 \begin_layout Plain Layout
1688
1689 \series bold
1690 【註】
1691 \series default
1692 DVIビューアのすべてが回転を表示できるわけではありません。
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \begin_inset Newline newline
1699 \end_inset
1700
1701 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1702 \begin_inset CommandInset ref
1703 LatexCommand ref
1704 reference "sub:連結列の計算"
1705
1706 \end_inset
1707
1708 節および第
1709 \begin_inset CommandInset ref
1710 LatexCommand ref
1711 reference "sec:色付きの表"
1712
1713 \end_inset
1714
1715 節をご参照下さい。
1716 \end_layout
1717
1718 \begin_layout Description
1719
1720 \family sans
1721 罫線
1722 \family default
1723  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1724 \begin_inset Newline newline
1725 \end_inset
1726
1727 様式オプションとして
1728 \family sans
1729 フォーマル様式
1730 \family default
1731 を使用すると、第
1732 \begin_inset CommandInset ref
1733 LatexCommand ref
1734 reference "sec:フォーマル形式の表"
1735
1736 \end_inset
1737
1738 節に述べられているフォーマル様式の表に表を変換します。
1739 \begin_inset Newline newline
1740 \end_inset
1741
1742 またここで、第
1743 \begin_inset CommandInset ref
1744 LatexCommand ref
1745 reference "sub:行の余白取り"
1746
1747 \end_inset
1748
1749 節に述べられているように、表の行に空白を追加することもできます。
1750 \end_layout
1751
1752 \begin_layout Description
1753
1754 \family sans
1755 長尺表
1756 \family default
1757  このタブは、複数のページにわたる、いわゆる「
1758 \emph on
1759 長尺表
1760 \emph default
1761 」を作るためのものです。第
1762 \begin_inset CommandInset ref
1763 LatexCommand ref
1764 reference "sec:長尺表"
1765
1766 \end_inset
1767
1768 節および第
1769 \begin_inset CommandInset ref
1770 LatexCommand ref
1771 reference "sec:長尺表にまつわる諸点"
1772
1773 \end_inset
1774
1775 節に、長尺表の機能に関する詳細な説明があります。
1776 \end_layout
1777
1778 \begin_layout Standard
1779 表ダイアログを開いたままでも、セル間をカーソルを使って移動することができ、その際、現在セルの特性が直ちにダイアログに表示されます。
1780 \end_layout
1781
1782 \begin_layout Section
1783 表ツールバー
1784 \begin_inset Index idx
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 ひょう@表 ! つーるばー@ツールバー
1789 \end_layout
1790
1791 \end_inset
1792
1793
1794 \end_layout
1795
1796 \begin_layout Standard
1797 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1798 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1799 \end_layout
1800
1801 \begin_layout Standard
1802 ツールバーには、以下のアイコンがあります。
1803 \end_layout
1804
1805 \begin_layout Labeling
1806 \begin_inset Graphics
1807         filename ../../images/tabular-feature_append-row.png
1808         scaleBeforeRotation
1809
1810 \end_inset
1811
1812 は、現在セルあるいは選択範囲の下に行を追加します。
1813 \end_layout
1814
1815 \begin_layout Labeling
1816 \begin_inset Graphics
1817         filename ../../images/tabular-feature_append-column.png
1818         scaleBeforeRotation
1819
1820 \end_inset
1821
1822 は、現在セルあるいは選択範囲の右に列を追加します。
1823 \end_layout
1824
1825 \begin_layout Labeling
1826 \begin_inset Graphics
1827         filename ../../images/tabular-feature_delete-row.png
1828         scaleBeforeRotation
1829
1830 \end_inset
1831
1832 は、現在行あるいは選択範囲行を削除します。
1833 \end_layout
1834
1835 \begin_layout Labeling
1836 \begin_inset Graphics
1837         filename ../../images/tabular-feature_delete-column.png
1838         scaleBeforeRotation
1839
1840 \end_inset
1841
1842 は、現在列あるいは選択範囲列を削除します。
1843 \end_layout
1844
1845 \begin_layout Labeling
1846 \begin_inset Graphics
1847         filename ../../images/tabular-feature_toggle-line-top.png
1848         scaleBeforeRotation
1849
1850 \end_inset
1851
1852 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
1853 \end_layout
1854
1855 \begin_layout Labeling
1856 \begin_inset Graphics
1857         filename ../../images/tabular-feature_toggle-line-bottom.png
1858         scaleBeforeRotation
1859
1860 \end_inset
1861
1862 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
1863 \end_layout
1864
1865 \begin_layout Labeling
1866 \begin_inset Graphics
1867         filename ../../images/tabular-feature_toggle-line-left.png
1868         scaleBeforeRotation
1869
1870 \end_inset
1871
1872 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
1873 \end_layout
1874
1875 \begin_layout Labeling
1876 \begin_inset Graphics
1877         filename ../../images/tabular-feature_toggle-line-right.png
1878         scaleBeforeRotation
1879
1880 \end_inset
1881
1882 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
1883 \end_layout
1884
1885 \begin_layout Labeling
1886 \begin_inset Graphics
1887         filename ../../images/tabular-feature_set-all-lines.png
1888         scaleBeforeRotation
1889
1890 \end_inset
1891
1892 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1893 \end_layout
1894
1895 \begin_layout Labeling
1896 \begin_inset Graphics
1897         filename ../../images/tabular-feature_unset-all-lines.png
1898         scaleBeforeRotation
1899
1900 \end_inset
1901
1902 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1903 \end_layout
1904
1905 \begin_layout Labeling
1906 \begin_inset Graphics
1907         filename ../../images/tabular-feature_m-align-left.png
1908         scaleBeforeRotation
1909
1910 \end_inset
1911
1912 は、現在セルあるいは現在列の内容を左揃えにします。
1913 \end_layout
1914
1915 \begin_layout Labeling
1916 \begin_inset Graphics
1917         filename ../../images/tabular-feature_m-align-center.png
1918         scaleBeforeRotation
1919
1920 \end_inset
1921
1922 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
1923 \end_layout
1924
1925 \begin_layout Labeling
1926 \begin_inset Graphics
1927         filename ../../images/tabular-feature_m-align-right.png
1928         scaleBeforeRotation
1929
1930 \end_inset
1931
1932 は、現在セルあるいは現在列の内容を右揃えにします。
1933 \end_layout
1934
1935 \begin_layout Labeling
1936 \begin_inset Graphics
1937         filename ../../images/tabular-feature_m-valign-top.png
1938         scaleBeforeRotation
1939
1940 \end_inset
1941
1942 は、現在セルの内容を垂直方向上揃えにします。
1943 \end_layout
1944
1945 \begin_layout Labeling
1946 \begin_inset Graphics
1947         filename ../../images/tabular-feature_m-valign-middle.png
1948         scaleBeforeRotation
1949
1950 \end_inset
1951
1952 は、現在セルの内容を垂直方向中央揃えにします。
1953 \end_layout
1954
1955 \begin_layout Labeling
1956 \begin_inset Graphics
1957         filename ../../images/tabular-feature_m-valign-bottom.png
1958         scaleBeforeRotation
1959
1960 \end_inset
1961
1962 は、現在セルの内容を垂直方向下揃えにします。
1963 \end_layout
1964
1965 \begin_layout Labeling
1966 \begin_inset Graphics
1967         filename ../../images/tabular-feature_set-rotate-cell.png
1968         scaleBeforeRotation
1969
1970 \end_inset
1971
1972 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
1973 \end_layout
1974
1975 \begin_layout Labeling
1976 \begin_inset Graphics
1977         filename ../../images/tabular-feature_set-rotate-tabular.png
1978         scaleBeforeRotation
1979
1980 \end_inset
1981
1982 は、表全体を反時計廻りに90度回転します。
1983 \end_layout
1984
1985 \begin_layout Labeling
1986 \begin_inset Graphics
1987         filename ../../images/tabular-feature_multicolumn.png
1988         scaleBeforeRotation
1989
1990 \end_inset
1991
1992 は、現在セルあるいは選択範囲を連結列にします。
1993 \end_layout
1994
1995 \begin_layout Standard
1996 \begin_inset Note Greyedout
1997 status open
1998
1999 \begin_layout Plain Layout
2000
2001 \series bold
2002 【註】
2003 \series default
2004 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2005 \end_layout
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Section
2013 表編集メニュー
2014 \begin_inset Index idx
2015 status collapsed
2016
2017 \begin_layout Plain Layout
2018 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2019 \end_layout
2020
2021 \end_inset
2022
2023
2024 \end_layout
2025
2026 \begin_layout Standard
2027 表ダイアログと表ツールバーの他に、
2028 \family sans
2029 編集\SpecialChar \menuseparator
2030
2031 \family default
2032 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2033 部にあるときのみ、表示されます。
2034 \end_layout
2035
2036 \begin_layout Section
2037 表フロート
2038 \begin_inset CommandInset label
2039 LatexCommand label
2040 name "sec:表フロート"
2041
2042 \end_inset
2043
2044
2045 \begin_inset Index idx
2046 status collapsed
2047
2048 \begin_layout Plain Layout
2049 ふろーと@フロート ! ひょう@表
2050 \end_layout
2051
2052 \end_inset
2053
2054
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 ひょう@表 ! ふろーと@フロート
2060 \end_layout
2061
2062 \end_inset
2063
2064
2065 \end_layout
2066
2067 \begin_layout Standard
2068 フロートの一般的な説明については、第
2069 \begin_inset CommandInset ref
2070 LatexCommand ref
2071 reference "sec:フロートはじめに"
2072
2073 \end_inset
2074
2075 節をご覧下さい。
2076 \end_layout
2077
2078 \begin_layout Standard
2079 \begin_inset Float table
2080 placement h
2081 wide false
2082 sideways false
2083 status open
2084
2085 \begin_layout Plain Layout
2086 \begin_inset Caption
2087
2088 \begin_layout Plain Layout
2089 \begin_inset CommandInset label
2090 LatexCommand label
2091 name "tab:表フロート"
2092
2093 \end_inset
2094
2095 表フロート
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \end_layout
2102
2103 \begin_layout Plain Layout
2104 \align center
2105 \begin_inset Tabular
2106 <lyxtabular version="3" rows="3" columns="3">
2107 <features tabularvalignment="middle">
2108 <column alignment="center" valignment="top" width="0pt">
2109 <column alignment="center" valignment="top" width="0pt">
2110 <column alignment="center" valignment="top" width="0pt">
2111 <row>
2112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2113 \begin_inset Text
2114
2115 \begin_layout Plain Layout
2116
2117 \family roman
2118 \series medium
2119 \shape up
2120 \size normal
2121 \emph off
2122 \bar no
2123 \noun off
2124 \color none
2125 1
2126 \end_layout
2127
2128 \end_inset
2129 </cell>
2130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2131 \begin_inset Text
2132
2133 \begin_layout Plain Layout
2134
2135 \family roman
2136 \series medium
2137 \shape up
2138 \size normal
2139 \emph off
2140 \bar no
2141 \noun off
2142 \color none
2143 2
2144 \end_layout
2145
2146 \end_inset
2147 </cell>
2148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2149 \begin_inset Text
2150
2151 \begin_layout Plain Layout
2152
2153 \family roman
2154 \series medium
2155 \shape up
2156 \size normal
2157 \emph off
2158 \bar no
2159 \noun off
2160 \color none
2161 3
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 </row>
2167 <row>
2168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2169 \begin_inset Text
2170
2171 \begin_layout Plain Layout
2172 森嶋
2173 \end_layout
2174
2175 \end_inset
2176 </cell>
2177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2178 \begin_inset Text
2179
2180 \begin_layout Plain Layout
2181 宇沢
2182 \end_layout
2183
2184 \end_inset
2185 </cell>
2186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2187 \begin_inset Text
2188
2189 \begin_layout Plain Layout
2190 二階堂
2191 \end_layout
2192
2193 \end_inset
2194 </cell>
2195 </row>
2196 <row>
2197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Plain Layout
2201
2202 \family roman
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 \begin_inset Formula $\int x^{2}dx$
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \end_inset
2217 </cell>
2218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2219 \begin_inset Text
2220
2221 \begin_layout Plain Layout
2222
2223 \family roman
2224 \series medium
2225 \shape up
2226 \size normal
2227 \emph off
2228 \bar no
2229 \noun off
2230 \color none
2231 \begin_inset Formula $\left[\begin{array}{cc}
2232 a & b\\
2233 c & d
2234 \end{array}\right]$
2235 \end_inset
2236
2237
2238 \end_layout
2239
2240 \end_inset
2241 </cell>
2242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2243 \begin_inset Text
2244
2245 \begin_layout Plain Layout
2246
2247 \family roman
2248 \series medium
2249 \shape up
2250 \size normal
2251 \emph off
2252 \bar no
2253 \noun off
2254 \color none
2255 \begin_inset Formula $1+1=2$
2256 \end_inset
2257
2258
2259 \end_layout
2260
2261 \end_inset
2262 </cell>
2263 </row>
2264 </lyxtabular>
2265
2266 \end_inset
2267
2268
2269 \end_layout
2270
2271 \end_inset
2272
2273
2274 \end_layout
2275
2276 \begin_layout Standard
2277 表フロートは、
2278 \family sans
2279 挿入
2280 \shape up
2281 \SpecialChar \menuseparator
2282 フロート\SpecialChar \menuseparator
2283
2284 \family default
2285 \shape default
2286 メニューかツールバーボタン
2287 \begin_inset Graphics
2288         filename ../../images/float-insert_table.png
2289         scale 85
2290         scaleBeforeRotation
2291
2292 \end_inset
2293
2294 を使うと挿入することができます。
2295 \end_layout
2296
2297 \begin_layout Standard
2298 フロートは折りたたむことのできるボックスとして表示され、中には「表
2299 \begin_inset space ~
2300 \end_inset
2301
2302 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2303 \end_layout
2304
2305 \begin_layout Standard
2306
2307 \begin_inset space ~
2308 \end_inset
2309
2310
2311 \begin_inset CommandInset ref
2312 LatexCommand ref
2313 reference "tab:表フロート"
2314
2315 \end_inset
2316
2317 は、表フロートに入れた表の例です。
2318 \end_layout
2319
2320 \begin_layout Standard
2321 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2322 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2323 eXパッケージの
2324 \series bold
2325 caption
2326 \series default
2327
2328 \begin_inset Index idx
2329 status collapsed
2330
2331 \begin_layout Plain Layout
2332 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2333 \end_layout
2334
2335 \end_inset
2336
2337
2338 \end_layout
2339
2340 \begin_layout Standard
2341
2342 \series bold
2343 tableposition=top
2344 \end_layout
2345
2346 \begin_layout Standard
2347 というオプションとともにloadコマンドを使って読み込んでください
2348 \begin_inset Foot
2349 status collapsed
2350
2351 \begin_layout Plain Layout
2352 詳しくは、第
2353 \begin_inset CommandInset ref
2354 LatexCommand ref
2355 reference "sec:キャプションの配置"
2356
2357 \end_inset
2358
2359 節をご覧下さい。
2360 \end_layout
2361
2362 \end_inset
2363
2364 。キャプション書式を調整するには、第
2365 \begin_inset CommandInset ref
2366 LatexCommand ref
2367 reference "sec:キャプションの書式設定"
2368
2369 \end_inset
2370
2371 節にものべられているように
2372 \series bold
2373 caption
2374 \series default
2375 パッケージを使用します。
2376 \end_layout
2377
2378 \begin_layout Standard
2379 \begin_inset Index idx
2380 status collapsed
2381
2382 \begin_layout Plain Layout
2383 さんしょう@参照 ! ひょうへの@表への
2384 \end_layout
2385
2386 \end_inset
2387
2388 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2389 \family sans
2390 挿入\SpecialChar \menuseparator
2391 ラベル
2392 \family default
2393 メニューかツールバーボタンの
2394 \begin_inset Graphics
2395         filename ../../images/label-insert.png
2396         scale 85
2397         scaleBeforeRotation
2398
2399 \end_inset
2400
2401 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2402 相互参照メニューかツールバーボタンの
2403 \begin_inset Graphics
2404         filename ../../images/dialog-show-new-inset_ref.png
2405         scale 85
2406         scaleBeforeRotation
2407
2408 \end_inset
2409
2410 を用いて、このラベルを参照することができます。
2411 \begin_inset Newline newline
2412 \end_inset
2413
2414 参照は、第
2415 \begin_inset CommandInset ref
2416 LatexCommand ref
2417 reference "sec:フロートの参照"
2418
2419 \end_inset
2420
2421 節で詳細に説明されています。
2422 \end_layout
2423
2424 \begin_layout Section
2425 長尺表
2426 \begin_inset CommandInset label
2427 LatexCommand label
2428 name "sec:長尺表"
2429
2430 \end_inset
2431
2432
2433 \begin_inset Index idx
2434 status collapsed
2435
2436 \begin_layout Plain Layout
2437 ちょうしゃくひょう@長尺表
2438 \end_layout
2439
2440 \end_inset
2441
2442
2443 \begin_inset Index idx
2444 status collapsed
2445
2446 \begin_layout Plain Layout
2447 ひょう@表 ! ちょうしゃくひょう@長尺表
2448 \end_layout
2449
2450 \end_inset
2451
2452
2453 \end_layout
2454
2455 \begin_layout Standard
2456 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2457 \family sans
2458 長尺表
2459 \family default
2460 タブにある
2461 \family sans
2462 長尺表を使う
2463 \family default
2464 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2465 することができるようになります。
2466 \end_layout
2467
2468 \begin_layout Description
2469 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2470 \family roman
2471 \series medium
2472 \shape up
2473 \size normal
2474 \emph off
2475 \bar no
2476 \noun off
2477 \color none
2478 ただし、
2479 \family sans
2480 \series default
2481 \shape default
2482 \size default
2483 \emph default
2484 \bar default
2485 \noun default
2486 \color inherit
2487 冒頭ヘッダ
2488 \family roman
2489 \series medium
2490 \shape up
2491 \size normal
2492 \emph off
2493 \bar no
2494 \noun off
2495 \color none
2496 が定義されているときは、冒頭ページを除きます。
2497 \family default
2498 \series default
2499 \shape default
2500 \size default
2501 \emph default
2502 \bar default
2503 \noun default
2504 \color inherit
2505 これと区別して、このヘッダは本体ヘッダと呼びます。
2506 \end_layout
2507
2508 \begin_layout Description
2509 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2510 \end_layout
2511
2512 \begin_layout Description
2513 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2514 \family roman
2515 \series medium
2516 \shape up
2517 \size normal
2518 \emph off
2519 \bar no
2520 \noun off
2521 \color none
2522 ただし、
2523 \family sans
2524 \series default
2525 \shape default
2526 \size default
2527 \emph default
2528 \bar default
2529 \noun default
2530 \color inherit
2531 末尾フッタ
2532 \family roman
2533 \series medium
2534 \shape up
2535 \size normal
2536 \emph off
2537 \bar no
2538 \noun off
2539 \color none
2540 が定義されているときは、末尾ページを除きます。
2541 \end_layout
2542
2543 \begin_layout Description
2544 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2545 \end_layout
2546
2547 \begin_layout Description
2548 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2549 \begin_inset CommandInset ref
2550 LatexCommand ref
2551 reference "sub:長尺表のキャプション"
2552
2553 \end_inset
2554
2555 節で説明されています。
2556 \end_layout
2557
2558 \begin_layout Standard
2559 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2560 \end_layout
2561
2562 \begin_layout Standard
2563 \align center
2564 \begin_inset Tabular
2565 <lyxtabular version="3" rows="69" columns="3">
2566 <features islongtable="true" longtabularalignment="center">
2567 <column alignment="left" valignment="top" width="0cm">
2568 <column alignment="left" valignment="top" width="0pt">
2569 <column alignment="center" valignment="top" width="0pt">
2570 <row endfirsthead="true">
2571 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2572 \begin_inset Text
2573
2574 \begin_layout Plain Layout
2575
2576 \series bold
2577 例示用電話帳(名前は無視してください)
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586
2587 \end_layout
2588
2589 \end_inset
2590 </cell>
2591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2592 \begin_inset Text
2593
2594 \begin_layout Plain Layout
2595
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 </row>
2601 <row endfirsthead="true">
2602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2603 \begin_inset Text
2604
2605 \begin_layout Plain Layout
2606 氏名
2607 \end_layout
2608
2609 \end_inset
2610 </cell>
2611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2612 \begin_inset Text
2613
2614 \begin_layout Plain Layout
2615
2616 \end_layout
2617
2618 \end_inset
2619 </cell>
2620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2621 \begin_inset Text
2622
2623 \begin_layout Plain Layout
2624
2625 \series bold
2626 TEL.
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 </row>
2632 <row endhead="true">
2633 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2634 \begin_inset Text
2635
2636 \begin_layout Plain Layout
2637
2638 \series bold
2639 例示用電話帳
2640 \end_layout
2641
2642 \end_inset
2643 </cell>
2644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2645 \begin_inset Text
2646
2647 \begin_layout Plain Layout
2648
2649 \end_layout
2650
2651 \end_inset
2652 </cell>
2653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2654 \begin_inset Text
2655
2656 \begin_layout Plain Layout
2657
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 </row>
2663 <row endhead="true">
2664 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2665 \begin_inset Text
2666
2667 \begin_layout Plain Layout
2668 氏名
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686
2687 \series bold
2688 TEL.
2689 \end_layout
2690
2691 \end_inset
2692 </cell>
2693 </row>
2694 <row endfoot="true">
2695 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699 次頁へつづく
2700 \end_layout
2701
2702 \end_inset
2703 </cell>
2704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708
2709 \end_layout
2710
2711 \end_inset
2712 </cell>
2713 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 </row>
2723 <row>
2724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2725 \begin_inset Text
2726
2727 \begin_layout Plain Layout
2728
2729 \series bold
2730 Annovi
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 <cell alignment="center" valignment="top" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739 Silvia
2740 \end_layout
2741
2742 \end_inset
2743 </cell>
2744 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2745 \begin_inset Text
2746
2747 \begin_layout Plain Layout
2748 111
2749 \end_layout
2750
2751 \end_inset
2752 </cell>
2753 </row>
2754 <row>
2755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2756 \begin_inset Text
2757
2758 \begin_layout Plain Layout
2759
2760 \series bold
2761 Bertoli
2762 \end_layout
2763
2764 \end_inset
2765 </cell>
2766 <cell alignment="center" valignment="top" usebox="none">
2767 \begin_inset Text
2768
2769 \begin_layout Plain Layout
2770 Stefano
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779 111
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 </row>
2785 <row>
2786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790
2791 \series bold
2792 Bozzi
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 Walter
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 111
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \series bold
2823 Cachia
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832 Maria
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841 111
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 <row>
2848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \series bold
2854 Cachia
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 <cell alignment="center" valignment="top" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863 Maurizio
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 111
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 </row>
2878 <row>
2879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \series bold
2885 Cinquemani
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894 Giusi
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903 111
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 <row>
2910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \series bold
2916 Colin
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell alignment="center" valignment="top" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925 Bernard
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934 111
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 </row>
2940 <row>
2941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945
2946 \series bold
2947 Concli
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 Gianfranco
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965 111
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \series bold
2978 Dal Bosco
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 Carolina
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 111
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \series bold
3009 Dalpiaz
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 Annamaria
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 111
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \series bold
3040 Feliciello
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 Domenico
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 111
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 <row>
3065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \series bold
3071 Focarelli
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell alignment="center" valignment="top" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 Paola
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 111
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 </row>
3095 <row>
3096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100
3101 \series bold
3102 Galletti
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111 Oreste
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 111
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 </row>
3126 <row>
3127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \series bold
3133 Gasparini
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 Franca
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 111
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row>
3158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \series bold
3164 Rizzardi
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 Paola
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 111
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 </row>
3188 <row>
3189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \series bold
3195 Lassini
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 Giancarlo
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 111
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 <row>
3220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \series bold
3226 Malfatti
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 Luciano
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 111
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row>
3251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 Malfatti
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 Valeriano
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 111
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 </row>
3281 <row>
3282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286
3287 \series bold
3288 Meneguzzo
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 Roberto
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 111
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 </row>
3312 <row>
3313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \series bold
3319 Mezzadra
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 Roberto
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 111
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row>
3344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \series bold
3350 Pirpamer
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 Erich
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 111
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row>
3375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381 Pochiesa
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 Paolo
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 111, 222
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410
3411 \series bold
3412 Radina
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 Claudio
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 111
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 </row>
3436 <row>
3437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443 Stuffer
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 Oskar
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 111
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 </row>
3467 <row>
3468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \series bold
3474 Tacchelli
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 Ugo
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 111
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row>
3499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \series bold
3505 Tezzele
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 Margit
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 111
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row>
3530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 Unterkalmsteiner
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 Frieda
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 111
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row>
3561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567 Vieider
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 Hilde
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 111
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 Vigna
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 Jürgen
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 111
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Weber
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Maurizio
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Winkler
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Franz
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689  
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Annovi
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Silvia
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 555
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Bertoli
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Stefano
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 555
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Bozzi
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Walter
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 555
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Cachia
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Maria
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 555
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Cachia
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Maurizio
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 555
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Cinquemani
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Giusi
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 555
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Colin
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Bernard
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 555
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Concli
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Gianfranco
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 555
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Dal Bosco
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Carolina
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 555
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Dalpiaz
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Annamaria
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 555
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Feliciello
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Domenico
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 555
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Focarelli
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Paola
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 555
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Galletti
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Oreste
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 555
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Gasparini
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Franca
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 555
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Rizzardi
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Paola
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 555
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Lassini
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Giancarlo
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 555
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Malfatti
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Luciano
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 555
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Malfatti
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Valeriano
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 555
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Meneguzzo
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Roberto
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 555
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Mezzadra
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Roberto
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 555
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Pirpamer
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Erich
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 555
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Pochiesa
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Paolo
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 555, 222
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Radina
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Claudio
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 555
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Stuffer
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Oskar
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 555
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Tacchelli
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Ugo
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 555
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Tezzele
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Margit
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 555
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Unterkalmsteiner
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Frieda
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 555
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \series bold
4557 Vieider
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Hilde
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 555
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Vigna
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Jürgen
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 999
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Weber
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Maurizio
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Winkler
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Franz
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row endlastfoot="true">
4675 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 以上
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 </lyxtabular>
4704
4705 \end_inset
4706
4707
4708 \begin_inset ERT
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712
4713
4714 \backslash
4715 addtocounter{table}{-1}
4716 \end_layout
4717
4718 \end_inset
4719
4720
4721 \begin_inset Note Note
4722 status collapsed
4723
4724 \begin_layout Plain Layout
4725 本コマンドの説明については、第
4726 \begin_inset CommandInset ref
4727 LatexCommand ref
4728 reference "sub:長尺表のキャプション"
4729
4730 \end_inset
4731
4732 節の最初の淡色表示注釈をご覧下さい。
4733 \end_layout
4734
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \begin_layout Subsection
4741 長尺表での脚注
4742 \begin_inset CommandInset label
4743 LatexCommand label
4744 name "sub:長尺表での脚注"
4745
4746 \end_inset
4747
4748
4749 \begin_inset Index idx
4750 status collapsed
4751
4752 \begin_layout Plain Layout
4753 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4754 \end_layout
4755
4756 \end_inset
4757
4758
4759 \end_layout
4760
4761 \begin_layout Standard
4762 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
4763 \begin_inset CommandInset ref
4764 LatexCommand ref
4765 reference "tab:別キャプション"
4766
4767 \end_inset
4768
4769 には脚注が付いています。
4770 \end_layout
4771
4772 \begin_layout Subsection
4773 長尺表の縦横揃え
4774 \begin_inset Index idx
4775 status collapsed
4776
4777 \begin_layout Plain Layout
4778 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
4779 \end_layout
4780
4781 \end_inset
4782
4783
4784 \end_layout
4785
4786 \begin_layout Standard
4787 長尺表は、既定値では中央揃えになっています。行や列の揃えとは異なり、表の揃えは、いまのところ表ダイアログで変更することができません。長尺表の揃えを変更するには、
4788 \end_layout
4789
4790 \begin_layout Standard
4791
4792 \series bold
4793
4794 \backslash
4795 setlength{
4796 \backslash
4797 LTleft}{値}
4798 \end_layout
4799
4800 \begin_layout Standard
4801 という行を当該長尺表の前にTeXコードとして挿入して、長さ
4802 \series bold
4803
4804 \backslash
4805 LTleft
4806 \series default
4807 および
4808 \series bold
4809
4810 \backslash
4811 LTright
4812 \series default
4813 の値を変更しなくてはなりません。ここで「値」は、第
4814 \begin_inset CommandInset ref
4815 LatexCommand ref
4816 reference "tab:単位"
4817
4818 \end_inset
4819
4820 表に挙げてある単位であれば、どの単位を取ることもできます。
4821 \series bold
4822
4823 \backslash
4824 LTleft
4825 \series default
4826 は、左頁余白から長尺表までの水平方向の距離を制御し、
4827 \series bold
4828
4829 \backslash
4830 LTright
4831 \series default
4832 は、右頁余白からの距離を制御します。これらの長さの既定値は
4833 \series bold
4834
4835 \backslash
4836 fill
4837 \series default
4838 となっており、LyXの水平フィルと同等になっています。
4839 \end_layout
4840
4841 \begin_layout Standard
4842 以下の長尺表は
4843 \series bold
4844
4845 \backslash
4846 LTleft
4847 \series default
4848 を0
4849 \begin_inset space \thinspace{}
4850 \end_inset
4851
4852 ptに設定して、左揃えにした例です。
4853 \begin_inset ERT
4854 status collapsed
4855
4856 \begin_layout Plain Layout
4857
4858
4859 \backslash
4860 setlength{
4861 \backslash
4862 LTleft}{0pt}
4863 \end_layout
4864
4865 \end_inset
4866
4867
4868 \end_layout
4869
4870 \begin_layout Standard
4871 \begin_inset Tabular
4872 <lyxtabular version="3" rows="5" columns="5">
4873 <features islongtable="true" longtabularalignment="center">
4874 <column alignment="center" valignment="top" width="0">
4875 <column alignment="center" valignment="top" width="0">
4876 <column alignment="center" valignment="top" width="0">
4877 <column alignment="center" valignment="top" width="0">
4878 <column alignment="center" valignment="top" width="0">
4879 <row>
4880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 1
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 2
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 3
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 4
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 5
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="center" valignment="top" topline="true" leftline="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 alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 いろは
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 いろは
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 いろは
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 いろは
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 いろは
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072 いろは
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 いろは
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 いろは
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 いろは
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 いろは
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 </lyxtabular>
5115
5116 \end_inset
5117
5118
5119 \begin_inset ERT
5120 status collapsed
5121
5122 \begin_layout Plain Layout
5123
5124
5125 \backslash
5126 setlength{
5127 \backslash
5128 LTleft}{
5129 \backslash
5130 fill}
5131 \end_layout
5132
5133 \end_inset
5134
5135
5136 \begin_inset ERT
5137 status collapsed
5138
5139 \begin_layout Plain Layout
5140
5141
5142 \backslash
5143 addtocounter{table}{-1}
5144 \end_layout
5145
5146 \end_inset
5147
5148
5149 \begin_inset Note Note
5150 status open
5151
5152 \begin_layout Plain Layout
5153 このコマンドの説明に関しては、第
5154 \begin_inset CommandInset ref
5155 LatexCommand ref
5156 reference "sub:長尺表のキャプション"
5157
5158 \end_inset
5159
5160 節の最初の淡色表示注釈をご覧下さい。
5161 \end_layout
5162
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Subsection
5169 長尺表のキャプション
5170 \begin_inset Index idx
5171 status collapsed
5172
5173 \begin_layout Plain Layout
5174 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5175 \end_layout
5176
5177 \end_inset
5178
5179
5180 \begin_inset CommandInset label
5181 LatexCommand label
5182 name "sub:長尺表のキャプション"
5183
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \begin_layout Standard
5190 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5191 \begin_inset CommandInset ref
5192 LatexCommand ref
5193 reference "sec:長尺表"
5194
5195 \end_inset
5196
5197 節に述べられているように、ある行で長尺表オプションの
5198 \family sans
5199 キャプション
5200 \family default
5201 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5202 \end_layout
5203
5204 \begin_layout Standard
5205 以下は、動作を確認するための短い長尺表です。
5206 \end_layout
5207
5208 \begin_layout Standard
5209 \begin_inset Tabular
5210 <lyxtabular version="3" rows="6" columns="5">
5211 <features islongtable="true" longtabularalignment="center">
5212 <column alignment="center" valignment="top" width="0">
5213 <column alignment="center" valignment="top" width="0">
5214 <column alignment="center" valignment="top" width="0">
5215 <column alignment="center" valignment="top" width="0">
5216 <column alignment="center" valignment="top" width="0">
5217 <row caption="true">
5218 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 \begin_inset Caption
5223
5224 \begin_layout Plain Layout
5225 キャプション付き長尺表
5226 \begin_inset Argument
5227 status collapsed
5228
5229 \begin_layout Plain Layout
5230 長尺表
5231 \end_layout
5232
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \end_inset
5239
5240
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 1
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 2
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305 3
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 4
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 5
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 いろは
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 いろは
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 いろは
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 いろは
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 </row>
5423 <row>
5424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 いろは
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464 いろは
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 </row>
5470 <row>
5471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 いろは
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 いろは
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 いろは
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 いろは
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 いろは
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 </lyxtabular>
5518
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \begin_layout Standard
5525 \begin_inset VSpace medskip
5526 \end_inset
5527
5528
5529 \begin_inset Note Greyedout
5530 status open
5531
5532 \begin_layout Plain Layout
5533
5534 \series bold
5535 【註1】
5536 \series default
5537 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5538 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5539 \end_layout
5540
5541 \begin_layout Plain Layout
5542
5543 \series bold
5544
5545 \backslash
5546 addtocounter{table}{-1}
5547 \end_layout
5548
5549 \begin_layout Plain Layout
5550 というコマンドを挿入する方法があります。
5551 \end_layout
5552
5553 \begin_layout Plain Layout
5554 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5555 \end_layout
5556
5557 \begin_layout Plain Layout
5558
5559 \series bold
5560
5561 \backslash
5562 let
5563 \backslash
5564 myEnd
5565 \backslash
5566 endlongtable
5567 \begin_inset Newline newline
5568 \end_inset
5569
5570
5571 \backslash
5572 renewcommand{
5573 \backslash
5574 endlongtable}{
5575 \backslash
5576 myEnd
5577 \backslash
5578 addtocounter{table}{-1}}
5579 \end_layout
5580
5581 \end_inset
5582
5583
5584 \end_layout
5585
5586 \begin_layout Standard
5587 \begin_inset Note Greyedout
5588 status open
5589
5590 \begin_layout Plain Layout
5591
5592 \series bold
5593 【註2】
5594 \series default
5595 相互参照をリンクするために、
5596 \family sans
5597 文書設定
5598 \family default
5599 ダイアログの
5600 \family sans
5601 PDF特性
5602 \family default
5603
5604 \series bold
5605 hyperref
5606 \series default
5607
5608 \begin_inset Index idx
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5613 \end_layout
5614
5615 \end_inset
5616
5617 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5618 \end_layout
5619
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \begin_layout Subsubsection
5626 長尺表への参照
5627 \begin_inset Index idx
5628 status collapsed
5629
5630 \begin_layout Plain Layout
5631 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5632 \end_layout
5633
5634 \end_inset
5635
5636
5637 \end_layout
5638
5639 \begin_layout Standard
5640 \begin_inset Tabular
5641 <lyxtabular version="3" rows="6" columns="5">
5642 <features islongtable="true" longtabularalignment="center">
5643 <column alignment="center" valignment="top" width="0">
5644 <column alignment="center" valignment="top" width="0">
5645 <column alignment="center" valignment="top" width="0">
5646 <column alignment="center" valignment="top" width="0">
5647 <column alignment="center" valignment="top" width="0">
5648 <row caption="true">
5649 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 \begin_inset Caption
5654
5655 \begin_layout Plain Layout
5656 参照された長尺表
5657 \begin_inset CommandInset label
5658 LatexCommand label
5659 name "tab:参照例"
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \end_inset
5667
5668
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 </row>
5710 <row>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 1
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 2
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 3
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 4
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 5
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 いろは
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 いろは
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 いろは
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 いろは
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 いろは
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 いろは
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 いろは
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 いろは
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 いろは
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 いろは
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 いろは
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 </row>
5945 </lyxtabular>
5946
5947 \end_inset
5948
5949
5950 \end_layout
5951
5952 \begin_layout Standard
5953 長尺表を参照するには、キャプションにラベルを挿入してください。
5954 \end_layout
5955
5956 \begin_layout Standard
5957 これは表
5958 \begin_inset CommandInset ref
5959 LatexCommand ref
5960 reference "tab:参照例"
5961
5962 \end_inset
5963
5964 への参照です。
5965 \end_layout
5966
5967 \begin_layout Standard
5968 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
5969 \series bold
5970 caption
5971 \series default
5972
5973 \begin_inset Index idx
5974 status collapsed
5975
5976 \begin_layout Plain Layout
5977 LaTeXぱっけーじ@LaTeXパッケージ ! caption
5978 \end_layout
5979
5980 \end_inset
5981
5982 を使用して設定することができます。第
5983 \begin_inset CommandInset ref
5984 LatexCommand ref
5985 reference "sec:キャプションの書式設定"
5986
5987 \end_inset
5988
5989 節をご覧下さい。
5990 \end_layout
5991
5992 \begin_layout Subsubsection
5993 キャプションの幅
5994 \begin_inset Index idx
5995 status collapsed
5996
5997 \begin_layout Plain Layout
5998 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Standard
6007 キャプション行の最大長は、長さ
6008 \series bold
6009
6010 \backslash
6011 LTcapwidth
6012 \series default
6013 によって指定することができます。既定値は4
6014 \begin_inset space \thinspace{}
6015 \end_inset
6016
6017 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6018 \end_layout
6019
6020 \begin_layout Standard
6021
6022 \series bold
6023
6024 \backslash
6025 setlength{
6026 \backslash
6027 LTcapwidth}{幅}
6028 \end_layout
6029
6030 \begin_layout Standard
6031 というコマンドを書き加えて下さい。ここで「幅」には、付録
6032 \begin_inset CommandInset ref
6033 LatexCommand ref
6034 reference "cha:LyXで使用できる単位"
6035
6036 \end_inset
6037
6038 に挙げられている単位を取ることができます。
6039 \end_layout
6040
6041 \begin_layout Standard
6042 以下の各表で違いを示します。
6043 \end_layout
6044
6045 \begin_layout Standard
6046 \begin_inset Tabular
6047 <lyxtabular version="3" rows="6" columns="5">
6048 <features islongtable="true" longtabularalignment="center">
6049 <column alignment="center" valignment="top" width="0">
6050 <column alignment="center" valignment="top" width="0">
6051 <column alignment="center" valignment="top" width="0">
6052 <column alignment="center" valignment="top" width="0">
6053 <column alignment="center" valignment="top" width="0">
6054 <row caption="true">
6055 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 \begin_inset Caption
6060
6061 \begin_layout Plain Layout
6062 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6063 \begin_inset Argument
6064 status collapsed
6065
6066 \begin_layout Plain Layout
6067 既定幅のキャプション
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell multicolumn="2" alignment="center" valignment="top" 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 multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 1
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 2
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 3
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 4
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 5
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 </row>
6166 <row>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 いろは
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 いろは
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 <row>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 いろは
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 いろは
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 いろは
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 いろは
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 いろは
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 いろは
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 いろは
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 いろは
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 いろは
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 </lyxtabular>
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \begin_layout Standard
6362 \begin_inset ERT
6363 status collapsed
6364
6365 \begin_layout Plain Layout
6366
6367
6368 \backslash
6369 setlength{
6370 \backslash
6371 LTcapwidth}{5cm}
6372 \end_layout
6373
6374 \end_inset
6375
6376
6377 \begin_inset Tabular
6378 <lyxtabular version="3" rows="6" columns="5">
6379 <features islongtable="true" longtabularalignment="center">
6380 <column alignment="center" valignment="top" width="0">
6381 <column alignment="center" valignment="top" width="0">
6382 <column alignment="center" valignment="top" width="0">
6383 <column alignment="center" valignment="top" width="0">
6384 <column alignment="center" valignment="top" width="0">
6385 <row caption="true">
6386 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Caption
6391
6392 \begin_layout Plain Layout
6393 5
6394 \begin_inset space \thinspace{}
6395 \end_inset
6396
6397 cm幅のなが〜いフルタイトル・5
6398 \begin_inset space \thinspace{}
6399 \end_inset
6400
6401 cm幅のなが〜いフルタイトル・5
6402 \begin_inset space \thinspace{}
6403 \end_inset
6404
6405 cm幅のなが〜いフルタイトル
6406 \begin_inset Argument
6407 status collapsed
6408
6409 \begin_layout Plain Layout
6410 5
6411 \begin_inset space \thinspace{}
6412 \end_inset
6413
6414 cm幅のキャプション
6415 \end_layout
6416
6417 \end_inset
6418
6419
6420 \end_layout
6421
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 1
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 2
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 3
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 4
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507 5
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 </row>
6513 <row>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 いろは
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536
6537 \end_layout
6538
6539 \end_inset
6540 </cell>
6541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 いろは
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 </row>
6560 <row>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 いろは
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \end_layout
6585
6586 \end_inset
6587 </cell>
6588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 いろは
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 <row>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 いろは
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 いろは
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 </row>
6654 <row>
6655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 いろは
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 いろは
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 いろは
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 いろは
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 いろは
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 </row>
6701 </lyxtabular>
6702
6703 \end_inset
6704
6705
6706 \end_layout
6707
6708 \begin_layout Standard
6709 \begin_inset ERT
6710 status collapsed
6711
6712 \begin_layout Plain Layout
6713
6714
6715 \backslash
6716 setlength{
6717 \backslash
6718 LTcapwidth}{4in}
6719 \end_layout
6720
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \begin_layout Standard
6727 \begin_inset Note Greyedout
6728 status open
6729
6730 \begin_layout Plain Layout
6731
6732 \series bold
6733 【註】
6734 \series default
6735 この文書のようにLaTeXパッケージの
6736 \series bold
6737 caption
6738 \series default
6739
6740 \begin_inset Index idx
6741 status collapsed
6742
6743 \begin_layout Plain Layout
6744 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6745 \end_layout
6746
6747 \end_inset
6748
6749 を使用している時には、
6750 \series bold
6751
6752 \backslash
6753 LTcapwidth
6754 \series default
6755 に既定値の4
6756 \begin_inset space \thinspace{}
6757 \end_inset
6758
6759 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
6760 \begin_inset space \thinspace{}
6761 \end_inset
6762
6763 in幅のキャプションを作るには、3.99
6764 \begin_inset space \thinspace{}
6765 \end_inset
6766
6767 inのように4.0
6768 \begin_inset space \thinspace{}
6769 \end_inset
6770
6771 inと少し違う値を指定するか、
6772 \series bold
6773 caption
6774 \series default
6775 パッケージが提供している
6776 \series bold
6777
6778 \backslash
6779 captionsetup{width=値}
6780 \series default
6781 というLaTeXコマンドを用いる方法があります。
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \begin_layout Subsubsection
6790 表の各ページごとに異なるキャプション
6791 \begin_inset Index idx
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
6796 \end_layout
6797
6798 \end_inset
6799
6800
6801 \end_layout
6802
6803 \begin_layout Standard
6804 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
6805 \end_layout
6806
6807 \begin_layout Standard
6808
6809 \series bold
6810
6811 \backslash
6812 caption*{キャプション文}
6813 \backslash
6814
6815 \backslash
6816 %
6817 \end_layout
6818
6819 \begin_layout Standard
6820 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
6821 \begin_inset CommandInset ref
6822 LatexCommand ref
6823 reference "tab:別キャプション"
6824
6825 \end_inset
6826
6827 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
6828 \end_layout
6829
6830 \begin_layout Standard
6831 \align center
6832 \begin_inset Tabular
6833 <lyxtabular version="3" rows="59" columns="3">
6834 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
6835 <column alignment="left" valignment="top" width="0cm">
6836 <column alignment="left" valignment="top" width="0pt">
6837 <column alignment="center" valignment="top" width="0pt">
6838 <row caption="true">
6839 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 \begin_inset Caption
6844
6845 \begin_layout Plain Layout
6846 例示用電話帳
6847 \begin_inset CommandInset label
6848 LatexCommand label
6849 name "tab:別キャプション"
6850
6851 \end_inset
6852
6853
6854 \begin_inset Argument
6855 status collapsed
6856
6857 \begin_layout Plain Layout
6858 例示用電話帳
6859 \end_layout
6860
6861 \end_inset
6862
6863
6864 \end_layout
6865
6866 \end_inset
6867
6868
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 <row endfirsthead="true">
6893 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897
6898 \series bold
6899 例示用電話帳(名前は無視の事)
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row endfirsthead="true">
6924 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928
6929 \series bold
6930 氏名
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \series bold
6950 TEL.
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 <row endhead="true">
6957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961 \begin_inset ERT
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965
6966
6967 \backslash
6968 caption*{例示用電話帳の続き}
6969 \backslash
6970
6971 \backslash
6972 %
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row endhead="true">
7002 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006
7007 \series bold
7008 例示用電話帳
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row endhead="true">
7033 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037
7038 \series bold
7039 氏名
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \series bold
7059 TEL.
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 </row>
7065 <row endfoot="true">
7066 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 次頁に続く
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099
7100 \series bold
7101 Annovi
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 Silvia
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 111
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 </row>
7125 <row>
7126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130
7131 \series bold
7132 Bertoli
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 Stefano
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 111
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \series bold
7163 Bozzi
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 Walter
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 111
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \series bold
7194 Cachia
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 Maria
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 111
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 <row>
7219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223
7224 \series bold
7225 Cachia
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 Maurizio
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 111
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row>
7250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \series bold
7256 Cinquemani
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 Giusi
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 111
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285
7286 \series bold
7287 Colin
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 Bernard
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 111
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row>
7312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \series bold
7318 Concli
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 Gianfranco
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 111
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 Dal Bosco
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 Carolina
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" 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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
7536 \series default
7537
7538 \begin_inset Foot
7539 status collapsed
7540
7541 \begin_layout Plain Layout
7542 例示用脚注
7543 \end_layout
7544
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 Paola
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 111
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \series bold
7578 Lassini
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 Giancarlo
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 111
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 </row>
7602 <row>
7603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \series bold
7609 Malfatti
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 Luciano
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 111
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 </row>
7633 <row>
7634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \series bold
7640 Malfatti
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 Valeriano
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 111
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \series bold
7671 Meneguzzo
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 Roberto
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 111
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 </row>
7695 <row>
7696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700
7701 \series bold
7702 Mezzadra
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 Roberto
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 111
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row>
7727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 Pirpamer
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 Erich
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 111
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row>
7758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \series bold
7764 Pochiesa
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 Paolo
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 111, 222
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row>
7789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \series bold
7795 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \series bold
8043 Winkler
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Franz
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" bottomline="true" 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 multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072  
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Annovi
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Silvia
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 555
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Bertoli
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Stefano
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 555
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Bozzi
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Walter
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 555
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Cachia
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Maria
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 555
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Cachia
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Maurizio
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 555
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Cinquemani
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Giusi
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 555
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Colin
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Bernard
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 555
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 Concli
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Gianfranco
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 555
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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" bottomline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Mezzadra
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Roberto
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" bottomline="true" 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 </lyxtabular>
8717
8718 \end_inset
8719
8720
8721 \end_layout
8722
8723 \begin_layout Section
8724 長尺表にまつわる諸点
8725 \begin_inset CommandInset label
8726 LatexCommand label
8727 name "sec:長尺表にまつわる諸点"
8728
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \begin_layout Subsection
8735 長尺表の計算
8736 \begin_inset Index idx
8737 status collapsed
8738
8739 \begin_layout Plain Layout
8740 ちょうしゃくひょう@長尺表 ! けいさん@計算
8741 \end_layout
8742
8743 \end_inset
8744
8745
8746 \end_layout
8747
8748 \begin_layout Standard
8749 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8750 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8751 \end_layout
8752
8753 \begin_layout Standard
8754
8755 \series bold
8756
8757 \backslash
8758 setcounter{LTchunksize}{100}
8759 \end_layout
8760
8761 \begin_layout Standard
8762 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
8763 \end_layout
8764
8765 \begin_layout Subsection
8766 フロートと長尺表
8767 \begin_inset Index idx
8768 status collapsed
8769
8770 \begin_layout Plain Layout
8771 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
8772 \end_layout
8773
8774 \end_inset
8775
8776
8777 \end_layout
8778
8779 \begin_layout Standard
8780 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
8781 \series bold
8782
8783 \backslash
8784 clearpage
8785 \series default
8786 コマンドを長尺表の前にTeXコードとして書き加えてください。
8787 \end_layout
8788
8789 \begin_layout Subsection
8790 強制改頁
8791 \begin_inset Index idx
8792 status collapsed
8793
8794 \begin_layout Plain Layout
8795 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
8796 \end_layout
8797
8798 \end_inset
8799
8800
8801 \end_layout
8802
8803 \begin_layout Standard
8804 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
8805 ド「
8806 \series bold
8807
8808 \backslash
8809
8810 \backslash
8811
8812 \series default
8813 」を挿入します。
8814 \series bold
8815
8816 \backslash
8817
8818 \backslash
8819
8820 \series default
8821 コマンドの前には、現セルよりも右にある列数と同じ数の「
8822 \series bold
8823 &
8824 \series default
8825 」文字を、TeXコードで挿入してやる必要があります。この
8826 \series bold
8827 &
8828 \series default
8829 は、表セルの区切り文字です。各
8830 \series bold
8831 &
8832 \series default
8833 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
8834 \begin_inset Newline newline
8835 \end_inset
8836
8837
8838 \series bold
8839
8840 \backslash
8841
8842 \backslash
8843
8844 \series default
8845 コマンドの後ろには、現在列の左側にある列数と同じ数の
8846 \series bold
8847 &
8848 \series default
8849 文字を挿入してください。表
8850 \begin_inset CommandInset ref
8851 LatexCommand ref
8852 reference "tab:強制改頁"
8853
8854 \end_inset
8855
8856 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
8857 \end_layout
8858
8859 \begin_layout Standard
8860
8861 \series bold
8862 & 111
8863 \backslash
8864
8865 \backslash
8866  
8867 \backslash
8868 newpage
8869 \begin_inset Newline newline
8870 \end_inset
8871
8872 &
8873 \end_layout
8874
8875 \begin_layout Standard
8876 というコマンドが、セル中「
8877 \emph on
8878 Castelchiodato,
8879 \emph default
8880 」の後にTeXコードとして挿入してあります。
8881 \end_layout
8882
8883 \begin_layout Standard
8884 同一行3列目の「111」は削除してあります。
8885 \series bold
8886
8887 \backslash
8888 newpage
8889 \series default
8890 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
8891 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
8892 \end_layout
8893
8894 \begin_layout Standard
8895
8896 \series bold
8897 & 111
8898 \backslash
8899
8900 \backslash
8901
8902 \begin_inset Newline newline
8903 \end_inset
8904
8905
8906 \backslash
8907 hline &
8908 \end_layout
8909
8910 \begin_layout Standard
8911 というコマンドを使用して下さい。
8912 \end_layout
8913
8914 \begin_layout Standard
8915 改頁をしたいセルが最右列にある場合には、
8916 \end_layout
8917
8918 \begin_layout Standard
8919
8920 \series bold
8921
8922 \backslash
8923 setlength{
8924 \backslash
8925 parfillskip}{0pt}
8926 \end_layout
8927
8928 \begin_layout Standard
8929 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
8930
8931 \end_layout
8932
8933 \begin_layout Standard
8934 \align center
8935 \begin_inset Tabular
8936 <lyxtabular version="3" rows="38" columns="3">
8937 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
8938 <column alignment="left" valignment="top" width="0cm">
8939 <column alignment="left" valignment="top" width="3cm">
8940 <column alignment="center" valignment="top" width="0pt">
8941 <row caption="true">
8942 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 \begin_inset Caption
8947
8948 \begin_layout Plain Layout
8949 表セル内で強制改頁をしている表
8950 \begin_inset CommandInset label
8951 LatexCommand label
8952 name "tab:強制改頁"
8953
8954 \end_inset
8955
8956
8957 \begin_inset Argument
8958 status collapsed
8959
8960 \begin_layout Plain Layout
8961 表セル内で強制改頁をしている表
8962 \end_layout
8963
8964 \end_inset
8965
8966
8967 \end_layout
8968
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row endfirsthead="true">
8996 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 例示用電話帳(氏名は無視の事)
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row endfirsthead="true">
9027 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 氏名
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051
9052 \series bold
9053 TEL.
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row endhead="true">
9060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 \begin_inset ERT
9065 status collapsed
9066
9067 \begin_layout Plain Layout
9068
9069
9070 \backslash
9071 caption*{例示用電話帳の続き}
9072 \backslash
9073
9074 \backslash
9075 %
9076 \end_layout
9077
9078 \end_inset
9079
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row endhead="true">
9105 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 例示用電話帳
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row endhead="true">
9134 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \series bold
9140 氏名
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 TEL.
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row endfoot="true">
9167 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 次頁に続く
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 Annovi
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 Silvia
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 111
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \series bold
9233 Bertoli
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 Stefano
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 111
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264 Bozzi
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 Walter
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 111
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295 Cachia
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 Maria
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 111
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \series bold
9326 Cachia
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Maurizio
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 111
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 Cinquemani
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 Giusi
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 111
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 Colin
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Bernard
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 111
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \series bold
9419 Concli
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 Gianfranco
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 111
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 Dal Bosco
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 Carolina
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Rizzardi
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 Paolo, 11.
9894  Fürst von Montecompatri, 11.
9895  Fürst von Sulmona und Vivaro, 10.
9896  Fürst von Rossano, 5.
9897  Herzog von Canemorte, 11.
9898  Herzog von Palombara, 5.
9899  Herzog von Castelchiodato,
9900 \begin_inset ERT
9901 status collapsed
9902
9903 \begin_layout Plain Layout
9904
9905 & 111
9906 \backslash
9907
9908 \backslash
9909  
9910 \backslash
9911 newpage
9912 \end_layout
9913
9914 \begin_layout Plain Layout
9915
9916 &
9917 \end_layout
9918
9919 \end_inset
9920
9921  11.
9922  Herzog von Poggionativo, 11.
9923  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9924  Graf von Valinfreda, 11.
9925  Baron von Cropalati, 11.
9926  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row>
9942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 Stuffer
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 Oskar
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 111
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \series bold
9979 Tacchelli
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 Ugo
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 111
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row>
10004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \series bold
10010 Tezzele
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 Margit
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 111
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 Unterkalmsteiner
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 Frieda
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 111
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Vieider
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 Hilde
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 111
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row>
10097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 Vigna
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 Jürgen
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 111
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 Weber
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Maurizio
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 111
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \series bold
10165 Winkler
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Franz
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 111
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 </lyxtabular>
10190
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Section
10197 複数行・連結列・連結行
10198 \end_layout
10199
10200 \begin_layout Subsection
10201 表セル内の複数行
10202 \begin_inset CommandInset label
10203 LatexCommand label
10204 name "sub:複数行"
10205
10206 \end_inset
10207
10208
10209 \begin_inset Index idx
10210 status collapsed
10211
10212 \begin_layout Plain Layout
10213 ひょうせるないのふくすうぎょう@表セル内の複数行
10214 \end_layout
10215
10216 \end_inset
10217
10218
10219 \begin_inset Index idx
10220 status collapsed
10221
10222 \begin_layout Plain Layout
10223 ひょう@表 ! かいぎょう@改行
10224 \end_layout
10225
10226 \end_inset
10227
10228
10229 \end_layout
10230
10231 \begin_layout Standard
10232 \noindent
10233 \begin_inset Float table
10234 placement H
10235 wide false
10236 sideways false
10237 status open
10238
10239 \begin_layout Plain Layout
10240 \begin_inset Caption
10241
10242 \begin_layout Plain Layout
10243 \begin_inset CommandInset label
10244 LatexCommand label
10245 name "tab:複数行表"
10246
10247 \end_inset
10248
10249 セル内に複数の行がある表
10250 \end_layout
10251
10252 \end_inset
10253
10254
10255 \end_layout
10256
10257 \begin_layout Plain Layout
10258 \align center
10259 \begin_inset Tabular
10260 <lyxtabular version="3" rows="3" columns="3">
10261 <features tabularvalignment="middle">
10262 <column alignment="center" valignment="middle" width="2.5cm">
10263 <column alignment="center" valignment="middle" width="0">
10264 <column alignment="center" valignment="middle" width="0">
10265 <row>
10266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 複数の
10271 \begin_inset Newline linebreak
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row>
10299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 </lyxtabular>
10357
10358 \end_inset
10359
10360
10361 \end_layout
10362
10363 \end_inset
10364
10365
10366 \end_layout
10367
10368 \begin_layout Standard
10369 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10370 \end_layout
10371
10372 \begin_layout Standard
10373
10374 \begin_inset CommandInset ref
10375 LatexCommand ref
10376 reference "tab:複数行表"
10377
10378 \end_inset
10379
10380 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10381 \family sans
10382 設定
10383 \family default
10384 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10385 \begin_inset space \thinspace{}
10386 \end_inset
10387
10388 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10389 \begin_inset space \thinspace{}
10390 \end_inset
10391
10392 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10393 \begin_inset Info
10394 type  "shortcut"
10395 arg   "newline-insert linebreak"
10396 \end_inset
10397
10398 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10399 \end_layout
10400
10401 \begin_layout Standard
10402 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10403 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10404 \begin_inset space \thinspace{}
10405 \end_inset
10406
10407 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10408 \begin_inset CommandInset ref
10409 LatexCommand ref
10410 reference "tab:ハイフネーション表"
10411
10412 \end_inset
10413
10414 が違いを示しています
10415 \begin_inset Foot
10416 status open
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 【訳註】
10422 \series default
10423 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10424 \end_layout
10425
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \begin_layout Standard
10432 \begin_inset Float table
10433 placement h
10434 wide false
10435 sideways false
10436 status open
10437
10438 \begin_layout Plain Layout
10439 \begin_inset Caption
10440
10441 \begin_layout Plain Layout
10442 \begin_inset CommandInset label
10443 LatexCommand label
10444 name "tab:ハイフネーション表"
10445
10446 \end_inset
10447
10448 ハイフネーション有/無の表
10449 \end_layout
10450
10451 \end_inset
10452
10453
10454 \end_layout
10455
10456 \begin_layout Plain Layout
10457 \begin_inset space \hfill{}
10458 \end_inset
10459
10460
10461 \begin_inset Tabular
10462 <lyxtabular version="3" rows="3" columns="3">
10463 <features tabularvalignment="middle">
10464 <column alignment="center" valignment="middle" width="2.5cm">
10465 <column alignment="center" valignment="middle" width="0">
10466 <column alignment="center" valignment="middle" width="0">
10467 <row>
10468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 verylongtablecellword
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 <row>
10526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 </lyxtabular>
10555
10556 \end_inset
10557
10558
10559 \begin_inset space \hfill{}
10560 \end_inset
10561
10562
10563 \begin_inset Tabular
10564 <lyxtabular version="3" rows="3" columns="3">
10565 <features tabularvalignment="middle">
10566 <column alignment="center" valignment="middle" width="2.5cm">
10567 <column alignment="center" valignment="middle" width="0">
10568 <column alignment="center" valignment="middle" width="0">
10569 <row>
10570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 \begin_inset space \hspace{}
10575 \length 0pt
10576 \end_inset
10577
10578 verylongtablecellword
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 </lyxtabular>
10661
10662 \end_inset
10663
10664
10665 \begin_inset space \hfill{}
10666 \end_inset
10667
10668
10669 \end_layout
10670
10671 \end_inset
10672
10673
10674 \end_layout
10675
10676 \begin_layout Subsection
10677 連結列
10678 \begin_inset CommandInset label
10679 LatexCommand label
10680 name "sub:連結列"
10681
10682 \end_inset
10683
10684
10685 \begin_inset Index idx
10686 status collapsed
10687
10688 \begin_layout Plain Layout
10689 れんけつれつ@連結列
10690 \end_layout
10691
10692 \end_inset
10693
10694
10695 \begin_inset Index idx
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699 ひょう@表 ! れんけつれつ@連結列
10700 \end_layout
10701
10702 \end_inset
10703
10704
10705 \end_layout
10706
10707 \begin_layout Subsubsection
10708 連結列の基礎
10709 \end_layout
10710
10711 \begin_layout Standard
10712 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10713 \begin_inset Graphics
10714         filename ../../images/tabular-feature_multicolumn.png
10715         scale 85
10716         scaleBeforeRotation
10717
10718 \end_inset
10719
10720 を押すか、
10721 \family sans
10722 編集\SpecialChar \menuseparator
10723 表\SpecialChar \menuseparator
10724 連結列
10725 \family default
10726 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10727 \family sans
10728 連結列
10729 \family default
10730 を有効にするかしてください。
10731 \end_layout
10732
10733 \begin_layout Standard
10734 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10735 、最下行に上罫線のない連結行がある表の例です。
10736 \end_layout
10737
10738 \begin_layout Standard
10739 \align center
10740 \begin_inset Tabular
10741 <lyxtabular version="3" rows="3" columns="4">
10742 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10743 <column alignment="center" valignment="top" width="0pt">
10744 <column alignment="center" valignment="middle" width="0">
10745 <column alignment="center" valignment="top" width="0in">
10746 <column alignment="center" valignment="top" width="0pt">
10747 <row>
10748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 いろは
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 にほへとちり
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 ぬるを
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 </row>
10785 <row>
10786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 </lyxtabular>
10862
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \begin_layout Subsubsection
10869 連結列の計算
10870 \begin_inset CommandInset label
10871 LatexCommand label
10872 name "sub:連結列の計算"
10873
10874 \end_inset
10875
10876
10877 \begin_inset Index idx
10878 status collapsed
10879
10880 \begin_layout Plain Layout
10881 れんけつれつ@連結列 ! けいさん@計算
10882 \end_layout
10883
10884 \end_inset
10885
10886
10887 \end_layout
10888
10889 \begin_layout Standard
10890 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
10891 \end_layout
10892
10893 \begin_layout Standard
10894 \begin_inset Float table
10895 placement h
10896 wide false
10897 sideways false
10898 status open
10899
10900 \begin_layout Plain Layout
10901 \begin_inset Caption
10902
10903 \begin_layout Plain Layout
10904 \begin_inset CommandInset label
10905 LatexCommand label
10906 name "tab:中央揃え表"
10907
10908 \end_inset
10909
10910 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
10911 \begin_inset Argument
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915 完全なる連結列表
10916 \end_layout
10917
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Plain Layout
10929 \align center
10930 \begin_inset Tabular
10931 <lyxtabular version="3" rows="3" columns="3">
10932 <features tabularvalignment="middle">
10933 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
10934 <column alignment="center" valignment="middle" width="0">
10935 <column alignment="center" valignment="top" width="0">
10936 <row>
10937 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 複数行にわたる連結列
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 </lyxtabular>
11024
11025 \end_inset
11026
11027
11028 \end_layout
11029
11030 \end_inset
11031
11032
11033 \end_layout
11034
11035 \begin_layout Standard
11036 たとえば、表
11037 \begin_inset CommandInset ref
11038 LatexCommand ref
11039 reference "tab:中央揃え表"
11040
11041 \end_inset
11042
11043 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11044 \family sans
11045 設定
11046 \family default
11047 を選択します。そして現れる表の設定ダイアログで、このセルを
11048 \emph on
11049 連結列
11050 \emph default
11051
11052 \emph on
11053 中央揃え
11054 \emph default
11055 、2.5
11056 \begin_inset space \thinspace{}
11057 \end_inset
11058
11059 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11060 \begin_inset space \thinspace{}
11061 \end_inset
11062
11063 cm幅に設定します。すると第二列は自動的に1.25
11064 \begin_inset space \thinspace{}
11065 \end_inset
11066
11067 cm幅(連結列幅マイナス第一列の幅)になります。表
11068 \begin_inset CommandInset ref
11069 LatexCommand ref
11070 reference "tab:半分でない表"
11071
11072 \end_inset
11073
11074 もこのようにして作成してあります。
11075 \end_layout
11076
11077 \begin_layout Standard
11078 \begin_inset Float table
11079 wide false
11080 sideways false
11081 status open
11082
11083 \begin_layout Plain Layout
11084 \begin_inset Caption
11085
11086 \begin_layout Plain Layout
11087 \begin_inset CommandInset label
11088 LatexCommand label
11089 name "tab:半分でない表"
11090
11091 \end_inset
11092
11093 連結セルの下の列が正確に半分になっていない表
11094 \begin_inset Argument
11095 status collapsed
11096
11097 \begin_layout Plain Layout
11098 不完全な連結列表
11099 \end_layout
11100
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \begin_layout Plain Layout
11112 \align center
11113 \begin_inset Tabular
11114 <lyxtabular version="3" rows="3" columns="3">
11115 <features tabularvalignment="middle">
11116 <column alignment="center" valignment="top" width="1.25cm">
11117 <column alignment="center" valignment="top" width="0">
11118 <column alignment="center" valignment="top" width="0">
11119 <row>
11120 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 複数行にわたる連結列
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 </row>
11177 <row>
11178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 </lyxtabular>
11207
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \end_layout
11217
11218 \begin_layout Standard
11219 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11220 指定したセル幅
11221 \begin_inset Formula $W_{\mbox{指}}$
11222 \end_inset
11223
11224 がセルの全幅
11225 \begin_inset Formula $W_{\text{全}}$
11226 \end_inset
11227
11228 と等しくならないためです。付録
11229 \begin_inset CommandInset ref
11230 LatexCommand eqref
11231 reference "cha:式の説明"
11232
11233 \end_inset
11234
11235 がこの事情を詳細に説明しています。
11236 \end_layout
11237
11238 \begin_layout Standard
11239
11240 \emph on
11241 n
11242 \emph default
11243 列を連結する際、各列の全幅が
11244 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11245 \end_inset
11246
11247 となるために必要な指定幅
11248 \begin_inset Formula $W_{\mbox{指}:n}$
11249 \end_inset
11250
11251 は、
11252 \begin_inset Formula \begin{equation}
11253 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11254
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \begin_layout Standard
11261 で計算することができます。上記の例では
11262 \begin_inset Formula $n=2$
11263 \end_inset
11264
11265 かつ
11266 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11267 \end_inset
11268
11269 cmかつ長さは既定値ですから、第
11270 \begin_inset CommandInset ref
11271 LatexCommand ref
11272 reference "eq:Wgn"
11273
11274 \end_inset
11275
11276 式は
11277 \begin_inset Formula \begin{equation}
11278 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11279
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \begin_layout Standard
11286 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11287 \end_layout
11288
11289 \begin_layout Standard
11290
11291 \series bold
11292
11293 \backslash
11294 usepackage{calc}
11295 \end_layout
11296
11297 \begin_layout Standard
11298 と書いて、LaTeXパッケージ
11299 \series bold
11300 calc
11301 \series default
11302
11303 \begin_inset Index idx
11304 status collapsed
11305
11306 \begin_layout Plain Layout
11307 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11308 \end_layout
11309
11310 \end_inset
11311
11312 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11313 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11314 \end_layout
11315
11316 \begin_layout Itemize
11317
11318 \series bold
11319 p{幅}
11320 \series default
11321 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11322 \end_layout
11323
11324 \begin_layout Itemize
11325
11326 \series bold
11327 m{幅}
11328 \series default
11329 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11330 \end_layout
11331
11332 \begin_layout Itemize
11333
11334 \series bold
11335 b{幅}
11336 \series default
11337 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11338 \end_layout
11339
11340 \begin_layout Standard
11341 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11342 \end_layout
11343
11344 \begin_layout Standard
11345 \begin_inset Note Greyedout
11346 status open
11347
11348 \begin_layout Plain Layout
11349
11350 \series bold
11351 【註】
11352 \series default
11353 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11354 \end_layout
11355
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \begin_layout Standard
11362 文章を水平方向中央揃えにしたいので、
11363 \series bold
11364
11365 \backslash
11366 centering
11367 \series default
11368 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11369 \end_layout
11370
11371 \begin_layout Standard
11372
11373 \series bold
11374 >{
11375 \backslash
11376 centering}m{1.25cm-6.2pt}
11377 \end_layout
11378
11379 \begin_layout Standard
11380
11381 \series bold
11382 >{ }
11383 \series default
11384 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11385 \end_layout
11386
11387 \begin_layout Standard
11388 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11389 がって、連結セルには
11390 \end_layout
11391
11392 \begin_layout Standard
11393
11394 \series bold
11395 >{
11396 \backslash
11397 centering}m{2.5cm}
11398 \end_layout
11399
11400 \begin_layout Standard
11401 というLaTeX変数を指定しなくてはなりません。
11402 \end_layout
11403
11404 \begin_layout Subsection
11405 連結行
11406 \begin_inset Index idx
11407 status collapsed
11408
11409 \begin_layout Plain Layout
11410 れんけつぎょう@連結行
11411 \end_layout
11412
11413 \end_inset
11414
11415
11416 \begin_inset Index idx
11417 status collapsed
11418
11419 \begin_layout Plain Layout
11420 ひょう@表 ! れんけつぎょう@連結行
11421 \end_layout
11422
11423 \end_inset
11424
11425
11426 \end_layout
11427
11428 \begin_layout Standard
11429 連結列とは対照的に、連結行はLyXではまだサポートされていないために、若干のTeXコードを使用する必要があります。連結行を利用するには、文書プリアンブルに
11430 \end_layout
11431
11432 \begin_layout Standard
11433
11434 \series bold
11435
11436 \backslash
11437 usepackage{multirow}
11438 \end_layout
11439
11440 \begin_layout Standard
11441 というコマンドを書いて、LaTeXパッケージの
11442 \series bold
11443 multirow
11444 \series default
11445
11446 \begin_inset Index idx
11447 status collapsed
11448
11449 \begin_layout Plain Layout
11450 LaTeXぱっけーじ@LaTeXパッケージ ! multirow
11451 \end_layout
11452
11453 \end_inset
11454
11455 を読み込んでおく必要があります。連結列は
11456 \end_layout
11457
11458 \begin_layout Standard
11459
11460 \series bold
11461
11462 \backslash
11463 multirow{行数}{セル幅}{セルの内容}
11464 \end_layout
11465
11466 \begin_layout Standard
11467 というコマンドで生成することができます。以下の表を作成するには、
11468 \end_layout
11469
11470 \begin_layout Standard
11471 \align center
11472 \begin_inset ERT
11473 status collapsed
11474
11475 \begin_layout Plain Layout
11476
11477
11478 \backslash
11479 renewcommand{
11480 \backslash
11481 multirowsetup}{
11482 \backslash
11483 centering}
11484 \end_layout
11485
11486 \end_inset
11487
11488
11489 \begin_inset Tabular
11490 <lyxtabular version="3" rows="3" columns="3">
11491 <features tabularvalignment="middle">
11492 <column alignment="center" valignment="top" width="0">
11493 <column alignment="center" valignment="top" width="0">
11494 <column alignment="center" valignment="top" width="0">
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 \begin_inset ERT
11530 status collapsed
11531
11532 \begin_layout Plain Layout
11533
11534
11535 \backslash
11536 multirow{2}{2.5cm}{
11537 \end_layout
11538
11539 \end_inset
11540
11541 連結行の項目
11542 \begin_inset ERT
11543 status collapsed
11544
11545 \begin_layout Plain Layout
11546
11547 }
11548 \end_layout
11549
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 </lyxtabular>
11606
11607 \end_inset
11608
11609
11610 \begin_inset ERT
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614
11615
11616 \backslash
11617 renewcommand{
11618 \backslash
11619 multirowsetup}{
11620 \backslash
11621 raggedright}
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Standard
11630 まず3×3表を作成して下さい。第一列の最下セル上の罫線を削除して下さい。そして、第二行第一列に
11631 \end_layout
11632
11633 \begin_layout Standard
11634
11635 \series bold
11636
11637 \backslash
11638 multirow{2}{2.5cm}{
11639 \end_layout
11640
11641 \begin_layout Standard
11642 というコマンドをTeXコードとして入れると、連結行を作成することができます。このコマンドのパラメータに指定されているように、連結行は2行を連結し、2.5
11643 \begin_inset space \thinspace{}
11644 \end_inset
11645
11646 cmの幅を持つようになります。連結行セルの内容は、TeXコードボックスの後に書き込み、その文章の後に別のTeXコードボックスで右括弧
11647 \series bold
11648 }
11649 \series default
11650 を入れて、コマンドを閉じます。
11651 \end_layout
11652
11653 \begin_layout Standard
11654
11655 \series bold
11656
11657 \backslash
11658 multirow
11659 \series default
11660 は、既定値でその中身を左揃えにします。この既定値を上書きするには、文書プリアンブル中のTeXコードで
11661 \end_layout
11662
11663 \begin_layout Standard
11664
11665 \series bold
11666
11667 \backslash
11668 renewcommand{
11669 \backslash
11670 multirowsetup}{
11671 \backslash
11672 centering}
11673 \end_layout
11674
11675 \begin_layout Standard
11676 というコマンドを使用して、コマンド
11677 \series bold
11678
11679 \backslash
11680 multirowsetup
11681 \series default
11682 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11683 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11684 \series bold
11685
11686 \backslash
11687 centering
11688 \series default
11689 の代わりに
11690 \series bold
11691
11692 \backslash
11693 raggedleft
11694 \series default
11695 を使用して下さい。左揃えに戻すには、
11696 \series bold
11697
11698 \backslash
11699 raggedright
11700 \series default
11701 とします。
11702 \end_layout
11703
11704 \begin_layout Section
11705 フォーマル形式の表
11706 \begin_inset CommandInset label
11707 LatexCommand label
11708 name "sec:フォーマル形式の表"
11709
11710 \end_inset
11711
11712
11713 \begin_inset Index idx
11714 status collapsed
11715
11716 \begin_layout Plain Layout
11717 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
11718 \end_layout
11719
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \begin_layout Standard
11726 書籍中の表は、よく表
11727 \begin_inset CommandInset ref
11728 LatexCommand ref
11729 reference "tab:ブックタブ表の例"
11730
11731 \end_inset
11732
11733 のように組版されます。この種の表は、「
11734 \emph on
11735 フォーマル形式
11736 \emph default
11737 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
11738 \end_layout
11739
11740 \begin_layout Standard
11741 \begin_inset Float table
11742 placement h
11743 wide false
11744 sideways false
11745 status open
11746
11747 \begin_layout Plain Layout
11748 \begin_inset Caption
11749
11750 \begin_layout Plain Layout
11751 \begin_inset CommandInset label
11752 LatexCommand label
11753 name "tab:ブックタブ表の例"
11754
11755 \end_inset
11756
11757 ブックタブ表の例
11758 \end_layout
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Plain Layout
11766 \align center
11767 \begin_inset Tabular
11768 <lyxtabular version="3" rows="8" columns="4">
11769 <features booktabs="true" tabularvalignment="middle">
11770 <column alignment="center" valignment="top" width="0">
11771 <column alignment="center" valignment="top" width="0">
11772 <column alignment="center" valignment="top" width="0">
11773 <column alignment="center" valignment="top" width="0">
11774 <row>
11775 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 システム
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 Medipix
11789 \begin_inset space \thinspace{}
11790 \end_inset
11791
11792 1
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 Medipix
11802 \begin_inset space \thinspace{}
11803 \end_inset
11804
11805 2
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 <row>
11821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 \begin_inset ERT
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829
11830
11831 \backslash
11832 cmidrule(r){2-2}
11833 \end_layout
11834
11835 \end_inset
11836
11837
11838 \begin_inset ERT
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842
11843
11844 \backslash
11845 cmidrule(l){3-4}
11846 \end_layout
11847
11848 \end_inset
11849
11850 検知器の厚み [µm]
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell alignment="center" valignment="top" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 300
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 300
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 700
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 <row>
11884 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 エッジ角 [°]
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 3.55
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 2.71
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 <cell alignment="center" valignment="top" topline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 7.99
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 </row>
11921 <row topspace="default">
11922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 空間分解能 [µm]
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 4.26
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 10.17
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 10.56
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 </row>
11959 <row topspace="default">
11960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 \begin_inset Formula $f_{\mathrm{max}}$
11965 \end_inset
11966
11967 におけるMTF
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 0.53
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 0.37
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 0.39
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 </row>
12000 <row topspace="default">
12001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 \begin_inset ERT
12006 status collapsed
12007
12008 \begin_layout Plain Layout
12009
12010
12011 \backslash
12012 cmidrule(l{10pt}){1-1}
12013 \end_layout
12014
12015 \end_inset
12016
12017 LSF空間分解能
12018 \end_layout
12019
12020 \end_inset
12021 </cell>
12022 <cell alignment="center" valignment="top" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 <cell alignment="center" valignment="top" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 </row>
12050 <row>
12051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 µm表示
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell alignment="center" valignment="top" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 129.7
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell alignment="center" valignment="top" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 52.75
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 <cell alignment="center" valignment="top" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 50.78
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 </row>
12088 <row>
12089 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 ピクセルサイズに対する%表示
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 76.3
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 95.9
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 92.3
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 </lyxtabular>
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \begin_layout Standard
12139 表中の行に余白を加えるには、第
12140 \begin_inset CommandInset ref
12141 LatexCommand ref
12142 reference "sub:行の余白取り"
12143
12144 \end_inset
12145
12146 節に述べられているように、表の設定ダイアログの
12147 \family sans
12148 罫線
12149 \family default
12150 タブを使用します。
12151 \end_layout
12152
12153 \begin_layout Standard
12154 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12155 \begin_inset Newline newline
12156 \end_inset
12157
12158 最初と最後の表罫線の既定幅は0.08
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 emですが、他の罫線の既定幅は0.05
12163 \begin_inset space \thinspace{}
12164 \end_inset
12165
12166 emです。
12167 \end_layout
12168
12169 \begin_layout Standard
12170 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12171 \end_layout
12172
12173 \begin_layout Standard
12174
12175 \series bold
12176
12177 \backslash
12178 let
12179 \backslash
12180 mytoprule
12181 \backslash
12182 toprule
12183 \begin_inset Newline newline
12184 \end_inset
12185
12186
12187 \backslash
12188 renewcommand{
12189 \backslash
12190 toprule}{
12191 \backslash
12192 mytoprule[幅]}
12193 \end_layout
12194
12195 \begin_layout Standard
12196 上の例は、
12197 \series bold
12198 toprule
12199 \series default
12200 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12201 \series bold
12202 toprule
12203 \series default
12204
12205 \series bold
12206 bottomrule
12207 \series default
12208 に置き換えて下さい。他の罫線の線幅を変更するには、
12209 \series bold
12210 toprule
12211 \series default
12212
12213 \series bold
12214 midrule
12215 \series default
12216 に置き換えます。線幅を設定する上では、付録
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "cha:LyXで使用できる単位"
12220
12221 \end_inset
12222
12223 に挙げてあるすべての単位を使用することができます。
12224 \end_layout
12225
12226 \begin_layout Standard
12227 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12228 \series bold
12229
12230 \backslash
12231 cmidrule
12232 \series default
12233 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12234 \end_layout
12235
12236 \begin_layout Standard
12237
12238 \series bold
12239
12240 \backslash
12241 cmidrule[幅](刈込){開始列-終了列}
12242 \end_layout
12243
12244 \begin_layout Standard
12245 です。
12246 \series bold
12247
12248 \backslash
12249 cmidrule
12250 \series default
12251 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12252 \series bold
12253
12254 \backslash
12255 cmidrule
12256 \series default
12257 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 この線幅の既定値は0.03
12263 \begin_inset space \thinspace{}
12264 \end_inset
12265
12266 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12267 。非必須パラメーターの「刈込」は、
12268 \emph on
12269 l{刈込幅}
12270 \emph default
12271 あるいは
12272 \emph on
12273 r{刈込幅}
12274 \emph default
12275 の値を取り、刈込幅の指定は非必須です。たとえば、
12276 \emph on
12277 l{2pt}
12278 \emph default
12279 というパラメーターを使うと、罫線が左端から2
12280 \begin_inset space \thinspace{}
12281 \end_inset
12282
12283 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12284 \begin_inset space \thinspace{}
12285 \end_inset
12286
12287 emだけ刈り込まれます。
12288 \end_layout
12289
12290 \begin_layout Standard
12291 \begin_inset VSpace bigskip
12292 \end_inset
12293
12294
12295 \begin_inset CommandInset ref
12296 LatexCommand ref
12297 reference "tab:ブックタブ表の例"
12298
12299 \end_inset
12300
12301 は、
12302 \end_layout
12303
12304 \begin_layout Standard
12305
12306 \series bold
12307
12308 \backslash
12309 cmidrule(r){2-2}
12310 \backslash
12311 cmidrule(l){3-4}
12312 \end_layout
12313
12314 \begin_layout Standard
12315 というコマンドを第二行の初めに使用し、
12316 \end_layout
12317
12318 \begin_layout Standard
12319
12320 \series bold
12321
12322 \backslash
12323 cmidrule(l{10pt}){1-1}
12324 \end_layout
12325
12326 \begin_layout Standard
12327 を第六行に使用して作成されています。
12328 \end_layout
12329
12330 \begin_layout Standard
12331 \begin_inset VSpace bigskip
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \begin_layout Standard
12338 ときには、表
12339 \begin_inset CommandInset ref
12340 LatexCommand ref
12341 reference "tab:特殊なブックタブ表"
12342
12343 \end_inset
12344
12345 のような重なり合った
12346 \series bold
12347
12348 \backslash
12349 cmidrule
12350 \series default
12351 が欲しいことがあるかもしれません。これは、TeXコードで
12352 \end_layout
12353
12354 \begin_layout Standard
12355
12356 \series bold
12357
12358 \backslash
12359 morecmidrules
12360 \end_layout
12361
12362 \begin_layout Standard
12363 コマンドを使用することによって実現することができます。表
12364 \begin_inset CommandInset ref
12365 LatexCommand ref
12366 reference "tab:特殊なブックタブ表"
12367
12368 \end_inset
12369
12370 の第二列には
12371 \end_layout
12372
12373 \begin_layout Standard
12374
12375 \series bold
12376
12377 \backslash
12378 cmidrule(r){2-2}
12379 \backslash
12380 cmidrule(l){3-4}
12381 \backslash
12382 morecmidrules
12383 \backslash
12384 cmidrule{2-4}
12385 \end_layout
12386
12387 \begin_layout Standard
12388 というコマンドが使用されており、第六列には
12389 \end_layout
12390
12391 \begin_layout Standard
12392
12393 \series bold
12394
12395 \backslash
12396 midrule
12397 \backslash
12398 morecmidrules
12399 \backslash
12400 cmidrule{3-4}
12401 \end_layout
12402
12403 \begin_layout Standard
12404 というコマンドが使用されています。
12405 \end_layout
12406
12407 \begin_layout Standard
12408 \begin_inset VSpace bigskip
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 罫線の余白取りにどうしても満足が行かない場合には、
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421
12422 \backslash
12423 specialrule{幅}{上余白}{下余白}
12424 \end_layout
12425
12426 \begin_layout Standard
12427 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12428 \series bold
12429 booktabs
12430 \series default
12431  
12432 \begin_inset CommandInset citation
12433 LatexCommand cite
12434 key "booktabs"
12435
12436 \end_inset
12437
12438
12439 \begin_inset Index idx
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12444 \end_layout
12445
12446 \end_inset
12447
12448 の取扱説明書をご参照下さい。
12449 \end_layout
12450
12451 \begin_layout Standard
12452 \begin_inset Float table
12453 placement h
12454 wide false
12455 sideways false
12456 status open
12457
12458 \begin_layout Plain Layout
12459 \begin_inset Caption
12460
12461 \begin_layout Plain Layout
12462 \begin_inset CommandInset label
12463 LatexCommand label
12464 name "tab:特殊なブックタブ表"
12465
12466 \end_inset
12467
12468 特殊なブックタブ表
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Plain Layout
12477 \align center
12478 \begin_inset Tabular
12479 <lyxtabular version="3" rows="8" columns="4">
12480 <features booktabs="true" tabularvalignment="middle">
12481 <column alignment="center" valignment="top" width="0">
12482 <column alignment="center" valignment="top" width="0">
12483 <column alignment="center" valignment="top" width="0">
12484 <column alignment="center" valignment="top" width="0">
12485 <row>
12486 <cell alignment="center" valignment="top" topline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 システム
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 Medipix
12500 \begin_inset space \thinspace{}
12501 \end_inset
12502
12503 1
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 Medipix
12513 \begin_inset space \thinspace{}
12514 \end_inset
12515
12516 2
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 </row>
12531 <row>
12532 <cell alignment="center" valignment="top" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 \begin_inset ERT
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540
12541
12542 \backslash
12543 cmidrule(r){2-2}
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \begin_inset ERT
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553
12554
12555 \backslash
12556 cmidrule(l){3-4}
12557 \end_layout
12558
12559 \end_inset
12560
12561
12562 \begin_inset ERT
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566
12567
12568 \backslash
12569 morecmidrules 
12570 \end_layout
12571
12572 \end_inset
12573
12574
12575 \begin_inset ERT
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580
12581 \backslash
12582 cmidrule{2-4}
12583 \end_layout
12584
12585 \end_inset
12586
12587 検知器の厚み [µm]
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 <cell alignment="center" valignment="top" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 300
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell alignment="center" valignment="top" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 300
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 700
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 </row>
12620 <row>
12621 <cell alignment="center" valignment="top" topline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 エッジ角 [°]
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" topline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 3.55
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 2.71
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 7.99
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 <row topspace="default">
12659 <cell alignment="center" valignment="top" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 空間分解能 [µm]
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 4.26
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 10.17
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 10.56
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 </row>
12696 <row topspace="default">
12697 <cell alignment="center" valignment="top" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 \begin_inset Formula $f_{\mathrm{max}}$
12702 \end_inset
12703
12704 におけるMTF
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 <cell alignment="center" valignment="top" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 0.53
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 0.37
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 0.39
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 </row>
12737 <row>
12738 <cell alignment="center" valignment="top" topline="true" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742 \begin_inset ERT
12743 status collapsed
12744
12745 \begin_layout Plain Layout
12746
12747
12748 \backslash
12749 morecmidrules 
12750 \end_layout
12751
12752 \end_inset
12753
12754
12755 \begin_inset ERT
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759
12760
12761 \backslash
12762 cmidrule{3-4}
12763 \end_layout
12764
12765 \end_inset
12766
12767 LSF空間分解能
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" topline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 <row>
12801 <cell alignment="center" valignment="top" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 µm表示
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 129.7
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 52.75
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 50.78
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 ピクセルサイズに対する%表示
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 76.3
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 95.9
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 92.3
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 </lyxtabular>
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \begin_layout Section
12889 表の垂直揃え
12890 \begin_inset Index idx
12891 status collapsed
12892
12893 \begin_layout Plain Layout
12894 ひょう@表 ! そろえ@揃え
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Standard
12903 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
12904 \begin_inset CommandInset ref
12905 LatexCommand ref
12906 reference "sec:ボックスダイアログ"
12907
12908 \end_inset
12909
12910 節に述べられているように、ボックスの垂直揃えを行います。
12911 \end_layout
12912
12913 \begin_layout Standard
12914 以下の例では、各表は15
12915 \begin_inset space \thinspace{}
12916 \end_inset
12917
12918 列幅%を持つminipage
12919 \begin_inset Foot
12920 status collapsed
12921
12922 \begin_layout Plain Layout
12923 minipageは第
12924 \begin_inset CommandInset ref
12925 LatexCommand ref
12926 reference "sec:ミニページ"
12927
12928 \end_inset
12929
12930 節で説明されています。
12931 \end_layout
12932
12933 \end_inset
12934
12935 ボックスの中に入れてあります。
12936 \end_layout
12937
12938 \begin_layout Itemize
12939 動作試験 
12940 \begin_inset Box Frameless
12941 position "t"
12942 hor_pos "c"
12943 has_inner_box 1
12944 inner_pos "c"
12945 use_parbox 0
12946 use_makebox 0
12947 width "15col%"
12948 special "none"
12949 height "1in"
12950 height_special "totalheight"
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954 \begin_inset Tabular
12955 <lyxtabular version="3" rows="3" columns="3">
12956 <features tabularvalignment="middle">
12957 <column alignment="center" valignment="top" width="0">
12958 <column alignment="center" valignment="top" width="0">
12959 <column alignment="center" valignment="top" width="0">
12960 <row>
12961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 </row>
12989 <row>
12990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 </row>
13018 <row>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 </row>
13047 </lyxtabular>
13048
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \end_inset
13055
13056  動作試験 
13057 \begin_inset ERT
13058 status collapsed
13059
13060 \begin_layout Plain Layout
13061
13062
13063 \backslash
13064 raisebox{0.85
13065 \backslash
13066 baselineskip}{
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \begin_inset Box Frameless
13073 position "t"
13074 hor_pos "c"
13075 has_inner_box 1
13076 inner_pos "c"
13077 use_parbox 0
13078 use_makebox 0
13079 width "15col%"
13080 special "none"
13081 height "1in"
13082 height_special "totalheight"
13083 status collapsed
13084
13085 \begin_layout Plain Layout
13086 \begin_inset Tabular
13087 <lyxtabular version="3" rows="3" columns="3">
13088 <features tabularvalignment="middle">
13089 <column alignment="center" valignment="top" width="0">
13090 <column alignment="center" valignment="top" width="0">
13091 <column alignment="center" valignment="top" width="0">
13092 <row>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 <row>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 </row>
13150 <row>
13151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 </row>
13179 </lyxtabular>
13180
13181 \end_inset
13182
13183
13184 \end_layout
13185
13186 \end_inset
13187
13188
13189 \begin_inset ERT
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193
13194 }
13195 \end_layout
13196
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \begin_layout Itemize
13203 動作試験 
13204 \begin_inset Box Frameless
13205 position "c"
13206 hor_pos "c"
13207 has_inner_box 1
13208 inner_pos "c"
13209 use_parbox 0
13210 use_makebox 0
13211 width "15col%"
13212 special "none"
13213 height "1in"
13214 height_special "totalheight"
13215 status collapsed
13216
13217 \begin_layout Plain Layout
13218 \begin_inset Tabular
13219 <lyxtabular version="3" rows="3" columns="3">
13220 <features tabularvalignment="middle">
13221 <column alignment="center" valignment="top" width="0">
13222 <column alignment="center" valignment="top" width="0">
13223 <column alignment="center" valignment="top" width="0">
13224 <row>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 <row>
13254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 </row>
13311 </lyxtabular>
13312
13313 \end_inset
13314
13315
13316 \end_layout
13317
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \begin_layout Itemize
13324 動作試験 
13325 \begin_inset Box Frameless
13326 position "b"
13327 hor_pos "c"
13328 has_inner_box 1
13329 inner_pos "c"
13330 use_parbox 0
13331 use_makebox 0
13332 width "15col%"
13333 special "none"
13334 height "1in"
13335 height_special "totalheight"
13336 status collapsed
13337
13338 \begin_layout Plain Layout
13339 \begin_inset Tabular
13340 <lyxtabular version="3" rows="3" columns="3">
13341 <features tabularvalignment="middle">
13342 <column alignment="center" valignment="top" width="0">
13343 <column alignment="center" valignment="top" width="0">
13344 <column alignment="center" valignment="top" width="0">
13345 <row>
13346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 <row>
13375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 </row>
13403 <row>
13404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 </row>
13432 </lyxtabular>
13433
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440
13441  動作試験 
13442 \begin_inset ERT
13443 status collapsed
13444
13445 \begin_layout Plain Layout
13446
13447
13448 \backslash
13449 raisebox{-0.32
13450 \backslash
13451 baselineskip}{
13452 \end_layout
13453
13454 \end_inset
13455
13456
13457 \begin_inset Box Frameless
13458 position "b"
13459 hor_pos "c"
13460 has_inner_box 1
13461 inner_pos "c"
13462 use_parbox 0
13463 use_makebox 0
13464 width "15col%"
13465 special "none"
13466 height "1in"
13467 height_special "totalheight"
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 \begin_inset Tabular
13472 <lyxtabular version="3" rows="3" columns="3">
13473 <features tabularvalignment="middle">
13474 <column alignment="center" valignment="top" width="0">
13475 <column alignment="center" valignment="top" width="0">
13476 <column alignment="center" valignment="top" width="0">
13477 <row>
13478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 </row>
13535 <row>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 </row>
13564 </lyxtabular>
13565
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \begin_inset ERT
13575 status collapsed
13576
13577 \begin_layout Plain Layout
13578
13579 }
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \begin_layout Standard
13588 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
13589 \begin_inset Foot
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593 raiseboxは、第
13594 \begin_inset CommandInset ref
13595 LatexCommand ref
13596 reference "sub:垂直揃え"
13597
13598 \end_inset
13599
13600 節で説明されています。
13601 \end_layout
13602
13603 \end_inset
13604
13605 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
13606 \end_layout
13607
13608 \begin_layout Standard
13609
13610 \series bold
13611
13612 \backslash
13613 raisebox{0.85
13614 \backslash
13615 baselineskip}{
13616 \end_layout
13617
13618 \begin_layout Standard
13619 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
13620 \series bold
13621 }
13622 \series default
13623 をTeXコードとして挿入してあります。最後の項目の第二表には、
13624 \end_layout
13625
13626 \begin_layout Standard
13627
13628 \series bold
13629
13630 \backslash
13631 raisebox{-0.32
13632 \backslash
13633 baselineskip}{
13634 \end_layout
13635
13636 \begin_layout Standard
13637 というコマンドを使用しています。
13638 \end_layout
13639
13640 \begin_layout Standard
13641 \begin_inset Note Greyedout
13642 status open
13643
13644 \begin_layout Plain Layout
13645
13646 \series bold
13647 【註】
13648 \series default
13649 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
13650 \series bold
13651
13652 \backslash
13653 raisebox
13654 \series default
13655 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
13656 \end_layout
13657
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \begin_layout Section
13664 色付きの表
13665 \begin_inset CommandInset label
13666 LatexCommand label
13667 name "sec:色付きの表"
13668
13669 \end_inset
13670
13671
13672 \begin_inset Index idx
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676 ひょう@表 ! いろつき@色付き
13677 \end_layout
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \begin_layout Subsection
13685 色付きのセル
13686 \begin_inset Index idx
13687 status collapsed
13688
13689 \begin_layout Plain Layout
13690 ひょうのいろ@表の色 ! せるぶ@セル部
13691 \end_layout
13692
13693 \end_inset
13694
13695
13696 \begin_inset Index idx
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700 いろつき@色付き ! ひょうせるぶ@表セル部
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \begin_layout Standard
13709 \begin_inset Float table
13710 placement h
13711 wide false
13712 sideways false
13713 status open
13714
13715 \begin_layout Plain Layout
13716 \begin_inset Caption
13717
13718 \begin_layout Plain Layout
13719 \begin_inset CommandInset label
13720 LatexCommand label
13721 name "tab:colortblなしの表"
13722
13723 \end_inset
13724
13725
13726 \series bold
13727 colortbl
13728 \series default
13729 パッケージを使用しない色付き表
13730 \begin_inset Argument
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734 colortblなしの表
13735 \end_layout
13736
13737 \end_inset
13738
13739
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Plain Layout
13748 \align center
13749 \begin_inset Tabular
13750 <lyxtabular version="3" rows="3" columns="3">
13751 <features tabularvalignment="middle">
13752 <column alignment="center" valignment="top" width="0">
13753 <column alignment="center" valignment="top" width="0">
13754 <column alignment="center" valignment="top" width="0">
13755 <row>
13756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760
13761 \color green
13762
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771
13772 \color red
13773
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782
13783 \color red
13784
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 </row>
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795
13796 \color green
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806
13807 \color blue
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 \color blue
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 </row>
13825 <row>
13826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830
13831 \color green
13832
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841
13842 \color blue
13843
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852
13853 \color blue
13854
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 </lyxtabular>
13861
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \end_layout
13871
13872 \begin_layout Standard
13873 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
13874 \family sans
13875 編集\SpecialChar \menuseparator
13876 文字様式
13877 \family default
13878 メニューで色を選んでください。表
13879 \begin_inset CommandInset ref
13880 LatexCommand ref
13881 reference "tab:colortblなしの表"
13882
13883 \end_inset
13884
13885 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
13886 \series bold
13887 colortbl
13888 \series default
13889
13890 \begin_inset Index idx
13891 status collapsed
13892
13893 \begin_layout Plain Layout
13894 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
13895 \end_layout
13896
13897 \end_inset
13898
13899 を使用しなくてはなりません。
13900 \end_layout
13901
13902 \begin_layout Standard
13903 \begin_inset ERT
13904 status collapsed
13905
13906 \begin_layout Plain Layout
13907
13908
13909 \backslash
13910 ifcolortbl
13911 \end_layout
13912
13913 \end_inset
13914
13915
13916 \begin_inset Note Note
13917 status open
13918
13919 \begin_layout Plain Layout
13920 本節の以下の部分は、LaTeXパッケージ
13921 \series bold
13922 colortbl
13923 \series default
13924 が導入済みのときのみ表示されます。
13925 \end_layout
13926
13927 \end_inset
13928
13929
13930 \end_layout
13931
13932 \begin_layout Standard
13933 色付きの表を作成するには、プリアンブルに
13934 \end_layout
13935
13936 \begin_layout Standard
13937
13938 \series bold
13939
13940 \backslash
13941 usepackage{colortbl}
13942 \end_layout
13943
13944 \begin_layout Standard
13945 という行を書いて
13946 \series bold
13947 colortbl
13948 \series default
13949 を読み込まなくてはなりません。列の色は、
13950 \series bold
13951 >{ }
13952 \series default
13953 コマンドの中に
13954 \end_layout
13955
13956 \begin_layout Standard
13957
13958 \series bold
13959
13960 \backslash
13961 columncolor{色彩名}
13962 \end_layout
13963
13964 \begin_layout Standard
13965 というコマンドを書いて指定することができます。
13966 \series bold
13967 >{}
13968 \series default
13969 コマンドに関する詳細は、第
13970 \begin_inset CommandInset ref
13971 LatexCommand ref
13972 reference "sub:連結列の計算"
13973
13974 \end_inset
13975
13976 節に述べられています。
13977 \end_layout
13978
13979 \begin_layout Standard
13980 以下の色彩名が事前に定義されています。
13981 \end_layout
13982
13983 \begin_layout Standard
13984
13985 \family sans
13986 red
13987 \family default
13988
13989 \family sans
13990 green
13991 \family default
13992
13993 \family sans
13994 yellow
13995 \family default
13996
13997 \family sans
13998 blue
13999 \family default
14000
14001 \family sans
14002 cyan
14003 \family default
14004
14005 \family sans
14006 magenta
14007 \family default
14008
14009 \family sans
14010 black
14011 \family default
14012
14013 \family sans
14014 white
14015 \end_layout
14016
14017 \begin_layout Standard
14018 \begin_inset VSpace medskip
14019 \end_inset
14020
14021
14022 \end_layout
14023
14024 \begin_layout Standard
14025 また
14026 \end_layout
14027
14028 \begin_layout Standard
14029
14030 \series bold
14031
14032 \backslash
14033 definecolor{色彩名}{色彩モデル}{色彩値}
14034 \end_layout
14035
14036 \begin_layout Standard
14037 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14038 \end_layout
14039
14040 \begin_layout Labeling
14041 cmyk:シアン(
14042 \bar under
14043 c
14044 \bar default
14045 yan)・マゼンタ(
14046 \bar under
14047 m
14048 \bar default
14049 agenta)・黄(
14050 \bar under
14051 y
14052 \bar default
14053 ellow)・黒(blac
14054 \bar under
14055 k
14056 \bar default
14057
14058 \end_layout
14059
14060 \begin_layout Labeling
14061 rgb:赤(
14062 \bar under
14063 r
14064 \bar default
14065 ed)・緑(
14066 \bar under
14067 g
14068 \bar default
14069 reen)・青(
14070 \bar under
14071 b
14072 \bar default
14073 lue)
14074 \end_layout
14075
14076 \begin_layout Labeling
14077 gray:グレー
14078 \end_layout
14079
14080 \begin_layout Standard
14081 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14082 \end_layout
14083
14084 \begin_layout Standard
14085 たとえば、プリアンブルに
14086 \end_layout
14087
14088 \begin_layout Standard
14089
14090 \series bold
14091
14092 \backslash
14093 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14094 \end_layout
14095
14096 \begin_layout Standard
14097 と書くことによって、「
14098 \emph on
14099 darkgreen
14100 \emph default
14101 」色を定義することができますし、
14102 \end_layout
14103
14104 \begin_layout Standard
14105
14106 \series bold
14107
14108 \backslash
14109 definecolor{lightgray}{gray}{0.8}
14110 \end_layout
14111
14112 \begin_layout Standard
14113 と書けば、「
14114 \emph on
14115 lightgray
14116 \emph default
14117 」色を定義することができます。
14118 \end_layout
14119
14120 \begin_layout Standard
14121 \begin_inset VSpace medskip
14122 \end_inset
14123
14124
14125 \end_layout
14126
14127 \begin_layout Standard
14128 罫線は
14129 \end_layout
14130
14131 \begin_layout Standard
14132
14133 \series bold
14134
14135 \backslash
14136 rowcolor{色彩名}
14137 \end_layout
14138
14139 \begin_layout Standard
14140 というコマンドを使用して色付けすることができ、セルは
14141 \end_layout
14142
14143 \begin_layout Standard
14144
14145 \series bold
14146
14147 \backslash
14148 cellcolor{色彩名}
14149 \end_layout
14150
14151 \begin_layout Standard
14152 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14153 \end_layout
14154
14155 \begin_layout Standard
14156 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14157 \family sans
14158 編集\SpecialChar \menuseparator
14159 文字様式
14160 \family default
14161 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14162 ます。
14163 \end_layout
14164
14165 \begin_layout Standard
14166 \begin_inset Note Greyedout
14167 status open
14168
14169 \begin_layout Plain Layout
14170 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14171 \end_layout
14172
14173 \end_inset
14174
14175
14176 \end_layout
14177
14178 \begin_layout Standard
14179 \begin_inset VSpace bigskip
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \begin_inset CommandInset ref
14188 LatexCommand ref
14189 reference "tab:色付き表"
14190
14191 \end_inset
14192
14193 を作成するには、以下のようにしてください。第一列の色は
14194 \emph on
14195 darkgreen
14196 \emph default
14197 にしたいので、この列のLaTeX変数として
14198 \end_layout
14199
14200 \begin_layout Standard
14201
14202 \series bold
14203 >{
14204 \backslash
14205 columncolor{darkgreen}
14206 \backslash
14207 centering}c
14208 \end_layout
14209
14210 \begin_layout Standard
14211 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14212 \end_layout
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217
14218 \backslash
14219 rowcolow{cyan}
14220 \end_layout
14221
14222 \begin_layout Standard
14223 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14224 \end_layout
14225
14226 \begin_layout Standard
14227
14228 \series bold
14229
14230 \backslash
14231 cellcolor{magenta}
14232 \end_layout
14233
14234 \begin_layout Standard
14235 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14236 \family sans
14237 編集\SpecialChar \menuseparator
14238 文字様式
14239 \family default
14240 メニューを使って、各文字に色付けをすることができます。
14241 \end_layout
14242
14243 \begin_layout Standard
14244 \begin_inset Float table
14245 placement h
14246 wide false
14247 sideways false
14248 status open
14249
14250 \begin_layout Plain Layout
14251 \begin_inset Caption
14252
14253 \begin_layout Plain Layout
14254
14255 \series bold
14256 \begin_inset CommandInset label
14257 LatexCommand label
14258 name "tab:色付き表"
14259
14260 \end_inset
14261
14262 colortbl
14263 \series default
14264 パッケージを使用した色付き表
14265 \begin_inset Argument
14266 status collapsed
14267
14268 \begin_layout Plain Layout
14269 colortblを使った表
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \end_layout
14281
14282 \begin_layout Plain Layout
14283 \align center
14284 \begin_inset Tabular
14285 <lyxtabular version="3" rows="3" columns="3">
14286 <features tabularvalignment="middle">
14287 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14288 <column alignment="center" valignment="top" width="0">
14289 <column alignment="center" valignment="top" width="0">
14290 <row>
14291 <cell alignment="center" valignment="top" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 \begin_inset ERT
14296 status collapsed
14297
14298 \begin_layout Plain Layout
14299
14300
14301 \backslash
14302 rowcolor{cyan}
14303 \end_layout
14304
14305 \end_inset
14306
14307
14308 \color magenta
14309
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318
14319 \color red
14320
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329
14330 \color red
14331
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 </row>
14337 <row>
14338 <cell alignment="center" valignment="top" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342
14343 \color yellow
14344
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353
14354 \color blue
14355
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364
14365 \color blue
14366
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 </row>
14372 <row>
14373 <cell alignment="center" valignment="top" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377
14378 \color yellow
14379
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388
14389 \color blue
14390
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell alignment="center" valignment="top" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 \begin_inset ERT
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403
14404
14405 \backslash
14406 cellcolor{magenta}
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \color green
14413
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 </row>
14419 </lyxtabular>
14420
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Standard
14432 \begin_inset ERT
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436
14437
14438 \backslash
14439 else
14440 \end_layout
14441
14442 \end_inset
14443
14444
14445 \begin_inset Note Note
14446 status open
14447
14448 \begin_layout Plain Layout
14449 以下は、LaTeXパッケージ
14450 \series bold
14451 colortbl
14452 \series default
14453 が導入されていないときに表示されます。
14454 \end_layout
14455
14456 \end_inset
14457
14458
14459 \end_layout
14460
14461 \begin_layout Standard
14462 この節の内容を出力で表示させるには、
14463 \series bold
14464 colortbl
14465 \series default
14466 パッケージを導入する必要があります。
14467 \end_layout
14468
14469 \begin_layout Standard
14470 \begin_inset ERT
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474
14475
14476 \backslash
14477 fi
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Subsection
14486 色付き罫線
14487 \begin_inset Index idx
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14492 \end_layout
14493
14494 \end_inset
14495
14496
14497 \begin_inset Index idx
14498 status collapsed
14499
14500 \begin_layout Plain Layout
14501 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14502 \end_layout
14503
14504 \end_inset
14505
14506
14507 \end_layout
14508
14509 \begin_layout Standard
14510
14511 \begin_inset CommandInset ref
14512 LatexCommand ref
14513 reference "sub:罫線幅"
14514
14515 \end_inset
14516
14517 節に述べられているように、表中の全罫線の線幅は、長さ
14518 \series bold
14519
14520 \backslash
14521 arrayrulewidth
14522 \series default
14523 を使って調節することができます。本節の表では、すべて1.5
14524 \begin_inset space \thinspace{}
14525 \end_inset
14526
14527 ptに設定されています。
14528 \begin_inset ERT
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532
14533
14534 \backslash
14535 setlength{
14536 \backslash
14537 arrayrulewidth}{1.5pt}
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Standard
14546 たとえば縦罫線を緑に着色するには、第
14547 \begin_inset CommandInset ref
14548 LatexCommand ref
14549 reference "sub:自製書式"
14550
14551 \end_inset
14552
14553 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
14554 \end_layout
14555
14556 \begin_layout Standard
14557
14558 \series bold
14559
14560 \backslash
14561 newcolumntype{W}{!{
14562 \backslash
14563 color{green}
14564 \backslash
14565 vline}}
14566 \end_layout
14567
14568 \begin_layout Standard
14569
14570 \begin_inset CommandInset ref
14571 LatexCommand ref
14572 reference "tab:色付き縦罫線の表"
14573
14574 \end_inset
14575
14576 では、最右列にLaTeX変数
14577 \series bold
14578 WcW
14579 \series default
14580 、他の列にLaTeX変数
14581 \series bold
14582 Wc
14583 \series default
14584 が使用されています。
14585 \end_layout
14586
14587 \begin_layout Standard
14588 複数の色を用いたいときには、列書式をもっと定義してください。
14589 \end_layout
14590
14591 \begin_layout Standard
14592 \begin_inset Float table
14593 placement h
14594 wide false
14595 sideways false
14596 status open
14597
14598 \begin_layout Plain Layout
14599 \begin_inset Caption
14600
14601 \begin_layout Plain Layout
14602 \begin_inset CommandInset label
14603 LatexCommand label
14604 name "tab:色付き縦罫線の表"
14605
14606 \end_inset
14607
14608 色付き縦罫線の表
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \begin_layout Plain Layout
14617 \align center
14618 \begin_inset Tabular
14619 <lyxtabular version="3" rows="3" columns="3">
14620 <features tabularvalignment="middle">
14621 <column alignment="center" valignment="top" width="0" special="Wc">
14622 <column alignment="center" valignment="top" width="0" special="Wc">
14623 <column alignment="center" valignment="top" width="0" special="WcW">
14624 <row>
14625 <cell alignment="center" valignment="top" topline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629 sd
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 <cell alignment="center" valignment="top" topline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 <row>
14654 <cell alignment="center" valignment="top" topline="true" usebox="none">
14655 \begin_inset Text
14656
14657 \begin_layout Plain Layout
14658
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 <cell alignment="center" valignment="top" topline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667 sd
14668 \end_layout
14669
14670 \end_inset
14671 </cell>
14672 <cell alignment="center" valignment="top" topline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Plain Layout
14676
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 </row>
14682 <row>
14683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687
14688 \end_layout
14689
14690 \end_inset
14691 </cell>
14692 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14693 \begin_inset Text
14694
14695 \begin_layout Plain Layout
14696
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705 sd
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 </row>
14711 </lyxtabular>
14712
14713 \end_inset
14714
14715
14716 \end_layout
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \begin_layout Standard
14724 \begin_inset VSpace bigskip
14725 \end_inset
14726
14727
14728 \begin_inset CommandInset ref
14729 LatexCommand ref
14730 reference "tab:色付き横罫線の表"
14731
14732 \end_inset
14733
14734 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \series bold
14740
14741 \backslash
14742 let
14743 \backslash
14744 myHlineC
14745 \backslash
14746 hline
14747 \begin_inset Newline newline
14748 \end_inset
14749
14750
14751 \backslash
14752 renewcommand{
14753 \backslash
14754 hline}
14755 \begin_inset Newline newline
14756 \end_inset
14757
14758
14759 \begin_inset Phantom HPhantom
14760 status open
14761
14762 \begin_layout Plain Layout
14763 \begin_inset space ~
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \end_inset
14770
14771 {
14772 \backslash
14773 arrayrulecolor{red}
14774 \backslash
14775 myHlineC
14776 \backslash
14777 arrayrulecolor{black}}
14778 \end_layout
14779
14780 \begin_layout Standard
14781 というコマンドを入力して下さい。
14782 \end_layout
14783
14784 \begin_layout Standard
14785 \begin_inset ERT
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789
14790
14791 \backslash
14792 let
14793 \backslash
14794 myHlineC
14795 \backslash
14796 hline
14797 \end_layout
14798
14799 \begin_layout Plain Layout
14800
14801
14802 \backslash
14803 renewcommand{
14804 \backslash
14805 hline}
14806 \end_layout
14807
14808 \begin_layout Plain Layout
14809
14810  {
14811 \backslash
14812 arrayrulecolor{red}
14813 \backslash
14814 myHlineC
14815 \backslash
14816 arrayrulecolor{black}}
14817 \end_layout
14818
14819 \end_inset
14820
14821
14822 \begin_inset Float table
14823 placement h
14824 wide false
14825 sideways false
14826 status open
14827
14828 \begin_layout Plain Layout
14829 \begin_inset Caption
14830
14831 \begin_layout Plain Layout
14832 \begin_inset CommandInset label
14833 LatexCommand label
14834 name "tab:色付き横罫線の表"
14835
14836 \end_inset
14837
14838 色付き横罫線の表
14839 \end_layout
14840
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \begin_layout Plain Layout
14847 \align center
14848 \begin_inset Tabular
14849 <lyxtabular version="3" rows="3" columns="3">
14850 <features tabularvalignment="middle">
14851 <column alignment="center" valignment="top" width="0">
14852 <column alignment="center" valignment="top" width="0">
14853 <column alignment="center" valignment="top" width="0">
14854 <row>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859 sd
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 sd
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 </row>
14912 <row>
14913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 sd
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 </row>
14941 </lyxtabular>
14942
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \begin_layout Standard
14954 既定値の黒罫線に戻るには、
14955 \end_layout
14956
14957 \begin_layout Standard
14958
14959 \series bold
14960
14961 \backslash
14962 renewcommand{
14963 \backslash
14964 hline}{
14965 \backslash
14966 myHlineC}
14967 \end_layout
14968
14969 \begin_layout Standard
14970 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
14971 \begin_inset CommandInset ref
14972 LatexCommand ref
14973 reference "tab:色付き罫線の表"
14974
14975 \end_inset
14976
14977 は、縦横罫線を色付けした例です。
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset Float table
14982 placement h
14983 wide false
14984 sideways false
14985 status open
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Caption
14989
14990 \begin_layout Plain Layout
14991 \begin_inset CommandInset label
14992 LatexCommand label
14993 name "tab:色付き罫線の表"
14994
14995 \end_inset
14996
14997 色付き罫線の表
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \begin_layout Plain Layout
15006 \align center
15007 \begin_inset Tabular
15008 <lyxtabular version="3" rows="3" columns="3">
15009 <features tabularvalignment="middle">
15010 <column alignment="center" valignment="top" width="0" special="Wc">
15011 <column alignment="center" valignment="top" width="0" special="Wc">
15012 <column alignment="center" valignment="top" width="0" special="WcW">
15013 <row>
15014 <cell alignment="center" valignment="top" topline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018 sd
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" topline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" topline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 sd
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row topspace="default">
15072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 sd
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 </row>
15100 </lyxtabular>
15101
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \begin_layout Standard
15113 \begin_inset ERT
15114 status collapsed
15115
15116 \begin_layout Plain Layout
15117
15118
15119 \backslash
15120 renewcommand{
15121 \backslash
15122 hline}{
15123 \backslash
15124 myHlineC}
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \begin_layout Standard
15133 \begin_inset ERT
15134 status collapsed
15135
15136 \begin_layout Plain Layout
15137
15138
15139 \backslash
15140 setlength{
15141 \backslash
15142 arrayrulewidth}{0.4pt}
15143 \end_layout
15144
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \begin_layout Section
15151 表の調整
15152 \begin_inset Index idx
15153 status collapsed
15154
15155 \begin_layout Plain Layout
15156 ひょうのちょうせい@表の調整
15157 \end_layout
15158
15159 \end_inset
15160
15161
15162 \begin_inset Index idx
15163 status collapsed
15164
15165 \begin_layout Plain Layout
15166 ひょう@表 ! ちょうせい@調整
15167 \end_layout
15168
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \begin_layout Subsection
15175 行の余白取り
15176 \begin_inset CommandInset label
15177 LatexCommand label
15178 name "sub:行の余白取り"
15179
15180 \end_inset
15181
15182
15183 \begin_inset Index idx
15184 status collapsed
15185
15186 \begin_layout Plain Layout
15187 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15188 \end_layout
15189
15190 \end_inset
15191
15192
15193 \end_layout
15194
15195 \begin_layout Standard
15196 表の設定ダイアログの
15197 \family sans
15198 罫線
15199 \family default
15200 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15201 \end_layout
15202
15203 \begin_layout Description
15204 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15205 \begin_inset Foot
15206 status collapsed
15207
15208 \begin_layout Plain Layout
15209 フォーマル形式の表は第
15210 \begin_inset CommandInset ref
15211 LatexCommand ref
15212 reference "sec:フォーマル形式の表"
15213
15214 \end_inset
15215
15216 節で説明されています。
15217 \end_layout
15218
15219 \end_inset
15220
15221 ならば、LyXは既定値として0.5
15222 \begin_inset space \thinspace{}
15223 \end_inset
15224
15225 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15226 \begin_inset VSpace medskip
15227 \end_inset
15228
15229
15230 \begin_inset Newline newline
15231 \end_inset
15232
15233
15234 \begin_inset space \hspace*{}
15235 \length 0pt
15236 \end_inset
15237
15238
15239 \begin_inset space \hfill{}
15240 \end_inset
15241
15242
15243 \begin_inset Tabular
15244 <lyxtabular version="3" rows="3" columns="1">
15245 <features tabularvalignment="middle">
15246 <column alignment="center" valignment="top" width="0">
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 <row topspace="3mm">
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 行上に3
15264 \begin_inset space \thinspace{}
15265 \end_inset
15266
15267 mmの余白
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row>
15274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 </row>
15284 </lyxtabular>
15285
15286 \end_inset
15287
15288
15289 \begin_inset space \hfill{}
15290 \end_inset
15291
15292
15293 \begin_inset space \hspace*{}
15294 \length 0pt
15295 \end_inset
15296
15297
15298 \begin_inset VSpace medskip
15299 \end_inset
15300
15301
15302 \begin_inset Newline newline
15303 \end_inset
15304
15305 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15306 \end_layout
15307
15308 \begin_layout Description
15309 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15310 \begin_inset space \thinspace{}
15311 \end_inset
15312
15313 emの余白を挿入し、通常の表ならば既定値として2
15314 \begin_inset space \thinspace{}
15315 \end_inset
15316
15317 ptを挿入します。
15318 \end_layout
15319
15320 \begin_layout Description
15321 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15322 \begin_inset space \thinspace{}
15323 \end_inset
15324
15325 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15326 \begin_inset VSpace medskip
15327 \end_inset
15328
15329
15330 \begin_inset Newline newline
15331 \end_inset
15332
15333
15334 \begin_inset space \hspace*{}
15335 \length 0pt
15336 \end_inset
15337
15338
15339 \begin_inset space \hfill{}
15340 \end_inset
15341
15342
15343 \begin_inset Tabular
15344 <lyxtabular version="3" rows="3" columns="1">
15345 <features tabularvalignment="middle">
15346 <column alignment="center" valignment="top" width="0">
15347 <row>
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 </row>
15358 <row interlinespace="3mm">
15359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363 \begin_inset Formula $\downarrow$
15364 \end_inset
15365
15366  行間に3
15367 \begin_inset space \thinspace{}
15368 \end_inset
15369
15370 mmの余白 
15371 \begin_inset Formula $\downarrow$
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 </row>
15380 <row>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 \begin_inset Formula $\uparrow$
15386 \end_inset
15387
15388  行間に3
15389 \begin_inset space \thinspace{}
15390 \end_inset
15391
15392 mmの余白 
15393 \begin_inset Formula $\uparrow$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 </lyxtabular>
15403
15404 \end_inset
15405
15406
15407 \begin_inset space \hfill{}
15408 \end_inset
15409
15410
15411 \begin_inset space \hspace*{}
15412 \length 0pt
15413 \end_inset
15414
15415
15416 \begin_inset VSpace medskip
15417 \end_inset
15418
15419
15420 \begin_inset Newline newline
15421 \end_inset
15422
15423 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15424 \end_layout
15425
15426 \begin_layout Standard
15427 \begin_inset VSpace bigskip
15428 \end_inset
15429
15430 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15431 \end_layout
15432
15433 \begin_layout Standard
15434
15435 \series bold
15436
15437 \backslash
15438 @ifundefined{extrarowheight}
15439 \begin_inset Newline newline
15440 \end_inset
15441
15442
15443 \begin_inset Phantom HPhantom
15444 status open
15445
15446 \begin_layout Plain Layout
15447 \begin_inset space ~
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \end_inset
15454
15455 {
15456 \backslash
15457 usepackage{array}}{}
15458 \begin_inset Newline newline
15459 \end_inset
15460
15461
15462 \backslash
15463 setlength{
15464 \backslash
15465 extrarowheight}{height}
15466 \end_layout
15467
15468 \begin_layout Standard
15469 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15470 \series bold
15471 array
15472 \series default
15473 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15474 \series bold
15475
15476 \backslash
15477 @ifundefined
15478 \series default
15479 が使用されています)。
15480 \end_layout
15481
15482 \begin_layout Standard
15483 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15484 \series bold
15485
15486 \backslash
15487 strut
15488 \series default
15489 コマンドを挿入することで補正することができます。表
15490 \begin_inset CommandInset ref
15491 LatexCommand ref
15492 reference "tab:垂直揃え"
15493
15494 \end_inset
15495
15496 は、この効果を示したものです。
15497 \end_layout
15498
15499 \begin_layout Standard
15500 \noindent
15501 \begin_inset Float table
15502 placement h
15503 wide false
15504 sideways false
15505 status open
15506
15507 \begin_layout Plain Layout
15508 \begin_inset Caption
15509
15510 \begin_layout Plain Layout
15511 \begin_inset CommandInset label
15512 LatexCommand label
15513 name "tab:垂直揃え"
15514
15515 \end_inset
15516
15517 大きなフォント寸法の文章の垂直揃え
15518 \end_layout
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \begin_layout Plain Layout
15526 \begin_inset space \hfill{}
15527 \end_inset
15528
15529
15530 \begin_inset Float table
15531 wide false
15532 sideways false
15533 status open
15534
15535 \begin_layout Plain Layout
15536 \begin_inset Caption
15537
15538 \begin_layout Plain Layout
15539 通常の表
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \begin_layout Plain Layout
15548 \noindent
15549 \align center
15550 \begin_inset Tabular
15551 <lyxtabular version="3" rows="6" columns="1">
15552 <features tabularvalignment="middle">
15553 <column alignment="left" valignment="top" width="0">
15554 <row>
15555 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 Normal, g
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \size large
15572 Large
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \size larger
15585 Larger
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 </row>
15591 <row>
15592 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \size largest
15598 Largest
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 <row>
15605 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609
15610 \size huge
15611 Huge
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 </row>
15617 <row>
15618 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \size giant
15624 Huger
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 </lyxtabular>
15631
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638
15639
15640 \begin_inset space \hfill{}
15641 \end_inset
15642
15643
15644 \begin_inset Float table
15645 wide false
15646 sideways false
15647 status open
15648
15649 \begin_layout Plain Layout
15650 \begin_inset Caption
15651
15652 \begin_layout Plain Layout
15653
15654 \series bold
15655
15656 \backslash
15657 strut
15658 \series default
15659 コマンドを使用した表
15660 \end_layout
15661
15662 \end_inset
15663
15664
15665 \end_layout
15666
15667 \begin_layout Plain Layout
15668 \noindent
15669 \align center
15670 \begin_inset Tabular
15671 <lyxtabular version="3" rows="6" columns="1">
15672 <features tabularvalignment="middle">
15673 <column alignment="left" valignment="top" width="0">
15674 <row>
15675 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 Normal, g
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row>
15686 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \size large
15692 \begin_inset ERT
15693 status collapsed
15694
15695 \begin_layout Plain Layout
15696
15697
15698 \backslash
15699 strut 
15700 \end_layout
15701
15702 \end_inset
15703
15704 Large
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row>
15711 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \size larger
15717 \begin_inset ERT
15718 status collapsed
15719
15720 \begin_layout Plain Layout
15721
15722
15723 \backslash
15724 strut 
15725 \end_layout
15726
15727 \end_inset
15728
15729 Larger
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \size largest
15742 \begin_inset ERT
15743 status collapsed
15744
15745 \begin_layout Plain Layout
15746
15747
15748 \backslash
15749 strut 
15750 \end_layout
15751
15752 \end_inset
15753
15754 Largest
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 </row>
15760 <row>
15761 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \size huge
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772
15773 \backslash
15774 strut 
15775 \end_layout
15776
15777 \end_inset
15778
15779 Huge
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 </row>
15785 <row>
15786 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790
15791 \size giant
15792 \begin_inset ERT
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796
15797
15798 \backslash
15799 strut 
15800 \end_layout
15801
15802 \end_inset
15803
15804 Huger
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 </lyxtabular>
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \begin_inset space \hfill{}
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \begin_layout Subsection
15832 特殊なセル揃え
15833 \begin_inset Index idx
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \begin_layout Standard
15846 ときには表
15847 \begin_inset CommandInset ref
15848 LatexCommand ref
15849 reference "tab:表セル"
15850
15851 \end_inset
15852
15853 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。
15854 \end_layout
15855
15856 \begin_layout Standard
15857 \begin_inset Float table
15858 placement h
15859 wide false
15860 sideways false
15861 status open
15862
15863 \begin_layout Plain Layout
15864 \begin_inset Caption
15865
15866 \begin_layout Plain Layout
15867 \begin_inset CommandInset label
15868 LatexCommand label
15869 name "tab:表セル"
15870
15871 \end_inset
15872
15873 一列が小数点で揃えられた表セル
15874 \end_layout
15875
15876 \end_inset
15877
15878
15879 \end_layout
15880
15881 \begin_layout Plain Layout
15882 \align center
15883 \begin_inset Tabular
15884 <lyxtabular version="3" rows="4" columns="2">
15885 <features tabularvalignment="middle">
15886 <column alignment="right" valignment="top" width="0">
15887 <column alignment="left" valignment="top" width="0" special="@{}l">
15888 <row>
15889 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 見出し
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 </row>
15908 <row>
15909 <cell alignment="center" valignment="top" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 12.
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 6
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 0.
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 68
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 <row>
15949 <cell alignment="center" valignment="top" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 -123.
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 0
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 </row>
15968 </lyxtabular>
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Standard
15981 この表は4×2表として作成されています。見出しは中央揃えの連結列になっています。第1列には、小数点以上の各桁と小数点が右揃えで収められています。第2列には、小数
15982 点以下の各桁が左揃えで収められています。通常、表の列間に加えられる余白を削るために、
15983 \end_layout
15984
15985 \begin_layout Standard
15986
15987 \series bold
15988 @{}l
15989 \end_layout
15990
15991 \begin_layout Standard
15992 というLaTeX引数を第2列に指定します。
15993 \end_layout
15994
15995 \begin_layout Standard
15996
15997 \begin_inset CommandInset ref
15998 LatexCommand ref
15999 reference "tab:表セル揃え"
16000
16001 \end_inset
16002
16003 は、揃え方の例をいくつか示しています。関係子で揃えを行うには、関係詞の周りに正しい余白を取るために、二番目に小さい数式余白を最終列の初めに加えなくてはなりません
16004
16005 \end_layout
16006
16007 \begin_layout Standard
16008 \begin_inset Float table
16009 wide false
16010 sideways false
16011 status open
16012
16013 \begin_layout Plain Layout
16014 \begin_inset Caption
16015
16016 \begin_layout Plain Layout
16017 \begin_inset CommandInset label
16018 LatexCommand label
16019 name "tab:表セル揃え"
16020
16021 \end_inset
16022
16023 表セルの揃えの例
16024 \end_layout
16025
16026 \end_inset
16027
16028
16029 \end_layout
16030
16031 \begin_layout Plain Layout
16032 \align center
16033 \begin_inset Tabular
16034 <lyxtabular version="3" rows="4" columns="6">
16035 <features tabularvalignment="middle">
16036 <column alignment="right" valignment="top" width="0">
16037 <column alignment="left" valignment="top" width="0" special="@{}l">
16038 <column alignment="right" valignment="top" width="0">
16039 <column alignment="left" valignment="top" width="0" special="@{}l">
16040 <column alignment="right" valignment="top" width="0">
16041 <column alignment="left" valignment="top" width="0" special="@{}l">
16042 <row>
16043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 単位
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 冪数
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 関係子
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 <row>
16099 <cell alignment="center" valignment="top" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 12×
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 24本の瓶
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 \begin_inset Formula $10\cdot$
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 \begin_inset Formula $10^{\mbox{-}17}$
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 \begin_inset Formula $\Gamma(t)\propto$
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 \begin_inset Formula $\:\Upsilon(t)$
16158 \end_inset
16159
16160
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 </row>
16166 <row>
16167 <cell alignment="center" valignment="top" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 1024×
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 768ピクセル
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 \begin_inset Formula $5.78\cdot$
16190 \end_inset
16191
16192
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 \begin_inset Formula $10^{7}$
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 \begin_inset Formula $A\ne$
16214 \end_inset
16215
16216
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 \begin_inset Formula $\: B_{\mathrm{red}}$
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row>
16235 <cell alignment="center" valignment="top" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 32×
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 6
16249 \begin_inset space \thinspace{}
16250 \end_inset
16251
16252 cm
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 <cell alignment="center" valignment="top" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 -
16262 \begin_inset Formula $33.5\cdot$
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 \begin_inset Formula $10^{4}$
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 \begin_inset Formula $\sin(\alpha)\ge$
16287 \end_inset
16288
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 \begin_inset Formula $\:\sin(\beta)$
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 </lyxtabular>
16308
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \begin_layout Standard
16320 \begin_inset VSpace bigskip
16321 \end_inset
16322
16323 表のセルの揃えを取り扱うものには、
16324 \series bold
16325 dcolumn
16326 \series default
16327
16328 \begin_inset Index idx
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332 LaTeXぱっけーじ@LaTeXパッケージ ! dcolumn
16333 \end_layout
16334
16335 \end_inset
16336
16337  LaTeXパッケージもあります。しかし残念ながら、このパッケージはセルの内容全体を数式として取扱うため、表セル中に数式を入れることはできません。表
16338 \begin_inset CommandInset ref
16339 LatexCommand ref
16340 reference "tab:表セル揃え"
16341
16342 \end_inset
16343
16344 の第1列は、
16345 \series bold
16346 dcolumn
16347 \series default
16348 では表
16349 \begin_inset CommandInset ref
16350 LatexCommand ref
16351 reference "tab:使用したときの揃え"
16352
16353 \end_inset
16354
16355 の第1列のようになり、ちょっとしたテクニックを使わなければ、期待通りにはなりません。表
16356 \begin_inset CommandInset ref
16357 LatexCommand ref
16358 reference "tab:表セル揃え"
16359
16360 \end_inset
16361
16362 の第2列と第3列のような揃え方は、
16363 \series bold
16364 dcolumn
16365 \series default
16366 ではできません。
16367 \begin_inset Newpage newpage
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \begin_layout Standard
16374 \begin_inset Float table
16375 placement h
16376 wide false
16377 sideways false
16378 status open
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Caption
16382
16383 \begin_layout Plain Layout
16384 \begin_inset CommandInset label
16385 LatexCommand label
16386 name "tab:使用したときの揃え"
16387
16388 \end_inset
16389
16390 LaTeXパッケージdcolumnを使用したときの揃えの様子。この出力のようにすべての列を揃えるには、テクニックを用いなくてはなりません。
16391 \end_layout
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \begin_layout Plain Layout
16399 \align center
16400 \begin_inset Tabular
16401 <lyxtabular version="3" rows="4" columns="3">
16402 <features tabularvalignment="middle">
16403 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16404 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16405 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16406 <row>
16407 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 単位
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 単位
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 単位
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 12x24本の瓶
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 12x24本の瓶
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 12
16459 \begin_inset ERT
16460 status collapsed
16461
16462 \begin_layout Plain Layout
16463
16464
16465 \backslash
16466 times 
16467 \end_layout
16468
16469 \end_inset
16470
16471 24+
16472 \begin_inset Formula $\mbox{本の瓶}$
16473 \end_inset
16474
16475
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 1024x768ピクセル
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 1024x768ピクセル
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 1024
16505 \begin_inset ERT
16506 status collapsed
16507
16508 \begin_layout Plain Layout
16509
16510
16511 \backslash
16512 times 
16513 \end_layout
16514
16515 \end_inset
16516
16517 768+
16518 \begin_inset Formula $\mbox{ピクセル}$
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 </row>
16527 <row>
16528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 32x6
16533 \begin_inset space \thinspace{}
16534 \end_inset
16535
16536 cm
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 32x6
16546 \begin_inset space \thinspace{}
16547 \end_inset
16548
16549
16550 \begin_inset Formula $\mbox{cm}$
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 32
16563 \begin_inset ERT
16564 status collapsed
16565
16566 \begin_layout Plain Layout
16567
16568
16569 \backslash
16570 times 
16571 \end_layout
16572
16573 \end_inset
16574
16575 6+
16576 \begin_inset Formula $\mbox{cm}$
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 </lyxtabular>
16586
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \begin_layout Subsection
16598 自製のセル書式および列書式
16599 \begin_inset CommandInset label
16600 LatexCommand label
16601 name "sub:自製書式"
16602
16603 \end_inset
16604
16605
16606 \begin_inset Index idx
16607 status collapsed
16608
16609 \begin_layout Plain Layout
16610 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16611 \end_layout
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \begin_layout Standard
16619 連結列セルを含む表がいくつもある場合には、第
16620 \begin_inset CommandInset ref
16621 LatexCommand ref
16622 reference "sub:連結列の計算"
16623
16624 \end_inset
16625
16626 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16627 べての表で使うことができます。書式は、以下のように定義します。
16628 \end_layout
16629
16630 \begin_layout Standard
16631
16632 \series bold
16633
16634 \backslash
16635 newcolumntype{書式名}[引数の数]{コマンド}
16636 \end_layout
16637
16638 \begin_layout Standard
16639 書式名は、一文字だけでも構いません。
16640 \emph on
16641 b
16642 \emph default
16643
16644 \emph on
16645 c
16646 \emph default
16647
16648 \emph on
16649 l
16650 \emph default
16651
16652 \emph on
16653 m
16654 \emph default
16655
16656 \emph on
16657 p
16658 \emph default
16659
16660 \emph on
16661 r
16662 \emph default
16663 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16664 \end_layout
16665
16666 \begin_layout Standard
16667 \begin_inset VSpace medskip
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \begin_layout Standard
16674 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16675 \end_layout
16676
16677 \begin_layout Standard
16678
16679 \series bold
16680
16681 \backslash
16682 newcolumntype{M}[1]{>{
16683 \backslash
16684 centering
16685 \backslash
16686 hspace{0pt}}m{#1}}
16687 \end_layout
16688
16689 \begin_layout Standard
16690 ここで
16691 \series bold
16692
16693 \backslash
16694 hspace{0pt}
16695 \series default
16696 は、第
16697 \begin_inset CommandInset ref
16698 LatexCommand ref
16699 reference "sub:複数行"
16700
16701 \end_inset
16702
16703 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
16704 \end_layout
16705
16706 \begin_layout Standard
16707
16708 \series bold
16709 M{width}
16710 \end_layout
16711
16712 \begin_layout Standard
16713 と入力するだけですみます。
16714 \end_layout
16715
16716 \begin_layout Standard
16717 \begin_inset VSpace bigskip
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \begin_layout Standard
16724 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
16725 \end_layout
16726
16727 \begin_layout Standard
16728
16729 \series bold
16730
16731 \backslash
16732 newcolumntype{S}[2]{>{
16733 \backslash
16734 centering
16735 \backslash
16736 hspace{0pt}}
16737 \begin_inset Newline newline
16738 \end_inset
16739
16740
16741 \begin_inset Phantom HPhantom
16742 status open
16743
16744 \begin_layout Plain Layout
16745
16746 \series bold
16747
16748 \backslash
16749 newcolumntype
16750 \end_layout
16751
16752 \end_inset
16753
16754 m{(#1+(2
16755 \backslash
16756 tabcolsep+
16757 \backslash
16758 arrayrulewidth)*(1-#2))/#2}}
16759 \end_layout
16760
16761 \begin_layout Standard
16762 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
16763 \begin_inset CommandInset ref
16764 LatexCommand eqref
16765 reference "eq:Wgn"
16766
16767 \end_inset
16768
16769 式を使用しています。
16770 \end_layout
16771
16772 \begin_layout Standard
16773 こうしておけば、当該セルのLaTeX引数に
16774 \end_layout
16775
16776 \begin_layout Standard
16777
16778 \series bold
16779 S{連結列セルの幅}{連結列セルがまたがる列の数}
16780 \end_layout
16781
16782 \begin_layout Standard
16783 と入力するだけですみます。
16784 \end_layout
16785
16786 \begin_layout Standard
16787 \begin_inset VSpace bigskip
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \begin_layout Standard
16794 色付き列については、以下のように定義するとよいでしょう。
16795 \end_layout
16796
16797 \begin_layout Standard
16798
16799 \series bold
16800
16801 \backslash
16802 newcolumntype{K}[1]{>{
16803 \backslash
16804 columncolor{#1}
16805 \backslash
16806 hspace{0pt}}c}
16807 \end_layout
16808
16809 \begin_layout Standard
16810 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
16811 \end_layout
16812
16813 \begin_layout Standard
16814
16815 \series bold
16816 K{色名}
16817 \end_layout
16818
16819 \begin_layout Standard
16820 と入力します。
16821 \end_layout
16822
16823 \begin_layout Standard
16824 \begin_inset VSpace bigskip
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \begin_layout Standard
16831
16832 \begin_inset CommandInset ref
16833 LatexCommand ref
16834 reference "tab:ユーザー定義の表書式"
16835
16836 \end_inset
16837
16838 を生成するには、第1列と連結列にLaTeX引数として
16839 \end_layout
16840
16841 \begin_layout Standard
16842
16843 \series bold
16844 M{2.5cm}
16845 \end_layout
16846
16847 \begin_layout Standard
16848 を指定し、最終列に
16849 \end_layout
16850
16851 \begin_layout Standard
16852
16853 \series bold
16854 K{red}
16855 \end_layout
16856
16857 \begin_layout Standard
16858 そして第2列の各セルに
16859 \end_layout
16860
16861 \begin_layout Standard
16862
16863 \series bold
16864 S{2.5cm}{2}
16865 \end_layout
16866
16867 \begin_layout Standard
16868 と指定します。
16869 \end_layout
16870
16871 \begin_layout Standard
16872 \begin_inset Float table
16873 placement h
16874 wide false
16875 sideways false
16876 status open
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Caption
16880
16881 \begin_layout Plain Layout
16882 \begin_inset CommandInset label
16883 LatexCommand label
16884 name "tab:ユーザー定義の表書式"
16885
16886 \end_inset
16887
16888 ユーザー定義の表書式を使用した表
16889 \end_layout
16890
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \begin_layout Plain Layout
16897 \align center
16898 \begin_inset Tabular
16899 <lyxtabular version="3" rows="3" columns="4">
16900 <features tabularvalignment="middle">
16901 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
16902 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
16903 <column alignment="center" valignment="middle" width="0">
16904 <column alignment="center" valignment="middle" width="0" special="K{red}">
16905 <row>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 とても長い表セル中の単語
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 複数行の連結列
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 c
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 d
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 e
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 f
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 g
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 h
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 i
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 j
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 k
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 </lyxtabular>
17020
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \begin_layout Subsection
17032 罫線幅
17033 \begin_inset CommandInset label
17034 LatexCommand label
17035 name "sub:罫線幅"
17036
17037 \end_inset
17038
17039
17040 \begin_inset Index idx
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17045 \end_layout
17046
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \begin_layout Standard
17053 表中のすべての罫線の罫線幅を調整するには、長さ
17054 \series bold
17055
17056 \backslash
17057 arrayrulewidth
17058 \series default
17059 を使用します。たとえば、表
17060 \begin_inset CommandInset ref
17061 LatexCommand ref
17062 reference "tab:Table-with-1.5"
17063
17064 \end_inset
17065
17066 のように罫線幅を1.5
17067 \begin_inset space \thinspace{}
17068 \end_inset
17069
17070 ptにするには、表や表フロートの前にTeXコードで
17071 \end_layout
17072
17073 \begin_layout Standard
17074
17075 \series bold
17076
17077 \backslash
17078 setlength{
17079 \backslash
17080 arrayrulewidth}{1.5pt}
17081 \end_layout
17082
17083 \begin_layout Standard
17084 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17085 \series bold
17086
17087 \backslash
17088 arrayrulewidth
17089 \series default
17090 を0.4
17091 \begin_inset space \thinspace{}
17092 \end_inset
17093
17094 ptに設定してください。
17095 \end_layout
17096
17097 \begin_layout Standard
17098 \begin_inset ERT
17099 status collapsed
17100
17101 \begin_layout Plain Layout
17102
17103
17104 \backslash
17105 setlength{
17106 \backslash
17107 arrayrulewidth}{1.5pt}
17108 \end_layout
17109
17110 \end_inset
17111
17112
17113 \begin_inset Float table
17114 wide false
17115 sideways false
17116 status open
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Caption
17120
17121 \begin_layout Plain Layout
17122 \begin_inset CommandInset label
17123 LatexCommand label
17124 name "tab:Table-with-1.5"
17125
17126 \end_inset
17127
17128 1.5
17129 \begin_inset space \thinspace{}
17130 \end_inset
17131
17132 pt幅罫線の表
17133 \end_layout
17134
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \begin_layout Plain Layout
17141 \align center
17142 \begin_inset Tabular
17143 <lyxtabular version="3" rows="3" columns="3">
17144 <features tabularvalignment="middle">
17145 <column alignment="center" valignment="top" width="0">
17146 <column alignment="center" valignment="top" width="0">
17147 <column alignment="center" valignment="top" width="0">
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 sd
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 </row>
17177 <row>
17178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 sd
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 sd
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 </lyxtabular>
17236
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243
17244
17245 \begin_inset ERT
17246 status collapsed
17247
17248 \begin_layout Plain Layout
17249
17250
17251 \backslash
17252 setlength{
17253 \backslash
17254 arrayrulewidth}{0.4pt}
17255 \end_layout
17256
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \begin_layout Standard
17263 \begin_inset VSpace bigskip
17264 \end_inset
17265
17266
17267 \begin_inset CommandInset ref
17268 LatexCommand ref
17269 reference "tab:1.5pt幅横罫"
17270
17271 \end_inset
17272
17273 のように横罫だけを1.5
17274 \begin_inset space \thinspace{}
17275 \end_inset
17276
17277 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17278 \end_layout
17279
17280 \begin_layout Standard
17281
17282 \series bold
17283
17284 \backslash
17285 let
17286 \backslash
17287 myHline
17288 \backslash
17289 hline
17290 \begin_inset Newline newline
17291 \end_inset
17292
17293
17294 \backslash
17295 renewcommand{
17296 \backslash
17297 hline}
17298 \begin_inset Newline newline
17299 \end_inset
17300
17301  {
17302 \backslash
17303 noalign{
17304 \backslash
17305 global
17306 \backslash
17307 arrayrulewidth 1.5pt}
17308 \begin_inset Newline newline
17309 \end_inset
17310
17311  
17312 \backslash
17313 myHline
17314 \backslash
17315 noalign{
17316 \backslash
17317 global
17318 \backslash
17319 arrayrulewidth 0.4pt}}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17324 \end_layout
17325
17326 \begin_layout Standard
17327
17328 \series bold
17329
17330 \backslash
17331 renewcommand{
17332 \backslash
17333 hline}{
17334 \backslash
17335 myHline}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 \begin_inset ERT
17340 status collapsed
17341
17342 \begin_layout Plain Layout
17343
17344
17345 \backslash
17346 let
17347 \backslash
17348 myHline
17349 \backslash
17350 hline
17351 \end_layout
17352
17353 \begin_layout Plain Layout
17354
17355
17356 \backslash
17357 renewcommand{
17358 \backslash
17359 hline}
17360 \end_layout
17361
17362 \begin_layout Plain Layout
17363
17364  {
17365 \backslash
17366 noalign{
17367 \backslash
17368 global
17369 \backslash
17370 arrayrulewidth 1.5pt}
17371 \end_layout
17372
17373 \begin_layout Plain Layout
17374
17375   
17376 \backslash
17377 myHline
17378 \backslash
17379 noalign{
17380 \backslash
17381 global
17382 \backslash
17383 arrayrulewidth 0.4pt}}
17384 \end_layout
17385
17386 \end_inset
17387
17388
17389 \begin_inset Float table
17390 wide false
17391 sideways false
17392 status open
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Caption
17396
17397 \begin_layout Plain Layout
17398 \begin_inset CommandInset label
17399 LatexCommand label
17400 name "tab:1.5pt幅横罫"
17401
17402 \end_inset
17403
17404 1.5
17405 \begin_inset space \thinspace{}
17406 \end_inset
17407
17408 pt幅横罫の表
17409 \end_layout
17410
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \begin_layout Plain Layout
17417 \align center
17418 \begin_inset Tabular
17419 <lyxtabular version="3" rows="3" columns="3">
17420 <features tabularvalignment="middle">
17421 <column alignment="center" valignment="top" width="0">
17422 <column alignment="center" valignment="top" width="0">
17423 <column alignment="center" valignment="top" width="0">
17424 <row>
17425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429 sd
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 </row>
17453 <row>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 sd
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 </row>
17482 <row>
17483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 sd
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 </row>
17511 </lyxtabular>
17512
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \end_inset
17519
17520
17521 \begin_inset ERT
17522 status collapsed
17523
17524 \begin_layout Plain Layout
17525
17526
17527 \backslash
17528 renewcommand{
17529 \backslash
17530 hline}{
17531 \backslash
17532 myHline}
17533 \end_layout
17534
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \begin_layout Standard
17541 \begin_inset VSpace bigskip
17542 \end_inset
17543
17544 縦罫だけを1.5
17545 \begin_inset space \thinspace{}
17546 \end_inset
17547
17548 pt幅にするには、第
17549 \begin_inset CommandInset ref
17550 LatexCommand ref
17551 reference "sub:自製書式"
17552
17553 \end_inset
17554
17555 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17556 \end_layout
17557
17558 \begin_layout Standard
17559
17560 \series bold
17561
17562 \backslash
17563 newcolumntype{V}{!{
17564 \backslash
17565 vrule width 1.5pt}}
17566 \end_layout
17567
17568 \begin_layout Standard
17569
17570 \begin_inset CommandInset ref
17571 LatexCommand ref
17572 reference "tab:1.5pt幅縦罫"
17573
17574 \end_inset
17575
17576 を作るには、最右列にLaTeX引数
17577 \end_layout
17578
17579 \begin_layout Standard
17580
17581 \series bold
17582 VcV
17583 \end_layout
17584
17585 \begin_layout Standard
17586 を指定し、他の列には
17587 \end_layout
17588
17589 \begin_layout Standard
17590
17591 \series bold
17592 Vc
17593 \end_layout
17594
17595 \begin_layout Standard
17596 を指定します。
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset Float table
17601 wide false
17602 sideways false
17603 status open
17604
17605 \begin_layout Plain Layout
17606 \begin_inset Caption
17607
17608 \begin_layout Plain Layout
17609 \begin_inset CommandInset label
17610 LatexCommand label
17611 name "tab:1.5pt幅縦罫"
17612
17613 \end_inset
17614
17615 1.5
17616 \begin_inset space \thinspace{}
17617 \end_inset
17618
17619 pt幅縦罫の表
17620 \end_layout
17621
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \begin_layout Plain Layout
17628 \align center
17629 \begin_inset Tabular
17630 <lyxtabular version="3" rows="3" columns="3">
17631 <features tabularvalignment="middle">
17632 <column alignment="center" valignment="top" width="0" special="Vc">
17633 <column alignment="center" valignment="top" width="0" special="Vc">
17634 <column alignment="center" valignment="top" width="0" special="VcV">
17635 <row>
17636 <cell alignment="center" valignment="top" topline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 sd
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 <cell alignment="center" valignment="top" topline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649
17650 \end_layout
17651
17652 \end_inset
17653 </cell>
17654 <cell alignment="center" valignment="top" topline="true" usebox="none">
17655 \begin_inset Text
17656
17657 \begin_layout Plain Layout
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" topline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 sd
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 <row>
17694 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 sd
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 </lyxtabular>
17723
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \begin_layout Subsection
17735 点罫
17736 \begin_inset Index idx
17737 status collapsed
17738
17739 \begin_layout Plain Layout
17740 ひょうのちょうせい@表の調整 ! てんけい@点罫
17741 \end_layout
17742
17743 \end_inset
17744
17745
17746 \end_layout
17747
17748 \begin_layout Standard
17749 \begin_inset ERT
17750 status collapsed
17751
17752 \begin_layout Plain Layout
17753
17754
17755 \backslash
17756 ifarydshln
17757 \end_layout
17758
17759 \end_inset
17760
17761
17762 \begin_inset Note Note
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
17767 \end_layout
17768
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 \begin_inset Float table
17776 placement H
17777 wide false
17778 sideways false
17779 status open
17780
17781 \begin_layout Plain Layout
17782 \begin_inset Caption
17783
17784 \begin_layout Plain Layout
17785 \begin_inset CommandInset label
17786 LatexCommand label
17787 name "tab:点罫表"
17788
17789 \end_inset
17790
17791 点罫を使用した表
17792 \end_layout
17793
17794 \end_inset
17795
17796
17797 \end_layout
17798
17799 \begin_layout Plain Layout
17800 \align center
17801 \begin_inset Tabular
17802 <lyxtabular version="3" rows="5" columns="5">
17803 <features tabularvalignment="middle">
17804 <column alignment="center" valignment="top" width="0">
17805 <column alignment="center" valignment="top" width="0">
17806 <column alignment="center" valignment="top" width="0" special=":c">
17807 <column alignment="center" valignment="top" width="0">
17808 <column alignment="center" valignment="top" width="0">
17809 <row>
17810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 </row>
17856 <row>
17857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" topline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 </row>
17903 <row>
17904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 \begin_inset ERT
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912
17913
17914 \backslash
17915 hdashline 
17916 \end_layout
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 <cell alignment="center" valignment="top" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 <row>
17963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 \begin_inset ERT
17968 status collapsed
17969
17970 \begin_layout Plain Layout
17971
17972
17973 \backslash
17974 cdashline{4-5}
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 </row>
18021 <row>
18022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 </lyxtabular>
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Standard
18081 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18082 \end_layout
18083
18084 \begin_layout Standard
18085
18086 \series bold
18087
18088 \backslash
18089 usepackage{arydshln}
18090 \end_layout
18091
18092 \begin_layout Standard
18093 というコマンドを書き、LaTeXパッケージの
18094 \series bold
18095 arydshln
18096 \series default
18097
18098 \begin_inset Index idx
18099 status collapsed
18100
18101 \begin_layout Plain Layout
18102 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18103 \end_layout
18104
18105 \end_inset
18106
18107 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18108 \end_layout
18109
18110 \begin_layout Standard
18111 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18112 \end_layout
18113
18114 \begin_layout Standard
18115
18116 \series bold
18117
18118 \backslash
18119 hdashline
18120 \end_layout
18121
18122 \begin_layout Standard
18123 というコマンドを加えてください。
18124 \end_layout
18125
18126 \begin_layout Standard
18127 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18128 \end_layout
18129
18130 \begin_layout Standard
18131
18132 \series bold
18133
18134 \backslash
18135 cdashline{列番号
18136 \series default
18137 }
18138 \end_layout
18139
18140 \begin_layout Standard
18141 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18142 \end_layout
18143
18144 \begin_layout Standard
18145
18146 \series bold
18147
18148 \backslash
18149 cdashline{2-4}
18150 \end_layout
18151
18152 \begin_layout Standard
18153 なるコマンドを置いてください。
18154 \end_layout
18155
18156 \begin_layout Standard
18157 \begin_inset VSpace bigskip
18158 \end_inset
18159
18160
18161 \end_layout
18162
18163 \begin_layout Standard
18164
18165 \begin_inset CommandInset ref
18166 LatexCommand ref
18167 reference "tab:点罫表"
18168
18169 \end_inset
18170
18171 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18172 \series bold
18173
18174 \backslash
18175 hdashlineが挿れられており、第3行の最初のセルには、
18176 \series default
18177 TeXコードのコマンド
18178 \begin_inset Newline newline
18179 \end_inset
18180
18181  
18182 \series bold
18183
18184 \backslash
18185 cdashline{4-5}が挿れられています。
18186 \end_layout
18187
18188 \begin_layout Standard
18189 \begin_inset Note Greyedout
18190 status open
18191
18192 \begin_layout Plain Layout
18193
18194 \series bold
18195 【註】
18196 \series default
18197 ここで用いられているLaTeXパッケージ
18198 \series bold
18199 arydshln
18200 \series default
18201 は、第
18202 \begin_inset CommandInset ref
18203 LatexCommand ref
18204 reference "sec:色付きの表"
18205
18206 \end_inset
18207
18208 節の色付き表で用いられているLaTeXパッケージ
18209 \series bold
18210 colortbl
18211 \series default
18212
18213 \begin_inset Index idx
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18218 \end_layout
18219
18220 \end_inset
18221
18222 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18223 \end_layout
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Standard
18231 \begin_inset ERT
18232 status collapsed
18233
18234 \begin_layout Plain Layout
18235
18236
18237 \backslash
18238 else
18239 \end_layout
18240
18241 \end_inset
18242
18243
18244 \begin_inset Note Note
18245 status open
18246
18247 \begin_layout Plain Layout
18248 以下は、LaTeXパッケージ
18249 \series bold
18250 arydshln
18251 \series default
18252 が導入済みでないときに表示されます。
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \begin_layout Standard
18261 本節の内容を出力に表示するためには、
18262 \series bold
18263 arydshln
18264 \series default
18265 パッケージを導入しなくてはなりません。
18266 \end_layout
18267
18268 \begin_layout Standard
18269 \begin_inset ERT
18270 status collapsed
18271
18272 \begin_layout Plain Layout
18273
18274
18275 \backslash
18276 fi
18277 \end_layout
18278
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \begin_layout Chapter
18285 フロート
18286 \begin_inset Index idx
18287 status collapsed
18288
18289 \begin_layout Plain Layout
18290 ふろーと@フロート
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \begin_layout Section
18299 はじめに
18300 \begin_inset CommandInset label
18301 LatexCommand label
18302 name "sec:フロートはじめに"
18303
18304 \end_inset
18305
18306
18307 \begin_inset Index idx
18308 status collapsed
18309
18310 \begin_layout Plain Layout
18311 ふろーと@フロート ! はじめに
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18321 ート)ことができます。
18322 \family sans
18323 脚注
18324 \family default
18325
18326 \family sans
18327 傍注
18328 \family default
18329 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18330 \end_layout
18331
18332 \begin_layout Standard
18333 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18334 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18335 ートには連番が割り当てられます。参照については、第
18336 \begin_inset CommandInset ref
18337 LatexCommand ref
18338 reference "sec:フロートの参照"
18339
18340 \end_inset
18341
18342 節で述べられています。
18343 \end_layout
18344
18345 \begin_layout Standard
18346 フロートを挿入するには、
18347 \family sans
18348 挿入\SpecialChar \menuseparator
18349 フロート
18350 \family default
18351 メニューを使えば、ラベルのついたボックスすなわち
18352 \family sans
18353 キャプション
18354 \family default
18355 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18356 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18357 \begin_inset CommandInset ref
18358 LatexCommand ref
18359 reference "sec:キャプションの配置"
18360
18361 \end_inset
18362
18363 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18364 ます。畳んだフロートボックスは、
18365 \begin_inset Graphics
18366         filename clipart/floatQt4.png
18367         scale 70
18368         scaleBeforeRotation
18369
18370 \end_inset
18371
18372 のように、灰色ボタンに赤字ラベルで表示されます。
18373 \end_layout
18374
18375 \begin_layout Standard
18376 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18377 \end_layout
18378
18379 \begin_layout Standard
18380 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18381 \end_layout
18382
18383 \begin_layout Section
18384 フロート型
18385 \end_layout
18386
18387 \begin_layout Standard
18388 LyXには、第
18389 \begin_inset CommandInset ref
18390 LatexCommand ref
18391 reference "sec:図フロート"
18392
18393 \end_inset
18394
18395 節および第
18396 \begin_inset CommandInset ref
18397 LatexCommand ref
18398 reference "sec:表フロート"
18399
18400 \end_inset
18401
18402 節で各々説明されている図フロートと表フロート以外に、
18403 \series bold
18404 アルゴリズム型
18405 \series default
18406
18407 \series bold
18408 折返し型
18409 \series default
18410 のフロート型があります。
18411 \end_layout
18412
18413 \begin_layout Subsection
18414 アルゴリズムフロート
18415 \begin_inset Index idx
18416 status collapsed
18417
18418 \begin_layout Plain Layout
18419 ふろーと@フロート ! あるごりずむ@アルゴリズム
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Standard
18428 \begin_inset Float algorithm
18429 placement h
18430 wide false
18431 sideways false
18432 status open
18433
18434 \begin_layout Plain Layout
18435 \begin_inset Caption
18436
18437 \begin_layout Plain Layout
18438 \begin_inset CommandInset label
18439 LatexCommand label
18440 name "alg:アルゴリズムフロートの例"
18441
18442 \end_inset
18443
18444 アルゴリズムフロートの例
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout LyX-Code
18453 for I in 1..N loop
18454 \begin_inset Newline newline
18455 \end_inset
18456
18457  Sum:= Sum + A(I); /*comment*/
18458 \begin_inset Newline newline
18459 \end_inset
18460
18461 end loop
18462 \begin_inset VSpace -4mm
18463 \end_inset
18464
18465
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \begin_layout Standard
18474 このフロート型は、
18475 \family sans
18476 挿入
18477 \shape up
18478 \SpecialChar \menuseparator
18479 フロート\SpecialChar \menuseparator
18480 アルゴリズム
18481 \family default
18482 \shape default
18483 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18484 \begin_inset CommandInset ref
18485 LatexCommand ref
18486 reference "cha:プログラムコードリスト"
18487
18488 \end_inset
18489
18490 章で説明されているプログラムコードリストの代わりとみなすことができます。
18491 \emph on
18492 LyXユーザーの手引き
18493 \emph default
18494 に述べられているように、アルゴリズム向けの環境としては、
18495 \family sans
18496 LyXコード
18497 \family default
18498 があります。 アルゴリズム
18499 \begin_inset CommandInset ref
18500 LatexCommand ref
18501 reference "alg:アルゴリズムフロートの例"
18502
18503 \end_inset
18504
18505 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18506 \begin_inset space \thinspace{}
18507 \end_inset
18508
18509 mmの垂直空白が入れてあります。
18510 \end_layout
18511
18512 \begin_layout Standard
18513 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18514 \end_layout
18515
18516 \begin_layout Standard
18517
18518 \series bold
18519
18520 \backslash
18521 floatname{algorithm}{付けたい名称}
18522 \end_layout
18523
18524 \begin_layout Standard
18525 という行を手動で加える必要があります。ここで
18526 \family sans
18527 \series bold
18528 付けたい名称
18529 \family default
18530 \series default
18531 には、お使いの言語で「
18532 \emph on
18533 algorithm
18534 \emph default
18535 」に対応する単語を指定します。
18536 \end_layout
18537
18538 \begin_layout Standard
18539 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18540 \family sans
18541 挿入\SpecialChar \menuseparator
18542 一覧/目次\SpecialChar \menuseparator
18543 アルゴリズム一覧
18544 \family default
18545 メニューを使用します。それ以外の場合には、代わりに
18546 \end_layout
18547
18548 \begin_layout Standard
18549
18550 \series bold
18551
18552 \backslash
18553 listof{algorithm}{付けたい名称}
18554 \end_layout
18555
18556 \begin_layout Standard
18557 というコマンドをTeXコードとして用います。ここで
18558 \family sans
18559 付けたい名称
18560 \family default
18561 とは、「
18562 \emph on
18563 List of Algorithm
18564 \emph default
18565 s」という単語に相当する、ご使用になりたい言語での単語です。
18566 \end_layout
18567
18568 \begin_layout Standard
18569 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18570 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18571 \end_layout
18572
18573 \begin_layout Standard
18574
18575 \series bold
18576
18577 \backslash
18578 numberwithin{algorithm}{chapter}
18579 \end_layout
18580
18581 \begin_layout Standard
18582 というコマンドを追加してください。
18583 \series bold
18584
18585 \backslash
18586 numberwithin
18587 \series default
18588 というコマンドを使用するには、文書設定の
18589 \family sans
18590 数式オプション
18591 \family default
18592 タブで
18593 \family sans
18594 AMS mathパッケージを使用する
18595 \family default
18596 オプションを有効にしてください。
18597 \end_layout
18598
18599 \begin_layout Subsection
18600 折返しフロート
18601 \begin_inset Index idx
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605 ふろーと@フロート ! おりかえしふろーと@折返しフロート
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Standard
18614 \begin_inset Wrap figure
18615 lines 0
18616 placement l
18617 overhang 1cm
18618 width "40col%"
18619 status open
18620
18621 \begin_layout Plain Layout
18622 \begin_inset Graphics
18623         filename ../clipart/mobius.eps
18624         width 40col%
18625         scaleBeforeRotation
18626         rotateOrigin center
18627
18628 \end_inset
18629
18630
18631 \end_layout
18632
18633 \begin_layout Plain Layout
18634 \begin_inset Caption
18635
18636 \begin_layout Plain Layout
18637 \begin_inset CommandInset label
18638 LatexCommand label
18639 name "fig:折返し図フロート"
18640
18641 \end_inset
18642
18643 これは折返し図フロートです。
18644 \end_layout
18645
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \end_inset
18652
18653 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
18654 \series bold
18655 wrapfig
18656 \series default
18657
18658 \begin_inset Index idx
18659 status collapsed
18660
18661 \begin_layout Plain Layout
18662 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
18663 \end_layout
18664
18665 \end_inset
18666
18667 を導入済みであれば、
18668 \family sans
18669 挿入\SpecialChar \menuseparator
18670 フロート\SpecialChar \menuseparator
18671 折返し図フロート
18672 \family default
18673
18674 \family sans
18675 折返し表フロート
18676 \family default
18677 メニューで挿入することができます
18678 \begin_inset Foot
18679 status collapsed
18680
18681 \begin_layout Plain Layout
18682 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
18683 \end_layout
18684
18685 \end_inset
18686
18687 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
18688 \family sans
18689 配置
18690 \family default
18691
18692 \family sans
18693
18694 \family default
18695 です。非必須項目として、
18696 \family sans
18697 ぶら下げ
18698 \family default
18699
18700 \family sans
18701 行幅
18702 \family default
18703 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
18704 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
18705 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
18706 \begin_inset CommandInset ref
18707 LatexCommand ref
18708 reference "fig:折返し図フロート"
18709
18710 \end_inset
18711
18712 図は、40
18713 \begin_inset space \thinspace{}
18714 \end_inset
18715
18716 列幅%の幅と1
18717 \begin_inset space \thinspace{}
18718 \end_inset
18719
18720 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
18721 \begin_inset Foot
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725 使うことのできる単位は付録
18726 \begin_inset CommandInset ref
18727 LatexCommand ref
18728 reference "cha:LyXで使用できる単位"
18729
18730 \end_inset
18731
18732 に収録してあります。
18733 \end_layout
18734
18735 \end_inset
18736
18737
18738 \end_layout
18739
18740 \begin_layout Standard
18741 \begin_inset Note Greyedout
18742 status open
18743
18744 \begin_layout Plain Layout
18745
18746 \series bold
18747 【註】
18748 \series default
18749 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
18750 上書きされて出力されたりします。
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 原則として、
18760 \end_layout
18761
18762 \begin_layout Itemize
18763 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
18764 うになってから、正確な位置に挿入しなくてはなりません。
18765 \end_layout
18766
18767 \begin_layout Itemize
18768 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
18769 \end_layout
18770
18771 \begin_layout Itemize
18772 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
18773 \end_layout
18774
18775 \begin_layout Itemize
18776 折返しフロートは、節見出しや表中に入れることは認められていません。
18777 \end_layout
18778
18779 \begin_layout Section
18780 フロートの連番
18781 \begin_inset Index idx
18782 status collapsed
18783
18784 \begin_layout Plain Layout
18785 ふろーと@フロート ! れんばん@連番
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \begin_layout Standard
18794 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18795 て変わります。
18796 \end_layout
18797
18798 \begin_layout Standard
18799 節から独立して付けられている連番を変更するには、文書プリアンブルで
18800 \end_layout
18801
18802 \begin_layout Standard
18803
18804 \series bold
18805
18806 \backslash
18807 renewcommand{
18808 \backslash
18809 thetable}{
18810 \backslash
18811 roman{table}}
18812 \end_layout
18813
18814 \begin_layout Standard
18815
18816 \series bold
18817 というコマンドを使うと良いでしょう。
18818 \backslash
18819 thetable
18820 \series default
18821 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18822 \series bold
18823
18824 \backslash
18825 thefigure
18826 \series default
18827 コマンドを使用します。上のコマンドで使用されている
18828 \series bold
18829
18830 \backslash
18831 roman
18832 \series default
18833 は、表番号を小文字のローマ数字で印字するコマンドです。
18834 \end_layout
18835
18836 \begin_layout Standard
18837 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18838 \end_layout
18839
18840 \begin_layout Standard
18841
18842 \series bold
18843
18844 \backslash
18845 numberwithin{table}{subsection}
18846 \end_layout
18847
18848 \begin_layout Standard
18849 というコマンドを使用してください。
18850 \series bold
18851
18852 \backslash
18853 numberwithin
18854 \series default
18855 コマンドを使用可能にするためには、文書設定の
18856 \family sans
18857 数式オプション
18858 \family default
18859 タブで、
18860 \family sans
18861 AMS
18862 \begin_inset space ~
18863 \end_inset
18864
18865 math数式パッケージを使用する
18866 \family default
18867 を使用します。
18868 \end_layout
18869
18870 \begin_layout Standard
18871 連番コマンドについての詳細と大切な注意点については、第
18872 \begin_inset CommandInset ref
18873 LatexCommand ref
18874 reference "sub:脚注の付番"
18875
18876 \end_inset
18877
18878 節もご覧ください。
18879 \end_layout
18880
18881 \begin_layout Section
18882 フロートの参照
18883 \begin_inset CommandInset label
18884 LatexCommand label
18885 name "sec:フロートの参照"
18886
18887 \end_inset
18888
18889
18890 \begin_inset Index idx
18891 status collapsed
18892
18893 \begin_layout Plain Layout
18894 ふろーと@フロート ! さんしょう@参照
18895 \end_layout
18896
18897 \end_inset
18898
18899
18900 \begin_inset Index idx
18901 status collapsed
18902
18903 \begin_layout Plain Layout
18904 さんしょう@参照 ! ふろーとにたいする@フロートに対する
18905 \end_layout
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \begin_layout Standard
18913 フロートを参照するには、
18914 \family sans
18915 挿入\SpecialChar \menuseparator
18916 ラベル
18917 \family default
18918 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
18919 \begin_inset Graphics
18920         filename ../clipart/labelQt4.png
18921         scale 85
18922         scaleBeforeRotation
18923
18924 \end_inset
18925
18926 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
18927 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
18928 \family sans
18929 fig:
18930 \family default
18931 」という前置句がつけられます。
18932 \end_layout
18933
18934 \begin_layout Standard
18935 ラベルは、参照のための名称兼位置標として用いられます。
18936 \family sans
18937 挿入\SpecialChar \menuseparator
18938 相互参照
18939 \family default
18940 メニューかツールバーボタン
18941 \begin_inset Graphics
18942         filename ../../images/dialog-show-new-inset_ref.png
18943         scale 85
18944         scaleBeforeRotation
18945
18946 \end_inset
18947
18948 を使えば、ラベルを参照することができます。
18949 \begin_inset Graphics
18950         filename clipart/referenceQt4.png
18951         scale 85
18952         scaleBeforeRotation
18953
18954 \end_inset
18955
18956 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
18957 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
18958 れます。
18959 \end_layout
18960
18961 \begin_layout Standard
18962 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
18963 出力では、参照の代わりに二つの疑問符が表示されることになります。
18964 \end_layout
18965
18966 \begin_layout Standard
18967 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
18968 で、リンクの更新に手間を割く必要はありません。
18969 \end_layout
18970
18971 \begin_layout Standard
18972 相互参照ウィンドウの
18973 \family sans
18974 ラベルへ移動
18975 \family default
18976 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
18977 \family sans
18978 戻る
18979 \family default
18980 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
18981 この場合には元に戻ることができません。
18982 \end_layout
18983
18984 \begin_layout Subsection
18985 相互参照の書式
18986 \begin_inset CommandInset label
18987 LatexCommand label
18988 name "sub:相互参照の書式"
18989
18990 \end_inset
18991
18992
18993 \begin_inset Index idx
18994 status collapsed
18995
18996 \begin_layout Plain Layout
18997 さんしょう@参照 ! しょしき@書式
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 相互参照には、以下の6種類があります。
19007 \end_layout
19008
19009 \begin_layout Description
19010 <参照>: これはフロート番号を表示します。これが既定値です。例:
19011 \begin_inset CommandInset ref
19012 LatexCommand ref
19013 reference "fig:歪められた二つの像"
19014
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \begin_layout Description
19021 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19022 例:
19023 \begin_inset CommandInset ref
19024 LatexCommand eqref
19025 reference "eq:Wgn"
19026
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \begin_layout Description
19033 <参照ページ>: これはページ番号を表示します。例:Page
19034 \begin_inset space ~
19035 \end_inset
19036
19037
19038 \begin_inset CommandInset ref
19039 LatexCommand pageref
19040 reference "fig:歪められた二つの像"
19041
19042 \end_inset
19043
19044
19045 \end_layout
19046
19047 \begin_layout Description
19048 on
19049 \begin_inset space ~
19050 \end_inset
19051
19052 page
19053 \begin_inset space ~
19054 \end_inset
19055
19056 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19057 \begin_inset CommandInset ref
19058 LatexCommand vpageref
19059 reference "fig:歪められた二つの像"
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Description
19067 <参照>
19068 \begin_inset space ~
19069 \end_inset
19070
19071 on
19072 \begin_inset space ~
19073 \end_inset
19074
19075 page
19076 \begin_inset space ~
19077 \end_inset
19078
19079 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19080 \begin_inset CommandInset ref
19081 LatexCommand vref
19082 reference "fig:歪められた二つの像"
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \begin_layout Description
19090
19091 \lang english
19092 Formatted
19093 \begin_inset space ~
19094 \end_inset
19095
19096 reference: prints a self-defined cross-reference format.
19097 \begin_inset Newline newline
19098 \end_inset
19099
19100
19101 \begin_inset Note Greyedout
19102 status open
19103
19104 \begin_layout Plain Layout
19105
19106 \series bold
19107 \lang english
19108 Note:
19109 \series default
19110  This feature is only available when you have the LaTeX-package 
19111 \series bold
19112 prettyref
19113 \series default
19114  or 
19115 \series bold
19116 refstyle
19117 \series default
19118 \lang japanese
19119
19120 \begin_inset Index idx
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \begin_inset Index idx
19131 status collapsed
19132
19133 \begin_layout Plain Layout
19134 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19135 \end_layout
19136
19137 \end_inset
19138
19139
19140 \lang english
19141  installed.
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \lang japanese
19148
19149 \begin_inset Newline newline
19150 \end_inset
19151
19152
19153 \lang english
19154 You can select which LaTeX-package should be used for this feature by setting
19155  the option 
19156 \family sans
19157 Use refstyle (not prettyref) for cross-references
19158 \family default
19159  in the menu 
19160 \family sans
19161 Document\SpecialChar \menuseparator
19162 Settings\SpecialChar \menuseparator
19163 Document Class
19164 \family default
19165 .
19166  The format is specified by adding the command 
19167 \series bold
19168
19169 \backslash
19170 newrefformat
19171 \series default
19172  (prettyref) or 
19173 \series bold
19174
19175 \backslash
19176 newref
19177 \series default
19178  (refstyle) to the preamble of the document.
19179  For example redefining all references to figures (which have the label
19180  shortcut 
19181 \begin_inset Quotes eld
19182 \end_inset
19183
19184
19185 \family sans
19186 fig
19187 \family default
19188
19189 \begin_inset Quotes erd
19190 \end_inset
19191
19192 ) can be done with this command
19193 \lang japanese
19194
19195 \begin_inset Newline newline
19196 \end_inset
19197
19198
19199 \series bold
19200
19201 \backslash
19202 newref{fig}{refcmd={
19203 \lang english
19204 Image on page
19205 \lang japanese
19206  
19207 \backslash
19208 pageref{#1}}}
19209 \series default
19210
19211 \begin_inset Newline newline
19212 \end_inset
19213
19214
19215 \lang english
19216 For more information about the format, have a look at the package documentations
19217 \lang japanese
19218
19219 \begin_inset CommandInset citation
19220 LatexCommand cite
19221 key "prettyref,refstyle"
19222
19223 \end_inset
19224
19225 .
19226 \end_layout
19227
19228 \begin_layout Description
19229
19230 \lang english
19231 Textual
19232 \begin_inset space ~
19233 \end_inset
19234
19235 reference: prints the caption of the reference
19236 \lang japanese
19237
19238 \begin_inset CommandInset ref
19239 LatexCommand nameref
19240 reference "fig:歪められた二つの像"
19241
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \begin_layout Standard
19248
19249 \family sans
19250 \lang english
19251 <page>
19252 \family default
19253  will not print the page number if the label is on the previous, the same,
19254  or the next page.
19255  You will e.
19256 \begin_inset space \thinspace{}
19257 \end_inset
19258
19259 g.
19260 \begin_inset space \space{}
19261 \end_inset
19262
19263 see the text 
19264 \begin_inset Quotes eld
19265 \end_inset
19266
19267
19268 \family sans
19269 on this page
19270 \family default
19271
19272 \begin_inset Quotes erd
19273 \end_inset
19274
19275  instead.
19276  The style 
19277 \family sans
19278 <reference> on page <page>
19279 \family default
19280  will not print anything about the page if the label is on the same page.
19281 \end_layout
19282
19283 \begin_layout Standard
19284
19285 \lang english
19286 The number and current page of the part of the document referred to in the
19287  output is automatically calculated by LaTeX.
19288  The varieties are adjusted in the field 
19289 \family sans
19290 Format
19291 \family default
19292  of the cross-reference window that appears when you click on the cross-referenc
19293 e box.
19294 \end_layout
19295
19296 \begin_layout Standard
19297
19298 \lang english
19299 \begin_inset Note Greyedout
19300 status open
19301
19302 \begin_layout Plain Layout
19303
19304 \series bold
19305 \lang english
19306 Note:
19307 \series default
19308  It is recommended to use the LaTeX-package 
19309 \series bold
19310 refstyle
19311 \series default
19312 \lang japanese
19313
19314 \begin_inset Index idx
19315 status collapsed
19316
19317 \begin_layout Plain Layout
19318 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \lang english
19325  because 
19326 \series bold
19327 prettyref
19328 \series default
19329 \lang japanese
19330
19331 \begin_inset Index idx
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \lang english
19342  does not know all of LyX's possible label shortcuts
19343 \begin_inset Foot
19344 status collapsed
19345
19346 \begin_layout Plain Layout
19347
19348 \lang english
19349 \begin_inset Quotes eld
19350 \end_inset
19351
19352 fig:
19353 \begin_inset Quotes erd
19354 \end_inset
19355
19356  is for example LyX's shortcut for labels in figure captions.
19357 \end_layout
19358
19359 \end_inset
19360
19361  and is not internationalized.
19362 \end_layout
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Subsection
19370 参照名の自動命名
19371 \begin_inset Index idx
19372 status collapsed
19373
19374 \begin_layout Plain Layout
19375 さんしょう@参照 ! じどうめいめい@自動命名
19376 \end_layout
19377
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \begin_layout Standard
19384
19385 \family sans
19386 文書設定
19387 \family default
19388 ダイアログの
19389 \family sans
19390 PDF特性
19391 \family default
19392 で有効にされた
19393 \series bold
19394 hyperref
19395 \series default
19396
19397 \begin_inset Index idx
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19402 \end_layout
19403
19404 \end_inset
19405
19406  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19407 \emph on
19408
19409 \emph default
19410 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19411 の機能を使用するには、hyperrefを有効にして、
19412 \end_layout
19413
19414 \begin_layout Standard
19415
19416 \series bold
19417
19418 \backslash
19419 AtBeginDocument{
19420 \backslash
19421 renewcommand{
19422 \backslash
19423 ref}[1]{
19424 \backslash
19425 mbox{
19426 \backslash
19427 autoref{#1}}}}
19428 \end_layout
19429
19430 \begin_layout Standard
19431 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19432 \begin_inset space \thinspace{}
19433 \end_inset
19434
19435 」としたいなど、既定の参照名以外のものが欲しい場合には、
19436 \end_layout
19437
19438 \begin_layout Standard
19439
19440 \series bold
19441
19442 \backslash
19443 addto
19444 \backslash
19445 extrasenglish{
19446 \backslash
19447 renewcommand{
19448 \backslash
19449 sectionautorefname}
19450 \begin_inset Newline newline
19451 \end_inset
19452
19453
19454 \begin_inset Phantom HPhantom
19455 status open
19456
19457 \begin_layout Plain Layout
19458
19459 \series bold
19460 \begin_inset space ~
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467
19468 {sec.
19469 \backslash
19470 negthinspace}}
19471 \end_layout
19472
19473 \begin_layout Standard
19474 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19475 \begin_inset Newline newline
19476 \end_inset
19477
19478
19479 \series bold
19480
19481 \backslash
19482 extrasenglishを
19483 \backslash
19484 extras***
19485 \series default
19486 に置き換えてください(***は使用中の言語名)。
19487 \end_layout
19488
19489 \begin_layout Standard
19490 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19491 \end_layout
19492
19493 \begin_layout Standard
19494
19495 \series bold
19496
19497 \backslash
19498 newlength{
19499 \backslash
19500 abc}
19501 \begin_inset Newline newline
19502 \end_inset
19503
19504
19505 \backslash
19506 settowidth{
19507 \backslash
19508 abc}{
19509 \backslash
19510 space}
19511 \begin_inset Newline newline
19512 \end_inset
19513
19514
19515 \backslash
19516 addto
19517 \backslash
19518 extrasenglish{
19519 \backslash
19520 renewcommand{
19521 \backslash
19522 equationautorefname}
19523 \begin_inset Newline newline
19524 \end_inset
19525
19526
19527 \begin_inset Phantom HPhantom
19528 status open
19529
19530 \begin_layout Plain Layout
19531
19532 \series bold
19533 \begin_inset space ~
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \end_inset
19540
19541 {
19542 \backslash
19543 hspace{-
19544 \backslash
19545 abc}}
19546 \end_layout
19547
19548 \begin_layout Standard
19549 この話題に関する詳細は、hyperrefの説明書
19550 \begin_inset CommandInset citation
19551 LatexCommand cite
19552 key "hyperref"
19553
19554 \end_inset
19555
19556 をお読みください。
19557 \end_layout
19558
19559 \begin_layout Standard
19560 \begin_inset Note Greyedout
19561 status open
19562
19563 \begin_layout Plain Layout
19564
19565 \series bold
19566 【註】
19567 \series default
19568 参照の自動命名は、相互参照を
19569 \family sans
19570 整形参照
19571 \family default
19572 様式(第
19573 \begin_inset CommandInset ref
19574 LatexCommand ref
19575 reference "sub:相互参照の書式"
19576
19577 \end_inset
19578
19579 節)で使用しているときには、使用することができません。
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \begin_layout Standard
19588 取扱説明書
19589 \emph on
19590 数式篇
19591 \emph default
19592 は、参照の自動命名が使用されている一例です。
19593 \end_layout
19594
19595 \begin_layout Subsection
19596 参照位置
19597 \begin_inset CommandInset label
19598 LatexCommand label
19599 name "sub:参照位置"
19600
19601 \end_inset
19602
19603
19604 \begin_inset Index idx
19605 status collapsed
19606
19607 \begin_layout Plain Layout
19608 さんしょう@参照 ! さんしょういち@参照位置
19609 \end_layout
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Standard
19617
19618 \family sans
19619 文書設定
19620 \family default
19621 ダイアログの
19622 \family sans
19623 PDF特性
19624 \family default
19625 で、
19626 \series bold
19627 hyperref
19628 \series default
19629
19630 \begin_inset Index idx
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19635 \end_layout
19636
19637 \end_inset
19638
19639 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19640 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19641 \series bold
19642 hyperref
19643 \series default
19644
19645 \begin_inset Index idx
19646 status collapsed
19647
19648 \begin_layout Plain Layout
19649 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19650 \end_layout
19651
19652 \end_inset
19653
19654 の一部である
19655 \series bold
19656 hyperref
19657 \series default
19658
19659 \begin_inset Index idx
19660 status collapsed
19661
19662 \begin_layout Plain Layout
19663 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19664 \end_layout
19665
19666 \end_inset
19667
19668 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19669 \end_layout
19670
19671 \begin_layout Standard
19672
19673 \series bold
19674
19675 \backslash
19676 usepackage[figure]{hypcap}
19677 \end_layout
19678
19679 \begin_layout Standard
19680 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19681 hypcapの説明書
19682 \begin_inset CommandInset citation
19683 LatexCommand cite
19684 key "hypcap"
19685
19686 \end_inset
19687
19688 をご覧ください。
19689 \end_layout
19690
19691 \begin_layout Standard
19692 \begin_inset Note Greyedout
19693 status open
19694
19695 \begin_layout Plain Layout
19696
19697 \series bold
19698 【註】hypcap
19699 \series default
19700 は内部図への参照には効力がありません。
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \begin_layout Section
19709 フロートの配置
19710 \begin_inset CommandInset label
19711 LatexCommand label
19712 name "sec:フロートの配置"
19713
19714 \end_inset
19715
19716
19717 \begin_inset Index idx
19718 status collapsed
19719
19720 \begin_layout Plain Layout
19721 ふろーと@フロート ! はいち@配置
19722 \end_layout
19723
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \begin_layout Standard
19730
19731 \family roman
19732 \series medium
19733 \shape up
19734 \size normal
19735 \emph off
19736 \bar no
19737 \noun off
19738 \color none
19739 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19740 \begin_inset Newline newline
19741 \end_inset
19742
19743
19744 \family sans
19745 \series default
19746 \shape default
19747 \size default
19748 \emph default
19749 \bar default
19750 \noun default
19751 \color inherit
19752 段をまたぐ
19753 \family roman
19754 \series medium
19755 \shape up
19756 \size normal
19757 \emph off
19758 \bar no
19759 \noun off
19760 \color none
19761 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19762 \begin_inset Newline newline
19763 \end_inset
19764
19765
19766 \family sans
19767 \series default
19768 \shape default
19769 \size default
19770 \emph default
19771 \bar default
19772 \noun default
19773 \color inherit
19774 横倒しに回転
19775 \family roman
19776 \series medium
19777 \shape up
19778 \size normal
19779 \emph off
19780 \bar no
19781 \noun off
19782 \color none
19783 オプションは、フロートを回転するのに用います。第
19784 \family default
19785 \series default
19786 \shape default
19787 \size default
19788 \emph default
19789 \bar default
19790 \noun default
19791 \color inherit
19792
19793 \begin_inset CommandInset ref
19794 LatexCommand ref
19795 reference "sec:回転フロート"
19796
19797 \end_inset
19798
19799
19800 \family roman
19801 \series medium
19802 \shape up
19803 \size normal
19804 \emph off
19805 \bar no
19806 \noun off
19807 \color none
19808 節をご参照ください。
19809 \end_layout
19810
19811 \begin_layout Standard
19812
19813 \family roman
19814 \series medium
19815 \shape up
19816 \size normal
19817 \emph off
19818 \bar no
19819 \noun off
19820 \color none
19821 フロートダイアログでは、
19822 \family sans
19823 \series default
19824 \shape default
19825 \size default
19826 \emph default
19827 \bar default
19828 \noun default
19829 \color inherit
19830 既定の配置を使う
19831 \family roman
19832 \series medium
19833 \shape up
19834 \size normal
19835 \emph off
19836 \bar no
19837 \noun off
19838 \color none
19839 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19840 \end_layout
19841
19842 \begin_layout Description
19843 可能ならば現在位置に: 
19844 \family roman
19845 \series medium
19846 \shape up
19847 \size normal
19848 \emph off
19849 \bar no
19850 \noun off
19851 \color none
19852 フロートを挿入位置に配置することを試みます
19853 \end_layout
19854
19855 \begin_layout Description
19856 ページ上部: 
19857 \family roman
19858 \series medium
19859 \shape up
19860 \size normal
19861 \emph off
19862 \bar no
19863 \noun off
19864 \color none
19865 フロートを現在ページの上部に配置することを試みます
19866 \end_layout
19867
19868 \begin_layout Description
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 Description
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 \end_layout
19893
19894 \begin_layout Standard
19895 LaTeXは、
19896 \emph on
19897 つねに
19898 \emph default
19899 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19900 \family sans
19901 可能ならば現在位置に
19902 \family default
19903 を試み、次に
19904 \family sans
19905 ページの上部
19906 \family default
19907 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19908 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19909 \end_layout
19910
19911 \begin_layout Standard
19912 既定では、各オプションはそれぞれ以下の規則を持っています。
19913 \end_layout
19914
19915 \begin_layout List
19916 \labelwidthstring 00.00.0000
19917
19918 \family sans
19919 ページ上部
19920 \family default
19921  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19922 \series bold
19923
19924 \backslash
19925 topfraction
19926 \series default
19927 )。
19928 \end_layout
19929
19930 \begin_layout List
19931 \labelwidthstring 00.00.0000
19932
19933 \family sans
19934 ページ下部
19935 \family default
19936  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
19937 \series bold
19938
19939 \backslash
19940 bottomfraction
19941 \series default
19942 )。
19943 \end_layout
19944
19945 \begin_layout List
19946 \labelwidthstring 00.00.0000
19947
19948 \family sans
19949 フロートを独立したページ 
19950 \family default
19951 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
19952 \series bold
19953
19954 \backslash
19955 floatpagefraction
19956 \series default
19957 )。
19958 \end_layout
19959
19960 \begin_layout Standard
19961 これらの規則に従いたくないときは、
19962 \family sans
19963 LaTeXの規則を無視する
19964 \family default
19965 オプションを追加することによって、これらを無視することができます。
19966 \begin_inset Newline newline
19967 \end_inset
19968
19969 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
19970 、ページの5割に変えるには、文書プリアンブルに
19971 \end_layout
19972
19973 \begin_layout Standard
19974
19975 \series bold
19976
19977 \backslash
19978 renewcommand{
19979 \backslash
19980 bottomfraction}{0.5}
19981 \end_layout
19982
19983 \begin_layout Standard
19984 という行を加えてください。
19985 \end_layout
19986
19987 \begin_layout Standard
19988 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
19989 \family sans
19990 何としても現在位置に置く
19991 \family default
19992 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
19993 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
19994 からです。
19995 \end_layout
19996
19997 \begin_layout Standard
19998 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
19999 \end_layout
20000
20001 \begin_layout Standard
20002 \begin_inset VSpace bigskip
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \begin_layout Standard
20009 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20010 することがあります。この問題を避けるには、LaTeXコマンドの
20011 \backslash
20012 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20013 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20014 \end_layout
20015
20016 \begin_layout Standard
20017
20018 \series bold
20019
20020 \backslash
20021 let
20022 \backslash
20023 mySection
20024 \backslash
20025 section
20026 \begin_inset Newline newline
20027 \end_inset
20028
20029
20030 \backslash
20031 renewcommand{
20032 \backslash
20033 section}{
20034 \backslash
20035 suppressfloats[t]
20036 \backslash
20037 mySection}
20038 \end_layout
20039
20040 \begin_layout Standard
20041 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20042 することがあるので、これらに対する定義はお勧めしません。
20043 \end_layout
20044
20045 \begin_layout Standard
20046 \begin_inset VSpace bigskip
20047 \end_inset
20048
20049 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20050 \series bold
20051 endfloat
20052 \series default
20053
20054 \begin_inset Index idx
20055 status collapsed
20056
20057 \begin_layout Plain Layout
20058 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20059 \end_layout
20060
20061 \end_inset
20062
20063 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20064 \begin_inset Quotes eld
20065 \end_inset
20066
20067
20068 \family sans
20069 [Figure
20070 \begin_inset space ~
20071 \end_inset
20072
20073 3.2 about here.]
20074 \family default
20075
20076 \begin_inset Quotes erd
20077 \end_inset
20078
20079 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20080 \end_layout
20081
20082 \begin_layout Standard
20083
20084 \series bold
20085
20086 \backslash
20087 usepackage[options]{endfloat}
20088 \end_layout
20089
20090 \begin_layout Standard
20091 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20092 \series bold
20093 endfloat
20094 \series default
20095 取扱説明書
20096 \begin_inset CommandInset citation
20097 LatexCommand cite
20098 key "endfloat"
20099
20100 \end_inset
20101
20102 をご参照ください。
20103 \begin_inset Newline newline
20104 \end_inset
20105
20106
20107 \begin_inset Note Greyedout
20108 status open
20109
20110 \begin_layout Plain Layout
20111
20112 \series bold
20113 【註】endfloat
20114 \series default
20115 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20116 \begin_inset CommandInset citation
20117 LatexCommand cite
20118 key "endfloat"
20119
20120 \end_inset
20121
20122 の第4節をご参照ください。
20123 \end_layout
20124
20125 \end_inset
20126
20127
20128 \begin_inset Newline newline
20129 \end_inset
20130
20131
20132 \begin_inset Note Greyedout
20133 status open
20134
20135 \begin_layout Plain Layout
20136
20137 \series bold
20138 【註】
20139 \series default
20140 現在のところ、
20141 \series bold
20142 endfloat
20143 \series default
20144 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20145 \series bold
20146
20147 \backslash
20148 ss
20149 \series default
20150 」コマンドを使用してください。
20151 \end_layout
20152
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \begin_layout Standard
20159 \begin_inset VSpace bigskip
20160 \end_inset
20161
20162 フロートの割付に関する詳細は、LaTeX関連書
20163 \begin_inset CommandInset citation
20164 LatexCommand cite
20165 key "latexcompanion,latexguide,latexbook"
20166
20167 \end_inset
20168
20169 をご覧ください。
20170 \end_layout
20171
20172 \begin_layout Section
20173 回転フロート
20174 \begin_inset CommandInset label
20175 LatexCommand label
20176 name "sec:回転フロート"
20177
20178 \end_inset
20179
20180
20181 \begin_inset Index idx
20182 status collapsed
20183
20184 \begin_layout Plain Layout
20185 ふろーと@フロート ! かいてん@回転
20186 \end_layout
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout Standard
20194 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20195 \family sans
20196 横倒しに回転
20197 \family default
20198 オプションを有効にします。
20199 \end_layout
20200
20201 \begin_layout Standard
20202 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20203 \family sans
20204 段をまたぐ
20205 \family default
20206 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20207 たって回転方向を強制したい場合には、文書クラスオプションに
20208 \series bold
20209 figuresleft
20210 \series default
20211 オプションあるいは
20212 \series bold
20213 figuresright
20214 \series default
20215 オプションを加えることができます。
20216 \end_layout
20217
20218 \begin_layout Standard
20219 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20220 \begin_inset CommandInset ref
20221 LatexCommand ref
20222 reference "tab:回転した表"
20223
20224 \end_inset
20225
20226 が回転表フロートの例です。
20227 \end_layout
20228
20229 \begin_layout Standard
20230 \begin_inset Note Greyedout
20231 status open
20232
20233 \begin_layout Plain Layout
20234
20235 \series bold
20236 【註】
20237 \series default
20238 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \end_layout
20245
20246 \begin_layout Standard
20247 \begin_inset Float table
20248 wide false
20249 sideways true
20250 status open
20251
20252 \begin_layout Plain Layout
20253 \begin_inset Caption
20254
20255 \begin_layout Plain Layout
20256 \begin_inset CommandInset label
20257 LatexCommand label
20258 name "tab:回転した表"
20259
20260 \end_inset
20261
20262 回転した表
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \begin_layout Plain Layout
20271 \align center
20272 \begin_inset Tabular
20273 <lyxtabular version="3" rows="1" columns="5">
20274 <features tabularvalignment="middle">
20275 <column alignment="center" valignment="top" width="0">
20276 <column alignment="center" valignment="top" width="0">
20277 <column alignment="center" valignment="top" width="0">
20278 <column alignment="center" valignment="top" width="0">
20279 <column alignment="center" valignment="top" width="0">
20280 <row>
20281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 試験
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 </row>
20327 </lyxtabular>
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \begin_layout Section
20340 従属フロート
20341 \begin_inset Index idx
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20346 \end_layout
20347
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \begin_layout Standard
20354 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20355 \begin_inset CommandInset ref
20356 LatexCommand ref
20357 reference "tab:従属表を横に並べたもの"
20358
20359 \end_inset
20360
20361 と表
20362 \begin_inset CommandInset ref
20363 LatexCommand ref
20364 reference "tab:従属表を縦に並べたもの"
20365
20366 \end_inset
20367
20368 に示されているように段落と同様に指定することができます。
20369 \end_layout
20370
20371 \begin_layout Standard
20372 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20373 \begin_inset CommandInset ref
20374 LatexCommand ref
20375 reference "tab:これは従属表a"
20376
20377 \end_inset
20378
20379 と表
20380 \begin_inset CommandInset ref
20381 LatexCommand ref
20382 reference "tab:これは従属表b"
20383
20384 \end_inset
20385
20386 は表
20387 \begin_inset CommandInset ref
20388 LatexCommand ref
20389 reference "tab:従属表を横に並べたもの"
20390
20391 \end_inset
20392
20393 の従属フロートです。
20394 \begin_inset Float table
20395 wide false
20396 sideways false
20397 status open
20398
20399 \begin_layout Plain Layout
20400 \begin_inset Caption
20401
20402 \begin_layout Plain Layout
20403 \begin_inset CommandInset label
20404 LatexCommand label
20405 name "tab:従属表を横に並べたもの"
20406
20407 \end_inset
20408
20409 従属表を横に並べたもの
20410 \end_layout
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Plain Layout
20418 \begin_inset space \hfill{}
20419 \end_inset
20420
20421
20422 \begin_inset Float table
20423 wide false
20424 sideways false
20425 status open
20426
20427 \begin_layout Plain Layout
20428 \begin_inset Caption
20429
20430 \begin_layout Plain Layout
20431 \begin_inset CommandInset label
20432 LatexCommand label
20433 name "tab:これは従属表a"
20434
20435 \end_inset
20436
20437 これは従属表aです。
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Plain Layout
20446 \align center
20447 \begin_inset Tabular
20448 <lyxtabular version="3" rows="1" columns="5">
20449 <features tabularvalignment="middle">
20450 <column alignment="center" valignment="top" width="0">
20451 <column alignment="center" valignment="top" width="0">
20452 <column alignment="center" valignment="top" width="0">
20453 <column alignment="center" valignment="top" width="0">
20454 <column alignment="center" valignment="top" width="0">
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 試験
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 </row>
20502 </lyxtabular>
20503
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \end_inset
20510
20511
20512 \begin_inset space \hfill{}
20513 \end_inset
20514
20515
20516 \begin_inset Float table
20517 wide false
20518 sideways false
20519 status open
20520
20521 \begin_layout Plain Layout
20522 \begin_inset Caption
20523
20524 \begin_layout Plain Layout
20525 \begin_inset CommandInset label
20526 LatexCommand label
20527 name "tab:これは従属表b"
20528
20529 \end_inset
20530
20531 これは従属表bです。
20532 \end_layout
20533
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \begin_layout Plain Layout
20540 \align center
20541 \begin_inset Tabular
20542 <lyxtabular version="3" rows="1" columns="5">
20543 <features tabularvalignment="middle">
20544 <column alignment="center" valignment="top" width="0">
20545 <column alignment="center" valignment="top" width="0">
20546 <column alignment="center" valignment="top" width="0">
20547 <column alignment="center" valignment="top" width="0">
20548 <column alignment="center" valignment="top" width="0">
20549 <row>
20550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 試験
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 </lyxtabular>
20597
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \end_inset
20604
20605
20606 \begin_inset space \hfill{}
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \end_inset
20613
20614
20615 \begin_inset Float table
20616 wide false
20617 sideways false
20618 status open
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Caption
20622
20623 \begin_layout Plain Layout
20624 \begin_inset CommandInset label
20625 LatexCommand label
20626 name "tab:従属表を縦に並べたもの"
20627
20628 \end_inset
20629
20630 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20631 \end_layout
20632
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Float table
20640 wide false
20641 sideways false
20642 status open
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Caption
20646
20647 \begin_layout Plain Layout
20648
20649 \end_layout
20650
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \begin_layout Plain Layout
20657 \align center
20658 \begin_inset Tabular
20659 <lyxtabular version="3" rows="1" columns="4">
20660 <features tabularvalignment="middle">
20661 <column alignment="center" valignment="top" width="0">
20662 <column alignment="center" valignment="top" width="0">
20663 <column alignment="center" valignment="top" width="0">
20664 <column alignment="center" valignment="top" width="0">
20665 <row>
20666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 試験
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 試験
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 試験
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 試験
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 </row>
20703 </lyxtabular>
20704
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \begin_layout Plain Layout
20716 \begin_inset Float table
20717 wide false
20718 sideways false
20719 status open
20720
20721 \begin_layout Plain Layout
20722 \begin_inset Caption
20723
20724 \begin_layout Plain Layout
20725
20726 \end_layout
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Plain Layout
20734 \align center
20735 \begin_inset Tabular
20736 <lyxtabular version="3" rows="1" columns="5">
20737 <features tabularvalignment="middle">
20738 <column alignment="center" valignment="top" width="0">
20739 <column alignment="center" valignment="top" width="0">
20740 <column alignment="center" valignment="top" width="0">
20741 <column alignment="center" valignment="top" width="0">
20742 <column alignment="center" valignment="top" width="0">
20743 <row>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 </lyxtabular>
20791
20792 \end_inset
20793
20794
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Section
20808 横並びのフロート
20809 \begin_inset Index idx
20810 status collapsed
20811
20812 \begin_layout Plain Layout
20813 ふろーと@フロート ! よこならび@横並び
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822
20823 \begin_inset CommandInset ref
20824 LatexCommand ref
20825 reference "fig:左側のフロート"
20826
20827 \end_inset
20828
20829 や図
20830 \begin_inset CommandInset ref
20831 LatexCommand ref
20832 reference "fig:右側のフロート"
20833
20834 \end_inset
20835
20836 のようにフロートを横並びに配置するには、
20837 \emph on
20838 ひとつの
20839 \emph default
20840 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20841 \begin_inset Foot
20842 status collapsed
20843
20844 \begin_layout Plain Layout
20845 Minipageは第
20846 \begin_inset CommandInset ref
20847 LatexCommand ref
20848 reference "sec:ミニページ"
20849
20850 \end_inset
20851
20852 節に説明があります。
20853 \end_layout
20854
20855 \end_inset
20856
20857 。幅は45
20858 \begin_inset space \thinspace{}
20859 \end_inset
20860
20861 -50
20862 \begin_inset space \thinspace{}
20863 \end_inset
20864
20865 列幅%とし、各minipageのボックス配置を
20866 \family sans
20867
20868 \family default
20869 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20870 \family sans
20871 列幅%
20872 \family default
20873 がここではminipageボックスの幅によって計算されることです。
20874 \end_layout
20875
20876 \begin_layout Standard
20877 \begin_inset Float figure
20878 wide false
20879 sideways false
20880 status open
20881
20882 \begin_layout Plain Layout
20883 \begin_inset Box Frameless
20884 position "b"
20885 hor_pos "c"
20886 has_inner_box 1
20887 inner_pos "t"
20888 use_parbox 0
20889 use_makebox 0
20890 width "45col%"
20891 special "none"
20892 height "1in"
20893 height_special "totalheight"
20894 status open
20895
20896 \begin_layout Plain Layout
20897 \align center
20898 \begin_inset Graphics
20899         filename ../clipart/mobius.eps
20900         lyxscale 50
20901         width 100col%
20902         scaleBeforeRotation
20903
20904 \end_inset
20905
20906
20907 \end_layout
20908
20909 \begin_layout Plain Layout
20910 \begin_inset Caption
20911
20912 \begin_layout Plain Layout
20913 \begin_inset CommandInset label
20914 LatexCommand label
20915 name "fig:左側のフロート"
20916
20917 \end_inset
20918
20919 左側のフロート
20920 \end_layout
20921
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \begin_inset space \hfill{}
20931 \end_inset
20932
20933
20934 \begin_inset Box Frameless
20935 position "b"
20936 hor_pos "c"
20937 has_inner_box 1
20938 inner_pos "t"
20939 use_parbox 0
20940 use_makebox 0
20941 width "45col%"
20942 special "none"
20943 height "1in"
20944 height_special "totalheight"
20945 status open
20946
20947 \begin_layout Plain Layout
20948 \align center
20949 \begin_inset Graphics
20950         filename ../clipart/platypus.eps
20951         lyxscale 50
20952         width 100col%
20953         scaleBeforeRotation
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Caption
20962
20963 \begin_layout Plain Layout
20964 \begin_inset CommandInset label
20965 LatexCommand label
20966 name "fig:右側のフロート"
20967
20968 \end_inset
20969
20970 右側のフロート
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \begin_layout Plain Layout
20984
20985 \end_layout
20986
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \begin_layout Section
20993 キャプションの書式設定
20994 \begin_inset Index idx
20995 status collapsed
20996
20997 \begin_layout Plain Layout
20998 きゃぷしょん@キャプション ! しょしきせってい@書式設定
20999 \end_layout
21000
21001 \end_inset
21002
21003
21004 \begin_inset Index idx
21005 status collapsed
21006
21007 \begin_layout Plain Layout
21008 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21009 \end_layout
21010
21011 \end_inset
21012
21013
21014 \begin_inset CommandInset label
21015 LatexCommand label
21016 name "sec:キャプションの書式設定"
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Standard
21024
21025 \family sans
21026 キャプション
21027 \family default
21028 環境は、
21029 \family sans
21030 フロート
21031 \family default
21032 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21033 \family sans
21034 図 #:
21035 \family default
21036 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21037 \family sans
21038 #
21039 \family default
21040 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21041 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21042 \end_layout
21043
21044 \begin_layout Standard
21045 既定のキャプション書式を変更するには、文書プリアンブルに
21046 \end_layout
21047
21048 \begin_layout Standard
21049
21050 \series bold
21051
21052 \backslash
21053 usepackage[format definition]{caption}
21054 \end_layout
21055
21056 \begin_layout Standard
21057 という行を加えて、LaTeXパッケージ
21058 \series bold
21059 caption
21060 \series default
21061
21062 \begin_inset Index idx
21063 status collapsed
21064
21065 \begin_layout Plain Layout
21066 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21067 \end_layout
21068
21069 \end_inset
21070
21071 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21072 \end_layout
21073
21074 \begin_layout Standard
21075
21076 \series bold
21077
21078 \backslash
21079 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21080 \end_layout
21081
21082 \begin_layout Standard
21083 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21084 \series bold
21085 caption
21086 \series default
21087 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21088 \end_layout
21089
21090 \begin_layout Standard
21091
21092 \series bold
21093
21094 \backslash
21095 captionsetup[フロート型]{書式定義}
21096 \end_layout
21097
21098 \begin_layout Standard
21099 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21100 \begin_inset CommandInset ref
21101 LatexCommand ref
21102 reference "fig:図キャプション"
21103
21104 \end_inset
21105
21106 と表
21107 \begin_inset CommandInset ref
21108 LatexCommand ref
21109 reference "tab:表キャプション"
21110
21111 \end_inset
21112
21113 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21114 \end_layout
21115
21116 \begin_layout Standard
21117
21118 \series bold
21119
21120 \backslash
21121 usepackage[tableposition=top]{caption}
21122 \series default
21123
21124 \begin_inset Newline newline
21125 \end_inset
21126
21127
21128 \series bold
21129
21130 \backslash
21131 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21132 \begin_inset Newline newline
21133 \end_inset
21134
21135
21136 \begin_inset Phantom HPhantom
21137 status open
21138
21139 \begin_layout Plain Layout
21140
21141 \backslash
21142 captionsetup[figure]{
21143 \end_layout
21144
21145 \end_inset
21146
21147 labelsep=period}
21148 \begin_inset Newline newline
21149 \end_inset
21150
21151
21152 \backslash
21153 captionsetup[table]{labelfont={bf,sf}}
21154 \end_layout
21155
21156 \begin_layout Standard
21157 \begin_inset Note Greyedout
21158 status open
21159
21160 \begin_layout Plain Layout
21161
21162 \series bold
21163 【註】
21164 \series default
21165 オプションのうち、
21166 \series bold
21167 tableposition=top
21168 \series default
21169 は、文書クラスに
21170 \series bold
21171 KOMA-script
21172 \series default
21173
21174 \begin_inset Index idx
21175 status collapsed
21176
21177 \begin_layout Plain Layout
21178 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21179 \end_layout
21180
21181 \end_inset
21182
21183 が使われているときには、無効になります。この場合には、文書クラスオプション
21184 \series bold
21185 captions=tableheading
21186 \series default
21187 を指定しなくてはなりません。
21188 \end_layout
21189
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \begin_layout Standard
21196
21197 \series bold
21198 caption
21199 \series default
21200 パッケージについての詳細は、その取扱説明書
21201 \begin_inset CommandInset citation
21202 LatexCommand cite
21203 key "caption"
21204
21205 \end_inset
21206
21207 をご覧ください。
21208 \end_layout
21209
21210 \begin_layout Standard
21211 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21212 \end_layout
21213
21214 \begin_layout Standard
21215
21216 \series bold
21217
21218 \backslash
21219 renewcommand{
21220 \backslash
21221 fnum@figure}{画像~
21222 \backslash
21223 thefigure}
21224 \end_layout
21225
21226 \begin_layout Standard
21227 なお、
21228 \series bold
21229
21230 \backslash
21231 thefigure
21232 \series default
21233 は表番号を挿入し、「
21234 \series bold
21235 ~
21236 \series default
21237 」は保護された空白を入れます。
21238 \end_layout
21239
21240 \begin_layout Standard
21241 \begin_inset VSpace bigskip
21242 \end_inset
21243
21244
21245 \series bold
21246 KOMA-script
21247 \series default
21248
21249 \begin_inset Index idx
21250 status collapsed
21251
21252 \begin_layout Plain Layout
21253 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21254 \end_layout
21255
21256 \end_inset
21257
21258 文書クラス(
21259 \family sans
21260 article (KOMA-script)
21261 \family default
21262
21263 \family sans
21264 book (KOMA-script)
21265 \family default
21266
21267 \family sans
21268 letter (KOMA-script)
21269 \family default
21270
21271 \family sans
21272 report (KOMA-script)
21273 \family default
21274 )を使用している場合には、
21275 \series bold
21276 caption
21277 \series default
21278 パッケージの代わりに
21279 \series bold
21280 KOMA-script
21281 \series default
21282 のビルトインコマンド
21283 \series bold
21284 etkomafont
21285 \series default
21286 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21287 \end_layout
21288
21289 \begin_layout Standard
21290
21291 \series bold
21292
21293 \backslash
21294 setkomafont{captionlabel}{
21295 \backslash
21296 bfseries}
21297 \end_layout
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302
21303 \backslash
21304 setkomafont
21305 \series default
21306 についての詳細は、
21307 \series bold
21308 KOMA-script
21309 \series default
21310 の取扱説明書
21311 \begin_inset CommandInset citation
21312 LatexCommand cite
21313 key "koma-script"
21314
21315 \end_inset
21316
21317 をご覧ください。
21318 \end_layout
21319
21320 \begin_layout Standard
21321 \begin_inset ERT
21322 status collapsed
21323
21324 \begin_layout Plain Layout
21325
21326
21327 \backslash
21328 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21329 }
21330 \end_layout
21331
21332 \end_inset
21333
21334
21335 \begin_inset Note Note
21336 status open
21337
21338 \begin_layout Plain Layout
21339 キャプション書式は、この例のみ変更してあります。
21340 \end_layout
21341
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \begin_layout Standard
21348 \begin_inset Float figure
21349 placement !p
21350 wide false
21351 sideways false
21352 status open
21353
21354 \begin_layout Plain Layout
21355 \align center
21356 \begin_inset Graphics
21357         filename ../clipart/mobius.eps
21358         lyxscale 50
21359         scale 50
21360         scaleBeforeRotation
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Caption
21369
21370 \begin_layout Plain Layout
21371 \begin_inset CommandInset label
21372 LatexCommand label
21373 name "fig:図キャプション"
21374
21375 \end_inset
21376
21377 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21378 \end_layout
21379
21380 \end_inset
21381
21382
21383 \end_layout
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={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21399 on}
21400 \end_layout
21401
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \begin_layout Standard
21408 \begin_inset Float table
21409 placement !p
21410 wide false
21411 sideways false
21412 status open
21413
21414 \begin_layout Plain Layout
21415 \begin_inset Caption
21416
21417 \begin_layout Plain Layout
21418 \begin_inset CommandInset label
21419 LatexCommand label
21420 name "tab:表キャプション"
21421
21422 \end_inset
21423
21424 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \begin_layout Plain Layout
21433 \align center
21434 \begin_inset Tabular
21435 <lyxtabular version="3" rows="1" columns="5">
21436 <features tabularvalignment="middle">
21437 <column alignment="center" valignment="top" width="0">
21438 <column alignment="center" valignment="top" width="0">
21439 <column alignment="center" valignment="top" width="0">
21440 <column alignment="center" valignment="top" width="0">
21441 <column alignment="center" valignment="top" width="0">
21442 <row>
21443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 </lyxtabular>
21490
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Section
21502 キャプションの配置
21503 \begin_inset Index idx
21504 status collapsed
21505
21506 \begin_layout Plain Layout
21507 きゃぷしょん@キャプション ! はいち@配置
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \begin_inset Index idx
21514 status collapsed
21515
21516 \begin_layout Plain Layout
21517 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21518 \end_layout
21519
21520 \end_inset
21521
21522
21523 \begin_inset CommandInset label
21524 LatexCommand label
21525 name "sec:キャプションの配置"
21526
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \begin_layout Standard
21533 通常、キャプションの配置原則は、
21534 \end_layout
21535
21536 \begin_layout Description
21537 図の場合: キャプションを図の下に置く
21538 \end_layout
21539
21540 \begin_layout Description
21541 表の場合: キャプションを表の上に置く
21542 \end_layout
21543
21544 \begin_layout Standard
21545 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21546 \family sans
21547 article
21548 \family default
21549
21550 \family sans
21551 book
21552 \family default
21553
21554 \family sans
21555 letter
21556 \family default
21557
21558 \family sans
21559 report
21560 \family default
21561 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21562 eXパッケージ
21563 \series bold
21564 caption
21565 \series default
21566 を読み込むコマンドに
21567 \end_layout
21568
21569 \begin_layout Standard
21570
21571 \series bold
21572 tableposition=top
21573 \end_layout
21574
21575 \begin_layout Standard
21576 というオプションを追加してください
21577 \begin_inset Foot
21578 status collapsed
21579
21580 \begin_layout Plain Layout
21581
21582 \series bold
21583 caption
21584 \series default
21585 パッケージについての詳細な情報は、第
21586 \begin_inset CommandInset ref
21587 LatexCommand ref
21588 reference "sec:キャプションの書式設定"
21589
21590 \end_inset
21591
21592 節をご覧ください。
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \series bold
21599 KOMA-script
21600 \series default
21601
21602 \begin_inset Index idx
21603 status collapsed
21604
21605 \begin_layout Plain Layout
21606 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21607 \end_layout
21608
21609 \end_inset
21610
21611 文書クラス(
21612 \family sans
21613 article (KOMA-script)
21614 \family default
21615
21616 \family sans
21617 book (KOMA-script)
21618 \family default
21619
21620 \family sans
21621 letter (KOMA-script)
21622 \family default
21623
21624 \family sans
21625 report (KOMA-script)
21626 \family default
21627
21628 \begin_inset space \thinspace{}
21629 \end_inset
21630
21631 )をお使いの場合には、
21632 \series bold
21633 caption
21634 \series default
21635 パッケージにオプションを与える代わりに、文書クラスオプション
21636 \series bold
21637 captions=tableheading
21638 \series default
21639 を設定することもできます。
21640 \end_layout
21641
21642 \begin_layout Standard
21643 \begin_inset VSpace bigskip
21644 \end_inset
21645
21646 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21647 \end_layout
21648
21649 \begin_layout Standard
21650
21651 \series bold
21652
21653 \backslash
21654 usepackage[option]{sidecap}
21655 \end_layout
21656
21657 \begin_layout Standard
21658 という行を入れて、LaTeXパッケージ
21659 \series bold
21660 sidecap
21661 \series default
21662
21663 \begin_inset Index idx
21664 status collapsed
21665
21666 \begin_layout Plain Layout
21667 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21668 \end_layout
21669
21670 \end_inset
21671
21672 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21673 \series bold
21674 innercaption
21675 \series default
21676 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21677 \series bold
21678 rightcaption
21679 \series default
21680 ないし
21681 \series bold
21682 leftcaption
21683 \series default
21684 オプションを用います。
21685 \end_layout
21686
21687 \begin_layout Standard
21688 \begin_inset ERT
21689 status collapsed
21690
21691 \begin_layout Plain Layout
21692
21693
21694 \backslash
21695 ifsidecap
21696 \end_layout
21697
21698 \end_inset
21699
21700
21701 \begin_inset Note Note
21702 status open
21703
21704 \begin_layout Plain Layout
21705 以下の部分は、LaTeXパッケージ
21706 \series bold
21707 sidecap
21708 \series default
21709 が導入されているときのみ表示されます。
21710 \end_layout
21711
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \begin_layout Standard
21718 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21719 \end_layout
21720
21721 \begin_layout Standard
21722 \noindent
21723 \begin_inset CommandInset line
21724 LatexCommand rule
21725 offset "0.5ex"
21726 width "100line%"
21727 height "1pt"
21728
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \begin_layout Standard
21735
21736 \series bold
21737
21738 \backslash
21739 newcommand{
21740 \backslash
21741 TabBesBeg}{%
21742 \begin_inset Newline newline
21743 \end_inset
21744
21745
21746 \begin_inset Phantom HPhantom
21747 status open
21748
21749 \begin_layout Plain Layout
21750
21751 \series bold
21752 \begin_inset space ~
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759
21760
21761 \backslash
21762 let
21763 \backslash
21764 MyTable
21765 \backslash
21766 table
21767 \begin_inset Newline newline
21768 \end_inset
21769
21770
21771 \begin_inset Phantom HPhantom
21772 status open
21773
21774 \begin_layout Plain Layout
21775
21776 \series bold
21777 \begin_inset space ~
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784
21785
21786 \backslash
21787 let
21788 \backslash
21789 MyEndtable
21790 \backslash
21791 endtable
21792 \begin_inset Newline newline
21793 \end_inset
21794
21795
21796 \begin_inset Phantom HPhantom
21797 status open
21798
21799 \begin_layout Plain Layout
21800
21801 \series bold
21802 \begin_inset space ~
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809
21810
21811 \backslash
21812 renewenvironment{table}{
21813 \backslash
21814 begin{SCtable}}{
21815 \backslash
21816 end{SCtable}}}
21817 \end_layout
21818
21819 \begin_layout Standard
21820
21821 \series bold
21822
21823 \backslash
21824 newcommand{
21825 \backslash
21826 TabBesEnd}{%
21827 \begin_inset Newline newline
21828 \end_inset
21829
21830
21831 \begin_inset Phantom HPhantom
21832 status open
21833
21834 \begin_layout Plain Layout
21835
21836 \series bold
21837 \begin_inset space ~
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \backslash
21847 let
21848 \backslash
21849 table
21850 \backslash
21851 MyTable
21852 \begin_inset Newline newline
21853 \end_inset
21854
21855
21856 \begin_inset Phantom HPhantom
21857 status open
21858
21859 \begin_layout Plain Layout
21860
21861 \series bold
21862 \begin_inset space ~
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \backslash
21872 let
21873 \backslash
21874 endtable
21875 \backslash
21876 MyEndtable
21877 \end_layout
21878
21879 \begin_layout Standard
21880
21881 \series bold
21882
21883 \backslash
21884 newcommand{
21885 \backslash
21886 FigBesBeg}{%
21887 \begin_inset Newline newline
21888 \end_inset
21889
21890
21891 \begin_inset Phantom HPhantom
21892 status open
21893
21894 \begin_layout Plain Layout
21895
21896 \series bold
21897 \begin_inset space ~
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \end_inset
21904
21905
21906 \backslash
21907 let
21908 \backslash
21909 MyFigure
21910 \backslash
21911 figure
21912 \begin_inset Newline newline
21913 \end_inset
21914
21915
21916 \begin_inset Phantom HPhantom
21917 status open
21918
21919 \begin_layout Plain Layout
21920
21921 \series bold
21922 \begin_inset space ~
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \end_inset
21929
21930
21931 \backslash
21932 let
21933 \backslash
21934 MyEndfigure
21935 \backslash
21936 endfigure
21937 \begin_inset Newline newline
21938 \end_inset
21939
21940
21941 \begin_inset Phantom HPhantom
21942 status open
21943
21944 \begin_layout Plain Layout
21945
21946 \series bold
21947 \begin_inset space ~
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \backslash
21957 renewenvironment{figure}{
21958 \backslash
21959 begin{SCfigure}}{
21960 \backslash
21961 end{SCfigure}}}
21962 \end_layout
21963
21964 \begin_layout Standard
21965
21966 \series bold
21967
21968 \backslash
21969 newcommand{
21970 \backslash
21971 FigBesEnd}{%
21972 \begin_inset Newline newline
21973 \end_inset
21974
21975
21976 \begin_inset Phantom HPhantom
21977 status open
21978
21979 \begin_layout Plain Layout
21980
21981 \series bold
21982 \begin_inset space ~
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \backslash
21992 let
21993 \backslash
21994 figure
21995 \backslash
21996 MyFigure
21997 \begin_inset Newline newline
21998 \end_inset
21999
22000
22001 \begin_inset Phantom HPhantom
22002 status open
22003
22004 \begin_layout Plain Layout
22005
22006 \series bold
22007 \begin_inset space ~
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \backslash
22017 let
22018 \backslash
22019 endfigure
22020 \backslash
22021 MyEndfigure}
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \noindent
22026 \begin_inset CommandInset line
22027 LatexCommand rule
22028 offset "0.5ex"
22029 width "100line%"
22030 height "1pt"
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044
22045 \backslash
22046 FigBesBeg
22047 \end_layout
22048
22049 \begin_layout Standard
22050 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
22051 \end_layout
22052
22053 \begin_layout Standard
22054
22055 \series bold
22056
22057 \backslash
22058 FigBesEnd
22059 \end_layout
22060
22061 \begin_layout Standard
22062 というコマンドを挿入してください。
22063 \end_layout
22064
22065 \begin_layout Standard
22066 表フロートに対しては、対応するコマンド
22067 \end_layout
22068
22069 \begin_layout Standard
22070
22071 \series bold
22072
22073 \backslash
22074 TabBesBeg
22075 \series default
22076 および
22077 \series bold
22078
22079 \backslash
22080 TabBesEnd
22081 \end_layout
22082
22083 \begin_layout Standard
22084 を使用してください。図
22085 \begin_inset CommandInset ref
22086 LatexCommand ref
22087 reference "fig:図横キャプション"
22088
22089 \end_inset
22090
22091 と表
22092 \begin_inset CommandInset ref
22093 LatexCommand ref
22094 reference "tab:表横キャプション"
22095
22096 \end_inset
22097
22098 がキャプションを脇に設定した例です。
22099 \end_layout
22100
22101 \begin_layout Standard
22102 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22103 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22104 \end_layout
22105
22106 \begin_layout Standard
22107
22108 \series bold
22109
22110 \backslash
22111 sidecaptionvpos{フロート型}{配置}
22112 \end_layout
22113
22114 \begin_layout Standard
22115 というコマンドを使用します。ここで「フロート型」は
22116 \family sans
22117 figure
22118 \family default
22119
22120 \family sans
22121 table
22122 \family default
22123 であり、「配置」は、上揃えの場合はtopの
22124 \end_layout
22125
22126 \begin_layout Standard
22127
22128 \family sans
22129 t
22130 \family default
22131 」、中央揃えの場合はcenterの「
22132 \family sans
22133 c
22134 \family default
22135 」、下揃えの場合はbottomの「
22136 \family sans
22137 b
22138 \family default
22139 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22140 \end_layout
22141
22142 \begin_layout Standard
22143
22144 \series bold
22145
22146 \backslash
22147 sidecaptionvpos{figure}{c}
22148 \end_layout
22149
22150 \begin_layout Standard
22151 というコマンドを使用します。これは、図
22152 \begin_inset CommandInset ref
22153 LatexCommand ref
22154 reference "fig:図横キャプション-2"
22155
22156 \end_inset
22157
22158 で使用されています。
22159 \end_layout
22160
22161 \begin_layout Standard
22162 \begin_inset VSpace medskip
22163 \end_inset
22164
22165
22166 \series bold
22167 sidecap
22168 \series default
22169 パッケージについての詳細は、
22170 \begin_inset CommandInset citation
22171 LatexCommand cite
22172 key "sidecap"
22173
22174 \end_inset
22175
22176 の説明書をご参照ください。
22177 \end_layout
22178
22179 \begin_layout Standard
22180 \begin_inset Note Greyedout
22181 status open
22182
22183 \begin_layout Plain Layout
22184
22185 \series bold
22186 【註】
22187 \series default
22188
22189 \begin_inset CommandInset ref
22190 LatexCommand ref
22191 reference "sub:参照位置"
22192
22193 \end_inset
22194
22195 節に説明があるLaTeXパッケージ
22196 \series bold
22197 hypcap
22198 \series default
22199
22200 \begin_inset Index idx
22201 status collapsed
22202
22203 \begin_layout Plain Layout
22204 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22205 \end_layout
22206
22207 \end_inset
22208
22209 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22210 \end_layout
22211
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \begin_layout Standard
22218 \begin_inset ERT
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222
22223
22224 \backslash
22225 FigBesBeg 
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset Float figure
22235 wide false
22236 sideways false
22237 status open
22238
22239 \begin_layout Plain Layout
22240 \begin_inset Graphics
22241         filename ../clipart/escher-lsd.eps
22242         scale 75
22243         scaleBeforeRotation
22244
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Caption
22252
22253 \begin_layout Plain Layout
22254 \begin_inset CommandInset label
22255 LatexCommand label
22256 name "fig:図横キャプション"
22257
22258 \end_inset
22259
22260 これは図の横にあるキャプションです。
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \begin_inset ERT
22275 status collapsed
22276
22277 \begin_layout Plain Layout
22278
22279
22280 \backslash
22281 TabBesBeg 
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Standard
22290 \begin_inset Float table
22291 wide false
22292 sideways false
22293 status open
22294
22295 \begin_layout Plain Layout
22296 \begin_inset Caption
22297
22298 \begin_layout Plain Layout
22299 \begin_inset CommandInset label
22300 LatexCommand label
22301 name "tab:表横キャプション"
22302
22303 \end_inset
22304
22305 これは表の横にあるキャプションです。
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Tabular
22315 <lyxtabular version="3" rows="4" columns="5">
22316 <features tabularvalignment="middle">
22317 <column alignment="center" valignment="top" width="0">
22318 <column alignment="center" valignment="top" width="0">
22319 <column alignment="center" valignment="top" width="0">
22320 <column alignment="center" valignment="top" width="0">
22321 <column alignment="center" valignment="top" width="0">
22322 <row>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 </row>
22369 <row>
22370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 </row>
22510 </lyxtabular>
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \begin_layout Standard
22523 \begin_inset ERT
22524 status collapsed
22525
22526 \begin_layout Plain Layout
22527
22528
22529 \backslash
22530 TabBesEnd
22531 \end_layout
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \begin_layout Standard
22539 \begin_inset ERT
22540 status collapsed
22541
22542 \begin_layout Plain Layout
22543
22544
22545 \backslash
22546 sidecaptionvpos{figure}{c}
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \begin_inset Float figure
22553 wide false
22554 sideways false
22555 status open
22556
22557 \begin_layout Plain Layout
22558 \begin_inset Graphics
22559         filename ../clipart/escher-lsd.eps
22560         scale 75
22561         scaleBeforeRotation
22562
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \begin_layout Plain Layout
22569 \begin_inset Caption
22570
22571 \begin_layout Plain Layout
22572 \begin_inset CommandInset label
22573 LatexCommand label
22574 name "fig:図横キャプション-2"
22575
22576 \end_inset
22577
22578 これは図の横にある縦方向中央揃えのキャプションです。
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \begin_layout Standard
22592 \begin_inset ERT
22593 status collapsed
22594
22595 \begin_layout Plain Layout
22596
22597
22598 \backslash
22599 FigBesEnd
22600 \end_layout
22601
22602 \end_inset
22603
22604
22605 \end_layout
22606
22607 \begin_layout Standard
22608 \begin_inset ERT
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612
22613
22614 \backslash
22615 else
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \begin_inset Note Note
22622 status open
22623
22624 \begin_layout Plain Layout
22625 以下の部分は、LaTeXパッケージ
22626 \series bold
22627 sidecap
22628 \series default
22629 が導入されていないときのみ表示されます。
22630 \end_layout
22631
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \begin_layout Standard
22638 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22639 \series bold
22640 sidecap
22641 \series default
22642 を導入する必要があります。
22643 \end_layout
22644
22645 \begin_layout Standard
22646 \begin_inset ERT
22647 status collapsed
22648
22649 \begin_layout Plain Layout
22650
22651
22652 \backslash
22653 fi
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Section
22662 フロート一覧
22663 \begin_inset Index idx
22664 status collapsed
22665
22666 \begin_layout Plain Layout
22667 ふろーと@フロート ! ふろーといちらん@フロート一覧
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \begin_layout Standard
22676 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22677 \family sans
22678 挿入\SpecialChar \menuseparator
22679 一覧/目次
22680 \family default
22681 メニューで挿入することができます。
22682 \end_layout
22683
22684 \begin_layout Standard
22685 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22686 \end_layout
22687
22688 \begin_layout Standard
22689 本文書の終わりに、図一覧と表一覧があります。
22690 \end_layout
22691
22692 \begin_layout Chapter
22693 注釈
22694 \end_layout
22695
22696 \begin_layout Section
22697 LyX注釈
22698 \begin_inset Index idx
22699 status collapsed
22700
22701 \begin_layout Plain Layout
22702 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22703 \end_layout
22704
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \begin_layout Standard
22711 注釈は、ツールバーボタン
22712 \begin_inset Graphics
22713         filename ../../images/note-insert.png
22714         scale 85
22715         scaleBeforeRotation
22716
22717 \end_inset
22718
22719 か、
22720 \family sans
22721 挿入\SpecialChar \menuseparator
22722 注釈
22723 \family default
22724 メニューで挿入することができます。注釈には、以下の三つの型があります。
22725 \end_layout
22726
22727 \begin_layout Description
22728 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22729 \begin_inset Newline newline
22730 \end_inset
22731
22732
22733 \begin_inset Newline newline
22734 \end_inset
22735
22736
22737 \begin_inset Graphics
22738         filename ../clipart/LyXNoteImageQt4.png
22739         display false
22740         scale 85
22741         scaleBeforeRotation
22742
22743 \end_inset
22744
22745
22746 \begin_inset Note Note
22747 status open
22748
22749 \begin_layout Plain Layout
22750 これは、出力には現れない注釈ボックスに書かれた文章です。
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Description
22759 コメント この注釈も出力には現れませんが、
22760 \family sans
22761 ファイル\SpecialChar \menuseparator
22762 エクスポート\SpecialChar \menuseparator
22763 LaTeX (pdflatex) / (平文)
22764 \family default
22765  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22766 \begin_inset Newline newline
22767 \end_inset
22768
22769
22770 \begin_inset Newline newline
22771 \end_inset
22772
22773
22774 \begin_inset Graphics
22775         filename ../clipart/CommentNoteImageQt4.png
22776         display false
22777         scale 85
22778         scaleBeforeRotation
22779
22780 \end_inset
22781
22782  
22783 \begin_inset Note Comment
22784 status open
22785
22786 \begin_layout Plain Layout
22787 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \begin_layout Description
22796 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22797 \begin_inset Newline newline
22798 \end_inset
22799
22800
22801 \begin_inset Newline newline
22802 \end_inset
22803
22804
22805 \begin_inset Graphics
22806         filename ../clipart/GreyedOutNoteImageQt4.png
22807         display false
22808         scale 85
22809         scaleBeforeRotation
22810
22811 \end_inset
22812
22813
22814 \begin_inset Newline newline
22815 \end_inset
22816
22817
22818 \begin_inset ERT
22819 status collapsed
22820
22821 \begin_layout Plain Layout
22822
22823
22824 \backslash
22825 renewenvironment{lyxgreyedout}
22826 \end_layout
22827
22828 \begin_layout Plain Layout
22829
22830 {
22831 \backslash
22832 textcolor[gray]{0.8}
22833 \backslash
22834 bgroup}{
22835 \backslash
22836 egroup}
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \begin_inset Note Greyedout
22843 status open
22844
22845 \begin_layout Plain Layout
22846 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22847 \begin_inset Foot
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851 これは、淡色表示注釈内に脚注を用いた例です。
22852 \end_layout
22853
22854 \end_inset
22855
22856 です。
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \begin_inset ERT
22863 status collapsed
22864
22865 \begin_layout Plain Layout
22866
22867
22868 \backslash
22869 renewenvironment{lyxgreyedout}
22870 \end_layout
22871
22872 \begin_layout Plain Layout
22873
22874 {
22875 \backslash
22876 textcolor{blue}
22877 \backslash
22878 bgroup}{
22879 \backslash
22880 egroup}
22881 \end_layout
22882
22883 \end_inset
22884
22885
22886 \begin_inset Note Note
22887 status open
22888
22889 \begin_layout Plain Layout
22890 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22891 ように再定義されています。
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \begin_inset Newline newline
22898 \end_inset
22899
22900
22901 \begin_inset Newline newline
22902 \end_inset
22903
22904 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22905 \end_layout
22906
22907 \begin_layout Standard
22908 \begin_inset VSpace bigskip
22909 \end_inset
22910
22911 注釈を挿入するのにツールバーボタン
22912 \begin_inset Graphics
22913         filename ../../images/note-insert.png
22914         scale 85
22915         scaleBeforeRotation
22916
22917 \end_inset
22918
22919 を使用すると、
22920 \family sans
22921 LyX注釈
22922 \family default
22923 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22924 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22925 さい。
22926 \end_layout
22927
22928 \begin_layout Standard
22929 \begin_inset VSpace bigskip
22930 \end_inset
22931
22932 淡色注釈の文字色は、プリアンブルに以下のコマンドを置くことで変更することができます。
22933 \end_layout
22934
22935 \begin_layout Standard
22936
22937 \series bold
22938
22939 \backslash
22940 renewenvironment{lyxgreyedout}
22941 \begin_inset Newline newline
22942 \end_inset
22943
22944
22945 \begin_inset Phantom HPhantom
22946 status open
22947
22948 \begin_layout Plain Layout
22949
22950 \series bold
22951 \begin_inset space ~
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \end_inset
22958
22959 {
22960 \backslash
22961 textcolor{色彩名}
22962 \backslash
22963 bgroup}{
22964 \backslash
22965 egroup}
22966 \end_layout
22967
22968 \begin_layout Standard
22969 使用できる色彩名と、自製色の定義の仕方は、第
22970 \begin_inset CommandInset ref
22971 LatexCommand ref
22972 reference "sec:色付きの表"
22973
22974 \end_inset
22975
22976 節で説明されています。
22977 \end_layout
22978
22979 \begin_layout Standard
22980 本文書で青で表示されている注釈は、青文字に設定した淡色表示注釈を使用しています。
22981 \end_layout
22982
22983 \begin_layout Section
22984 脚注
22985 \begin_inset CommandInset label
22986 LatexCommand label
22987 name "sec:脚注"
22988
22989 \end_inset
22990
22991
22992 \begin_inset Index idx
22993 status collapsed
22994
22995 \begin_layout Plain Layout
22996 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \begin_inset Index idx
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006 きゃくちゅう@脚注
23007 \end_layout
23008
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \begin_layout Standard
23015 脚注は、ツールバーボタン
23016 \begin_inset Graphics
23017         filename ../../images/footnote-insert.png
23018         scale 85
23019         scaleBeforeRotation
23020
23021 \end_inset
23022
23023 か、
23024 \family sans
23025 挿入\SpecialChar \menuseparator
23026 脚注
23027 \family default
23028 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23029 \begin_inset Graphics
23030         filename clipart/footnoteQt4.png
23031         scale 80
23032         scaleBeforeRotation
23033
23034 \end_inset
23035
23036 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23037 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23038 \end_layout
23039
23040 \begin_layout Standard
23041 これが脚注の例です
23042 \begin_inset Foot
23043 status open
23044
23045 \begin_layout Plain Layout
23046 \begin_inset CommandInset label
23047 LatexCommand label
23048 name "fn:これは脚注の一例"
23049
23050 \end_inset
23051
23052 これは脚注の一例です。
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \begin_inset ERT
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062
23063
23064 \backslash
23065 newcounter{MyRepeatFoot}
23066 \end_layout
23067
23068 \begin_layout Plain Layout
23069
23070
23071 \backslash
23072 setcounter{MyRepeatFoot}{
23073 \backslash
23074 thefootnote}
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \begin_layout Standard
23083 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23084 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23085 \end_layout
23086
23087 \begin_layout Standard
23088 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23089 \begin_inset CommandInset ref
23090 LatexCommand ref
23091 reference "sec:フロートの参照"
23092
23093 \end_inset
23094
23095 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23096 \begin_inset Newline newline
23097 \end_inset
23098
23099 これは脚注
23100 \begin_inset CommandInset ref
23101 LatexCommand ref
23102 reference "fn:これは脚注の一例"
23103
23104 \end_inset
23105
23106 の相互参照です。
23107 \end_layout
23108
23109 \begin_layout Standard
23110 \begin_inset VSpace defskip
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \begin_layout Standard
23117
23118 \lang english
23119 Footnotes in tables are not printed by LaTeX due to technical reasons.
23120  However there exists another method to print them: Instead of the footnote
23121  the command 
23122 \series bold
23123
23124 \backslash
23125 footnotemark{}
23126 \series default
23127  is inserted as TeX-code.
23128  The text of the footnote is entered as an argument of the TeX-code command
23129  
23130 \series bold
23131
23132 \backslash
23133 footnotetext
23134 \series default
23135  after the table.
23136 \begin_inset Newline newline
23137 \end_inset
23138
23139 This was done for the following table with the command
23140 \end_layout
23141
23142 \begin_layout Standard
23143
23144 \series bold
23145 \lang english
23146
23147 \backslash
23148 footnotetext{
23149 \series default
23150 Printed table footnote.
23151 \series bold
23152 }
23153 \end_layout
23154
23155 \begin_layout Standard
23156
23157 \lang english
23158 \begin_inset Tabular
23159 <lyxtabular version="3" rows="2" columns="1">
23160 <features tabularvalignment="middle">
23161 <column alignment="center" valignment="top" width="0">
23162 <row>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \lang english
23169 This an example text.
23170 \begin_inset Foot
23171 status open
23172
23173 \begin_layout Plain Layout
23174
23175 \lang english
23176 This footnote will not be printed!
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192
23193 \lang english
23194 This an example text.
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 footnotemark{}
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 </row>
23213 </lyxtabular>
23214
23215 \end_inset
23216
23217
23218 \begin_inset ERT
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222
23223
23224 \backslash
23225 footnotetext{
23226 \end_layout
23227
23228 \end_inset
23229
23230 Printed table footnote.
23231 \begin_inset ERT
23232 status collapsed
23233
23234 \begin_layout Plain Layout
23235
23236 }
23237 \end_layout
23238
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \begin_layout Standard
23245
23246 \lang english
23247 Footnotes in longtables are described in section
23248 \begin_inset space ~
23249 \end_inset
23250
23251
23252 \lang japanese
23253
23254 \begin_inset CommandInset ref
23255 LatexCommand ref
23256 reference "sub:長尺表での脚注"
23257
23258 \end_inset
23259
23260
23261 \lang english
23262 .
23263 \end_layout
23264
23265 \begin_layout Standard
23266
23267 \lang english
23268 Footnotes in minipage boxes are printed, but inside the box and with a different
23269  numbering because a minipage box is like a page inside a page.
23270  (For more about minipages, see section
23271 \begin_inset space ~
23272 \end_inset
23273
23274
23275 \lang japanese
23276
23277 \begin_inset CommandInset ref
23278 LatexCommand ref
23279 reference "sec:ミニページ"
23280
23281 \end_inset
23282
23283
23284 \lang english
23285 .) To get a footnote in the minipage that is output at the bottom of the
23286  page like normal footnotes, also use the method of 
23287 \series bold
23288
23289 \backslash
23290 footnotemark{}
23291 \series default
23292  and 
23293 \series bold
23294
23295 \backslash
23296 footnotetext
23297 \series default
23298 .
23299 \end_layout
23300
23301 \begin_layout Standard
23302
23303 \lang english
23304 \begin_inset Box Frameless
23305 position "t"
23306 hor_pos "c"
23307 has_inner_box 1
23308 inner_pos "t"
23309 use_parbox 0
23310 use_makebox 0
23311 width "100col%"
23312 special "none"
23313 height "1in"
23314 height_special "totalheight"
23315 status open
23316
23317 \begin_layout Plain Layout
23318
23319 \lang english
23320 This an example text in a minipage.
23321 \begin_inset Foot
23322 status open
23323
23324 \begin_layout Plain Layout
23325
23326 \lang english
23327 Footnote in the minipage.
23328 \end_layout
23329
23330 \end_inset
23331
23332
23333 \end_layout
23334
23335 \begin_layout Plain Layout
23336
23337 \lang english
23338 This an example text in a minipage.
23339 \begin_inset ERT
23340 status collapsed
23341
23342 \begin_layout Plain Layout
23343
23344
23345 \backslash
23346 footnotemark{}
23347 \end_layout
23348
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \begin_layout Standard
23360
23361 \lang english
23362 \begin_inset ERT
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366
23367
23368 \backslash
23369 footnotetext{
23370 \end_layout
23371
23372 \end_inset
23373
23374 Footnote outside the minipage.
23375 \begin_inset ERT
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379
23380 }
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Standard
23389
23390 \lang english
23391 \begin_inset VSpace defskip
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \begin_layout Standard
23398
23399 \lang english
23400 To refer to the same footnote several times without printing the footnote
23401  text every time, use the command 
23402 \series bold
23403
23404 \backslash
23405 footnotemark[number]
23406 \series default
23407  in TeX-code.
23408 \begin_inset Newline newline
23409 \end_inset
23410
23411 As you do not know the number of the repeating footnote while you are writing
23412  the text, you have to store its number.
23413  For the following footnote mark example, these commands were inserted in
23414  TeX-code after Footnote
23415 \begin_inset space ~
23416 \end_inset
23417
23418
23419 \lang japanese
23420
23421 \begin_inset CommandInset ref
23422 LatexCommand ref
23423 reference "fn:これは脚注の一例"
23424
23425 \end_inset
23426
23427
23428 \lang english
23429  to store the footnote number:
23430 \end_layout
23431
23432 \begin_layout Standard
23433
23434 \series bold
23435 \lang english
23436
23437 \backslash
23438 newcounter{MyRepeatFoot}
23439 \begin_inset Newline newline
23440 \end_inset
23441
23442
23443 \backslash
23444 setcounter{MyRepeatFoot}{
23445 \backslash
23446 thefootnote}
23447 \end_layout
23448
23449 \begin_layout Standard
23450
23451 \lang english
23452 The footnote mark was then created with this command:
23453 \end_layout
23454
23455 \begin_layout Standard
23456
23457 \series bold
23458 \lang english
23459
23460 \backslash
23461 footnotemark[
23462 \backslash
23463 theMyRepeatFoot]
23464 \end_layout
23465
23466 \begin_layout Standard
23467
23468 \lang english
23469 Here is a repeated footnote:
23470 \family roman
23471 \series medium
23472 \bar no
23473
23474 \begin_inset ERT
23475 status collapsed
23476
23477 \begin_layout Plain Layout
23478
23479
23480 \backslash
23481 footnotemark[
23482 \backslash
23483 theMyRepeatFoot]
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Standard
23492
23493 \lang english
23494 If you want to repeat the previous footnote, you can omit the storage of
23495  the footnote number and just use this command instead:
23496 \end_layout
23497
23498 \begin_layout Standard
23499
23500 \series bold
23501 \lang english
23502
23503 \backslash
23504 footnotemark[
23505 \backslash
23506 thefootnote]
23507 \end_layout
23508
23509 \begin_layout Standard
23510
23511 \lang english
23512 Here is another repeated footnote:
23513 \family roman
23514 \series medium
23515 \bar no
23516
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521
23522
23523 \backslash
23524 footnotemark[
23525 \backslash
23526 thefootnote]
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \begin_layout Subsection
23535 脚注の付番
23536 \begin_inset CommandInset label
23537 LatexCommand label
23538 name "sub:脚注の付番"
23539
23540 \end_inset
23541
23542
23543 \begin_inset Index idx
23544 status collapsed
23545
23546 \begin_layout Plain Layout
23547 きゃくちゅう@脚注 ! ふばん@付番
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \begin_layout Standard
23556 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23557 \end_layout
23558
23559 \begin_layout Standard
23560
23561 \series bold
23562
23563 \backslash
23564 @addtoreset{footnote}{section}
23565 \end_layout
23566
23567 \begin_layout Standard
23568 というコマンドを加えてください。
23569 \end_layout
23570
23571 \begin_layout Standard
23572 \begin_inset VSpace bigskip
23573 \end_inset
23574
23575 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23576 \end_layout
23577
23578 \begin_layout Standard
23579
23580 \series bold
23581
23582 \backslash
23583 renewcommand{
23584 \backslash
23585 thefootnote}{
23586 \backslash
23587 roman{footnote}}
23588 \end_layout
23589
23590 \begin_layout Standard
23591 \begin_inset ERT
23592 status collapsed
23593
23594 \begin_layout Plain Layout
23595
23596
23597 \backslash
23598 renewcommand{
23599 \backslash
23600 thefootnote}{
23601 \backslash
23602 roman{footnote}}
23603 \end_layout
23604
23605 \end_inset
23606
23607 これは、ローマ数字を使った脚注です
23608 \begin_inset Foot
23609 status collapsed
23610
23611 \begin_layout Plain Layout
23612 これは、ローマ数字を使った脚注の例です。
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \begin_layout Standard
23621 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23622 \series bold
23623
23624 \backslash
23625 roman
23626 \series default
23627
23628 \series bold
23629
23630 \backslash
23631 Roman
23632 \series default
23633 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23634 \series bold
23635
23636 \backslash
23637 Alph
23638 \series default
23639 または
23640 \series bold
23641
23642 \backslash
23643 alph
23644 \series default
23645 を使用してください。記号を使って付「番」するには、
23646 \series bold
23647
23648 \backslash
23649 fnsymbol
23650 \series default
23651 を使ってください。
23652 \end_layout
23653
23654 \begin_layout Standard
23655 \begin_inset Note Greyedout
23656 status open
23657
23658 \begin_layout Plain Layout
23659
23660 \series bold
23661 【註】
23662 \series default
23663 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \begin_inset Newline newline
23670 \end_inset
23671
23672
23673 \begin_inset Note Greyedout
23674 status open
23675
23676 \begin_layout Plain Layout
23677
23678 \series bold
23679 【註】
23680 \series default
23681 記号を使うと9個の脚注しか番号を振ることができません。
23682 \end_layout
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \begin_layout Standard
23690 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23691 \series bold
23692
23693 \backslash
23694 roman
23695 \series default
23696
23697 \series bold
23698
23699 \backslash
23700 arabic
23701 \series default
23702 に置き換えて使用してください。
23703 \begin_inset ERT
23704 status collapsed
23705
23706 \begin_layout Plain Layout
23707
23708
23709 \backslash
23710 renewcommand{
23711 \backslash
23712 thefootnote}{
23713 \backslash
23714 arabic{footnote}}
23715 \end_layout
23716
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \begin_layout Standard
23723 \begin_inset VSpace bigskip
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Standard
23730 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23731 \end_layout
23732
23733 \begin_layout Standard
23734
23735 \series bold
23736
23737 \backslash
23738 numberwithin{footnote}{chapter}
23739 \end_layout
23740
23741 \begin_layout Standard
23742 というコマンドを加えてください。
23743 \series bold
23744
23745 \backslash
23746 numberwithin
23747 \series default
23748 コマンドを使用できるようにするためには、文書設定の
23749 \family sans
23750 数式オプション
23751 \family default
23752 タブで
23753 \family sans
23754 AMS
23755 \begin_inset space ~
23756 \end_inset
23757
23758 mathパッケージを使う
23759 \family default
23760 オプションを有効にしてください。
23761 \end_layout
23762
23763 \begin_layout Standard
23764 \begin_inset ERT
23765 status collapsed
23766
23767 \begin_layout Plain Layout
23768
23769
23770 \backslash
23771 numberwithin{footnote}{chapter}
23772 \end_layout
23773
23774 \end_inset
23775
23776 これは、脚注のもう一つの例です
23777 \series bold
23778
23779 \begin_inset Foot
23780 status open
23781
23782 \begin_layout Plain Layout
23783
23784 \series bold
23785 これは、
23786 \series default
23787 「章番号.脚注番号」スキームで番号を振られた脚注です。
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \series default
23794
23795 \begin_inset ERT
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799
23800
23801 \backslash
23802 renewcommand{
23803 \backslash
23804 thefootnote}{
23805 \backslash
23806 arabic{footnote}}
23807 \end_layout
23808
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \begin_layout Standard
23815 \begin_inset Note Greyedout
23816 status open
23817
23818 \begin_layout Plain Layout
23819
23820 \series bold
23821 【註】
23822 \backslash
23823 numberwithin
23824 \series default
23825 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23826 \end_layout
23827
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \begin_layout Standard
23834 また、例えば「章番号.
23835 \backslash
23836 Roman{footnote}」スキームを得るには、
23837 \series bold
23838
23839 \backslash
23840 numberwithin
23841 \series default
23842 の代わりに以下のコマンドを使用してください。
23843 \end_layout
23844
23845 \begin_layout Standard
23846
23847 \series bold
23848
23849 \backslash
23850 renewcommand{
23851 \backslash
23852 thefootnote}{
23853 \backslash
23854 thechapter.
23855 \backslash
23856 Roman{footnote}}
23857 \end_layout
23858
23859 \begin_layout Subsection
23860 脚注の配置
23861 \begin_inset Index idx
23862 status collapsed
23863
23864 \begin_layout Plain Layout
23865 きゃくちゅう@脚注 ! はいち@配置
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23875 ブルに足して、1.5
23876 \begin_inset space \thinspace{}
23877 \end_inset
23878
23879 mmの余白を追加することもできます。
23880 \end_layout
23881
23882 \begin_layout Standard
23883
23884 \series bold
23885
23886 \backslash
23887 let
23888 \backslash
23889 myFoot
23890 \backslash
23891 footnote
23892 \begin_inset Newline newline
23893 \end_inset
23894
23895
23896 \backslash
23897 renewcommand{
23898 \backslash
23899 footnote}[1]{
23900 \backslash
23901 myFoot{#1
23902 \backslash
23903 vspace{1.5mm}}}
23904 \end_layout
23905
23906 \begin_layout Standard
23907 \begin_inset VSpace bigskip
23908 \end_inset
23909
23910 二段組文書では、脚注は各段底部に表示されます(図
23911 \begin_inset CommandInset ref
23912 LatexCommand ref
23913 reference "fig:標準的脚注配置"
23914
23915 \end_inset
23916
23917 )。図
23918 \begin_inset CommandInset ref
23919 LatexCommand ref
23920 reference "fig:ftnright脚注配置"
23921
23922 \end_inset
23923
23924 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23925 \end_layout
23926
23927 \begin_layout Standard
23928
23929 \series bold
23930
23931 \backslash
23932 usepackage{ftnright}
23933 \end_layout
23934
23935 \begin_layout Standard
23936 というコマンドを書いて、LaTeXパッケージ
23937 \series bold
23938 ftnright
23939 \series default
23940
23941 \begin_inset Index idx
23942 status collapsed
23943
23944 \begin_layout Plain Layout
23945 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23946 \end_layout
23947
23948 \end_inset
23949
23950 を読み込みます。
23951 \begin_inset Float figure
23952 placement !h
23953 wide false
23954 sideways false
23955 status open
23956
23957 \begin_layout Plain Layout
23958 \begin_inset ERT
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962
23963
23964 \backslash
23965 framebox{
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \begin_inset Graphics
23972         filename ../clipart/without_fntright.pdf
23973         width 100col%
23974         scaleBeforeRotation
23975
23976 \end_inset
23977
23978
23979 \begin_inset ERT
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983
23984 }
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Plain Layout
23993 \begin_inset Caption
23994
23995 \begin_layout Plain Layout
23996 \begin_inset CommandInset label
23997 LatexCommand label
23998 name "fig:標準的脚注配置"
23999
24000 \end_inset
24001
24002 二段組文書の標準的な脚注配置
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \begin_layout Standard
24016 \begin_inset Float figure
24017 placement !h
24018 wide false
24019 sideways false
24020 status open
24021
24022 \begin_layout Plain Layout
24023 \begin_inset ERT
24024 status collapsed
24025
24026 \begin_layout Plain Layout
24027
24028
24029 \backslash
24030 framebox{
24031 \end_layout
24032
24033 \end_inset
24034
24035
24036 \begin_inset Graphics
24037         filename ../clipart/with_fntright.pdf
24038         width 100col%
24039         scaleBeforeRotation
24040
24041 \end_inset
24042
24043
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049 }
24050 \end_layout
24051
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Caption
24059
24060 \begin_layout Plain Layout
24061 \begin_inset CommandInset label
24062 LatexCommand label
24063 name "fig:ftnright脚注配置"
24064
24065 \end_inset
24066
24067 LaTeXパッケージ
24068 \series bold
24069 ftnright
24070 \series default
24071 を使用したときの二段組文書の脚注配置
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \begin_layout Standard
24085 \begin_inset VSpace bigskip
24086 \end_inset
24087
24088 科学的文献に於いては、図
24089 \begin_inset CommandInset ref
24090 LatexCommand ref
24091 reference "fig:後注"
24092
24093 \end_inset
24094
24095 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24096 \begin_inset Index idx
24097 status collapsed
24098
24099 \begin_layout Plain Layout
24100 こちゅう@後注
24101 \end_layout
24102
24103 \end_inset
24104
24105 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24106 \family sans
24107 文書\SpecialChar \menuseparator
24108 設定\SpecialChar \menuseparator
24109 モジュール
24110 \family default
24111 メニューで
24112 \family sans
24113 脚注から後注へ
24114 \family default
24115 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24116 \end_layout
24117
24118 \begin_layout Standard
24119
24120 \series bold
24121
24122 \backslash
24123 theendnotes
24124 \end_layout
24125
24126 \begin_layout Standard
24127 というコマンドを挿入してください。
24128 \end_layout
24129
24130 \begin_layout Standard
24131 \begin_inset Float figure
24132 wide false
24133 sideways false
24134 status open
24135
24136 \begin_layout Plain Layout
24137 \align center
24138 \begin_inset ERT
24139 status collapsed
24140
24141 \begin_layout Plain Layout
24142
24143
24144 \backslash
24145 framebox{
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \begin_inset Graphics
24152         filename ../clipart/endnotes.pdf
24153         scaleBeforeRotation
24154
24155 \end_inset
24156
24157
24158 \begin_inset ERT
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162
24163 }
24164 \end_layout
24165
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \begin_layout Plain Layout
24172 \begin_inset Caption
24173
24174 \begin_layout Plain Layout
24175 \begin_inset CommandInset label
24176 LatexCommand label
24177 name "fig:後注"
24178
24179 \end_inset
24180
24181 後注 – 注を節ないし章末に別段落として印字します。
24182 \end_layout
24183
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Standard
24195 \begin_inset VSpace medskip
24196 \end_inset
24197
24198 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24199 \end_layout
24200
24201 \begin_layout Standard
24202
24203 \series bold
24204
24205 \backslash
24206 renewcommand{
24207 \backslash
24208 notesname}{Anmerkungen}
24209 \end_layout
24210
24211 \begin_layout Standard
24212 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24213 \end_layout
24214
24215 \begin_layout Standard
24216 \begin_inset VSpace medskip
24217 \end_inset
24218
24219
24220 \begin_inset CommandInset ref
24221 LatexCommand ref
24222 reference "sub:脚注の付番"
24223
24224 \end_inset
24225
24226 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24227 \series bold
24228
24229 \backslash
24230 thefootnote
24231 \series default
24232 コマンドの代わりに
24233 \series bold
24234
24235 \backslash
24236 theendnote
24237 \series default
24238 を用いてください。後注番号をリセットするには、第
24239 \begin_inset CommandInset ref
24240 LatexCommand ref
24241 reference "sub:脚注の付番"
24242
24243 \end_inset
24244
24245 節で述べたコマンド
24246 \series bold
24247
24248 \backslash
24249 @addtoreset
24250 \series default
24251 の、パラメータ
24252 \series bold
24253 footnote
24254 \series default
24255
24256 \series bold
24257 endnote
24258 \series default
24259 に変えて、使用してください。
24260 \end_layout
24261
24262 \begin_layout Standard
24263 後注の印だけを作成するには、第
24264 \begin_inset CommandInset ref
24265 LatexCommand ref
24266 reference "sec:脚注"
24267
24268 \end_inset
24269
24270 節で説明した
24271 \series bold
24272
24273 \backslash
24274 footnotemark
24275 \series default
24276 コマンドの代わりに、
24277 \series bold
24278
24279 \backslash
24280 endnotemark[番号]
24281 \series default
24282 コマンドを使用してください。
24283 \end_layout
24284
24285 \begin_layout Standard
24286 \begin_inset VSpace bigskip
24287 \end_inset
24288
24289 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24290 \series bold
24291 footmisc
24292 \series default
24293
24294 \begin_inset Index idx
24295 status collapsed
24296
24297 \begin_layout Plain Layout
24298 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \begin_inset CommandInset citation
24305 LatexCommand cite
24306 key "footmisc"
24307
24308 \end_inset
24309
24310 を参照してください。
24311 \end_layout
24312
24313 \begin_layout Standard
24314 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24315 \begin_inset CommandInset citation
24316 LatexCommand cite
24317 key "latexcompanion,latexguide,latexbook"
24318
24319 \end_inset
24320
24321 に載っています。
24322 \end_layout
24323
24324 \begin_layout Section
24325 傍注
24326 \begin_inset Index idx
24327 status collapsed
24328
24329 \begin_layout Plain Layout
24330 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24331 \end_layout
24332
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \begin_layout Standard
24339 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24340 \family sans
24341 挿入\SpecialChar \menuseparator
24342 傍注
24343 \family default
24344 メニューかツールバーボタン
24345 \begin_inset Graphics
24346         filename ../../images/marginalnote-insert.png
24347         scale 85
24348         scaleBeforeRotation
24349
24350 \end_inset
24351
24352 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24353 \end_layout
24354
24355 \begin_layout Standard
24356 横にあるのが傍注です
24357 \begin_inset Marginal
24358 status open
24359
24360 \begin_layout Plain Layout
24361 これは傍注文です。
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \begin_layout Standard
24370 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24371 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24372 \end_layout
24373
24374 \begin_layout Standard
24375 \begin_inset VSpace bigskip
24376 \end_inset
24377
24378 傍注を内側余白に置くには、傍注の前にTeXコードで
24379 \end_layout
24380
24381 \begin_layout Standard
24382
24383 \series bold
24384
24385 \backslash
24386 reversemarginpar
24387 \end_layout
24388
24389 \begin_layout Standard
24390 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24391 \begin_inset ERT
24392 status collapsed
24393
24394 \begin_layout Plain Layout
24395
24396
24397 \backslash
24398 reversemarginpar 
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \begin_inset Marginal
24405 status open
24406
24407 \begin_layout Plain Layout
24408 これは内側余白の傍注です。
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \series bold
24415
24416 \begin_inset Newline newline
24417 \end_inset
24418
24419
24420 \series default
24421
24422 \begin_inset Note Greyedout
24423 status open
24424
24425 \begin_layout Plain Layout
24426 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 既定の配置に戻すには、TeXコードで
24436 \end_layout
24437
24438 \begin_layout Standard
24439
24440 \series bold
24441
24442 \backslash
24443 normalmarginpar
24444 \end_layout
24445
24446 \begin_layout Standard
24447 というコマンドを書き加えてください。
24448 \begin_inset ERT
24449 status collapsed
24450
24451 \begin_layout Plain Layout
24452
24453
24454 \backslash
24455 normalmarginpar 
24456 \end_layout
24457
24458 \end_inset
24459
24460  
24461 \begin_inset Note Greyedout
24462 status open
24463
24464 \begin_layout Plain Layout
24465
24466 \series bold
24467 【註】
24468 \backslash
24469 reversemarginpar
24470 \series default
24471 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24472 \end_layout
24473
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \begin_layout Standard
24480 \begin_inset VSpace bigskip
24481 \end_inset
24482
24483
24484 \begin_inset Marginal
24485 status open
24486
24487 \begin_layout Plain Layout
24488 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "sub:複数行"
24497
24498 \end_inset
24499
24500 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24501 \begin_inset space \thinspace{}
24502 \end_inset
24503
24504 pt水平空白を挿入してください 
24505 \begin_inset Marginal
24506 status open
24507
24508 \begin_layout Plain Layout
24509 \begin_inset space \hspace*{}
24510 \length 0pt
24511 \end_inset
24512
24513 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 \begin_inset VSpace bigskip
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \begin_layout Standard
24529 \begin_inset Note Greyedout
24530 status open
24531
24532 \begin_layout Plain Layout
24533
24534 \series bold
24535 【註】
24536 \series default
24537 通常、傍注は表やフロート、脚注の中では使用することができません。
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Standard
24546 \begin_inset VSpace bigskip
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Standard
24553 \begin_inset ERT
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557
24558
24559 \backslash
24560 ifmarginnote
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \begin_inset Note Note
24567 status open
24568
24569 \begin_layout Plain Layout
24570 以下の部分は、LaTeXパッケージ
24571 \series bold
24572 marginnote
24573 \series default
24574 が導入されているときのみ表示されます。
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583 この制約は、LaTeXパッケージ
24584 \series bold
24585 marginnote
24586 \series default
24587
24588 \begin_inset Index idx
24589 status collapsed
24590
24591 \begin_layout Plain Layout
24592 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24593 \end_layout
24594
24595 \end_inset
24596
24597 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24598 \series bold
24599 marginnote
24600 \series default
24601 パッケージが提供するコマンドを使うようになります。
24602 \end_layout
24603
24604 \begin_layout Standard
24605
24606 \series bold
24607
24608 \backslash
24609 usepackage{marginnote}
24610 \begin_inset Newline newline
24611 \end_inset
24612
24613
24614 \backslash
24615 let
24616 \backslash
24617 marginpar
24618 \backslash
24619 marginnote
24620 \end_layout
24621
24622 \begin_layout Standard
24623
24624 \series bold
24625 marginnote
24626 \series default
24627 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24628 \series bold
24629 marginnote
24630 \series default
24631 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24632 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24633 \end_layout
24634
24635 \begin_layout Standard
24636
24637 \series bold
24638 [オフセット]
24639 \end_layout
24640
24641 \begin_layout Standard
24642 という形で書くことで設定することができます。ここで「オフセット」には、表
24643 \begin_inset CommandInset ref
24644 LatexCommand ref
24645 reference "tab:単位"
24646
24647 \end_inset
24648
24649 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24650 \series bold
24651 [-1.5cm]
24652 \series default
24653 」を使用して、1.5
24654 \begin_inset space \thinspace{}
24655 \end_inset
24656
24657 cm上にずらしてあります
24658 \begin_inset Marginal
24659 status open
24660
24661 \begin_layout Plain Layout
24662 この傍注は、本来の位置よりも1.5
24663 \begin_inset space \thinspace{}
24664 \end_inset
24665
24666 cm上にずらしてあります。
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \begin_inset ERT
24673 status collapsed
24674
24675 \begin_layout Plain Layout
24676
24677 [-1.5cm]
24678 \end_layout
24679
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \begin_layout Standard
24686 \begin_inset VSpace medskip
24687 \end_inset
24688
24689
24690 \series bold
24691 marginnote
24692 \series default
24693 を使うと、傍注の揃えを変更することもできます。たとえば、
24694 \end_layout
24695
24696 \begin_layout Standard
24697
24698 \series bold
24699
24700 \backslash
24701 renewcommand*{
24702 \backslash
24703 raggedleftmarginnote}{
24704 \backslash
24705 centering}
24706 \begin_inset Newline newline
24707 \end_inset
24708
24709
24710 \backslash
24711 renewcommand*{
24712 \backslash
24713 raggedrightmarginnote}{
24714 \backslash
24715 centering}
24716 \end_layout
24717
24718 \begin_layout Standard
24719 というコマンドを使うと、中央揃えになります。
24720 \series bold
24721
24722 \backslash
24723 raggedleftmarginnote
24724 \series default
24725 とは、左側に表示されている傍注のことを指します
24726 \begin_inset ERT
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730
24731
24732 \backslash
24733 renewcommand*{
24734 \backslash
24735 raggedleftmarginnote}{
24736 \backslash
24737 centering}
24738 \end_layout
24739
24740 \begin_layout Plain Layout
24741
24742
24743 \backslash
24744 renewcommand*{
24745 \backslash
24746 raggedrightmarginnote}{
24747 \backslash
24748 centering}
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \begin_inset Marginal
24755 status open
24756
24757 \begin_layout Plain Layout
24758 この傍注の文章は中央揃えになっています。
24759 \end_layout
24760
24761 \end_inset
24762
24763 。既定の設定は、
24764 \end_layout
24765
24766 \begin_layout Standard
24767
24768 \series bold
24769
24770 \backslash
24771 renewcommand*{
24772 \backslash
24773 raggedleftmarginnote}{
24774 \backslash
24775 raggedleft}
24776 \begin_inset Newline newline
24777 \end_inset
24778
24779
24780 \backslash
24781 renewcommand*{
24782 \backslash
24783 raggedrightmarginnote}{
24784 \backslash
24785 raggedright}
24786 \series default
24787
24788 \begin_inset ERT
24789 status collapsed
24790
24791 \begin_layout Plain Layout
24792
24793
24794 \backslash
24795 renewcommand*{
24796 \backslash
24797 raggedleftmarginnote}{
24798 \backslash
24799 raggedleft}
24800 \end_layout
24801
24802 \begin_layout Plain Layout
24803
24804
24805 \backslash
24806 renewcommand*{
24807 \backslash
24808 raggedrightmarginnote}{
24809 \backslash
24810 raggedright}
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 です。
24820 \end_layout
24821
24822 \begin_layout Standard
24823 \begin_inset VSpace medskip
24824 \end_inset
24825
24826
24827 \series bold
24828 marginnote
24829 \series default
24830 の他の機能については、
24831 \begin_inset CommandInset citation
24832 LatexCommand cite
24833 key "marginnote"
24834
24835 \end_inset
24836
24837 の取扱説明書をご参照ください。
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \begin_inset VSpace bigskip
24842 \end_inset
24843
24844 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24845 \family sans
24846 \series bold
24847 \bar under
24848 注意!
24849 \family default
24850 \series default
24851 \bar default
24852 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24853 \end_layout
24854
24855 \begin_layout Standard
24856
24857 \series bold
24858
24859 \backslash
24860 let
24861 \backslash
24862 myMarginpar
24863 \backslash
24864 marginpar
24865 \begin_inset Newline newline
24866 \end_inset
24867
24868
24869 \backslash
24870 renewcommand{
24871 \backslash
24872 marginpar}[1]{
24873 \backslash
24874 myMarginpar{%
24875 \begin_inset Newline newline
24876 \end_inset
24877
24878
24879 \begin_inset Phantom HPhantom
24880 status open
24881
24882 \begin_layout Plain Layout
24883
24884 \series bold
24885 \begin_inset space ~
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \backslash
24895 hspace{0pt}
24896 \backslash
24897 textsf{
24898 \backslash
24899 textbf{
24900 \backslash
24901 underbar{注意!}}}%
24902 \begin_inset Newline newline
24903 \end_inset
24904
24905
24906 \begin_inset Phantom HPhantom
24907 status open
24908
24909 \begin_layout Plain Layout
24910
24911 \series bold
24912 \begin_inset space ~
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \end_inset
24919
24920
24921 \backslash
24922 vspace{1.5mm}
24923 \backslash
24924
24925 \backslash
24926 #1}}
24927 \end_layout
24928
24929 \begin_layout Standard
24930 \begin_inset ERT
24931 status collapsed
24932
24933 \begin_layout Plain Layout
24934
24935
24936 \backslash
24937 let
24938 \backslash
24939 myMarginpar
24940 \backslash
24941 marginpar
24942 \end_layout
24943
24944 \begin_layout Plain Layout
24945
24946
24947 \backslash
24948 renewcommand{
24949 \backslash
24950 marginpar}[1]{
24951 \backslash
24952 myMarginpar{%
24953 \end_layout
24954
24955 \begin_layout Plain Layout
24956
24957    
24958 \backslash
24959 textsf{
24960 \backslash
24961 textbf{
24962 \backslash
24963 underbar{注意!}}}%
24964 \end_layout
24965
24966 \begin_layout Plain Layout
24967
24968    
24969 \backslash
24970 vspace{1.5mm}
24971 \backslash
24972
24973 \backslash
24974 #1}}
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \begin_inset Marginal
24981 status open
24982
24983 \begin_layout Plain Layout
24984 これは、定義したヘッダをつけた傍注です。
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \begin_inset ERT
24991 status collapsed
24992
24993 \begin_layout Plain Layout
24994
24995 [-1.5cm]
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \begin_inset ERT
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005
25006
25007 \backslash
25008 renewcommand{
25009 \backslash
25010 marginpar}[1]{
25011 \backslash
25012 myMarginpar{#1}}
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \begin_inset Note Note
25019 status open
25020
25021 \begin_layout Plain Layout
25022 傍注書式は、この例の分だけ変更してあります。
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Standard
25031 \begin_inset ERT
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035
25036
25037 \backslash
25038 else
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \begin_inset Note Note
25045 status open
25046
25047 \begin_layout Plain Layout
25048 以下の部分は、LaTeXパッケージ
25049 \series bold
25050 marginnote
25051 \series default
25052 が導入されていないときのみ表示されます。
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25062 \series bold
25063 marginnote
25064 \series default
25065 を導入する必要があります。
25066 \end_layout
25067
25068 \begin_layout Standard
25069 \begin_inset ERT
25070 status collapsed
25071
25072 \begin_layout Plain Layout
25073
25074
25075 \backslash
25076 fi
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Chapter
25085 ボックス
25086 \end_layout
25087
25088 \begin_layout Section
25089 はじめに
25090 \begin_inset Index idx
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 ぼっくす@ボックス ! はじめに
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25104 \begin_inset CommandInset ref
25105 LatexCommand ref
25106 reference "sec:ミニページ"
25107
25108 \end_inset
25109
25110 節参照)、文章を囲ったり(第
25111 \begin_inset CommandInset ref
25112 LatexCommand ref
25113 reference "sec:装飾"
25114
25115 \end_inset
25116
25117 節参照)、単語がハイフネートされるのを予防したり(第
25118 \begin_inset CommandInset ref
25119 LatexCommand ref
25120 reference "sec:ハイフネーションの回避"
25121
25122 \end_inset
25123
25124 節参照)、文章を揃えたり(第
25125 \begin_inset CommandInset ref
25126 LatexCommand ref
25127 reference "sub:垂直揃え"
25128
25129 \end_inset
25130
25131 節参照)、あるいは文章の背景色を設定したり(第
25132 \begin_inset CommandInset ref
25133 LatexCommand ref
25134 reference "sec:色付きボックス"
25135
25136 \end_inset
25137
25138 節参照)するのに使用します。
25139 \end_layout
25140
25141 \begin_layout Standard
25142 ボックスは、
25143 \family sans
25144 挿入\SpecialChar \menuseparator
25145 ボックス
25146 \family default
25147 メニューかツールバーボタン
25148 \begin_inset Graphics
25149         filename ../../images/box-insert.png
25150         scale 85
25151         scaleBeforeRotation
25152
25153 \end_inset
25154
25155 を使って挿入することができます。すると、
25156 \begin_inset Graphics
25157         filename ../clipart/BoxInsetDefaultQt4.png
25158         scale 85
25159         scaleBeforeRotation
25160
25161 \end_inset
25162
25163 のように
25164 \family sans
25165 ボックス(minipage環境)
25166 \family default
25167 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25168 \family sans
25169 設定
25170 \family default
25171 メニューを選択すると現れるボックスダイアログでは、
25172 \family sans
25173 parboxコマンド
25174 \family default
25175
25176 \family sans
25177 minipage環境
25178 \family default
25179 の二つの
25180 \family sans
25181 内部ボックス
25182 \family default
25183 型を選択することができます。
25184 \family sans
25185 minipage
25186 \family default
25187 型は、新規ボックスの既定値となっており、第
25188 \begin_inset CommandInset ref
25189 LatexCommand ref
25190 reference "sec:ミニページ"
25191
25192 \end_inset
25193
25194 節で説明します。
25195 \family sans
25196 parbox
25197 \family default
25198 型は、第
25199 \begin_inset CommandInset ref
25200 LatexCommand ref
25201 reference "sec:Parboxes"
25202
25203 \end_inset
25204
25205 節で述べます 
25206 \lang english
25207 and the type 
25208 \family sans
25209 Makebox
25210 \family default
25211  in 
25212 \lang japanese
25213
25214 \begin_inset CommandInset ref
25215 LatexCommand ref
25216 reference "sec:ハイフネーションの回避"
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Standard
25224 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25225 \end_layout
25226
25227 \begin_layout Standard
25228 \begin_inset Note Greyedout
25229 status open
25230
25231 \begin_layout Plain Layout
25232 【註】ボックスは、
25233 \family sans
25234 箇条書き(記号)
25235 \family default
25236 環境や
25237 \family sans
25238 箇条書き(記述)
25239 \family default
25240 環境の単独要素とすべきではありません。
25241 \end_layout
25242
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \begin_layout Standard
25249 \begin_inset Note Greyedout
25250 status open
25251
25252 \begin_layout Plain Layout
25253 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25254 \family sans
25255 内部ボックス
25256 \family default
25257 型は
25258 \family sans
25259 なし
25260 \family default
25261 にしか設定することができません。
25262 \family sans
25263 内部ボックス
25264 \family default
25265 型や枠のないボックスについては、第
25266 \begin_inset CommandInset ref
25267 LatexCommand ref
25268 reference "sec:ハイフネーションの回避"
25269
25270 \end_inset
25271
25272 節で説明します。
25273 \end_layout
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Section
25281 ボックスダイアログ
25282 \begin_inset CommandInset label
25283 LatexCommand label
25284 name "sec:ボックスダイアログ"
25285
25286 \end_inset
25287
25288
25289 \begin_inset Index idx
25290 status collapsed
25291
25292 \begin_layout Plain Layout
25293 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \begin_layout Subsection
25302 寸法
25303 \begin_inset Index idx
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307 ぼっくす@ボックス ! すんぽう@寸法
25308 \end_layout
25309
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \begin_layout Standard
25316 ボックスダイアログでは、
25317 \family sans
25318
25319 \family default
25320
25321 \family sans
25322 高さ
25323 \family default
25324 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25325 \begin_inset CommandInset ref
25326 LatexCommand ref
25327 reference "tab:単位"
25328
25329 \end_inset
25330
25331 に説明されています。
25332 \family sans
25333 高さ
25334 \family default
25335 フィールドには、加えて以下の寸法を使用することができます。
25336 \end_layout
25337
25338 \begin_layout Description
25339 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25340 \begin_inset Newline newline
25341 \end_inset
25342
25343
25344 \begin_inset Newline newline
25345 \end_inset
25346
25347
25348 \begin_inset Newline newline
25349 \end_inset
25350
25351
25352 \begin_inset Box Boxed
25353 position "c"
25354 hor_pos "c"
25355 has_inner_box 1
25356 inner_pos "c"
25357 use_parbox 0
25358 use_makebox 0
25359 width "12col%"
25360 special "none"
25361 height "1in"
25362 height_special "depth"
25363 status open
25364
25365 \begin_layout Plain Layout
25366 \align center
25367 高さを1階層に設定したボックス
25368 \end_layout
25369
25370 \end_inset
25371
25372
25373 \begin_inset Newline newline
25374 \end_inset
25375
25376
25377 \begin_inset Newline newline
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \begin_layout Description
25384 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25385 \begin_inset Box Boxed
25386 position "c"
25387 hor_pos "c"
25388 has_inner_box 1
25389 inner_pos "c"
25390 use_parbox 0
25391 use_makebox 0
25392 width "20col%"
25393 special "none"
25394 height "2in"
25395 height_special "height"
25396 status open
25397
25398 \begin_layout Plain Layout
25399 \align center
25400 高さを2高さに設定したボックス
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \begin_layout Description
25409 全高 これは「高さ」+「階層」です。
25410 \begin_inset Box Boxed
25411 position "c"
25412 hor_pos "c"
25413 has_inner_box 1
25414 inner_pos "c"
25415 use_parbox 0
25416 use_makebox 0
25417 width "20col%"
25418 special "none"
25419 height "1in"
25420 height_special "totalheight"
25421 status open
25422
25423 \begin_layout Plain Layout
25424 \align center
25425 高さを1全高に設定したボックス
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \begin_layout Description
25434 幅 これはボックスの幅を高さに設定します。
25435 \begin_inset Box Boxed
25436 position "c"
25437 hor_pos "c"
25438 has_inner_box 1
25439 inner_pos "c"
25440 use_parbox 0
25441 use_makebox 0
25442 width "12col%"
25443 special "none"
25444 height "1in"
25445 height_special "width"
25446 status open
25447
25448 \begin_layout Plain Layout
25449 \align center
25450 高さを1幅に設定したボックス
25451 \end_layout
25452
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \begin_layout Subsection
25459 文字揃え
25460 \begin_inset Index idx
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464 ぼっくす@ボックス ! もじそろえ@文字揃え
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \begin_layout Standard
25473
25474 \family sans
25475 内部ボックス
25476 \family default
25477 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25478 \end_layout
25479
25480 \begin_layout Description
25481 上 これは例示のための本文行です。
25482 \begin_inset Box Boxed
25483 position "t"
25484 hor_pos "c"
25485 has_inner_box 1
25486 inner_pos "c"
25487 use_parbox 0
25488 use_makebox 0
25489 width "12col%"
25490 special "none"
25491 height "1in"
25492 height_special "totalheight"
25493 status open
25494
25495 \begin_layout Plain Layout
25496 \align center
25497 このボックスは上揃えです。
25498 \end_layout
25499
25500 \end_inset
25501
25502 これは例示のための本文行です。
25503 \end_layout
25504
25505 \begin_layout Description
25506 中央 これは例示のための本文行です。
25507 \begin_inset Box Boxed
25508 position "c"
25509 hor_pos "c"
25510 has_inner_box 1
25511 inner_pos "c"
25512 use_parbox 0
25513 use_makebox 0
25514 width "12col%"
25515 special "none"
25516 height "1in"
25517 height_special "totalheight"
25518 status open
25519
25520 \begin_layout Plain Layout
25521 \align center
25522 このボックスは中央揃えです。
25523 \end_layout
25524
25525 \end_inset
25526
25527 これは例示のための本文行です。
25528 \end_layout
25529
25530 \begin_layout Description
25531 下 これは例示のための本文行です。
25532 \begin_inset Box Boxed
25533 position "b"
25534 hor_pos "c"
25535 has_inner_box 1
25536 inner_pos "c"
25537 use_parbox 0
25538 use_makebox 0
25539 width "12col%"
25540 special "none"
25541 height "1in"
25542 height_special "totalheight"
25543 status open
25544
25545 \begin_layout Plain Layout
25546 \align center
25547 このボックスは下揃えです。
25548 \end_layout
25549
25550 \end_inset
25551
25552 これは例示のための本文行です。
25553 \end_layout
25554
25555 \begin_layout Standard
25556 \begin_inset Note Greyedout
25557 status open
25558
25559 \begin_layout Plain Layout
25560
25561 \series bold
25562 【註】
25563 \series default
25564 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25565 \end_layout
25566
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \begin_layout Standard
25573 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25574 \end_layout
25575
25576 \begin_layout Standard
25577 \begin_inset VSpace bigskip
25578 \end_inset
25579
25580
25581 \family sans
25582 内部ボックス
25583 \family default
25584 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25585 \end_layout
25586
25587 \begin_layout Description
25588 上 これは例示のための本文行です。
25589 \begin_inset Box Boxed
25590 position "c"
25591 hor_pos "c"
25592 has_inner_box 1
25593 inner_pos "t"
25594 use_parbox 0
25595 use_makebox 0
25596 width "12col%"
25597 special "none"
25598 height "1.5in"
25599 height_special "totalheight"
25600 status open
25601
25602 \begin_layout Plain Layout
25603 \align center
25604 このボックスの文章は上揃えです。
25605 \end_layout
25606
25607 \end_inset
25608
25609 これは例示のための本文行です。
25610 \end_layout
25611
25612 \begin_layout Description
25613 中央 これは例示のための本文行です。
25614 \begin_inset Box Boxed
25615 position "c"
25616 hor_pos "c"
25617 has_inner_box 1
25618 inner_pos "c"
25619 use_parbox 0
25620 use_makebox 0
25621 width "12col%"
25622 special "none"
25623 height "1.5in"
25624 height_special "totalheight"
25625 status open
25626
25627 \begin_layout Plain Layout
25628 \align center
25629 このボックスの文章は中央揃えです。
25630 \end_layout
25631
25632 \end_inset
25633
25634 これは例示のための本文行です。
25635 \end_layout
25636
25637 \begin_layout Description
25638 下 これは例示のための本文行です。
25639 \begin_inset Box Boxed
25640 position "c"
25641 hor_pos "c"
25642 has_inner_box 1
25643 inner_pos "b"
25644 use_parbox 0
25645 use_makebox 0
25646 width "12col%"
25647 special "none"
25648 height "1.5in"
25649 height_special "totalheight"
25650 status open
25651
25652 \begin_layout Plain Layout
25653 \align center
25654 このボックスの文章は下揃えです。
25655 \end_layout
25656
25657 \end_inset
25658
25659 これは例示のための本文行です。
25660 \end_layout
25661
25662 \begin_layout Description
25663 広げる これは例示のための本文行です。
25664 \begin_inset Box Boxed
25665 position "c"
25666 hor_pos "c"
25667 has_inner_box 1
25668 inner_pos "s"
25669 use_parbox 0
25670 use_makebox 0
25671 width "17col%"
25672 special "none"
25673 height "1.5in"
25674 height_special "totalheight"
25675 status open
25676
25677 \begin_layout Plain Layout
25678 \align center
25679 このボックスの
25680 \end_layout
25681
25682 \begin_layout Plain Layout
25683 \align center
25684 文章は広げて
25685 \end_layout
25686
25687 \begin_layout Plain Layout
25688 \align center
25689 あります。
25690 \end_layout
25691
25692 \end_inset
25693
25694 これは例示のための本文行です。
25695 \end_layout
25696
25697 \begin_layout Standard
25698 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25699 \end_layout
25700
25701 \begin_layout Standard
25702 \begin_inset VSpace bigskip
25703 \end_inset
25704
25705
25706 \family sans
25707 内部ボックス
25708 \family default
25709 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25710 \end_layout
25711
25712 \begin_layout Standard
25713 \align center
25714 \begin_inset Box Boxed
25715 position "c"
25716 hor_pos "c"
25717 has_inner_box 1
25718 inner_pos "s"
25719 use_parbox 0
25720 use_makebox 0
25721 width "25col%"
25722 special "none"
25723 height "1.25in"
25724 height_special "totalheight"
25725 status open
25726
25727 \begin_layout Plain Layout
25728 \align left
25729 このボックスの
25730 \end_layout
25731
25732 \begin_layout Plain Layout
25733 \align center
25734 文章は広げて
25735 \end_layout
25736
25737 \begin_layout Plain Layout
25738 \align right
25739 あります。
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Standard
25748
25749 \family sans
25750 内部ボックス
25751 \family default
25752 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25753 \end_layout
25754
25755 \begin_layout Standard
25756 \align center
25757 \begin_inset Box Boxed
25758 position "c"
25759 hor_pos "s"
25760 has_inner_box 0
25761 inner_pos "s"
25762 use_parbox 0
25763 use_makebox 0
25764 width "90col%"
25765 special "none"
25766 height "1.25in"
25767 height_special "totalheight"
25768 status open
25769
25770 \begin_layout Plain Layout
25771 \align left
25772 このボックスの文章は水平方向に広げてあります。
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \begin_layout Subsection
25781 装飾
25782 \begin_inset CommandInset label
25783 LatexCommand label
25784 name "sec:装飾"
25785
25786 \end_inset
25787
25788
25789 \begin_inset Index idx
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 ぼっくす@ボックス ! そうしょく@装飾
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Standard
25802 ボックス型は、ボックスダイアログ中の
25803 \family sans
25804 装飾
25805 \family default
25806 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25807 \end_layout
25808
25809 \begin_layout Description
25810
25811 \lang english
25812 No
25813 \begin_inset space ~
25814 \end_inset
25815
25816 frame Nothing is drawn.
25817 \end_layout
25818
25819 \begin_layout Description
25820 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25821 \series bold
25822
25823 \backslash
25824 fboxrule
25825 \series default
25826 の値になります。 
25827 \begin_inset Box Boxed
25828 position "c"
25829 hor_pos "c"
25830 has_inner_box 1
25831 inner_pos "c"
25832 use_parbox 0
25833 use_makebox 0
25834 width "20col%"
25835 special "none"
25836 height "1in"
25837 height_special "totalheight"
25838 status open
25839
25840 \begin_layout Plain Layout
25841 \align center
25842 長方形の箱型
25843 \end_layout
25844
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \begin_layout Description
25851 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25852 \begin_inset space \thinspace{}
25853 \end_inset
25854
25855 ptです。 
25856 \begin_inset Box ovalbox
25857 position "c"
25858 hor_pos "c"
25859 has_inner_box 1
25860 inner_pos "c"
25861 use_parbox 0
25862 use_makebox 0
25863 width "20col%"
25864 special "none"
25865 height "1in"
25866 height_special "totalheight"
25867 status open
25868
25869 \begin_layout Plain Layout
25870 \align center
25871 楕円形の箱型(細線)
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \begin_layout Description
25880 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25881 \begin_inset space \thinspace{}
25882 \end_inset
25883
25884 ptです。 
25885 \begin_inset Box Ovalbox
25886 position "c"
25887 hor_pos "c"
25888 has_inner_box 1
25889 inner_pos "c"
25890 use_parbox 0
25891 use_makebox 0
25892 width "20col%"
25893 special "none"
25894 height "1in"
25895 height_special "totalheight"
25896 status open
25897
25898 \begin_layout Plain Layout
25899 \align center
25900 楕円形の箱型(太線)
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Description
25909 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25910 \series bold
25911
25912 \backslash
25913 fboxrule
25914 \series default
25915 の値になり、影の幅は4
25916 \begin_inset space \thinspace{}
25917 \end_inset
25918
25919 ptになります。
25920 \begin_inset Box Shadowbox
25921 position "c"
25922 hor_pos "c"
25923 has_inner_box 1
25924 inner_pos "c"
25925 use_parbox 0
25926 use_makebox 0
25927 width "20col%"
25928 special "none"
25929 height "1in"
25930 height_special "totalheight"
25931 status open
25932
25933 \begin_layout Plain Layout
25934 \align center
25935 影付きの箱型
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Description
25944 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25945 \begin_inset Foot
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949
25950 \begin_inset CommandInset ref
25951 LatexCommand ref
25952 reference "sec:色付きボックス"
25953
25954 \end_inset
25955
25956 節を参照のこと。
25957 \end_layout
25958
25959 \end_inset
25960
25961 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25962 \begin_inset Box Shaded
25963 position "t"
25964 hor_pos "c"
25965 has_inner_box 0
25966 inner_pos "t"
25967 use_parbox 0
25968 use_makebox 0
25969 width "50col%"
25970 special "none"
25971 height "1in"
25972 height_special "totalheight"
25973 status open
25974
25975 \begin_layout Plain Layout
25976 影付き背景の箱型
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Description
25985 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25986 \begin_inset space \thinspace{}
25987 \end_inset
25988
25989
25990 \series bold
25991
25992 \backslash
25993 fboxrule
25994 \series default
25995 であり、外側の枠線の太さは1.5
25996 \begin_inset space \thinspace{}
25997 \end_inset
25998
25999
26000 \series bold
26001
26002 \backslash
26003 fboxrule
26004 \series default
26005 です。枠線間の距離は1.5
26006 \begin_inset space \thinspace{}
26007 \end_inset
26008
26009
26010 \series bold
26011
26012 \backslash
26013 fboxrule
26014 \series default
26015
26016 \begin_inset space \thinspace{}
26017 \end_inset
26018
26019 +
26020 \begin_inset space \thinspace{}
26021 \end_inset
26022
26023 0.5
26024 \begin_inset space \thinspace{}
26025 \end_inset
26026
26027 ptです。 
26028 \begin_inset Box Doublebox
26029 position "c"
26030 hor_pos "c"
26031 has_inner_box 1
26032 inner_pos "c"
26033 use_parbox 0
26034 use_makebox 0
26035 width "20col%"
26036 special "none"
26037 height "1in"
26038 height_special "totalheight"
26039 status open
26040
26041 \begin_layout Plain Layout
26042 \align center
26043 二重の長方形の箱型
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \begin_layout Standard
26052 \begin_inset VSpace bigskip
26053 \end_inset
26054
26055 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26056 \series bold
26057 fancybox
26058 \series default
26059
26060 \begin_inset Index idx
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26065 \end_layout
26066
26067 \end_inset
26068
26069 が導入済みでなくてはなりません。
26070 \end_layout
26071
26072 \begin_layout Standard
26073 \begin_inset VSpace bigskip
26074 \end_inset
26075
26076 装飾として
26077 \family sans
26078 簡素な長方形の箱型
26079 \family default
26080 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26081 れ、このボックス型では
26082 \series bold
26083
26084 \backslash
26085 fboxrule
26086 \series default
26087
26088 \series bold
26089
26090 \backslash
26091 fboxsep
26092 \series default
26093 は無効となります。枠線の太さは
26094 \series bold
26095
26096 \backslash
26097 FrameRule
26098 \series default
26099 の値になります。 
26100 \begin_inset Box Framed
26101 position "t"
26102 hor_pos "c"
26103 has_inner_box 0
26104 inner_pos "t"
26105 use_parbox 0
26106 use_makebox 0
26107 width "100col%"
26108 special "none"
26109 height "1in"
26110 height_special "totalheight"
26111 status collapsed
26112
26113 \begin_layout Plain Layout
26114 改行可能な箱型
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \begin_layout Section
26123 ボックスの詳細な設定
26124 \begin_inset Index idx
26125 status collapsed
26126
26127 \begin_layout Plain Layout
26128 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Standard
26137 寸法
26138 \series bold
26139
26140 \backslash
26141 fboxrule
26142 \series default
26143 の既定値は0.4
26144 \begin_inset space \thinspace{}
26145 \end_inset
26146
26147 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26148 \begin_inset space \thinspace{}
26149 \end_inset
26150
26151 ptに変更することができます。
26152 \end_layout
26153
26154 \begin_layout Standard
26155
26156 \series bold
26157
26158 \backslash
26159 setlength{
26160 \backslash
26161 fboxrule}{2pt}
26162 \end_layout
26163
26164 \begin_layout Standard
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172 setlength{
26173 \backslash
26174 fboxrule}{2pt}
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \begin_inset Box Boxed
26181 position "c"
26182 hor_pos "c"
26183 has_inner_box 1
26184 inner_pos "c"
26185 use_parbox 0
26186 use_makebox 0
26187 width "25col%"
26188 special "none"
26189 height "1in"
26190 height_special "totalheight"
26191 status open
26192
26193 \begin_layout Plain Layout
26194 \align center
26195
26196 \series bold
26197
26198 \backslash
26199 fboxrule
26200 \series default
26201
26202 \begin_inset space \thinspace{}
26203 \end_inset
26204
26205 =
26206 \begin_inset space \thinspace{}
26207 \end_inset
26208
26209 2
26210 \begin_inset space \thinspace{}
26211 \end_inset
26212
26213 ptの長方形の箱型
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 setlength{
26227 \backslash
26228 fboxrule}{0.4pt}
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \begin_layout Standard
26237 \begin_inset VSpace bigskip
26238 \end_inset
26239
26240 枠とボックスの内容との空白は、すべての枠様式について3
26241 \begin_inset space \thinspace{}
26242 \end_inset
26243
26244 ptが既定値になっています。これは、長さ
26245 \series bold
26246
26247 \backslash
26248 fboxsep
26249 \series default
26250 を別の値に設定することによって変更することができます。たとえば
26251 \end_layout
26252
26253 \begin_layout Standard
26254
26255 \series bold
26256
26257 \backslash
26258 setlength{
26259 \backslash
26260 fboxsep}{10pt}
26261 \end_layout
26262
26263 \begin_layout Standard
26264 というコマンドは、この値を10
26265 \begin_inset space \thinspace{}
26266 \end_inset
26267
26268 ptにし、以下のボックスのようになります。
26269 \end_layout
26270
26271 \begin_layout Standard
26272 \begin_inset ERT
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276
26277
26278 \backslash
26279 setlength{
26280 \backslash
26281 fboxsep}{10pt}
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \begin_inset Box Boxed
26288 position "c"
26289 hor_pos "c"
26290 has_inner_box 1
26291 inner_pos "c"
26292 use_parbox 0
26293 use_makebox 0
26294 width "25col%"
26295 special "none"
26296 height "1in"
26297 height_special "totalheight"
26298 status open
26299
26300 \begin_layout Plain Layout
26301 \align center
26302
26303 \series bold
26304
26305 \backslash
26306 fboxsep
26307 \series default
26308
26309 \begin_inset space \thinspace{}
26310 \end_inset
26311
26312 =
26313 \begin_inset space \thinspace{}
26314 \end_inset
26315
26316 10
26317 \begin_inset space \thinspace{}
26318 \end_inset
26319
26320 ptの長方形の箱型
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \begin_inset ERT
26327 status collapsed
26328
26329 \begin_layout Plain Layout
26330
26331
26332 \backslash
26333 setlength{
26334 \backslash
26335 fboxsep}{3pt}
26336 \end_layout
26337
26338 \end_inset
26339
26340
26341 \end_layout
26342
26343 \begin_layout Standard
26344 \begin_inset VSpace bigskip
26345 \end_inset
26346
26347 楕円形ボックスの丸い角の直径は、コマンド
26348 \series bold
26349
26350 \backslash
26351 cornersize
26352 \series default
26353 で設定することができます。
26354 \end_layout
26355
26356 \begin_layout Standard
26357
26358 \series bold
26359
26360 \backslash
26361 cornersize*{1cm}
26362 \end_layout
26363
26364 \begin_layout Standard
26365 というコマンドは、直径を1
26366 \begin_inset space \thinspace{}
26367 \end_inset
26368
26369 cmに設定します。
26370 \end_layout
26371
26372 \begin_layout Standard
26373
26374 \series bold
26375
26376 \backslash
26377 cornersize{数値}
26378 \end_layout
26379
26380 \begin_layout Standard
26381 というコマンドは、直径を
26382 \family sans
26383 数値
26384 \begin_inset space \thinspace{}
26385 \end_inset
26386
26387 ×
26388 \begin_inset space \thinspace{}
26389 \end_inset
26390
26391 (ボックスの幅と高さの小さい方)
26392 \family default
26393 に設定します。既定値は
26394 \series bold
26395
26396 \backslash
26397 cornersize{0.5}
26398 \series default
26399 です。
26400 \end_layout
26401
26402 \begin_layout Standard
26403 \begin_inset ERT
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407
26408
26409 \backslash
26410 cornersize*{1.5cm}
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \begin_inset Box Ovalbox
26417 position "c"
26418 hor_pos "c"
26419 has_inner_box 1
26420 inner_pos "c"
26421 use_parbox 0
26422 use_makebox 0
26423 width "25col%"
26424 special "none"
26425 height "1in"
26426 height_special "totalheight"
26427 status open
26428
26429 \begin_layout Plain Layout
26430 \align center
26431
26432 \series bold
26433
26434 \backslash
26435 cornersize
26436 \series default
26437
26438 \begin_inset space \thinspace{}
26439 \end_inset
26440
26441 =
26442 \begin_inset space \thinspace{}
26443 \end_inset
26444
26445 1.5
26446 \begin_inset space \thinspace{}
26447 \end_inset
26448
26449 cmの楕円形の箱型
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \begin_inset ERT
26456 status collapsed
26457
26458 \begin_layout Plain Layout
26459
26460
26461 \backslash
26462 cornersize{0.5}
26463 \end_layout
26464
26465 \end_inset
26466
26467
26468 \end_layout
26469
26470 \begin_layout Standard
26471 \begin_inset VSpace bigskip
26472 \end_inset
26473
26474 影の大きさは、長さ
26475 \series bold
26476
26477 \backslash
26478 shadowsize
26479 \series default
26480 を変更することで調整できます。以下のボックスでは
26481 \end_layout
26482
26483 \begin_layout Standard
26484
26485 \series bold
26486
26487 \backslash
26488 setlength{
26489 \backslash
26490 shadowsize}{2pt}
26491 \end_layout
26492
26493 \begin_layout Standard
26494 というコマンドを使って、2
26495 \begin_inset space \thinspace{}
26496 \end_inset
26497
26498 ptに設定しています。
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset ERT
26503 status collapsed
26504
26505 \begin_layout Plain Layout
26506
26507
26508 \backslash
26509 setlength{
26510 \backslash
26511 shadowsize}{2pt}
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \begin_inset Box Shadowbox
26518 position "c"
26519 hor_pos "c"
26520 has_inner_box 1
26521 inner_pos "c"
26522 use_parbox 0
26523 use_makebox 0
26524 width "25col%"
26525 special "none"
26526 height "1in"
26527 height_special "totalheight"
26528 status open
26529
26530 \begin_layout Plain Layout
26531 \align center
26532
26533 \series bold
26534
26535 \backslash
26536 shadowsize
26537 \series default
26538
26539 \begin_inset space \thinspace{}
26540 \end_inset
26541
26542 =
26543 \begin_inset space \thinspace{}
26544 \end_inset
26545
26546 2
26547 \begin_inset space \thinspace{}
26548 \end_inset
26549
26550 ptの影付きボックス
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 setlength{
26564 \backslash
26565 shadowsize}{4pt}
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \begin_layout Standard
26574 \begin_inset VSpace bigskip
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 寸法
26582 \series bold
26583
26584 \backslash
26585 FrameRule
26586 \series default
26587 の既定値は0.4
26588 \begin_inset space \thinspace{}
26589 \end_inset
26590
26591 ptです。ボックスの中身と枠の間の空白の既定値は9
26592 \begin_inset space \thinspace{}
26593 \end_inset
26594
26595 ptですが、
26596 \series bold
26597
26598 \backslash
26599 FrameSep
26600 \series default
26601 の値を変えることで変更することができます。たとえば、下記の
26602 \family sans
26603 ボックス
26604 \family default
26605 の枠の外見は、
26606 \end_layout
26607
26608 \begin_layout Standard
26609
26610 \series bold
26611
26612 \backslash
26613 setlength{
26614 \backslash
26615 FrameRule}{5pt}
26616 \begin_inset Newline newline
26617 \end_inset
26618
26619
26620 \backslash
26621 setlength{
26622 \backslash
26623 FrameSep}{0.5cm}
26624 \end_layout
26625
26626 \begin_layout Standard
26627 というTeXコードコマンドで設定してあります。
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 setlength{
26636 \backslash
26637 FrameRule}{5pt}
26638 \end_layout
26639
26640 \begin_layout Plain Layout
26641
26642
26643 \backslash
26644 setlength{
26645 \backslash
26646 FrameSep}{0.5cm}
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \begin_inset Box Framed
26653 position "t"
26654 hor_pos "c"
26655 has_inner_box 0
26656 inner_pos "t"
26657 use_parbox 0
26658 use_makebox 0
26659 width "100col%"
26660 special "none"
26661 height "1in"
26662 height_special "totalheight"
26663 status open
26664
26665 \begin_layout Plain Layout
26666 これは
26667 \family sans
26668 改頁可能
26669 \family default
26670 ボックスの文章です。
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \begin_inset ERT
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680
26681
26682 \backslash
26683 setlength{
26684 \backslash
26685 FrameRule}{0.4pt}
26686 \end_layout
26687
26688 \begin_layout Plain Layout
26689
26690
26691 \backslash
26692 setlength{
26693 \backslash
26694 FrameSep}{9pt}
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \begin_layout Standard
26703 \begin_inset VSpace bigskip
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Standard
26710
26711 \family sans
26712 影付き背景
26713 \family default
26714 ボックスでは、ボックスの内容と枠の余白の既定値は3
26715 \begin_inset space \thinspace{}
26716 \end_inset
26717
26718 ptになっていますが、
26719 \series bold
26720
26721 \backslash
26722 fboxsep
26723 \series default
26724 の値を変更することで変えられます。既定の背景色である赤色は、
26725 \series bold
26726
26727 \backslash
26728 definecolor{shadebox}
26729 \series default
26730 コマンドで局所的に変更することもできますし、
26731 \family sans
26732 ツール\SpecialChar \menuseparator
26733 設定\SpecialChar \menuseparator
26734 色\SpecialChar \menuseparator
26735 影付きボックス
26736 \family default
26737 メニューからグローバルに変更することもできます。
26738 \series bold
26739
26740 \backslash
26741 definecolor
26742 \series default
26743 コマンドの用法は第
26744 \begin_inset CommandInset ref
26745 LatexCommand ref
26746 reference "sec:色付きの表"
26747
26748 \end_inset
26749
26750
26751 \begin_inset Foot
26752 status open
26753
26754 \begin_layout Plain Layout
26755 N
26756 \series bold
26757
26758 \backslash
26759 definecolor
26760 \series default
26761 は、LaTeXパッケージの
26762 \series bold
26763 color
26764 \series default
26765 をプリアンブルに読み込む必要があります。第
26766 \begin_inset CommandInset ref
26767 LatexCommand ref
26768 reference "sec:色付きボックス"
26769
26770 \end_inset
26771
26772 節をご参照ください。.
26773 \end_layout
26774
26775 \end_inset
26776
26777 で説明されています。
26778 \end_layout
26779
26780 \begin_layout Standard
26781 たとえば、下記の影付き背景ボックスの外見は
26782 \end_layout
26783
26784 \begin_layout Standard
26785
26786 \series bold
26787
26788 \backslash
26789 setlength{
26790 \backslash
26791 fboxsep}{0.5cm}
26792 \series default
26793
26794 \begin_inset Newline newline
26795 \end_inset
26796
26797
26798 \series bold
26799
26800 \backslash
26801 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26802 \end_layout
26803
26804 \begin_layout Standard
26805 というTeXコードコマンドを使って設定してあります。
26806 \end_layout
26807
26808 \begin_layout Standard
26809 \begin_inset ERT
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813
26814
26815 \backslash
26816 setlength{
26817 \backslash
26818 fboxsep}{0.5cm}
26819 \end_layout
26820
26821 \begin_layout Plain Layout
26822
26823
26824 \backslash
26825 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \begin_inset Box Shaded
26832 position "t"
26833 hor_pos "c"
26834 has_inner_box 0
26835 inner_pos "t"
26836 use_parbox 0
26837 use_makebox 0
26838 width "100col%"
26839 special "none"
26840 height "1in"
26841 height_special "totalheight"
26842 status open
26843
26844 \begin_layout Plain Layout
26845
26846 \color yellow
26847 これは、濃緑色の背景の
26848 \family sans
26849 影付き背景
26850 \family default
26851 ボックスに入れた黄色の文章です。
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \begin_inset ERT
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861
26862
26863 \backslash
26864 setlength{
26865 \backslash
26866 fboxsep}{3pt}
26867 \end_layout
26868
26869 \begin_layout Plain Layout
26870
26871
26872 \backslash
26873 definecolor{shadecolor}{rgb}{1,0,0}
26874 \end_layout
26875
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \begin_layout Standard
26882 \begin_inset VSpace bigskip
26883 \end_inset
26884
26885 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26886 \end_layout
26887
26888 \begin_layout Section
26889 ミニページ
26890 \begin_inset CommandInset label
26891 LatexCommand label
26892 name "sec:ミニページ"
26893
26894 \end_inset
26895
26896
26897 \begin_inset Index idx
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 ぼっくす@ボックス ! みにぺーじ@ミニページ
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \begin_layout Standard
26910 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26911 \end_layout
26912
26913 \begin_layout Standard
26914 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26915 \end_layout
26916
26917 \begin_layout Standard
26918 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26919 \family sans
26920 挿入
26921 \family default
26922 \SpecialChar \menuseparator
26923
26924 \family sans
26925 整形
26926 \family default
26927 \SpecialChar \menuseparator
26928
26929 \family sans
26930 水平方向の空白
26931 \family default
26932 メニューで挿入した水平フィルで隔てられています。
26933 \begin_inset Newpage newpage
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \begin_layout Standard
26940 \begin_inset Box Frameless
26941 position "t"
26942 hor_pos "c"
26943 has_inner_box 1
26944 inner_pos "c"
26945 use_parbox 0
26946 use_makebox 0
26947 width "45col%"
26948 special "none"
26949 height "1in"
26950 height_special "totalheight"
26951 status open
26952
26953 \begin_layout Plain Layout
26954 Dies ist ein deutscher Text.
26955  Dies ist ein deutscher Text.
26956  Dies ist ein deutscher Text.
26957  Dies ist ein deutscher Text.
26958  Dies ist ein deutscher Text.
26959  Dies ist ein deutscher Text.
26960  Dies ist ein deutscher Text.
26961  Dies ist ein deutscher Text.
26962  Dies ist ein deutscher Text.
26963  Dies ist ein deutscher Text.
26964  Dies ist ein deutscher Text.
26965  Dies ist ein deutscher Text.
26966  Dies ist ein deutscher Text
26967 \begin_inset Foot
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 Dies ist eine deutsche Fußnote.
26972 \end_layout
26973
26974 \end_inset
26975
26976 .
26977  Dies ist ein deutscher Text.
26978  Dies ist ein deutscher Text.
26979 \end_layout
26980
26981 \end_inset
26982
26983
26984 \begin_inset space \hfill{}
26985 \end_inset
26986
26987
26988 \begin_inset Box Frameless
26989 position "t"
26990 hor_pos "c"
26991 has_inner_box 1
26992 inner_pos "c"
26993 use_parbox 0
26994 use_makebox 0
26995 width "45col%"
26996 special "none"
26997 height "1in"
26998 height_special "totalheight"
26999 status open
27000
27001 \begin_layout Plain Layout
27002 This is an English Text.
27003  This is an English Text.
27004  This is an English Text.
27005  This is an English Text.
27006  This is an English Text.
27007  This is an English Text.
27008  This is an English Text.
27009  This is an English Text.
27010  This is an English Text.
27011  This is an English Text.
27012  This is an English Text.
27013  This is an English Text.
27014  This is an English Text.
27015  This is an English Text.
27016  This is an English Text.
27017  This is an English Text.
27018 \begin_inset Foot
27019 status collapsed
27020
27021 \begin_layout Plain Layout
27022 This is an English footnote.
27023 \end_layout
27024
27025 \end_inset
27026
27027  This is an English Text.
27028  
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Standard
27037 \begin_inset VSpace bigskip
27038 \end_inset
27039
27040 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27041 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27042 \end_layout
27043
27044 \begin_layout Standard
27045 この表の脚注は表示されません。
27046 \begin_inset Tabular
27047 <lyxtabular version="3" rows="3" columns="4">
27048 <features tabularvalignment="middle">
27049 <column alignment="center" valignment="top" width="0pt">
27050 <column alignment="center" valignment="top" width="0pt">
27051 <column alignment="center" valignment="top" width="0pt">
27052 <column alignment="center" valignment="top" width="0pt">
27053 <row>
27054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058 1
27059 \end_layout
27060
27061 \end_inset
27062 </cell>
27063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27064 \begin_inset Text
27065
27066 \begin_layout Plain Layout
27067 2
27068 \end_layout
27069
27070 \end_inset
27071 </cell>
27072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27073 \begin_inset Text
27074
27075 \begin_layout Plain Layout
27076 3
27077 \begin_inset Foot
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081 これは表中の脚注です。
27082 \end_layout
27083
27084 \end_inset
27085
27086
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27092 \begin_inset Text
27093
27094 \begin_layout Plain Layout
27095 4
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 </row>
27101 <row>
27102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27112 \begin_inset Text
27113
27114 \begin_layout Plain Layout
27115
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124
27125 \end_layout
27126
27127 \end_inset
27128 </cell>
27129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27130 \begin_inset Text
27131
27132 \begin_layout Plain Layout
27133
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 </row>
27139 <row>
27140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171
27172 \end_layout
27173
27174 \end_inset
27175 </cell>
27176 </row>
27177 </lyxtabular>
27178
27179 \end_inset
27180
27181
27182 \end_layout
27183
27184 \begin_layout Standard
27185 \align center
27186 \begin_inset Box Frameless
27187 position "t"
27188 hor_pos "c"
27189 has_inner_box 1
27190 inner_pos "c"
27191 use_parbox 0
27192 use_makebox 0
27193 width "30col%"
27194 special "none"
27195 height "1in"
27196 height_special "totalheight"
27197 status open
27198
27199 \begin_layout Plain Layout
27200 \align center
27201 \begin_inset Tabular
27202 <lyxtabular version="3" rows="3" columns="4">
27203 <features tabularvalignment="middle">
27204 <column alignment="center" valignment="top" width="0pt">
27205 <column alignment="center" valignment="top" width="0pt">
27206 <column alignment="center" valignment="top" width="0pt">
27207 <column alignment="center" valignment="top" width="0pt">
27208 <row>
27209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27210 \begin_inset Text
27211
27212 \begin_layout Plain Layout
27213 1
27214 \end_layout
27215
27216 \end_inset
27217 </cell>
27218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27219 \begin_inset Text
27220
27221 \begin_layout Plain Layout
27222 2
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27228 \begin_inset Text
27229
27230 \begin_layout Plain Layout
27231 3
27232 \begin_inset Foot
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236 これは表中の脚注です。
27237 \end_layout
27238
27239 \end_inset
27240
27241
27242 \end_layout
27243
27244 \end_inset
27245 </cell>
27246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250 4
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 </row>
27256 <row>
27257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Plain Layout
27261
27262 \end_layout
27263
27264 \end_inset
27265 </cell>
27266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27285 \begin_inset Text
27286
27287 \begin_layout Plain Layout
27288
27289 \end_layout
27290
27291 \end_inset
27292 </cell>
27293 </row>
27294 <row>
27295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299
27300 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27305 \begin_inset Text
27306
27307 \begin_layout Plain Layout
27308
27309 \end_layout
27310
27311 \end_inset
27312 </cell>
27313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Plain Layout
27317
27318 \end_layout
27319
27320 \end_inset
27321 </cell>
27322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 </row>
27332 </lyxtabular>
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \begin_layout Standard
27345 \begin_inset VSpace bigskip
27346 \end_inset
27347
27348 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27349 \family sans
27350 中スキップ
27351 \family default
27352 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27353 \end_layout
27354
27355 \begin_layout Standard
27356 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27357 \begin_inset CommandInset ref
27358 LatexCommand ref
27359 reference "sub:段落の着色"
27360
27361 \end_inset
27362
27363 節をご参照ください。
27364 \end_layout
27365
27366 \begin_layout Standard
27367 \begin_inset Note Greyedout
27368 status open
27369
27370 \begin_layout Plain Layout
27371
27372 \series bold
27373 【註】
27374 \series default
27375 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Section
27384 Parbox
27385 \begin_inset CommandInset label
27386 LatexCommand label
27387 name "sec:Parboxes"
27388
27389 \end_inset
27390
27391
27392 \begin_inset Index idx
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396 ぼっくす@ボックス ! Parboxes
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Standard
27405 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。ミニページとの主な違いは、ミニページの方は、parboxとは違って、本
27406 当のボックスではなくLaTeX環境であるところです。
27407 \end_layout
27408
27409 \begin_layout Standard
27410 \align center
27411 \begin_inset Box Frameless
27412 position "t"
27413 hor_pos "c"
27414 has_inner_box 1
27415 inner_pos "t"
27416 use_parbox 1
27417 use_makebox 0
27418 width "33col%"
27419 special "none"
27420 height "1in"
27421 height_special "totalheight"
27422 status collapsed
27423
27424 \begin_layout Plain Layout
27425 これはparbox内の文章です。これはparbox内の文章です。
27426 \end_layout
27427
27428 \begin_layout Plain Layout
27429 右の脚注は表示されません。
27430 \begin_inset Foot
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434 これはparbox内の脚注であり、したがって表示はされません。
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \end_inset
27443
27444
27445 \end_layout
27446
27447 \begin_layout Section
27448 単語や文字のボックス
27449 \begin_inset Index idx
27450 status collapsed
27451
27452 \begin_layout Plain Layout
27453 ぼっくす@ボックス ! もじよう@文字用
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \begin_layout Subsection
27462 ハイフネーションの回避
27463 \begin_inset CommandInset label
27464 LatexCommand label
27465 name "sec:ハイフネーションの回避"
27466
27467 \end_inset
27468
27469
27470 \begin_inset Index idx
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483
27484 \lang english
27485 You can use the box type 
27486 \family sans
27487 Makebox
27488 \family default
27489  to prevent words or text from being hyphenated.
27490 \lang japanese
27491
27492 \begin_inset Newline newline
27493 \end_inset
27494
27495 以下が例示用の文章です。
27496 \end_layout
27497
27498 \begin_layout Standard
27499 This line is an example to show how you can prevent the hyphenation of 
27500 \begin_inset Quotes eld
27501 \end_inset
27502
27503 veryverylongword
27504 \begin_inset Quotes erd
27505 \end_inset
27506
27507 .
27508 \end_layout
27509
27510 \begin_layout Standard
27511
27512 \lang english
27513 To prevent the hyphenation of the word 
27514 \begin_inset Quotes eld
27515 \end_inset
27516
27517 veryverylongword
27518 \begin_inset Quotes erd
27519 \end_inset
27520
27521 , put the word into a box, set the 
27522 \family sans
27523 Inner
27524 \begin_inset space ~
27525 \end_inset
27526
27527 box
27528 \family default
27529  to 
27530 \family sans
27531 Makebox
27532 \family default
27533  and its width to 1
27534 \begin_inset space \thinspace{}
27535 \end_inset
27536
27537 Width.
27538 \end_layout
27539
27540 \begin_layout Standard
27541 以下がその結果です。
27542 \end_layout
27543
27544 \begin_layout Standard
27545 This line is an example to show how you can prevent the hyphenation of 
27546 \begin_inset Box Frameless
27547 position "t"
27548 hor_pos "c"
27549 has_inner_box 1
27550 inner_pos "t"
27551 use_parbox 0
27552 use_makebox 1
27553 width "1in"
27554 special "width"
27555 height "1in"
27556 height_special "totalheight"
27557 status open
27558
27559 \begin_layout Plain Layout
27560 \begin_inset Quotes eld
27561 \end_inset
27562
27563 veryverylongword
27564 \begin_inset Quotes erd
27565 \end_inset
27566
27567
27568 \end_layout
27569
27570 \end_inset
27571
27572 .
27573 \end_layout
27574
27575 \begin_layout Standard
27576 別の方法としては、以下のように、単語の前に直接TeXコードで「
27577 \series bold
27578
27579 \backslash
27580 -
27581 \series default
27582 」コマンドを設定する方法もあります。
27583 \end_layout
27584
27585 \begin_layout Standard
27586 This line is an example to show how you can prevent the hyphenation of 
27587 \begin_inset Quotes eld
27588 \end_inset
27589
27590
27591 \begin_inset ERT
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595
27596
27597 \backslash
27598 -
27599 \end_layout
27600
27601 \end_inset
27602
27603 veryverylongword
27604 \begin_inset Quotes erd
27605 \end_inset
27606
27607 .
27608 \end_layout
27609
27610 \begin_layout Standard
27611 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27612 \family sans
27613 挿入
27614 \family default
27615 \SpecialChar \menuseparator
27616
27617 \family sans
27618 整形
27619 \family default
27620 \SpecialChar \menuseparator
27621
27622 \family sans
27623 整形なし改行
27624 \family default
27625 メニュー(短絡キー
27626 \begin_inset Info
27627 type  "shortcut"
27628 arg   "newline-insert newline"
27629 \end_inset
27630
27631 )から改行を単語の前に入れてください。
27632 \end_layout
27633
27634 \begin_layout Standard
27635 This line is an example to show how you can prevent the hyphenation of 
27636 \begin_inset Newline newline
27637 \end_inset
27638
27639
27640 \begin_inset Box Frameless
27641 position "t"
27642 hor_pos "c"
27643 has_inner_box 1
27644 inner_pos "t"
27645 use_parbox 0
27646 use_makebox 1
27647 width "1in"
27648 special "width"
27649 height "1in"
27650 height_special "totalheight"
27651 status open
27652
27653 \begin_layout Plain Layout
27654 \begin_inset Quotes eld
27655 \end_inset
27656
27657 veryverylongword
27658 \begin_inset Quotes erd
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \end_inset
27665
27666 .
27667 \end_layout
27668
27669 \begin_layout Subsection
27670 垂直揃え
27671 \begin_inset CommandInset label
27672 LatexCommand label
27673 name "sub:垂直揃え"
27674
27675 \end_inset
27676
27677
27678 \begin_inset Index idx
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \begin_inset Index idx
27689 status collapsed
27690
27691 \begin_layout Plain Layout
27692 ぼっくす@ボックス ! Raiseboxes
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Standard
27701
27702 \series bold
27703
27704 \backslash
27705 raisebox
27706 \series default
27707 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27708 \series bold
27709
27710 \backslash
27711 raisebox
27712 \series default
27713 は以下の書式で使用します。
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27722 \end_layout
27723
27724 \begin_layout Standard
27725 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27726 \end_layout
27727
27728 \begin_layout Standard
27729 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27730 \end_layout
27731
27732 \begin_layout Standard
27733
27734 \series bold
27735
27736 \backslash
27737 raisebox{
27738 \backslash
27739 depth}{
27740 \end_layout
27741
27742 \begin_layout Standard
27743 というコマンドを挿入してください。単語の後には、閉じ括弧「
27744 \series bold
27745 }
27746 \series default
27747 」をTeXコードで挿入してください。
27748 \begin_inset Newline newline
27749 \end_inset
27750
27751 以下がその出力です。
27752 \end_layout
27753
27754 \begin_layout Standard
27755 This is a text line with the word 
27756 \begin_inset ERT
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760
27761
27762 \backslash
27763 raisebox{
27764 \backslash
27765 depth}{
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \begin_inset Quotes eld
27772 \end_inset
27773
27774 preventing
27775 \begin_inset Quotes erd
27776 \end_inset
27777
27778
27779 \begin_inset ERT
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783
27784 }
27785 \end_layout
27786
27787 \end_inset
27788
27789  as raised word.
27790 \end_layout
27791
27792 \begin_layout Standard
27793 \begin_inset VSpace bigskip
27794 \end_inset
27795
27796 行中の文字を上げ下げすると、以下のように行間が広がります。
27797 \end_layout
27798
27799 \begin_layout Standard
27800 This is a text line with the word 
27801 \begin_inset ERT
27802 status collapsed
27803
27804 \begin_layout Plain Layout
27805
27806
27807 \backslash
27808 raisebox{-
27809 \backslash
27810 depth}{
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \begin_inset Quotes eld
27817 \end_inset
27818
27819 preventing
27820 \begin_inset Quotes erd
27821 \end_inset
27822
27823
27824 \begin_inset ERT
27825 status collapsed
27826
27827 \begin_layout Plain Layout
27828
27829 }
27830 \end_layout
27831
27832 \end_inset
27833
27834  as lowered word.
27835 \begin_inset Newline newline
27836 \end_inset
27837
27838 This is a text line with the word 
27839 \begin_inset ERT
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843
27844
27845 \backslash
27846 raisebox{0.5cm}{
27847 \end_layout
27848
27849 \end_inset
27850
27851
27852 \begin_inset Quotes eld
27853 \end_inset
27854
27855 testing
27856 \begin_inset Quotes erd
27857 \end_inset
27858
27859
27860 \begin_inset ERT
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864
27865 }
27866 \end_layout
27867
27868 \end_inset
27869
27870  as raised word.
27871 \end_layout
27872
27873 \begin_layout Standard
27874 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27875 \end_layout
27876
27877 \begin_layout Standard
27878
27879 \series bold
27880
27881 \backslash
27882 raisebox{-
27883 \backslash
27884 depth}[0pt]{
27885 \end_layout
27886
27887 \begin_layout Standard
27888 とすると、
27889 \end_layout
27890
27891 \begin_layout Standard
27892 This is a text line with the word 
27893 \begin_inset ERT
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897
27898
27899 \backslash
27900 raisebox{-
27901 \backslash
27902 depth}[0pt]{
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \begin_inset Quotes eld
27909 \end_inset
27910
27911 preventing
27912 \begin_inset Quotes erd
27913 \end_inset
27914
27915
27916 \begin_inset ERT
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920
27921 }
27922 \end_layout
27923
27924 \end_inset
27925
27926  as lowered word.
27927 \begin_inset Newline newline
27928 \end_inset
27929
27930 This is a text line with the word 
27931 \begin_inset ERT
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935
27936
27937 \backslash
27938 raisebox{0.5cm}[0pt]{
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \begin_inset Quotes eld
27945 \end_inset
27946
27947 testing
27948 \begin_inset Quotes erd
27949 \end_inset
27950
27951
27952 \begin_inset ERT
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956
27957 }
27958 \end_layout
27959
27960 \end_inset
27961
27962  as raised word.
27963 \end_layout
27964
27965 \begin_layout Section
27966 色付きボックス
27967 \begin_inset CommandInset label
27968 LatexCommand label
27969 name "sec:色付きボックス"
27970
27971 \end_inset
27972
27973
27974 \begin_inset Index idx
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 ぼっくす@ボックス ! いろつき@色付き
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Subsection
27987 文字の着色
27988 \begin_inset Index idx
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992 いろ@色 ! もじの@文字の---
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Standard
28001 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
28002 \series bold
28003 color
28004 \series default
28005
28006 \begin_inset Index idx
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010 LaTeXぱっけーじ@LaTeXパッケージ ! color
28011 \end_layout
28012
28013 \end_inset
28014
28015 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
28016 \end_layout
28017
28018 \begin_layout Standard
28019
28020 \series bold
28021
28022 \backslash
28023 @ifundefined{textcolor}
28024 \begin_inset Newline newline
28025 \end_inset
28026
28027
28028 \begin_inset Phantom HPhantom
28029 status open
28030
28031 \begin_layout Plain Layout
28032
28033 \series bold
28034 \begin_inset space ~
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \end_inset
28041
28042 {
28043 \backslash
28044 usepackage{color}}{}
28045 \end_layout
28046
28047 \begin_layout Standard
28048
28049 \series bold
28050 color
28051 \series default
28052 パッケージは、文章を着色するとLyXが自動的に読み込みます
28053 \begin_inset Foot
28054 status collapsed
28055
28056 \begin_layout Plain Layout
28057 これが二度読み込まれることを回避するには、
28058 \series bold
28059
28060 \backslash
28061 @ifundefined
28062 \series default
28063 コマンドを使用します。
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Standard
28072 \begin_inset VSpace medskip
28073 \end_inset
28074
28075 色付きボックスは、
28076 \series bold
28077
28078 \backslash
28079 colorbox
28080 \series default
28081 コマンドを使って作ります。これは、以下のような書式で使われます。
28082 \end_layout
28083
28084 \begin_layout Standard
28085
28086 \series bold
28087
28088 \backslash
28089 colorbox{color}{ボックスの内容}
28090 \end_layout
28091
28092 \begin_layout Standard
28093 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28094 \end_layout
28095
28096 \begin_layout Standard
28097 事前定義されている色には、
28098 \begin_inset Newline newline
28099 \end_inset
28100
28101
28102 \family sans
28103
28104 \family default
28105
28106 \family sans
28107
28108 \family default
28109
28110 \family sans
28111 シアン
28112 \family default
28113
28114 \family sans
28115
28116 \family default
28117
28118 \family sans
28119 マゼンタ
28120 \family default
28121
28122 \family sans
28123
28124 \family default
28125
28126 \family sans
28127
28128 \family default
28129
28130 \family sans
28131
28132 \family default
28133
28134 \begin_inset Newline newline
28135 \end_inset
28136
28137 があります。第
28138 \begin_inset CommandInset ref
28139 LatexCommand ref
28140 reference "sec:色付きの表"
28141
28142 \end_inset
28143
28144 節に述べられているようにすれば、自前の色を定義することもできます。
28145 \end_layout
28146
28147 \begin_layout Standard
28148 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28149 \end_layout
28150
28151 \begin_layout Standard
28152
28153 \series bold
28154
28155 \backslash
28156 colorbox{red}{
28157 \end_layout
28158
28159 \begin_layout Standard
28160 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28161 \series bold
28162 }
28163 \series default
28164 」を入れてください。
28165 \begin_inset Newline newline
28166 \end_inset
28167
28168 以下がその結果です。
28169 \end_layout
28170
28171 \begin_layout Standard
28172 この行では、
28173 \begin_inset ERT
28174 status collapsed
28175
28176 \begin_layout Plain Layout
28177
28178
28179 \backslash
28180 colorbox{red}{
28181 \end_layout
28182
28183 \end_inset
28184
28185 「注意!」
28186 \begin_inset ERT
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190
28191 }
28192 \end_layout
28193
28194 \end_inset
28195
28196 という単語が赤い背景になっています。
28197 \end_layout
28198
28199 \begin_layout Standard
28200 \begin_inset VSpace bigskip
28201 \end_inset
28202
28203 ボックスの枠を別の色にしたい場合には、以下の書式で
28204 \series bold
28205
28206 \backslash
28207 fcolorbox
28208 \series default
28209 コマンドを使います。
28210 \end_layout
28211
28212 \begin_layout Standard
28213
28214 \series bold
28215
28216 \backslash
28217 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28218 \end_layout
28219
28220 \begin_layout Standard
28221
28222 \series bold
28223
28224 \backslash
28225 fcolorbox
28226 \series default
28227
28228 \series bold
28229
28230 \backslash
28231 colorbox
28232 \series default
28233 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28234 \begin_inset CommandInset ref
28235 LatexCommand ref
28236 reference "sec:装飾"
28237
28238 \end_inset
28239
28240 節で述べられているように、それぞれ
28241 \series bold
28242
28243 \backslash
28244 fboxrule
28245 \series default
28246
28247 \series bold
28248
28249 \backslash
28250 fboxsep
28251 \series default
28252 という長さで調節できます。
28253 \end_layout
28254
28255 \begin_layout Standard
28256 以下の例では、
28257 \end_layout
28258
28259 \begin_layout Standard
28260
28261 \series bold
28262
28263 \backslash
28264 fcolorbox{cyan}{magenta}{
28265 \end_layout
28266
28267 \begin_layout Standard
28268 というコマンドを使用しています。
28269 \end_layout
28270
28271 \begin_layout Standard
28272 これは、枠の太さを1
28273 \begin_inset space \thinspace{}
28274 \end_inset
28275
28276 mmに設定した例です。
28277 \begin_inset Newline newline
28278 \end_inset
28279
28280
28281 \begin_inset ERT
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285
28286
28287 \backslash
28288 fboxrule 1mm 
28289 \backslash
28290 fboxsep 1mm
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \begin_inset ERT
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300
28301
28302 \backslash
28303 fcolorbox{cyan}{magenta}{
28304 \end_layout
28305
28306 \end_inset
28307
28308 これは着色した色付きボックス中の文章です。
28309 \begin_inset ERT
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313
28314 }
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 \begin_inset VSpace bigskip
28324 \end_inset
28325
28326 もちろん、色付きボックスの中に色付き文字を入れることもできます
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330
28331 \begin_inset ERT
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335
28336
28337 \backslash
28338 fcolorbox{cyan}{magenta}{
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \color yellow
28345 これは着色した色付きボックス中の色付き文章です。
28346 \color inherit
28347
28348 \begin_inset ERT
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352
28353 }
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \begin_inset ERT
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363
28364
28365 \backslash
28366 fboxrule 0.4pt 
28367 \backslash
28368 fboxsep 3pt
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Standard
28377
28378 \series bold
28379 \begin_inset VSpace medskip
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Standard
28386 \begin_inset Note Greyedout
28387 status open
28388
28389 \begin_layout Plain Layout
28390
28391 \series bold
28392 【註】
28393 \series default
28394 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Subsection
28403 段落の着色
28404 \begin_inset CommandInset label
28405 LatexCommand label
28406 name "sub:段落の着色"
28407
28408 \end_inset
28409
28410
28411 \begin_inset Index idx
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415 いろ@色 ! だんらく@段落---
28416 \end_layout
28417
28418 \end_inset
28419
28420
28421 \end_layout
28422
28423 \begin_layout Standard
28424 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28425 \series bold
28426
28427 \backslash
28428 colorbox
28429 \series default
28430 コマンドを
28431 \end_layout
28432
28433 \begin_layout Standard
28434
28435 \series bold
28436
28437 \backslash
28438 colorbox{色名}{
28439 \end_layout
28440
28441 \begin_layout Standard
28442 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28443 \series bold
28444 }
28445 \series default
28446 」を挿入してください。
28447 \end_layout
28448
28449 \begin_layout Standard
28450 \begin_inset ERT
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454
28455
28456 \backslash
28457 colorbox{lightgrey}{
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \begin_inset Box Frameless
28464 position "t"
28465 hor_pos "c"
28466 has_inner_box 1
28467 inner_pos "t"
28468 use_parbox 0
28469 use_makebox 0
28470 width "100col%"
28471 special "none"
28472 height "1in"
28473 height_special "totalheight"
28474 status open
28475
28476 \begin_layout Plain Layout
28477 これは背景色を付けた文章です。これは背景色を付けた文章です。
28478 \end_layout
28479
28480 \begin_layout Plain Layout
28481 \begin_inset VSpace defskip
28482 \end_inset
28483
28484 ここの文章には脚注
28485 \begin_inset Foot
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489 脚注の例
28490 \end_layout
28491
28492 \end_inset
28493
28494 を付けることもできますし、図表を挿入することもできます。
28495 \end_layout
28496
28497 \begin_layout Plain Layout
28498 \align center
28499 \begin_inset Tabular
28500 <lyxtabular version="3" rows="3" columns="3">
28501 <features tabularvalignment="middle">
28502 <column alignment="center" valignment="top" width="0">
28503 <column alignment="center" valignment="top" width="0">
28504 <column alignment="center" valignment="top" width="0">
28505 <row>
28506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28507 \begin_inset Text
28508
28509 \begin_layout Plain Layout
28510 a
28511 \end_layout
28512
28513 \end_inset
28514 </cell>
28515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28516 \begin_inset Text
28517
28518 \begin_layout Plain Layout
28519 !
28520 \end_layout
28521
28522 \end_inset
28523 </cell>
28524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28525 \begin_inset Text
28526
28527 \begin_layout Plain Layout
28528 3
28529 \end_layout
28530
28531 \end_inset
28532 </cell>
28533 </row>
28534 <row>
28535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Plain Layout
28539 <
28540 \end_layout
28541
28542 \end_inset
28543 </cell>
28544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28545 \begin_inset Text
28546
28547 \begin_layout Plain Layout
28548 b2
28549 \begin_inset Quotes erd
28550 \end_inset
28551
28552 |
28553 \end_layout
28554
28555 \end_inset
28556 </cell>
28557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28558 \begin_inset Text
28559
28560 \begin_layout Plain Layout
28561 >
28562 \end_layout
28563
28564 \end_inset
28565 </cell>
28566 </row>
28567 <row>
28568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Plain Layout
28572 1
28573 \end_layout
28574
28575 \end_inset
28576 </cell>
28577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28578 \begin_inset Text
28579
28580 \begin_layout Plain Layout
28581 §
28582 \end_layout
28583
28584 \end_inset
28585 </cell>
28586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 c
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 </row>
28596 </lyxtabular>
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \begin_inset ERT
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610
28611 }
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Section
28620 ボックスの伸縮回転
28621 \end_layout
28622
28623 \begin_layout Standard
28624 本節で述べられているコマンドを使用するには、文書プリアンブルで
28625 \end_layout
28626
28627 \begin_layout Standard
28628
28629 \series bold
28630
28631 \backslash
28632 @ifundefined{rotatebox}
28633 \begin_inset Newline newline
28634 \end_inset
28635
28636
28637 \begin_inset Phantom HPhantom
28638 status open
28639
28640 \begin_layout Plain Layout
28641
28642 \series bold
28643 \begin_inset space ~
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \end_inset
28650
28651 {
28652 \backslash
28653 usepackage{graphicx}}{}
28654 \end_layout
28655
28656 \begin_layout Standard
28657 というコマンドを使用して、
28658 \series bold
28659 graphicx
28660 \series default
28661
28662 \begin_inset Index idx
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28667 \end_layout
28668
28669 \end_inset
28670
28671 LaTeXパッケージを読み込む必要があります。
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \begin_inset Note Greyedout
28676 status open
28677
28678 \begin_layout Plain Layout
28679
28680 \series bold
28681 【註】
28682 \series default
28683 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Standard
28692 \begin_inset Note Greyedout
28693 status open
28694
28695 \begin_layout Plain Layout
28696
28697 \series bold
28698 【註】
28699 \series default
28700 フロートは回転伸縮したボックスの中に入れることはできません。
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Subsection
28709 ボックスの回転
28710 \begin_inset Index idx
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714 ぼっくす@ボックス ! かいてんした@回転した
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \begin_inset Index idx
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 かいてん@回転 ! そざいの@素材の---
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \begin_inset Index idx
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734 ず@図 ! のかいてん@---の回転
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \begin_inset Index idx
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 ひょうのちょうせい@表の調整 ! かいてん@回転
28745 \end_layout
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \begin_layout Standard
28753 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28754 \series bold
28755
28756 \backslash
28757 rotatebox
28758 \series default
28759 コマンドを使用すれば作成することができます。
28760 \end_layout
28761
28762 \begin_layout Standard
28763
28764 \series bold
28765
28766 \backslash
28767 rotatebox[回転の原点]{回転角}{ボックスの内容}
28768 \end_layout
28769
28770 \begin_layout Standard
28771 回転の原点は、
28772 \series bold
28773 origin=位置
28774 \series default
28775 の形で指定します。位置として指定可能なのは、
28776 \emph on
28777 c
28778 \emph default
28779 (中央揃え)・
28780 \emph on
28781 l
28782 \emph default
28783 (左揃え)・
28784 \emph on
28785 r
28786 \emph default
28787 (右揃え)・
28788 \emph on
28789 b
28790 \emph default
28791 (下揃え)・
28792 \emph on
28793 t
28794 \emph default
28795 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28796 \emph on
28797 lt
28798 \emph default
28799 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28800 \emph on
28801 l
28802 \emph default
28803 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28804 \end_layout
28805
28806 \begin_layout Standard
28807 以下の例では、「回転した」文章の前にTeXコードで
28808 \series bold
28809
28810 \backslash
28811 rotatebox[origin=c]{60}{
28812 \series default
28813 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28814 \series bold
28815 }
28816 \series default
28817 でボックスを閉じています。
28818 \end_layout
28819
28820 \begin_layout Standard
28821 これは、
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827
28828 \backslash
28829 rotatebox[origin=c]{60}{
28830 \end_layout
28831
28832 \end_inset
28833
28834 回転した
28835 \begin_inset ERT
28836 status collapsed
28837
28838 \begin_layout Plain Layout
28839
28840 }
28841 \end_layout
28842
28843 \end_inset
28844
28845  文章を含む行です。
28846 \end_layout
28847
28848 \begin_layout Standard
28849 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28850 \end_layout
28851
28852 \begin_layout Standard
28853 これは、
28854 \begin_inset ERT
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858
28859
28860 \backslash
28861 rotatebox[origin=r]{-60}{
28862 \end_layout
28863
28864 \end_inset
28865
28866
28867 \begin_inset Box Doublebox
28868 position "c"
28869 hor_pos "c"
28870 has_inner_box 0
28871 inner_pos "c"
28872 use_parbox 0
28873 use_makebox 0
28874 width "1in"
28875 special "width"
28876 height "1in"
28877 height_special "totalheight"
28878 status open
28879
28880 \begin_layout Plain Layout
28881 回転した
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892 }
28893 \end_layout
28894
28895 \end_inset
28896
28897 枠付き文章と
28898 \begin_inset ERT
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902
28903
28904 \backslash
28905 rotatebox[origin=lb]{60}{
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28912 \end_inset
28913
28914
28915 \begin_inset ERT
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919
28920 }
28921 \end_layout
28922
28923 \end_inset
28924
28925 数式を含む行です。
28926 \end_layout
28927
28928 \begin_layout Standard
28929 あるいは、以下のように図や表を入れることもできます。
28930 \end_layout
28931
28932 \begin_layout Standard
28933 これは、
28934 \begin_inset ERT
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938
28939
28940 \backslash
28941 rotatebox[origin=lb]{90}{
28942 \end_layout
28943
28944 \end_inset
28945
28946
28947 \begin_inset Graphics
28948         filename ../clipart/platypus.eps
28949         lyxscale 50
28950         width 25col%
28951
28952 \end_inset
28953
28954
28955 \begin_inset ERT
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959
28960 }
28961 \end_layout
28962
28963 \end_inset
28964
28965 回転した画像と
28966 \begin_inset ERT
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970
28971
28972 \backslash
28973 rotatebox[origin=l]{-90}{
28974 \end_layout
28975
28976 \end_inset
28977
28978
28979 \begin_inset Tabular
28980 <lyxtabular version="3" rows="2" columns="2">
28981 <features tabularvalignment="middle">
28982 <column alignment="center" valignment="top" width="0">
28983 <column alignment="center" valignment="top" width="0">
28984 <row>
28985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28986 \begin_inset Text
28987
28988 \begin_layout Plain Layout
28989 q
28990 \end_layout
28991
28992 \end_inset
28993 </cell>
28994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28995 \begin_inset Text
28996
28997 \begin_layout Plain Layout
28998 w
28999 \end_layout
29000
29001 \end_inset
29002 </cell>
29003 </row>
29004 <row>
29005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 e
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29015 \begin_inset Text
29016
29017 \begin_layout Plain Layout
29018 r
29019 \end_layout
29020
29021 \end_inset
29022 </cell>
29023 </row>
29024 </lyxtabular>
29025
29026 \end_inset
29027
29028
29029 \begin_inset ERT
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033
29034 }
29035 \end_layout
29036
29037 \end_inset
29038
29039 表を含む行です。
29040 \end_layout
29041
29042 \begin_layout Subsection
29043 ボックスの伸縮
29044 \begin_inset Index idx
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset Index idx
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058 しんしゅく@伸縮 ! そざいの@素材の---
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \begin_inset Index idx
29065 status collapsed
29066
29067 \begin_layout Plain Layout
29068 ず@図 ! のしんしゅく@---の伸縮
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \begin_inset Index idx
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 素材を伸縮させるには、TeXコードで
29088 \series bold
29089
29090 \backslash
29091 scalebox
29092 \series default
29093 コマンドと
29094 \series bold
29095
29096 \backslash
29097 resizebox
29098 \series default
29099 コマンドが使えます。
29100 \end_layout
29101
29102 \begin_layout Standard
29103
29104 \series bold
29105
29106 \backslash
29107 scalebox
29108 \series default
29109 は以下の書式で使用します。
29110 \end_layout
29111
29112 \begin_layout Standard
29113
29114 \series bold
29115
29116 \backslash
29117 scalebox{水平方向}[垂直方向]{ボックスの内容}
29118 \end_layout
29119
29120 \begin_layout Standard
29121 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29122 \end_layout
29123
29124 \begin_layout Standard
29125 たとえば、
29126 \series bold
29127
29128 \backslash
29129 scalebox{2}{こんにちは}
29130 \series default
29131 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137
29138 \backslash
29139 scalebox{2}{
29140 \end_layout
29141
29142 \end_inset
29143
29144 こんにちは
29145 \begin_inset ERT
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149
29150 }
29151 \end_layout
29152
29153 \end_inset
29154
29155 を生成します。
29156 \end_layout
29157
29158 \begin_layout Standard
29159 これに対し、
29160 \series bold
29161
29162 \backslash
29163 scalebox{2}[1]{こんにちは}
29164 \series default
29165 は、
29166 \begin_inset ERT
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170
29171
29172 \backslash
29173 scalebox{2}[1]{
29174 \end_layout
29175
29176 \end_inset
29177
29178 こんにちは
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184 }
29185 \end_layout
29186
29187 \end_inset
29188
29189 を変形させます。
29190 \end_layout
29191
29192 \begin_layout Standard
29193 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29194 \series bold
29195
29196 \backslash
29197 scalebox{-1}[1]{こんにちは}
29198 \series default
29199 というコマンドは、右のように反転文字を生成するのに使用できます:
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205
29206 \backslash
29207 scalebox{-1}[1]{
29208 \end_layout
29209
29210 \end_inset
29211
29212 こんにちは
29213 \begin_inset ERT
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217
29218 }
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Standard
29227
29228 \series bold
29229
29230 \backslash
29231 scalebox{1}[-1]{こんにちは}
29232 \series default
29233 とすると
29234 \begin_inset ERT
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238
29239
29240 \backslash
29241 scalebox{1}[-1]{
29242 \end_layout
29243
29244 \end_inset
29245
29246 こんにちは
29247 \begin_inset ERT
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252 }
29253 \end_layout
29254
29255 \end_inset
29256
29257 のようにベースラインで鏡像にします。
29258 \end_layout
29259
29260 \begin_layout Standard
29261
29262 \series bold
29263
29264 \backslash
29265 scalebox{-1}[1]{ボックスの内容}
29266 \series default
29267 と同じ働きをするものとして
29268 \begin_inset Newline newline
29269 \end_inset
29270
29271
29272 \series bold
29273
29274 \backslash
29275 reflectbox{ボックスの内容}
29276 \series default
29277
29278 \begin_inset Newline newline
29279 \end_inset
29280
29281 というコマンドがあります。
29282 \end_layout
29283
29284 \begin_layout Standard
29285 \begin_inset VSpace bigskip
29286 \end_inset
29287
29288 指定した幅や丈にボックスを伸縮させるには、
29289 \series bold
29290
29291 \backslash
29292 resizebox
29293 \series default
29294 を使用します。このコマンドの書式は
29295 \end_layout
29296
29297 \begin_layout Standard
29298
29299 \series bold
29300
29301 \backslash
29302 resizebox{幅}{丈}{ボックスの内容}
29303 \end_layout
29304
29305 \begin_layout Standard
29306 です。上記二つのコマンド引数のうち一つが感嘆符「
29307 \series bold
29308 !
29309 \series default
29310 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316
29317 \backslash
29318 resizebox{2cm}{1cm}{こんにちは}
29319 \series default
29320 というコマンドの出力は、
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326
29327 \backslash
29328 resizebox{2cm}{1cm}{
29329 \end_layout
29330
29331 \end_inset
29332
29333 こんにちは
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339 }
29340 \end_layout
29341
29342 \end_inset
29343
29344 となり、
29345 \begin_inset Newline newline
29346 \end_inset
29347
29348
29349 \series bold
29350
29351 \backslash
29352 resizebox{2cm}{!}{こんにちは}
29353 \series default
29354 というコマンドの出力は、
29355 \begin_inset ERT
29356 status collapsed
29357
29358 \begin_layout Plain Layout
29359
29360
29361 \backslash
29362 resizebox{2cm}{!}{
29363 \end_layout
29364
29365 \end_inset
29366
29367 こんにちは
29368 \begin_inset ERT
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372
29373 }
29374 \end_layout
29375
29376 \end_inset
29377
29378 となります。
29379 \end_layout
29380
29381 \begin_layout Standard
29382 \begin_inset VSpace bigskip
29383 \end_inset
29384
29385
29386 \begin_inset Note Greyedout
29387 status open
29388
29389 \begin_layout Plain Layout
29390
29391 \series bold
29392 【註】
29393 \backslash
29394 scalebox
29395 \series default
29396
29397 \series bold
29398
29399 \backslash
29400 resizebox
29401 \series default
29402 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \end_layout
29409
29410 \begin_layout Standard
29411 \begin_inset VSpace bigskip
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \begin_layout Standard
29418 ボックスは好きな順序で組み合わせることができます。たとえば、
29419 \begin_inset Newline newline
29420 \end_inset
29421
29422
29423 \series bold
29424
29425 \backslash
29426 rotatebox[origin=c]{-45}{
29427 \backslash
29428 resizebox{2cm}{!}{
29429 \backslash
29430 reflectbox{こんにちは}}}
29431 \begin_inset Newline newline
29432 \end_inset
29433
29434
29435 \series default
29436 というコマンドは、
29437 \end_layout
29438
29439 \begin_layout Standard
29440 \align center
29441 \begin_inset ERT
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446
29447 \backslash
29448 rotatebox[origin=c]{-45}{
29449 \backslash
29450 resizebox{2cm}{!}{
29451 \backslash
29452 reflectbox{
29453 \end_layout
29454
29455 \end_inset
29456
29457 こんにちは
29458 \begin_inset ERT
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462
29463 }}}
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \end_layout
29470
29471 \begin_layout Standard
29472 \noindent
29473 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29474 \end_layout
29475
29476 \begin_layout Standard
29477 \align center
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483
29484 \backslash
29485 rotatebox[origin=c]{-30}{
29486 \backslash
29487 resizebox{2cm}{!}{
29488 \backslash
29489 reflectbox{
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \begin_inset Graphics
29496         filename ../clipart/platypus.eps
29497         lyxscale 50
29498         width 25col%
29499
29500 \end_inset
29501
29502
29503 \begin_inset ERT
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507
29508 }}}
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518
29519
29520 \backslash
29521 rotatebox[origin=c]{-45}{
29522 \backslash
29523 resizebox{2cm}{!}{
29524 \backslash
29525 reflectbox{
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \begin_inset Tabular
29532 <lyxtabular version="3" rows="2" columns="2">
29533 <features tabularvalignment="middle">
29534 <column alignment="center" valignment="top" width="0">
29535 <column alignment="center" valignment="top" width="0">
29536 <row>
29537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29538 \begin_inset Text
29539
29540 \begin_layout Plain Layout
29541 q
29542 \end_layout
29543
29544 \end_inset
29545 </cell>
29546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29547 \begin_inset Text
29548
29549 \begin_layout Plain Layout
29550 w
29551 \end_layout
29552
29553 \end_inset
29554 </cell>
29555 </row>
29556 <row>
29557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29558 \begin_inset Text
29559
29560 \begin_layout Plain Layout
29561 e
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570 r
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 </row>
29576 </lyxtabular>
29577
29578 \end_inset
29579
29580
29581 \begin_inset ERT
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585
29586 }}}
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \begin_inset ERT
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596
29597
29598 \backslash
29599 rotatebox[origin=c]{-45}{
29600 \backslash
29601 resizebox{2cm}{!}{
29602 \backslash
29603 reflectbox{
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29610 \end_inset
29611
29612
29613 \begin_inset ERT
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617
29618 }}}
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Standard
29627 文書で大域的に数式様式
29628 \series bold
29629 fleqn
29630 \series default
29631 を使用している場合
29632 \begin_inset Foot
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29637 \end_layout
29638
29639 \end_inset
29640
29641 には、別行建て数式も伸縮させることができます。
29642 \end_layout
29643
29644 \begin_layout Chapter
29645 外部文書構成要素
29646 \begin_inset Index idx
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650 がいぶぶんしょこうせいようそ@外部文書構成要素
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \end_layout
29657
29658 \begin_layout Standard
29659
29660 \family sans
29661 挿入\SpecialChar \menuseparator
29662 ファイル
29663 \family default
29664 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
29665 \end_layout
29666
29667 \begin_layout Description
29668 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
29669 \end_layout
29670
29671 \begin_layout Description
29672 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
29673 \end_layout
29674
29675 \begin_layout Description
29676 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
29677 \end_layout
29678
29679 \begin_layout Description
29680 外部素材 様々な書式のファイル。
29681 \end_layout
29682
29683 \begin_layout Description
29684 子文書 LyXあるいはLaTeX文書。
29685 \end_layout
29686
29687 \begin_layout Section
29688 外部素材
29689 \begin_inset Index idx
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \end_layout
29700
29701 \begin_layout Standard
29702 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
29703 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
29704 \family sans
29705 操作性\SpecialChar \menuseparator
29706 表示
29707 \family default
29708 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
29709 \end_layout
29710
29711 \begin_layout Standard
29712 外部素材は、
29713 \family sans
29714 挿入
29715 \family default
29716 \SpecialChar \menuseparator
29717
29718 \family sans
29719 ファイル
29720 \family default
29721 \SpecialChar \menuseparator
29722
29723 \family sans
29724 外部素材
29725 \family default
29726 メニューで開くことのできる
29727 \family sans
29728 外部素材
29729 \family default
29730 ダイアログから挿入することができます。目下、以下のファイル形式(
29731 \family sans
29732 ひな型
29733 \family default
29734 )が使用できます。
29735 \end_layout
29736
29737 \begin_layout Description
29738 チェス棋譜 このひな型は、
29739 \series bold
29740
29741 \begin_inset CommandInset href
29742 LatexCommand href
29743 name "XBoard"
29744 target "http://en.wikipedia.org/wiki/XBoard"
29745
29746 \end_inset
29747
29748
29749 \series default
29750 プログラムで作成されたチェス棋譜をサポートします。
29751 \end_layout
29752
29753 \begin_layout Description
29754 日付 これは、
29755 \emph on
29756 日-月-年
29757 \emph default
29758 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
29759 \begin_inset External
29760         template Date
29761         filename .
29762
29763 \end_inset
29764
29765
29766 \begin_inset space ~
29767 \end_inset
29768
29769
29770 \begin_inset Note Note
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 バグ4398が修正されたら、この保護空白は削除してください!
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \begin_inset Newline newline
29781 \end_inset
29782
29783 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
29784 \family sans
29785 挿入
29786 \family default
29787 \SpecialChar \menuseparator
29788 日付メニューを使用する方法で、他はLaTeXコマンドの
29789 \series bold
29790
29791 \backslash
29792 today
29793 \series default
29794 をTeXコードで使用する方法です。これらの各方法は、表
29795 \begin_inset CommandInset ref
29796 LatexCommand ref
29797 reference "tab:日付挿入方法"
29798
29799 \end_inset
29800
29801 に比較を掲載しておきます。
29802 \end_layout
29803
29804 \begin_layout Description
29805 Dia このひな型は、
29806 \series bold
29807
29808 \begin_inset CommandInset href
29809 LatexCommand href
29810 name "Dia"
29811 target "http://en.wikipedia.org/wiki/Dia_(software)"
29812
29813 \end_inset
29814
29815
29816 \series default
29817 プログラムで作成したダイアグラムをサポートします。
29818 \end_layout
29819
29820 \begin_layout Description
29821 LilyPond このひな型は、
29822 \series bold
29823
29824 \begin_inset CommandInset href
29825 LatexCommand href
29826 name "LilyPond"
29827 target "http://en.wikipedia.org/wiki/LilyPond"
29828
29829 \end_inset
29830
29831
29832 \series default
29833 プログラムで作成した楽譜の組版に使用されます。
29834 \end_layout
29835
29836 \begin_layout Description
29837 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
29838 \family sans
29839 LaTeXとLyXオプション
29840 \family default
29841 タブ中の
29842 \family sans
29843 オプション
29844 \family default
29845 フィールドに
29846 \emph on
29847 pages
29848 \emph default
29849 オプションを指定してください。
29850 \emph on
29851 pages
29852 \emph default
29853 オプションを指定しないと、PDFの最初のページのみが挿入されます。
29854 \end_layout
29855
29856 \begin_layout Description
29857 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
29858 \family sans
29859 外部素材
29860 \family default
29861 ダイアログを使って入れる画像は、第
29862 \begin_inset CommandInset ref
29863 LatexCommand ref
29864 reference "sec:画像ダイアログ"
29865
29866 \end_inset
29867
29868 節にあるように
29869 \family sans
29870 画像
29871 \family default
29872 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
29873 サポートしていないという点のみです。
29874 \end_layout
29875
29876 \begin_layout Description
29877 XFig このひな型は、
29878 \series bold
29879
29880 \begin_inset CommandInset href
29881 LatexCommand href
29882 name "Xfig"
29883 target "http://en.wikipedia.org/wiki/Xfig"
29884
29885 \end_inset
29886
29887
29888 \series default
29889 プログラムで作成した画像をサポートします。
29890 \end_layout
29891
29892 \begin_layout Standard
29893 \begin_inset Float table
29894 placement h
29895 wide false
29896 sideways false
29897 status open
29898
29899 \begin_layout Plain Layout
29900 \begin_inset Caption
29901
29902 \begin_layout Plain Layout
29903 \begin_inset CommandInset label
29904 LatexCommand label
29905 name "tab:日付挿入方法"
29906
29907 \end_inset
29908
29909 日付の挿入方法の比較
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Plain Layout
29918 \align center
29919 \begin_inset Tabular
29920 <lyxtabular version="3" rows="4" columns="4">
29921 <features tabularvalignment="middle">
29922 <column alignment="center" valignment="top" width="0">
29923 <column alignment="center" valignment="top" width="0">
29924 <column alignment="center" valignment="top" width="0">
29925 <column alignment="center" valignment="top" width="0">
29926 <row>
29927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29928 \begin_inset Text
29929
29930 \begin_layout Plain Layout
29931 文書書式
29932 \end_layout
29933
29934 \end_inset
29935 </cell>
29936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29937 \begin_inset Text
29938
29939 \begin_layout Plain Layout
29940
29941 \family sans
29942 外部素材\SpecialChar \menuseparator
29943 日付
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29949 \begin_inset Text
29950
29951 \begin_layout Plain Layout
29952
29953 \family sans
29954 挿入\SpecialChar \menuseparator
29955 日付
29956 \end_layout
29957
29958 \end_inset
29959 </cell>
29960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29961 \begin_inset Text
29962
29963 \begin_layout Plain Layout
29964
29965 \series bold
29966
29967 \backslash
29968 today
29969 \series default
29970 コマンド
29971 \end_layout
29972
29973 \end_inset
29974 </cell>
29975 </row>
29976 <row>
29977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29978 \begin_inset Text
29979
29980 \begin_layout Plain Layout
29981 LyX
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29987 \begin_inset Text
29988
29989 \begin_layout Plain Layout
29990 差込枠として
29991 \end_layout
29992
29993 \end_inset
29994 </cell>
29995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29996 \begin_inset Text
29997
29998 \begin_layout Plain Layout
29999 日付として
30000 \end_layout
30001
30002 \end_inset
30003 </cell>
30004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30005 \begin_inset Text
30006
30007 \begin_layout Plain Layout
30008 TeXコード差込枠として
30009 \end_layout
30010
30011 \end_inset
30012 </cell>
30013 </row>
30014 <row>
30015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30016 \begin_inset Text
30017
30018 \begin_layout Plain Layout
30019 LaTeX
30020 \end_layout
30021
30022 \end_inset
30023 </cell>
30024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30025 \begin_inset Text
30026
30027 \begin_layout Plain Layout
30028 日付として
30029 \end_layout
30030
30031 \end_inset
30032 </cell>
30033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30034 \begin_inset Text
30035
30036 \begin_layout Plain Layout
30037 日付として
30038 \end_layout
30039
30040 \end_inset
30041 </cell>
30042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30043 \begin_inset Text
30044
30045 \begin_layout Plain Layout
30046 コマンドとして
30047 \end_layout
30048
30049 \end_inset
30050 </cell>
30051 </row>
30052 <row>
30053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30054 \begin_inset Text
30055
30056 \begin_layout Plain Layout
30057 DVI, PDF, PS
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Plain Layout
30066 日付として
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30072 \begin_inset Text
30073
30074 \begin_layout Plain Layout
30075 日付として
30076 \end_layout
30077
30078 \end_inset
30079 </cell>
30080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30081 \begin_inset Text
30082
30083 \begin_layout Plain Layout
30084 日付として
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 </row>
30090 </lyxtabular>
30091
30092 \end_inset
30093
30094
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103
30104 \family sans
30105 外部素材
30106 \family default
30107 ダイアログの
30108 \family sans
30109 ファイル
30110 \family default
30111 タブ中で
30112 \family sans
30113 下書き
30114 \family default
30115 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
30116 \begin_inset Newline newline
30117 \end_inset
30118
30119 LyX中での外部素材は、ダイアログ内の
30120 \family sans
30121 LaTeXとLyXのオプション
30122 \family default
30123 タブにある
30124 \family sans
30125 LyX内に表示
30126 \family default
30127 オプションの指定に従って、
30128 \begin_inset Graphics
30129         filename clipart/ExternalMaterialQt4.png
30130         scale 85
30131         scaleBeforeRotation
30132
30133 \end_inset
30134
30135 のようなボックスとして表示されるか、画像として表示されます。
30136 \end_layout
30137
30138 \begin_layout Standard
30139 取扱説明書
30140 \family sans
30141 \emph on
30142 カスタマイズ篇
30143 \family default
30144 \emph default
30145 には、自製のひな型を定義する方法が説明されています。
30146 \end_layout
30147
30148 \begin_layout Section
30149 子文書
30150 \begin_inset CommandInset label
30151 LatexCommand label
30152 name "sec:子文書"
30153
30154 \end_inset
30155
30156
30157 \begin_inset Index idx
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
30162 \end_layout
30163
30164 \end_inset
30165
30166
30167 \begin_inset Index idx
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171 ふぁいる@ファイル ! いんくるーど@インクルード
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \begin_layout Standard
30180 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
30181 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
30182 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
30183 \end_layout
30184
30185 \begin_layout Standard
30186 親文書を開くことなく子文書で作業できるようにするには、子文書の
30187 \family sans
30188 文書
30189 \family default
30190 \SpecialChar \menuseparator
30191
30192 \family sans
30193 設定
30194 \family default
30195 \SpecialChar \menuseparator
30196
30197 \family sans
30198 文書クラス
30199 \family default
30200 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
30201 \end_layout
30202
30203 \begin_layout Standard
30204 取り込んだ文書は、LyX中で
30205 \begin_inset Graphics
30206         filename clipart/ChildDocumentQt4.png
30207         scale 85
30208         scaleBeforeRotation
30209
30210 \end_inset
30211
30212 のようなボックスとして表示されます。子文書を親文書に取り込むには、
30213 \family sans
30214 挿入
30215 \family default
30216 \SpecialChar \menuseparator
30217
30218 \family sans
30219 ファイル
30220 \family default
30221 \SpecialChar \menuseparator
30222
30223 \family sans
30224 子文書
30225 \family default
30226 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
30227 \end_layout
30228
30229 \begin_layout Description
30230 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
30231 \family sans
30232 子文書
30233 \family default
30234 ダイアログの
30235 \family sans
30236 編集
30237 \family default
30238 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
30239 \begin_inset Newline newline
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \begin_layout Standard
30246 以下は、
30247 \family sans
30248 Include
30249 \family default
30250 を使用して挿入した子文書です。 
30251 \begin_inset CommandInset include
30252 LatexCommand include
30253 filename "DummyDocument1.lyx"
30254
30255 \end_inset
30256
30257
30258 \end_layout
30259
30260 \begin_layout Standard
30261 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
30262 あります。取り込んだ文書のラベルは、第
30263 \begin_inset CommandInset ref
30264 LatexCommand ref
30265 reference "sub:外部文書の第1小節"
30266
30267 \end_inset
30268
30269 小節、のように参照することができます。
30270 \end_layout
30271
30272 \begin_layout Standard
30273 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
30274 は、新規頁から始まるように挿入され、改頁して終わります。
30275 \end_layout
30276
30277 \begin_layout Standard
30278 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
30279 \begin_inset Foot
30280 status open
30281
30282 \begin_layout Plain Layout
30283 派生枝は、LyX
30284 \emph on
30285 ユーザーの手引き
30286 \emph default
30287
30288 \emph on
30289 派生枝
30290 \emph default
30291 の節に説明されています。
30292 \end_layout
30293
30294 \end_inset
30295
30296 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset Note Greyedout
30301 status open
30302
30303 \begin_layout Plain Layout
30304
30305 \series bold
30306 【註】
30307 \series default
30308 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
30309 \series bold
30310
30311 \backslash
30312 includeonly
30313 \series default
30314 を使用することはできません。
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Standard
30323 \begin_inset Note Greyedout
30324 status open
30325
30326 \begin_layout Plain Layout
30327
30328 \series bold
30329 【註】
30330 \series default
30331 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
30332 警告が発せられます。
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \end_layout
30339
30340 \begin_layout Description
30341 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
30342 \end_layout
30343
30344 \begin_deeper
30345 \begin_layout Itemize
30346 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
30347 \end_layout
30348
30349 \begin_layout Itemize
30350 Inputファイルは、LyX設定の操作性
30351 \family sans
30352 \SpecialChar \menuseparator
30353 表示
30354 \family default
30355 の下にある
30356 \family sans
30357 画像を表示
30358 \family default
30359 を有効にすると、LyX中でプレビューすることができます。
30360 \end_layout
30361
30362 \begin_layout Itemize
30363 LaTeXコマンドの
30364 \series bold
30365
30366 \backslash
30367 includeonly
30368 \series default
30369 は使用することができません。
30370 \end_layout
30371
30372 \end_deeper
30373 \begin_layout Standard
30374 右は、
30375 \family sans
30376 Input
30377 \family default
30378 を使って挿入した子文書です。 
30379 \begin_inset CommandInset include
30380 LatexCommand input
30381 filename "DummyDocument2.lyx"
30382
30383 \end_inset
30384
30385
30386 \end_layout
30387
30388 \begin_layout Description
30389 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
30390 に用いられているコマンドは実行されません。
30391 \family sans
30392 出力の空白に印付けをする
30393 \family default
30394 オプションを有効にすると、ソースコード中のすべての空白文字に「
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400
30401 \backslash
30402 textvisiblespace 
30403 \end_layout
30404
30405 \end_inset
30406
30407 」文字を表示させることができます。
30408 \family sans
30409 挿入\SpecialChar \menuseparator
30410 ファイル\SpecialChar \menuseparator
30411 平文
30412 \family default
30413 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
30414 \end_layout
30415
30416 \begin_layout Standard
30417 以下は、verbatimとして挿入された子文書です。 
30418 \begin_inset CommandInset include
30419 LatexCommand verbatiminput
30420 filename "../DummyTextDocument.txt"
30421
30422 \end_inset
30423
30424
30425 \begin_inset VSpace bigskip
30426 \end_inset
30427
30428 以下は、
30429 \family sans
30430 出力の空白に印付けをする
30431 \family default
30432 オプションを指定して、verbatimとして挿入された子文書です。 
30433 \begin_inset CommandInset include
30434 LatexCommand verbatiminput*
30435 filename "../DummyTextDocument.txt"
30436
30437 \end_inset
30438
30439
30440 \end_layout
30441
30442 \begin_layout Standard
30443 \begin_inset VSpace bigskip
30444 \end_inset
30445
30446
30447 \end_layout
30448
30449 \begin_layout Standard
30450 \begin_inset Note Greyedout
30451 status open
30452
30453 \begin_layout Plain Layout
30454
30455 \series bold
30456 【註】
30457 \series default
30458 上記の例でわかるように、
30459 \family sans
30460 verbatim
30461 \family default
30462 として取り込んだ文書の文章は、文書行の終わりで改行されません。
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471 \begin_inset Note Greyedout
30472 status open
30473
30474 \begin_layout Plain Layout
30475
30476 \series bold
30477 【訳註】
30478 \series default
30479 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \end_layout
30486
30487 \begin_layout Description
30488 プログラムリスト この型については、第
30489 \begin_inset CommandInset ref
30490 LatexCommand ref
30491 reference "cha:プログラムコードリスト"
30492
30493 \end_inset
30494
30495 章に説明されています。
30496 \end_layout
30497
30498 \begin_layout Standard
30499 \begin_inset Note Greyedout
30500 status open
30501
30502 \begin_layout Plain Layout
30503
30504 \series bold
30505 【註】
30506 \series default
30507 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \begin_layout Chapter
30516 プログラムコードリスト
30517 \begin_inset CommandInset label
30518 LatexCommand label
30519 name "cha:プログラムコードリスト"
30520
30521 \end_inset
30522
30523
30524 \begin_inset Index idx
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528 りすと@リスト
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \begin_inset Index idx
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 ぷろぐらむこーど@プログラムコード
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \begin_inset Index idx
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548 ふろーと@フロート ! りすと@リスト
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 プログラムコードを取り込んで組版するには、
30558 \family sans
30559 挿入
30560 \family default
30561 \SpecialChar \menuseparator
30562
30563 \family sans
30564 プログラムリスト
30565 \family default
30566 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
30567 \series bold
30568 listings
30569 \series default
30570
30571 \begin_inset Index idx
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575 LaTeXぱっけーじ@LaTeXパッケージ ! listings
30576 \end_layout
30577
30578 \end_inset
30579
30580 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
30581 \end_layout
30582
30583 \begin_layout Standard
30584 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
30585 \end_layout
30586
30587 \begin_layout Standard
30588 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
30589 \family sans
30590 行内リスト
30591 \family default
30592 を指定すると、リストは
30593 \begin_inset listings
30594 lstparams "language={C++}"
30595 inline true
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600 int a=5;
30601 \end_layout
30602
30603 \end_inset
30604
30605 のように行内に印字されます。
30606 \begin_inset Newline newline
30607 \end_inset
30608
30609
30610 \family sans
30611 フロート
30612 \family default
30613 オプションは、プログラムリストフロートを生成するものですが、ここで、第
30614 \begin_inset CommandInset ref
30615 LatexCommand ref
30616 reference "sec:フロートの配置"
30617
30618 \end_inset
30619
30620 節に説明されているフロート配置オプションに従って、「
30621 \family sans
30622 h
30623 \family default
30624 」「
30625 \family sans
30626 t
30627 \family default
30628 」「
30629 \family sans
30630 b
30631 \family default
30632 」「
30633 \family sans
30634 p
30635 \family default
30636 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
30637 \family sans
30638 htbp
30639 \family default
30640 」のように区切りを入れることなく入力することができます。「
30641 \family sans
30642 h
30643 \family default
30644 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
30645 \family sans
30646 フロート
30647 \family default
30648 オプションを使用しなければ大丈夫です。
30649 \end_layout
30650
30651 \begin_layout Standard
30652
30653 \family sans
30654 挿入
30655 \family default
30656 \SpecialChar \menuseparator
30657
30658 \family sans
30659 キャプション
30660 \family default
30661 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、Listing
30662 \begin_inset space ~
30663 \end_inset
30664
30665
30666 \begin_inset CommandInset ref
30667 LatexCommand ref
30668 reference "lst:Example-Listing"
30669
30670 \end_inset
30671
30672 のように参照することができます。
30673 \end_layout
30674
30675 \begin_layout Standard
30676 \begin_inset listings
30677 lstparams "language=Python"
30678 inline false
30679 status open
30680
30681 \begin_layout Plain Layout
30682
30683 \begin_inset Caption
30684
30685 \begin_layout Plain Layout
30686 \begin_inset CommandInset label
30687 LatexCommand label
30688 name "lst:Example-Listing"
30689
30690 \end_inset
30691
30692 Example Listing float
30693 \end_layout
30694
30695 \end_inset
30696
30697 # Example listing float
30698 \end_layout
30699
30700 \begin_layout Plain Layout
30701
30702 def func(param):
30703 \end_layout
30704
30705 \begin_layout Plain Layout
30706
30707     'this is a python function'
30708 \end_layout
30709
30710 \begin_layout Plain Layout
30711
30712     pass
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \begin_layout Standard
30721 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
30722 onのキーワード「def」が識別され、ボールド体で出力されます。
30723 \end_layout
30724
30725 \begin_layout Standard
30726 \begin_inset Note Greyedout
30727 status open
30728
30729 \begin_layout Plain Layout
30730
30731 \series bold
30732 【註】
30733 \series default
30734 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
30735 \family typewriter
30736 typewriter
30737 \family default
30738 フォントがボールド体を提供していません。この場合には、
30739 \family sans
30740 文書
30741 \family default
30742 \SpecialChar \menuseparator
30743
30744 \family sans
30745 設定
30746 \family default
30747 \SpecialChar \menuseparator
30748
30749 \family sans
30750 フォント
30751 \family default
30752 メニューで別のフォントを選択してください(
30753 \emph on
30754 LuxiMono
30755 \emph default
30756
30757 \emph on
30758 BeraMono
30759 \emph default
30760
30761 \emph on
30762 Courier
30763 \emph default
30764 の各フォントはボールド体を提供します)。
30765 \end_layout
30766
30767 \end_inset
30768
30769
30770 \end_layout
30771
30772 \begin_layout Standard
30773 \begin_inset Note Greyedout
30774 status open
30775
30776 \begin_layout Plain Layout
30777
30778 \series bold
30779 【訳註】
30780 \series default
30781 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Standard
30790 プログラムリストダイアログの
30791 \family sans
30792 行番号
30793 \family default
30794 のセクションでは、行番号の様式を指定することができます。
30795 \family sans
30796 行間
30797 \family default
30798 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
30799 \end_layout
30800
30801 \begin_layout Standard
30802 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
30803 \family sans
30804 拡張文字コード表を使う
30805 \family default
30806 オプションを使用しなくてはなりません。
30807 \begin_inset Newline newline
30808 \end_inset
30809
30810 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
30811 \begin_inset space \thinspace{}
30812 \end_inset
30813
30814 -
30815 \begin_inset space \thinspace{}
30816 \end_inset
30817
30818 8」で設定したプログラムリストの例です。
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \begin_inset listings
30823 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
30824 inline false
30825 status open
30826
30827 \begin_layout Plain Layout
30828
30829 def func(param):
30830 \end_layout
30831
30832 \begin_layout Plain Layout
30833
30834     'this is a python function'
30835 \end_layout
30836
30837 \begin_layout Plain Layout
30838
30839     pass
30840 \end_layout
30841
30842 \begin_layout Plain Layout
30843
30844 def func(param):
30845 \end_layout
30846
30847 \begin_layout Plain Layout
30848
30849 'This is a German word: Tschüß'
30850 \end_layout
30851
30852 \begin_layout Plain Layout
30853
30854 pass
30855 \end_layout
30856
30857 \begin_layout Plain Layout
30858
30859 def func(param):
30860 \end_layout
30861
30862 \begin_layout Plain Layout
30863
30864 'this is a python function'
30865 \end_layout
30866
30867 \begin_layout Plain Layout
30868
30869 pass
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Standard
30878 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
30879 \family sans
30880 タビュレータの大きさ
30881 \family default
30882 フィールドで指定することができます。
30883 \end_layout
30884
30885 \begin_layout Standard
30886 \begin_inset Note Greyedout
30887 status open
30888
30889 \begin_layout Plain Layout
30890
30891 \series bold
30892 【註】listings
30893 \series default
30894 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
30895 に振られているのはこのためです。
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 \begin_inset VSpace bigskip
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Standard
30911 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
30912 \family sans
30913 挿入
30914 \family default
30915 \SpecialChar \menuseparator
30916
30917 \family sans
30918 ファイル
30919 \family default
30920 \SpecialChar \menuseparator
30921
30922 \family sans
30923 子文書
30924 \family default
30925 メニューを使用して
30926 \family sans
30927 プログラムリスト
30928 \family default
30929 型を選択してください
30930 \begin_inset Foot
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934 他の子文書型については、第 section
30935 \begin_inset space ~
30936 \end_inset
30937
30938
30939 \begin_inset CommandInset ref
30940 LatexCommand ref
30941 reference "sec:子文書"
30942
30943 \end_inset
30944
30945 節に説明があります。
30946 \end_layout
30947
30948 \end_inset
30949
30950 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
30951 疑問符「?」を打鍵してください。
30952 \end_layout
30953
30954 \begin_layout Standard
30955 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
30956 \family sans
30957 挿入
30958 \family default
30959 \SpecialChar \menuseparator
30960
30961 \family sans
30962 相互参照
30963 \family default
30964 メニューを使って参照できるようになります。
30965 \end_layout
30966
30967 \begin_layout Standard
30968 プログラムリスト
30969 \begin_inset CommandInset ref
30970 LatexCommand ref
30971 reference "lst:file-listing"
30972
30973 \end_inset
30974
30975 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
30976 \end_layout
30977
30978 \begin_layout Standard
30979 \begin_inset CommandInset include
30980 LatexCommand lstinputlisting
30981 filename "EmbeddedObjects.lyx"
30982 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990 \begin_inset VSpace bigskip
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \begin_layout Standard
30997
30998 \lang english
30999 Inserting a formula into a listing can be done the following way:
31000 \end_layout
31001
31002 \begin_layout Enumerate
31003
31004 \lang english
31005 Open the listings dialog and add
31006 \begin_inset Newline newline
31007 \end_inset
31008
31009
31010 \family sans
31011 mathescape=true
31012 \family default
31013
31014 \begin_inset Newline newline
31015 \end_inset
31016
31017 to the field of the 
31018 \family sans
31019 Advanced
31020 \family default
31021  tab.
31022 \end_layout
31023
31024 \begin_layout Enumerate
31025
31026 \lang english
31027 Create a formula outside the listing
31028 \end_layout
31029
31030 \begin_layout Enumerate
31031
31032 \lang english
31033 Copy the content of the formula (not the formula inset) to the clipboard
31034  (shortcut 
31035 \begin_inset Info
31036 type  "shortcut"
31037 arg   "copy"
31038 \end_inset
31039
31040 )
31041 \end_layout
31042
31043 \begin_layout Enumerate
31044
31045 \lang english
31046 In the listing write 
31047 \begin_inset Quotes eld
31048 \end_inset
31049
31050
31051 \family sans
31052 $$
31053 \family default
31054
31055 \begin_inset Quotes erd
31056 \end_inset
31057
31058  and copy from the clipboard between the dollar-signs (shortcut 
31059 \begin_inset Info
31060 type  "shortcut"
31061 arg   "paste"
31062 \end_inset
31063
31064 )
31065 \end_layout
31066
31067 \begin_layout Standard
31068 \begin_inset listings
31069 lstparams "language=Python,mathescape=true"
31070 inline false
31071 status open
31072
31073 \begin_layout Plain Layout
31074
31075 \begin_inset Caption
31076
31077 \begin_layout Plain Layout
31078
31079 \lang english
31080 Example Listing float containing a formula
31081 \end_layout
31082
31083 \end_inset
31084
31085 # Example listing float
31086 \end_layout
31087
31088 \begin_layout Plain Layout
31089
31090 def func(param):
31091 \end_layout
31092
31093 \begin_layout Plain Layout
31094
31095     # $
31096 \backslash
31097 prod_{n=1}^{
31098 \backslash
31099 infty}
31100 \backslash
31101 ,
31102 \backslash
31103 frac{1}{x^{2}}$
31104 \end_layout
31105
31106 \begin_layout Plain Layout
31107
31108     pass
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \end_layout
31115
31116 \begin_layout Standard
31117 \begin_inset VSpace bigskip
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124 大域的なプログラムリストの設定は、
31125 \family sans
31126 文書
31127 \family default
31128 \SpecialChar \menuseparator
31129
31130 \family sans
31131 設定
31132 \family default
31133 \SpecialChar \menuseparator
31134
31135 \family sans
31136 本文レイアウト
31137 \family default
31138 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
31139 \family sans
31140 プログラムリスト設定
31141 \family default
31142 フィールドで疑問符「?」を打鍵してください。
31143 \end_layout
31144
31145 \begin_layout Standard
31146
31147 \series bold
31148 listings
31149 \series default
31150 パッケージについての詳しい情報については、取扱説明書
31151 \begin_inset CommandInset citation
31152 LatexCommand cite
31153 key "listings"
31154
31155 \end_inset
31156
31157 をご参照ください。.
31158 \end_layout
31159
31160 \begin_layout Standard
31161 \begin_inset Newpage newpage
31162 \end_inset
31163
31164
31165 \end_layout
31166
31167 \begin_layout Chapter
31168 \start_of_appendix
31169 LyXで使用できる単位
31170 \begin_inset Index idx
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174 たんい@単位
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \begin_inset CommandInset label
31181 LatexCommand label
31182 name "cha:LyXで使用できる単位"
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 この文書で用いられる単位の理解のために、表
31191 \begin_inset CommandInset ref
31192 LatexCommand ref
31193 reference "tab:単位"
31194
31195 \end_inset
31196
31197 に、LyXで使うことのできる単位をまとめておきます。
31198 \end_layout
31199
31200 \begin_layout Standard
31201 \begin_inset Float table
31202 placement h
31203 wide false
31204 sideways false
31205 status open
31206
31207 \begin_layout Plain Layout
31208 \begin_inset Caption
31209
31210 \begin_layout Plain Layout
31211 \begin_inset CommandInset label
31212 LatexCommand label
31213 name "tab:単位"
31214
31215 \end_inset
31216
31217 単位
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Plain Layout
31226 \begin_inset VSpace medskip
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Plain Layout
31233 \align center
31234 \begin_inset Tabular
31235 <lyxtabular version="3" rows="20" columns="2">
31236 <features tabularvalignment="middle">
31237 <column alignment="center" valignment="top" width="0">
31238 <column alignment="center" valignment="top" width="0">
31239 <row>
31240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31241 \begin_inset Text
31242
31243 \begin_layout Plain Layout
31244 単位
31245 \end_layout
31246
31247 \end_inset
31248 </cell>
31249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31250 \begin_inset Text
31251
31252 \begin_layout Plain Layout
31253 名称/摘要
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 </row>
31259 <row>
31260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31261 \begin_inset Text
31262
31263 \begin_layout Plain Layout
31264 mm
31265 \end_layout
31266
31267 \end_inset
31268 </cell>
31269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31270 \begin_inset Text
31271
31272 \begin_layout Plain Layout
31273 ミリメートル
31274 \end_layout
31275
31276 \end_inset
31277 </cell>
31278 </row>
31279 <row>
31280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31281 \begin_inset Text
31282
31283 \begin_layout Plain Layout
31284 cm
31285 \end_layout
31286
31287 \end_inset
31288 </cell>
31289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31290 \begin_inset Text
31291
31292 \begin_layout Plain Layout
31293 センチメートル
31294 \end_layout
31295
31296 \end_inset
31297 </cell>
31298 </row>
31299 <row>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304 in
31305 \end_layout
31306
31307 \end_inset
31308 </cell>
31309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31310 \begin_inset Text
31311
31312 \begin_layout Plain Layout
31313 インチ
31314 \end_layout
31315
31316 \end_inset
31317 </cell>
31318 </row>
31319 <row>
31320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31321 \begin_inset Text
31322
31323 \begin_layout Plain Layout
31324 pt
31325 \end_layout
31326
31327 \end_inset
31328 </cell>
31329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Plain Layout
31333 ポイント (72.27
31334 \begin_inset Formula $\,$
31335 \end_inset
31336
31337 pt = 1
31338 \begin_inset Formula $\,$
31339 \end_inset
31340
31341 in)
31342 \end_layout
31343
31344 \end_inset
31345 </cell>
31346 </row>
31347 <row>
31348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31349 \begin_inset Text
31350
31351 \begin_layout Plain Layout
31352 pc
31353 \end_layout
31354
31355 \end_inset
31356 </cell>
31357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31358 \begin_inset Text
31359
31360 \begin_layout Plain Layout
31361 パイカ (1
31362 \begin_inset Formula $\,$
31363 \end_inset
31364
31365 pc = 12
31366 \begin_inset Formula $\,$
31367 \end_inset
31368
31369 pt)
31370 \end_layout
31371
31372 \end_inset
31373 </cell>
31374 </row>
31375 <row>
31376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31377 \begin_inset Text
31378
31379 \begin_layout Plain Layout
31380 sp
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389 スケールポイント (65536
31390 \begin_inset Formula $\,$
31391 \end_inset
31392
31393 sp = 1
31394 \begin_inset Formula $\,$
31395 \end_inset
31396
31397 pt)
31398 \end_layout
31399
31400 \end_inset
31401 </cell>
31402 </row>
31403 <row>
31404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31405 \begin_inset Text
31406
31407 \begin_layout Plain Layout
31408 bp
31409 \end_layout
31410
31411 \end_inset
31412 </cell>
31413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31414 \begin_inset Text
31415
31416 \begin_layout Plain Layout
31417 ビッグポイント (72
31418 \begin_inset Formula $\,$
31419 \end_inset
31420
31421 bp = 1
31422 \begin_inset Formula $\,$
31423 \end_inset
31424
31425 in)
31426 \end_layout
31427
31428 \end_inset
31429 </cell>
31430 </row>
31431 <row>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 dd
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445 ディドー (72
31446 \begin_inset Formula $\,$
31447 \end_inset
31448
31449 dd 
31450 \begin_inset Formula $\approx$
31451 \end_inset
31452
31453  37.6
31454 \begin_inset Formula $\,$
31455 \end_inset
31456
31457 mm)
31458 \end_layout
31459
31460 \end_inset
31461 </cell>
31462 </row>
31463 <row>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468 cc
31469 \end_layout
31470
31471 \end_inset
31472 </cell>
31473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31474 \begin_inset Text
31475
31476 \begin_layout Plain Layout
31477 シセロ (1
31478 \begin_inset Formula $\,$
31479 \end_inset
31480
31481 cc = 12
31482 \begin_inset Formula $\,$
31483 \end_inset
31484
31485 dd)
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 </row>
31491 <row>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 Scale%
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31502 \begin_inset Text
31503
31504 \begin_layout Plain Layout
31505 元の画像幅の%
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 </row>
31511 <row>
31512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516 text%
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525 テキスト幅の%
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 </row>
31531 <row>
31532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31533 \begin_inset Text
31534
31535 \begin_layout Plain Layout
31536 col%
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 組段幅の%
31546 \end_layout
31547
31548 \end_inset
31549 </cell>
31550 </row>
31551 <row>
31552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Plain Layout
31556 page%
31557 \end_layout
31558
31559 \end_inset
31560 </cell>
31561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31562 \begin_inset Text
31563
31564 \begin_layout Plain Layout
31565 用紙幅の%
31566 \end_layout
31567
31568 \end_inset
31569 </cell>
31570 </row>
31571 <row>
31572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 line%
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 行幅の%
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 </row>
31591 <row>
31592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31593 \begin_inset Text
31594
31595 \begin_layout Plain Layout
31596 theight%
31597 \end_layout
31598
31599 \end_inset
31600 </cell>
31601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31602 \begin_inset Text
31603
31604 \begin_layout Plain Layout
31605 テキスト高さの%
31606 \end_layout
31607
31608 \end_inset
31609 </cell>
31610 </row>
31611 <row>
31612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616 pheight%
31617 \end_layout
31618
31619 \end_inset
31620 </cell>
31621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 用紙高さの%
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 </row>
31631 <row>
31632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31633 \begin_inset Text
31634
31635 \begin_layout Plain Layout
31636 ex
31637 \end_layout
31638
31639 \end_inset
31640 </cell>
31641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645 現在のフォントの文字「x」の高さ
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 </row>
31651 <row>
31652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31653 \begin_inset Text
31654
31655 \begin_layout Plain Layout
31656 em
31657 \end_layout
31658
31659 \end_inset
31660 </cell>
31661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31662 \begin_inset Text
31663
31664 \begin_layout Plain Layout
31665 現在のフォントの文字「M」の幅
31666 \end_layout
31667
31668 \end_inset
31669 </cell>
31670 </row>
31671 <row>
31672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31673 \begin_inset Text
31674
31675 \begin_layout Plain Layout
31676 mu
31677 \end_layout
31678
31679 \end_inset
31680 </cell>
31681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31682 \begin_inset Text
31683
31684 \begin_layout Plain Layout
31685 数式単位 (1
31686 \begin_inset Formula $\,$
31687 \end_inset
31688
31689 mu = 1/18
31690 \begin_inset Formula $\,$
31691 \end_inset
31692
31693 em)
31694 \end_layout
31695
31696 \end_inset
31697 </cell>
31698 </row>
31699 </lyxtabular>
31700
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Chapter
31712 画像を含む場合のファイル出力形式
31713 \begin_inset CommandInset label
31714 LatexCommand label
31715 name "cha:ファイル出力形式"
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \begin_layout Section
31723 DVI
31724 \begin_inset Index idx
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728 ふぁいるしょしき@ファイル書式 ! DVI
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \begin_inset Index idx
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 DVI|see
31739 \begin_inset ERT
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744 {
31745 \end_layout
31746
31747 \end_inset
31748
31749 ファイル書式
31750 \begin_inset ERT
31751 status collapsed
31752
31753 \begin_layout Plain Layout
31754
31755 }
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 このファイル型の拡張子は「
31770 \family typewriter
31771 .dvi
31772 \family default
31773 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
31774 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
31775 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
31776 \end_layout
31777
31778 \begin_layout Standard
31779 \begin_inset Note Greyedout
31780 status open
31781
31782 \begin_layout Plain Layout
31783 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
31784 \end_layout
31785
31786 \end_inset
31787
31788 ですから、お使いの
31789 \family typewriter
31790 .dvi
31791 \family default
31792 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
31793 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
31794 DFを使用することをお勧めします。
31795 \end_layout
31796
31797 \begin_layout Standard
31798 使用中の文書は、
31799 \family sans
31800 ファイル
31801 \family default
31802 \SpecialChar \menuseparator
31803
31804 \family sans
31805 書き出し
31806 \family default
31807 \SpecialChar \menuseparator
31808
31809 \family sans
31810 DVI
31811 \family default
31812 メニューを使用して、DVIに書き出すことができます。また、
31813 \family sans
31814 表示
31815 \family default
31816 メニューかツールバーボタン
31817 \begin_inset Graphics
31818         filename ../../images/buffer-view_dvi.png
31819         scale 85
31820         scaleBeforeRotation
31821
31822 \end_inset
31823
31824 を使用すれば、使用中の文書をDVIで表示させることができます。
31825 \end_layout
31826
31827 \begin_layout Section
31828 PostScript
31829 \begin_inset CommandInset label
31830 LatexCommand label
31831 name "sec:PostScript"
31832
31833 \end_inset
31834
31835
31836 \begin_inset Index idx
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 ふぁいるしょしき@ファイル書式 ! PostScript
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \begin_inset Index idx
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850 PostScript|see
31851 \begin_inset ERT
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855
31856 {
31857 \end_layout
31858
31859 \end_inset
31860
31861 ファイル書式
31862 \begin_inset ERT
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866
31867 }
31868 \end_layout
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Standard
31881 このファイル型の拡張子は「
31882 \family typewriter
31883 .ps
31884 \family default
31885 」です。PostScriptは、
31886 \family typewriter
31887 Adobe
31888 \family default
31889 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
31890 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
31891 \begin_inset Foot
31892 status open
31893
31894 \begin_layout Plain Layout
31895 これについてもう少し学ぶ気があれば、LaTeXパッケージ
31896 \series bold
31897 PSTricks
31898 \series default
31899  
31900 \begin_inset CommandInset citation
31901 LatexCommand cite
31902 key "pstricks"
31903
31904 \end_inset
31905
31906 を見てみてください。
31907 \end_layout
31908
31909 \end_inset
31910
31911 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
31912 \end_layout
31913
31914 \begin_layout Standard
31915 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
31916 \family typewriter
31917 .eps
31918 \family default
31919 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
31920 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
31921 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
31922 を直接EPSとして入れておく方がよいでしょう。
31923 \end_layout
31924
31925 \begin_layout Standard
31926 文書は、
31927 \family sans
31928 ファイル
31929 \family default
31930 \SpecialChar \menuseparator
31931
31932 \family sans
31933 書き出し
31934 \family default
31935 \SpecialChar \menuseparator
31936
31937 \family sans
31938 Postscript
31939 \family default
31940 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
31941 \family sans
31942 表示
31943 \family default
31944 メニューかツールバーボタン
31945 \begin_inset Graphics
31946         filename ../../images/buffer-view_ps.png
31947         scale 85
31948         scaleBeforeRotation
31949
31950 \end_inset
31951
31952 を使用することでPostScriptとして表示させることができます。
31953 \end_layout
31954
31955 \begin_layout Section
31956 PDF
31957 \begin_inset Index idx
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961 ふぁいるしょしき@ファイル書式 ! PDF
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \begin_inset Index idx
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971 PDF
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \begin_layout Standard
31980 このファイル型の拡張子は「
31981 \family typewriter
31982 .pdf
31983 \family default
31984 」です。この「Portable Document Format (PDF)」は、
31985 \family typewriter
31986 Adobe
31987 \family default
31988 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
31989 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
31990 \end_layout
31991
31992 \begin_layout Standard
31993 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
31994 \family typewriter
31995 .jpg
31996 \family default
31997 」または「
31998 \family typewriter
31999 .jpeg
32000 \family default
32001 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
32002 \family typewriter
32003 .png
32004 \family default
32005 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
32006 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
32007 とをお勧めします。
32008 \end_layout
32009
32010 \begin_layout Standard
32011 使用中の文書は、
32012 \family sans
32013 ファイル
32014 \family default
32015 \SpecialChar \menuseparator
32016
32017 \family sans
32018 書き出し
32019 \family default
32020 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
32021 \end_layout
32022
32023 \begin_layout Description
32024 PDF
32025 \begin_inset space ~
32026 \end_inset
32027
32028 (ps2pdf) これは
32029 \family typewriter
32030 ps2pdf
32031 \family default
32032 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
32033 \family typewriter
32034 dvips
32035 \family default
32036 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
32037 \end_layout
32038
32039 \begin_layout Description
32040 PDF
32041 \begin_inset space ~
32042 \end_inset
32043
32044 (dvipdfm) これは
32045 \family typewriter
32046 dvipdfm
32047 \family default
32048 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
32049 \end_layout
32050
32051 \begin_layout Description
32052 PDF
32053 \begin_inset space ~
32054 \end_inset
32055
32056 (pdflatex) これは
32057 \family typewriter
32058 pdftex
32059 \family default
32060 プログラムを使って、現在のファイルを直接PDFに変換します。
32061 \end_layout
32062
32063 \begin_layout Standard
32064
32065 \family typewriter
32066 pdftex
32067 \family default
32068 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
32069 \family sans
32070 PDF
32071 \begin_inset space ~
32072 \end_inset
32073
32074 (pdflatex)
32075 \family default
32076 を使用することが推奨されます。
32077 \family typewriter
32078 dvipdfm
32079 \family default
32080 プログラムは開発が停止しており、若干時代遅れになっています。
32081 \end_layout
32082
32083 \begin_layout Standard
32084 使用中の文書をPDFとして表示するには、
32085 \family sans
32086 表示
32087 \family default
32088 メニューかツールバーボタン
32089 \begin_inset Graphics
32090         filename ../../images/buffer-view_pdf2.png
32091         scale 85
32092         scaleBeforeRotation
32093
32094 \end_inset
32095
32096 (これは
32097 \family sans
32098 PDF
32099 \begin_inset space ~
32100 \end_inset
32101
32102 (pdflatex)
32103 \family default
32104 を使用します)を用います。
32105 \end_layout
32106
32107 \begin_layout Chapter
32108 第(
32109 \begin_inset CommandInset ref
32110 LatexCommand ref
32111 reference "eq:Wgn"
32112
32113 \end_inset
32114
32115 )式の説明
32116 \begin_inset CommandInset label
32117 LatexCommand label
32118 name "cha:式の説明"
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \begin_layout Standard
32126 \begin_inset Formula $n$
32127 \end_inset
32128
32129 個の表セルの全幅
32130 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 \begin_inset Formula \begin{equation}
32138 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
32139
32140 \end_inset
32141
32142
32143 \end_layout
32144
32145 \begin_layout Standard
32146 で計算できます。ここで
32147 \begin_inset Formula $W_{g\, n}$
32148 \end_inset
32149
32150 は、すべてのセルが持つ固定幅です。
32151 \series bold
32152
32153 \backslash
32154 tabcolsep
32155 \series default
32156 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
32157 \begin_inset space \thinspace{}
32158 \end_inset
32159
32160 ptです。
32161 \series bold
32162
32163 \backslash
32164 arrayrulewidth
32165 \series default
32166 は、セル罫線幅であり、既定値は0.4
32167 \begin_inset space \thinspace{}
32168 \end_inset
32169
32170 ptです。
32171 \end_layout
32172
32173 \begin_layout Standard
32174
32175 \begin_inset CommandInset ref
32176 LatexCommand eqref
32177 reference "eq:Wtot_n"
32178
32179 \end_inset
32180
32181 式にしたがえば、連結列の全幅
32182 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset Formula \begin{equation}
32190 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32191
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \begin_layout Standard
32198 となります。
32199 \begin_inset Formula $n$
32200 \end_inset
32201
32202 列を連結する時には各列の全幅は
32203 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32204 \end_inset
32205
32206 となるので、第
32207 \begin_inset CommandInset ref
32208 LatexCommand eqref
32209 reference "eq:Wtot_n"
32210
32211 \end_inset
32212
32213 式と第
32214 \begin_inset CommandInset ref
32215 LatexCommand eqref
32216 reference "eq:Wtot_mult"
32217
32218 \end_inset
32219
32220 式が等しいものと置けば、必要となる固定幅
32221 \begin_inset Formula $W_{g\, n}$
32222 \end_inset
32223
32224 を計算することができて、
32225 \end_layout
32226
32227 \begin_layout Standard
32228 \begin_inset Formula \begin{equation}
32229 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32230
32231 \end_inset
32232
32233 となります。
32234 \end_layout
32235
32236 \begin_layout Bibliography
32237 \labelwidthstring 参考文献
32238 \begin_inset CommandInset bibitem
32239 LatexCommand bibitem
32240 key "latexcompanion"
32241
32242 \end_inset
32243
32244 Frank Mittelbach and Michel Goossens: 
32245 \emph on
32246 The LaTeX Companion Second Edition.
32247
32248 \emph default
32249  Addison-Wesley, 2004
32250 \end_layout
32251
32252 \begin_layout Bibliography
32253 \labelwidthstring 参考文献
32254 \begin_inset CommandInset bibitem
32255 LatexCommand bibitem
32256 key "latexguide"
32257
32258 \end_inset
32259
32260 Helmut Kopka and Patrick W.
32261  Daly: 
32262 \emph on
32263 A Guide to LaTeX Fourth Edition.
32264
32265 \emph default
32266  Addison-Wesley, 2003
32267 \end_layout
32268
32269 \begin_layout Bibliography
32270 \labelwidthstring 参考文献
32271 \begin_inset CommandInset bibitem
32272 LatexCommand bibitem
32273 key "latexbook"
32274
32275 \end_inset
32276
32277 Leslie Lamport: 
32278 \emph on
32279 LaTeX: A Document Preparation System.
32280
32281 \emph default
32282  Addison-Wesley, second edition, 1994
32283 \end_layout
32284
32285 \begin_layout Bibliography
32286 \labelwidthstring 参考文献
32287 \begin_inset CommandInset bibitem
32288 LatexCommand bibitem
32289 key "booktabs"
32290
32291 \end_inset
32292
32293 LaTeXパッケージ
32294 \series bold
32295
32296 \begin_inset CommandInset href
32297 LatexCommand href
32298 name "booktabs"
32299 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32300
32301 \end_inset
32302
32303
32304 \series default
32305
32306 \begin_inset Index idx
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
32311 \end_layout
32312
32313 \end_inset
32314
32315 の取扱説明書
32316 \end_layout
32317
32318 \begin_layout Bibliography
32319 \labelwidthstring 参考文献
32320 \begin_inset CommandInset bibitem
32321 LatexCommand bibitem
32322 key "caption"
32323
32324 \end_inset
32325
32326 LaTeXパッケージ
32327 \series bold
32328
32329 \begin_inset CommandInset href
32330 LatexCommand href
32331 name "caption"
32332 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32333
32334 \end_inset
32335
32336
32337 \series default
32338
32339 \begin_inset Index idx
32340 status collapsed
32341
32342 \begin_layout Plain Layout
32343 LaTeXぱっけーじ@LaTeXパッケージ ! caption
32344 \end_layout
32345
32346 \end_inset
32347
32348 の取扱説明書
32349 \end_layout
32350
32351 \begin_layout Bibliography
32352 \labelwidthstring 参考文献
32353 \begin_inset CommandInset bibitem
32354 LatexCommand bibitem
32355 key "endfloat"
32356
32357 \end_inset
32358
32359 LaTeXパッケージ
32360 \series bold
32361
32362 \begin_inset CommandInset href
32363 LatexCommand href
32364 name "endfloat"
32365 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32366
32367 \end_inset
32368
32369
32370 \series default
32371
32372 \begin_inset Index idx
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
32377 \end_layout
32378
32379 \end_inset
32380
32381 の取扱説明書
32382 \end_layout
32383
32384 \begin_layout Bibliography
32385 \labelwidthstring 参考文献
32386 \begin_inset CommandInset bibitem
32387 LatexCommand bibitem
32388 key "wrapfig"
32389
32390 \end_inset
32391
32392 LaTeXパッケージ
32393 \series bold
32394
32395 \begin_inset CommandInset href
32396 LatexCommand href
32397 name "wrapfig"
32398 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32399
32400 \end_inset
32401
32402
32403 \series default
32404
32405 \begin_inset Index idx
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
32410 \end_layout
32411
32412 \end_inset
32413
32414 の取扱説明書
32415 \end_layout
32416
32417 \begin_layout Bibliography
32418 \labelwidthstring 参考文献
32419 \begin_inset CommandInset bibitem
32420 LatexCommand bibitem
32421 key "footmisc"
32422
32423 \end_inset
32424
32425 LaTeXパッケージ
32426 \series bold
32427
32428 \begin_inset CommandInset href
32429 LatexCommand href
32430 name "footmisc"
32431 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32432
32433 \end_inset
32434
32435
32436 \series default
32437
32438 \begin_inset Index idx
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
32443 \end_layout
32444
32445 \end_inset
32446
32447 の取扱説明書
32448 \end_layout
32449
32450 \begin_layout Bibliography
32451 \labelwidthstring 参考文献
32452 \begin_inset CommandInset bibitem
32453 LatexCommand bibitem
32454 key "hypcap"
32455
32456 \end_inset
32457
32458 LaTeXパッケージ
32459 \series bold
32460
32461 \begin_inset CommandInset href
32462 LatexCommand href
32463 name "hypcap"
32464 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
32465
32466 \end_inset
32467
32468
32469 \series default
32470
32471 \begin_inset Index idx
32472 status collapsed
32473
32474 \begin_layout Plain Layout
32475 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32476 \end_layout
32477
32478 \end_inset
32479
32480 の取扱説明書
32481 \end_layout
32482
32483 \begin_layout Bibliography
32484 \labelwidthstring 参考文献
32485 \begin_inset CommandInset bibitem
32486 LatexCommand bibitem
32487 key "hyperref"
32488
32489 \end_inset
32490
32491 LaTeXパッケージ
32492 \series bold
32493
32494 \begin_inset CommandInset href
32495 LatexCommand href
32496 name "hyperref"
32497 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
32498
32499 \end_inset
32500
32501
32502 \series default
32503
32504 \begin_inset Index idx
32505 status collapsed
32506
32507 \begin_layout Plain Layout
32508 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32509 \end_layout
32510
32511 \end_inset
32512
32513 の取扱説明書
32514 \end_layout
32515
32516 \begin_layout Bibliography
32517 \labelwidthstring 参考文献
32518 \begin_inset CommandInset bibitem
32519 LatexCommand bibitem
32520 key "KOMA-script"
32521
32522 \end_inset
32523
32524 LaTeXパッケージ
32525 \series bold
32526
32527 \begin_inset CommandInset href
32528 LatexCommand href
32529 name "KOMA-script"
32530 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
32531
32532 \end_inset
32533
32534
32535 \series default
32536
32537 \begin_inset Index idx
32538 status collapsed
32539
32540 \begin_layout Plain Layout
32541 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
32542 \end_layout
32543
32544 \end_inset
32545
32546 の取扱説明書
32547 \end_layout
32548
32549 \begin_layout Bibliography
32550 \labelwidthstring 参考文献
32551 \begin_inset CommandInset bibitem
32552 LatexCommand bibitem
32553 key "listings"
32554
32555 \end_inset
32556
32557 LaTeXパッケージ
32558 \series bold
32559
32560 \begin_inset CommandInset href
32561 LatexCommand href
32562 name "listings"
32563 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
32564
32565 \end_inset
32566
32567
32568 \series default
32569
32570 \begin_inset Index idx
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32575 \end_layout
32576
32577 \end_inset
32578
32579 の取扱説明書
32580 \end_layout
32581
32582 \begin_layout Bibliography
32583 \labelwidthstring 参考文献
32584 \begin_inset CommandInset bibitem
32585 LatexCommand bibitem
32586 key "marginnote"
32587
32588 \end_inset
32589
32590 LaTeXパッケージ
32591 \series bold
32592
32593 \begin_inset CommandInset href
32594 LatexCommand href
32595 name "marginnote"
32596 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
32597
32598 \end_inset
32599
32600
32601 \series default
32602
32603 \begin_inset Index idx
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
32608 \end_layout
32609
32610 \end_inset
32611
32612 の取扱説明書
32613 \end_layout
32614
32615 \begin_layout Bibliography
32616 \labelwidthstring 参考文献
32617 \begin_inset CommandInset bibitem
32618 LatexCommand bibitem
32619 key "pstricks"
32620
32621 \end_inset
32622
32623 LaTeXパッケージ
32624 \series bold
32625
32626 \begin_inset CommandInset href
32627 LatexCommand href
32628 name "PSTricks"
32629 target "http://tug.org/PSTricks/"
32630
32631 \end_inset
32632
32633
32634 \series default
32635
32636 \begin_inset Index idx
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
32641 \end_layout
32642
32643 \end_inset
32644
32645 のウェブページ
32646 \end_layout
32647
32648 \begin_layout Bibliography
32649 \labelwidthstring 参考文献
32650 \begin_inset CommandInset bibitem
32651 LatexCommand bibitem
32652 key "sidecap"
32653
32654 \end_inset
32655
32656 LaTeXパッケージ
32657 \series bold
32658
32659 \begin_inset CommandInset href
32660 LatexCommand href
32661 name "sidecap"
32662 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
32663
32664 \end_inset
32665
32666
32667 \series default
32668
32669 \begin_inset Index idx
32670 status collapsed
32671
32672 \begin_layout Plain Layout
32673 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
32674 \end_layout
32675
32676 \end_inset
32677
32678 の取扱説明書
32679 \end_layout
32680
32681 \begin_layout Bibliography
32682 \labelwidthstring 参考文献
32683 \begin_inset CommandInset bibitem
32684 LatexCommand bibitem
32685 key "prettyref"
32686
32687 \end_inset
32688
32689 LaTeXパッケージ
32690 \series bold
32691
32692 \begin_inset CommandInset href
32693 LatexCommand href
32694 name "prettyref"
32695 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
32696
32697 \end_inset
32698
32699
32700 \series default
32701
32702 \begin_inset Index idx
32703 status collapsed
32704
32705 \begin_layout Plain Layout
32706 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Bibliography
32715 \labelwidthstring 参考文献
32716 \begin_inset CommandInset bibitem
32717 LatexCommand bibitem
32718 key "refstyle"
32719
32720 \end_inset
32721
32722 LaTeXパッケージ
32723 \series bold
32724
32725 \begin_inset CommandInset href
32726 LatexCommand href
32727 name "refstyle"
32728 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
32729
32730 \end_inset
32731
32732
32733 \series default
32734
32735 \begin_inset Index idx
32736 status collapsed
32737
32738 \begin_layout Plain Layout
32739 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Bibliography
32748 \labelwidthstring 参考文献
32749 \begin_inset CommandInset bibitem
32750 LatexCommand bibitem
32751 key "NewInLyX20"
32752
32753 \end_inset
32754
32755
32756 \family sans
32757 LyX 2.0
32758 \family default
32759 の新機能に関する
32760 \begin_inset CommandInset href
32761 LatexCommand href
32762 name "Wikiページ"
32763 target "http://wiki.lyx.org/LyX/NewInLyX20"
32764
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \begin_layout Standard
32771 \begin_inset CommandInset index_print
32772 LatexCommand printindex
32773 type "idx"
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \end_body
32781 \end_document