]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[features.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 \begin_inset Note Greyedout
19092 status open
19093
19094 \begin_layout Plain Layout
19095 【註】この機能は、LaTeXパッケージのprettyrefが導入済みの時のみ利用できます。
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Standard
19104 <参照ページ>様式は、ラベルが同じページにあるか前後隣接するページにある場合には、ページ番号を出力しないことに注意してください。その代わりに、たとえば「
19105 \family sans
19106 on this page
19107 \family default
19108 」という文が出力されます。
19109 \end_layout
19110
19111 \begin_layout Standard
19112 出力中では、参照されている文書の箇所のページ番号は、LaTeXによって自動的に計算されます。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンド
19113 ウの
19114 \family sans
19115 書式
19116 \family default
19117 フィールドで選ぶことができます。
19118 \end_layout
19119
19120 \begin_layout Subsection
19121 参照名の自動命名
19122 \begin_inset Index idx
19123 status collapsed
19124
19125 \begin_layout Plain Layout
19126 さんしょう@参照 ! じどうめいめい@自動命名
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \begin_layout Standard
19135
19136 \family sans
19137 文書設定
19138 \family default
19139 ダイアログの
19140 \family sans
19141 PDF特性
19142 \family default
19143 で有効にされた
19144 \series bold
19145 hyperref
19146 \series default
19147
19148 \begin_inset Index idx
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19153 \end_layout
19154
19155 \end_inset
19156
19157  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19158 \emph on
19159
19160 \emph default
19161 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19162 の機能を使用するには、hyperrefを有効にして、
19163 \end_layout
19164
19165 \begin_layout Standard
19166
19167 \series bold
19168
19169 \backslash
19170 AtBeginDocument{
19171 \backslash
19172 renewcommand{
19173 \backslash
19174 ref}[1]{
19175 \backslash
19176 mbox{
19177 \backslash
19178 autoref{#1}}}}
19179 \end_layout
19180
19181 \begin_layout Standard
19182 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19183 \begin_inset space \thinspace{}
19184 \end_inset
19185
19186 」としたいなど、既定の参照名以外のものが欲しい場合には、
19187 \end_layout
19188
19189 \begin_layout Standard
19190
19191 \series bold
19192
19193 \backslash
19194 addto
19195 \backslash
19196 extrasenglish{
19197 \backslash
19198 renewcommand{
19199 \backslash
19200 sectionautorefname}
19201 \begin_inset Newline newline
19202 \end_inset
19203
19204
19205 \begin_inset Phantom HPhantom
19206 status open
19207
19208 \begin_layout Plain Layout
19209
19210 \series bold
19211 \begin_inset space ~
19212 \end_inset
19213
19214
19215 \end_layout
19216
19217 \end_inset
19218
19219 {sec.
19220 \backslash
19221 negthinspace}}
19222 \end_layout
19223
19224 \begin_layout Standard
19225 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19226 \begin_inset Newline newline
19227 \end_inset
19228
19229
19230 \series bold
19231
19232 \backslash
19233 extrasenglishを
19234 \backslash
19235 extras***
19236 \series default
19237 に置き換えてください(***は使用中の言語名)。
19238 \end_layout
19239
19240 \begin_layout Standard
19241 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19242 \end_layout
19243
19244 \begin_layout Standard
19245
19246 \series bold
19247
19248 \backslash
19249 newlength{
19250 \backslash
19251 abc}
19252 \begin_inset Newline newline
19253 \end_inset
19254
19255
19256 \backslash
19257 settowidth{
19258 \backslash
19259 abc}{
19260 \backslash
19261 space}
19262 \begin_inset Newline newline
19263 \end_inset
19264
19265
19266 \backslash
19267 addto
19268 \backslash
19269 extrasenglish{
19270 \backslash
19271 renewcommand{
19272 \backslash
19273 equationautorefname}
19274 \begin_inset Newline newline
19275 \end_inset
19276
19277
19278 \begin_inset Phantom HPhantom
19279 status open
19280
19281 \begin_layout Plain Layout
19282
19283 \series bold
19284 \begin_inset space ~
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \end_inset
19291
19292 {
19293 \backslash
19294 hspace{-
19295 \backslash
19296 abc}}
19297 \end_layout
19298
19299 \begin_layout Standard
19300 この話題に関する詳細は、hyperrefの説明書
19301 \begin_inset CommandInset citation
19302 LatexCommand cite
19303 key "hyperref"
19304
19305 \end_inset
19306
19307 をお読みください。
19308 \end_layout
19309
19310 \begin_layout Standard
19311 \begin_inset Note Greyedout
19312 status open
19313
19314 \begin_layout Plain Layout
19315
19316 \series bold
19317 【註】
19318 \series default
19319 参照の自動命名は、相互参照を
19320 \family sans
19321 整形参照
19322 \family default
19323 様式(第
19324 \begin_inset CommandInset ref
19325 LatexCommand ref
19326 reference "sub:相互参照の書式"
19327
19328 \end_inset
19329
19330 節)で使用しているときには、使用することができません。
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \begin_layout Standard
19339 取扱説明書
19340 \emph on
19341 数式篇
19342 \emph default
19343 は、参照の自動命名が使用されている一例です。
19344 \end_layout
19345
19346 \begin_layout Subsection
19347 参照位置
19348 \begin_inset CommandInset label
19349 LatexCommand label
19350 name "sub:参照位置"
19351
19352 \end_inset
19353
19354
19355 \begin_inset Index idx
19356 status collapsed
19357
19358 \begin_layout Plain Layout
19359 さんしょう@参照 ! さんしょういち@参照位置
19360 \end_layout
19361
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \begin_layout Standard
19368
19369 \family sans
19370 文書設定
19371 \family default
19372 ダイアログの
19373 \family sans
19374 PDF特性
19375 \family default
19376 で、
19377 \series bold
19378 hyperref
19379 \series default
19380
19381 \begin_inset Index idx
19382 status collapsed
19383
19384 \begin_layout Plain Layout
19385 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19386 \end_layout
19387
19388 \end_inset
19389
19390 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19391 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19392 \series bold
19393 hyperref
19394 \series default
19395
19396 \begin_inset Index idx
19397 status collapsed
19398
19399 \begin_layout Plain Layout
19400 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19401 \end_layout
19402
19403 \end_inset
19404
19405 の一部である
19406 \series bold
19407 hyperref
19408 \series default
19409
19410 \begin_inset Index idx
19411 status collapsed
19412
19413 \begin_layout Plain Layout
19414 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19415 \end_layout
19416
19417 \end_inset
19418
19419 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19420 \end_layout
19421
19422 \begin_layout Standard
19423
19424 \series bold
19425
19426 \backslash
19427 usepackage[figure]{hypcap}
19428 \end_layout
19429
19430 \begin_layout Standard
19431 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19432 hypcapの説明書
19433 \begin_inset CommandInset citation
19434 LatexCommand cite
19435 key "hypcap"
19436
19437 \end_inset
19438
19439 をご覧ください。
19440 \end_layout
19441
19442 \begin_layout Standard
19443 \begin_inset Note Greyedout
19444 status open
19445
19446 \begin_layout Plain Layout
19447
19448 \series bold
19449 【註】hypcap
19450 \series default
19451 は内部図への参照には効力がありません。
19452 \end_layout
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \begin_layout Section
19460 フロートの配置
19461 \begin_inset CommandInset label
19462 LatexCommand label
19463 name "sec:フロートの配置"
19464
19465 \end_inset
19466
19467
19468 \begin_inset Index idx
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472 ふろーと@フロート ! はいち@配置
19473 \end_layout
19474
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \begin_layout Standard
19481
19482 \family roman
19483 \series medium
19484 \shape up
19485 \size normal
19486 \emph off
19487 \bar no
19488 \noun off
19489 \color none
19490 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19491 \begin_inset Newline newline
19492 \end_inset
19493
19494
19495 \family sans
19496 \series default
19497 \shape default
19498 \size default
19499 \emph default
19500 \bar default
19501 \noun default
19502 \color inherit
19503 段をまたぐ
19504 \family roman
19505 \series medium
19506 \shape up
19507 \size normal
19508 \emph off
19509 \bar no
19510 \noun off
19511 \color none
19512 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19513 \begin_inset Newline newline
19514 \end_inset
19515
19516
19517 \family sans
19518 \series default
19519 \shape default
19520 \size default
19521 \emph default
19522 \bar default
19523 \noun default
19524 \color inherit
19525 横倒しに回転
19526 \family roman
19527 \series medium
19528 \shape up
19529 \size normal
19530 \emph off
19531 \bar no
19532 \noun off
19533 \color none
19534 オプションは、フロートを回転するのに用います。第
19535 \family default
19536 \series default
19537 \shape default
19538 \size default
19539 \emph default
19540 \bar default
19541 \noun default
19542 \color inherit
19543
19544 \begin_inset CommandInset ref
19545 LatexCommand ref
19546 reference "sec:回転フロート"
19547
19548 \end_inset
19549
19550
19551 \family roman
19552 \series medium
19553 \shape up
19554 \size normal
19555 \emph off
19556 \bar no
19557 \noun off
19558 \color none
19559 節をご参照ください。
19560 \end_layout
19561
19562 \begin_layout Standard
19563
19564 \family roman
19565 \series medium
19566 \shape up
19567 \size normal
19568 \emph off
19569 \bar no
19570 \noun off
19571 \color none
19572 フロートダイアログでは、
19573 \family sans
19574 \series default
19575 \shape default
19576 \size default
19577 \emph default
19578 \bar default
19579 \noun default
19580 \color inherit
19581 既定の配置を使う
19582 \family roman
19583 \series medium
19584 \shape up
19585 \size normal
19586 \emph off
19587 \bar no
19588 \noun off
19589 \color none
19590 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19591 \end_layout
19592
19593 \begin_layout Description
19594 可能ならば現在位置に: 
19595 \family roman
19596 \series medium
19597 \shape up
19598 \size normal
19599 \emph off
19600 \bar no
19601 \noun off
19602 \color none
19603 フロートを挿入位置に配置することを試みます
19604 \end_layout
19605
19606 \begin_layout Description
19607 ページ上部: 
19608 \family roman
19609 \series medium
19610 \shape up
19611 \size normal
19612 \emph off
19613 \bar no
19614 \noun off
19615 \color none
19616 フロートを現在ページの上部に配置することを試みます
19617 \end_layout
19618
19619 \begin_layout Description
19620 ページ下部: 
19621 \family roman
19622 \series medium
19623 \shape up
19624 \size normal
19625 \emph off
19626 \bar no
19627 \noun off
19628 \color none
19629 フロートを現在ページの下部に配置することを試みます
19630 \end_layout
19631
19632 \begin_layout Description
19633 フロートを独立したページに: 
19634 \family roman
19635 \series medium
19636 \shape up
19637 \size normal
19638 \emph off
19639 \bar no
19640 \noun off
19641 \color none
19642 フロートを独立したページに配置することを試みます
19643 \end_layout
19644
19645 \begin_layout Standard
19646 LaTeXは、
19647 \emph on
19648 つねに
19649 \emph default
19650 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19651 \family sans
19652 可能ならば現在位置に
19653 \family default
19654 を試み、次に
19655 \family sans
19656 ページの上部
19657 \family default
19658 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19659 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19660 \end_layout
19661
19662 \begin_layout Standard
19663 既定では、各オプションはそれぞれ以下の規則を持っています。
19664 \end_layout
19665
19666 \begin_layout List
19667 \labelwidthstring 00.00.0000
19668
19669 \family sans
19670 ページ上部
19671 \family default
19672  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19673 \series bold
19674
19675 \backslash
19676 topfraction
19677 \series default
19678 )。
19679 \end_layout
19680
19681 \begin_layout List
19682 \labelwidthstring 00.00.0000
19683
19684 \family sans
19685 ページ下部
19686 \family default
19687  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
19688 \series bold
19689
19690 \backslash
19691 bottomfraction
19692 \series default
19693 )。
19694 \end_layout
19695
19696 \begin_layout List
19697 \labelwidthstring 00.00.0000
19698
19699 \family sans
19700 フロートを独立したページ 
19701 \family default
19702 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
19703 \series bold
19704
19705 \backslash
19706 floatpagefraction
19707 \series default
19708 )。
19709 \end_layout
19710
19711 \begin_layout Standard
19712 これらの規則に従いたくないときは、
19713 \family sans
19714 LaTeXの規則を無視する
19715 \family default
19716 オプションを追加することによって、これらを無視することができます。
19717 \begin_inset Newline newline
19718 \end_inset
19719
19720 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
19721 、ページの5割に変えるには、文書プリアンブルに
19722 \end_layout
19723
19724 \begin_layout Standard
19725
19726 \series bold
19727
19728 \backslash
19729 renewcommand{
19730 \backslash
19731 bottomfraction}{0.5}
19732 \end_layout
19733
19734 \begin_layout Standard
19735 という行を加えてください。
19736 \end_layout
19737
19738 \begin_layout Standard
19739 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
19740 \family sans
19741 何としても現在位置に置く
19742 \family default
19743 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
19744 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
19745 からです。
19746 \end_layout
19747
19748 \begin_layout Standard
19749 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
19750 \end_layout
19751
19752 \begin_layout Standard
19753 \begin_inset VSpace bigskip
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \begin_layout Standard
19760 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
19761 することがあります。この問題を避けるには、LaTeXコマンドの
19762 \backslash
19763 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
19764 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
19765 \end_layout
19766
19767 \begin_layout Standard
19768
19769 \series bold
19770
19771 \backslash
19772 let
19773 \backslash
19774 mySection
19775 \backslash
19776 section
19777 \begin_inset Newline newline
19778 \end_inset
19779
19780
19781 \backslash
19782 renewcommand{
19783 \backslash
19784 section}{
19785 \backslash
19786 suppressfloats[t]
19787 \backslash
19788 mySection}
19789 \end_layout
19790
19791 \begin_layout Standard
19792 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
19793 することがあるので、これらに対する定義はお勧めしません。
19794 \end_layout
19795
19796 \begin_layout Standard
19797 \begin_inset VSpace bigskip
19798 \end_inset
19799
19800 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
19801 \series bold
19802 endfloat
19803 \series default
19804
19805 \begin_inset Index idx
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
19810 \end_layout
19811
19812 \end_inset
19813
19814 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
19815 \begin_inset Quotes eld
19816 \end_inset
19817
19818
19819 \family sans
19820 [Figure
19821 \begin_inset space ~
19822 \end_inset
19823
19824 3.2 about here.]
19825 \family default
19826
19827 \begin_inset Quotes erd
19828 \end_inset
19829
19830 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
19831 \end_layout
19832
19833 \begin_layout Standard
19834
19835 \series bold
19836
19837 \backslash
19838 usepackage[options]{endfloat}
19839 \end_layout
19840
19841 \begin_layout Standard
19842 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
19843 \series bold
19844 endfloat
19845 \series default
19846 取扱説明書
19847 \begin_inset CommandInset citation
19848 LatexCommand cite
19849 key "endfloat"
19850
19851 \end_inset
19852
19853 をご参照ください。
19854 \begin_inset Newline newline
19855 \end_inset
19856
19857
19858 \begin_inset Note Greyedout
19859 status open
19860
19861 \begin_layout Plain Layout
19862
19863 \series bold
19864 【註】endfloat
19865 \series default
19866 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
19867 \begin_inset CommandInset citation
19868 LatexCommand cite
19869 key "endfloat"
19870
19871 \end_inset
19872
19873 の第4節をご参照ください。
19874 \end_layout
19875
19876 \end_inset
19877
19878
19879 \begin_inset Newline newline
19880 \end_inset
19881
19882
19883 \begin_inset Note Greyedout
19884 status open
19885
19886 \begin_layout Plain Layout
19887
19888 \series bold
19889 【註】
19890 \series default
19891 現在のところ、
19892 \series bold
19893 endfloat
19894 \series default
19895 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
19896 \series bold
19897
19898 \backslash
19899 ss
19900 \series default
19901 」コマンドを使用してください。
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Standard
19910 \begin_inset VSpace bigskip
19911 \end_inset
19912
19913 フロートの割付に関する詳細は、LaTeX関連書
19914 \begin_inset CommandInset citation
19915 LatexCommand cite
19916 key "latexcompanion,latexguide,latexbook"
19917
19918 \end_inset
19919
19920 をご覧ください。
19921 \end_layout
19922
19923 \begin_layout Section
19924 回転フロート
19925 \begin_inset CommandInset label
19926 LatexCommand label
19927 name "sec:回転フロート"
19928
19929 \end_inset
19930
19931
19932 \begin_inset Index idx
19933 status collapsed
19934
19935 \begin_layout Plain Layout
19936 ふろーと@フロート ! かいてん@回転
19937 \end_layout
19938
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \begin_layout Standard
19945 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
19946 \family sans
19947 横倒しに回転
19948 \family default
19949 オプションを有効にします。
19950 \end_layout
19951
19952 \begin_layout Standard
19953 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
19954 \family sans
19955 段をまたぐ
19956 \family default
19957 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
19958 たって回転方向を強制したい場合には、文書クラスオプションに
19959 \series bold
19960 figuresleft
19961 \series default
19962 オプションあるいは
19963 \series bold
19964 figuresright
19965 \series default
19966 オプションを加えることができます。
19967 \end_layout
19968
19969 \begin_layout Standard
19970 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
19971 \begin_inset CommandInset ref
19972 LatexCommand ref
19973 reference "tab:回転した表"
19974
19975 \end_inset
19976
19977 が回転表フロートの例です。
19978 \end_layout
19979
19980 \begin_layout Standard
19981 \begin_inset Note Greyedout
19982 status open
19983
19984 \begin_layout Plain Layout
19985
19986 \series bold
19987 【註】
19988 \series default
19989 すべてのDVIビューアが回転フロートを表示できるわけではありません。
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Standard
19998 \begin_inset Float table
19999 wide false
20000 sideways true
20001 status open
20002
20003 \begin_layout Plain Layout
20004 \begin_inset Caption
20005
20006 \begin_layout Plain Layout
20007 \begin_inset CommandInset label
20008 LatexCommand label
20009 name "tab:回転した表"
20010
20011 \end_inset
20012
20013 回転した表
20014 \end_layout
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \begin_layout Plain Layout
20022 \align center
20023 \begin_inset Tabular
20024 <lyxtabular version="3" rows="1" columns="5">
20025 <features tabularvalignment="middle">
20026 <column alignment="center" valignment="top" width="0">
20027 <column alignment="center" valignment="top" width="0">
20028 <column alignment="center" valignment="top" width="0">
20029 <column alignment="center" valignment="top" width="0">
20030 <column alignment="center" valignment="top" width="0">
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 試験
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 </lyxtabular>
20079
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \begin_layout Section
20091 従属フロート
20092 \begin_inset Index idx
20093 status collapsed
20094
20095 \begin_layout Plain Layout
20096 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20097 \end_layout
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Standard
20105 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20106 \begin_inset CommandInset ref
20107 LatexCommand ref
20108 reference "tab:従属表を横に並べたもの"
20109
20110 \end_inset
20111
20112 と表
20113 \begin_inset CommandInset ref
20114 LatexCommand ref
20115 reference "tab:従属表を縦に並べたもの"
20116
20117 \end_inset
20118
20119 に示されているように段落と同様に指定することができます。
20120 \end_layout
20121
20122 \begin_layout Standard
20123 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20124 \begin_inset CommandInset ref
20125 LatexCommand ref
20126 reference "tab:これは従属表a"
20127
20128 \end_inset
20129
20130 と表
20131 \begin_inset CommandInset ref
20132 LatexCommand ref
20133 reference "tab:これは従属表b"
20134
20135 \end_inset
20136
20137 は表
20138 \begin_inset CommandInset ref
20139 LatexCommand ref
20140 reference "tab:従属表を横に並べたもの"
20141
20142 \end_inset
20143
20144 の従属フロートです。
20145 \begin_inset Float table
20146 wide false
20147 sideways false
20148 status open
20149
20150 \begin_layout Plain Layout
20151 \begin_inset Caption
20152
20153 \begin_layout Plain Layout
20154 \begin_inset CommandInset label
20155 LatexCommand label
20156 name "tab:従属表を横に並べたもの"
20157
20158 \end_inset
20159
20160 従属表を横に並べたもの
20161 \end_layout
20162
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Plain Layout
20169 \begin_inset space \hfill{}
20170 \end_inset
20171
20172
20173 \begin_inset Float table
20174 wide false
20175 sideways false
20176 status open
20177
20178 \begin_layout Plain Layout
20179 \begin_inset Caption
20180
20181 \begin_layout Plain Layout
20182 \begin_inset CommandInset label
20183 LatexCommand label
20184 name "tab:これは従属表a"
20185
20186 \end_inset
20187
20188 これは従属表aです。
20189 \end_layout
20190
20191 \end_inset
20192
20193
20194 \end_layout
20195
20196 \begin_layout Plain Layout
20197 \align center
20198 \begin_inset Tabular
20199 <lyxtabular version="3" rows="1" columns="5">
20200 <features tabularvalignment="middle">
20201 <column alignment="center" valignment="top" width="0">
20202 <column alignment="center" valignment="top" width="0">
20203 <column alignment="center" valignment="top" width="0">
20204 <column alignment="center" valignment="top" width="0">
20205 <column alignment="center" valignment="top" width="0">
20206 <row>
20207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 試験
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 </lyxtabular>
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \end_inset
20261
20262
20263 \begin_inset space \hfill{}
20264 \end_inset
20265
20266
20267 \begin_inset Float table
20268 wide false
20269 sideways false
20270 status open
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Caption
20274
20275 \begin_layout Plain Layout
20276 \begin_inset CommandInset label
20277 LatexCommand label
20278 name "tab:これは従属表b"
20279
20280 \end_inset
20281
20282 これは従属表bです。
20283 \end_layout
20284
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \begin_layout Plain Layout
20291 \align center
20292 \begin_inset Tabular
20293 <lyxtabular version="3" rows="1" columns="5">
20294 <features tabularvalignment="middle">
20295 <column alignment="center" valignment="top" width="0">
20296 <column alignment="center" valignment="top" width="0">
20297 <column alignment="center" valignment="top" width="0">
20298 <column alignment="center" valignment="top" width="0">
20299 <column alignment="center" valignment="top" width="0">
20300 <row>
20301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 試験
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 </lyxtabular>
20348
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \begin_inset space \hfill{}
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \begin_inset Float table
20367 wide false
20368 sideways false
20369 status open
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Caption
20373
20374 \begin_layout Plain Layout
20375 \begin_inset CommandInset label
20376 LatexCommand label
20377 name "tab:従属表を縦に並べたもの"
20378
20379 \end_inset
20380
20381 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20382 \end_layout
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Float table
20391 wide false
20392 sideways false
20393 status open
20394
20395 \begin_layout Plain Layout
20396 \begin_inset Caption
20397
20398 \begin_layout Plain Layout
20399
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Plain Layout
20408 \align center
20409 \begin_inset Tabular
20410 <lyxtabular version="3" rows="1" columns="4">
20411 <features tabularvalignment="middle">
20412 <column alignment="center" valignment="top" width="0">
20413 <column alignment="center" valignment="top" width="0">
20414 <column alignment="center" valignment="top" width="0">
20415 <column alignment="center" valignment="top" width="0">
20416 <row>
20417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 試験
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 試験
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 試験
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 試験
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 </lyxtabular>
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \begin_layout Plain Layout
20467 \begin_inset Float table
20468 wide false
20469 sideways false
20470 status open
20471
20472 \begin_layout Plain Layout
20473 \begin_inset Caption
20474
20475 \begin_layout Plain Layout
20476
20477 \end_layout
20478
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Plain Layout
20485 \align center
20486 \begin_inset Tabular
20487 <lyxtabular version="3" rows="1" columns="5">
20488 <features tabularvalignment="middle">
20489 <column alignment="center" valignment="top" width="0">
20490 <column alignment="center" valignment="top" width="0">
20491 <column alignment="center" valignment="top" width="0">
20492 <column alignment="center" valignment="top" width="0">
20493 <column alignment="center" valignment="top" width="0">
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 </lyxtabular>
20542
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549
20550
20551 \end_layout
20552
20553 \end_inset
20554
20555
20556 \end_layout
20557
20558 \begin_layout Section
20559 横並びのフロート
20560 \begin_inset Index idx
20561 status collapsed
20562
20563 \begin_layout Plain Layout
20564 ふろーと@フロート ! よこならび@横並び
20565 \end_layout
20566
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \begin_layout Standard
20573
20574 \begin_inset CommandInset ref
20575 LatexCommand ref
20576 reference "fig:左側のフロート"
20577
20578 \end_inset
20579
20580 や図
20581 \begin_inset CommandInset ref
20582 LatexCommand ref
20583 reference "fig:右側のフロート"
20584
20585 \end_inset
20586
20587 のようにフロートを横並びに配置するには、
20588 \emph on
20589 ひとつの
20590 \emph default
20591 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20592 \begin_inset Foot
20593 status collapsed
20594
20595 \begin_layout Plain Layout
20596 Minipageは第
20597 \begin_inset CommandInset ref
20598 LatexCommand ref
20599 reference "sec:ミニページ"
20600
20601 \end_inset
20602
20603 節に説明があります。
20604 \end_layout
20605
20606 \end_inset
20607
20608 。幅は45
20609 \begin_inset space \thinspace{}
20610 \end_inset
20611
20612 -50
20613 \begin_inset space \thinspace{}
20614 \end_inset
20615
20616 列幅%とし、各minipageのボックス配置を
20617 \family sans
20618
20619 \family default
20620 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20621 \family sans
20622 列幅%
20623 \family default
20624 がここではminipageボックスの幅によって計算されることです。
20625 \end_layout
20626
20627 \begin_layout Standard
20628 \begin_inset Float figure
20629 wide false
20630 sideways false
20631 status open
20632
20633 \begin_layout Plain Layout
20634 \begin_inset Box Frameless
20635 position "b"
20636 hor_pos "c"
20637 has_inner_box 1
20638 inner_pos "t"
20639 use_parbox 0
20640 use_makebox 0
20641 width "45col%"
20642 special "none"
20643 height "1in"
20644 height_special "totalheight"
20645 status open
20646
20647 \begin_layout Plain Layout
20648 \align center
20649 \begin_inset Graphics
20650         filename ../clipart/mobius.eps
20651         lyxscale 50
20652         width 100col%
20653         scaleBeforeRotation
20654
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \begin_layout Plain Layout
20661 \begin_inset Caption
20662
20663 \begin_layout Plain Layout
20664 \begin_inset CommandInset label
20665 LatexCommand label
20666 name "fig:左側のフロート"
20667
20668 \end_inset
20669
20670 左側のフロート
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679
20680
20681 \begin_inset space \hfill{}
20682 \end_inset
20683
20684
20685 \begin_inset Box Frameless
20686 position "b"
20687 hor_pos "c"
20688 has_inner_box 1
20689 inner_pos "t"
20690 use_parbox 0
20691 use_makebox 0
20692 width "45col%"
20693 special "none"
20694 height "1in"
20695 height_special "totalheight"
20696 status open
20697
20698 \begin_layout Plain Layout
20699 \align center
20700 \begin_inset Graphics
20701         filename ../clipart/platypus.eps
20702         lyxscale 50
20703         width 100col%
20704         scaleBeforeRotation
20705
20706 \end_inset
20707
20708
20709 \end_layout
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Caption
20713
20714 \begin_layout Plain Layout
20715 \begin_inset CommandInset label
20716 LatexCommand label
20717 name "fig:右側のフロート"
20718
20719 \end_inset
20720
20721 右側のフロート
20722 \end_layout
20723
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \begin_layout Plain Layout
20735
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \begin_layout Section
20744 キャプションの書式設定
20745 \begin_inset Index idx
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 きゃぷしょん@キャプション ! しょしきせってい@書式設定
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \begin_inset Index idx
20756 status collapsed
20757
20758 \begin_layout Plain Layout
20759 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
20760 \end_layout
20761
20762 \end_inset
20763
20764
20765 \begin_inset CommandInset label
20766 LatexCommand label
20767 name "sec:キャプションの書式設定"
20768
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \begin_layout Standard
20775
20776 \family sans
20777 キャプション
20778 \family default
20779 環境は、
20780 \family sans
20781 フロート
20782 \family default
20783 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
20784 \family sans
20785 図 #:
20786 \family default
20787 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
20788 \family sans
20789 #
20790 \family default
20791 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
20792 。このキャプション書式は、すべての文書書式に適しているわけではありません。
20793 \end_layout
20794
20795 \begin_layout Standard
20796 既定のキャプション書式を変更するには、文書プリアンブルに
20797 \end_layout
20798
20799 \begin_layout Standard
20800
20801 \series bold
20802
20803 \backslash
20804 usepackage[format definition]{caption}
20805 \end_layout
20806
20807 \begin_layout Standard
20808 という行を加えて、LaTeXパッケージ
20809 \series bold
20810 caption
20811 \series default
20812
20813 \begin_inset Index idx
20814 status collapsed
20815
20816 \begin_layout Plain Layout
20817 LaTeXぱっけーじ@LaTeXパッケージ ! caption
20818 \end_layout
20819
20820 \end_inset
20821
20822 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
20823 \end_layout
20824
20825 \begin_layout Standard
20826
20827 \series bold
20828
20829 \backslash
20830 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
20831 \end_layout
20832
20833 \begin_layout Standard
20834 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
20835 \series bold
20836 caption
20837 \series default
20838 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
20839 \end_layout
20840
20841 \begin_layout Standard
20842
20843 \series bold
20844
20845 \backslash
20846 captionsetup[フロート型]{書式定義}
20847 \end_layout
20848
20849 \begin_layout Standard
20850 というコマンドを使用して、個別の書式を指定してください。たとえば、図
20851 \begin_inset CommandInset ref
20852 LatexCommand ref
20853 reference "fig:図キャプション"
20854
20855 \end_inset
20856
20857 と表
20858 \begin_inset CommandInset ref
20859 LatexCommand ref
20860 reference "tab:表キャプション"
20861
20862 \end_inset
20863
20864 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
20865 \end_layout
20866
20867 \begin_layout Standard
20868
20869 \series bold
20870
20871 \backslash
20872 usepackage[tableposition=top]{caption}
20873 \series default
20874
20875 \begin_inset Newline newline
20876 \end_inset
20877
20878
20879 \series bold
20880
20881 \backslash
20882 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
20883 \begin_inset Newline newline
20884 \end_inset
20885
20886
20887 \begin_inset Phantom HPhantom
20888 status open
20889
20890 \begin_layout Plain Layout
20891
20892 \backslash
20893 captionsetup[figure]{
20894 \end_layout
20895
20896 \end_inset
20897
20898 labelsep=period}
20899 \begin_inset Newline newline
20900 \end_inset
20901
20902
20903 \backslash
20904 captionsetup[table]{labelfont={bf,sf}}
20905 \end_layout
20906
20907 \begin_layout Standard
20908 \begin_inset Note Greyedout
20909 status open
20910
20911 \begin_layout Plain Layout
20912
20913 \series bold
20914 【註】
20915 \series default
20916 オプションのうち、
20917 \series bold
20918 tableposition=top
20919 \series default
20920 は、文書クラスに
20921 \series bold
20922 KOMA-script
20923 \series default
20924
20925 \begin_inset Index idx
20926 status collapsed
20927
20928 \begin_layout Plain Layout
20929 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
20930 \end_layout
20931
20932 \end_inset
20933
20934 が使われているときには、無効になります。この場合には、文書クラスオプション
20935 \series bold
20936 captions=tableheading
20937 \series default
20938 を指定しなくてはなりません。
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \begin_layout Standard
20947
20948 \series bold
20949 caption
20950 \series default
20951 パッケージについての詳細は、その取扱説明書
20952 \begin_inset CommandInset citation
20953 LatexCommand cite
20954 key "caption"
20955
20956 \end_inset
20957
20958 をご覧ください。
20959 \end_layout
20960
20961 \begin_layout Standard
20962 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
20963 \end_layout
20964
20965 \begin_layout Standard
20966
20967 \series bold
20968
20969 \backslash
20970 renewcommand{
20971 \backslash
20972 fnum@figure}{画像~
20973 \backslash
20974 thefigure}
20975 \end_layout
20976
20977 \begin_layout Standard
20978 なお、
20979 \series bold
20980
20981 \backslash
20982 thefigure
20983 \series default
20984 は表番号を挿入し、「
20985 \series bold
20986 ~
20987 \series default
20988 」は保護された空白を入れます。
20989 \end_layout
20990
20991 \begin_layout Standard
20992 \begin_inset VSpace bigskip
20993 \end_inset
20994
20995
20996 \series bold
20997 KOMA-script
20998 \series default
20999
21000 \begin_inset Index idx
21001 status collapsed
21002
21003 \begin_layout Plain Layout
21004 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21005 \end_layout
21006
21007 \end_inset
21008
21009 文書クラス(
21010 \family sans
21011 article (KOMA-script)
21012 \family default
21013
21014 \family sans
21015 book (KOMA-script)
21016 \family default
21017
21018 \family sans
21019 letter (KOMA-script)
21020 \family default
21021
21022 \family sans
21023 report (KOMA-script)
21024 \family default
21025 )を使用している場合には、
21026 \series bold
21027 caption
21028 \series default
21029 パッケージの代わりに
21030 \series bold
21031 KOMA-script
21032 \series default
21033 のビルトインコマンド
21034 \series bold
21035 etkomafont
21036 \series default
21037 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21038 \end_layout
21039
21040 \begin_layout Standard
21041
21042 \series bold
21043
21044 \backslash
21045 setkomafont{captionlabel}{
21046 \backslash
21047 bfseries}
21048 \end_layout
21049
21050 \begin_layout Standard
21051
21052 \series bold
21053
21054 \backslash
21055 setkomafont
21056 \series default
21057 についての詳細は、
21058 \series bold
21059 KOMA-script
21060 \series default
21061 の取扱説明書
21062 \begin_inset CommandInset citation
21063 LatexCommand cite
21064 key "koma-script"
21065
21066 \end_inset
21067
21068 をご覧ください。
21069 \end_layout
21070
21071 \begin_layout Standard
21072 \begin_inset ERT
21073 status collapsed
21074
21075 \begin_layout Plain Layout
21076
21077
21078 \backslash
21079 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21080 }
21081 \end_layout
21082
21083 \end_inset
21084
21085
21086 \begin_inset Note Note
21087 status open
21088
21089 \begin_layout Plain Layout
21090 キャプション書式は、この例のみ変更してあります。
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \begin_layout Standard
21099 \begin_inset Float figure
21100 placement !p
21101 wide false
21102 sideways false
21103 status open
21104
21105 \begin_layout Plain Layout
21106 \align center
21107 \begin_inset Graphics
21108         filename ../clipart/mobius.eps
21109         lyxscale 50
21110         scale 50
21111         scaleBeforeRotation
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \begin_layout Plain Layout
21119 \begin_inset Caption
21120
21121 \begin_layout Plain Layout
21122 \begin_inset CommandInset label
21123 LatexCommand label
21124 name "fig:図キャプション"
21125
21126 \end_inset
21127
21128 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21129 \end_layout
21130
21131 \end_inset
21132
21133
21134 \end_layout
21135
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \begin_layout Standard
21142 \begin_inset ERT
21143 status collapsed
21144
21145 \begin_layout Plain Layout
21146
21147
21148 \backslash
21149 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21150 on}
21151 \end_layout
21152
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \begin_layout Standard
21159 \begin_inset Float table
21160 placement !p
21161 wide false
21162 sideways false
21163 status open
21164
21165 \begin_layout Plain Layout
21166 \begin_inset Caption
21167
21168 \begin_layout Plain Layout
21169 \begin_inset CommandInset label
21170 LatexCommand label
21171 name "tab:表キャプション"
21172
21173 \end_inset
21174
21175 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \begin_layout Plain Layout
21184 \align center
21185 \begin_inset Tabular
21186 <lyxtabular version="3" rows="1" columns="5">
21187 <features tabularvalignment="middle">
21188 <column alignment="center" valignment="top" width="0">
21189 <column alignment="center" valignment="top" width="0">
21190 <column alignment="center" valignment="top" width="0">
21191 <column alignment="center" valignment="top" width="0">
21192 <column alignment="center" valignment="top" width="0">
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 </lyxtabular>
21241
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \begin_layout Section
21253 キャプションの配置
21254 \begin_inset Index idx
21255 status collapsed
21256
21257 \begin_layout Plain Layout
21258 きゃぷしょん@キャプション ! はいち@配置
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \begin_inset Index idx
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \begin_inset CommandInset label
21275 LatexCommand label
21276 name "sec:キャプションの配置"
21277
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \begin_layout Standard
21284 通常、キャプションの配置原則は、
21285 \end_layout
21286
21287 \begin_layout Description
21288 図の場合: キャプションを図の下に置く
21289 \end_layout
21290
21291 \begin_layout Description
21292 表の場合: キャプションを表の上に置く
21293 \end_layout
21294
21295 \begin_layout Standard
21296 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21297 \family sans
21298 article
21299 \family default
21300
21301 \family sans
21302 book
21303 \family default
21304
21305 \family sans
21306 letter
21307 \family default
21308
21309 \family sans
21310 report
21311 \family default
21312 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21313 eXパッケージ
21314 \series bold
21315 caption
21316 \series default
21317 を読み込むコマンドに
21318 \end_layout
21319
21320 \begin_layout Standard
21321
21322 \series bold
21323 tableposition=top
21324 \end_layout
21325
21326 \begin_layout Standard
21327 というオプションを追加してください
21328 \begin_inset Foot
21329 status collapsed
21330
21331 \begin_layout Plain Layout
21332
21333 \series bold
21334 caption
21335 \series default
21336 パッケージについての詳細な情報は、第
21337 \begin_inset CommandInset ref
21338 LatexCommand ref
21339 reference "sec:キャプションの書式設定"
21340
21341 \end_inset
21342
21343 節をご覧ください。
21344 \end_layout
21345
21346 \end_inset
21347
21348
21349 \series bold
21350 KOMA-script
21351 \series default
21352
21353 \begin_inset Index idx
21354 status collapsed
21355
21356 \begin_layout Plain Layout
21357 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21358 \end_layout
21359
21360 \end_inset
21361
21362 文書クラス(
21363 \family sans
21364 article (KOMA-script)
21365 \family default
21366
21367 \family sans
21368 book (KOMA-script)
21369 \family default
21370
21371 \family sans
21372 letter (KOMA-script)
21373 \family default
21374
21375 \family sans
21376 report (KOMA-script)
21377 \family default
21378
21379 \begin_inset space \thinspace{}
21380 \end_inset
21381
21382 )をお使いの場合には、
21383 \series bold
21384 caption
21385 \series default
21386 パッケージにオプションを与える代わりに、文書クラスオプション
21387 \series bold
21388 captions=tableheading
21389 \series default
21390 を設定することもできます。
21391 \end_layout
21392
21393 \begin_layout Standard
21394 \begin_inset VSpace bigskip
21395 \end_inset
21396
21397 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21398 \end_layout
21399
21400 \begin_layout Standard
21401
21402 \series bold
21403
21404 \backslash
21405 usepackage[option]{sidecap}
21406 \end_layout
21407
21408 \begin_layout Standard
21409 という行を入れて、LaTeXパッケージ
21410 \series bold
21411 sidecap
21412 \series default
21413
21414 \begin_inset Index idx
21415 status collapsed
21416
21417 \begin_layout Plain Layout
21418 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21419 \end_layout
21420
21421 \end_inset
21422
21423 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21424 \series bold
21425 innercaption
21426 \series default
21427 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21428 \series bold
21429 rightcaption
21430 \series default
21431 ないし
21432 \series bold
21433 leftcaption
21434 \series default
21435 オプションを用います。
21436 \end_layout
21437
21438 \begin_layout Standard
21439 \begin_inset ERT
21440 status collapsed
21441
21442 \begin_layout Plain Layout
21443
21444
21445 \backslash
21446 ifsidecap
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \begin_inset Note Note
21453 status open
21454
21455 \begin_layout Plain Layout
21456 以下の部分は、LaTeXパッケージ
21457 \series bold
21458 sidecap
21459 \series default
21460 が導入されているときのみ表示されます。
21461 \end_layout
21462
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \begin_layout Standard
21469 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21470 \end_layout
21471
21472 \begin_layout Standard
21473 \noindent
21474 \begin_inset CommandInset line
21475 LatexCommand rule
21476 offset "0.5ex"
21477 width "100line%"
21478 height "1pt"
21479
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \begin_layout Standard
21486
21487 \series bold
21488
21489 \backslash
21490 newcommand{
21491 \backslash
21492 TabBesBeg}{%
21493 \begin_inset Newline newline
21494 \end_inset
21495
21496
21497 \begin_inset Phantom HPhantom
21498 status open
21499
21500 \begin_layout Plain Layout
21501
21502 \series bold
21503 \begin_inset space ~
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510
21511
21512 \backslash
21513 let
21514 \backslash
21515 MyTable
21516 \backslash
21517 table
21518 \begin_inset Newline newline
21519 \end_inset
21520
21521
21522 \begin_inset Phantom HPhantom
21523 status open
21524
21525 \begin_layout Plain Layout
21526
21527 \series bold
21528 \begin_inset space ~
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535
21536
21537 \backslash
21538 let
21539 \backslash
21540 MyEndtable
21541 \backslash
21542 endtable
21543 \begin_inset Newline newline
21544 \end_inset
21545
21546
21547 \begin_inset Phantom HPhantom
21548 status open
21549
21550 \begin_layout Plain Layout
21551
21552 \series bold
21553 \begin_inset space ~
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560
21561
21562 \backslash
21563 renewenvironment{table}{
21564 \backslash
21565 begin{SCtable}}{
21566 \backslash
21567 end{SCtable}}}
21568 \end_layout
21569
21570 \begin_layout Standard
21571
21572 \series bold
21573
21574 \backslash
21575 newcommand{
21576 \backslash
21577 TabBesEnd}{%
21578 \begin_inset Newline newline
21579 \end_inset
21580
21581
21582 \begin_inset Phantom HPhantom
21583 status open
21584
21585 \begin_layout Plain Layout
21586
21587 \series bold
21588 \begin_inset space ~
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \end_inset
21595
21596
21597 \backslash
21598 let
21599 \backslash
21600 table
21601 \backslash
21602 MyTable
21603 \begin_inset Newline newline
21604 \end_inset
21605
21606
21607 \begin_inset Phantom HPhantom
21608 status open
21609
21610 \begin_layout Plain Layout
21611
21612 \series bold
21613 \begin_inset space ~
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \end_inset
21620
21621
21622 \backslash
21623 let
21624 \backslash
21625 endtable
21626 \backslash
21627 MyEndtable
21628 \end_layout
21629
21630 \begin_layout Standard
21631
21632 \series bold
21633
21634 \backslash
21635 newcommand{
21636 \backslash
21637 FigBesBeg}{%
21638 \begin_inset Newline newline
21639 \end_inset
21640
21641
21642 \begin_inset Phantom HPhantom
21643 status open
21644
21645 \begin_layout Plain Layout
21646
21647 \series bold
21648 \begin_inset space ~
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655
21656
21657 \backslash
21658 let
21659 \backslash
21660 MyFigure
21661 \backslash
21662 figure
21663 \begin_inset Newline newline
21664 \end_inset
21665
21666
21667 \begin_inset Phantom HPhantom
21668 status open
21669
21670 \begin_layout Plain Layout
21671
21672 \series bold
21673 \begin_inset space ~
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680
21681
21682 \backslash
21683 let
21684 \backslash
21685 MyEndfigure
21686 \backslash
21687 endfigure
21688 \begin_inset Newline newline
21689 \end_inset
21690
21691
21692 \begin_inset Phantom HPhantom
21693 status open
21694
21695 \begin_layout Plain Layout
21696
21697 \series bold
21698 \begin_inset space ~
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \backslash
21708 renewenvironment{figure}{
21709 \backslash
21710 begin{SCfigure}}{
21711 \backslash
21712 end{SCfigure}}}
21713 \end_layout
21714
21715 \begin_layout Standard
21716
21717 \series bold
21718
21719 \backslash
21720 newcommand{
21721 \backslash
21722 FigBesEnd}{%
21723 \begin_inset Newline newline
21724 \end_inset
21725
21726
21727 \begin_inset Phantom HPhantom
21728 status open
21729
21730 \begin_layout Plain Layout
21731
21732 \series bold
21733 \begin_inset space ~
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740
21741
21742 \backslash
21743 let
21744 \backslash
21745 figure
21746 \backslash
21747 MyFigure
21748 \begin_inset Newline newline
21749 \end_inset
21750
21751
21752 \begin_inset Phantom HPhantom
21753 status open
21754
21755 \begin_layout Plain Layout
21756
21757 \series bold
21758 \begin_inset space ~
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \backslash
21768 let
21769 \backslash
21770 endfigure
21771 \backslash
21772 MyEndfigure}
21773 \end_layout
21774
21775 \begin_layout Standard
21776 \noindent
21777 \begin_inset CommandInset line
21778 LatexCommand rule
21779 offset "0.5ex"
21780 width "100line%"
21781 height "1pt"
21782
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \begin_layout Standard
21789 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
21790 \end_layout
21791
21792 \begin_layout Standard
21793
21794 \series bold
21795
21796 \backslash
21797 FigBesBeg
21798 \end_layout
21799
21800 \begin_layout Standard
21801 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
21802 \end_layout
21803
21804 \begin_layout Standard
21805
21806 \series bold
21807
21808 \backslash
21809 FigBesEnd
21810 \end_layout
21811
21812 \begin_layout Standard
21813 というコマンドを挿入してください。
21814 \end_layout
21815
21816 \begin_layout Standard
21817 表フロートに対しては、対応するコマンド
21818 \end_layout
21819
21820 \begin_layout Standard
21821
21822 \series bold
21823
21824 \backslash
21825 TabBesBeg
21826 \series default
21827 および
21828 \series bold
21829
21830 \backslash
21831 TabBesEnd
21832 \end_layout
21833
21834 \begin_layout Standard
21835 を使用してください。図
21836 \begin_inset CommandInset ref
21837 LatexCommand ref
21838 reference "fig:図横キャプション"
21839
21840 \end_inset
21841
21842 と表
21843 \begin_inset CommandInset ref
21844 LatexCommand ref
21845 reference "tab:表横キャプション"
21846
21847 \end_inset
21848
21849 がキャプションを脇に設定した例です。
21850 \end_layout
21851
21852 \begin_layout Standard
21853 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
21854 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
21855 \end_layout
21856
21857 \begin_layout Standard
21858
21859 \series bold
21860
21861 \backslash
21862 sidecaptionvpos{フロート型}{配置}
21863 \end_layout
21864
21865 \begin_layout Standard
21866 というコマンドを使用します。ここで「フロート型」は
21867 \family sans
21868 figure
21869 \family default
21870
21871 \family sans
21872 table
21873 \family default
21874 であり、「配置」は、上揃えの場合はtopの
21875 \end_layout
21876
21877 \begin_layout Standard
21878
21879 \family sans
21880 t
21881 \family default
21882 」、中央揃えの場合はcenterの「
21883 \family sans
21884 c
21885 \family default
21886 」、下揃えの場合はbottomの「
21887 \family sans
21888 b
21889 \family default
21890 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
21891 \end_layout
21892
21893 \begin_layout Standard
21894
21895 \series bold
21896
21897 \backslash
21898 sidecaptionvpos{figure}{c}
21899 \end_layout
21900
21901 \begin_layout Standard
21902 というコマンドを使用します。これは、図
21903 \begin_inset CommandInset ref
21904 LatexCommand ref
21905 reference "fig:図横キャプション-2"
21906
21907 \end_inset
21908
21909 で使用されています。
21910 \end_layout
21911
21912 \begin_layout Standard
21913 \begin_inset VSpace medskip
21914 \end_inset
21915
21916
21917 \series bold
21918 sidecap
21919 \series default
21920 パッケージについての詳細は、
21921 \begin_inset CommandInset citation
21922 LatexCommand cite
21923 key "sidecap"
21924
21925 \end_inset
21926
21927 の説明書をご参照ください。
21928 \end_layout
21929
21930 \begin_layout Standard
21931 \begin_inset Note Greyedout
21932 status open
21933
21934 \begin_layout Plain Layout
21935
21936 \series bold
21937 【註】
21938 \series default
21939
21940 \begin_inset CommandInset ref
21941 LatexCommand ref
21942 reference "sub:参照位置"
21943
21944 \end_inset
21945
21946 節に説明があるLaTeXパッケージ
21947 \series bold
21948 hypcap
21949 \series default
21950
21951 \begin_inset Index idx
21952 status collapsed
21953
21954 \begin_layout Plain Layout
21955 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
21956 \end_layout
21957
21958 \end_inset
21959
21960 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \begin_layout Standard
21969 \begin_inset ERT
21970 status collapsed
21971
21972 \begin_layout Plain Layout
21973
21974
21975 \backslash
21976 FigBesBeg 
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Standard
21985 \begin_inset Float figure
21986 wide false
21987 sideways false
21988 status open
21989
21990 \begin_layout Plain Layout
21991 \begin_inset Graphics
21992         filename ../clipart/escher-lsd.eps
21993         scale 75
21994         scaleBeforeRotation
21995
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Caption
22003
22004 \begin_layout Plain Layout
22005 \begin_inset CommandInset label
22006 LatexCommand label
22007 name "fig:図横キャプション"
22008
22009 \end_inset
22010
22011 これは図の横にあるキャプションです。
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \begin_inset ERT
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029
22030
22031 \backslash
22032 TabBesBeg 
22033 \end_layout
22034
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \begin_layout Standard
22041 \begin_inset Float table
22042 wide false
22043 sideways false
22044 status open
22045
22046 \begin_layout Plain Layout
22047 \begin_inset Caption
22048
22049 \begin_layout Plain Layout
22050 \begin_inset CommandInset label
22051 LatexCommand label
22052 name "tab:表横キャプション"
22053
22054 \end_inset
22055
22056 これは表の横にあるキャプションです。
22057 \end_layout
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Tabular
22066 <lyxtabular version="3" rows="4" columns="5">
22067 <features tabularvalignment="middle">
22068 <column alignment="center" valignment="top" width="0">
22069 <column alignment="center" valignment="top" width="0">
22070 <column alignment="center" valignment="top" width="0">
22071 <column alignment="center" valignment="top" width="0">
22072 <column alignment="center" valignment="top" width="0">
22073 <row>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 <row>
22121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 </row>
22167 <row>
22168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 </row>
22261 </lyxtabular>
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 TabBesEnd
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Standard
22290 \begin_inset ERT
22291 status collapsed
22292
22293 \begin_layout Plain Layout
22294
22295
22296 \backslash
22297 sidecaptionvpos{figure}{c}
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \begin_inset Float figure
22304 wide false
22305 sideways false
22306 status open
22307
22308 \begin_layout Plain Layout
22309 \begin_inset Graphics
22310         filename ../clipart/escher-lsd.eps
22311         scale 75
22312         scaleBeforeRotation
22313
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Caption
22321
22322 \begin_layout Plain Layout
22323 \begin_inset CommandInset label
22324 LatexCommand label
22325 name "fig:図横キャプション-2"
22326
22327 \end_inset
22328
22329 これは図の横にある縦方向中央揃えのキャプションです。
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \begin_layout Standard
22343 \begin_inset ERT
22344 status collapsed
22345
22346 \begin_layout Plain Layout
22347
22348
22349 \backslash
22350 FigBesEnd
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \begin_layout Standard
22359 \begin_inset ERT
22360 status collapsed
22361
22362 \begin_layout Plain Layout
22363
22364
22365 \backslash
22366 else
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \begin_inset Note Note
22373 status open
22374
22375 \begin_layout Plain Layout
22376 以下の部分は、LaTeXパッケージ
22377 \series bold
22378 sidecap
22379 \series default
22380 が導入されていないときのみ表示されます。
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \begin_layout Standard
22389 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22390 \series bold
22391 sidecap
22392 \series default
22393 を導入する必要があります。
22394 \end_layout
22395
22396 \begin_layout Standard
22397 \begin_inset ERT
22398 status collapsed
22399
22400 \begin_layout Plain Layout
22401
22402
22403 \backslash
22404 fi
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \begin_layout Section
22413 フロート一覧
22414 \begin_inset Index idx
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418 ふろーと@フロート ! ふろーといちらん@フロート一覧
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Standard
22427 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22428 \family sans
22429 挿入\SpecialChar \menuseparator
22430 一覧/目次
22431 \family default
22432 メニューで挿入することができます。
22433 \end_layout
22434
22435 \begin_layout Standard
22436 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22437 \end_layout
22438
22439 \begin_layout Standard
22440 本文書の終わりに、図一覧と表一覧があります。
22441 \end_layout
22442
22443 \begin_layout Chapter
22444 注釈
22445 \end_layout
22446
22447 \begin_layout Section
22448 LyX注釈
22449 \begin_inset Index idx
22450 status collapsed
22451
22452 \begin_layout Plain Layout
22453 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \begin_layout Standard
22462 注釈は、ツールバーボタン
22463 \begin_inset Graphics
22464         filename ../../images/note-insert.png
22465         scale 85
22466         scaleBeforeRotation
22467
22468 \end_inset
22469
22470 か、
22471 \family sans
22472 挿入\SpecialChar \menuseparator
22473 注釈
22474 \family default
22475 メニューで挿入することができます。注釈には、以下の三つの型があります。
22476 \end_layout
22477
22478 \begin_layout Description
22479 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22480 \begin_inset Newline newline
22481 \end_inset
22482
22483
22484 \begin_inset Newline newline
22485 \end_inset
22486
22487
22488 \begin_inset Graphics
22489         filename ../clipart/LyXNoteImageQt4.png
22490         display false
22491         scale 85
22492         scaleBeforeRotation
22493
22494 \end_inset
22495
22496
22497 \begin_inset Note Note
22498 status open
22499
22500 \begin_layout Plain Layout
22501 これは、出力には現れない注釈ボックスに書かれた文章です。
22502 \end_layout
22503
22504 \end_inset
22505
22506
22507 \end_layout
22508
22509 \begin_layout Description
22510 コメント この注釈も出力には現れませんが、
22511 \family sans
22512 ファイル\SpecialChar \menuseparator
22513 エクスポート\SpecialChar \menuseparator
22514 LaTeX (pdflatex) / (平文)
22515 \family default
22516  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22517 \begin_inset Newline newline
22518 \end_inset
22519
22520
22521 \begin_inset Newline newline
22522 \end_inset
22523
22524
22525 \begin_inset Graphics
22526         filename ../clipart/CommentNoteImageQt4.png
22527         display false
22528         scale 85
22529         scaleBeforeRotation
22530
22531 \end_inset
22532
22533  
22534 \begin_inset Note Comment
22535 status open
22536
22537 \begin_layout Plain Layout
22538 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \begin_layout Description
22547 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22548 \begin_inset Newline newline
22549 \end_inset
22550
22551
22552 \begin_inset Newline newline
22553 \end_inset
22554
22555
22556 \begin_inset Graphics
22557         filename ../clipart/GreyedOutNoteImageQt4.png
22558         display false
22559         scale 85
22560         scaleBeforeRotation
22561
22562 \end_inset
22563
22564
22565 \begin_inset Newline newline
22566 \end_inset
22567
22568
22569 \begin_inset ERT
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573
22574
22575 \backslash
22576 renewenvironment{lyxgreyedout}
22577 \end_layout
22578
22579 \begin_layout Plain Layout
22580
22581 {
22582 \backslash
22583 textcolor[gray]{0.8}
22584 \backslash
22585 bgroup}{
22586 \backslash
22587 egroup}
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \begin_inset Note Greyedout
22594 status open
22595
22596 \begin_layout Plain Layout
22597 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22598 \begin_inset Foot
22599 status collapsed
22600
22601 \begin_layout Plain Layout
22602 これは、淡色表示注釈内に脚注を用いた例です。
22603 \end_layout
22604
22605 \end_inset
22606
22607 です。
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset ERT
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617
22618
22619 \backslash
22620 renewenvironment{lyxgreyedout}
22621 \end_layout
22622
22623 \begin_layout Plain Layout
22624
22625 {
22626 \backslash
22627 textcolor{blue}
22628 \backslash
22629 bgroup}{
22630 \backslash
22631 egroup}
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \begin_inset Note Note
22638 status open
22639
22640 \begin_layout Plain Layout
22641 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22642 ように再定義されています。
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \begin_inset Newline newline
22649 \end_inset
22650
22651
22652 \begin_inset Newline newline
22653 \end_inset
22654
22655 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22656 \end_layout
22657
22658 \begin_layout Standard
22659 \begin_inset VSpace bigskip
22660 \end_inset
22661
22662 注釈を挿入するのにツールバーボタン
22663 \begin_inset Graphics
22664         filename ../../images/note-insert.png
22665         scale 85
22666         scaleBeforeRotation
22667
22668 \end_inset
22669
22670 を使用すると、
22671 \family sans
22672 LyX注釈
22673 \family default
22674 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22675 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22676 さい。
22677 \end_layout
22678
22679 \begin_layout Standard
22680 \begin_inset VSpace bigskip
22681 \end_inset
22682
22683 淡色注釈の文字色は、プリアンブルに以下のコマンドを置くことで変更することができます。
22684 \end_layout
22685
22686 \begin_layout Standard
22687
22688 \series bold
22689
22690 \backslash
22691 renewenvironment{lyxgreyedout}
22692 \begin_inset Newline newline
22693 \end_inset
22694
22695
22696 \begin_inset Phantom HPhantom
22697 status open
22698
22699 \begin_layout Plain Layout
22700
22701 \series bold
22702 \begin_inset space ~
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709
22710 {
22711 \backslash
22712 textcolor{色彩名}
22713 \backslash
22714 bgroup}{
22715 \backslash
22716 egroup}
22717 \end_layout
22718
22719 \begin_layout Standard
22720 使用できる色彩名と、自製色の定義の仕方は、第
22721 \begin_inset CommandInset ref
22722 LatexCommand ref
22723 reference "sec:色付きの表"
22724
22725 \end_inset
22726
22727 節で説明されています。
22728 \end_layout
22729
22730 \begin_layout Standard
22731 本文書で青で表示されている注釈は、青文字に設定した淡色表示注釈を使用しています。
22732 \end_layout
22733
22734 \begin_layout Section
22735 脚注
22736 \begin_inset CommandInset label
22737 LatexCommand label
22738 name "sec:脚注"
22739
22740 \end_inset
22741
22742
22743 \begin_inset Index idx
22744 status collapsed
22745
22746 \begin_layout Plain Layout
22747 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
22748 \end_layout
22749
22750 \end_inset
22751
22752
22753 \begin_inset Index idx
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757 きゃくちゅう@脚注
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \begin_layout Standard
22766 脚注は、ツールバーボタン
22767 \begin_inset Graphics
22768         filename ../../images/footnote-insert.png
22769         scale 85
22770         scaleBeforeRotation
22771
22772 \end_inset
22773
22774 か、
22775 \family sans
22776 挿入\SpecialChar \menuseparator
22777 脚注
22778 \family default
22779 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
22780 \begin_inset Graphics
22781         filename clipart/footnoteQt4.png
22782         scale 80
22783         scaleBeforeRotation
22784
22785 \end_inset
22786
22787 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
22788 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
22789 \end_layout
22790
22791 \begin_layout Standard
22792 これが脚注の例です
22793 \begin_inset Foot
22794 status open
22795
22796 \begin_layout Plain Layout
22797 \begin_inset CommandInset label
22798 LatexCommand label
22799 name "fn:これは脚注の一例"
22800
22801 \end_inset
22802
22803 これは脚注の一例です。
22804 \end_layout
22805
22806 \end_inset
22807
22808
22809 \begin_inset ERT
22810 status collapsed
22811
22812 \begin_layout Plain Layout
22813
22814
22815 \backslash
22816 newcounter{MyRepeatFoot}
22817 \end_layout
22818
22819 \begin_layout Plain Layout
22820
22821
22822 \backslash
22823 setcounter{MyRepeatFoot}{
22824 \backslash
22825 thefootnote}
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Standard
22834 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
22835 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
22836 \end_layout
22837
22838 \begin_layout Standard
22839 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
22840 \begin_inset CommandInset ref
22841 LatexCommand ref
22842 reference "sec:フロートの参照"
22843
22844 \end_inset
22845
22846 節に説明されているようにして、本文中でこのラベルを相互参照してください。
22847 \begin_inset Newline newline
22848 \end_inset
22849
22850 これは脚注
22851 \begin_inset CommandInset ref
22852 LatexCommand ref
22853 reference "fn:これは脚注の一例"
22854
22855 \end_inset
22856
22857 の相互参照です。
22858 \end_layout
22859
22860 \begin_layout Standard
22861 \begin_inset VSpace defskip
22862 \end_inset
22863
22864 脚注を表中で使用するには、ミニページを使わなくてはなりません。第
22865 \begin_inset CommandInset ref
22866 LatexCommand ref
22867 reference "sec:ミニページ"
22868
22869 \end_inset
22870
22871 節をご参照ください。長尺表中の脚注については、第
22872 \begin_inset CommandInset ref
22873 LatexCommand ref
22874 reference "sub:長尺表での脚注"
22875
22876 \end_inset
22877
22878 節に説明があります。
22879 \end_layout
22880
22881 \begin_layout Standard
22882 \begin_inset VSpace defskip
22883 \end_inset
22884
22885 脚注の印だけを作成するには、TeXコードで
22886 \series bold
22887
22888 \backslash
22889 footnotemark[番号]
22890 \series default
22891 というコマンドを使用してください。これは、同じ注釈を何度も本文中で使用する際に、いちいち脚注を印字したくないときに使用します。
22892 \begin_inset Newline newline
22893 \end_inset
22894
22895 これらの重複した脚注の番号が何になるかは、文章を書いている時には分からないので、この番号を保管しておかなくてはなりません。以下の脚注印の例では、脚注番号を保管し
22896 ておくために脚注
22897 \begin_inset CommandInset ref
22898 LatexCommand ref
22899 reference "fn:これは脚注の一例"
22900
22901 \end_inset
22902
22903 の後に、TeXコードで以下のコマンドを挿入してあります。
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \series bold
22909
22910 \backslash
22911 newcounter{MyRepeatFoot}
22912 \begin_inset Newline newline
22913 \end_inset
22914
22915
22916 \backslash
22917 setcounter{MyRepeatFoot}{
22918 \backslash
22919 thefootnote}
22920 \end_layout
22921
22922 \begin_layout Standard
22923 そして、以下のコマンドを使って、脚注印を付けます。
22924 \end_layout
22925
22926 \begin_layout Standard
22927
22928 \series bold
22929
22930 \backslash
22931 footnotemark[
22932 \backslash
22933 theMyRepeatFoot]
22934 \end_layout
22935
22936 \begin_layout Standard
22937 これは、脚注印の例です
22938 \begin_inset ERT
22939 status collapsed
22940
22941 \begin_layout Plain Layout
22942
22943
22944 \backslash
22945 footnotemark[
22946 \backslash
22947 theMyRepeatFoot]
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Subsection
22956 脚注の付番
22957 \begin_inset CommandInset label
22958 LatexCommand label
22959 name "sub:脚注の付番"
22960
22961 \end_inset
22962
22963
22964 \begin_inset Index idx
22965 status collapsed
22966
22967 \begin_layout Plain Layout
22968 きゃくちゅう@脚注 ! ふばん@付番
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \begin_layout Standard
22977 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
22978 \end_layout
22979
22980 \begin_layout Standard
22981
22982 \series bold
22983
22984 \backslash
22985 @addtoreset{footnote}{section}
22986 \end_layout
22987
22988 \begin_layout Standard
22989 というコマンドを加えてください。
22990 \end_layout
22991
22992 \begin_layout Standard
22993 \begin_inset VSpace bigskip
22994 \end_inset
22995
22996 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
22997 \end_layout
22998
22999 \begin_layout Standard
23000
23001 \series bold
23002
23003 \backslash
23004 renewcommand{
23005 \backslash
23006 thefootnote}{
23007 \backslash
23008 roman{footnote}}
23009 \end_layout
23010
23011 \begin_layout Standard
23012 \begin_inset ERT
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016
23017
23018 \backslash
23019 renewcommand{
23020 \backslash
23021 thefootnote}{
23022 \backslash
23023 roman{footnote}}
23024 \end_layout
23025
23026 \end_inset
23027
23028 これは、ローマ数字を使った脚注です
23029 \begin_inset Foot
23030 status collapsed
23031
23032 \begin_layout Plain Layout
23033 これは、ローマ数字を使った脚注の例です。
23034 \end_layout
23035
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \begin_layout Standard
23042 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23043 \series bold
23044
23045 \backslash
23046 roman
23047 \series default
23048
23049 \series bold
23050
23051 \backslash
23052 Roman
23053 \series default
23054 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23055 \series bold
23056
23057 \backslash
23058 Alph
23059 \series default
23060 または
23061 \series bold
23062
23063 \backslash
23064 alph
23065 \series default
23066 を使用してください。記号を使って付「番」するには、
23067 \series bold
23068
23069 \backslash
23070 fnsymbol
23071 \series default
23072 を使ってください。
23073 \end_layout
23074
23075 \begin_layout Standard
23076 \begin_inset Note Greyedout
23077 status open
23078
23079 \begin_layout Plain Layout
23080
23081 \series bold
23082 【註】
23083 \series default
23084 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \begin_inset Newline newline
23091 \end_inset
23092
23093
23094 \begin_inset Note Greyedout
23095 status open
23096
23097 \begin_layout Plain Layout
23098
23099 \series bold
23100 【註】
23101 \series default
23102 記号を使うと9個の脚注しか番号を振ることができません。
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Standard
23111 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23112 \series bold
23113
23114 \backslash
23115 roman
23116 \series default
23117
23118 \series bold
23119
23120 \backslash
23121 arabic
23122 \series default
23123 に置き換えて使用してください。
23124 \begin_inset ERT
23125 status collapsed
23126
23127 \begin_layout Plain Layout
23128
23129
23130 \backslash
23131 renewcommand{
23132 \backslash
23133 thefootnote}{
23134 \backslash
23135 arabic{footnote}}
23136 \end_layout
23137
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \begin_layout Standard
23144 \begin_inset VSpace bigskip
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Standard
23151 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23152 \end_layout
23153
23154 \begin_layout Standard
23155
23156 \series bold
23157
23158 \backslash
23159 numberwithin{footnote}{chapter}
23160 \end_layout
23161
23162 \begin_layout Standard
23163 というコマンドを加えてください。
23164 \series bold
23165
23166 \backslash
23167 numberwithin
23168 \series default
23169 コマンドを使用できるようにするためには、文書設定の
23170 \family sans
23171 数式オプション
23172 \family default
23173 タブで
23174 \family sans
23175 AMS
23176 \begin_inset space ~
23177 \end_inset
23178
23179 mathパッケージを使う
23180 \family default
23181 オプションを有効にしてください。
23182 \end_layout
23183
23184 \begin_layout Standard
23185 \begin_inset ERT
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189
23190
23191 \backslash
23192 numberwithin{footnote}{chapter}
23193 \end_layout
23194
23195 \end_inset
23196
23197 これは、脚注のもう一つの例です
23198 \series bold
23199
23200 \begin_inset Foot
23201 status open
23202
23203 \begin_layout Plain Layout
23204
23205 \series bold
23206 これは、
23207 \series default
23208 「章番号.脚注番号」スキームで番号を振られた脚注です。
23209 \end_layout
23210
23211 \end_inset
23212
23213
23214 \series default
23215
23216 \begin_inset ERT
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220
23221
23222 \backslash
23223 renewcommand{
23224 \backslash
23225 thefootnote}{
23226 \backslash
23227 arabic{footnote}}
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Standard
23236 \begin_inset Note Greyedout
23237 status open
23238
23239 \begin_layout Plain Layout
23240
23241 \series bold
23242 【註】
23243 \backslash
23244 numberwithin
23245 \series default
23246 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \begin_layout Standard
23255 また、例えば「章番号.
23256 \backslash
23257 Roman{footnote}」スキームを得るには、
23258 \series bold
23259
23260 \backslash
23261 numberwithin
23262 \series default
23263 の代わりに以下のコマンドを使用してください。
23264 \end_layout
23265
23266 \begin_layout Standard
23267
23268 \series bold
23269
23270 \backslash
23271 renewcommand{
23272 \backslash
23273 thefootnote}{
23274 \backslash
23275 thechapter.
23276 \backslash
23277 Roman{footnote}}
23278 \end_layout
23279
23280 \begin_layout Subsection
23281 脚注の配置
23282 \begin_inset Index idx
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286 きゃくちゅう@脚注 ! はいち@配置
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \begin_layout Standard
23295 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23296 ブルに足して、1.5
23297 \begin_inset space \thinspace{}
23298 \end_inset
23299
23300 mmの余白を追加することもできます。
23301 \end_layout
23302
23303 \begin_layout Standard
23304
23305 \series bold
23306
23307 \backslash
23308 let
23309 \backslash
23310 myFoot
23311 \backslash
23312 footnote
23313 \begin_inset Newline newline
23314 \end_inset
23315
23316
23317 \backslash
23318 renewcommand{
23319 \backslash
23320 footnote}[1]{
23321 \backslash
23322 myFoot{#1
23323 \backslash
23324 vspace{1.5mm}}}
23325 \end_layout
23326
23327 \begin_layout Standard
23328 \begin_inset VSpace bigskip
23329 \end_inset
23330
23331 二段組文書では、脚注は各段底部に表示されます(図
23332 \begin_inset CommandInset ref
23333 LatexCommand ref
23334 reference "fig:標準的脚注配置"
23335
23336 \end_inset
23337
23338 )。図
23339 \begin_inset CommandInset ref
23340 LatexCommand ref
23341 reference "fig:ftnright脚注配置"
23342
23343 \end_inset
23344
23345 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23346 \end_layout
23347
23348 \begin_layout Standard
23349
23350 \series bold
23351
23352 \backslash
23353 usepackage{ftnright}
23354 \end_layout
23355
23356 \begin_layout Standard
23357 というコマンドを書いて、LaTeXパッケージ
23358 \series bold
23359 ftnright
23360 \series default
23361
23362 \begin_inset Index idx
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23367 \end_layout
23368
23369 \end_inset
23370
23371 を読み込みます。
23372 \begin_inset Float figure
23373 placement !h
23374 wide false
23375 sideways false
23376 status open
23377
23378 \begin_layout Plain Layout
23379 \begin_inset ERT
23380 status collapsed
23381
23382 \begin_layout Plain Layout
23383
23384
23385 \backslash
23386 framebox{
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \begin_inset Graphics
23393         filename ../clipart/without_fntright.pdf
23394         width 100col%
23395         scaleBeforeRotation
23396
23397 \end_inset
23398
23399
23400 \begin_inset ERT
23401 status collapsed
23402
23403 \begin_layout Plain Layout
23404
23405 }
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Caption
23415
23416 \begin_layout Plain Layout
23417 \begin_inset CommandInset label
23418 LatexCommand label
23419 name "fig:標準的脚注配置"
23420
23421 \end_inset
23422
23423 二段組文書の標準的な脚注配置
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \begin_layout Standard
23437 \begin_inset Float figure
23438 placement !h
23439 wide false
23440 sideways false
23441 status open
23442
23443 \begin_layout Plain Layout
23444 \begin_inset ERT
23445 status collapsed
23446
23447 \begin_layout Plain Layout
23448
23449
23450 \backslash
23451 framebox{
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \begin_inset Graphics
23458         filename ../clipart/with_fntright.pdf
23459         width 100col%
23460         scaleBeforeRotation
23461
23462 \end_inset
23463
23464
23465 \begin_inset ERT
23466 status collapsed
23467
23468 \begin_layout Plain Layout
23469
23470 }
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Plain Layout
23479 \begin_inset Caption
23480
23481 \begin_layout Plain Layout
23482 \begin_inset CommandInset label
23483 LatexCommand label
23484 name "fig:ftnright脚注配置"
23485
23486 \end_inset
23487
23488 LaTeXパッケージ
23489 \series bold
23490 ftnright
23491 \series default
23492 を使用したときの二段組文書の脚注配置
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \begin_layout Standard
23506 \begin_inset VSpace bigskip
23507 \end_inset
23508
23509 科学的文献に於いては、図
23510 \begin_inset CommandInset ref
23511 LatexCommand ref
23512 reference "fig:後注"
23513
23514 \end_inset
23515
23516 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
23517 \begin_inset Index idx
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521 こちゅう@後注
23522 \end_layout
23523
23524 \end_inset
23525
23526 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
23527 \family sans
23528 文書\SpecialChar \menuseparator
23529 設定\SpecialChar \menuseparator
23530 モジュール
23531 \family default
23532 メニューで
23533 \family sans
23534 脚注から後注へ
23535 \family default
23536 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
23537 \end_layout
23538
23539 \begin_layout Standard
23540
23541 \series bold
23542
23543 \backslash
23544 theendnotes
23545 \end_layout
23546
23547 \begin_layout Standard
23548 というコマンドを挿入してください。
23549 \end_layout
23550
23551 \begin_layout Standard
23552 \begin_inset Float figure
23553 wide false
23554 sideways false
23555 status open
23556
23557 \begin_layout Plain Layout
23558 \align center
23559 \begin_inset ERT
23560 status collapsed
23561
23562 \begin_layout Plain Layout
23563
23564
23565 \backslash
23566 framebox{
23567 \end_layout
23568
23569 \end_inset
23570
23571
23572 \begin_inset Graphics
23573         filename ../clipart/endnotes.pdf
23574         scaleBeforeRotation
23575
23576 \end_inset
23577
23578
23579 \begin_inset ERT
23580 status collapsed
23581
23582 \begin_layout Plain Layout
23583
23584 }
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Caption
23594
23595 \begin_layout Plain Layout
23596 \begin_inset CommandInset label
23597 LatexCommand label
23598 name "fig:後注"
23599
23600 \end_inset
23601
23602 後注 – 注を節ないし章末に別段落として印字します。
23603 \end_layout
23604
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \begin_layout Standard
23616 \begin_inset VSpace medskip
23617 \end_inset
23618
23619 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
23620 \end_layout
23621
23622 \begin_layout Standard
23623
23624 \series bold
23625
23626 \backslash
23627 renewcommand{
23628 \backslash
23629 notesname}{Anmerkungen}
23630 \end_layout
23631
23632 \begin_layout Standard
23633 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
23634 \end_layout
23635
23636 \begin_layout Standard
23637 \begin_inset VSpace medskip
23638 \end_inset
23639
23640
23641 \begin_inset CommandInset ref
23642 LatexCommand ref
23643 reference "sub:脚注の付番"
23644
23645 \end_inset
23646
23647 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
23648 \series bold
23649
23650 \backslash
23651 thefootnote
23652 \series default
23653 コマンドの代わりに
23654 \series bold
23655
23656 \backslash
23657 theendnote
23658 \series default
23659 を用いてください。後注番号をリセットするには、第
23660 \begin_inset CommandInset ref
23661 LatexCommand ref
23662 reference "sub:脚注の付番"
23663
23664 \end_inset
23665
23666 節で述べたコマンド
23667 \series bold
23668
23669 \backslash
23670 @addtoreset
23671 \series default
23672 の、パラメータ
23673 \series bold
23674 footnote
23675 \series default
23676
23677 \series bold
23678 endnote
23679 \series default
23680 に変えて、使用してください。
23681 \end_layout
23682
23683 \begin_layout Standard
23684 後注の印だけを作成するには、第
23685 \begin_inset CommandInset ref
23686 LatexCommand ref
23687 reference "sec:脚注"
23688
23689 \end_inset
23690
23691 節で説明した
23692 \series bold
23693
23694 \backslash
23695 footnotemark
23696 \series default
23697 コマンドの代わりに、
23698 \series bold
23699
23700 \backslash
23701 endnotemark[番号]
23702 \series default
23703 コマンドを使用してください。
23704 \end_layout
23705
23706 \begin_layout Standard
23707 \begin_inset VSpace bigskip
23708 \end_inset
23709
23710 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
23711 \series bold
23712 footmisc
23713 \series default
23714
23715 \begin_inset Index idx
23716 status collapsed
23717
23718 \begin_layout Plain Layout
23719 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
23720 \end_layout
23721
23722 \end_inset
23723
23724
23725 \begin_inset CommandInset citation
23726 LatexCommand cite
23727 key "footmisc"
23728
23729 \end_inset
23730
23731 を参照してください。
23732 \end_layout
23733
23734 \begin_layout Standard
23735 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
23736 \begin_inset CommandInset citation
23737 LatexCommand cite
23738 key "latexcompanion,latexguide,latexbook"
23739
23740 \end_inset
23741
23742 に載っています。
23743 \end_layout
23744
23745 \begin_layout Section
23746 傍注
23747 \begin_inset Index idx
23748 status collapsed
23749
23750 \begin_layout Plain Layout
23751 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
23752 \end_layout
23753
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \begin_layout Standard
23760 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
23761 \family sans
23762 挿入\SpecialChar \menuseparator
23763 傍注
23764 \family default
23765 メニューかツールバーボタン
23766 \begin_inset Graphics
23767         filename ../../images/marginalnote-insert.png
23768         scale 85
23769         scaleBeforeRotation
23770
23771 \end_inset
23772
23773 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
23774 \end_layout
23775
23776 \begin_layout Standard
23777 横にあるのが傍注です
23778 \begin_inset Marginal
23779 status open
23780
23781 \begin_layout Plain Layout
23782 これは傍注文です。
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \begin_layout Standard
23791 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
23792 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset VSpace bigskip
23797 \end_inset
23798
23799 傍注を内側余白に置くには、傍注の前にTeXコードで
23800 \end_layout
23801
23802 \begin_layout Standard
23803
23804 \series bold
23805
23806 \backslash
23807 reversemarginpar
23808 \end_layout
23809
23810 \begin_layout Standard
23811 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
23812 \begin_inset ERT
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816
23817
23818 \backslash
23819 reversemarginpar 
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \begin_inset Marginal
23826 status open
23827
23828 \begin_layout Plain Layout
23829 これは内側余白の傍注です。
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \series bold
23836
23837 \begin_inset Newline newline
23838 \end_inset
23839
23840
23841 \series default
23842
23843 \begin_inset Note Greyedout
23844 status open
23845
23846 \begin_layout Plain Layout
23847 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
23848 \end_layout
23849
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \begin_layout Standard
23856 既定の配置に戻すには、TeXコードで
23857 \end_layout
23858
23859 \begin_layout Standard
23860
23861 \series bold
23862
23863 \backslash
23864 normalmarginpar
23865 \end_layout
23866
23867 \begin_layout Standard
23868 というコマンドを書き加えてください。
23869 \begin_inset ERT
23870 status collapsed
23871
23872 \begin_layout Plain Layout
23873
23874
23875 \backslash
23876 normalmarginpar 
23877 \end_layout
23878
23879 \end_inset
23880
23881  
23882 \begin_inset Note Greyedout
23883 status open
23884
23885 \begin_layout Plain Layout
23886
23887 \series bold
23888 【註】
23889 \backslash
23890 reversemarginpar
23891 \series default
23892 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \begin_layout Standard
23901 \begin_inset VSpace bigskip
23902 \end_inset
23903
23904
23905 \begin_inset Marginal
23906 status open
23907
23908 \begin_layout Plain Layout
23909 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \begin_inset CommandInset ref
23916 LatexCommand ref
23917 reference "sub:複数行"
23918
23919 \end_inset
23920
23921 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
23922 \begin_inset space \thinspace{}
23923 \end_inset
23924
23925 pt水平空白を挿入してください 
23926 \begin_inset Marginal
23927 status open
23928
23929 \begin_layout Plain Layout
23930 \begin_inset space \hspace*{}
23931 \length 0pt
23932 \end_inset
23933
23934 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 \begin_inset VSpace bigskip
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \begin_layout Standard
23950 \begin_inset Note Greyedout
23951 status open
23952
23953 \begin_layout Plain Layout
23954
23955 \series bold
23956 【註】
23957 \series default
23958 通常、傍注は表やフロート、脚注の中では使用することができません。
23959 \end_layout
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Standard
23967 \begin_inset VSpace bigskip
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \begin_layout Standard
23974 \begin_inset ERT
23975 status collapsed
23976
23977 \begin_layout Plain Layout
23978
23979
23980 \backslash
23981 ifmarginnote
23982 \end_layout
23983
23984 \end_inset
23985
23986
23987 \begin_inset Note Note
23988 status open
23989
23990 \begin_layout Plain Layout
23991 以下の部分は、LaTeXパッケージ
23992 \series bold
23993 marginnote
23994 \series default
23995 が導入されているときのみ表示されます。
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Standard
24004 この制約は、LaTeXパッケージ
24005 \series bold
24006 marginnote
24007 \series default
24008
24009 \begin_inset Index idx
24010 status collapsed
24011
24012 \begin_layout Plain Layout
24013 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24014 \end_layout
24015
24016 \end_inset
24017
24018 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24019 \series bold
24020 marginnote
24021 \series default
24022 パッケージが提供するコマンドを使うようになります。
24023 \end_layout
24024
24025 \begin_layout Standard
24026
24027 \series bold
24028
24029 \backslash
24030 usepackage{marginnote}
24031 \begin_inset Newline newline
24032 \end_inset
24033
24034
24035 \backslash
24036 let
24037 \backslash
24038 marginpar
24039 \backslash
24040 marginnote
24041 \end_layout
24042
24043 \begin_layout Standard
24044
24045 \series bold
24046 marginnote
24047 \series default
24048 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24049 \series bold
24050 marginnote
24051 \series default
24052 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24053 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24054 \end_layout
24055
24056 \begin_layout Standard
24057
24058 \series bold
24059 [オフセット]
24060 \end_layout
24061
24062 \begin_layout Standard
24063 という形で書くことで設定することができます。ここで「オフセット」には、表
24064 \begin_inset CommandInset ref
24065 LatexCommand ref
24066 reference "tab:単位"
24067
24068 \end_inset
24069
24070 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24071 \series bold
24072 [-1.5cm]
24073 \series default
24074 」を使用して、1.5
24075 \begin_inset space \thinspace{}
24076 \end_inset
24077
24078 cm上にずらしてあります
24079 \begin_inset Marginal
24080 status open
24081
24082 \begin_layout Plain Layout
24083 この傍注は、本来の位置よりも1.5
24084 \begin_inset space \thinspace{}
24085 \end_inset
24086
24087 cm上にずらしてあります。
24088 \end_layout
24089
24090 \end_inset
24091
24092
24093 \begin_inset ERT
24094 status collapsed
24095
24096 \begin_layout Plain Layout
24097
24098 [-1.5cm]
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \begin_layout Standard
24107 \begin_inset VSpace medskip
24108 \end_inset
24109
24110
24111 \series bold
24112 marginnote
24113 \series default
24114 を使うと、傍注の揃えを変更することもできます。たとえば、
24115 \end_layout
24116
24117 \begin_layout Standard
24118
24119 \series bold
24120
24121 \backslash
24122 renewcommand*{
24123 \backslash
24124 raggedleftmarginnote}{
24125 \backslash
24126 centering}
24127 \begin_inset Newline newline
24128 \end_inset
24129
24130
24131 \backslash
24132 renewcommand*{
24133 \backslash
24134 raggedrightmarginnote}{
24135 \backslash
24136 centering}
24137 \end_layout
24138
24139 \begin_layout Standard
24140 というコマンドを使うと、中央揃えになります。
24141 \series bold
24142
24143 \backslash
24144 raggedleftmarginnote
24145 \series default
24146 とは、左側に表示されている傍注のことを指します
24147 \begin_inset ERT
24148 status collapsed
24149
24150 \begin_layout Plain Layout
24151
24152
24153 \backslash
24154 renewcommand*{
24155 \backslash
24156 raggedleftmarginnote}{
24157 \backslash
24158 centering}
24159 \end_layout
24160
24161 \begin_layout Plain Layout
24162
24163
24164 \backslash
24165 renewcommand*{
24166 \backslash
24167 raggedrightmarginnote}{
24168 \backslash
24169 centering}
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \begin_inset Marginal
24176 status open
24177
24178 \begin_layout Plain Layout
24179 この傍注の文章は中央揃えになっています。
24180 \end_layout
24181
24182 \end_inset
24183
24184 。既定の設定は、
24185 \end_layout
24186
24187 \begin_layout Standard
24188
24189 \series bold
24190
24191 \backslash
24192 renewcommand*{
24193 \backslash
24194 raggedleftmarginnote}{
24195 \backslash
24196 raggedleft}
24197 \begin_inset Newline newline
24198 \end_inset
24199
24200
24201 \backslash
24202 renewcommand*{
24203 \backslash
24204 raggedrightmarginnote}{
24205 \backslash
24206 raggedright}
24207 \series default
24208
24209 \begin_inset ERT
24210 status collapsed
24211
24212 \begin_layout Plain Layout
24213
24214
24215 \backslash
24216 renewcommand*{
24217 \backslash
24218 raggedleftmarginnote}{
24219 \backslash
24220 raggedleft}
24221 \end_layout
24222
24223 \begin_layout Plain Layout
24224
24225
24226 \backslash
24227 renewcommand*{
24228 \backslash
24229 raggedrightmarginnote}{
24230 \backslash
24231 raggedright}
24232 \end_layout
24233
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \begin_layout Standard
24240 です。
24241 \end_layout
24242
24243 \begin_layout Standard
24244 \begin_inset VSpace medskip
24245 \end_inset
24246
24247
24248 \series bold
24249 marginnote
24250 \series default
24251 の他の機能については、
24252 \begin_inset CommandInset citation
24253 LatexCommand cite
24254 key "marginnote"
24255
24256 \end_inset
24257
24258 の取扱説明書をご参照ください。
24259 \end_layout
24260
24261 \begin_layout Standard
24262 \begin_inset VSpace bigskip
24263 \end_inset
24264
24265 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24266 \family sans
24267 \series bold
24268 \bar under
24269 注意!
24270 \family default
24271 \series default
24272 \bar default
24273 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24274 \end_layout
24275
24276 \begin_layout Standard
24277
24278 \series bold
24279
24280 \backslash
24281 let
24282 \backslash
24283 myMarginpar
24284 \backslash
24285 marginpar
24286 \begin_inset Newline newline
24287 \end_inset
24288
24289
24290 \backslash
24291 renewcommand{
24292 \backslash
24293 marginpar}[1]{
24294 \backslash
24295 myMarginpar{%
24296 \begin_inset Newline newline
24297 \end_inset
24298
24299
24300 \begin_inset Phantom HPhantom
24301 status open
24302
24303 \begin_layout Plain Layout
24304
24305 \series bold
24306 \begin_inset space ~
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \backslash
24316 hspace{0pt}
24317 \backslash
24318 textsf{
24319 \backslash
24320 textbf{
24321 \backslash
24322 underbar{注意!}}}%
24323 \begin_inset Newline newline
24324 \end_inset
24325
24326
24327 \begin_inset Phantom HPhantom
24328 status open
24329
24330 \begin_layout Plain Layout
24331
24332 \series bold
24333 \begin_inset space ~
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340
24341
24342 \backslash
24343 vspace{1.5mm}
24344 \backslash
24345
24346 \backslash
24347 #1}}
24348 \end_layout
24349
24350 \begin_layout Standard
24351 \begin_inset ERT
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355
24356
24357 \backslash
24358 let
24359 \backslash
24360 myMarginpar
24361 \backslash
24362 marginpar
24363 \end_layout
24364
24365 \begin_layout Plain Layout
24366
24367
24368 \backslash
24369 renewcommand{
24370 \backslash
24371 marginpar}[1]{
24372 \backslash
24373 myMarginpar{%
24374 \end_layout
24375
24376 \begin_layout Plain Layout
24377
24378    
24379 \backslash
24380 textsf{
24381 \backslash
24382 textbf{
24383 \backslash
24384 underbar{注意!}}}%
24385 \end_layout
24386
24387 \begin_layout Plain Layout
24388
24389    
24390 \backslash
24391 vspace{1.5mm}
24392 \backslash
24393
24394 \backslash
24395 #1}}
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \begin_inset Marginal
24402 status open
24403
24404 \begin_layout Plain Layout
24405 これは、定義したヘッダをつけた傍注です。
24406 \end_layout
24407
24408 \end_inset
24409
24410
24411 \begin_inset ERT
24412 status collapsed
24413
24414 \begin_layout Plain Layout
24415
24416 [-1.5cm]
24417 \end_layout
24418
24419 \end_inset
24420
24421
24422 \begin_inset ERT
24423 status collapsed
24424
24425 \begin_layout Plain Layout
24426
24427
24428 \backslash
24429 renewcommand{
24430 \backslash
24431 marginpar}[1]{
24432 \backslash
24433 myMarginpar{#1}}
24434 \end_layout
24435
24436 \end_inset
24437
24438
24439 \begin_inset Note Note
24440 status open
24441
24442 \begin_layout Plain Layout
24443 傍注書式は、この例の分だけ変更してあります。
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \begin_layout Standard
24452 \begin_inset ERT
24453 status collapsed
24454
24455 \begin_layout Plain Layout
24456
24457
24458 \backslash
24459 else
24460 \end_layout
24461
24462 \end_inset
24463
24464
24465 \begin_inset Note Note
24466 status open
24467
24468 \begin_layout Plain Layout
24469 以下の部分は、LaTeXパッケージ
24470 \series bold
24471 marginnote
24472 \series default
24473 が導入されていないときのみ表示されます。
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 本節の以下の部分を出力に表示するには、LaTeXパッケージ
24483 \series bold
24484 marginnote
24485 \series default
24486 を導入する必要があります。
24487 \end_layout
24488
24489 \begin_layout Standard
24490 \begin_inset ERT
24491 status collapsed
24492
24493 \begin_layout Plain Layout
24494
24495
24496 \backslash
24497 fi
24498 \end_layout
24499
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \begin_layout Chapter
24506 ボックス
24507 \end_layout
24508
24509 \begin_layout Section
24510 はじめに
24511 \begin_inset Index idx
24512 status collapsed
24513
24514 \begin_layout Plain Layout
24515 ぼっくす@ボックス ! はじめに
24516 \end_layout
24517
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \begin_layout Standard
24524 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
24525 \begin_inset CommandInset ref
24526 LatexCommand ref
24527 reference "sec:ミニページ"
24528
24529 \end_inset
24530
24531 節参照)、文章を囲ったり(第
24532 \begin_inset CommandInset ref
24533 LatexCommand ref
24534 reference "sec:装飾"
24535
24536 \end_inset
24537
24538 節参照)、単語がハイフネートされるのを予防したり(第
24539 \begin_inset CommandInset ref
24540 LatexCommand ref
24541 reference "sec:ハイフネーションの回避"
24542
24543 \end_inset
24544
24545 節参照)、文章を揃えたり(第
24546 \begin_inset CommandInset ref
24547 LatexCommand ref
24548 reference "sub:垂直揃え"
24549
24550 \end_inset
24551
24552 節参照)、あるいは文章の背景色を設定したり(第
24553 \begin_inset CommandInset ref
24554 LatexCommand ref
24555 reference "sec:色付きボックス"
24556
24557 \end_inset
24558
24559 節参照)するのに使用します。
24560 \end_layout
24561
24562 \begin_layout Standard
24563 ボックスは、
24564 \family sans
24565 挿入\SpecialChar \menuseparator
24566 ボックス
24567 \family default
24568 メニューかツールバーボタン
24569 \begin_inset Graphics
24570         filename ../../images/box-insert.png
24571         scale 85
24572         scaleBeforeRotation
24573
24574 \end_inset
24575
24576 を使って挿入することができます。すると、
24577 \begin_inset Graphics
24578         filename ../clipart/BoxInsetDefaultQt4.png
24579         scale 85
24580         scaleBeforeRotation
24581
24582 \end_inset
24583
24584 のように
24585 \family sans
24586 ボックス(minipage環境)
24587 \family default
24588 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
24589 \family sans
24590 設定
24591 \family default
24592 メニューを選択すると現れるボックスダイアログでは、
24593 \family sans
24594 parboxコマンド
24595 \family default
24596
24597 \family sans
24598 minipage環境
24599 \family default
24600 の二つの
24601 \family sans
24602 内部ボックス
24603 \family default
24604 型を選択することができます。
24605 \family sans
24606 minipage
24607 \family default
24608 型は、新規ボックスの既定値となっており、第
24609 \begin_inset CommandInset ref
24610 LatexCommand ref
24611 reference "sec:ミニページ"
24612
24613 \end_inset
24614
24615 節で説明します。
24616 \family sans
24617 parbox
24618 \family default
24619 型は、第
24620 \begin_inset CommandInset ref
24621 LatexCommand ref
24622 reference "sec:Parboxes"
24623
24624 \end_inset
24625
24626 節で述べます 
24627 \lang english
24628 and the type 
24629 \family sans
24630 Makebox
24631 \family default
24632  in 
24633 \lang japanese
24634
24635 \begin_inset CommandInset ref
24636 LatexCommand ref
24637 reference "sec:ハイフネーションの回避"
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Standard
24645 ボックスは付番されないので、フロートや脚注のように参照することはできません。
24646 \end_layout
24647
24648 \begin_layout Standard
24649 \begin_inset Note Greyedout
24650 status open
24651
24652 \begin_layout Plain Layout
24653 【註】ボックスは、
24654 \family sans
24655 箇条書き(記号)
24656 \family default
24657 環境や
24658 \family sans
24659 箇条書き(記述)
24660 \family default
24661 環境の単独要素とすべきではありません。
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \begin_layout Standard
24670 \begin_inset Note Greyedout
24671 status open
24672
24673 \begin_layout Plain Layout
24674 【註】理由は不明ですが、枠付きボックスを使用している場合には、
24675 \family sans
24676 内部ボックス
24677 \family default
24678 型は
24679 \family sans
24680 なし
24681 \family default
24682 にしか設定することができません。
24683 \family sans
24684 内部ボックス
24685 \family default
24686 型や枠のないボックスについては、第
24687 \begin_inset CommandInset ref
24688 LatexCommand ref
24689 reference "sec:ハイフネーションの回避"
24690
24691 \end_inset
24692
24693 節で説明します。
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Section
24702 ボックスダイアログ
24703 \begin_inset CommandInset label
24704 LatexCommand label
24705 name "sec:ボックスダイアログ"
24706
24707 \end_inset
24708
24709
24710 \begin_inset Index idx
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Subsection
24723 寸法
24724 \begin_inset Index idx
24725 status collapsed
24726
24727 \begin_layout Plain Layout
24728 ぼっくす@ボックス ! すんぽう@寸法
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \begin_layout Standard
24737 ボックスダイアログでは、
24738 \family sans
24739
24740 \family default
24741
24742 \family sans
24743 高さ
24744 \family default
24745 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
24746 \begin_inset CommandInset ref
24747 LatexCommand ref
24748 reference "tab:単位"
24749
24750 \end_inset
24751
24752 に説明されています。
24753 \family sans
24754 高さ
24755 \family default
24756 フィールドには、加えて以下の寸法を使用することができます。
24757 \end_layout
24758
24759 \begin_layout Description
24760 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
24761 \begin_inset Newline newline
24762 \end_inset
24763
24764
24765 \begin_inset Newline newline
24766 \end_inset
24767
24768
24769 \begin_inset Newline newline
24770 \end_inset
24771
24772
24773 \begin_inset Box Boxed
24774 position "c"
24775 hor_pos "c"
24776 has_inner_box 1
24777 inner_pos "c"
24778 use_parbox 0
24779 use_makebox 0
24780 width "12col%"
24781 special "none"
24782 height "1in"
24783 height_special "depth"
24784 status open
24785
24786 \begin_layout Plain Layout
24787 \align center
24788 高さを1階層に設定したボックス
24789 \end_layout
24790
24791 \end_inset
24792
24793
24794 \begin_inset Newline newline
24795 \end_inset
24796
24797
24798 \begin_inset Newline newline
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Description
24805 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
24806 \begin_inset Box Boxed
24807 position "c"
24808 hor_pos "c"
24809 has_inner_box 1
24810 inner_pos "c"
24811 use_parbox 0
24812 use_makebox 0
24813 width "20col%"
24814 special "none"
24815 height "2in"
24816 height_special "height"
24817 status open
24818
24819 \begin_layout Plain Layout
24820 \align center
24821 高さを2高さに設定したボックス
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Description
24830 全高 これは「高さ」+「階層」です。
24831 \begin_inset Box Boxed
24832 position "c"
24833 hor_pos "c"
24834 has_inner_box 1
24835 inner_pos "c"
24836 use_parbox 0
24837 use_makebox 0
24838 width "20col%"
24839 special "none"
24840 height "1in"
24841 height_special "totalheight"
24842 status open
24843
24844 \begin_layout Plain Layout
24845 \align center
24846 高さを1全高に設定したボックス
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Description
24855 幅 これはボックスの幅を高さに設定します。
24856 \begin_inset Box Boxed
24857 position "c"
24858 hor_pos "c"
24859 has_inner_box 1
24860 inner_pos "c"
24861 use_parbox 0
24862 use_makebox 0
24863 width "12col%"
24864 special "none"
24865 height "1in"
24866 height_special "width"
24867 status open
24868
24869 \begin_layout Plain Layout
24870 \align center
24871 高さを1幅に設定したボックス
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \begin_layout Subsection
24880 文字揃え
24881 \begin_inset Index idx
24882 status collapsed
24883
24884 \begin_layout Plain Layout
24885 ぼっくす@ボックス ! もじそろえ@文字揃え
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \begin_layout Standard
24894
24895 \family sans
24896 内部ボックス
24897 \family default
24898 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
24899 \end_layout
24900
24901 \begin_layout Description
24902 上 これは例示のための本文行です。
24903 \begin_inset Box Boxed
24904 position "t"
24905 hor_pos "c"
24906 has_inner_box 1
24907 inner_pos "c"
24908 use_parbox 0
24909 use_makebox 0
24910 width "12col%"
24911 special "none"
24912 height "1in"
24913 height_special "totalheight"
24914 status open
24915
24916 \begin_layout Plain Layout
24917 \align center
24918 このボックスは上揃えです。
24919 \end_layout
24920
24921 \end_inset
24922
24923 これは例示のための本文行です。
24924 \end_layout
24925
24926 \begin_layout Description
24927 中央 これは例示のための本文行です。
24928 \begin_inset Box Boxed
24929 position "c"
24930 hor_pos "c"
24931 has_inner_box 1
24932 inner_pos "c"
24933 use_parbox 0
24934 use_makebox 0
24935 width "12col%"
24936 special "none"
24937 height "1in"
24938 height_special "totalheight"
24939 status open
24940
24941 \begin_layout Plain Layout
24942 \align center
24943 このボックスは中央揃えです。
24944 \end_layout
24945
24946 \end_inset
24947
24948 これは例示のための本文行です。
24949 \end_layout
24950
24951 \begin_layout Description
24952 下 これは例示のための本文行です。
24953 \begin_inset Box Boxed
24954 position "b"
24955 hor_pos "c"
24956 has_inner_box 1
24957 inner_pos "c"
24958 use_parbox 0
24959 use_makebox 0
24960 width "12col%"
24961 special "none"
24962 height "1in"
24963 height_special "totalheight"
24964 status open
24965
24966 \begin_layout Plain Layout
24967 \align center
24968 このボックスは下揃えです。
24969 \end_layout
24970
24971 \end_inset
24972
24973 これは例示のための本文行です。
24974 \end_layout
24975
24976 \begin_layout Standard
24977 \begin_inset Note Greyedout
24978 status open
24979
24980 \begin_layout Plain Layout
24981
24982 \series bold
24983 【註】
24984 \series default
24985 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
24995 \end_layout
24996
24997 \begin_layout Standard
24998 \begin_inset VSpace bigskip
24999 \end_inset
25000
25001
25002 \family sans
25003 内部ボックス
25004 \family default
25005 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25006 \end_layout
25007
25008 \begin_layout Description
25009 上 これは例示のための本文行です。
25010 \begin_inset Box Boxed
25011 position "c"
25012 hor_pos "c"
25013 has_inner_box 1
25014 inner_pos "t"
25015 use_parbox 0
25016 use_makebox 0
25017 width "12col%"
25018 special "none"
25019 height "1.5in"
25020 height_special "totalheight"
25021 status open
25022
25023 \begin_layout Plain Layout
25024 \align center
25025 このボックスの文章は上揃えです。
25026 \end_layout
25027
25028 \end_inset
25029
25030 これは例示のための本文行です。
25031 \end_layout
25032
25033 \begin_layout Description
25034 中央 これは例示のための本文行です。
25035 \begin_inset Box Boxed
25036 position "c"
25037 hor_pos "c"
25038 has_inner_box 1
25039 inner_pos "c"
25040 use_parbox 0
25041 use_makebox 0
25042 width "12col%"
25043 special "none"
25044 height "1.5in"
25045 height_special "totalheight"
25046 status open
25047
25048 \begin_layout Plain Layout
25049 \align center
25050 このボックスの文章は中央揃えです。
25051 \end_layout
25052
25053 \end_inset
25054
25055 これは例示のための本文行です。
25056 \end_layout
25057
25058 \begin_layout Description
25059 下 これは例示のための本文行です。
25060 \begin_inset Box Boxed
25061 position "c"
25062 hor_pos "c"
25063 has_inner_box 1
25064 inner_pos "b"
25065 use_parbox 0
25066 use_makebox 0
25067 width "12col%"
25068 special "none"
25069 height "1.5in"
25070 height_special "totalheight"
25071 status open
25072
25073 \begin_layout Plain Layout
25074 \align center
25075 このボックスの文章は下揃えです。
25076 \end_layout
25077
25078 \end_inset
25079
25080 これは例示のための本文行です。
25081 \end_layout
25082
25083 \begin_layout Description
25084 広げる これは例示のための本文行です。
25085 \begin_inset Box Boxed
25086 position "c"
25087 hor_pos "c"
25088 has_inner_box 1
25089 inner_pos "s"
25090 use_parbox 0
25091 use_makebox 0
25092 width "17col%"
25093 special "none"
25094 height "1.5in"
25095 height_special "totalheight"
25096 status open
25097
25098 \begin_layout Plain Layout
25099 \align center
25100 このボックスの
25101 \end_layout
25102
25103 \begin_layout Plain Layout
25104 \align center
25105 文章は広げて
25106 \end_layout
25107
25108 \begin_layout Plain Layout
25109 \align center
25110 あります。
25111 \end_layout
25112
25113 \end_inset
25114
25115 これは例示のための本文行です。
25116 \end_layout
25117
25118 \begin_layout Standard
25119 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25120 \end_layout
25121
25122 \begin_layout Standard
25123 \begin_inset VSpace bigskip
25124 \end_inset
25125
25126
25127 \family sans
25128 内部ボックス
25129 \family default
25130 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25131 \end_layout
25132
25133 \begin_layout Standard
25134 \align center
25135 \begin_inset Box Boxed
25136 position "c"
25137 hor_pos "c"
25138 has_inner_box 1
25139 inner_pos "s"
25140 use_parbox 0
25141 use_makebox 0
25142 width "25col%"
25143 special "none"
25144 height "1.25in"
25145 height_special "totalheight"
25146 status open
25147
25148 \begin_layout Plain Layout
25149 \align left
25150 このボックスの
25151 \end_layout
25152
25153 \begin_layout Plain Layout
25154 \align center
25155 文章は広げて
25156 \end_layout
25157
25158 \begin_layout Plain Layout
25159 \align right
25160 あります。
25161 \end_layout
25162
25163 \end_inset
25164
25165
25166 \end_layout
25167
25168 \begin_layout Standard
25169
25170 \family sans
25171 内部ボックス
25172 \family default
25173 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25174 \end_layout
25175
25176 \begin_layout Standard
25177 \align center
25178 \begin_inset Box Boxed
25179 position "c"
25180 hor_pos "s"
25181 has_inner_box 0
25182 inner_pos "s"
25183 use_parbox 0
25184 use_makebox 0
25185 width "90col%"
25186 special "none"
25187 height "1.25in"
25188 height_special "totalheight"
25189 status open
25190
25191 \begin_layout Plain Layout
25192 \align left
25193 このボックスの文章は水平方向に広げてあります。
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Subsection
25202 装飾
25203 \begin_inset CommandInset label
25204 LatexCommand label
25205 name "sec:装飾"
25206
25207 \end_inset
25208
25209
25210 \begin_inset Index idx
25211 status collapsed
25212
25213 \begin_layout Plain Layout
25214 ぼっくす@ボックス ! そうしょく@装飾
25215 \end_layout
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Standard
25223 ボックス型は、ボックスダイアログ中の
25224 \family sans
25225 装飾
25226 \family default
25227 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25228 \end_layout
25229
25230 \begin_layout Description
25231
25232 \lang english
25233 No
25234 \begin_inset space ~
25235 \end_inset
25236
25237 frame Nothing is drawn.
25238 \end_layout
25239
25240 \begin_layout Description
25241 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25242 \series bold
25243
25244 \backslash
25245 fboxrule
25246 \series default
25247 の値になります。 
25248 \begin_inset Box Boxed
25249 position "c"
25250 hor_pos "c"
25251 has_inner_box 1
25252 inner_pos "c"
25253 use_parbox 0
25254 use_makebox 0
25255 width "20col%"
25256 special "none"
25257 height "1in"
25258 height_special "totalheight"
25259 status open
25260
25261 \begin_layout Plain Layout
25262 \align center
25263 長方形の箱型
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Description
25272 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25273 \begin_inset space \thinspace{}
25274 \end_inset
25275
25276 ptです。 
25277 \begin_inset Box ovalbox
25278 position "c"
25279 hor_pos "c"
25280 has_inner_box 1
25281 inner_pos "c"
25282 use_parbox 0
25283 use_makebox 0
25284 width "20col%"
25285 special "none"
25286 height "1in"
25287 height_special "totalheight"
25288 status open
25289
25290 \begin_layout Plain Layout
25291 \align center
25292 楕円形の箱型(細線)
25293 \end_layout
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Description
25301 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25302 \begin_inset space \thinspace{}
25303 \end_inset
25304
25305 ptです。 
25306 \begin_inset Box Ovalbox
25307 position "c"
25308 hor_pos "c"
25309 has_inner_box 1
25310 inner_pos "c"
25311 use_parbox 0
25312 use_makebox 0
25313 width "20col%"
25314 special "none"
25315 height "1in"
25316 height_special "totalheight"
25317 status open
25318
25319 \begin_layout Plain Layout
25320 \align center
25321 楕円形の箱型(太線)
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \end_layout
25328
25329 \begin_layout Description
25330 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25331 \series bold
25332
25333 \backslash
25334 fboxrule
25335 \series default
25336 の値になり、影の幅は4
25337 \begin_inset space \thinspace{}
25338 \end_inset
25339
25340 ptになります。
25341 \begin_inset Box Shadowbox
25342 position "c"
25343 hor_pos "c"
25344 has_inner_box 1
25345 inner_pos "c"
25346 use_parbox 0
25347 use_makebox 0
25348 width "20col%"
25349 special "none"
25350 height "1in"
25351 height_special "totalheight"
25352 status open
25353
25354 \begin_layout Plain Layout
25355 \align center
25356 影付きの箱型
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \begin_layout Description
25365 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25366 \begin_inset Foot
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370
25371 \begin_inset CommandInset ref
25372 LatexCommand ref
25373 reference "sec:色付きボックス"
25374
25375 \end_inset
25376
25377 節を参照のこと。
25378 \end_layout
25379
25380 \end_inset
25381
25382 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25383 \begin_inset Box Shaded
25384 position "t"
25385 hor_pos "c"
25386 has_inner_box 0
25387 inner_pos "t"
25388 use_parbox 0
25389 use_makebox 0
25390 width "50col%"
25391 special "none"
25392 height "1in"
25393 height_special "totalheight"
25394 status open
25395
25396 \begin_layout Plain Layout
25397 影付き背景の箱型
25398 \end_layout
25399
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Description
25406 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25407 \begin_inset space \thinspace{}
25408 \end_inset
25409
25410
25411 \series bold
25412
25413 \backslash
25414 fboxrule
25415 \series default
25416 であり、外側の枠線の太さは1.5
25417 \begin_inset space \thinspace{}
25418 \end_inset
25419
25420
25421 \series bold
25422
25423 \backslash
25424 fboxrule
25425 \series default
25426 です。枠線間の距離は1.5
25427 \begin_inset space \thinspace{}
25428 \end_inset
25429
25430
25431 \series bold
25432
25433 \backslash
25434 fboxrule
25435 \series default
25436
25437 \begin_inset space \thinspace{}
25438 \end_inset
25439
25440 +
25441 \begin_inset space \thinspace{}
25442 \end_inset
25443
25444 0.5
25445 \begin_inset space \thinspace{}
25446 \end_inset
25447
25448 ptです。 
25449 \begin_inset Box Doublebox
25450 position "c"
25451 hor_pos "c"
25452 has_inner_box 1
25453 inner_pos "c"
25454 use_parbox 0
25455 use_makebox 0
25456 width "20col%"
25457 special "none"
25458 height "1in"
25459 height_special "totalheight"
25460 status open
25461
25462 \begin_layout Plain Layout
25463 \align center
25464 二重の長方形の箱型
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \begin_layout Standard
25473 \begin_inset VSpace bigskip
25474 \end_inset
25475
25476 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
25477 \series bold
25478 fancybox
25479 \series default
25480
25481 \begin_inset Index idx
25482 status collapsed
25483
25484 \begin_layout Plain Layout
25485 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
25486 \end_layout
25487
25488 \end_inset
25489
25490 が導入済みでなくてはなりません。
25491 \end_layout
25492
25493 \begin_layout Standard
25494 \begin_inset VSpace bigskip
25495 \end_inset
25496
25497 装飾として
25498 \family sans
25499 簡素な長方形の箱型
25500 \family default
25501 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
25502 れ、このボックス型では
25503 \series bold
25504
25505 \backslash
25506 fboxrule
25507 \series default
25508
25509 \series bold
25510
25511 \backslash
25512 fboxsep
25513 \series default
25514 は無効となります。枠線の太さは
25515 \series bold
25516
25517 \backslash
25518 FrameRule
25519 \series default
25520 の値になります。 
25521 \begin_inset Box Framed
25522 position "t"
25523 hor_pos "c"
25524 has_inner_box 0
25525 inner_pos "t"
25526 use_parbox 0
25527 use_makebox 0
25528 width "100col%"
25529 special "none"
25530 height "1in"
25531 height_special "totalheight"
25532 status collapsed
25533
25534 \begin_layout Plain Layout
25535 改行可能な箱型
25536 \end_layout
25537
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \begin_layout Section
25544 ボックスの詳細な設定
25545 \begin_inset Index idx
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 寸法
25559 \series bold
25560
25561 \backslash
25562 fboxrule
25563 \series default
25564 の既定値は0.4
25565 \begin_inset space \thinspace{}
25566 \end_inset
25567
25568 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
25569 \begin_inset space \thinspace{}
25570 \end_inset
25571
25572 ptに変更することができます。
25573 \end_layout
25574
25575 \begin_layout Standard
25576
25577 \series bold
25578
25579 \backslash
25580 setlength{
25581 \backslash
25582 fboxrule}{2pt}
25583 \end_layout
25584
25585 \begin_layout Standard
25586 \begin_inset ERT
25587 status collapsed
25588
25589 \begin_layout Plain Layout
25590
25591
25592 \backslash
25593 setlength{
25594 \backslash
25595 fboxrule}{2pt}
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \begin_inset Box Boxed
25602 position "c"
25603 hor_pos "c"
25604 has_inner_box 1
25605 inner_pos "c"
25606 use_parbox 0
25607 use_makebox 0
25608 width "25col%"
25609 special "none"
25610 height "1in"
25611 height_special "totalheight"
25612 status open
25613
25614 \begin_layout Plain Layout
25615 \align center
25616
25617 \series bold
25618
25619 \backslash
25620 fboxrule
25621 \series default
25622
25623 \begin_inset space \thinspace{}
25624 \end_inset
25625
25626 =
25627 \begin_inset space \thinspace{}
25628 \end_inset
25629
25630 2
25631 \begin_inset space \thinspace{}
25632 \end_inset
25633
25634 ptの長方形の箱型
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \begin_inset ERT
25641 status collapsed
25642
25643 \begin_layout Plain Layout
25644
25645
25646 \backslash
25647 setlength{
25648 \backslash
25649 fboxrule}{0.4pt}
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset VSpace bigskip
25659 \end_inset
25660
25661 枠とボックスの内容との空白は、すべての枠様式について3
25662 \begin_inset space \thinspace{}
25663 \end_inset
25664
25665 ptが既定値になっています。これは、長さ
25666 \series bold
25667
25668 \backslash
25669 fboxsep
25670 \series default
25671 を別の値に設定することによって変更することができます。たとえば
25672 \end_layout
25673
25674 \begin_layout Standard
25675
25676 \series bold
25677
25678 \backslash
25679 setlength{
25680 \backslash
25681 fboxsep}{10pt}
25682 \end_layout
25683
25684 \begin_layout Standard
25685 というコマンドは、この値を10
25686 \begin_inset space \thinspace{}
25687 \end_inset
25688
25689 ptにし、以下のボックスのようになります。
25690 \end_layout
25691
25692 \begin_layout Standard
25693 \begin_inset ERT
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697
25698
25699 \backslash
25700 setlength{
25701 \backslash
25702 fboxsep}{10pt}
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \begin_inset Box Boxed
25709 position "c"
25710 hor_pos "c"
25711 has_inner_box 1
25712 inner_pos "c"
25713 use_parbox 0
25714 use_makebox 0
25715 width "25col%"
25716 special "none"
25717 height "1in"
25718 height_special "totalheight"
25719 status open
25720
25721 \begin_layout Plain Layout
25722 \align center
25723
25724 \series bold
25725
25726 \backslash
25727 fboxsep
25728 \series default
25729
25730 \begin_inset space \thinspace{}
25731 \end_inset
25732
25733 =
25734 \begin_inset space \thinspace{}
25735 \end_inset
25736
25737 10
25738 \begin_inset space \thinspace{}
25739 \end_inset
25740
25741 ptの長方形の箱型
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \begin_inset ERT
25748 status collapsed
25749
25750 \begin_layout Plain Layout
25751
25752
25753 \backslash
25754 setlength{
25755 \backslash
25756 fboxsep}{3pt}
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \begin_layout Standard
25765 \begin_inset VSpace bigskip
25766 \end_inset
25767
25768 楕円形ボックスの丸い角の直径は、コマンド
25769 \series bold
25770
25771 \backslash
25772 cornersize
25773 \series default
25774 で設定することができます。
25775 \end_layout
25776
25777 \begin_layout Standard
25778
25779 \series bold
25780
25781 \backslash
25782 cornersize*{1cm}
25783 \end_layout
25784
25785 \begin_layout Standard
25786 というコマンドは、直径を1
25787 \begin_inset space \thinspace{}
25788 \end_inset
25789
25790 cmに設定します。
25791 \end_layout
25792
25793 \begin_layout Standard
25794
25795 \series bold
25796
25797 \backslash
25798 cornersize{数値}
25799 \end_layout
25800
25801 \begin_layout Standard
25802 というコマンドは、直径を
25803 \family sans
25804 数値
25805 \begin_inset space \thinspace{}
25806 \end_inset
25807
25808 ×
25809 \begin_inset space \thinspace{}
25810 \end_inset
25811
25812 (ボックスの幅と高さの小さい方)
25813 \family default
25814 に設定します。既定値は
25815 \series bold
25816
25817 \backslash
25818 cornersize{0.5}
25819 \series default
25820 です。
25821 \end_layout
25822
25823 \begin_layout Standard
25824 \begin_inset ERT
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828
25829
25830 \backslash
25831 cornersize*{1.5cm}
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \begin_inset Box Ovalbox
25838 position "c"
25839 hor_pos "c"
25840 has_inner_box 1
25841 inner_pos "c"
25842 use_parbox 0
25843 use_makebox 0
25844 width "25col%"
25845 special "none"
25846 height "1in"
25847 height_special "totalheight"
25848 status open
25849
25850 \begin_layout Plain Layout
25851 \align center
25852
25853 \series bold
25854
25855 \backslash
25856 cornersize
25857 \series default
25858
25859 \begin_inset space \thinspace{}
25860 \end_inset
25861
25862 =
25863 \begin_inset space \thinspace{}
25864 \end_inset
25865
25866 1.5
25867 \begin_inset space \thinspace{}
25868 \end_inset
25869
25870 cmの楕円形の箱型
25871 \end_layout
25872
25873 \end_inset
25874
25875
25876 \begin_inset ERT
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880
25881
25882 \backslash
25883 cornersize{0.5}
25884 \end_layout
25885
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \begin_layout Standard
25892 \begin_inset VSpace bigskip
25893 \end_inset
25894
25895 影の大きさは、長さ
25896 \series bold
25897
25898 \backslash
25899 shadowsize
25900 \series default
25901 を変更することで調整できます。以下のボックスでは
25902 \end_layout
25903
25904 \begin_layout Standard
25905
25906 \series bold
25907
25908 \backslash
25909 setlength{
25910 \backslash
25911 shadowsize}{2pt}
25912 \end_layout
25913
25914 \begin_layout Standard
25915 というコマンドを使って、2
25916 \begin_inset space \thinspace{}
25917 \end_inset
25918
25919 ptに設定しています。
25920 \end_layout
25921
25922 \begin_layout Standard
25923 \begin_inset ERT
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927
25928
25929 \backslash
25930 setlength{
25931 \backslash
25932 shadowsize}{2pt}
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \begin_inset Box Shadowbox
25939 position "c"
25940 hor_pos "c"
25941 has_inner_box 1
25942 inner_pos "c"
25943 use_parbox 0
25944 use_makebox 0
25945 width "25col%"
25946 special "none"
25947 height "1in"
25948 height_special "totalheight"
25949 status open
25950
25951 \begin_layout Plain Layout
25952 \align center
25953
25954 \series bold
25955
25956 \backslash
25957 shadowsize
25958 \series default
25959
25960 \begin_inset space \thinspace{}
25961 \end_inset
25962
25963 =
25964 \begin_inset space \thinspace{}
25965 \end_inset
25966
25967 2
25968 \begin_inset space \thinspace{}
25969 \end_inset
25970
25971 ptの影付きボックス
25972 \end_layout
25973
25974 \end_inset
25975
25976
25977 \begin_inset ERT
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982
25983 \backslash
25984 setlength{
25985 \backslash
25986 shadowsize}{4pt}
25987 \end_layout
25988
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Standard
25995 \begin_inset VSpace bigskip
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \begin_layout Standard
26002 寸法
26003 \series bold
26004
26005 \backslash
26006 FrameRule
26007 \series default
26008 の既定値は0.4
26009 \begin_inset space \thinspace{}
26010 \end_inset
26011
26012 ptです。ボックスの中身と枠の間の空白の既定値は9
26013 \begin_inset space \thinspace{}
26014 \end_inset
26015
26016 ptですが、
26017 \series bold
26018
26019 \backslash
26020 FrameSep
26021 \series default
26022 の値を変えることで変更することができます。たとえば、下記の
26023 \family sans
26024 ボックス
26025 \family default
26026 の枠の外見は、
26027 \end_layout
26028
26029 \begin_layout Standard
26030
26031 \series bold
26032
26033 \backslash
26034 setlength{
26035 \backslash
26036 FrameRule}{5pt}
26037 \begin_inset Newline newline
26038 \end_inset
26039
26040
26041 \backslash
26042 setlength{
26043 \backslash
26044 FrameSep}{0.5cm}
26045 \end_layout
26046
26047 \begin_layout Standard
26048 というTeXコードコマンドで設定してあります。
26049 \begin_inset ERT
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053
26054
26055 \backslash
26056 setlength{
26057 \backslash
26058 FrameRule}{5pt}
26059 \end_layout
26060
26061 \begin_layout Plain Layout
26062
26063
26064 \backslash
26065 setlength{
26066 \backslash
26067 FrameSep}{0.5cm}
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \begin_inset Box Framed
26074 position "t"
26075 hor_pos "c"
26076 has_inner_box 0
26077 inner_pos "t"
26078 use_parbox 0
26079 use_makebox 0
26080 width "100col%"
26081 special "none"
26082 height "1in"
26083 height_special "totalheight"
26084 status open
26085
26086 \begin_layout Plain Layout
26087 これは
26088 \family sans
26089 改頁可能
26090 \family default
26091 ボックスの文章です。
26092 \end_layout
26093
26094 \end_inset
26095
26096
26097 \begin_inset ERT
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101
26102
26103 \backslash
26104 setlength{
26105 \backslash
26106 FrameRule}{0.4pt}
26107 \end_layout
26108
26109 \begin_layout Plain Layout
26110
26111
26112 \backslash
26113 setlength{
26114 \backslash
26115 FrameSep}{9pt}
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \begin_layout Standard
26124 \begin_inset VSpace bigskip
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131
26132 \family sans
26133 影付き背景
26134 \family default
26135 ボックスでは、ボックスの内容と枠の余白の既定値は3
26136 \begin_inset space \thinspace{}
26137 \end_inset
26138
26139 ptになっていますが、
26140 \series bold
26141
26142 \backslash
26143 fboxsep
26144 \series default
26145 の値を変更することで変えられます。既定の背景色である赤色は、
26146 \series bold
26147
26148 \backslash
26149 definecolor{shadebox}
26150 \series default
26151 コマンドで局所的に変更することもできますし、
26152 \family sans
26153 ツール\SpecialChar \menuseparator
26154 設定\SpecialChar \menuseparator
26155 色\SpecialChar \menuseparator
26156 影付きボックス
26157 \family default
26158 メニューからグローバルに変更することもできます。
26159 \series bold
26160
26161 \backslash
26162 definecolor
26163 \series default
26164 コマンドの用法は第
26165 \begin_inset CommandInset ref
26166 LatexCommand ref
26167 reference "sec:色付きの表"
26168
26169 \end_inset
26170
26171
26172 \begin_inset Foot
26173 status open
26174
26175 \begin_layout Plain Layout
26176 N
26177 \series bold
26178
26179 \backslash
26180 definecolor
26181 \series default
26182 は、LaTeXパッケージの
26183 \series bold
26184 color
26185 \series default
26186 をプリアンブルに読み込む必要があります。第
26187 \begin_inset CommandInset ref
26188 LatexCommand ref
26189 reference "sec:色付きボックス"
26190
26191 \end_inset
26192
26193 節をご参照ください。.
26194 \end_layout
26195
26196 \end_inset
26197
26198 で説明されています。
26199 \end_layout
26200
26201 \begin_layout Standard
26202 たとえば、下記の影付き背景ボックスの外見は
26203 \end_layout
26204
26205 \begin_layout Standard
26206
26207 \series bold
26208
26209 \backslash
26210 setlength{
26211 \backslash
26212 fboxsep}{0.5cm}
26213 \series default
26214
26215 \begin_inset Newline newline
26216 \end_inset
26217
26218
26219 \series bold
26220
26221 \backslash
26222 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26223 \end_layout
26224
26225 \begin_layout Standard
26226 というTeXコードコマンドを使って設定してあります。
26227 \end_layout
26228
26229 \begin_layout Standard
26230 \begin_inset ERT
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234
26235
26236 \backslash
26237 setlength{
26238 \backslash
26239 fboxsep}{0.5cm}
26240 \end_layout
26241
26242 \begin_layout Plain Layout
26243
26244
26245 \backslash
26246 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \begin_inset Box Shaded
26253 position "t"
26254 hor_pos "c"
26255 has_inner_box 0
26256 inner_pos "t"
26257 use_parbox 0
26258 use_makebox 0
26259 width "100col%"
26260 special "none"
26261 height "1in"
26262 height_special "totalheight"
26263 status open
26264
26265 \begin_layout Plain Layout
26266
26267 \color yellow
26268 これは、濃緑色の背景の
26269 \family sans
26270 影付き背景
26271 \family default
26272 ボックスに入れた黄色の文章です。
26273 \end_layout
26274
26275 \end_inset
26276
26277
26278 \begin_inset ERT
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283
26284 \backslash
26285 setlength{
26286 \backslash
26287 fboxsep}{3pt}
26288 \end_layout
26289
26290 \begin_layout Plain Layout
26291
26292
26293 \backslash
26294 definecolor{shadecolor}{rgb}{1,0,0}
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Standard
26303 \begin_inset VSpace bigskip
26304 \end_inset
26305
26306 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26307 \end_layout
26308
26309 \begin_layout Section
26310 ミニページ
26311 \begin_inset CommandInset label
26312 LatexCommand label
26313 name "sec:ミニページ"
26314
26315 \end_inset
26316
26317
26318 \begin_inset Index idx
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322 ぼっくす@ボックス ! みにぺーじ@ミニページ
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Standard
26331 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26332 \end_layout
26333
26334 \begin_layout Standard
26335 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26336 \end_layout
26337
26338 \begin_layout Standard
26339 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26340 \family sans
26341 挿入
26342 \family default
26343 \SpecialChar \menuseparator
26344
26345 \family sans
26346 整形
26347 \family default
26348 \SpecialChar \menuseparator
26349
26350 \family sans
26351 水平方向の空白
26352 \family default
26353 メニューで挿入した水平フィルで隔てられています。
26354 \begin_inset Newpage newpage
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \begin_layout Standard
26361 \begin_inset Box Frameless
26362 position "t"
26363 hor_pos "c"
26364 has_inner_box 1
26365 inner_pos "c"
26366 use_parbox 0
26367 use_makebox 0
26368 width "45col%"
26369 special "none"
26370 height "1in"
26371 height_special "totalheight"
26372 status open
26373
26374 \begin_layout Plain Layout
26375 Dies ist ein deutscher Text.
26376  Dies ist ein deutscher Text.
26377  Dies ist ein deutscher Text.
26378  Dies ist ein deutscher Text.
26379  Dies ist ein deutscher Text.
26380  Dies ist ein deutscher Text.
26381  Dies ist ein deutscher Text.
26382  Dies ist ein deutscher Text.
26383  Dies ist ein deutscher Text.
26384  Dies ist ein deutscher Text.
26385  Dies ist ein deutscher Text.
26386  Dies ist ein deutscher Text.
26387  Dies ist ein deutscher Text
26388 \begin_inset Foot
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392 Dies ist eine deutsche Fußnote.
26393 \end_layout
26394
26395 \end_inset
26396
26397 .
26398  Dies ist ein deutscher Text.
26399  Dies ist ein deutscher Text.
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \begin_inset space \hfill{}
26406 \end_inset
26407
26408
26409 \begin_inset Box Frameless
26410 position "t"
26411 hor_pos "c"
26412 has_inner_box 1
26413 inner_pos "c"
26414 use_parbox 0
26415 use_makebox 0
26416 width "45col%"
26417 special "none"
26418 height "1in"
26419 height_special "totalheight"
26420 status open
26421
26422 \begin_layout Plain Layout
26423 This is an English Text.
26424  This is an English Text.
26425  This is an English Text.
26426  This is an English Text.
26427  This is an English Text.
26428  This is an English Text.
26429  This is an English Text.
26430  This is an English Text.
26431  This is an English Text.
26432  This is an English Text.
26433  This is an English Text.
26434  This is an English Text.
26435  This is an English Text.
26436  This is an English Text.
26437  This is an English Text.
26438  This is an English Text.
26439 \begin_inset Foot
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443 This is an English footnote.
26444 \end_layout
26445
26446 \end_inset
26447
26448  This is an English Text.
26449  
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Standard
26458 \begin_inset VSpace bigskip
26459 \end_inset
26460
26461 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
26462 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
26463 \end_layout
26464
26465 \begin_layout Standard
26466 この表の脚注は表示されません。
26467 \begin_inset Tabular
26468 <lyxtabular version="3" rows="3" columns="4">
26469 <features tabularvalignment="middle">
26470 <column alignment="center" valignment="top" width="0pt">
26471 <column alignment="center" valignment="top" width="0pt">
26472 <column alignment="center" valignment="top" width="0pt">
26473 <column alignment="center" valignment="top" width="0pt">
26474 <row>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479 1
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488 2
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497 3
26498 \begin_inset Foot
26499 status collapsed
26500
26501 \begin_layout Plain Layout
26502 これは表中の脚注です。
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26513 \begin_inset Text
26514
26515 \begin_layout Plain Layout
26516 4
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 </row>
26522 <row>
26523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 <row>
26561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26580 \begin_inset Text
26581
26582 \begin_layout Plain Layout
26583
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 </row>
26598 </lyxtabular>
26599
26600 \end_inset
26601
26602
26603 \end_layout
26604
26605 \begin_layout Standard
26606 \align center
26607 \begin_inset Box Frameless
26608 position "t"
26609 hor_pos "c"
26610 has_inner_box 1
26611 inner_pos "c"
26612 use_parbox 0
26613 use_makebox 0
26614 width "30col%"
26615 special "none"
26616 height "1in"
26617 height_special "totalheight"
26618 status open
26619
26620 \begin_layout Plain Layout
26621 \align center
26622 \begin_inset Tabular
26623 <lyxtabular version="3" rows="3" columns="4">
26624 <features tabularvalignment="middle">
26625 <column alignment="center" valignment="top" width="0pt">
26626 <column alignment="center" valignment="top" width="0pt">
26627 <column alignment="center" valignment="top" width="0pt">
26628 <column alignment="center" valignment="top" width="0pt">
26629 <row>
26630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634 1
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643 2
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652 3
26653 \begin_inset Foot
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657 これは表中の脚注です。
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 4
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 </row>
26677 <row>
26678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Plain Layout
26691
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 </row>
26715 <row>
26716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26717 \begin_inset Text
26718
26719 \begin_layout Plain Layout
26720
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26726 \begin_inset Text
26727
26728 \begin_layout Plain Layout
26729
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26735 \begin_inset Text
26736
26737 \begin_layout Plain Layout
26738
26739 \end_layout
26740
26741 \end_inset
26742 </cell>
26743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Plain Layout
26747
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 </row>
26753 </lyxtabular>
26754
26755 \end_inset
26756
26757
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \begin_layout Standard
26766 \begin_inset VSpace bigskip
26767 \end_inset
26768
26769 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
26770 \family sans
26771 中スキップ
26772 \family default
26773 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
26774 \end_layout
26775
26776 \begin_layout Standard
26777 ミニページは、文章部に背景色を与えるのに使用することもできます。第
26778 \begin_inset CommandInset ref
26779 LatexCommand ref
26780 reference "sub:段落の着色"
26781
26782 \end_inset
26783
26784 節をご参照ください。
26785 \end_layout
26786
26787 \begin_layout Standard
26788 \begin_inset Note Greyedout
26789 status open
26790
26791 \begin_layout Plain Layout
26792
26793 \series bold
26794 【註】
26795 \series default
26796 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \begin_layout Section
26805 Parbox
26806 \begin_inset CommandInset label
26807 LatexCommand label
26808 name "sec:Parboxes"
26809
26810 \end_inset
26811
26812
26813 \begin_inset Index idx
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 ぼっくす@ボックス ! Parboxes
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Standard
26826 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。ミニページとの主な違いは、ミニページの方は、parboxとは違って、本
26827 当のボックスではなくLaTeX環境であるところです。
26828 \end_layout
26829
26830 \begin_layout Standard
26831 \align center
26832 \begin_inset Box Frameless
26833 position "t"
26834 hor_pos "c"
26835 has_inner_box 1
26836 inner_pos "t"
26837 use_parbox 1
26838 use_makebox 0
26839 width "33col%"
26840 special "none"
26841 height "1in"
26842 height_special "totalheight"
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846 これはparbox内の文章です。これはparbox内の文章です。
26847 \end_layout
26848
26849 \begin_layout Plain Layout
26850 右の脚注は表示されません。
26851 \begin_inset Foot
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855 これはparbox内の脚注であり、したがって表示はされません。
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \begin_layout Section
26869 単語や文字のボックス
26870 \begin_inset Index idx
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 ぼっくす@ボックス ! もじよう@文字用
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \begin_layout Subsection
26883 ハイフネーションの回避
26884 \begin_inset CommandInset label
26885 LatexCommand label
26886 name "sec:ハイフネーションの回避"
26887
26888 \end_inset
26889
26890
26891 \begin_inset Index idx
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \begin_layout Standard
26904
26905 \lang english
26906 You can use the box type 
26907 \family sans
26908 Makebox
26909 \family default
26910  to prevent words or text from being hyphenated.
26911 \lang japanese
26912
26913 \begin_inset Newline newline
26914 \end_inset
26915
26916 以下が例示用の文章です。
26917 \end_layout
26918
26919 \begin_layout Standard
26920 This line is an example to show how you can prevent the hyphenation of 
26921 \begin_inset Quotes eld
26922 \end_inset
26923
26924 veryverylongword
26925 \begin_inset Quotes erd
26926 \end_inset
26927
26928 .
26929 \end_layout
26930
26931 \begin_layout Standard
26932
26933 \lang english
26934 To prevent the hyphenation of the word 
26935 \begin_inset Quotes eld
26936 \end_inset
26937
26938 veryverylongword
26939 \begin_inset Quotes erd
26940 \end_inset
26941
26942 , put the word into a box, set the 
26943 \family sans
26944 Inner
26945 \begin_inset space ~
26946 \end_inset
26947
26948 box
26949 \family default
26950  to 
26951 \family sans
26952 Makebox
26953 \family default
26954  and its width to 1
26955 \begin_inset space \thinspace{}
26956 \end_inset
26957
26958 Width.
26959 \end_layout
26960
26961 \begin_layout Standard
26962 以下がその結果です。
26963 \end_layout
26964
26965 \begin_layout Standard
26966 This line is an example to show how you can prevent the hyphenation of 
26967 \begin_inset Box Frameless
26968 position "t"
26969 hor_pos "c"
26970 has_inner_box 1
26971 inner_pos "t"
26972 use_parbox 0
26973 use_makebox 1
26974 width "1in"
26975 special "width"
26976 height "1in"
26977 height_special "totalheight"
26978 status open
26979
26980 \begin_layout Plain Layout
26981 \begin_inset Quotes eld
26982 \end_inset
26983
26984 veryverylongword
26985 \begin_inset Quotes erd
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992
26993 .
26994 \end_layout
26995
26996 \begin_layout Standard
26997 別の方法としては、以下のように、単語の前に直接TeXコードで「
26998 \series bold
26999
27000 \backslash
27001 -
27002 \series default
27003 」コマンドを設定する方法もあります。
27004 \end_layout
27005
27006 \begin_layout Standard
27007 This line is an example to show how you can prevent the hyphenation of 
27008 \begin_inset Quotes eld
27009 \end_inset
27010
27011
27012 \begin_inset ERT
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016
27017
27018 \backslash
27019 -
27020 \end_layout
27021
27022 \end_inset
27023
27024 veryverylongword
27025 \begin_inset Quotes erd
27026 \end_inset
27027
27028 .
27029 \end_layout
27030
27031 \begin_layout Standard
27032 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27033 \family sans
27034 挿入
27035 \family default
27036 \SpecialChar \menuseparator
27037
27038 \family sans
27039 整形
27040 \family default
27041 \SpecialChar \menuseparator
27042
27043 \family sans
27044 整形なし改行
27045 \family default
27046 メニュー(短絡キー
27047 \begin_inset Info
27048 type  "shortcut"
27049 arg   "newline-insert newline"
27050 \end_inset
27051
27052 )から改行を単語の前に入れてください。
27053 \end_layout
27054
27055 \begin_layout Standard
27056 This line is an example to show how you can prevent the hyphenation of 
27057 \begin_inset Newline newline
27058 \end_inset
27059
27060
27061 \begin_inset Box Frameless
27062 position "t"
27063 hor_pos "c"
27064 has_inner_box 1
27065 inner_pos "t"
27066 use_parbox 0
27067 use_makebox 1
27068 width "1in"
27069 special "width"
27070 height "1in"
27071 height_special "totalheight"
27072 status open
27073
27074 \begin_layout Plain Layout
27075 \begin_inset Quotes eld
27076 \end_inset
27077
27078 veryverylongword
27079 \begin_inset Quotes erd
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \end_inset
27086
27087 .
27088 \end_layout
27089
27090 \begin_layout Subsection
27091 垂直揃え
27092 \begin_inset CommandInset label
27093 LatexCommand label
27094 name "sub:垂直揃え"
27095
27096 \end_inset
27097
27098
27099 \begin_inset Index idx
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \begin_inset Index idx
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113 ぼっくす@ボックス ! Raiseboxes
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \end_layout
27120
27121 \begin_layout Standard
27122
27123 \series bold
27124
27125 \backslash
27126 raisebox
27127 \series default
27128 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27129 \series bold
27130
27131 \backslash
27132 raisebox
27133 \series default
27134 は以下の書式で使用します。
27135 \end_layout
27136
27137 \begin_layout Standard
27138
27139 \series bold
27140
27141 \backslash
27142 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27143 \end_layout
27144
27145 \begin_layout Standard
27146 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27147 \end_layout
27148
27149 \begin_layout Standard
27150 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27151 \end_layout
27152
27153 \begin_layout Standard
27154
27155 \series bold
27156
27157 \backslash
27158 raisebox{
27159 \backslash
27160 depth}{
27161 \end_layout
27162
27163 \begin_layout Standard
27164 というコマンドを挿入してください。単語の後には、閉じ括弧「
27165 \series bold
27166 }
27167 \series default
27168 」をTeXコードで挿入してください。
27169 \begin_inset Newline newline
27170 \end_inset
27171
27172 以下がその出力です。
27173 \end_layout
27174
27175 \begin_layout Standard
27176 This is a text line with the word 
27177 \begin_inset ERT
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181
27182
27183 \backslash
27184 raisebox{
27185 \backslash
27186 depth}{
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \begin_inset Quotes eld
27193 \end_inset
27194
27195 preventing
27196 \begin_inset Quotes erd
27197 \end_inset
27198
27199
27200 \begin_inset ERT
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204
27205 }
27206 \end_layout
27207
27208 \end_inset
27209
27210  as raised word.
27211 \end_layout
27212
27213 \begin_layout Standard
27214 \begin_inset VSpace bigskip
27215 \end_inset
27216
27217 行中の文字を上げ下げすると、以下のように行間が広がります。
27218 \end_layout
27219
27220 \begin_layout Standard
27221 This is a text line with the word 
27222 \begin_inset ERT
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226
27227
27228 \backslash
27229 raisebox{-
27230 \backslash
27231 depth}{
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \begin_inset Quotes eld
27238 \end_inset
27239
27240 preventing
27241 \begin_inset Quotes erd
27242 \end_inset
27243
27244
27245 \begin_inset ERT
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249
27250 }
27251 \end_layout
27252
27253 \end_inset
27254
27255  as lowered word.
27256 \begin_inset Newline newline
27257 \end_inset
27258
27259 This is a text line with the word 
27260 \begin_inset ERT
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264
27265
27266 \backslash
27267 raisebox{0.5cm}{
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \begin_inset Quotes eld
27274 \end_inset
27275
27276 testing
27277 \begin_inset Quotes erd
27278 \end_inset
27279
27280
27281 \begin_inset ERT
27282 status collapsed
27283
27284 \begin_layout Plain Layout
27285
27286 }
27287 \end_layout
27288
27289 \end_inset
27290
27291  as raised word.
27292 \end_layout
27293
27294 \begin_layout Standard
27295 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27296 \end_layout
27297
27298 \begin_layout Standard
27299
27300 \series bold
27301
27302 \backslash
27303 raisebox{-
27304 \backslash
27305 depth}[0pt]{
27306 \end_layout
27307
27308 \begin_layout Standard
27309 とすると、
27310 \end_layout
27311
27312 \begin_layout Standard
27313 This is a text line with the word 
27314 \begin_inset ERT
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318
27319
27320 \backslash
27321 raisebox{-
27322 \backslash
27323 depth}[0pt]{
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \begin_inset Quotes eld
27330 \end_inset
27331
27332 preventing
27333 \begin_inset Quotes erd
27334 \end_inset
27335
27336
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342 }
27343 \end_layout
27344
27345 \end_inset
27346
27347  as lowered word.
27348 \begin_inset Newline newline
27349 \end_inset
27350
27351 This is a text line with the word 
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 raisebox{0.5cm}[0pt]{
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \begin_inset Quotes eld
27366 \end_inset
27367
27368 testing
27369 \begin_inset Quotes erd
27370 \end_inset
27371
27372
27373 \begin_inset ERT
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377
27378 }
27379 \end_layout
27380
27381 \end_inset
27382
27383  as raised word.
27384 \end_layout
27385
27386 \begin_layout Section
27387 色付きボックス
27388 \begin_inset CommandInset label
27389 LatexCommand label
27390 name "sec:色付きボックス"
27391
27392 \end_inset
27393
27394
27395 \begin_inset Index idx
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 ぼっくす@ボックス ! いろつき@色付き
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Subsection
27408 文字の着色
27409 \begin_inset Index idx
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 いろ@色 ! もじの@文字の---
27414 \end_layout
27415
27416 \end_inset
27417
27418
27419 \end_layout
27420
27421 \begin_layout Standard
27422 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
27423 \series bold
27424 color
27425 \series default
27426
27427 \begin_inset Index idx
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431 LaTeXぱっけーじ@LaTeXパッケージ ! color
27432 \end_layout
27433
27434 \end_inset
27435
27436 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
27437 \end_layout
27438
27439 \begin_layout Standard
27440
27441 \series bold
27442
27443 \backslash
27444 @ifundefined{textcolor}
27445 \begin_inset Newline newline
27446 \end_inset
27447
27448
27449 \begin_inset Phantom HPhantom
27450 status open
27451
27452 \begin_layout Plain Layout
27453
27454 \series bold
27455 \begin_inset space ~
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \end_inset
27462
27463 {
27464 \backslash
27465 usepackage{color}}{}
27466 \end_layout
27467
27468 \begin_layout Standard
27469
27470 \series bold
27471 color
27472 \series default
27473 パッケージは、文章を着色するとLyXが自動的に読み込みます
27474 \begin_inset Foot
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478 これが二度読み込まれることを回避するには、
27479 \series bold
27480
27481 \backslash
27482 @ifundefined
27483 \series default
27484 コマンドを使用します。
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Standard
27493 \begin_inset VSpace medskip
27494 \end_inset
27495
27496 色付きボックスは、
27497 \series bold
27498
27499 \backslash
27500 colorbox
27501 \series default
27502 コマンドを使って作ります。これは、以下のような書式で使われます。
27503 \end_layout
27504
27505 \begin_layout Standard
27506
27507 \series bold
27508
27509 \backslash
27510 colorbox{color}{ボックスの内容}
27511 \end_layout
27512
27513 \begin_layout Standard
27514 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
27515 \end_layout
27516
27517 \begin_layout Standard
27518 事前定義されている色には、
27519 \begin_inset Newline newline
27520 \end_inset
27521
27522
27523 \family sans
27524
27525 \family default
27526
27527 \family sans
27528
27529 \family default
27530
27531 \family sans
27532 シアン
27533 \family default
27534
27535 \family sans
27536
27537 \family default
27538
27539 \family sans
27540 マゼンタ
27541 \family default
27542
27543 \family sans
27544
27545 \family default
27546
27547 \family sans
27548
27549 \family default
27550
27551 \family sans
27552
27553 \family default
27554
27555 \begin_inset Newline newline
27556 \end_inset
27557
27558 があります。第
27559 \begin_inset CommandInset ref
27560 LatexCommand ref
27561 reference "sec:色付きの表"
27562
27563 \end_inset
27564
27565 節に述べられているようにすれば、自前の色を定義することもできます。
27566 \end_layout
27567
27568 \begin_layout Standard
27569 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
27570 \end_layout
27571
27572 \begin_layout Standard
27573
27574 \series bold
27575
27576 \backslash
27577 colorbox{red}{
27578 \end_layout
27579
27580 \begin_layout Standard
27581 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
27582 \series bold
27583 }
27584 \series default
27585 」を入れてください。
27586 \begin_inset Newline newline
27587 \end_inset
27588
27589 以下がその結果です。
27590 \end_layout
27591
27592 \begin_layout Standard
27593 この行では、
27594 \begin_inset ERT
27595 status collapsed
27596
27597 \begin_layout Plain Layout
27598
27599
27600 \backslash
27601 colorbox{red}{
27602 \end_layout
27603
27604 \end_inset
27605
27606 「注意!」
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611
27612 }
27613 \end_layout
27614
27615 \end_inset
27616
27617 という単語が赤い背景になっています。
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset VSpace bigskip
27622 \end_inset
27623
27624 ボックスの枠を別の色にしたい場合には、以下の書式で
27625 \series bold
27626
27627 \backslash
27628 fcolorbox
27629 \series default
27630 コマンドを使います。
27631 \end_layout
27632
27633 \begin_layout Standard
27634
27635 \series bold
27636
27637 \backslash
27638 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
27639 \end_layout
27640
27641 \begin_layout Standard
27642
27643 \series bold
27644
27645 \backslash
27646 fcolorbox
27647 \series default
27648
27649 \series bold
27650
27651 \backslash
27652 colorbox
27653 \series default
27654 の拡張です。枠の太さと枠とボックスの中身との余白は、第
27655 \begin_inset CommandInset ref
27656 LatexCommand ref
27657 reference "sec:装飾"
27658
27659 \end_inset
27660
27661 節で述べられているように、それぞれ
27662 \series bold
27663
27664 \backslash
27665 fboxrule
27666 \series default
27667
27668 \series bold
27669
27670 \backslash
27671 fboxsep
27672 \series default
27673 という長さで調節できます。
27674 \end_layout
27675
27676 \begin_layout Standard
27677 以下の例では、
27678 \end_layout
27679
27680 \begin_layout Standard
27681
27682 \series bold
27683
27684 \backslash
27685 fcolorbox{cyan}{magenta}{
27686 \end_layout
27687
27688 \begin_layout Standard
27689 というコマンドを使用しています。
27690 \end_layout
27691
27692 \begin_layout Standard
27693 これは、枠の太さを1
27694 \begin_inset space \thinspace{}
27695 \end_inset
27696
27697 mmに設定した例です。
27698 \begin_inset Newline newline
27699 \end_inset
27700
27701
27702 \begin_inset ERT
27703 status collapsed
27704
27705 \begin_layout Plain Layout
27706
27707
27708 \backslash
27709 fboxrule 1mm 
27710 \backslash
27711 fboxsep 1mm
27712 \end_layout
27713
27714 \end_inset
27715
27716
27717 \begin_inset ERT
27718 status collapsed
27719
27720 \begin_layout Plain Layout
27721
27722
27723 \backslash
27724 fcolorbox{cyan}{magenta}{
27725 \end_layout
27726
27727 \end_inset
27728
27729 これは着色した色付きボックス中の文章です。
27730 \begin_inset ERT
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734
27735 }
27736 \end_layout
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \begin_layout Standard
27744 \begin_inset VSpace bigskip
27745 \end_inset
27746
27747 もちろん、色付きボックスの中に色付き文字を入れることもできます
27748 \begin_inset Newline newline
27749 \end_inset
27750
27751
27752 \begin_inset ERT
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756
27757
27758 \backslash
27759 fcolorbox{cyan}{magenta}{
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \color yellow
27766 これは着色した色付きボックス中の色付き文章です。
27767 \color inherit
27768
27769 \begin_inset ERT
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773
27774 }
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \begin_inset ERT
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784
27785
27786 \backslash
27787 fboxrule 0.4pt 
27788 \backslash
27789 fboxsep 3pt
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798
27799 \series bold
27800 \begin_inset VSpace medskip
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 \begin_inset Note Greyedout
27808 status open
27809
27810 \begin_layout Plain Layout
27811
27812 \series bold
27813 【註】
27814 \series default
27815 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Subsection
27824 段落の着色
27825 \begin_inset CommandInset label
27826 LatexCommand label
27827 name "sub:段落の着色"
27828
27829 \end_inset
27830
27831
27832 \begin_inset Index idx
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836 いろ@色 ! だんらく@段落---
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Standard
27845 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
27846 \series bold
27847
27848 \backslash
27849 colorbox
27850 \series default
27851 コマンドを
27852 \end_layout
27853
27854 \begin_layout Standard
27855
27856 \series bold
27857
27858 \backslash
27859 colorbox{色名}{
27860 \end_layout
27861
27862 \begin_layout Standard
27863 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
27864 \series bold
27865 }
27866 \series default
27867 」を挿入してください。
27868 \end_layout
27869
27870 \begin_layout Standard
27871 \begin_inset ERT
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876
27877 \backslash
27878 colorbox{lightgrey}{
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset Box Frameless
27885 position "t"
27886 hor_pos "c"
27887 has_inner_box 1
27888 inner_pos "t"
27889 use_parbox 0
27890 use_makebox 0
27891 width "100col%"
27892 special "none"
27893 height "1in"
27894 height_special "totalheight"
27895 status open
27896
27897 \begin_layout Plain Layout
27898 これは背景色を付けた文章です。これは背景色を付けた文章です。
27899 \end_layout
27900
27901 \begin_layout Plain Layout
27902 \begin_inset VSpace defskip
27903 \end_inset
27904
27905 ここの文章には脚注
27906 \begin_inset Foot
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 脚注の例
27911 \end_layout
27912
27913 \end_inset
27914
27915 を付けることもできますし、図表を挿入することもできます。
27916 \end_layout
27917
27918 \begin_layout Plain Layout
27919 \align center
27920 \begin_inset Tabular
27921 <lyxtabular version="3" rows="3" columns="3">
27922 <features tabularvalignment="middle">
27923 <column alignment="center" valignment="top" width="0">
27924 <column alignment="center" valignment="top" width="0">
27925 <column alignment="center" valignment="top" width="0">
27926 <row>
27927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 a
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27937 \begin_inset Text
27938
27939 \begin_layout Plain Layout
27940 !
27941 \end_layout
27942
27943 \end_inset
27944 </cell>
27945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27946 \begin_inset Text
27947
27948 \begin_layout Plain Layout
27949 3
27950 \end_layout
27951
27952 \end_inset
27953 </cell>
27954 </row>
27955 <row>
27956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Plain Layout
27960 <
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27966 \begin_inset Text
27967
27968 \begin_layout Plain Layout
27969 b2
27970 \begin_inset Quotes erd
27971 \end_inset
27972
27973 |
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Plain Layout
27982 >
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 </row>
27988 <row>
27989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27990 \begin_inset Text
27991
27992 \begin_layout Plain Layout
27993 1
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27999 \begin_inset Text
28000
28001 \begin_layout Plain Layout
28002 §
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Plain Layout
28011 c
28012 \end_layout
28013
28014 \end_inset
28015 </cell>
28016 </row>
28017 </lyxtabular>
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032 }
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Section
28041 ボックスの伸縮回転
28042 \end_layout
28043
28044 \begin_layout Standard
28045 本節で述べられているコマンドを使用するには、文書プリアンブルで
28046 \end_layout
28047
28048 \begin_layout Standard
28049
28050 \series bold
28051
28052 \backslash
28053 @ifundefined{rotatebox}
28054 \begin_inset Newline newline
28055 \end_inset
28056
28057
28058 \begin_inset Phantom HPhantom
28059 status open
28060
28061 \begin_layout Plain Layout
28062
28063 \series bold
28064 \begin_inset space ~
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \end_inset
28071
28072 {
28073 \backslash
28074 usepackage{graphicx}}{}
28075 \end_layout
28076
28077 \begin_layout Standard
28078 というコマンドを使用して、
28079 \series bold
28080 graphicx
28081 \series default
28082
28083 \begin_inset Index idx
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28088 \end_layout
28089
28090 \end_inset
28091
28092 LaTeXパッケージを読み込む必要があります。
28093 \end_layout
28094
28095 \begin_layout Standard
28096 \begin_inset Note Greyedout
28097 status open
28098
28099 \begin_layout Plain Layout
28100
28101 \series bold
28102 【註】
28103 \series default
28104 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Standard
28113 \begin_inset Note Greyedout
28114 status open
28115
28116 \begin_layout Plain Layout
28117
28118 \series bold
28119 【註】
28120 \series default
28121 フロートは回転伸縮したボックスの中に入れることはできません。
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Subsection
28130 ボックスの回転
28131 \begin_inset Index idx
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 ぼっくす@ボックス ! かいてんした@回転した
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \begin_inset Index idx
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145 かいてん@回転 ! そざいの@素材の---
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \begin_inset Index idx
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 ず@図 ! のかいてん@---の回転
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \begin_inset Index idx
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 ひょうのちょうせい@表の調整 ! かいてん@回転
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28175 \series bold
28176
28177 \backslash
28178 rotatebox
28179 \series default
28180 コマンドを使用すれば作成することができます。
28181 \end_layout
28182
28183 \begin_layout Standard
28184
28185 \series bold
28186
28187 \backslash
28188 rotatebox[回転の原点]{回転角}{ボックスの内容}
28189 \end_layout
28190
28191 \begin_layout Standard
28192 回転の原点は、
28193 \series bold
28194 origin=位置
28195 \series default
28196 の形で指定します。位置として指定可能なのは、
28197 \emph on
28198 c
28199 \emph default
28200 (中央揃え)・
28201 \emph on
28202 l
28203 \emph default
28204 (左揃え)・
28205 \emph on
28206 r
28207 \emph default
28208 (右揃え)・
28209 \emph on
28210 b
28211 \emph default
28212 (下揃え)・
28213 \emph on
28214 t
28215 \emph default
28216 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28217 \emph on
28218 lt
28219 \emph default
28220 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28221 \emph on
28222 l
28223 \emph default
28224 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28225 \end_layout
28226
28227 \begin_layout Standard
28228 以下の例では、「回転した」文章の前にTeXコードで
28229 \series bold
28230
28231 \backslash
28232 rotatebox[origin=c]{60}{
28233 \series default
28234 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28235 \series bold
28236 }
28237 \series default
28238 でボックスを閉じています。
28239 \end_layout
28240
28241 \begin_layout Standard
28242 これは、
28243 \begin_inset ERT
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247
28248
28249 \backslash
28250 rotatebox[origin=c]{60}{
28251 \end_layout
28252
28253 \end_inset
28254
28255 回転した
28256 \begin_inset ERT
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260
28261 }
28262 \end_layout
28263
28264 \end_inset
28265
28266  文章を含む行です。
28267 \end_layout
28268
28269 \begin_layout Standard
28270 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28271 \end_layout
28272
28273 \begin_layout Standard
28274 これは、
28275 \begin_inset ERT
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279
28280
28281 \backslash
28282 rotatebox[origin=r]{-60}{
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \begin_inset Box Doublebox
28289 position "c"
28290 hor_pos "c"
28291 has_inner_box 0
28292 inner_pos "c"
28293 use_parbox 0
28294 use_makebox 0
28295 width "1in"
28296 special "width"
28297 height "1in"
28298 height_special "totalheight"
28299 status open
28300
28301 \begin_layout Plain Layout
28302 回転した
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \begin_inset ERT
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312
28313 }
28314 \end_layout
28315
28316 \end_inset
28317
28318 枠付き文章と
28319 \begin_inset ERT
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323
28324
28325 \backslash
28326 rotatebox[origin=lb]{60}{
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28333 \end_inset
28334
28335
28336 \begin_inset ERT
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340
28341 }
28342 \end_layout
28343
28344 \end_inset
28345
28346 数式を含む行です。
28347 \end_layout
28348
28349 \begin_layout Standard
28350 あるいは、以下のように図や表を入れることもできます。
28351 \end_layout
28352
28353 \begin_layout Standard
28354 これは、
28355 \begin_inset ERT
28356 status collapsed
28357
28358 \begin_layout Plain Layout
28359
28360
28361 \backslash
28362 rotatebox[origin=lb]{90}{
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \begin_inset Graphics
28369         filename ../clipart/platypus.eps
28370         lyxscale 50
28371         width 25col%
28372
28373 \end_inset
28374
28375
28376 \begin_inset ERT
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380
28381 }
28382 \end_layout
28383
28384 \end_inset
28385
28386 回転した画像と
28387 \begin_inset ERT
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391
28392
28393 \backslash
28394 rotatebox[origin=l]{-90}{
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \begin_inset Tabular
28401 <lyxtabular version="3" rows="2" columns="2">
28402 <features tabularvalignment="middle">
28403 <column alignment="center" valignment="top" width="0">
28404 <column alignment="center" valignment="top" width="0">
28405 <row>
28406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28407 \begin_inset Text
28408
28409 \begin_layout Plain Layout
28410 q
28411 \end_layout
28412
28413 \end_inset
28414 </cell>
28415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28416 \begin_inset Text
28417
28418 \begin_layout Plain Layout
28419 w
28420 \end_layout
28421
28422 \end_inset
28423 </cell>
28424 </row>
28425 <row>
28426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28427 \begin_inset Text
28428
28429 \begin_layout Plain Layout
28430 e
28431 \end_layout
28432
28433 \end_inset
28434 </cell>
28435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28436 \begin_inset Text
28437
28438 \begin_layout Plain Layout
28439 r
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 </row>
28445 </lyxtabular>
28446
28447 \end_inset
28448
28449
28450 \begin_inset ERT
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454
28455 }
28456 \end_layout
28457
28458 \end_inset
28459
28460 表を含む行です。
28461 \end_layout
28462
28463 \begin_layout Subsection
28464 ボックスの伸縮
28465 \begin_inset Index idx
28466 status collapsed
28467
28468 \begin_layout Plain Layout
28469 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset Index idx
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 しんしゅく@伸縮 ! そざいの@素材の---
28480 \end_layout
28481
28482 \end_inset
28483
28484
28485 \begin_inset Index idx
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489 ず@図 ! のしんしゅく@---の伸縮
28490 \end_layout
28491
28492 \end_inset
28493
28494
28495 \begin_inset Index idx
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \begin_layout Standard
28508 素材を伸縮させるには、TeXコードで
28509 \series bold
28510
28511 \backslash
28512 scalebox
28513 \series default
28514 コマンドと
28515 \series bold
28516
28517 \backslash
28518 resizebox
28519 \series default
28520 コマンドが使えます。
28521 \end_layout
28522
28523 \begin_layout Standard
28524
28525 \series bold
28526
28527 \backslash
28528 scalebox
28529 \series default
28530 は以下の書式で使用します。
28531 \end_layout
28532
28533 \begin_layout Standard
28534
28535 \series bold
28536
28537 \backslash
28538 scalebox{水平方向}[垂直方向]{ボックスの内容}
28539 \end_layout
28540
28541 \begin_layout Standard
28542 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
28543 \end_layout
28544
28545 \begin_layout Standard
28546 たとえば、
28547 \series bold
28548
28549 \backslash
28550 scalebox{2}{こんにちは}
28551 \series default
28552 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
28553 \begin_inset ERT
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557
28558
28559 \backslash
28560 scalebox{2}{
28561 \end_layout
28562
28563 \end_inset
28564
28565 こんにちは
28566 \begin_inset ERT
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570
28571 }
28572 \end_layout
28573
28574 \end_inset
28575
28576 を生成します。
28577 \end_layout
28578
28579 \begin_layout Standard
28580 これに対し、
28581 \series bold
28582
28583 \backslash
28584 scalebox{2}[1]{こんにちは}
28585 \series default
28586 は、
28587 \begin_inset ERT
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591
28592
28593 \backslash
28594 scalebox{2}[1]{
28595 \end_layout
28596
28597 \end_inset
28598
28599 こんにちは
28600 \begin_inset ERT
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604
28605 }
28606 \end_layout
28607
28608 \end_inset
28609
28610 を変形させます。
28611 \end_layout
28612
28613 \begin_layout Standard
28614 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
28615 \series bold
28616
28617 \backslash
28618 scalebox{-1}[1]{こんにちは}
28619 \series default
28620 というコマンドは、右のように反転文字を生成するのに使用できます:
28621 \begin_inset ERT
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625
28626
28627 \backslash
28628 scalebox{-1}[1]{
28629 \end_layout
28630
28631 \end_inset
28632
28633 こんにちは
28634 \begin_inset ERT
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638
28639 }
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648
28649 \series bold
28650
28651 \backslash
28652 scalebox{1}[-1]{こんにちは}
28653 \series default
28654 とすると
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660
28661 \backslash
28662 scalebox{1}[-1]{
28663 \end_layout
28664
28665 \end_inset
28666
28667 こんにちは
28668 \begin_inset ERT
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672
28673 }
28674 \end_layout
28675
28676 \end_inset
28677
28678 のようにベースラインで鏡像にします。
28679 \end_layout
28680
28681 \begin_layout Standard
28682
28683 \series bold
28684
28685 \backslash
28686 scalebox{-1}[1]{ボックスの内容}
28687 \series default
28688 と同じ働きをするものとして
28689 \begin_inset Newline newline
28690 \end_inset
28691
28692
28693 \series bold
28694
28695 \backslash
28696 reflectbox{ボックスの内容}
28697 \series default
28698
28699 \begin_inset Newline newline
28700 \end_inset
28701
28702 というコマンドがあります。
28703 \end_layout
28704
28705 \begin_layout Standard
28706 \begin_inset VSpace bigskip
28707 \end_inset
28708
28709 指定した幅や丈にボックスを伸縮させるには、
28710 \series bold
28711
28712 \backslash
28713 resizebox
28714 \series default
28715 を使用します。このコマンドの書式は
28716 \end_layout
28717
28718 \begin_layout Standard
28719
28720 \series bold
28721
28722 \backslash
28723 resizebox{幅}{丈}{ボックスの内容}
28724 \end_layout
28725
28726 \begin_layout Standard
28727 です。上記二つのコマンド引数のうち一つが感嘆符「
28728 \series bold
28729 !
28730 \series default
28731 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
28732 \end_layout
28733
28734 \begin_layout Standard
28735
28736 \series bold
28737
28738 \backslash
28739 resizebox{2cm}{1cm}{こんにちは}
28740 \series default
28741 というコマンドの出力は、
28742 \begin_inset ERT
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746
28747
28748 \backslash
28749 resizebox{2cm}{1cm}{
28750 \end_layout
28751
28752 \end_inset
28753
28754 こんにちは
28755 \begin_inset ERT
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759
28760 }
28761 \end_layout
28762
28763 \end_inset
28764
28765 となり、
28766 \begin_inset Newline newline
28767 \end_inset
28768
28769
28770 \series bold
28771
28772 \backslash
28773 resizebox{2cm}{!}{こんにちは}
28774 \series default
28775 というコマンドの出力は、
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781
28782 \backslash
28783 resizebox{2cm}{!}{
28784 \end_layout
28785
28786 \end_inset
28787
28788 こんにちは
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794 }
28795 \end_layout
28796
28797 \end_inset
28798
28799 となります。
28800 \end_layout
28801
28802 \begin_layout Standard
28803 \begin_inset VSpace bigskip
28804 \end_inset
28805
28806
28807 \begin_inset Note Greyedout
28808 status open
28809
28810 \begin_layout Plain Layout
28811
28812 \series bold
28813 【註】
28814 \backslash
28815 scalebox
28816 \series default
28817
28818 \series bold
28819
28820 \backslash
28821 resizebox
28822 \series default
28823 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 \begin_inset VSpace bigskip
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Standard
28839 ボックスは好きな順序で組み合わせることができます。たとえば、
28840 \begin_inset Newline newline
28841 \end_inset
28842
28843
28844 \series bold
28845
28846 \backslash
28847 rotatebox[origin=c]{-45}{
28848 \backslash
28849 resizebox{2cm}{!}{
28850 \backslash
28851 reflectbox{こんにちは}}}
28852 \begin_inset Newline newline
28853 \end_inset
28854
28855
28856 \series default
28857 というコマンドは、
28858 \end_layout
28859
28860 \begin_layout Standard
28861 \align center
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867
28868 \backslash
28869 rotatebox[origin=c]{-45}{
28870 \backslash
28871 resizebox{2cm}{!}{
28872 \backslash
28873 reflectbox{
28874 \end_layout
28875
28876 \end_inset
28877
28878 こんにちは
28879 \begin_inset ERT
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883
28884 }}}
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 \noindent
28894 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
28895 \end_layout
28896
28897 \begin_layout Standard
28898 \align center
28899 \begin_inset ERT
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903
28904
28905 \backslash
28906 rotatebox[origin=c]{-30}{
28907 \backslash
28908 resizebox{2cm}{!}{
28909 \backslash
28910 reflectbox{
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \begin_inset Graphics
28917         filename ../clipart/platypus.eps
28918         lyxscale 50
28919         width 25col%
28920
28921 \end_inset
28922
28923
28924 \begin_inset ERT
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928
28929 }}}
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \begin_inset ERT
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939
28940
28941 \backslash
28942 rotatebox[origin=c]{-45}{
28943 \backslash
28944 resizebox{2cm}{!}{
28945 \backslash
28946 reflectbox{
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \begin_inset Tabular
28953 <lyxtabular version="3" rows="2" columns="2">
28954 <features tabularvalignment="middle">
28955 <column alignment="center" valignment="top" width="0">
28956 <column alignment="center" valignment="top" width="0">
28957 <row>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 q
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971 w
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 </row>
28977 <row>
28978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982 e
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991 r
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 </row>
28997 </lyxtabular>
28998
28999 \end_inset
29000
29001
29002 \begin_inset ERT
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006
29007 }}}
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \begin_inset ERT
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017
29018
29019 \backslash
29020 rotatebox[origin=c]{-45}{
29021 \backslash
29022 resizebox{2cm}{!}{
29023 \backslash
29024 reflectbox{
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29031 \end_inset
29032
29033
29034 \begin_inset ERT
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038
29039 }}}
29040 \end_layout
29041
29042 \end_inset
29043
29044
29045 \end_layout
29046
29047 \begin_layout Standard
29048 文書で大域的に数式様式
29049 \series bold
29050 fleqn
29051 \series default
29052 を使用している場合
29053 \begin_inset Foot
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29058 \end_layout
29059
29060 \end_inset
29061
29062 には、別行建て数式も伸縮させることができます。
29063 \end_layout
29064
29065 \begin_layout Chapter
29066 外部文書構成要素
29067 \begin_inset Index idx
29068 status collapsed
29069
29070 \begin_layout Plain Layout
29071 がいぶぶんしょこうせいようそ@外部文書構成要素
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \begin_layout Standard
29080
29081 \family sans
29082 挿入\SpecialChar \menuseparator
29083 ファイル
29084 \family default
29085 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
29086 \end_layout
29087
29088 \begin_layout Description
29089 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
29090 \end_layout
29091
29092 \begin_layout Description
29093 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
29094 \end_layout
29095
29096 \begin_layout Description
29097 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
29098 \end_layout
29099
29100 \begin_layout Description
29101 外部素材 様々な書式のファイル。
29102 \end_layout
29103
29104 \begin_layout Description
29105 子文書 LyXあるいはLaTeX文書。
29106 \end_layout
29107
29108 \begin_layout Section
29109 外部素材
29110 \begin_inset Index idx
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
29115 \end_layout
29116
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \begin_layout Standard
29123 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
29124 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
29125 \family sans
29126 操作性\SpecialChar \menuseparator
29127 表示
29128 \family default
29129 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
29130 \end_layout
29131
29132 \begin_layout Standard
29133 外部素材は、
29134 \family sans
29135 挿入
29136 \family default
29137 \SpecialChar \menuseparator
29138
29139 \family sans
29140 ファイル
29141 \family default
29142 \SpecialChar \menuseparator
29143
29144 \family sans
29145 外部素材
29146 \family default
29147 メニューで開くことのできる
29148 \family sans
29149 外部素材
29150 \family default
29151 ダイアログから挿入することができます。目下、以下のファイル形式(
29152 \family sans
29153 ひな型
29154 \family default
29155 )が使用できます。
29156 \end_layout
29157
29158 \begin_layout Description
29159 チェス棋譜 このひな型は、
29160 \series bold
29161
29162 \begin_inset CommandInset href
29163 LatexCommand href
29164 name "XBoard"
29165 target "http://en.wikipedia.org/wiki/XBoard"
29166
29167 \end_inset
29168
29169
29170 \series default
29171 プログラムで作成されたチェス棋譜をサポートします。
29172 \end_layout
29173
29174 \begin_layout Description
29175 日付 これは、
29176 \emph on
29177 日-月-年
29178 \emph default
29179 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
29180 \begin_inset External
29181         template Date
29182         filename .
29183
29184 \end_inset
29185
29186
29187 \begin_inset space ~
29188 \end_inset
29189
29190
29191 \begin_inset Note Note
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 バグ4398が修正されたら、この保護空白は削除してください!
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \begin_inset Newline newline
29202 \end_inset
29203
29204 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
29205 \family sans
29206 挿入
29207 \family default
29208 \SpecialChar \menuseparator
29209 日付メニューを使用する方法で、他はLaTeXコマンドの
29210 \series bold
29211
29212 \backslash
29213 today
29214 \series default
29215 をTeXコードで使用する方法です。これらの各方法は、表
29216 \begin_inset CommandInset ref
29217 LatexCommand ref
29218 reference "tab:日付挿入方法"
29219
29220 \end_inset
29221
29222 に比較を掲載しておきます。
29223 \end_layout
29224
29225 \begin_layout Description
29226 Dia このひな型は、
29227 \series bold
29228
29229 \begin_inset CommandInset href
29230 LatexCommand href
29231 name "Dia"
29232 target "http://en.wikipedia.org/wiki/Dia_(software)"
29233
29234 \end_inset
29235
29236
29237 \series default
29238 プログラムで作成したダイアグラムをサポートします。
29239 \end_layout
29240
29241 \begin_layout Description
29242 LilyPond このひな型は、
29243 \series bold
29244
29245 \begin_inset CommandInset href
29246 LatexCommand href
29247 name "LilyPond"
29248 target "http://en.wikipedia.org/wiki/LilyPond"
29249
29250 \end_inset
29251
29252
29253 \series default
29254 プログラムで作成した楽譜の組版に使用されます。
29255 \end_layout
29256
29257 \begin_layout Description
29258 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
29259 \family sans
29260 LaTeXとLyXオプション
29261 \family default
29262 タブ中の
29263 \family sans
29264 オプション
29265 \family default
29266 フィールドに
29267 \emph on
29268 pages
29269 \emph default
29270 オプションを指定してください。
29271 \emph on
29272 pages
29273 \emph default
29274 オプションを指定しないと、PDFの最初のページのみが挿入されます。
29275 \end_layout
29276
29277 \begin_layout Description
29278 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
29279 \family sans
29280 外部素材
29281 \family default
29282 ダイアログを使って入れる画像は、第
29283 \begin_inset CommandInset ref
29284 LatexCommand ref
29285 reference "sec:画像ダイアログ"
29286
29287 \end_inset
29288
29289 節にあるように
29290 \family sans
29291 画像
29292 \family default
29293 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
29294 サポートしていないという点のみです。
29295 \end_layout
29296
29297 \begin_layout Description
29298 XFig このひな型は、
29299 \series bold
29300
29301 \begin_inset CommandInset href
29302 LatexCommand href
29303 name "Xfig"
29304 target "http://en.wikipedia.org/wiki/Xfig"
29305
29306 \end_inset
29307
29308
29309 \series default
29310 プログラムで作成した画像をサポートします。
29311 \end_layout
29312
29313 \begin_layout Standard
29314 \begin_inset Float table
29315 placement h
29316 wide false
29317 sideways false
29318 status open
29319
29320 \begin_layout Plain Layout
29321 \begin_inset Caption
29322
29323 \begin_layout Plain Layout
29324 \begin_inset CommandInset label
29325 LatexCommand label
29326 name "tab:日付挿入方法"
29327
29328 \end_inset
29329
29330 日付の挿入方法の比較
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Plain Layout
29339 \align center
29340 \begin_inset Tabular
29341 <lyxtabular version="3" rows="4" columns="4">
29342 <features tabularvalignment="middle">
29343 <column alignment="center" valignment="top" width="0">
29344 <column alignment="center" valignment="top" width="0">
29345 <column alignment="center" valignment="top" width="0">
29346 <column alignment="center" valignment="top" width="0">
29347 <row>
29348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29349 \begin_inset Text
29350
29351 \begin_layout Plain Layout
29352 文書書式
29353 \end_layout
29354
29355 \end_inset
29356 </cell>
29357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29358 \begin_inset Text
29359
29360 \begin_layout Plain Layout
29361
29362 \family sans
29363 外部素材\SpecialChar \menuseparator
29364 日付
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373
29374 \family sans
29375 挿入\SpecialChar \menuseparator
29376 日付
29377 \end_layout
29378
29379 \end_inset
29380 </cell>
29381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29382 \begin_inset Text
29383
29384 \begin_layout Plain Layout
29385
29386 \series bold
29387
29388 \backslash
29389 today
29390 \series default
29391 コマンド
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 </row>
29397 <row>
29398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29399 \begin_inset Text
29400
29401 \begin_layout Plain Layout
29402 LyX
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 差込枠として
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420 日付として
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429 TeXコード差込枠として
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 </row>
29435 <row>
29436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29437 \begin_inset Text
29438
29439 \begin_layout Plain Layout
29440 LaTeX
29441 \end_layout
29442
29443 \end_inset
29444 </cell>
29445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449 日付として
29450 \end_layout
29451
29452 \end_inset
29453 </cell>
29454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29455 \begin_inset Text
29456
29457 \begin_layout Plain Layout
29458 日付として
29459 \end_layout
29460
29461 \end_inset
29462 </cell>
29463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29464 \begin_inset Text
29465
29466 \begin_layout Plain Layout
29467 コマンドとして
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 </row>
29473 <row>
29474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29475 \begin_inset Text
29476
29477 \begin_layout Plain Layout
29478 DVI, PDF, PS
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487 日付として
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29493 \begin_inset Text
29494
29495 \begin_layout Plain Layout
29496 日付として
29497 \end_layout
29498
29499 \end_inset
29500 </cell>
29501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29502 \begin_inset Text
29503
29504 \begin_layout Plain Layout
29505 日付として
29506 \end_layout
29507
29508 \end_inset
29509 </cell>
29510 </row>
29511 </lyxtabular>
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Standard
29524
29525 \family sans
29526 外部素材
29527 \family default
29528 ダイアログの
29529 \family sans
29530 ファイル
29531 \family default
29532 タブ中で
29533 \family sans
29534 下書き
29535 \family default
29536 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
29537 \begin_inset Newline newline
29538 \end_inset
29539
29540 LyX中での外部素材は、ダイアログ内の
29541 \family sans
29542 LaTeXとLyXのオプション
29543 \family default
29544 タブにある
29545 \family sans
29546 LyX内に表示
29547 \family default
29548 オプションの指定に従って、
29549 \begin_inset Graphics
29550         filename clipart/ExternalMaterialQt4.png
29551         scale 85
29552         scaleBeforeRotation
29553
29554 \end_inset
29555
29556 のようなボックスとして表示されるか、画像として表示されます。
29557 \end_layout
29558
29559 \begin_layout Standard
29560 取扱説明書
29561 \family sans
29562 \emph on
29563 カスタマイズ篇
29564 \family default
29565 \emph default
29566 には、自製のひな型を定義する方法が説明されています。
29567 \end_layout
29568
29569 \begin_layout Section
29570 子文書
29571 \begin_inset CommandInset label
29572 LatexCommand label
29573 name "sec:子文書"
29574
29575 \end_inset
29576
29577
29578 \begin_inset Index idx
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \begin_inset Index idx
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 ふぁいる@ファイル ! いんくるーど@インクルード
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Standard
29601 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
29602 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
29603 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
29604 \end_layout
29605
29606 \begin_layout Standard
29607 親文書を開くことなく子文書で作業できるようにするには、子文書の
29608 \family sans
29609 文書
29610 \family default
29611 \SpecialChar \menuseparator
29612
29613 \family sans
29614 設定
29615 \family default
29616 \SpecialChar \menuseparator
29617
29618 \family sans
29619 文書クラス
29620 \family default
29621 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
29622 \end_layout
29623
29624 \begin_layout Standard
29625 取り込んだ文書は、LyX中で
29626 \begin_inset Graphics
29627         filename clipart/ChildDocumentQt4.png
29628         scale 85
29629         scaleBeforeRotation
29630
29631 \end_inset
29632
29633 のようなボックスとして表示されます。子文書を親文書に取り込むには、
29634 \family sans
29635 挿入
29636 \family default
29637 \SpecialChar \menuseparator
29638
29639 \family sans
29640 ファイル
29641 \family default
29642 \SpecialChar \menuseparator
29643
29644 \family sans
29645 子文書
29646 \family default
29647 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
29648 \end_layout
29649
29650 \begin_layout Description
29651 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
29652 \family sans
29653 子文書
29654 \family default
29655 ダイアログの
29656 \family sans
29657 編集
29658 \family default
29659 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \begin_layout Standard
29667 以下は、
29668 \family sans
29669 Include
29670 \family default
29671 を使用して挿入した子文書です。 
29672 \begin_inset CommandInset include
29673 LatexCommand include
29674 filename "DummyDocument1.lyx"
29675
29676 \end_inset
29677
29678
29679 \end_layout
29680
29681 \begin_layout Standard
29682 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
29683 あります。取り込んだ文書のラベルは、第
29684 \begin_inset CommandInset ref
29685 LatexCommand ref
29686 reference "sub:外部文書の第1小節"
29687
29688 \end_inset
29689
29690 小節、のように参照することができます。
29691 \end_layout
29692
29693 \begin_layout Standard
29694 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
29695 は、新規頁から始まるように挿入され、改頁して終わります。
29696 \end_layout
29697
29698 \begin_layout Standard
29699 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
29700 \begin_inset Foot
29701 status open
29702
29703 \begin_layout Plain Layout
29704 派生枝は、LyX
29705 \emph on
29706 ユーザーの手引き
29707 \emph default
29708
29709 \emph on
29710 派生枝
29711 \emph default
29712 の節に説明されています。
29713 \end_layout
29714
29715 \end_inset
29716
29717 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
29718 \end_layout
29719
29720 \begin_layout Standard
29721 \begin_inset Note Greyedout
29722 status open
29723
29724 \begin_layout Plain Layout
29725
29726 \series bold
29727 【註】
29728 \series default
29729 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
29730 \series bold
29731
29732 \backslash
29733 includeonly
29734 \series default
29735 を使用することはできません。
29736 \end_layout
29737
29738 \end_inset
29739
29740
29741 \end_layout
29742
29743 \begin_layout Standard
29744 \begin_inset Note Greyedout
29745 status open
29746
29747 \begin_layout Plain Layout
29748
29749 \series bold
29750 【註】
29751 \series default
29752 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
29753 警告が発せられます。
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Description
29762 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
29763 \end_layout
29764
29765 \begin_deeper
29766 \begin_layout Itemize
29767 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
29768 \end_layout
29769
29770 \begin_layout Itemize
29771 Inputファイルは、LyX設定の操作性
29772 \family sans
29773 \SpecialChar \menuseparator
29774 表示
29775 \family default
29776 の下にある
29777 \family sans
29778 画像を表示
29779 \family default
29780 を有効にすると、LyX中でプレビューすることができます。
29781 \end_layout
29782
29783 \begin_layout Itemize
29784 LaTeXコマンドの
29785 \series bold
29786
29787 \backslash
29788 includeonly
29789 \series default
29790 は使用することができません。
29791 \end_layout
29792
29793 \end_deeper
29794 \begin_layout Standard
29795 右は、
29796 \family sans
29797 Input
29798 \family default
29799 を使って挿入した子文書です。 
29800 \begin_inset CommandInset include
29801 LatexCommand input
29802 filename "DummyDocument2.lyx"
29803
29804 \end_inset
29805
29806
29807 \end_layout
29808
29809 \begin_layout Description
29810 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
29811 に用いられているコマンドは実行されません。
29812 \family sans
29813 出力の空白に印付けをする
29814 \family default
29815 オプションを有効にすると、ソースコード中のすべての空白文字に「
29816 \begin_inset ERT
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820
29821
29822 \backslash
29823 textvisiblespace 
29824 \end_layout
29825
29826 \end_inset
29827
29828 」文字を表示させることができます。
29829 \family sans
29830 挿入\SpecialChar \menuseparator
29831 ファイル\SpecialChar \menuseparator
29832 平文
29833 \family default
29834 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
29835 \end_layout
29836
29837 \begin_layout Standard
29838 以下は、verbatimとして挿入された子文書です。 
29839 \begin_inset CommandInset include
29840 LatexCommand verbatiminput
29841 filename "../DummyTextDocument.txt"
29842
29843 \end_inset
29844
29845
29846 \begin_inset VSpace bigskip
29847 \end_inset
29848
29849 以下は、
29850 \family sans
29851 出力の空白に印付けをする
29852 \family default
29853 オプションを指定して、verbatimとして挿入された子文書です。 
29854 \begin_inset CommandInset include
29855 LatexCommand verbatiminput*
29856 filename "../DummyTextDocument.txt"
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Standard
29864 \begin_inset VSpace bigskip
29865 \end_inset
29866
29867
29868 \end_layout
29869
29870 \begin_layout Standard
29871 \begin_inset Note Greyedout
29872 status open
29873
29874 \begin_layout Plain Layout
29875
29876 \series bold
29877 【註】
29878 \series default
29879 上記の例でわかるように、
29880 \family sans
29881 verbatim
29882 \family default
29883 として取り込んだ文書の文章は、文書行の終わりで改行されません。
29884 \end_layout
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \begin_layout Standard
29892 \begin_inset Note Greyedout
29893 status open
29894
29895 \begin_layout Plain Layout
29896
29897 \series bold
29898 【訳註】
29899 \series default
29900 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
29901 \end_layout
29902
29903 \end_inset
29904
29905
29906 \end_layout
29907
29908 \begin_layout Description
29909 プログラムリスト この型については、第
29910 \begin_inset CommandInset ref
29911 LatexCommand ref
29912 reference "cha:プログラムコードリスト"
29913
29914 \end_inset
29915
29916 章に説明されています。
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset Note Greyedout
29921 status open
29922
29923 \begin_layout Plain Layout
29924
29925 \series bold
29926 【註】
29927 \series default
29928 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Chapter
29937 プログラムコードリスト
29938 \begin_inset CommandInset label
29939 LatexCommand label
29940 name "cha:プログラムコードリスト"
29941
29942 \end_inset
29943
29944
29945 \begin_inset Index idx
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949 りすと@リスト
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \begin_inset Index idx
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959 ぷろぐらむこーど@プログラムコード
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \begin_inset Index idx
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969 ふろーと@フロート ! りすと@リスト
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \begin_layout Standard
29978 プログラムコードを取り込んで組版するには、
29979 \family sans
29980 挿入
29981 \family default
29982 \SpecialChar \menuseparator
29983
29984 \family sans
29985 プログラムリスト
29986 \family default
29987 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
29988 \series bold
29989 listings
29990 \series default
29991
29992 \begin_inset Index idx
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996 LaTeXぱっけーじ@LaTeXパッケージ ! listings
29997 \end_layout
29998
29999 \end_inset
30000
30001 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
30002 \end_layout
30003
30004 \begin_layout Standard
30005 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
30006 \end_layout
30007
30008 \begin_layout Standard
30009 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
30010 \family sans
30011 行内リスト
30012 \family default
30013 を指定すると、リストは
30014 \begin_inset listings
30015 lstparams "language={C++}"
30016 inline true
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021 int a=5;
30022 \end_layout
30023
30024 \end_inset
30025
30026 のように行内に印字されます。
30027 \begin_inset Newline newline
30028 \end_inset
30029
30030
30031 \family sans
30032 フロート
30033 \family default
30034 オプションは、プログラムリストフロートを生成するものですが、ここで、第
30035 \begin_inset CommandInset ref
30036 LatexCommand ref
30037 reference "sec:フロートの配置"
30038
30039 \end_inset
30040
30041 節に説明されているフロート配置オプションに従って、「
30042 \family sans
30043 h
30044 \family default
30045 」「
30046 \family sans
30047 t
30048 \family default
30049 」「
30050 \family sans
30051 b
30052 \family default
30053 」「
30054 \family sans
30055 p
30056 \family default
30057 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
30058 \family sans
30059 htbp
30060 \family default
30061 」のように区切りを入れることなく入力することができます。「
30062 \family sans
30063 h
30064 \family default
30065 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
30066 \family sans
30067 フロート
30068 \family default
30069 オプションを使用しなければ大丈夫です。
30070 \end_layout
30071
30072 \begin_layout Standard
30073
30074 \family sans
30075 挿入
30076 \family default
30077 \SpecialChar \menuseparator
30078
30079 \family sans
30080 キャプション
30081 \family default
30082 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、Listing
30083 \begin_inset space ~
30084 \end_inset
30085
30086
30087 \begin_inset CommandInset ref
30088 LatexCommand ref
30089 reference "lst:Example-Listing"
30090
30091 \end_inset
30092
30093 のように参照することができます。
30094 \end_layout
30095
30096 \begin_layout Standard
30097 \begin_inset listings
30098 lstparams "language=Python"
30099 inline false
30100 status open
30101
30102 \begin_layout Plain Layout
30103
30104 \begin_inset Caption
30105
30106 \begin_layout Plain Layout
30107 \begin_inset CommandInset label
30108 LatexCommand label
30109 name "lst:Example-Listing"
30110
30111 \end_inset
30112
30113 Example Listing float
30114 \end_layout
30115
30116 \end_inset
30117
30118 # Example listing float
30119 \end_layout
30120
30121 \begin_layout Plain Layout
30122
30123 def func(param):
30124 \end_layout
30125
30126 \begin_layout Plain Layout
30127
30128     'this is a python function'
30129 \end_layout
30130
30131 \begin_layout Plain Layout
30132
30133     pass
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Standard
30142 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
30143 onのキーワード「def」が識別され、ボールド体で出力されます。
30144 \end_layout
30145
30146 \begin_layout Standard
30147 \begin_inset Note Greyedout
30148 status open
30149
30150 \begin_layout Plain Layout
30151
30152 \series bold
30153 【註】
30154 \series default
30155 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
30156 \family typewriter
30157 typewriter
30158 \family default
30159 フォントがボールド体を提供していません。この場合には、
30160 \family sans
30161 文書
30162 \family default
30163 \SpecialChar \menuseparator
30164
30165 \family sans
30166 設定
30167 \family default
30168 \SpecialChar \menuseparator
30169
30170 \family sans
30171 フォント
30172 \family default
30173 メニューで別のフォントを選択してください(
30174 \emph on
30175 LuxiMono
30176 \emph default
30177
30178 \emph on
30179 BeraMono
30180 \emph default
30181
30182 \emph on
30183 Courier
30184 \emph default
30185 の各フォントはボールド体を提供します)。
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \begin_layout Standard
30194 \begin_inset Note Greyedout
30195 status open
30196
30197 \begin_layout Plain Layout
30198
30199 \series bold
30200 【訳註】
30201 \series default
30202 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \end_layout
30209
30210 \begin_layout Standard
30211 プログラムリストダイアログの
30212 \family sans
30213 行番号
30214 \family default
30215 のセクションでは、行番号の様式を指定することができます。
30216 \family sans
30217 行間
30218 \family default
30219 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
30220 \end_layout
30221
30222 \begin_layout Standard
30223 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
30224 \family sans
30225 拡張文字コード表を使う
30226 \family default
30227 オプションを使用しなくてはなりません。
30228 \begin_inset Newline newline
30229 \end_inset
30230
30231 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
30232 \begin_inset space \thinspace{}
30233 \end_inset
30234
30235 -
30236 \begin_inset space \thinspace{}
30237 \end_inset
30238
30239 8」で設定したプログラムリストの例です。
30240 \end_layout
30241
30242 \begin_layout Standard
30243 \begin_inset listings
30244 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
30245 inline false
30246 status open
30247
30248 \begin_layout Plain Layout
30249
30250 def func(param):
30251 \end_layout
30252
30253 \begin_layout Plain Layout
30254
30255     'this is a python function'
30256 \end_layout
30257
30258 \begin_layout Plain Layout
30259
30260     pass
30261 \end_layout
30262
30263 \begin_layout Plain Layout
30264
30265 def func(param):
30266 \end_layout
30267
30268 \begin_layout Plain Layout
30269
30270 'This is a German word: Tschüß'
30271 \end_layout
30272
30273 \begin_layout Plain Layout
30274
30275 pass
30276 \end_layout
30277
30278 \begin_layout Plain Layout
30279
30280 def func(param):
30281 \end_layout
30282
30283 \begin_layout Plain Layout
30284
30285 'this is a python function'
30286 \end_layout
30287
30288 \begin_layout Plain Layout
30289
30290 pass
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Standard
30299 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
30300 \family sans
30301 タビュレータの大きさ
30302 \family default
30303 フィールドで指定することができます。
30304 \end_layout
30305
30306 \begin_layout Standard
30307 \begin_inset Note Greyedout
30308 status open
30309
30310 \begin_layout Plain Layout
30311
30312 \series bold
30313 【註】listings
30314 \series default
30315 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
30316 に振られているのはこのためです。
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Standard
30325 \begin_inset VSpace bigskip
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \begin_layout Standard
30332 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
30333 \family sans
30334 挿入
30335 \family default
30336 \SpecialChar \menuseparator
30337
30338 \family sans
30339 ファイル
30340 \family default
30341 \SpecialChar \menuseparator
30342
30343 \family sans
30344 子文書
30345 \family default
30346 メニューを使用して
30347 \family sans
30348 プログラムリスト
30349 \family default
30350 型を選択してください
30351 \begin_inset Foot
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355 他の子文書型については、第 section
30356 \begin_inset space ~
30357 \end_inset
30358
30359
30360 \begin_inset CommandInset ref
30361 LatexCommand ref
30362 reference "sec:子文書"
30363
30364 \end_inset
30365
30366 節に説明があります。
30367 \end_layout
30368
30369 \end_inset
30370
30371 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
30372 疑問符「?」を打鍵してください。
30373 \end_layout
30374
30375 \begin_layout Standard
30376 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
30377 \family sans
30378 挿入
30379 \family default
30380 \SpecialChar \menuseparator
30381
30382 \family sans
30383 相互参照
30384 \family default
30385 メニューを使って参照できるようになります。
30386 \end_layout
30387
30388 \begin_layout Standard
30389 プログラムリスト
30390 \begin_inset CommandInset ref
30391 LatexCommand ref
30392 reference "lst:file-listing"
30393
30394 \end_inset
30395
30396 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
30397 \end_layout
30398
30399 \begin_layout Standard
30400 \begin_inset CommandInset include
30401 LatexCommand lstinputlisting
30402 filename "EmbeddedObjects.lyx"
30403 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
30404
30405 \end_inset
30406
30407
30408 \end_layout
30409
30410 \begin_layout Standard
30411 \begin_inset VSpace bigskip
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418
30419 \lang english
30420 Inserting a formula into a listing can be done the following way:
30421 \end_layout
30422
30423 \begin_layout Enumerate
30424
30425 \lang english
30426 Open the listings dialog and add
30427 \begin_inset Newline newline
30428 \end_inset
30429
30430
30431 \family sans
30432 mathescape=true
30433 \family default
30434
30435 \begin_inset Newline newline
30436 \end_inset
30437
30438 to the field of the 
30439 \family sans
30440 Advanced
30441 \family default
30442  tab.
30443 \end_layout
30444
30445 \begin_layout Enumerate
30446
30447 \lang english
30448 Create a formula outside the listing
30449 \end_layout
30450
30451 \begin_layout Enumerate
30452
30453 \lang english
30454 Copy the content of the formula (not the formula inset) to the clipboard
30455  (shortcut 
30456 \begin_inset Info
30457 type  "shortcut"
30458 arg   "copy"
30459 \end_inset
30460
30461 )
30462 \end_layout
30463
30464 \begin_layout Enumerate
30465
30466 \lang english
30467 In the listing write 
30468 \begin_inset Quotes eld
30469 \end_inset
30470
30471
30472 \family sans
30473 $$
30474 \family default
30475
30476 \begin_inset Quotes erd
30477 \end_inset
30478
30479  and copy from the clipboard between the dollar-signs (shortcut 
30480 \begin_inset Info
30481 type  "shortcut"
30482 arg   "paste"
30483 \end_inset
30484
30485 )
30486 \end_layout
30487
30488 \begin_layout Standard
30489 \begin_inset listings
30490 lstparams "language=Python,mathescape=true"
30491 inline false
30492 status open
30493
30494 \begin_layout Plain Layout
30495 \begin_inset Caption
30496
30497 \begin_layout Plain Layout
30498
30499 \lang english
30500 Example Listing float containing a formula
30501 \end_layout
30502
30503 \end_inset
30504
30505 # Example listing float
30506 \end_layout
30507
30508 \begin_layout Plain Layout
30509 def func(param):
30510 \end_layout
30511
30512 \begin_layout Plain Layout
30513     # $
30514 \backslash
30515 prod_{n=1}^{
30516 \backslash
30517 infty}
30518 \backslash
30519 ,
30520 \backslash
30521 frac{1}{x^{2}}$
30522 \end_layout
30523
30524 \begin_layout Plain Layout
30525     pass
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \begin_layout Standard
30534 \begin_inset VSpace bigskip
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Standard
30541 大域的なプログラムリストの設定は、
30542 \family sans
30543 文書
30544 \family default
30545 \SpecialChar \menuseparator
30546
30547 \family sans
30548 設定
30549 \family default
30550 \SpecialChar \menuseparator
30551
30552 \family sans
30553 本文レイアウト
30554 \family default
30555 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
30556 \family sans
30557 プログラムリスト設定
30558 \family default
30559 フィールドで疑問符「?」を打鍵してください。
30560 \end_layout
30561
30562 \begin_layout Standard
30563
30564 \series bold
30565 listings
30566 \series default
30567 パッケージについての詳しい情報については、取扱説明書
30568 \begin_inset CommandInset citation
30569 LatexCommand cite
30570 key "listings"
30571
30572 \end_inset
30573
30574 をご参照ください。.
30575 \end_layout
30576
30577 \begin_layout Standard
30578 \begin_inset Newpage newpage
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Chapter
30585 \start_of_appendix
30586 LyXで使用できる単位
30587 \begin_inset Index idx
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591 たんい@単位
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \begin_inset CommandInset label
30598 LatexCommand label
30599 name "cha:LyXで使用できる単位"
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Standard
30607 この文書で用いられる単位の理解のために、表
30608 \begin_inset CommandInset ref
30609 LatexCommand ref
30610 reference "tab:単位"
30611
30612 \end_inset
30613
30614 に、LyXで使うことのできる単位をまとめておきます。
30615 \end_layout
30616
30617 \begin_layout Standard
30618 \begin_inset Float table
30619 placement h
30620 wide false
30621 sideways false
30622 status open
30623
30624 \begin_layout Plain Layout
30625 \begin_inset Caption
30626
30627 \begin_layout Plain Layout
30628 \begin_inset CommandInset label
30629 LatexCommand label
30630 name "tab:単位"
30631
30632 \end_inset
30633
30634 単位
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Plain Layout
30643 \begin_inset VSpace medskip
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Plain Layout
30650 \align center
30651 \begin_inset Tabular
30652 <lyxtabular version="3" rows="20" columns="2">
30653 <features tabularvalignment="middle">
30654 <column alignment="center" valignment="top" width="0">
30655 <column alignment="center" valignment="top" width="0">
30656 <row>
30657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30658 \begin_inset Text
30659
30660 \begin_layout Plain Layout
30661 単位
30662 \end_layout
30663
30664 \end_inset
30665 </cell>
30666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30667 \begin_inset Text
30668
30669 \begin_layout Plain Layout
30670 名称/摘要
30671 \end_layout
30672
30673 \end_inset
30674 </cell>
30675 </row>
30676 <row>
30677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30678 \begin_inset Text
30679
30680 \begin_layout Plain Layout
30681 mm
30682 \end_layout
30683
30684 \end_inset
30685 </cell>
30686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30687 \begin_inset Text
30688
30689 \begin_layout Plain Layout
30690 ミリメートル
30691 \end_layout
30692
30693 \end_inset
30694 </cell>
30695 </row>
30696 <row>
30697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30698 \begin_inset Text
30699
30700 \begin_layout Plain Layout
30701 cm
30702 \end_layout
30703
30704 \end_inset
30705 </cell>
30706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30707 \begin_inset Text
30708
30709 \begin_layout Plain Layout
30710 センチメートル
30711 \end_layout
30712
30713 \end_inset
30714 </cell>
30715 </row>
30716 <row>
30717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Plain Layout
30721 in
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Plain Layout
30730 インチ
30731 \end_layout
30732
30733 \end_inset
30734 </cell>
30735 </row>
30736 <row>
30737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30738 \begin_inset Text
30739
30740 \begin_layout Plain Layout
30741 pt
30742 \end_layout
30743
30744 \end_inset
30745 </cell>
30746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30747 \begin_inset Text
30748
30749 \begin_layout Plain Layout
30750 ポイント (72.27
30751 \begin_inset Formula $\,$
30752 \end_inset
30753
30754 pt = 1
30755 \begin_inset Formula $\,$
30756 \end_inset
30757
30758 in)
30759 \end_layout
30760
30761 \end_inset
30762 </cell>
30763 </row>
30764 <row>
30765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30766 \begin_inset Text
30767
30768 \begin_layout Plain Layout
30769 pc
30770 \end_layout
30771
30772 \end_inset
30773 </cell>
30774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778 パイカ (1
30779 \begin_inset Formula $\,$
30780 \end_inset
30781
30782 pc = 12
30783 \begin_inset Formula $\,$
30784 \end_inset
30785
30786 pt)
30787 \end_layout
30788
30789 \end_inset
30790 </cell>
30791 </row>
30792 <row>
30793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30794 \begin_inset Text
30795
30796 \begin_layout Plain Layout
30797 sp
30798 \end_layout
30799
30800 \end_inset
30801 </cell>
30802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30803 \begin_inset Text
30804
30805 \begin_layout Plain Layout
30806 スケールポイント (65536
30807 \begin_inset Formula $\,$
30808 \end_inset
30809
30810 sp = 1
30811 \begin_inset Formula $\,$
30812 \end_inset
30813
30814 pt)
30815 \end_layout
30816
30817 \end_inset
30818 </cell>
30819 </row>
30820 <row>
30821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30822 \begin_inset Text
30823
30824 \begin_layout Plain Layout
30825 bp
30826 \end_layout
30827
30828 \end_inset
30829 </cell>
30830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834 ビッグポイント (72
30835 \begin_inset Formula $\,$
30836 \end_inset
30837
30838 bp = 1
30839 \begin_inset Formula $\,$
30840 \end_inset
30841
30842 in)
30843 \end_layout
30844
30845 \end_inset
30846 </cell>
30847 </row>
30848 <row>
30849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30850 \begin_inset Text
30851
30852 \begin_layout Plain Layout
30853 dd
30854 \end_layout
30855
30856 \end_inset
30857 </cell>
30858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30859 \begin_inset Text
30860
30861 \begin_layout Plain Layout
30862 ディドー (72
30863 \begin_inset Formula $\,$
30864 \end_inset
30865
30866 dd 
30867 \begin_inset Formula $\approx$
30868 \end_inset
30869
30870  37.6
30871 \begin_inset Formula $\,$
30872 \end_inset
30873
30874 mm)
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 </row>
30880 <row>
30881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30882 \begin_inset Text
30883
30884 \begin_layout Plain Layout
30885 cc
30886 \end_layout
30887
30888 \end_inset
30889 </cell>
30890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30891 \begin_inset Text
30892
30893 \begin_layout Plain Layout
30894 シセロ (1
30895 \begin_inset Formula $\,$
30896 \end_inset
30897
30898 cc = 12
30899 \begin_inset Formula $\,$
30900 \end_inset
30901
30902 dd)
30903 \end_layout
30904
30905 \end_inset
30906 </cell>
30907 </row>
30908 <row>
30909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30910 \begin_inset Text
30911
30912 \begin_layout Plain Layout
30913 Scale%
30914 \end_layout
30915
30916 \end_inset
30917 </cell>
30918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30919 \begin_inset Text
30920
30921 \begin_layout Plain Layout
30922 元の画像幅の%
30923 \end_layout
30924
30925 \end_inset
30926 </cell>
30927 </row>
30928 <row>
30929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30930 \begin_inset Text
30931
30932 \begin_layout Plain Layout
30933 text%
30934 \end_layout
30935
30936 \end_inset
30937 </cell>
30938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30939 \begin_inset Text
30940
30941 \begin_layout Plain Layout
30942 テキスト幅の%
30943 \end_layout
30944
30945 \end_inset
30946 </cell>
30947 </row>
30948 <row>
30949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30950 \begin_inset Text
30951
30952 \begin_layout Plain Layout
30953 col%
30954 \end_layout
30955
30956 \end_inset
30957 </cell>
30958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962 組段幅の%
30963 \end_layout
30964
30965 \end_inset
30966 </cell>
30967 </row>
30968 <row>
30969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30970 \begin_inset Text
30971
30972 \begin_layout Plain Layout
30973 page%
30974 \end_layout
30975
30976 \end_inset
30977 </cell>
30978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30979 \begin_inset Text
30980
30981 \begin_layout Plain Layout
30982 用紙幅の%
30983 \end_layout
30984
30985 \end_inset
30986 </cell>
30987 </row>
30988 <row>
30989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30990 \begin_inset Text
30991
30992 \begin_layout Plain Layout
30993 line%
30994 \end_layout
30995
30996 \end_inset
30997 </cell>
30998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30999 \begin_inset Text
31000
31001 \begin_layout Plain Layout
31002 行幅の%
31003 \end_layout
31004
31005 \end_inset
31006 </cell>
31007 </row>
31008 <row>
31009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31010 \begin_inset Text
31011
31012 \begin_layout Plain Layout
31013 theight%
31014 \end_layout
31015
31016 \end_inset
31017 </cell>
31018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31019 \begin_inset Text
31020
31021 \begin_layout Plain Layout
31022 テキスト高さの%
31023 \end_layout
31024
31025 \end_inset
31026 </cell>
31027 </row>
31028 <row>
31029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31030 \begin_inset Text
31031
31032 \begin_layout Plain Layout
31033 pheight%
31034 \end_layout
31035
31036 \end_inset
31037 </cell>
31038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31039 \begin_inset Text
31040
31041 \begin_layout Plain Layout
31042 用紙高さの%
31043 \end_layout
31044
31045 \end_inset
31046 </cell>
31047 </row>
31048 <row>
31049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31050 \begin_inset Text
31051
31052 \begin_layout Plain Layout
31053 ex
31054 \end_layout
31055
31056 \end_inset
31057 </cell>
31058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31059 \begin_inset Text
31060
31061 \begin_layout Plain Layout
31062 現在のフォントの文字「x」の高さ
31063 \end_layout
31064
31065 \end_inset
31066 </cell>
31067 </row>
31068 <row>
31069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073 em
31074 \end_layout
31075
31076 \end_inset
31077 </cell>
31078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31079 \begin_inset Text
31080
31081 \begin_layout Plain Layout
31082 現在のフォントの文字「M」の幅
31083 \end_layout
31084
31085 \end_inset
31086 </cell>
31087 </row>
31088 <row>
31089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31090 \begin_inset Text
31091
31092 \begin_layout Plain Layout
31093 mu
31094 \end_layout
31095
31096 \end_inset
31097 </cell>
31098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31099 \begin_inset Text
31100
31101 \begin_layout Plain Layout
31102 数式単位 (1
31103 \begin_inset Formula $\,$
31104 \end_inset
31105
31106 mu = 1/18
31107 \begin_inset Formula $\,$
31108 \end_inset
31109
31110 em)
31111 \end_layout
31112
31113 \end_inset
31114 </cell>
31115 </row>
31116 </lyxtabular>
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \end_layout
31127
31128 \begin_layout Chapter
31129 画像を含む場合のファイル出力形式
31130 \begin_inset CommandInset label
31131 LatexCommand label
31132 name "cha:ファイル出力形式"
31133
31134 \end_inset
31135
31136
31137 \end_layout
31138
31139 \begin_layout Section
31140 DVI
31141 \begin_inset Index idx
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145 ふぁいるしょしき@ファイル書式 ! DVI
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \begin_inset Index idx
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155 DVI|see
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161 {
31162 \end_layout
31163
31164 \end_inset
31165
31166 ファイル書式
31167 \begin_inset ERT
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171
31172 }
31173 \end_layout
31174
31175 \end_inset
31176
31177
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186 このファイル型の拡張子は「
31187 \family typewriter
31188 .dvi
31189 \family default
31190 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
31191 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
31192 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \begin_inset Note Greyedout
31197 status open
31198
31199 \begin_layout Plain Layout
31200 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
31201 \end_layout
31202
31203 \end_inset
31204
31205 ですから、お使いの
31206 \family typewriter
31207 .dvi
31208 \family default
31209 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
31210 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
31211 DFを使用することをお勧めします。
31212 \end_layout
31213
31214 \begin_layout Standard
31215 使用中の文書は、
31216 \family sans
31217 ファイル
31218 \family default
31219 \SpecialChar \menuseparator
31220
31221 \family sans
31222 書き出し
31223 \family default
31224 \SpecialChar \menuseparator
31225
31226 \family sans
31227 DVI
31228 \family default
31229 メニューを使用して、DVIに書き出すことができます。また、
31230 \family sans
31231 表示
31232 \family default
31233 メニューかツールバーボタン
31234 \begin_inset Graphics
31235         filename ../../images/buffer-view_dvi.png
31236         scale 85
31237         scaleBeforeRotation
31238
31239 \end_inset
31240
31241 を使用すれば、使用中の文書をDVIで表示させることができます。
31242 \end_layout
31243
31244 \begin_layout Section
31245 PostScript
31246 \begin_inset CommandInset label
31247 LatexCommand label
31248 name "sec:PostScript"
31249
31250 \end_inset
31251
31252
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 ふぁいるしょしき@ファイル書式 ! PostScript
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \begin_inset Index idx
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267 PostScript|see
31268 \begin_inset ERT
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272
31273 {
31274 \end_layout
31275
31276 \end_inset
31277
31278 ファイル書式
31279 \begin_inset ERT
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284 }
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \end_layout
31291
31292 \end_inset
31293
31294
31295 \end_layout
31296
31297 \begin_layout Standard
31298 このファイル型の拡張子は「
31299 \family typewriter
31300 .ps
31301 \family default
31302 」です。PostScriptは、
31303 \family typewriter
31304 Adobe
31305 \family default
31306 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
31307 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
31308 \begin_inset Foot
31309 status open
31310
31311 \begin_layout Plain Layout
31312 これについてもう少し学ぶ気があれば、LaTeXパッケージ
31313 \series bold
31314 PSTricks
31315 \series default
31316  
31317 \begin_inset CommandInset citation
31318 LatexCommand cite
31319 key "pstricks"
31320
31321 \end_inset
31322
31323 を見てみてください。
31324 \end_layout
31325
31326 \end_inset
31327
31328 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
31329 \end_layout
31330
31331 \begin_layout Standard
31332 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
31333 \family typewriter
31334 .eps
31335 \family default
31336 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
31337 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
31338 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
31339 を直接EPSとして入れておく方がよいでしょう。
31340 \end_layout
31341
31342 \begin_layout Standard
31343 文書は、
31344 \family sans
31345 ファイル
31346 \family default
31347 \SpecialChar \menuseparator
31348
31349 \family sans
31350 書き出し
31351 \family default
31352 \SpecialChar \menuseparator
31353
31354 \family sans
31355 Postscript
31356 \family default
31357 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
31358 \family sans
31359 表示
31360 \family default
31361 メニューかツールバーボタン
31362 \begin_inset Graphics
31363         filename ../../images/buffer-view_ps.png
31364         scale 85
31365         scaleBeforeRotation
31366
31367 \end_inset
31368
31369 を使用することでPostScriptとして表示させることができます。
31370 \end_layout
31371
31372 \begin_layout Section
31373 PDF
31374 \begin_inset Index idx
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378 ふぁいるしょしき@ファイル書式 ! PDF
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \begin_inset Index idx
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 PDF
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \begin_layout Standard
31397 このファイル型の拡張子は「
31398 \family typewriter
31399 .pdf
31400 \family default
31401 」です。この「Portable Document Format (PDF)」は、
31402 \family typewriter
31403 Adobe
31404 \family default
31405 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
31406 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
31407 \end_layout
31408
31409 \begin_layout Standard
31410 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
31411 \family typewriter
31412 .jpg
31413 \family default
31414 」または「
31415 \family typewriter
31416 .jpeg
31417 \family default
31418 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
31419 \family typewriter
31420 .png
31421 \family default
31422 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
31423 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
31424 とをお勧めします。
31425 \end_layout
31426
31427 \begin_layout Standard
31428 使用中の文書は、
31429 \family sans
31430 ファイル
31431 \family default
31432 \SpecialChar \menuseparator
31433
31434 \family sans
31435 書き出し
31436 \family default
31437 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
31438 \end_layout
31439
31440 \begin_layout Description
31441 PDF
31442 \begin_inset space ~
31443 \end_inset
31444
31445 (ps2pdf) これは
31446 \family typewriter
31447 ps2pdf
31448 \family default
31449 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
31450 \family typewriter
31451 dvips
31452 \family default
31453 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
31454 \end_layout
31455
31456 \begin_layout Description
31457 PDF
31458 \begin_inset space ~
31459 \end_inset
31460
31461 (dvipdfm) これは
31462 \family typewriter
31463 dvipdfm
31464 \family default
31465 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
31466 \end_layout
31467
31468 \begin_layout Description
31469 PDF
31470 \begin_inset space ~
31471 \end_inset
31472
31473 (pdflatex) これは
31474 \family typewriter
31475 pdftex
31476 \family default
31477 プログラムを使って、現在のファイルを直接PDFに変換します。
31478 \end_layout
31479
31480 \begin_layout Standard
31481
31482 \family typewriter
31483 pdftex
31484 \family default
31485 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
31486 \family sans
31487 PDF
31488 \begin_inset space ~
31489 \end_inset
31490
31491 (pdflatex)
31492 \family default
31493 を使用することが推奨されます。
31494 \family typewriter
31495 dvipdfm
31496 \family default
31497 プログラムは開発が停止しており、若干時代遅れになっています。
31498 \end_layout
31499
31500 \begin_layout Standard
31501 使用中の文書をPDFとして表示するには、
31502 \family sans
31503 表示
31504 \family default
31505 メニューかツールバーボタン
31506 \begin_inset Graphics
31507         filename ../../images/buffer-view_pdf2.png
31508         scale 85
31509         scaleBeforeRotation
31510
31511 \end_inset
31512
31513 (これは
31514 \family sans
31515 PDF
31516 \begin_inset space ~
31517 \end_inset
31518
31519 (pdflatex)
31520 \family default
31521 を使用します)を用います。
31522 \end_layout
31523
31524 \begin_layout Chapter
31525 第(
31526 \begin_inset CommandInset ref
31527 LatexCommand ref
31528 reference "eq:Wgn"
31529
31530 \end_inset
31531
31532 )式の説明
31533 \begin_inset CommandInset label
31534 LatexCommand label
31535 name "cha:式の説明"
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543 \begin_inset Formula $n$
31544 \end_inset
31545
31546 個の表セルの全幅
31547 \begin_inset Formula $W_{\mathrm{tot\, n}}$
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 \begin_inset Formula \begin{equation}
31555 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}
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Standard
31563 で計算できます。ここで
31564 \begin_inset Formula $W_{g\, n}$
31565 \end_inset
31566
31567 は、すべてのセルが持つ固定幅です。
31568 \series bold
31569
31570 \backslash
31571 tabcolsep
31572 \series default
31573 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
31574 \begin_inset space \thinspace{}
31575 \end_inset
31576
31577 ptです。
31578 \series bold
31579
31580 \backslash
31581 arrayrulewidth
31582 \series default
31583 は、セル罫線幅であり、既定値は0.4
31584 \begin_inset space \thinspace{}
31585 \end_inset
31586
31587 ptです。
31588 \end_layout
31589
31590 \begin_layout Standard
31591
31592 \begin_inset CommandInset ref
31593 LatexCommand eqref
31594 reference "eq:Wtot_n"
31595
31596 \end_inset
31597
31598 式にしたがえば、連結列の全幅
31599 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
31600 \end_inset
31601
31602
31603 \end_layout
31604
31605 \begin_layout Standard
31606 \begin_inset Formula \begin{equation}
31607 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
31608
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \begin_layout Standard
31615 となります。
31616 \begin_inset Formula $n$
31617 \end_inset
31618
31619 列を連結する時には各列の全幅は
31620 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
31621 \end_inset
31622
31623 となるので、第
31624 \begin_inset CommandInset ref
31625 LatexCommand eqref
31626 reference "eq:Wtot_n"
31627
31628 \end_inset
31629
31630 式と第
31631 \begin_inset CommandInset ref
31632 LatexCommand eqref
31633 reference "eq:Wtot_mult"
31634
31635 \end_inset
31636
31637 式が等しいものと置けば、必要となる固定幅
31638 \begin_inset Formula $W_{g\, n}$
31639 \end_inset
31640
31641 を計算することができて、
31642 \end_layout
31643
31644 \begin_layout Standard
31645 \begin_inset Formula \begin{equation}
31646 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
31647
31648 \end_inset
31649
31650 となります。
31651 \end_layout
31652
31653 \begin_layout Bibliography
31654 \labelwidthstring 参考文献
31655 \begin_inset CommandInset bibitem
31656 LatexCommand bibitem
31657 key "latexcompanion"
31658
31659 \end_inset
31660
31661 Frank Mittelbach and Michel Goossens: 
31662 \emph on
31663 The LaTeX Companion Second Edition.
31664
31665 \emph default
31666  Addison-Wesley, 2004
31667 \end_layout
31668
31669 \begin_layout Bibliography
31670 \labelwidthstring 参考文献
31671 \begin_inset CommandInset bibitem
31672 LatexCommand bibitem
31673 key "latexguide"
31674
31675 \end_inset
31676
31677 Helmut Kopka and Patrick W.
31678  Daly: 
31679 \emph on
31680 A Guide to LaTeX Fourth Edition.
31681
31682 \emph default
31683  Addison-Wesley, 2003
31684 \end_layout
31685
31686 \begin_layout Bibliography
31687 \labelwidthstring 参考文献
31688 \begin_inset CommandInset bibitem
31689 LatexCommand bibitem
31690 key "latexbook"
31691
31692 \end_inset
31693
31694 Leslie Lamport: 
31695 \emph on
31696 LaTeX: A Document Preparation System.
31697
31698 \emph default
31699  Addison-Wesley, second edition, 1994
31700 \end_layout
31701
31702 \begin_layout Bibliography
31703 \labelwidthstring 参考文献
31704 \begin_inset CommandInset bibitem
31705 LatexCommand bibitem
31706 key "booktabs"
31707
31708 \end_inset
31709
31710 LaTeXパッケージ
31711 \series bold
31712
31713 \begin_inset CommandInset href
31714 LatexCommand href
31715 name "booktabs"
31716 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
31717
31718 \end_inset
31719
31720
31721 \series default
31722
31723 \begin_inset Index idx
31724 status collapsed
31725
31726 \begin_layout Plain Layout
31727 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
31728 \end_layout
31729
31730 \end_inset
31731
31732 の取扱説明書
31733 \end_layout
31734
31735 \begin_layout Bibliography
31736 \labelwidthstring 参考文献
31737 \begin_inset CommandInset bibitem
31738 LatexCommand bibitem
31739 key "caption"
31740
31741 \end_inset
31742
31743 LaTeXパッケージ
31744 \series bold
31745
31746 \begin_inset CommandInset href
31747 LatexCommand href
31748 name "caption"
31749 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
31750
31751 \end_inset
31752
31753
31754 \series default
31755
31756 \begin_inset Index idx
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760 LaTeXぱっけーじ@LaTeXパッケージ ! caption
31761 \end_layout
31762
31763 \end_inset
31764
31765 の取扱説明書
31766 \end_layout
31767
31768 \begin_layout Bibliography
31769 \labelwidthstring 参考文献
31770 \begin_inset CommandInset bibitem
31771 LatexCommand bibitem
31772 key "endfloat"
31773
31774 \end_inset
31775
31776 LaTeXパッケージ
31777 \series bold
31778
31779 \begin_inset CommandInset href
31780 LatexCommand href
31781 name "endfloat"
31782 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
31783
31784 \end_inset
31785
31786
31787 \series default
31788
31789 \begin_inset Index idx
31790 status collapsed
31791
31792 \begin_layout Plain Layout
31793 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
31794 \end_layout
31795
31796 \end_inset
31797
31798 の取扱説明書
31799 \end_layout
31800
31801 \begin_layout Bibliography
31802 \labelwidthstring 参考文献
31803 \begin_inset CommandInset bibitem
31804 LatexCommand bibitem
31805 key "wrapfig"
31806
31807 \end_inset
31808
31809 LaTeXパッケージ
31810 \series bold
31811
31812 \begin_inset CommandInset href
31813 LatexCommand href
31814 name "wrapfig"
31815 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
31816
31817 \end_inset
31818
31819
31820 \series default
31821
31822 \begin_inset Index idx
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
31827 \end_layout
31828
31829 \end_inset
31830
31831 の取扱説明書
31832 \end_layout
31833
31834 \begin_layout Bibliography
31835 \labelwidthstring 参考文献
31836 \begin_inset CommandInset bibitem
31837 LatexCommand bibitem
31838 key "footmisc"
31839
31840 \end_inset
31841
31842 LaTeXパッケージ
31843 \series bold
31844
31845 \begin_inset CommandInset href
31846 LatexCommand href
31847 name "footmisc"
31848 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
31849
31850 \end_inset
31851
31852
31853 \series default
31854
31855 \begin_inset Index idx
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
31860 \end_layout
31861
31862 \end_inset
31863
31864 の取扱説明書
31865 \end_layout
31866
31867 \begin_layout Bibliography
31868 \labelwidthstring 参考文献
31869 \begin_inset CommandInset bibitem
31870 LatexCommand bibitem
31871 key "hypcap"
31872
31873 \end_inset
31874
31875 LaTeXパッケージ
31876 \series bold
31877
31878 \begin_inset CommandInset href
31879 LatexCommand href
31880 name "hypcap"
31881 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
31882
31883 \end_inset
31884
31885
31886 \series default
31887
31888 \begin_inset Index idx
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
31893 \end_layout
31894
31895 \end_inset
31896
31897 の取扱説明書
31898 \end_layout
31899
31900 \begin_layout Bibliography
31901 \labelwidthstring 参考文献
31902 \begin_inset CommandInset bibitem
31903 LatexCommand bibitem
31904 key "hyperref"
31905
31906 \end_inset
31907
31908 LaTeXパッケージ
31909 \series bold
31910
31911 \begin_inset CommandInset href
31912 LatexCommand href
31913 name "hyperref"
31914 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
31915
31916 \end_inset
31917
31918
31919 \series default
31920
31921 \begin_inset Index idx
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
31926 \end_layout
31927
31928 \end_inset
31929
31930 の取扱説明書
31931 \end_layout
31932
31933 \begin_layout Bibliography
31934 \labelwidthstring 参考文献
31935 \begin_inset CommandInset bibitem
31936 LatexCommand bibitem
31937 key "KOMA-script"
31938
31939 \end_inset
31940
31941 LaTeXパッケージ
31942 \series bold
31943
31944 \begin_inset CommandInset href
31945 LatexCommand href
31946 name "KOMA-script"
31947 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
31948
31949 \end_inset
31950
31951
31952 \series default
31953
31954 \begin_inset Index idx
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
31959 \end_layout
31960
31961 \end_inset
31962
31963 の取扱説明書
31964 \end_layout
31965
31966 \begin_layout Bibliography
31967 \labelwidthstring 参考文献
31968 \begin_inset CommandInset bibitem
31969 LatexCommand bibitem
31970 key "listings"
31971
31972 \end_inset
31973
31974 LaTeXパッケージ
31975 \series bold
31976
31977 \begin_inset CommandInset href
31978 LatexCommand href
31979 name "listings"
31980 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
31981
31982 \end_inset
31983
31984
31985 \series default
31986
31987 \begin_inset Index idx
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 LaTeXぱっけーじ@LaTeXパッケージ ! listings
31992 \end_layout
31993
31994 \end_inset
31995
31996 の取扱説明書
31997 \end_layout
31998
31999 \begin_layout Bibliography
32000 \labelwidthstring 参考文献
32001 \begin_inset CommandInset bibitem
32002 LatexCommand bibitem
32003 key "marginnote"
32004
32005 \end_inset
32006
32007 LaTeXパッケージ
32008 \series bold
32009
32010 \begin_inset CommandInset href
32011 LatexCommand href
32012 name "marginnote"
32013 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
32014
32015 \end_inset
32016
32017
32018 \series default
32019
32020 \begin_inset Index idx
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
32025 \end_layout
32026
32027 \end_inset
32028
32029 の取扱説明書
32030 \end_layout
32031
32032 \begin_layout Bibliography
32033 \labelwidthstring 参考文献
32034 \begin_inset CommandInset bibitem
32035 LatexCommand bibitem
32036 key "pstricks"
32037
32038 \end_inset
32039
32040 LaTeXパッケージ
32041 \series bold
32042
32043 \begin_inset CommandInset href
32044 LatexCommand href
32045 name "PSTricks"
32046 target "http://tug.org/PSTricks/"
32047
32048 \end_inset
32049
32050
32051 \series default
32052
32053 \begin_inset Index idx
32054 status collapsed
32055
32056 \begin_layout Plain Layout
32057 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
32058 \end_layout
32059
32060 \end_inset
32061
32062 のウェブページ
32063 \end_layout
32064
32065 \begin_layout Bibliography
32066 \labelwidthstring 参考文献
32067 \begin_inset CommandInset bibitem
32068 LatexCommand bibitem
32069 key "sidecap"
32070
32071 \end_inset
32072
32073 LaTeXパッケージ
32074 \series bold
32075
32076 \begin_inset CommandInset href
32077 LatexCommand href
32078 name "sidecap"
32079 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
32080
32081 \end_inset
32082
32083
32084 \series default
32085
32086 \begin_inset Index idx
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
32091 \end_layout
32092
32093 \end_inset
32094
32095 の取扱説明書
32096 \end_layout
32097
32098 \begin_layout Bibliography
32099 \labelwidthstring 参考文献
32100 \begin_inset CommandInset bibitem
32101 LatexCommand bibitem
32102 key "NewInLyX20"
32103
32104 \end_inset
32105
32106
32107 \family sans
32108 LyX 2.0
32109 \family default
32110 の新機能に関する
32111 \begin_inset CommandInset href
32112 LatexCommand href
32113 name "Wikiページ"
32114 target "http://wiki.lyx.org/LyX/NewInLyX20"
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Standard
32122 \begin_inset CommandInset index_print
32123 LatexCommand printindex
32124 type "idx"
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \end_body
32132 \end_document