]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe the new multirow feature
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 \usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \usepackage{sidecap}
43
44 \newcommand{\TabBesBeg}{%
45  \let\MyTable\table
46  \let\MyEndtable\endtable
47  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
48
49 \newcommand{\TabBesEnd}{%
50  \let\table\MyTable
51  \let\endtable\MyEndtable}
52
53 \newcommand{\FigBesBeg}{%
54  \let\MyFigure\figure
55  \let\MyEndfigure\endfigure
56  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
57
58 \newcommand{\FigBesEnd}{%
59  \let\figure\MyFigure
60  \let\endfigure\MyEndfigure}
61
62 % enables calculation of values,
63 \usepackage{calc}
64
65 % provides special table cell alignments
66 \usepackage{dcolumn}
67
68 % increase the bottom float placement fraction
69 \renewcommand{\bottomfraction}{0.5}
70
71 % avoids that floats are placed before their
72 % corresponding section starts
73 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
74
75 % speed up the longtable calculation
76 \setcounter{LTchunksize}{100}
77
78 % used for scaled and rotated boxes
79 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
80
81 % used for colored tables
82 \@ifundefined{textcolor}
83  {\usepackage{color}}{}
84 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
85 \definecolor{lightgrey}{gray}{0.8}
86
87 % check for package colortbl
88 % used for colored table cells
89 \newboolean{colortbl}
90 \IfFileExists{colortbl.sty}
91  {\usepackage{colortbl}
92   \setboolean{colortbl}{true}}
93  {\setboolean{colortbl}{false}}
94
95 % used for book-style tables
96 \usepackage{booktabs}
97
98 % used to have extra space in table cells
99 \@ifundefined{extrarowheight}
100  {\usepackage{array}}{}
101 \setlength{\extrarowheight}{2pt}
102
103 % used for customized tables
104 % ---
105 \newcolumntype{M}[1]
106  {>{\centering\hspace{0pt}}m{#1}}
107
108 \newcolumntype{S}[2]
109  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
110
111 \newcolumntype{K}[1]
112  {>{\columncolor{#1}\hspace{0pt}}c}
113
114 \newcolumntype{V}{!{\vrule width 1.5pt}}
115
116 \newcolumntype{W}{!{\color{green}\vline}}
117 % ---
118
119 % insert additional vertical space of
120 % 1.5 mm between footnotes
121 \let\myFoot\footnote
122 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
123
124 % number algorithm floats within chapters
125 \numberwithin{algorithm}{chapter}
126
127
128 % ------------------------------------
129 % used to check for needed LaTeX packages
130 \usepackage{ifthen}
131
132 % check for package arydshln
133 % used for tables with dashed lines
134 \newboolean{arydshln}
135 \IfFileExists{arydshln.sty}
136  {\usepackage{arydshln}
137   \setboolean{arydshln}{true}}
138  {\setboolean{arydshln}{false}}
139
140 % check for package marginnote
141 % used for margin notes
142 \newboolean{marginnote}
143 \IfFileExists{marginnote.sty}
144  {\usepackage{marginnote}
145   \let\marginpar\marginnote
146   \setboolean{marginnote}{true}}
147  {\setboolean{marginnote}{false}}
148
149 % check for package sidecap
150 % used for captions on the side
151 \newboolean{sidecap}
152 \IfFileExists{sidecap.sty}
153  {\usepackage{sidecap}
154   \setboolean{sidecap}{true}}
155  {\setboolean{sidecap}{false}}
156
157 % redefine the \LyX macro for PDF bookmarks
158 \def\LyX{\texorpdfstring{%
159   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
160   {LyX}}
161
162 \usepackage{t1enc}
163 \renewcommand{\seename}{→}
164
165 \usepackage{subfig}
166 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
167 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
168 \end_preamble
169 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
170 \use_default_options false
171 \maintain_unincluded_children false
172 \language japanese
173 \inputencoding auto
174 \fontencoding global
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \use_xetex false
180 \font_sc false
181 \font_osf false
182 \font_sf_scale 100
183 \font_tt_scale 100
184
185 \graphics default
186 \default_output_format default
187 \output_sync 0
188 \bibtex_command default
189 \index_command default
190 \paperfontsize 12
191 \spacing single
192 \use_hyperref true
193 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
194 \pdf_author "LyX Team, Uwe Stohr"
195 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
196 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
197 \pdf_bookmarks true
198 \pdf_bookmarksnumbered true
199 \pdf_bookmarksopen true
200 \pdf_bookmarksopenlevel 1
201 \pdf_breaklinks false
202 \pdf_pdfborder false
203 \pdf_colorlinks true
204 \pdf_backref false
205 \pdf_pdfusetitle false
206 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
207 \papersize a4paper
208 \use_geometry true
209 \use_amsmath 2
210 \use_esint 0
211 \use_mhchem 1
212 \use_mathdots 1
213 \cite_engine basic
214 \use_bibtopic false
215 \use_indices false
216 \paperorientation portrait
217 \suppress_date false
218 \use_refstyle 0
219 \notefontcolor #0000ff
220 \index 索引
221 \shortcut idx
222 \color #008000
223 \end_index
224 \leftmargin 2.5cm
225 \topmargin 2.5cm
226 \rightmargin 2.5cm
227 \bottommargin 3cm
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \quotes_language english
233 \papercolumns 1
234 \papersides 2
235 \paperpagestyle default
236 \bullet 1 1 34 -1
237 \bullet 2 2 35 -1
238 \bullet 3 2 7 -1
239 \tracking_changes false
240 \output_changes false
241 \html_math_output 0
242 \html_be_strict false
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 LyXにおける図表・フロート・注釈・ボックス・外部素材の詳細についての説明書
249 \end_layout
250
251 \begin_layout Author
252 LyXプロジェクトチーム
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Plain Layout
257 \noindent
258 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
259 \begin_inset CommandInset href
260 LatexCommand href
261 name "lyx-docs@lists.lyx.org"
262 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
263 type "mailto:"
264
265 \end_inset
266
267  までお送り下さい。
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Note Note
274 status collapsed
275
276 \begin_layout Plain Layout
277 著者:Uwe Stöhr
278 \end_layout
279
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \family sans
292 バージョン2.0.x
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset CommandInset toc
297 LatexCommand tableofcontents
298
299 \end_inset
300
301
302 \end_layout
303
304 \begin_layout Standard
305 \begin_inset Note Note
306 status collapsed
307
308 \begin_layout Plain Layout
309 本文書の全体をPDFやPS、DVIに書き出すには、
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 marginnote
320 \series default
321
322 \series bold
323 sidecap
324 \series default
325 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
326 されません。
327 \end_layout
328
329 \begin_layout Plain Layout
330 本文書の最新PDF版は
331 \begin_inset Newline newline
332 \end_inset
333
334
335 \series bold
336 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
337 \series default
338
339 \begin_inset Newline newline
340 \end_inset
341
342 にあります。
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Chapter
351
352 \begin_inset Index idx
353 status collapsed
354
355 \begin_layout Plain Layout
356 ず@図
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 がぞう@画像|see
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 {
373 \end_layout
374
375 \end_inset
376
377
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383 }
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Section
397 画像ダイアログ
398 \begin_inset Index idx
399 status collapsed
400
401 \begin_layout Plain Layout
402 ず@図 ! がぞうだいあろぐ@画像ダイアログ
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset CommandInset label
409 LatexCommand label
410 name "sec:画像ダイアログ"
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Standard
418 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
419 \begin_inset Graphics
420         filename ../../images/dialog-show-new-inset_graphics.png
421         scale 85
422         scaleBeforeRotation
423
424 \end_inset
425
426 をクリックするか、
427 \family sans
428 挿入\SpecialChar \menuseparator
429 画像
430 \family default
431 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
432 \end_layout
433
434 \begin_layout Standard
435 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
436 \end_layout
437
438 \begin_layout Description
439
440 \family sans
441 画像
442 \family default
443  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:LyXで使用できる単位"
447
448 \end_inset
449
450 に説明があります。
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index idx
456 status collapsed
457
458 \begin_layout Plain Layout
459 ず@図 ! のかいてん@---の回転
460 \end_layout
461
462 \end_inset
463
464 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
465 \begin_inset Newline newline
466 \end_inset
467
468
469 \begin_inset Index idx
470 status collapsed
471
472 \begin_layout Plain Layout
473 ず@図 ! のしんしゅく@---の伸縮
474 \end_layout
475
476 \end_inset
477
478 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
479 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
480 \family sans
481 縦横比を維持する
482 \family default
483 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
484 \begin_inset Newline newline
485 \end_inset
486
487 画像を右クリックすると現れるコンテクストメニューで
488 \family sans
489 外部で編集
490 \family default
491 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
492 ます。
493 \end_layout
494
495 \begin_layout Description
496
497 \family sans
498 切り抜き
499 \family default
500  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
501 \family sans
502 ファイルから取得
503 \family default
504 ボタンを押すことによって、自動的に計算することもできます。
505 \family sans
506 境界枠で切り抜く
507 \family default
508 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
509 \end_layout
510
511 \begin_layout Description
512
513 \family sans
514 LaTeXとLyXのオプション
515 \family default
516  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
517 \family sans
518
519 \begin_inset Newline newline
520 \end_inset
521
522 下書きモード
523 \family default
524 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
525 \family sans
526
527 \begin_inset Newline newline
528 \end_inset
529
530 エクスポートする際に解凍しない
531 \family default
532 オプションは、
533 \emph on
534 x.eps.gz
535 \emph default
536 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
537 ません。
538 \begin_inset Newline newline
539 \end_inset
540
541 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
542 \begin_inset CommandInset ref
543 LatexCommand ref
544 reference "sec:PostScript"
545
546 \end_inset
547
548 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
549 \begin_inset Newline newline
550 \end_inset
551
552
553 \series bold
554 gzip x.eps
555 \series default
556
557 \begin_inset Newline newline
558 \end_inset
559
560
561 \series bold
562 zgrep %%Bounding x.eps.gz > x.eps.bb
563 \series default
564
565 \begin_inset Newline newline
566 \end_inset
567
568 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
569 \begin_inset Newline newline
570 \end_inset
571
572
573 \family sans
574 画像グループ
575 \family default
576 フィールドでは、画像設定グループを定義したり既存のグループに所属させたりすることができます
577 \begin_inset Index idx
578 status collapsed
579
580 \begin_layout Plain Layout
581 ず@図 ! せっていぐるーぷ@設定グループ
582 \end_layout
583
584 \end_inset
585
586 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
587 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
588 ーを使用して、望むグループ名をチェックすることで行うこともできます。
589 \end_layout
590
591 \begin_layout Standard
592 \begin_inset VSpace bigskip
593 \end_inset
594
595
596 \end_layout
597
598 \begin_layout Standard
599 下記はEPS書式
600 \begin_inset Foot
601 status collapsed
602
603 \begin_layout Plain Layout
604 画像書式は、第
605 \begin_inset CommandInset ref
606 LatexCommand ref
607 reference "sec:画像書式"
608
609 \end_inset
610
611 節に説明されています。
612 \end_layout
613
614 \end_inset
615
616 の画像の例で、単独の中央揃えの段落に置いてあります。
617 \end_layout
618
619 \begin_layout Standard
620 \align center
621 \begin_inset Graphics
622         filename ../clipart/mobius.eps
623         scale 70
624         scaleBeforeRotation
625         rotateOrigin center
626
627 \end_inset
628
629
630 \end_layout
631
632 \begin_layout Standard
633 下記は上と同じ画像ですが、下書きモードのものです。
634 \end_layout
635
636 \begin_layout Standard
637 \align center
638 \begin_inset Graphics
639         filename ../clipart/mobius.eps
640         scale 70
641         draft
642         scaleBeforeRotation
643         rotateOrigin center
644
645 \end_inset
646
647
648 \end_layout
649
650 \begin_layout Standard
651 \begin_inset Newpage newpage
652 \end_inset
653
654
655 \end_layout
656
657 \begin_layout Section
658 図フロート
659 \begin_inset CommandInset label
660 LatexCommand label
661 name "sec:図フロート"
662
663 \end_inset
664
665
666 \begin_inset Index idx
667 status collapsed
668
669 \begin_layout Plain Layout
670 ふろーと@フロート ! ず@図
671 \end_layout
672
673 \end_inset
674
675
676 \begin_inset Index idx
677 status collapsed
678
679 \begin_layout Plain Layout
680 ず@図 ! ふろーと@フロート
681 \end_layout
682
683 \end_inset
684
685
686 \end_layout
687
688 \begin_layout Standard
689 フロートについての一般的な説明は、第
690 \begin_inset CommandInset ref
691 LatexCommand ref
692 reference "sec:フロートはじめに"
693
694 \end_inset
695
696 節をご覧下さい。
697 \end_layout
698
699 \begin_layout Standard
700 ツールバーボタンの
701 \begin_inset Graphics
702         filename ../../images/float-insert_figure.png
703         scale 85
704         scaleBeforeRotation
705
706 \end_inset
707
708
709 \family sans
710 挿入\SpecialChar \menuseparator
711 フロート\SpecialChar \menuseparator
712
713 \family default
714 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "fig:犠牲のカモノハシ"
718
719 \end_inset
720
721 のようにキャプションの上に置くこともできますし、図
722 \begin_inset CommandInset ref
723 LatexCommand ref
724 reference "fig:エッシャー"
725
726 \end_inset
727
728 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "sec:キャプションの配置"
732
733 \end_inset
734
735 節に述べられています。
736 \end_layout
737
738 \begin_layout Standard
739 \begin_inset Float figure
740 wide false
741 sideways false
742 status open
743
744 \begin_layout Plain Layout
745 \align center
746 \begin_inset Graphics
747         filename ../clipart/platypus.eps
748         width 50col%
749         scaleBeforeRotation
750         rotateOrigin center
751
752 \end_inset
753
754
755 \end_layout
756
757 \begin_layout Plain Layout
758 \begin_inset Caption
759
760 \begin_layout Plain Layout
761 \begin_inset CommandInset label
762 LatexCommand label
763 name "fig:犠牲のカモノハシ"
764
765 \end_inset
766
767 フロート中の激しく歪んだカモノハシ
768 \end_layout
769
770 \end_inset
771
772
773 \end_layout
774
775 \end_inset
776
777
778 \end_layout
779
780 \begin_layout Standard
781 \begin_inset Float figure
782 wide false
783 sideways false
784 status open
785
786 \begin_layout Plain Layout
787 \begin_inset Caption
788
789 \begin_layout Plain Layout
790 \begin_inset CommandInset label
791 LatexCommand label
792 name "fig:エッシャー"
793
794 \end_inset
795
796 行ってしまったM.C.エッシャー
797 \end_layout
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Plain Layout
805 \align center
806 \begin_inset Graphics
807         filename ../clipart/escher-lsd.eps
808         scale 80
809         scaleBeforeRotation
810         rotateOrigin center
811
812 \end_inset
813
814
815 \end_layout
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Standard
823 \begin_inset Index idx
824 status collapsed
825
826 \begin_layout Plain Layout
827 さんしょう@参照 ! ずへの@図への ---
828 \end_layout
829
830 \end_inset
831
832
833 \begin_inset CommandInset ref
834 LatexCommand ref
835 reference "fig:犠牲のカモノハシ"
836
837 \end_inset
838
839 図と第
840 \begin_inset CommandInset ref
841 LatexCommand ref
842 reference "fig:エッシャー"
843
844 \end_inset
845
846 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
847 \family sans
848 挿入\SpecialChar \menuseparator
849 ラベル
850 \family default
851 メニューかツールバーボタン
852 \begin_inset Graphics
853         filename ../../images/label-insert.png
854         scale 85
855         scaleBeforeRotation
856
857 \end_inset
858
859 を使用して、キャプションにラベルを挿入してください。その後、
860 \family sans
861 挿入\SpecialChar \menuseparator
862 相互参照
863 \family default
864 メニューかツールバーボタン
865 \begin_inset Graphics
866         filename ../../images/dialog-show-new-inset_ref.png
867         scale 85
868         scaleBeforeRotation
869
870 \end_inset
871
872 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
873 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
874 \begin_inset Newline newline
875 \end_inset
876
877 参照は、第
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "sec:フロートの参照"
881
882 \end_inset
883
884 節で詳細に説明されています。
885 \end_layout
886
887 \begin_layout Standard
888 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
889 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
890 \begin_inset CommandInset ref
891 LatexCommand ref
892 reference "fig:歪められた二つの像"
893
894 \end_inset
895
896 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
897 \begin_inset CommandInset ref
898 LatexCommand ref
899 reference "fig:何かわからない構造"
900
901 \end_inset
902
903 と図
904 \begin_inset CommandInset ref
905 LatexCommand ref
906 reference "fig:カモノハシ"
907
908 \end_inset
909
910 が内部図になります。
911 \end_layout
912
913 \begin_layout Standard
914 \begin_inset Float figure
915 wide false
916 sideways false
917 status open
918
919 \begin_layout Plain Layout
920 \begin_inset space \hfill{}
921 \end_inset
922
923
924 \begin_inset Float figure
925 wide false
926 sideways false
927 status open
928
929 \begin_layout Plain Layout
930 \begin_inset Caption
931
932 \begin_layout Plain Layout
933 \begin_inset CommandInset label
934 LatexCommand label
935 name "fig:何かわからない構造"
936
937 \end_inset
938
939 何かわからない構造
940 \end_layout
941
942 \end_inset
943
944
945 \end_layout
946
947 \begin_layout Plain Layout
948 \begin_inset Graphics
949         filename ../clipart/escher-lsd.eps
950         width 45col%
951         scaleBeforeRotation
952         groupId distorted
953
954 \end_inset
955
956
957 \end_layout
958
959 \end_inset
960
961
962 \begin_inset space \hfill{}
963 \end_inset
964
965
966 \begin_inset Float figure
967 wide false
968 sideways false
969 status open
970
971 \begin_layout Plain Layout
972 \begin_inset Caption
973
974 \begin_layout Plain Layout
975 \begin_inset CommandInset label
976 LatexCommand label
977 name "fig:カモノハシ"
978
979 \end_inset
980
981 カモノハシ
982 \end_layout
983
984 \end_inset
985
986
987 \end_layout
988
989 \begin_layout Plain Layout
990 \begin_inset Graphics
991         filename ../clipart/platypus.eps
992         width 45col%
993         scaleBeforeRotation
994         groupId distorted
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \end_inset
1002
1003
1004 \begin_inset space \hfill{}
1005 \end_inset
1006
1007
1008 \end_layout
1009
1010 \begin_layout Plain Layout
1011 \begin_inset Caption
1012
1013 \begin_layout Plain Layout
1014 \begin_inset CommandInset label
1015 LatexCommand label
1016 name "fig:歪められた二つの像"
1017
1018 \end_inset
1019
1020 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1021 \end_layout
1022
1023 \end_inset
1024
1025
1026 \end_layout
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \begin_layout Standard
1034 \begin_inset Newpage newpage
1035 \end_inset
1036
1037
1038 \end_layout
1039
1040 \begin_layout Section
1041 画像書式
1042 \begin_inset CommandInset label
1043 LatexCommand label
1044 name "sec:画像書式"
1045
1046 \end_inset
1047
1048
1049 \begin_inset Index idx
1050 status collapsed
1051
1052 \begin_layout Plain Layout
1053 がぞうしょしき@画像書式
1054 \end_layout
1055
1056 \end_inset
1057
1058
1059 \begin_inset Index idx
1060 status collapsed
1061
1062 \begin_layout Plain Layout
1063 ず@図 ! がぞうしょしき@画像書式
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \begin_layout Standard
1072 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "cha:ファイル出力形式"
1076
1077 \end_inset
1078
1079 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1080 ウンドで
1081 \family typewriter
1082 ImageMagick
1083 \family default
1084 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1085 用するとよいでしょう。出力ファイル書式は、付録
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "cha:ファイル出力形式"
1089
1090 \end_inset
1091
1092 に説明されています。
1093 \end_layout
1094
1095 \begin_layout Standard
1096 フォントと同じく、画像形式にも以下の二つの型があります。
1097 \end_layout
1098
1099 \begin_layout Description
1100 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1101 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1102 \family typewriter
1103 .gif
1104 \family default
1105 」)
1106 \begin_inset Index idx
1107 status collapsed
1108
1109 \begin_layout Plain Layout
1110 GIF|see
1111 \begin_inset ERT
1112 status collapsed
1113
1114 \begin_layout Plain Layout
1115
1116 {
1117 \end_layout
1118
1119 \end_inset
1120
1121 画像書式
1122 \begin_inset ERT
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126
1127 }
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \end_inset
1136
1137 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1138 \family typewriter
1139 .png
1140 \family default
1141 」)
1142 \begin_inset Index idx
1143 status collapsed
1144
1145 \begin_layout Plain Layout
1146 PNG|see
1147 \begin_inset ERT
1148 status collapsed
1149
1150 \begin_layout Plain Layout
1151
1152 {
1153 \end_layout
1154
1155 \end_inset
1156
1157 画像書式
1158 \begin_inset ERT
1159 status collapsed
1160
1161 \begin_layout Plain Layout
1162
1163 }
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \end_inset
1172
1173 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1174 \family typewriter
1175 .jpg
1176 \family default
1177 」または「
1178 \family typewriter
1179 .jpeg
1180 \family default
1181 」)
1182 \begin_inset Index idx
1183 status collapsed
1184
1185 \begin_layout Plain Layout
1186 JPG|see
1187 \begin_inset ERT
1188 status collapsed
1189
1190 \begin_layout Plain Layout
1191
1192 {
1193 \end_layout
1194
1195 \end_inset
1196
1197 画像書式
1198 \begin_inset ERT
1199 status collapsed
1200
1201 \begin_layout Plain Layout
1202
1203 }
1204 \end_layout
1205
1206 \end_inset
1207
1208
1209 \end_layout
1210
1211 \end_inset
1212
1213 などがあります。
1214 \end_layout
1215
1216 \begin_layout Description
1217 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1218 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1219 に便利です。
1220 \begin_inset Newline newline
1221 \end_inset
1222
1223 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1224 \family typewriter
1225 .svg
1226 \family default
1227 」)
1228 \begin_inset Index idx
1229 status collapsed
1230
1231 \begin_layout Plain Layout
1232 SVG|see
1233 \begin_inset ERT
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237
1238 {
1239 \end_layout
1240
1241 \end_inset
1242
1243 画像書式
1244 \begin_inset ERT
1245 status collapsed
1246
1247 \begin_layout Plain Layout
1248
1249 }
1250 \end_layout
1251
1252 \end_inset
1253
1254
1255 \end_layout
1256
1257 \end_inset
1258
1259 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1260 \family typewriter
1261 .eps
1262 \family default
1263 」)
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 EPS|see
1269 \begin_inset ERT
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273
1274 {
1275 \end_layout
1276
1277 \end_inset
1278
1279 画像書式
1280 \begin_inset ERT
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284
1285 }
1286 \end_layout
1287
1288 \end_inset
1289
1290
1291 \end_layout
1292
1293 \end_inset
1294
1295 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1296 \family typewriter
1297 .pdf
1298 \family default
1299 」)
1300 \begin_inset Index idx
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304 PDF
1305 \end_layout
1306
1307 \end_inset
1308
1309 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1310 \family typewriter
1311 .wmf
1312 \family default
1313 」)
1314 \begin_inset Index idx
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 SVG|see
1319 \begin_inset ERT
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323
1324 {
1325 \end_layout
1326
1327 \end_inset
1328
1329 画像書式
1330 \begin_inset ERT
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334
1335 }
1336 \end_layout
1337
1338 \end_inset
1339
1340
1341 \end_layout
1342
1343 \end_inset
1344
1345 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1346 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1347 \begin_inset Foot
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351 PDFの場合には、さらに元画像が圧縮されます。
1352 \end_layout
1353
1354 \end_inset
1355
1356 。たとえば、
1357 \family typewriter
1358 Adobe Photoshop
1359 \family default
1360 が生成するPDFファイルは、ビットマップ画像です。
1361 \end_layout
1362
1363 \begin_layout Standard
1364 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1365 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1366 \begin_inset Formula $\to$
1367 \end_inset
1368
1369 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1370 \end_layout
1371
1372 \begin_layout Chapter
1373
1374 \begin_inset Index idx
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378 ひょう@表
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \begin_layout Section
1387 はじめに
1388 \begin_inset Index idx
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392 ひょう@表 ! はじめに
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \begin_layout Standard
1401
1402 \family roman
1403 \series medium
1404 \shape up
1405 \size normal
1406 \emph off
1407 \bar no
1408 \noun off
1409 \color none
1410 表を挿入するには、ツールバーボタン
1411 \begin_inset Graphics
1412         filename ../../images/tabular-insert.png
1413         scale 85
1414
1415 \end_inset
1416
1417 か、
1418 \family sans
1419 \series default
1420 \shape default
1421 \size default
1422 \emph default
1423 \bar default
1424 \noun default
1425 \color inherit
1426 挿入\SpecialChar \menuseparator
1427
1428 \family default
1429 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1430 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1431 \begin_inset Newline newline
1432 \end_inset
1433
1434 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1435 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1436 \end_layout
1437
1438 \begin_layout Standard
1439 \align center
1440 \begin_inset Tabular
1441 <lyxtabular version="3" rows="4" columns="4">
1442 <features tabularvalignment="middle">
1443 <column alignment="center" valignment="top" width="0">
1444 <column alignment="center" valignment="top" width="0">
1445 <column alignment="center" valignment="top" width="0">
1446 <column alignment="center" valignment="top" width="0">
1447 <row>
1448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1449 \begin_inset Text
1450
1451 \begin_layout Plain Layout
1452
1453 \end_layout
1454
1455 \end_inset
1456 </cell>
1457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1458 \begin_inset Text
1459
1460 \begin_layout Plain Layout
1461 1
1462 \end_layout
1463
1464 \end_inset
1465 </cell>
1466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1467 \begin_inset Text
1468
1469 \begin_layout Plain Layout
1470 2
1471 \end_layout
1472
1473 \end_inset
1474 </cell>
1475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1476 \begin_inset Text
1477
1478 \begin_layout Plain Layout
1479 3
1480 \end_layout
1481
1482 \end_inset
1483 </cell>
1484 </row>
1485 <row>
1486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1487 \begin_inset Text
1488
1489 \begin_layout Plain Layout
1490
1491 \end_layout
1492
1493 \end_inset
1494 </cell>
1495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1496 \begin_inset Text
1497
1498 \begin_layout Plain Layout
1499
1500 \end_layout
1501
1502 \end_inset
1503 </cell>
1504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1505 \begin_inset Text
1506
1507 \begin_layout Plain Layout
1508
1509 \end_layout
1510
1511 \end_inset
1512 </cell>
1513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1514 \begin_inset Text
1515
1516 \begin_layout Plain Layout
1517
1518 \end_layout
1519
1520 \end_inset
1521 </cell>
1522 </row>
1523 <row>
1524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1543 \begin_inset Text
1544
1545 \begin_layout Plain Layout
1546
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 </row>
1561 <row>
1562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 </row>
1599 </lyxtabular>
1600
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \begin_layout Section
1607 表ダイアログ
1608 \begin_inset Index idx
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612 ひょう@表 ! だいあろぐ@ダイアログ
1613 \end_layout
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \begin_layout Standard
1621
1622 \family roman
1623 \series medium
1624 \shape up
1625 \size normal
1626 \emph off
1627 \bar no
1628 \noun off
1629 \color none
1630 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1631 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1632 \family default
1633 \series default
1634 \shape default
1635 \size default
1636 \emph default
1637 \bar default
1638 \noun default
1639 \color inherit
1640 セルの
1641 \emph on
1642 内容
1643 \emph default
1644 を選択するのと、セル自体を選択するのは違うことに注意して下さい。表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1645 \end_layout
1646
1647 \begin_layout Description
1648
1649 \family sans
1650 表の設定
1651 \family default
1652  ここでは、現在列の幅と水平揃えを設定することができます。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセ
1653 ルに入れることができます。これに関しては、第
1654 \begin_inset CommandInset ref
1655 LatexCommand ref
1656 reference "sub:複数行"
1657
1658 \end_inset
1659
1660 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1661 \begin_inset Newline newline
1662 \end_inset
1663
1664 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1665 \begin_inset CommandInset ref
1666 LatexCommand ref
1667 reference "sub:連結列"
1668
1669 \end_inset
1670
1671 節をご参照下さい 
1672 \lang english
1673 or the cells of one column as multirow cell, see section
1674 \lang japanese
1675
1676 \begin_inset space ~
1677 \end_inset
1678
1679
1680 \begin_inset CommandInset ref
1681 LatexCommand ref
1682 reference "sub:連結行"
1683
1684 \end_inset
1685
1686
1687 \begin_inset Newline newline
1688 \end_inset
1689
1690 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1691 \begin_inset Newline newline
1692 \end_inset
1693
1694
1695 \begin_inset Note Greyedout
1696 status open
1697
1698 \begin_layout Plain Layout
1699
1700 \series bold
1701 【註】
1702 \series default
1703 DVIビューアのすべてが回転を表示できるわけではありません。
1704 \end_layout
1705
1706 \end_inset
1707
1708
1709 \begin_inset Newline newline
1710 \end_inset
1711
1712 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1713 \begin_inset CommandInset ref
1714 LatexCommand ref
1715 reference "sub:連結列の計算"
1716
1717 \end_inset
1718
1719 節および第
1720 \begin_inset CommandInset ref
1721 LatexCommand ref
1722 reference "sec:色付きの表"
1723
1724 \end_inset
1725
1726 節をご参照下さい。
1727 \end_layout
1728
1729 \begin_layout Description
1730
1731 \family sans
1732 罫線
1733 \family default
1734  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1735 \begin_inset Newline newline
1736 \end_inset
1737
1738 様式オプションとして
1739 \family sans
1740 フォーマル様式
1741 \family default
1742 を使用すると、第
1743 \begin_inset CommandInset ref
1744 LatexCommand ref
1745 reference "sec:フォーマル形式の表"
1746
1747 \end_inset
1748
1749 節に述べられているフォーマル様式の表に表を変換します。
1750 \begin_inset Newline newline
1751 \end_inset
1752
1753 またここで、第
1754 \begin_inset CommandInset ref
1755 LatexCommand ref
1756 reference "sub:行の余白取り"
1757
1758 \end_inset
1759
1760 節に述べられているように、表の行に空白を追加することもできます。
1761 \end_layout
1762
1763 \begin_layout Description
1764
1765 \family sans
1766 長尺表
1767 \family default
1768  このタブは、複数のページにわたる、いわゆる「
1769 \emph on
1770 長尺表
1771 \emph default
1772 」を作るためのものです。第
1773 \begin_inset CommandInset ref
1774 LatexCommand ref
1775 reference "sec:長尺表"
1776
1777 \end_inset
1778
1779 節および第
1780 \begin_inset CommandInset ref
1781 LatexCommand ref
1782 reference "sec:長尺表にまつわる諸点"
1783
1784 \end_inset
1785
1786 節に、長尺表の機能に関する詳細な説明があります。
1787 \end_layout
1788
1789 \begin_layout Standard
1790 表ダイアログを開いたままでも、セル間をカーソルを使って移動することができ、その際、現在セルの特性が直ちにダイアログに表示されます。
1791 \end_layout
1792
1793 \begin_layout Section
1794 表ツールバー
1795 \begin_inset Index idx
1796 status collapsed
1797
1798 \begin_layout Plain Layout
1799 ひょう@表 ! つーるばー@ツールバー
1800 \end_layout
1801
1802 \end_inset
1803
1804
1805 \end_layout
1806
1807 \begin_layout Standard
1808 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1809 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1810 \end_layout
1811
1812 \begin_layout Standard
1813 ツールバーには、以下のアイコンがあります。
1814 \end_layout
1815
1816 \begin_layout Labeling
1817 \begin_inset Graphics
1818         filename ../../images/tabular-feature_append-row.png
1819         scaleBeforeRotation
1820
1821 \end_inset
1822
1823 は、現在セルあるいは選択範囲の下に行を追加します。
1824 \end_layout
1825
1826 \begin_layout Labeling
1827 \begin_inset Graphics
1828         filename ../../images/tabular-feature_append-column.png
1829         scaleBeforeRotation
1830
1831 \end_inset
1832
1833 は、現在セルあるいは選択範囲の右に列を追加します。
1834 \end_layout
1835
1836 \begin_layout Labeling
1837 \begin_inset Graphics
1838         filename ../../images/tabular-feature_delete-row.png
1839         scaleBeforeRotation
1840
1841 \end_inset
1842
1843 は、現在行あるいは選択範囲行を削除します。
1844 \end_layout
1845
1846 \begin_layout Labeling
1847 \begin_inset Graphics
1848         filename ../../images/tabular-feature_delete-column.png
1849         scaleBeforeRotation
1850
1851 \end_inset
1852
1853 は、現在列あるいは選択範囲列を削除します。
1854 \end_layout
1855
1856 \begin_layout Labeling
1857 \begin_inset Graphics
1858         filename ../../images/tabular-feature_toggle-line-top.png
1859         scaleBeforeRotation
1860
1861 \end_inset
1862
1863 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
1864 \end_layout
1865
1866 \begin_layout Labeling
1867 \begin_inset Graphics
1868         filename ../../images/tabular-feature_toggle-line-bottom.png
1869         scaleBeforeRotation
1870
1871 \end_inset
1872
1873 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
1874 \end_layout
1875
1876 \begin_layout Labeling
1877 \begin_inset Graphics
1878         filename ../../images/tabular-feature_toggle-line-left.png
1879         scaleBeforeRotation
1880
1881 \end_inset
1882
1883 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
1884 \end_layout
1885
1886 \begin_layout Labeling
1887 \begin_inset Graphics
1888         filename ../../images/tabular-feature_toggle-line-right.png
1889         scaleBeforeRotation
1890
1891 \end_inset
1892
1893 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
1894 \end_layout
1895
1896 \begin_layout Labeling
1897 \begin_inset Graphics
1898         filename ../../images/tabular-feature_set-all-lines.png
1899         scaleBeforeRotation
1900
1901 \end_inset
1902
1903 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1904 \end_layout
1905
1906 \begin_layout Labeling
1907 \begin_inset Graphics
1908         filename ../../images/tabular-feature_unset-all-lines.png
1909         scaleBeforeRotation
1910
1911 \end_inset
1912
1913 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1914 \end_layout
1915
1916 \begin_layout Labeling
1917 \begin_inset Graphics
1918         filename ../../images/tabular-feature_m-align-left.png
1919         scaleBeforeRotation
1920
1921 \end_inset
1922
1923 は、現在セルあるいは現在列の内容を左揃えにします。
1924 \end_layout
1925
1926 \begin_layout Labeling
1927 \begin_inset Graphics
1928         filename ../../images/tabular-feature_m-align-center.png
1929         scaleBeforeRotation
1930
1931 \end_inset
1932
1933 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
1934 \end_layout
1935
1936 \begin_layout Labeling
1937 \begin_inset Graphics
1938         filename ../../images/tabular-feature_m-align-right.png
1939         scaleBeforeRotation
1940
1941 \end_inset
1942
1943 は、現在セルあるいは現在列の内容を右揃えにします。
1944 \end_layout
1945
1946 \begin_layout Labeling
1947 \begin_inset Graphics
1948         filename ../../images/tabular-feature_align-decimal.png
1949         scaleBeforeRotation
1950
1951 \end_inset
1952
1953  
1954 \lang english
1955 aligns the content of the current column at a character
1956 \end_layout
1957
1958 \begin_layout Labeling
1959 \begin_inset Graphics
1960         filename ../../images/tabular-feature_m-valign-top.png
1961         scaleBeforeRotation
1962
1963 \end_inset
1964
1965 は、現在セルの内容を垂直方向上揃えにします。
1966 \end_layout
1967
1968 \begin_layout Labeling
1969 \begin_inset Graphics
1970         filename ../../images/tabular-feature_m-valign-middle.png
1971         scaleBeforeRotation
1972
1973 \end_inset
1974
1975 は、現在セルの内容を垂直方向中央揃えにします。
1976 \end_layout
1977
1978 \begin_layout Labeling
1979 \begin_inset Graphics
1980         filename ../../images/tabular-feature_m-valign-bottom.png
1981         scaleBeforeRotation
1982
1983 \end_inset
1984
1985 は、現在セルの内容を垂直方向下揃えにします。
1986 \end_layout
1987
1988 \begin_layout Labeling
1989 \begin_inset Graphics
1990         filename ../../images/tabular-feature_set-rotate-cell.png
1991         scaleBeforeRotation
1992
1993 \end_inset
1994
1995 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
1996 \end_layout
1997
1998 \begin_layout Labeling
1999 \begin_inset Graphics
2000         filename ../../images/tabular-feature_set-rotate-tabular.png
2001         scaleBeforeRotation
2002
2003 \end_inset
2004
2005 は、表全体を反時計廻りに90度回転します。
2006 \end_layout
2007
2008 \begin_layout Labeling
2009 \begin_inset Graphics
2010         filename ../../images/tabular-feature_multicolumn.png
2011         scaleBeforeRotation
2012
2013 \end_inset
2014
2015 は、現在セルあるいは選択範囲を連結列にします。
2016 \end_layout
2017
2018 \begin_layout Labeling
2019 \begin_inset Graphics
2020         filename ../../images/tabular-feature_multirow.png
2021         scaleBeforeRotation
2022
2023 \end_inset
2024
2025  
2026 \lang english
2027 sets the current cell or selection as a multirow
2028 \end_layout
2029
2030 \begin_layout Standard
2031 \begin_inset Note Greyedout
2032 status open
2033
2034 \begin_layout Plain Layout
2035
2036 \series bold
2037 【註】
2038 \series default
2039 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2040 \end_layout
2041
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Section
2048 表編集メニュー
2049 \begin_inset Index idx
2050 status collapsed
2051
2052 \begin_layout Plain Layout
2053 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2054 \end_layout
2055
2056 \end_inset
2057
2058
2059 \end_layout
2060
2061 \begin_layout Standard
2062 表ダイアログと表ツールバーの他に、
2063 \family sans
2064 編集\SpecialChar \menuseparator
2065
2066 \family default
2067 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2068 部にあるときのみ、表示されます。
2069 \end_layout
2070
2071 \begin_layout Section
2072 表フロート
2073 \begin_inset CommandInset label
2074 LatexCommand label
2075 name "sec:表フロート"
2076
2077 \end_inset
2078
2079
2080 \begin_inset Index idx
2081 status collapsed
2082
2083 \begin_layout Plain Layout
2084 ふろーと@フロート ! ひょう@表
2085 \end_layout
2086
2087 \end_inset
2088
2089
2090 \begin_inset Index idx
2091 status collapsed
2092
2093 \begin_layout Plain Layout
2094 ひょう@表 ! ふろーと@フロート
2095 \end_layout
2096
2097 \end_inset
2098
2099
2100 \end_layout
2101
2102 \begin_layout Standard
2103 フロートの一般的な説明については、第
2104 \begin_inset CommandInset ref
2105 LatexCommand ref
2106 reference "sec:フロートはじめに"
2107
2108 \end_inset
2109
2110 節をご覧下さい。
2111 \end_layout
2112
2113 \begin_layout Standard
2114 \begin_inset Float table
2115 placement h
2116 wide false
2117 sideways false
2118 status open
2119
2120 \begin_layout Plain Layout
2121 \begin_inset Caption
2122
2123 \begin_layout Plain Layout
2124 \begin_inset CommandInset label
2125 LatexCommand label
2126 name "tab:表フロート"
2127
2128 \end_inset
2129
2130 表フロート
2131 \end_layout
2132
2133 \end_inset
2134
2135
2136 \end_layout
2137
2138 \begin_layout Plain Layout
2139 \align center
2140 \begin_inset Tabular
2141 <lyxtabular version="3" rows="3" columns="3">
2142 <features tabularvalignment="middle">
2143 <column alignment="center" valignment="top" width="0pt">
2144 <column alignment="center" valignment="top" width="0pt">
2145 <column alignment="center" valignment="top" width="0pt">
2146 <row>
2147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2148 \begin_inset Text
2149
2150 \begin_layout Plain Layout
2151
2152 \family roman
2153 \series medium
2154 \shape up
2155 \size normal
2156 \emph off
2157 \bar no
2158 \noun off
2159 \color none
2160 1
2161 \end_layout
2162
2163 \end_inset
2164 </cell>
2165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2166 \begin_inset Text
2167
2168 \begin_layout Plain Layout
2169
2170 \family roman
2171 \series medium
2172 \shape up
2173 \size normal
2174 \emph off
2175 \bar no
2176 \noun off
2177 \color none
2178 2
2179 \end_layout
2180
2181 \end_inset
2182 </cell>
2183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2184 \begin_inset Text
2185
2186 \begin_layout Plain Layout
2187
2188 \family roman
2189 \series medium
2190 \shape up
2191 \size normal
2192 \emph off
2193 \bar no
2194 \noun off
2195 \color none
2196 3
2197 \end_layout
2198
2199 \end_inset
2200 </cell>
2201 </row>
2202 <row>
2203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2204 \begin_inset Text
2205
2206 \begin_layout Plain Layout
2207 森嶋
2208 \end_layout
2209
2210 \end_inset
2211 </cell>
2212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2213 \begin_inset Text
2214
2215 \begin_layout Plain Layout
2216 宇沢
2217 \end_layout
2218
2219 \end_inset
2220 </cell>
2221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2222 \begin_inset Text
2223
2224 \begin_layout Plain Layout
2225 二階堂
2226 \end_layout
2227
2228 \end_inset
2229 </cell>
2230 </row>
2231 <row>
2232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2233 \begin_inset Text
2234
2235 \begin_layout Plain Layout
2236
2237 \family roman
2238 \series medium
2239 \shape up
2240 \size normal
2241 \emph off
2242 \bar no
2243 \noun off
2244 \color none
2245 \begin_inset Formula $\int x^{2}dx$
2246 \end_inset
2247
2248
2249 \end_layout
2250
2251 \end_inset
2252 </cell>
2253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2254 \begin_inset Text
2255
2256 \begin_layout Plain Layout
2257
2258 \family roman
2259 \series medium
2260 \shape up
2261 \size normal
2262 \emph off
2263 \bar no
2264 \noun off
2265 \color none
2266 \begin_inset Formula $\left[\begin{array}{cc}
2267 a & b\\
2268 c & d
2269 \end{array}\right]$
2270 \end_inset
2271
2272
2273 \end_layout
2274
2275 \end_inset
2276 </cell>
2277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2278 \begin_inset Text
2279
2280 \begin_layout Plain Layout
2281
2282 \family roman
2283 \series medium
2284 \shape up
2285 \size normal
2286 \emph off
2287 \bar no
2288 \noun off
2289 \color none
2290 \begin_inset Formula $1+1=2$
2291 \end_inset
2292
2293
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 </row>
2299 </lyxtabular>
2300
2301 \end_inset
2302
2303
2304 \end_layout
2305
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 表フロートは、
2313 \family sans
2314 挿入
2315 \shape up
2316 \SpecialChar \menuseparator
2317 フロート\SpecialChar \menuseparator
2318
2319 \family default
2320 \shape default
2321 メニューかツールバーボタン
2322 \begin_inset Graphics
2323         filename ../../images/float-insert_table.png
2324         scale 85
2325         scaleBeforeRotation
2326
2327 \end_inset
2328
2329 を使うと挿入することができます。
2330 \end_layout
2331
2332 \begin_layout Standard
2333 フロートは折りたたむことのできるボックスとして表示され、中には「表
2334 \begin_inset space ~
2335 \end_inset
2336
2337 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2338 \end_layout
2339
2340 \begin_layout Standard
2341
2342 \begin_inset space ~
2343 \end_inset
2344
2345
2346 \begin_inset CommandInset ref
2347 LatexCommand ref
2348 reference "tab:表フロート"
2349
2350 \end_inset
2351
2352 は、表フロートに入れた表の例です。
2353 \end_layout
2354
2355 \begin_layout Standard
2356 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2357 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2358 eXパッケージの
2359 \series bold
2360 caption
2361 \series default
2362
2363 \begin_inset Index idx
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2368 \end_layout
2369
2370 \end_inset
2371
2372
2373 \end_layout
2374
2375 \begin_layout Standard
2376
2377 \series bold
2378 tableposition=top
2379 \end_layout
2380
2381 \begin_layout Standard
2382 というオプションとともにloadコマンドを使って読み込んでください
2383 \begin_inset Foot
2384 status collapsed
2385
2386 \begin_layout Plain Layout
2387 詳しくは、第
2388 \begin_inset CommandInset ref
2389 LatexCommand ref
2390 reference "sec:キャプションの配置"
2391
2392 \end_inset
2393
2394 節をご覧下さい。
2395 \end_layout
2396
2397 \end_inset
2398
2399 。キャプション書式を調整するには、第
2400 \begin_inset CommandInset ref
2401 LatexCommand ref
2402 reference "sec:キャプションの書式設定"
2403
2404 \end_inset
2405
2406 節にものべられているように
2407 \series bold
2408 caption
2409 \series default
2410 パッケージを使用します。
2411 \end_layout
2412
2413 \begin_layout Standard
2414 \begin_inset Index idx
2415 status collapsed
2416
2417 \begin_layout Plain Layout
2418 さんしょう@参照 ! ひょうへの@表への
2419 \end_layout
2420
2421 \end_inset
2422
2423 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2424 \family sans
2425 挿入\SpecialChar \menuseparator
2426 ラベル
2427 \family default
2428 メニューかツールバーボタンの
2429 \begin_inset Graphics
2430         filename ../../images/label-insert.png
2431         scale 85
2432         scaleBeforeRotation
2433
2434 \end_inset
2435
2436 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2437 相互参照メニューかツールバーボタンの
2438 \begin_inset Graphics
2439         filename ../../images/dialog-show-new-inset_ref.png
2440         scale 85
2441         scaleBeforeRotation
2442
2443 \end_inset
2444
2445 を用いて、このラベルを参照することができます。
2446 \begin_inset Newline newline
2447 \end_inset
2448
2449 参照は、第
2450 \begin_inset CommandInset ref
2451 LatexCommand ref
2452 reference "sec:フロートの参照"
2453
2454 \end_inset
2455
2456 節で詳細に説明されています。
2457 \end_layout
2458
2459 \begin_layout Section
2460 長尺表
2461 \begin_inset CommandInset label
2462 LatexCommand label
2463 name "sec:長尺表"
2464
2465 \end_inset
2466
2467
2468 \begin_inset Index idx
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472 ちょうしゃくひょう@長尺表
2473 \end_layout
2474
2475 \end_inset
2476
2477
2478 \begin_inset Index idx
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 ひょう@表 ! ちょうしゃくひょう@長尺表
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2492 \family sans
2493 長尺表
2494 \family default
2495 タブにある
2496 \family sans
2497 長尺表を使う
2498 \family default
2499 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2500 することができるようになります。
2501 \end_layout
2502
2503 \begin_layout Description
2504 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2505 \family roman
2506 \series medium
2507 \shape up
2508 \size normal
2509 \emph off
2510 \bar no
2511 \noun off
2512 \color none
2513 ただし、
2514 \family sans
2515 \series default
2516 \shape default
2517 \size default
2518 \emph default
2519 \bar default
2520 \noun default
2521 \color inherit
2522 冒頭ヘッダ
2523 \family roman
2524 \series medium
2525 \shape up
2526 \size normal
2527 \emph off
2528 \bar no
2529 \noun off
2530 \color none
2531 が定義されているときは、冒頭ページを除きます。
2532 \family default
2533 \series default
2534 \shape default
2535 \size default
2536 \emph default
2537 \bar default
2538 \noun default
2539 \color inherit
2540 これと区別して、このヘッダは本体ヘッダと呼びます。
2541 \end_layout
2542
2543 \begin_layout Description
2544 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2545 \end_layout
2546
2547 \begin_layout Description
2548 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2549 \family roman
2550 \series medium
2551 \shape up
2552 \size normal
2553 \emph off
2554 \bar no
2555 \noun off
2556 \color none
2557 ただし、
2558 \family sans
2559 \series default
2560 \shape default
2561 \size default
2562 \emph default
2563 \bar default
2564 \noun default
2565 \color inherit
2566 末尾フッタ
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 が定義されているときは、末尾ページを除きます。
2576 \end_layout
2577
2578 \begin_layout Description
2579 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2580 \end_layout
2581
2582 \begin_layout Description
2583 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2584 \begin_inset CommandInset ref
2585 LatexCommand ref
2586 reference "sub:長尺表のキャプション"
2587
2588 \end_inset
2589
2590 節で説明されています。
2591 \end_layout
2592
2593 \begin_layout Standard
2594 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2595 \end_layout
2596
2597 \begin_layout Standard
2598 \align center
2599 \begin_inset Tabular
2600 <lyxtabular version="3" rows="69" columns="3">
2601 <features islongtable="true" longtabularalignment="center">
2602 <column alignment="left" valignment="top" width="0cm">
2603 <column alignment="left" valignment="top" width="0pt">
2604 <column alignment="center" valignment="top" width="0pt">
2605 <row endfirsthead="true">
2606 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2607 \begin_inset Text
2608
2609 \begin_layout Plain Layout
2610
2611 \series bold
2612 例示用電話帳(名前は無視してください)
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \end_layout
2623
2624 \end_inset
2625 </cell>
2626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2627 \begin_inset Text
2628
2629 \begin_layout Plain Layout
2630
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 </row>
2636 <row endfirsthead="true">
2637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Plain Layout
2641 氏名
2642 \end_layout
2643
2644 \end_inset
2645 </cell>
2646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2647 \begin_inset Text
2648
2649 \begin_layout Plain Layout
2650
2651 \end_layout
2652
2653 \end_inset
2654 </cell>
2655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2656 \begin_inset Text
2657
2658 \begin_layout Plain Layout
2659
2660 \series bold
2661 TEL.
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 </row>
2667 <row endhead="true">
2668 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672
2673 \series bold
2674 例示用電話帳
2675 \end_layout
2676
2677 \end_inset
2678 </cell>
2679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683
2684 \end_layout
2685
2686 \end_inset
2687 </cell>
2688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2689 \begin_inset Text
2690
2691 \begin_layout Plain Layout
2692
2693 \end_layout
2694
2695 \end_inset
2696 </cell>
2697 </row>
2698 <row endhead="true">
2699 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2700 \begin_inset Text
2701
2702 \begin_layout Plain Layout
2703 氏名
2704 \end_layout
2705
2706 \end_inset
2707 </cell>
2708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2709 \begin_inset Text
2710
2711 \begin_layout Plain Layout
2712
2713 \end_layout
2714
2715 \end_inset
2716 </cell>
2717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2718 \begin_inset Text
2719
2720 \begin_layout Plain Layout
2721
2722 \series bold
2723 TEL.
2724 \end_layout
2725
2726 \end_inset
2727 </cell>
2728 </row>
2729 <row endfoot="true">
2730 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Plain Layout
2734 次頁へつづく
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row>
2759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \series bold
2765 Annovi
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 Silvia
2775 \end_layout
2776
2777 \end_inset
2778 </cell>
2779 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2780 \begin_inset Text
2781
2782 \begin_layout Plain Layout
2783 111
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 </row>
2789 <row>
2790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794
2795 \series bold
2796 Bertoli
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 Stefano
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814 111
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 </row>
2820 <row>
2821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825
2826 \series bold
2827 Bozzi
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell alignment="center" valignment="top" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836 Walter
2837 \end_layout
2838
2839 \end_inset
2840 </cell>
2841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845 111
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 </row>
2851 <row>
2852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856
2857 \series bold
2858 Cachia
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 <cell alignment="center" valignment="top" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867 Maria
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 111
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \series bold
2889 Cachia
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 Maurizio
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907 111
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 <row>
2914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \series bold
2920 Cinquemani
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929 Giusi
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Plain Layout
2938 111
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 <row>
2945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \series bold
2951 Colin
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 Bernard
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969 111
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \series bold
2982 Concli
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991 Gianfranco
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 111
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \series bold
3013 Dal Bosco
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 Carolina
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Plain Layout
3031 111
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 <row>
3038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \series bold
3044 Dalpiaz
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 Annamaria
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062 111
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 </row>
3068 <row>
3069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073
3074 \series bold
3075 Feliciello
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 Domenico
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 111
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 </row>
3099 <row>
3100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \series bold
3106 Focarelli
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 Paola
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 111
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 <row>
3131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \series bold
3137 Galletti
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 <cell alignment="center" valignment="top" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146 Oreste
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 111
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 </row>
3161 <row>
3162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \series bold
3168 Gasparini
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 Franca
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 111
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row>
3193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \series bold
3199 Rizzardi
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 Paola
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217 111
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 </row>
3223 <row>
3224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228
3229 \series bold
3230 Lassini
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 Giancarlo
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248 111
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row>
3255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 Malfatti
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 Luciano
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279 111
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row>
3286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 Malfatti
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301 Valeriano
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 111
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row>
3317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 Meneguzzo
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 Roberto
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 111
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 Mezzadra
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 Roberto
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 111
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Pirpamer
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Erich
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Pochiesa
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Paolo
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111, 222
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Radina
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Claudio
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Stuffer
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Oskar
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Tacchelli
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Ugo
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Tezzele
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Margit
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Unterkalmsteiner
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Frieda
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Vieider
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Hilde
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Vigna
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Jürgen
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Weber
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Maurizio
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Winkler
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Franz
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724  
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Annovi
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Silvia
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 555
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Bertoli
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Stefano
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 555
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Bozzi
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Walter
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 555
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Cachia
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Maria
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 555
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Cachia
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Maurizio
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 555
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Cinquemani
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Giusi
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 555
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Colin
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Bernard
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 555
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Concli
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Gianfranco
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 555
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Dal Bosco
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Carolina
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 555
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Dalpiaz
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Annamaria
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 555
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Feliciello
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Domenico
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 555
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Focarelli
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Paola
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 555
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Galletti
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Oreste
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 555
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Gasparini
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Franca
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 555
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Rizzardi
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Paola
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 555
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Lassini
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Giancarlo
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 555
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Malfatti
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Luciano
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 555
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Malfatti
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Valeriano
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 555
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \series bold
4313 Meneguzzo
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Roberto
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 555
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Mezzadra
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Roberto
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 555
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Pirpamer
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Erich
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Pochiesa
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Paolo
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555, 222
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Radina
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Claudio
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Stuffer
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Oskar
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Tacchelli
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Ugo
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Tezzele
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Margit
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Unterkalmsteiner
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Frieda
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Vieider
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Hilde
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Vigna
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Jürgen
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 999
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Weber
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Maurizio
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Winkler
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Franz
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row endlastfoot="true">
4710 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 以上
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 </lyxtabular>
4739
4740 \end_inset
4741
4742
4743 \begin_inset ERT
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747
4748
4749 \backslash
4750 addtocounter{table}{-1}
4751 \end_layout
4752
4753 \end_inset
4754
4755
4756 \begin_inset Note Note
4757 status collapsed
4758
4759 \begin_layout Plain Layout
4760 本コマンドの説明については、第
4761 \begin_inset CommandInset ref
4762 LatexCommand ref
4763 reference "sub:長尺表のキャプション"
4764
4765 \end_inset
4766
4767 節の最初の淡色表示注釈をご覧下さい。
4768 \end_layout
4769
4770 \end_inset
4771
4772
4773 \end_layout
4774
4775 \begin_layout Subsection
4776 長尺表での脚注
4777 \begin_inset CommandInset label
4778 LatexCommand label
4779 name "sub:長尺表での脚注"
4780
4781 \end_inset
4782
4783
4784 \begin_inset Index idx
4785 status collapsed
4786
4787 \begin_layout Plain Layout
4788 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4789 \end_layout
4790
4791 \end_inset
4792
4793
4794 \end_layout
4795
4796 \begin_layout Standard
4797 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
4798 \begin_inset CommandInset ref
4799 LatexCommand ref
4800 reference "tab:別キャプション"
4801
4802 \end_inset
4803
4804 には脚注が付いています。
4805 \end_layout
4806
4807 \begin_layout Subsection
4808 長尺表の縦横揃え
4809 \begin_inset Index idx
4810 status collapsed
4811
4812 \begin_layout Plain Layout
4813 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
4814 \end_layout
4815
4816 \end_inset
4817
4818
4819 \end_layout
4820
4821 \begin_layout Standard
4822
4823 \lang english
4824 The horizontal alignment of longtables can be set in the table settings
4825  dialog.
4826  For left- and right-alignment the table will be directly at the page border.
4827  To add space between the table and the border one has to set the alignment
4828  to center and change the value of the LaTeX-lengths 
4829 \series bold
4830
4831 \backslash
4832 LTleft 
4833 \series default
4834 or 
4835 \series bold
4836
4837 \backslash
4838 LTright
4839 \series default
4840  by inserting this line as TeX-Code before the longtable:
4841 \end_layout
4842
4843 \begin_layout Standard
4844
4845 \series bold
4846
4847 \backslash
4848 setlength{
4849 \backslash
4850 LTleft}{値}
4851 \end_layout
4852
4853 \begin_layout Standard
4854 という行を当該長尺表の前にTeXコードとして挿入して、長さ
4855 \series bold
4856
4857 \backslash
4858 LTleft
4859 \series default
4860 および
4861 \series bold
4862
4863 \backslash
4864 LTright
4865 \series default
4866 の値を変更しなくてはなりません。ここで「値」は、第
4867 \begin_inset CommandInset ref
4868 LatexCommand ref
4869 reference "tab:単位"
4870
4871 \end_inset
4872
4873 表に挙げてある単位であれば、どの単位を取ることもできます。
4874 \series bold
4875
4876 \backslash
4877 LTleft
4878 \series default
4879 は、左頁余白から長尺表までの水平方向の距離を制御し、
4880 \series bold
4881
4882 \backslash
4883 LTright
4884 \series default
4885 は、右頁余白からの距離を制御します。これらの長さの既定値は
4886 \series bold
4887
4888 \backslash
4889 fill
4890 \series default
4891 となっており、LyXの水平フィルと同等になっています。
4892 \end_layout
4893
4894 \begin_layout Standard
4895
4896 \lang english
4897 The following longtable was centered and
4898 \lang japanese
4899  
4900 \series bold
4901
4902 \backslash
4903 LTleft
4904 \series default
4905  
4906 \lang english
4907 set to
4908 \lang japanese
4909  
4910 \family sans
4911 0.1
4912 \backslash
4913 columnwidth
4914 \family default
4915 :
4916 \begin_inset ERT
4917 status collapsed
4918
4919 \begin_layout Plain Layout
4920
4921
4922 \backslash
4923 setlength{
4924 \backslash
4925 LTleft}{0.1
4926 \backslash
4927 columnwidth}
4928 \end_layout
4929
4930 \end_inset
4931
4932
4933 \end_layout
4934
4935 \begin_layout Standard
4936 \begin_inset Tabular
4937 <lyxtabular version="3" rows="5" columns="5">
4938 <features islongtable="true" longtabularalignment="center">
4939 <column alignment="center" valignment="top" width="0">
4940 <column alignment="center" valignment="top" width="0">
4941 <column alignment="center" valignment="top" width="0">
4942 <column alignment="center" valignment="top" width="0">
4943 <column alignment="center" valignment="top" width="0">
4944 <row>
4945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 1
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 2
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 3
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 4
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 5
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
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" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 いろは
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
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" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 いろは
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="center" valignment="top" topline="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" 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" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 いろは
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 いろは
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 いろは
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 いろは
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 いろは
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 いろは
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 </lyxtabular>
5180
5181 \end_inset
5182
5183
5184 \begin_inset ERT
5185 status collapsed
5186
5187 \begin_layout Plain Layout
5188
5189
5190 \backslash
5191 setlength{
5192 \backslash
5193 LTleft}{
5194 \backslash
5195 fill}
5196 \end_layout
5197
5198 \end_inset
5199
5200
5201 \begin_inset ERT
5202 status collapsed
5203
5204 \begin_layout Plain Layout
5205
5206
5207 \backslash
5208 addtocounter{table}{-1}
5209 \end_layout
5210
5211 \end_inset
5212
5213
5214 \begin_inset Note Note
5215 status collapsed
5216
5217 \begin_layout Plain Layout
5218 このコマンドの説明に関しては、第
5219 \begin_inset CommandInset ref
5220 LatexCommand ref
5221 reference "sub:長尺表のキャプション"
5222
5223 \end_inset
5224
5225 節の最初の淡色表示注釈をご覧下さい。
5226 \end_layout
5227
5228 \end_inset
5229
5230
5231 \end_layout
5232
5233 \begin_layout Subsection
5234 長尺表のキャプション
5235 \begin_inset Index idx
5236 status collapsed
5237
5238 \begin_layout Plain Layout
5239 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5240 \end_layout
5241
5242 \end_inset
5243
5244
5245 \begin_inset CommandInset label
5246 LatexCommand label
5247 name "sub:長尺表のキャプション"
5248
5249 \end_inset
5250
5251
5252 \end_layout
5253
5254 \begin_layout Standard
5255 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5256 \begin_inset CommandInset ref
5257 LatexCommand ref
5258 reference "sec:長尺表"
5259
5260 \end_inset
5261
5262 節に述べられているように、ある行で長尺表オプションの
5263 \family sans
5264 キャプション
5265 \family default
5266 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5267 \end_layout
5268
5269 \begin_layout Standard
5270 以下は、動作を確認するための短い長尺表です。
5271 \end_layout
5272
5273 \begin_layout Standard
5274 \begin_inset Tabular
5275 <lyxtabular version="3" rows="6" columns="5">
5276 <features islongtable="true" longtabularalignment="center">
5277 <column alignment="center" valignment="top" width="0">
5278 <column alignment="center" valignment="top" width="0">
5279 <column alignment="center" valignment="top" width="0">
5280 <column alignment="center" valignment="top" width="0">
5281 <column alignment="center" valignment="top" width="0">
5282 <row caption="true">
5283 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 \begin_inset Caption
5288
5289 \begin_layout Plain Layout
5290 キャプション付き長尺表
5291 \begin_inset Argument
5292 status collapsed
5293
5294 \begin_layout Plain Layout
5295 長尺表
5296 \end_layout
5297
5298 \end_inset
5299
5300
5301 \end_layout
5302
5303 \end_inset
5304
5305
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 1
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 2
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 3
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 4
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 5
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 <row>
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" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 いろは
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row>
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" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 いろは
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="center" valignment="top" topline="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" 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" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 いろは
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 <row>
5536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 いろは
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 いろは
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 いろは
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 いろは
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 いろは
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 </lyxtabular>
5583
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \begin_layout Standard
5590 \begin_inset VSpace medskip
5591 \end_inset
5592
5593
5594 \begin_inset Note Greyedout
5595 status open
5596
5597 \begin_layout Plain Layout
5598
5599 \series bold
5600 【註1】
5601 \series default
5602 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5603 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5604 \end_layout
5605
5606 \begin_layout Plain Layout
5607
5608 \series bold
5609
5610 \backslash
5611 addtocounter{table}{-1}
5612 \end_layout
5613
5614 \begin_layout Plain Layout
5615 というコマンドを挿入する方法があります。
5616 \end_layout
5617
5618 \begin_layout Plain Layout
5619 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5620 \end_layout
5621
5622 \begin_layout Plain Layout
5623
5624 \series bold
5625
5626 \backslash
5627 let
5628 \backslash
5629 myEnd
5630 \backslash
5631 endlongtable
5632 \begin_inset Newline newline
5633 \end_inset
5634
5635
5636 \backslash
5637 renewcommand{
5638 \backslash
5639 endlongtable}{
5640 \backslash
5641 myEnd
5642 \backslash
5643 addtocounter{table}{-1}}
5644 \end_layout
5645
5646 \end_inset
5647
5648
5649 \end_layout
5650
5651 \begin_layout Standard
5652 \begin_inset Note Greyedout
5653 status open
5654
5655 \begin_layout Plain Layout
5656
5657 \series bold
5658 【註2】
5659 \series default
5660 相互参照をリンクするために、
5661 \family sans
5662 文書設定
5663 \family default
5664 ダイアログの
5665 \family sans
5666 PDF特性
5667 \family default
5668
5669 \series bold
5670 hyperref
5671 \series default
5672
5673 \begin_inset Index idx
5674 status collapsed
5675
5676 \begin_layout Plain Layout
5677 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5678 \end_layout
5679
5680 \end_inset
5681
5682 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5683 \end_layout
5684
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \begin_layout Subsubsection
5691 長尺表への参照
5692 \begin_inset Index idx
5693 status collapsed
5694
5695 \begin_layout Plain Layout
5696 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5697 \end_layout
5698
5699 \end_inset
5700
5701
5702 \end_layout
5703
5704 \begin_layout Standard
5705 \begin_inset Tabular
5706 <lyxtabular version="3" rows="6" columns="5">
5707 <features islongtable="true" longtabularalignment="center">
5708 <column alignment="center" valignment="top" width="0">
5709 <column alignment="center" valignment="top" width="0">
5710 <column alignment="center" valignment="top" width="0">
5711 <column alignment="center" valignment="top" width="0">
5712 <column alignment="center" valignment="top" width="0">
5713 <row caption="true">
5714 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 \begin_inset Caption
5719
5720 \begin_layout Plain Layout
5721 参照された長尺表
5722 \begin_inset CommandInset label
5723 LatexCommand label
5724 name "tab:参照例"
5725
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 <row>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 1
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 2
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 3
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 4
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 5
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 </row>
5822 <row>
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" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 いろは
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
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" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 いろは
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 <row>
5917 <cell alignment="center" valignment="top" topline="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" 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" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 いろは
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 いろは
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 いろは
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 いろは
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 いろは
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 いろは
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 </lyxtabular>
6011
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \begin_layout Standard
6018 長尺表を参照するには、キャプションにラベルを挿入してください。
6019 \end_layout
6020
6021 \begin_layout Standard
6022 これは表
6023 \begin_inset CommandInset ref
6024 LatexCommand ref
6025 reference "tab:参照例"
6026
6027 \end_inset
6028
6029 への参照です。
6030 \end_layout
6031
6032 \begin_layout Standard
6033 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6034 \series bold
6035 caption
6036 \series default
6037
6038 \begin_inset Index idx
6039 status collapsed
6040
6041 \begin_layout Plain Layout
6042 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6043 \end_layout
6044
6045 \end_inset
6046
6047 を使用して設定することができます。第
6048 \begin_inset CommandInset ref
6049 LatexCommand ref
6050 reference "sec:キャプションの書式設定"
6051
6052 \end_inset
6053
6054 節をご覧下さい。
6055 \end_layout
6056
6057 \begin_layout Subsubsection
6058 キャプションの幅
6059 \begin_inset Index idx
6060 status collapsed
6061
6062 \begin_layout Plain Layout
6063 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \begin_layout Standard
6072 キャプション行の最大長は、長さ
6073 \series bold
6074
6075 \backslash
6076 LTcapwidth
6077 \series default
6078 によって指定することができます。既定値は4
6079 \begin_inset space \thinspace{}
6080 \end_inset
6081
6082 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6083 \end_layout
6084
6085 \begin_layout Standard
6086
6087 \series bold
6088
6089 \backslash
6090 setlength{
6091 \backslash
6092 LTcapwidth}{幅}
6093 \end_layout
6094
6095 \begin_layout Standard
6096 というコマンドを書き加えて下さい。ここで「幅」には、付録
6097 \begin_inset CommandInset ref
6098 LatexCommand ref
6099 reference "cha:LyXで使用できる単位"
6100
6101 \end_inset
6102
6103 に挙げられている単位を取ることができます。
6104 \end_layout
6105
6106 \begin_layout Standard
6107 以下の各表で違いを示します。
6108 \end_layout
6109
6110 \begin_layout Standard
6111 \begin_inset Tabular
6112 <lyxtabular version="3" rows="6" columns="5">
6113 <features islongtable="true" longtabularalignment="center">
6114 <column alignment="center" valignment="top" width="0">
6115 <column alignment="center" valignment="top" width="0">
6116 <column alignment="center" valignment="top" width="0">
6117 <column alignment="center" valignment="top" width="0">
6118 <column alignment="center" valignment="top" width="0">
6119 <row caption="true">
6120 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 \begin_inset Caption
6125
6126 \begin_layout Plain Layout
6127 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6128 \begin_inset Argument
6129 status collapsed
6130
6131 \begin_layout Plain Layout
6132 既定幅のキャプション
6133 \end_layout
6134
6135 \end_inset
6136
6137
6138 \end_layout
6139
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 1
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 2
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 3
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 4
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 5
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 </row>
6231 <row>
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" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 いろは
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 <row>
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" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 いろは
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 </row>
6325 <row>
6326 <cell alignment="center" valignment="top" topline="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" 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" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 いろは
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 </row>
6372 <row>
6373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 いろは
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 いろは
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 いろは
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 いろは
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 いろは
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 </lyxtabular>
6420
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \begin_layout Standard
6427 \begin_inset ERT
6428 status collapsed
6429
6430 \begin_layout Plain Layout
6431
6432
6433 \backslash
6434 setlength{
6435 \backslash
6436 LTcapwidth}{5cm}
6437 \end_layout
6438
6439 \end_inset
6440
6441
6442 \begin_inset Tabular
6443 <lyxtabular version="3" rows="6" columns="5">
6444 <features islongtable="true" longtabularalignment="center">
6445 <column alignment="center" valignment="top" width="0">
6446 <column alignment="center" valignment="top" width="0">
6447 <column alignment="center" valignment="top" width="0">
6448 <column alignment="center" valignment="top" width="0">
6449 <column alignment="center" valignment="top" width="0">
6450 <row caption="true">
6451 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 \begin_inset Caption
6456
6457 \begin_layout Plain Layout
6458 5
6459 \begin_inset space \thinspace{}
6460 \end_inset
6461
6462 cm幅のなが〜いフルタイトル・5
6463 \begin_inset space \thinspace{}
6464 \end_inset
6465
6466 cm幅のなが〜いフルタイトル・5
6467 \begin_inset space \thinspace{}
6468 \end_inset
6469
6470 cm幅のなが〜いフルタイトル
6471 \begin_inset Argument
6472 status collapsed
6473
6474 \begin_layout Plain Layout
6475 5
6476 \begin_inset space \thinspace{}
6477 \end_inset
6478
6479 cm幅のキャプション
6480 \end_layout
6481
6482 \end_inset
6483
6484
6485 \end_layout
6486
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498
6499 \end_layout
6500
6501 \end_inset
6502 </cell>
6503 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507
6508 \end_layout
6509
6510 \end_inset
6511 </cell>
6512 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6513 \begin_inset Text
6514
6515 \begin_layout Plain Layout
6516
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525
6526 \end_layout
6527
6528 \end_inset
6529 </cell>
6530 </row>
6531 <row>
6532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6533 \begin_inset Text
6534
6535 \begin_layout Plain Layout
6536 1
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 2
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 3
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 4
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 5
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
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" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 いろは
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 </row>
6625 <row>
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" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 いろは
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 </row>
6672 <row>
6673 <cell alignment="center" valignment="top" topline="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" 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" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 いろは
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 </row>
6719 <row>
6720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 いろは
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 いろは
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 いろは
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 いろは
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 いろは
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 </row>
6766 </lyxtabular>
6767
6768 \end_inset
6769
6770
6771 \end_layout
6772
6773 \begin_layout Standard
6774 \begin_inset ERT
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778
6779
6780 \backslash
6781 setlength{
6782 \backslash
6783 LTcapwidth}{4in}
6784 \end_layout
6785
6786 \end_inset
6787
6788
6789 \end_layout
6790
6791 \begin_layout Standard
6792 \begin_inset Note Greyedout
6793 status open
6794
6795 \begin_layout Plain Layout
6796
6797 \series bold
6798 【註】
6799 \series default
6800 この文書のようにLaTeXパッケージの
6801 \series bold
6802 caption
6803 \series default
6804
6805 \begin_inset Index idx
6806 status collapsed
6807
6808 \begin_layout Plain Layout
6809 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6810 \end_layout
6811
6812 \end_inset
6813
6814 を使用している時には、
6815 \series bold
6816
6817 \backslash
6818 LTcapwidth
6819 \series default
6820 に既定値の4
6821 \begin_inset space \thinspace{}
6822 \end_inset
6823
6824 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
6825 \begin_inset space \thinspace{}
6826 \end_inset
6827
6828 in幅のキャプションを作るには、3.99
6829 \begin_inset space \thinspace{}
6830 \end_inset
6831
6832 inのように4.0
6833 \begin_inset space \thinspace{}
6834 \end_inset
6835
6836 inと少し違う値を指定するか、
6837 \series bold
6838 caption
6839 \series default
6840 パッケージが提供している
6841 \series bold
6842
6843 \backslash
6844 captionsetup{width=値}
6845 \series default
6846 というLaTeXコマンドを用いる方法があります。
6847 \end_layout
6848
6849 \end_inset
6850
6851
6852 \end_layout
6853
6854 \begin_layout Subsubsection
6855 表の各ページごとに異なるキャプション
6856 \begin_inset Index idx
6857 status collapsed
6858
6859 \begin_layout Plain Layout
6860 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
6861 \end_layout
6862
6863 \end_inset
6864
6865
6866 \end_layout
6867
6868 \begin_layout Standard
6869 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
6870 \end_layout
6871
6872 \begin_layout Standard
6873
6874 \series bold
6875
6876 \backslash
6877 caption*{キャプション文}
6878 \backslash
6879
6880 \backslash
6881 %
6882 \end_layout
6883
6884 \begin_layout Standard
6885 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
6886 \begin_inset CommandInset ref
6887 LatexCommand ref
6888 reference "tab:別キャプション"
6889
6890 \end_inset
6891
6892 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
6893 \end_layout
6894
6895 \begin_layout Standard
6896 \align center
6897 \begin_inset Tabular
6898 <lyxtabular version="3" rows="59" columns="3">
6899 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
6900 <column alignment="left" valignment="top" width="0cm">
6901 <column alignment="left" valignment="top" width="0pt">
6902 <column alignment="center" valignment="top" width="0pt">
6903 <row caption="true">
6904 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 \begin_inset Caption
6909
6910 \begin_layout Plain Layout
6911 例示用電話帳
6912 \begin_inset CommandInset label
6913 LatexCommand label
6914 name "tab:別キャプション"
6915
6916 \end_inset
6917
6918
6919 \begin_inset Argument
6920 status collapsed
6921
6922 \begin_layout Plain Layout
6923 例示用電話帳
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \end_inset
6932
6933
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 </row>
6957 <row endfirsthead="true">
6958 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \series bold
6964 例示用電話帳(名前は無視の事)
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row endfirsthead="true">
6989 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993
6994 \series bold
6995 氏名
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \series bold
7015 TEL.
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 <row endhead="true">
7022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 \begin_inset ERT
7027 status collapsed
7028
7029 \begin_layout Plain Layout
7030
7031
7032 \backslash
7033 caption*{例示用電話帳の続き}
7034 \backslash
7035
7036 \backslash
7037 %
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row endhead="true">
7067 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \series bold
7073 例示用電話帳
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 </row>
7097 <row endhead="true">
7098 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102
7103 \series bold
7104 氏名
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122
7123 \series bold
7124 TEL.
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 </row>
7130 <row endfoot="true">
7131 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 次頁に続く
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 </row>
7159 <row>
7160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164
7165 \series bold
7166 Annovi
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 Silvia
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 111
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 </row>
7190 <row>
7191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195
7196 \series bold
7197 Bertoli
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 Stefano
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 111
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226
7227 \series bold
7228 Bozzi
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 Walter
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 111
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 </row>
7252 <row>
7253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257
7258 \series bold
7259 Cachia
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 Maria
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 111
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288
7289 \series bold
7290 Cachia
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 Maurizio
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 111
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 </row>
7314 <row>
7315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \series bold
7321 Cinquemani
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 Giusi
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 111
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row>
7346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \series bold
7352 Colin
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 Bernard
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 111
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row>
7377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \series bold
7383 Concli
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 Gianfranco
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 111
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 </row>
7407 <row>
7408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \series bold
7414 Dal Bosco
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 Carolina
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 111
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 </row>
7438 <row>
7439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \series bold
7445 Dalpiaz
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 Annamaria
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 111
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row>
7470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 Feliciello
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Domenico
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 111
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row>
7501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 Focarelli
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 Paola
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 111
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \series bold
7538 Galletti
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Oreste
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 111
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 Gasparini
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 Franca
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 111
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 <row>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Rizzardi
7601 \series default
7602
7603 \begin_inset Foot
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607 例示用脚注
7608 \end_layout
7609
7610 \end_inset
7611
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 Paola
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 111
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 </row>
7636 <row>
7637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \series bold
7643 Lassini
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 Giancarlo
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 111
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 <row>
7668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \series bold
7674 Malfatti
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 Luciano
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 111
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \series bold
7705 Malfatti
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 Valeriano
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 111
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row>
7730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Meneguzzo
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 Roberto
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 111
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 Mezzadra
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 Roberto
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 111
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798 Pirpamer
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 Erich
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 111
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 Pochiesa
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 Paolo
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 111, 222
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 Radina
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 Claudio
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 111
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Stuffer
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Oskar
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Tacchelli
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Ugo
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Tezzele
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Margit
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Unterkalmsteiner
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Frieda
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Vieider
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Hilde
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Vigna
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Jürgen
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Weber
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Maurizio
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Winkler
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Franz
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137  
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \series bold
8168 Annovi
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Silvia
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 555
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \series bold
8199 Bertoli
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Stefano
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 555
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \series bold
8230 Bozzi
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Walter
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 555
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \series bold
8261 Cachia
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 Maria
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 555
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \series bold
8292 Cachia
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 Maurizio
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 555
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \series bold
8323 Cinquemani
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Giusi
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 555
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \series bold
8354 Colin
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 Bernard
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 555
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \series bold
8385 Concli
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 Gianfranco
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 555
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \series bold
8416 Dal Bosco
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 Carolina
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 555
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \series bold
8447 Dalpiaz
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Annamaria
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 555
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \series bold
8478 Feliciello
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 Domenico
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 555
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \series bold
8509 Focarelli
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Paola
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 555
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Galletti
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Oreste
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 555
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Gasparini
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Franca
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 555
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Rizzardi
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Paola
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 555
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Lassini
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Giancarlo
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 555
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Malfatti
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Luciano
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 555
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \series bold
8695 Malfatti
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Valeriano
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 555
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \series bold
8726 Meneguzzo
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Roberto
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 555
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757 Mezzadra
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Roberto
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 555
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 </lyxtabular>
8782
8783 \end_inset
8784
8785
8786 \end_layout
8787
8788 \begin_layout Section
8789 長尺表にまつわる諸点
8790 \begin_inset CommandInset label
8791 LatexCommand label
8792 name "sec:長尺表にまつわる諸点"
8793
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \begin_layout Subsection
8800 長尺表の計算
8801 \begin_inset Index idx
8802 status collapsed
8803
8804 \begin_layout Plain Layout
8805 ちょうしゃくひょう@長尺表 ! けいさん@計算
8806 \end_layout
8807
8808 \end_inset
8809
8810
8811 \end_layout
8812
8813 \begin_layout Standard
8814 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8815 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8816 \end_layout
8817
8818 \begin_layout Standard
8819
8820 \series bold
8821
8822 \backslash
8823 setcounter{LTchunksize}{100}
8824 \end_layout
8825
8826 \begin_layout Standard
8827 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
8828 \end_layout
8829
8830 \begin_layout Subsection
8831 フロートと長尺表
8832 \begin_inset Index idx
8833 status collapsed
8834
8835 \begin_layout Plain Layout
8836 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
8837 \end_layout
8838
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \begin_layout Standard
8845 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
8846 \series bold
8847
8848 \backslash
8849 clearpage
8850 \series default
8851 コマンドを長尺表の前にTeXコードとして書き加えてください。
8852 \end_layout
8853
8854 \begin_layout Subsection
8855 強制改頁
8856 \begin_inset Index idx
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
8861 \end_layout
8862
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \begin_layout Standard
8869 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
8870 ド「
8871 \series bold
8872
8873 \backslash
8874
8875 \backslash
8876
8877 \series default
8878 」を挿入します。
8879 \series bold
8880
8881 \backslash
8882
8883 \backslash
8884
8885 \series default
8886 コマンドの前には、現セルよりも右にある列数と同じ数の「
8887 \series bold
8888 &
8889 \series default
8890 」文字を、TeXコードで挿入してやる必要があります。この
8891 \series bold
8892 &
8893 \series default
8894 は、表セルの区切り文字です。各
8895 \series bold
8896 &
8897 \series default
8898 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
8899 \begin_inset Newline newline
8900 \end_inset
8901
8902
8903 \series bold
8904
8905 \backslash
8906
8907 \backslash
8908
8909 \series default
8910 コマンドの後ろには、現在列の左側にある列数と同じ数の
8911 \series bold
8912 &
8913 \series default
8914 文字を挿入してください。表
8915 \begin_inset CommandInset ref
8916 LatexCommand ref
8917 reference "tab:強制改頁"
8918
8919 \end_inset
8920
8921 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
8922 \end_layout
8923
8924 \begin_layout Standard
8925
8926 \series bold
8927 & 111
8928 \backslash
8929
8930 \backslash
8931  
8932 \backslash
8933 newpage
8934 \begin_inset Newline newline
8935 \end_inset
8936
8937 &
8938 \end_layout
8939
8940 \begin_layout Standard
8941 というコマンドが、セル中「
8942 \emph on
8943 Castelchiodato,
8944 \emph default
8945 」の後にTeXコードとして挿入してあります。
8946 \end_layout
8947
8948 \begin_layout Standard
8949 同一行3列目の「111」は削除してあります。
8950 \series bold
8951
8952 \backslash
8953 newpage
8954 \series default
8955 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
8956 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
8957 \end_layout
8958
8959 \begin_layout Standard
8960
8961 \series bold
8962 & 111
8963 \backslash
8964
8965 \backslash
8966
8967 \begin_inset Newline newline
8968 \end_inset
8969
8970
8971 \backslash
8972 hline &
8973 \end_layout
8974
8975 \begin_layout Standard
8976 というコマンドを使用して下さい。
8977 \end_layout
8978
8979 \begin_layout Standard
8980 改頁をしたいセルが最右列にある場合には、
8981 \end_layout
8982
8983 \begin_layout Standard
8984
8985 \series bold
8986
8987 \backslash
8988 setlength{
8989 \backslash
8990 parfillskip}{0pt}
8991 \end_layout
8992
8993 \begin_layout Standard
8994 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
8995
8996 \end_layout
8997
8998 \begin_layout Standard
8999 \align center
9000 \begin_inset Tabular
9001 <lyxtabular version="3" rows="38" columns="3">
9002 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9003 <column alignment="left" valignment="top" width="0cm">
9004 <column alignment="left" valignment="top" width="3cm">
9005 <column alignment="center" valignment="top" width="0pt">
9006 <row caption="true">
9007 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 \begin_inset Caption
9012
9013 \begin_layout Plain Layout
9014 表セル内で強制改頁をしている表
9015 \begin_inset CommandInset label
9016 LatexCommand label
9017 name "tab:強制改頁"
9018
9019 \end_inset
9020
9021
9022 \begin_inset Argument
9023 status collapsed
9024
9025 \begin_layout Plain Layout
9026 表セル内で強制改頁をしている表
9027 \end_layout
9028
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row endfirsthead="true">
9061 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 例示用電話帳(氏名は無視の事)
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row endfirsthead="true">
9092 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 氏名
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 TEL.
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row endhead="true">
9125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 \begin_inset ERT
9130 status collapsed
9131
9132 \begin_layout Plain Layout
9133
9134
9135 \backslash
9136 caption*{例示用電話帳の続き}
9137 \backslash
9138
9139 \backslash
9140 %
9141 \end_layout
9142
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row endhead="true">
9170 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 例示用電話帳
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row endhead="true">
9199 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 氏名
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \series bold
9225 TEL.
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 </row>
9231 <row endfoot="true">
9232 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 次頁に続く
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Annovi
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Silvia
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 111
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Bertoli
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Stefano
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 111
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \series bold
9329 Bozzi
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Walter
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 111
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \series bold
9360 Cachia
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 Maria
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 111
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \series bold
9391 Cachia
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Maurizio
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 111
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422 Cinquemani
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Giusi
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 111
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453 Colin
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Bernard
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 111
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 Concli
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 Gianfranco
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 111
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row>
9509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \series bold
9515 Dal Bosco
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 Carolina
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 111
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row>
9540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \series bold
9546 Dalpiaz
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 Annamaria
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 111
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 </row>
9570 <row>
9571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577 Feliciello
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 Domenico
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 111
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row>
9602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608 Focarelli
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 Paola
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 111
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 </row>
9632 <row>
9633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \series bold
9639 Galletti
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 Oreste
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 111
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 <row>
9664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670 Gasparini
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 Franca
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 111
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Lassini
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 Giancarlo
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 111
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Malfatti
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 Luciano
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 111
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Malfatti
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 Valeriano
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 111
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 Meneguzzo
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 Roberto
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 111
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Mezzadra
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Roberto
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Pirpamer
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Erich
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Pochiesa
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Paolo
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111, 222
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Radina
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Claudio
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Rizzardi
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Paolo, 11.
9959  Fürst von Montecompatri, 11.
9960  Fürst von Sulmona und Vivaro, 10.
9961  Fürst von Rossano, 5.
9962  Herzog von Canemorte, 11.
9963  Herzog von Palombara, 5.
9964  Herzog von Castelchiodato,
9965 \begin_inset ERT
9966 status collapsed
9967
9968 \begin_layout Plain Layout
9969
9970 & 111
9971 \backslash
9972
9973 \backslash
9974  
9975 \backslash
9976 newpage
9977 \end_layout
9978
9979 \begin_layout Plain Layout
9980
9981 &
9982 \end_layout
9983
9984 \end_inset
9985
9986  11.
9987  Herzog von Poggionativo, 11.
9988  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9989  Graf von Valinfreda, 11.
9990  Baron von Cropalati, 11.
9991  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Stuffer
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Oskar
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 111
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 Tacchelli
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 Ugo
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 111
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row>
10069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \series bold
10075 Tezzele
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 Margit
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 111
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 Unterkalmsteiner
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 Frieda
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 111
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row>
10131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 Vieider
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 Hilde
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 111
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \series bold
10168 Vigna
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 Jürgen
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 111
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 </row>
10192 <row>
10193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \series bold
10199 Weber
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 Maurizio
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 111
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 <row>
10224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \series bold
10230 Winkler
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 Franz
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 111
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 </lyxtabular>
10255
10256 \end_inset
10257
10258
10259 \end_layout
10260
10261 \begin_layout Section
10262 複数行・連結列・連結行
10263 \end_layout
10264
10265 \begin_layout Subsection
10266 表セル内の複数行
10267 \begin_inset CommandInset label
10268 LatexCommand label
10269 name "sub:複数行"
10270
10271 \end_inset
10272
10273
10274 \begin_inset Index idx
10275 status collapsed
10276
10277 \begin_layout Plain Layout
10278 ひょうせるないのふくすうぎょう@表セル内の複数行
10279 \end_layout
10280
10281 \end_inset
10282
10283
10284 \begin_inset Index idx
10285 status collapsed
10286
10287 \begin_layout Plain Layout
10288 ひょう@表 ! かいぎょう@改行
10289 \end_layout
10290
10291 \end_inset
10292
10293
10294 \end_layout
10295
10296 \begin_layout Standard
10297 \noindent
10298 \begin_inset Float table
10299 placement H
10300 wide false
10301 sideways false
10302 status open
10303
10304 \begin_layout Plain Layout
10305 \begin_inset Caption
10306
10307 \begin_layout Plain Layout
10308 \begin_inset CommandInset label
10309 LatexCommand label
10310 name "tab:複数行表"
10311
10312 \end_inset
10313
10314 セル内に複数の行がある表
10315 \end_layout
10316
10317 \end_inset
10318
10319
10320 \end_layout
10321
10322 \begin_layout Plain Layout
10323 \align center
10324 \begin_inset Tabular
10325 <lyxtabular version="3" rows="3" columns="3">
10326 <features tabularvalignment="middle">
10327 <column alignment="center" valignment="middle" width="2.5cm">
10328 <column alignment="center" valignment="middle" width="0">
10329 <column alignment="center" valignment="middle" width="0">
10330 <row>
10331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 複数の
10336 \begin_inset Newline linebreak
10337 \end_inset
10338
10339
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 </lyxtabular>
10422
10423 \end_inset
10424
10425
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \begin_layout Standard
10434 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10435 \end_layout
10436
10437 \begin_layout Standard
10438
10439 \begin_inset CommandInset ref
10440 LatexCommand ref
10441 reference "tab:複数行表"
10442
10443 \end_inset
10444
10445 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10446 \family sans
10447 設定
10448 \family default
10449 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10450 \begin_inset space \thinspace{}
10451 \end_inset
10452
10453 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10454 \begin_inset space \thinspace{}
10455 \end_inset
10456
10457 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10458 \begin_inset Info
10459 type  "shortcut"
10460 arg   "newline-insert linebreak"
10461 \end_inset
10462
10463 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10464 \end_layout
10465
10466 \begin_layout Standard
10467 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10468 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10469 \begin_inset space \thinspace{}
10470 \end_inset
10471
10472 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10473 \begin_inset CommandInset ref
10474 LatexCommand ref
10475 reference "tab:ハイフネーション表"
10476
10477 \end_inset
10478
10479 が違いを示しています
10480 \begin_inset Foot
10481 status open
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 【訳註】
10487 \series default
10488 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10489 \end_layout
10490
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \begin_layout Standard
10497 \begin_inset Float table
10498 placement h
10499 wide false
10500 sideways false
10501 status open
10502
10503 \begin_layout Plain Layout
10504 \begin_inset Caption
10505
10506 \begin_layout Plain Layout
10507 \begin_inset CommandInset label
10508 LatexCommand label
10509 name "tab:ハイフネーション表"
10510
10511 \end_inset
10512
10513 ハイフネーション有/無の表
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \begin_layout Plain Layout
10522 \begin_inset space \hfill{}
10523 \end_inset
10524
10525
10526 \begin_inset Tabular
10527 <lyxtabular version="3" rows="3" columns="3">
10528 <features tabularvalignment="middle">
10529 <column alignment="center" valignment="middle" width="2.5cm">
10530 <column alignment="center" valignment="middle" width="0">
10531 <column alignment="center" valignment="middle" width="0">
10532 <row>
10533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 verylongtablecellword
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 </lyxtabular>
10620
10621 \end_inset
10622
10623
10624 \begin_inset space \hfill{}
10625 \end_inset
10626
10627
10628 \begin_inset Tabular
10629 <lyxtabular version="3" rows="3" columns="3">
10630 <features tabularvalignment="middle">
10631 <column alignment="center" valignment="middle" width="2.5cm">
10632 <column alignment="center" valignment="middle" width="0">
10633 <column alignment="center" valignment="middle" width="0">
10634 <row>
10635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 \begin_inset space \hspace{}
10640 \length 0pt
10641 \end_inset
10642
10643 verylongtablecellword
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 </row>
10725 </lyxtabular>
10726
10727 \end_inset
10728
10729
10730 \begin_inset space \hfill{}
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \end_inset
10737
10738
10739 \end_layout
10740
10741 \begin_layout Subsection
10742 連結列
10743 \begin_inset CommandInset label
10744 LatexCommand label
10745 name "sub:連結列"
10746
10747 \end_inset
10748
10749
10750 \begin_inset Index idx
10751 status collapsed
10752
10753 \begin_layout Plain Layout
10754 れんけつれつ@連結列
10755 \end_layout
10756
10757 \end_inset
10758
10759
10760 \begin_inset Index idx
10761 status collapsed
10762
10763 \begin_layout Plain Layout
10764 ひょう@表 ! れんけつれつ@連結列
10765 \end_layout
10766
10767 \end_inset
10768
10769
10770 \end_layout
10771
10772 \begin_layout Subsubsection
10773 連結列の基礎
10774 \end_layout
10775
10776 \begin_layout Standard
10777 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10778 \begin_inset Graphics
10779         filename ../../images/tabular-feature_multicolumn.png
10780         scale 85
10781         scaleBeforeRotation
10782
10783 \end_inset
10784
10785 を押すか、
10786 \family sans
10787 編集\SpecialChar \menuseparator
10788 表\SpecialChar \menuseparator
10789 連結列
10790 \family default
10791 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10792 \family sans
10793 連結列
10794 \family default
10795 を有効にするかしてください。
10796 \end_layout
10797
10798 \begin_layout Standard
10799 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10800 、最下行に上罫線のない連結行がある表の例です。
10801 \end_layout
10802
10803 \begin_layout Standard
10804 \align center
10805 \begin_inset Tabular
10806 <lyxtabular version="3" rows="3" columns="4">
10807 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10808 <column alignment="center" valignment="top" width="0pt">
10809 <column alignment="center" valignment="middle" width="0">
10810 <column alignment="center" valignment="top" width="0in">
10811 <column alignment="center" valignment="top" width="0pt">
10812 <row>
10813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 いろは
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 にほへとちり
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 ぬるを
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 </row>
10926 </lyxtabular>
10927
10928 \end_inset
10929
10930
10931 \end_layout
10932
10933 \begin_layout Subsubsection
10934 連結列の計算
10935 \begin_inset CommandInset label
10936 LatexCommand label
10937 name "sub:連結列の計算"
10938
10939 \end_inset
10940
10941
10942 \begin_inset Index idx
10943 status collapsed
10944
10945 \begin_layout Plain Layout
10946 れんけつれつ@連結列 ! けいさん@計算
10947 \end_layout
10948
10949 \end_inset
10950
10951
10952 \end_layout
10953
10954 \begin_layout Standard
10955 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
10956 \end_layout
10957
10958 \begin_layout Standard
10959 \begin_inset Float table
10960 placement h
10961 wide false
10962 sideways false
10963 status open
10964
10965 \begin_layout Plain Layout
10966 \begin_inset Caption
10967
10968 \begin_layout Plain Layout
10969 \begin_inset CommandInset label
10970 LatexCommand label
10971 name "tab:中央揃え表"
10972
10973 \end_inset
10974
10975 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
10976 \begin_inset Argument
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980 完全なる連結列表
10981 \end_layout
10982
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \begin_layout Plain Layout
10994 \align center
10995 \begin_inset Tabular
10996 <lyxtabular version="3" rows="3" columns="3">
10997 <features tabularvalignment="middle">
10998 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
10999 <column alignment="center" valignment="middle" width="0">
11000 <column alignment="center" valignment="top" width="0">
11001 <row>
11002 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 複数行にわたる連結列
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 <row>
11060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 </lyxtabular>
11089
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \end_inset
11096
11097
11098 \end_layout
11099
11100 \begin_layout Standard
11101 たとえば、表
11102 \begin_inset CommandInset ref
11103 LatexCommand ref
11104 reference "tab:中央揃え表"
11105
11106 \end_inset
11107
11108 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11109 \family sans
11110 設定
11111 \family default
11112 を選択します。そして現れる表の設定ダイアログで、このセルを
11113 \emph on
11114 連結列
11115 \emph default
11116
11117 \emph on
11118 中央揃え
11119 \emph default
11120 、2.5
11121 \begin_inset space \thinspace{}
11122 \end_inset
11123
11124 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11125 \begin_inset space \thinspace{}
11126 \end_inset
11127
11128 cm幅に設定します。すると第二列は自動的に1.25
11129 \begin_inset space \thinspace{}
11130 \end_inset
11131
11132 cm幅(連結列幅マイナス第一列の幅)になります。表
11133 \begin_inset CommandInset ref
11134 LatexCommand ref
11135 reference "tab:半分でない表"
11136
11137 \end_inset
11138
11139 もこのようにして作成してあります。
11140 \end_layout
11141
11142 \begin_layout Standard
11143 \begin_inset Float table
11144 wide false
11145 sideways false
11146 status open
11147
11148 \begin_layout Plain Layout
11149 \begin_inset Caption
11150
11151 \begin_layout Plain Layout
11152 \begin_inset CommandInset label
11153 LatexCommand label
11154 name "tab:半分でない表"
11155
11156 \end_inset
11157
11158 連結セルの下の列が正確に半分になっていない表
11159 \begin_inset Argument
11160 status collapsed
11161
11162 \begin_layout Plain Layout
11163 不完全な連結列表
11164 \end_layout
11165
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Plain Layout
11177 \align center
11178 \begin_inset Tabular
11179 <lyxtabular version="3" rows="3" columns="3">
11180 <features tabularvalignment="middle">
11181 <column alignment="center" valignment="top" width="1.25cm">
11182 <column alignment="center" valignment="top" width="0">
11183 <column alignment="center" valignment="top" width="0">
11184 <row>
11185 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 複数行にわたる連結列
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 </lyxtabular>
11272
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \begin_layout Standard
11284 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11285 指定したセル幅
11286 \begin_inset Formula $W_{\mbox{指}}$
11287 \end_inset
11288
11289 がセルの全幅
11290 \begin_inset Formula $W_{\text{全}}$
11291 \end_inset
11292
11293 と等しくならないためです。付録
11294 \begin_inset CommandInset ref
11295 LatexCommand eqref
11296 reference "cha:式の説明"
11297
11298 \end_inset
11299
11300 がこの事情を詳細に説明しています。
11301 \end_layout
11302
11303 \begin_layout Standard
11304
11305 \emph on
11306 n
11307 \emph default
11308 列を連結する際、各列の全幅が
11309 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11310 \end_inset
11311
11312 となるために必要な指定幅
11313 \begin_inset Formula $W_{\mbox{指}:n}$
11314 \end_inset
11315
11316 は、
11317 \begin_inset Formula \begin{equation}
11318 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11319
11320 \end_inset
11321
11322
11323 \end_layout
11324
11325 \begin_layout Standard
11326 で計算することができます。上記の例では
11327 \begin_inset Formula $n=2$
11328 \end_inset
11329
11330 かつ
11331 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11332 \end_inset
11333
11334 cmかつ長さは既定値ですから、第
11335 \begin_inset CommandInset ref
11336 LatexCommand ref
11337 reference "eq:Wgn"
11338
11339 \end_inset
11340
11341 式は
11342 \begin_inset Formula \begin{equation}
11343 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11344
11345 \end_inset
11346
11347
11348 \end_layout
11349
11350 \begin_layout Standard
11351 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11352 \end_layout
11353
11354 \begin_layout Standard
11355
11356 \series bold
11357
11358 \backslash
11359 usepackage{calc}
11360 \end_layout
11361
11362 \begin_layout Standard
11363 と書いて、LaTeXパッケージ
11364 \series bold
11365 calc
11366 \series default
11367
11368 \begin_inset Index idx
11369 status collapsed
11370
11371 \begin_layout Plain Layout
11372 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11373 \end_layout
11374
11375 \end_inset
11376
11377 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11378 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11379 \end_layout
11380
11381 \begin_layout Itemize
11382
11383 \series bold
11384 p{幅}
11385 \series default
11386 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11387 \end_layout
11388
11389 \begin_layout Itemize
11390
11391 \series bold
11392 m{幅}
11393 \series default
11394 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11395 \end_layout
11396
11397 \begin_layout Itemize
11398
11399 \series bold
11400 b{幅}
11401 \series default
11402 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11403 \end_layout
11404
11405 \begin_layout Standard
11406 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11407 \end_layout
11408
11409 \begin_layout Standard
11410 \begin_inset Note Greyedout
11411 status open
11412
11413 \begin_layout Plain Layout
11414
11415 \series bold
11416 【註】
11417 \series default
11418 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11419 \end_layout
11420
11421 \end_inset
11422
11423
11424 \end_layout
11425
11426 \begin_layout Standard
11427 文章を水平方向中央揃えにしたいので、
11428 \series bold
11429
11430 \backslash
11431 centering
11432 \series default
11433 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11434 \end_layout
11435
11436 \begin_layout Standard
11437
11438 \series bold
11439 >{
11440 \backslash
11441 centering}m{1.25cm-6.2pt}
11442 \end_layout
11443
11444 \begin_layout Standard
11445
11446 \series bold
11447 >{ }
11448 \series default
11449 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11450 \end_layout
11451
11452 \begin_layout Standard
11453 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11454 がって、連結セルには
11455 \end_layout
11456
11457 \begin_layout Standard
11458
11459 \series bold
11460 >{
11461 \backslash
11462 centering}m{2.5cm}
11463 \end_layout
11464
11465 \begin_layout Standard
11466 というLaTeX変数を指定しなくてはなりません。
11467 \end_layout
11468
11469 \begin_layout Subsection
11470 連結行
11471 \begin_inset CommandInset label
11472 LatexCommand label
11473 name "sub:連結行"
11474
11475 \end_inset
11476
11477
11478 \begin_inset Index idx
11479 status collapsed
11480
11481 \begin_layout Plain Layout
11482 れんけつぎょう@連結行
11483 \end_layout
11484
11485 \end_inset
11486
11487
11488 \begin_inset Index idx
11489 status collapsed
11490
11491 \begin_layout Plain Layout
11492 ひょう@表 ! れんけつぎょう@連結行
11493 \end_layout
11494
11495 \end_inset
11496
11497
11498 \end_layout
11499
11500 \begin_layout Standard
11501
11502 \lang english
11503 To merge cells over multiple rows, select as many cells within a column
11504  as you want to merge and use either the table-toolbar button
11505 \lang japanese
11506  
11507 \begin_inset Graphics
11508         filename ../../images/tabular-feature_multirow.png
11509         scale 85
11510         scaleBeforeRotation
11511
11512 \end_inset
11513
11514
11515 \lang english
11516 or the menu 
11517 \family sans
11518 Edit\SpecialChar \menuseparator
11519 Table\SpecialChar \menuseparator
11520 Multirow
11521 \family default
11522 , or right click on the marked cells and choose 
11523 \family sans
11524 Multirow
11525 \family default
11526  in the context menu.
11527 \end_layout
11528
11529 \begin_layout Standard
11530
11531 \lang english
11532 Here is an example table with a multirow in the first column:
11533 \end_layout
11534
11535 \begin_layout Standard
11536 \align center
11537 \begin_inset Tabular
11538 <lyxtabular version="3" rows="3" columns="3">
11539 <features tabularvalignment="middle">
11540 <column alignment="center" valignment="top" width="0pt">
11541 <column alignment="center" valignment="top" width="0">
11542 <column alignment="center" valignment="top" width="0">
11543 <row>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 </row>
11572 <row>
11573 <cell multirow="3" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 連結行の項目
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell multirow="4" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 </lyxtabular>
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Standard
11638
11639 \lang english
11640 The width and alignment of multirow cells is set by setting the width and
11641  alignment for the whole column.
11642 \end_layout
11643
11644 \begin_layout Section
11645 フォーマル形式の表
11646 \begin_inset CommandInset label
11647 LatexCommand label
11648 name "sec:フォーマル形式の表"
11649
11650 \end_inset
11651
11652
11653 \begin_inset Index idx
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \begin_layout Standard
11666 書籍中の表は、よく表
11667 \begin_inset CommandInset ref
11668 LatexCommand ref
11669 reference "tab:ブックタブ表の例"
11670
11671 \end_inset
11672
11673 のように組版されます。この種の表は、「
11674 \emph on
11675 フォーマル形式
11676 \emph default
11677 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
11678 \end_layout
11679
11680 \begin_layout Standard
11681 \begin_inset Float table
11682 placement h
11683 wide false
11684 sideways false
11685 status open
11686
11687 \begin_layout Plain Layout
11688 \begin_inset Caption
11689
11690 \begin_layout Plain Layout
11691 \begin_inset CommandInset label
11692 LatexCommand label
11693 name "tab:ブックタブ表の例"
11694
11695 \end_inset
11696
11697 ブックタブ表の例
11698 \end_layout
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \begin_layout Plain Layout
11706 \align center
11707 \begin_inset Tabular
11708 <lyxtabular version="3" rows="8" columns="4">
11709 <features booktabs="true" tabularvalignment="middle">
11710 <column alignment="center" valignment="top" width="0">
11711 <column alignment="center" valignment="top" width="0">
11712 <column alignment="center" valignment="top" width="0">
11713 <column alignment="center" valignment="top" width="0">
11714 <row>
11715 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 システム
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell alignment="center" valignment="top" topline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 Medipix
11729 \begin_inset space \thinspace{}
11730 \end_inset
11731
11732 1
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 Medipix
11742 \begin_inset space \thinspace{}
11743 \end_inset
11744
11745 2
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 </row>
11760 <row>
11761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 \begin_inset ERT
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769
11770
11771 \backslash
11772 cmidrule(r){2-2}
11773 \end_layout
11774
11775 \end_inset
11776
11777
11778 \begin_inset ERT
11779 status collapsed
11780
11781 \begin_layout Plain Layout
11782
11783
11784 \backslash
11785 cmidrule(l){3-4}
11786 \end_layout
11787
11788 \end_inset
11789
11790 検知器の厚み [µm]
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 300
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 300
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 700
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 </row>
11823 <row>
11824 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 エッジ角 [°]
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 3.55
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell alignment="center" valignment="top" topline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 2.71
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell alignment="center" valignment="top" topline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 7.99
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 </row>
11861 <row topspace="default">
11862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 空間分解能 [µm]
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 <cell alignment="center" valignment="top" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 4.26
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell alignment="center" valignment="top" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 10.17
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 10.56
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 </row>
11899 <row topspace="default">
11900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 \begin_inset Formula $f_{\mathrm{max}}$
11905 \end_inset
11906
11907 におけるMTF
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 0.53
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 0.37
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 0.39
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row topspace="default">
11941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 \begin_inset ERT
11946 status collapsed
11947
11948 \begin_layout Plain Layout
11949
11950
11951 \backslash
11952 cmidrule(l{10pt}){1-1}
11953 \end_layout
11954
11955 \end_inset
11956
11957 LSF空間分解能
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell alignment="center" valignment="top" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 </row>
11990 <row>
11991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 µm表示
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 129.7
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 52.75
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022 50.78
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 </row>
12028 <row>
12029 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033 ピクセルサイズに対する%表示
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042 76.3
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 95.9
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 92.3
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 </row>
12066 </lyxtabular>
12067
12068 \end_inset
12069
12070
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \begin_layout Standard
12079 表中の行に余白を加えるには、第
12080 \begin_inset CommandInset ref
12081 LatexCommand ref
12082 reference "sub:行の余白取り"
12083
12084 \end_inset
12085
12086 節に述べられているように、表の設定ダイアログの
12087 \family sans
12088 罫線
12089 \family default
12090 タブを使用します。
12091 \end_layout
12092
12093 \begin_layout Standard
12094 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12095 \begin_inset Newline newline
12096 \end_inset
12097
12098 最初と最後の表罫線の既定幅は0.08
12099 \begin_inset space \thinspace{}
12100 \end_inset
12101
12102 emですが、他の罫線の既定幅は0.05
12103 \begin_inset space \thinspace{}
12104 \end_inset
12105
12106 emです。
12107 \end_layout
12108
12109 \begin_layout Standard
12110 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12111 \end_layout
12112
12113 \begin_layout Standard
12114
12115 \series bold
12116
12117 \backslash
12118 let
12119 \backslash
12120 mytoprule
12121 \backslash
12122 toprule
12123 \begin_inset Newline newline
12124 \end_inset
12125
12126
12127 \backslash
12128 renewcommand{
12129 \backslash
12130 toprule}{
12131 \backslash
12132 mytoprule[幅]}
12133 \end_layout
12134
12135 \begin_layout Standard
12136 上の例は、
12137 \series bold
12138 toprule
12139 \series default
12140 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12141 \series bold
12142 toprule
12143 \series default
12144
12145 \series bold
12146 bottomrule
12147 \series default
12148 に置き換えて下さい。他の罫線の線幅を変更するには、
12149 \series bold
12150 toprule
12151 \series default
12152
12153 \series bold
12154 midrule
12155 \series default
12156 に置き換えます。線幅を設定する上では、付録
12157 \begin_inset CommandInset ref
12158 LatexCommand ref
12159 reference "cha:LyXで使用できる単位"
12160
12161 \end_inset
12162
12163 に挙げてあるすべての単位を使用することができます。
12164 \end_layout
12165
12166 \begin_layout Standard
12167 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12168 \series bold
12169
12170 \backslash
12171 cmidrule
12172 \series default
12173 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12174 \end_layout
12175
12176 \begin_layout Standard
12177
12178 \series bold
12179
12180 \backslash
12181 cmidrule[幅](刈込){開始列-終了列}
12182 \end_layout
12183
12184 \begin_layout Standard
12185 です。
12186 \series bold
12187
12188 \backslash
12189 cmidrule
12190 \series default
12191 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12192 \series bold
12193
12194 \backslash
12195 cmidrule
12196 \series default
12197 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202 この線幅の既定値は0.03
12203 \begin_inset space \thinspace{}
12204 \end_inset
12205
12206 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12207 。非必須パラメーターの「刈込」は、
12208 \emph on
12209 l{刈込幅}
12210 \emph default
12211 あるいは
12212 \emph on
12213 r{刈込幅}
12214 \emph default
12215 の値を取り、刈込幅の指定は非必須です。たとえば、
12216 \emph on
12217 l{2pt}
12218 \emph default
12219 というパラメーターを使うと、罫線が左端から2
12220 \begin_inset space \thinspace{}
12221 \end_inset
12222
12223 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12224 \begin_inset space \thinspace{}
12225 \end_inset
12226
12227 emだけ刈り込まれます。
12228 \end_layout
12229
12230 \begin_layout Standard
12231 \begin_inset VSpace bigskip
12232 \end_inset
12233
12234
12235 \begin_inset CommandInset ref
12236 LatexCommand ref
12237 reference "tab:ブックタブ表の例"
12238
12239 \end_inset
12240
12241 は、
12242 \end_layout
12243
12244 \begin_layout Standard
12245
12246 \series bold
12247
12248 \backslash
12249 cmidrule(r){2-2}
12250 \backslash
12251 cmidrule(l){3-4}
12252 \end_layout
12253
12254 \begin_layout Standard
12255 というコマンドを第二行の初めに使用し、
12256 \end_layout
12257
12258 \begin_layout Standard
12259
12260 \series bold
12261
12262 \backslash
12263 cmidrule(l{10pt}){1-1}
12264 \end_layout
12265
12266 \begin_layout Standard
12267 を第六行に使用して作成されています。
12268 \end_layout
12269
12270 \begin_layout Standard
12271 \begin_inset VSpace bigskip
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278 ときには、表
12279 \begin_inset CommandInset ref
12280 LatexCommand ref
12281 reference "tab:特殊なブックタブ表"
12282
12283 \end_inset
12284
12285 のような重なり合った
12286 \series bold
12287
12288 \backslash
12289 cmidrule
12290 \series default
12291 が欲しいことがあるかもしれません。これは、TeXコードで
12292 \end_layout
12293
12294 \begin_layout Standard
12295
12296 \series bold
12297
12298 \backslash
12299 morecmidrules
12300 \end_layout
12301
12302 \begin_layout Standard
12303 コマンドを使用することによって実現することができます。表
12304 \begin_inset CommandInset ref
12305 LatexCommand ref
12306 reference "tab:特殊なブックタブ表"
12307
12308 \end_inset
12309
12310 の第二列には
12311 \end_layout
12312
12313 \begin_layout Standard
12314
12315 \series bold
12316
12317 \backslash
12318 cmidrule(r){2-2}
12319 \backslash
12320 cmidrule(l){3-4}
12321 \backslash
12322 morecmidrules
12323 \backslash
12324 cmidrule{2-4}
12325 \end_layout
12326
12327 \begin_layout Standard
12328 というコマンドが使用されており、第六列には
12329 \end_layout
12330
12331 \begin_layout Standard
12332
12333 \series bold
12334
12335 \backslash
12336 midrule
12337 \backslash
12338 morecmidrules
12339 \backslash
12340 cmidrule{3-4}
12341 \end_layout
12342
12343 \begin_layout Standard
12344 というコマンドが使用されています。
12345 \end_layout
12346
12347 \begin_layout Standard
12348 \begin_inset VSpace bigskip
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \begin_layout Standard
12355 罫線の余白取りにどうしても満足が行かない場合には、
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361
12362 \backslash
12363 specialrule{幅}{上余白}{下余白}
12364 \end_layout
12365
12366 \begin_layout Standard
12367 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12368 \series bold
12369 booktabs
12370 \series default
12371  
12372 \begin_inset CommandInset citation
12373 LatexCommand cite
12374 key "booktabs"
12375
12376 \end_inset
12377
12378
12379 \begin_inset Index idx
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12384 \end_layout
12385
12386 \end_inset
12387
12388 の取扱説明書をご参照下さい。
12389 \end_layout
12390
12391 \begin_layout Standard
12392 \begin_inset Float table
12393 placement h
12394 wide false
12395 sideways false
12396 status open
12397
12398 \begin_layout Plain Layout
12399 \begin_inset Caption
12400
12401 \begin_layout Plain Layout
12402 \begin_inset CommandInset label
12403 LatexCommand label
12404 name "tab:特殊なブックタブ表"
12405
12406 \end_inset
12407
12408 特殊なブックタブ表
12409 \end_layout
12410
12411 \end_inset
12412
12413
12414 \end_layout
12415
12416 \begin_layout Plain Layout
12417 \align center
12418 \begin_inset Tabular
12419 <lyxtabular version="3" rows="8" columns="4">
12420 <features booktabs="true" tabularvalignment="middle">
12421 <column alignment="center" valignment="top" width="0">
12422 <column alignment="center" valignment="top" width="0">
12423 <column alignment="center" valignment="top" width="0">
12424 <column alignment="center" valignment="top" width="0">
12425 <row>
12426 <cell alignment="center" valignment="top" topline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 システム
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" topline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 Medipix
12440 \begin_inset space \thinspace{}
12441 \end_inset
12442
12443 1
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 Medipix
12453 \begin_inset space \thinspace{}
12454 \end_inset
12455
12456 2
12457 \end_layout
12458
12459 \end_inset
12460 </cell>
12461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 </row>
12471 <row>
12472 <cell alignment="center" valignment="top" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476 \begin_inset ERT
12477 status collapsed
12478
12479 \begin_layout Plain Layout
12480
12481
12482 \backslash
12483 cmidrule(r){2-2}
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \begin_inset ERT
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493
12494
12495 \backslash
12496 cmidrule(l){3-4}
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \begin_inset ERT
12503 status collapsed
12504
12505 \begin_layout Plain Layout
12506
12507
12508 \backslash
12509 morecmidrules 
12510 \end_layout
12511
12512 \end_inset
12513
12514
12515 \begin_inset ERT
12516 status collapsed
12517
12518 \begin_layout Plain Layout
12519
12520
12521 \backslash
12522 cmidrule{2-4}
12523 \end_layout
12524
12525 \end_inset
12526
12527 検知器の厚み [µm]
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 <cell alignment="center" valignment="top" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 300
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 300
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 700
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 </row>
12560 <row>
12561 <cell alignment="center" valignment="top" topline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 エッジ角 [°]
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 3.55
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 2.71
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" topline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 7.99
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row topspace="default">
12599 <cell alignment="center" valignment="top" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 空間分解能 [µm]
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 4.26
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 10.17
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 10.56
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 </row>
12636 <row topspace="default">
12637 <cell alignment="center" valignment="top" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 \begin_inset Formula $f_{\mathrm{max}}$
12642 \end_inset
12643
12644 におけるMTF
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 0.53
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 0.37
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 0.39
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 </row>
12677 <row>
12678 <cell alignment="center" valignment="top" topline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 \begin_inset ERT
12683 status collapsed
12684
12685 \begin_layout Plain Layout
12686
12687
12688 \backslash
12689 morecmidrules 
12690 \end_layout
12691
12692 \end_inset
12693
12694
12695 \begin_inset ERT
12696 status collapsed
12697
12698 \begin_layout Plain Layout
12699
12700
12701 \backslash
12702 cmidrule{3-4}
12703 \end_layout
12704
12705 \end_inset
12706
12707 LSF空間分解能
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" topline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 </row>
12740 <row>
12741 <cell alignment="center" valignment="top" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 µm表示
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 129.7
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 52.75
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772 50.78
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 </row>
12778 <row>
12779 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 ピクセルサイズに対する%表示
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 76.3
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 95.9
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 92.3
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 </row>
12816 </lyxtabular>
12817
12818 \end_inset
12819
12820
12821 \end_layout
12822
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \begin_layout Section
12829 表の垂直揃え
12830 \begin_inset Index idx
12831 status collapsed
12832
12833 \begin_layout Plain Layout
12834 ひょう@表 ! そろえ@揃え
12835 \end_layout
12836
12837 \end_inset
12838
12839
12840 \end_layout
12841
12842 \begin_layout Standard
12843 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
12844 \begin_inset CommandInset ref
12845 LatexCommand ref
12846 reference "sec:ボックスダイアログ"
12847
12848 \end_inset
12849
12850 節に述べられているように、ボックスの垂直揃えを行います。
12851 \end_layout
12852
12853 \begin_layout Standard
12854 以下の例では、各表は15
12855 \begin_inset space \thinspace{}
12856 \end_inset
12857
12858 列幅%を持つminipage
12859 \begin_inset Foot
12860 status collapsed
12861
12862 \begin_layout Plain Layout
12863 minipageは第
12864 \begin_inset CommandInset ref
12865 LatexCommand ref
12866 reference "sec:ミニページ"
12867
12868 \end_inset
12869
12870 節で説明されています。
12871 \end_layout
12872
12873 \end_inset
12874
12875 ボックスの中に入れてあります。
12876 \end_layout
12877
12878 \begin_layout Itemize
12879 動作試験 
12880 \begin_inset Box Frameless
12881 position "t"
12882 hor_pos "c"
12883 has_inner_box 1
12884 inner_pos "c"
12885 use_parbox 0
12886 use_makebox 0
12887 width "15col%"
12888 special "none"
12889 height "1in"
12890 height_special "totalheight"
12891 status collapsed
12892
12893 \begin_layout Plain Layout
12894 \begin_inset Tabular
12895 <lyxtabular version="3" rows="3" columns="3">
12896 <features tabularvalignment="middle">
12897 <column alignment="center" valignment="top" width="0">
12898 <column alignment="center" valignment="top" width="0">
12899 <column alignment="center" valignment="top" width="0">
12900 <row>
12901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 </row>
12929 <row>
12930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 </row>
12958 <row>
12959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 </row>
12987 </lyxtabular>
12988
12989 \end_inset
12990
12991
12992 \end_layout
12993
12994 \end_inset
12995
12996  動作試験 
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout Plain Layout
13001
13002
13003 \backslash
13004 raisebox{0.85
13005 \backslash
13006 baselineskip}{
13007 \end_layout
13008
13009 \end_inset
13010
13011
13012 \begin_inset Box Frameless
13013 position "t"
13014 hor_pos "c"
13015 has_inner_box 1
13016 inner_pos "c"
13017 use_parbox 0
13018 use_makebox 0
13019 width "15col%"
13020 special "none"
13021 height "1in"
13022 height_special "totalheight"
13023 status collapsed
13024
13025 \begin_layout Plain Layout
13026 \begin_inset Tabular
13027 <lyxtabular version="3" rows="3" columns="3">
13028 <features tabularvalignment="middle">
13029 <column alignment="center" valignment="top" width="0">
13030 <column alignment="center" valignment="top" width="0">
13031 <column alignment="center" valignment="top" width="0">
13032 <row>
13033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 </row>
13061 <row>
13062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 </row>
13090 <row>
13091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 </row>
13119 </lyxtabular>
13120
13121 \end_inset
13122
13123
13124 \end_layout
13125
13126 \end_inset
13127
13128
13129 \begin_inset ERT
13130 status collapsed
13131
13132 \begin_layout Plain Layout
13133
13134 }
13135 \end_layout
13136
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \begin_layout Itemize
13143 動作試験 
13144 \begin_inset Box Frameless
13145 position "c"
13146 hor_pos "c"
13147 has_inner_box 1
13148 inner_pos "c"
13149 use_parbox 0
13150 use_makebox 0
13151 width "15col%"
13152 special "none"
13153 height "1in"
13154 height_special "totalheight"
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158 \begin_inset Tabular
13159 <lyxtabular version="3" rows="3" columns="3">
13160 <features tabularvalignment="middle">
13161 <column alignment="center" valignment="top" width="0">
13162 <column alignment="center" valignment="top" width="0">
13163 <column alignment="center" valignment="top" width="0">
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 </row>
13193 <row>
13194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 </row>
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 </row>
13251 </lyxtabular>
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Itemize
13264 動作試験 
13265 \begin_inset Box Frameless
13266 position "b"
13267 hor_pos "c"
13268 has_inner_box 1
13269 inner_pos "c"
13270 use_parbox 0
13271 use_makebox 0
13272 width "15col%"
13273 special "none"
13274 height "1in"
13275 height_special "totalheight"
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279 \begin_inset Tabular
13280 <lyxtabular version="3" rows="3" columns="3">
13281 <features tabularvalignment="middle">
13282 <column alignment="center" valignment="top" width="0">
13283 <column alignment="center" valignment="top" width="0">
13284 <column alignment="center" valignment="top" width="0">
13285 <row>
13286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 </row>
13314 <row>
13315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 <row>
13344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 </row>
13372 </lyxtabular>
13373
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \end_inset
13380
13381  動作試験 
13382 \begin_inset ERT
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386
13387
13388 \backslash
13389 raisebox{-0.32
13390 \backslash
13391 baselineskip}{
13392 \end_layout
13393
13394 \end_inset
13395
13396
13397 \begin_inset Box Frameless
13398 position "b"
13399 hor_pos "c"
13400 has_inner_box 1
13401 inner_pos "c"
13402 use_parbox 0
13403 use_makebox 0
13404 width "15col%"
13405 special "none"
13406 height "1in"
13407 height_special "totalheight"
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411 \begin_inset Tabular
13412 <lyxtabular version="3" rows="3" columns="3">
13413 <features tabularvalignment="middle">
13414 <column alignment="center" valignment="top" width="0">
13415 <column alignment="center" valignment="top" width="0">
13416 <column alignment="center" valignment="top" width="0">
13417 <row>
13418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 </row>
13446 <row>
13447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 </row>
13475 <row>
13476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 </row>
13504 </lyxtabular>
13505
13506 \end_inset
13507
13508
13509 \end_layout
13510
13511 \end_inset
13512
13513
13514 \begin_inset ERT
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518
13519 }
13520 \end_layout
13521
13522 \end_inset
13523
13524
13525 \end_layout
13526
13527 \begin_layout Standard
13528 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
13529 \begin_inset Foot
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 raiseboxは、第
13534 \begin_inset CommandInset ref
13535 LatexCommand ref
13536 reference "sub:垂直揃え"
13537
13538 \end_inset
13539
13540 節で説明されています。
13541 \end_layout
13542
13543 \end_inset
13544
13545 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
13546 \end_layout
13547
13548 \begin_layout Standard
13549
13550 \series bold
13551
13552 \backslash
13553 raisebox{0.85
13554 \backslash
13555 baselineskip}{
13556 \end_layout
13557
13558 \begin_layout Standard
13559 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
13560 \series bold
13561 }
13562 \series default
13563 をTeXコードとして挿入してあります。最後の項目の第二表には、
13564 \end_layout
13565
13566 \begin_layout Standard
13567
13568 \series bold
13569
13570 \backslash
13571 raisebox{-0.32
13572 \backslash
13573 baselineskip}{
13574 \end_layout
13575
13576 \begin_layout Standard
13577 というコマンドを使用しています。
13578 \end_layout
13579
13580 \begin_layout Standard
13581 \begin_inset Note Greyedout
13582 status open
13583
13584 \begin_layout Plain Layout
13585
13586 \series bold
13587 【註】
13588 \series default
13589 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
13590 \series bold
13591
13592 \backslash
13593 raisebox
13594 \series default
13595 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
13596 \end_layout
13597
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \begin_layout Section
13604 色付きの表
13605 \begin_inset CommandInset label
13606 LatexCommand label
13607 name "sec:色付きの表"
13608
13609 \end_inset
13610
13611
13612 \begin_inset Index idx
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616 ひょう@表 ! いろつき@色付き
13617 \end_layout
13618
13619 \end_inset
13620
13621
13622 \end_layout
13623
13624 \begin_layout Subsection
13625 色付きのセル
13626 \begin_inset Index idx
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630 ひょうのいろ@表の色 ! せるぶ@セル部
13631 \end_layout
13632
13633 \end_inset
13634
13635
13636 \begin_inset Index idx
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 いろつき@色付き ! ひょうせるぶ@表セル部
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 \begin_inset Float table
13650 placement h
13651 wide false
13652 sideways false
13653 status open
13654
13655 \begin_layout Plain Layout
13656 \begin_inset Caption
13657
13658 \begin_layout Plain Layout
13659 \begin_inset CommandInset label
13660 LatexCommand label
13661 name "tab:colortblなしの表"
13662
13663 \end_inset
13664
13665
13666 \series bold
13667 colortbl
13668 \series default
13669 パッケージを使用しない色付き表
13670 \begin_inset Argument
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674 colortblなしの表
13675 \end_layout
13676
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Plain Layout
13688 \align center
13689 \begin_inset Tabular
13690 <lyxtabular version="3" rows="3" columns="3">
13691 <features tabularvalignment="middle">
13692 <column alignment="center" valignment="top" width="0">
13693 <column alignment="center" valignment="top" width="0">
13694 <column alignment="center" valignment="top" width="0">
13695 <row>
13696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700
13701 \color green
13702
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711
13712 \color red
13713
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722
13723 \color red
13724
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 </row>
13730 <row>
13731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735
13736 \color green
13737
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \color blue
13748
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \color blue
13759
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 <row>
13766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770
13771 \color green
13772
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781
13782 \color blue
13783
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792
13793 \color blue
13794
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 </row>
13800 </lyxtabular>
13801
13802 \end_inset
13803
13804
13805 \end_layout
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
13814 \family sans
13815 編集\SpecialChar \menuseparator
13816 文字様式
13817 \family default
13818 メニューで色を選んでください。表
13819 \begin_inset CommandInset ref
13820 LatexCommand ref
13821 reference "tab:colortblなしの表"
13822
13823 \end_inset
13824
13825 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
13826 \series bold
13827 colortbl
13828 \series default
13829
13830 \begin_inset Index idx
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
13835 \end_layout
13836
13837 \end_inset
13838
13839 を使用しなくてはなりません。
13840 \end_layout
13841
13842 \begin_layout Standard
13843 \begin_inset ERT
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847
13848
13849 \backslash
13850 ifcolortbl
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \begin_inset Note Note
13857 status open
13858
13859 \begin_layout Plain Layout
13860 本節の以下の部分は、LaTeXパッケージ
13861 \series bold
13862 colortbl
13863 \series default
13864 が導入済みのときのみ表示されます。
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \end_layout
13871
13872 \begin_layout Standard
13873 色付きの表を作成するには、プリアンブルに
13874 \end_layout
13875
13876 \begin_layout Standard
13877
13878 \series bold
13879
13880 \backslash
13881 usepackage{colortbl}
13882 \end_layout
13883
13884 \begin_layout Standard
13885 という行を書いて
13886 \series bold
13887 colortbl
13888 \series default
13889 を読み込まなくてはなりません。列の色は、
13890 \series bold
13891 >{ }
13892 \series default
13893 コマンドの中に
13894 \end_layout
13895
13896 \begin_layout Standard
13897
13898 \series bold
13899
13900 \backslash
13901 columncolor{色彩名}
13902 \end_layout
13903
13904 \begin_layout Standard
13905 というコマンドを書いて指定することができます。
13906 \series bold
13907 >{}
13908 \series default
13909 コマンドに関する詳細は、第
13910 \begin_inset CommandInset ref
13911 LatexCommand ref
13912 reference "sub:連結列の計算"
13913
13914 \end_inset
13915
13916 節に述べられています。
13917 \end_layout
13918
13919 \begin_layout Standard
13920 以下の色彩名が事前に定義されています。
13921 \end_layout
13922
13923 \begin_layout Standard
13924
13925 \family sans
13926 red
13927 \family default
13928
13929 \family sans
13930 green
13931 \family default
13932
13933 \family sans
13934 yellow
13935 \family default
13936
13937 \family sans
13938 blue
13939 \family default
13940
13941 \family sans
13942 cyan
13943 \family default
13944
13945 \family sans
13946 magenta
13947 \family default
13948
13949 \family sans
13950 black
13951 \family default
13952
13953 \family sans
13954 white
13955 \end_layout
13956
13957 \begin_layout Standard
13958 \begin_inset VSpace medskip
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Standard
13965 また
13966 \end_layout
13967
13968 \begin_layout Standard
13969
13970 \series bold
13971
13972 \backslash
13973 definecolor{色彩名}{色彩モデル}{色彩値}
13974 \end_layout
13975
13976 \begin_layout Standard
13977 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
13978 \end_layout
13979
13980 \begin_layout Labeling
13981 cmyk:シアン(
13982 \bar under
13983 c
13984 \bar default
13985 yan)・マゼンタ(
13986 \bar under
13987 m
13988 \bar default
13989 agenta)・黄(
13990 \bar under
13991 y
13992 \bar default
13993 ellow)・黒(blac
13994 \bar under
13995 k
13996 \bar default
13997
13998 \end_layout
13999
14000 \begin_layout Labeling
14001 rgb:赤(
14002 \bar under
14003 r
14004 \bar default
14005 ed)・緑(
14006 \bar under
14007 g
14008 \bar default
14009 reen)・青(
14010 \bar under
14011 b
14012 \bar default
14013 lue)
14014 \end_layout
14015
14016 \begin_layout Labeling
14017 gray:グレー
14018 \end_layout
14019
14020 \begin_layout Standard
14021 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
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{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14034 \end_layout
14035
14036 \begin_layout Standard
14037 と書くことによって、「
14038 \emph on
14039 darkgreen
14040 \emph default
14041 」色を定義することができますし、
14042 \end_layout
14043
14044 \begin_layout Standard
14045
14046 \series bold
14047
14048 \backslash
14049 definecolor{lightgray}{gray}{0.8}
14050 \end_layout
14051
14052 \begin_layout Standard
14053 と書けば、「
14054 \emph on
14055 lightgray
14056 \emph default
14057 」色を定義することができます。
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \begin_inset VSpace medskip
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \begin_layout Standard
14068 罫線は
14069 \end_layout
14070
14071 \begin_layout Standard
14072
14073 \series bold
14074
14075 \backslash
14076 rowcolor{色彩名}
14077 \end_layout
14078
14079 \begin_layout Standard
14080 というコマンドを使用して色付けすることができ、セルは
14081 \end_layout
14082
14083 \begin_layout Standard
14084
14085 \series bold
14086
14087 \backslash
14088 cellcolor{色彩名}
14089 \end_layout
14090
14091 \begin_layout Standard
14092 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14093 \end_layout
14094
14095 \begin_layout Standard
14096 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14097 \family sans
14098 編集\SpecialChar \menuseparator
14099 文字様式
14100 \family default
14101 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14102 ます。
14103 \end_layout
14104
14105 \begin_layout Standard
14106 \begin_inset Note Greyedout
14107 status open
14108
14109 \begin_layout Plain Layout
14110 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14111 \end_layout
14112
14113 \end_inset
14114
14115
14116 \end_layout
14117
14118 \begin_layout Standard
14119 \begin_inset VSpace bigskip
14120 \end_inset
14121
14122
14123 \end_layout
14124
14125 \begin_layout Standard
14126
14127 \begin_inset CommandInset ref
14128 LatexCommand ref
14129 reference "tab:色付き表"
14130
14131 \end_inset
14132
14133 を作成するには、以下のようにしてください。第一列の色は
14134 \emph on
14135 darkgreen
14136 \emph default
14137 にしたいので、この列のLaTeX変数として
14138 \end_layout
14139
14140 \begin_layout Standard
14141
14142 \series bold
14143 >{
14144 \backslash
14145 columncolor{darkgreen}
14146 \backslash
14147 centering}c
14148 \end_layout
14149
14150 \begin_layout Standard
14151 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14152 \end_layout
14153
14154 \begin_layout Standard
14155
14156 \series bold
14157
14158 \backslash
14159 rowcolow{cyan}
14160 \end_layout
14161
14162 \begin_layout Standard
14163 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14164 \end_layout
14165
14166 \begin_layout Standard
14167
14168 \series bold
14169
14170 \backslash
14171 cellcolor{magenta}
14172 \end_layout
14173
14174 \begin_layout Standard
14175 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14176 \family sans
14177 編集\SpecialChar \menuseparator
14178 文字様式
14179 \family default
14180 メニューを使って、各文字に色付けをすることができます。
14181 \end_layout
14182
14183 \begin_layout Standard
14184 \begin_inset Float table
14185 placement h
14186 wide false
14187 sideways false
14188 status open
14189
14190 \begin_layout Plain Layout
14191 \begin_inset Caption
14192
14193 \begin_layout Plain Layout
14194
14195 \series bold
14196 \begin_inset CommandInset label
14197 LatexCommand label
14198 name "tab:色付き表"
14199
14200 \end_inset
14201
14202 colortbl
14203 \series default
14204 パッケージを使用した色付き表
14205 \begin_inset Argument
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 colortblを使った表
14210 \end_layout
14211
14212 \end_inset
14213
14214
14215 \end_layout
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \begin_layout Plain Layout
14223 \align center
14224 \begin_inset Tabular
14225 <lyxtabular version="3" rows="3" columns="3">
14226 <features tabularvalignment="middle">
14227 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14228 <column alignment="center" valignment="top" width="0">
14229 <column alignment="center" valignment="top" width="0">
14230 <row>
14231 <cell alignment="center" valignment="top" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240
14241 \backslash
14242 rowcolor{cyan}
14243 \end_layout
14244
14245 \end_inset
14246
14247
14248 \color magenta
14249
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258
14259 \color red
14260
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269
14270 \color red
14271
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 </row>
14277 <row>
14278 <cell alignment="center" valignment="top" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282
14283 \color yellow
14284
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293
14294 \color blue
14295
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 <cell alignment="center" valignment="top" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304
14305 \color blue
14306
14307 \end_layout
14308
14309 \end_inset
14310 </cell>
14311 </row>
14312 <row>
14313 <cell alignment="center" valignment="top" usebox="none">
14314 \begin_inset Text
14315
14316 \begin_layout Plain Layout
14317
14318 \color yellow
14319
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328
14329 \color blue
14330
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 \begin_inset ERT
14340 status collapsed
14341
14342 \begin_layout Plain Layout
14343
14344
14345 \backslash
14346 cellcolor{magenta}
14347 \end_layout
14348
14349 \end_inset
14350
14351
14352 \color green
14353
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 </row>
14359 </lyxtabular>
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \begin_layout Standard
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376
14377
14378 \backslash
14379 else
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \begin_inset Note Note
14386 status open
14387
14388 \begin_layout Plain Layout
14389 以下は、LaTeXパッケージ
14390 \series bold
14391 colortbl
14392 \series default
14393 が導入されていないときに表示されます。
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Standard
14402 この節の内容を出力で表示させるには、
14403 \series bold
14404 colortbl
14405 \series default
14406 パッケージを導入する必要があります。
14407 \end_layout
14408
14409 \begin_layout Standard
14410 \begin_inset ERT
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414
14415
14416 \backslash
14417 fi
14418 \end_layout
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \begin_layout Subsection
14426 色付き罫線
14427 \begin_inset Index idx
14428 status collapsed
14429
14430 \begin_layout Plain Layout
14431 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14432 \end_layout
14433
14434 \end_inset
14435
14436
14437 \begin_inset Index idx
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14442 \end_layout
14443
14444 \end_inset
14445
14446
14447 \end_layout
14448
14449 \begin_layout Standard
14450
14451 \begin_inset CommandInset ref
14452 LatexCommand ref
14453 reference "sub:罫線幅"
14454
14455 \end_inset
14456
14457 節に述べられているように、表中の全罫線の線幅は、長さ
14458 \series bold
14459
14460 \backslash
14461 arrayrulewidth
14462 \series default
14463 を使って調節することができます。本節の表では、すべて1.5
14464 \begin_inset space \thinspace{}
14465 \end_inset
14466
14467 ptに設定されています。
14468 \begin_inset ERT
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472
14473
14474 \backslash
14475 setlength{
14476 \backslash
14477 arrayrulewidth}{1.5pt}
14478 \end_layout
14479
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Standard
14486 たとえば縦罫線を緑に着色するには、第
14487 \begin_inset CommandInset ref
14488 LatexCommand ref
14489 reference "sub:自製書式"
14490
14491 \end_inset
14492
14493 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
14494 \end_layout
14495
14496 \begin_layout Standard
14497
14498 \series bold
14499
14500 \backslash
14501 newcolumntype{W}{!{
14502 \backslash
14503 color{green}
14504 \backslash
14505 vline}}
14506 \end_layout
14507
14508 \begin_layout Standard
14509
14510 \begin_inset CommandInset ref
14511 LatexCommand ref
14512 reference "tab:色付き縦罫線の表"
14513
14514 \end_inset
14515
14516 では、最右列にLaTeX変数
14517 \series bold
14518 WcW
14519 \series default
14520 、他の列にLaTeX変数
14521 \series bold
14522 Wc
14523 \series default
14524 が使用されています。
14525 \end_layout
14526
14527 \begin_layout Standard
14528 複数の色を用いたいときには、列書式をもっと定義してください。
14529 \end_layout
14530
14531 \begin_layout Standard
14532 \begin_inset Float table
14533 placement h
14534 wide false
14535 sideways false
14536 status open
14537
14538 \begin_layout Plain Layout
14539 \begin_inset Caption
14540
14541 \begin_layout Plain Layout
14542 \begin_inset CommandInset label
14543 LatexCommand label
14544 name "tab:色付き縦罫線の表"
14545
14546 \end_inset
14547
14548 色付き縦罫線の表
14549 \end_layout
14550
14551 \end_inset
14552
14553
14554 \end_layout
14555
14556 \begin_layout Plain Layout
14557 \align center
14558 \begin_inset Tabular
14559 <lyxtabular version="3" rows="3" columns="3">
14560 <features tabularvalignment="middle">
14561 <column alignment="center" valignment="top" width="0" special="Wc">
14562 <column alignment="center" valignment="top" width="0" special="Wc">
14563 <column alignment="center" valignment="top" width="0" special="WcW">
14564 <row>
14565 <cell alignment="center" valignment="top" topline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 sd
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 <cell alignment="center" valignment="top" topline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 </row>
14593 <row>
14594 <cell alignment="center" valignment="top" topline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 <cell alignment="center" valignment="top" topline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607 sd
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 <cell alignment="center" valignment="top" topline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 </row>
14622 <row>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645 sd
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 </row>
14651 </lyxtabular>
14652
14653 \end_inset
14654
14655
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset VSpace bigskip
14665 \end_inset
14666
14667
14668 \begin_inset CommandInset ref
14669 LatexCommand ref
14670 reference "tab:色付き横罫線の表"
14671
14672 \end_inset
14673
14674 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
14675 \end_layout
14676
14677 \begin_layout Standard
14678
14679 \series bold
14680
14681 \backslash
14682 let
14683 \backslash
14684 myHlineC
14685 \backslash
14686 hline
14687 \begin_inset Newline newline
14688 \end_inset
14689
14690
14691 \backslash
14692 renewcommand{
14693 \backslash
14694 hline}
14695 \begin_inset Newline newline
14696 \end_inset
14697
14698
14699 \begin_inset Phantom HPhantom
14700 status open
14701
14702 \begin_layout Plain Layout
14703 \begin_inset space ~
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \end_inset
14710
14711 {
14712 \backslash
14713 arrayrulecolor{red}
14714 \backslash
14715 myHlineC
14716 \backslash
14717 arrayrulecolor{black}}
14718 \end_layout
14719
14720 \begin_layout Standard
14721 というコマンドを入力して下さい。
14722 \end_layout
14723
14724 \begin_layout Standard
14725 \begin_inset ERT
14726 status collapsed
14727
14728 \begin_layout Plain Layout
14729
14730
14731 \backslash
14732 let
14733 \backslash
14734 myHlineC
14735 \backslash
14736 hline
14737 \end_layout
14738
14739 \begin_layout Plain Layout
14740
14741
14742 \backslash
14743 renewcommand{
14744 \backslash
14745 hline}
14746 \end_layout
14747
14748 \begin_layout Plain Layout
14749
14750  {
14751 \backslash
14752 arrayrulecolor{red}
14753 \backslash
14754 myHlineC
14755 \backslash
14756 arrayrulecolor{black}}
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \begin_inset Float table
14763 placement h
14764 wide false
14765 sideways false
14766 status open
14767
14768 \begin_layout Plain Layout
14769 \begin_inset Caption
14770
14771 \begin_layout Plain Layout
14772 \begin_inset CommandInset label
14773 LatexCommand label
14774 name "tab:色付き横罫線の表"
14775
14776 \end_inset
14777
14778 色付き横罫線の表
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \begin_layout Plain Layout
14787 \align center
14788 \begin_inset Tabular
14789 <lyxtabular version="3" rows="3" columns="3">
14790 <features tabularvalignment="middle">
14791 <column alignment="center" valignment="top" width="0">
14792 <column alignment="center" valignment="top" width="0">
14793 <column alignment="center" valignment="top" width="0">
14794 <row>
14795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14796 \begin_inset Text
14797
14798 \begin_layout Plain Layout
14799 sd
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14814 \begin_inset Text
14815
14816 \begin_layout Plain Layout
14817
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row>
14824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14834 \begin_inset Text
14835
14836 \begin_layout Plain Layout
14837 sd
14838 \end_layout
14839
14840 \end_inset
14841 </cell>
14842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 sd
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 </row>
14881 </lyxtabular>
14882
14883 \end_inset
14884
14885
14886 \end_layout
14887
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Standard
14894 既定値の黒罫線に戻るには、
14895 \end_layout
14896
14897 \begin_layout Standard
14898
14899 \series bold
14900
14901 \backslash
14902 renewcommand{
14903 \backslash
14904 hline}{
14905 \backslash
14906 myHlineC}
14907 \end_layout
14908
14909 \begin_layout Standard
14910 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
14911 \begin_inset CommandInset ref
14912 LatexCommand ref
14913 reference "tab:色付き罫線の表"
14914
14915 \end_inset
14916
14917 は、縦横罫線を色付けした例です。
14918 \end_layout
14919
14920 \begin_layout Standard
14921 \begin_inset Float table
14922 placement h
14923 wide false
14924 sideways false
14925 status open
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Caption
14929
14930 \begin_layout Plain Layout
14931 \begin_inset CommandInset label
14932 LatexCommand label
14933 name "tab:色付き罫線の表"
14934
14935 \end_inset
14936
14937 色付き罫線の表
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Plain Layout
14946 \align center
14947 \begin_inset Tabular
14948 <lyxtabular version="3" rows="3" columns="3">
14949 <features tabularvalignment="middle">
14950 <column alignment="center" valignment="top" width="0" special="Wc">
14951 <column alignment="center" valignment="top" width="0" special="Wc">
14952 <column alignment="center" valignment="top" width="0" special="WcW">
14953 <row>
14954 <cell alignment="center" valignment="top" topline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 sd
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 </row>
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" topline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 sd
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row topspace="default">
15012 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 sd
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 </lyxtabular>
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \begin_layout Standard
15053 \begin_inset ERT
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057
15058
15059 \backslash
15060 renewcommand{
15061 \backslash
15062 hline}{
15063 \backslash
15064 myHlineC}
15065 \end_layout
15066
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \begin_layout Standard
15073 \begin_inset ERT
15074 status collapsed
15075
15076 \begin_layout Plain Layout
15077
15078
15079 \backslash
15080 setlength{
15081 \backslash
15082 arrayrulewidth}{0.4pt}
15083 \end_layout
15084
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \begin_layout Section
15091 表の調整
15092 \begin_inset Index idx
15093 status collapsed
15094
15095 \begin_layout Plain Layout
15096 ひょうのちょうせい@表の調整
15097 \end_layout
15098
15099 \end_inset
15100
15101
15102 \begin_inset Index idx
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106 ひょう@表 ! ちょうせい@調整
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \begin_layout Subsection
15115 行の余白取り
15116 \begin_inset CommandInset label
15117 LatexCommand label
15118 name "sub:行の余白取り"
15119
15120 \end_inset
15121
15122
15123 \begin_inset Index idx
15124 status collapsed
15125
15126 \begin_layout Plain Layout
15127 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15128 \end_layout
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \begin_layout Standard
15136 表の設定ダイアログの
15137 \family sans
15138 罫線
15139 \family default
15140 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15141 \end_layout
15142
15143 \begin_layout Description
15144 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15145 \begin_inset Foot
15146 status collapsed
15147
15148 \begin_layout Plain Layout
15149 フォーマル形式の表は第
15150 \begin_inset CommandInset ref
15151 LatexCommand ref
15152 reference "sec:フォーマル形式の表"
15153
15154 \end_inset
15155
15156 節で説明されています。
15157 \end_layout
15158
15159 \end_inset
15160
15161 ならば、LyXは既定値として0.5
15162 \begin_inset space \thinspace{}
15163 \end_inset
15164
15165 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15166 \begin_inset VSpace medskip
15167 \end_inset
15168
15169
15170 \begin_inset Newline newline
15171 \end_inset
15172
15173
15174 \begin_inset space \hspace*{}
15175 \length 0pt
15176 \end_inset
15177
15178
15179 \begin_inset space \hfill{}
15180 \end_inset
15181
15182
15183 \begin_inset Tabular
15184 <lyxtabular version="3" rows="3" columns="1">
15185 <features tabularvalignment="middle">
15186 <column alignment="center" valignment="top" width="0">
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row topspace="3mm">
15199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 行上に3
15204 \begin_inset space \thinspace{}
15205 \end_inset
15206
15207 mmの余白
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 </row>
15213 <row>
15214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 </lyxtabular>
15225
15226 \end_inset
15227
15228
15229 \begin_inset space \hfill{}
15230 \end_inset
15231
15232
15233 \begin_inset space \hspace*{}
15234 \length 0pt
15235 \end_inset
15236
15237
15238 \begin_inset VSpace medskip
15239 \end_inset
15240
15241
15242 \begin_inset Newline newline
15243 \end_inset
15244
15245 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15246 \end_layout
15247
15248 \begin_layout Description
15249 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15250 \begin_inset space \thinspace{}
15251 \end_inset
15252
15253 emの余白を挿入し、通常の表ならば既定値として2
15254 \begin_inset space \thinspace{}
15255 \end_inset
15256
15257 ptを挿入します。
15258 \end_layout
15259
15260 \begin_layout Description
15261 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15262 \begin_inset space \thinspace{}
15263 \end_inset
15264
15265 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15266 \begin_inset VSpace medskip
15267 \end_inset
15268
15269
15270 \begin_inset Newline newline
15271 \end_inset
15272
15273
15274 \begin_inset space \hspace*{}
15275 \length 0pt
15276 \end_inset
15277
15278
15279 \begin_inset space \hfill{}
15280 \end_inset
15281
15282
15283 \begin_inset Tabular
15284 <lyxtabular version="3" rows="3" columns="1">
15285 <features tabularvalignment="middle">
15286 <column alignment="center" valignment="top" width="0">
15287 <row>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row interlinespace="3mm">
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 \begin_inset Formula $\downarrow$
15304 \end_inset
15305
15306  行間に3
15307 \begin_inset space \thinspace{}
15308 \end_inset
15309
15310 mmの余白 
15311 \begin_inset Formula $\downarrow$
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row>
15321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 \begin_inset Formula $\uparrow$
15326 \end_inset
15327
15328  行間に3
15329 \begin_inset space \thinspace{}
15330 \end_inset
15331
15332 mmの余白 
15333 \begin_inset Formula $\uparrow$
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 </lyxtabular>
15343
15344 \end_inset
15345
15346
15347 \begin_inset space \hfill{}
15348 \end_inset
15349
15350
15351 \begin_inset space \hspace*{}
15352 \length 0pt
15353 \end_inset
15354
15355
15356 \begin_inset VSpace medskip
15357 \end_inset
15358
15359
15360 \begin_inset Newline newline
15361 \end_inset
15362
15363 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15364 \end_layout
15365
15366 \begin_layout Standard
15367 \begin_inset VSpace bigskip
15368 \end_inset
15369
15370 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15371 \end_layout
15372
15373 \begin_layout Standard
15374
15375 \series bold
15376
15377 \backslash
15378 @ifundefined{extrarowheight}
15379 \begin_inset Newline newline
15380 \end_inset
15381
15382
15383 \begin_inset Phantom HPhantom
15384 status open
15385
15386 \begin_layout Plain Layout
15387 \begin_inset space ~
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \end_inset
15394
15395 {
15396 \backslash
15397 usepackage{array}}{}
15398 \begin_inset Newline newline
15399 \end_inset
15400
15401
15402 \backslash
15403 setlength{
15404 \backslash
15405 extrarowheight}{height}
15406 \end_layout
15407
15408 \begin_layout Standard
15409 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15410 \series bold
15411 array
15412 \series default
15413 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15414 \series bold
15415
15416 \backslash
15417 @ifundefined
15418 \series default
15419 が使用されています)。
15420 \end_layout
15421
15422 \begin_layout Standard
15423 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15424 \series bold
15425
15426 \backslash
15427 strut
15428 \series default
15429 コマンドを挿入することで補正することができます。表
15430 \begin_inset CommandInset ref
15431 LatexCommand ref
15432 reference "tab:垂直揃え"
15433
15434 \end_inset
15435
15436 は、この効果を示したものです。
15437 \end_layout
15438
15439 \begin_layout Standard
15440 \noindent
15441 \begin_inset Float table
15442 placement h
15443 wide false
15444 sideways false
15445 status open
15446
15447 \begin_layout Plain Layout
15448 \begin_inset Caption
15449
15450 \begin_layout Plain Layout
15451 \begin_inset CommandInset label
15452 LatexCommand label
15453 name "tab:垂直揃え"
15454
15455 \end_inset
15456
15457 大きなフォント寸法の文章の垂直揃え
15458 \end_layout
15459
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \begin_layout Plain Layout
15466 \begin_inset space \hfill{}
15467 \end_inset
15468
15469
15470 \begin_inset Float table
15471 wide false
15472 sideways false
15473 status open
15474
15475 \begin_layout Plain Layout
15476 \begin_inset Caption
15477
15478 \begin_layout Plain Layout
15479 通常の表
15480 \end_layout
15481
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \begin_layout Plain Layout
15488 \noindent
15489 \align center
15490 \begin_inset Tabular
15491 <lyxtabular version="3" rows="6" columns="1">
15492 <features tabularvalignment="middle">
15493 <column alignment="left" valignment="top" width="0">
15494 <row>
15495 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499 Normal, g
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \size large
15512 Large
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 <row>
15519 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \size larger
15525 Larger
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \size largest
15538 Largest
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 </row>
15544 <row>
15545 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549
15550 \size huge
15551 Huge
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row>
15558 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \size giant
15564 Huger
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 </lyxtabular>
15571
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \begin_inset space \hfill{}
15581 \end_inset
15582
15583
15584 \begin_inset Float table
15585 wide false
15586 sideways false
15587 status open
15588
15589 \begin_layout Plain Layout
15590 \begin_inset Caption
15591
15592 \begin_layout Plain Layout
15593
15594 \series bold
15595
15596 \backslash
15597 strut
15598 \series default
15599 コマンドを使用した表
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Plain Layout
15608 \noindent
15609 \align center
15610 \begin_inset Tabular
15611 <lyxtabular version="3" rows="6" columns="1">
15612 <features tabularvalignment="middle">
15613 <column alignment="left" valignment="top" width="0">
15614 <row>
15615 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 Normal, g
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 </row>
15625 <row>
15626 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \size large
15632 \begin_inset ERT
15633 status collapsed
15634
15635 \begin_layout Plain Layout
15636
15637
15638 \backslash
15639 strut 
15640 \end_layout
15641
15642 \end_inset
15643
15644 Large
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 </row>
15650 <row>
15651 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15652 \begin_inset Text
15653
15654 \begin_layout Plain Layout
15655
15656 \size larger
15657 \begin_inset ERT
15658 status collapsed
15659
15660 \begin_layout Plain Layout
15661
15662
15663 \backslash
15664 strut 
15665 \end_layout
15666
15667 \end_inset
15668
15669 Larger
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 </row>
15675 <row>
15676 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \size largest
15682 \begin_inset ERT
15683 status collapsed
15684
15685 \begin_layout Plain Layout
15686
15687
15688 \backslash
15689 strut 
15690 \end_layout
15691
15692 \end_inset
15693
15694 Largest
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \size huge
15707 \begin_inset ERT
15708 status collapsed
15709
15710 \begin_layout Plain Layout
15711
15712
15713 \backslash
15714 strut 
15715 \end_layout
15716
15717 \end_inset
15718
15719 Huge
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \size giant
15732 \begin_inset ERT
15733 status collapsed
15734
15735 \begin_layout Plain Layout
15736
15737
15738 \backslash
15739 strut 
15740 \end_layout
15741
15742 \end_inset
15743
15744 Huger
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 </lyxtabular>
15751
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \end_inset
15758
15759
15760 \begin_inset space \hfill{}
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Subsection
15772 特殊なセル揃え
15773 \begin_inset Index idx
15774 status collapsed
15775
15776 \begin_layout Plain Layout
15777 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
15778 \end_layout
15779
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \begin_layout Standard
15786 ときには表
15787 \begin_inset CommandInset ref
15788 LatexCommand ref
15789 reference "tab:表セル"
15790
15791 \end_inset
15792
15793 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。
15794 \end_layout
15795
15796 \begin_layout Standard
15797 \begin_inset Float table
15798 placement h
15799 wide false
15800 sideways false
15801 status open
15802
15803 \begin_layout Plain Layout
15804 \begin_inset Caption
15805
15806 \begin_layout Plain Layout
15807 \begin_inset CommandInset label
15808 LatexCommand label
15809 name "tab:表セル"
15810
15811 \end_inset
15812
15813 一列が小数点で揃えられた表セル
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \begin_layout Plain Layout
15822 \align center
15823 \begin_inset Tabular
15824 <lyxtabular version="3" rows="4" columns="2">
15825 <features tabularvalignment="middle">
15826 <column alignment="right" valignment="top" width="0">
15827 <column alignment="left" valignment="top" width="0" special="@{}l">
15828 <row>
15829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 見出し
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row>
15849 <cell alignment="center" valignment="top" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 12.
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 6
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 </row>
15868 <row>
15869 <cell alignment="center" valignment="top" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 0.
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882 68
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 -123.
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 0
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 </row>
15908 </lyxtabular>
15909
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 この表は4×2表として作成されています。見出しは中央揃えの連結列になっています。第1列には、小数点以上の各桁と小数点が右揃えで収められています。第2列には、小数
15922 点以下の各桁が左揃えで収められています。通常、表の列間に加えられる余白を削るために、
15923 \end_layout
15924
15925 \begin_layout Standard
15926
15927 \series bold
15928 @{}l
15929 \end_layout
15930
15931 \begin_layout Standard
15932 というLaTeX引数を第2列に指定します。
15933 \end_layout
15934
15935 \begin_layout Standard
15936
15937 \begin_inset CommandInset ref
15938 LatexCommand ref
15939 reference "tab:表セル揃え"
15940
15941 \end_inset
15942
15943 は、揃え方の例をいくつか示しています。関係子で揃えを行うには、関係詞の周りに正しい余白を取るために、二番目に小さい数式余白を最終列の初めに加えなくてはなりません
15944
15945 \end_layout
15946
15947 \begin_layout Standard
15948 \begin_inset Float table
15949 wide false
15950 sideways false
15951 status open
15952
15953 \begin_layout Plain Layout
15954 \begin_inset Caption
15955
15956 \begin_layout Plain Layout
15957 \begin_inset CommandInset label
15958 LatexCommand label
15959 name "tab:表セル揃え"
15960
15961 \end_inset
15962
15963 表セルの揃えの例
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Plain Layout
15972 \align center
15973 \begin_inset Tabular
15974 <lyxtabular version="3" rows="4" columns="6">
15975 <features tabularvalignment="middle">
15976 <column alignment="right" valignment="top" width="0">
15977 <column alignment="left" valignment="top" width="0" special="@{}l">
15978 <column alignment="right" valignment="top" width="0">
15979 <column alignment="left" valignment="top" width="0" special="@{}l">
15980 <column alignment="right" valignment="top" width="0">
15981 <column alignment="left" valignment="top" width="0" special="@{}l">
15982 <row>
15983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 単位
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 冪数
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 関係子
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 </row>
16038 <row>
16039 <cell alignment="center" valignment="top" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 12×
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 24本の瓶
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 \begin_inset Formula $10\cdot$
16062 \end_inset
16063
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 \begin_inset Formula $10^{\mbox{-}17}$
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 \begin_inset Formula $\Gamma(t)\propto$
16086 \end_inset
16087
16088
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 \begin_inset Formula $\:\Upsilon(t)$
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 1024×
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 768ピクセル
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 \begin_inset Formula $5.78\cdot$
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 \begin_inset Formula $10^{7}$
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $A\ne$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Formula $\: B_{\mathrm{red}}$
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row>
16175 <cell alignment="center" valignment="top" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 32×
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 6
16189 \begin_inset space \thinspace{}
16190 \end_inset
16191
16192 cm
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 -
16202 \begin_inset Formula $33.5\cdot$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 \begin_inset Formula $10^{4}$
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 \begin_inset Formula $\sin(\alpha)\ge$
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 \begin_inset Formula $\:\sin(\beta)$
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 </lyxtabular>
16248
16249 \end_inset
16250
16251
16252 \end_layout
16253
16254 \end_inset
16255
16256
16257 \end_layout
16258
16259 \begin_layout Standard
16260 \begin_inset VSpace bigskip
16261 \end_inset
16262
16263 表のセルの揃えを取り扱うものには、
16264 \series bold
16265 dcolumn
16266 \series default
16267
16268 \begin_inset Index idx
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272 LaTeXぱっけーじ@LaTeXパッケージ ! dcolumn
16273 \end_layout
16274
16275 \end_inset
16276
16277  LaTeXパッケージもあります。しかし残念ながら、このパッケージはセルの内容全体を数式として取扱うため、表セル中に数式を入れることはできません。表
16278 \begin_inset CommandInset ref
16279 LatexCommand ref
16280 reference "tab:表セル揃え"
16281
16282 \end_inset
16283
16284 の第1列は、
16285 \series bold
16286 dcolumn
16287 \series default
16288 では表
16289 \begin_inset CommandInset ref
16290 LatexCommand ref
16291 reference "tab:使用したときの揃え"
16292
16293 \end_inset
16294
16295 の第1列のようになり、ちょっとしたテクニックを使わなければ、期待通りにはなりません。表
16296 \begin_inset CommandInset ref
16297 LatexCommand ref
16298 reference "tab:表セル揃え"
16299
16300 \end_inset
16301
16302 の第2列と第3列のような揃え方は、
16303 \series bold
16304 dcolumn
16305 \series default
16306 ではできません。
16307 \begin_inset Newpage newpage
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Standard
16314 \begin_inset Float table
16315 placement h
16316 wide false
16317 sideways false
16318 status open
16319
16320 \begin_layout Plain Layout
16321 \begin_inset Caption
16322
16323 \begin_layout Plain Layout
16324 \begin_inset CommandInset label
16325 LatexCommand label
16326 name "tab:使用したときの揃え"
16327
16328 \end_inset
16329
16330 LaTeXパッケージdcolumnを使用したときの揃えの様子。この出力のようにすべての列を揃えるには、テクニックを用いなくてはなりません。
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \begin_layout Plain Layout
16339 \align center
16340 \begin_inset Tabular
16341 <lyxtabular version="3" rows="4" columns="3">
16342 <features tabularvalignment="middle">
16343 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16344 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16345 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16346 <row>
16347 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 単位
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 単位
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369 単位
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row>
16376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 12x24本の瓶
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389 12x24本の瓶
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell alignment="center" valignment="top" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 12
16399 \begin_inset ERT
16400 status collapsed
16401
16402 \begin_layout Plain Layout
16403
16404
16405 \backslash
16406 times 
16407 \end_layout
16408
16409 \end_inset
16410
16411 24+
16412 \begin_inset Formula $\mbox{本の瓶}$
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 1024x768ピクセル
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 1024x768ピクセル
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 1024
16445 \begin_inset ERT
16446 status collapsed
16447
16448 \begin_layout Plain Layout
16449
16450
16451 \backslash
16452 times 
16453 \end_layout
16454
16455 \end_inset
16456
16457 768+
16458 \begin_inset Formula $\mbox{ピクセル}$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 32x6
16473 \begin_inset space \thinspace{}
16474 \end_inset
16475
16476 cm
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 32x6
16486 \begin_inset space \thinspace{}
16487 \end_inset
16488
16489
16490 \begin_inset Formula $\mbox{cm}$
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 32
16503 \begin_inset ERT
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507
16508
16509 \backslash
16510 times 
16511 \end_layout
16512
16513 \end_inset
16514
16515 6+
16516 \begin_inset Formula $\mbox{cm}$
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 </lyxtabular>
16526
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \begin_layout Subsection
16538 自製のセル書式および列書式
16539 \begin_inset CommandInset label
16540 LatexCommand label
16541 name "sub:自製書式"
16542
16543 \end_inset
16544
16545
16546 \begin_inset Index idx
16547 status collapsed
16548
16549 \begin_layout Plain Layout
16550 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 連結列セルを含む表がいくつもある場合には、第
16560 \begin_inset CommandInset ref
16561 LatexCommand ref
16562 reference "sub:連結列の計算"
16563
16564 \end_inset
16565
16566 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16567 べての表で使うことができます。書式は、以下のように定義します。
16568 \end_layout
16569
16570 \begin_layout Standard
16571
16572 \series bold
16573
16574 \backslash
16575 newcolumntype{書式名}[引数の数]{コマンド}
16576 \end_layout
16577
16578 \begin_layout Standard
16579 書式名は、一文字だけでも構いません。
16580 \emph on
16581 b
16582 \emph default
16583
16584 \emph on
16585 c
16586 \emph default
16587
16588 \emph on
16589 l
16590 \emph default
16591
16592 \emph on
16593 m
16594 \emph default
16595
16596 \emph on
16597 p
16598 \emph default
16599
16600 \emph on
16601 r
16602 \emph default
16603 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16604 \end_layout
16605
16606 \begin_layout Standard
16607 \begin_inset VSpace medskip
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \begin_layout Standard
16614 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16615 \end_layout
16616
16617 \begin_layout Standard
16618
16619 \series bold
16620
16621 \backslash
16622 newcolumntype{M}[1]{>{
16623 \backslash
16624 centering
16625 \backslash
16626 hspace{0pt}}m{#1}}
16627 \end_layout
16628
16629 \begin_layout Standard
16630 ここで
16631 \series bold
16632
16633 \backslash
16634 hspace{0pt}
16635 \series default
16636 は、第
16637 \begin_inset CommandInset ref
16638 LatexCommand ref
16639 reference "sub:複数行"
16640
16641 \end_inset
16642
16643 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
16644 \end_layout
16645
16646 \begin_layout Standard
16647
16648 \series bold
16649 M{width}
16650 \end_layout
16651
16652 \begin_layout Standard
16653 と入力するだけですみます。
16654 \end_layout
16655
16656 \begin_layout Standard
16657 \begin_inset VSpace bigskip
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Standard
16664 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
16665 \end_layout
16666
16667 \begin_layout Standard
16668
16669 \series bold
16670
16671 \backslash
16672 newcolumntype{S}[2]{>{
16673 \backslash
16674 centering
16675 \backslash
16676 hspace{0pt}}
16677 \begin_inset Newline newline
16678 \end_inset
16679
16680
16681 \begin_inset Phantom HPhantom
16682 status open
16683
16684 \begin_layout Plain Layout
16685
16686 \series bold
16687
16688 \backslash
16689 newcolumntype
16690 \end_layout
16691
16692 \end_inset
16693
16694 m{(#1+(2
16695 \backslash
16696 tabcolsep+
16697 \backslash
16698 arrayrulewidth)*(1-#2))/#2}}
16699 \end_layout
16700
16701 \begin_layout Standard
16702 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
16703 \begin_inset CommandInset ref
16704 LatexCommand eqref
16705 reference "eq:Wgn"
16706
16707 \end_inset
16708
16709 式を使用しています。
16710 \end_layout
16711
16712 \begin_layout Standard
16713 こうしておけば、当該セルのLaTeX引数に
16714 \end_layout
16715
16716 \begin_layout Standard
16717
16718 \series bold
16719 S{連結列セルの幅}{連結列セルがまたがる列の数}
16720 \end_layout
16721
16722 \begin_layout Standard
16723 と入力するだけですみます。
16724 \end_layout
16725
16726 \begin_layout Standard
16727 \begin_inset VSpace bigskip
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \begin_layout Standard
16734 色付き列については、以下のように定義するとよいでしょう。
16735 \end_layout
16736
16737 \begin_layout Standard
16738
16739 \series bold
16740
16741 \backslash
16742 newcolumntype{K}[1]{>{
16743 \backslash
16744 columncolor{#1}
16745 \backslash
16746 hspace{0pt}}c}
16747 \end_layout
16748
16749 \begin_layout Standard
16750 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
16751 \end_layout
16752
16753 \begin_layout Standard
16754
16755 \series bold
16756 K{色名}
16757 \end_layout
16758
16759 \begin_layout Standard
16760 と入力します。
16761 \end_layout
16762
16763 \begin_layout Standard
16764 \begin_inset VSpace bigskip
16765 \end_inset
16766
16767
16768 \end_layout
16769
16770 \begin_layout Standard
16771
16772 \begin_inset CommandInset ref
16773 LatexCommand ref
16774 reference "tab:ユーザー定義の表書式"
16775
16776 \end_inset
16777
16778 を生成するには、第1列と連結列にLaTeX引数として
16779 \end_layout
16780
16781 \begin_layout Standard
16782
16783 \series bold
16784 M{2.5cm}
16785 \end_layout
16786
16787 \begin_layout Standard
16788 を指定し、最終列に
16789 \end_layout
16790
16791 \begin_layout Standard
16792
16793 \series bold
16794 K{red}
16795 \end_layout
16796
16797 \begin_layout Standard
16798 そして第2列の各セルに
16799 \end_layout
16800
16801 \begin_layout Standard
16802
16803 \series bold
16804 S{2.5cm}{2}
16805 \end_layout
16806
16807 \begin_layout Standard
16808 と指定します。
16809 \end_layout
16810
16811 \begin_layout Standard
16812 \begin_inset Float table
16813 placement h
16814 wide false
16815 sideways false
16816 status open
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Caption
16820
16821 \begin_layout Plain Layout
16822 \begin_inset CommandInset label
16823 LatexCommand label
16824 name "tab:ユーザー定義の表書式"
16825
16826 \end_inset
16827
16828 ユーザー定義の表書式を使用した表
16829 \end_layout
16830
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \begin_layout Plain Layout
16837 \align center
16838 \begin_inset Tabular
16839 <lyxtabular version="3" rows="3" columns="4">
16840 <features tabularvalignment="middle">
16841 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
16842 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
16843 <column alignment="center" valignment="middle" width="0">
16844 <column alignment="center" valignment="middle" width="0" special="K{red}">
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 とても長い表セル中の単語
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 複数行の連結列
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 c
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 d
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 e
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 f
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 g
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 </row>
16921 <row>
16922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 h
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 i
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 j
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 k
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 </lyxtabular>
16960
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \begin_layout Subsection
16972 罫線幅
16973 \begin_inset CommandInset label
16974 LatexCommand label
16975 name "sub:罫線幅"
16976
16977 \end_inset
16978
16979
16980 \begin_inset Index idx
16981 status collapsed
16982
16983 \begin_layout Plain Layout
16984 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \begin_layout Standard
16993 表中のすべての罫線の罫線幅を調整するには、長さ
16994 \series bold
16995
16996 \backslash
16997 arrayrulewidth
16998 \series default
16999 を使用します。たとえば、表
17000 \begin_inset CommandInset ref
17001 LatexCommand ref
17002 reference "tab:Table-with-1.5"
17003
17004 \end_inset
17005
17006 のように罫線幅を1.5
17007 \begin_inset space \thinspace{}
17008 \end_inset
17009
17010 ptにするには、表や表フロートの前にTeXコードで
17011 \end_layout
17012
17013 \begin_layout Standard
17014
17015 \series bold
17016
17017 \backslash
17018 setlength{
17019 \backslash
17020 arrayrulewidth}{1.5pt}
17021 \end_layout
17022
17023 \begin_layout Standard
17024 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17025 \series bold
17026
17027 \backslash
17028 arrayrulewidth
17029 \series default
17030 を0.4
17031 \begin_inset space \thinspace{}
17032 \end_inset
17033
17034 ptに設定してください。
17035 \end_layout
17036
17037 \begin_layout Standard
17038 \begin_inset ERT
17039 status collapsed
17040
17041 \begin_layout Plain Layout
17042
17043
17044 \backslash
17045 setlength{
17046 \backslash
17047 arrayrulewidth}{1.5pt}
17048 \end_layout
17049
17050 \end_inset
17051
17052
17053 \begin_inset Float table
17054 wide false
17055 sideways false
17056 status open
17057
17058 \begin_layout Plain Layout
17059 \begin_inset Caption
17060
17061 \begin_layout Plain Layout
17062 \begin_inset CommandInset label
17063 LatexCommand label
17064 name "tab:Table-with-1.5"
17065
17066 \end_inset
17067
17068 1.5
17069 \begin_inset space \thinspace{}
17070 \end_inset
17071
17072 pt幅罫線の表
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Plain Layout
17081 \align center
17082 \begin_inset Tabular
17083 <lyxtabular version="3" rows="3" columns="3">
17084 <features tabularvalignment="middle">
17085 <column alignment="center" valignment="top" width="0">
17086 <column alignment="center" valignment="top" width="0">
17087 <column alignment="center" valignment="top" width="0">
17088 <row>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 sd
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 sd
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 </row>
17146 <row>
17147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 sd
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 </lyxtabular>
17176
17177 \end_inset
17178
17179
17180 \end_layout
17181
17182 \end_inset
17183
17184
17185 \begin_inset ERT
17186 status collapsed
17187
17188 \begin_layout Plain Layout
17189
17190
17191 \backslash
17192 setlength{
17193 \backslash
17194 arrayrulewidth}{0.4pt}
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Standard
17203 \begin_inset VSpace bigskip
17204 \end_inset
17205
17206
17207 \begin_inset CommandInset ref
17208 LatexCommand ref
17209 reference "tab:1.5pt幅横罫"
17210
17211 \end_inset
17212
17213 のように横罫だけを1.5
17214 \begin_inset space \thinspace{}
17215 \end_inset
17216
17217 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17218 \end_layout
17219
17220 \begin_layout Standard
17221
17222 \series bold
17223
17224 \backslash
17225 let
17226 \backslash
17227 myHline
17228 \backslash
17229 hline
17230 \begin_inset Newline newline
17231 \end_inset
17232
17233
17234 \backslash
17235 renewcommand{
17236 \backslash
17237 hline}
17238 \begin_inset Newline newline
17239 \end_inset
17240
17241  {
17242 \backslash
17243 noalign{
17244 \backslash
17245 global
17246 \backslash
17247 arrayrulewidth 1.5pt}
17248 \begin_inset Newline newline
17249 \end_inset
17250
17251  
17252 \backslash
17253 myHline
17254 \backslash
17255 noalign{
17256 \backslash
17257 global
17258 \backslash
17259 arrayrulewidth 0.4pt}}
17260 \end_layout
17261
17262 \begin_layout Standard
17263 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17264 \end_layout
17265
17266 \begin_layout Standard
17267
17268 \series bold
17269
17270 \backslash
17271 renewcommand{
17272 \backslash
17273 hline}{
17274 \backslash
17275 myHline}
17276 \end_layout
17277
17278 \begin_layout Standard
17279 \begin_inset ERT
17280 status collapsed
17281
17282 \begin_layout Plain Layout
17283
17284
17285 \backslash
17286 let
17287 \backslash
17288 myHline
17289 \backslash
17290 hline
17291 \end_layout
17292
17293 \begin_layout Plain Layout
17294
17295
17296 \backslash
17297 renewcommand{
17298 \backslash
17299 hline}
17300 \end_layout
17301
17302 \begin_layout Plain Layout
17303
17304  {
17305 \backslash
17306 noalign{
17307 \backslash
17308 global
17309 \backslash
17310 arrayrulewidth 1.5pt}
17311 \end_layout
17312
17313 \begin_layout Plain Layout
17314
17315   
17316 \backslash
17317 myHline
17318 \backslash
17319 noalign{
17320 \backslash
17321 global
17322 \backslash
17323 arrayrulewidth 0.4pt}}
17324 \end_layout
17325
17326 \end_inset
17327
17328
17329 \begin_inset Float table
17330 wide false
17331 sideways false
17332 status open
17333
17334 \begin_layout Plain Layout
17335 \begin_inset Caption
17336
17337 \begin_layout Plain Layout
17338 \begin_inset CommandInset label
17339 LatexCommand label
17340 name "tab:1.5pt幅横罫"
17341
17342 \end_inset
17343
17344 1.5
17345 \begin_inset space \thinspace{}
17346 \end_inset
17347
17348 pt幅横罫の表
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \begin_layout Plain Layout
17357 \align center
17358 \begin_inset Tabular
17359 <lyxtabular version="3" rows="3" columns="3">
17360 <features tabularvalignment="middle">
17361 <column alignment="center" valignment="top" width="0">
17362 <column alignment="center" valignment="top" width="0">
17363 <column alignment="center" valignment="top" width="0">
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 sd
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 sd
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 <row>
17423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 sd
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 </lyxtabular>
17452
17453 \end_inset
17454
17455
17456 \end_layout
17457
17458 \end_inset
17459
17460
17461 \begin_inset ERT
17462 status collapsed
17463
17464 \begin_layout Plain Layout
17465
17466
17467 \backslash
17468 renewcommand{
17469 \backslash
17470 hline}{
17471 \backslash
17472 myHline}
17473 \end_layout
17474
17475 \end_inset
17476
17477
17478 \end_layout
17479
17480 \begin_layout Standard
17481 \begin_inset VSpace bigskip
17482 \end_inset
17483
17484 縦罫だけを1.5
17485 \begin_inset space \thinspace{}
17486 \end_inset
17487
17488 pt幅にするには、第
17489 \begin_inset CommandInset ref
17490 LatexCommand ref
17491 reference "sub:自製書式"
17492
17493 \end_inset
17494
17495 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17496 \end_layout
17497
17498 \begin_layout Standard
17499
17500 \series bold
17501
17502 \backslash
17503 newcolumntype{V}{!{
17504 \backslash
17505 vrule width 1.5pt}}
17506 \end_layout
17507
17508 \begin_layout Standard
17509
17510 \begin_inset CommandInset ref
17511 LatexCommand ref
17512 reference "tab:1.5pt幅縦罫"
17513
17514 \end_inset
17515
17516 を作るには、最右列にLaTeX引数
17517 \end_layout
17518
17519 \begin_layout Standard
17520
17521 \series bold
17522 VcV
17523 \end_layout
17524
17525 \begin_layout Standard
17526 を指定し、他の列には
17527 \end_layout
17528
17529 \begin_layout Standard
17530
17531 \series bold
17532 Vc
17533 \end_layout
17534
17535 \begin_layout Standard
17536 を指定します。
17537 \end_layout
17538
17539 \begin_layout Standard
17540 \begin_inset Float table
17541 wide false
17542 sideways false
17543 status open
17544
17545 \begin_layout Plain Layout
17546 \begin_inset Caption
17547
17548 \begin_layout Plain Layout
17549 \begin_inset CommandInset label
17550 LatexCommand label
17551 name "tab:1.5pt幅縦罫"
17552
17553 \end_inset
17554
17555 1.5
17556 \begin_inset space \thinspace{}
17557 \end_inset
17558
17559 pt幅縦罫の表
17560 \end_layout
17561
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \begin_layout Plain Layout
17568 \align center
17569 \begin_inset Tabular
17570 <lyxtabular version="3" rows="3" columns="3">
17571 <features tabularvalignment="middle">
17572 <column alignment="center" valignment="top" width="0" special="Vc">
17573 <column alignment="center" valignment="top" width="0" special="Vc">
17574 <column alignment="center" valignment="top" width="0" special="VcV">
17575 <row>
17576 <cell alignment="center" valignment="top" topline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 sd
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" topline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" topline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" topline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" topline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 sd
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" topline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 </row>
17633 <row>
17634 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 sd
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 </lyxtabular>
17663
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Subsection
17675 点罫
17676 \begin_inset Index idx
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680 ひょうのちょうせい@表の調整 ! てんけい@点罫
17681 \end_layout
17682
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \begin_layout Standard
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694
17695 \backslash
17696 ifarydshln
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \begin_inset Note Note
17703 status collapsed
17704
17705 \begin_layout Plain Layout
17706 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
17707 \end_layout
17708
17709 \end_inset
17710
17711
17712 \end_layout
17713
17714 \begin_layout Standard
17715 \begin_inset Float table
17716 placement H
17717 wide false
17718 sideways false
17719 status open
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Caption
17723
17724 \begin_layout Plain Layout
17725 \begin_inset CommandInset label
17726 LatexCommand label
17727 name "tab:点罫表"
17728
17729 \end_inset
17730
17731 点罫を使用した表
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Plain Layout
17740 \align center
17741 \begin_inset Tabular
17742 <lyxtabular version="3" rows="5" columns="5">
17743 <features tabularvalignment="middle">
17744 <column alignment="center" valignment="top" width="0">
17745 <column alignment="center" valignment="top" width="0">
17746 <column alignment="center" valignment="top" width="0" special=":c">
17747 <column alignment="center" valignment="top" width="0">
17748 <column alignment="center" valignment="top" width="0">
17749 <row>
17750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790
17791 \end_layout
17792
17793 \end_inset
17794 </cell>
17795 </row>
17796 <row>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" topline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 </row>
17843 <row>
17844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 \begin_inset ERT
17849 status collapsed
17850
17851 \begin_layout Plain Layout
17852
17853
17854 \backslash
17855 hdashline 
17856 \end_layout
17857
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 <cell alignment="center" valignment="top" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 </row>
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 \begin_inset ERT
17908 status collapsed
17909
17910 \begin_layout Plain Layout
17911
17912
17913 \backslash
17914 cdashline{4-5}
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 </row>
17961 <row>
17962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975
17976 \end_layout
17977
17978 \end_inset
17979 </cell>
17980 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17981 \begin_inset Text
17982
17983 \begin_layout Plain Layout
17984
17985 \end_layout
17986
17987 \end_inset
17988 </cell>
17989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 </row>
18008 </lyxtabular>
18009
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \begin_layout Standard
18021 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18022 \end_layout
18023
18024 \begin_layout Standard
18025
18026 \series bold
18027
18028 \backslash
18029 usepackage{arydshln}
18030 \end_layout
18031
18032 \begin_layout Standard
18033 というコマンドを書き、LaTeXパッケージの
18034 \series bold
18035 arydshln
18036 \series default
18037
18038 \begin_inset Index idx
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18043 \end_layout
18044
18045 \end_inset
18046
18047 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18048 \end_layout
18049
18050 \begin_layout Standard
18051 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18052 \end_layout
18053
18054 \begin_layout Standard
18055
18056 \series bold
18057
18058 \backslash
18059 hdashline
18060 \end_layout
18061
18062 \begin_layout Standard
18063 というコマンドを加えてください。
18064 \end_layout
18065
18066 \begin_layout Standard
18067 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18068 \end_layout
18069
18070 \begin_layout Standard
18071
18072 \series bold
18073
18074 \backslash
18075 cdashline{列番号
18076 \series default
18077 }
18078 \end_layout
18079
18080 \begin_layout Standard
18081 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18082 \end_layout
18083
18084 \begin_layout Standard
18085
18086 \series bold
18087
18088 \backslash
18089 cdashline{2-4}
18090 \end_layout
18091
18092 \begin_layout Standard
18093 なるコマンドを置いてください。
18094 \end_layout
18095
18096 \begin_layout Standard
18097 \begin_inset VSpace bigskip
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Standard
18104
18105 \begin_inset CommandInset ref
18106 LatexCommand ref
18107 reference "tab:点罫表"
18108
18109 \end_inset
18110
18111 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18112 \series bold
18113
18114 \backslash
18115 hdashlineが挿れられており、第3行の最初のセルには、
18116 \series default
18117 TeXコードのコマンド
18118 \begin_inset Newline newline
18119 \end_inset
18120
18121  
18122 \series bold
18123
18124 \backslash
18125 cdashline{4-5}が挿れられています。
18126 \end_layout
18127
18128 \begin_layout Standard
18129 \begin_inset Note Greyedout
18130 status open
18131
18132 \begin_layout Plain Layout
18133
18134 \series bold
18135 【註】
18136 \series default
18137 ここで用いられているLaTeXパッケージ
18138 \series bold
18139 arydshln
18140 \series default
18141 は、第
18142 \begin_inset CommandInset ref
18143 LatexCommand ref
18144 reference "sec:色付きの表"
18145
18146 \end_inset
18147
18148 節の色付き表で用いられているLaTeXパッケージ
18149 \series bold
18150 colortbl
18151 \series default
18152
18153 \begin_inset Index idx
18154 status collapsed
18155
18156 \begin_layout Plain Layout
18157 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18158 \end_layout
18159
18160 \end_inset
18161
18162 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18163 \end_layout
18164
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \begin_layout Standard
18171 \begin_inset ERT
18172 status collapsed
18173
18174 \begin_layout Plain Layout
18175
18176
18177 \backslash
18178 else
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \begin_inset Note Note
18185 status open
18186
18187 \begin_layout Plain Layout
18188 以下は、LaTeXパッケージ
18189 \series bold
18190 arydshln
18191 \series default
18192 が導入済みでないときに表示されます。
18193 \end_layout
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Standard
18201 本節の内容を出力に表示するためには、
18202 \series bold
18203 arydshln
18204 \series default
18205 パッケージを導入しなくてはなりません。
18206 \end_layout
18207
18208 \begin_layout Standard
18209 \begin_inset ERT
18210 status collapsed
18211
18212 \begin_layout Plain Layout
18213
18214
18215 \backslash
18216 fi
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Chapter
18225 フロート
18226 \begin_inset Index idx
18227 status collapsed
18228
18229 \begin_layout Plain Layout
18230 ふろーと@フロート
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Section
18239 はじめに
18240 \begin_inset CommandInset label
18241 LatexCommand label
18242 name "sec:フロートはじめに"
18243
18244 \end_inset
18245
18246
18247 \begin_inset Index idx
18248 status collapsed
18249
18250 \begin_layout Plain Layout
18251 ふろーと@フロート ! はじめに
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18261 ート)ことができます。
18262 \family sans
18263 脚注
18264 \family default
18265
18266 \family sans
18267 傍注
18268 \family default
18269 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18270 \end_layout
18271
18272 \begin_layout Standard
18273 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18274 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18275 ートには連番が割り当てられます。参照については、第
18276 \begin_inset CommandInset ref
18277 LatexCommand ref
18278 reference "sec:フロートの参照"
18279
18280 \end_inset
18281
18282 節で述べられています。
18283 \end_layout
18284
18285 \begin_layout Standard
18286 フロートを挿入するには、
18287 \family sans
18288 挿入\SpecialChar \menuseparator
18289 フロート
18290 \family default
18291 メニューを使えば、ラベルのついたボックスすなわち
18292 \family sans
18293 キャプション
18294 \family default
18295 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18296 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18297 \begin_inset CommandInset ref
18298 LatexCommand ref
18299 reference "sec:キャプションの配置"
18300
18301 \end_inset
18302
18303 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18304 ます。畳んだフロートボックスは、
18305 \begin_inset Graphics
18306         filename clipart/floatQt4.png
18307         scale 70
18308         scaleBeforeRotation
18309
18310 \end_inset
18311
18312 のように、灰色ボタンに赤字ラベルで表示されます。
18313 \end_layout
18314
18315 \begin_layout Standard
18316 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18317 \end_layout
18318
18319 \begin_layout Standard
18320 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18321 \end_layout
18322
18323 \begin_layout Section
18324 フロート型
18325 \end_layout
18326
18327 \begin_layout Standard
18328 LyXには、第
18329 \begin_inset CommandInset ref
18330 LatexCommand ref
18331 reference "sec:図フロート"
18332
18333 \end_inset
18334
18335 節および第
18336 \begin_inset CommandInset ref
18337 LatexCommand ref
18338 reference "sec:表フロート"
18339
18340 \end_inset
18341
18342 節で各々説明されている図フロートと表フロート以外に、
18343 \series bold
18344 アルゴリズム型
18345 \series default
18346
18347 \series bold
18348 折返し型
18349 \series default
18350 のフロート型があります。
18351 \end_layout
18352
18353 \begin_layout Subsection
18354 アルゴリズムフロート
18355 \begin_inset Index idx
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359 ふろーと@フロート ! あるごりずむ@アルゴリズム
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 \begin_inset Float algorithm
18369 placement h
18370 wide false
18371 sideways false
18372 status open
18373
18374 \begin_layout Plain Layout
18375 \begin_inset Caption
18376
18377 \begin_layout Plain Layout
18378 \begin_inset CommandInset label
18379 LatexCommand label
18380 name "alg:アルゴリズムフロートの例"
18381
18382 \end_inset
18383
18384 アルゴリズムフロートの例
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout LyX-Code
18393 for I in 1..N loop
18394 \begin_inset Newline newline
18395 \end_inset
18396
18397  Sum:= Sum + A(I); /*comment*/
18398 \begin_inset Newline newline
18399 \end_inset
18400
18401 end loop
18402 \begin_inset VSpace -4mm
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \begin_layout Standard
18414 このフロート型は、
18415 \family sans
18416 挿入
18417 \shape up
18418 \SpecialChar \menuseparator
18419 フロート\SpecialChar \menuseparator
18420 アルゴリズム
18421 \family default
18422 \shape default
18423 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18424 \begin_inset CommandInset ref
18425 LatexCommand ref
18426 reference "cha:プログラムコードリスト"
18427
18428 \end_inset
18429
18430 章で説明されているプログラムコードリストの代わりとみなすことができます。
18431 \emph on
18432 LyXユーザーの手引き
18433 \emph default
18434 に述べられているように、アルゴリズム向けの環境としては、
18435 \family sans
18436 LyXコード
18437 \family default
18438 があります。 アルゴリズム
18439 \begin_inset CommandInset ref
18440 LatexCommand ref
18441 reference "alg:アルゴリズムフロートの例"
18442
18443 \end_inset
18444
18445 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18446 \begin_inset space \thinspace{}
18447 \end_inset
18448
18449 mmの垂直空白が入れてあります。
18450 \end_layout
18451
18452 \begin_layout Standard
18453 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18454 \end_layout
18455
18456 \begin_layout Standard
18457
18458 \series bold
18459
18460 \backslash
18461 floatname{algorithm}{付けたい名称}
18462 \end_layout
18463
18464 \begin_layout Standard
18465 という行を手動で加える必要があります。ここで
18466 \family sans
18467 \series bold
18468 付けたい名称
18469 \family default
18470 \series default
18471 には、お使いの言語で「
18472 \emph on
18473 algorithm
18474 \emph default
18475 」に対応する単語を指定します。
18476 \end_layout
18477
18478 \begin_layout Standard
18479 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18480 \family sans
18481 挿入\SpecialChar \menuseparator
18482 一覧/目次\SpecialChar \menuseparator
18483 アルゴリズム一覧
18484 \family default
18485 メニューを使用します。それ以外の場合には、代わりに
18486 \end_layout
18487
18488 \begin_layout Standard
18489
18490 \series bold
18491
18492 \backslash
18493 listof{algorithm}{付けたい名称}
18494 \end_layout
18495
18496 \begin_layout Standard
18497 というコマンドをTeXコードとして用います。ここで
18498 \family sans
18499 付けたい名称
18500 \family default
18501 とは、「
18502 \emph on
18503 List of Algorithm
18504 \emph default
18505 s」という単語に相当する、ご使用になりたい言語での単語です。
18506 \end_layout
18507
18508 \begin_layout Standard
18509 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18510 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18511 \end_layout
18512
18513 \begin_layout Standard
18514
18515 \series bold
18516
18517 \backslash
18518 numberwithin{algorithm}{chapter}
18519 \end_layout
18520
18521 \begin_layout Standard
18522 というコマンドを追加してください。
18523 \series bold
18524
18525 \backslash
18526 numberwithin
18527 \series default
18528 というコマンドを使用するには、文書設定の
18529 \family sans
18530 数式オプション
18531 \family default
18532 タブで
18533 \family sans
18534 AMS mathパッケージを使用する
18535 \family default
18536 オプションを有効にしてください。
18537 \end_layout
18538
18539 \begin_layout Subsection
18540 折返しフロート
18541 \begin_inset Index idx
18542 status collapsed
18543
18544 \begin_layout Plain Layout
18545 ふろーと@フロート ! おりかえしふろーと@折返しフロート
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \begin_layout Standard
18554 \begin_inset Wrap figure
18555 lines 0
18556 placement l
18557 overhang 1cm
18558 width "40col%"
18559 status open
18560
18561 \begin_layout Plain Layout
18562 \begin_inset Graphics
18563         filename ../clipart/mobius.eps
18564         width 40col%
18565         scaleBeforeRotation
18566         rotateOrigin center
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Plain Layout
18574 \begin_inset Caption
18575
18576 \begin_layout Plain Layout
18577 \begin_inset CommandInset label
18578 LatexCommand label
18579 name "fig:折返し図フロート"
18580
18581 \end_inset
18582
18583 これは折返し図フロートです。
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592
18593 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
18594 \series bold
18595 wrapfig
18596 \series default
18597
18598 \begin_inset Index idx
18599 status collapsed
18600
18601 \begin_layout Plain Layout
18602 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
18603 \end_layout
18604
18605 \end_inset
18606
18607 を導入済みであれば、
18608 \family sans
18609 挿入\SpecialChar \menuseparator
18610 フロート\SpecialChar \menuseparator
18611 折返し図フロート
18612 \family default
18613
18614 \family sans
18615 折返し表フロート
18616 \family default
18617 メニューで挿入することができます
18618 \begin_inset Foot
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
18623 \end_layout
18624
18625 \end_inset
18626
18627 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
18628 \family sans
18629 配置
18630 \family default
18631
18632 \family sans
18633
18634 \family default
18635 です。非必須項目として、
18636 \family sans
18637 ぶら下げ
18638 \family default
18639
18640 \family sans
18641 行幅
18642 \family default
18643 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
18644 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
18645 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
18646 \begin_inset CommandInset ref
18647 LatexCommand ref
18648 reference "fig:折返し図フロート"
18649
18650 \end_inset
18651
18652 図は、40
18653 \begin_inset space \thinspace{}
18654 \end_inset
18655
18656 列幅%の幅と1
18657 \begin_inset space \thinspace{}
18658 \end_inset
18659
18660 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
18661 \begin_inset Foot
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665 使うことのできる単位は付録
18666 \begin_inset CommandInset ref
18667 LatexCommand ref
18668 reference "cha:LyXで使用できる単位"
18669
18670 \end_inset
18671
18672 に収録してあります。
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \begin_layout Standard
18681 \begin_inset Note Greyedout
18682 status open
18683
18684 \begin_layout Plain Layout
18685
18686 \series bold
18687 【註】
18688 \series default
18689 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
18690 上書きされて出力されたりします。
18691 \end_layout
18692
18693 \end_inset
18694
18695
18696 \end_layout
18697
18698 \begin_layout Standard
18699 原則として、
18700 \end_layout
18701
18702 \begin_layout Itemize
18703 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
18704 うになってから、正確な位置に挿入しなくてはなりません。
18705 \end_layout
18706
18707 \begin_layout Itemize
18708 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
18709 \end_layout
18710
18711 \begin_layout Itemize
18712 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
18713 \end_layout
18714
18715 \begin_layout Itemize
18716 折返しフロートは、節見出しや表中に入れることは認められていません。
18717 \end_layout
18718
18719 \begin_layout Section
18720 フロートの連番
18721 \begin_inset Index idx
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725 ふろーと@フロート ! れんばん@連番
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18735 て変わります。
18736 \end_layout
18737
18738 \begin_layout Standard
18739 節から独立して付けられている連番を変更するには、文書プリアンブルで
18740 \end_layout
18741
18742 \begin_layout Standard
18743
18744 \series bold
18745
18746 \backslash
18747 renewcommand{
18748 \backslash
18749 thetable}{
18750 \backslash
18751 roman{table}}
18752 \end_layout
18753
18754 \begin_layout Standard
18755
18756 \series bold
18757 というコマンドを使うと良いでしょう。
18758 \backslash
18759 thetable
18760 \series default
18761 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18762 \series bold
18763
18764 \backslash
18765 thefigure
18766 \series default
18767 コマンドを使用します。上のコマンドで使用されている
18768 \series bold
18769
18770 \backslash
18771 roman
18772 \series default
18773 は、表番号を小文字のローマ数字で印字するコマンドです。
18774 \end_layout
18775
18776 \begin_layout Standard
18777 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18778 \end_layout
18779
18780 \begin_layout Standard
18781
18782 \series bold
18783
18784 \backslash
18785 numberwithin{table}{subsection}
18786 \end_layout
18787
18788 \begin_layout Standard
18789 というコマンドを使用してください。
18790 \series bold
18791
18792 \backslash
18793 numberwithin
18794 \series default
18795 コマンドを使用可能にするためには、文書設定の
18796 \family sans
18797 数式オプション
18798 \family default
18799 タブで、
18800 \family sans
18801 AMS
18802 \begin_inset space ~
18803 \end_inset
18804
18805 math数式パッケージを使用する
18806 \family default
18807 を使用します。
18808 \end_layout
18809
18810 \begin_layout Standard
18811 連番コマンドについての詳細と大切な注意点については、第
18812 \begin_inset CommandInset ref
18813 LatexCommand ref
18814 reference "sub:脚注の付番"
18815
18816 \end_inset
18817
18818 節もご覧ください。
18819 \end_layout
18820
18821 \begin_layout Section
18822 フロートの参照
18823 \begin_inset CommandInset label
18824 LatexCommand label
18825 name "sec:フロートの参照"
18826
18827 \end_inset
18828
18829
18830 \begin_inset Index idx
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834 ふろーと@フロート ! さんしょう@参照
18835 \end_layout
18836
18837 \end_inset
18838
18839
18840 \begin_inset Index idx
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844 さんしょう@参照 ! ふろーとにたいする@フロートに対する
18845 \end_layout
18846
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \begin_layout Standard
18853 フロートを参照するには、
18854 \family sans
18855 挿入\SpecialChar \menuseparator
18856 ラベル
18857 \family default
18858 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
18859 \begin_inset Graphics
18860         filename ../clipart/labelQt4.png
18861         scale 85
18862         scaleBeforeRotation
18863
18864 \end_inset
18865
18866 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
18867 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
18868 \family sans
18869 fig:
18870 \family default
18871 」という前置句がつけられます。
18872 \end_layout
18873
18874 \begin_layout Standard
18875 ラベルは、参照のための名称兼位置標として用いられます。
18876 \family sans
18877 挿入\SpecialChar \menuseparator
18878 相互参照
18879 \family default
18880 メニューかツールバーボタン
18881 \begin_inset Graphics
18882         filename ../../images/dialog-show-new-inset_ref.png
18883         scale 85
18884         scaleBeforeRotation
18885
18886 \end_inset
18887
18888 を使えば、ラベルを参照することができます。
18889 \begin_inset Graphics
18890         filename clipart/referenceQt4.png
18891         scale 85
18892         scaleBeforeRotation
18893
18894 \end_inset
18895
18896 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
18897 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
18898 れます。
18899 \end_layout
18900
18901 \begin_layout Standard
18902 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
18903 出力では、参照の代わりに二つの疑問符が表示されることになります。
18904 \end_layout
18905
18906 \begin_layout Standard
18907 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
18908 で、リンクの更新に手間を割く必要はありません。
18909 \end_layout
18910
18911 \begin_layout Standard
18912 相互参照ウィンドウの
18913 \family sans
18914 ラベルへ移動
18915 \family default
18916 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
18917 \family sans
18918 戻る
18919 \family default
18920 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
18921 この場合には元に戻ることができません。
18922 \end_layout
18923
18924 \begin_layout Subsection
18925 相互参照の書式
18926 \begin_inset CommandInset label
18927 LatexCommand label
18928 name "sub:相互参照の書式"
18929
18930 \end_inset
18931
18932
18933 \begin_inset Index idx
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937 さんしょう@参照 ! しょしき@書式
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 相互参照には、以下の6種類があります。
18947 \end_layout
18948
18949 \begin_layout Description
18950 <参照>: これはフロート番号を表示します。これが既定値です。例:
18951 \begin_inset CommandInset ref
18952 LatexCommand ref
18953 reference "fig:歪められた二つの像"
18954
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Description
18961 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
18962 例:
18963 \begin_inset CommandInset ref
18964 LatexCommand eqref
18965 reference "eq:Wgn"
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \begin_layout Description
18973 <参照ページ>: これはページ番号を表示します。例:Page
18974 \begin_inset space ~
18975 \end_inset
18976
18977
18978 \begin_inset CommandInset ref
18979 LatexCommand pageref
18980 reference "fig:歪められた二つの像"
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Description
18988 on
18989 \begin_inset space ~
18990 \end_inset
18991
18992 page
18993 \begin_inset space ~
18994 \end_inset
18995
18996 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
18997 \begin_inset CommandInset ref
18998 LatexCommand vpageref
18999 reference "fig:歪められた二つの像"
19000
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \begin_layout Description
19007 <参照>
19008 \begin_inset space ~
19009 \end_inset
19010
19011 on
19012 \begin_inset space ~
19013 \end_inset
19014
19015 page
19016 \begin_inset space ~
19017 \end_inset
19018
19019 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19020 \begin_inset CommandInset ref
19021 LatexCommand vref
19022 reference "fig:歪められた二つの像"
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \begin_layout Description
19030
19031 \lang english
19032 Formatted
19033 \begin_inset space ~
19034 \end_inset
19035
19036 reference: prints a self-defined cross-reference format.
19037 \begin_inset Newline newline
19038 \end_inset
19039
19040
19041 \begin_inset Note Greyedout
19042 status open
19043
19044 \begin_layout Plain Layout
19045
19046 \series bold
19047 \lang english
19048 Note:
19049 \series default
19050  This feature is only available when you have the LaTeX-package 
19051 \series bold
19052 prettyref
19053 \series default
19054  or 
19055 \series bold
19056 refstyle
19057 \series default
19058 \lang japanese
19059
19060 \begin_inset Index idx
19061 status collapsed
19062
19063 \begin_layout Plain Layout
19064 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19065 \end_layout
19066
19067 \end_inset
19068
19069
19070 \begin_inset Index idx
19071 status collapsed
19072
19073 \begin_layout Plain Layout
19074 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19075 \end_layout
19076
19077 \end_inset
19078
19079
19080 \lang english
19081  installed.
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \lang japanese
19088
19089 \begin_inset Newline newline
19090 \end_inset
19091
19092
19093 \lang english
19094 You can select which LaTeX-package should be used for this feature by setting
19095  the option 
19096 \family sans
19097 Use refstyle (not prettyref) for cross-references
19098 \family default
19099  in the menu 
19100 \family sans
19101 Document\SpecialChar \menuseparator
19102 Settings\SpecialChar \menuseparator
19103 Document Class
19104 \family default
19105 .
19106  The format is specified by adding the command 
19107 \series bold
19108
19109 \backslash
19110 newrefformat
19111 \series default
19112  (prettyref) or 
19113 \series bold
19114
19115 \backslash
19116 newref
19117 \series default
19118  (refstyle) to the preamble of the document.
19119  For example redefining all references to figures (which have the label
19120  shortcut 
19121 \begin_inset Quotes eld
19122 \end_inset
19123
19124
19125 \family sans
19126 fig
19127 \family default
19128
19129 \begin_inset Quotes erd
19130 \end_inset
19131
19132 ) can be done with this command
19133 \lang japanese
19134
19135 \begin_inset Newline newline
19136 \end_inset
19137
19138
19139 \series bold
19140
19141 \backslash
19142 newref{fig}{refcmd={
19143 \lang english
19144 Image on page
19145 \lang japanese
19146  
19147 \backslash
19148 pageref{#1}}}
19149 \series default
19150
19151 \begin_inset Newline newline
19152 \end_inset
19153
19154
19155 \lang english
19156 For more information about the format, have a look at the package documentations
19157 \lang japanese
19158
19159 \begin_inset CommandInset citation
19160 LatexCommand cite
19161 key "prettyref,refstyle"
19162
19163 \end_inset
19164
19165 .
19166 \end_layout
19167
19168 \begin_layout Description
19169
19170 \lang english
19171 Textual
19172 \begin_inset space ~
19173 \end_inset
19174
19175 reference: prints the caption of the reference
19176 \lang japanese
19177
19178 \begin_inset CommandInset ref
19179 LatexCommand nameref
19180 reference "fig:歪められた二つの像"
19181
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \begin_layout Standard
19188
19189 \family sans
19190 \lang english
19191 <page>
19192 \family default
19193  will not print the page number if the label is on the previous, the same,
19194  or the next page.
19195  You will e.
19196 \begin_inset space \thinspace{}
19197 \end_inset
19198
19199 g.
19200 \begin_inset space \space{}
19201 \end_inset
19202
19203 see the text 
19204 \begin_inset Quotes eld
19205 \end_inset
19206
19207
19208 \family sans
19209 on this page
19210 \family default
19211
19212 \begin_inset Quotes erd
19213 \end_inset
19214
19215  instead.
19216  The style 
19217 \family sans
19218 <reference> on page <page>
19219 \family default
19220  will not print anything about the page if the label is on the same page.
19221 \end_layout
19222
19223 \begin_layout Standard
19224
19225 \lang english
19226 The number and current page of the part of the document referred to in the
19227  output is automatically calculated by LaTeX.
19228  The varieties are adjusted in the field 
19229 \family sans
19230 Format
19231 \family default
19232  of the cross-reference window that appears when you click on the cross-referenc
19233 e box.
19234 \end_layout
19235
19236 \begin_layout Standard
19237
19238 \lang english
19239 \begin_inset Note Greyedout
19240 status open
19241
19242 \begin_layout Plain Layout
19243
19244 \series bold
19245 \lang english
19246 Note:
19247 \series default
19248  It is recommended to use the LaTeX-package 
19249 \series bold
19250 refstyle
19251 \series default
19252 \lang japanese
19253
19254 \begin_inset Index idx
19255 status collapsed
19256
19257 \begin_layout Plain Layout
19258 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19259 \end_layout
19260
19261 \end_inset
19262
19263
19264 \lang english
19265  because 
19266 \series bold
19267 prettyref
19268 \series default
19269 \lang japanese
19270
19271 \begin_inset Index idx
19272 status collapsed
19273
19274 \begin_layout Plain Layout
19275 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19276 \end_layout
19277
19278 \end_inset
19279
19280
19281 \lang english
19282  does not know all of LyX's possible label shortcuts
19283 \begin_inset Foot
19284 status collapsed
19285
19286 \begin_layout Plain Layout
19287
19288 \lang english
19289 \begin_inset Quotes eld
19290 \end_inset
19291
19292 fig:
19293 \begin_inset Quotes erd
19294 \end_inset
19295
19296  is for example LyX's shortcut for labels in figure captions.
19297 \end_layout
19298
19299 \end_inset
19300
19301  and is not internationalized.
19302 \end_layout
19303
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \begin_layout Subsection
19310 参照名の自動命名
19311 \begin_inset Index idx
19312 status collapsed
19313
19314 \begin_layout Plain Layout
19315 さんしょう@参照 ! じどうめいめい@自動命名
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \begin_layout Standard
19324
19325 \family sans
19326 文書設定
19327 \family default
19328 ダイアログの
19329 \family sans
19330 PDF特性
19331 \family default
19332 で有効にされた
19333 \series bold
19334 hyperref
19335 \series default
19336
19337 \begin_inset Index idx
19338 status collapsed
19339
19340 \begin_layout Plain Layout
19341 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19342 \end_layout
19343
19344 \end_inset
19345
19346  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19347 \emph on
19348
19349 \emph default
19350 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19351 の機能を使用するには、hyperrefを有効にして、
19352 \end_layout
19353
19354 \begin_layout Standard
19355
19356 \series bold
19357
19358 \backslash
19359 AtBeginDocument{
19360 \backslash
19361 renewcommand{
19362 \backslash
19363 ref}[1]{
19364 \backslash
19365 mbox{
19366 \backslash
19367 autoref{#1}}}}
19368 \end_layout
19369
19370 \begin_layout Standard
19371 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19372 \begin_inset space \thinspace{}
19373 \end_inset
19374
19375 」としたいなど、既定の参照名以外のものが欲しい場合には、
19376 \end_layout
19377
19378 \begin_layout Standard
19379
19380 \series bold
19381
19382 \backslash
19383 addto
19384 \backslash
19385 extrasenglish{
19386 \backslash
19387 renewcommand{
19388 \backslash
19389 sectionautorefname}
19390 \begin_inset Newline newline
19391 \end_inset
19392
19393
19394 \begin_inset Phantom HPhantom
19395 status open
19396
19397 \begin_layout Plain Layout
19398
19399 \series bold
19400 \begin_inset space ~
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407
19408 {sec.
19409 \backslash
19410 negthinspace}}
19411 \end_layout
19412
19413 \begin_layout Standard
19414 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19415 \begin_inset Newline newline
19416 \end_inset
19417
19418
19419 \series bold
19420
19421 \backslash
19422 extrasenglishを
19423 \backslash
19424 extras***
19425 \series default
19426 に置き換えてください(***は使用中の言語名)。
19427 \end_layout
19428
19429 \begin_layout Standard
19430 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19431 \end_layout
19432
19433 \begin_layout Standard
19434
19435 \series bold
19436
19437 \backslash
19438 newlength{
19439 \backslash
19440 abc}
19441 \begin_inset Newline newline
19442 \end_inset
19443
19444
19445 \backslash
19446 settowidth{
19447 \backslash
19448 abc}{
19449 \backslash
19450 space}
19451 \begin_inset Newline newline
19452 \end_inset
19453
19454
19455 \backslash
19456 addto
19457 \backslash
19458 extrasenglish{
19459 \backslash
19460 renewcommand{
19461 \backslash
19462 equationautorefname}
19463 \begin_inset Newline newline
19464 \end_inset
19465
19466
19467 \begin_inset Phantom HPhantom
19468 status open
19469
19470 \begin_layout Plain Layout
19471
19472 \series bold
19473 \begin_inset space ~
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480
19481 {
19482 \backslash
19483 hspace{-
19484 \backslash
19485 abc}}
19486 \end_layout
19487
19488 \begin_layout Standard
19489 この話題に関する詳細は、hyperrefの説明書
19490 \begin_inset CommandInset citation
19491 LatexCommand cite
19492 key "hyperref"
19493
19494 \end_inset
19495
19496 をお読みください。
19497 \end_layout
19498
19499 \begin_layout Standard
19500 \begin_inset Note Greyedout
19501 status open
19502
19503 \begin_layout Plain Layout
19504
19505 \series bold
19506 【註】
19507 \series default
19508 参照の自動命名は、相互参照を
19509 \family sans
19510 整形参照
19511 \family default
19512 様式(第
19513 \begin_inset CommandInset ref
19514 LatexCommand ref
19515 reference "sub:相互参照の書式"
19516
19517 \end_inset
19518
19519 節)で使用しているときには、使用することができません。
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \begin_layout Standard
19528 取扱説明書
19529 \emph on
19530 数式篇
19531 \emph default
19532 は、参照の自動命名が使用されている一例です。
19533 \end_layout
19534
19535 \begin_layout Subsection
19536 参照位置
19537 \begin_inset CommandInset label
19538 LatexCommand label
19539 name "sub:参照位置"
19540
19541 \end_inset
19542
19543
19544 \begin_inset Index idx
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548 さんしょう@参照 ! さんしょういち@参照位置
19549 \end_layout
19550
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \begin_layout Standard
19557
19558 \family sans
19559 文書設定
19560 \family default
19561 ダイアログの
19562 \family sans
19563 PDF特性
19564 \family default
19565 で、
19566 \series bold
19567 hyperref
19568 \series default
19569
19570 \begin_inset Index idx
19571 status collapsed
19572
19573 \begin_layout Plain Layout
19574 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19575 \end_layout
19576
19577 \end_inset
19578
19579 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19580 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19581 \series bold
19582 hyperref
19583 \series default
19584
19585 \begin_inset Index idx
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19590 \end_layout
19591
19592 \end_inset
19593
19594 の一部である
19595 \series bold
19596 hyperref
19597 \series default
19598
19599 \begin_inset Index idx
19600 status collapsed
19601
19602 \begin_layout Plain Layout
19603 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19604 \end_layout
19605
19606 \end_inset
19607
19608 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19609 \end_layout
19610
19611 \begin_layout Standard
19612
19613 \series bold
19614
19615 \backslash
19616 usepackage[figure]{hypcap}
19617 \end_layout
19618
19619 \begin_layout Standard
19620 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19621 hypcapの説明書
19622 \begin_inset CommandInset citation
19623 LatexCommand cite
19624 key "hypcap"
19625
19626 \end_inset
19627
19628 をご覧ください。
19629 \end_layout
19630
19631 \begin_layout Standard
19632 \begin_inset Note Greyedout
19633 status open
19634
19635 \begin_layout Plain Layout
19636
19637 \series bold
19638 【註】hypcap
19639 \series default
19640 は内部図への参照には効力がありません。
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Section
19649 フロートの配置
19650 \begin_inset CommandInset label
19651 LatexCommand label
19652 name "sec:フロートの配置"
19653
19654 \end_inset
19655
19656
19657 \begin_inset Index idx
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661 ふろーと@フロート ! はいち@配置
19662 \end_layout
19663
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \begin_layout Standard
19670
19671 \family roman
19672 \series medium
19673 \shape up
19674 \size normal
19675 \emph off
19676 \bar no
19677 \noun off
19678 \color none
19679 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19680 \begin_inset Newline newline
19681 \end_inset
19682
19683
19684 \family sans
19685 \series default
19686 \shape default
19687 \size default
19688 \emph default
19689 \bar default
19690 \noun default
19691 \color inherit
19692 段をまたぐ
19693 \family roman
19694 \series medium
19695 \shape up
19696 \size normal
19697 \emph off
19698 \bar no
19699 \noun off
19700 \color none
19701 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19702 \begin_inset Newline newline
19703 \end_inset
19704
19705
19706 \family sans
19707 \series default
19708 \shape default
19709 \size default
19710 \emph default
19711 \bar default
19712 \noun default
19713 \color inherit
19714 横倒しに回転
19715 \family roman
19716 \series medium
19717 \shape up
19718 \size normal
19719 \emph off
19720 \bar no
19721 \noun off
19722 \color none
19723 オプションは、フロートを回転するのに用います。第
19724 \family default
19725 \series default
19726 \shape default
19727 \size default
19728 \emph default
19729 \bar default
19730 \noun default
19731 \color inherit
19732
19733 \begin_inset CommandInset ref
19734 LatexCommand ref
19735 reference "sec:回転フロート"
19736
19737 \end_inset
19738
19739
19740 \family roman
19741 \series medium
19742 \shape up
19743 \size normal
19744 \emph off
19745 \bar no
19746 \noun off
19747 \color none
19748 節をご参照ください。
19749 \end_layout
19750
19751 \begin_layout Standard
19752
19753 \family roman
19754 \series medium
19755 \shape up
19756 \size normal
19757 \emph off
19758 \bar no
19759 \noun off
19760 \color none
19761 フロートダイアログでは、
19762 \family sans
19763 \series default
19764 \shape default
19765 \size default
19766 \emph default
19767 \bar default
19768 \noun default
19769 \color inherit
19770 既定の配置を使う
19771 \family roman
19772 \series medium
19773 \shape up
19774 \size normal
19775 \emph off
19776 \bar no
19777 \noun off
19778 \color none
19779 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19780 \end_layout
19781
19782 \begin_layout Description
19783 可能ならば現在位置に: 
19784 \family roman
19785 \series medium
19786 \shape up
19787 \size normal
19788 \emph off
19789 \bar no
19790 \noun off
19791 \color none
19792 フロートを挿入位置に配置することを試みます
19793 \end_layout
19794
19795 \begin_layout Description
19796 ページ上部: 
19797 \family roman
19798 \series medium
19799 \shape up
19800 \size normal
19801 \emph off
19802 \bar no
19803 \noun off
19804 \color none
19805 フロートを現在ページの上部に配置することを試みます
19806 \end_layout
19807
19808 \begin_layout Description
19809 ページ下部: 
19810 \family roman
19811 \series medium
19812 \shape up
19813 \size normal
19814 \emph off
19815 \bar no
19816 \noun off
19817 \color none
19818 フロートを現在ページの下部に配置することを試みます
19819 \end_layout
19820
19821 \begin_layout Description
19822 フロートを独立したページに: 
19823 \family roman
19824 \series medium
19825 \shape up
19826 \size normal
19827 \emph off
19828 \bar no
19829 \noun off
19830 \color none
19831 フロートを独立したページに配置することを試みます
19832 \end_layout
19833
19834 \begin_layout Standard
19835 LaTeXは、
19836 \emph on
19837 つねに
19838 \emph default
19839 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19840 \family sans
19841 可能ならば現在位置に
19842 \family default
19843 を試み、次に
19844 \family sans
19845 ページの上部
19846 \family default
19847 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19848 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19849 \end_layout
19850
19851 \begin_layout Standard
19852 既定では、各オプションはそれぞれ以下の規則を持っています。
19853 \end_layout
19854
19855 \begin_layout List
19856 \labelwidthstring 00.00.0000
19857
19858 \family sans
19859 ページ上部
19860 \family default
19861  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19862 \series bold
19863
19864 \backslash
19865 topfraction
19866 \series default
19867 )。
19868 \end_layout
19869
19870 \begin_layout List
19871 \labelwidthstring 00.00.0000
19872
19873 \family sans
19874 ページ下部
19875 \family default
19876  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
19877 \series bold
19878
19879 \backslash
19880 bottomfraction
19881 \series default
19882 )。
19883 \end_layout
19884
19885 \begin_layout List
19886 \labelwidthstring 00.00.0000
19887
19888 \family sans
19889 フロートを独立したページ 
19890 \family default
19891 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
19892 \series bold
19893
19894 \backslash
19895 floatpagefraction
19896 \series default
19897 )。
19898 \end_layout
19899
19900 \begin_layout Standard
19901 これらの規則に従いたくないときは、
19902 \family sans
19903 LaTeXの規則を無視する
19904 \family default
19905 オプションを追加することによって、これらを無視することができます。
19906 \begin_inset Newline newline
19907 \end_inset
19908
19909 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
19910 、ページの5割に変えるには、文書プリアンブルに
19911 \end_layout
19912
19913 \begin_layout Standard
19914
19915 \series bold
19916
19917 \backslash
19918 renewcommand{
19919 \backslash
19920 bottomfraction}{0.5}
19921 \end_layout
19922
19923 \begin_layout Standard
19924 という行を加えてください。
19925 \end_layout
19926
19927 \begin_layout Standard
19928 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
19929 \family sans
19930 何としても現在位置に置く
19931 \family default
19932 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
19933 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
19934 からです。
19935 \end_layout
19936
19937 \begin_layout Standard
19938 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
19939 \end_layout
19940
19941 \begin_layout Standard
19942 \begin_inset VSpace bigskip
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \begin_layout Standard
19949 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
19950 することがあります。この問題を避けるには、LaTeXコマンドの
19951 \backslash
19952 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
19953 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
19954 \end_layout
19955
19956 \begin_layout Standard
19957
19958 \series bold
19959
19960 \backslash
19961 let
19962 \backslash
19963 mySection
19964 \backslash
19965 section
19966 \begin_inset Newline newline
19967 \end_inset
19968
19969
19970 \backslash
19971 renewcommand{
19972 \backslash
19973 section}{
19974 \backslash
19975 suppressfloats[t]
19976 \backslash
19977 mySection}
19978 \end_layout
19979
19980 \begin_layout Standard
19981 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
19982 することがあるので、これらに対する定義はお勧めしません。
19983 \end_layout
19984
19985 \begin_layout Standard
19986 \begin_inset VSpace bigskip
19987 \end_inset
19988
19989 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
19990 \series bold
19991 endfloat
19992 \series default
19993
19994 \begin_inset Index idx
19995 status collapsed
19996
19997 \begin_layout Plain Layout
19998 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
19999 \end_layout
20000
20001 \end_inset
20002
20003 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20004 \begin_inset Quotes eld
20005 \end_inset
20006
20007
20008 \family sans
20009 [Figure
20010 \begin_inset space ~
20011 \end_inset
20012
20013 3.2 about here.]
20014 \family default
20015
20016 \begin_inset Quotes erd
20017 \end_inset
20018
20019 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20020 \end_layout
20021
20022 \begin_layout Standard
20023
20024 \series bold
20025
20026 \backslash
20027 usepackage[options]{endfloat}
20028 \end_layout
20029
20030 \begin_layout Standard
20031 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20032 \series bold
20033 endfloat
20034 \series default
20035 取扱説明書
20036 \begin_inset CommandInset citation
20037 LatexCommand cite
20038 key "endfloat"
20039
20040 \end_inset
20041
20042 をご参照ください。
20043 \begin_inset Newline newline
20044 \end_inset
20045
20046
20047 \begin_inset Note Greyedout
20048 status open
20049
20050 \begin_layout Plain Layout
20051
20052 \series bold
20053 【註】endfloat
20054 \series default
20055 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20056 \begin_inset CommandInset citation
20057 LatexCommand cite
20058 key "endfloat"
20059
20060 \end_inset
20061
20062 の第4節をご参照ください。
20063 \end_layout
20064
20065 \end_inset
20066
20067
20068 \begin_inset Newline newline
20069 \end_inset
20070
20071
20072 \begin_inset Note Greyedout
20073 status open
20074
20075 \begin_layout Plain Layout
20076
20077 \series bold
20078 【註】
20079 \series default
20080 現在のところ、
20081 \series bold
20082 endfloat
20083 \series default
20084 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20085 \series bold
20086
20087 \backslash
20088 ss
20089 \series default
20090 」コマンドを使用してください。
20091 \end_layout
20092
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \begin_layout Standard
20099 \begin_inset VSpace bigskip
20100 \end_inset
20101
20102 フロートの割付に関する詳細は、LaTeX関連書
20103 \begin_inset CommandInset citation
20104 LatexCommand cite
20105 key "latexcompanion,latexguide,latexbook"
20106
20107 \end_inset
20108
20109 をご覧ください。
20110 \end_layout
20111
20112 \begin_layout Section
20113 回転フロート
20114 \begin_inset CommandInset label
20115 LatexCommand label
20116 name "sec:回転フロート"
20117
20118 \end_inset
20119
20120
20121 \begin_inset Index idx
20122 status collapsed
20123
20124 \begin_layout Plain Layout
20125 ふろーと@フロート ! かいてん@回転
20126 \end_layout
20127
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \begin_layout Standard
20134 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20135 \family sans
20136 横倒しに回転
20137 \family default
20138 オプションを有効にします。
20139 \end_layout
20140
20141 \begin_layout Standard
20142 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20143 \family sans
20144 段をまたぐ
20145 \family default
20146 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20147 たって回転方向を強制したい場合には、文書クラスオプションに
20148 \series bold
20149 figuresleft
20150 \series default
20151 オプションあるいは
20152 \series bold
20153 figuresright
20154 \series default
20155 オプションを加えることができます。
20156 \end_layout
20157
20158 \begin_layout Standard
20159 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20160 \begin_inset CommandInset ref
20161 LatexCommand ref
20162 reference "tab:回転した表"
20163
20164 \end_inset
20165
20166 が回転表フロートの例です。
20167 \end_layout
20168
20169 \begin_layout Standard
20170 \begin_inset Note Greyedout
20171 status open
20172
20173 \begin_layout Plain Layout
20174
20175 \series bold
20176 【註】
20177 \series default
20178 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20179 \end_layout
20180
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \begin_layout Standard
20187 \begin_inset Float table
20188 wide false
20189 sideways true
20190 status open
20191
20192 \begin_layout Plain Layout
20193 \begin_inset Caption
20194
20195 \begin_layout Plain Layout
20196 \begin_inset CommandInset label
20197 LatexCommand label
20198 name "tab:回転した表"
20199
20200 \end_inset
20201
20202 回転した表
20203 \end_layout
20204
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \begin_layout Plain Layout
20211 \align center
20212 \begin_inset Tabular
20213 <lyxtabular version="3" rows="1" columns="5">
20214 <features tabularvalignment="middle">
20215 <column alignment="center" valignment="top" width="0">
20216 <column alignment="center" valignment="top" width="0">
20217 <column alignment="center" valignment="top" width="0">
20218 <column alignment="center" valignment="top" width="0">
20219 <column alignment="center" valignment="top" width="0">
20220 <row>
20221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 試験
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 </lyxtabular>
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Section
20280 従属フロート
20281 \begin_inset Index idx
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20286 \end_layout
20287
20288 \end_inset
20289
20290
20291 \end_layout
20292
20293 \begin_layout Standard
20294 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20295 \begin_inset CommandInset ref
20296 LatexCommand ref
20297 reference "tab:従属表を横に並べたもの"
20298
20299 \end_inset
20300
20301 と表
20302 \begin_inset CommandInset ref
20303 LatexCommand ref
20304 reference "tab:従属表を縦に並べたもの"
20305
20306 \end_inset
20307
20308 に示されているように段落と同様に指定することができます。
20309 \end_layout
20310
20311 \begin_layout Standard
20312 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20313 \begin_inset CommandInset ref
20314 LatexCommand ref
20315 reference "tab:これは従属表a"
20316
20317 \end_inset
20318
20319 と表
20320 \begin_inset CommandInset ref
20321 LatexCommand ref
20322 reference "tab:これは従属表b"
20323
20324 \end_inset
20325
20326 は表
20327 \begin_inset CommandInset ref
20328 LatexCommand ref
20329 reference "tab:従属表を横に並べたもの"
20330
20331 \end_inset
20332
20333 の従属フロートです。
20334 \begin_inset Float table
20335 wide false
20336 sideways false
20337 status open
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Caption
20341
20342 \begin_layout Plain Layout
20343 \begin_inset CommandInset label
20344 LatexCommand label
20345 name "tab:従属表を横に並べたもの"
20346
20347 \end_inset
20348
20349 従属表を横に並べたもの
20350 \end_layout
20351
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \begin_layout Plain Layout
20358 \begin_inset space \hfill{}
20359 \end_inset
20360
20361
20362 \begin_inset Float table
20363 wide false
20364 sideways false
20365 status open
20366
20367 \begin_layout Plain Layout
20368 \begin_inset Caption
20369
20370 \begin_layout Plain Layout
20371 \begin_inset CommandInset label
20372 LatexCommand label
20373 name "tab:これは従属表a"
20374
20375 \end_inset
20376
20377 これは従属表aです。
20378 \end_layout
20379
20380 \end_inset
20381
20382
20383 \end_layout
20384
20385 \begin_layout Plain Layout
20386 \align center
20387 \begin_inset Tabular
20388 <lyxtabular version="3" rows="1" columns="5">
20389 <features tabularvalignment="middle">
20390 <column alignment="center" valignment="top" width="0">
20391 <column alignment="center" valignment="top" width="0">
20392 <column alignment="center" valignment="top" width="0">
20393 <column alignment="center" valignment="top" width="0">
20394 <column alignment="center" valignment="top" width="0">
20395 <row>
20396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400 試験
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 </row>
20442 </lyxtabular>
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \begin_inset space \hfill{}
20453 \end_inset
20454
20455
20456 \begin_inset Float table
20457 wide false
20458 sideways false
20459 status open
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Caption
20463
20464 \begin_layout Plain Layout
20465 \begin_inset CommandInset label
20466 LatexCommand label
20467 name "tab:これは従属表b"
20468
20469 \end_inset
20470
20471 これは従属表bです。
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Plain Layout
20480 \align center
20481 \begin_inset Tabular
20482 <lyxtabular version="3" rows="1" columns="5">
20483 <features tabularvalignment="middle">
20484 <column alignment="center" valignment="top" width="0">
20485 <column alignment="center" valignment="top" width="0">
20486 <column alignment="center" valignment="top" width="0">
20487 <column alignment="center" valignment="top" width="0">
20488 <column alignment="center" valignment="top" width="0">
20489 <row>
20490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 試験
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 </row>
20536 </lyxtabular>
20537
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \begin_inset space \hfill{}
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553
20554
20555 \begin_inset Float table
20556 wide false
20557 sideways false
20558 status open
20559
20560 \begin_layout Plain Layout
20561 \begin_inset Caption
20562
20563 \begin_layout Plain Layout
20564 \begin_inset CommandInset label
20565 LatexCommand label
20566 name "tab:従属表を縦に並べたもの"
20567
20568 \end_inset
20569
20570 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20571 \end_layout
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Float table
20580 wide false
20581 sideways false
20582 status open
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Caption
20586
20587 \begin_layout Plain Layout
20588
20589 \end_layout
20590
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \begin_layout Plain Layout
20597 \align center
20598 \begin_inset Tabular
20599 <lyxtabular version="3" rows="1" columns="4">
20600 <features tabularvalignment="middle">
20601 <column alignment="center" valignment="top" width="0">
20602 <column alignment="center" valignment="top" width="0">
20603 <column alignment="center" valignment="top" width="0">
20604 <column alignment="center" valignment="top" width="0">
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 試験
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 試験
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 試験
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 試験
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 </lyxtabular>
20644
20645 \end_inset
20646
20647
20648 \end_layout
20649
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \begin_layout Plain Layout
20656 \begin_inset Float table
20657 wide false
20658 sideways false
20659 status open
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Caption
20663
20664 \begin_layout Plain Layout
20665
20666 \end_layout
20667
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \begin_layout Plain Layout
20674 \align center
20675 \begin_inset Tabular
20676 <lyxtabular version="3" rows="1" columns="5">
20677 <features tabularvalignment="middle">
20678 <column alignment="center" valignment="top" width="0">
20679 <column alignment="center" valignment="top" width="0">
20680 <column alignment="center" valignment="top" width="0">
20681 <column alignment="center" valignment="top" width="0">
20682 <column alignment="center" valignment="top" width="0">
20683 <row>
20684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 </lyxtabular>
20731
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \begin_layout Section
20748 横並びのフロート
20749 \begin_inset Index idx
20750 status collapsed
20751
20752 \begin_layout Plain Layout
20753 ふろーと@フロート ! よこならび@横並び
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762
20763 \begin_inset CommandInset ref
20764 LatexCommand ref
20765 reference "fig:左側のフロート"
20766
20767 \end_inset
20768
20769 や図
20770 \begin_inset CommandInset ref
20771 LatexCommand ref
20772 reference "fig:右側のフロート"
20773
20774 \end_inset
20775
20776 のようにフロートを横並びに配置するには、
20777 \emph on
20778 ひとつの
20779 \emph default
20780 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20781 \begin_inset Foot
20782 status collapsed
20783
20784 \begin_layout Plain Layout
20785 Minipageは第
20786 \begin_inset CommandInset ref
20787 LatexCommand ref
20788 reference "sec:ミニページ"
20789
20790 \end_inset
20791
20792 節に説明があります。
20793 \end_layout
20794
20795 \end_inset
20796
20797 。幅は45
20798 \begin_inset space \thinspace{}
20799 \end_inset
20800
20801 -50
20802 \begin_inset space \thinspace{}
20803 \end_inset
20804
20805 列幅%とし、各minipageのボックス配置を
20806 \family sans
20807
20808 \family default
20809 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20810 \family sans
20811 列幅%
20812 \family default
20813 がここではminipageボックスの幅によって計算されることです。
20814 \end_layout
20815
20816 \begin_layout Standard
20817 \begin_inset Float figure
20818 wide false
20819 sideways false
20820 status open
20821
20822 \begin_layout Plain Layout
20823 \begin_inset Box Frameless
20824 position "b"
20825 hor_pos "c"
20826 has_inner_box 1
20827 inner_pos "t"
20828 use_parbox 0
20829 use_makebox 0
20830 width "45col%"
20831 special "none"
20832 height "1in"
20833 height_special "totalheight"
20834 status open
20835
20836 \begin_layout Plain Layout
20837 \align center
20838 \begin_inset Graphics
20839         filename ../clipart/mobius.eps
20840         lyxscale 50
20841         width 100col%
20842         scaleBeforeRotation
20843
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \begin_layout Plain Layout
20850 \begin_inset Caption
20851
20852 \begin_layout Plain Layout
20853 \begin_inset CommandInset label
20854 LatexCommand label
20855 name "fig:左側のフロート"
20856
20857 \end_inset
20858
20859 左側のフロート
20860 \end_layout
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \begin_inset space \hfill{}
20871 \end_inset
20872
20873
20874 \begin_inset Box Frameless
20875 position "b"
20876 hor_pos "c"
20877 has_inner_box 1
20878 inner_pos "t"
20879 use_parbox 0
20880 use_makebox 0
20881 width "45col%"
20882 special "none"
20883 height "1in"
20884 height_special "totalheight"
20885 status open
20886
20887 \begin_layout Plain Layout
20888 \align center
20889 \begin_inset Graphics
20890         filename ../clipart/platypus.eps
20891         lyxscale 50
20892         width 100col%
20893         scaleBeforeRotation
20894
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Caption
20902
20903 \begin_layout Plain Layout
20904 \begin_inset CommandInset label
20905 LatexCommand label
20906 name "fig:右側のフロート"
20907
20908 \end_inset
20909
20910 右側のフロート
20911 \end_layout
20912
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \begin_layout Plain Layout
20924
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \begin_layout Section
20933 キャプションの書式設定
20934 \begin_inset Index idx
20935 status collapsed
20936
20937 \begin_layout Plain Layout
20938 きゃぷしょん@キャプション ! しょしきせってい@書式設定
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \begin_inset Index idx
20945 status collapsed
20946
20947 \begin_layout Plain Layout
20948 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
20949 \end_layout
20950
20951 \end_inset
20952
20953
20954 \begin_inset CommandInset label
20955 LatexCommand label
20956 name "sec:キャプションの書式設定"
20957
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \begin_layout Standard
20964
20965 \family sans
20966 キャプション
20967 \family default
20968 環境は、
20969 \family sans
20970 フロート
20971 \family default
20972 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
20973 \family sans
20974 図 #:
20975 \family default
20976 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
20977 \family sans
20978 #
20979 \family default
20980 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
20981 。このキャプション書式は、すべての文書書式に適しているわけではありません。
20982 \end_layout
20983
20984 \begin_layout Standard
20985 既定のキャプション書式を変更するには、文書プリアンブルに
20986 \end_layout
20987
20988 \begin_layout Standard
20989
20990 \series bold
20991
20992 \backslash
20993 usepackage[format definition]{caption}
20994 \end_layout
20995
20996 \begin_layout Standard
20997 という行を加えて、LaTeXパッケージ
20998 \series bold
20999 caption
21000 \series default
21001
21002 \begin_inset Index idx
21003 status collapsed
21004
21005 \begin_layout Plain Layout
21006 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21007 \end_layout
21008
21009 \end_inset
21010
21011 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21012 \end_layout
21013
21014 \begin_layout Standard
21015
21016 \series bold
21017
21018 \backslash
21019 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21020 \end_layout
21021
21022 \begin_layout Standard
21023 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21024 \series bold
21025 caption
21026 \series default
21027 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21028 \end_layout
21029
21030 \begin_layout Standard
21031
21032 \series bold
21033
21034 \backslash
21035 captionsetup[フロート型]{書式定義}
21036 \end_layout
21037
21038 \begin_layout Standard
21039 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21040 \begin_inset CommandInset ref
21041 LatexCommand ref
21042 reference "fig:図キャプション"
21043
21044 \end_inset
21045
21046 と表
21047 \begin_inset CommandInset ref
21048 LatexCommand ref
21049 reference "tab:表キャプション"
21050
21051 \end_inset
21052
21053 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21054 \end_layout
21055
21056 \begin_layout Standard
21057
21058 \series bold
21059
21060 \backslash
21061 usepackage[tableposition=top]{caption}
21062 \series default
21063
21064 \begin_inset Newline newline
21065 \end_inset
21066
21067
21068 \series bold
21069
21070 \backslash
21071 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21072 \begin_inset Newline newline
21073 \end_inset
21074
21075
21076 \begin_inset Phantom HPhantom
21077 status open
21078
21079 \begin_layout Plain Layout
21080
21081 \backslash
21082 captionsetup[figure]{
21083 \end_layout
21084
21085 \end_inset
21086
21087 labelsep=period}
21088 \begin_inset Newline newline
21089 \end_inset
21090
21091
21092 \backslash
21093 captionsetup[table]{labelfont={bf,sf}}
21094 \end_layout
21095
21096 \begin_layout Standard
21097 \begin_inset Note Greyedout
21098 status open
21099
21100 \begin_layout Plain Layout
21101
21102 \series bold
21103 【註】
21104 \series default
21105 オプションのうち、
21106 \series bold
21107 tableposition=top
21108 \series default
21109 は、文書クラスに
21110 \series bold
21111 KOMA-script
21112 \series default
21113
21114 \begin_inset Index idx
21115 status collapsed
21116
21117 \begin_layout Plain Layout
21118 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21119 \end_layout
21120
21121 \end_inset
21122
21123 が使われているときには、無効になります。この場合には、文書クラスオプション
21124 \series bold
21125 captions=tableheading
21126 \series default
21127 を指定しなくてはなりません。
21128 \end_layout
21129
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \begin_layout Standard
21136
21137 \series bold
21138 caption
21139 \series default
21140 パッケージについての詳細は、その取扱説明書
21141 \begin_inset CommandInset citation
21142 LatexCommand cite
21143 key "caption"
21144
21145 \end_inset
21146
21147 をご覧ください。
21148 \end_layout
21149
21150 \begin_layout Standard
21151 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21152 \end_layout
21153
21154 \begin_layout Standard
21155
21156 \series bold
21157
21158 \backslash
21159 renewcommand{
21160 \backslash
21161 fnum@figure}{画像~
21162 \backslash
21163 thefigure}
21164 \end_layout
21165
21166 \begin_layout Standard
21167 なお、
21168 \series bold
21169
21170 \backslash
21171 thefigure
21172 \series default
21173 は表番号を挿入し、「
21174 \series bold
21175 ~
21176 \series default
21177 」は保護された空白を入れます。
21178 \end_layout
21179
21180 \begin_layout Standard
21181 \begin_inset VSpace bigskip
21182 \end_inset
21183
21184
21185 \series bold
21186 KOMA-script
21187 \series default
21188
21189 \begin_inset Index idx
21190 status collapsed
21191
21192 \begin_layout Plain Layout
21193 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21194 \end_layout
21195
21196 \end_inset
21197
21198 文書クラス(
21199 \family sans
21200 article (KOMA-script)
21201 \family default
21202
21203 \family sans
21204 book (KOMA-script)
21205 \family default
21206
21207 \family sans
21208 letter (KOMA-script)
21209 \family default
21210
21211 \family sans
21212 report (KOMA-script)
21213 \family default
21214 )を使用している場合には、
21215 \series bold
21216 caption
21217 \series default
21218 パッケージの代わりに
21219 \series bold
21220 KOMA-script
21221 \series default
21222 のビルトインコマンド
21223 \series bold
21224 etkomafont
21225 \series default
21226 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21227 \end_layout
21228
21229 \begin_layout Standard
21230
21231 \series bold
21232
21233 \backslash
21234 setkomafont{captionlabel}{
21235 \backslash
21236 bfseries}
21237 \end_layout
21238
21239 \begin_layout Standard
21240
21241 \series bold
21242
21243 \backslash
21244 setkomafont
21245 \series default
21246 についての詳細は、
21247 \series bold
21248 KOMA-script
21249 \series default
21250 の取扱説明書
21251 \begin_inset CommandInset citation
21252 LatexCommand cite
21253 key "koma-script"
21254
21255 \end_inset
21256
21257 をご覧ください。
21258 \end_layout
21259
21260 \begin_layout Standard
21261 \begin_inset ERT
21262 status collapsed
21263
21264 \begin_layout Plain Layout
21265
21266
21267 \backslash
21268 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21269 }
21270 \end_layout
21271
21272 \end_inset
21273
21274
21275 \begin_inset Note Note
21276 status open
21277
21278 \begin_layout Plain Layout
21279 キャプション書式は、この例のみ変更してあります。
21280 \end_layout
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Standard
21288 \begin_inset Float figure
21289 placement !p
21290 wide false
21291 sideways false
21292 status open
21293
21294 \begin_layout Plain Layout
21295 \align center
21296 \begin_inset Graphics
21297         filename ../clipart/mobius.eps
21298         lyxscale 50
21299         scale 50
21300         scaleBeforeRotation
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Plain Layout
21308 \begin_inset Caption
21309
21310 \begin_layout Plain Layout
21311 \begin_inset CommandInset label
21312 LatexCommand label
21313 name "fig:図キャプション"
21314
21315 \end_inset
21316
21317 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21318 \end_layout
21319
21320 \end_inset
21321
21322
21323 \end_layout
21324
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \begin_layout Standard
21331 \begin_inset ERT
21332 status collapsed
21333
21334 \begin_layout Plain Layout
21335
21336
21337 \backslash
21338 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21339 on}
21340 \end_layout
21341
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \begin_layout Standard
21348 \begin_inset Float table
21349 placement !p
21350 wide false
21351 sideways false
21352 status open
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Caption
21356
21357 \begin_layout Plain Layout
21358 \begin_inset CommandInset label
21359 LatexCommand label
21360 name "tab:表キャプション"
21361
21362 \end_inset
21363
21364 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21365 \end_layout
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Plain Layout
21373 \align center
21374 \begin_inset Tabular
21375 <lyxtabular version="3" rows="1" columns="5">
21376 <features tabularvalignment="middle">
21377 <column alignment="center" valignment="top" width="0">
21378 <column alignment="center" valignment="top" width="0">
21379 <column alignment="center" valignment="top" width="0">
21380 <column alignment="center" valignment="top" width="0">
21381 <column alignment="center" valignment="top" width="0">
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 </lyxtabular>
21430
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Section
21442 キャプションの配置
21443 \begin_inset Index idx
21444 status collapsed
21445
21446 \begin_layout Plain Layout
21447 きゃぷしょん@キャプション ! はいち@配置
21448 \end_layout
21449
21450 \end_inset
21451
21452
21453 \begin_inset Index idx
21454 status collapsed
21455
21456 \begin_layout Plain Layout
21457 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21458 \end_layout
21459
21460 \end_inset
21461
21462
21463 \begin_inset CommandInset label
21464 LatexCommand label
21465 name "sec:キャプションの配置"
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \begin_layout Standard
21473 通常、キャプションの配置原則は、
21474 \end_layout
21475
21476 \begin_layout Description
21477 図の場合: キャプションを図の下に置く
21478 \end_layout
21479
21480 \begin_layout Description
21481 表の場合: キャプションを表の上に置く
21482 \end_layout
21483
21484 \begin_layout Standard
21485 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21486 \family sans
21487 article
21488 \family default
21489
21490 \family sans
21491 book
21492 \family default
21493
21494 \family sans
21495 letter
21496 \family default
21497
21498 \family sans
21499 report
21500 \family default
21501 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21502 eXパッケージ
21503 \series bold
21504 caption
21505 \series default
21506 を読み込むコマンドに
21507 \end_layout
21508
21509 \begin_layout Standard
21510
21511 \series bold
21512 tableposition=top
21513 \end_layout
21514
21515 \begin_layout Standard
21516 というオプションを追加してください
21517 \begin_inset Foot
21518 status collapsed
21519
21520 \begin_layout Plain Layout
21521
21522 \series bold
21523 caption
21524 \series default
21525 パッケージについての詳細な情報は、第
21526 \begin_inset CommandInset ref
21527 LatexCommand ref
21528 reference "sec:キャプションの書式設定"
21529
21530 \end_inset
21531
21532 節をご覧ください。
21533 \end_layout
21534
21535 \end_inset
21536
21537
21538 \series bold
21539 KOMA-script
21540 \series default
21541
21542 \begin_inset Index idx
21543 status collapsed
21544
21545 \begin_layout Plain Layout
21546 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21547 \end_layout
21548
21549 \end_inset
21550
21551 文書クラス(
21552 \family sans
21553 article (KOMA-script)
21554 \family default
21555
21556 \family sans
21557 book (KOMA-script)
21558 \family default
21559
21560 \family sans
21561 letter (KOMA-script)
21562 \family default
21563
21564 \family sans
21565 report (KOMA-script)
21566 \family default
21567
21568 \begin_inset space \thinspace{}
21569 \end_inset
21570
21571 )をお使いの場合には、
21572 \series bold
21573 caption
21574 \series default
21575 パッケージにオプションを与える代わりに、文書クラスオプション
21576 \series bold
21577 captions=tableheading
21578 \series default
21579 を設定することもできます。
21580 \end_layout
21581
21582 \begin_layout Standard
21583 \begin_inset VSpace bigskip
21584 \end_inset
21585
21586 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21587 \end_layout
21588
21589 \begin_layout Standard
21590
21591 \series bold
21592
21593 \backslash
21594 usepackage[option]{sidecap}
21595 \end_layout
21596
21597 \begin_layout Standard
21598 という行を入れて、LaTeXパッケージ
21599 \series bold
21600 sidecap
21601 \series default
21602
21603 \begin_inset Index idx
21604 status collapsed
21605
21606 \begin_layout Plain Layout
21607 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21608 \end_layout
21609
21610 \end_inset
21611
21612 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21613 \series bold
21614 innercaption
21615 \series default
21616 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21617 \series bold
21618 rightcaption
21619 \series default
21620 ないし
21621 \series bold
21622 leftcaption
21623 \series default
21624 オプションを用います。
21625 \end_layout
21626
21627 \begin_layout Standard
21628 \begin_inset ERT
21629 status collapsed
21630
21631 \begin_layout Plain Layout
21632
21633
21634 \backslash
21635 ifsidecap
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \begin_inset Note Note
21642 status open
21643
21644 \begin_layout Plain Layout
21645 以下の部分は、LaTeXパッケージ
21646 \series bold
21647 sidecap
21648 \series default
21649 が導入されているときのみ表示されます。
21650 \end_layout
21651
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \begin_layout Standard
21658 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21659 \end_layout
21660
21661 \begin_layout Standard
21662 \noindent
21663 \begin_inset CommandInset line
21664 LatexCommand rule
21665 offset "0.5ex"
21666 width "100line%"
21667 height "1pt"
21668
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \begin_layout Standard
21675
21676 \series bold
21677
21678 \backslash
21679 newcommand{
21680 \backslash
21681 TabBesBeg}{%
21682 \begin_inset Newline newline
21683 \end_inset
21684
21685
21686 \begin_inset Phantom HPhantom
21687 status open
21688
21689 \begin_layout Plain Layout
21690
21691 \series bold
21692 \begin_inset space ~
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699
21700
21701 \backslash
21702 let
21703 \backslash
21704 MyTable
21705 \backslash
21706 table
21707 \begin_inset Newline newline
21708 \end_inset
21709
21710
21711 \begin_inset Phantom HPhantom
21712 status open
21713
21714 \begin_layout Plain Layout
21715
21716 \series bold
21717 \begin_inset space ~
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \backslash
21727 let
21728 \backslash
21729 MyEndtable
21730 \backslash
21731 endtable
21732 \begin_inset Newline newline
21733 \end_inset
21734
21735
21736 \begin_inset Phantom HPhantom
21737 status open
21738
21739 \begin_layout Plain Layout
21740
21741 \series bold
21742 \begin_inset space ~
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \backslash
21752 renewenvironment{table}{
21753 \backslash
21754 begin{SCtable}}{
21755 \backslash
21756 end{SCtable}}}
21757 \end_layout
21758
21759 \begin_layout Standard
21760
21761 \series bold
21762
21763 \backslash
21764 newcommand{
21765 \backslash
21766 TabBesEnd}{%
21767 \begin_inset Newline newline
21768 \end_inset
21769
21770
21771 \begin_inset Phantom HPhantom
21772 status open
21773
21774 \begin_layout Plain Layout
21775
21776 \series bold
21777 \begin_inset space ~
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784
21785
21786 \backslash
21787 let
21788 \backslash
21789 table
21790 \backslash
21791 MyTable
21792 \begin_inset Newline newline
21793 \end_inset
21794
21795
21796 \begin_inset Phantom HPhantom
21797 status open
21798
21799 \begin_layout Plain Layout
21800
21801 \series bold
21802 \begin_inset space ~
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809
21810
21811 \backslash
21812 let
21813 \backslash
21814 endtable
21815 \backslash
21816 MyEndtable
21817 \end_layout
21818
21819 \begin_layout Standard
21820
21821 \series bold
21822
21823 \backslash
21824 newcommand{
21825 \backslash
21826 FigBesBeg}{%
21827 \begin_inset Newline newline
21828 \end_inset
21829
21830
21831 \begin_inset Phantom HPhantom
21832 status open
21833
21834 \begin_layout Plain Layout
21835
21836 \series bold
21837 \begin_inset space ~
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \backslash
21847 let
21848 \backslash
21849 MyFigure
21850 \backslash
21851 figure
21852 \begin_inset Newline newline
21853 \end_inset
21854
21855
21856 \begin_inset Phantom HPhantom
21857 status open
21858
21859 \begin_layout Plain Layout
21860
21861 \series bold
21862 \begin_inset space ~
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \backslash
21872 let
21873 \backslash
21874 MyEndfigure
21875 \backslash
21876 endfigure
21877 \begin_inset Newline newline
21878 \end_inset
21879
21880
21881 \begin_inset Phantom HPhantom
21882 status open
21883
21884 \begin_layout Plain Layout
21885
21886 \series bold
21887 \begin_inset space ~
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \end_inset
21894
21895
21896 \backslash
21897 renewenvironment{figure}{
21898 \backslash
21899 begin{SCfigure}}{
21900 \backslash
21901 end{SCfigure}}}
21902 \end_layout
21903
21904 \begin_layout Standard
21905
21906 \series bold
21907
21908 \backslash
21909 newcommand{
21910 \backslash
21911 FigBesEnd}{%
21912 \begin_inset Newline newline
21913 \end_inset
21914
21915
21916 \begin_inset Phantom HPhantom
21917 status open
21918
21919 \begin_layout Plain Layout
21920
21921 \series bold
21922 \begin_inset space ~
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \end_inset
21929
21930
21931 \backslash
21932 let
21933 \backslash
21934 figure
21935 \backslash
21936 MyFigure
21937 \begin_inset Newline newline
21938 \end_inset
21939
21940
21941 \begin_inset Phantom HPhantom
21942 status open
21943
21944 \begin_layout Plain Layout
21945
21946 \series bold
21947 \begin_inset space ~
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \end_inset
21954
21955
21956 \backslash
21957 let
21958 \backslash
21959 endfigure
21960 \backslash
21961 MyEndfigure}
21962 \end_layout
21963
21964 \begin_layout Standard
21965 \noindent
21966 \begin_inset CommandInset line
21967 LatexCommand rule
21968 offset "0.5ex"
21969 width "100line%"
21970 height "1pt"
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Standard
21978 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
21979 \end_layout
21980
21981 \begin_layout Standard
21982
21983 \series bold
21984
21985 \backslash
21986 FigBesBeg
21987 \end_layout
21988
21989 \begin_layout Standard
21990 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
21991 \end_layout
21992
21993 \begin_layout Standard
21994
21995 \series bold
21996
21997 \backslash
21998 FigBesEnd
21999 \end_layout
22000
22001 \begin_layout Standard
22002 というコマンドを挿入してください。
22003 \end_layout
22004
22005 \begin_layout Standard
22006 表フロートに対しては、対応するコマンド
22007 \end_layout
22008
22009 \begin_layout Standard
22010
22011 \series bold
22012
22013 \backslash
22014 TabBesBeg
22015 \series default
22016 および
22017 \series bold
22018
22019 \backslash
22020 TabBesEnd
22021 \end_layout
22022
22023 \begin_layout Standard
22024 を使用してください。図
22025 \begin_inset CommandInset ref
22026 LatexCommand ref
22027 reference "fig:図横キャプション"
22028
22029 \end_inset
22030
22031 と表
22032 \begin_inset CommandInset ref
22033 LatexCommand ref
22034 reference "tab:表横キャプション"
22035
22036 \end_inset
22037
22038 がキャプションを脇に設定した例です。
22039 \end_layout
22040
22041 \begin_layout Standard
22042 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22043 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22044 \end_layout
22045
22046 \begin_layout Standard
22047
22048 \series bold
22049
22050 \backslash
22051 sidecaptionvpos{フロート型}{配置}
22052 \end_layout
22053
22054 \begin_layout Standard
22055 というコマンドを使用します。ここで「フロート型」は
22056 \family sans
22057 figure
22058 \family default
22059
22060 \family sans
22061 table
22062 \family default
22063 であり、「配置」は、上揃えの場合はtopの
22064 \end_layout
22065
22066 \begin_layout Standard
22067
22068 \family sans
22069 t
22070 \family default
22071 」、中央揃えの場合はcenterの「
22072 \family sans
22073 c
22074 \family default
22075 」、下揃えの場合はbottomの「
22076 \family sans
22077 b
22078 \family default
22079 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22080 \end_layout
22081
22082 \begin_layout Standard
22083
22084 \series bold
22085
22086 \backslash
22087 sidecaptionvpos{figure}{c}
22088 \end_layout
22089
22090 \begin_layout Standard
22091 というコマンドを使用します。これは、図
22092 \begin_inset CommandInset ref
22093 LatexCommand ref
22094 reference "fig:図横キャプション-2"
22095
22096 \end_inset
22097
22098 で使用されています。
22099 \end_layout
22100
22101 \begin_layout Standard
22102 \begin_inset VSpace medskip
22103 \end_inset
22104
22105
22106 \series bold
22107 sidecap
22108 \series default
22109 パッケージについての詳細は、
22110 \begin_inset CommandInset citation
22111 LatexCommand cite
22112 key "sidecap"
22113
22114 \end_inset
22115
22116 の説明書をご参照ください。
22117 \end_layout
22118
22119 \begin_layout Standard
22120 \begin_inset Note Greyedout
22121 status open
22122
22123 \begin_layout Plain Layout
22124
22125 \series bold
22126 【註】
22127 \series default
22128
22129 \begin_inset CommandInset ref
22130 LatexCommand ref
22131 reference "sub:参照位置"
22132
22133 \end_inset
22134
22135 節に説明があるLaTeXパッケージ
22136 \series bold
22137 hypcap
22138 \series default
22139
22140 \begin_inset Index idx
22141 status collapsed
22142
22143 \begin_layout Plain Layout
22144 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22145 \end_layout
22146
22147 \end_inset
22148
22149 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22150 \end_layout
22151
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \begin_layout Standard
22158 \begin_inset ERT
22159 status collapsed
22160
22161 \begin_layout Plain Layout
22162
22163
22164 \backslash
22165 FigBesBeg 
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \begin_layout Standard
22174 \begin_inset Float figure
22175 wide false
22176 sideways false
22177 status open
22178
22179 \begin_layout Plain Layout
22180 \begin_inset Graphics
22181         filename ../clipart/escher-lsd.eps
22182         scale 75
22183         scaleBeforeRotation
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Caption
22192
22193 \begin_layout Plain Layout
22194 \begin_inset CommandInset label
22195 LatexCommand label
22196 name "fig:図横キャプション"
22197
22198 \end_inset
22199
22200 これは図の横にあるキャプションです。
22201 \end_layout
22202
22203 \end_inset
22204
22205
22206 \end_layout
22207
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \begin_layout Standard
22214 \begin_inset ERT
22215 status collapsed
22216
22217 \begin_layout Plain Layout
22218
22219
22220 \backslash
22221 TabBesBeg 
22222 \end_layout
22223
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \begin_layout Standard
22230 \begin_inset Float table
22231 wide false
22232 sideways false
22233 status open
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Caption
22237
22238 \begin_layout Plain Layout
22239 \begin_inset CommandInset label
22240 LatexCommand label
22241 name "tab:表横キャプション"
22242
22243 \end_inset
22244
22245 これは表の横にあるキャプションです。
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Tabular
22255 <lyxtabular version="3" rows="4" columns="5">
22256 <features tabularvalignment="middle">
22257 <column alignment="center" valignment="top" width="0">
22258 <column alignment="center" valignment="top" width="0">
22259 <column alignment="center" valignment="top" width="0">
22260 <column alignment="center" valignment="top" width="0">
22261 <column alignment="center" valignment="top" width="0">
22262 <row>
22263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 </row>
22309 <row>
22310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 </lyxtabular>
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \begin_layout Standard
22463 \begin_inset ERT
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467
22468
22469 \backslash
22470 TabBesEnd
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \begin_layout Standard
22479 \begin_inset ERT
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483
22484
22485 \backslash
22486 sidecaptionvpos{figure}{c}
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \begin_inset Float figure
22493 wide false
22494 sideways false
22495 status open
22496
22497 \begin_layout Plain Layout
22498 \begin_inset Graphics
22499         filename ../clipart/escher-lsd.eps
22500         scale 75
22501         scaleBeforeRotation
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Caption
22510
22511 \begin_layout Plain Layout
22512 \begin_inset CommandInset label
22513 LatexCommand label
22514 name "fig:図横キャプション-2"
22515
22516 \end_inset
22517
22518 これは図の横にある縦方向中央揃えのキャプションです。
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \begin_layout Standard
22532 \begin_inset ERT
22533 status collapsed
22534
22535 \begin_layout Plain Layout
22536
22537
22538 \backslash
22539 FigBesEnd
22540 \end_layout
22541
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \begin_layout Standard
22548 \begin_inset ERT
22549 status collapsed
22550
22551 \begin_layout Plain Layout
22552
22553
22554 \backslash
22555 else
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \begin_inset Note Note
22562 status open
22563
22564 \begin_layout Plain Layout
22565 以下の部分は、LaTeXパッケージ
22566 \series bold
22567 sidecap
22568 \series default
22569 が導入されていないときのみ表示されます。
22570 \end_layout
22571
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \begin_layout Standard
22578 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22579 \series bold
22580 sidecap
22581 \series default
22582 を導入する必要があります。
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset ERT
22587 status collapsed
22588
22589 \begin_layout Plain Layout
22590
22591
22592 \backslash
22593 fi
22594 \end_layout
22595
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \begin_layout Section
22602 フロート一覧
22603 \begin_inset Index idx
22604 status collapsed
22605
22606 \begin_layout Plain Layout
22607 ふろーと@フロート ! ふろーといちらん@フロート一覧
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Standard
22616 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22617 \family sans
22618 挿入\SpecialChar \menuseparator
22619 一覧/目次
22620 \family default
22621 メニューで挿入することができます。
22622 \end_layout
22623
22624 \begin_layout Standard
22625 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22626 \end_layout
22627
22628 \begin_layout Standard
22629 本文書の終わりに、図一覧と表一覧があります。
22630 \end_layout
22631
22632 \begin_layout Chapter
22633 注釈
22634 \end_layout
22635
22636 \begin_layout Section
22637 LyX注釈
22638 \begin_inset Index idx
22639 status collapsed
22640
22641 \begin_layout Plain Layout
22642 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \begin_layout Standard
22651 注釈は、ツールバーボタン
22652 \begin_inset Graphics
22653         filename ../../images/note-insert.png
22654         scale 85
22655         scaleBeforeRotation
22656
22657 \end_inset
22658
22659 か、
22660 \family sans
22661 挿入\SpecialChar \menuseparator
22662 注釈
22663 \family default
22664 メニューで挿入することができます。注釈には、以下の三つの型があります。
22665 \end_layout
22666
22667 \begin_layout Description
22668 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22669 \begin_inset Newline newline
22670 \end_inset
22671
22672
22673 \begin_inset Newline newline
22674 \end_inset
22675
22676
22677 \begin_inset Graphics
22678         filename ../clipart/LyXNoteImageQt4.png
22679         display false
22680         scale 85
22681         scaleBeforeRotation
22682
22683 \end_inset
22684
22685
22686 \begin_inset Note Note
22687 status open
22688
22689 \begin_layout Plain Layout
22690 これは、出力には現れない注釈ボックスに書かれた文章です。
22691 \end_layout
22692
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \begin_layout Description
22699 コメント この注釈も出力には現れませんが、
22700 \family sans
22701 ファイル\SpecialChar \menuseparator
22702 エクスポート\SpecialChar \menuseparator
22703 LaTeX (pdflatex) / (平文)
22704 \family default
22705  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22706 \begin_inset Newline newline
22707 \end_inset
22708
22709
22710 \begin_inset Newline newline
22711 \end_inset
22712
22713
22714 \begin_inset Graphics
22715         filename ../clipart/CommentNoteImageQt4.png
22716         display false
22717         scale 85
22718         scaleBeforeRotation
22719
22720 \end_inset
22721
22722  
22723 \begin_inset Note Comment
22724 status open
22725
22726 \begin_layout Plain Layout
22727 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Description
22736 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22737 \begin_inset Newline newline
22738 \end_inset
22739
22740
22741 \begin_inset Newline newline
22742 \end_inset
22743
22744
22745 \begin_inset Graphics
22746         filename ../clipart/GreyedOutNoteImageQt4.png
22747         display false
22748         scale 85
22749         scaleBeforeRotation
22750
22751 \end_inset
22752
22753
22754 \begin_inset Newline newline
22755 \end_inset
22756
22757
22758 \begin_inset ERT
22759 status collapsed
22760
22761 \begin_layout Plain Layout
22762
22763
22764 \backslash
22765 renewenvironment{lyxgreyedout}
22766 \end_layout
22767
22768 \begin_layout Plain Layout
22769
22770 {
22771 \backslash
22772 textcolor[gray]{0.8}
22773 \backslash
22774 bgroup}{
22775 \backslash
22776 egroup}
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \begin_inset Note Greyedout
22783 status open
22784
22785 \begin_layout Plain Layout
22786 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22787 \begin_inset Foot
22788 status collapsed
22789
22790 \begin_layout Plain Layout
22791 これは、淡色表示注釈内に脚注を用いた例です。
22792 \end_layout
22793
22794 \end_inset
22795
22796 です。
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \begin_inset ERT
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806
22807
22808 \backslash
22809 renewenvironment{lyxgreyedout}
22810 \end_layout
22811
22812 \begin_layout Plain Layout
22813
22814 {
22815 \backslash
22816 textcolor{blue}
22817 \backslash
22818 bgroup}{
22819 \backslash
22820 egroup}
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \begin_inset Note Note
22827 status open
22828
22829 \begin_layout Plain Layout
22830 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22831 ように再定義されています。
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \begin_inset Newline newline
22838 \end_inset
22839
22840
22841 \begin_inset Newline newline
22842 \end_inset
22843
22844 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22845 \end_layout
22846
22847 \begin_layout Standard
22848 \begin_inset VSpace bigskip
22849 \end_inset
22850
22851 注釈を挿入するのにツールバーボタン
22852 \begin_inset Graphics
22853         filename ../../images/note-insert.png
22854         scale 85
22855         scaleBeforeRotation
22856
22857 \end_inset
22858
22859 を使用すると、
22860 \family sans
22861 LyX注釈
22862 \family default
22863 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22864 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22865 さい。
22866 \end_layout
22867
22868 \begin_layout Standard
22869 \begin_inset VSpace bigskip
22870 \end_inset
22871
22872 淡色注釈の文字色は、プリアンブルに以下のコマンドを置くことで変更することができます。
22873 \end_layout
22874
22875 \begin_layout Standard
22876
22877 \series bold
22878
22879 \backslash
22880 renewenvironment{lyxgreyedout}
22881 \begin_inset Newline newline
22882 \end_inset
22883
22884
22885 \begin_inset Phantom HPhantom
22886 status open
22887
22888 \begin_layout Plain Layout
22889
22890 \series bold
22891 \begin_inset space ~
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \end_inset
22898
22899 {
22900 \backslash
22901 textcolor{色彩名}
22902 \backslash
22903 bgroup}{
22904 \backslash
22905 egroup}
22906 \end_layout
22907
22908 \begin_layout Standard
22909 使用できる色彩名と、自製色の定義の仕方は、第
22910 \begin_inset CommandInset ref
22911 LatexCommand ref
22912 reference "sec:色付きの表"
22913
22914 \end_inset
22915
22916 節で説明されています。
22917 \end_layout
22918
22919 \begin_layout Standard
22920 本文書で青で表示されている注釈は、青文字に設定した淡色表示注釈を使用しています。
22921 \end_layout
22922
22923 \begin_layout Section
22924 脚注
22925 \begin_inset CommandInset label
22926 LatexCommand label
22927 name "sec:脚注"
22928
22929 \end_inset
22930
22931
22932 \begin_inset Index idx
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \begin_inset Index idx
22943 status collapsed
22944
22945 \begin_layout Plain Layout
22946 きゃくちゅう@脚注
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Standard
22955 脚注は、ツールバーボタン
22956 \begin_inset Graphics
22957         filename ../../images/footnote-insert.png
22958         scale 85
22959         scaleBeforeRotation
22960
22961 \end_inset
22962
22963 か、
22964 \family sans
22965 挿入\SpecialChar \menuseparator
22966 脚注
22967 \family default
22968 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
22969 \begin_inset Graphics
22970         filename clipart/footnoteQt4.png
22971         scale 80
22972         scaleBeforeRotation
22973
22974 \end_inset
22975
22976 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
22977 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
22978 \end_layout
22979
22980 \begin_layout Standard
22981 これが脚注の例です
22982 \begin_inset Foot
22983 status open
22984
22985 \begin_layout Plain Layout
22986 \begin_inset CommandInset label
22987 LatexCommand label
22988 name "fn:これは脚注の一例"
22989
22990 \end_inset
22991
22992 これは脚注の一例です。
22993 \end_layout
22994
22995 \end_inset
22996
22997
22998 \begin_inset ERT
22999 status collapsed
23000
23001 \begin_layout Plain Layout
23002
23003
23004 \backslash
23005 newcounter{MyRepeatFoot}
23006 \end_layout
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 setcounter{MyRepeatFoot}{
23013 \backslash
23014 thefootnote}
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23024 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23025 \end_layout
23026
23027 \begin_layout Standard
23028 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23029 \begin_inset CommandInset ref
23030 LatexCommand ref
23031 reference "sec:フロートの参照"
23032
23033 \end_inset
23034
23035 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23036 \begin_inset Newline newline
23037 \end_inset
23038
23039 これは脚注
23040 \begin_inset CommandInset ref
23041 LatexCommand ref
23042 reference "fn:これは脚注の一例"
23043
23044 \end_inset
23045
23046 の相互参照です。
23047 \end_layout
23048
23049 \begin_layout Standard
23050 \begin_inset VSpace defskip
23051 \end_inset
23052
23053
23054 \end_layout
23055
23056 \begin_layout Standard
23057
23058 \lang english
23059 Footnotes in tables are not printed by LaTeX due to technical reasons.
23060  However there exists another method to print them: Instead of the footnote
23061  the command 
23062 \series bold
23063
23064 \backslash
23065 footnotemark{}
23066 \series default
23067  is inserted as TeX-code.
23068  The text of the footnote is entered as an argument of the TeX-code command
23069  
23070 \series bold
23071
23072 \backslash
23073 footnotetext
23074 \series default
23075  after the table.
23076 \begin_inset Newline newline
23077 \end_inset
23078
23079 This was done for the following table with the command
23080 \end_layout
23081
23082 \begin_layout Standard
23083
23084 \series bold
23085 \lang english
23086
23087 \backslash
23088 footnotetext{
23089 \series default
23090 Printed table footnote.
23091 \series bold
23092 }
23093 \end_layout
23094
23095 \begin_layout Standard
23096
23097 \lang english
23098 \begin_inset Tabular
23099 <lyxtabular version="3" rows="2" columns="1">
23100 <features tabularvalignment="middle">
23101 <column alignment="center" valignment="top" width="0">
23102 <row>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107
23108 \lang english
23109 This an example text.
23110 \begin_inset Foot
23111 status open
23112
23113 \begin_layout Plain Layout
23114
23115 \lang english
23116 This footnote will not be printed!
23117 \end_layout
23118
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 </row>
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132
23133 \lang english
23134 This an example text.
23135 \begin_inset ERT
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139
23140
23141 \backslash
23142 footnotemark{}
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 </lyxtabular>
23154
23155 \end_inset
23156
23157
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 footnotetext{
23166 \end_layout
23167
23168 \end_inset
23169
23170 Printed table footnote.
23171 \begin_inset ERT
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175
23176 }
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \begin_layout Standard
23185
23186 \lang english
23187 Footnotes in longtables are described in section
23188 \begin_inset space ~
23189 \end_inset
23190
23191
23192 \lang japanese
23193
23194 \begin_inset CommandInset ref
23195 LatexCommand ref
23196 reference "sub:長尺表での脚注"
23197
23198 \end_inset
23199
23200
23201 \lang english
23202 .
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \lang english
23208 Footnotes in minipage boxes are printed, but inside the box and with a different
23209  numbering because a minipage box is like a page inside a page.
23210  (For more about minipages, see section
23211 \begin_inset space ~
23212 \end_inset
23213
23214
23215 \lang japanese
23216
23217 \begin_inset CommandInset ref
23218 LatexCommand ref
23219 reference "sec:ミニページ"
23220
23221 \end_inset
23222
23223
23224 \lang english
23225 .) To get a footnote in the minipage that is output at the bottom of the
23226  page like normal footnotes, also use the method of 
23227 \series bold
23228
23229 \backslash
23230 footnotemark{}
23231 \series default
23232  and 
23233 \series bold
23234
23235 \backslash
23236 footnotetext
23237 \series default
23238 .
23239 \end_layout
23240
23241 \begin_layout Standard
23242
23243 \lang english
23244 \begin_inset Box Frameless
23245 position "t"
23246 hor_pos "c"
23247 has_inner_box 1
23248 inner_pos "t"
23249 use_parbox 0
23250 use_makebox 0
23251 width "100col%"
23252 special "none"
23253 height "1in"
23254 height_special "totalheight"
23255 status open
23256
23257 \begin_layout Plain Layout
23258
23259 \lang english
23260 This an example text in a minipage.
23261 \begin_inset Foot
23262 status open
23263
23264 \begin_layout Plain Layout
23265
23266 \lang english
23267 Footnote in the minipage.
23268 \end_layout
23269
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \begin_layout Plain Layout
23276
23277 \lang english
23278 This an example text in a minipage.
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284
23285 \backslash
23286 footnotemark{}
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \begin_layout Standard
23300
23301 \lang english
23302 \begin_inset ERT
23303 status collapsed
23304
23305 \begin_layout Plain Layout
23306
23307
23308 \backslash
23309 footnotetext{
23310 \end_layout
23311
23312 \end_inset
23313
23314 Footnote outside the minipage.
23315 \begin_inset ERT
23316 status collapsed
23317
23318 \begin_layout Plain Layout
23319
23320 }
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \begin_layout Standard
23329
23330 \lang english
23331 \begin_inset VSpace defskip
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Standard
23338
23339 \lang english
23340 To refer to the same footnote several times without printing the footnote
23341  text every time, use the command 
23342 \series bold
23343
23344 \backslash
23345 footnotemark[number]
23346 \series default
23347  in TeX-code.
23348 \begin_inset Newline newline
23349 \end_inset
23350
23351 As you do not know the number of the repeating footnote while you are writing
23352  the text, you have to store its number.
23353  For the following footnote mark example, these commands were inserted in
23354  TeX-code after Footnote
23355 \begin_inset space ~
23356 \end_inset
23357
23358
23359 \lang japanese
23360
23361 \begin_inset CommandInset ref
23362 LatexCommand ref
23363 reference "fn:これは脚注の一例"
23364
23365 \end_inset
23366
23367
23368 \lang english
23369  to store the footnote number:
23370 \end_layout
23371
23372 \begin_layout Standard
23373
23374 \series bold
23375 \lang english
23376
23377 \backslash
23378 newcounter{MyRepeatFoot}
23379 \begin_inset Newline newline
23380 \end_inset
23381
23382
23383 \backslash
23384 setcounter{MyRepeatFoot}{
23385 \backslash
23386 thefootnote}
23387 \end_layout
23388
23389 \begin_layout Standard
23390
23391 \lang english
23392 The footnote mark was then created with this command:
23393 \end_layout
23394
23395 \begin_layout Standard
23396
23397 \series bold
23398 \lang english
23399
23400 \backslash
23401 footnotemark[
23402 \backslash
23403 theMyRepeatFoot]
23404 \end_layout
23405
23406 \begin_layout Standard
23407
23408 \lang english
23409 Here is a repeated footnote:
23410 \family roman
23411 \series medium
23412 \bar no
23413
23414 \begin_inset ERT
23415 status collapsed
23416
23417 \begin_layout Plain Layout
23418
23419
23420 \backslash
23421 footnotemark[
23422 \backslash
23423 theMyRepeatFoot]
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \begin_layout Standard
23432
23433 \lang english
23434 If you want to repeat the previous footnote, you can omit the storage of
23435  the footnote number and just use this command instead:
23436 \end_layout
23437
23438 \begin_layout Standard
23439
23440 \series bold
23441 \lang english
23442
23443 \backslash
23444 footnotemark[
23445 \backslash
23446 thefootnote]
23447 \end_layout
23448
23449 \begin_layout Standard
23450
23451 \lang english
23452 Here is another repeated footnote:
23453 \family roman
23454 \series medium
23455 \bar no
23456
23457 \begin_inset ERT
23458 status collapsed
23459
23460 \begin_layout Plain Layout
23461
23462
23463 \backslash
23464 footnotemark[
23465 \backslash
23466 thefootnote]
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \begin_layout Subsection
23475 脚注の付番
23476 \begin_inset CommandInset label
23477 LatexCommand label
23478 name "sub:脚注の付番"
23479
23480 \end_inset
23481
23482
23483 \begin_inset Index idx
23484 status collapsed
23485
23486 \begin_layout Plain Layout
23487 きゃくちゅう@脚注 ! ふばん@付番
23488 \end_layout
23489
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \begin_layout Standard
23496 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23497 \end_layout
23498
23499 \begin_layout Standard
23500
23501 \series bold
23502
23503 \backslash
23504 @addtoreset{footnote}{section}
23505 \end_layout
23506
23507 \begin_layout Standard
23508 というコマンドを加えてください。
23509 \end_layout
23510
23511 \begin_layout Standard
23512 \begin_inset VSpace bigskip
23513 \end_inset
23514
23515 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23516 \end_layout
23517
23518 \begin_layout Standard
23519
23520 \series bold
23521
23522 \backslash
23523 renewcommand{
23524 \backslash
23525 thefootnote}{
23526 \backslash
23527 roman{footnote}}
23528 \end_layout
23529
23530 \begin_layout Standard
23531 \begin_inset ERT
23532 status collapsed
23533
23534 \begin_layout Plain Layout
23535
23536
23537 \backslash
23538 renewcommand{
23539 \backslash
23540 thefootnote}{
23541 \backslash
23542 roman{footnote}}
23543 \end_layout
23544
23545 \end_inset
23546
23547 これは、ローマ数字を使った脚注です
23548 \begin_inset Foot
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552 これは、ローマ数字を使った脚注の例です。
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \begin_layout Standard
23561 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23562 \series bold
23563
23564 \backslash
23565 roman
23566 \series default
23567
23568 \series bold
23569
23570 \backslash
23571 Roman
23572 \series default
23573 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23574 \series bold
23575
23576 \backslash
23577 Alph
23578 \series default
23579 または
23580 \series bold
23581
23582 \backslash
23583 alph
23584 \series default
23585 を使用してください。記号を使って付「番」するには、
23586 \series bold
23587
23588 \backslash
23589 fnsymbol
23590 \series default
23591 を使ってください。
23592 \end_layout
23593
23594 \begin_layout Standard
23595 \begin_inset Note Greyedout
23596 status open
23597
23598 \begin_layout Plain Layout
23599
23600 \series bold
23601 【註】
23602 \series default
23603 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23604 \end_layout
23605
23606 \end_inset
23607
23608
23609 \begin_inset Newline newline
23610 \end_inset
23611
23612
23613 \begin_inset Note Greyedout
23614 status open
23615
23616 \begin_layout Plain Layout
23617
23618 \series bold
23619 【註】
23620 \series default
23621 記号を使うと9個の脚注しか番号を振ることができません。
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Standard
23630 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23631 \series bold
23632
23633 \backslash
23634 roman
23635 \series default
23636
23637 \series bold
23638
23639 \backslash
23640 arabic
23641 \series default
23642 に置き換えて使用してください。
23643 \begin_inset ERT
23644 status collapsed
23645
23646 \begin_layout Plain Layout
23647
23648
23649 \backslash
23650 renewcommand{
23651 \backslash
23652 thefootnote}{
23653 \backslash
23654 arabic{footnote}}
23655 \end_layout
23656
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \begin_layout Standard
23663 \begin_inset VSpace bigskip
23664 \end_inset
23665
23666
23667 \end_layout
23668
23669 \begin_layout Standard
23670 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23671 \end_layout
23672
23673 \begin_layout Standard
23674
23675 \series bold
23676
23677 \backslash
23678 numberwithin{footnote}{chapter}
23679 \end_layout
23680
23681 \begin_layout Standard
23682 というコマンドを加えてください。
23683 \series bold
23684
23685 \backslash
23686 numberwithin
23687 \series default
23688 コマンドを使用できるようにするためには、文書設定の
23689 \family sans
23690 数式オプション
23691 \family default
23692 タブで
23693 \family sans
23694 AMS
23695 \begin_inset space ~
23696 \end_inset
23697
23698 mathパッケージを使う
23699 \family default
23700 オプションを有効にしてください。
23701 \end_layout
23702
23703 \begin_layout Standard
23704 \begin_inset ERT
23705 status collapsed
23706
23707 \begin_layout Plain Layout
23708
23709
23710 \backslash
23711 numberwithin{footnote}{chapter}
23712 \end_layout
23713
23714 \end_inset
23715
23716 これは、脚注のもう一つの例です
23717 \series bold
23718
23719 \begin_inset Foot
23720 status open
23721
23722 \begin_layout Plain Layout
23723
23724 \series bold
23725 これは、
23726 \series default
23727 「章番号.脚注番号」スキームで番号を振られた脚注です。
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \series default
23734
23735 \begin_inset ERT
23736 status collapsed
23737
23738 \begin_layout Plain Layout
23739
23740
23741 \backslash
23742 renewcommand{
23743 \backslash
23744 thefootnote}{
23745 \backslash
23746 arabic{footnote}}
23747 \end_layout
23748
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \begin_layout Standard
23755 \begin_inset Note Greyedout
23756 status open
23757
23758 \begin_layout Plain Layout
23759
23760 \series bold
23761 【註】
23762 \backslash
23763 numberwithin
23764 \series default
23765 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 また、例えば「章番号.
23775 \backslash
23776 Roman{footnote}」スキームを得るには、
23777 \series bold
23778
23779 \backslash
23780 numberwithin
23781 \series default
23782 の代わりに以下のコマンドを使用してください。
23783 \end_layout
23784
23785 \begin_layout Standard
23786
23787 \series bold
23788
23789 \backslash
23790 renewcommand{
23791 \backslash
23792 thefootnote}{
23793 \backslash
23794 thechapter.
23795 \backslash
23796 Roman{footnote}}
23797 \end_layout
23798
23799 \begin_layout Subsection
23800 脚注の配置
23801 \begin_inset Index idx
23802 status collapsed
23803
23804 \begin_layout Plain Layout
23805 きゃくちゅう@脚注 ! はいち@配置
23806 \end_layout
23807
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \begin_layout Standard
23814 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23815 ブルに足して、1.5
23816 \begin_inset space \thinspace{}
23817 \end_inset
23818
23819 mmの余白を追加することもできます。
23820 \end_layout
23821
23822 \begin_layout Standard
23823
23824 \series bold
23825
23826 \backslash
23827 let
23828 \backslash
23829 myFoot
23830 \backslash
23831 footnote
23832 \begin_inset Newline newline
23833 \end_inset
23834
23835
23836 \backslash
23837 renewcommand{
23838 \backslash
23839 footnote}[1]{
23840 \backslash
23841 myFoot{#1
23842 \backslash
23843 vspace{1.5mm}}}
23844 \end_layout
23845
23846 \begin_layout Standard
23847 \begin_inset VSpace bigskip
23848 \end_inset
23849
23850 二段組文書では、脚注は各段底部に表示されます(図
23851 \begin_inset CommandInset ref
23852 LatexCommand ref
23853 reference "fig:標準的脚注配置"
23854
23855 \end_inset
23856
23857 )。図
23858 \begin_inset CommandInset ref
23859 LatexCommand ref
23860 reference "fig:ftnright脚注配置"
23861
23862 \end_inset
23863
23864 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870
23871 \backslash
23872 usepackage{ftnright}
23873 \end_layout
23874
23875 \begin_layout Standard
23876 というコマンドを書いて、LaTeXパッケージ
23877 \series bold
23878 ftnright
23879 \series default
23880
23881 \begin_inset Index idx
23882 status collapsed
23883
23884 \begin_layout Plain Layout
23885 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23886 \end_layout
23887
23888 \end_inset
23889
23890 を読み込みます。
23891 \begin_inset Float figure
23892 placement !h
23893 wide false
23894 sideways false
23895 status open
23896
23897 \begin_layout Plain Layout
23898 \begin_inset ERT
23899 status collapsed
23900
23901 \begin_layout Plain Layout
23902
23903
23904 \backslash
23905 framebox{
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \begin_inset Graphics
23912         filename ../clipart/without_fntright.pdf
23913         width 100col%
23914         scaleBeforeRotation
23915
23916 \end_inset
23917
23918
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923
23924 }
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \begin_layout Plain Layout
23933 \begin_inset Caption
23934
23935 \begin_layout Plain Layout
23936 \begin_inset CommandInset label
23937 LatexCommand label
23938 name "fig:標準的脚注配置"
23939
23940 \end_inset
23941
23942 二段組文書の標準的な脚注配置
23943 \end_layout
23944
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \begin_layout Standard
23956 \begin_inset Float figure
23957 placement !h
23958 wide false
23959 sideways false
23960 status open
23961
23962 \begin_layout Plain Layout
23963 \begin_inset ERT
23964 status collapsed
23965
23966 \begin_layout Plain Layout
23967
23968
23969 \backslash
23970 framebox{
23971 \end_layout
23972
23973 \end_inset
23974
23975
23976 \begin_inset Graphics
23977         filename ../clipart/with_fntright.pdf
23978         width 100col%
23979         scaleBeforeRotation
23980
23981 \end_inset
23982
23983
23984 \begin_inset ERT
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988
23989 }
23990 \end_layout
23991
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Caption
23999
24000 \begin_layout Plain Layout
24001 \begin_inset CommandInset label
24002 LatexCommand label
24003 name "fig:ftnright脚注配置"
24004
24005 \end_inset
24006
24007 LaTeXパッケージ
24008 \series bold
24009 ftnright
24010 \series default
24011 を使用したときの二段組文書の脚注配置
24012 \end_layout
24013
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 \begin_inset VSpace bigskip
24026 \end_inset
24027
24028 科学的文献に於いては、図
24029 \begin_inset CommandInset ref
24030 LatexCommand ref
24031 reference "fig:後注"
24032
24033 \end_inset
24034
24035 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24036 \begin_inset Index idx
24037 status collapsed
24038
24039 \begin_layout Plain Layout
24040 こちゅう@後注
24041 \end_layout
24042
24043 \end_inset
24044
24045 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24046 \family sans
24047 文書\SpecialChar \menuseparator
24048 設定\SpecialChar \menuseparator
24049 モジュール
24050 \family default
24051 メニューで
24052 \family sans
24053 脚注から後注へ
24054 \family default
24055 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 theendnotes
24064 \end_layout
24065
24066 \begin_layout Standard
24067 というコマンドを挿入してください。
24068 \end_layout
24069
24070 \begin_layout Standard
24071 \begin_inset Float figure
24072 wide false
24073 sideways false
24074 status open
24075
24076 \begin_layout Plain Layout
24077 \align center
24078 \begin_inset ERT
24079 status collapsed
24080
24081 \begin_layout Plain Layout
24082
24083
24084 \backslash
24085 framebox{
24086 \end_layout
24087
24088 \end_inset
24089
24090
24091 \begin_inset Graphics
24092         filename ../clipart/endnotes.pdf
24093         scaleBeforeRotation
24094
24095 \end_inset
24096
24097
24098 \begin_inset ERT
24099 status collapsed
24100
24101 \begin_layout Plain Layout
24102
24103 }
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \begin_layout Plain Layout
24112 \begin_inset Caption
24113
24114 \begin_layout Plain Layout
24115 \begin_inset CommandInset label
24116 LatexCommand label
24117 name "fig:後注"
24118
24119 \end_inset
24120
24121 後注 – 注を節ないし章末に別段落として印字します。
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \begin_layout Standard
24135 \begin_inset VSpace medskip
24136 \end_inset
24137
24138 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24139 \end_layout
24140
24141 \begin_layout Standard
24142
24143 \series bold
24144
24145 \backslash
24146 renewcommand{
24147 \backslash
24148 notesname}{Anmerkungen}
24149 \end_layout
24150
24151 \begin_layout Standard
24152 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \begin_inset VSpace medskip
24157 \end_inset
24158
24159
24160 \begin_inset CommandInset ref
24161 LatexCommand ref
24162 reference "sub:脚注の付番"
24163
24164 \end_inset
24165
24166 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24167 \series bold
24168
24169 \backslash
24170 thefootnote
24171 \series default
24172 コマンドの代わりに
24173 \series bold
24174
24175 \backslash
24176 theendnote
24177 \series default
24178 を用いてください。後注番号をリセットするには、第
24179 \begin_inset CommandInset ref
24180 LatexCommand ref
24181 reference "sub:脚注の付番"
24182
24183 \end_inset
24184
24185 節で述べたコマンド
24186 \series bold
24187
24188 \backslash
24189 @addtoreset
24190 \series default
24191 の、パラメータ
24192 \series bold
24193 footnote
24194 \series default
24195
24196 \series bold
24197 endnote
24198 \series default
24199 に変えて、使用してください。
24200 \end_layout
24201
24202 \begin_layout Standard
24203 後注の印だけを作成するには、第
24204 \begin_inset CommandInset ref
24205 LatexCommand ref
24206 reference "sec:脚注"
24207
24208 \end_inset
24209
24210 節で説明した
24211 \series bold
24212
24213 \backslash
24214 footnotemark
24215 \series default
24216 コマンドの代わりに、
24217 \series bold
24218
24219 \backslash
24220 endnotemark[番号]
24221 \series default
24222 コマンドを使用してください。
24223 \end_layout
24224
24225 \begin_layout Standard
24226 \begin_inset VSpace bigskip
24227 \end_inset
24228
24229 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24230 \series bold
24231 footmisc
24232 \series default
24233
24234 \begin_inset Index idx
24235 status collapsed
24236
24237 \begin_layout Plain Layout
24238 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24239 \end_layout
24240
24241 \end_inset
24242
24243
24244 \begin_inset CommandInset citation
24245 LatexCommand cite
24246 key "footmisc"
24247
24248 \end_inset
24249
24250 を参照してください。
24251 \end_layout
24252
24253 \begin_layout Standard
24254 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24255 \begin_inset CommandInset citation
24256 LatexCommand cite
24257 key "latexcompanion,latexguide,latexbook"
24258
24259 \end_inset
24260
24261 に載っています。
24262 \end_layout
24263
24264 \begin_layout Section
24265 傍注
24266 \begin_inset Index idx
24267 status collapsed
24268
24269 \begin_layout Plain Layout
24270 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \begin_layout Standard
24279 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24280 \family sans
24281 挿入\SpecialChar \menuseparator
24282 傍注
24283 \family default
24284 メニューかツールバーボタン
24285 \begin_inset Graphics
24286         filename ../../images/marginalnote-insert.png
24287         scale 85
24288         scaleBeforeRotation
24289
24290 \end_inset
24291
24292 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24293 \end_layout
24294
24295 \begin_layout Standard
24296 横にあるのが傍注です
24297 \begin_inset Marginal
24298 status open
24299
24300 \begin_layout Plain Layout
24301 これは傍注文です。
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \begin_layout Standard
24310 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24311 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24312 \end_layout
24313
24314 \begin_layout Standard
24315 \begin_inset VSpace bigskip
24316 \end_inset
24317
24318 傍注を内側余白に置くには、傍注の前にTeXコードで
24319 \end_layout
24320
24321 \begin_layout Standard
24322
24323 \series bold
24324
24325 \backslash
24326 reversemarginpar
24327 \end_layout
24328
24329 \begin_layout Standard
24330 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24331 \begin_inset ERT
24332 status collapsed
24333
24334 \begin_layout Plain Layout
24335
24336
24337 \backslash
24338 reversemarginpar 
24339 \end_layout
24340
24341 \end_inset
24342
24343
24344 \begin_inset Marginal
24345 status open
24346
24347 \begin_layout Plain Layout
24348 これは内側余白の傍注です。
24349 \end_layout
24350
24351 \end_inset
24352
24353
24354 \series bold
24355
24356 \begin_inset Newline newline
24357 \end_inset
24358
24359
24360 \series default
24361
24362 \begin_inset Note Greyedout
24363 status open
24364
24365 \begin_layout Plain Layout
24366 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24367 \end_layout
24368
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \begin_layout Standard
24375 既定の配置に戻すには、TeXコードで
24376 \end_layout
24377
24378 \begin_layout Standard
24379
24380 \series bold
24381
24382 \backslash
24383 normalmarginpar
24384 \end_layout
24385
24386 \begin_layout Standard
24387 というコマンドを書き加えてください。
24388 \begin_inset ERT
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392
24393
24394 \backslash
24395 normalmarginpar 
24396 \end_layout
24397
24398 \end_inset
24399
24400  
24401 \begin_inset Note Greyedout
24402 status open
24403
24404 \begin_layout Plain Layout
24405
24406 \series bold
24407 【註】
24408 \backslash
24409 reversemarginpar
24410 \series default
24411 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Standard
24420 \begin_inset VSpace bigskip
24421 \end_inset
24422
24423
24424 \begin_inset Marginal
24425 status open
24426
24427 \begin_layout Plain Layout
24428 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24429 \end_layout
24430
24431 \end_inset
24432
24433
24434 \begin_inset CommandInset ref
24435 LatexCommand ref
24436 reference "sub:複数行"
24437
24438 \end_inset
24439
24440 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24441 \begin_inset space \thinspace{}
24442 \end_inset
24443
24444 pt水平空白を挿入してください 
24445 \begin_inset Marginal
24446 status open
24447
24448 \begin_layout Plain Layout
24449 \begin_inset space \hspace*{}
24450 \length 0pt
24451 \end_inset
24452
24453 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \begin_inset VSpace bigskip
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \begin_layout Standard
24469 \begin_inset Note Greyedout
24470 status open
24471
24472 \begin_layout Plain Layout
24473
24474 \series bold
24475 【註】
24476 \series default
24477 通常、傍注は表やフロート、脚注の中では使用することができません。
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 \begin_inset VSpace bigskip
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \begin_layout Standard
24493 \begin_inset ERT
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497
24498
24499 \backslash
24500 ifmarginnote
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \begin_inset Note Note
24507 status open
24508
24509 \begin_layout Plain Layout
24510 以下の部分は、LaTeXパッケージ
24511 \series bold
24512 marginnote
24513 \series default
24514 が導入されているときのみ表示されます。
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Standard
24523 この制約は、LaTeXパッケージ
24524 \series bold
24525 marginnote
24526 \series default
24527
24528 \begin_inset Index idx
24529 status collapsed
24530
24531 \begin_layout Plain Layout
24532 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24533 \end_layout
24534
24535 \end_inset
24536
24537 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24538 \series bold
24539 marginnote
24540 \series default
24541 パッケージが提供するコマンドを使うようになります。
24542 \end_layout
24543
24544 \begin_layout Standard
24545
24546 \series bold
24547
24548 \backslash
24549 usepackage{marginnote}
24550 \begin_inset Newline newline
24551 \end_inset
24552
24553
24554 \backslash
24555 let
24556 \backslash
24557 marginpar
24558 \backslash
24559 marginnote
24560 \end_layout
24561
24562 \begin_layout Standard
24563
24564 \series bold
24565 marginnote
24566 \series default
24567 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24568 \series bold
24569 marginnote
24570 \series default
24571 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24572 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24573 \end_layout
24574
24575 \begin_layout Standard
24576
24577 \series bold
24578 [オフセット]
24579 \end_layout
24580
24581 \begin_layout Standard
24582 という形で書くことで設定することができます。ここで「オフセット」には、表
24583 \begin_inset CommandInset ref
24584 LatexCommand ref
24585 reference "tab:単位"
24586
24587 \end_inset
24588
24589 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24590 \series bold
24591 [-1.5cm]
24592 \series default
24593 」を使用して、1.5
24594 \begin_inset space \thinspace{}
24595 \end_inset
24596
24597 cm上にずらしてあります
24598 \begin_inset Marginal
24599 status open
24600
24601 \begin_layout Plain Layout
24602 この傍注は、本来の位置よりも1.5
24603 \begin_inset space \thinspace{}
24604 \end_inset
24605
24606 cm上にずらしてあります。
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \begin_inset ERT
24613 status collapsed
24614
24615 \begin_layout Plain Layout
24616
24617 [-1.5cm]
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Standard
24626 \begin_inset VSpace medskip
24627 \end_inset
24628
24629
24630 \series bold
24631 marginnote
24632 \series default
24633 を使うと、傍注の揃えを変更することもできます。たとえば、
24634 \end_layout
24635
24636 \begin_layout Standard
24637
24638 \series bold
24639
24640 \backslash
24641 renewcommand*{
24642 \backslash
24643 raggedleftmarginnote}{
24644 \backslash
24645 centering}
24646 \begin_inset Newline newline
24647 \end_inset
24648
24649
24650 \backslash
24651 renewcommand*{
24652 \backslash
24653 raggedrightmarginnote}{
24654 \backslash
24655 centering}
24656 \end_layout
24657
24658 \begin_layout Standard
24659 というコマンドを使うと、中央揃えになります。
24660 \series bold
24661
24662 \backslash
24663 raggedleftmarginnote
24664 \series default
24665 とは、左側に表示されている傍注のことを指します
24666 \begin_inset ERT
24667 status collapsed
24668
24669 \begin_layout Plain Layout
24670
24671
24672 \backslash
24673 renewcommand*{
24674 \backslash
24675 raggedleftmarginnote}{
24676 \backslash
24677 centering}
24678 \end_layout
24679
24680 \begin_layout Plain Layout
24681
24682
24683 \backslash
24684 renewcommand*{
24685 \backslash
24686 raggedrightmarginnote}{
24687 \backslash
24688 centering}
24689 \end_layout
24690
24691 \end_inset
24692
24693
24694 \begin_inset Marginal
24695 status open
24696
24697 \begin_layout Plain Layout
24698 この傍注の文章は中央揃えになっています。
24699 \end_layout
24700
24701 \end_inset
24702
24703 。既定の設定は、
24704 \end_layout
24705
24706 \begin_layout Standard
24707
24708 \series bold
24709
24710 \backslash
24711 renewcommand*{
24712 \backslash
24713 raggedleftmarginnote}{
24714 \backslash
24715 raggedleft}
24716 \begin_inset Newline newline
24717 \end_inset
24718
24719
24720 \backslash
24721 renewcommand*{
24722 \backslash
24723 raggedrightmarginnote}{
24724 \backslash
24725 raggedright}
24726 \series default
24727
24728 \begin_inset ERT
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732
24733
24734 \backslash
24735 renewcommand*{
24736 \backslash
24737 raggedleftmarginnote}{
24738 \backslash
24739 raggedleft}
24740 \end_layout
24741
24742 \begin_layout Plain Layout
24743
24744
24745 \backslash
24746 renewcommand*{
24747 \backslash
24748 raggedrightmarginnote}{
24749 \backslash
24750 raggedright}
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Standard
24759 です。
24760 \end_layout
24761
24762 \begin_layout Standard
24763 \begin_inset VSpace medskip
24764 \end_inset
24765
24766
24767 \series bold
24768 marginnote
24769 \series default
24770 の他の機能については、
24771 \begin_inset CommandInset citation
24772 LatexCommand cite
24773 key "marginnote"
24774
24775 \end_inset
24776
24777 の取扱説明書をご参照ください。
24778 \end_layout
24779
24780 \begin_layout Standard
24781 \begin_inset VSpace bigskip
24782 \end_inset
24783
24784 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24785 \family sans
24786 \series bold
24787 \bar under
24788 注意!
24789 \family default
24790 \series default
24791 \bar default
24792 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24793 \end_layout
24794
24795 \begin_layout Standard
24796
24797 \series bold
24798
24799 \backslash
24800 let
24801 \backslash
24802 myMarginpar
24803 \backslash
24804 marginpar
24805 \begin_inset Newline newline
24806 \end_inset
24807
24808
24809 \backslash
24810 renewcommand{
24811 \backslash
24812 marginpar}[1]{
24813 \backslash
24814 myMarginpar{%
24815 \begin_inset Newline newline
24816 \end_inset
24817
24818
24819 \begin_inset Phantom HPhantom
24820 status open
24821
24822 \begin_layout Plain Layout
24823
24824 \series bold
24825 \begin_inset space ~
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \backslash
24835 hspace{0pt}
24836 \backslash
24837 textsf{
24838 \backslash
24839 textbf{
24840 \backslash
24841 underbar{注意!}}}%
24842 \begin_inset Newline newline
24843 \end_inset
24844
24845
24846 \begin_inset Phantom HPhantom
24847 status open
24848
24849 \begin_layout Plain Layout
24850
24851 \series bold
24852 \begin_inset space ~
24853 \end_inset
24854
24855
24856 \end_layout
24857
24858 \end_inset
24859
24860
24861 \backslash
24862 vspace{1.5mm}
24863 \backslash
24864
24865 \backslash
24866 #1}}
24867 \end_layout
24868
24869 \begin_layout Standard
24870 \begin_inset ERT
24871 status collapsed
24872
24873 \begin_layout Plain Layout
24874
24875
24876 \backslash
24877 let
24878 \backslash
24879 myMarginpar
24880 \backslash
24881 marginpar
24882 \end_layout
24883
24884 \begin_layout Plain Layout
24885
24886
24887 \backslash
24888 renewcommand{
24889 \backslash
24890 marginpar}[1]{
24891 \backslash
24892 myMarginpar{%
24893 \end_layout
24894
24895 \begin_layout Plain Layout
24896
24897    
24898 \backslash
24899 textsf{
24900 \backslash
24901 textbf{
24902 \backslash
24903 underbar{注意!}}}%
24904 \end_layout
24905
24906 \begin_layout Plain Layout
24907
24908    
24909 \backslash
24910 vspace{1.5mm}
24911 \backslash
24912
24913 \backslash
24914 #1}}
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \begin_inset Marginal
24921 status open
24922
24923 \begin_layout Plain Layout
24924 これは、定義したヘッダをつけた傍注です。
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \begin_inset ERT
24931 status collapsed
24932
24933 \begin_layout Plain Layout
24934
24935 [-1.5cm]
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \begin_inset ERT
24942 status collapsed
24943
24944 \begin_layout Plain Layout
24945
24946
24947 \backslash
24948 renewcommand{
24949 \backslash
24950 marginpar}[1]{
24951 \backslash
24952 myMarginpar{#1}}
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \begin_inset Note Note
24959 status open
24960
24961 \begin_layout Plain Layout
24962 傍注書式は、この例の分だけ変更してあります。
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Standard
24971 \begin_inset ERT
24972 status collapsed
24973
24974 \begin_layout Plain Layout
24975
24976
24977 \backslash
24978 else
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \begin_inset Note Note
24985 status open
24986
24987 \begin_layout Plain Layout
24988 以下の部分は、LaTeXパッケージ
24989 \series bold
24990 marginnote
24991 \series default
24992 が導入されていないときのみ表示されます。
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \begin_layout Standard
25001 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25002 \series bold
25003 marginnote
25004 \series default
25005 を導入する必要があります。
25006 \end_layout
25007
25008 \begin_layout Standard
25009 \begin_inset ERT
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013
25014
25015 \backslash
25016 fi
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Chapter
25025 ボックス
25026 \end_layout
25027
25028 \begin_layout Section
25029 はじめに
25030 \begin_inset Index idx
25031 status collapsed
25032
25033 \begin_layout Plain Layout
25034 ぼっくす@ボックス ! はじめに
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \begin_layout Standard
25043 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25044 \begin_inset CommandInset ref
25045 LatexCommand ref
25046 reference "sec:ミニページ"
25047
25048 \end_inset
25049
25050 節参照)、文章を囲ったり(第
25051 \begin_inset CommandInset ref
25052 LatexCommand ref
25053 reference "sec:装飾"
25054
25055 \end_inset
25056
25057 節参照)、単語がハイフネートされるのを予防したり(第
25058 \begin_inset CommandInset ref
25059 LatexCommand ref
25060 reference "sec:ハイフネーションの回避"
25061
25062 \end_inset
25063
25064 節参照)、文章を揃えたり(第
25065 \begin_inset CommandInset ref
25066 LatexCommand ref
25067 reference "sub:垂直揃え"
25068
25069 \end_inset
25070
25071 節参照)、あるいは文章の背景色を設定したり(第
25072 \begin_inset CommandInset ref
25073 LatexCommand ref
25074 reference "sec:色付きボックス"
25075
25076 \end_inset
25077
25078 節参照)するのに使用します。
25079 \end_layout
25080
25081 \begin_layout Standard
25082 ボックスは、
25083 \family sans
25084 挿入\SpecialChar \menuseparator
25085 ボックス
25086 \family default
25087 メニューかツールバーボタン
25088 \begin_inset Graphics
25089         filename ../../images/box-insert.png
25090         scale 85
25091         scaleBeforeRotation
25092
25093 \end_inset
25094
25095 を使って挿入することができます。すると、
25096 \begin_inset Graphics
25097         filename ../clipart/BoxInsetDefaultQt4.png
25098         scale 85
25099         scaleBeforeRotation
25100
25101 \end_inset
25102
25103 のように
25104 \family sans
25105 ボックス(minipage環境)
25106 \family default
25107 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25108 \family sans
25109 設定
25110 \family default
25111 メニューを選択すると現れるボックスダイアログでは、
25112 \family sans
25113 parboxコマンド
25114 \family default
25115
25116 \family sans
25117 minipage環境
25118 \family default
25119 の二つの
25120 \family sans
25121 内部ボックス
25122 \family default
25123 型を選択することができます。
25124 \family sans
25125 minipage
25126 \family default
25127 型は、新規ボックスの既定値となっており、第
25128 \begin_inset CommandInset ref
25129 LatexCommand ref
25130 reference "sec:ミニページ"
25131
25132 \end_inset
25133
25134 節で説明します。
25135 \family sans
25136 parbox
25137 \family default
25138 型は、第
25139 \begin_inset CommandInset ref
25140 LatexCommand ref
25141 reference "sec:Parboxes"
25142
25143 \end_inset
25144
25145 節で述べます 
25146 \lang english
25147 and the type 
25148 \family sans
25149 Makebox
25150 \family default
25151  in 
25152 \lang japanese
25153
25154 \begin_inset CommandInset ref
25155 LatexCommand ref
25156 reference "sec:ハイフネーションの回避"
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25165 \end_layout
25166
25167 \begin_layout Standard
25168 \begin_inset Note Greyedout
25169 status open
25170
25171 \begin_layout Plain Layout
25172 【註】ボックスは、
25173 \family sans
25174 箇条書き(記号)
25175 \family default
25176 環境や
25177 \family sans
25178 箇条書き(記述)
25179 \family default
25180 環境の単独要素とすべきではありません。
25181 \end_layout
25182
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \begin_layout Standard
25189 \begin_inset Note Greyedout
25190 status open
25191
25192 \begin_layout Plain Layout
25193 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25194 \family sans
25195 内部ボックス
25196 \family default
25197 型は
25198 \family sans
25199 なし
25200 \family default
25201 にしか設定することができません。
25202 \family sans
25203 内部ボックス
25204 \family default
25205 型や枠のないボックスについては、第
25206 \begin_inset CommandInset ref
25207 LatexCommand ref
25208 reference "sec:ハイフネーションの回避"
25209
25210 \end_inset
25211
25212 節で説明します。
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Section
25221 ボックスダイアログ
25222 \begin_inset CommandInset label
25223 LatexCommand label
25224 name "sec:ボックスダイアログ"
25225
25226 \end_inset
25227
25228
25229 \begin_inset Index idx
25230 status collapsed
25231
25232 \begin_layout Plain Layout
25233 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Subsection
25242 寸法
25243 \begin_inset Index idx
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247 ぼっくす@ボックス ! すんぽう@寸法
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Standard
25256 ボックスダイアログでは、
25257 \family sans
25258
25259 \family default
25260
25261 \family sans
25262 高さ
25263 \family default
25264 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25265 \begin_inset CommandInset ref
25266 LatexCommand ref
25267 reference "tab:単位"
25268
25269 \end_inset
25270
25271 に説明されています。
25272 \family sans
25273 高さ
25274 \family default
25275 フィールドには、加えて以下の寸法を使用することができます。
25276 \end_layout
25277
25278 \begin_layout Description
25279 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25280 \begin_inset Newline newline
25281 \end_inset
25282
25283
25284 \begin_inset Newline newline
25285 \end_inset
25286
25287
25288 \begin_inset Newline newline
25289 \end_inset
25290
25291
25292 \begin_inset Box Boxed
25293 position "c"
25294 hor_pos "c"
25295 has_inner_box 1
25296 inner_pos "c"
25297 use_parbox 0
25298 use_makebox 0
25299 width "12col%"
25300 special "none"
25301 height "1in"
25302 height_special "depth"
25303 status open
25304
25305 \begin_layout Plain Layout
25306 \align center
25307 高さを1階層に設定したボックス
25308 \end_layout
25309
25310 \end_inset
25311
25312
25313 \begin_inset Newline newline
25314 \end_inset
25315
25316
25317 \begin_inset Newline newline
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \begin_layout Description
25324 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25325 \begin_inset Box Boxed
25326 position "c"
25327 hor_pos "c"
25328 has_inner_box 1
25329 inner_pos "c"
25330 use_parbox 0
25331 use_makebox 0
25332 width "20col%"
25333 special "none"
25334 height "2in"
25335 height_special "height"
25336 status open
25337
25338 \begin_layout Plain Layout
25339 \align center
25340 高さを2高さに設定したボックス
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \begin_layout Description
25349 全高 これは「高さ」+「階層」です。
25350 \begin_inset Box Boxed
25351 position "c"
25352 hor_pos "c"
25353 has_inner_box 1
25354 inner_pos "c"
25355 use_parbox 0
25356 use_makebox 0
25357 width "20col%"
25358 special "none"
25359 height "1in"
25360 height_special "totalheight"
25361 status open
25362
25363 \begin_layout Plain Layout
25364 \align center
25365 高さを1全高に設定したボックス
25366 \end_layout
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \begin_layout Description
25374 幅 これはボックスの幅を高さに設定します。
25375 \begin_inset Box Boxed
25376 position "c"
25377 hor_pos "c"
25378 has_inner_box 1
25379 inner_pos "c"
25380 use_parbox 0
25381 use_makebox 0
25382 width "12col%"
25383 special "none"
25384 height "1in"
25385 height_special "width"
25386 status open
25387
25388 \begin_layout Plain Layout
25389 \align center
25390 高さを1幅に設定したボックス
25391 \end_layout
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Subsection
25399 文字揃え
25400 \begin_inset Index idx
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 ぼっくす@ボックス ! もじそろえ@文字揃え
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Standard
25413
25414 \family sans
25415 内部ボックス
25416 \family default
25417 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25418 \end_layout
25419
25420 \begin_layout Description
25421 上 これは例示のための本文行です。
25422 \begin_inset Box Boxed
25423 position "t"
25424 hor_pos "c"
25425 has_inner_box 1
25426 inner_pos "c"
25427 use_parbox 0
25428 use_makebox 0
25429 width "12col%"
25430 special "none"
25431 height "1in"
25432 height_special "totalheight"
25433 status open
25434
25435 \begin_layout Plain Layout
25436 \align center
25437 このボックスは上揃えです。
25438 \end_layout
25439
25440 \end_inset
25441
25442 これは例示のための本文行です。
25443 \end_layout
25444
25445 \begin_layout Description
25446 中央 これは例示のための本文行です。
25447 \begin_inset Box Boxed
25448 position "c"
25449 hor_pos "c"
25450 has_inner_box 1
25451 inner_pos "c"
25452 use_parbox 0
25453 use_makebox 0
25454 width "12col%"
25455 special "none"
25456 height "1in"
25457 height_special "totalheight"
25458 status open
25459
25460 \begin_layout Plain Layout
25461 \align center
25462 このボックスは中央揃えです。
25463 \end_layout
25464
25465 \end_inset
25466
25467 これは例示のための本文行です。
25468 \end_layout
25469
25470 \begin_layout Description
25471 下 これは例示のための本文行です。
25472 \begin_inset Box Boxed
25473 position "b"
25474 hor_pos "c"
25475 has_inner_box 1
25476 inner_pos "c"
25477 use_parbox 0
25478 use_makebox 0
25479 width "12col%"
25480 special "none"
25481 height "1in"
25482 height_special "totalheight"
25483 status open
25484
25485 \begin_layout Plain Layout
25486 \align center
25487 このボックスは下揃えです。
25488 \end_layout
25489
25490 \end_inset
25491
25492 これは例示のための本文行です。
25493 \end_layout
25494
25495 \begin_layout Standard
25496 \begin_inset Note Greyedout
25497 status open
25498
25499 \begin_layout Plain Layout
25500
25501 \series bold
25502 【註】
25503 \series default
25504 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25505 \end_layout
25506
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Standard
25513 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25514 \end_layout
25515
25516 \begin_layout Standard
25517 \begin_inset VSpace bigskip
25518 \end_inset
25519
25520
25521 \family sans
25522 内部ボックス
25523 \family default
25524 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25525 \end_layout
25526
25527 \begin_layout Description
25528 上 これは例示のための本文行です。
25529 \begin_inset Box Boxed
25530 position "c"
25531 hor_pos "c"
25532 has_inner_box 1
25533 inner_pos "t"
25534 use_parbox 0
25535 use_makebox 0
25536 width "12col%"
25537 special "none"
25538 height "1.5in"
25539 height_special "totalheight"
25540 status open
25541
25542 \begin_layout Plain Layout
25543 \align center
25544 このボックスの文章は上揃えです。
25545 \end_layout
25546
25547 \end_inset
25548
25549 これは例示のための本文行です。
25550 \end_layout
25551
25552 \begin_layout Description
25553 中央 これは例示のための本文行です。
25554 \begin_inset Box Boxed
25555 position "c"
25556 hor_pos "c"
25557 has_inner_box 1
25558 inner_pos "c"
25559 use_parbox 0
25560 use_makebox 0
25561 width "12col%"
25562 special "none"
25563 height "1.5in"
25564 height_special "totalheight"
25565 status open
25566
25567 \begin_layout Plain Layout
25568 \align center
25569 このボックスの文章は中央揃えです。
25570 \end_layout
25571
25572 \end_inset
25573
25574 これは例示のための本文行です。
25575 \end_layout
25576
25577 \begin_layout Description
25578 下 これは例示のための本文行です。
25579 \begin_inset Box Boxed
25580 position "c"
25581 hor_pos "c"
25582 has_inner_box 1
25583 inner_pos "b"
25584 use_parbox 0
25585 use_makebox 0
25586 width "12col%"
25587 special "none"
25588 height "1.5in"
25589 height_special "totalheight"
25590 status open
25591
25592 \begin_layout Plain Layout
25593 \align center
25594 このボックスの文章は下揃えです。
25595 \end_layout
25596
25597 \end_inset
25598
25599 これは例示のための本文行です。
25600 \end_layout
25601
25602 \begin_layout Description
25603 広げる これは例示のための本文行です。
25604 \begin_inset Box Boxed
25605 position "c"
25606 hor_pos "c"
25607 has_inner_box 1
25608 inner_pos "s"
25609 use_parbox 0
25610 use_makebox 0
25611 width "17col%"
25612 special "none"
25613 height "1.5in"
25614 height_special "totalheight"
25615 status open
25616
25617 \begin_layout Plain Layout
25618 \align center
25619 このボックスの
25620 \end_layout
25621
25622 \begin_layout Plain Layout
25623 \align center
25624 文章は広げて
25625 \end_layout
25626
25627 \begin_layout Plain Layout
25628 \align center
25629 あります。
25630 \end_layout
25631
25632 \end_inset
25633
25634 これは例示のための本文行です。
25635 \end_layout
25636
25637 \begin_layout Standard
25638 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25639 \end_layout
25640
25641 \begin_layout Standard
25642 \begin_inset VSpace bigskip
25643 \end_inset
25644
25645
25646 \family sans
25647 内部ボックス
25648 \family default
25649 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25650 \end_layout
25651
25652 \begin_layout Standard
25653 \align center
25654 \begin_inset Box Boxed
25655 position "c"
25656 hor_pos "c"
25657 has_inner_box 1
25658 inner_pos "s"
25659 use_parbox 0
25660 use_makebox 0
25661 width "25col%"
25662 special "none"
25663 height "1.25in"
25664 height_special "totalheight"
25665 status open
25666
25667 \begin_layout Plain Layout
25668 \align left
25669 このボックスの
25670 \end_layout
25671
25672 \begin_layout Plain Layout
25673 \align center
25674 文章は広げて
25675 \end_layout
25676
25677 \begin_layout Plain Layout
25678 \align right
25679 あります。
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Standard
25688
25689 \family sans
25690 内部ボックス
25691 \family default
25692 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25693 \end_layout
25694
25695 \begin_layout Standard
25696 \align center
25697 \begin_inset Box Boxed
25698 position "c"
25699 hor_pos "s"
25700 has_inner_box 0
25701 inner_pos "s"
25702 use_parbox 0
25703 use_makebox 0
25704 width "90col%"
25705 special "none"
25706 height "1.25in"
25707 height_special "totalheight"
25708 status open
25709
25710 \begin_layout Plain Layout
25711 \align left
25712 このボックスの文章は水平方向に広げてあります。
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \begin_layout Subsection
25721 装飾
25722 \begin_inset CommandInset label
25723 LatexCommand label
25724 name "sec:装飾"
25725
25726 \end_inset
25727
25728
25729 \begin_inset Index idx
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733 ぼっくす@ボックス ! そうしょく@装飾
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 ボックス型は、ボックスダイアログ中の
25743 \family sans
25744 装飾
25745 \family default
25746 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25747 \end_layout
25748
25749 \begin_layout Description
25750
25751 \lang english
25752 No
25753 \begin_inset space ~
25754 \end_inset
25755
25756 frame Nothing is drawn.
25757 \end_layout
25758
25759 \begin_layout Description
25760 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25761 \series bold
25762
25763 \backslash
25764 fboxrule
25765 \series default
25766 の値になります。 
25767 \begin_inset Box Boxed
25768 position "c"
25769 hor_pos "c"
25770 has_inner_box 1
25771 inner_pos "c"
25772 use_parbox 0
25773 use_makebox 0
25774 width "20col%"
25775 special "none"
25776 height "1in"
25777 height_special "totalheight"
25778 status open
25779
25780 \begin_layout Plain Layout
25781 \align center
25782 長方形の箱型
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Description
25791 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25792 \begin_inset space \thinspace{}
25793 \end_inset
25794
25795 ptです。 
25796 \begin_inset Box ovalbox
25797 position "c"
25798 hor_pos "c"
25799 has_inner_box 1
25800 inner_pos "c"
25801 use_parbox 0
25802 use_makebox 0
25803 width "20col%"
25804 special "none"
25805 height "1in"
25806 height_special "totalheight"
25807 status open
25808
25809 \begin_layout Plain Layout
25810 \align center
25811 楕円形の箱型(細線)
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Description
25820 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25821 \begin_inset space \thinspace{}
25822 \end_inset
25823
25824 ptです。 
25825 \begin_inset Box Ovalbox
25826 position "c"
25827 hor_pos "c"
25828 has_inner_box 1
25829 inner_pos "c"
25830 use_parbox 0
25831 use_makebox 0
25832 width "20col%"
25833 special "none"
25834 height "1in"
25835 height_special "totalheight"
25836 status open
25837
25838 \begin_layout Plain Layout
25839 \align center
25840 楕円形の箱型(太線)
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Description
25849 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25850 \series bold
25851
25852 \backslash
25853 fboxrule
25854 \series default
25855 の値になり、影の幅は4
25856 \begin_inset space \thinspace{}
25857 \end_inset
25858
25859 ptになります。
25860 \begin_inset Box Shadowbox
25861 position "c"
25862 hor_pos "c"
25863 has_inner_box 1
25864 inner_pos "c"
25865 use_parbox 0
25866 use_makebox 0
25867 width "20col%"
25868 special "none"
25869 height "1in"
25870 height_special "totalheight"
25871 status open
25872
25873 \begin_layout Plain Layout
25874 \align center
25875 影付きの箱型
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \begin_layout Description
25884 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25885 \begin_inset Foot
25886 status collapsed
25887
25888 \begin_layout Plain Layout
25889
25890 \begin_inset CommandInset ref
25891 LatexCommand ref
25892 reference "sec:色付きボックス"
25893
25894 \end_inset
25895
25896 節を参照のこと。
25897 \end_layout
25898
25899 \end_inset
25900
25901 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25902 \begin_inset Box Shaded
25903 position "t"
25904 hor_pos "c"
25905 has_inner_box 0
25906 inner_pos "t"
25907 use_parbox 0
25908 use_makebox 0
25909 width "50col%"
25910 special "none"
25911 height "1in"
25912 height_special "totalheight"
25913 status open
25914
25915 \begin_layout Plain Layout
25916 影付き背景の箱型
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \begin_layout Description
25925 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25926 \begin_inset space \thinspace{}
25927 \end_inset
25928
25929
25930 \series bold
25931
25932 \backslash
25933 fboxrule
25934 \series default
25935 であり、外側の枠線の太さは1.5
25936 \begin_inset space \thinspace{}
25937 \end_inset
25938
25939
25940 \series bold
25941
25942 \backslash
25943 fboxrule
25944 \series default
25945 です。枠線間の距離は1.5
25946 \begin_inset space \thinspace{}
25947 \end_inset
25948
25949
25950 \series bold
25951
25952 \backslash
25953 fboxrule
25954 \series default
25955
25956 \begin_inset space \thinspace{}
25957 \end_inset
25958
25959 +
25960 \begin_inset space \thinspace{}
25961 \end_inset
25962
25963 0.5
25964 \begin_inset space \thinspace{}
25965 \end_inset
25966
25967 ptです。 
25968 \begin_inset Box Doublebox
25969 position "c"
25970 hor_pos "c"
25971 has_inner_box 1
25972 inner_pos "c"
25973 use_parbox 0
25974 use_makebox 0
25975 width "20col%"
25976 special "none"
25977 height "1in"
25978 height_special "totalheight"
25979 status open
25980
25981 \begin_layout Plain Layout
25982 \align center
25983 二重の長方形の箱型
25984 \end_layout
25985
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \begin_layout Standard
25992 \begin_inset VSpace bigskip
25993 \end_inset
25994
25995 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
25996 \series bold
25997 fancybox
25998 \series default
25999
26000 \begin_inset Index idx
26001 status collapsed
26002
26003 \begin_layout Plain Layout
26004 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26005 \end_layout
26006
26007 \end_inset
26008
26009 が導入済みでなくてはなりません。
26010 \end_layout
26011
26012 \begin_layout Standard
26013 \begin_inset VSpace bigskip
26014 \end_inset
26015
26016 装飾として
26017 \family sans
26018 簡素な長方形の箱型
26019 \family default
26020 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26021 れ、このボックス型では
26022 \series bold
26023
26024 \backslash
26025 fboxrule
26026 \series default
26027
26028 \series bold
26029
26030 \backslash
26031 fboxsep
26032 \series default
26033 は無効となります。枠線の太さは
26034 \series bold
26035
26036 \backslash
26037 FrameRule
26038 \series default
26039 の値になります。 
26040 \begin_inset Box Framed
26041 position "t"
26042 hor_pos "c"
26043 has_inner_box 0
26044 inner_pos "t"
26045 use_parbox 0
26046 use_makebox 0
26047 width "100col%"
26048 special "none"
26049 height "1in"
26050 height_special "totalheight"
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 改行可能な箱型
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Section
26063 ボックスの詳細な設定
26064 \begin_inset Index idx
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \begin_layout Standard
26077 寸法
26078 \series bold
26079
26080 \backslash
26081 fboxrule
26082 \series default
26083 の既定値は0.4
26084 \begin_inset space \thinspace{}
26085 \end_inset
26086
26087 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26088 \begin_inset space \thinspace{}
26089 \end_inset
26090
26091 ptに変更することができます。
26092 \end_layout
26093
26094 \begin_layout Standard
26095
26096 \series bold
26097
26098 \backslash
26099 setlength{
26100 \backslash
26101 fboxrule}{2pt}
26102 \end_layout
26103
26104 \begin_layout Standard
26105 \begin_inset ERT
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109
26110
26111 \backslash
26112 setlength{
26113 \backslash
26114 fboxrule}{2pt}
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \begin_inset Box Boxed
26121 position "c"
26122 hor_pos "c"
26123 has_inner_box 1
26124 inner_pos "c"
26125 use_parbox 0
26126 use_makebox 0
26127 width "25col%"
26128 special "none"
26129 height "1in"
26130 height_special "totalheight"
26131 status open
26132
26133 \begin_layout Plain Layout
26134 \align center
26135
26136 \series bold
26137
26138 \backslash
26139 fboxrule
26140 \series default
26141
26142 \begin_inset space \thinspace{}
26143 \end_inset
26144
26145 =
26146 \begin_inset space \thinspace{}
26147 \end_inset
26148
26149 2
26150 \begin_inset space \thinspace{}
26151 \end_inset
26152
26153 ptの長方形の箱型
26154 \end_layout
26155
26156 \end_inset
26157
26158
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 setlength{
26167 \backslash
26168 fboxrule}{0.4pt}
26169 \end_layout
26170
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \begin_layout Standard
26177 \begin_inset VSpace bigskip
26178 \end_inset
26179
26180 枠とボックスの内容との空白は、すべての枠様式について3
26181 \begin_inset space \thinspace{}
26182 \end_inset
26183
26184 ptが既定値になっています。これは、長さ
26185 \series bold
26186
26187 \backslash
26188 fboxsep
26189 \series default
26190 を別の値に設定することによって変更することができます。たとえば
26191 \end_layout
26192
26193 \begin_layout Standard
26194
26195 \series bold
26196
26197 \backslash
26198 setlength{
26199 \backslash
26200 fboxsep}{10pt}
26201 \end_layout
26202
26203 \begin_layout Standard
26204 というコマンドは、この値を10
26205 \begin_inset space \thinspace{}
26206 \end_inset
26207
26208 ptにし、以下のボックスのようになります。
26209 \end_layout
26210
26211 \begin_layout Standard
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 setlength{
26220 \backslash
26221 fboxsep}{10pt}
26222 \end_layout
26223
26224 \end_inset
26225
26226
26227 \begin_inset Box Boxed
26228 position "c"
26229 hor_pos "c"
26230 has_inner_box 1
26231 inner_pos "c"
26232 use_parbox 0
26233 use_makebox 0
26234 width "25col%"
26235 special "none"
26236 height "1in"
26237 height_special "totalheight"
26238 status open
26239
26240 \begin_layout Plain Layout
26241 \align center
26242
26243 \series bold
26244
26245 \backslash
26246 fboxsep
26247 \series default
26248
26249 \begin_inset space \thinspace{}
26250 \end_inset
26251
26252 =
26253 \begin_inset space \thinspace{}
26254 \end_inset
26255
26256 10
26257 \begin_inset space \thinspace{}
26258 \end_inset
26259
26260 ptの長方形の箱型
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \begin_inset ERT
26267 status collapsed
26268
26269 \begin_layout Plain Layout
26270
26271
26272 \backslash
26273 setlength{
26274 \backslash
26275 fboxsep}{3pt}
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Standard
26284 \begin_inset VSpace bigskip
26285 \end_inset
26286
26287 楕円形ボックスの丸い角の直径は、コマンド
26288 \series bold
26289
26290 \backslash
26291 cornersize
26292 \series default
26293 で設定することができます。
26294 \end_layout
26295
26296 \begin_layout Standard
26297
26298 \series bold
26299
26300 \backslash
26301 cornersize*{1cm}
26302 \end_layout
26303
26304 \begin_layout Standard
26305 というコマンドは、直径を1
26306 \begin_inset space \thinspace{}
26307 \end_inset
26308
26309 cmに設定します。
26310 \end_layout
26311
26312 \begin_layout Standard
26313
26314 \series bold
26315
26316 \backslash
26317 cornersize{数値}
26318 \end_layout
26319
26320 \begin_layout Standard
26321 というコマンドは、直径を
26322 \family sans
26323 数値
26324 \begin_inset space \thinspace{}
26325 \end_inset
26326
26327 ×
26328 \begin_inset space \thinspace{}
26329 \end_inset
26330
26331 (ボックスの幅と高さの小さい方)
26332 \family default
26333 に設定します。既定値は
26334 \series bold
26335
26336 \backslash
26337 cornersize{0.5}
26338 \series default
26339 です。
26340 \end_layout
26341
26342 \begin_layout Standard
26343 \begin_inset ERT
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347
26348
26349 \backslash
26350 cornersize*{1.5cm}
26351 \end_layout
26352
26353 \end_inset
26354
26355
26356 \begin_inset Box Ovalbox
26357 position "c"
26358 hor_pos "c"
26359 has_inner_box 1
26360 inner_pos "c"
26361 use_parbox 0
26362 use_makebox 0
26363 width "25col%"
26364 special "none"
26365 height "1in"
26366 height_special "totalheight"
26367 status open
26368
26369 \begin_layout Plain Layout
26370 \align center
26371
26372 \series bold
26373
26374 \backslash
26375 cornersize
26376 \series default
26377
26378 \begin_inset space \thinspace{}
26379 \end_inset
26380
26381 =
26382 \begin_inset space \thinspace{}
26383 \end_inset
26384
26385 1.5
26386 \begin_inset space \thinspace{}
26387 \end_inset
26388
26389 cmの楕円形の箱型
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \begin_inset ERT
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399
26400
26401 \backslash
26402 cornersize{0.5}
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \begin_layout Standard
26411 \begin_inset VSpace bigskip
26412 \end_inset
26413
26414 影の大きさは、長さ
26415 \series bold
26416
26417 \backslash
26418 shadowsize
26419 \series default
26420 を変更することで調整できます。以下のボックスでは
26421 \end_layout
26422
26423 \begin_layout Standard
26424
26425 \series bold
26426
26427 \backslash
26428 setlength{
26429 \backslash
26430 shadowsize}{2pt}
26431 \end_layout
26432
26433 \begin_layout Standard
26434 というコマンドを使って、2
26435 \begin_inset space \thinspace{}
26436 \end_inset
26437
26438 ptに設定しています。
26439 \end_layout
26440
26441 \begin_layout Standard
26442 \begin_inset ERT
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446
26447
26448 \backslash
26449 setlength{
26450 \backslash
26451 shadowsize}{2pt}
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \begin_inset Box Shadowbox
26458 position "c"
26459 hor_pos "c"
26460 has_inner_box 1
26461 inner_pos "c"
26462 use_parbox 0
26463 use_makebox 0
26464 width "25col%"
26465 special "none"
26466 height "1in"
26467 height_special "totalheight"
26468 status open
26469
26470 \begin_layout Plain Layout
26471 \align center
26472
26473 \series bold
26474
26475 \backslash
26476 shadowsize
26477 \series default
26478
26479 \begin_inset space \thinspace{}
26480 \end_inset
26481
26482 =
26483 \begin_inset space \thinspace{}
26484 \end_inset
26485
26486 2
26487 \begin_inset space \thinspace{}
26488 \end_inset
26489
26490 ptの影付きボックス
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 setlength{
26504 \backslash
26505 shadowsize}{4pt}
26506 \end_layout
26507
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Standard
26514 \begin_inset VSpace bigskip
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \begin_layout Standard
26521 寸法
26522 \series bold
26523
26524 \backslash
26525 FrameRule
26526 \series default
26527 の既定値は0.4
26528 \begin_inset space \thinspace{}
26529 \end_inset
26530
26531 ptです。ボックスの中身と枠の間の空白の既定値は9
26532 \begin_inset space \thinspace{}
26533 \end_inset
26534
26535 ptですが、
26536 \series bold
26537
26538 \backslash
26539 FrameSep
26540 \series default
26541 の値を変えることで変更することができます。たとえば、下記の
26542 \family sans
26543 ボックス
26544 \family default
26545 の枠の外見は、
26546 \end_layout
26547
26548 \begin_layout Standard
26549
26550 \series bold
26551
26552 \backslash
26553 setlength{
26554 \backslash
26555 FrameRule}{5pt}
26556 \begin_inset Newline newline
26557 \end_inset
26558
26559
26560 \backslash
26561 setlength{
26562 \backslash
26563 FrameSep}{0.5cm}
26564 \end_layout
26565
26566 \begin_layout Standard
26567 というTeXコードコマンドで設定してあります。
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 setlength{
26576 \backslash
26577 FrameRule}{5pt}
26578 \end_layout
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 setlength{
26585 \backslash
26586 FrameSep}{0.5cm}
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \begin_inset Box Framed
26593 position "t"
26594 hor_pos "c"
26595 has_inner_box 0
26596 inner_pos "t"
26597 use_parbox 0
26598 use_makebox 0
26599 width "100col%"
26600 special "none"
26601 height "1in"
26602 height_special "totalheight"
26603 status open
26604
26605 \begin_layout Plain Layout
26606 これは
26607 \family sans
26608 改頁可能
26609 \family default
26610 ボックスの文章です。
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \begin_inset ERT
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620
26621
26622 \backslash
26623 setlength{
26624 \backslash
26625 FrameRule}{0.4pt}
26626 \end_layout
26627
26628 \begin_layout Plain Layout
26629
26630
26631 \backslash
26632 setlength{
26633 \backslash
26634 FrameSep}{9pt}
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643 \begin_inset VSpace bigskip
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Standard
26650
26651 \family sans
26652 影付き背景
26653 \family default
26654 ボックスでは、ボックスの内容と枠の余白の既定値は3
26655 \begin_inset space \thinspace{}
26656 \end_inset
26657
26658 ptになっていますが、
26659 \series bold
26660
26661 \backslash
26662 fboxsep
26663 \series default
26664 の値を変更することで変えられます。既定の背景色である赤色は、
26665 \series bold
26666
26667 \backslash
26668 definecolor{shadebox}
26669 \series default
26670 コマンドで局所的に変更することもできますし、
26671 \family sans
26672 ツール\SpecialChar \menuseparator
26673 設定\SpecialChar \menuseparator
26674 色\SpecialChar \menuseparator
26675 影付きボックス
26676 \family default
26677 メニューからグローバルに変更することもできます。
26678 \series bold
26679
26680 \backslash
26681 definecolor
26682 \series default
26683 コマンドの用法は第
26684 \begin_inset CommandInset ref
26685 LatexCommand ref
26686 reference "sec:色付きの表"
26687
26688 \end_inset
26689
26690
26691 \begin_inset Foot
26692 status open
26693
26694 \begin_layout Plain Layout
26695 N
26696 \series bold
26697
26698 \backslash
26699 definecolor
26700 \series default
26701 は、LaTeXパッケージの
26702 \series bold
26703 color
26704 \series default
26705 をプリアンブルに読み込む必要があります。第
26706 \begin_inset CommandInset ref
26707 LatexCommand ref
26708 reference "sec:色付きボックス"
26709
26710 \end_inset
26711
26712 節をご参照ください。.
26713 \end_layout
26714
26715 \end_inset
26716
26717 で説明されています。
26718 \end_layout
26719
26720 \begin_layout Standard
26721 たとえば、下記の影付き背景ボックスの外見は
26722 \end_layout
26723
26724 \begin_layout Standard
26725
26726 \series bold
26727
26728 \backslash
26729 setlength{
26730 \backslash
26731 fboxsep}{0.5cm}
26732 \series default
26733
26734 \begin_inset Newline newline
26735 \end_inset
26736
26737
26738 \series bold
26739
26740 \backslash
26741 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26742 \end_layout
26743
26744 \begin_layout Standard
26745 というTeXコードコマンドを使って設定してあります。
26746 \end_layout
26747
26748 \begin_layout Standard
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 setlength{
26757 \backslash
26758 fboxsep}{0.5cm}
26759 \end_layout
26760
26761 \begin_layout Plain Layout
26762
26763
26764 \backslash
26765 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26766 \end_layout
26767
26768 \end_inset
26769
26770
26771 \begin_inset Box Shaded
26772 position "t"
26773 hor_pos "c"
26774 has_inner_box 0
26775 inner_pos "t"
26776 use_parbox 0
26777 use_makebox 0
26778 width "100col%"
26779 special "none"
26780 height "1in"
26781 height_special "totalheight"
26782 status open
26783
26784 \begin_layout Plain Layout
26785
26786 \color yellow
26787 これは、濃緑色の背景の
26788 \family sans
26789 影付き背景
26790 \family default
26791 ボックスに入れた黄色の文章です。
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \begin_inset ERT
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801
26802
26803 \backslash
26804 setlength{
26805 \backslash
26806 fboxsep}{3pt}
26807 \end_layout
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 definecolor{shadecolor}{rgb}{1,0,0}
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \begin_layout Standard
26822 \begin_inset VSpace bigskip
26823 \end_inset
26824
26825 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26826 \end_layout
26827
26828 \begin_layout Section
26829 ミニページ
26830 \begin_inset CommandInset label
26831 LatexCommand label
26832 name "sec:ミニページ"
26833
26834 \end_inset
26835
26836
26837 \begin_inset Index idx
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 ぼっくす@ボックス ! みにぺーじ@ミニページ
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \begin_layout Standard
26850 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26851 \end_layout
26852
26853 \begin_layout Standard
26854 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26855 \end_layout
26856
26857 \begin_layout Standard
26858 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26859 \family sans
26860 挿入
26861 \family default
26862 \SpecialChar \menuseparator
26863
26864 \family sans
26865 整形
26866 \family default
26867 \SpecialChar \menuseparator
26868
26869 \family sans
26870 水平方向の空白
26871 \family default
26872 メニューで挿入した水平フィルで隔てられています。
26873 \begin_inset Newpage newpage
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \begin_layout Standard
26880 \begin_inset Box Frameless
26881 position "t"
26882 hor_pos "c"
26883 has_inner_box 1
26884 inner_pos "c"
26885 use_parbox 0
26886 use_makebox 0
26887 width "45col%"
26888 special "none"
26889 height "1in"
26890 height_special "totalheight"
26891 status open
26892
26893 \begin_layout Plain Layout
26894 Dies ist ein deutscher Text.
26895  Dies ist ein deutscher Text.
26896  Dies ist ein deutscher Text.
26897  Dies ist ein deutscher Text.
26898  Dies ist ein deutscher Text.
26899  Dies ist ein deutscher Text.
26900  Dies ist ein deutscher Text.
26901  Dies ist ein deutscher Text.
26902  Dies ist ein deutscher Text.
26903  Dies ist ein deutscher Text.
26904  Dies ist ein deutscher Text.
26905  Dies ist ein deutscher Text.
26906  Dies ist ein deutscher Text
26907 \begin_inset Foot
26908 status collapsed
26909
26910 \begin_layout Plain Layout
26911 Dies ist eine deutsche Fußnote.
26912 \end_layout
26913
26914 \end_inset
26915
26916 .
26917  Dies ist ein deutscher Text.
26918  Dies ist ein deutscher Text.
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \begin_inset space \hfill{}
26925 \end_inset
26926
26927
26928 \begin_inset Box Frameless
26929 position "t"
26930 hor_pos "c"
26931 has_inner_box 1
26932 inner_pos "c"
26933 use_parbox 0
26934 use_makebox 0
26935 width "45col%"
26936 special "none"
26937 height "1in"
26938 height_special "totalheight"
26939 status open
26940
26941 \begin_layout Plain Layout
26942 This is an English Text.
26943  This is an English Text.
26944  This is an English Text.
26945  This is an English Text.
26946  This is an English Text.
26947  This is an English Text.
26948  This is an English Text.
26949  This is an English Text.
26950  This is an English Text.
26951  This is an English Text.
26952  This is an English Text.
26953  This is an English Text.
26954  This is an English Text.
26955  This is an English Text.
26956  This is an English Text.
26957  This is an English Text.
26958 \begin_inset Foot
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 This is an English footnote.
26963 \end_layout
26964
26965 \end_inset
26966
26967  This is an English Text.
26968  
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \begin_layout Standard
26977 \begin_inset VSpace bigskip
26978 \end_inset
26979
26980 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
26981 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
26982 \end_layout
26983
26984 \begin_layout Standard
26985 この表の脚注は表示されません。
26986 \begin_inset Tabular
26987 <lyxtabular version="3" rows="3" columns="4">
26988 <features tabularvalignment="middle">
26989 <column alignment="center" valignment="top" width="0pt">
26990 <column alignment="center" valignment="top" width="0pt">
26991 <column alignment="center" valignment="top" width="0pt">
26992 <column alignment="center" valignment="top" width="0pt">
26993 <row>
26994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Plain Layout
26998 1
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Plain Layout
27007 2
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 3
27017 \begin_inset Foot
27018 status collapsed
27019
27020 \begin_layout Plain Layout
27021 これは表中の脚注です。
27022 \end_layout
27023
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Plain Layout
27035 4
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 </row>
27041 <row>
27042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046
27047 \end_layout
27048
27049 \end_inset
27050 </cell>
27051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Plain Layout
27055
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 </row>
27079 <row>
27080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084
27085 \end_layout
27086
27087 \end_inset
27088 </cell>
27089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Plain Layout
27111
27112 \end_layout
27113
27114 \end_inset
27115 </cell>
27116 </row>
27117 </lyxtabular>
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Standard
27125 \align center
27126 \begin_inset Box Frameless
27127 position "t"
27128 hor_pos "c"
27129 has_inner_box 1
27130 inner_pos "c"
27131 use_parbox 0
27132 use_makebox 0
27133 width "30col%"
27134 special "none"
27135 height "1in"
27136 height_special "totalheight"
27137 status open
27138
27139 \begin_layout Plain Layout
27140 \align center
27141 \begin_inset Tabular
27142 <lyxtabular version="3" rows="3" columns="4">
27143 <features tabularvalignment="middle">
27144 <column alignment="center" valignment="top" width="0pt">
27145 <column alignment="center" valignment="top" width="0pt">
27146 <column alignment="center" valignment="top" width="0pt">
27147 <column alignment="center" valignment="top" width="0pt">
27148 <row>
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 1
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 2
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171 3
27172 \begin_inset Foot
27173 status collapsed
27174
27175 \begin_layout Plain Layout
27176 これは表中の脚注です。
27177 \end_layout
27178
27179 \end_inset
27180
27181
27182 \end_layout
27183
27184 \end_inset
27185 </cell>
27186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27187 \begin_inset Text
27188
27189 \begin_layout Plain Layout
27190 4
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 </row>
27196 <row>
27197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27198 \begin_inset Text
27199
27200 \begin_layout Plain Layout
27201
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27207 \begin_inset Text
27208
27209 \begin_layout Plain Layout
27210
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27216 \begin_inset Text
27217
27218 \begin_layout Plain Layout
27219
27220 \end_layout
27221
27222 \end_inset
27223 </cell>
27224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27225 \begin_inset Text
27226
27227 \begin_layout Plain Layout
27228
27229 \end_layout
27230
27231 \end_inset
27232 </cell>
27233 </row>
27234 <row>
27235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27236 \begin_inset Text
27237
27238 \begin_layout Plain Layout
27239
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27263 \begin_inset Text
27264
27265 \begin_layout Plain Layout
27266
27267 \end_layout
27268
27269 \end_inset
27270 </cell>
27271 </row>
27272 </lyxtabular>
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Standard
27285 \begin_inset VSpace bigskip
27286 \end_inset
27287
27288 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27289 \family sans
27290 中スキップ
27291 \family default
27292 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27293 \end_layout
27294
27295 \begin_layout Standard
27296 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "sub:段落の着色"
27300
27301 \end_inset
27302
27303 節をご参照ください。
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \begin_inset Note Greyedout
27308 status open
27309
27310 \begin_layout Plain Layout
27311
27312 \series bold
27313 【註】
27314 \series default
27315 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27316 \end_layout
27317
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \begin_layout Section
27324 Parbox
27325 \begin_inset CommandInset label
27326 LatexCommand label
27327 name "sec:Parboxes"
27328
27329 \end_inset
27330
27331
27332 \begin_inset Index idx
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336 ぼっくす@ボックス ! Parboxes
27337 \end_layout
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \begin_layout Standard
27345 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。ミニページとの主な違いは、ミニページの方は、parboxとは違って、本
27346 当のボックスではなくLaTeX環境であるところです。
27347 \end_layout
27348
27349 \begin_layout Standard
27350 \align center
27351 \begin_inset Box Frameless
27352 position "t"
27353 hor_pos "c"
27354 has_inner_box 1
27355 inner_pos "t"
27356 use_parbox 1
27357 use_makebox 0
27358 width "33col%"
27359 special "none"
27360 height "1in"
27361 height_special "totalheight"
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365 これはparbox内の文章です。これはparbox内の文章です。
27366 \end_layout
27367
27368 \begin_layout Plain Layout
27369 右の脚注は表示されません。
27370 \begin_inset Foot
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374 これはparbox内の脚注であり、したがって表示はされません。
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Section
27388 単語や文字のボックス
27389 \begin_inset Index idx
27390 status collapsed
27391
27392 \begin_layout Plain Layout
27393 ぼっくす@ボックス ! もじよう@文字用
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Subsection
27402 ハイフネーションの回避
27403 \begin_inset CommandInset label
27404 LatexCommand label
27405 name "sec:ハイフネーションの回避"
27406
27407 \end_inset
27408
27409
27410 \begin_inset Index idx
27411 status collapsed
27412
27413 \begin_layout Plain Layout
27414 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Standard
27423
27424 \lang english
27425 You can use the box type 
27426 \family sans
27427 Makebox
27428 \family default
27429  to prevent words or text from being hyphenated.
27430 \lang japanese
27431
27432 \begin_inset Newline newline
27433 \end_inset
27434
27435 以下が例示用の文章です。
27436 \end_layout
27437
27438 \begin_layout Standard
27439 This line is an example to show how you can prevent the hyphenation of 
27440 \begin_inset Quotes eld
27441 \end_inset
27442
27443 veryverylongword
27444 \begin_inset Quotes erd
27445 \end_inset
27446
27447 .
27448 \end_layout
27449
27450 \begin_layout Standard
27451
27452 \lang english
27453 To prevent the hyphenation of the word 
27454 \begin_inset Quotes eld
27455 \end_inset
27456
27457 veryverylongword
27458 \begin_inset Quotes erd
27459 \end_inset
27460
27461 , put the word into a box, set the 
27462 \family sans
27463 Inner
27464 \begin_inset space ~
27465 \end_inset
27466
27467 box
27468 \family default
27469  to 
27470 \family sans
27471 Makebox
27472 \family default
27473  and its width to 1
27474 \begin_inset space \thinspace{}
27475 \end_inset
27476
27477 Width.
27478 \end_layout
27479
27480 \begin_layout Standard
27481 以下がその結果です。
27482 \end_layout
27483
27484 \begin_layout Standard
27485 This line is an example to show how you can prevent the hyphenation of 
27486 \begin_inset Box Frameless
27487 position "t"
27488 hor_pos "c"
27489 has_inner_box 1
27490 inner_pos "t"
27491 use_parbox 0
27492 use_makebox 1
27493 width "1in"
27494 special "width"
27495 height "1in"
27496 height_special "totalheight"
27497 status open
27498
27499 \begin_layout Plain Layout
27500 \begin_inset Quotes eld
27501 \end_inset
27502
27503 veryverylongword
27504 \begin_inset Quotes erd
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \end_inset
27511
27512 .
27513 \end_layout
27514
27515 \begin_layout Standard
27516 別の方法としては、以下のように、単語の前に直接TeXコードで「
27517 \series bold
27518
27519 \backslash
27520 -
27521 \series default
27522 」コマンドを設定する方法もあります。
27523 \end_layout
27524
27525 \begin_layout Standard
27526 This line is an example to show how you can prevent the hyphenation of 
27527 \begin_inset Quotes eld
27528 \end_inset
27529
27530
27531 \begin_inset ERT
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535
27536
27537 \backslash
27538 -
27539 \end_layout
27540
27541 \end_inset
27542
27543 veryverylongword
27544 \begin_inset Quotes erd
27545 \end_inset
27546
27547 .
27548 \end_layout
27549
27550 \begin_layout Standard
27551 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27552 \family sans
27553 挿入
27554 \family default
27555 \SpecialChar \menuseparator
27556
27557 \family sans
27558 整形
27559 \family default
27560 \SpecialChar \menuseparator
27561
27562 \family sans
27563 整形なし改行
27564 \family default
27565 メニュー(短絡キー
27566 \begin_inset Info
27567 type  "shortcut"
27568 arg   "newline-insert newline"
27569 \end_inset
27570
27571 )から改行を単語の前に入れてください。
27572 \end_layout
27573
27574 \begin_layout Standard
27575 This line is an example to show how you can prevent the hyphenation of 
27576 \begin_inset Newline newline
27577 \end_inset
27578
27579
27580 \begin_inset Box Frameless
27581 position "t"
27582 hor_pos "c"
27583 has_inner_box 1
27584 inner_pos "t"
27585 use_parbox 0
27586 use_makebox 1
27587 width "1in"
27588 special "width"
27589 height "1in"
27590 height_special "totalheight"
27591 status open
27592
27593 \begin_layout Plain Layout
27594 \begin_inset Quotes eld
27595 \end_inset
27596
27597 veryverylongword
27598 \begin_inset Quotes erd
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \end_inset
27605
27606 .
27607 \end_layout
27608
27609 \begin_layout Subsection
27610 垂直揃え
27611 \begin_inset CommandInset label
27612 LatexCommand label
27613 name "sub:垂直揃え"
27614
27615 \end_inset
27616
27617
27618 \begin_inset Index idx
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27623 \end_layout
27624
27625 \end_inset
27626
27627
27628 \begin_inset Index idx
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632 ぼっくす@ボックス ! Raiseboxes
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \begin_layout Standard
27641
27642 \series bold
27643
27644 \backslash
27645 raisebox
27646 \series default
27647 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27648 \series bold
27649
27650 \backslash
27651 raisebox
27652 \series default
27653 は以下の書式で使用します。
27654 \end_layout
27655
27656 \begin_layout Standard
27657
27658 \series bold
27659
27660 \backslash
27661 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27662 \end_layout
27663
27664 \begin_layout Standard
27665 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27666 \end_layout
27667
27668 \begin_layout Standard
27669 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27670 \end_layout
27671
27672 \begin_layout Standard
27673
27674 \series bold
27675
27676 \backslash
27677 raisebox{
27678 \backslash
27679 depth}{
27680 \end_layout
27681
27682 \begin_layout Standard
27683 というコマンドを挿入してください。単語の後には、閉じ括弧「
27684 \series bold
27685 }
27686 \series default
27687 」をTeXコードで挿入してください。
27688 \begin_inset Newline newline
27689 \end_inset
27690
27691 以下がその出力です。
27692 \end_layout
27693
27694 \begin_layout Standard
27695 This is a text line with the word 
27696 \begin_inset ERT
27697 status collapsed
27698
27699 \begin_layout Plain Layout
27700
27701
27702 \backslash
27703 raisebox{
27704 \backslash
27705 depth}{
27706 \end_layout
27707
27708 \end_inset
27709
27710
27711 \begin_inset Quotes eld
27712 \end_inset
27713
27714 preventing
27715 \begin_inset Quotes erd
27716 \end_inset
27717
27718
27719 \begin_inset ERT
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723
27724 }
27725 \end_layout
27726
27727 \end_inset
27728
27729  as raised word.
27730 \end_layout
27731
27732 \begin_layout Standard
27733 \begin_inset VSpace bigskip
27734 \end_inset
27735
27736 行中の文字を上げ下げすると、以下のように行間が広がります。
27737 \end_layout
27738
27739 \begin_layout Standard
27740 This is a text line with the word 
27741 \begin_inset ERT
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745
27746
27747 \backslash
27748 raisebox{-
27749 \backslash
27750 depth}{
27751 \end_layout
27752
27753 \end_inset
27754
27755
27756 \begin_inset Quotes eld
27757 \end_inset
27758
27759 preventing
27760 \begin_inset Quotes erd
27761 \end_inset
27762
27763
27764 \begin_inset ERT
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768
27769 }
27770 \end_layout
27771
27772 \end_inset
27773
27774  as lowered word.
27775 \begin_inset Newline newline
27776 \end_inset
27777
27778 This is a text line with the word 
27779 \begin_inset ERT
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783
27784
27785 \backslash
27786 raisebox{0.5cm}{
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \begin_inset Quotes eld
27793 \end_inset
27794
27795 testing
27796 \begin_inset Quotes erd
27797 \end_inset
27798
27799
27800 \begin_inset ERT
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804
27805 }
27806 \end_layout
27807
27808 \end_inset
27809
27810  as raised word.
27811 \end_layout
27812
27813 \begin_layout Standard
27814 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27815 \end_layout
27816
27817 \begin_layout Standard
27818
27819 \series bold
27820
27821 \backslash
27822 raisebox{-
27823 \backslash
27824 depth}[0pt]{
27825 \end_layout
27826
27827 \begin_layout Standard
27828 とすると、
27829 \end_layout
27830
27831 \begin_layout Standard
27832 This is a text line with the word 
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 raisebox{-
27841 \backslash
27842 depth}[0pt]{
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \begin_inset Quotes eld
27849 \end_inset
27850
27851 preventing
27852 \begin_inset Quotes erd
27853 \end_inset
27854
27855
27856 \begin_inset ERT
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860
27861 }
27862 \end_layout
27863
27864 \end_inset
27865
27866  as lowered word.
27867 \begin_inset Newline newline
27868 \end_inset
27869
27870 This is a text line with the word 
27871 \begin_inset ERT
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876
27877 \backslash
27878 raisebox{0.5cm}[0pt]{
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset Quotes eld
27885 \end_inset
27886
27887 testing
27888 \begin_inset Quotes erd
27889 \end_inset
27890
27891
27892 \begin_inset ERT
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896
27897 }
27898 \end_layout
27899
27900 \end_inset
27901
27902  as raised word.
27903 \end_layout
27904
27905 \begin_layout Section
27906 色付きボックス
27907 \begin_inset CommandInset label
27908 LatexCommand label
27909 name "sec:色付きボックス"
27910
27911 \end_inset
27912
27913
27914 \begin_inset Index idx
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918 ぼっくす@ボックス ! いろつき@色付き
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Subsection
27927 文字の着色
27928 \begin_inset Index idx
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 いろ@色 ! もじの@文字の---
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Standard
27941 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
27942 \series bold
27943 color
27944 \series default
27945
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 LaTeXぱっけーじ@LaTeXパッケージ ! color
27951 \end_layout
27952
27953 \end_inset
27954
27955 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
27956 \end_layout
27957
27958 \begin_layout Standard
27959
27960 \series bold
27961
27962 \backslash
27963 @ifundefined{textcolor}
27964 \begin_inset Newline newline
27965 \end_inset
27966
27967
27968 \begin_inset Phantom HPhantom
27969 status open
27970
27971 \begin_layout Plain Layout
27972
27973 \series bold
27974 \begin_inset space ~
27975 \end_inset
27976
27977
27978 \end_layout
27979
27980 \end_inset
27981
27982 {
27983 \backslash
27984 usepackage{color}}{}
27985 \end_layout
27986
27987 \begin_layout Standard
27988
27989 \series bold
27990 color
27991 \series default
27992 パッケージは、文章を着色するとLyXが自動的に読み込みます
27993 \begin_inset Foot
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997 これが二度読み込まれることを回避するには、
27998 \series bold
27999
28000 \backslash
28001 @ifundefined
28002 \series default
28003 コマンドを使用します。
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Standard
28012 \begin_inset VSpace medskip
28013 \end_inset
28014
28015 色付きボックスは、
28016 \series bold
28017
28018 \backslash
28019 colorbox
28020 \series default
28021 コマンドを使って作ります。これは、以下のような書式で使われます。
28022 \end_layout
28023
28024 \begin_layout Standard
28025
28026 \series bold
28027
28028 \backslash
28029 colorbox{color}{ボックスの内容}
28030 \end_layout
28031
28032 \begin_layout Standard
28033 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28034 \end_layout
28035
28036 \begin_layout Standard
28037 事前定義されている色には、
28038 \begin_inset Newline newline
28039 \end_inset
28040
28041
28042 \family sans
28043
28044 \family default
28045
28046 \family sans
28047
28048 \family default
28049
28050 \family sans
28051 シアン
28052 \family default
28053
28054 \family sans
28055
28056 \family default
28057
28058 \family sans
28059 マゼンタ
28060 \family default
28061
28062 \family sans
28063
28064 \family default
28065
28066 \family sans
28067
28068 \family default
28069
28070 \family sans
28071
28072 \family default
28073
28074 \begin_inset Newline newline
28075 \end_inset
28076
28077 があります。第
28078 \begin_inset CommandInset ref
28079 LatexCommand ref
28080 reference "sec:色付きの表"
28081
28082 \end_inset
28083
28084 節に述べられているようにすれば、自前の色を定義することもできます。
28085 \end_layout
28086
28087 \begin_layout Standard
28088 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28089 \end_layout
28090
28091 \begin_layout Standard
28092
28093 \series bold
28094
28095 \backslash
28096 colorbox{red}{
28097 \end_layout
28098
28099 \begin_layout Standard
28100 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28101 \series bold
28102 }
28103 \series default
28104 」を入れてください。
28105 \begin_inset Newline newline
28106 \end_inset
28107
28108 以下がその結果です。
28109 \end_layout
28110
28111 \begin_layout Standard
28112 この行では、
28113 \begin_inset ERT
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117
28118
28119 \backslash
28120 colorbox{red}{
28121 \end_layout
28122
28123 \end_inset
28124
28125 「注意!」
28126 \begin_inset ERT
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130
28131 }
28132 \end_layout
28133
28134 \end_inset
28135
28136 という単語が赤い背景になっています。
28137 \end_layout
28138
28139 \begin_layout Standard
28140 \begin_inset VSpace bigskip
28141 \end_inset
28142
28143 ボックスの枠を別の色にしたい場合には、以下の書式で
28144 \series bold
28145
28146 \backslash
28147 fcolorbox
28148 \series default
28149 コマンドを使います。
28150 \end_layout
28151
28152 \begin_layout Standard
28153
28154 \series bold
28155
28156 \backslash
28157 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28158 \end_layout
28159
28160 \begin_layout Standard
28161
28162 \series bold
28163
28164 \backslash
28165 fcolorbox
28166 \series default
28167
28168 \series bold
28169
28170 \backslash
28171 colorbox
28172 \series default
28173 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28174 \begin_inset CommandInset ref
28175 LatexCommand ref
28176 reference "sec:装飾"
28177
28178 \end_inset
28179
28180 節で述べられているように、それぞれ
28181 \series bold
28182
28183 \backslash
28184 fboxrule
28185 \series default
28186
28187 \series bold
28188
28189 \backslash
28190 fboxsep
28191 \series default
28192 という長さで調節できます。
28193 \end_layout
28194
28195 \begin_layout Standard
28196 以下の例では、
28197 \end_layout
28198
28199 \begin_layout Standard
28200
28201 \series bold
28202
28203 \backslash
28204 fcolorbox{cyan}{magenta}{
28205 \end_layout
28206
28207 \begin_layout Standard
28208 というコマンドを使用しています。
28209 \end_layout
28210
28211 \begin_layout Standard
28212 これは、枠の太さを1
28213 \begin_inset space \thinspace{}
28214 \end_inset
28215
28216 mmに設定した例です。
28217 \begin_inset Newline newline
28218 \end_inset
28219
28220
28221 \begin_inset ERT
28222 status collapsed
28223
28224 \begin_layout Plain Layout
28225
28226
28227 \backslash
28228 fboxrule 1mm 
28229 \backslash
28230 fboxsep 1mm
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \begin_inset ERT
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240
28241
28242 \backslash
28243 fcolorbox{cyan}{magenta}{
28244 \end_layout
28245
28246 \end_inset
28247
28248 これは着色した色付きボックス中の文章です。
28249 \begin_inset ERT
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253
28254 }
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Standard
28263 \begin_inset VSpace bigskip
28264 \end_inset
28265
28266 もちろん、色付きボックスの中に色付き文字を入れることもできます
28267 \begin_inset Newline newline
28268 \end_inset
28269
28270
28271 \begin_inset ERT
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275
28276
28277 \backslash
28278 fcolorbox{cyan}{magenta}{
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \color yellow
28285 これは着色した色付きボックス中の色付き文章です。
28286 \color inherit
28287
28288 \begin_inset ERT
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292
28293 }
28294 \end_layout
28295
28296 \end_inset
28297
28298
28299 \begin_inset ERT
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303
28304
28305 \backslash
28306 fboxrule 0.4pt 
28307 \backslash
28308 fboxsep 3pt
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Standard
28317
28318 \series bold
28319 \begin_inset VSpace medskip
28320 \end_inset
28321
28322
28323 \end_layout
28324
28325 \begin_layout Standard
28326 \begin_inset Note Greyedout
28327 status open
28328
28329 \begin_layout Plain Layout
28330
28331 \series bold
28332 【註】
28333 \series default
28334 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Subsection
28343 段落の着色
28344 \begin_inset CommandInset label
28345 LatexCommand label
28346 name "sub:段落の着色"
28347
28348 \end_inset
28349
28350
28351 \begin_inset Index idx
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355 いろ@色 ! だんらく@段落---
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \begin_layout Standard
28364 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28365 \series bold
28366
28367 \backslash
28368 colorbox
28369 \series default
28370 コマンドを
28371 \end_layout
28372
28373 \begin_layout Standard
28374
28375 \series bold
28376
28377 \backslash
28378 colorbox{色名}{
28379 \end_layout
28380
28381 \begin_layout Standard
28382 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28383 \series bold
28384 }
28385 \series default
28386 」を挿入してください。
28387 \end_layout
28388
28389 \begin_layout Standard
28390 \begin_inset ERT
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394
28395
28396 \backslash
28397 colorbox{lightgrey}{
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \begin_inset Box Frameless
28404 position "t"
28405 hor_pos "c"
28406 has_inner_box 1
28407 inner_pos "t"
28408 use_parbox 0
28409 use_makebox 0
28410 width "100col%"
28411 special "none"
28412 height "1in"
28413 height_special "totalheight"
28414 status open
28415
28416 \begin_layout Plain Layout
28417 これは背景色を付けた文章です。これは背景色を付けた文章です。
28418 \end_layout
28419
28420 \begin_layout Plain Layout
28421 \begin_inset VSpace defskip
28422 \end_inset
28423
28424 ここの文章には脚注
28425 \begin_inset Foot
28426 status collapsed
28427
28428 \begin_layout Plain Layout
28429 脚注の例
28430 \end_layout
28431
28432 \end_inset
28433
28434 を付けることもできますし、図表を挿入することもできます。
28435 \end_layout
28436
28437 \begin_layout Plain Layout
28438 \align center
28439 \begin_inset Tabular
28440 <lyxtabular version="3" rows="3" columns="3">
28441 <features tabularvalignment="middle">
28442 <column alignment="center" valignment="top" width="0">
28443 <column alignment="center" valignment="top" width="0">
28444 <column alignment="center" valignment="top" width="0">
28445 <row>
28446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28447 \begin_inset Text
28448
28449 \begin_layout Plain Layout
28450 a
28451 \end_layout
28452
28453 \end_inset
28454 </cell>
28455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28456 \begin_inset Text
28457
28458 \begin_layout Plain Layout
28459 !
28460 \end_layout
28461
28462 \end_inset
28463 </cell>
28464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28465 \begin_inset Text
28466
28467 \begin_layout Plain Layout
28468 3
28469 \end_layout
28470
28471 \end_inset
28472 </cell>
28473 </row>
28474 <row>
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479 <
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Plain Layout
28488 b2
28489 \begin_inset Quotes erd
28490 \end_inset
28491
28492 |
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout Plain Layout
28501 >
28502 \end_layout
28503
28504 \end_inset
28505 </cell>
28506 </row>
28507 <row>
28508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Plain Layout
28512 1
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Plain Layout
28521 §
28522 \end_layout
28523
28524 \end_inset
28525 </cell>
28526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28527 \begin_inset Text
28528
28529 \begin_layout Plain Layout
28530 c
28531 \end_layout
28532
28533 \end_inset
28534 </cell>
28535 </row>
28536 </lyxtabular>
28537
28538 \end_inset
28539
28540
28541 \end_layout
28542
28543 \end_inset
28544
28545
28546 \begin_inset ERT
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550
28551 }
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \end_layout
28558
28559 \begin_layout Section
28560 ボックスの伸縮回転
28561 \end_layout
28562
28563 \begin_layout Standard
28564 本節で述べられているコマンドを使用するには、文書プリアンブルで
28565 \end_layout
28566
28567 \begin_layout Standard
28568
28569 \series bold
28570
28571 \backslash
28572 @ifundefined{rotatebox}
28573 \begin_inset Newline newline
28574 \end_inset
28575
28576
28577 \begin_inset Phantom HPhantom
28578 status open
28579
28580 \begin_layout Plain Layout
28581
28582 \series bold
28583 \begin_inset space ~
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \end_inset
28590
28591 {
28592 \backslash
28593 usepackage{graphicx}}{}
28594 \end_layout
28595
28596 \begin_layout Standard
28597 というコマンドを使用して、
28598 \series bold
28599 graphicx
28600 \series default
28601
28602 \begin_inset Index idx
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28607 \end_layout
28608
28609 \end_inset
28610
28611 LaTeXパッケージを読み込む必要があります。
28612 \end_layout
28613
28614 \begin_layout Standard
28615 \begin_inset Note Greyedout
28616 status open
28617
28618 \begin_layout Plain Layout
28619
28620 \series bold
28621 【註】
28622 \series default
28623 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \end_layout
28630
28631 \begin_layout Standard
28632 \begin_inset Note Greyedout
28633 status open
28634
28635 \begin_layout Plain Layout
28636
28637 \series bold
28638 【註】
28639 \series default
28640 フロートは回転伸縮したボックスの中に入れることはできません。
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Subsection
28649 ボックスの回転
28650 \begin_inset Index idx
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 ぼっくす@ボックス ! かいてんした@回転した
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \begin_inset Index idx
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664 かいてん@回転 ! そざいの@素材の---
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \begin_inset Index idx
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 ず@図 ! のかいてん@---の回転
28675 \end_layout
28676
28677 \end_inset
28678
28679
28680 \begin_inset Index idx
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684 ひょうのちょうせい@表の調整 ! かいてん@回転
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \begin_layout Standard
28693 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28694 \series bold
28695
28696 \backslash
28697 rotatebox
28698 \series default
28699 コマンドを使用すれば作成することができます。
28700 \end_layout
28701
28702 \begin_layout Standard
28703
28704 \series bold
28705
28706 \backslash
28707 rotatebox[回転の原点]{回転角}{ボックスの内容}
28708 \end_layout
28709
28710 \begin_layout Standard
28711 回転の原点は、
28712 \series bold
28713 origin=位置
28714 \series default
28715 の形で指定します。位置として指定可能なのは、
28716 \emph on
28717 c
28718 \emph default
28719 (中央揃え)・
28720 \emph on
28721 l
28722 \emph default
28723 (左揃え)・
28724 \emph on
28725 r
28726 \emph default
28727 (右揃え)・
28728 \emph on
28729 b
28730 \emph default
28731 (下揃え)・
28732 \emph on
28733 t
28734 \emph default
28735 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28736 \emph on
28737 lt
28738 \emph default
28739 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28740 \emph on
28741 l
28742 \emph default
28743 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28744 \end_layout
28745
28746 \begin_layout Standard
28747 以下の例では、「回転した」文章の前にTeXコードで
28748 \series bold
28749
28750 \backslash
28751 rotatebox[origin=c]{60}{
28752 \series default
28753 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28754 \series bold
28755 }
28756 \series default
28757 でボックスを閉じています。
28758 \end_layout
28759
28760 \begin_layout Standard
28761 これは、
28762 \begin_inset ERT
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766
28767
28768 \backslash
28769 rotatebox[origin=c]{60}{
28770 \end_layout
28771
28772 \end_inset
28773
28774 回転した
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780 }
28781 \end_layout
28782
28783 \end_inset
28784
28785  文章を含む行です。
28786 \end_layout
28787
28788 \begin_layout Standard
28789 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28790 \end_layout
28791
28792 \begin_layout Standard
28793 これは、
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799
28800 \backslash
28801 rotatebox[origin=r]{-60}{
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \begin_inset Box Doublebox
28808 position "c"
28809 hor_pos "c"
28810 has_inner_box 0
28811 inner_pos "c"
28812 use_parbox 0
28813 use_makebox 0
28814 width "1in"
28815 special "width"
28816 height "1in"
28817 height_special "totalheight"
28818 status open
28819
28820 \begin_layout Plain Layout
28821 回転した
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \begin_inset ERT
28828 status collapsed
28829
28830 \begin_layout Plain Layout
28831
28832 }
28833 \end_layout
28834
28835 \end_inset
28836
28837 枠付き文章と
28838 \begin_inset ERT
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842
28843
28844 \backslash
28845 rotatebox[origin=lb]{60}{
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28852 \end_inset
28853
28854
28855 \begin_inset ERT
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859
28860 }
28861 \end_layout
28862
28863 \end_inset
28864
28865 数式を含む行です。
28866 \end_layout
28867
28868 \begin_layout Standard
28869 あるいは、以下のように図や表を入れることもできます。
28870 \end_layout
28871
28872 \begin_layout Standard
28873 これは、
28874 \begin_inset ERT
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878
28879
28880 \backslash
28881 rotatebox[origin=lb]{90}{
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \begin_inset Graphics
28888         filename ../clipart/platypus.eps
28889         lyxscale 50
28890         width 25col%
28891
28892 \end_inset
28893
28894
28895 \begin_inset ERT
28896 status collapsed
28897
28898 \begin_layout Plain Layout
28899
28900 }
28901 \end_layout
28902
28903 \end_inset
28904
28905 回転した画像と
28906 \begin_inset ERT
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910
28911
28912 \backslash
28913 rotatebox[origin=l]{-90}{
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \begin_inset Tabular
28920 <lyxtabular version="3" rows="2" columns="2">
28921 <features tabularvalignment="middle">
28922 <column alignment="center" valignment="top" width="0">
28923 <column alignment="center" valignment="top" width="0">
28924 <row>
28925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28926 \begin_inset Text
28927
28928 \begin_layout Plain Layout
28929 q
28930 \end_layout
28931
28932 \end_inset
28933 </cell>
28934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28935 \begin_inset Text
28936
28937 \begin_layout Plain Layout
28938 w
28939 \end_layout
28940
28941 \end_inset
28942 </cell>
28943 </row>
28944 <row>
28945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28946 \begin_inset Text
28947
28948 \begin_layout Plain Layout
28949 e
28950 \end_layout
28951
28952 \end_inset
28953 </cell>
28954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28955 \begin_inset Text
28956
28957 \begin_layout Plain Layout
28958 r
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 </row>
28964 </lyxtabular>
28965
28966 \end_inset
28967
28968
28969 \begin_inset ERT
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973
28974 }
28975 \end_layout
28976
28977 \end_inset
28978
28979 表を含む行です。
28980 \end_layout
28981
28982 \begin_layout Subsection
28983 ボックスの伸縮
28984 \begin_inset Index idx
28985 status collapsed
28986
28987 \begin_layout Plain Layout
28988 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
28989 \end_layout
28990
28991 \end_inset
28992
28993
28994 \begin_inset Index idx
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998 しんしゅく@伸縮 ! そざいの@素材の---
28999 \end_layout
29000
29001 \end_inset
29002
29003
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 ず@図 ! のしんしゅく@---の伸縮
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \begin_inset Index idx
29015 status collapsed
29016
29017 \begin_layout Plain Layout
29018 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \end_layout
29025
29026 \begin_layout Standard
29027 素材を伸縮させるには、TeXコードで
29028 \series bold
29029
29030 \backslash
29031 scalebox
29032 \series default
29033 コマンドと
29034 \series bold
29035
29036 \backslash
29037 resizebox
29038 \series default
29039 コマンドが使えます。
29040 \end_layout
29041
29042 \begin_layout Standard
29043
29044 \series bold
29045
29046 \backslash
29047 scalebox
29048 \series default
29049 は以下の書式で使用します。
29050 \end_layout
29051
29052 \begin_layout Standard
29053
29054 \series bold
29055
29056 \backslash
29057 scalebox{水平方向}[垂直方向]{ボックスの内容}
29058 \end_layout
29059
29060 \begin_layout Standard
29061 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29062 \end_layout
29063
29064 \begin_layout Standard
29065 たとえば、
29066 \series bold
29067
29068 \backslash
29069 scalebox{2}{こんにちは}
29070 \series default
29071 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29072 \begin_inset ERT
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076
29077
29078 \backslash
29079 scalebox{2}{
29080 \end_layout
29081
29082 \end_inset
29083
29084 こんにちは
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090 }
29091 \end_layout
29092
29093 \end_inset
29094
29095 を生成します。
29096 \end_layout
29097
29098 \begin_layout Standard
29099 これに対し、
29100 \series bold
29101
29102 \backslash
29103 scalebox{2}[1]{こんにちは}
29104 \series default
29105 は、
29106 \begin_inset ERT
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110
29111
29112 \backslash
29113 scalebox{2}[1]{
29114 \end_layout
29115
29116 \end_inset
29117
29118 こんにちは
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124 }
29125 \end_layout
29126
29127 \end_inset
29128
29129 を変形させます。
29130 \end_layout
29131
29132 \begin_layout Standard
29133 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29134 \series bold
29135
29136 \backslash
29137 scalebox{-1}[1]{こんにちは}
29138 \series default
29139 というコマンドは、右のように反転文字を生成するのに使用できます:
29140 \begin_inset ERT
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144
29145
29146 \backslash
29147 scalebox{-1}[1]{
29148 \end_layout
29149
29150 \end_inset
29151
29152 こんにちは
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158 }
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Standard
29167
29168 \series bold
29169
29170 \backslash
29171 scalebox{1}[-1]{こんにちは}
29172 \series default
29173 とすると
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179
29180 \backslash
29181 scalebox{1}[-1]{
29182 \end_layout
29183
29184 \end_inset
29185
29186 こんにちは
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192 }
29193 \end_layout
29194
29195 \end_inset
29196
29197 のようにベースラインで鏡像にします。
29198 \end_layout
29199
29200 \begin_layout Standard
29201
29202 \series bold
29203
29204 \backslash
29205 scalebox{-1}[1]{ボックスの内容}
29206 \series default
29207 と同じ働きをするものとして
29208 \begin_inset Newline newline
29209 \end_inset
29210
29211
29212 \series bold
29213
29214 \backslash
29215 reflectbox{ボックスの内容}
29216 \series default
29217
29218 \begin_inset Newline newline
29219 \end_inset
29220
29221 というコマンドがあります。
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset VSpace bigskip
29226 \end_inset
29227
29228 指定した幅や丈にボックスを伸縮させるには、
29229 \series bold
29230
29231 \backslash
29232 resizebox
29233 \series default
29234 を使用します。このコマンドの書式は
29235 \end_layout
29236
29237 \begin_layout Standard
29238
29239 \series bold
29240
29241 \backslash
29242 resizebox{幅}{丈}{ボックスの内容}
29243 \end_layout
29244
29245 \begin_layout Standard
29246 です。上記二つのコマンド引数のうち一つが感嘆符「
29247 \series bold
29248 !
29249 \series default
29250 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29251 \end_layout
29252
29253 \begin_layout Standard
29254
29255 \series bold
29256
29257 \backslash
29258 resizebox{2cm}{1cm}{こんにちは}
29259 \series default
29260 というコマンドの出力は、
29261 \begin_inset ERT
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265
29266
29267 \backslash
29268 resizebox{2cm}{1cm}{
29269 \end_layout
29270
29271 \end_inset
29272
29273 こんにちは
29274 \begin_inset ERT
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278
29279 }
29280 \end_layout
29281
29282 \end_inset
29283
29284 となり、
29285 \begin_inset Newline newline
29286 \end_inset
29287
29288
29289 \series bold
29290
29291 \backslash
29292 resizebox{2cm}{!}{こんにちは}
29293 \series default
29294 というコマンドの出力は、
29295 \begin_inset ERT
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299
29300
29301 \backslash
29302 resizebox{2cm}{!}{
29303 \end_layout
29304
29305 \end_inset
29306
29307 こんにちは
29308 \begin_inset ERT
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312
29313 }
29314 \end_layout
29315
29316 \end_inset
29317
29318 となります。
29319 \end_layout
29320
29321 \begin_layout Standard
29322 \begin_inset VSpace bigskip
29323 \end_inset
29324
29325
29326 \begin_inset Note Greyedout
29327 status open
29328
29329 \begin_layout Plain Layout
29330
29331 \series bold
29332 【註】
29333 \backslash
29334 scalebox
29335 \series default
29336
29337 \series bold
29338
29339 \backslash
29340 resizebox
29341 \series default
29342 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 \begin_inset VSpace bigskip
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 ボックスは好きな順序で組み合わせることができます。たとえば、
29359 \begin_inset Newline newline
29360 \end_inset
29361
29362
29363 \series bold
29364
29365 \backslash
29366 rotatebox[origin=c]{-45}{
29367 \backslash
29368 resizebox{2cm}{!}{
29369 \backslash
29370 reflectbox{こんにちは}}}
29371 \begin_inset Newline newline
29372 \end_inset
29373
29374
29375 \series default
29376 というコマンドは、
29377 \end_layout
29378
29379 \begin_layout Standard
29380 \align center
29381 \begin_inset ERT
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386
29387 \backslash
29388 rotatebox[origin=c]{-45}{
29389 \backslash
29390 resizebox{2cm}{!}{
29391 \backslash
29392 reflectbox{
29393 \end_layout
29394
29395 \end_inset
29396
29397 こんにちは
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403 }}}
29404 \end_layout
29405
29406 \end_inset
29407
29408
29409 \end_layout
29410
29411 \begin_layout Standard
29412 \noindent
29413 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29414 \end_layout
29415
29416 \begin_layout Standard
29417 \align center
29418 \begin_inset ERT
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422
29423
29424 \backslash
29425 rotatebox[origin=c]{-30}{
29426 \backslash
29427 resizebox{2cm}{!}{
29428 \backslash
29429 reflectbox{
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \begin_inset Graphics
29436         filename ../clipart/platypus.eps
29437         lyxscale 50
29438         width 25col%
29439
29440 \end_inset
29441
29442
29443 \begin_inset ERT
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447
29448 }}}
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \begin_inset ERT
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458
29459
29460 \backslash
29461 rotatebox[origin=c]{-45}{
29462 \backslash
29463 resizebox{2cm}{!}{
29464 \backslash
29465 reflectbox{
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \begin_inset Tabular
29472 <lyxtabular version="3" rows="2" columns="2">
29473 <features tabularvalignment="middle">
29474 <column alignment="center" valignment="top" width="0">
29475 <column alignment="center" valignment="top" width="0">
29476 <row>
29477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Plain Layout
29481 q
29482 \end_layout
29483
29484 \end_inset
29485 </cell>
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Plain Layout
29490 w
29491 \end_layout
29492
29493 \end_inset
29494 </cell>
29495 </row>
29496 <row>
29497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29498 \begin_inset Text
29499
29500 \begin_layout Plain Layout
29501 e
29502 \end_layout
29503
29504 \end_inset
29505 </cell>
29506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29507 \begin_inset Text
29508
29509 \begin_layout Plain Layout
29510 r
29511 \end_layout
29512
29513 \end_inset
29514 </cell>
29515 </row>
29516 </lyxtabular>
29517
29518 \end_inset
29519
29520
29521 \begin_inset ERT
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526 }}}
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \begin_inset ERT
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536
29537
29538 \backslash
29539 rotatebox[origin=c]{-45}{
29540 \backslash
29541 resizebox{2cm}{!}{
29542 \backslash
29543 reflectbox{
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29550 \end_inset
29551
29552
29553 \begin_inset ERT
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558 }}}
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \begin_layout Standard
29567 文書で大域的に数式様式
29568 \series bold
29569 fleqn
29570 \series default
29571 を使用している場合
29572 \begin_inset Foot
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29577 \end_layout
29578
29579 \end_inset
29580
29581 には、別行建て数式も伸縮させることができます。
29582 \end_layout
29583
29584 \begin_layout Chapter
29585 外部文書構成要素
29586 \begin_inset Index idx
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 がいぶぶんしょこうせいようそ@外部文書構成要素
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \family sans
29601 挿入\SpecialChar \menuseparator
29602 ファイル
29603 \family default
29604 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
29605 \end_layout
29606
29607 \begin_layout Description
29608 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
29609 \end_layout
29610
29611 \begin_layout Description
29612 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
29613 \end_layout
29614
29615 \begin_layout Description
29616 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
29617 \end_layout
29618
29619 \begin_layout Description
29620 外部素材 様々な書式のファイル。
29621 \end_layout
29622
29623 \begin_layout Description
29624 子文書 LyXあるいはLaTeX文書。
29625 \end_layout
29626
29627 \begin_layout Section
29628 外部素材
29629 \begin_inset Index idx
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
29634 \end_layout
29635
29636 \end_inset
29637
29638
29639 \end_layout
29640
29641 \begin_layout Standard
29642 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
29643 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
29644 \family sans
29645 操作性\SpecialChar \menuseparator
29646 表示
29647 \family default
29648 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
29649 \end_layout
29650
29651 \begin_layout Standard
29652 外部素材は、
29653 \family sans
29654 挿入
29655 \family default
29656 \SpecialChar \menuseparator
29657
29658 \family sans
29659 ファイル
29660 \family default
29661 \SpecialChar \menuseparator
29662
29663 \family sans
29664 外部素材
29665 \family default
29666 メニューで開くことのできる
29667 \family sans
29668 外部素材
29669 \family default
29670 ダイアログから挿入することができます。目下、以下のファイル形式(
29671 \family sans
29672 ひな型
29673 \family default
29674 )が使用できます。
29675 \end_layout
29676
29677 \begin_layout Description
29678 チェス棋譜 このひな型は、
29679 \series bold
29680
29681 \begin_inset CommandInset href
29682 LatexCommand href
29683 name "XBoard"
29684 target "http://en.wikipedia.org/wiki/XBoard"
29685
29686 \end_inset
29687
29688
29689 \series default
29690 プログラムで作成されたチェス棋譜をサポートします。
29691 \end_layout
29692
29693 \begin_layout Description
29694 日付 これは、
29695 \emph on
29696 日-月-年
29697 \emph default
29698 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
29699 \begin_inset External
29700         template Date
29701         filename .
29702
29703 \end_inset
29704
29705
29706 \begin_inset space ~
29707 \end_inset
29708
29709
29710 \begin_inset Note Note
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714 バグ4398が修正されたら、この保護空白は削除してください!
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \begin_inset Newline newline
29721 \end_inset
29722
29723 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
29724 \family sans
29725 挿入
29726 \family default
29727 \SpecialChar \menuseparator
29728 日付メニューを使用する方法で、他はLaTeXコマンドの
29729 \series bold
29730
29731 \backslash
29732 today
29733 \series default
29734 をTeXコードで使用する方法です。これらの各方法は、表
29735 \begin_inset CommandInset ref
29736 LatexCommand ref
29737 reference "tab:日付挿入方法"
29738
29739 \end_inset
29740
29741 に比較を掲載しておきます。
29742 \end_layout
29743
29744 \begin_layout Description
29745 Dia このひな型は、
29746 \series bold
29747
29748 \begin_inset CommandInset href
29749 LatexCommand href
29750 name "Dia"
29751 target "http://en.wikipedia.org/wiki/Dia_(software)"
29752
29753 \end_inset
29754
29755
29756 \series default
29757 プログラムで作成したダイアグラムをサポートします。
29758 \end_layout
29759
29760 \begin_layout Description
29761 LilyPond このひな型は、
29762 \series bold
29763
29764 \begin_inset CommandInset href
29765 LatexCommand href
29766 name "LilyPond"
29767 target "http://en.wikipedia.org/wiki/LilyPond"
29768
29769 \end_inset
29770
29771
29772 \series default
29773 プログラムで作成した楽譜の組版に使用されます。
29774 \end_layout
29775
29776 \begin_layout Description
29777 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
29778 \family sans
29779 LaTeXとLyXオプション
29780 \family default
29781 タブ中の
29782 \family sans
29783 オプション
29784 \family default
29785 フィールドに
29786 \emph on
29787 pages
29788 \emph default
29789 オプションを指定してください。
29790 \emph on
29791 pages
29792 \emph default
29793 オプションを指定しないと、PDFの最初のページのみが挿入されます。
29794 \end_layout
29795
29796 \begin_layout Description
29797 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
29798 \family sans
29799 外部素材
29800 \family default
29801 ダイアログを使って入れる画像は、第
29802 \begin_inset CommandInset ref
29803 LatexCommand ref
29804 reference "sec:画像ダイアログ"
29805
29806 \end_inset
29807
29808 節にあるように
29809 \family sans
29810 画像
29811 \family default
29812 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
29813 サポートしていないという点のみです。
29814 \end_layout
29815
29816 \begin_layout Description
29817 XFig このひな型は、
29818 \series bold
29819
29820 \begin_inset CommandInset href
29821 LatexCommand href
29822 name "Xfig"
29823 target "http://en.wikipedia.org/wiki/Xfig"
29824
29825 \end_inset
29826
29827
29828 \series default
29829 プログラムで作成した画像をサポートします。
29830 \end_layout
29831
29832 \begin_layout Standard
29833 \begin_inset Float table
29834 placement h
29835 wide false
29836 sideways false
29837 status open
29838
29839 \begin_layout Plain Layout
29840 \begin_inset Caption
29841
29842 \begin_layout Plain Layout
29843 \begin_inset CommandInset label
29844 LatexCommand label
29845 name "tab:日付挿入方法"
29846
29847 \end_inset
29848
29849 日付の挿入方法の比較
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Plain Layout
29858 \align center
29859 \begin_inset Tabular
29860 <lyxtabular version="3" rows="4" columns="4">
29861 <features tabularvalignment="middle">
29862 <column alignment="center" valignment="top" width="0">
29863 <column alignment="center" valignment="top" width="0">
29864 <column alignment="center" valignment="top" width="0">
29865 <column alignment="center" valignment="top" width="0">
29866 <row>
29867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29868 \begin_inset Text
29869
29870 \begin_layout Plain Layout
29871 文書書式
29872 \end_layout
29873
29874 \end_inset
29875 </cell>
29876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29877 \begin_inset Text
29878
29879 \begin_layout Plain Layout
29880
29881 \family sans
29882 外部素材\SpecialChar \menuseparator
29883 日付
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29889 \begin_inset Text
29890
29891 \begin_layout Plain Layout
29892
29893 \family sans
29894 挿入\SpecialChar \menuseparator
29895 日付
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904
29905 \series bold
29906
29907 \backslash
29908 today
29909 \series default
29910 コマンド
29911 \end_layout
29912
29913 \end_inset
29914 </cell>
29915 </row>
29916 <row>
29917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29918 \begin_inset Text
29919
29920 \begin_layout Plain Layout
29921 LyX
29922 \end_layout
29923
29924 \end_inset
29925 </cell>
29926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29927 \begin_inset Text
29928
29929 \begin_layout Plain Layout
29930 差込枠として
29931 \end_layout
29932
29933 \end_inset
29934 </cell>
29935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29936 \begin_inset Text
29937
29938 \begin_layout Plain Layout
29939 日付として
29940 \end_layout
29941
29942 \end_inset
29943 </cell>
29944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29945 \begin_inset Text
29946
29947 \begin_layout Plain Layout
29948 TeXコード差込枠として
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 </row>
29954 <row>
29955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29956 \begin_inset Text
29957
29958 \begin_layout Plain Layout
29959 LaTeX
29960 \end_layout
29961
29962 \end_inset
29963 </cell>
29964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29965 \begin_inset Text
29966
29967 \begin_layout Plain Layout
29968 日付として
29969 \end_layout
29970
29971 \end_inset
29972 </cell>
29973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29974 \begin_inset Text
29975
29976 \begin_layout Plain Layout
29977 日付として
29978 \end_layout
29979
29980 \end_inset
29981 </cell>
29982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29983 \begin_inset Text
29984
29985 \begin_layout Plain Layout
29986 コマンドとして
29987 \end_layout
29988
29989 \end_inset
29990 </cell>
29991 </row>
29992 <row>
29993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Plain Layout
29997 DVI, PDF, PS
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Plain Layout
30006 日付として
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30012 \begin_inset Text
30013
30014 \begin_layout Plain Layout
30015 日付として
30016 \end_layout
30017
30018 \end_inset
30019 </cell>
30020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Plain Layout
30024 日付として
30025 \end_layout
30026
30027 \end_inset
30028 </cell>
30029 </row>
30030 </lyxtabular>
30031
30032 \end_inset
30033
30034
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \end_layout
30041
30042 \begin_layout Standard
30043
30044 \family sans
30045 外部素材
30046 \family default
30047 ダイアログの
30048 \family sans
30049 ファイル
30050 \family default
30051 タブ中で
30052 \family sans
30053 下書き
30054 \family default
30055 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
30056 \begin_inset Newline newline
30057 \end_inset
30058
30059 LyX中での外部素材は、ダイアログ内の
30060 \family sans
30061 LaTeXとLyXのオプション
30062 \family default
30063 タブにある
30064 \family sans
30065 LyX内に表示
30066 \family default
30067 オプションの指定に従って、
30068 \begin_inset Graphics
30069         filename clipart/ExternalMaterialQt4.png
30070         scale 85
30071         scaleBeforeRotation
30072
30073 \end_inset
30074
30075 のようなボックスとして表示されるか、画像として表示されます。
30076 \end_layout
30077
30078 \begin_layout Standard
30079 取扱説明書
30080 \family sans
30081 \emph on
30082 カスタマイズ篇
30083 \family default
30084 \emph default
30085 には、自製のひな型を定義する方法が説明されています。
30086 \end_layout
30087
30088 \begin_layout Section
30089 子文書
30090 \begin_inset CommandInset label
30091 LatexCommand label
30092 name "sec:子文書"
30093
30094 \end_inset
30095
30096
30097 \begin_inset Index idx
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \begin_inset Index idx
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111 ふぁいる@ファイル ! いんくるーど@インクルード
30112 \end_layout
30113
30114 \end_inset
30115
30116
30117 \end_layout
30118
30119 \begin_layout Standard
30120 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
30121 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
30122 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
30123 \end_layout
30124
30125 \begin_layout Standard
30126 親文書を開くことなく子文書で作業できるようにするには、子文書の
30127 \family sans
30128 文書
30129 \family default
30130 \SpecialChar \menuseparator
30131
30132 \family sans
30133 設定
30134 \family default
30135 \SpecialChar \menuseparator
30136
30137 \family sans
30138 文書クラス
30139 \family default
30140 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
30141 \end_layout
30142
30143 \begin_layout Standard
30144 取り込んだ文書は、LyX中で
30145 \begin_inset Graphics
30146         filename clipart/ChildDocumentQt4.png
30147         scale 85
30148         scaleBeforeRotation
30149
30150 \end_inset
30151
30152 のようなボックスとして表示されます。子文書を親文書に取り込むには、
30153 \family sans
30154 挿入
30155 \family default
30156 \SpecialChar \menuseparator
30157
30158 \family sans
30159 ファイル
30160 \family default
30161 \SpecialChar \menuseparator
30162
30163 \family sans
30164 子文書
30165 \family default
30166 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
30167 \end_layout
30168
30169 \begin_layout Description
30170 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
30171 \family sans
30172 子文書
30173 \family default
30174 ダイアログの
30175 \family sans
30176 編集
30177 \family default
30178 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
30179 \begin_inset Newline newline
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Standard
30186 以下は、
30187 \family sans
30188 Include
30189 \family default
30190 を使用して挿入した子文書です。 
30191 \begin_inset CommandInset include
30192 LatexCommand include
30193 filename "DummyDocument1.lyx"
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Standard
30201 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
30202 あります。取り込んだ文書のラベルは、第
30203 \begin_inset CommandInset ref
30204 LatexCommand ref
30205 reference "sub:外部文書の第1小節"
30206
30207 \end_inset
30208
30209 小節、のように参照することができます。
30210 \end_layout
30211
30212 \begin_layout Standard
30213 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
30214 は、新規頁から始まるように挿入され、改頁して終わります。
30215 \end_layout
30216
30217 \begin_layout Standard
30218 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
30219 \begin_inset Foot
30220 status open
30221
30222 \begin_layout Plain Layout
30223 派生枝は、LyX
30224 \emph on
30225 ユーザーの手引き
30226 \emph default
30227
30228 \emph on
30229 派生枝
30230 \emph default
30231 の節に説明されています。
30232 \end_layout
30233
30234 \end_inset
30235
30236 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
30237 \end_layout
30238
30239 \begin_layout Standard
30240 \begin_inset Note Greyedout
30241 status open
30242
30243 \begin_layout Plain Layout
30244
30245 \series bold
30246 【註】
30247 \series default
30248 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
30249 \series bold
30250
30251 \backslash
30252 includeonly
30253 \series default
30254 を使用することはできません。
30255 \end_layout
30256
30257 \end_inset
30258
30259
30260 \end_layout
30261
30262 \begin_layout Standard
30263 \begin_inset Note Greyedout
30264 status open
30265
30266 \begin_layout Plain Layout
30267
30268 \series bold
30269 【註】
30270 \series default
30271 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
30272 警告が発せられます。
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Description
30281 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
30282 \end_layout
30283
30284 \begin_deeper
30285 \begin_layout Itemize
30286 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
30287 \end_layout
30288
30289 \begin_layout Itemize
30290 Inputファイルは、LyX設定の操作性
30291 \family sans
30292 \SpecialChar \menuseparator
30293 表示
30294 \family default
30295 の下にある
30296 \family sans
30297 画像を表示
30298 \family default
30299 を有効にすると、LyX中でプレビューすることができます。
30300 \end_layout
30301
30302 \begin_layout Itemize
30303 LaTeXコマンドの
30304 \series bold
30305
30306 \backslash
30307 includeonly
30308 \series default
30309 は使用することができません。
30310 \end_layout
30311
30312 \end_deeper
30313 \begin_layout Standard
30314 右は、
30315 \family sans
30316 Input
30317 \family default
30318 を使って挿入した子文書です。 
30319 \begin_inset CommandInset include
30320 LatexCommand input
30321 filename "DummyDocument2.lyx"
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Description
30329 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
30330 に用いられているコマンドは実行されません。
30331 \family sans
30332 出力の空白に印付けをする
30333 \family default
30334 オプションを有効にすると、ソースコード中のすべての空白文字に「
30335 \begin_inset ERT
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339
30340
30341 \backslash
30342 textvisiblespace 
30343 \end_layout
30344
30345 \end_inset
30346
30347 」文字を表示させることができます。
30348 \family sans
30349 挿入\SpecialChar \menuseparator
30350 ファイル\SpecialChar \menuseparator
30351 平文
30352 \family default
30353 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
30354 \end_layout
30355
30356 \begin_layout Standard
30357 以下は、verbatimとして挿入された子文書です。 
30358 \begin_inset CommandInset include
30359 LatexCommand verbatiminput
30360 filename "../DummyTextDocument.txt"
30361
30362 \end_inset
30363
30364
30365 \begin_inset VSpace bigskip
30366 \end_inset
30367
30368 以下は、
30369 \family sans
30370 出力の空白に印付けをする
30371 \family default
30372 オプションを指定して、verbatimとして挿入された子文書です。 
30373 \begin_inset CommandInset include
30374 LatexCommand verbatiminput*
30375 filename "../DummyTextDocument.txt"
30376
30377 \end_inset
30378
30379
30380 \end_layout
30381
30382 \begin_layout Standard
30383 \begin_inset VSpace bigskip
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Standard
30390 \begin_inset Note Greyedout
30391 status open
30392
30393 \begin_layout Plain Layout
30394
30395 \series bold
30396 【註】
30397 \series default
30398 上記の例でわかるように、
30399 \family sans
30400 verbatim
30401 \family default
30402 として取り込んだ文書の文章は、文書行の終わりで改行されません。
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \end_layout
30409
30410 \begin_layout Standard
30411 \begin_inset Note Greyedout
30412 status open
30413
30414 \begin_layout Plain Layout
30415
30416 \series bold
30417 【訳註】
30418 \series default
30419 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Description
30428 プログラムリスト この型については、第
30429 \begin_inset CommandInset ref
30430 LatexCommand ref
30431 reference "cha:プログラムコードリスト"
30432
30433 \end_inset
30434
30435 章に説明されています。
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset Note Greyedout
30440 status open
30441
30442 \begin_layout Plain Layout
30443
30444 \series bold
30445 【註】
30446 \series default
30447 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Chapter
30456 プログラムコードリスト
30457 \begin_inset CommandInset label
30458 LatexCommand label
30459 name "cha:プログラムコードリスト"
30460
30461 \end_inset
30462
30463
30464 \begin_inset Index idx
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468 りすと@リスト
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \begin_inset Index idx
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 ぷろぐらむこーど@プログラムコード
30479 \end_layout
30480
30481 \end_inset
30482
30483
30484 \begin_inset Index idx
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488 ふろーと@フロート ! りすと@リスト
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Standard
30497 プログラムコードを取り込んで組版するには、
30498 \family sans
30499 挿入
30500 \family default
30501 \SpecialChar \menuseparator
30502
30503 \family sans
30504 プログラムリスト
30505 \family default
30506 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
30507 \series bold
30508 listings
30509 \series default
30510
30511 \begin_inset Index idx
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515 LaTeXぱっけーじ@LaTeXパッケージ ! listings
30516 \end_layout
30517
30518 \end_inset
30519
30520 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
30521 \end_layout
30522
30523 \begin_layout Standard
30524 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
30525 \end_layout
30526
30527 \begin_layout Standard
30528 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
30529 \family sans
30530 行内リスト
30531 \family default
30532 を指定すると、リストは
30533 \begin_inset listings
30534 lstparams "language={C++}"
30535 inline true
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539
30540 int a=5;
30541 \end_layout
30542
30543 \end_inset
30544
30545 のように行内に印字されます。
30546 \begin_inset Newline newline
30547 \end_inset
30548
30549
30550 \family sans
30551 フロート
30552 \family default
30553 オプションは、プログラムリストフロートを生成するものですが、ここで、第
30554 \begin_inset CommandInset ref
30555 LatexCommand ref
30556 reference "sec:フロートの配置"
30557
30558 \end_inset
30559
30560 節に説明されているフロート配置オプションに従って、「
30561 \family sans
30562 h
30563 \family default
30564 」「
30565 \family sans
30566 t
30567 \family default
30568 」「
30569 \family sans
30570 b
30571 \family default
30572 」「
30573 \family sans
30574 p
30575 \family default
30576 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
30577 \family sans
30578 htbp
30579 \family default
30580 」のように区切りを入れることなく入力することができます。「
30581 \family sans
30582 h
30583 \family default
30584 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
30585 \family sans
30586 フロート
30587 \family default
30588 オプションを使用しなければ大丈夫です。
30589 \end_layout
30590
30591 \begin_layout Standard
30592
30593 \family sans
30594 挿入
30595 \family default
30596 \SpecialChar \menuseparator
30597
30598 \family sans
30599 キャプション
30600 \family default
30601 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、Listing
30602 \begin_inset space ~
30603 \end_inset
30604
30605
30606 \begin_inset CommandInset ref
30607 LatexCommand ref
30608 reference "lst:Example-Listing"
30609
30610 \end_inset
30611
30612 のように参照することができます。
30613 \end_layout
30614
30615 \begin_layout Standard
30616 \begin_inset listings
30617 lstparams "language=Python"
30618 inline false
30619 status open
30620
30621 \begin_layout Plain Layout
30622
30623 \begin_inset Caption
30624
30625 \begin_layout Plain Layout
30626 \begin_inset CommandInset label
30627 LatexCommand label
30628 name "lst:Example-Listing"
30629
30630 \end_inset
30631
30632 Example Listing float
30633 \end_layout
30634
30635 \end_inset
30636
30637 # Example listing float
30638 \end_layout
30639
30640 \begin_layout Plain Layout
30641
30642 def func(param):
30643 \end_layout
30644
30645 \begin_layout Plain Layout
30646
30647     'this is a python function'
30648 \end_layout
30649
30650 \begin_layout Plain Layout
30651
30652     pass
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \begin_layout Standard
30661 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
30662 onのキーワード「def」が識別され、ボールド体で出力されます。
30663 \end_layout
30664
30665 \begin_layout Standard
30666 \begin_inset Note Greyedout
30667 status open
30668
30669 \begin_layout Plain Layout
30670
30671 \series bold
30672 【註】
30673 \series default
30674 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
30675 \family typewriter
30676 typewriter
30677 \family default
30678 フォントがボールド体を提供していません。この場合には、
30679 \family sans
30680 文書
30681 \family default
30682 \SpecialChar \menuseparator
30683
30684 \family sans
30685 設定
30686 \family default
30687 \SpecialChar \menuseparator
30688
30689 \family sans
30690 フォント
30691 \family default
30692 メニューで別のフォントを選択してください(
30693 \emph on
30694 LuxiMono
30695 \emph default
30696
30697 \emph on
30698 BeraMono
30699 \emph default
30700
30701 \emph on
30702 Courier
30703 \emph default
30704 の各フォントはボールド体を提供します)。
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \begin_layout Standard
30713 \begin_inset Note Greyedout
30714 status open
30715
30716 \begin_layout Plain Layout
30717
30718 \series bold
30719 【訳註】
30720 \series default
30721 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \begin_layout Standard
30730 プログラムリストダイアログの
30731 \family sans
30732 行番号
30733 \family default
30734 のセクションでは、行番号の様式を指定することができます。
30735 \family sans
30736 行間
30737 \family default
30738 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
30739 \end_layout
30740
30741 \begin_layout Standard
30742 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
30743 \family sans
30744 拡張文字コード表を使う
30745 \family default
30746 オプションを使用しなくてはなりません。
30747 \begin_inset Newline newline
30748 \end_inset
30749
30750 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
30751 \begin_inset space \thinspace{}
30752 \end_inset
30753
30754 -
30755 \begin_inset space \thinspace{}
30756 \end_inset
30757
30758 8」で設定したプログラムリストの例です。
30759 \end_layout
30760
30761 \begin_layout Standard
30762 \begin_inset listings
30763 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
30764 inline false
30765 status open
30766
30767 \begin_layout Plain Layout
30768
30769 def func(param):
30770 \end_layout
30771
30772 \begin_layout Plain Layout
30773
30774     'this is a python function'
30775 \end_layout
30776
30777 \begin_layout Plain Layout
30778
30779     pass
30780 \end_layout
30781
30782 \begin_layout Plain Layout
30783
30784 def func(param):
30785 \end_layout
30786
30787 \begin_layout Plain Layout
30788
30789 'This is a German word: Tschüß'
30790 \end_layout
30791
30792 \begin_layout Plain Layout
30793
30794 pass
30795 \end_layout
30796
30797 \begin_layout Plain Layout
30798
30799 def func(param):
30800 \end_layout
30801
30802 \begin_layout Plain Layout
30803
30804 'this is a python function'
30805 \end_layout
30806
30807 \begin_layout Plain Layout
30808
30809 pass
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \begin_layout Standard
30818 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
30819 \family sans
30820 タビュレータの大きさ
30821 \family default
30822 フィールドで指定することができます。
30823 \end_layout
30824
30825 \begin_layout Standard
30826 \begin_inset Note Greyedout
30827 status open
30828
30829 \begin_layout Plain Layout
30830
30831 \series bold
30832 【註】listings
30833 \series default
30834 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
30835 に振られているのはこのためです。
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \end_layout
30842
30843 \begin_layout Standard
30844 \begin_inset VSpace bigskip
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Standard
30851 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
30852 \family sans
30853 挿入
30854 \family default
30855 \SpecialChar \menuseparator
30856
30857 \family sans
30858 ファイル
30859 \family default
30860 \SpecialChar \menuseparator
30861
30862 \family sans
30863 子文書
30864 \family default
30865 メニューを使用して
30866 \family sans
30867 プログラムリスト
30868 \family default
30869 型を選択してください
30870 \begin_inset Foot
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874 他の子文書型については、第 section
30875 \begin_inset space ~
30876 \end_inset
30877
30878
30879 \begin_inset CommandInset ref
30880 LatexCommand ref
30881 reference "sec:子文書"
30882
30883 \end_inset
30884
30885 節に説明があります。
30886 \end_layout
30887
30888 \end_inset
30889
30890 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
30891 疑問符「?」を打鍵してください。
30892 \end_layout
30893
30894 \begin_layout Standard
30895 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
30896 \family sans
30897 挿入
30898 \family default
30899 \SpecialChar \menuseparator
30900
30901 \family sans
30902 相互参照
30903 \family default
30904 メニューを使って参照できるようになります。
30905 \end_layout
30906
30907 \begin_layout Standard
30908 プログラムリスト
30909 \begin_inset CommandInset ref
30910 LatexCommand ref
30911 reference "lst:file-listing"
30912
30913 \end_inset
30914
30915 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
30916 \end_layout
30917
30918 \begin_layout Standard
30919 \begin_inset CommandInset include
30920 LatexCommand lstinputlisting
30921 filename "EmbeddedObjects.lyx"
30922 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
30923
30924 \end_inset
30925
30926
30927 \end_layout
30928
30929 \begin_layout Standard
30930 \begin_inset VSpace bigskip
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \begin_layout Standard
30937
30938 \lang english
30939 Inserting a formula into a listing can be done the following way:
30940 \end_layout
30941
30942 \begin_layout Enumerate
30943
30944 \lang english
30945 Open the listings dialog and add
30946 \begin_inset Newline newline
30947 \end_inset
30948
30949
30950 \family sans
30951 mathescape=true
30952 \family default
30953
30954 \begin_inset Newline newline
30955 \end_inset
30956
30957 to the field of the 
30958 \family sans
30959 Advanced
30960 \family default
30961  tab.
30962 \end_layout
30963
30964 \begin_layout Enumerate
30965
30966 \lang english
30967 Create a formula outside the listing
30968 \end_layout
30969
30970 \begin_layout Enumerate
30971
30972 \lang english
30973 Copy the content of the formula (not the formula inset) to the clipboard
30974  (shortcut 
30975 \begin_inset Info
30976 type  "shortcut"
30977 arg   "copy"
30978 \end_inset
30979
30980 )
30981 \end_layout
30982
30983 \begin_layout Enumerate
30984
30985 \lang english
30986 In the listing write 
30987 \begin_inset Quotes eld
30988 \end_inset
30989
30990
30991 \family sans
30992 $$
30993 \family default
30994
30995 \begin_inset Quotes erd
30996 \end_inset
30997
30998  and copy from the clipboard between the dollar-signs (shortcut 
30999 \begin_inset Info
31000 type  "shortcut"
31001 arg   "paste"
31002 \end_inset
31003
31004 )
31005 \end_layout
31006
31007 \begin_layout Standard
31008 \begin_inset listings
31009 lstparams "language=Python,mathescape=true"
31010 inline false
31011 status open
31012
31013 \begin_layout Plain Layout
31014
31015 \begin_inset Caption
31016
31017 \begin_layout Plain Layout
31018
31019 \lang english
31020 Example Listing float containing a formula
31021 \end_layout
31022
31023 \end_inset
31024
31025 # Example listing float
31026 \end_layout
31027
31028 \begin_layout Plain Layout
31029
31030 def func(param):
31031 \end_layout
31032
31033 \begin_layout Plain Layout
31034
31035     # $
31036 \backslash
31037 prod_{n=1}^{
31038 \backslash
31039 infty}
31040 \backslash
31041 ,
31042 \backslash
31043 frac{1}{x^{2}}$
31044 \end_layout
31045
31046 \begin_layout Plain Layout
31047
31048     pass
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \end_layout
31055
31056 \begin_layout Standard
31057 \begin_inset VSpace bigskip
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Standard
31064 大域的なプログラムリストの設定は、
31065 \family sans
31066 文書
31067 \family default
31068 \SpecialChar \menuseparator
31069
31070 \family sans
31071 設定
31072 \family default
31073 \SpecialChar \menuseparator
31074
31075 \family sans
31076 本文レイアウト
31077 \family default
31078 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
31079 \family sans
31080 プログラムリスト設定
31081 \family default
31082 フィールドで疑問符「?」を打鍵してください。
31083 \end_layout
31084
31085 \begin_layout Standard
31086
31087 \series bold
31088 listings
31089 \series default
31090 パッケージについての詳しい情報については、取扱説明書
31091 \begin_inset CommandInset citation
31092 LatexCommand cite
31093 key "listings"
31094
31095 \end_inset
31096
31097 をご参照ください。.
31098 \end_layout
31099
31100 \begin_layout Standard
31101 \begin_inset Newpage newpage
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Chapter
31108 \start_of_appendix
31109 LyXで使用できる単位
31110 \begin_inset Index idx
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 たんい@単位
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset CommandInset label
31121 LatexCommand label
31122 name "cha:LyXで使用できる単位"
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 この文書で用いられる単位の理解のために、表
31131 \begin_inset CommandInset ref
31132 LatexCommand ref
31133 reference "tab:単位"
31134
31135 \end_inset
31136
31137 に、LyXで使うことのできる単位をまとめておきます。
31138 \end_layout
31139
31140 \begin_layout Standard
31141 \begin_inset Float table
31142 placement h
31143 wide false
31144 sideways false
31145 status open
31146
31147 \begin_layout Plain Layout
31148 \begin_inset Caption
31149
31150 \begin_layout Plain Layout
31151 \begin_inset CommandInset label
31152 LatexCommand label
31153 name "tab:単位"
31154
31155 \end_inset
31156
31157 単位
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Plain Layout
31166 \begin_inset VSpace medskip
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Plain Layout
31173 \align center
31174 \begin_inset Tabular
31175 <lyxtabular version="3" rows="20" columns="2">
31176 <features tabularvalignment="middle">
31177 <column alignment="center" valignment="top" width="0">
31178 <column alignment="center" valignment="top" width="0">
31179 <row>
31180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31181 \begin_inset Text
31182
31183 \begin_layout Plain Layout
31184 単位
31185 \end_layout
31186
31187 \end_inset
31188 </cell>
31189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31190 \begin_inset Text
31191
31192 \begin_layout Plain Layout
31193 名称/摘要
31194 \end_layout
31195
31196 \end_inset
31197 </cell>
31198 </row>
31199 <row>
31200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31201 \begin_inset Text
31202
31203 \begin_layout Plain Layout
31204 mm
31205 \end_layout
31206
31207 \end_inset
31208 </cell>
31209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31210 \begin_inset Text
31211
31212 \begin_layout Plain Layout
31213 ミリメートル
31214 \end_layout
31215
31216 \end_inset
31217 </cell>
31218 </row>
31219 <row>
31220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31221 \begin_inset Text
31222
31223 \begin_layout Plain Layout
31224 cm
31225 \end_layout
31226
31227 \end_inset
31228 </cell>
31229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31230 \begin_inset Text
31231
31232 \begin_layout Plain Layout
31233 センチメートル
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 </row>
31239 <row>
31240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31241 \begin_inset Text
31242
31243 \begin_layout Plain Layout
31244 in
31245 \end_layout
31246
31247 \end_inset
31248 </cell>
31249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31250 \begin_inset Text
31251
31252 \begin_layout Plain Layout
31253 インチ
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 </row>
31259 <row>
31260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31261 \begin_inset Text
31262
31263 \begin_layout Plain Layout
31264 pt
31265 \end_layout
31266
31267 \end_inset
31268 </cell>
31269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31270 \begin_inset Text
31271
31272 \begin_layout Plain Layout
31273 ポイント (72.27
31274 \begin_inset Formula $\,$
31275 \end_inset
31276
31277 pt = 1
31278 \begin_inset Formula $\,$
31279 \end_inset
31280
31281 in)
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 </row>
31287 <row>
31288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31289 \begin_inset Text
31290
31291 \begin_layout Plain Layout
31292 pc
31293 \end_layout
31294
31295 \end_inset
31296 </cell>
31297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31298 \begin_inset Text
31299
31300 \begin_layout Plain Layout
31301 パイカ (1
31302 \begin_inset Formula $\,$
31303 \end_inset
31304
31305 pc = 12
31306 \begin_inset Formula $\,$
31307 \end_inset
31308
31309 pt)
31310 \end_layout
31311
31312 \end_inset
31313 </cell>
31314 </row>
31315 <row>
31316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31317 \begin_inset Text
31318
31319 \begin_layout Plain Layout
31320 sp
31321 \end_layout
31322
31323 \end_inset
31324 </cell>
31325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31326 \begin_inset Text
31327
31328 \begin_layout Plain Layout
31329 スケールポイント (65536
31330 \begin_inset Formula $\,$
31331 \end_inset
31332
31333 sp = 1
31334 \begin_inset Formula $\,$
31335 \end_inset
31336
31337 pt)
31338 \end_layout
31339
31340 \end_inset
31341 </cell>
31342 </row>
31343 <row>
31344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31345 \begin_inset Text
31346
31347 \begin_layout Plain Layout
31348 bp
31349 \end_layout
31350
31351 \end_inset
31352 </cell>
31353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357 ビッグポイント (72
31358 \begin_inset Formula $\,$
31359 \end_inset
31360
31361 bp = 1
31362 \begin_inset Formula $\,$
31363 \end_inset
31364
31365 in)
31366 \end_layout
31367
31368 \end_inset
31369 </cell>
31370 </row>
31371 <row>
31372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31373 \begin_inset Text
31374
31375 \begin_layout Plain Layout
31376 dd
31377 \end_layout
31378
31379 \end_inset
31380 </cell>
31381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31382 \begin_inset Text
31383
31384 \begin_layout Plain Layout
31385 ディドー (72
31386 \begin_inset Formula $\,$
31387 \end_inset
31388
31389 dd 
31390 \begin_inset Formula $\approx$
31391 \end_inset
31392
31393  37.6
31394 \begin_inset Formula $\,$
31395 \end_inset
31396
31397 mm)
31398 \end_layout
31399
31400 \end_inset
31401 </cell>
31402 </row>
31403 <row>
31404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31405 \begin_inset Text
31406
31407 \begin_layout Plain Layout
31408 cc
31409 \end_layout
31410
31411 \end_inset
31412 </cell>
31413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31414 \begin_inset Text
31415
31416 \begin_layout Plain Layout
31417 シセロ (1
31418 \begin_inset Formula $\,$
31419 \end_inset
31420
31421 cc = 12
31422 \begin_inset Formula $\,$
31423 \end_inset
31424
31425 dd)
31426 \end_layout
31427
31428 \end_inset
31429 </cell>
31430 </row>
31431 <row>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 Scale%
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445 元の画像幅の%
31446 \end_layout
31447
31448 \end_inset
31449 </cell>
31450 </row>
31451 <row>
31452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31453 \begin_inset Text
31454
31455 \begin_layout Plain Layout
31456 text%
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 テキスト幅の%
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 </row>
31471 <row>
31472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31473 \begin_inset Text
31474
31475 \begin_layout Plain Layout
31476 col%
31477 \end_layout
31478
31479 \end_inset
31480 </cell>
31481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31482 \begin_inset Text
31483
31484 \begin_layout Plain Layout
31485 組段幅の%
31486 \end_layout
31487
31488 \end_inset
31489 </cell>
31490 </row>
31491 <row>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 page%
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31502 \begin_inset Text
31503
31504 \begin_layout Plain Layout
31505 用紙幅の%
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 </row>
31511 <row>
31512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516 line%
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525 行幅の%
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 </row>
31531 <row>
31532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31533 \begin_inset Text
31534
31535 \begin_layout Plain Layout
31536 theight%
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 テキスト高さの%
31546 \end_layout
31547
31548 \end_inset
31549 </cell>
31550 </row>
31551 <row>
31552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Plain Layout
31556 pheight%
31557 \end_layout
31558
31559 \end_inset
31560 </cell>
31561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31562 \begin_inset Text
31563
31564 \begin_layout Plain Layout
31565 用紙高さの%
31566 \end_layout
31567
31568 \end_inset
31569 </cell>
31570 </row>
31571 <row>
31572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 ex
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 現在のフォントの文字「x」の高さ
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 </row>
31591 <row>
31592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31593 \begin_inset Text
31594
31595 \begin_layout Plain Layout
31596 em
31597 \end_layout
31598
31599 \end_inset
31600 </cell>
31601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31602 \begin_inset Text
31603
31604 \begin_layout Plain Layout
31605 現在のフォントの文字「M」の幅
31606 \end_layout
31607
31608 \end_inset
31609 </cell>
31610 </row>
31611 <row>
31612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616 mu
31617 \end_layout
31618
31619 \end_inset
31620 </cell>
31621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 数式単位 (1
31626 \begin_inset Formula $\,$
31627 \end_inset
31628
31629 mu = 1/18
31630 \begin_inset Formula $\,$
31631 \end_inset
31632
31633 em)
31634 \end_layout
31635
31636 \end_inset
31637 </cell>
31638 </row>
31639 </lyxtabular>
31640
31641 \end_inset
31642
31643
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Chapter
31652 画像を含む場合のファイル出力形式
31653 \begin_inset CommandInset label
31654 LatexCommand label
31655 name "cha:ファイル出力形式"
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Section
31663 DVI
31664 \begin_inset Index idx
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668 ふぁいるしょしき@ファイル書式 ! DVI
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \begin_inset Index idx
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678 DVI|see
31679 \begin_inset ERT
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683
31684 {
31685 \end_layout
31686
31687 \end_inset
31688
31689 ファイル書式
31690 \begin_inset ERT
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694
31695 }
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \end_layout
31702
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \begin_layout Standard
31709 このファイル型の拡張子は「
31710 \family typewriter
31711 .dvi
31712 \family default
31713 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
31714 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
31715 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
31716 \end_layout
31717
31718 \begin_layout Standard
31719 \begin_inset Note Greyedout
31720 status open
31721
31722 \begin_layout Plain Layout
31723 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
31724 \end_layout
31725
31726 \end_inset
31727
31728 ですから、お使いの
31729 \family typewriter
31730 .dvi
31731 \family default
31732 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
31733 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
31734 DFを使用することをお勧めします。
31735 \end_layout
31736
31737 \begin_layout Standard
31738 使用中の文書は、
31739 \family sans
31740 ファイル
31741 \family default
31742 \SpecialChar \menuseparator
31743
31744 \family sans
31745 書き出し
31746 \family default
31747 \SpecialChar \menuseparator
31748
31749 \family sans
31750 DVI
31751 \family default
31752 メニューを使用して、DVIに書き出すことができます。また、
31753 \family sans
31754 表示
31755 \family default
31756 メニューかツールバーボタン
31757 \begin_inset Graphics
31758         filename ../../images/buffer-view_dvi.png
31759         scale 85
31760         scaleBeforeRotation
31761
31762 \end_inset
31763
31764 を使用すれば、使用中の文書をDVIで表示させることができます。
31765 \end_layout
31766
31767 \begin_layout Section
31768 PostScript
31769 \begin_inset CommandInset label
31770 LatexCommand label
31771 name "sec:PostScript"
31772
31773 \end_inset
31774
31775
31776 \begin_inset Index idx
31777 status collapsed
31778
31779 \begin_layout Plain Layout
31780 ふぁいるしょしき@ファイル書式 ! PostScript
31781 \end_layout
31782
31783 \end_inset
31784
31785
31786 \begin_inset Index idx
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790 PostScript|see
31791 \begin_inset ERT
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795
31796 {
31797 \end_layout
31798
31799 \end_inset
31800
31801 ファイル書式
31802 \begin_inset ERT
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807 }
31808 \end_layout
31809
31810 \end_inset
31811
31812
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \begin_layout Standard
31821 このファイル型の拡張子は「
31822 \family typewriter
31823 .ps
31824 \family default
31825 」です。PostScriptは、
31826 \family typewriter
31827 Adobe
31828 \family default
31829 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
31830 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
31831 \begin_inset Foot
31832 status open
31833
31834 \begin_layout Plain Layout
31835 これについてもう少し学ぶ気があれば、LaTeXパッケージ
31836 \series bold
31837 PSTricks
31838 \series default
31839  
31840 \begin_inset CommandInset citation
31841 LatexCommand cite
31842 key "pstricks"
31843
31844 \end_inset
31845
31846 を見てみてください。
31847 \end_layout
31848
31849 \end_inset
31850
31851 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
31852 \end_layout
31853
31854 \begin_layout Standard
31855 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
31856 \family typewriter
31857 .eps
31858 \family default
31859 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
31860 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
31861 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
31862 を直接EPSとして入れておく方がよいでしょう。
31863 \end_layout
31864
31865 \begin_layout Standard
31866 文書は、
31867 \family sans
31868 ファイル
31869 \family default
31870 \SpecialChar \menuseparator
31871
31872 \family sans
31873 書き出し
31874 \family default
31875 \SpecialChar \menuseparator
31876
31877 \family sans
31878 Postscript
31879 \family default
31880 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
31881 \family sans
31882 表示
31883 \family default
31884 メニューかツールバーボタン
31885 \begin_inset Graphics
31886         filename ../../images/buffer-view_ps.png
31887         scale 85
31888         scaleBeforeRotation
31889
31890 \end_inset
31891
31892 を使用することでPostScriptとして表示させることができます。
31893 \end_layout
31894
31895 \begin_layout Section
31896 PDF
31897 \begin_inset Index idx
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901 ふぁいるしょしき@ファイル書式 ! PDF
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset Index idx
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911 PDF
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \begin_layout Standard
31920 このファイル型の拡張子は「
31921 \family typewriter
31922 .pdf
31923 \family default
31924 」です。この「Portable Document Format (PDF)」は、
31925 \family typewriter
31926 Adobe
31927 \family default
31928 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
31929 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
31930 \end_layout
31931
31932 \begin_layout Standard
31933 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
31934 \family typewriter
31935 .jpg
31936 \family default
31937 」または「
31938 \family typewriter
31939 .jpeg
31940 \family default
31941 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
31942 \family typewriter
31943 .png
31944 \family default
31945 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
31946 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
31947 とをお勧めします。
31948 \end_layout
31949
31950 \begin_layout Standard
31951 使用中の文書は、
31952 \family sans
31953 ファイル
31954 \family default
31955 \SpecialChar \menuseparator
31956
31957 \family sans
31958 書き出し
31959 \family default
31960 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
31961 \end_layout
31962
31963 \begin_layout Description
31964 PDF
31965 \begin_inset space ~
31966 \end_inset
31967
31968 (ps2pdf) これは
31969 \family typewriter
31970 ps2pdf
31971 \family default
31972 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
31973 \family typewriter
31974 dvips
31975 \family default
31976 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
31977 \end_layout
31978
31979 \begin_layout Description
31980 PDF
31981 \begin_inset space ~
31982 \end_inset
31983
31984 (dvipdfm) これは
31985 \family typewriter
31986 dvipdfm
31987 \family default
31988 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
31989 \end_layout
31990
31991 \begin_layout Description
31992 PDF
31993 \begin_inset space ~
31994 \end_inset
31995
31996 (pdflatex) これは
31997 \family typewriter
31998 pdftex
31999 \family default
32000 プログラムを使って、現在のファイルを直接PDFに変換します。
32001 \end_layout
32002
32003 \begin_layout Standard
32004
32005 \family typewriter
32006 pdftex
32007 \family default
32008 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
32009 \family sans
32010 PDF
32011 \begin_inset space ~
32012 \end_inset
32013
32014 (pdflatex)
32015 \family default
32016 を使用することが推奨されます。
32017 \family typewriter
32018 dvipdfm
32019 \family default
32020 プログラムは開発が停止しており、若干時代遅れになっています。
32021 \end_layout
32022
32023 \begin_layout Standard
32024 使用中の文書をPDFとして表示するには、
32025 \family sans
32026 表示
32027 \family default
32028 メニューかツールバーボタン
32029 \begin_inset Graphics
32030         filename ../../images/buffer-view_pdf2.png
32031         scale 85
32032         scaleBeforeRotation
32033
32034 \end_inset
32035
32036 (これは
32037 \family sans
32038 PDF
32039 \begin_inset space ~
32040 \end_inset
32041
32042 (pdflatex)
32043 \family default
32044 を使用します)を用います。
32045 \end_layout
32046
32047 \begin_layout Chapter
32048 第(
32049 \begin_inset CommandInset ref
32050 LatexCommand ref
32051 reference "eq:Wgn"
32052
32053 \end_inset
32054
32055 )式の説明
32056 \begin_inset CommandInset label
32057 LatexCommand label
32058 name "cha:式の説明"
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Standard
32066 \begin_inset Formula $n$
32067 \end_inset
32068
32069 個の表セルの全幅
32070 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset Formula \begin{equation}
32078 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}
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \begin_layout Standard
32086 で計算できます。ここで
32087 \begin_inset Formula $W_{g\, n}$
32088 \end_inset
32089
32090 は、すべてのセルが持つ固定幅です。
32091 \series bold
32092
32093 \backslash
32094 tabcolsep
32095 \series default
32096 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
32097 \begin_inset space \thinspace{}
32098 \end_inset
32099
32100 ptです。
32101 \series bold
32102
32103 \backslash
32104 arrayrulewidth
32105 \series default
32106 は、セル罫線幅であり、既定値は0.4
32107 \begin_inset space \thinspace{}
32108 \end_inset
32109
32110 ptです。
32111 \end_layout
32112
32113 \begin_layout Standard
32114
32115 \begin_inset CommandInset ref
32116 LatexCommand eqref
32117 reference "eq:Wtot_n"
32118
32119 \end_inset
32120
32121 式にしたがえば、連結列の全幅
32122 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32123 \end_inset
32124
32125
32126 \end_layout
32127
32128 \begin_layout Standard
32129 \begin_inset Formula \begin{equation}
32130 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \begin_layout Standard
32138 となります。
32139 \begin_inset Formula $n$
32140 \end_inset
32141
32142 列を連結する時には各列の全幅は
32143 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32144 \end_inset
32145
32146 となるので、第
32147 \begin_inset CommandInset ref
32148 LatexCommand eqref
32149 reference "eq:Wtot_n"
32150
32151 \end_inset
32152
32153 式と第
32154 \begin_inset CommandInset ref
32155 LatexCommand eqref
32156 reference "eq:Wtot_mult"
32157
32158 \end_inset
32159
32160 式が等しいものと置けば、必要となる固定幅
32161 \begin_inset Formula $W_{g\, n}$
32162 \end_inset
32163
32164 を計算することができて、
32165 \end_layout
32166
32167 \begin_layout Standard
32168 \begin_inset Formula \begin{equation}
32169 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32170
32171 \end_inset
32172
32173 となります。
32174 \end_layout
32175
32176 \begin_layout Bibliography
32177 \labelwidthstring 参考文献
32178 \begin_inset CommandInset bibitem
32179 LatexCommand bibitem
32180 key "latexcompanion"
32181
32182 \end_inset
32183
32184 Frank Mittelbach and Michel Goossens: 
32185 \emph on
32186 The LaTeX Companion Second Edition.
32187
32188 \emph default
32189  Addison-Wesley, 2004
32190 \end_layout
32191
32192 \begin_layout Bibliography
32193 \labelwidthstring 参考文献
32194 \begin_inset CommandInset bibitem
32195 LatexCommand bibitem
32196 key "latexguide"
32197
32198 \end_inset
32199
32200 Helmut Kopka and Patrick W.
32201  Daly: 
32202 \emph on
32203 A Guide to LaTeX Fourth Edition.
32204
32205 \emph default
32206  Addison-Wesley, 2003
32207 \end_layout
32208
32209 \begin_layout Bibliography
32210 \labelwidthstring 参考文献
32211 \begin_inset CommandInset bibitem
32212 LatexCommand bibitem
32213 key "latexbook"
32214
32215 \end_inset
32216
32217 Leslie Lamport: 
32218 \emph on
32219 LaTeX: A Document Preparation System.
32220
32221 \emph default
32222  Addison-Wesley, second edition, 1994
32223 \end_layout
32224
32225 \begin_layout Bibliography
32226 \labelwidthstring 参考文献
32227 \begin_inset CommandInset bibitem
32228 LatexCommand bibitem
32229 key "booktabs"
32230
32231 \end_inset
32232
32233 LaTeXパッケージ
32234 \series bold
32235
32236 \begin_inset CommandInset href
32237 LatexCommand href
32238 name "booktabs"
32239 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32240
32241 \end_inset
32242
32243
32244 \series default
32245
32246 \begin_inset Index idx
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
32251 \end_layout
32252
32253 \end_inset
32254
32255 の取扱説明書
32256 \end_layout
32257
32258 \begin_layout Bibliography
32259 \labelwidthstring 参考文献
32260 \begin_inset CommandInset bibitem
32261 LatexCommand bibitem
32262 key "caption"
32263
32264 \end_inset
32265
32266 LaTeXパッケージ
32267 \series bold
32268
32269 \begin_inset CommandInset href
32270 LatexCommand href
32271 name "caption"
32272 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32273
32274 \end_inset
32275
32276
32277 \series default
32278
32279 \begin_inset Index idx
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283 LaTeXぱっけーじ@LaTeXパッケージ ! caption
32284 \end_layout
32285
32286 \end_inset
32287
32288 の取扱説明書
32289 \end_layout
32290
32291 \begin_layout Bibliography
32292 \labelwidthstring 参考文献
32293 \begin_inset CommandInset bibitem
32294 LatexCommand bibitem
32295 key "endfloat"
32296
32297 \end_inset
32298
32299 LaTeXパッケージ
32300 \series bold
32301
32302 \begin_inset CommandInset href
32303 LatexCommand href
32304 name "endfloat"
32305 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32306
32307 \end_inset
32308
32309
32310 \series default
32311
32312 \begin_inset Index idx
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
32317 \end_layout
32318
32319 \end_inset
32320
32321 の取扱説明書
32322 \end_layout
32323
32324 \begin_layout Bibliography
32325 \labelwidthstring 参考文献
32326 \begin_inset CommandInset bibitem
32327 LatexCommand bibitem
32328 key "wrapfig"
32329
32330 \end_inset
32331
32332 LaTeXパッケージ
32333 \series bold
32334
32335 \begin_inset CommandInset href
32336 LatexCommand href
32337 name "wrapfig"
32338 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32339
32340 \end_inset
32341
32342
32343 \series default
32344
32345 \begin_inset Index idx
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
32350 \end_layout
32351
32352 \end_inset
32353
32354 の取扱説明書
32355 \end_layout
32356
32357 \begin_layout Bibliography
32358 \labelwidthstring 参考文献
32359 \begin_inset CommandInset bibitem
32360 LatexCommand bibitem
32361 key "footmisc"
32362
32363 \end_inset
32364
32365 LaTeXパッケージ
32366 \series bold
32367
32368 \begin_inset CommandInset href
32369 LatexCommand href
32370 name "footmisc"
32371 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32372
32373 \end_inset
32374
32375
32376 \series default
32377
32378 \begin_inset Index idx
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
32383 \end_layout
32384
32385 \end_inset
32386
32387 の取扱説明書
32388 \end_layout
32389
32390 \begin_layout Bibliography
32391 \labelwidthstring 参考文献
32392 \begin_inset CommandInset bibitem
32393 LatexCommand bibitem
32394 key "hypcap"
32395
32396 \end_inset
32397
32398 LaTeXパッケージ
32399 \series bold
32400
32401 \begin_inset CommandInset href
32402 LatexCommand href
32403 name "hypcap"
32404 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
32405
32406 \end_inset
32407
32408
32409 \series default
32410
32411 \begin_inset Index idx
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32416 \end_layout
32417
32418 \end_inset
32419
32420 の取扱説明書
32421 \end_layout
32422
32423 \begin_layout Bibliography
32424 \labelwidthstring 参考文献
32425 \begin_inset CommandInset bibitem
32426 LatexCommand bibitem
32427 key "hyperref"
32428
32429 \end_inset
32430
32431 LaTeXパッケージ
32432 \series bold
32433
32434 \begin_inset CommandInset href
32435 LatexCommand href
32436 name "hyperref"
32437 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
32438
32439 \end_inset
32440
32441
32442 \series default
32443
32444 \begin_inset Index idx
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32449 \end_layout
32450
32451 \end_inset
32452
32453 の取扱説明書
32454 \end_layout
32455
32456 \begin_layout Bibliography
32457 \labelwidthstring 参考文献
32458 \begin_inset CommandInset bibitem
32459 LatexCommand bibitem
32460 key "KOMA-script"
32461
32462 \end_inset
32463
32464 LaTeXパッケージ
32465 \series bold
32466
32467 \begin_inset CommandInset href
32468 LatexCommand href
32469 name "KOMA-script"
32470 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
32471
32472 \end_inset
32473
32474
32475 \series default
32476
32477 \begin_inset Index idx
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
32482 \end_layout
32483
32484 \end_inset
32485
32486 の取扱説明書
32487 \end_layout
32488
32489 \begin_layout Bibliography
32490 \labelwidthstring 参考文献
32491 \begin_inset CommandInset bibitem
32492 LatexCommand bibitem
32493 key "listings"
32494
32495 \end_inset
32496
32497 LaTeXパッケージ
32498 \series bold
32499
32500 \begin_inset CommandInset href
32501 LatexCommand href
32502 name "listings"
32503 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
32504
32505 \end_inset
32506
32507
32508 \series default
32509
32510 \begin_inset Index idx
32511 status collapsed
32512
32513 \begin_layout Plain Layout
32514 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32515 \end_layout
32516
32517 \end_inset
32518
32519 の取扱説明書
32520 \end_layout
32521
32522 \begin_layout Bibliography
32523 \labelwidthstring 参考文献
32524 \begin_inset CommandInset bibitem
32525 LatexCommand bibitem
32526 key "marginnote"
32527
32528 \end_inset
32529
32530 LaTeXパッケージ
32531 \series bold
32532
32533 \begin_inset CommandInset href
32534 LatexCommand href
32535 name "marginnote"
32536 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
32537
32538 \end_inset
32539
32540
32541 \series default
32542
32543 \begin_inset Index idx
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
32548 \end_layout
32549
32550 \end_inset
32551
32552 の取扱説明書
32553 \end_layout
32554
32555 \begin_layout Bibliography
32556 \labelwidthstring 参考文献
32557 \begin_inset CommandInset bibitem
32558 LatexCommand bibitem
32559 key "pstricks"
32560
32561 \end_inset
32562
32563 LaTeXパッケージ
32564 \series bold
32565
32566 \begin_inset CommandInset href
32567 LatexCommand href
32568 name "PSTricks"
32569 target "http://tug.org/PSTricks/"
32570
32571 \end_inset
32572
32573
32574 \series default
32575
32576 \begin_inset Index idx
32577 status collapsed
32578
32579 \begin_layout Plain Layout
32580 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
32581 \end_layout
32582
32583 \end_inset
32584
32585 のウェブページ
32586 \end_layout
32587
32588 \begin_layout Bibliography
32589 \labelwidthstring 参考文献
32590 \begin_inset CommandInset bibitem
32591 LatexCommand bibitem
32592 key "sidecap"
32593
32594 \end_inset
32595
32596 LaTeXパッケージ
32597 \series bold
32598
32599 \begin_inset CommandInset href
32600 LatexCommand href
32601 name "sidecap"
32602 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
32603
32604 \end_inset
32605
32606
32607 \series default
32608
32609 \begin_inset Index idx
32610 status collapsed
32611
32612 \begin_layout Plain Layout
32613 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
32614 \end_layout
32615
32616 \end_inset
32617
32618 の取扱説明書
32619 \end_layout
32620
32621 \begin_layout Bibliography
32622 \labelwidthstring 参考文献
32623 \begin_inset CommandInset bibitem
32624 LatexCommand bibitem
32625 key "prettyref"
32626
32627 \end_inset
32628
32629 LaTeXパッケージ
32630 \series bold
32631
32632 \begin_inset CommandInset href
32633 LatexCommand href
32634 name "prettyref"
32635 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
32636
32637 \end_inset
32638
32639
32640 \series default
32641
32642 \begin_inset Index idx
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \end_layout
32653
32654 \begin_layout Bibliography
32655 \labelwidthstring 参考文献
32656 \begin_inset CommandInset bibitem
32657 LatexCommand bibitem
32658 key "refstyle"
32659
32660 \end_inset
32661
32662 LaTeXパッケージ
32663 \series bold
32664
32665 \begin_inset CommandInset href
32666 LatexCommand href
32667 name "refstyle"
32668 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
32669
32670 \end_inset
32671
32672
32673 \series default
32674
32675 \begin_inset Index idx
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Bibliography
32688 \labelwidthstring 参考文献
32689 \begin_inset CommandInset bibitem
32690 LatexCommand bibitem
32691 key "NewInLyX20"
32692
32693 \end_inset
32694
32695
32696 \family sans
32697 LyX 2.0
32698 \family default
32699 の新機能に関する
32700 \begin_inset CommandInset href
32701 LatexCommand href
32702 name "Wikiページ"
32703 target "http://wiki.lyx.org/LyX/NewInLyX20"
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 \begin_inset CommandInset index_print
32712 LatexCommand printindex
32713 type "idx"
32714
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \end_body
32721 \end_document