]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Japanese UserGuide.lyx: update it to the state of the other language versions
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 1.6.5 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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}, tableposition=top]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \usepackage{sidecap}
43
44 \newcommand{\TabBesBeg}{%
45  \let\MyTable\table
46  \let\MyEndtable\endtable
47  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
48
49 \newcommand{\TabBesEnd}{%
50  \let\table\MyTable
51  \let\endtable\MyEndtable}
52
53 \newcommand{\FigBesBeg}{%
54  \let\MyFigure\figure
55  \let\MyEndfigure\endfigure
56  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
57
58 \newcommand{\FigBesEnd}{%
59  \let\figure\MyFigure
60  \let\endfigure\MyEndfigure}
61
62 % enables calculation of values,
63 \usepackage{calc}
64
65 % provides special table cell alignments
66 \usepackage{dcolumn}
67
68 % increase the bottom float placement fraction
69 \renewcommand{\bottomfraction}{0.5}
70
71 % avoids that floats are placed before their
72 % corresponding section starts
73 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
74
75 % speed up the longtable calculation
76 \setcounter{LTchunksize}{100}
77
78 % used for scaled and rotated boxes
79 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
80
81 % used for colored tables
82 \@ifundefined{textcolor}
83  {\usepackage{color}}{}
84 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
85 \definecolor{lightgrey}{gray}{0.8}
86
87 % check for package colortbl
88 % used for colored table cells
89 \newboolean{colortbl}
90 \IfFileExists{colortbl.sty}
91  {\usepackage{colortbl}
92   \setboolean{colortbl}{true}}
93  {\setboolean{colortbl}{false}}
94
95 % used for multirows
96 \usepackage{multirow}
97 %\renewcommand{\multirowsetup}{\centering}
98
99 % used for book-style tables
100 \usepackage{booktabs}
101
102 % used to have extra space in table cells
103 \@ifundefined{extrarowheight}
104  {\usepackage{array}}{}
105 \setlength{\extrarowheight}{2pt}
106
107 % used for customized tables
108 % ---
109 \newcolumntype{M}[1]
110  {>{\centering\hspace{0pt}}m{#1}}
111
112 \newcolumntype{S}[2]
113  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
114
115 \newcolumntype{K}[1]
116  {>{\columncolor{#1}\hspace{0pt}}c}
117
118 \newcolumntype{V}{!{\vrule width 1.5pt}}
119
120 \newcolumntype{W}{!{\color{green}\vline}}
121 % ---
122
123 % insert additional vertical space of
124 % 1.5 mm between footnotes
125 \let\myFoot\footnote
126 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
127
128 % number algorithm floats within chapters
129 \numberwithin{algorithm}{chapter}
130
131 % redefine the greyed out note
132 \renewenvironment{lyxgreyedout}
133  {\textcolor{blue}\bgroup}{\egroup}
134
135 % ------------------------------------
136 % used to check for needed LaTeX packages
137 \usepackage{ifthen}
138
139 % check for package arydshln
140 % used for tables with dashed lines
141 \newboolean{arydshln}
142 \IfFileExists{arydshln.sty}
143  {\usepackage{arydshln}
144   \setboolean{arydshln}{true}}
145  {\setboolean{arydshln}{false}}
146
147 % check for package marginnote
148 % used for margin notes
149 \newboolean{marginnote}
150 \IfFileExists{marginnote.sty}
151  {\usepackage{marginnote}
152   \let\marginpar\marginnote
153   \setboolean{marginnote}{true}}
154  {\setboolean{marginnote}{false}}
155
156 % check for package sidecap
157 % used for captions on the side
158 \newboolean{sidecap}
159 \IfFileExists{sidecap.sty}
160  {\usepackage{sidecap}
161   \setboolean{sidecap}{true}}
162  {\setboolean{sidecap}{false}}
163
164 % redefine the \LyX macro for PDF bookmarks
165 \def\LyX{\texorpdfstring{%
166   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
167   {LyX}}
168
169 \usepackage{t1enc}
170 \renewcommand{\seename}{→}
171
172 \usepackage{subfig}
173 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
174 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
175 \end_preamble
176 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
177 \use_default_options false
178 \language japanese
179 \inputencoding auto
180 \font_roman default
181 \font_sans default
182 \font_typewriter default
183 \font_default_family default
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188
189 \graphics 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 \cite_engine basic
212 \use_bibtopic false
213 \paperorientation portrait
214 \leftmargin 2.5cm
215 \topmargin 2.5cm
216 \rightmargin 2.5cm
217 \bottommargin 3cm
218 \secnumdepth 3
219 \tocdepth 3
220 \paragraph_separation skip
221 \defskip medskip
222 \quotes_language english
223 \papercolumns 1
224 \papersides 2
225 \paperpagestyle default
226 \bullet 1 1 34 -1
227 \bullet 2 2 35 -1
228 \bullet 3 2 7 -1
229 \tracking_changes false
230 \output_changes false
231 \author "" 
232 \author "" 
233 \end_header
234
235 \begin_body
236
237 \begin_layout Title
238 LyXにおける図表・フロート・注釈・ボックス・外部素材の詳細についての説明書
239 \end_layout
240
241 \begin_layout Author
242 LyXプロジェクトチーム
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
253 type "mailto:"
254
255 \end_inset
256
257  までお送り下さい。
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 著者:Uwe Stöhr
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 バージョン1.6.x
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status collapsed
297
298 \begin_layout Plain Layout
299 本文書の全体をPDFやPS、DVIに書き出すには、
300 \series bold
301 arydshln
302 \series default
303
304 \series bold
305 colortbl
306 \series default
307
308 \series bold
309 marginnote
310 \series default
311
312 \series bold
313 sidecap
314 \series default
315 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
316 されません。
317 \end_layout
318
319 \begin_layout Plain Layout
320 本文書の最新PDF版は
321 \begin_inset Newline newline
322 \end_inset
323
324
325 \series bold
326 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
327 \series default
328
329 \begin_inset Newline newline
330 \end_inset
331
332 にあります。
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Chapter
341
342 \begin_inset Index
343 status collapsed
344
345 \begin_layout Plain Layout
346 ず@図
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 がぞう@画像|see
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 {
363 \end_layout
364
365 \end_inset
366
367
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 }
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 画像ダイアログ
388 \begin_inset Index
389 status collapsed
390
391 \begin_layout Plain Layout
392 ず@図 ! がぞうだいあろぐ@画像ダイアログ
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "sec:画像ダイアログ"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412         scaleBeforeRotation
413
414 \end_inset
415
416 をクリックするか、
417 \family sans
418 挿入\SpecialChar \menuseparator
419 画像
420 \family default
421 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
422 \end_layout
423
424 \begin_layout Standard
425 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
426 \end_layout
427
428 \begin_layout Description
429
430 \family sans
431 画像
432 \family default
433  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
434 \begin_inset CommandInset ref
435 LatexCommand ref
436 reference "cha:LyXで使用できる単位"
437
438 \end_inset
439
440 に説明があります。
441 \begin_inset Newline newline
442 \end_inset
443
444
445 \begin_inset Index
446 status collapsed
447
448 \begin_layout Plain Layout
449 ず@図 ! のかいてん@---の回転
450 \end_layout
451
452 \end_inset
453
454 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
455 \begin_inset Newline newline
456 \end_inset
457
458
459 \begin_inset Index
460 status collapsed
461
462 \begin_layout Plain Layout
463 ず@図 ! のしんしゅく@---の伸縮
464 \end_layout
465
466 \end_inset
467
468 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
469 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
470 \family sans
471 縦横比を維持する
472 \family default
473 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
474 \begin_inset Newline newline
475 \end_inset
476
477 画像を右クリックすると現れるコンテクストメニューで
478 \family sans
479 外部で編集
480 \family default
481 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
482 ます。
483 \end_layout
484
485 \begin_layout Description
486
487 \family sans
488 切り抜き
489 \family default
490  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
491 \family sans
492 ファイルから取得
493 \family default
494 ボタンを押すことによって、自動的に計算することもできます。
495 \family sans
496 境界枠で切り抜く
497 \family default
498 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
499 \end_layout
500
501 \begin_layout Description
502
503 \family sans
504 LaTeXとLyXのオプション
505 \family default
506  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
507 \family sans
508
509 \begin_inset Newline newline
510 \end_inset
511
512 下書きモード
513 \family default
514 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
515 \family sans
516
517 \begin_inset Newline newline
518 \end_inset
519
520 エクスポートする際に解凍しない
521 \family default
522 オプションは、
523 \emph on
524 x.eps.gz
525 \emph default
526 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
527 ません。
528 \begin_inset Newline newline
529 \end_inset
530
531 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
532 \begin_inset CommandInset ref
533 LatexCommand ref
534 reference "sec:PostScript"
535
536 \end_inset
537
538 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
539 \begin_inset Newline newline
540 \end_inset
541
542
543 \series bold
544 gzip x.eps
545 \series default
546
547 \begin_inset Newline newline
548 \end_inset
549
550
551 \series bold
552 zgrep %%Bounding x.eps.gz > x.eps.bb
553 \series default
554
555 \begin_inset Newline newline
556 \end_inset
557
558 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
559 \begin_inset Newline newline
560 \end_inset
561
562
563 \family sans
564 画像グループ
565 \family default
566 フィールドでは、画像設定グループを定義したり既存のグループに所属させたりすることができます
567 \begin_inset Index
568 status collapsed
569
570 \begin_layout Plain Layout
571 ず@図 ! せっていぐるーぷ@設定グループ
572 \end_layout
573
574 \end_inset
575
576 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
577 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
578 ーを使用して、望むグループ名をチェックすることで行うこともできます。
579 \end_layout
580
581 \begin_layout Standard
582 \begin_inset VSpace bigskip
583 \end_inset
584
585
586 \end_layout
587
588 \begin_layout Standard
589 下記はEPS書式
590 \begin_inset Foot
591 status collapsed
592
593 \begin_layout Plain Layout
594 画像書式は、第
595 \begin_inset CommandInset ref
596 LatexCommand ref
597 reference "sec:画像書式"
598
599 \end_inset
600
601 節に説明されています。
602 \end_layout
603
604 \end_inset
605
606 の画像の例で、単独の中央揃えの段落に置いてあります。
607 \end_layout
608
609 \begin_layout Standard
610 \align center
611 \begin_inset Graphics
612         filename ../clipart/mobius.eps
613         scale 70
614         scaleBeforeRotation
615         rotateOrigin center
616
617 \end_inset
618
619
620 \end_layout
621
622 \begin_layout Standard
623 下記は上と同じ画像ですが、下書きモードのものです。
624 \end_layout
625
626 \begin_layout Standard
627 \align center
628 \begin_inset Graphics
629         filename ../clipart/mobius.eps
630         scale 70
631         draft
632         scaleBeforeRotation
633         rotateOrigin center
634
635 \end_inset
636
637
638 \end_layout
639
640 \begin_layout Standard
641 \begin_inset Newpage newpage
642 \end_inset
643
644
645 \end_layout
646
647 \begin_layout Section
648 図フロート
649 \begin_inset CommandInset label
650 LatexCommand label
651 name "sec:図フロート"
652
653 \end_inset
654
655
656 \begin_inset Index
657 status collapsed
658
659 \begin_layout Plain Layout
660 ふろーと@フロート ! ず@図
661 \end_layout
662
663 \end_inset
664
665
666 \begin_inset Index
667 status collapsed
668
669 \begin_layout Plain Layout
670 ず@図 ! ふろーと@フロート
671 \end_layout
672
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 フロートについての一般的な説明は、第
680 \begin_inset CommandInset ref
681 LatexCommand ref
682 reference "sec:フロートはじめに"
683
684 \end_inset
685
686 節をご覧下さい。
687 \end_layout
688
689 \begin_layout Standard
690 ツールバーボタンの
691 \begin_inset Graphics
692         filename ../../images/float-insert_figure.png
693         scale 85
694         scaleBeforeRotation
695
696 \end_inset
697
698
699 \family sans
700 挿入\SpecialChar \menuseparator
701 フロート\SpecialChar \menuseparator
702
703 \family default
704 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
705 \begin_inset CommandInset ref
706 LatexCommand ref
707 reference "fig:犠牲のカモノハシ"
708
709 \end_inset
710
711 のようにキャプションの上に置くこともできますし、図
712 \begin_inset CommandInset ref
713 LatexCommand ref
714 reference "fig:エッシャー"
715
716 \end_inset
717
718 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
719 \begin_inset CommandInset ref
720 LatexCommand ref
721 reference "sec:キャプションの配置"
722
723 \end_inset
724
725 節に述べられています。
726 \end_layout
727
728 \begin_layout Standard
729 \begin_inset Float figure
730 wide false
731 sideways false
732 status open
733
734 \begin_layout Plain Layout
735 \align center
736 \begin_inset Graphics
737         filename ../clipart/platypus.eps
738         width 50col%
739         scaleBeforeRotation
740         rotateOrigin center
741
742 \end_inset
743
744
745 \end_layout
746
747 \begin_layout Plain Layout
748 \begin_inset Caption
749
750 \begin_layout Plain Layout
751 \begin_inset CommandInset label
752 LatexCommand label
753 name "fig:犠牲のカモノハシ"
754
755 \end_inset
756
757 フロート中の激しく歪んだカモノハシ
758 \end_layout
759
760 \end_inset
761
762
763 \end_layout
764
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Standard
771 \begin_inset Float figure
772 wide false
773 sideways false
774 status open
775
776 \begin_layout Plain Layout
777 \begin_inset Caption
778
779 \begin_layout Plain Layout
780 \begin_inset CommandInset label
781 LatexCommand label
782 name "fig:エッシャー"
783
784 \end_inset
785
786 行ってしまったM.C.エッシャー
787 \end_layout
788
789 \end_inset
790
791
792 \end_layout
793
794 \begin_layout Plain Layout
795 \align center
796 \begin_inset Graphics
797         filename ../clipart/escher-lsd.eps
798         scale 80
799         scaleBeforeRotation
800         rotateOrigin center
801
802 \end_inset
803
804
805 \end_layout
806
807 \end_inset
808
809
810 \end_layout
811
812 \begin_layout Standard
813 \begin_inset Index
814 status collapsed
815
816 \begin_layout Plain Layout
817 さんしょう@参照 ! ずへの@図への ---
818 \end_layout
819
820 \end_inset
821
822
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "fig:犠牲のカモノハシ"
826
827 \end_inset
828
829 図と第
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "fig:エッシャー"
833
834 \end_inset
835
836 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
837 \family sans
838 挿入\SpecialChar \menuseparator
839 ラベル
840 \family default
841 メニューかツールバーボタン
842 \begin_inset Graphics
843         filename ../../images/label-insert.png
844         scale 85
845         scaleBeforeRotation
846
847 \end_inset
848
849 を使用して、キャプションにラベルを挿入してください。その後、
850 \family sans
851 挿入\SpecialChar \menuseparator
852 相互参照
853 \family default
854 メニューかツールバーボタン
855 \begin_inset Graphics
856         filename ../../images/dialog-show-new-inset_ref.png
857         scale 85
858         scaleBeforeRotation
859
860 \end_inset
861
862 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
863 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
864 \begin_inset Newline newline
865 \end_inset
866
867 参照は、第
868 \begin_inset CommandInset ref
869 LatexCommand ref
870 reference "sec:フロートの参照"
871
872 \end_inset
873
874 節で詳細に説明されています。
875 \end_layout
876
877 \begin_layout Standard
878 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
879 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
880 \begin_inset CommandInset ref
881 LatexCommand ref
882 reference "fig:歪められた二つの像"
883
884 \end_inset
885
886 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
887 \begin_inset CommandInset ref
888 LatexCommand ref
889 reference "fig:何かわからない構造"
890
891 \end_inset
892
893 と図
894 \begin_inset CommandInset ref
895 LatexCommand ref
896 reference "fig:カモノハシ"
897
898 \end_inset
899
900 が内部図になります。
901 \end_layout
902
903 \begin_layout Standard
904 \begin_inset Float figure
905 wide false
906 sideways false
907 status open
908
909 \begin_layout Plain Layout
910 \begin_inset space \hfill{}
911 \end_inset
912
913
914 \begin_inset Float figure
915 wide false
916 sideways false
917 status open
918
919 \begin_layout Plain Layout
920 \begin_inset Caption
921
922 \begin_layout Plain Layout
923 \begin_inset CommandInset label
924 LatexCommand label
925 name "fig:何かわからない構造"
926
927 \end_inset
928
929 何かわからない構造
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Plain Layout
938 \begin_inset Graphics
939         filename ../clipart/escher-lsd.eps
940         width 45col%
941         scaleBeforeRotation
942         groupId distorted
943
944 \end_inset
945
946
947 \end_layout
948
949 \end_inset
950
951
952 \begin_inset space \hfill{}
953 \end_inset
954
955
956 \begin_inset Float figure
957 wide false
958 sideways false
959 status open
960
961 \begin_layout Plain Layout
962 \begin_inset Caption
963
964 \begin_layout Plain Layout
965 \begin_inset CommandInset label
966 LatexCommand label
967 name "fig:カモノハシ"
968
969 \end_inset
970
971 カモノハシ
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \begin_layout Plain Layout
980 \begin_inset Graphics
981         filename ../clipart/platypus.eps
982         width 45col%
983         scaleBeforeRotation
984         groupId distorted
985
986 \end_inset
987
988
989 \end_layout
990
991 \end_inset
992
993
994 \begin_inset space \hfill{}
995 \end_inset
996
997
998 \end_layout
999
1000 \begin_layout Plain Layout
1001 \begin_inset Caption
1002
1003 \begin_layout Plain Layout
1004 \begin_inset CommandInset label
1005 LatexCommand label
1006 name "fig:歪められた二つの像"
1007
1008 \end_inset
1009
1010 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1011 \end_layout
1012
1013 \end_inset
1014
1015
1016 \end_layout
1017
1018 \end_inset
1019
1020
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \begin_inset Newpage newpage
1025 \end_inset
1026
1027
1028 \end_layout
1029
1030 \begin_layout Section
1031 画像書式
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "sec:画像書式"
1035
1036 \end_inset
1037
1038
1039 \begin_inset Index
1040 status collapsed
1041
1042 \begin_layout Plain Layout
1043 がぞうしょしき@画像書式
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \begin_inset Index
1050 status collapsed
1051
1052 \begin_layout Plain Layout
1053 ず@図 ! がぞうしょしき@画像書式
1054 \end_layout
1055
1056 \end_inset
1057
1058
1059 \end_layout
1060
1061 \begin_layout Standard
1062 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1063 \begin_inset CommandInset ref
1064 LatexCommand ref
1065 reference "cha:ファイル出力形式"
1066
1067 \end_inset
1068
1069 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1070 ウンドで
1071 \family typewriter
1072 ImageMagick
1073 \family default
1074 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1075 用するとよいでしょう。出力ファイル書式は、付録
1076 \begin_inset CommandInset ref
1077 LatexCommand ref
1078 reference "cha:ファイル出力形式"
1079
1080 \end_inset
1081
1082 に説明されています。
1083 \end_layout
1084
1085 \begin_layout Standard
1086 フォントと同じく、画像形式にも以下の二つの型があります。
1087 \end_layout
1088
1089 \begin_layout Description
1090 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1091 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1092 \family typewriter
1093 .gif
1094 \family default
1095 」)
1096 \begin_inset Index
1097 status collapsed
1098
1099 \begin_layout Plain Layout
1100 GIF|see
1101 \begin_inset ERT
1102 status collapsed
1103
1104 \begin_layout Plain Layout
1105
1106 {
1107 \end_layout
1108
1109 \end_inset
1110
1111 画像書式
1112 \begin_inset ERT
1113 status collapsed
1114
1115 \begin_layout Plain Layout
1116
1117 }
1118 \end_layout
1119
1120 \end_inset
1121
1122
1123 \end_layout
1124
1125 \end_inset
1126
1127 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1128 \family typewriter
1129 .png
1130 \family default
1131 」)
1132 \begin_inset Index
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136 PNG|see
1137 \begin_inset ERT
1138 status collapsed
1139
1140 \begin_layout Plain Layout
1141
1142 {
1143 \end_layout
1144
1145 \end_inset
1146
1147 画像書式
1148 \begin_inset ERT
1149 status collapsed
1150
1151 \begin_layout Plain Layout
1152
1153 }
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \end_inset
1162
1163 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1164 \family typewriter
1165 .jpg
1166 \family default
1167 」または「
1168 \family typewriter
1169 .jpeg
1170 \family default
1171 」)
1172 \begin_inset Index
1173 status collapsed
1174
1175 \begin_layout Plain Layout
1176 JPG|see
1177 \begin_inset ERT
1178 status collapsed
1179
1180 \begin_layout Plain Layout
1181
1182 {
1183 \end_layout
1184
1185 \end_inset
1186
1187 画像書式
1188 \begin_inset ERT
1189 status collapsed
1190
1191 \begin_layout Plain Layout
1192
1193 }
1194 \end_layout
1195
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \end_inset
1202
1203 などがあります。
1204 \end_layout
1205
1206 \begin_layout Description
1207 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1208 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1209 に便利です。
1210 \begin_inset Newline newline
1211 \end_inset
1212
1213 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1214 \family typewriter
1215 .svg
1216 \family default
1217 」)
1218 \begin_inset Index
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222 SVG|see
1223 \begin_inset ERT
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227
1228 {
1229 \end_layout
1230
1231 \end_inset
1232
1233 画像書式
1234 \begin_inset ERT
1235 status collapsed
1236
1237 \begin_layout Plain Layout
1238
1239 }
1240 \end_layout
1241
1242 \end_inset
1243
1244
1245 \end_layout
1246
1247 \end_inset
1248
1249 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1250 \family typewriter
1251 .eps
1252 \family default
1253 」)
1254 \begin_inset Index
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 EPS|see
1259 \begin_inset ERT
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263
1264 {
1265 \end_layout
1266
1267 \end_inset
1268
1269 画像書式
1270 \begin_inset ERT
1271 status collapsed
1272
1273 \begin_layout Plain Layout
1274
1275 }
1276 \end_layout
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \end_inset
1284
1285 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1286 \family typewriter
1287 .pdf
1288 \family default
1289 」)
1290 \begin_inset Index
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294 PDF
1295 \end_layout
1296
1297 \end_inset
1298
1299 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1300 \family typewriter
1301 .wmf
1302 \family default
1303 」)
1304 \begin_inset Index
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 SVG|see
1309 \begin_inset ERT
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313
1314 {
1315 \end_layout
1316
1317 \end_inset
1318
1319 画像書式
1320 \begin_inset ERT
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324
1325 }
1326 \end_layout
1327
1328 \end_inset
1329
1330
1331 \end_layout
1332
1333 \end_inset
1334
1335 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1336 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1337 \begin_inset Foot
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 PDFの場合には、さらに元画像が圧縮されます。
1342 \end_layout
1343
1344 \end_inset
1345
1346 。たとえば、
1347 \family typewriter
1348 Adobe Photoshop
1349 \family default
1350 が生成するPDFファイルは、ビットマップ画像です。
1351 \end_layout
1352
1353 \begin_layout Standard
1354 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1355 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1356 \begin_inset Formula $\to$
1357 \end_inset
1358
1359 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1360 \end_layout
1361
1362 \begin_layout Chapter
1363
1364 \begin_inset Index
1365 status collapsed
1366
1367 \begin_layout Plain Layout
1368 ひょう@表
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \begin_layout Section
1377 はじめに
1378 \begin_inset Index
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 ひょう@表 ! はじめに
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Standard
1391
1392 \family roman
1393 \series medium
1394 \shape up
1395 \size normal
1396 \emph off
1397 \bar no
1398 \noun off
1399 \color none
1400 表を挿入するには、ツールバーボタン
1401 \begin_inset Graphics
1402         filename ../../images/tabular-insert.png
1403         scale 85
1404
1405 \end_inset
1406
1407 か、
1408 \family sans
1409 \series default
1410 \shape default
1411 \size default
1412 \emph default
1413 \bar default
1414 \noun default
1415 \color inherit
1416 挿入\SpecialChar \menuseparator
1417
1418 \family default
1419 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1420 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1421 \begin_inset Newline newline
1422 \end_inset
1423
1424 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1425 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1426 \end_layout
1427
1428 \begin_layout Standard
1429 \align center
1430 \begin_inset Tabular
1431 <lyxtabular version="3" rows="4" columns="4">
1432 <features>
1433 <column alignment="center" valignment="top" width="0">
1434 <column alignment="center" valignment="top" width="0">
1435 <column alignment="center" valignment="top" width="0">
1436 <column alignment="center" valignment="top" width="0">
1437 <row>
1438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1439 \begin_inset Text
1440
1441 \begin_layout Plain Layout
1442
1443 \end_layout
1444
1445 \end_inset
1446 </cell>
1447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1448 \begin_inset Text
1449
1450 \begin_layout Plain Layout
1451 1
1452 \end_layout
1453
1454 \end_inset
1455 </cell>
1456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1457 \begin_inset Text
1458
1459 \begin_layout Plain Layout
1460 2
1461 \end_layout
1462
1463 \end_inset
1464 </cell>
1465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1466 \begin_inset Text
1467
1468 \begin_layout Plain Layout
1469 3
1470 \end_layout
1471
1472 \end_inset
1473 </cell>
1474 </row>
1475 <row>
1476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1477 \begin_inset Text
1478
1479 \begin_layout Plain Layout
1480
1481 \end_layout
1482
1483 \end_inset
1484 </cell>
1485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1486 \begin_inset Text
1487
1488 \begin_layout Plain Layout
1489
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1495 \begin_inset Text
1496
1497 \begin_layout Plain Layout
1498
1499 \end_layout
1500
1501 \end_inset
1502 </cell>
1503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1504 \begin_inset Text
1505
1506 \begin_layout Plain Layout
1507
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 </row>
1513 <row>
1514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 </row>
1551 <row>
1552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 </lyxtabular>
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \begin_layout Section
1597 表ダイアログ
1598 \begin_inset Index
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602 ひょう@表 ! だいあろぐ@ダイアログ
1603 \end_layout
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \begin_layout Standard
1611
1612 \family roman
1613 \series medium
1614 \shape up
1615 \size normal
1616 \emph off
1617 \bar no
1618 \noun off
1619 \color none
1620 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1621 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1622 \family default
1623 \series default
1624 \shape default
1625 \size default
1626 \emph default
1627 \bar default
1628 \noun default
1629 \color inherit
1630 セルの
1631 \emph on
1632 内容
1633 \emph default
1634 を選択するのと、セル自体を選択するのは違うことに注意して下さい。表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1635 \end_layout
1636
1637 \begin_layout Description
1638
1639 \family sans
1640 表の設定
1641 \family default
1642  ここでは、現在列の幅と水平揃えを設定することができます。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセ
1643 ルに入れることができます。これに関しては、第
1644 \begin_inset CommandInset ref
1645 LatexCommand ref
1646 reference "sub:複数行"
1647
1648 \end_inset
1649
1650 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1651 \begin_inset Newline newline
1652 \end_inset
1653
1654 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1655 \begin_inset CommandInset ref
1656 LatexCommand ref
1657 reference "sub:連結列"
1658
1659 \end_inset
1660
1661 節をご参照下さい。
1662 \begin_inset Newline newline
1663 \end_inset
1664
1665 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1666 \begin_inset Newline newline
1667 \end_inset
1668
1669
1670 \begin_inset Note Greyedout
1671 status open
1672
1673 \begin_layout Plain Layout
1674
1675 \series bold
1676 【註】
1677 \series default
1678 DVIビューアのすべてが回転を表示できるわけではありません。
1679 \end_layout
1680
1681 \end_inset
1682
1683
1684 \begin_inset Newline newline
1685 \end_inset
1686
1687 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1688 \begin_inset CommandInset ref
1689 LatexCommand ref
1690 reference "sub:連結列の計算"
1691
1692 \end_inset
1693
1694 節および第
1695 \begin_inset CommandInset ref
1696 LatexCommand ref
1697 reference "sec:色付きの表"
1698
1699 \end_inset
1700
1701 節をご参照下さい。
1702 \end_layout
1703
1704 \begin_layout Description
1705
1706 \family sans
1707 罫線
1708 \family default
1709  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1710 \begin_inset Newline newline
1711 \end_inset
1712
1713 様式オプションとして
1714 \family sans
1715 フォーマル様式
1716 \family default
1717 を使用すると、第
1718 \begin_inset CommandInset ref
1719 LatexCommand ref
1720 reference "sec:フォーマル形式の表"
1721
1722 \end_inset
1723
1724 節に述べられているフォーマル様式の表に表を変換します。
1725 \begin_inset Newline newline
1726 \end_inset
1727
1728 またここで、第
1729 \begin_inset CommandInset ref
1730 LatexCommand ref
1731 reference "sub:行の余白取り"
1732
1733 \end_inset
1734
1735 節に述べられているように、表の行に空白を追加することもできます。
1736 \end_layout
1737
1738 \begin_layout Description
1739
1740 \family sans
1741 長尺表
1742 \family default
1743  このタブは、複数のページにわたる、いわゆる「
1744 \emph on
1745 長尺表
1746 \emph default
1747 」を作るためのものです。第
1748 \begin_inset CommandInset ref
1749 LatexCommand ref
1750 reference "sec:長尺表"
1751
1752 \end_inset
1753
1754 節および第
1755 \begin_inset CommandInset ref
1756 LatexCommand ref
1757 reference "sec:長尺表にまつわる諸点"
1758
1759 \end_inset
1760
1761 節に、長尺表の機能に関する詳細な説明があります。
1762 \end_layout
1763
1764 \begin_layout Standard
1765 表ダイアログを開いたままでも、セル間をカーソルを使って移動することができ、その際、現在セルの特性が直ちにダイアログに表示されます。
1766 \end_layout
1767
1768 \begin_layout Section
1769 表ツールバー
1770 \begin_inset Index
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 ひょう@表 ! つーるばー@ツールバー
1775 \end_layout
1776
1777 \end_inset
1778
1779
1780 \end_layout
1781
1782 \begin_layout Standard
1783 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1784 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1785 \end_layout
1786
1787 \begin_layout Standard
1788 ツールバーには、以下のアイコンがあります。
1789 \end_layout
1790
1791 \begin_layout Labeling
1792 \begin_inset Graphics
1793         filename ../../images/tabular-feature_append-row.png
1794         scaleBeforeRotation
1795
1796 \end_inset
1797
1798 は、現在セルあるいは選択範囲の下に行を追加します。
1799 \end_layout
1800
1801 \begin_layout Labeling
1802 \begin_inset Graphics
1803         filename ../../images/tabular-feature_append-column.png
1804         scaleBeforeRotation
1805
1806 \end_inset
1807
1808 は、現在セルあるいは選択範囲の右に列を追加します。
1809 \end_layout
1810
1811 \begin_layout Labeling
1812 \begin_inset Graphics
1813         filename ../../images/tabular-feature_delete-row.png
1814         scaleBeforeRotation
1815
1816 \end_inset
1817
1818 は、現在行あるいは選択範囲行を削除します。
1819 \end_layout
1820
1821 \begin_layout Labeling
1822 \begin_inset Graphics
1823         filename ../../images/tabular-feature_delete-column.png
1824         scaleBeforeRotation
1825
1826 \end_inset
1827
1828 は、現在列あるいは選択範囲列を削除します。
1829 \end_layout
1830
1831 \begin_layout Labeling
1832 \begin_inset Graphics
1833         filename ../../images/tabular-feature_toggle-line-top.png
1834         scaleBeforeRotation
1835
1836 \end_inset
1837
1838 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
1839 \end_layout
1840
1841 \begin_layout Labeling
1842 \begin_inset Graphics
1843         filename ../../images/tabular-feature_toggle-line-bottom.png
1844         scaleBeforeRotation
1845
1846 \end_inset
1847
1848 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
1849 \end_layout
1850
1851 \begin_layout Labeling
1852 \begin_inset Graphics
1853         filename ../../images/tabular-feature_toggle-line-left.png
1854         scaleBeforeRotation
1855
1856 \end_inset
1857
1858 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
1859 \end_layout
1860
1861 \begin_layout Labeling
1862 \begin_inset Graphics
1863         filename ../../images/tabular-feature_toggle-line-right.png
1864         scaleBeforeRotation
1865
1866 \end_inset
1867
1868 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
1869 \end_layout
1870
1871 \begin_layout Labeling
1872 \begin_inset Graphics
1873         filename ../../images/tabular-feature_set-all-lines.png
1874         scaleBeforeRotation
1875
1876 \end_inset
1877
1878 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1879 \end_layout
1880
1881 \begin_layout Labeling
1882 \begin_inset Graphics
1883         filename ../../images/tabular-feature_unset-all-lines.png
1884         scaleBeforeRotation
1885
1886 \end_inset
1887
1888 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1889 \end_layout
1890
1891 \begin_layout Labeling
1892 \begin_inset Graphics
1893         filename ../../images/tabular-feature_m-align-left.png
1894         scaleBeforeRotation
1895
1896 \end_inset
1897
1898 は、現在セルあるいは現在列の内容を左揃えにします。
1899 \end_layout
1900
1901 \begin_layout Labeling
1902 \begin_inset Graphics
1903         filename ../../images/tabular-feature_m-align-center.png
1904         scaleBeforeRotation
1905
1906 \end_inset
1907
1908 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
1909 \end_layout
1910
1911 \begin_layout Labeling
1912 \begin_inset Graphics
1913         filename ../../images/tabular-feature_m-align-right.png
1914         scaleBeforeRotation
1915
1916 \end_inset
1917
1918 は、現在セルあるいは現在列の内容を右揃えにします。
1919 \end_layout
1920
1921 \begin_layout Labeling
1922 \begin_inset Graphics
1923         filename ../../images/tabular-feature_m-valign-top.png
1924         scaleBeforeRotation
1925
1926 \end_inset
1927
1928 は、現在セルの内容を垂直方向上揃えにします。
1929 \end_layout
1930
1931 \begin_layout Labeling
1932 \begin_inset Graphics
1933         filename ../../images/tabular-feature_m-valign-middle.png
1934         scaleBeforeRotation
1935
1936 \end_inset
1937
1938 は、現在セルの内容を垂直方向中央揃えにします。
1939 \end_layout
1940
1941 \begin_layout Labeling
1942 \begin_inset Graphics
1943         filename ../../images/tabular-feature_m-valign-bottom.png
1944         scaleBeforeRotation
1945
1946 \end_inset
1947
1948 は、現在セルの内容を垂直方向下揃えにします。
1949 \end_layout
1950
1951 \begin_layout Labeling
1952 \begin_inset Graphics
1953         filename ../../images/tabular-feature_set-rotate-cell.png
1954         scaleBeforeRotation
1955
1956 \end_inset
1957
1958 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
1959 \end_layout
1960
1961 \begin_layout Labeling
1962 \begin_inset Graphics
1963         filename ../../images/tabular-feature_set-rotate-tabular.png
1964         scaleBeforeRotation
1965
1966 \end_inset
1967
1968 は、表全体を反時計廻りに90度回転します。
1969 \end_layout
1970
1971 \begin_layout Labeling
1972 \begin_inset Graphics
1973         filename ../../images/tabular-feature_multicolumn.png
1974         scaleBeforeRotation
1975
1976 \end_inset
1977
1978 は、現在セルあるいは選択範囲を連結列にします。
1979 \end_layout
1980
1981 \begin_layout Standard
1982 \begin_inset Note Greyedout
1983 status open
1984
1985 \begin_layout Plain Layout
1986
1987 \series bold
1988 【註】
1989 \series default
1990 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
1991 \end_layout
1992
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \begin_layout Section
1999 表編集メニュー
2000 \begin_inset Index
2001 status collapsed
2002
2003 \begin_layout Plain Layout
2004 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2005 \end_layout
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 表ダイアログと表ツールバーの他に、
2014 \family sans
2015 編集\SpecialChar \menuseparator
2016
2017 \family default
2018 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2019 部にあるときのみ、表示されます。
2020 \end_layout
2021
2022 \begin_layout Section
2023 表フロート
2024 \begin_inset CommandInset label
2025 LatexCommand label
2026 name "sec:表フロート"
2027
2028 \end_inset
2029
2030
2031 \begin_inset Index
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035 ふろーと@フロート ! ひょう@表
2036 \end_layout
2037
2038 \end_inset
2039
2040
2041 \begin_inset Index
2042 status collapsed
2043
2044 \begin_layout Plain Layout
2045 ひょう@表 ! ふろーと@フロート
2046 \end_layout
2047
2048 \end_inset
2049
2050
2051 \end_layout
2052
2053 \begin_layout Standard
2054 フロートの一般的な説明については、第
2055 \begin_inset CommandInset ref
2056 LatexCommand ref
2057 reference "sec:フロートはじめに"
2058
2059 \end_inset
2060
2061 節をご覧下さい。
2062 \end_layout
2063
2064 \begin_layout Standard
2065 \begin_inset Float table
2066 placement h
2067 wide false
2068 sideways false
2069 status open
2070
2071 \begin_layout Plain Layout
2072 \begin_inset Caption
2073
2074 \begin_layout Plain Layout
2075 \begin_inset CommandInset label
2076 LatexCommand label
2077 name "tab:表フロート"
2078
2079 \end_inset
2080
2081 表フロート
2082 \end_layout
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Plain Layout
2090 \align center
2091 \begin_inset Tabular
2092 <lyxtabular version="3" rows="3" columns="3">
2093 <features>
2094 <column alignment="center" valignment="top" width="0pt">
2095 <column alignment="center" valignment="top" width="0pt">
2096 <column alignment="center" valignment="top" width="0pt">
2097 <row>
2098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102
2103 \family roman
2104 \series medium
2105 \shape up
2106 \size normal
2107 \emph off
2108 \bar no
2109 \noun off
2110 \color none
2111 1
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2117 \begin_inset Text
2118
2119 \begin_layout Plain Layout
2120
2121 \family roman
2122 \series medium
2123 \shape up
2124 \size normal
2125 \emph off
2126 \bar no
2127 \noun off
2128 \color none
2129 2
2130 \end_layout
2131
2132 \end_inset
2133 </cell>
2134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138
2139 \family roman
2140 \series medium
2141 \shape up
2142 \size normal
2143 \emph off
2144 \bar no
2145 \noun off
2146 \color none
2147 3
2148 \end_layout
2149
2150 \end_inset
2151 </cell>
2152 </row>
2153 <row>
2154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2155 \begin_inset Text
2156
2157 \begin_layout Plain Layout
2158 森嶋
2159 \end_layout
2160
2161 \end_inset
2162 </cell>
2163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Plain Layout
2167 宇沢
2168 \end_layout
2169
2170 \end_inset
2171 </cell>
2172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2173 \begin_inset Text
2174
2175 \begin_layout Plain Layout
2176 二階堂
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 </row>
2182 <row>
2183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 \begin_inset Formula $\int x^{2}dx$
2197 \end_inset
2198
2199
2200 \end_layout
2201
2202 \end_inset
2203 </cell>
2204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Plain Layout
2208
2209 \family roman
2210 \series medium
2211 \shape up
2212 \size normal
2213 \emph off
2214 \bar no
2215 \noun off
2216 \color none
2217 \begin_inset Formula $\left[\begin{array}{cc}
2218 a & b\\
2219 c & d\end{array}\right]$
2220 \end_inset
2221
2222
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2228 \begin_inset Text
2229
2230 \begin_layout Plain Layout
2231
2232 \family roman
2233 \series medium
2234 \shape up
2235 \size normal
2236 \emph off
2237 \bar no
2238 \noun off
2239 \color none
2240 \begin_inset Formula $1+1=2$
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \end_inset
2247 </cell>
2248 </row>
2249 </lyxtabular>
2250
2251 \end_inset
2252
2253
2254 \end_layout
2255
2256 \end_inset
2257
2258
2259 \end_layout
2260
2261 \begin_layout Standard
2262 表フロートは、
2263 \family sans
2264 挿入
2265 \shape up
2266 \SpecialChar \menuseparator
2267 フロート\SpecialChar \menuseparator
2268
2269 \family default
2270 \shape default
2271 メニューかツールバーボタン
2272 \begin_inset Graphics
2273         filename ../../images/float-insert_table.png
2274         scale 85
2275         scaleBeforeRotation
2276
2277 \end_inset
2278
2279 を使うと挿入することができます。
2280 \end_layout
2281
2282 \begin_layout Standard
2283 フロートは折りたたむことのできるボックスとして表示され、中には「表
2284 \begin_inset space ~
2285 \end_inset
2286
2287 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2288 \end_layout
2289
2290 \begin_layout Standard
2291
2292 \begin_inset space ~
2293 \end_inset
2294
2295
2296 \begin_inset CommandInset ref
2297 LatexCommand ref
2298 reference "tab:表フロート"
2299
2300 \end_inset
2301
2302 は、表フロートに入れた表の例です。
2303 \end_layout
2304
2305 \begin_layout Standard
2306 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2307 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2308 eXパッケージの
2309 \series bold
2310 caption
2311 \series default
2312
2313 \begin_inset Index
2314 status collapsed
2315
2316 \begin_layout Plain Layout
2317 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2318 \end_layout
2319
2320 \end_inset
2321
2322
2323 \end_layout
2324
2325 \begin_layout Standard
2326
2327 \series bold
2328 tableposition=top
2329 \end_layout
2330
2331 \begin_layout Standard
2332 というオプションとともにloadコマンドを使って読み込んでください
2333 \begin_inset Foot
2334 status collapsed
2335
2336 \begin_layout Plain Layout
2337 詳しくは、第
2338 \begin_inset CommandInset ref
2339 LatexCommand ref
2340 reference "sec:キャプションの配置"
2341
2342 \end_inset
2343
2344 節をご覧下さい。
2345 \end_layout
2346
2347 \end_inset
2348
2349 。キャプション書式を調整するには、第
2350 \begin_inset CommandInset ref
2351 LatexCommand ref
2352 reference "sec:キャプションの書式設定"
2353
2354 \end_inset
2355
2356 節にものべられているように
2357 \series bold
2358 caption
2359 \series default
2360 パッケージを使用します。
2361 \end_layout
2362
2363 \begin_layout Standard
2364 \begin_inset Index
2365 status collapsed
2366
2367 \begin_layout Plain Layout
2368 さんしょう@参照 ! ひょうへの@表への
2369 \end_layout
2370
2371 \end_inset
2372
2373 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2374 \family sans
2375 挿入\SpecialChar \menuseparator
2376 ラベル
2377 \family default
2378 メニューかツールバーボタンの
2379 \begin_inset Graphics
2380         filename ../../images/label-insert.png
2381         scale 85
2382         scaleBeforeRotation
2383
2384 \end_inset
2385
2386 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2387 相互参照メニューかツールバーボタンの
2388 \begin_inset Graphics
2389         filename ../../images/dialog-show-new-inset_ref.png
2390         scale 85
2391         scaleBeforeRotation
2392
2393 \end_inset
2394
2395 を用いて、このラベルを参照することができます。
2396 \begin_inset Newline newline
2397 \end_inset
2398
2399 参照は、第
2400 \begin_inset CommandInset ref
2401 LatexCommand ref
2402 reference "sec:フロートの参照"
2403
2404 \end_inset
2405
2406 節で詳細に説明されています。
2407 \end_layout
2408
2409 \begin_layout Section
2410 長尺表
2411 \begin_inset CommandInset label
2412 LatexCommand label
2413 name "sec:長尺表"
2414
2415 \end_inset
2416
2417
2418 \begin_inset Index
2419 status collapsed
2420
2421 \begin_layout Plain Layout
2422 ちょうしゃくひょう@長尺表
2423 \end_layout
2424
2425 \end_inset
2426
2427
2428 \begin_inset Index
2429 status collapsed
2430
2431 \begin_layout Plain Layout
2432 ひょう@表 ! ちょうしゃくひょう@長尺表
2433 \end_layout
2434
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \begin_layout Standard
2441 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2442 \family sans
2443 長尺表
2444 \family default
2445 タブにある
2446 \family sans
2447 長尺表を使う
2448 \family default
2449 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2450 することができるようになります。
2451 \end_layout
2452
2453 \begin_layout Description
2454 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2455 \family roman
2456 \series medium
2457 \shape up
2458 \size normal
2459 \emph off
2460 \bar no
2461 \noun off
2462 \color none
2463 ただし、
2464 \family sans
2465 \series default
2466 \shape default
2467 \size default
2468 \emph default
2469 \bar default
2470 \noun default
2471 \color inherit
2472 冒頭ヘッダ
2473 \family roman
2474 \series medium
2475 \shape up
2476 \size normal
2477 \emph off
2478 \bar no
2479 \noun off
2480 \color none
2481 が定義されているときは、冒頭ページを除きます。
2482 \family default
2483 \series default
2484 \shape default
2485 \size default
2486 \emph default
2487 \bar default
2488 \noun default
2489 \color inherit
2490 これと区別して、このヘッダは本体ヘッダと呼びます。
2491 \end_layout
2492
2493 \begin_layout Description
2494 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2495 \end_layout
2496
2497 \begin_layout Description
2498 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2499 \family roman
2500 \series medium
2501 \shape up
2502 \size normal
2503 \emph off
2504 \bar no
2505 \noun off
2506 \color none
2507 ただし、
2508 \family sans
2509 \series default
2510 \shape default
2511 \size default
2512 \emph default
2513 \bar default
2514 \noun default
2515 \color inherit
2516 末尾フッタ
2517 \family roman
2518 \series medium
2519 \shape up
2520 \size normal
2521 \emph off
2522 \bar no
2523 \noun off
2524 \color none
2525 が定義されているときは、末尾ページを除きます。
2526 \end_layout
2527
2528 \begin_layout Description
2529 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2530 \end_layout
2531
2532 \begin_layout Description
2533 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2534 \begin_inset CommandInset ref
2535 LatexCommand ref
2536 reference "sub:長尺表のキャプション"
2537
2538 \end_inset
2539
2540 節で説明されています。
2541 \end_layout
2542
2543 \begin_layout Standard
2544 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2545 \end_layout
2546
2547 \begin_layout Standard
2548 \align center
2549 \begin_inset Tabular
2550 <lyxtabular version="3" rows="69" columns="3">
2551 <features islongtable="true">
2552 <column alignment="left" valignment="top" width="0cm">
2553 <column alignment="left" valignment="top" width="0pt">
2554 <column alignment="center" valignment="top" width="0pt">
2555 <row endfirsthead="true">
2556 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560
2561 \series bold
2562 例示用電話帳(名前は無視してください)
2563 \end_layout
2564
2565 \end_inset
2566 </cell>
2567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Plain Layout
2571
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 </row>
2586 <row endfirsthead="true">
2587 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2588 \begin_inset Text
2589
2590 \begin_layout Plain Layout
2591 氏名
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2597 \begin_inset Text
2598
2599 \begin_layout Plain Layout
2600
2601 \end_layout
2602
2603 \end_inset
2604 </cell>
2605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2606 \begin_inset Text
2607
2608 \begin_layout Plain Layout
2609
2610 \series bold
2611 TEL.
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 </row>
2617 <row endhead="true">
2618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Plain Layout
2622
2623 \series bold
2624 例示用電話帳
2625 \end_layout
2626
2627 \end_inset
2628 </cell>
2629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2630 \begin_inset Text
2631
2632 \begin_layout Plain Layout
2633
2634 \end_layout
2635
2636 \end_inset
2637 </cell>
2638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2639 \begin_inset Text
2640
2641 \begin_layout Plain Layout
2642
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 </row>
2648 <row endhead="true">
2649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Plain Layout
2653 氏名
2654 \end_layout
2655
2656 \end_inset
2657 </cell>
2658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2659 \begin_inset Text
2660
2661 \begin_layout Plain Layout
2662
2663 \end_layout
2664
2665 \end_inset
2666 </cell>
2667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2668 \begin_inset Text
2669
2670 \begin_layout Plain Layout
2671
2672 \series bold
2673 TEL.
2674 \end_layout
2675
2676 \end_inset
2677 </cell>
2678 </row>
2679 <row endfoot="true">
2680 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684 次頁へつづく
2685 \end_layout
2686
2687 \end_inset
2688 </cell>
2689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Plain Layout
2693
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Plain Layout
2702
2703 \end_layout
2704
2705 \end_inset
2706 </cell>
2707 </row>
2708 <row>
2709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713
2714 \series bold
2715 Annovi
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 <cell alignment="center" valignment="top" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Plain Layout
2724 Silvia
2725 \end_layout
2726
2727 \end_inset
2728 </cell>
2729 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Plain Layout
2733 111
2734 \end_layout
2735
2736 \end_inset
2737 </cell>
2738 </row>
2739 <row>
2740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2741 \begin_inset Text
2742
2743 \begin_layout Plain Layout
2744
2745 \series bold
2746 Bertoli
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 <cell alignment="center" valignment="top" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755 Stefano
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764 111
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 </row>
2770 <row>
2771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775
2776 \series bold
2777 Bozzi
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 <cell alignment="center" valignment="top" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786 Walter
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795 111
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 <row>
2802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806
2807 \series bold
2808 Cachia
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817 Maria
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826 111
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 <row>
2833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \series bold
2839 Cachia
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 Maurizio
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857 111
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 </row>
2863 <row>
2864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868
2869 \series bold
2870 Cinquemani
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879 Giusi
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888 111
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 <row>
2895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899
2900 \series bold
2901 Colin
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910 Bernard
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919 111
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \series bold
2932 Concli
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 Gianfranco
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950 111
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 </row>
2956 <row>
2957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2958 \begin_inset Text
2959
2960 \begin_layout Plain Layout
2961
2962 \series bold
2963 Dal Bosco
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 <cell alignment="center" valignment="top" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 Carolina
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981 111
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \series bold
2994 Dalpiaz
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003 Annamaria
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012 111
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row>
3019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \series bold
3025 Feliciello
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 <cell alignment="center" valignment="top" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034 Domenico
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 111
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \series bold
3056 Focarelli
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 Paola
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074 111
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row>
3081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085
3086 \series bold
3087 Galletti
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 Oreste
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 111
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row>
3112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \series bold
3118 Gasparini
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell alignment="center" valignment="top" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127 Franca
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136 111
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \series bold
3149 Rizzardi
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 Paola
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 111
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 Lassini
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 Giancarlo
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 111
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row>
3205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \series bold
3211 Malfatti
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220 Luciano
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 111
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row>
3236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \series bold
3242 Malfatti
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 Valeriano
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 111
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 </row>
3266 <row>
3267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271
3272 \series bold
3273 Meneguzzo
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 Roberto
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 111
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 </row>
3297 <row>
3298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \series bold
3304 Mezzadra
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 Roberto
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 111
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row>
3329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 Pirpamer
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 Erich
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 111
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \series bold
3366 Pochiesa
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 Paolo
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 111, 222
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 </row>
3390 <row>
3391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395
3396 \series bold
3397 Radina
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 Claudio
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 111
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 <row>
3422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428 Stuffer
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 Oskar
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 111
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row>
3453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459 Tacchelli
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 Ugo
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 111
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 <row>
3484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 Tezzele
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 Margit
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 111
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 </row>
3514 <row>
3515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \series bold
3521 Unterkalmsteiner
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Frieda
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 111
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \series bold
3552 Vieider
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Hilde
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 111
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 Vigna
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 Jürgen
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 111
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612
3613 \series bold
3614 Weber
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 Maurizio
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 111
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \series bold
3645 Winkler
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Franz
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 111
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674  
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Annovi
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Silvia
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 555
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Bertoli
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Stefano
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 555
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Bozzi
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Walter
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 555
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Cachia
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Maria
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 555
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Cachia
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Maurizio
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 555
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Cinquemani
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Giusi
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 555
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Colin
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Bernard
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 555
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Concli
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Gianfranco
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 555
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Dal Bosco
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Carolina
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 555
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Dalpiaz
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Annamaria
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 555
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Feliciello
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Domenico
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 555
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Focarelli
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Paola
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 555
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Galletti
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Oreste
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 555
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Gasparini
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Franca
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 555
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Rizzardi
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Paola
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 555
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Lassini
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Giancarlo
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 555
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Malfatti
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Luciano
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 555
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Malfatti
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Valeriano
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 555
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Meneguzzo
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Roberto
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 555
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Mezzadra
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Roberto
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 555
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Pirpamer
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Erich
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 555
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Pochiesa
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Paolo
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 555, 222
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Radina
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Claudio
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 555
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Stuffer
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Oskar
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 555
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Tacchelli
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Ugo
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 555
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Tezzele
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Margit
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 555
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Unterkalmsteiner
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Frieda
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 555
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Vieider
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Hilde
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 555
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \series bold
4573 Vigna
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Jürgen
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 999
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602
4603 \series bold
4604 Weber
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 Maurizio
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 555
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633
4634 \series bold
4635 Winkler
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 Franz
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 555
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 </row>
4659 <row endlastfoot="true">
4660 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 以上
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 </lyxtabular>
4689
4690 \end_inset
4691
4692
4693 \begin_inset ERT
4694 status collapsed
4695
4696 \begin_layout Plain Layout
4697
4698
4699 \backslash
4700 addtocounter{table}{-1}
4701 \end_layout
4702
4703 \end_inset
4704
4705
4706 \begin_inset Note Note
4707 status collapsed
4708
4709 \begin_layout Plain Layout
4710 本コマンドの説明については、第
4711 \begin_inset CommandInset ref
4712 LatexCommand ref
4713 reference "sub:長尺表のキャプション"
4714
4715 \end_inset
4716
4717 節の最初の淡色表示注釈をご覧下さい。
4718 \end_layout
4719
4720 \end_inset
4721
4722
4723 \end_layout
4724
4725 \begin_layout Subsection
4726 長尺表での脚注
4727 \begin_inset CommandInset label
4728 LatexCommand label
4729 name "sub:長尺表での脚注"
4730
4731 \end_inset
4732
4733
4734 \begin_inset Index
4735 status collapsed
4736
4737 \begin_layout Plain Layout
4738 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4739 \end_layout
4740
4741 \end_inset
4742
4743
4744 \end_layout
4745
4746 \begin_layout Standard
4747 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
4748 \begin_inset CommandInset ref
4749 LatexCommand ref
4750 reference "tab:別キャプション"
4751
4752 \end_inset
4753
4754 には脚注が付いています。
4755 \end_layout
4756
4757 \begin_layout Subsection
4758 長尺表の縦横揃え
4759 \begin_inset Index
4760 status collapsed
4761
4762 \begin_layout Plain Layout
4763 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
4764 \end_layout
4765
4766 \end_inset
4767
4768
4769 \end_layout
4770
4771 \begin_layout Standard
4772 長尺表は、既定値では中央揃えになっています。行や列の揃えとは異なり、表の揃えは、いまのところ表ダイアログで変更することができません。長尺表の揃えを変更するには、
4773 \end_layout
4774
4775 \begin_layout Standard
4776
4777 \series bold
4778
4779 \backslash
4780 setlength{
4781 \backslash
4782 LTleft}{値}
4783 \end_layout
4784
4785 \begin_layout Standard
4786 という行を当該長尺表の前にTeXコードとして挿入して、長さ
4787 \series bold
4788
4789 \backslash
4790 LTleft
4791 \series default
4792 および
4793 \series bold
4794
4795 \backslash
4796 LTright
4797 \series default
4798 の値を変更しなくてはなりません。ここで「値」は、第
4799 \begin_inset CommandInset ref
4800 LatexCommand ref
4801 reference "tab:単位"
4802
4803 \end_inset
4804
4805 表に挙げてある単位であれば、どの単位を取ることもできます。
4806 \series bold
4807
4808 \backslash
4809 LTleft
4810 \series default
4811 は、左頁余白から長尺表までの水平方向の距離を制御し、
4812 \series bold
4813
4814 \backslash
4815 LTright
4816 \series default
4817 は、右頁余白からの距離を制御します。これらの長さの既定値は
4818 \series bold
4819
4820 \backslash
4821 fill
4822 \series default
4823 となっており、LyXの水平フィルと同等になっています。
4824 \end_layout
4825
4826 \begin_layout Standard
4827 以下の長尺表は
4828 \series bold
4829
4830 \backslash
4831 LTleft
4832 \series default
4833 を0
4834 \begin_inset space \thinspace{}
4835 \end_inset
4836
4837 ptに設定して、左揃えにした例です。
4838 \begin_inset ERT
4839 status collapsed
4840
4841 \begin_layout Plain Layout
4842
4843
4844 \backslash
4845 setlength{
4846 \backslash
4847 LTleft}{0pt}
4848 \end_layout
4849
4850 \end_inset
4851
4852
4853 \end_layout
4854
4855 \begin_layout Standard
4856 \begin_inset Tabular
4857 <lyxtabular version="3" rows="5" columns="5">
4858 <features islongtable="true">
4859 <column alignment="center" valignment="top" width="0">
4860 <column alignment="center" valignment="top" width="0">
4861 <column alignment="center" valignment="top" width="0">
4862 <column alignment="center" valignment="top" width="0">
4863 <column alignment="center" valignment="top" width="0">
4864 <row>
4865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 1
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 2
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 3
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 4
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 5
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 いろは
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 いろは
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 いろは
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 いろは
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 いろは
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 いろは
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row>
5053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 いろは
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 いろは
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 いろは
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 いろは
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 いろは
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 </lyxtabular>
5100
5101 \end_inset
5102
5103
5104 \begin_inset ERT
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108
5109
5110 \backslash
5111 setlength{
5112 \backslash
5113 LTleft}{
5114 \backslash
5115 fill}
5116 \end_layout
5117
5118 \end_inset
5119
5120
5121 \begin_inset ERT
5122 status collapsed
5123
5124 \begin_layout Plain Layout
5125
5126
5127 \backslash
5128 addtocounter{table}{-1}
5129 \end_layout
5130
5131 \end_inset
5132
5133
5134 \begin_inset Note Note
5135 status open
5136
5137 \begin_layout Plain Layout
5138 このコマンドの説明に関しては、第
5139 \begin_inset CommandInset ref
5140 LatexCommand ref
5141 reference "sub:長尺表のキャプション"
5142
5143 \end_inset
5144
5145 節の最初の淡色表示注釈をご覧下さい。
5146 \end_layout
5147
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \begin_layout Subsection
5154 長尺表のキャプション
5155 \begin_inset Index
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5160 \end_layout
5161
5162 \end_inset
5163
5164
5165 \begin_inset CommandInset label
5166 LatexCommand label
5167 name "sub:長尺表のキャプション"
5168
5169 \end_inset
5170
5171
5172 \end_layout
5173
5174 \begin_layout Standard
5175 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5176 \begin_inset CommandInset ref
5177 LatexCommand ref
5178 reference "sec:長尺表"
5179
5180 \end_inset
5181
5182 節に述べられているように、ある行で長尺表オプションの
5183 \family sans
5184 キャプション
5185 \family default
5186 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5187 \end_layout
5188
5189 \begin_layout Standard
5190 以下は、動作を確認するための短い長尺表です。
5191 \end_layout
5192
5193 \begin_layout Standard
5194 \begin_inset Tabular
5195 <lyxtabular version="3" rows="6" columns="5">
5196 <features islongtable="true">
5197 <column alignment="center" valignment="top" width="0">
5198 <column alignment="center" valignment="top" width="0">
5199 <column alignment="center" valignment="top" width="0">
5200 <column alignment="center" valignment="top" width="0">
5201 <column alignment="center" valignment="top" width="0">
5202 <row caption="true">
5203 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 \begin_inset Caption
5208
5209 \begin_layout Plain Layout
5210 キャプション付き長尺表
5211 \begin_inset OptArg
5212 status collapsed
5213
5214 \begin_layout Plain Layout
5215 長尺表
5216 \end_layout
5217
5218 \end_inset
5219
5220
5221 \end_layout
5222
5223 \end_inset
5224
5225
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 1
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 2
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 3
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 4
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 5
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 いろは
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 いろは
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 いろは
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 いろは
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 </row>
5408 <row>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 いろは
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 いろは
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 いろは
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 いろは
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 いろは
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 いろは
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 いろは
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 </lyxtabular>
5503
5504 \end_inset
5505
5506
5507 \end_layout
5508
5509 \begin_layout Standard
5510 \begin_inset VSpace medskip
5511 \end_inset
5512
5513
5514 \begin_inset Note Greyedout
5515 status open
5516
5517 \begin_layout Plain Layout
5518
5519 \series bold
5520 【註1】
5521 \series default
5522 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5523 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5524 \end_layout
5525
5526 \begin_layout Plain Layout
5527
5528 \series bold
5529
5530 \backslash
5531 addtocounter{table}{-1}
5532 \end_layout
5533
5534 \begin_layout Plain Layout
5535 というコマンドを挿入する方法があります。
5536 \end_layout
5537
5538 \begin_layout Plain Layout
5539 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5540 \end_layout
5541
5542 \begin_layout Plain Layout
5543
5544 \series bold
5545
5546 \backslash
5547 let
5548 \backslash
5549 myEnd
5550 \backslash
5551 endlongtable
5552 \begin_inset Newline newline
5553 \end_inset
5554
5555
5556 \backslash
5557 renewcommand{
5558 \backslash
5559 endlongtable}{
5560 \backslash
5561 myEnd
5562 \backslash
5563 addtocounter{table}{-1}}
5564 \end_layout
5565
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \begin_layout Standard
5572 \begin_inset Note Greyedout
5573 status open
5574
5575 \begin_layout Plain Layout
5576
5577 \series bold
5578 【註2】
5579 \series default
5580 相互参照をリンクするために、
5581 \family sans
5582 文書設定
5583 \family default
5584 ダイアログの
5585 \family sans
5586 PDF特性
5587 \family default
5588
5589 \series bold
5590 hyperref
5591 \series default
5592
5593 \begin_inset Index
5594 status collapsed
5595
5596 \begin_layout Plain Layout
5597 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5598 \end_layout
5599
5600 \end_inset
5601
5602 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \begin_layout Subsubsection
5611 長尺表への参照
5612 \begin_inset Index
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Standard
5625 \begin_inset Tabular
5626 <lyxtabular version="3" rows="6" columns="5">
5627 <features islongtable="true">
5628 <column alignment="center" valignment="top" width="0">
5629 <column alignment="center" valignment="top" width="0">
5630 <column alignment="center" valignment="top" width="0">
5631 <column alignment="center" valignment="top" width="0">
5632 <column alignment="center" valignment="top" width="0">
5633 <row caption="true">
5634 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 \begin_inset Caption
5639
5640 \begin_layout Plain Layout
5641 参照された長尺表
5642 \begin_inset CommandInset label
5643 LatexCommand label
5644 name "tab:参照例"
5645
5646 \end_inset
5647
5648
5649 \end_layout
5650
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 1
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 2
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 3
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 4
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 5
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 いろは
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 いろは
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 <row>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 いろは
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 いろは
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 </row>
5836 <row>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 いろは
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 いろは
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 いろは
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 いろは
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 いろは
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 いろは
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 いろは
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 </row>
5930 </lyxtabular>
5931
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \begin_layout Standard
5938 長尺表を参照するには、キャプションにラベルを挿入してください。
5939 \end_layout
5940
5941 \begin_layout Standard
5942 これは表
5943 \begin_inset CommandInset ref
5944 LatexCommand ref
5945 reference "tab:参照例"
5946
5947 \end_inset
5948
5949 への参照です。
5950 \end_layout
5951
5952 \begin_layout Standard
5953 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
5954 \series bold
5955 caption
5956 \series default
5957
5958 \begin_inset Index
5959 status collapsed
5960
5961 \begin_layout Plain Layout
5962 LaTeXぱっけーじ@LaTeXパッケージ ! caption
5963 \end_layout
5964
5965 \end_inset
5966
5967 を使用して設定することができます。第
5968 \begin_inset CommandInset ref
5969 LatexCommand ref
5970 reference "sec:キャプションの書式設定"
5971
5972 \end_inset
5973
5974 節をご覧下さい。
5975 \end_layout
5976
5977 \begin_layout Subsubsection
5978 キャプションの幅
5979 \begin_inset Index
5980 status collapsed
5981
5982 \begin_layout Plain Layout
5983 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
5984 \end_layout
5985
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \begin_layout Standard
5992 キャプション行の最大長は、長さ
5993 \series bold
5994
5995 \backslash
5996 LTcapwidth
5997 \series default
5998 によって指定することができます。既定値は4
5999 \begin_inset space \thinspace{}
6000 \end_inset
6001
6002 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6003 \end_layout
6004
6005 \begin_layout Standard
6006
6007 \series bold
6008
6009 \backslash
6010 setlength{
6011 \backslash
6012 LTcapwidth}{幅}
6013 \end_layout
6014
6015 \begin_layout Standard
6016 というコマンドを書き加えて下さい。ここで「幅」には、付録
6017 \begin_inset CommandInset ref
6018 LatexCommand ref
6019 reference "cha:LyXで使用できる単位"
6020
6021 \end_inset
6022
6023 に挙げられている単位を取ることができます。
6024 \end_layout
6025
6026 \begin_layout Standard
6027 以下の各表で違いを示します。
6028 \end_layout
6029
6030 \begin_layout Standard
6031 \begin_inset Tabular
6032 <lyxtabular version="3" rows="6" columns="5">
6033 <features islongtable="true">
6034 <column alignment="center" valignment="top" width="0">
6035 <column alignment="center" valignment="top" width="0">
6036 <column alignment="center" valignment="top" width="0">
6037 <column alignment="center" valignment="top" width="0">
6038 <column alignment="center" valignment="top" width="0">
6039 <row caption="true">
6040 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 \begin_inset Caption
6045
6046 \begin_layout Plain Layout
6047 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6048 \begin_inset OptArg
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 既定幅のキャプション
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 1
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 2
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 3
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 4
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 5
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 いろは
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 いろは
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 <row>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 いろは
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 いろは
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 </row>
6245 <row>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 いろは
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 いろは
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row>
6293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 いろは
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 いろは
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 いろは
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 いろは
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 いろは
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 </lyxtabular>
6340
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \begin_layout Standard
6347 \begin_inset ERT
6348 status collapsed
6349
6350 \begin_layout Plain Layout
6351
6352
6353 \backslash
6354 setlength{
6355 \backslash
6356 LTcapwidth}{5cm}
6357 \end_layout
6358
6359 \end_inset
6360
6361
6362 \begin_inset Tabular
6363 <lyxtabular version="3" rows="6" columns="5">
6364 <features islongtable="true">
6365 <column alignment="center" valignment="top" width="0">
6366 <column alignment="center" valignment="top" width="0">
6367 <column alignment="center" valignment="top" width="0">
6368 <column alignment="center" valignment="top" width="0">
6369 <column alignment="center" valignment="top" width="0">
6370 <row caption="true">
6371 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 \begin_inset Caption
6376
6377 \begin_layout Plain Layout
6378 5
6379 \begin_inset space \thinspace{}
6380 \end_inset
6381
6382 cm幅のなが〜いフルタイトル・5
6383 \begin_inset space \thinspace{}
6384 \end_inset
6385
6386 cm幅のなが〜いフルタイトル・5
6387 \begin_inset space \thinspace{}
6388 \end_inset
6389
6390 cm幅のなが〜いフルタイトル
6391 \begin_inset OptArg
6392 status collapsed
6393
6394 \begin_layout Plain Layout
6395 5
6396 \begin_inset space \thinspace{}
6397 \end_inset
6398
6399 cm幅のキャプション
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 <row>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 1
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 2
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 3
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 4
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 5
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 </row>
6498 <row>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 いろは
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 いろは
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 </row>
6545 <row>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 いろは
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 いろは
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 <row>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 いろは
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 いろは
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 いろは
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 いろは
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 いろは
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 いろは
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 いろは
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 </row>
6686 </lyxtabular>
6687
6688 \end_inset
6689
6690
6691 \end_layout
6692
6693 \begin_layout Standard
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698
6699
6700 \backslash
6701 setlength{
6702 \backslash
6703 LTcapwidth}{4in}
6704 \end_layout
6705
6706 \end_inset
6707
6708
6709 \end_layout
6710
6711 \begin_layout Standard
6712 \begin_inset Note Greyedout
6713 status open
6714
6715 \begin_layout Plain Layout
6716
6717 \series bold
6718 【註】
6719 \series default
6720 この文書のようにLaTeXパッケージの
6721 \series bold
6722 caption
6723 \series default
6724
6725 \begin_inset Index
6726 status collapsed
6727
6728 \begin_layout Plain Layout
6729 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6730 \end_layout
6731
6732 \end_inset
6733
6734 を使用している時には、
6735 \series bold
6736
6737 \backslash
6738 LTcapwidth
6739 \series default
6740 に既定値の4
6741 \begin_inset space \thinspace{}
6742 \end_inset
6743
6744 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
6745 \begin_inset space \thinspace{}
6746 \end_inset
6747
6748 in幅のキャプションを作るには、3.99
6749 \begin_inset space \thinspace{}
6750 \end_inset
6751
6752 inのように4.0
6753 \begin_inset space \thinspace{}
6754 \end_inset
6755
6756 inと少し違う値を指定するか、
6757 \series bold
6758 caption
6759 \series default
6760 パッケージが提供している
6761 \series bold
6762
6763 \backslash
6764 captionsetup{width=値}
6765 \series default
6766 というLaTeXコマンドを用いる方法があります。
6767 \end_layout
6768
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \begin_layout Subsubsection
6775 表の各ページごとに異なるキャプション
6776 \begin_inset Index
6777 status collapsed
6778
6779 \begin_layout Plain Layout
6780 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
6781 \end_layout
6782
6783 \end_inset
6784
6785
6786 \end_layout
6787
6788 \begin_layout Standard
6789 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
6790 \end_layout
6791
6792 \begin_layout Standard
6793
6794 \series bold
6795
6796 \backslash
6797 caption*{キャプション文}
6798 \backslash
6799
6800 \backslash
6801 %
6802 \end_layout
6803
6804 \begin_layout Standard
6805 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
6806 \begin_inset CommandInset ref
6807 LatexCommand ref
6808 reference "tab:別キャプション"
6809
6810 \end_inset
6811
6812 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
6813 \end_layout
6814
6815 \begin_layout Standard
6816 \align center
6817 \begin_inset Tabular
6818 <lyxtabular version="3" rows="59" columns="3">
6819 <features islongtable="true" lastFootEmpty="true">
6820 <column alignment="left" valignment="top" width="0cm">
6821 <column alignment="left" valignment="top" width="0pt">
6822 <column alignment="center" valignment="top" width="0pt">
6823 <row caption="true">
6824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 \begin_inset Caption
6829
6830 \begin_layout Plain Layout
6831 例示用電話帳
6832 \begin_inset CommandInset label
6833 LatexCommand label
6834 name "tab:別キャプション"
6835
6836 \end_inset
6837
6838
6839 \begin_inset OptArg
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843 例示用電話帳
6844 \end_layout
6845
6846 \end_inset
6847
6848
6849 \end_layout
6850
6851 \end_inset
6852
6853
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 </row>
6877 <row endfirsthead="true">
6878 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882
6883 \series bold
6884 例示用電話帳(名前は無視の事)
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row endfirsthead="true">
6909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913
6914 \series bold
6915 氏名
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933
6934 \series bold
6935 TEL.
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 </row>
6941 <row endhead="true">
6942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 \begin_inset ERT
6947 status collapsed
6948
6949 \begin_layout Plain Layout
6950
6951
6952 \backslash
6953 caption*{例示用電話帳の続き}
6954 \backslash
6955
6956 \backslash
6957 %
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 </row>
6986 <row endhead="true">
6987 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \series bold
6993 例示用電話帳
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 </row>
7017 <row endhead="true">
7018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022
7023 \series bold
7024 氏名
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042
7043 \series bold
7044 TEL.
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 </row>
7050 <row endfoot="true">
7051 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 次頁に続く
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 </row>
7079 <row>
7080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \series bold
7086 Annovi
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 Silvia
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 111
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 </row>
7110 <row>
7111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115
7116 \series bold
7117 Bertoli
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 Stefano
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 111
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 </row>
7141 <row>
7142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146
7147 \series bold
7148 Bozzi
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 Walter
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 111
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 </row>
7172 <row>
7173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177
7178 \series bold
7179 Cachia
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 Maria
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 111
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 <row>
7204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208
7209 \series bold
7210 Cachia
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 Maurizio
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 111
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 </row>
7234 <row>
7235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239
7240 \series bold
7241 Cinquemani
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 Giusi
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 111
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 </row>
7265 <row>
7266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270
7271 \series bold
7272 Colin
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 Bernard
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 111
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 </row>
7296 <row>
7297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \series bold
7303 Concli
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 Gianfranco
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 111
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 </row>
7327 <row>
7328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332
7333 \series bold
7334 Dal Bosco
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 Carolina
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 111
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 </row>
7358 <row>
7359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363
7364 \series bold
7365 Dalpiaz
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 Annamaria
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 111
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 </row>
7389 <row>
7390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394
7395 \series bold
7396 Feliciello
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 Domenico
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 111
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 </row>
7420 <row>
7421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425
7426 \series bold
7427 Focarelli
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 Paola
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 111
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 </row>
7451 <row>
7452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456
7457 \series bold
7458 Galletti
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 Oreste
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 111
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 <row>
7483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487
7488 \series bold
7489 Gasparini
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 Franca
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 111
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row>
7514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \series bold
7520 Rizzardi
7521 \series default
7522
7523 \begin_inset Foot
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527 例示用脚注
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 Paola
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 111
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \series bold
7563 Lassini
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 Giancarlo
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 111
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 </row>
7587 <row>
7588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592
7593 \series bold
7594 Malfatti
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 Luciano
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 111
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 </row>
7618 <row>
7619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \series bold
7625 Malfatti
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 Valeriano
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 111
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 </row>
7649 <row>
7650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654
7655 \series bold
7656 Meneguzzo
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 Roberto
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 111
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 </row>
7680 <row>
7681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \series bold
7687 Mezzadra
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 Roberto
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 111
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \series bold
7718 Pirpamer
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 Erich
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 111
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row>
7743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \series bold
7749 Pochiesa
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 Paolo
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767 111, 222
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 </row>
7773 <row>
7774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \series bold
7780 Radina
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789 Claudio
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 111
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 </row>
7804 <row>
7805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \series bold
7811 Stuffer
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 Oskar
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 111
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 </row>
7835 <row>
7836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \series bold
7842 Tacchelli
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 Ugo
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 111
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 </row>
7866 <row>
7867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \series bold
7873 Tezzele
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 Margit
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 111
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 </row>
7897 <row>
7898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \series bold
7904 Unterkalmsteiner
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 Frieda
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 111
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 Vieider
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 Hilde
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 111
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 <row>
7960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \series bold
7966 Vigna
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 Jürgen
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 111
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Weber
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 Maurizio
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 111
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 Winkler
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 Franz
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 111
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057  
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Annovi
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Silvia
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 555
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Bertoli
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Stefano
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 555
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Bozzi
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Walter
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 555
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Cachia
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Maria
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 555
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Cachia
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Maurizio
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 555
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Cinquemani
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Giusi
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 555
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Colin
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Bernard
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 555
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Concli
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Gianfranco
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 555
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Dal Bosco
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Carolina
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 555
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Dalpiaz
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Annamaria
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 555
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Feliciello
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Domenico
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 555
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Focarelli
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Paola
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 555
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Galletti
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Oreste
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 555
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Gasparini
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Franca
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 555
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Rizzardi
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Paola
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 555
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Lassini
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Giancarlo
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 555
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Malfatti
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Luciano
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 555
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Malfatti
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Valeriano
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 555
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Meneguzzo
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Roberto
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 555
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Mezzadra
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Roberto
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 555
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 </lyxtabular>
8702
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \begin_layout Section
8709 長尺表にまつわる諸点
8710 \begin_inset CommandInset label
8711 LatexCommand label
8712 name "sec:長尺表にまつわる諸点"
8713
8714 \end_inset
8715
8716
8717 \end_layout
8718
8719 \begin_layout Subsection
8720 長尺表の計算
8721 \begin_inset Index
8722 status collapsed
8723
8724 \begin_layout Plain Layout
8725 ちょうしゃくひょう@長尺表 ! けいさん@計算
8726 \end_layout
8727
8728 \end_inset
8729
8730
8731 \end_layout
8732
8733 \begin_layout Standard
8734 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8735 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8736 \end_layout
8737
8738 \begin_layout Standard
8739
8740 \series bold
8741
8742 \backslash
8743 setcounter{LTchunksize}{100}
8744 \end_layout
8745
8746 \begin_layout Standard
8747 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
8748 \end_layout
8749
8750 \begin_layout Subsection
8751 フロートと長尺表
8752 \begin_inset Index
8753 status collapsed
8754
8755 \begin_layout Plain Layout
8756 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
8757 \end_layout
8758
8759 \end_inset
8760
8761
8762 \end_layout
8763
8764 \begin_layout Standard
8765 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
8766 \series bold
8767
8768 \backslash
8769 clearpage
8770 \series default
8771 コマンドを長尺表の前にTeXコードとして書き加えてください。
8772 \end_layout
8773
8774 \begin_layout Subsection
8775 強制改頁
8776 \begin_inset Index
8777 status collapsed
8778
8779 \begin_layout Plain Layout
8780 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
8781 \end_layout
8782
8783 \end_inset
8784
8785
8786 \end_layout
8787
8788 \begin_layout Standard
8789 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
8790 ド「
8791 \series bold
8792
8793 \backslash
8794
8795 \backslash
8796
8797 \series default
8798 」を挿入します。
8799 \series bold
8800
8801 \backslash
8802
8803 \backslash
8804
8805 \series default
8806 コマンドの前には、現セルよりも右にある列数と同じ数の「
8807 \series bold
8808 &
8809 \series default
8810 」文字を、TeXコードで挿入してやる必要があります。この
8811 \series bold
8812 &
8813 \series default
8814 は、表セルの区切り文字です。各
8815 \series bold
8816 &
8817 \series default
8818 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
8819 \begin_inset Newline newline
8820 \end_inset
8821
8822
8823 \series bold
8824
8825 \backslash
8826
8827 \backslash
8828
8829 \series default
8830 コマンドの後ろには、現在列の左側にある列数と同じ数の
8831 \series bold
8832 &
8833 \series default
8834 文字を挿入してください。表
8835 \begin_inset CommandInset ref
8836 LatexCommand ref
8837 reference "tab:強制改頁"
8838
8839 \end_inset
8840
8841 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
8842 \end_layout
8843
8844 \begin_layout Standard
8845
8846 \series bold
8847 & 111
8848 \backslash
8849
8850 \backslash
8851  
8852 \backslash
8853 newpage
8854 \begin_inset Newline newline
8855 \end_inset
8856
8857 &
8858 \end_layout
8859
8860 \begin_layout Standard
8861 というコマンドが、セル中「
8862 \emph on
8863 Castelchiodato,
8864 \emph default
8865 」の後にTeXコードとして挿入してあります。
8866 \end_layout
8867
8868 \begin_layout Standard
8869 同一行3列目の「111」は削除してあります。
8870 \series bold
8871
8872 \backslash
8873 newpage
8874 \series default
8875 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
8876 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
8877 \end_layout
8878
8879 \begin_layout Standard
8880
8881 \series bold
8882 & 111
8883 \backslash
8884
8885 \backslash
8886
8887 \begin_inset Newline newline
8888 \end_inset
8889
8890
8891 \backslash
8892 hline &
8893 \end_layout
8894
8895 \begin_layout Standard
8896 というコマンドを使用して下さい。
8897 \end_layout
8898
8899 \begin_layout Standard
8900 改頁をしたいセルが最右列にある場合には、
8901 \end_layout
8902
8903 \begin_layout Standard
8904
8905 \series bold
8906
8907 \backslash
8908 setlength{
8909 \backslash
8910 parfillskip}{0pt}
8911 \end_layout
8912
8913 \begin_layout Standard
8914 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
8915
8916 \end_layout
8917
8918 \begin_layout Standard
8919 \align center
8920 \begin_inset Tabular
8921 <lyxtabular version="3" rows="38" columns="3">
8922 <features islongtable="true" lastFootEmpty="true">
8923 <column alignment="left" valignment="top" width="0cm">
8924 <column alignment="left" valignment="top" width="3cm">
8925 <column alignment="center" valignment="top" width="0pt">
8926 <row caption="true">
8927 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 \begin_inset Caption
8932
8933 \begin_layout Plain Layout
8934 表セル内で強制改頁をしている表
8935 \begin_inset CommandInset label
8936 LatexCommand label
8937 name "tab:強制改頁"
8938
8939 \end_inset
8940
8941
8942 \begin_inset OptArg
8943 status collapsed
8944
8945 \begin_layout Plain Layout
8946 表セル内で強制改頁をしている表
8947 \end_layout
8948
8949 \end_inset
8950
8951
8952 \end_layout
8953
8954 \end_inset
8955
8956
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row endfirsthead="true">
8981 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 例示用電話帳(氏名は無視の事)
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row endfirsthead="true">
9012 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 氏名
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \series bold
9038 TEL.
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row endhead="true">
9045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset ERT
9050 status collapsed
9051
9052 \begin_layout Plain Layout
9053
9054
9055 \backslash
9056 caption*{例示用電話帳の続き}
9057 \backslash
9058
9059 \backslash
9060 %
9061 \end_layout
9062
9063 \end_inset
9064
9065
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row endhead="true">
9090 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 例示用電話帳
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row endhead="true">
9119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 氏名
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \series bold
9145 TEL.
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row endfoot="true">
9152 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 次頁に続く
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell multicolumn="2" 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 </row>
9180 <row>
9181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Annovi
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Silvia
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 111
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Bertoli
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Stefano
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 111
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Bozzi
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Walter
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 111
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \series bold
9280 Cachia
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 Maria
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 111
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \series bold
9311 Cachia
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Maurizio
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 111
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \series bold
9342 Cinquemani
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Giusi
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 111
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \series bold
9373 Colin
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Bernard
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 111
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404 Concli
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 Gianfranco
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 111
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 Dal Bosco
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Carolina
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 111
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \series bold
9466 Dalpiaz
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 Annamaria
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 111
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \series bold
9497 Feliciello
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 Domenico
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 111
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row>
9522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \series bold
9528 Focarelli
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 Paola
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 111
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 <row>
9553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \series bold
9559 Galletti
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 Oreste
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 111
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 </row>
9583 <row>
9584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588
9589 \series bold
9590 Gasparini
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 Franca
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 111
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 <row>
9615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \series bold
9621 Lassini
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 Giancarlo
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 111
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \series bold
9652 Malfatti
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 Luciano
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 111
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \series bold
9683 Malfatti
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 Valeriano
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 111
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 <row>
9708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712
9713 \series bold
9714 Meneguzzo
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 Roberto
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 111
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \series bold
9745 Mezzadra
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 Roberto
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 111
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 <row>
9770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774
9775 \series bold
9776 Pirpamer
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 Erich
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 111
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row>
9801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \series bold
9807 Pochiesa
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 Paolo
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 111, 222
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row>
9832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \series bold
9838 Radina
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 Claudio
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 111
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 </row>
9862 <row>
9863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \series bold
9869 Rizzardi
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 Paolo, 11.
9879  Fürst von Montecompatri, 11.
9880  Fürst von Sulmona und Vivaro, 10.
9881  Fürst von Rossano, 5.
9882  Herzog von Canemorte, 11.
9883  Herzog von Palombara, 5.
9884  Herzog von Castelchiodato,
9885 \begin_inset ERT
9886 status collapsed
9887
9888 \begin_layout Plain Layout
9889
9890 & 111
9891 \backslash
9892
9893 \backslash
9894  
9895 \backslash
9896 newpage
9897 \end_layout
9898
9899 \begin_layout Plain Layout
9900
9901 &
9902 \end_layout
9903
9904 \end_inset
9905
9906  11.
9907  Herzog von Poggionativo, 11.
9908  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9909  Graf von Valinfreda, 11.
9910  Baron von Cropalati, 11.
9911  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \series bold
9933 Stuffer
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 Oskar
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 111
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \series bold
9964 Tacchelli
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 Ugo
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 111
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Tezzele
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 Margit
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 111
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 Unterkalmsteiner
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 Frieda
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 111
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 Vieider
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 Hilde
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 111
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \series bold
10088 Vigna
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 Jürgen
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 111
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Weber
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 Maurizio
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 111
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 Winkler
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 Franz
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 111
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 </lyxtabular>
10175
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \begin_layout Section
10182 複数行・連結列・連結行
10183 \end_layout
10184
10185 \begin_layout Subsection
10186 表セル内の複数行
10187 \begin_inset CommandInset label
10188 LatexCommand label
10189 name "sub:複数行"
10190
10191 \end_inset
10192
10193
10194 \begin_inset Index
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198 ひょうせるないのふくすうぎょう@表セル内の複数行
10199 \end_layout
10200
10201 \end_inset
10202
10203
10204 \begin_inset Index
10205 status collapsed
10206
10207 \begin_layout Plain Layout
10208 ひょう@表 ! かいぎょう@改行
10209 \end_layout
10210
10211 \end_inset
10212
10213
10214 \end_layout
10215
10216 \begin_layout Standard
10217 \noindent
10218 \begin_inset Float table
10219 placement H
10220 wide false
10221 sideways false
10222 status open
10223
10224 \begin_layout Plain Layout
10225 \begin_inset Caption
10226
10227 \begin_layout Plain Layout
10228 \begin_inset CommandInset label
10229 LatexCommand label
10230 name "tab:複数行表"
10231
10232 \end_inset
10233
10234 セル内に複数の行がある表
10235 \end_layout
10236
10237 \end_inset
10238
10239
10240 \end_layout
10241
10242 \begin_layout Plain Layout
10243 \align center
10244 \begin_inset Tabular
10245 <lyxtabular version="3" rows="3" columns="3">
10246 <features>
10247 <column alignment="center" valignment="middle" width="2.5cm">
10248 <column alignment="center" valignment="middle" width="0">
10249 <column alignment="center" valignment="middle" width="0">
10250 <row>
10251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 複数の
10256 \begin_inset Newline linebreak
10257 \end_inset
10258
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 </lyxtabular>
10342
10343 \end_inset
10344
10345
10346 \end_layout
10347
10348 \end_inset
10349
10350
10351 \end_layout
10352
10353 \begin_layout Standard
10354 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10355 \end_layout
10356
10357 \begin_layout Standard
10358
10359 \begin_inset CommandInset ref
10360 LatexCommand ref
10361 reference "tab:複数行表"
10362
10363 \end_inset
10364
10365 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10366 \family sans
10367 設定
10368 \family default
10369 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10370 \begin_inset space \thinspace{}
10371 \end_inset
10372
10373 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10374 \begin_inset space \thinspace{}
10375 \end_inset
10376
10377 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10378 \begin_inset Info
10379 type  "shortcut"
10380 arg   "newline-insert linebreak"
10381 \end_inset
10382
10383 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10384 \end_layout
10385
10386 \begin_layout Standard
10387 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10388 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10389 \begin_inset space \thinspace{}
10390 \end_inset
10391
10392 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10393 \begin_inset CommandInset ref
10394 LatexCommand ref
10395 reference "tab:ハイフネーション表"
10396
10397 \end_inset
10398
10399 が違いを示しています
10400 \begin_inset Foot
10401 status open
10402
10403 \begin_layout Plain Layout
10404
10405 \series bold
10406 【訳註】
10407 \series default
10408 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10409 \end_layout
10410
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 \begin_inset Float table
10418 placement h
10419 wide false
10420 sideways false
10421 status open
10422
10423 \begin_layout Plain Layout
10424 \begin_inset Caption
10425
10426 \begin_layout Plain Layout
10427 \begin_inset CommandInset label
10428 LatexCommand label
10429 name "tab:ハイフネーション表"
10430
10431 \end_inset
10432
10433 ハイフネーション有/無の表
10434 \end_layout
10435
10436 \end_inset
10437
10438
10439 \end_layout
10440
10441 \begin_layout Plain Layout
10442 \begin_inset space \hfill{}
10443 \end_inset
10444
10445
10446 \begin_inset Tabular
10447 <lyxtabular version="3" rows="3" columns="3">
10448 <features>
10449 <column alignment="center" valignment="middle" width="2.5cm">
10450 <column alignment="center" valignment="middle" width="0">
10451 <column alignment="center" valignment="middle" width="0">
10452 <row>
10453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 verylongtablecellword
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 </lyxtabular>
10540
10541 \end_inset
10542
10543
10544 \begin_inset space \hfill{}
10545 \end_inset
10546
10547
10548 \begin_inset Tabular
10549 <lyxtabular version="3" rows="3" columns="3">
10550 <features>
10551 <column alignment="center" valignment="middle" width="2.5cm">
10552 <column alignment="center" valignment="middle" width="0">
10553 <column alignment="center" valignment="middle" width="0">
10554 <row>
10555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 \begin_inset space \hspace{}
10560 \length 0pt
10561 \end_inset
10562
10563 verylongtablecellword
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 </lyxtabular>
10646
10647 \end_inset
10648
10649
10650 \begin_inset space \hfill{}
10651 \end_inset
10652
10653
10654 \end_layout
10655
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \begin_layout Subsection
10662 連結列
10663 \begin_inset CommandInset label
10664 LatexCommand label
10665 name "sub:連結列"
10666
10667 \end_inset
10668
10669
10670 \begin_inset Index
10671 status collapsed
10672
10673 \begin_layout Plain Layout
10674 れんけつれつ@連結列
10675 \end_layout
10676
10677 \end_inset
10678
10679
10680 \begin_inset Index
10681 status collapsed
10682
10683 \begin_layout Plain Layout
10684 ひょう@表 ! れんけつれつ@連結列
10685 \end_layout
10686
10687 \end_inset
10688
10689
10690 \end_layout
10691
10692 \begin_layout Subsubsection
10693 連結列の基礎
10694 \end_layout
10695
10696 \begin_layout Standard
10697 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10698 \begin_inset Graphics
10699         filename ../../images/tabular-feature_multicolumn.png
10700         scale 85
10701         scaleBeforeRotation
10702
10703 \end_inset
10704
10705 を押すか、
10706 \family sans
10707 編集\SpecialChar \menuseparator
10708 表\SpecialChar \menuseparator
10709 連結列
10710 \family default
10711 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10712 \family sans
10713 連結列
10714 \family default
10715 を有効にするかしてください。
10716 \end_layout
10717
10718 \begin_layout Standard
10719 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10720 、最下行に上罫線のない連結行がある表の例です。
10721 \end_layout
10722
10723 \begin_layout Standard
10724 \align center
10725 \begin_inset Tabular
10726 <lyxtabular version="3" rows="3" columns="4">
10727 <features firstHeadTopDL="true" firstHeadBottomDL="true">
10728 <column alignment="center" valignment="top" width="0pt">
10729 <column alignment="center" valignment="middle" width="0">
10730 <column alignment="center" valignment="top" width="0in">
10731 <column alignment="center" valignment="top" width="0pt">
10732 <row>
10733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 いろは
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 にほへとちり
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 ぬるを
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 </lyxtabular>
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \begin_layout Subsubsection
10854 連結列の計算
10855 \begin_inset CommandInset label
10856 LatexCommand label
10857 name "sub:連結列の計算"
10858
10859 \end_inset
10860
10861
10862 \begin_inset Index
10863 status collapsed
10864
10865 \begin_layout Plain Layout
10866 れんけつれつ@連結列 ! けいさん@計算
10867 \end_layout
10868
10869 \end_inset
10870
10871
10872 \end_layout
10873
10874 \begin_layout Standard
10875 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
10876 \end_layout
10877
10878 \begin_layout Standard
10879 \begin_inset Float table
10880 placement h
10881 wide false
10882 sideways false
10883 status open
10884
10885 \begin_layout Plain Layout
10886 \begin_inset Caption
10887
10888 \begin_layout Plain Layout
10889 \begin_inset CommandInset label
10890 LatexCommand label
10891 name "tab:中央揃え表"
10892
10893 \end_inset
10894
10895 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
10896 \begin_inset OptArg
10897 status collapsed
10898
10899 \begin_layout Plain Layout
10900 完全なる連結列表
10901 \end_layout
10902
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \begin_layout Plain Layout
10914 \align center
10915 \begin_inset Tabular
10916 <lyxtabular version="3" rows="3" columns="3">
10917 <features>
10918 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
10919 <column alignment="center" valignment="middle" width="0">
10920 <column alignment="center" valignment="top" width="0">
10921 <row>
10922 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 複数行にわたる連結列
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 <row>
10951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 </row>
11008 </lyxtabular>
11009
11010 \end_inset
11011
11012
11013 \end_layout
11014
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \begin_layout Standard
11021 たとえば、表
11022 \begin_inset CommandInset ref
11023 LatexCommand ref
11024 reference "tab:中央揃え表"
11025
11026 \end_inset
11027
11028 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11029 \family sans
11030 設定
11031 \family default
11032 を選択します。そして現れる表の設定ダイアログで、このセルを
11033 \emph on
11034 連結列
11035 \emph default
11036
11037 \emph on
11038 中央揃え
11039 \emph default
11040 、2.5
11041 \begin_inset space \thinspace{}
11042 \end_inset
11043
11044 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11045 \begin_inset space \thinspace{}
11046 \end_inset
11047
11048 cm幅に設定します。すると第二列は自動的に1.25
11049 \begin_inset space \thinspace{}
11050 \end_inset
11051
11052 cm幅(連結列幅マイナス第一列の幅)になります。表
11053 \begin_inset CommandInset ref
11054 LatexCommand ref
11055 reference "tab:半分でない表"
11056
11057 \end_inset
11058
11059 もこのようにして作成してあります。
11060 \end_layout
11061
11062 \begin_layout Standard
11063 \begin_inset Float table
11064 wide false
11065 sideways false
11066 status open
11067
11068 \begin_layout Plain Layout
11069 \begin_inset Caption
11070
11071 \begin_layout Plain Layout
11072 \begin_inset CommandInset label
11073 LatexCommand label
11074 name "tab:半分でない表"
11075
11076 \end_inset
11077
11078 連結セルの下の列が正確に半分になっていない表
11079 \begin_inset OptArg
11080 status collapsed
11081
11082 \begin_layout Plain Layout
11083 不完全な連結列表
11084 \end_layout
11085
11086 \end_inset
11087
11088
11089 \end_layout
11090
11091 \end_inset
11092
11093
11094 \end_layout
11095
11096 \begin_layout Plain Layout
11097 \align center
11098 \begin_inset Tabular
11099 <lyxtabular version="3" rows="3" columns="3">
11100 <features>
11101 <column alignment="center" valignment="top" width="1.25cm">
11102 <column alignment="center" valignment="top" width="0">
11103 <column alignment="center" valignment="top" width="0">
11104 <row>
11105 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 複数行にわたる連結列
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 </row>
11133 <row>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 </lyxtabular>
11192
11193 \end_inset
11194
11195
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Standard
11204 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11205 指定したセル幅
11206 \begin_inset Formula $W_{\mbox{指}}$
11207 \end_inset
11208
11209 がセルの全幅
11210 \begin_inset Formula $W_{\text{全}}$
11211 \end_inset
11212
11213 と等しくならないためです。付録
11214 \begin_inset CommandInset ref
11215 LatexCommand eqref
11216 reference "cha:式の説明"
11217
11218 \end_inset
11219
11220 がこの事情を詳細に説明しています。
11221 \end_layout
11222
11223 \begin_layout Standard
11224
11225 \emph on
11226 n
11227 \emph default
11228 列を連結する際、各列の全幅が
11229 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11230 \end_inset
11231
11232 となるために必要な指定幅
11233 \begin_inset Formula $W_{\mbox{指}:n}$
11234 \end_inset
11235
11236 は、
11237 \begin_inset Formula \begin{equation}
11238 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11239
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \begin_layout Standard
11246 で計算することができます。上記の例では
11247 \begin_inset Formula $n=2$
11248 \end_inset
11249
11250 かつ
11251 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11252 \end_inset
11253
11254 cmかつ長さは既定値ですから、第
11255 \begin_inset CommandInset ref
11256 LatexCommand ref
11257 reference "eq:Wgn"
11258
11259 \end_inset
11260
11261 式は
11262 \begin_inset Formula \begin{equation}
11263 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11264
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \begin_layout Standard
11271 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11272 \end_layout
11273
11274 \begin_layout Standard
11275
11276 \series bold
11277
11278 \backslash
11279 usepackage{calc}
11280 \end_layout
11281
11282 \begin_layout Standard
11283 と書いて、LaTeXパッケージ
11284 \series bold
11285 calc
11286 \series default
11287
11288 \begin_inset Index
11289 status collapsed
11290
11291 \begin_layout Plain Layout
11292 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11293 \end_layout
11294
11295 \end_inset
11296
11297 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11298 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11299 \end_layout
11300
11301 \begin_layout Itemize
11302
11303 \series bold
11304 p{幅}
11305 \series default
11306 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11307 \end_layout
11308
11309 \begin_layout Itemize
11310
11311 \series bold
11312 m{幅}
11313 \series default
11314 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11315 \end_layout
11316
11317 \begin_layout Itemize
11318
11319 \series bold
11320 b{幅}
11321 \series default
11322 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11323 \end_layout
11324
11325 \begin_layout Standard
11326 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11327 \end_layout
11328
11329 \begin_layout Standard
11330 \begin_inset Note Greyedout
11331 status open
11332
11333 \begin_layout Plain Layout
11334
11335 \series bold
11336 【註】
11337 \series default
11338 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11339 \end_layout
11340
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \begin_layout Standard
11347 文章を水平方向中央揃えにしたいので、
11348 \series bold
11349
11350 \backslash
11351 centering
11352 \series default
11353 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11354 \end_layout
11355
11356 \begin_layout Standard
11357
11358 \series bold
11359 >{
11360 \backslash
11361 centering}m{1.25cm-6.2pt}
11362 \end_layout
11363
11364 \begin_layout Standard
11365
11366 \series bold
11367 >{ }
11368 \series default
11369 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11370 \end_layout
11371
11372 \begin_layout Standard
11373 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11374 がって、連結セルには
11375 \end_layout
11376
11377 \begin_layout Standard
11378
11379 \series bold
11380 >{
11381 \backslash
11382 centering}m{2.5cm}
11383 \end_layout
11384
11385 \begin_layout Standard
11386 というLaTeX変数を指定しなくてはなりません。
11387 \end_layout
11388
11389 \begin_layout Subsection
11390 連結行
11391 \begin_inset Index
11392 status collapsed
11393
11394 \begin_layout Plain Layout
11395 れんけつぎょう@連結行
11396 \end_layout
11397
11398 \end_inset
11399
11400
11401 \begin_inset Index
11402 status collapsed
11403
11404 \begin_layout Plain Layout
11405 ひょう@表 ! れんけつぎょう@連結行
11406 \end_layout
11407
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 連結列とは対照的に、連結行はLyXではまだサポートされていないために、若干のTeXコードを使用する必要があります。連結行を利用するには、文書プリアンブルに
11415 \end_layout
11416
11417 \begin_layout Standard
11418
11419 \series bold
11420
11421 \backslash
11422 usepackage{multirow}
11423 \end_layout
11424
11425 \begin_layout Standard
11426 というコマンドを書いて、LaTeXパッケージの
11427 \series bold
11428 multirow
11429 \series default
11430
11431 \begin_inset Index
11432 status collapsed
11433
11434 \begin_layout Plain Layout
11435 LaTeXぱっけーじ@LaTeXパッケージ ! multirow
11436 \end_layout
11437
11438 \end_inset
11439
11440 を読み込んでおく必要があります。連結列は
11441 \end_layout
11442
11443 \begin_layout Standard
11444
11445 \series bold
11446
11447 \backslash
11448 multirow{行数}{セル幅}{セルの内容}
11449 \end_layout
11450
11451 \begin_layout Standard
11452 というコマンドで生成することができます。以下の表を作成するには、
11453 \end_layout
11454
11455 \begin_layout Standard
11456 \align center
11457 \begin_inset ERT
11458 status collapsed
11459
11460 \begin_layout Plain Layout
11461
11462
11463 \backslash
11464 renewcommand{
11465 \backslash
11466 multirowsetup}{
11467 \backslash
11468 centering}
11469 \end_layout
11470
11471 \end_inset
11472
11473
11474 \begin_inset Tabular
11475 <lyxtabular version="3" rows="3" columns="3">
11476 <features>
11477 <column alignment="center" valignment="top" width="0">
11478 <column alignment="center" valignment="top" width="0">
11479 <column alignment="center" valignment="top" width="0">
11480 <row>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 <row>
11510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 \begin_inset ERT
11515 status collapsed
11516
11517 \begin_layout Plain Layout
11518
11519
11520 \backslash
11521 multirow{2}{2.5cm}{
11522 \end_layout
11523
11524 \end_inset
11525
11526 連結行の項目
11527 \begin_inset ERT
11528 status collapsed
11529
11530 \begin_layout Plain Layout
11531
11532 }
11533 \end_layout
11534
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row>
11562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 </lyxtabular>
11591
11592 \end_inset
11593
11594
11595 \begin_inset ERT
11596 status collapsed
11597
11598 \begin_layout Plain Layout
11599
11600
11601 \backslash
11602 renewcommand{
11603 \backslash
11604 multirowsetup}{
11605 \backslash
11606 raggedright}
11607 \end_layout
11608
11609 \end_inset
11610
11611
11612 \end_layout
11613
11614 \begin_layout Standard
11615 まず3×3表を作成して下さい。第一列の最下セル上の罫線を削除して下さい。そして、第二行第一列に
11616 \end_layout
11617
11618 \begin_layout Standard
11619
11620 \series bold
11621
11622 \backslash
11623 multirow{2}{2.5cm}{
11624 \end_layout
11625
11626 \begin_layout Standard
11627 というコマンドをTeXコードとして入れると、連結行を作成することができます。このコマンドのパラメータに指定されているように、連結行は2行を連結し、2.5
11628 \begin_inset space \thinspace{}
11629 \end_inset
11630
11631 cmの幅を持つようになります。連結行セルの内容は、TeXコードボックスの後に書き込み、その文章の後に別のTeXコードボックスで右括弧
11632 \series bold
11633 }
11634 \series default
11635 を入れて、コマンドを閉じます。
11636 \end_layout
11637
11638 \begin_layout Standard
11639
11640 \series bold
11641
11642 \backslash
11643 multirow
11644 \series default
11645 は、既定値でその中身を左揃えにします。この既定値を上書きするには、文書プリアンブル中のTeXコードで
11646 \end_layout
11647
11648 \begin_layout Standard
11649
11650 \series bold
11651
11652 \backslash
11653 renewcommand{
11654 \backslash
11655 multirowsetup}{
11656 \backslash
11657 centering}
11658 \end_layout
11659
11660 \begin_layout Standard
11661 というコマンドを使用して、コマンド
11662 \series bold
11663
11664 \backslash
11665 multirowsetup
11666 \series default
11667 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11668 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11669 \series bold
11670
11671 \backslash
11672 centering
11673 \series default
11674 の代わりに
11675 \series bold
11676
11677 \backslash
11678 raggedleft
11679 \series default
11680 を使用して下さい。左揃えに戻すには、
11681 \series bold
11682
11683 \backslash
11684 raggedright
11685 \series default
11686 とします。
11687 \end_layout
11688
11689 \begin_layout Section
11690 フォーマル形式の表
11691 \begin_inset CommandInset label
11692 LatexCommand label
11693 name "sec:フォーマル形式の表"
11694
11695 \end_inset
11696
11697
11698 \begin_inset Index
11699 status collapsed
11700
11701 \begin_layout Plain Layout
11702 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
11703 \end_layout
11704
11705 \end_inset
11706
11707
11708 \end_layout
11709
11710 \begin_layout Standard
11711 書籍中の表は、よく表
11712 \begin_inset CommandInset ref
11713 LatexCommand ref
11714 reference "tab:ブックタブ表の例"
11715
11716 \end_inset
11717
11718 のように組版されます。この種の表は、「
11719 \emph on
11720 フォーマル形式
11721 \emph default
11722 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
11723 \end_layout
11724
11725 \begin_layout Standard
11726 \begin_inset Float table
11727 placement h
11728 wide false
11729 sideways false
11730 status open
11731
11732 \begin_layout Plain Layout
11733 \begin_inset Caption
11734
11735 \begin_layout Plain Layout
11736 \begin_inset CommandInset label
11737 LatexCommand label
11738 name "tab:ブックタブ表の例"
11739
11740 \end_inset
11741
11742 ブックタブ表の例
11743 \end_layout
11744
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \begin_layout Plain Layout
11751 \align center
11752 \begin_inset Tabular
11753 <lyxtabular version="3" rows="8" columns="4">
11754 <features booktabs="true">
11755 <column alignment="center" valignment="top" width="0">
11756 <column alignment="center" valignment="top" width="0">
11757 <column alignment="center" valignment="top" width="0">
11758 <column alignment="center" valignment="top" width="0">
11759 <row>
11760 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 システム
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 Medipix
11774 \begin_inset space \thinspace{}
11775 \end_inset
11776
11777 1
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 Medipix
11787 \begin_inset space \thinspace{}
11788 \end_inset
11789
11790 2
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 </row>
11805 <row>
11806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 \begin_inset ERT
11811 status collapsed
11812
11813 \begin_layout Plain Layout
11814
11815
11816 \backslash
11817 cmidrule(r){2-2}
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \begin_inset ERT
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827
11828
11829 \backslash
11830 cmidrule(l){3-4}
11831 \end_layout
11832
11833 \end_inset
11834
11835 検知器の厚み [µm]
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 <cell alignment="center" valignment="top" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 300
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 300
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 700
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 <row>
11869 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 エッジ角 [°]
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 3.55
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 2.71
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell alignment="center" valignment="top" topline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 7.99
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 <row topspace="default">
11907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 空間分解能 [µm]
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 4.26
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 10.17
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 10.56
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 </row>
11944 <row topspace="default">
11945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 \begin_inset Formula $f_{\mathrm{max}}$
11950 \end_inset
11951
11952 におけるMTF
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 0.53
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 0.37
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 0.39
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 <row topspace="default">
11986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 \begin_inset ERT
11991 status collapsed
11992
11993 \begin_layout Plain Layout
11994
11995
11996 \backslash
11997 cmidrule(l{10pt}){1-1}
11998 \end_layout
11999
12000 \end_inset
12001
12002 LSF空間分解能
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 <cell alignment="center" valignment="top" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 <cell alignment="center" valignment="top" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 </row>
12035 <row>
12036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 µm表示
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 <cell alignment="center" valignment="top" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049 129.7
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell alignment="center" valignment="top" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 52.75
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 50.78
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 </row>
12073 <row>
12074 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 ピクセルサイズに対する%表示
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 76.3
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 95.9
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 92.3
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 </lyxtabular>
12112
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \begin_layout Standard
12124 表中の行に余白を加えるには、第
12125 \begin_inset CommandInset ref
12126 LatexCommand ref
12127 reference "sub:行の余白取り"
12128
12129 \end_inset
12130
12131 節に述べられているように、表の設定ダイアログの
12132 \family sans
12133 罫線
12134 \family default
12135 タブを使用します。
12136 \end_layout
12137
12138 \begin_layout Standard
12139 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12140 \begin_inset Newline newline
12141 \end_inset
12142
12143 最初と最後の表罫線の既定幅は0.08
12144 \begin_inset space \thinspace{}
12145 \end_inset
12146
12147 emですが、他の罫線の既定幅は0.05
12148 \begin_inset space \thinspace{}
12149 \end_inset
12150
12151 emです。
12152 \end_layout
12153
12154 \begin_layout Standard
12155 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12156 \end_layout
12157
12158 \begin_layout Standard
12159
12160 \series bold
12161
12162 \backslash
12163 let
12164 \backslash
12165 mytoprule
12166 \backslash
12167 toprule
12168 \begin_inset Newline newline
12169 \end_inset
12170
12171
12172 \backslash
12173 renewcommand{
12174 \backslash
12175 toprule}{
12176 \backslash
12177 mytoprule[幅]}
12178 \end_layout
12179
12180 \begin_layout Standard
12181 上の例は、
12182 \series bold
12183 toprule
12184 \series default
12185 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12186 \series bold
12187 toprule
12188 \series default
12189
12190 \series bold
12191 bottomrule
12192 \series default
12193 に置き換えて下さい。他の罫線の線幅を変更するには、
12194 \series bold
12195 toprule
12196 \series default
12197
12198 \series bold
12199 midrule
12200 \series default
12201 に置き換えます。線幅を設定する上では、付録
12202 \begin_inset CommandInset ref
12203 LatexCommand ref
12204 reference "cha:LyXで使用できる単位"
12205
12206 \end_inset
12207
12208 に挙げてあるすべての単位を使用することができます。
12209 \end_layout
12210
12211 \begin_layout Standard
12212 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12213 \series bold
12214
12215 \backslash
12216 cmidrule
12217 \series default
12218 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12219 \end_layout
12220
12221 \begin_layout Standard
12222
12223 \series bold
12224
12225 \backslash
12226 cmidrule[幅](刈込){開始列-終了列}
12227 \end_layout
12228
12229 \begin_layout Standard
12230 です。
12231 \series bold
12232
12233 \backslash
12234 cmidrule
12235 \series default
12236 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12237 \series bold
12238
12239 \backslash
12240 cmidrule
12241 \series default
12242 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 この線幅の既定値は0.03
12248 \begin_inset space \thinspace{}
12249 \end_inset
12250
12251 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12252 。非必須パラメーターの「刈込」は、
12253 \emph on
12254 l{刈込幅}
12255 \emph default
12256 あるいは
12257 \emph on
12258 r{刈込幅}
12259 \emph default
12260 の値を取り、刈込幅の指定は非必須です。たとえば、
12261 \emph on
12262 l{2pt}
12263 \emph default
12264 というパラメーターを使うと、罫線が左端から2
12265 \begin_inset space \thinspace{}
12266 \end_inset
12267
12268 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12269 \begin_inset space \thinspace{}
12270 \end_inset
12271
12272 emだけ刈り込まれます。
12273 \end_layout
12274
12275 \begin_layout Standard
12276 \begin_inset VSpace bigskip
12277 \end_inset
12278
12279
12280 \begin_inset CommandInset ref
12281 LatexCommand ref
12282 reference "tab:ブックタブ表の例"
12283
12284 \end_inset
12285
12286 は、
12287 \end_layout
12288
12289 \begin_layout Standard
12290
12291 \series bold
12292
12293 \backslash
12294 cmidrule(r){2-2}
12295 \backslash
12296 cmidrule(l){3-4}
12297 \end_layout
12298
12299 \begin_layout Standard
12300 というコマンドを第二行の初めに使用し、
12301 \end_layout
12302
12303 \begin_layout Standard
12304
12305 \series bold
12306
12307 \backslash
12308 cmidrule(l{10pt}){1-1}
12309 \end_layout
12310
12311 \begin_layout Standard
12312 を第六行に使用して作成されています。
12313 \end_layout
12314
12315 \begin_layout Standard
12316 \begin_inset VSpace bigskip
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \begin_layout Standard
12323 ときには、表
12324 \begin_inset CommandInset ref
12325 LatexCommand ref
12326 reference "tab:特殊なブックタブ表"
12327
12328 \end_inset
12329
12330 のような重なり合った
12331 \series bold
12332
12333 \backslash
12334 cmidrule
12335 \series default
12336 が欲しいことがあるかもしれません。これは、TeXコードで
12337 \end_layout
12338
12339 \begin_layout Standard
12340
12341 \series bold
12342
12343 \backslash
12344 morecmidrules
12345 \end_layout
12346
12347 \begin_layout Standard
12348 コマンドを使用することによって実現することができます。表
12349 \begin_inset CommandInset ref
12350 LatexCommand ref
12351 reference "tab:特殊なブックタブ表"
12352
12353 \end_inset
12354
12355 の第二列には
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361
12362 \backslash
12363 cmidrule(r){2-2}
12364 \backslash
12365 cmidrule(l){3-4}
12366 \backslash
12367 morecmidrules
12368 \backslash
12369 cmidrule{2-4}
12370 \end_layout
12371
12372 \begin_layout Standard
12373 というコマンドが使用されており、第六列には
12374 \end_layout
12375
12376 \begin_layout Standard
12377
12378 \series bold
12379
12380 \backslash
12381 midrule
12382 \backslash
12383 morecmidrules
12384 \backslash
12385 cmidrule{3-4}
12386 \end_layout
12387
12388 \begin_layout Standard
12389 というコマンドが使用されています。
12390 \end_layout
12391
12392 \begin_layout Standard
12393 \begin_inset VSpace bigskip
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 罫線の余白取りにどうしても満足が行かない場合には、
12401 \end_layout
12402
12403 \begin_layout Standard
12404
12405 \series bold
12406
12407 \backslash
12408 specialrule{幅}{上余白}{下余白}
12409 \end_layout
12410
12411 \begin_layout Standard
12412 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12413 \series bold
12414 booktabs
12415 \series default
12416  
12417 \begin_inset CommandInset citation
12418 LatexCommand cite
12419 key "booktabs"
12420
12421 \end_inset
12422
12423
12424 \begin_inset Index
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12429 \end_layout
12430
12431 \end_inset
12432
12433 の取扱説明書をご参照下さい。
12434 \end_layout
12435
12436 \begin_layout Standard
12437 \begin_inset Float table
12438 placement h
12439 wide false
12440 sideways false
12441 status open
12442
12443 \begin_layout Plain Layout
12444 \begin_inset Caption
12445
12446 \begin_layout Plain Layout
12447 \begin_inset CommandInset label
12448 LatexCommand label
12449 name "tab:特殊なブックタブ表"
12450
12451 \end_inset
12452
12453 特殊なブックタブ表
12454 \end_layout
12455
12456 \end_inset
12457
12458
12459 \end_layout
12460
12461 \begin_layout Plain Layout
12462 \align center
12463 \begin_inset Tabular
12464 <lyxtabular version="3" rows="8" columns="4">
12465 <features booktabs="true">
12466 <column alignment="center" valignment="top" width="0">
12467 <column alignment="center" valignment="top" width="0">
12468 <column alignment="center" valignment="top" width="0">
12469 <column alignment="center" valignment="top" width="0">
12470 <row>
12471 <cell alignment="center" valignment="top" topline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 システム
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" topline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 Medipix
12485 \begin_inset space \thinspace{}
12486 \end_inset
12487
12488 1
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 Medipix
12498 \begin_inset space \thinspace{}
12499 \end_inset
12500
12501 2
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 <row>
12517 <cell alignment="center" valignment="top" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 \begin_inset ERT
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525
12526
12527 \backslash
12528 cmidrule(r){2-2}
12529 \end_layout
12530
12531 \end_inset
12532
12533
12534 \begin_inset ERT
12535 status collapsed
12536
12537 \begin_layout Plain Layout
12538
12539
12540 \backslash
12541 cmidrule(l){3-4}
12542 \end_layout
12543
12544 \end_inset
12545
12546
12547 \begin_inset ERT
12548 status collapsed
12549
12550 \begin_layout Plain Layout
12551
12552
12553 \backslash
12554 morecmidrules 
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \begin_inset ERT
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565
12566 \backslash
12567 cmidrule{2-4}
12568 \end_layout
12569
12570 \end_inset
12571
12572 検知器の厚み [µm]
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 300
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 300
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 700
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 </row>
12605 <row>
12606 <cell alignment="center" valignment="top" topline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 エッジ角 [°]
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 3.55
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 2.71
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 7.99
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 </row>
12643 <row topspace="default">
12644 <cell alignment="center" valignment="top" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 空間分解能 [µm]
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 4.26
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 10.17
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 10.56
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 </row>
12681 <row topspace="default">
12682 <cell alignment="center" valignment="top" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 \begin_inset Formula $f_{\mathrm{max}}$
12687 \end_inset
12688
12689 におけるMTF
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 0.53
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 <cell alignment="center" valignment="top" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707 0.37
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 0.39
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 </row>
12722 <row>
12723 <cell alignment="center" valignment="top" topline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 \begin_inset ERT
12728 status collapsed
12729
12730 \begin_layout Plain Layout
12731
12732
12733 \backslash
12734 morecmidrules 
12735 \end_layout
12736
12737 \end_inset
12738
12739
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Plain Layout
12744
12745
12746 \backslash
12747 cmidrule{3-4}
12748 \end_layout
12749
12750 \end_inset
12751
12752 LSF空間分解能
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 </row>
12785 <row>
12786 <cell alignment="center" valignment="top" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 µm表示
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 129.7
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 52.75
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 50.78
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 </row>
12823 <row>
12824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 ピクセルサイズに対する%表示
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 76.3
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 95.9
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 92.3
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 </lyxtabular>
12862
12863 \end_inset
12864
12865
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \end_layout
12872
12873 \begin_layout Section
12874 表の垂直揃え
12875 \begin_inset Index
12876 status collapsed
12877
12878 \begin_layout Plain Layout
12879 ひょう@表 ! そろえ@揃え
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
12889 \begin_inset CommandInset ref
12890 LatexCommand ref
12891 reference "sec:ボックスダイアログ"
12892
12893 \end_inset
12894
12895 節に述べられているように、ボックスの垂直揃えを行います。
12896 \end_layout
12897
12898 \begin_layout Standard
12899 以下の例では、各表は15
12900 \begin_inset space \thinspace{}
12901 \end_inset
12902
12903 列幅%を持つminipage
12904 \begin_inset Foot
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 minipageは第
12909 \begin_inset CommandInset ref
12910 LatexCommand ref
12911 reference "sec:ミニページ"
12912
12913 \end_inset
12914
12915 節で説明されています。
12916 \end_layout
12917
12918 \end_inset
12919
12920 ボックスの中に入れてあります。
12921 \end_layout
12922
12923 \begin_layout Itemize
12924 動作試験 
12925 \begin_inset Box Frameless
12926 position "t"
12927 hor_pos "c"
12928 has_inner_box 1
12929 inner_pos "c"
12930 use_parbox 0
12931 width "15col%"
12932 special "none"
12933 height "1in"
12934 height_special "totalheight"
12935 status collapsed
12936
12937 \begin_layout Plain Layout
12938 \begin_inset Tabular
12939 <lyxtabular version="3" rows="3" columns="3">
12940 <features>
12941 <column alignment="center" valignment="top" width="0">
12942 <column alignment="center" valignment="top" width="0">
12943 <column alignment="center" valignment="top" width="0">
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 </row>
12973 <row>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 </row>
13031 </lyxtabular>
13032
13033 \end_inset
13034
13035
13036 \end_layout
13037
13038 \end_inset
13039
13040  動作試験 
13041 \begin_inset ERT
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045
13046
13047 \backslash
13048 raisebox{0.85
13049 \backslash
13050 baselineskip}{
13051 \end_layout
13052
13053 \end_inset
13054
13055
13056 \begin_inset Box Frameless
13057 position "t"
13058 hor_pos "c"
13059 has_inner_box 1
13060 inner_pos "c"
13061 use_parbox 0
13062 width "15col%"
13063 special "none"
13064 height "1in"
13065 height_special "totalheight"
13066 status collapsed
13067
13068 \begin_layout Plain Layout
13069 \begin_inset Tabular
13070 <lyxtabular version="3" rows="3" columns="3">
13071 <features>
13072 <column alignment="center" valignment="top" width="0">
13073 <column alignment="center" valignment="top" width="0">
13074 <column alignment="center" valignment="top" width="0">
13075 <row>
13076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13095 \begin_inset Text
13096
13097 \begin_layout Plain Layout
13098
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 </row>
13104 <row>
13105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row>
13134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 </lyxtabular>
13163
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \begin_inset ERT
13173 status collapsed
13174
13175 \begin_layout Plain Layout
13176
13177 }
13178 \end_layout
13179
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \begin_layout Itemize
13186 動作試験 
13187 \begin_inset Box Frameless
13188 position "c"
13189 hor_pos "c"
13190 has_inner_box 1
13191 inner_pos "c"
13192 use_parbox 0
13193 width "15col%"
13194 special "none"
13195 height "1in"
13196 height_special "totalheight"
13197 status collapsed
13198
13199 \begin_layout Plain Layout
13200 \begin_inset Tabular
13201 <lyxtabular version="3" rows="3" columns="3">
13202 <features>
13203 <column alignment="center" valignment="top" width="0">
13204 <column alignment="center" valignment="top" width="0">
13205 <column alignment="center" valignment="top" width="0">
13206 <row>
13207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 <row>
13236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 </row>
13264 <row>
13265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 </row>
13293 </lyxtabular>
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \end_inset
13301
13302
13303 \end_layout
13304
13305 \begin_layout Itemize
13306 動作試験 
13307 \begin_inset Box Frameless
13308 position "b"
13309 hor_pos "c"
13310 has_inner_box 1
13311 inner_pos "c"
13312 use_parbox 0
13313 width "15col%"
13314 special "none"
13315 height "1in"
13316 height_special "totalheight"
13317 status collapsed
13318
13319 \begin_layout Plain Layout
13320 \begin_inset Tabular
13321 <lyxtabular version="3" rows="3" columns="3">
13322 <features>
13323 <column alignment="center" valignment="top" width="0">
13324 <column alignment="center" valignment="top" width="0">
13325 <column alignment="center" valignment="top" width="0">
13326 <row>
13327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row>
13356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 </row>
13384 <row>
13385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 </row>
13413 </lyxtabular>
13414
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \end_inset
13421
13422  動作試験 
13423 \begin_inset ERT
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427
13428
13429 \backslash
13430 raisebox{-0.32
13431 \backslash
13432 baselineskip}{
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \begin_inset Box Frameless
13439 position "b"
13440 hor_pos "c"
13441 has_inner_box 1
13442 inner_pos "c"
13443 use_parbox 0
13444 width "15col%"
13445 special "none"
13446 height "1in"
13447 height_special "totalheight"
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451 \begin_inset Tabular
13452 <lyxtabular version="3" rows="3" columns="3">
13453 <features>
13454 <column alignment="center" valignment="top" width="0">
13455 <column alignment="center" valignment="top" width="0">
13456 <column alignment="center" valignment="top" width="0">
13457 <row>
13458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 <row>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 </row>
13515 <row>
13516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 </row>
13544 </lyxtabular>
13545
13546 \end_inset
13547
13548
13549 \end_layout
13550
13551 \end_inset
13552
13553
13554 \begin_inset ERT
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558
13559 }
13560 \end_layout
13561
13562 \end_inset
13563
13564
13565 \end_layout
13566
13567 \begin_layout Standard
13568 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
13569 \begin_inset Foot
13570 status collapsed
13571
13572 \begin_layout Plain Layout
13573 raiseboxは、第
13574 \begin_inset CommandInset ref
13575 LatexCommand ref
13576 reference "sub:垂直揃え"
13577
13578 \end_inset
13579
13580 節で説明されています。
13581 \end_layout
13582
13583 \end_inset
13584
13585 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
13586 \end_layout
13587
13588 \begin_layout Standard
13589
13590 \series bold
13591
13592 \backslash
13593 raisebox{0.85
13594 \backslash
13595 baselineskip}{
13596 \end_layout
13597
13598 \begin_layout Standard
13599 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
13600 \series bold
13601 }
13602 \series default
13603 をTeXコードとして挿入してあります。最後の項目の第二表には、
13604 \end_layout
13605
13606 \begin_layout Standard
13607
13608 \series bold
13609
13610 \backslash
13611 raisebox{-0.32
13612 \backslash
13613 baselineskip}{
13614 \end_layout
13615
13616 \begin_layout Standard
13617 というコマンドを使用しています。
13618 \end_layout
13619
13620 \begin_layout Standard
13621 \begin_inset Note Greyedout
13622 status open
13623
13624 \begin_layout Plain Layout
13625
13626 \series bold
13627 【註】
13628 \series default
13629 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
13630 \series bold
13631
13632 \backslash
13633 raisebox
13634 \series default
13635 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
13636 \end_layout
13637
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \begin_layout Section
13644 色付きの表
13645 \begin_inset CommandInset label
13646 LatexCommand label
13647 name "sec:色付きの表"
13648
13649 \end_inset
13650
13651
13652 \begin_inset Index
13653 status collapsed
13654
13655 \begin_layout Plain Layout
13656 ひょう@表 ! いろつき@色付き
13657 \end_layout
13658
13659 \end_inset
13660
13661
13662 \end_layout
13663
13664 \begin_layout Subsection
13665 色付きのセル
13666 \begin_inset Index
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670 ひょうのいろ@表の色 ! せるぶ@セル部
13671 \end_layout
13672
13673 \end_inset
13674
13675
13676 \begin_inset Index
13677 status collapsed
13678
13679 \begin_layout Plain Layout
13680 いろつき@色付き ! ひょうせるぶ@表セル部
13681 \end_layout
13682
13683 \end_inset
13684
13685
13686 \end_layout
13687
13688 \begin_layout Standard
13689 \begin_inset Float table
13690 placement h
13691 wide false
13692 sideways false
13693 status open
13694
13695 \begin_layout Plain Layout
13696 \begin_inset Caption
13697
13698 \begin_layout Plain Layout
13699 \begin_inset CommandInset label
13700 LatexCommand label
13701 name "tab:colortblなしの表"
13702
13703 \end_inset
13704
13705
13706 \series bold
13707 colortbl
13708 \series default
13709 パッケージを使用しない色付き表
13710 \begin_inset OptArg
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714 colortblなしの表
13715 \end_layout
13716
13717 \end_inset
13718
13719
13720 \end_layout
13721
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \begin_layout Plain Layout
13728 \align center
13729 \begin_inset Tabular
13730 <lyxtabular version="3" rows="3" columns="3">
13731 <features>
13732 <column alignment="center" valignment="top" width="0">
13733 <column alignment="center" valignment="top" width="0">
13734 <column alignment="center" valignment="top" width="0">
13735 <row>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740
13741 \color green
13742
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751
13752 \color red
13753
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762
13763 \color red
13764
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 </row>
13770 <row>
13771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775
13776 \color green
13777
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786
13787 \color blue
13788
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797
13798 \color blue
13799
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 </row>
13805 <row>
13806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810
13811 \color green
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821
13822 \color blue
13823
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832
13833 \color blue
13834
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 </lyxtabular>
13841
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \begin_layout Standard
13853 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
13854 \family sans
13855 編集\SpecialChar \menuseparator
13856 文字様式
13857 \family default
13858 メニューで色を選んでください。表
13859 \begin_inset CommandInset ref
13860 LatexCommand ref
13861 reference "tab:colortblなしの表"
13862
13863 \end_inset
13864
13865 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
13866 \series bold
13867 colortbl
13868 \series default
13869
13870 \begin_inset Index
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
13875 \end_layout
13876
13877 \end_inset
13878
13879 を使用しなくてはなりません。
13880 \end_layout
13881
13882 \begin_layout Standard
13883 \begin_inset ERT
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887
13888
13889 \backslash
13890 ifcolortbl
13891 \end_layout
13892
13893 \end_inset
13894
13895
13896 \begin_inset Note Note
13897 status open
13898
13899 \begin_layout Plain Layout
13900 本節の以下の部分は、LaTeXパッケージ
13901 \series bold
13902 colortbl
13903 \series default
13904 が導入済みのときのみ表示されます。
13905 \end_layout
13906
13907 \end_inset
13908
13909
13910 \end_layout
13911
13912 \begin_layout Standard
13913 色付きの表を作成するには、プリアンブルに
13914 \end_layout
13915
13916 \begin_layout Standard
13917
13918 \series bold
13919
13920 \backslash
13921 usepackage{colortbl}
13922 \end_layout
13923
13924 \begin_layout Standard
13925 という行を書いて
13926 \series bold
13927 colortbl
13928 \series default
13929 を読み込まなくてはなりません。列の色は、
13930 \series bold
13931 >{ }
13932 \series default
13933 コマンドの中に
13934 \end_layout
13935
13936 \begin_layout Standard
13937
13938 \series bold
13939
13940 \backslash
13941 columncolor{色彩名}
13942 \end_layout
13943
13944 \begin_layout Standard
13945 というコマンドを書いて指定することができます。
13946 \series bold
13947 >{}
13948 \series default
13949 コマンドに関する詳細は、第
13950 \begin_inset CommandInset ref
13951 LatexCommand ref
13952 reference "sub:連結列の計算"
13953
13954 \end_inset
13955
13956 節に述べられています。
13957 \end_layout
13958
13959 \begin_layout Standard
13960 以下の色彩名が事前に定義されています。
13961 \end_layout
13962
13963 \begin_layout Standard
13964
13965 \family sans
13966 red
13967 \family default
13968
13969 \family sans
13970 green
13971 \family default
13972
13973 \family sans
13974 yellow
13975 \family default
13976
13977 \family sans
13978 blue
13979 \family default
13980
13981 \family sans
13982 cyan
13983 \family default
13984
13985 \family sans
13986 magenta
13987 \family default
13988
13989 \family sans
13990 black
13991 \family default
13992
13993 \family sans
13994 white
13995 \end_layout
13996
13997 \begin_layout Standard
13998 \begin_inset VSpace medskip
13999 \end_inset
14000
14001
14002 \end_layout
14003
14004 \begin_layout Standard
14005 また
14006 \end_layout
14007
14008 \begin_layout Standard
14009
14010 \series bold
14011
14012 \backslash
14013 definecolor{色彩名}{色彩モデル}{色彩値}
14014 \end_layout
14015
14016 \begin_layout Standard
14017 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14018 \end_layout
14019
14020 \begin_layout Labeling
14021 cmyk:シアン(
14022 \bar under
14023 c
14024 \bar default
14025 yan)・マゼンタ(
14026 \bar under
14027 m
14028 \bar default
14029 agenta)・黄(
14030 \bar under
14031 y
14032 \bar default
14033 ellow)・黒(blac
14034 \bar under
14035 k
14036 \bar default
14037
14038 \end_layout
14039
14040 \begin_layout Labeling
14041 rgb:赤(
14042 \bar under
14043 r
14044 \bar default
14045 ed)・緑(
14046 \bar under
14047 g
14048 \bar default
14049 reen)・青(
14050 \bar under
14051 b
14052 \bar default
14053 lue)
14054 \end_layout
14055
14056 \begin_layout Labeling
14057 gray:グレー
14058 \end_layout
14059
14060 \begin_layout Standard
14061 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14062 \end_layout
14063
14064 \begin_layout Standard
14065 たとえば、プリアンブルに
14066 \end_layout
14067
14068 \begin_layout Standard
14069
14070 \series bold
14071
14072 \backslash
14073 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14074 \end_layout
14075
14076 \begin_layout Standard
14077 と書くことによって、「
14078 \emph on
14079 darkgreen
14080 \emph default
14081 」色を定義することができますし、
14082 \end_layout
14083
14084 \begin_layout Standard
14085
14086 \series bold
14087
14088 \backslash
14089 definecolor{lightgray}{gray}{0.8}
14090 \end_layout
14091
14092 \begin_layout Standard
14093 と書けば、「
14094 \emph on
14095 lightgray
14096 \emph default
14097 」色を定義することができます。
14098 \end_layout
14099
14100 \begin_layout Standard
14101 \begin_inset VSpace medskip
14102 \end_inset
14103
14104
14105 \end_layout
14106
14107 \begin_layout Standard
14108 罫線は
14109 \end_layout
14110
14111 \begin_layout Standard
14112
14113 \series bold
14114
14115 \backslash
14116 rowcolor{色彩名}
14117 \end_layout
14118
14119 \begin_layout Standard
14120 というコマンドを使用して色付けすることができ、セルは
14121 \end_layout
14122
14123 \begin_layout Standard
14124
14125 \series bold
14126
14127 \backslash
14128 cellcolor{色彩名}
14129 \end_layout
14130
14131 \begin_layout Standard
14132 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14133 \end_layout
14134
14135 \begin_layout Standard
14136 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14137 \family sans
14138 編集\SpecialChar \menuseparator
14139 文字様式
14140 \family default
14141 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14142 ます。
14143 \end_layout
14144
14145 \begin_layout Standard
14146 \begin_inset Note Greyedout
14147 status open
14148
14149 \begin_layout Plain Layout
14150 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 \begin_inset VSpace bigskip
14160 \end_inset
14161
14162
14163 \end_layout
14164
14165 \begin_layout Standard
14166
14167 \begin_inset CommandInset ref
14168 LatexCommand ref
14169 reference "tab:色付き表"
14170
14171 \end_inset
14172
14173 を作成するには、以下のようにしてください。第一列の色は
14174 \emph on
14175 darkgreen
14176 \emph default
14177 にしたいので、この列のLaTeX変数として
14178 \end_layout
14179
14180 \begin_layout Standard
14181
14182 \series bold
14183 >{
14184 \backslash
14185 columncolor{darkgreen}
14186 \backslash
14187 centering}c
14188 \end_layout
14189
14190 \begin_layout Standard
14191 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14192 \end_layout
14193
14194 \begin_layout Standard
14195
14196 \series bold
14197
14198 \backslash
14199 rowcolow{cyan}
14200 \end_layout
14201
14202 \begin_layout Standard
14203 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14204 \end_layout
14205
14206 \begin_layout Standard
14207
14208 \series bold
14209
14210 \backslash
14211 cellcolor{magenta}
14212 \end_layout
14213
14214 \begin_layout Standard
14215 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14216 \family sans
14217 編集\SpecialChar \menuseparator
14218 文字様式
14219 \family default
14220 メニューを使って、各文字に色付けをすることができます。
14221 \end_layout
14222
14223 \begin_layout Standard
14224 \begin_inset Float table
14225 placement h
14226 wide false
14227 sideways false
14228 status open
14229
14230 \begin_layout Plain Layout
14231 \begin_inset Caption
14232
14233 \begin_layout Plain Layout
14234
14235 \series bold
14236 \begin_inset CommandInset label
14237 LatexCommand label
14238 name "tab:色付き表"
14239
14240 \end_inset
14241
14242 colortbl
14243 \series default
14244 パッケージを使用した色付き表
14245 \begin_inset OptArg
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 colortblを使った表
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \end_inset
14258
14259
14260 \end_layout
14261
14262 \begin_layout Plain Layout
14263 \align center
14264 \begin_inset Tabular
14265 <lyxtabular version="3" rows="3" columns="3">
14266 <features>
14267 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14268 <column alignment="center" valignment="top" width="0">
14269 <column alignment="center" valignment="top" width="0">
14270 <row>
14271 <cell alignment="center" valignment="top" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 \begin_inset ERT
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279
14280
14281 \backslash
14282 rowcolor{cyan}
14283 \end_layout
14284
14285 \end_inset
14286
14287
14288 \color magenta
14289
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298
14299 \color red
14300
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell alignment="center" valignment="top" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \color red
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 <row>
14318 <cell alignment="center" valignment="top" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322
14323 \color yellow
14324
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 <cell alignment="center" valignment="top" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333
14334 \color blue
14335
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344
14345 \color blue
14346
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 </row>
14352 <row>
14353 <cell alignment="center" valignment="top" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357
14358 \color yellow
14359
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 <cell alignment="center" valignment="top" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368
14369 \color blue
14370
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 \begin_inset ERT
14380 status collapsed
14381
14382 \begin_layout Plain Layout
14383
14384
14385 \backslash
14386 cellcolor{magenta}
14387 \end_layout
14388
14389 \end_inset
14390
14391
14392 \color green
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 </lyxtabular>
14400
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset ERT
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416
14417
14418 \backslash
14419 else
14420 \end_layout
14421
14422 \end_inset
14423
14424
14425 \begin_inset Note Note
14426 status open
14427
14428 \begin_layout Plain Layout
14429 以下は、LaTeXパッケージ
14430 \series bold
14431 colortbl
14432 \series default
14433 が導入されていないときに表示されます。
14434 \end_layout
14435
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \begin_layout Standard
14442 この節の内容を出力で表示させるには、
14443 \series bold
14444 colortbl
14445 \series default
14446 パッケージを導入する必要があります。
14447 \end_layout
14448
14449 \begin_layout Standard
14450 \begin_inset ERT
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454
14455
14456 \backslash
14457 fi
14458 \end_layout
14459
14460 \end_inset
14461
14462
14463 \end_layout
14464
14465 \begin_layout Subsection
14466 色付き罫線
14467 \begin_inset Index
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \begin_inset Index
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \begin_layout Standard
14490
14491 \begin_inset CommandInset ref
14492 LatexCommand ref
14493 reference "sub:罫線幅"
14494
14495 \end_inset
14496
14497 節に述べられているように、表中の全罫線の線幅は、長さ
14498 \series bold
14499
14500 \backslash
14501 arrayrulewidth
14502 \series default
14503 を使って調節することができます。本節の表では、すべて1.5
14504 \begin_inset space \thinspace{}
14505 \end_inset
14506
14507 ptに設定されています。
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513
14514 \backslash
14515 setlength{
14516 \backslash
14517 arrayrulewidth}{1.5pt}
14518 \end_layout
14519
14520 \end_inset
14521
14522
14523 \end_layout
14524
14525 \begin_layout Standard
14526 たとえば縦罫線を緑に着色するには、第
14527 \begin_inset CommandInset ref
14528 LatexCommand ref
14529 reference "sub:自製書式"
14530
14531 \end_inset
14532
14533 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
14534 \end_layout
14535
14536 \begin_layout Standard
14537
14538 \series bold
14539
14540 \backslash
14541 newcolumntype{W}{!{
14542 \backslash
14543 color{green}
14544 \backslash
14545 vline}}
14546 \end_layout
14547
14548 \begin_layout Standard
14549
14550 \begin_inset CommandInset ref
14551 LatexCommand ref
14552 reference "tab:色付き縦罫線の表"
14553
14554 \end_inset
14555
14556 では、最右列にLaTeX変数
14557 \series bold
14558 WcW
14559 \series default
14560 、他の列にLaTeX変数
14561 \series bold
14562 Wc
14563 \series default
14564 が使用されています。
14565 \end_layout
14566
14567 \begin_layout Standard
14568 複数の色を用いたいときには、列書式をもっと定義してください。
14569 \end_layout
14570
14571 \begin_layout Standard
14572 \begin_inset Float table
14573 placement h
14574 wide false
14575 sideways false
14576 status open
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Caption
14580
14581 \begin_layout Plain Layout
14582 \begin_inset CommandInset label
14583 LatexCommand label
14584 name "tab:色付き縦罫線の表"
14585
14586 \end_inset
14587
14588 色付き縦罫線の表
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Plain Layout
14597 \align center
14598 \begin_inset Tabular
14599 <lyxtabular version="3" rows="3" columns="3">
14600 <features>
14601 <column alignment="center" valignment="top" width="0" special="Wc">
14602 <column alignment="center" valignment="top" width="0" special="Wc">
14603 <column alignment="center" valignment="top" width="0" special="WcW">
14604 <row>
14605 <cell alignment="center" valignment="top" topline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 sd
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 <row>
14634 <cell alignment="center" valignment="top" topline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 sd
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" topline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 </row>
14662 <row>
14663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667
14668 \end_layout
14669
14670 \end_inset
14671 </cell>
14672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Plain Layout
14676
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14682 \begin_inset Text
14683
14684 \begin_layout Plain Layout
14685 sd
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 </row>
14691 </lyxtabular>
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \begin_layout Standard
14704 \begin_inset VSpace bigskip
14705 \end_inset
14706
14707
14708 \begin_inset CommandInset ref
14709 LatexCommand ref
14710 reference "tab:色付き横罫線の表"
14711
14712 \end_inset
14713
14714 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
14715 \end_layout
14716
14717 \begin_layout Standard
14718
14719 \series bold
14720
14721 \backslash
14722 let
14723 \backslash
14724 myHlineC
14725 \backslash
14726 hline
14727 \begin_inset Newline newline
14728 \end_inset
14729
14730
14731 \backslash
14732 renewcommand{
14733 \backslash
14734 hline}
14735 \begin_inset Newline newline
14736 \end_inset
14737
14738
14739 \begin_inset ERT
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743
14744
14745 \backslash
14746 hphantom{ }
14747 \end_layout
14748
14749 \end_inset
14750
14751 {
14752 \backslash
14753 arrayrulecolor{red}
14754 \backslash
14755 myHlineC
14756 \backslash
14757 arrayrulecolor{black}}
14758 \end_layout
14759
14760 \begin_layout Standard
14761 というコマンドを入力して下さい。
14762 \end_layout
14763
14764 \begin_layout Standard
14765 \begin_inset ERT
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769
14770
14771 \backslash
14772 let
14773 \backslash
14774 myHlineC
14775 \backslash
14776 hline
14777 \end_layout
14778
14779 \begin_layout Plain Layout
14780
14781
14782 \backslash
14783 renewcommand{
14784 \backslash
14785 hline}
14786 \end_layout
14787
14788 \begin_layout Plain Layout
14789
14790  {
14791 \backslash
14792 arrayrulecolor{red}
14793 \backslash
14794 myHlineC
14795 \backslash
14796 arrayrulecolor{black}}
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \begin_inset Float table
14803 placement h
14804 wide false
14805 sideways false
14806 status open
14807
14808 \begin_layout Plain Layout
14809 \begin_inset Caption
14810
14811 \begin_layout Plain Layout
14812 \begin_inset CommandInset label
14813 LatexCommand label
14814 name "tab:色付き横罫線の表"
14815
14816 \end_inset
14817
14818 色付き横罫線の表
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \begin_layout Plain Layout
14827 \align center
14828 \begin_inset Tabular
14829 <lyxtabular version="3" rows="3" columns="3">
14830 <features>
14831 <column alignment="center" valignment="top" width="0">
14832 <column alignment="center" valignment="top" width="0">
14833 <column alignment="center" valignment="top" width="0">
14834 <row>
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 sd
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848
14849 \end_layout
14850
14851 \end_inset
14852 </cell>
14853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 <row>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877 sd
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 </row>
14892 <row>
14893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915 sd
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 </row>
14921 </lyxtabular>
14922
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \end_inset
14929
14930
14931 \end_layout
14932
14933 \begin_layout Standard
14934 既定値の黒罫線に戻るには、
14935 \end_layout
14936
14937 \begin_layout Standard
14938
14939 \series bold
14940
14941 \backslash
14942 renewcommand{
14943 \backslash
14944 hline}{
14945 \backslash
14946 myHlineC}
14947 \end_layout
14948
14949 \begin_layout Standard
14950 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
14951 \begin_inset CommandInset ref
14952 LatexCommand ref
14953 reference "tab:色付き罫線の表"
14954
14955 \end_inset
14956
14957 は、縦横罫線を色付けした例です。
14958 \end_layout
14959
14960 \begin_layout Standard
14961 \begin_inset Float table
14962 placement h
14963 wide false
14964 sideways false
14965 status open
14966
14967 \begin_layout Plain Layout
14968 \begin_inset Caption
14969
14970 \begin_layout Plain Layout
14971 \begin_inset CommandInset label
14972 LatexCommand label
14973 name "tab:色付き罫線の表"
14974
14975 \end_inset
14976
14977 色付き罫線の表
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Plain Layout
14986 \align center
14987 \begin_inset Tabular
14988 <lyxtabular version="3" rows="3" columns="3">
14989 <features>
14990 <column alignment="center" valignment="top" width="0" special="Wc">
14991 <column alignment="center" valignment="top" width="0" special="Wc">
14992 <column alignment="center" valignment="top" width="0" special="WcW">
14993 <row>
14994 <cell alignment="center" valignment="top" topline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 sd
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" topline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 </row>
15022 <row>
15023 <cell alignment="center" valignment="top" topline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 sd
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell alignment="center" valignment="top" topline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row topspace="default">
15052 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 sd
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 </row>
15080 </lyxtabular>
15081
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \begin_layout Standard
15093 \begin_inset ERT
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097
15098
15099 \backslash
15100 renewcommand{
15101 \backslash
15102 hline}{
15103 \backslash
15104 myHlineC}
15105 \end_layout
15106
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \begin_layout Standard
15113 \begin_inset ERT
15114 status collapsed
15115
15116 \begin_layout Plain Layout
15117
15118
15119 \backslash
15120 setlength{
15121 \backslash
15122 arrayrulewidth}{0.4pt}
15123 \end_layout
15124
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \begin_layout Section
15131 表の調整
15132 \begin_inset Index
15133 status collapsed
15134
15135 \begin_layout Plain Layout
15136 ひょうのちょうせい@表の調整
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \begin_inset Index
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146 ひょう@表 ! ちょうせい@調整
15147 \end_layout
15148
15149 \end_inset
15150
15151
15152 \end_layout
15153
15154 \begin_layout Subsection
15155 行の余白取り
15156 \begin_inset CommandInset label
15157 LatexCommand label
15158 name "sub:行の余白取り"
15159
15160 \end_inset
15161
15162
15163 \begin_inset Index
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15168 \end_layout
15169
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \begin_layout Standard
15176 表の設定ダイアログの
15177 \family sans
15178 罫線
15179 \family default
15180 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15181 \end_layout
15182
15183 \begin_layout Description
15184 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15185 \begin_inset Foot
15186 status collapsed
15187
15188 \begin_layout Plain Layout
15189 フォーマル形式の表は第
15190 \begin_inset CommandInset ref
15191 LatexCommand ref
15192 reference "sec:フォーマル形式の表"
15193
15194 \end_inset
15195
15196 節で説明されています。
15197 \end_layout
15198
15199 \end_inset
15200
15201 ならば、LyXは既定値として0.5
15202 \begin_inset space \thinspace{}
15203 \end_inset
15204
15205 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15206 \begin_inset VSpace medskip
15207 \end_inset
15208
15209
15210 \begin_inset Newline newline
15211 \end_inset
15212
15213
15214 \begin_inset space \hspace*{}
15215 \length 0pt
15216 \end_inset
15217
15218
15219 \begin_inset space \hfill{}
15220 \end_inset
15221
15222
15223 \begin_inset Tabular
15224 <lyxtabular version="3" rows="3" columns="1">
15225 <features>
15226 <column alignment="center" valignment="top" width="0">
15227 <row>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row topspace="3mm">
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 行上に3
15244 \begin_inset space \thinspace{}
15245 \end_inset
15246
15247 mmの余白
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 </row>
15253 <row>
15254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 </row>
15264 </lyxtabular>
15265
15266 \end_inset
15267
15268
15269 \begin_inset space \hfill{}
15270 \end_inset
15271
15272
15273 \begin_inset space \hspace*{}
15274 \length 0pt
15275 \end_inset
15276
15277
15278 \begin_inset VSpace medskip
15279 \end_inset
15280
15281
15282 \begin_inset Newline newline
15283 \end_inset
15284
15285 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15286 \end_layout
15287
15288 \begin_layout Description
15289 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15290 \begin_inset space \thinspace{}
15291 \end_inset
15292
15293 emの余白を挿入し、通常の表ならば既定値として2
15294 \begin_inset space \thinspace{}
15295 \end_inset
15296
15297 ptを挿入します。
15298 \end_layout
15299
15300 \begin_layout Description
15301 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15306 \begin_inset VSpace medskip
15307 \end_inset
15308
15309
15310 \begin_inset Newline newline
15311 \end_inset
15312
15313
15314 \begin_inset space \hspace*{}
15315 \length 0pt
15316 \end_inset
15317
15318
15319 \begin_inset space \hfill{}
15320 \end_inset
15321
15322
15323 \begin_inset Tabular
15324 <lyxtabular version="3" rows="3" columns="1">
15325 <features>
15326 <column alignment="center" valignment="top" width="0">
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row interlinespace="3mm">
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\downarrow$
15344 \end_inset
15345
15346  行間に3
15347 \begin_inset space \thinspace{}
15348 \end_inset
15349
15350 mmの余白 
15351 \begin_inset Formula $\downarrow$
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 </row>
15360 <row>
15361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 \begin_inset Formula $\uparrow$
15366 \end_inset
15367
15368  行間に3
15369 \begin_inset space \thinspace{}
15370 \end_inset
15371
15372 mmの余白 
15373 \begin_inset Formula $\uparrow$
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 </lyxtabular>
15383
15384 \end_inset
15385
15386
15387 \begin_inset space \hfill{}
15388 \end_inset
15389
15390
15391 \begin_inset space \hspace*{}
15392 \length 0pt
15393 \end_inset
15394
15395
15396 \begin_inset VSpace medskip
15397 \end_inset
15398
15399
15400 \begin_inset Newline newline
15401 \end_inset
15402
15403 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15404 \end_layout
15405
15406 \begin_layout Standard
15407 \begin_inset VSpace bigskip
15408 \end_inset
15409
15410 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15411 \end_layout
15412
15413 \begin_layout Standard
15414
15415 \series bold
15416
15417 \backslash
15418 @ifundefined{extrarowheight}
15419 \begin_inset Newline newline
15420 \end_inset
15421
15422
15423 \begin_inset ERT
15424 status collapsed
15425
15426 \begin_layout Plain Layout
15427
15428
15429 \backslash
15430 hphantom{ }
15431 \end_layout
15432
15433 \end_inset
15434
15435 {
15436 \backslash
15437 usepackage{array}}{}
15438 \begin_inset Newline newline
15439 \end_inset
15440
15441
15442 \backslash
15443 setlength{
15444 \backslash
15445 extrarowheight}{height}
15446 \end_layout
15447
15448 \begin_layout Standard
15449 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15450 \series bold
15451 array
15452 \series default
15453 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15454 \series bold
15455
15456 \backslash
15457 @ifundefined
15458 \series default
15459 が使用されています)。
15460 \end_layout
15461
15462 \begin_layout Standard
15463 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15464 \series bold
15465
15466 \backslash
15467 strut
15468 \series default
15469 コマンドを挿入することで補正することができます。表
15470 \begin_inset CommandInset ref
15471 LatexCommand ref
15472 reference "tab:垂直揃え"
15473
15474 \end_inset
15475
15476 は、この効果を示したものです。
15477 \end_layout
15478
15479 \begin_layout Standard
15480 \noindent
15481 \begin_inset Float table
15482 placement h
15483 wide false
15484 sideways false
15485 status open
15486
15487 \begin_layout Plain Layout
15488 \begin_inset Caption
15489
15490 \begin_layout Plain Layout
15491 \begin_inset CommandInset label
15492 LatexCommand label
15493 name "tab:垂直揃え"
15494
15495 \end_inset
15496
15497 大きなフォント寸法の文章の垂直揃え
15498 \end_layout
15499
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \begin_layout Plain Layout
15506 \begin_inset space \hfill{}
15507 \end_inset
15508
15509
15510 \begin_inset Float table
15511 wide false
15512 sideways false
15513 status open
15514
15515 \begin_layout Plain Layout
15516 \begin_inset Caption
15517
15518 \begin_layout Plain Layout
15519 通常の表
15520 \end_layout
15521
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \begin_layout Plain Layout
15528 \noindent
15529 \align center
15530 \begin_inset Tabular
15531 <lyxtabular version="3" rows="6" columns="1">
15532 <features>
15533 <column alignment="left" valignment="top" width="0">
15534 <row>
15535 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 Normal, g
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 </row>
15545 <row>
15546 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \size large
15552 Large
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 </row>
15558 <row>
15559 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \size larger
15565 Larger
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 </row>
15571 <row>
15572 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \size largest
15578 Largest
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 </row>
15584 <row>
15585 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589
15590 \size huge
15591 Huge
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 <row>
15598 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \size giant
15604 Huger
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 </lyxtabular>
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \begin_inset space \hfill{}
15621 \end_inset
15622
15623
15624 \begin_inset Float table
15625 wide false
15626 sideways false
15627 status open
15628
15629 \begin_layout Plain Layout
15630 \begin_inset Caption
15631
15632 \begin_layout Plain Layout
15633
15634 \series bold
15635
15636 \backslash
15637 strut
15638 \series default
15639 コマンドを使用した表
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Plain Layout
15648 \noindent
15649 \align center
15650 \begin_inset Tabular
15651 <lyxtabular version="3" rows="6" columns="1">
15652 <features>
15653 <column alignment="left" valignment="top" width="0">
15654 <row>
15655 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659 Normal, g
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \size large
15672 \begin_inset ERT
15673 status collapsed
15674
15675 \begin_layout Plain Layout
15676
15677
15678 \backslash
15679 strut 
15680 \end_layout
15681
15682 \end_inset
15683
15684 Large
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \size larger
15697 \begin_inset ERT
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701
15702
15703 \backslash
15704 strut 
15705 \end_layout
15706
15707 \end_inset
15708
15709 Larger
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row>
15716 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \size largest
15722 \begin_inset ERT
15723 status collapsed
15724
15725 \begin_layout Plain Layout
15726
15727
15728 \backslash
15729 strut 
15730 \end_layout
15731
15732 \end_inset
15733
15734 Largest
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 </row>
15740 <row>
15741 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745
15746 \size huge
15747 \begin_inset ERT
15748 status collapsed
15749
15750 \begin_layout Plain Layout
15751
15752
15753 \backslash
15754 strut 
15755 \end_layout
15756
15757 \end_inset
15758
15759 Huge
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 </row>
15765 <row>
15766 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770
15771 \size giant
15772 \begin_inset ERT
15773 status collapsed
15774
15775 \begin_layout Plain Layout
15776
15777
15778 \backslash
15779 strut 
15780 \end_layout
15781
15782 \end_inset
15783
15784 Huger
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 </row>
15790 </lyxtabular>
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \end_inset
15798
15799
15800 \begin_inset space \hfill{}
15801 \end_inset
15802
15803
15804 \end_layout
15805
15806 \end_inset
15807
15808
15809 \end_layout
15810
15811 \begin_layout Subsection
15812 特殊なセル揃え
15813 \begin_inset Index
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
15818 \end_layout
15819
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \begin_layout Standard
15826 ときには表
15827 \begin_inset CommandInset ref
15828 LatexCommand ref
15829 reference "tab:表セル"
15830
15831 \end_inset
15832
15833 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。
15834 \end_layout
15835
15836 \begin_layout Standard
15837 \begin_inset Float table
15838 placement h
15839 wide false
15840 sideways false
15841 status open
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Caption
15845
15846 \begin_layout Plain Layout
15847 \begin_inset CommandInset label
15848 LatexCommand label
15849 name "tab:表セル"
15850
15851 \end_inset
15852
15853 一列が小数点で揃えられた表セル
15854 \end_layout
15855
15856 \end_inset
15857
15858
15859 \end_layout
15860
15861 \begin_layout Plain Layout
15862 \align center
15863 \begin_inset Tabular
15864 <lyxtabular version="3" rows="4" columns="2">
15865 <features>
15866 <column alignment="right" valignment="top" width="0">
15867 <column alignment="left" valignment="top" width="0" special="@{}l">
15868 <row>
15869 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 見出し
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
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 12.
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 6
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 </row>
15908 <row>
15909 <cell alignment="center" valignment="top" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 0.
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 68
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 -123.
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 0
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 </lyxtabular>
15949
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 この表は4×2表として作成されています。見出しは中央揃えの連結列になっています。第1列には、小数点以上の各桁と小数点が右揃えで収められています。第2列には、小数
15962 点以下の各桁が左揃えで収められています。通常、表の列間に加えられる余白を削るために、
15963 \end_layout
15964
15965 \begin_layout Standard
15966
15967 \series bold
15968 @{}l
15969 \end_layout
15970
15971 \begin_layout Standard
15972 というLaTeX引数を第2列に指定します。
15973 \end_layout
15974
15975 \begin_layout Standard
15976
15977 \begin_inset CommandInset ref
15978 LatexCommand ref
15979 reference "tab:表セル揃え"
15980
15981 \end_inset
15982
15983 は、揃え方の例をいくつか示しています。関係子で揃えを行うには、関係詞の周りに正しい余白を取るために、二番目に小さい数式余白を最終列の初めに加えなくてはなりません
15984
15985 \end_layout
15986
15987 \begin_layout Standard
15988 \begin_inset Float table
15989 wide false
15990 sideways false
15991 status open
15992
15993 \begin_layout Plain Layout
15994 \begin_inset Caption
15995
15996 \begin_layout Plain Layout
15997 \begin_inset CommandInset label
15998 LatexCommand label
15999 name "tab:表セル揃え"
16000
16001 \end_inset
16002
16003 表セルの揃えの例
16004 \end_layout
16005
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \begin_layout Plain Layout
16012 \align center
16013 \begin_inset Tabular
16014 <lyxtabular version="3" rows="4" columns="6">
16015 <features>
16016 <column alignment="right" valignment="top" width="0">
16017 <column alignment="left" valignment="top" width="0" special="@{}l">
16018 <column alignment="right" valignment="top" width="0">
16019 <column alignment="left" valignment="top" width="0" special="@{}l">
16020 <column alignment="right" valignment="top" width="0">
16021 <column alignment="left" valignment="top" width="0" special="@{}l">
16022 <row>
16023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 単位
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 冪数
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 関係子
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 12×
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 24本の瓶
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 \begin_inset Formula $10\cdot$
16102 \end_inset
16103
16104
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 \begin_inset Formula $10^{\mbox{-}17}$
16114 \end_inset
16115
16116
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Formula $\Gamma(t)\propto$
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 \begin_inset Formula $\:\Upsilon(t)$
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 </row>
16146 <row>
16147 <cell alignment="center" valignment="top" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 1024×
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 768ピクセル
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169 \begin_inset Formula $5.78\cdot$
16170 \end_inset
16171
16172
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 \begin_inset Formula $10^{7}$
16182 \end_inset
16183
16184
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 \begin_inset Formula $A\ne$
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 \begin_inset Formula $\: B_{\mathrm{red}}$
16206 \end_inset
16207
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 <row>
16215 <cell alignment="center" valignment="top" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 32×
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 6
16229 \begin_inset space \thinspace{}
16230 \end_inset
16231
16232 cm
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 -
16242 \begin_inset Formula $33.5\cdot$
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 \begin_inset Formula $10^{4}$
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 \begin_inset Formula $\sin(\alpha)\ge$
16267 \end_inset
16268
16269
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 <cell alignment="center" valignment="top" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 \begin_inset Formula $\:\sin(\beta)$
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 </row>
16287 </lyxtabular>
16288
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \begin_layout Standard
16300 \begin_inset VSpace bigskip
16301 \end_inset
16302
16303 表のセルの揃えを取り扱うものには、
16304 \series bold
16305 dcolumn
16306 \series default
16307
16308 \begin_inset Index
16309 status collapsed
16310
16311 \begin_layout Plain Layout
16312 LaTeXぱっけーじ@LaTeXパッケージ ! dcolumn
16313 \end_layout
16314
16315 \end_inset
16316
16317  LaTeXパッケージもあります。しかし残念ながら、このパッケージはセルの内容全体を数式として取扱うため、表セル中に数式を入れることはできません。表
16318 \begin_inset CommandInset ref
16319 LatexCommand ref
16320 reference "tab:表セル揃え"
16321
16322 \end_inset
16323
16324 の第1列は、
16325 \series bold
16326 dcolumn
16327 \series default
16328 では表
16329 \begin_inset CommandInset ref
16330 LatexCommand ref
16331 reference "tab:使用したときの揃え"
16332
16333 \end_inset
16334
16335 の第1列のようになり、ちょっとしたテクニックを使わなければ、期待通りにはなりません。表
16336 \begin_inset CommandInset ref
16337 LatexCommand ref
16338 reference "tab:表セル揃え"
16339
16340 \end_inset
16341
16342 の第2列と第3列のような揃え方は、
16343 \series bold
16344 dcolumn
16345 \series default
16346 ではできません。
16347 \begin_inset Newpage newpage
16348 \end_inset
16349
16350
16351 \end_layout
16352
16353 \begin_layout Standard
16354 \begin_inset Float table
16355 placement h
16356 wide false
16357 sideways false
16358 status open
16359
16360 \begin_layout Plain Layout
16361 \begin_inset Caption
16362
16363 \begin_layout Plain Layout
16364 \begin_inset CommandInset label
16365 LatexCommand label
16366 name "tab:使用したときの揃え"
16367
16368 \end_inset
16369
16370 LaTeXパッケージdcolumnを使用したときの揃えの様子。この出力のようにすべての列を揃えるには、テクニックを用いなくてはなりません。
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \begin_layout Plain Layout
16379 \align center
16380 \begin_inset Tabular
16381 <lyxtabular version="3" rows="4" columns="3">
16382 <features>
16383 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16384 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16385 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16386 <row>
16387 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 単位
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 単位
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 単位
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 <row>
16416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 12x24本の瓶
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 12x24本の瓶
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 12
16439 \begin_inset ERT
16440 status collapsed
16441
16442 \begin_layout Plain Layout
16443
16444
16445 \backslash
16446 times 
16447 \end_layout
16448
16449 \end_inset
16450
16451 24+
16452 \begin_inset Formula $\mbox{本の瓶}$
16453 \end_inset
16454
16455
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 1024x768ピクセル
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 1024x768ピクセル
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell alignment="center" valignment="top" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484 1024
16485 \begin_inset ERT
16486 status collapsed
16487
16488 \begin_layout Plain Layout
16489
16490
16491 \backslash
16492 times 
16493 \end_layout
16494
16495 \end_inset
16496
16497 768+
16498 \begin_inset Formula $\mbox{ピクセル}$
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 <row>
16508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 32x6
16513 \begin_inset space \thinspace{}
16514 \end_inset
16515
16516 cm
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 32x6
16526 \begin_inset space \thinspace{}
16527 \end_inset
16528
16529
16530 \begin_inset Formula $\mbox{cm}$
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell alignment="center" valignment="top" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542 32
16543 \begin_inset ERT
16544 status collapsed
16545
16546 \begin_layout Plain Layout
16547
16548
16549 \backslash
16550 times 
16551 \end_layout
16552
16553 \end_inset
16554
16555 6+
16556 \begin_inset Formula $\mbox{cm}$
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 </lyxtabular>
16566
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \begin_layout Subsection
16578 自製のセル書式および列書式
16579 \begin_inset CommandInset label
16580 LatexCommand label
16581 name "sub:自製書式"
16582
16583 \end_inset
16584
16585
16586 \begin_inset Index
16587 status collapsed
16588
16589 \begin_layout Plain Layout
16590 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16591 \end_layout
16592
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \begin_layout Standard
16599 連結列セルを含む表がいくつもある場合には、第
16600 \begin_inset CommandInset ref
16601 LatexCommand ref
16602 reference "sub:連結列の計算"
16603
16604 \end_inset
16605
16606 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16607 べての表で使うことができます。書式は、以下のように定義します。
16608 \end_layout
16609
16610 \begin_layout Standard
16611
16612 \series bold
16613
16614 \backslash
16615 newcolumntype{書式名}[引数の数]{コマンド}
16616 \end_layout
16617
16618 \begin_layout Standard
16619 書式名は、一文字だけでも構いません。
16620 \emph on
16621 b
16622 \emph default
16623
16624 \emph on
16625 c
16626 \emph default
16627
16628 \emph on
16629 l
16630 \emph default
16631
16632 \emph on
16633 m
16634 \emph default
16635
16636 \emph on
16637 p
16638 \emph default
16639
16640 \emph on
16641 r
16642 \emph default
16643 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16644 \end_layout
16645
16646 \begin_layout Standard
16647 \begin_inset VSpace medskip
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \begin_layout Standard
16654 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16655 \end_layout
16656
16657 \begin_layout Standard
16658
16659 \series bold
16660
16661 \backslash
16662 newcolumntype{M}[1]{>{
16663 \backslash
16664 centering
16665 \backslash
16666 hspace{0pt}}m{#1}}
16667 \end_layout
16668
16669 \begin_layout Standard
16670 ここで
16671 \series bold
16672
16673 \backslash
16674 hspace{0pt}
16675 \series default
16676 は、第
16677 \begin_inset CommandInset ref
16678 LatexCommand ref
16679 reference "sub:複数行"
16680
16681 \end_inset
16682
16683 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
16684 \end_layout
16685
16686 \begin_layout Standard
16687
16688 \series bold
16689 M{width}
16690 \end_layout
16691
16692 \begin_layout Standard
16693 と入力するだけですみます。
16694 \end_layout
16695
16696 \begin_layout Standard
16697 \begin_inset VSpace bigskip
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \begin_layout Standard
16704 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
16705 \end_layout
16706
16707 \begin_layout Standard
16708
16709 \series bold
16710
16711 \backslash
16712 newcolumntype{S}[2]{>{
16713 \backslash
16714 centering
16715 \backslash
16716 hspace{0pt}}
16717 \begin_inset Newline newline
16718 \end_inset
16719
16720
16721 \begin_inset ERT
16722 status collapsed
16723
16724 \begin_layout Plain Layout
16725
16726
16727 \backslash
16728 phantom{
16729 \end_layout
16730
16731 \end_inset
16732
16733
16734 \backslash
16735 newcolumntype
16736 \begin_inset ERT
16737 status collapsed
16738
16739 \begin_layout Plain Layout
16740
16741 }
16742 \end_layout
16743
16744 \end_inset
16745
16746 m{(#1+(2
16747 \backslash
16748 tabcolsep+
16749 \backslash
16750 arrayrulewidth)*(1-#2))/#2}}
16751 \end_layout
16752
16753 \begin_layout Standard
16754 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
16755 \begin_inset CommandInset ref
16756 LatexCommand eqref
16757 reference "eq:Wgn"
16758
16759 \end_inset
16760
16761 式を使用しています。
16762 \end_layout
16763
16764 \begin_layout Standard
16765 こうしておけば、当該セルのLaTeX引数に
16766 \end_layout
16767
16768 \begin_layout Standard
16769
16770 \series bold
16771 S{連結列セルの幅}{連結列セルがまたがる列の数}
16772 \end_layout
16773
16774 \begin_layout Standard
16775 と入力するだけですみます。
16776 \end_layout
16777
16778 \begin_layout Standard
16779 \begin_inset VSpace bigskip
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \begin_layout Standard
16786 色付き列については、以下のように定義するとよいでしょう。
16787 \end_layout
16788
16789 \begin_layout Standard
16790
16791 \series bold
16792
16793 \backslash
16794 newcolumntype{K}[1]{>{
16795 \backslash
16796 columncolor{#1}
16797 \backslash
16798 hspace{0pt}}c}
16799 \end_layout
16800
16801 \begin_layout Standard
16802 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
16803 \end_layout
16804
16805 \begin_layout Standard
16806
16807 \series bold
16808 K{色名}
16809 \end_layout
16810
16811 \begin_layout Standard
16812 と入力します。
16813 \end_layout
16814
16815 \begin_layout Standard
16816 \begin_inset VSpace bigskip
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \begin_layout Standard
16823
16824 \begin_inset CommandInset ref
16825 LatexCommand ref
16826 reference "tab:ユーザー定義の表書式"
16827
16828 \end_inset
16829
16830 を生成するには、第1列と連結列にLaTeX引数として
16831 \end_layout
16832
16833 \begin_layout Standard
16834
16835 \series bold
16836 M{2.5cm}
16837 \end_layout
16838
16839 \begin_layout Standard
16840 を指定し、最終列に
16841 \end_layout
16842
16843 \begin_layout Standard
16844
16845 \series bold
16846 K{red}
16847 \end_layout
16848
16849 \begin_layout Standard
16850 そして第2列の各セルに
16851 \end_layout
16852
16853 \begin_layout Standard
16854
16855 \series bold
16856 S{2.5cm}{2}
16857 \end_layout
16858
16859 \begin_layout Standard
16860 と指定します。
16861 \end_layout
16862
16863 \begin_layout Standard
16864 \begin_inset Float table
16865 placement h
16866 wide false
16867 sideways false
16868 status open
16869
16870 \begin_layout Plain Layout
16871 \begin_inset Caption
16872
16873 \begin_layout Plain Layout
16874 \begin_inset CommandInset label
16875 LatexCommand label
16876 name "tab:ユーザー定義の表書式"
16877
16878 \end_inset
16879
16880 ユーザー定義の表書式を使用した表
16881 \end_layout
16882
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \begin_layout Plain Layout
16889 \align center
16890 \begin_inset Tabular
16891 <lyxtabular version="3" rows="3" columns="4">
16892 <features>
16893 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
16894 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
16895 <column alignment="center" valignment="middle" width="0">
16896 <column alignment="center" valignment="middle" width="0" special="K{red}">
16897 <row>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902 とても長い表セル中の単語
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 複数行の連結列
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 c
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 d
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 e
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 f
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 g
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 h
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 i
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 j
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 k
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 </lyxtabular>
17012
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \begin_layout Subsection
17024 罫線幅
17025 \begin_inset CommandInset label
17026 LatexCommand label
17027 name "sub:罫線幅"
17028
17029 \end_inset
17030
17031
17032 \begin_inset Index
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17037 \end_layout
17038
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \begin_layout Standard
17045 表中のすべての罫線の罫線幅を調整するには、長さ
17046 \series bold
17047
17048 \backslash
17049 arrayrulewidth
17050 \series default
17051 を使用します。たとえば、表
17052 \begin_inset CommandInset ref
17053 LatexCommand ref
17054 reference "tab:Table-with-1.5"
17055
17056 \end_inset
17057
17058 のように罫線幅を1.5
17059 \begin_inset space \thinspace{}
17060 \end_inset
17061
17062 ptにするには、表や表フロートの前にTeXコードで
17063 \end_layout
17064
17065 \begin_layout Standard
17066
17067 \series bold
17068
17069 \backslash
17070 setlength{
17071 \backslash
17072 arrayrulewidth}{1.5pt}
17073 \end_layout
17074
17075 \begin_layout Standard
17076 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17077 \series bold
17078
17079 \backslash
17080 arrayrulewidth
17081 \series default
17082 を0.4
17083 \begin_inset space \thinspace{}
17084 \end_inset
17085
17086 ptに設定してください。
17087 \end_layout
17088
17089 \begin_layout Standard
17090 \begin_inset ERT
17091 status collapsed
17092
17093 \begin_layout Plain Layout
17094
17095
17096 \backslash
17097 setlength{
17098 \backslash
17099 arrayrulewidth}{1.5pt}
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \begin_inset Float table
17106 wide false
17107 sideways false
17108 status open
17109
17110 \begin_layout Plain Layout
17111 \begin_inset Caption
17112
17113 \begin_layout Plain Layout
17114 \begin_inset CommandInset label
17115 LatexCommand label
17116 name "tab:Table-with-1.5"
17117
17118 \end_inset
17119
17120 1.5
17121 \begin_inset space \thinspace{}
17122 \end_inset
17123
17124 pt幅罫線の表
17125 \end_layout
17126
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \begin_layout Plain Layout
17133 \align center
17134 \begin_inset Tabular
17135 <lyxtabular version="3" rows="3" columns="3">
17136 <features>
17137 <column alignment="center" valignment="top" width="0">
17138 <column alignment="center" valignment="top" width="0">
17139 <column alignment="center" valignment="top" width="0">
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 sd
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 <row>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 sd
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 <row>
17199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 sd
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 </row>
17227 </lyxtabular>
17228
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235
17236
17237 \begin_inset ERT
17238 status collapsed
17239
17240 \begin_layout Plain Layout
17241
17242
17243 \backslash
17244 setlength{
17245 \backslash
17246 arrayrulewidth}{0.4pt}
17247 \end_layout
17248
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \begin_layout Standard
17255 \begin_inset VSpace bigskip
17256 \end_inset
17257
17258
17259 \begin_inset CommandInset ref
17260 LatexCommand ref
17261 reference "tab:1.5pt幅横罫"
17262
17263 \end_inset
17264
17265 のように横罫だけを1.5
17266 \begin_inset space \thinspace{}
17267 \end_inset
17268
17269 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17270 \end_layout
17271
17272 \begin_layout Standard
17273
17274 \series bold
17275
17276 \backslash
17277 let
17278 \backslash
17279 myHline
17280 \backslash
17281 hline
17282 \begin_inset Newline newline
17283 \end_inset
17284
17285
17286 \backslash
17287 renewcommand{
17288 \backslash
17289 hline}
17290 \begin_inset Newline newline
17291 \end_inset
17292
17293  {
17294 \backslash
17295 noalign{
17296 \backslash
17297 global
17298 \backslash
17299 arrayrulewidth 1.5pt}
17300 \begin_inset Newline newline
17301 \end_inset
17302
17303  
17304 \backslash
17305 myHline
17306 \backslash
17307 noalign{
17308 \backslash
17309 global
17310 \backslash
17311 arrayrulewidth 0.4pt}}
17312 \end_layout
17313
17314 \begin_layout Standard
17315 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17316 \end_layout
17317
17318 \begin_layout Standard
17319
17320 \series bold
17321
17322 \backslash
17323 renewcommand{
17324 \backslash
17325 hline}{
17326 \backslash
17327 myHline}
17328 \end_layout
17329
17330 \begin_layout Standard
17331 \begin_inset ERT
17332 status collapsed
17333
17334 \begin_layout Plain Layout
17335
17336
17337 \backslash
17338 let
17339 \backslash
17340 myHline
17341 \backslash
17342 hline
17343 \end_layout
17344
17345 \begin_layout Plain Layout
17346
17347
17348 \backslash
17349 renewcommand{
17350 \backslash
17351 hline}
17352 \end_layout
17353
17354 \begin_layout Plain Layout
17355
17356  {
17357 \backslash
17358 noalign{
17359 \backslash
17360 global
17361 \backslash
17362 arrayrulewidth 1.5pt}
17363 \end_layout
17364
17365 \begin_layout Plain Layout
17366
17367   
17368 \backslash
17369 myHline
17370 \backslash
17371 noalign{
17372 \backslash
17373 global
17374 \backslash
17375 arrayrulewidth 0.4pt}}
17376 \end_layout
17377
17378 \end_inset
17379
17380
17381 \begin_inset Float table
17382 wide false
17383 sideways false
17384 status open
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Caption
17388
17389 \begin_layout Plain Layout
17390 \begin_inset CommandInset label
17391 LatexCommand label
17392 name "tab:1.5pt幅横罫"
17393
17394 \end_inset
17395
17396 1.5
17397 \begin_inset space \thinspace{}
17398 \end_inset
17399
17400 pt幅横罫の表
17401 \end_layout
17402
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Plain Layout
17409 \align center
17410 \begin_inset Tabular
17411 <lyxtabular version="3" rows="3" columns="3">
17412 <features>
17413 <column alignment="center" valignment="top" width="0">
17414 <column alignment="center" valignment="top" width="0">
17415 <column alignment="center" valignment="top" width="0">
17416 <row>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 sd
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 </row>
17445 <row>
17446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 sd
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 sd
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 </lyxtabular>
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511
17512
17513 \begin_inset ERT
17514 status collapsed
17515
17516 \begin_layout Plain Layout
17517
17518
17519 \backslash
17520 renewcommand{
17521 \backslash
17522 hline}{
17523 \backslash
17524 myHline}
17525 \end_layout
17526
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \begin_layout Standard
17533 \begin_inset VSpace bigskip
17534 \end_inset
17535
17536 縦罫だけを1.5
17537 \begin_inset space \thinspace{}
17538 \end_inset
17539
17540 pt幅にするには、第
17541 \begin_inset CommandInset ref
17542 LatexCommand ref
17543 reference "sub:自製書式"
17544
17545 \end_inset
17546
17547 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17548 \end_layout
17549
17550 \begin_layout Standard
17551
17552 \series bold
17553
17554 \backslash
17555 newcolumntype{V}{!{
17556 \backslash
17557 vrule width 1.5pt}}
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \begin_inset CommandInset ref
17563 LatexCommand ref
17564 reference "tab:1.5pt幅縦罫"
17565
17566 \end_inset
17567
17568 を作るには、最右列にLaTeX引数
17569 \end_layout
17570
17571 \begin_layout Standard
17572
17573 \series bold
17574 VcV
17575 \end_layout
17576
17577 \begin_layout Standard
17578 を指定し、他の列には
17579 \end_layout
17580
17581 \begin_layout Standard
17582
17583 \series bold
17584 Vc
17585 \end_layout
17586
17587 \begin_layout Standard
17588 を指定します。
17589 \end_layout
17590
17591 \begin_layout Standard
17592 \begin_inset Float table
17593 wide false
17594 sideways false
17595 status open
17596
17597 \begin_layout Plain Layout
17598 \begin_inset Caption
17599
17600 \begin_layout Plain Layout
17601 \begin_inset CommandInset label
17602 LatexCommand label
17603 name "tab:1.5pt幅縦罫"
17604
17605 \end_inset
17606
17607 1.5
17608 \begin_inset space \thinspace{}
17609 \end_inset
17610
17611 pt幅縦罫の表
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Plain Layout
17620 \align center
17621 \begin_inset Tabular
17622 <lyxtabular version="3" rows="3" columns="3">
17623 <features>
17624 <column alignment="center" valignment="top" width="0" special="Vc">
17625 <column alignment="center" valignment="top" width="0" special="Vc">
17626 <column alignment="center" valignment="top" width="0" special="VcV">
17627 <row>
17628 <cell alignment="center" valignment="top" topline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 sd
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" topline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 <cell alignment="center" valignment="top" topline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \end_layout
17652
17653 \end_inset
17654 </cell>
17655 </row>
17656 <row>
17657 <cell alignment="center" valignment="top" topline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" topline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 sd
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 </row>
17685 <row>
17686 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708 sd
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 </lyxtabular>
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \begin_layout Subsection
17727 点罫
17728 \begin_inset Index
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732 ひょうのちょうせい@表の調整 ! てんけい@点罫
17733 \end_layout
17734
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \begin_layout Standard
17741 \begin_inset ERT
17742 status collapsed
17743
17744 \begin_layout Plain Layout
17745
17746
17747 \backslash
17748 ifarydshln
17749 \end_layout
17750
17751 \end_inset
17752
17753
17754 \begin_inset Note Note
17755 status collapsed
17756
17757 \begin_layout Plain Layout
17758 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
17759 \end_layout
17760
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \begin_layout Standard
17767 \begin_inset Float table
17768 placement H
17769 wide false
17770 sideways false
17771 status open
17772
17773 \begin_layout Plain Layout
17774 \begin_inset Caption
17775
17776 \begin_layout Plain Layout
17777 \begin_inset CommandInset label
17778 LatexCommand label
17779 name "tab:点罫表"
17780
17781 \end_inset
17782
17783 点罫を使用した表
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \begin_layout Plain Layout
17792 \align center
17793 \begin_inset Tabular
17794 <lyxtabular version="3" rows="5" columns="5">
17795 <features>
17796 <column alignment="center" valignment="top" width="0">
17797 <column alignment="center" valignment="top" width="0">
17798 <column alignment="center" valignment="top" width="0" special=":c">
17799 <column alignment="center" valignment="top" width="0">
17800 <column alignment="center" valignment="top" width="0">
17801 <row>
17802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 </row>
17848 <row>
17849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 <cell alignment="center" valignment="top" topline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 <row>
17896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 \begin_inset ERT
17901 status collapsed
17902
17903 \begin_layout Plain Layout
17904
17905
17906 \backslash
17907 hdashline 
17908 \end_layout
17909
17910 \end_inset
17911
17912
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 <row>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 \begin_inset ERT
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963
17964
17965 \backslash
17966 cdashline{4-5}
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 </row>
18013 <row>
18014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 </lyxtabular>
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \begin_layout Standard
18073 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18074 \end_layout
18075
18076 \begin_layout Standard
18077
18078 \series bold
18079
18080 \backslash
18081 usepackage{arydshln}
18082 \end_layout
18083
18084 \begin_layout Standard
18085 というコマンドを書き、LaTeXパッケージの
18086 \series bold
18087 arydshln
18088 \series default
18089
18090 \begin_inset Index
18091 status collapsed
18092
18093 \begin_layout Plain Layout
18094 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18095 \end_layout
18096
18097 \end_inset
18098
18099 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18100 \end_layout
18101
18102 \begin_layout Standard
18103 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18104 \end_layout
18105
18106 \begin_layout Standard
18107
18108 \series bold
18109
18110 \backslash
18111 hdashline
18112 \end_layout
18113
18114 \begin_layout Standard
18115 というコマンドを加えてください。
18116 \end_layout
18117
18118 \begin_layout Standard
18119 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18120 \end_layout
18121
18122 \begin_layout Standard
18123
18124 \series bold
18125
18126 \backslash
18127 cdashline{列番号
18128 \series default
18129 }
18130 \end_layout
18131
18132 \begin_layout Standard
18133 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18134 \end_layout
18135
18136 \begin_layout Standard
18137
18138 \series bold
18139
18140 \backslash
18141 cdashline{2-4}
18142 \end_layout
18143
18144 \begin_layout Standard
18145 なるコマンドを置いてください。
18146 \end_layout
18147
18148 \begin_layout Standard
18149 \begin_inset VSpace bigskip
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Standard
18156
18157 \begin_inset CommandInset ref
18158 LatexCommand ref
18159 reference "tab:点罫表"
18160
18161 \end_inset
18162
18163 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18164 \series bold
18165
18166 \backslash
18167 hdashlineが挿れられており、第3行の最初のセルには、
18168 \series default
18169 TeXコードのコマンド
18170 \begin_inset Newline newline
18171 \end_inset
18172
18173  
18174 \series bold
18175
18176 \backslash
18177 cdashline{4-5}が挿れられています。
18178 \end_layout
18179
18180 \begin_layout Standard
18181 \begin_inset Note Greyedout
18182 status open
18183
18184 \begin_layout Plain Layout
18185
18186 \series bold
18187 【註】
18188 \series default
18189 ここで用いられているLaTeXパッケージ
18190 \series bold
18191 arydshln
18192 \series default
18193 は、第
18194 \begin_inset CommandInset ref
18195 LatexCommand ref
18196 reference "sec:色付きの表"
18197
18198 \end_inset
18199
18200 節の色付き表で用いられているLaTeXパッケージ
18201 \series bold
18202 colortbl
18203 \series default
18204
18205 \begin_inset Index
18206 status collapsed
18207
18208 \begin_layout Plain Layout
18209 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18210 \end_layout
18211
18212 \end_inset
18213
18214 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Standard
18223 \begin_inset ERT
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227
18228
18229 \backslash
18230 else
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \begin_inset Note Note
18237 status open
18238
18239 \begin_layout Plain Layout
18240 以下は、LaTeXパッケージ
18241 \series bold
18242 arydshln
18243 \series default
18244 が導入済みでないときに表示されます。
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \begin_layout Standard
18253 本節の内容を出力に表示するためには、
18254 \series bold
18255 arydshln
18256 \series default
18257 パッケージを導入しなくてはなりません。
18258 \end_layout
18259
18260 \begin_layout Standard
18261 \begin_inset ERT
18262 status collapsed
18263
18264 \begin_layout Plain Layout
18265
18266
18267 \backslash
18268 fi
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Chapter
18277 フロート
18278 \begin_inset Index
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282 ふろーと@フロート
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \begin_layout Section
18291 はじめに
18292 \begin_inset CommandInset label
18293 LatexCommand label
18294 name "sec:フロートはじめに"
18295
18296 \end_inset
18297
18298
18299 \begin_inset Index
18300 status collapsed
18301
18302 \begin_layout Plain Layout
18303 ふろーと@フロート ! はじめに
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \begin_layout Standard
18312 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18313 ート)ことができます。
18314 \family sans
18315 脚注
18316 \family default
18317
18318 \family sans
18319 傍注
18320 \family default
18321 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18322 \end_layout
18323
18324 \begin_layout Standard
18325 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18326 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18327 ートには連番が割り当てられます。参照については、第
18328 \begin_inset CommandInset ref
18329 LatexCommand ref
18330 reference "sec:フロートの参照"
18331
18332 \end_inset
18333
18334 節で述べられています。
18335 \end_layout
18336
18337 \begin_layout Standard
18338 フロートを挿入するには、
18339 \family sans
18340 挿入\SpecialChar \menuseparator
18341 フロート
18342 \family default
18343 メニューを使えば、ラベルのついたボックスすなわち
18344 \family sans
18345 キャプション
18346 \family default
18347 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18348 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18349 \begin_inset CommandInset ref
18350 LatexCommand ref
18351 reference "sec:キャプションの配置"
18352
18353 \end_inset
18354
18355 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18356 ます。畳んだフロートボックスは、
18357 \begin_inset Graphics
18358         filename clipart/floatQt4.png
18359         scale 70
18360         scaleBeforeRotation
18361
18362 \end_inset
18363
18364 のように、灰色ボタンに赤字ラベルで表示されます。
18365 \end_layout
18366
18367 \begin_layout Standard
18368 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18369 \end_layout
18370
18371 \begin_layout Standard
18372 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18373 \end_layout
18374
18375 \begin_layout Section
18376 フロート型
18377 \end_layout
18378
18379 \begin_layout Standard
18380 LyXには、第
18381 \begin_inset CommandInset ref
18382 LatexCommand ref
18383 reference "sec:図フロート"
18384
18385 \end_inset
18386
18387 節および第
18388 \begin_inset CommandInset ref
18389 LatexCommand ref
18390 reference "sec:表フロート"
18391
18392 \end_inset
18393
18394 節で各々説明されている図フロートと表フロート以外に、
18395 \series bold
18396 アルゴリズム型
18397 \series default
18398
18399 \series bold
18400 折返し型
18401 \series default
18402 のフロート型があります。
18403 \end_layout
18404
18405 \begin_layout Subsection
18406 アルゴリズムフロート
18407 \begin_inset Index
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411 ふろーと@フロート ! あるごりずむ@アルゴリズム
18412 \end_layout
18413
18414 \end_inset
18415
18416
18417 \end_layout
18418
18419 \begin_layout Standard
18420 \begin_inset Float algorithm
18421 placement h
18422 wide false
18423 sideways false
18424 status open
18425
18426 \begin_layout Plain Layout
18427 \begin_inset Caption
18428
18429 \begin_layout Plain Layout
18430 \begin_inset CommandInset label
18431 LatexCommand label
18432 name "alg:アルゴリズムフロートの例"
18433
18434 \end_inset
18435
18436 アルゴリズムフロートの例
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \begin_layout LyX-Code
18445 for I in 1..N loop
18446 \begin_inset Newline newline
18447 \end_inset
18448
18449  Sum:= Sum + A(I); /*comment*/
18450 \begin_inset Newline newline
18451 \end_inset
18452
18453 end loop
18454 \begin_inset VSpace -4mm
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Standard
18466 このフロート型は、
18467 \family sans
18468 挿入
18469 \shape up
18470 \SpecialChar \menuseparator
18471 フロート\SpecialChar \menuseparator
18472 アルゴリズム
18473 \family default
18474 \shape default
18475 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18476 \begin_inset CommandInset ref
18477 LatexCommand ref
18478 reference "cha:プログラムコードリスト"
18479
18480 \end_inset
18481
18482 章で説明されているプログラムコードリストの代わりとみなすことができます。
18483 \emph on
18484 LyXユーザーの手引き
18485 \emph default
18486 に述べられているように、アルゴリズム向けの環境としては、
18487 \family sans
18488 LyXコード
18489 \family default
18490 があります。 アルゴリズム
18491 \begin_inset CommandInset ref
18492 LatexCommand ref
18493 reference "alg:アルゴリズムフロートの例"
18494
18495 \end_inset
18496
18497 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18498 \begin_inset space \thinspace{}
18499 \end_inset
18500
18501 mmの垂直空白が入れてあります。
18502 \end_layout
18503
18504 \begin_layout Standard
18505 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18506 \end_layout
18507
18508 \begin_layout Standard
18509
18510 \series bold
18511
18512 \backslash
18513 floatname{algorithm}{付けたい名称}
18514 \end_layout
18515
18516 \begin_layout Standard
18517 という行を手動で加える必要があります。ここで
18518 \family sans
18519 \series bold
18520 付けたい名称
18521 \family default
18522 \series default
18523 には、お使いの言語で「
18524 \emph on
18525 algorithm
18526 \emph default
18527 」に対応する単語を指定します。
18528 \end_layout
18529
18530 \begin_layout Standard
18531 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18532 \family sans
18533 挿入\SpecialChar \menuseparator
18534 一覧/目次\SpecialChar \menuseparator
18535 アルゴリズム一覧
18536 \family default
18537 メニューを使用します。それ以外の場合には、代わりに
18538 \end_layout
18539
18540 \begin_layout Standard
18541
18542 \series bold
18543
18544 \backslash
18545 listof{algorithm}{付けたい名称}
18546 \end_layout
18547
18548 \begin_layout Standard
18549 というコマンドをTeXコードとして用います。ここで
18550 \family sans
18551 付けたい名称
18552 \family default
18553 とは、「
18554 \emph on
18555 List of Algorithm
18556 \emph default
18557 s」という単語に相当する、ご使用になりたい言語での単語です。
18558 \end_layout
18559
18560 \begin_layout Standard
18561 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18562 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18563 \end_layout
18564
18565 \begin_layout Standard
18566
18567 \series bold
18568
18569 \backslash
18570 numberwithin{algorithm}{chapter}
18571 \end_layout
18572
18573 \begin_layout Standard
18574 というコマンドを追加してください。
18575 \series bold
18576
18577 \backslash
18578 numberwithin
18579 \series default
18580 というコマンドを使用するには、文書設定の
18581 \family sans
18582 数式オプション
18583 \family default
18584 タブで
18585 \family sans
18586 AMS mathパッケージを使用する
18587 \family default
18588 オプションを有効にしてください。
18589 \end_layout
18590
18591 \begin_layout Subsection
18592 折返しフロート
18593 \begin_inset Index
18594 status collapsed
18595
18596 \begin_layout Plain Layout
18597 ふろーと@フロート ! おりかえしふろーと@折返しフロート
18598 \end_layout
18599
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \begin_layout Standard
18606 \begin_inset Wrap figure
18607 lines 0
18608 placement l
18609 overhang 1cm
18610 width "40col%"
18611 status open
18612
18613 \begin_layout Plain Layout
18614 \begin_inset Graphics
18615         filename ../clipart/mobius.eps
18616         width 40col%
18617         scaleBeforeRotation
18618         rotateOrigin center
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Plain Layout
18626 \begin_inset Caption
18627
18628 \begin_layout Plain Layout
18629 \begin_inset CommandInset label
18630 LatexCommand label
18631 name "fig:折返し図フロート"
18632
18633 \end_inset
18634
18635 これは折返し図フロートです。
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \end_inset
18644
18645 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
18646 \series bold
18647 wrapfig
18648 \series default
18649
18650 \begin_inset Index
18651 status collapsed
18652
18653 \begin_layout Plain Layout
18654 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
18655 \end_layout
18656
18657 \end_inset
18658
18659 を導入済みであれば、
18660 \family sans
18661 挿入\SpecialChar \menuseparator
18662 フロート\SpecialChar \menuseparator
18663 折返し図フロート
18664 \family default
18665
18666 \family sans
18667 折返し表フロート
18668 \family default
18669 メニューで挿入することができます
18670 \begin_inset Foot
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
18675 \end_layout
18676
18677 \end_inset
18678
18679 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
18680 \family sans
18681 配置
18682 \family default
18683
18684 \family sans
18685
18686 \family default
18687 です。非必須項目として、
18688 \family sans
18689 ぶら下げ
18690 \family default
18691
18692 \family sans
18693 行幅
18694 \family default
18695 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
18696 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
18697 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
18698 \begin_inset CommandInset ref
18699 LatexCommand ref
18700 reference "fig:折返し図フロート"
18701
18702 \end_inset
18703
18704 図は、40
18705 \begin_inset space \thinspace{}
18706 \end_inset
18707
18708 列幅%の幅と1
18709 \begin_inset space \thinspace{}
18710 \end_inset
18711
18712 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
18713 \begin_inset Foot
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717 使うことのできる単位は付録
18718 \begin_inset CommandInset ref
18719 LatexCommand ref
18720 reference "cha:LyXで使用できる単位"
18721
18722 \end_inset
18723
18724 に収録してあります。
18725 \end_layout
18726
18727 \end_inset
18728
18729
18730 \end_layout
18731
18732 \begin_layout Standard
18733 \begin_inset Note Greyedout
18734 status open
18735
18736 \begin_layout Plain Layout
18737
18738 \series bold
18739 【註】
18740 \series default
18741 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
18742 上書きされて出力されたりします。
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \begin_layout Standard
18751 原則として、
18752 \end_layout
18753
18754 \begin_layout Itemize
18755 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
18756 うになってから、正確な位置に挿入しなくてはなりません。
18757 \end_layout
18758
18759 \begin_layout Itemize
18760 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
18761 \end_layout
18762
18763 \begin_layout Itemize
18764 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
18765 \end_layout
18766
18767 \begin_layout Itemize
18768 折返しフロートは、節見出しや表中に入れることは認められていません。
18769 \end_layout
18770
18771 \begin_layout Section
18772 フロートの連番
18773 \begin_inset Index
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777 ふろーと@フロート ! れんばん@連番
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Standard
18786 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18787 て変わります。
18788 \end_layout
18789
18790 \begin_layout Standard
18791 節から独立して付けられている連番を変更するには、文書プリアンブルで
18792 \end_layout
18793
18794 \begin_layout Standard
18795
18796 \series bold
18797
18798 \backslash
18799 renewcommand{
18800 \backslash
18801 thetable}{
18802 \backslash
18803 roman{table}}
18804 \end_layout
18805
18806 \begin_layout Standard
18807
18808 \series bold
18809 というコマンドを使うと良いでしょう。
18810 \backslash
18811 thetable
18812 \series default
18813 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18814 \series bold
18815
18816 \backslash
18817 thefigure
18818 \series default
18819 コマンドを使用します。上のコマンドで使用されている
18820 \series bold
18821
18822 \backslash
18823 roman
18824 \series default
18825 は、表番号を小文字のローマ数字で印字するコマンドです。
18826 \end_layout
18827
18828 \begin_layout Standard
18829 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18830 \end_layout
18831
18832 \begin_layout Standard
18833
18834 \series bold
18835
18836 \backslash
18837 numberwithin{table}{subsection}
18838 \end_layout
18839
18840 \begin_layout Standard
18841 というコマンドを使用してください。
18842 \series bold
18843
18844 \backslash
18845 numberwithin
18846 \series default
18847 コマンドを使用可能にするためには、文書設定の
18848 \family sans
18849 数式オプション
18850 \family default
18851 タブで、
18852 \family sans
18853 AMS
18854 \begin_inset space ~
18855 \end_inset
18856
18857 math数式パッケージを使用する
18858 \family default
18859 を使用します。
18860 \end_layout
18861
18862 \begin_layout Standard
18863 連番コマンドについての詳細と大切な注意点については、第
18864 \begin_inset CommandInset ref
18865 LatexCommand ref
18866 reference "sub:脚注の付番"
18867
18868 \end_inset
18869
18870 節もご覧ください。
18871 \end_layout
18872
18873 \begin_layout Section
18874 フロートの参照
18875 \begin_inset CommandInset label
18876 LatexCommand label
18877 name "sec:フロートの参照"
18878
18879 \end_inset
18880
18881
18882 \begin_inset Index
18883 status collapsed
18884
18885 \begin_layout Plain Layout
18886 ふろーと@フロート ! さんしょう@参照
18887 \end_layout
18888
18889 \end_inset
18890
18891
18892 \begin_inset Index
18893 status collapsed
18894
18895 \begin_layout Plain Layout
18896 さんしょう@参照 ! ふろーとにたいする@フロートに対する
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Standard
18905 フロートを参照するには、
18906 \family sans
18907 挿入\SpecialChar \menuseparator
18908 ラベル
18909 \family default
18910 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
18911 \begin_inset Graphics
18912         filename ../clipart/labelQt4.png
18913         scale 85
18914         scaleBeforeRotation
18915
18916 \end_inset
18917
18918 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
18919 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
18920 \family sans
18921 fig:
18922 \family default
18923 」という前置句がつけられます。
18924 \end_layout
18925
18926 \begin_layout Standard
18927 ラベルは、参照のための名称兼位置標として用いられます。
18928 \family sans
18929 挿入\SpecialChar \menuseparator
18930 相互参照
18931 \family default
18932 メニューかツールバーボタン
18933 \begin_inset Graphics
18934         filename ../../images/dialog-show-new-inset_ref.png
18935         scale 85
18936         scaleBeforeRotation
18937
18938 \end_inset
18939
18940 を使えば、ラベルを参照することができます。
18941 \begin_inset Graphics
18942         filename clipart/referenceQt4.png
18943         scale 85
18944         scaleBeforeRotation
18945
18946 \end_inset
18947
18948 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
18949 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
18950 れます。
18951 \end_layout
18952
18953 \begin_layout Standard
18954 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
18955 出力では、参照の代わりに二つの疑問符が表示されることになります。
18956 \end_layout
18957
18958 \begin_layout Standard
18959 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
18960 で、リンクの更新に手間を割く必要はありません。
18961 \end_layout
18962
18963 \begin_layout Standard
18964 相互参照ウィンドウの
18965 \family sans
18966 ラベルへ移動
18967 \family default
18968 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
18969 \family sans
18970 戻る
18971 \family default
18972 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
18973 この場合には元に戻ることができません。
18974 \end_layout
18975
18976 \begin_layout Subsection
18977 相互参照の書式
18978 \begin_inset CommandInset label
18979 LatexCommand label
18980 name "sub:相互参照の書式"
18981
18982 \end_inset
18983
18984
18985 \begin_inset Index
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989 さんしょう@参照 ! しょしき@書式
18990 \end_layout
18991
18992 \end_inset
18993
18994
18995 \end_layout
18996
18997 \begin_layout Standard
18998 相互参照には、以下の6種類があります。
18999 \end_layout
19000
19001 \begin_layout Description
19002 <参照>: これはフロート番号を表示します。これが既定値です。例:
19003 \begin_inset CommandInset ref
19004 LatexCommand ref
19005 reference "fig:歪められた二つの像"
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Description
19013 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19014 例:
19015 \begin_inset CommandInset ref
19016 LatexCommand eqref
19017 reference "eq:Wgn"
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \begin_layout Description
19025 <参照ページ>: これはページ番号を表示します。例:Page
19026 \begin_inset space ~
19027 \end_inset
19028
19029
19030 \begin_inset CommandInset ref
19031 LatexCommand pageref
19032 reference "fig:歪められた二つの像"
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Description
19040 on
19041 \begin_inset space ~
19042 \end_inset
19043
19044 page
19045 \begin_inset space ~
19046 \end_inset
19047
19048 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19049 \begin_inset CommandInset ref
19050 LatexCommand vpageref
19051 reference "fig:歪められた二つの像"
19052
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \begin_layout Description
19059 <参照>
19060 \begin_inset space ~
19061 \end_inset
19062
19063 on
19064 \begin_inset space ~
19065 \end_inset
19066
19067 page
19068 \begin_inset space ~
19069 \end_inset
19070
19071 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19072 \begin_inset CommandInset ref
19073 LatexCommand vref
19074 reference "fig:歪められた二つの像"
19075
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \begin_layout Description
19082 整形された参照: これはユーザー定義の相互参照書式で表示します。
19083 \begin_inset Note Greyedout
19084 status open
19085
19086 \begin_layout Plain Layout
19087 【註】この機能は、LaTeXパッケージのprettyrefが導入済みの時のみ利用できます。
19088 \end_layout
19089
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \begin_layout Standard
19096 <参照ページ>様式は、ラベルが同じページにあるか前後隣接するページにある場合には、ページ番号を出力しないことに注意してください。その代わりに、たとえば「
19097 \family sans
19098 on this page
19099 \family default
19100 」という文が出力されます。
19101 \end_layout
19102
19103 \begin_layout Standard
19104 出力中では、参照されている文書の箇所のページ番号は、LaTeXによって自動的に計算されます。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンド
19105 ウの
19106 \family sans
19107 書式
19108 \family default
19109 フィールドで選ぶことができます。
19110 \end_layout
19111
19112 \begin_layout Subsection
19113 参照名の自動命名
19114 \begin_inset Index
19115 status collapsed
19116
19117 \begin_layout Plain Layout
19118 さんしょう@参照 ! じどうめいめい@自動命名
19119 \end_layout
19120
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \begin_layout Standard
19127
19128 \family sans
19129 文書設定
19130 \family default
19131 ダイアログの
19132 \family sans
19133 PDF特性
19134 \family default
19135 で有効にされた
19136 \series bold
19137 hyperref
19138 \series default
19139
19140 \begin_inset Index
19141 status collapsed
19142
19143 \begin_layout Plain Layout
19144 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19145 \end_layout
19146
19147 \end_inset
19148
19149  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19150 \emph on
19151
19152 \emph default
19153 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19154 の機能を使用するには、hyperrefを有効にして、
19155 \end_layout
19156
19157 \begin_layout Standard
19158
19159 \series bold
19160
19161 \backslash
19162 AtBeginDocument{
19163 \backslash
19164 renewcommand{
19165 \backslash
19166 ref}[1]{
19167 \backslash
19168 mbox{
19169 \backslash
19170 autoref{#1}}}}
19171 \end_layout
19172
19173 \begin_layout Standard
19174 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19175 \begin_inset space \thinspace{}
19176 \end_inset
19177
19178 」としたいなど、既定の参照名以外のものが欲しい場合には、
19179 \end_layout
19180
19181 \begin_layout Standard
19182
19183 \series bold
19184
19185 \backslash
19186 addto
19187 \backslash
19188 extrasenglish{
19189 \backslash
19190 renewcommand{
19191 \backslash
19192 sectionautorefname}
19193 \begin_inset Newline newline
19194 \end_inset
19195
19196
19197 \begin_inset ERT
19198 status collapsed
19199
19200 \begin_layout Plain Layout
19201
19202
19203 \backslash
19204 hphantom{ }
19205 \end_layout
19206
19207 \end_inset
19208
19209 {sec.
19210 \backslash
19211 negthinspace}}
19212 \end_layout
19213
19214 \begin_layout Standard
19215 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19216 \begin_inset Newline newline
19217 \end_inset
19218
19219
19220 \series bold
19221
19222 \backslash
19223 extrasenglishを
19224 \backslash
19225 extras***
19226 \series default
19227 に置き換えてください(***は使用中の言語名)。
19228 \end_layout
19229
19230 \begin_layout Standard
19231 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19232 \end_layout
19233
19234 \begin_layout Standard
19235
19236 \series bold
19237
19238 \backslash
19239 newlength{
19240 \backslash
19241 abc}
19242 \begin_inset Newline newline
19243 \end_inset
19244
19245
19246 \backslash
19247 settowidth{
19248 \backslash
19249 abc}{
19250 \backslash
19251 space}
19252 \begin_inset Newline newline
19253 \end_inset
19254
19255
19256 \backslash
19257 addto
19258 \backslash
19259 extrasenglish{
19260 \backslash
19261 renewcommand{
19262 \backslash
19263 equationautorefname}
19264 \begin_inset Newline newline
19265 \end_inset
19266
19267
19268 \begin_inset ERT
19269 status collapsed
19270
19271 \begin_layout Plain Layout
19272
19273
19274 \backslash
19275 hphantom{ }
19276 \end_layout
19277
19278 \end_inset
19279
19280 {
19281 \backslash
19282 hspace{-
19283 \backslash
19284 abc}}
19285 \end_layout
19286
19287 \begin_layout Standard
19288 この話題に関する詳細は、hyperrefの説明書
19289 \begin_inset CommandInset citation
19290 LatexCommand cite
19291 key "hyperref"
19292
19293 \end_inset
19294
19295 をお読みください。
19296 \end_layout
19297
19298 \begin_layout Standard
19299 \begin_inset Note Greyedout
19300 status open
19301
19302 \begin_layout Plain Layout
19303
19304 \series bold
19305 【註】
19306 \series default
19307 参照の自動命名は、相互参照を
19308 \family sans
19309 整形参照
19310 \family default
19311 様式(第
19312 \begin_inset CommandInset ref
19313 LatexCommand ref
19314 reference "sub:相互参照の書式"
19315
19316 \end_inset
19317
19318 節)で使用しているときには、使用することができません。
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 取扱説明書
19328 \emph on
19329 数式篇
19330 \emph default
19331 は、参照の自動命名が使用されている一例です。
19332 \end_layout
19333
19334 \begin_layout Subsection
19335 参照位置
19336 \begin_inset CommandInset label
19337 LatexCommand label
19338 name "sub:参照位置"
19339
19340 \end_inset
19341
19342
19343 \begin_inset Index
19344 status collapsed
19345
19346 \begin_layout Plain Layout
19347 さんしょう@参照 ! さんしょういち@参照位置
19348 \end_layout
19349
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \begin_layout Standard
19356
19357 \family sans
19358 文書設定
19359 \family default
19360 ダイアログの
19361 \family sans
19362 PDF特性
19363 \family default
19364 で、
19365 \series bold
19366 hyperref
19367 \series default
19368
19369 \begin_inset Index
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19374 \end_layout
19375
19376 \end_inset
19377
19378 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19379 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19380 \series bold
19381 hyperref
19382 \series default
19383
19384 \begin_inset Index
19385 status collapsed
19386
19387 \begin_layout Plain Layout
19388 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19389 \end_layout
19390
19391 \end_inset
19392
19393 の一部である
19394 \series bold
19395 hyperref
19396 \series default
19397
19398 \begin_inset Index
19399 status collapsed
19400
19401 \begin_layout Plain Layout
19402 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19403 \end_layout
19404
19405 \end_inset
19406
19407 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19408 \end_layout
19409
19410 \begin_layout Standard
19411
19412 \series bold
19413
19414 \backslash
19415 usepackage[figure]{hypcap}
19416 \end_layout
19417
19418 \begin_layout Standard
19419 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19420 hypcapの説明書
19421 \begin_inset CommandInset citation
19422 LatexCommand cite
19423 key "hypcap"
19424
19425 \end_inset
19426
19427 をご覧ください。
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \begin_inset Note Greyedout
19432 status open
19433
19434 \begin_layout Plain Layout
19435
19436 \series bold
19437 【註】hypcap
19438 \series default
19439 は内部図への参照には効力がありません。
19440 \end_layout
19441
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \begin_layout Section
19448 フロートの配置
19449 \begin_inset CommandInset label
19450 LatexCommand label
19451 name "sec:フロートの配置"
19452
19453 \end_inset
19454
19455
19456 \begin_inset Index
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460 ふろーと@フロート ! はいち@配置
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469
19470 \family roman
19471 \series medium
19472 \shape up
19473 \size normal
19474 \emph off
19475 \bar no
19476 \noun off
19477 \color none
19478 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19479 \begin_inset Newline newline
19480 \end_inset
19481
19482
19483 \family sans
19484 \series default
19485 \shape default
19486 \size default
19487 \emph default
19488 \bar default
19489 \noun default
19490 \color inherit
19491 段をまたぐ
19492 \family roman
19493 \series medium
19494 \shape up
19495 \size normal
19496 \emph off
19497 \bar no
19498 \noun off
19499 \color none
19500 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19501 \begin_inset Newline newline
19502 \end_inset
19503
19504
19505 \family sans
19506 \series default
19507 \shape default
19508 \size default
19509 \emph default
19510 \bar default
19511 \noun default
19512 \color inherit
19513 横倒しに回転
19514 \family roman
19515 \series medium
19516 \shape up
19517 \size normal
19518 \emph off
19519 \bar no
19520 \noun off
19521 \color none
19522 オプションは、フロートを回転するのに用います。第
19523 \family default
19524 \series default
19525 \shape default
19526 \size default
19527 \emph default
19528 \bar default
19529 \noun default
19530 \color inherit
19531
19532 \begin_inset CommandInset ref
19533 LatexCommand ref
19534 reference "sec:回転フロート"
19535
19536 \end_inset
19537
19538
19539 \family roman
19540 \series medium
19541 \shape up
19542 \size normal
19543 \emph off
19544 \bar no
19545 \noun off
19546 \color none
19547 節をご参照ください。
19548 \end_layout
19549
19550 \begin_layout Standard
19551
19552 \family roman
19553 \series medium
19554 \shape up
19555 \size normal
19556 \emph off
19557 \bar no
19558 \noun off
19559 \color none
19560 フロートダイアログでは、
19561 \family sans
19562 \series default
19563 \shape default
19564 \size default
19565 \emph default
19566 \bar default
19567 \noun default
19568 \color inherit
19569 既定の配置を使う
19570 \family roman
19571 \series medium
19572 \shape up
19573 \size normal
19574 \emph off
19575 \bar no
19576 \noun off
19577 \color none
19578 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19579 \end_layout
19580
19581 \begin_layout Description
19582 可能ならば現在位置に: 
19583 \family roman
19584 \series medium
19585 \shape up
19586 \size normal
19587 \emph off
19588 \bar no
19589 \noun off
19590 \color none
19591 フロートを挿入位置に配置することを試みます
19592 \end_layout
19593
19594 \begin_layout Description
19595 ページ上部: 
19596 \family roman
19597 \series medium
19598 \shape up
19599 \size normal
19600 \emph off
19601 \bar no
19602 \noun off
19603 \color none
19604 フロートを現在ページの上部に配置することを試みます
19605 \end_layout
19606
19607 \begin_layout Description
19608 ページ下部: 
19609 \family roman
19610 \series medium
19611 \shape up
19612 \size normal
19613 \emph off
19614 \bar no
19615 \noun off
19616 \color none
19617 フロートを現在ページの下部に配置することを試みます
19618 \end_layout
19619
19620 \begin_layout Description
19621 フロートを独立したページに: 
19622 \family roman
19623 \series medium
19624 \shape up
19625 \size normal
19626 \emph off
19627 \bar no
19628 \noun off
19629 \color none
19630 フロートを独立したページに配置することを試みます
19631 \end_layout
19632
19633 \begin_layout Standard
19634 LaTeXは、
19635 \emph on
19636 つねに
19637 \emph default
19638 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19639 \family sans
19640 可能ならば現在位置に
19641 \family default
19642 を試み、次に
19643 \family sans
19644 ページの上部
19645 \family default
19646 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19647 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19648 \end_layout
19649
19650 \begin_layout Standard
19651 既定では、各オプションはそれぞれ以下の規則を持っています。
19652 \end_layout
19653
19654 \begin_layout List
19655 \labelwidthstring 00.00.0000
19656
19657 \family sans
19658 ページ上部
19659 \family default
19660  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19661 \series bold
19662
19663 \backslash
19664 topfraction
19665 \series default
19666 )。
19667 \end_layout
19668
19669 \begin_layout List
19670 \labelwidthstring 00.00.0000
19671
19672 \family sans
19673 ページ下部
19674 \family default
19675  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
19676 \series bold
19677
19678 \backslash
19679 bottomfraction
19680 \series default
19681 )。
19682 \end_layout
19683
19684 \begin_layout List
19685 \labelwidthstring 00.00.0000
19686
19687 \family sans
19688 フロートを独立したページ 
19689 \family default
19690 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
19691 \series bold
19692
19693 \backslash
19694 floatpagefraction
19695 \series default
19696 )。
19697 \end_layout
19698
19699 \begin_layout Standard
19700 これらの規則に従いたくないときは、
19701 \family sans
19702 LaTeXの規則を無視する
19703 \family default
19704 オプションを追加することによって、これらを無視することができます。
19705 \begin_inset Newline newline
19706 \end_inset
19707
19708 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
19709 、ページの5割に変えるには、文書プリアンブルに
19710 \end_layout
19711
19712 \begin_layout Standard
19713
19714 \series bold
19715
19716 \backslash
19717 renewcommand{
19718 \backslash
19719 bottomfraction}{0.5}
19720 \end_layout
19721
19722 \begin_layout Standard
19723 という行を加えてください。
19724 \end_layout
19725
19726 \begin_layout Standard
19727 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
19728 \family sans
19729 何としても現在位置に置く
19730 \family default
19731 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
19732 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
19733 からです。
19734 \end_layout
19735
19736 \begin_layout Standard
19737 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
19738 \end_layout
19739
19740 \begin_layout Standard
19741 \begin_inset VSpace bigskip
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \begin_layout Standard
19748 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
19749 することがあります。この問題を避けるには、LaTeXコマンドの
19750 \backslash
19751 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
19752 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
19753 \end_layout
19754
19755 \begin_layout Standard
19756
19757 \series bold
19758
19759 \backslash
19760 let
19761 \backslash
19762 mySection
19763 \backslash
19764 section
19765 \begin_inset Newline newline
19766 \end_inset
19767
19768
19769 \backslash
19770 renewcommand{
19771 \backslash
19772 section}{
19773 \backslash
19774 suppressfloats[t]
19775 \backslash
19776 mySection}
19777 \end_layout
19778
19779 \begin_layout Standard
19780 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
19781 することがあるので、これらに対する定義はお勧めしません。
19782 \end_layout
19783
19784 \begin_layout Standard
19785 \begin_inset VSpace bigskip
19786 \end_inset
19787
19788 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
19789 \series bold
19790 endfloat
19791 \series default
19792
19793 \begin_inset Index
19794 status collapsed
19795
19796 \begin_layout Plain Layout
19797 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
19798 \end_layout
19799
19800 \end_inset
19801
19802 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
19803 \begin_inset Quotes eld
19804 \end_inset
19805
19806
19807 \family sans
19808 [Figure
19809 \begin_inset space ~
19810 \end_inset
19811
19812 3.2 about here.]
19813 \family default
19814
19815 \begin_inset Quotes erd
19816 \end_inset
19817
19818 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
19819 \end_layout
19820
19821 \begin_layout Standard
19822
19823 \series bold
19824
19825 \backslash
19826 usepackage[options]{endfloat}
19827 \end_layout
19828
19829 \begin_layout Standard
19830 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
19831 \series bold
19832 endfloat
19833 \series default
19834 取扱説明書
19835 \begin_inset CommandInset citation
19836 LatexCommand cite
19837 key "endfloat"
19838
19839 \end_inset
19840
19841 をご参照ください。
19842 \begin_inset Newline newline
19843 \end_inset
19844
19845
19846 \begin_inset Note Greyedout
19847 status open
19848
19849 \begin_layout Plain Layout
19850
19851 \series bold
19852 【註】endfloat
19853 \series default
19854 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
19855 \begin_inset CommandInset citation
19856 LatexCommand cite
19857 key "endfloat"
19858
19859 \end_inset
19860
19861 の第4節をご参照ください。
19862 \end_layout
19863
19864 \end_inset
19865
19866
19867 \begin_inset Newline newline
19868 \end_inset
19869
19870
19871 \begin_inset Note Greyedout
19872 status open
19873
19874 \begin_layout Plain Layout
19875
19876 \series bold
19877 【註】
19878 \series default
19879 現在のところ、
19880 \series bold
19881 endfloat
19882 \series default
19883 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
19884 \series bold
19885
19886 \backslash
19887 ss
19888 \series default
19889 」コマンドを使用してください。
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \begin_layout Standard
19898 \begin_inset VSpace bigskip
19899 \end_inset
19900
19901 フロートの割付に関する詳細は、LaTeX関連書
19902 \begin_inset CommandInset citation
19903 LatexCommand cite
19904 key "latexcompanion,latexguide,latexbook"
19905
19906 \end_inset
19907
19908 をご覧ください。
19909 \end_layout
19910
19911 \begin_layout Section
19912 回転フロート
19913 \begin_inset CommandInset label
19914 LatexCommand label
19915 name "sec:回転フロート"
19916
19917 \end_inset
19918
19919
19920 \begin_inset Index
19921 status collapsed
19922
19923 \begin_layout Plain Layout
19924 ふろーと@フロート ! かいてん@回転
19925 \end_layout
19926
19927 \end_inset
19928
19929
19930 \end_layout
19931
19932 \begin_layout Standard
19933 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
19934 \family sans
19935 横倒しに回転
19936 \family default
19937 オプションを有効にします。
19938 \end_layout
19939
19940 \begin_layout Standard
19941 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
19942 \family sans
19943 段をまたぐ
19944 \family default
19945 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
19946 たって回転方向を強制したい場合には、文書クラスオプションに
19947 \series bold
19948 figuresleft
19949 \series default
19950 オプションあるいは
19951 \series bold
19952 figuresright
19953 \series default
19954 オプションを加えることができます。
19955 \end_layout
19956
19957 \begin_layout Standard
19958 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
19959 \begin_inset CommandInset ref
19960 LatexCommand ref
19961 reference "tab:回転した表"
19962
19963 \end_inset
19964
19965 が回転表フロートの例です。
19966 \end_layout
19967
19968 \begin_layout Standard
19969 \begin_inset Note Greyedout
19970 status open
19971
19972 \begin_layout Plain Layout
19973
19974 \series bold
19975 【註】
19976 \series default
19977 すべてのDVIビューアが回転フロートを表示できるわけではありません。
19978 \end_layout
19979
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \begin_layout Standard
19986 \begin_inset Float table
19987 wide false
19988 sideways true
19989 status open
19990
19991 \begin_layout Plain Layout
19992 \begin_inset Caption
19993
19994 \begin_layout Plain Layout
19995 \begin_inset CommandInset label
19996 LatexCommand label
19997 name "tab:回転した表"
19998
19999 \end_inset
20000
20001 回転した表
20002 \end_layout
20003
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \begin_layout Plain Layout
20010 \align center
20011 \begin_inset Tabular
20012 <lyxtabular version="3" rows="1" columns="5">
20013 <features>
20014 <column alignment="center" valignment="top" width="0">
20015 <column alignment="center" valignment="top" width="0">
20016 <column alignment="center" valignment="top" width="0">
20017 <column alignment="center" valignment="top" width="0">
20018 <column alignment="center" valignment="top" width="0">
20019 <row>
20020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 試験
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 </lyxtabular>
20067
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Section
20079 従属フロート
20080 \begin_inset Index
20081 status collapsed
20082
20083 \begin_layout Plain Layout
20084 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20085 \end_layout
20086
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \begin_layout Standard
20093 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20094 \begin_inset CommandInset ref
20095 LatexCommand ref
20096 reference "tab:従属表を横に並べたもの"
20097
20098 \end_inset
20099
20100 と表
20101 \begin_inset CommandInset ref
20102 LatexCommand ref
20103 reference "tab:従属表を縦に並べたもの"
20104
20105 \end_inset
20106
20107 に示されているように段落と同様に指定することができます。
20108 \end_layout
20109
20110 \begin_layout Standard
20111 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20112 \begin_inset CommandInset ref
20113 LatexCommand ref
20114 reference "tab:これは従属表a"
20115
20116 \end_inset
20117
20118 と表
20119 \begin_inset CommandInset ref
20120 LatexCommand ref
20121 reference "tab:これは従属表b"
20122
20123 \end_inset
20124
20125 は表
20126 \begin_inset CommandInset ref
20127 LatexCommand ref
20128 reference "tab:従属表を横に並べたもの"
20129
20130 \end_inset
20131
20132 の従属フロートです。
20133 \begin_inset Float table
20134 wide false
20135 sideways false
20136 status open
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Caption
20140
20141 \begin_layout Plain Layout
20142 \begin_inset CommandInset label
20143 LatexCommand label
20144 name "tab:従属表を横に並べたもの"
20145
20146 \end_inset
20147
20148 従属表を横に並べたもの
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout Plain Layout
20157 \begin_inset space \hfill{}
20158 \end_inset
20159
20160
20161 \begin_inset Float table
20162 wide false
20163 sideways false
20164 status open
20165
20166 \begin_layout Plain Layout
20167 \begin_inset Caption
20168
20169 \begin_layout Plain Layout
20170 \begin_inset CommandInset label
20171 LatexCommand label
20172 name "tab:これは従属表a"
20173
20174 \end_inset
20175
20176 これは従属表aです。
20177 \end_layout
20178
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \begin_layout Plain Layout
20185 \align center
20186 \begin_inset Tabular
20187 <lyxtabular version="3" rows="1" columns="5">
20188 <features>
20189 <column alignment="center" valignment="top" width="0">
20190 <column alignment="center" valignment="top" width="0">
20191 <column alignment="center" valignment="top" width="0">
20192 <column alignment="center" valignment="top" width="0">
20193 <column alignment="center" valignment="top" width="0">
20194 <row>
20195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 試験
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 </lyxtabular>
20242
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \end_inset
20249
20250
20251 \begin_inset space \hfill{}
20252 \end_inset
20253
20254
20255 \begin_inset Float table
20256 wide false
20257 sideways false
20258 status open
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Caption
20262
20263 \begin_layout Plain Layout
20264 \begin_inset CommandInset label
20265 LatexCommand label
20266 name "tab:これは従属表b"
20267
20268 \end_inset
20269
20270 これは従属表bです。
20271 \end_layout
20272
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \begin_layout Plain Layout
20279 \align center
20280 \begin_inset Tabular
20281 <lyxtabular version="3" rows="1" columns="5">
20282 <features>
20283 <column alignment="center" valignment="top" width="0">
20284 <column alignment="center" valignment="top" width="0">
20285 <column alignment="center" valignment="top" width="0">
20286 <column alignment="center" valignment="top" width="0">
20287 <column alignment="center" valignment="top" width="0">
20288 <row>
20289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329 試験
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 </lyxtabular>
20336
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \end_inset
20343
20344
20345 \begin_inset space \hfill{}
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \begin_inset Float table
20355 wide false
20356 sideways false
20357 status open
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Caption
20361
20362 \begin_layout Plain Layout
20363 \begin_inset CommandInset label
20364 LatexCommand label
20365 name "tab:従属表を縦に並べたもの"
20366
20367 \end_inset
20368
20369 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20370 \end_layout
20371
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \begin_layout Plain Layout
20378 \begin_inset Float table
20379 wide false
20380 sideways false
20381 status open
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Caption
20385
20386 \begin_layout Plain Layout
20387
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Plain Layout
20396 \align center
20397 \begin_inset Tabular
20398 <lyxtabular version="3" rows="1" columns="4">
20399 <features>
20400 <column alignment="center" valignment="top" width="0">
20401 <column alignment="center" valignment="top" width="0">
20402 <column alignment="center" valignment="top" width="0">
20403 <column alignment="center" valignment="top" width="0">
20404 <row>
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 \end_layout
20453
20454 \begin_layout Plain Layout
20455 \begin_inset Float table
20456 wide false
20457 sideways false
20458 status open
20459
20460 \begin_layout Plain Layout
20461 \begin_inset Caption
20462
20463 \begin_layout Plain Layout
20464
20465 \end_layout
20466
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \begin_layout Plain Layout
20473 \align center
20474 \begin_inset Tabular
20475 <lyxtabular version="3" rows="1" columns="5">
20476 <features>
20477 <column alignment="center" valignment="top" width="0">
20478 <column alignment="center" valignment="top" width="0">
20479 <column alignment="center" valignment="top" width="0">
20480 <column alignment="center" valignment="top" width="0">
20481 <column alignment="center" valignment="top" width="0">
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 </lyxtabular>
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \begin_layout Section
20547 横並びのフロート
20548 \begin_inset Index
20549 status collapsed
20550
20551 \begin_layout Plain Layout
20552 ふろーと@フロート ! よこならび@横並び
20553 \end_layout
20554
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \begin_layout Standard
20561
20562 \begin_inset CommandInset ref
20563 LatexCommand ref
20564 reference "fig:左側のフロート"
20565
20566 \end_inset
20567
20568 や図
20569 \begin_inset CommandInset ref
20570 LatexCommand ref
20571 reference "fig:右側のフロート"
20572
20573 \end_inset
20574
20575 のようにフロートを横並びに配置するには、
20576 \emph on
20577 ひとつの
20578 \emph default
20579 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20580 \begin_inset Foot
20581 status collapsed
20582
20583 \begin_layout Plain Layout
20584 Minipageは第
20585 \begin_inset CommandInset ref
20586 LatexCommand ref
20587 reference "sec:ミニページ"
20588
20589 \end_inset
20590
20591 節に説明があります。
20592 \end_layout
20593
20594 \end_inset
20595
20596 。幅は45
20597 \begin_inset space \thinspace{}
20598 \end_inset
20599
20600 -50
20601 \begin_inset space \thinspace{}
20602 \end_inset
20603
20604 列幅%とし、各minipageのボックス配置を
20605 \family sans
20606
20607 \family default
20608 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20609 \family sans
20610 列幅%
20611 \family default
20612 がここではminipageボックスの幅によって計算されることです。
20613 \end_layout
20614
20615 \begin_layout Standard
20616 \begin_inset Float figure
20617 wide false
20618 sideways false
20619 status open
20620
20621 \begin_layout Plain Layout
20622 \begin_inset Box Frameless
20623 position "b"
20624 hor_pos "c"
20625 has_inner_box 1
20626 inner_pos "t"
20627 use_parbox 0
20628 width "45col%"
20629 special "none"
20630 height "1in"
20631 height_special "totalheight"
20632 status open
20633
20634 \begin_layout Plain Layout
20635 \align center
20636 \begin_inset Graphics
20637         filename ../clipart/mobius.eps
20638         lyxscale 50
20639         width 100col%
20640         scaleBeforeRotation
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Caption
20649
20650 \begin_layout Plain Layout
20651 \begin_inset CommandInset label
20652 LatexCommand label
20653 name "fig:左側のフロート"
20654
20655 \end_inset
20656
20657 左側のフロート
20658 \end_layout
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \begin_inset Box Frameless
20673 position "b"
20674 hor_pos "c"
20675 has_inner_box 1
20676 inner_pos "t"
20677 use_parbox 0
20678 width "45col%"
20679 special "none"
20680 height "1in"
20681 height_special "totalheight"
20682 status open
20683
20684 \begin_layout Plain Layout
20685 \align center
20686 \begin_inset Graphics
20687         filename ../clipart/platypus.eps
20688         lyxscale 50
20689         width 100col%
20690         scaleBeforeRotation
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Caption
20699
20700 \begin_layout Plain Layout
20701 \begin_inset CommandInset label
20702 LatexCommand label
20703 name "fig:右側のフロート"
20704
20705 \end_inset
20706
20707 右側のフロート
20708 \end_layout
20709
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \begin_layout Plain Layout
20721
20722 \end_layout
20723
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \begin_layout Section
20730 キャプションの書式設定
20731 \begin_inset Index
20732 status collapsed
20733
20734 \begin_layout Plain Layout
20735 きゃぷしょん@キャプション ! しょしきせってい@書式設定
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \begin_inset Index
20742 status collapsed
20743
20744 \begin_layout Plain Layout
20745 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
20746 \end_layout
20747
20748 \end_inset
20749
20750
20751 \begin_inset CommandInset label
20752 LatexCommand label
20753 name "sec:キャプションの書式設定"
20754
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \begin_layout Standard
20761
20762 \family sans
20763 キャプション
20764 \family default
20765 環境は、
20766 \family sans
20767 フロート
20768 \family default
20769 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
20770 \family sans
20771 図 #:
20772 \family default
20773 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
20774 \family sans
20775 #
20776 \family default
20777 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
20778 。このキャプション書式は、すべての文書書式に適しているわけではありません。
20779 \end_layout
20780
20781 \begin_layout Standard
20782 既定のキャプション書式を変更するには、文書プリアンブルに
20783 \end_layout
20784
20785 \begin_layout Standard
20786
20787 \series bold
20788
20789 \backslash
20790 usepackage[format definition]{caption}
20791 \end_layout
20792
20793 \begin_layout Standard
20794 という行を加えて、LaTeXパッケージ
20795 \series bold
20796 caption
20797 \series default
20798
20799 \begin_inset Index
20800 status collapsed
20801
20802 \begin_layout Plain Layout
20803 LaTeXぱっけーじ@LaTeXパッケージ ! caption
20804 \end_layout
20805
20806 \end_inset
20807
20808 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
20809 \end_layout
20810
20811 \begin_layout Standard
20812
20813 \series bold
20814
20815 \backslash
20816 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
20817 \end_layout
20818
20819 \begin_layout Standard
20820 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
20821 \series bold
20822 caption
20823 \series default
20824 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
20825 \end_layout
20826
20827 \begin_layout Standard
20828
20829 \series bold
20830
20831 \backslash
20832 captionsetup[フロート型]{書式定義}
20833 \end_layout
20834
20835 \begin_layout Standard
20836 というコマンドを使用して、個別の書式を指定してください。たとえば、図
20837 \begin_inset CommandInset ref
20838 LatexCommand ref
20839 reference "fig:図キャプション"
20840
20841 \end_inset
20842
20843 と表
20844 \begin_inset CommandInset ref
20845 LatexCommand ref
20846 reference "tab:表キャプション"
20847
20848 \end_inset
20849
20850 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
20851 \end_layout
20852
20853 \begin_layout Standard
20854
20855 \series bold
20856
20857 \backslash
20858 usepackage[tableposition=top]{caption}
20859 \series default
20860
20861 \begin_inset Newline newline
20862 \end_inset
20863
20864
20865 \series bold
20866
20867 \backslash
20868 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
20869 \begin_inset Newline newline
20870 \end_inset
20871
20872
20873 \begin_inset ERT
20874 status collapsed
20875
20876 \begin_layout Plain Layout
20877
20878
20879 \backslash
20880 hphantom{
20881 \backslash
20882
20883 \backslash
20884 captionsetup[figure]
20885 \backslash
20886 {}
20887 \end_layout
20888
20889 \end_inset
20890
20891  labelsep=period}
20892 \begin_inset Newline newline
20893 \end_inset
20894
20895
20896 \backslash
20897 captionsetup[table]{labelfont={bf,sf}}
20898 \end_layout
20899
20900 \begin_layout Standard
20901 \begin_inset Note Greyedout
20902 status open
20903
20904 \begin_layout Plain Layout
20905
20906 \series bold
20907 【註】
20908 \series default
20909 オプションのうち、
20910 \series bold
20911 tableposition=top
20912 \series default
20913 は、文書クラスに
20914 \series bold
20915 KOMA-script
20916 \series default
20917
20918 \begin_inset Index
20919 status collapsed
20920
20921 \begin_layout Plain Layout
20922 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
20923 \end_layout
20924
20925 \end_inset
20926
20927 が使われているときには、無効になります。この場合には、文書クラスオプション
20928 \series bold
20929 tablecaptionabove
20930 \series default
20931 を指定しなくてはなりません。
20932 \end_layout
20933
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \begin_layout Standard
20940
20941 \series bold
20942 caption
20943 \series default
20944 パッケージについての詳細は、その取扱説明書
20945 \begin_inset CommandInset citation
20946 LatexCommand cite
20947 key "caption"
20948
20949 \end_inset
20950
20951 をご覧ください。
20952 \end_layout
20953
20954 \begin_layout Standard
20955 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
20956 \end_layout
20957
20958 \begin_layout Standard
20959
20960 \series bold
20961
20962 \backslash
20963 renewcommand{
20964 \backslash
20965 fnum@figure}{画像~
20966 \backslash
20967 thefigure}
20968 \end_layout
20969
20970 \begin_layout Standard
20971 なお、
20972 \series bold
20973
20974 \backslash
20975 thefigure
20976 \series default
20977 は表番号を挿入し、「
20978 \series bold
20979 ~
20980 \series default
20981 」は保護された空白を入れます。
20982 \end_layout
20983
20984 \begin_layout Standard
20985 \begin_inset VSpace bigskip
20986 \end_inset
20987
20988
20989 \series bold
20990 KOMA-script
20991 \series default
20992
20993 \begin_inset Index
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
20998 \end_layout
20999
21000 \end_inset
21001
21002 文書クラス(
21003 \family sans
21004 article (KOMA-script)
21005 \family default
21006
21007 \family sans
21008 book (KOMA-script)
21009 \family default
21010
21011 \family sans
21012 letter (KOMA-script)
21013 \family default
21014
21015 \family sans
21016 report (KOMA-script)
21017 \family default
21018 )を使用している場合には、
21019 \series bold
21020 caption
21021 \series default
21022 パッケージの代わりに
21023 \series bold
21024 KOMA-script
21025 \series default
21026 のビルトインコマンド
21027 \series bold
21028 etkomafont
21029 \series default
21030 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21031 \end_layout
21032
21033 \begin_layout Standard
21034
21035 \series bold
21036
21037 \backslash
21038 setkomafont{captionlabel}{
21039 \backslash
21040 bfseries}
21041 \end_layout
21042
21043 \begin_layout Standard
21044
21045 \series bold
21046
21047 \backslash
21048 setkomafont
21049 \series default
21050 についての詳細は、
21051 \series bold
21052 KOMA-script
21053 \series default
21054 の取扱説明書
21055 \begin_inset CommandInset citation
21056 LatexCommand cite
21057 key "koma-script"
21058
21059 \end_inset
21060
21061 をご覧ください。
21062 \end_layout
21063
21064 \begin_layout Standard
21065 \begin_inset ERT
21066 status collapsed
21067
21068 \begin_layout Plain Layout
21069
21070
21071 \backslash
21072 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21073 }
21074 \end_layout
21075
21076 \end_inset
21077
21078
21079 \begin_inset Note Note
21080 status open
21081
21082 \begin_layout Plain Layout
21083 キャプション書式は、この例のみ変更してあります。
21084 \end_layout
21085
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \begin_layout Standard
21092 \begin_inset Float figure
21093 placement !p
21094 wide false
21095 sideways false
21096 status open
21097
21098 \begin_layout Plain Layout
21099 \align center
21100 \begin_inset Graphics
21101         filename ../clipart/mobius.eps
21102         lyxscale 50
21103         scale 50
21104         scaleBeforeRotation
21105
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \begin_layout Plain Layout
21112 \begin_inset Caption
21113
21114 \begin_layout Plain Layout
21115 \begin_inset CommandInset label
21116 LatexCommand label
21117 name "fig:図キャプション"
21118
21119 \end_inset
21120
21121 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \begin_layout Standard
21135 \begin_inset ERT
21136 status collapsed
21137
21138 \begin_layout Plain Layout
21139
21140
21141 \backslash
21142 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21143 on}
21144 \end_layout
21145
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \begin_layout Standard
21152 \begin_inset Float table
21153 placement !p
21154 wide false
21155 sideways false
21156 status open
21157
21158 \begin_layout Plain Layout
21159 \begin_inset Caption
21160
21161 \begin_layout Plain Layout
21162 \begin_inset CommandInset label
21163 LatexCommand label
21164 name "tab:表キャプション"
21165
21166 \end_inset
21167
21168 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Plain Layout
21177 \align center
21178 \begin_inset Tabular
21179 <lyxtabular version="3" rows="1" columns="5">
21180 <features>
21181 <column alignment="center" valignment="top" width="0">
21182 <column alignment="center" valignment="top" width="0">
21183 <column alignment="center" valignment="top" width="0">
21184 <column alignment="center" valignment="top" width="0">
21185 <column alignment="center" valignment="top" width="0">
21186 <row>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 </row>
21233 </lyxtabular>
21234
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \begin_layout Section
21246 キャプションの配置
21247 \begin_inset Index
21248 status collapsed
21249
21250 \begin_layout Plain Layout
21251 きゃぷしょん@キャプション ! はいち@配置
21252 \end_layout
21253
21254 \end_inset
21255
21256
21257 \begin_inset Index
21258 status collapsed
21259
21260 \begin_layout Plain Layout
21261 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21262 \end_layout
21263
21264 \end_inset
21265
21266
21267 \begin_inset CommandInset label
21268 LatexCommand label
21269 name "sec:キャプションの配置"
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Standard
21277 通常、キャプションの配置原則は、
21278 \end_layout
21279
21280 \begin_layout Description
21281 図の場合: キャプションを図の下に置く
21282 \end_layout
21283
21284 \begin_layout Description
21285 表の場合: キャプションを表の上に置く
21286 \end_layout
21287
21288 \begin_layout Standard
21289 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21290 \family sans
21291 article
21292 \family default
21293
21294 \family sans
21295 book
21296 \family default
21297
21298 \family sans
21299 letter
21300 \family default
21301
21302 \family sans
21303 report
21304 \family default
21305 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21306 eXパッケージ
21307 \series bold
21308 caption
21309 \series default
21310 を読み込むコマンドに
21311 \end_layout
21312
21313 \begin_layout Standard
21314
21315 \series bold
21316 tableposition=top
21317 \end_layout
21318
21319 \begin_layout Standard
21320 というオプションを追加してください
21321 \begin_inset Foot
21322 status collapsed
21323
21324 \begin_layout Plain Layout
21325
21326 \series bold
21327 caption
21328 \series default
21329 パッケージについての詳細な情報は、第
21330 \begin_inset CommandInset ref
21331 LatexCommand ref
21332 reference "sec:キャプションの書式設定"
21333
21334 \end_inset
21335
21336 節をご覧ください。
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \series bold
21343 KOMA-script
21344 \series default
21345
21346 \begin_inset Index
21347 status collapsed
21348
21349 \begin_layout Plain Layout
21350 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21351 \end_layout
21352
21353 \end_inset
21354
21355 文書クラス(
21356 \family sans
21357 article (KOMA-script)
21358 \family default
21359
21360 \family sans
21361 book (KOMA-script)
21362 \family default
21363
21364 \family sans
21365 letter (KOMA-script)
21366 \family default
21367
21368 \family sans
21369 report (KOMA-script)
21370 \family default
21371
21372 \begin_inset space \thinspace{}
21373 \end_inset
21374
21375 )をお使いの場合には、
21376 \series bold
21377 caption
21378 \series default
21379 パッケージにオプションを与える代わりに、文書クラスオプション
21380 \series bold
21381 tablecaptionabove
21382 \series default
21383 を設定することもできます。
21384 \end_layout
21385
21386 \begin_layout Standard
21387 \begin_inset VSpace bigskip
21388 \end_inset
21389
21390 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21391 \end_layout
21392
21393 \begin_layout Standard
21394
21395 \series bold
21396
21397 \backslash
21398 usepackage[option]{sidecap}
21399 \end_layout
21400
21401 \begin_layout Standard
21402 という行を入れて、LaTeXパッケージ
21403 \series bold
21404 sidecap
21405 \series default
21406
21407 \begin_inset Index
21408 status collapsed
21409
21410 \begin_layout Plain Layout
21411 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21412 \end_layout
21413
21414 \end_inset
21415
21416 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21417 \series bold
21418 innercaption
21419 \series default
21420 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21421 \series bold
21422 rightcaption
21423 \series default
21424 ないし
21425 \series bold
21426 leftcaption
21427 \series default
21428 オプションを用います。
21429 \end_layout
21430
21431 \begin_layout Standard
21432 \begin_inset ERT
21433 status collapsed
21434
21435 \begin_layout Plain Layout
21436
21437
21438 \backslash
21439 ifsidecap
21440 \end_layout
21441
21442 \end_inset
21443
21444
21445 \begin_inset Note Note
21446 status open
21447
21448 \begin_layout Plain Layout
21449 以下の部分は、LaTeXパッケージ
21450 \series bold
21451 sidecap
21452 \series default
21453 が導入されているときのみ表示されます。
21454 \end_layout
21455
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \begin_layout Standard
21462 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21463 \end_layout
21464
21465 \begin_layout Standard
21466
21467 \lyxline
21468
21469 \end_layout
21470
21471 \begin_layout Standard
21472
21473 \series bold
21474
21475 \backslash
21476 newcommand{
21477 \backslash
21478 TabBesBeg}{%
21479 \begin_inset Newline newline
21480 \end_inset
21481
21482
21483 \begin_inset ERT
21484 status collapsed
21485
21486 \begin_layout Plain Layout
21487
21488
21489 \backslash
21490 hphantom{ }
21491 \end_layout
21492
21493 \end_inset
21494
21495
21496 \backslash
21497 let
21498 \backslash
21499 MyTable
21500 \backslash
21501 table
21502 \begin_inset Newline newline
21503 \end_inset
21504
21505
21506 \begin_inset ERT
21507 status collapsed
21508
21509 \begin_layout Plain Layout
21510
21511
21512 \backslash
21513 hphantom{ }
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \backslash
21520 let
21521 \backslash
21522 MyEndtable
21523 \backslash
21524 endtable
21525 \begin_inset Newline newline
21526 \end_inset
21527
21528
21529 \begin_inset ERT
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533
21534
21535 \backslash
21536 hphantom{ }
21537 \end_layout
21538
21539 \end_inset
21540
21541
21542 \backslash
21543 renewenvironment{table}{
21544 \backslash
21545 begin{SCtable}}{
21546 \backslash
21547 end{SCtable}}}
21548 \end_layout
21549
21550 \begin_layout Standard
21551
21552 \series bold
21553
21554 \backslash
21555 newcommand{
21556 \backslash
21557 TabBesEnd}{%
21558 \begin_inset Newline newline
21559 \end_inset
21560
21561
21562 \begin_inset ERT
21563 status collapsed
21564
21565 \begin_layout Plain Layout
21566
21567
21568 \backslash
21569 hphantom{ }
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \backslash
21576 let
21577 \backslash
21578 table
21579 \backslash
21580 MyTable
21581 \begin_inset Newline newline
21582 \end_inset
21583
21584
21585 \begin_inset ERT
21586 status collapsed
21587
21588 \begin_layout Plain Layout
21589
21590
21591 \backslash
21592 hphantom{ }
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \backslash
21599 let
21600 \backslash
21601 endtable
21602 \backslash
21603 MyEndtable
21604 \end_layout
21605
21606 \begin_layout Standard
21607
21608 \series bold
21609
21610 \backslash
21611 newcommand{
21612 \backslash
21613 FigBesBeg}{%
21614 \begin_inset Newline newline
21615 \end_inset
21616
21617
21618 \begin_inset ERT
21619 status collapsed
21620
21621 \begin_layout Plain Layout
21622
21623
21624 \backslash
21625 hphantom{ }
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \backslash
21632 let
21633 \backslash
21634 MyFigure
21635 \backslash
21636 figure
21637 \begin_inset Newline newline
21638 \end_inset
21639
21640
21641 \begin_inset ERT
21642 status collapsed
21643
21644 \begin_layout Plain Layout
21645
21646
21647 \backslash
21648 hphantom{ }
21649 \end_layout
21650
21651 \end_inset
21652
21653
21654 \backslash
21655 let
21656 \backslash
21657 MyEndfigure
21658 \backslash
21659 endfigure
21660 \begin_inset Newline newline
21661 \end_inset
21662
21663
21664 \begin_inset ERT
21665 status collapsed
21666
21667 \begin_layout Plain Layout
21668
21669
21670 \backslash
21671 hphantom{ }
21672 \end_layout
21673
21674 \end_inset
21675
21676
21677 \backslash
21678 renewenvironment{figure}{
21679 \backslash
21680 begin{SCfigure}}{
21681 \backslash
21682 end{SCfigure}}}
21683 \end_layout
21684
21685 \begin_layout Standard
21686
21687 \series bold
21688
21689 \backslash
21690 newcommand{
21691 \backslash
21692 FigBesEnd}{%
21693 \begin_inset Newline newline
21694 \end_inset
21695
21696
21697 \begin_inset ERT
21698 status collapsed
21699
21700 \begin_layout Plain Layout
21701
21702
21703 \backslash
21704 hphantom{ }
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \backslash
21711 let
21712 \backslash
21713 figure
21714 \backslash
21715 MyFigure
21716 \begin_inset Newline newline
21717 \end_inset
21718
21719
21720 \begin_inset ERT
21721 status collapsed
21722
21723 \begin_layout Plain Layout
21724
21725
21726 \backslash
21727 hphantom{ }
21728 \end_layout
21729
21730 \end_inset
21731
21732
21733 \backslash
21734 let
21735 \backslash
21736 endfigure
21737 \backslash
21738 MyEndfigure}
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \lyxline
21744
21745 \end_layout
21746
21747 \begin_layout Standard
21748 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
21749 \end_layout
21750
21751 \begin_layout Standard
21752
21753 \series bold
21754
21755 \backslash
21756 FigBesBeg
21757 \end_layout
21758
21759 \begin_layout Standard
21760 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
21761 \end_layout
21762
21763 \begin_layout Standard
21764
21765 \series bold
21766
21767 \backslash
21768 FigBesEnd
21769 \end_layout
21770
21771 \begin_layout Standard
21772 というコマンドを挿入してください。
21773 \end_layout
21774
21775 \begin_layout Standard
21776 表フロートに対しては、対応するコマンド
21777 \end_layout
21778
21779 \begin_layout Standard
21780
21781 \series bold
21782
21783 \backslash
21784 TabBesBeg
21785 \series default
21786 および
21787 \series bold
21788
21789 \backslash
21790 TabBesEnd
21791 \end_layout
21792
21793 \begin_layout Standard
21794 を使用してください。図
21795 \begin_inset CommandInset ref
21796 LatexCommand ref
21797 reference "fig:図横キャプション"
21798
21799 \end_inset
21800
21801 と表
21802 \begin_inset CommandInset ref
21803 LatexCommand ref
21804 reference "tab:表横キャプション"
21805
21806 \end_inset
21807
21808 がキャプションを脇に設定した例です。
21809 \end_layout
21810
21811 \begin_layout Standard
21812 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
21813 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
21814 \end_layout
21815
21816 \begin_layout Standard
21817
21818 \series bold
21819
21820 \backslash
21821 sidecaptionvpos{フロート型}{配置}
21822 \end_layout
21823
21824 \begin_layout Standard
21825 というコマンドを使用します。ここで「フロート型」は
21826 \family sans
21827 figure
21828 \family default
21829
21830 \family sans
21831 table
21832 \family default
21833 であり、「配置」は、上揃えの場合はtopの
21834 \end_layout
21835
21836 \begin_layout Standard
21837
21838 \family sans
21839 t
21840 \family default
21841 」、中央揃えの場合はcenterの「
21842 \family sans
21843 c
21844 \family default
21845 」、下揃えの場合はbottomの「
21846 \family sans
21847 b
21848 \family default
21849 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
21850 \end_layout
21851
21852 \begin_layout Standard
21853
21854 \series bold
21855
21856 \backslash
21857 sidecaptionvpos{figure}{c}
21858 \end_layout
21859
21860 \begin_layout Standard
21861 というコマンドを使用します。これは、図
21862 \begin_inset CommandInset ref
21863 LatexCommand ref
21864 reference "fig:図横キャプション-2"
21865
21866 \end_inset
21867
21868 で使用されています。
21869 \end_layout
21870
21871 \begin_layout Standard
21872 \begin_inset VSpace medskip
21873 \end_inset
21874
21875
21876 \series bold
21877 sidecap
21878 \series default
21879 パッケージについての詳細は、
21880 \begin_inset CommandInset citation
21881 LatexCommand cite
21882 key "sidecap"
21883
21884 \end_inset
21885
21886 の説明書をご参照ください。
21887 \end_layout
21888
21889 \begin_layout Standard
21890 \begin_inset Note Greyedout
21891 status open
21892
21893 \begin_layout Plain Layout
21894
21895 \series bold
21896 【註】
21897 \series default
21898
21899 \begin_inset CommandInset ref
21900 LatexCommand ref
21901 reference "sub:参照位置"
21902
21903 \end_inset
21904
21905 節に説明があるLaTeXパッケージ
21906 \series bold
21907 hypcap
21908 \series default
21909
21910 \begin_inset Index
21911 status collapsed
21912
21913 \begin_layout Plain Layout
21914 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
21915 \end_layout
21916
21917 \end_inset
21918
21919 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Standard
21928 \begin_inset ERT
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932
21933
21934 \backslash
21935 FigBesBeg 
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \begin_layout Standard
21944 \begin_inset Float figure
21945 wide false
21946 sideways false
21947 status open
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Graphics
21951         filename ../clipart/escher-lsd.eps
21952         scale 75
21953         scaleBeforeRotation
21954
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Caption
21962
21963 \begin_layout Plain Layout
21964 \begin_inset CommandInset label
21965 LatexCommand label
21966 name "fig:図横キャプション"
21967
21968 \end_inset
21969
21970 これは図の横にあるキャプションです。
21971 \end_layout
21972
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \begin_layout Standard
21984 \begin_inset ERT
21985 status collapsed
21986
21987 \begin_layout Plain Layout
21988
21989
21990 \backslash
21991 TabBesBeg 
21992 \end_layout
21993
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \begin_layout Standard
22000 \begin_inset Float table
22001 wide false
22002 sideways false
22003 status open
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Caption
22007
22008 \begin_layout Plain Layout
22009 \begin_inset CommandInset label
22010 LatexCommand label
22011 name "tab:表横キャプション"
22012
22013 \end_inset
22014
22015 これは表の横にあるキャプションです。
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Tabular
22025 <lyxtabular version="3" rows="4" columns="5">
22026 <features>
22027 <column alignment="center" valignment="top" width="0">
22028 <column alignment="center" valignment="top" width="0">
22029 <column alignment="center" valignment="top" width="0">
22030 <column alignment="center" valignment="top" width="0">
22031 <column alignment="center" valignment="top" width="0">
22032 <row>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 <row>
22080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 </row>
22173 <row>
22174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 </lyxtabular>
22221
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Standard
22233 \begin_inset ERT
22234 status collapsed
22235
22236 \begin_layout Plain Layout
22237
22238
22239 \backslash
22240 TabBesEnd
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \begin_layout Standard
22249 \begin_inset ERT
22250 status collapsed
22251
22252 \begin_layout Plain Layout
22253
22254
22255 \backslash
22256 sidecaptionvpos{figure}{c}
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \begin_inset Float figure
22263 wide false
22264 sideways false
22265 status open
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Graphics
22269         filename ../clipart/escher-lsd.eps
22270         scale 75
22271         scaleBeforeRotation
22272
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Caption
22280
22281 \begin_layout Plain Layout
22282 \begin_inset CommandInset label
22283 LatexCommand label
22284 name "fig:図横キャプション-2"
22285
22286 \end_inset
22287
22288 これは図の横にある縦方向中央揃えのキャプションです。
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \end_layout
22295
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \begin_layout Standard
22302 \begin_inset ERT
22303 status collapsed
22304
22305 \begin_layout Plain Layout
22306
22307
22308 \backslash
22309 FigBesEnd
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \begin_layout Standard
22318 \begin_inset ERT
22319 status collapsed
22320
22321 \begin_layout Plain Layout
22322
22323
22324 \backslash
22325 else
22326 \end_layout
22327
22328 \end_inset
22329
22330
22331 \begin_inset Note Note
22332 status open
22333
22334 \begin_layout Plain Layout
22335 以下の部分は、LaTeXパッケージ
22336 \series bold
22337 sidecap
22338 \series default
22339 が導入されていないときのみ表示されます。
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \begin_layout Standard
22348 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22349 \series bold
22350 sidecap
22351 \series default
22352 を導入する必要があります。
22353 \end_layout
22354
22355 \begin_layout Standard
22356 \begin_inset ERT
22357 status collapsed
22358
22359 \begin_layout Plain Layout
22360
22361
22362 \backslash
22363 fi
22364 \end_layout
22365
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Section
22372 フロート一覧
22373 \begin_inset Index
22374 status collapsed
22375
22376 \begin_layout Plain Layout
22377 ふろーと@フロート ! ふろーといちらん@フロート一覧
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \begin_layout Standard
22386 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22387 \family sans
22388 挿入\SpecialChar \menuseparator
22389 一覧/目次
22390 \family default
22391 メニューで挿入することができます。
22392 \end_layout
22393
22394 \begin_layout Standard
22395 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22396 \end_layout
22397
22398 \begin_layout Standard
22399 本文書の終わりに、図一覧と表一覧があります。
22400 \end_layout
22401
22402 \begin_layout Chapter
22403 注釈
22404 \end_layout
22405
22406 \begin_layout Section
22407 LyX注釈
22408 \begin_inset Index
22409 status collapsed
22410
22411 \begin_layout Plain Layout
22412 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \begin_layout Standard
22421 注釈は、ツールバーボタン
22422 \begin_inset Graphics
22423         filename ../../images/note-insert.png
22424         scale 85
22425         scaleBeforeRotation
22426
22427 \end_inset
22428
22429 か、
22430 \family sans
22431 挿入\SpecialChar \menuseparator
22432 注釈
22433 \family default
22434 メニューで挿入することができます。注釈には、以下の三つの型があります。
22435 \end_layout
22436
22437 \begin_layout Description
22438 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22439 \begin_inset Newline newline
22440 \end_inset
22441
22442
22443 \begin_inset Newline newline
22444 \end_inset
22445
22446
22447 \begin_inset Graphics
22448         filename ../clipart/LyXNoteImageQt4.png
22449         display false
22450         scale 85
22451         scaleBeforeRotation
22452
22453 \end_inset
22454
22455
22456 \begin_inset Note Note
22457 status open
22458
22459 \begin_layout Plain Layout
22460 これは、出力には現れない注釈ボックスに書かれた文章です。
22461 \end_layout
22462
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \begin_layout Description
22469 コメント この注釈も出力には現れませんが、
22470 \family sans
22471 ファイル\SpecialChar \menuseparator
22472 エクスポート\SpecialChar \menuseparator
22473 LaTeX (pdflatex) / (平文)
22474 \family default
22475  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22476 \begin_inset Newline newline
22477 \end_inset
22478
22479
22480 \begin_inset Newline newline
22481 \end_inset
22482
22483
22484 \begin_inset Graphics
22485         filename ../clipart/CommentNoteImageQt4.png
22486         display false
22487         scale 85
22488         scaleBeforeRotation
22489
22490 \end_inset
22491
22492  
22493 \begin_inset Note Comment
22494 status open
22495
22496 \begin_layout Plain Layout
22497 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \begin_layout Description
22506 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22507 \begin_inset Newline newline
22508 \end_inset
22509
22510
22511 \begin_inset Newline newline
22512 \end_inset
22513
22514
22515 \begin_inset Graphics
22516         filename ../clipart/GreyedOutNoteImageQt4.png
22517         display false
22518         scale 85
22519         scaleBeforeRotation
22520
22521 \end_inset
22522
22523
22524 \begin_inset Newline newline
22525 \end_inset
22526
22527
22528 \begin_inset ERT
22529 status collapsed
22530
22531 \begin_layout Plain Layout
22532
22533
22534 \backslash
22535 renewenvironment{lyxgreyedout}
22536 \end_layout
22537
22538 \begin_layout Plain Layout
22539
22540 {
22541 \backslash
22542 textcolor[gray]{0.8}
22543 \backslash
22544 bgroup}{
22545 \backslash
22546 egroup}
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \begin_inset Note Greyedout
22553 status open
22554
22555 \begin_layout Plain Layout
22556 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22557 \begin_inset Foot
22558 status collapsed
22559
22560 \begin_layout Plain Layout
22561 これは、淡色表示注釈内に脚注を用いた例です。
22562 \end_layout
22563
22564 \end_inset
22565
22566 です。
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \begin_inset ERT
22573 status collapsed
22574
22575 \begin_layout Plain Layout
22576
22577
22578 \backslash
22579 renewenvironment{lyxgreyedout}
22580 \end_layout
22581
22582 \begin_layout Plain Layout
22583
22584 {
22585 \backslash
22586 textcolor{blue}
22587 \backslash
22588 bgroup}{
22589 \backslash
22590 egroup}
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \begin_inset Note Note
22597 status open
22598
22599 \begin_layout Plain Layout
22600 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22601 ように再定義されています。
22602 \end_layout
22603
22604 \end_inset
22605
22606
22607 \begin_inset Newline newline
22608 \end_inset
22609
22610
22611 \begin_inset Newline newline
22612 \end_inset
22613
22614 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22615 \end_layout
22616
22617 \begin_layout Standard
22618 \begin_inset VSpace bigskip
22619 \end_inset
22620
22621 注釈を挿入するのにツールバーボタン
22622 \begin_inset Graphics
22623         filename ../../images/note-insert.png
22624         scale 85
22625         scaleBeforeRotation
22626
22627 \end_inset
22628
22629 を使用すると、
22630 \family sans
22631 LyX注釈
22632 \family default
22633 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22634 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22635 さい。
22636 \end_layout
22637
22638 \begin_layout Standard
22639 \begin_inset VSpace bigskip
22640 \end_inset
22641
22642 淡色注釈の文字色は、プリアンブルに以下のコマンドを置くことで変更することができます。
22643 \end_layout
22644
22645 \begin_layout Standard
22646
22647 \series bold
22648
22649 \backslash
22650 renewenvironment{lyxgreyedout}
22651 \begin_inset Newline newline
22652 \end_inset
22653
22654
22655 \begin_inset ERT
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659
22660
22661 \backslash
22662 hphantom{ }
22663 \end_layout
22664
22665 \end_inset
22666
22667 {
22668 \backslash
22669 textcolor{色彩名}
22670 \backslash
22671 bgroup}{
22672 \backslash
22673 egroup}
22674 \end_layout
22675
22676 \begin_layout Standard
22677 使用できる色彩名と、自製色の定義の仕方は、第
22678 \begin_inset CommandInset ref
22679 LatexCommand ref
22680 reference "sec:色付きの表"
22681
22682 \end_inset
22683
22684 節で説明されています。
22685 \end_layout
22686
22687 \begin_layout Standard
22688 本文書で青で表示されている注釈は、青文字に設定した淡色表示注釈を使用しています。
22689 \end_layout
22690
22691 \begin_layout Section
22692 脚注
22693 \begin_inset CommandInset label
22694 LatexCommand label
22695 name "sec:脚注"
22696
22697 \end_inset
22698
22699
22700 \begin_inset Index
22701 status collapsed
22702
22703 \begin_layout Plain Layout
22704 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
22705 \end_layout
22706
22707 \end_inset
22708
22709
22710 \begin_inset Index
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714 きゃくちゅう@脚注
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \begin_layout Standard
22723 脚注は、ツールバーボタン
22724 \begin_inset Graphics
22725         filename ../../images/footnote-insert.png
22726         scale 85
22727         scaleBeforeRotation
22728
22729 \end_inset
22730
22731 か、
22732 \family sans
22733 挿入\SpecialChar \menuseparator
22734 脚注
22735 \family default
22736 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
22737 \begin_inset Graphics
22738         filename clipart/footnoteQt4.png
22739         scale 80
22740         scaleBeforeRotation
22741
22742 \end_inset
22743
22744 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
22745 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
22746 \end_layout
22747
22748 \begin_layout Standard
22749 これが脚注の例です
22750 \begin_inset Foot
22751 status open
22752
22753 \begin_layout Plain Layout
22754 \begin_inset CommandInset label
22755 LatexCommand label
22756 name "fn:これは脚注の一例"
22757
22758 \end_inset
22759
22760 これは脚注の一例です。
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \begin_inset ERT
22767 status collapsed
22768
22769 \begin_layout Plain Layout
22770
22771
22772 \backslash
22773 newcounter{MyRepeatFoot}
22774 \end_layout
22775
22776 \begin_layout Plain Layout
22777
22778
22779 \backslash
22780 setcounter{MyRepeatFoot}{
22781 \backslash
22782 thefootnote}
22783 \end_layout
22784
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \begin_layout Standard
22791 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
22792 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
22793 \end_layout
22794
22795 \begin_layout Standard
22796 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
22797 \begin_inset CommandInset ref
22798 LatexCommand ref
22799 reference "sec:フロートの参照"
22800
22801 \end_inset
22802
22803 節に説明されているようにして、本文中でこのラベルを相互参照してください。
22804 \begin_inset Newline newline
22805 \end_inset
22806
22807 これは脚注
22808 \begin_inset CommandInset ref
22809 LatexCommand ref
22810 reference "fn:これは脚注の一例"
22811
22812 \end_inset
22813
22814 の相互参照です。
22815 \end_layout
22816
22817 \begin_layout Standard
22818 \begin_inset VSpace defskip
22819 \end_inset
22820
22821 脚注を表中で使用するには、ミニページを使わなくてはなりません。第
22822 \begin_inset CommandInset ref
22823 LatexCommand ref
22824 reference "sec:ミニページ"
22825
22826 \end_inset
22827
22828 節をご参照ください。長尺表中の脚注については、第
22829 \begin_inset CommandInset ref
22830 LatexCommand ref
22831 reference "sub:長尺表での脚注"
22832
22833 \end_inset
22834
22835 節に説明があります。
22836 \end_layout
22837
22838 \begin_layout Standard
22839 \begin_inset VSpace defskip
22840 \end_inset
22841
22842 脚注の印だけを作成するには、TeXコードで
22843 \series bold
22844
22845 \backslash
22846 footnotemark[番号]
22847 \series default
22848 というコマンドを使用してください。これは、同じ注釈を何度も本文中で使用する際に、いちいち脚注を印字したくないときに使用します。
22849 \begin_inset Newline newline
22850 \end_inset
22851
22852 これらの重複した脚注の番号が何になるかは、文章を書いている時には分からないので、この番号を保管しておかなくてはなりません。以下の脚注印の例では、脚注番号を保管し
22853 ておくために脚注
22854 \begin_inset CommandInset ref
22855 LatexCommand ref
22856 reference "fn:これは脚注の一例"
22857
22858 \end_inset
22859
22860 の後に、TeXコードで以下のコマンドを挿入してあります。
22861 \end_layout
22862
22863 \begin_layout Standard
22864
22865 \series bold
22866
22867 \backslash
22868 newcounter{MyRepeatFoot}
22869 \begin_inset Newline newline
22870 \end_inset
22871
22872
22873 \backslash
22874 setcounter{MyRepeatFoot}{
22875 \backslash
22876 thefootnote}
22877 \end_layout
22878
22879 \begin_layout Standard
22880 そして、以下のコマンドを使って、脚注印を付けます。
22881 \end_layout
22882
22883 \begin_layout Standard
22884
22885 \series bold
22886
22887 \backslash
22888 footnotemark[
22889 \backslash
22890 theMyRepeatFoot]
22891 \end_layout
22892
22893 \begin_layout Standard
22894 これは、脚注印の例です
22895 \begin_inset ERT
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899
22900
22901 \backslash
22902 footnotemark[
22903 \backslash
22904 theMyRepeatFoot]
22905 \end_layout
22906
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \begin_layout Subsection
22913 脚注の付番
22914 \begin_inset CommandInset label
22915 LatexCommand label
22916 name "sub:脚注の付番"
22917
22918 \end_inset
22919
22920
22921 \begin_inset Index
22922 status collapsed
22923
22924 \begin_layout Plain Layout
22925 きゃくちゅう@脚注 ! ふばん@付番
22926 \end_layout
22927
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \begin_layout Standard
22934 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
22935 \end_layout
22936
22937 \begin_layout Standard
22938
22939 \series bold
22940
22941 \backslash
22942 @addtoreset{footnote}{section}
22943 \end_layout
22944
22945 \begin_layout Standard
22946 というコマンドを加えてください。
22947 \end_layout
22948
22949 \begin_layout Standard
22950 \begin_inset VSpace bigskip
22951 \end_inset
22952
22953 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
22954 \end_layout
22955
22956 \begin_layout Standard
22957
22958 \series bold
22959
22960 \backslash
22961 renewcommand{
22962 \backslash
22963 thefootnote}{
22964 \backslash
22965 roman{footnote}}
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset ERT
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973
22974
22975 \backslash
22976 renewcommand{
22977 \backslash
22978 thefootnote}{
22979 \backslash
22980 roman{footnote}}
22981 \end_layout
22982
22983 \end_inset
22984
22985 これは、ローマ数字を使った脚注です
22986 \begin_inset Foot
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990 これは、ローマ数字を使った脚注の例です。
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \begin_layout Standard
22999 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23000 \series bold
23001
23002 \backslash
23003 roman
23004 \series default
23005
23006 \series bold
23007
23008 \backslash
23009 Roman
23010 \series default
23011 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23012 \series bold
23013
23014 \backslash
23015 Alph
23016 \series default
23017 または
23018 \series bold
23019
23020 \backslash
23021 alph
23022 \series default
23023 を使用してください。記号を使って付「番」するには、
23024 \series bold
23025
23026 \backslash
23027 fnsymbol
23028 \series default
23029 を使ってください。
23030 \end_layout
23031
23032 \begin_layout Standard
23033 \begin_inset Note Greyedout
23034 status open
23035
23036 \begin_layout Plain Layout
23037
23038 \series bold
23039 【註】
23040 \series default
23041 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \begin_inset Newline newline
23048 \end_inset
23049
23050
23051 \begin_inset Note Greyedout
23052 status open
23053
23054 \begin_layout Plain Layout
23055
23056 \series bold
23057 【註】
23058 \series default
23059 記号を使うと9個の脚注しか番号を振ることができません。
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Standard
23068 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23069 \series bold
23070
23071 \backslash
23072 roman
23073 \series default
23074
23075 \series bold
23076
23077 \backslash
23078 arabic
23079 \series default
23080 に置き換えて使用してください。
23081 \begin_inset ERT
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085
23086
23087 \backslash
23088 renewcommand{
23089 \backslash
23090 thefootnote}{
23091 \backslash
23092 arabic{footnote}}
23093 \end_layout
23094
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \begin_layout Standard
23101 \begin_inset VSpace bigskip
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23109 \end_layout
23110
23111 \begin_layout Standard
23112
23113 \series bold
23114
23115 \backslash
23116 numberwithin{footnote}{chapter}
23117 \end_layout
23118
23119 \begin_layout Standard
23120 というコマンドを加えてください。
23121 \series bold
23122
23123 \backslash
23124 numberwithin
23125 \series default
23126 コマンドを使用できるようにするためには、文書設定の
23127 \family sans
23128 数式オプション
23129 \family default
23130 タブで
23131 \family sans
23132 AMS
23133 \begin_inset space ~
23134 \end_inset
23135
23136 mathパッケージを使う
23137 \family default
23138 オプションを有効にしてください。
23139 \end_layout
23140
23141 \begin_layout Standard
23142 \begin_inset ERT
23143 status collapsed
23144
23145 \begin_layout Plain Layout
23146
23147
23148 \backslash
23149 numberwithin{footnote}{chapter}
23150 \end_layout
23151
23152 \end_inset
23153
23154 これは、脚注のもう一つの例です
23155 \series bold
23156
23157 \begin_inset Foot
23158 status open
23159
23160 \begin_layout Plain Layout
23161
23162 \series bold
23163 これは、
23164 \series default
23165 「章番号.脚注番号」スキームで番号を振られた脚注です。
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \series default
23172
23173 \begin_inset ERT
23174 status collapsed
23175
23176 \begin_layout Plain Layout
23177
23178
23179 \backslash
23180 renewcommand{
23181 \backslash
23182 thefootnote}{
23183 \backslash
23184 arabic{footnote}}
23185 \end_layout
23186
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \begin_layout Standard
23193 \begin_inset Note Greyedout
23194 status open
23195
23196 \begin_layout Plain Layout
23197
23198 \series bold
23199 【註】
23200 \backslash
23201 numberwithin
23202 \series default
23203 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Standard
23212 また、例えば「章番号.
23213 \backslash
23214 Roman{footnote}」スキームを得るには、
23215 \series bold
23216
23217 \backslash
23218 numberwithin
23219 \series default
23220 の代わりに以下のコマンドを使用してください。
23221 \end_layout
23222
23223 \begin_layout Standard
23224
23225 \series bold
23226
23227 \backslash
23228 renewcommand{
23229 \backslash
23230 thefootnote}{
23231 \backslash
23232 thechapter.
23233 \backslash
23234 Roman{footnote}}
23235 \end_layout
23236
23237 \begin_layout Subsection
23238 脚注の配置
23239 \begin_inset Index
23240 status collapsed
23241
23242 \begin_layout Plain Layout
23243 きゃくちゅう@脚注 ! はいち@配置
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \begin_layout Standard
23252 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23253 ブルに足して、1.5
23254 \begin_inset space \thinspace{}
23255 \end_inset
23256
23257 mmの余白を追加することもできます。
23258 \end_layout
23259
23260 \begin_layout Standard
23261
23262 \series bold
23263
23264 \backslash
23265 let
23266 \backslash
23267 myFoot
23268 \backslash
23269 footnote
23270 \begin_inset Newline newline
23271 \end_inset
23272
23273
23274 \backslash
23275 renewcommand{
23276 \backslash
23277 footnote}[1]{
23278 \backslash
23279 myFoot{#1
23280 \backslash
23281 vspace{1.5mm}}}
23282 \end_layout
23283
23284 \begin_layout Standard
23285 \begin_inset VSpace bigskip
23286 \end_inset
23287
23288 二段組文書では、脚注は各段底部に表示されます(図
23289 \begin_inset CommandInset ref
23290 LatexCommand ref
23291 reference "fig:標準的脚注配置"
23292
23293 \end_inset
23294
23295 )。図
23296 \begin_inset CommandInset ref
23297 LatexCommand ref
23298 reference "fig:ftnright脚注配置"
23299
23300 \end_inset
23301
23302 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308
23309 \backslash
23310 usepackage{ftnright}
23311 \end_layout
23312
23313 \begin_layout Standard
23314 というコマンドを書いて、LaTeXパッケージ
23315 \series bold
23316 ftnright
23317 \series default
23318
23319 \begin_inset Index
23320 status collapsed
23321
23322 \begin_layout Plain Layout
23323 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23324 \end_layout
23325
23326 \end_inset
23327
23328 を読み込みます。
23329 \begin_inset Float figure
23330 placement !h
23331 wide false
23332 sideways false
23333 status open
23334
23335 \begin_layout Plain Layout
23336 \begin_inset ERT
23337 status collapsed
23338
23339 \begin_layout Plain Layout
23340
23341
23342 \backslash
23343 framebox{
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \begin_inset Graphics
23350         filename ../clipart/without_fntright.pdf
23351         width 100col%
23352         scaleBeforeRotation
23353
23354 \end_inset
23355
23356
23357 \begin_inset ERT
23358 status collapsed
23359
23360 \begin_layout Plain Layout
23361
23362 }
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Caption
23372
23373 \begin_layout Plain Layout
23374 \begin_inset CommandInset label
23375 LatexCommand label
23376 name "fig:標準的脚注配置"
23377
23378 \end_inset
23379
23380 二段組文書の標準的な脚注配置
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \begin_layout Standard
23394 \begin_inset Float figure
23395 placement !h
23396 wide false
23397 sideways false
23398 status open
23399
23400 \begin_layout Plain Layout
23401 \begin_inset ERT
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405
23406
23407 \backslash
23408 framebox{
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \begin_inset Graphics
23415         filename ../clipart/with_fntright.pdf
23416         width 100col%
23417         scaleBeforeRotation
23418
23419 \end_inset
23420
23421
23422 \begin_inset ERT
23423 status collapsed
23424
23425 \begin_layout Plain Layout
23426
23427 }
23428 \end_layout
23429
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \begin_layout Plain Layout
23436 \begin_inset Caption
23437
23438 \begin_layout Plain Layout
23439 \begin_inset CommandInset label
23440 LatexCommand label
23441 name "fig:ftnright脚注配置"
23442
23443 \end_inset
23444
23445 LaTeXパッケージ
23446 \series bold
23447 ftnright
23448 \series default
23449 を使用したときの二段組文書の脚注配置
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \begin_layout Standard
23463 \begin_inset VSpace bigskip
23464 \end_inset
23465
23466 科学的文献に於いては、図
23467 \begin_inset CommandInset ref
23468 LatexCommand ref
23469 reference "fig:後注"
23470
23471 \end_inset
23472
23473 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
23474 \begin_inset Index
23475 status collapsed
23476
23477 \begin_layout Plain Layout
23478 こちゅう@後注
23479 \end_layout
23480
23481 \end_inset
23482
23483 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
23484 \family sans
23485 文書\SpecialChar \menuseparator
23486 設定\SpecialChar \menuseparator
23487 モジュール
23488 \family default
23489 メニューで
23490 \family sans
23491 脚注から後注へ
23492 \family default
23493 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
23494 \end_layout
23495
23496 \begin_layout Standard
23497
23498 \series bold
23499
23500 \backslash
23501 theendnotes
23502 \end_layout
23503
23504 \begin_layout Standard
23505 というコマンドを挿入してください。
23506 \end_layout
23507
23508 \begin_layout Standard
23509 \begin_inset Float figure
23510 wide false
23511 sideways false
23512 status open
23513
23514 \begin_layout Plain Layout
23515 \align center
23516 \begin_inset ERT
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520
23521
23522 \backslash
23523 framebox{
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \begin_inset Graphics
23530         filename ../clipart/endnotes.pdf
23531         scaleBeforeRotation
23532
23533 \end_inset
23534
23535
23536 \begin_inset ERT
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540
23541 }
23542 \end_layout
23543
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \begin_layout Plain Layout
23550 \begin_inset Caption
23551
23552 \begin_layout Plain Layout
23553 \begin_inset CommandInset label
23554 LatexCommand label
23555 name "fig:後注"
23556
23557 \end_inset
23558
23559 後注 – 注を節ないし章末に別段落として印字します。
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Standard
23573 \begin_inset VSpace medskip
23574 \end_inset
23575
23576 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
23577 \end_layout
23578
23579 \begin_layout Standard
23580
23581 \series bold
23582
23583 \backslash
23584 renewcommand{
23585 \backslash
23586 notesname}{Anmerkungen}
23587 \end_layout
23588
23589 \begin_layout Standard
23590 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
23591 \end_layout
23592
23593 \begin_layout Standard
23594 \begin_inset VSpace medskip
23595 \end_inset
23596
23597
23598 \begin_inset CommandInset ref
23599 LatexCommand ref
23600 reference "sub:脚注の付番"
23601
23602 \end_inset
23603
23604 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
23605 \series bold
23606
23607 \backslash
23608 thefootnote
23609 \series default
23610 コマンドの代わりに
23611 \series bold
23612
23613 \backslash
23614 theendnote
23615 \series default
23616 を用いてください。後注番号をリセットするには、第
23617 \begin_inset CommandInset ref
23618 LatexCommand ref
23619 reference "sub:脚注の付番"
23620
23621 \end_inset
23622
23623 節で述べたコマンド
23624 \series bold
23625
23626 \backslash
23627 @addtoreset
23628 \series default
23629 の、パラメータ
23630 \series bold
23631 footnote
23632 \series default
23633
23634 \series bold
23635 endnote
23636 \series default
23637 に変えて、使用してください。
23638 \end_layout
23639
23640 \begin_layout Standard
23641 後注の印だけを作成するには、第
23642 \begin_inset CommandInset ref
23643 LatexCommand ref
23644 reference "sec:脚注"
23645
23646 \end_inset
23647
23648 節で説明した
23649 \series bold
23650
23651 \backslash
23652 footnotemark
23653 \series default
23654 コマンドの代わりに、
23655 \series bold
23656
23657 \backslash
23658 endnotemark[番号]
23659 \series default
23660 コマンドを使用してください。
23661 \end_layout
23662
23663 \begin_layout Standard
23664 \begin_inset VSpace bigskip
23665 \end_inset
23666
23667 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
23668 \series bold
23669 footmisc
23670 \series default
23671
23672 \begin_inset Index
23673 status collapsed
23674
23675 \begin_layout Plain Layout
23676 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \begin_inset CommandInset citation
23683 LatexCommand cite
23684 key "footmisc"
23685
23686 \end_inset
23687
23688 を参照してください。
23689 \end_layout
23690
23691 \begin_layout Standard
23692 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
23693 \begin_inset CommandInset citation
23694 LatexCommand cite
23695 key "latexcompanion,latexguide,latexbook"
23696
23697 \end_inset
23698
23699 に載っています。
23700 \end_layout
23701
23702 \begin_layout Section
23703 傍注
23704 \begin_inset Index
23705 status collapsed
23706
23707 \begin_layout Plain Layout
23708 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Standard
23717 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
23718 \family sans
23719 挿入\SpecialChar \menuseparator
23720 傍注
23721 \family default
23722 メニューかツールバーボタン
23723 \begin_inset Graphics
23724         filename ../../images/marginalnote-insert.png
23725         scale 85
23726         scaleBeforeRotation
23727
23728 \end_inset
23729
23730 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
23731 \end_layout
23732
23733 \begin_layout Standard
23734 横にあるのが傍注です
23735 \begin_inset Marginal
23736 status open
23737
23738 \begin_layout Plain Layout
23739 これは傍注文です。
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \begin_layout Standard
23748 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
23749 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
23750 \end_layout
23751
23752 \begin_layout Standard
23753 \begin_inset VSpace bigskip
23754 \end_inset
23755
23756 傍注を内側余白に置くには、傍注の前にTeXコードで
23757 \end_layout
23758
23759 \begin_layout Standard
23760
23761 \series bold
23762
23763 \backslash
23764 reversemarginpar
23765 \end_layout
23766
23767 \begin_layout Standard
23768 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
23769 \begin_inset ERT
23770 status collapsed
23771
23772 \begin_layout Plain Layout
23773
23774
23775 \backslash
23776 reversemarginpar 
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \begin_inset Marginal
23783 status open
23784
23785 \begin_layout Plain Layout
23786 これは内側余白の傍注です。
23787 \end_layout
23788
23789 \end_inset
23790
23791
23792 \series bold
23793
23794 \begin_inset Newline newline
23795 \end_inset
23796
23797
23798 \series default
23799
23800 \begin_inset Note Greyedout
23801 status open
23802
23803 \begin_layout Plain Layout
23804 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \begin_layout Standard
23813 既定の配置に戻すには、TeXコードで
23814 \end_layout
23815
23816 \begin_layout Standard
23817
23818 \series bold
23819
23820 \backslash
23821 normalmarginpar
23822 \end_layout
23823
23824 \begin_layout Standard
23825 というコマンドを書き加えてください。
23826 \begin_inset ERT
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830
23831
23832 \backslash
23833 normalmarginpar 
23834 \end_layout
23835
23836 \end_inset
23837
23838  
23839 \begin_inset Note Greyedout
23840 status open
23841
23842 \begin_layout Plain Layout
23843
23844 \series bold
23845 【註】
23846 \backslash
23847 reversemarginpar
23848 \series default
23849 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset VSpace bigskip
23859 \end_inset
23860
23861
23862 \begin_inset Marginal
23863 status open
23864
23865 \begin_layout Plain Layout
23866 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \begin_inset CommandInset ref
23873 LatexCommand ref
23874 reference "sub:複数行"
23875
23876 \end_inset
23877
23878 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
23879 \begin_inset space \thinspace{}
23880 \end_inset
23881
23882 pt水平空白を挿入してください 
23883 \begin_inset Marginal
23884 status open
23885
23886 \begin_layout Plain Layout
23887 \begin_inset space \hspace*{}
23888 \length 0pt
23889 \end_inset
23890
23891 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \begin_layout Standard
23900 \begin_inset VSpace bigskip
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \begin_layout Standard
23907 \begin_inset Note Greyedout
23908 status open
23909
23910 \begin_layout Plain Layout
23911
23912 \series bold
23913 【註】
23914 \series default
23915 通常、傍注は表やフロート、脚注の中では使用することができません。
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Standard
23924 \begin_inset VSpace bigskip
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \begin_layout Standard
23931 \begin_inset ERT
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935
23936
23937 \backslash
23938 ifmarginnote
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \begin_inset Note Note
23945 status open
23946
23947 \begin_layout Plain Layout
23948 以下の部分は、LaTeXパッケージ
23949 \series bold
23950 marginnote
23951 \series default
23952 が導入されているときのみ表示されます。
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \begin_layout Standard
23961 この制約は、LaTeXパッケージ
23962 \series bold
23963 marginnote
23964 \series default
23965
23966 \begin_inset Index
23967 status collapsed
23968
23969 \begin_layout Plain Layout
23970 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
23971 \end_layout
23972
23973 \end_inset
23974
23975 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
23976 \series bold
23977 marginnote
23978 \series default
23979 パッケージが提供するコマンドを使うようになります。
23980 \end_layout
23981
23982 \begin_layout Standard
23983
23984 \series bold
23985
23986 \backslash
23987 usepackage{marginnote}
23988 \begin_inset Newline newline
23989 \end_inset
23990
23991
23992 \backslash
23993 let
23994 \backslash
23995 marginpar
23996 \backslash
23997 marginnote
23998 \end_layout
23999
24000 \begin_layout Standard
24001
24002 \series bold
24003 marginnote
24004 \series default
24005 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24006 \series bold
24007 marginnote
24008 \series default
24009 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24010 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24011 \end_layout
24012
24013 \begin_layout Standard
24014
24015 \series bold
24016 [オフセット]
24017 \end_layout
24018
24019 \begin_layout Standard
24020 という形で書くことで設定することができます。ここで「オフセット」には、表
24021 \begin_inset CommandInset ref
24022 LatexCommand ref
24023 reference "tab:単位"
24024
24025 \end_inset
24026
24027 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24028 \series bold
24029 [-1.5cm]
24030 \series default
24031 」を使用して、1.5
24032 \begin_inset space \thinspace{}
24033 \end_inset
24034
24035 cm上にずらしてあります
24036 \begin_inset Marginal
24037 status open
24038
24039 \begin_layout Plain Layout
24040 この傍注は、本来の位置よりも1.5
24041 \begin_inset space \thinspace{}
24042 \end_inset
24043
24044 cm上にずらしてあります。
24045 \end_layout
24046
24047 \end_inset
24048
24049
24050 \begin_inset ERT
24051 status collapsed
24052
24053 \begin_layout Plain Layout
24054
24055 [-1.5cm]
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 \begin_inset VSpace medskip
24065 \end_inset
24066
24067
24068 \series bold
24069 marginnote
24070 \series default
24071 を使うと、傍注の揃えを変更することもできます。たとえば、
24072 \end_layout
24073
24074 \begin_layout Standard
24075
24076 \series bold
24077
24078 \backslash
24079 renewcommand*{
24080 \backslash
24081 raggedleftmarginnote}{
24082 \backslash
24083 centering}
24084 \begin_inset Newline newline
24085 \end_inset
24086
24087
24088 \backslash
24089 renewcommand*{
24090 \backslash
24091 raggedrightmarginnote}{
24092 \backslash
24093 centering}
24094 \end_layout
24095
24096 \begin_layout Standard
24097 というコマンドを使うと、中央揃えになります。
24098 \series bold
24099
24100 \backslash
24101 raggedleftmarginnote
24102 \series default
24103 とは、左側に表示されている傍注のことを指します
24104 \begin_inset ERT
24105 status collapsed
24106
24107 \begin_layout Plain Layout
24108
24109
24110 \backslash
24111 renewcommand*{
24112 \backslash
24113 raggedleftmarginnote}{
24114 \backslash
24115 centering}
24116 \end_layout
24117
24118 \begin_layout Plain Layout
24119
24120
24121 \backslash
24122 renewcommand*{
24123 \backslash
24124 raggedrightmarginnote}{
24125 \backslash
24126 centering}
24127 \end_layout
24128
24129 \end_inset
24130
24131
24132 \begin_inset Marginal
24133 status open
24134
24135 \begin_layout Plain Layout
24136 この傍注の文章は中央揃えになっています。
24137 \end_layout
24138
24139 \end_inset
24140
24141 。既定の設定は、
24142 \end_layout
24143
24144 \begin_layout Standard
24145
24146 \series bold
24147
24148 \backslash
24149 renewcommand*{
24150 \backslash
24151 raggedleftmarginnote}{
24152 \backslash
24153 raggedleft}
24154 \begin_inset Newline newline
24155 \end_inset
24156
24157
24158 \backslash
24159 renewcommand*{
24160 \backslash
24161 raggedrightmarginnote}{
24162 \backslash
24163 raggedright}
24164 \series default
24165
24166 \begin_inset ERT
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170
24171
24172 \backslash
24173 renewcommand*{
24174 \backslash
24175 raggedleftmarginnote}{
24176 \backslash
24177 raggedleft}
24178 \end_layout
24179
24180 \begin_layout Plain Layout
24181
24182
24183 \backslash
24184 renewcommand*{
24185 \backslash
24186 raggedrightmarginnote}{
24187 \backslash
24188 raggedright}
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Standard
24197 です。
24198 \end_layout
24199
24200 \begin_layout Standard
24201 \begin_inset VSpace medskip
24202 \end_inset
24203
24204
24205 \series bold
24206 marginnote
24207 \series default
24208 の他の機能については、
24209 \begin_inset CommandInset citation
24210 LatexCommand cite
24211 key "marginnote"
24212
24213 \end_inset
24214
24215 の取扱説明書をご参照ください。
24216 \end_layout
24217
24218 \begin_layout Standard
24219 \begin_inset VSpace bigskip
24220 \end_inset
24221
24222 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24223 \family sans
24224 \series bold
24225 \bar under
24226 注意!
24227 \family default
24228 \series default
24229 \bar default
24230 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24231 \end_layout
24232
24233 \begin_layout Standard
24234
24235 \series bold
24236
24237 \backslash
24238 let
24239 \backslash
24240 myMarginpar
24241 \backslash
24242 marginpar
24243 \begin_inset Newline newline
24244 \end_inset
24245
24246
24247 \backslash
24248 renewcommand{
24249 \backslash
24250 marginpar}[1]{
24251 \backslash
24252 myMarginpar{%
24253 \begin_inset Newline newline
24254 \end_inset
24255
24256
24257 \begin_inset ERT
24258 status collapsed
24259
24260 \begin_layout Plain Layout
24261
24262
24263 \backslash
24264 hphantom{ }
24265 \end_layout
24266
24267 \end_inset
24268
24269
24270 \backslash
24271 hspace{0pt}
24272 \backslash
24273 textsf{
24274 \backslash
24275 textbf{
24276 \backslash
24277 underbar{注意!}}}%
24278 \begin_inset Newline newline
24279 \end_inset
24280
24281
24282 \begin_inset ERT
24283 status collapsed
24284
24285 \begin_layout Plain Layout
24286
24287
24288 \backslash
24289 hphantom{ }
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \backslash
24296 vspace{1.5mm}
24297 \backslash
24298
24299 \backslash
24300 #1}}
24301 \end_layout
24302
24303 \begin_layout Standard
24304 \begin_inset ERT
24305 status collapsed
24306
24307 \begin_layout Plain Layout
24308
24309
24310 \backslash
24311 let
24312 \backslash
24313 myMarginpar
24314 \backslash
24315 marginpar
24316 \end_layout
24317
24318 \begin_layout Plain Layout
24319
24320
24321 \backslash
24322 renewcommand{
24323 \backslash
24324 marginpar}[1]{
24325 \backslash
24326 myMarginpar{%
24327 \end_layout
24328
24329 \begin_layout Plain Layout
24330
24331    
24332 \backslash
24333 textsf{
24334 \backslash
24335 textbf{
24336 \backslash
24337 underbar{注意!}}}%
24338 \end_layout
24339
24340 \begin_layout Plain Layout
24341
24342    
24343 \backslash
24344 vspace{1.5mm}
24345 \backslash
24346
24347 \backslash
24348 #1}}
24349 \end_layout
24350
24351 \end_inset
24352
24353
24354 \begin_inset Marginal
24355 status open
24356
24357 \begin_layout Plain Layout
24358 これは、定義したヘッダをつけた傍注です。
24359 \end_layout
24360
24361 \end_inset
24362
24363
24364 \begin_inset ERT
24365 status collapsed
24366
24367 \begin_layout Plain Layout
24368
24369 [-1.5cm]
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \begin_inset ERT
24376 status collapsed
24377
24378 \begin_layout Plain Layout
24379
24380
24381 \backslash
24382 renewcommand{
24383 \backslash
24384 marginpar}[1]{
24385 \backslash
24386 myMarginpar{#1}}
24387 \end_layout
24388
24389 \end_inset
24390
24391
24392 \begin_inset Note Note
24393 status open
24394
24395 \begin_layout Plain Layout
24396 傍注書式は、この例の分だけ変更してあります。
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \begin_layout Standard
24405 \begin_inset ERT
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409
24410
24411 \backslash
24412 else
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \begin_inset Note Note
24419 status open
24420
24421 \begin_layout Plain Layout
24422 以下の部分は、LaTeXパッケージ
24423 \series bold
24424 marginnote
24425 \series default
24426 が導入されていないときのみ表示されます。
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 本節の以下の部分を出力に表示するには、LaTeXパッケージ
24436 \series bold
24437 marginnote
24438 \series default
24439 を導入する必要があります。
24440 \end_layout
24441
24442 \begin_layout Standard
24443 \begin_inset ERT
24444 status collapsed
24445
24446 \begin_layout Plain Layout
24447
24448
24449 \backslash
24450 fi
24451 \end_layout
24452
24453 \end_inset
24454
24455
24456 \end_layout
24457
24458 \begin_layout Chapter
24459 ボックス
24460 \end_layout
24461
24462 \begin_layout Section
24463 はじめに
24464 \begin_inset Index
24465 status collapsed
24466
24467 \begin_layout Plain Layout
24468 ぼっくす@ボックス ! はじめに
24469 \end_layout
24470
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \begin_layout Standard
24477 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
24478 \begin_inset CommandInset ref
24479 LatexCommand ref
24480 reference "sec:ミニページ"
24481
24482 \end_inset
24483
24484 節参照)、文章を囲ったり(第
24485 \begin_inset CommandInset ref
24486 LatexCommand ref
24487 reference "sec:装飾"
24488
24489 \end_inset
24490
24491 節参照)、単語がハイフネートされるのを予防したり(第
24492 \begin_inset CommandInset ref
24493 LatexCommand ref
24494 reference "sec:ハイフネーションの回避"
24495
24496 \end_inset
24497
24498 節参照)、文章を揃えたり(第
24499 \begin_inset CommandInset ref
24500 LatexCommand ref
24501 reference "sub:垂直揃え"
24502
24503 \end_inset
24504
24505 節参照)、あるいは文章の背景色を設定したり(第
24506 \begin_inset CommandInset ref
24507 LatexCommand ref
24508 reference "sec:色付きボックス"
24509
24510 \end_inset
24511
24512 節参照)するのに使用します。
24513 \end_layout
24514
24515 \begin_layout Standard
24516 ボックスは、
24517 \family sans
24518 挿入\SpecialChar \menuseparator
24519 ボックス
24520 \family default
24521 メニューかツールバーボタン
24522 \begin_inset Graphics
24523         filename ../../images/box-insert.png
24524         scale 85
24525         scaleBeforeRotation
24526
24527 \end_inset
24528
24529 を使って挿入することができます。すると、
24530 \begin_inset Graphics
24531         filename ../clipart/BoxInsetDefaultQt4.png
24532         scale 85
24533         scaleBeforeRotation
24534
24535 \end_inset
24536
24537 のように
24538 \family sans
24539 ボックス(minipage環境)
24540 \family default
24541 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
24542 \family sans
24543 設定
24544 \family default
24545 メニューを選択すると現れるボックスダイアログでは、
24546 \family sans
24547 parboxコマンド
24548 \family default
24549
24550 \family sans
24551 minipage環境
24552 \family default
24553 の二つの
24554 \family sans
24555 内部ボックス
24556 \family default
24557 型を選択することができます。
24558 \family sans
24559 minipage
24560 \family default
24561 型は、新規ボックスの既定値となっており、第
24562 \begin_inset CommandInset ref
24563 LatexCommand ref
24564 reference "sec:ミニページ"
24565
24566 \end_inset
24567
24568 節で説明します。
24569 \family sans
24570 parbox
24571 \family default
24572 型は、第
24573 \begin_inset CommandInset ref
24574 LatexCommand ref
24575 reference "sec:Parboxes"
24576
24577 \end_inset
24578
24579 節で述べます。
24580 \end_layout
24581
24582 \begin_layout Standard
24583 ボックスは付番されないので、フロートや脚注のように参照することはできません。
24584 \end_layout
24585
24586 \begin_layout Standard
24587 \begin_inset Note Greyedout
24588 status open
24589
24590 \begin_layout Plain Layout
24591 【註】ボックスは、
24592 \family sans
24593 箇条書き(記号)
24594 \family default
24595 環境や
24596 \family sans
24597 箇条書き(記述)
24598 \family default
24599 環境の単独要素とすべきではありません。
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \begin_layout Standard
24608 \begin_inset Note Greyedout
24609 status open
24610
24611 \begin_layout Plain Layout
24612 【註】理由は不明ですが、枠付きボックスを使用している場合には、
24613 \family sans
24614 内部ボックス
24615 \family default
24616 型は
24617 \family sans
24618 なし
24619 \family default
24620 にしか設定することができません。
24621 \family sans
24622 内部ボックス
24623 \family default
24624 型や枠のないボックスについては、第
24625 \begin_inset CommandInset ref
24626 LatexCommand ref
24627 reference "sec:ハイフネーションの回避"
24628
24629 \end_inset
24630
24631 節で説明します。
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \end_layout
24638
24639 \begin_layout Section
24640 ボックスダイアログ
24641 \begin_inset CommandInset label
24642 LatexCommand label
24643 name "sec:ボックスダイアログ"
24644
24645 \end_inset
24646
24647
24648 \begin_inset Index
24649 status collapsed
24650
24651 \begin_layout Plain Layout
24652 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Subsection
24661 寸法
24662 \begin_inset Index
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666 ぼっくす@ボックス ! すんぽう@寸法
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675 ボックスダイアログでは、
24676 \family sans
24677
24678 \family default
24679
24680 \family sans
24681 高さ
24682 \family default
24683 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
24684 \begin_inset CommandInset ref
24685 LatexCommand ref
24686 reference "tab:単位"
24687
24688 \end_inset
24689
24690 に説明されています。
24691 \family sans
24692 高さ
24693 \family default
24694 フィールドには、加えて以下の寸法を使用することができます。
24695 \end_layout
24696
24697 \begin_layout Description
24698 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
24699 \begin_inset Newline newline
24700 \end_inset
24701
24702
24703 \begin_inset Newline newline
24704 \end_inset
24705
24706
24707 \begin_inset Newline newline
24708 \end_inset
24709
24710
24711 \begin_inset Box Boxed
24712 position "c"
24713 hor_pos "c"
24714 has_inner_box 1
24715 inner_pos "c"
24716 use_parbox 0
24717 width "12col%"
24718 special "none"
24719 height "1in"
24720 height_special "depth"
24721 status open
24722
24723 \begin_layout Plain Layout
24724 \align center
24725 高さを1階層に設定したボックス
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \begin_inset Newline newline
24732 \end_inset
24733
24734
24735 \begin_inset Newline newline
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Description
24742 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
24743 \begin_inset Box Boxed
24744 position "c"
24745 hor_pos "c"
24746 has_inner_box 1
24747 inner_pos "c"
24748 use_parbox 0
24749 width "20col%"
24750 special "none"
24751 height "2in"
24752 height_special "height"
24753 status open
24754
24755 \begin_layout Plain Layout
24756 \align center
24757 高さを2高さに設定したボックス
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Description
24766 全高 これは「高さ」+「階層」です。
24767 \begin_inset Box Boxed
24768 position "c"
24769 hor_pos "c"
24770 has_inner_box 1
24771 inner_pos "c"
24772 use_parbox 0
24773 width "20col%"
24774 special "none"
24775 height "1in"
24776 height_special "totalheight"
24777 status open
24778
24779 \begin_layout Plain Layout
24780 \align center
24781 高さを1全高に設定したボックス
24782 \end_layout
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \begin_layout Description
24790 幅 これはボックスの幅を高さに設定します。
24791 \begin_inset Box Boxed
24792 position "c"
24793 hor_pos "c"
24794 has_inner_box 1
24795 inner_pos "c"
24796 use_parbox 0
24797 width "12col%"
24798 special "none"
24799 height "1in"
24800 height_special "width"
24801 status open
24802
24803 \begin_layout Plain Layout
24804 \align center
24805 高さを1幅に設定したボックス
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \begin_layout Subsection
24814 文字揃え
24815 \begin_inset Index
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819 ぼっくす@ボックス ! もじそろえ@文字揃え
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828
24829 \family sans
24830 内部ボックス
24831 \family default
24832 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
24833 \end_layout
24834
24835 \begin_layout Description
24836 上 これは例示のための本文行です。
24837 \begin_inset Box Boxed
24838 position "t"
24839 hor_pos "c"
24840 has_inner_box 1
24841 inner_pos "c"
24842 use_parbox 0
24843 width "12col%"
24844 special "none"
24845 height "1in"
24846 height_special "totalheight"
24847 status open
24848
24849 \begin_layout Plain Layout
24850 \align center
24851 このボックスは上揃えです。
24852 \end_layout
24853
24854 \end_inset
24855
24856 これは例示のための本文行です。
24857 \end_layout
24858
24859 \begin_layout Description
24860 中央 これは例示のための本文行です。
24861 \begin_inset Box Boxed
24862 position "c"
24863 hor_pos "c"
24864 has_inner_box 1
24865 inner_pos "c"
24866 use_parbox 0
24867 width "12col%"
24868 special "none"
24869 height "1in"
24870 height_special "totalheight"
24871 status open
24872
24873 \begin_layout Plain Layout
24874 \align center
24875 このボックスは中央揃えです。
24876 \end_layout
24877
24878 \end_inset
24879
24880 これは例示のための本文行です。
24881 \end_layout
24882
24883 \begin_layout Description
24884 下 これは例示のための本文行です。
24885 \begin_inset Box Boxed
24886 position "b"
24887 hor_pos "c"
24888 has_inner_box 1
24889 inner_pos "c"
24890 use_parbox 0
24891 width "12col%"
24892 special "none"
24893 height "1in"
24894 height_special "totalheight"
24895 status open
24896
24897 \begin_layout Plain Layout
24898 \align center
24899 このボックスは下揃えです。
24900 \end_layout
24901
24902 \end_inset
24903
24904 これは例示のための本文行です。
24905 \end_layout
24906
24907 \begin_layout Standard
24908 \begin_inset Note Greyedout
24909 status open
24910
24911 \begin_layout Plain Layout
24912
24913 \series bold
24914 【註】
24915 \series default
24916 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
24926 \end_layout
24927
24928 \begin_layout Standard
24929 \begin_inset VSpace bigskip
24930 \end_inset
24931
24932
24933 \family sans
24934 内部ボックス
24935 \family default
24936 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
24937 \end_layout
24938
24939 \begin_layout Description
24940 上 これは例示のための本文行です。
24941 \begin_inset Box Boxed
24942 position "c"
24943 hor_pos "c"
24944 has_inner_box 1
24945 inner_pos "t"
24946 use_parbox 0
24947 width "12col%"
24948 special "none"
24949 height "1.5in"
24950 height_special "totalheight"
24951 status open
24952
24953 \begin_layout Plain Layout
24954 \align center
24955 このボックスの文章は上揃えです。
24956 \end_layout
24957
24958 \end_inset
24959
24960 これは例示のための本文行です。
24961 \end_layout
24962
24963 \begin_layout Description
24964 中央 これは例示のための本文行です。
24965 \begin_inset Box Boxed
24966 position "c"
24967 hor_pos "c"
24968 has_inner_box 1
24969 inner_pos "c"
24970 use_parbox 0
24971 width "12col%"
24972 special "none"
24973 height "1.5in"
24974 height_special "totalheight"
24975 status open
24976
24977 \begin_layout Plain Layout
24978 \align center
24979 このボックスの文章は中央揃えです。
24980 \end_layout
24981
24982 \end_inset
24983
24984 これは例示のための本文行です。
24985 \end_layout
24986
24987 \begin_layout Description
24988 下 これは例示のための本文行です。
24989 \begin_inset Box Boxed
24990 position "c"
24991 hor_pos "c"
24992 has_inner_box 1
24993 inner_pos "b"
24994 use_parbox 0
24995 width "12col%"
24996 special "none"
24997 height "1.5in"
24998 height_special "totalheight"
24999 status open
25000
25001 \begin_layout Plain Layout
25002 \align center
25003 このボックスの文章は下揃えです。
25004 \end_layout
25005
25006 \end_inset
25007
25008 これは例示のための本文行です。
25009 \end_layout
25010
25011 \begin_layout Description
25012 広げる これは例示のための本文行です。
25013 \begin_inset Box Boxed
25014 position "c"
25015 hor_pos "c"
25016 has_inner_box 1
25017 inner_pos "s"
25018 use_parbox 0
25019 width "17col%"
25020 special "none"
25021 height "1.5in"
25022 height_special "totalheight"
25023 status open
25024
25025 \begin_layout Plain Layout
25026 \align center
25027 このボックスの
25028 \end_layout
25029
25030 \begin_layout Plain Layout
25031 \align center
25032 文章は広げて
25033 \end_layout
25034
25035 \begin_layout Plain Layout
25036 \align center
25037 あります。
25038 \end_layout
25039
25040 \end_inset
25041
25042 これは例示のための本文行です。
25043 \end_layout
25044
25045 \begin_layout Standard
25046 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25047 \end_layout
25048
25049 \begin_layout Standard
25050 \begin_inset VSpace bigskip
25051 \end_inset
25052
25053
25054 \family sans
25055 内部ボックス
25056 \family default
25057 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25058 \end_layout
25059
25060 \begin_layout Standard
25061 \align center
25062 \begin_inset Box Boxed
25063 position "c"
25064 hor_pos "c"
25065 has_inner_box 1
25066 inner_pos "s"
25067 use_parbox 0
25068 width "25col%"
25069 special "none"
25070 height "1.25in"
25071 height_special "totalheight"
25072 status open
25073
25074 \begin_layout Plain Layout
25075 \align left
25076 このボックスの
25077 \end_layout
25078
25079 \begin_layout Plain Layout
25080 \align center
25081 文章は広げて
25082 \end_layout
25083
25084 \begin_layout Plain Layout
25085 \align right
25086 あります。
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \end_layout
25093
25094 \begin_layout Standard
25095
25096 \family sans
25097 内部ボックス
25098 \family default
25099 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \align center
25104 \begin_inset Box Boxed
25105 position "c"
25106 hor_pos "s"
25107 has_inner_box 0
25108 inner_pos "s"
25109 use_parbox 0
25110 width "90col%"
25111 special "none"
25112 height "1.25in"
25113 height_special "totalheight"
25114 status open
25115
25116 \begin_layout Plain Layout
25117 \align left
25118 このボックスの文章は水平方向に広げてあります。
25119 \end_layout
25120
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Subsection
25127 装飾
25128 \begin_inset CommandInset label
25129 LatexCommand label
25130 name "sec:装飾"
25131
25132 \end_inset
25133
25134
25135 \begin_inset Index
25136 status collapsed
25137
25138 \begin_layout Plain Layout
25139 ぼっくす@ボックス ! そうしょく@装飾
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 ボックス型は、ボックスダイアログ中の
25149 \family sans
25150 装飾
25151 \family default
25152 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25153 \end_layout
25154
25155 \begin_layout Description
25156 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25157 \series bold
25158
25159 \backslash
25160 fboxrule
25161 \series default
25162 の値になります。 
25163 \begin_inset Box Boxed
25164 position "c"
25165 hor_pos "c"
25166 has_inner_box 1
25167 inner_pos "c"
25168 use_parbox 0
25169 width "20col%"
25170 special "none"
25171 height "1in"
25172 height_special "totalheight"
25173 status open
25174
25175 \begin_layout Plain Layout
25176 \align center
25177 長方形の箱型
25178 \end_layout
25179
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \begin_layout Description
25186 改行を可能にする 装飾として
25187 \family sans
25188 簡素な長方形の箱型
25189 \family default
25190 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
25191 れ、このボックス型では
25192 \series bold
25193
25194 \backslash
25195 fboxrule
25196 \series default
25197
25198 \series bold
25199
25200 \backslash
25201 fboxsep
25202 \series default
25203 は無効となります。枠線の太さは
25204 \series bold
25205
25206 \backslash
25207 FrameRule
25208 \series default
25209 の値になります。 
25210 \begin_inset Box Framed
25211 position "t"
25212 hor_pos "c"
25213 has_inner_box 0
25214 inner_pos "t"
25215 use_parbox 0
25216 width "100col%"
25217 special "none"
25218 height "1in"
25219 height_special "totalheight"
25220 status open
25221
25222 \begin_layout Plain Layout
25223 改行可能な箱型
25224 \end_layout
25225
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \begin_layout Description
25232 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25233 \begin_inset space \thinspace{}
25234 \end_inset
25235
25236 ptです。 
25237 \begin_inset Box ovalbox
25238 position "c"
25239 hor_pos "c"
25240 has_inner_box 1
25241 inner_pos "c"
25242 use_parbox 0
25243 width "20col%"
25244 special "none"
25245 height "1in"
25246 height_special "totalheight"
25247 status open
25248
25249 \begin_layout Plain Layout
25250 \align center
25251 楕円形の箱型(細線)
25252 \end_layout
25253
25254 \end_inset
25255
25256
25257 \end_layout
25258
25259 \begin_layout Description
25260 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25261 \begin_inset space \thinspace{}
25262 \end_inset
25263
25264 ptです。 
25265 \begin_inset Box Ovalbox
25266 position "c"
25267 hor_pos "c"
25268 has_inner_box 1
25269 inner_pos "c"
25270 use_parbox 0
25271 width "20col%"
25272 special "none"
25273 height "1in"
25274 height_special "totalheight"
25275 status open
25276
25277 \begin_layout Plain Layout
25278 \align center
25279 楕円形の箱型(太線)
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Description
25288 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25289 \series bold
25290
25291 \backslash
25292 fboxrule
25293 \series default
25294 の値になり、影の幅は4
25295 \begin_inset space \thinspace{}
25296 \end_inset
25297
25298 ptになります。
25299 \begin_inset Box Shadowbox
25300 position "c"
25301 hor_pos "c"
25302 has_inner_box 1
25303 inner_pos "c"
25304 use_parbox 0
25305 width "20col%"
25306 special "none"
25307 height "1in"
25308 height_special "totalheight"
25309 status open
25310
25311 \begin_layout Plain Layout
25312 \align center
25313 影付きの箱型
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \begin_layout Description
25322 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25323 \begin_inset Foot
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327
25328 \begin_inset CommandInset ref
25329 LatexCommand ref
25330 reference "sec:色付きボックス"
25331
25332 \end_inset
25333
25334 節を参照のこと。
25335 \end_layout
25336
25337 \end_inset
25338
25339 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25340 \begin_inset Box Shaded
25341 position "t"
25342 hor_pos "c"
25343 has_inner_box 0
25344 inner_pos "t"
25345 use_parbox 0
25346 width "50col%"
25347 special "none"
25348 height "1in"
25349 height_special "totalheight"
25350 status open
25351
25352 \begin_layout Plain Layout
25353 影付き背景の箱型
25354 \end_layout
25355
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \begin_layout Description
25362 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25363 \begin_inset space \thinspace{}
25364 \end_inset
25365
25366
25367 \series bold
25368
25369 \backslash
25370 fboxrule
25371 \series default
25372 であり、外側の枠線の太さは1.5
25373 \begin_inset space \thinspace{}
25374 \end_inset
25375
25376
25377 \series bold
25378
25379 \backslash
25380 fboxrule
25381 \series default
25382 です。枠線間の距離は1.5
25383 \begin_inset space \thinspace{}
25384 \end_inset
25385
25386
25387 \series bold
25388
25389 \backslash
25390 fboxrule
25391 \series default
25392
25393 \begin_inset space \thinspace{}
25394 \end_inset
25395
25396 +
25397 \begin_inset space \thinspace{}
25398 \end_inset
25399
25400 0.5
25401 \begin_inset space \thinspace{}
25402 \end_inset
25403
25404 ptです。 
25405 \begin_inset Box Doublebox
25406 position "c"
25407 hor_pos "c"
25408 has_inner_box 1
25409 inner_pos "c"
25410 use_parbox 0
25411 width "20col%"
25412 special "none"
25413 height "1in"
25414 height_special "totalheight"
25415 status open
25416
25417 \begin_layout Plain Layout
25418 \align center
25419 二重の長方形の箱型
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \begin_layout Standard
25428 \begin_inset VSpace bigskip
25429 \end_inset
25430
25431 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
25432 \series bold
25433 fancybox
25434 \series default
25435
25436 \begin_inset Index
25437 status collapsed
25438
25439 \begin_layout Plain Layout
25440 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
25441 \end_layout
25442
25443 \end_inset
25444
25445 が導入済みでなくてはなりません。
25446 \end_layout
25447
25448 \begin_layout Section
25449 ボックスの詳細な設定
25450 \begin_inset Index
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 寸法
25464 \series bold
25465
25466 \backslash
25467 fboxrule
25468 \series default
25469 の既定値は0.4
25470 \begin_inset space \thinspace{}
25471 \end_inset
25472
25473 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
25474 \begin_inset space \thinspace{}
25475 \end_inset
25476
25477 ptに変更することができます。
25478 \end_layout
25479
25480 \begin_layout Standard
25481
25482 \series bold
25483
25484 \backslash
25485 setlength{
25486 \backslash
25487 fboxrule}{2pt}
25488 \end_layout
25489
25490 \begin_layout Standard
25491 \begin_inset ERT
25492 status collapsed
25493
25494 \begin_layout Plain Layout
25495
25496
25497 \backslash
25498 setlength{
25499 \backslash
25500 fboxrule}{2pt}
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \begin_inset Box Boxed
25507 position "c"
25508 hor_pos "c"
25509 has_inner_box 1
25510 inner_pos "c"
25511 use_parbox 0
25512 width "25col%"
25513 special "none"
25514 height "1in"
25515 height_special "totalheight"
25516 status open
25517
25518 \begin_layout Plain Layout
25519 \align center
25520
25521 \series bold
25522
25523 \backslash
25524 fboxrule
25525 \series default
25526
25527 \begin_inset space \thinspace{}
25528 \end_inset
25529
25530 =
25531 \begin_inset space \thinspace{}
25532 \end_inset
25533
25534 2
25535 \begin_inset space \thinspace{}
25536 \end_inset
25537
25538 ptの長方形の箱型
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \begin_inset ERT
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548
25549
25550 \backslash
25551 setlength{
25552 \backslash
25553 fboxrule}{0.4pt}
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \begin_layout Standard
25562 \begin_inset VSpace bigskip
25563 \end_inset
25564
25565 枠とボックスの内容との空白は、すべての枠様式について3
25566 \begin_inset space \thinspace{}
25567 \end_inset
25568
25569 ptが既定値になっています。これは、長さ
25570 \series bold
25571
25572 \backslash
25573 fboxsep
25574 \series default
25575 を別の値に設定することによって変更することができます。たとえば
25576 \end_layout
25577
25578 \begin_layout Standard
25579
25580 \series bold
25581
25582 \backslash
25583 setlength{
25584 \backslash
25585 fboxsep}{10pt}
25586 \end_layout
25587
25588 \begin_layout Standard
25589 というコマンドは、この値を10
25590 \begin_inset space \thinspace{}
25591 \end_inset
25592
25593 ptにし、以下のボックスのようになります。
25594 \end_layout
25595
25596 \begin_layout Standard
25597 \begin_inset ERT
25598 status collapsed
25599
25600 \begin_layout Plain Layout
25601
25602
25603 \backslash
25604 setlength{
25605 \backslash
25606 fboxsep}{10pt}
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \begin_inset Box Boxed
25613 position "c"
25614 hor_pos "c"
25615 has_inner_box 1
25616 inner_pos "c"
25617 use_parbox 0
25618 width "25col%"
25619 special "none"
25620 height "1in"
25621 height_special "totalheight"
25622 status open
25623
25624 \begin_layout Plain Layout
25625 \align center
25626
25627 \series bold
25628
25629 \backslash
25630 fboxsep
25631 \series default
25632
25633 \begin_inset space \thinspace{}
25634 \end_inset
25635
25636 =
25637 \begin_inset space \thinspace{}
25638 \end_inset
25639
25640 10
25641 \begin_inset space \thinspace{}
25642 \end_inset
25643
25644 ptの長方形の箱型
25645 \end_layout
25646
25647 \end_inset
25648
25649
25650 \begin_inset ERT
25651 status collapsed
25652
25653 \begin_layout Plain Layout
25654
25655
25656 \backslash
25657 setlength{
25658 \backslash
25659 fboxsep}{3pt}
25660 \end_layout
25661
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \begin_layout Standard
25668 \begin_inset VSpace bigskip
25669 \end_inset
25670
25671 楕円形ボックスの丸い角の直径は、コマンド
25672 \series bold
25673
25674 \backslash
25675 cornersize
25676 \series default
25677 で設定することができます。
25678 \end_layout
25679
25680 \begin_layout Standard
25681
25682 \series bold
25683
25684 \backslash
25685 cornersize*{1cm}
25686 \end_layout
25687
25688 \begin_layout Standard
25689 というコマンドは、直径を1
25690 \begin_inset space \thinspace{}
25691 \end_inset
25692
25693 cmに設定します。
25694 \end_layout
25695
25696 \begin_layout Standard
25697
25698 \series bold
25699
25700 \backslash
25701 cornersize{数値}
25702 \end_layout
25703
25704 \begin_layout Standard
25705 というコマンドは、直径を
25706 \family sans
25707 数値
25708 \begin_inset space \thinspace{}
25709 \end_inset
25710
25711 ×
25712 \begin_inset space \thinspace{}
25713 \end_inset
25714
25715 (ボックスの幅と高さの小さい方)
25716 \family default
25717 に設定します。既定値は
25718 \series bold
25719
25720 \backslash
25721 cornersize{0.5}
25722 \series default
25723 です。
25724 \end_layout
25725
25726 \begin_layout Standard
25727 \begin_inset ERT
25728 status collapsed
25729
25730 \begin_layout Plain Layout
25731
25732
25733 \backslash
25734 cornersize*{1.5cm}
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \begin_inset Box Ovalbox
25741 position "c"
25742 hor_pos "c"
25743 has_inner_box 1
25744 inner_pos "c"
25745 use_parbox 0
25746 width "25col%"
25747 special "none"
25748 height "1in"
25749 height_special "totalheight"
25750 status open
25751
25752 \begin_layout Plain Layout
25753 \align center
25754
25755 \series bold
25756
25757 \backslash
25758 cornersize
25759 \series default
25760
25761 \begin_inset space \thinspace{}
25762 \end_inset
25763
25764 =
25765 \begin_inset space \thinspace{}
25766 \end_inset
25767
25768 1.5
25769 \begin_inset space \thinspace{}
25770 \end_inset
25771
25772 cmの楕円形の箱型
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \begin_inset ERT
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782
25783
25784 \backslash
25785 cornersize{0.5}
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Standard
25794 \begin_inset VSpace bigskip
25795 \end_inset
25796
25797 影の大きさは、長さ
25798 \series bold
25799
25800 \backslash
25801 shadowsize
25802 \series default
25803 を変更することで調整できます。以下のボックスでは
25804 \end_layout
25805
25806 \begin_layout Standard
25807
25808 \series bold
25809
25810 \backslash
25811 setlength{
25812 \backslash
25813 shadowsize}{2pt}
25814 \end_layout
25815
25816 \begin_layout Standard
25817 というコマンドを使って、2
25818 \begin_inset space \thinspace{}
25819 \end_inset
25820
25821 ptに設定しています。
25822 \end_layout
25823
25824 \begin_layout Standard
25825 \begin_inset ERT
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829
25830
25831 \backslash
25832 setlength{
25833 \backslash
25834 shadowsize}{2pt}
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \begin_inset Box Shadowbox
25841 position "c"
25842 hor_pos "c"
25843 has_inner_box 1
25844 inner_pos "c"
25845 use_parbox 0
25846 width "25col%"
25847 special "none"
25848 height "1in"
25849 height_special "totalheight"
25850 status open
25851
25852 \begin_layout Plain Layout
25853 \align center
25854
25855 \series bold
25856
25857 \backslash
25858 shadowsize
25859 \series default
25860
25861 \begin_inset space \thinspace{}
25862 \end_inset
25863
25864 =
25865 \begin_inset space \thinspace{}
25866 \end_inset
25867
25868 2
25869 \begin_inset space \thinspace{}
25870 \end_inset
25871
25872 ptの影付きボックス
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \begin_inset ERT
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 setlength{
25886 \backslash
25887 shadowsize}{4pt}
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \begin_layout Standard
25896 \begin_inset VSpace bigskip
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903 寸法
25904 \series bold
25905
25906 \backslash
25907 FrameRule
25908 \series default
25909 の既定値は0.4
25910 \begin_inset space \thinspace{}
25911 \end_inset
25912
25913 ptです。ボックスの中身と枠の間の空白の既定値は9
25914 \begin_inset space \thinspace{}
25915 \end_inset
25916
25917 ptですが、
25918 \series bold
25919
25920 \backslash
25921 FrameSep
25922 \series default
25923 の値を変えることで変更することができます。たとえば、下記の
25924 \family sans
25925 ボックス
25926 \family default
25927 の枠の外見は、
25928 \end_layout
25929
25930 \begin_layout Standard
25931
25932 \series bold
25933
25934 \backslash
25935 setlength{
25936 \backslash
25937 FrameRule}{5pt}
25938 \begin_inset Newline newline
25939 \end_inset
25940
25941
25942 \backslash
25943 setlength{
25944 \backslash
25945 FrameSep}{0.5cm}
25946 \end_layout
25947
25948 \begin_layout Standard
25949 というTeXコードコマンドで設定してあります。
25950 \begin_inset ERT
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954
25955
25956 \backslash
25957 setlength{
25958 \backslash
25959 FrameRule}{5pt}
25960 \end_layout
25961
25962 \begin_layout Plain Layout
25963
25964
25965 \backslash
25966 setlength{
25967 \backslash
25968 FrameSep}{0.5cm}
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \begin_inset Box Framed
25975 position "t"
25976 hor_pos "c"
25977 has_inner_box 0
25978 inner_pos "t"
25979 use_parbox 0
25980 width "100col%"
25981 special "none"
25982 height "1in"
25983 height_special "totalheight"
25984 status open
25985
25986 \begin_layout Plain Layout
25987 これは
25988 \family sans
25989 改頁可能
25990 \family default
25991 ボックスの文章です。
25992 \end_layout
25993
25994 \end_inset
25995
25996
25997 \begin_inset ERT
25998 status collapsed
25999
26000 \begin_layout Plain Layout
26001
26002
26003 \backslash
26004 setlength{
26005 \backslash
26006 FrameRule}{0.4pt}
26007 \end_layout
26008
26009 \begin_layout Plain Layout
26010
26011
26012 \backslash
26013 setlength{
26014 \backslash
26015 FrameSep}{9pt}
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset VSpace bigskip
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Standard
26031
26032 \family sans
26033 影付き背景
26034 \family default
26035 ボックスでは、ボックスの内容と枠の余白の既定値は3
26036 \begin_inset space \thinspace{}
26037 \end_inset
26038
26039 ptになっていますが、
26040 \series bold
26041
26042 \backslash
26043 fboxsep
26044 \series default
26045 の値を変更することで変えられます。既定の背景色である赤色は、
26046 \series bold
26047
26048 \backslash
26049 definecolor{shadebox}
26050 \series default
26051 コマンドで局所的に変更することもできますし、
26052 \family sans
26053 ツール\SpecialChar \menuseparator
26054 設定\SpecialChar \menuseparator
26055 色\SpecialChar \menuseparator
26056 影付きボックス
26057 \family default
26058 メニューからグローバルに変更することもできます。
26059 \series bold
26060
26061 \backslash
26062 definecolor
26063 \series default
26064 コマンドの用法は第
26065 \begin_inset CommandInset ref
26066 LatexCommand ref
26067 reference "sec:色付きの表"
26068
26069 \end_inset
26070
26071
26072 \begin_inset Foot
26073 status open
26074
26075 \begin_layout Plain Layout
26076 N
26077 \series bold
26078
26079 \backslash
26080 definecolor
26081 \series default
26082 は、LaTeXパッケージの
26083 \series bold
26084 color
26085 \series default
26086 をプリアンブルに読み込む必要があります。第
26087 \begin_inset CommandInset ref
26088 LatexCommand ref
26089 reference "sec:色付きボックス"
26090
26091 \end_inset
26092
26093 節をご参照ください。.
26094 \end_layout
26095
26096 \end_inset
26097
26098 で説明されています。
26099 \end_layout
26100
26101 \begin_layout Standard
26102 たとえば、下記の影付き背景ボックスの外見は
26103 \end_layout
26104
26105 \begin_layout Standard
26106
26107 \series bold
26108
26109 \backslash
26110 setlength{
26111 \backslash
26112 fboxsep}{0.5cm}
26113 \series default
26114
26115 \begin_inset Newline newline
26116 \end_inset
26117
26118
26119 \series bold
26120
26121 \backslash
26122 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26123 \end_layout
26124
26125 \begin_layout Standard
26126 というTeXコードコマンドを使って設定してあります。
26127 \end_layout
26128
26129 \begin_layout Standard
26130 \begin_inset ERT
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134
26135
26136 \backslash
26137 setlength{
26138 \backslash
26139 fboxsep}{0.5cm}
26140 \end_layout
26141
26142 \begin_layout Plain Layout
26143
26144
26145 \backslash
26146 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \begin_inset Box Shaded
26153 position "t"
26154 hor_pos "c"
26155 has_inner_box 0
26156 inner_pos "t"
26157 use_parbox 0
26158 width "100col%"
26159 special "none"
26160 height "1in"
26161 height_special "totalheight"
26162 status open
26163
26164 \begin_layout Plain Layout
26165
26166 \color yellow
26167 これは、濃緑色の背景の
26168 \family sans
26169 影付き背景
26170 \family default
26171 ボックスに入れた黄色の文章です。
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182
26183 \backslash
26184 setlength{
26185 \backslash
26186 fboxsep}{3pt}
26187 \end_layout
26188
26189 \begin_layout Plain Layout
26190
26191
26192 \backslash
26193 definecolor{shadecolor}{rgb}{1,0,0}
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \begin_layout Standard
26202 \begin_inset VSpace bigskip
26203 \end_inset
26204
26205 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26206 \end_layout
26207
26208 \begin_layout Section
26209 ミニページ
26210 \begin_inset CommandInset label
26211 LatexCommand label
26212 name "sec:ミニページ"
26213
26214 \end_inset
26215
26216
26217 \begin_inset Index
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221 ぼっくす@ボックス ! みにぺーじ@ミニページ
26222 \end_layout
26223
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \begin_layout Standard
26230 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26231 \end_layout
26232
26233 \begin_layout Standard
26234 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26235 \end_layout
26236
26237 \begin_layout Standard
26238 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26239 \family sans
26240 挿入
26241 \family default
26242 \SpecialChar \menuseparator
26243
26244 \family sans
26245 整形
26246 \family default
26247 \SpecialChar \menuseparator
26248
26249 \family sans
26250 水平方向の空白
26251 \family default
26252 メニューで挿入した水平フィルで隔てられています。
26253 \begin_inset Newpage newpage
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Standard
26260 \begin_inset Box Frameless
26261 position "t"
26262 hor_pos "c"
26263 has_inner_box 1
26264 inner_pos "c"
26265 use_parbox 0
26266 width "45col%"
26267 special "none"
26268 height "1in"
26269 height_special "totalheight"
26270 status open
26271
26272 \begin_layout Plain Layout
26273 Dies ist ein deutscher Text.
26274  Dies ist ein deutscher Text.
26275  Dies ist ein deutscher Text.
26276  Dies ist ein deutscher Text.
26277  Dies ist ein deutscher Text.
26278  Dies ist ein deutscher Text.
26279  Dies ist ein deutscher Text.
26280  Dies ist ein deutscher Text.
26281  Dies ist ein deutscher Text.
26282  Dies ist ein deutscher Text.
26283  Dies ist ein deutscher Text.
26284  Dies ist ein deutscher Text.
26285  Dies ist ein deutscher Text
26286 \begin_inset Foot
26287 status collapsed
26288
26289 \begin_layout Plain Layout
26290 Dies ist eine deutsche Fußnote.
26291 \end_layout
26292
26293 \end_inset
26294
26295 .
26296  Dies ist ein deutscher Text.
26297  Dies ist ein deutscher Text.
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \begin_inset space \hfill{}
26304 \end_inset
26305
26306
26307 \begin_inset Box Frameless
26308 position "t"
26309 hor_pos "c"
26310 has_inner_box 1
26311 inner_pos "c"
26312 use_parbox 0
26313 width "45col%"
26314 special "none"
26315 height "1in"
26316 height_special "totalheight"
26317 status open
26318
26319 \begin_layout Plain Layout
26320 This is an English Text.
26321  This is an English Text.
26322  This is an English Text.
26323  This is an English Text.
26324  This is an English Text.
26325  This is an English Text.
26326  This is an English Text.
26327  This is an English Text.
26328  This is an English Text.
26329  This is an English Text.
26330  This is an English Text.
26331  This is an English Text.
26332  This is an English Text.
26333  This is an English Text.
26334  This is an English Text.
26335  This is an English Text.
26336 \begin_inset Foot
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340 This is an English footnote.
26341 \end_layout
26342
26343 \end_inset
26344
26345  This is an English Text.
26346  
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \begin_layout Standard
26355 \begin_inset VSpace bigskip
26356 \end_inset
26357
26358 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
26359 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
26360 \end_layout
26361
26362 \begin_layout Standard
26363 この表の脚注は表示されません。
26364 \begin_inset Tabular
26365 <lyxtabular version="3" rows="3" columns="4">
26366 <features>
26367 <column alignment="center" valignment="top" width="0pt">
26368 <column alignment="center" valignment="top" width="0pt">
26369 <column alignment="center" valignment="top" width="0pt">
26370 <column alignment="center" valignment="top" width="0pt">
26371 <row>
26372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Plain Layout
26376 1
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385 2
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394 3
26395 \begin_inset Foot
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399 これは表中の脚注です。
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413 4
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 <row>
26420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451
26452 \end_layout
26453
26454 \end_inset
26455 </cell>
26456 </row>
26457 <row>
26458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 </lyxtabular>
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \begin_layout Standard
26503 \align center
26504 \begin_inset Box Frameless
26505 position "t"
26506 hor_pos "c"
26507 has_inner_box 1
26508 inner_pos "c"
26509 use_parbox 0
26510 width "30col%"
26511 special "none"
26512 height "1in"
26513 height_special "totalheight"
26514 status open
26515
26516 \begin_layout Plain Layout
26517 \align center
26518 \begin_inset Tabular
26519 <lyxtabular version="3" rows="3" columns="4">
26520 <features>
26521 <column alignment="center" valignment="top" width="0pt">
26522 <column alignment="center" valignment="top" width="0pt">
26523 <column alignment="center" valignment="top" width="0pt">
26524 <column alignment="center" valignment="top" width="0pt">
26525 <row>
26526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 1
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539 2
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 3
26549 \begin_inset Foot
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553 これは表中の脚注です。
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567 4
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 </row>
26573 <row>
26574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Plain Layout
26587
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Plain Layout
26596
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605
26606 \end_layout
26607
26608 \end_inset
26609 </cell>
26610 </row>
26611 <row>
26612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26613 \begin_inset Text
26614
26615 \begin_layout Plain Layout
26616
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 </lyxtabular>
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 \begin_inset VSpace bigskip
26663 \end_inset
26664
26665 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
26666 \family sans
26667 中スキップ
26668 \family default
26669 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
26670 \end_layout
26671
26672 \begin_layout Standard
26673 ミニページは、文章部に背景色を与えるのに使用することもできます。第
26674 \begin_inset CommandInset ref
26675 LatexCommand ref
26676 reference "sub:段落の着色"
26677
26678 \end_inset
26679
26680 節をご参照ください。
26681 \end_layout
26682
26683 \begin_layout Standard
26684 \begin_inset Note Greyedout
26685 status open
26686
26687 \begin_layout Plain Layout
26688
26689 \series bold
26690 【註】
26691 \series default
26692 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \begin_layout Section
26701 Parbox
26702 \begin_inset CommandInset label
26703 LatexCommand label
26704 name "sec:Parboxes"
26705
26706 \end_inset
26707
26708
26709 \begin_inset Index
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713 ぼっくす@ボックス ! Parboxes
26714 \end_layout
26715
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Standard
26722 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。ミニページとの主な違いは、ミニページの方は、parboxとは違って、本
26723 当のボックスではなくLaTeX環境であるところです。
26724 \end_layout
26725
26726 \begin_layout Standard
26727 \align center
26728 \begin_inset Box Frameless
26729 position "t"
26730 hor_pos "c"
26731 has_inner_box 1
26732 inner_pos "t"
26733 use_parbox 1
26734 width "33col%"
26735 special "none"
26736 height "1in"
26737 height_special "totalheight"
26738 status open
26739
26740 \begin_layout Plain Layout
26741 これはparbox内の文章です。これはparbox内の文章です。
26742 \end_layout
26743
26744 \begin_layout Plain Layout
26745 右の脚注は表示されません。
26746 \begin_inset Foot
26747 status open
26748
26749 \begin_layout Plain Layout
26750 これはparbox内の脚注であり、したがって表示はされません。
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \begin_layout Section
26764 単語や文字のボックス
26765 \begin_inset Index
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769 ぼっくす@ボックス ! もじよう@文字用
26770 \end_layout
26771
26772 \end_inset
26773
26774
26775 \end_layout
26776
26777 \begin_layout Subsection
26778 ハイフネーションの回避
26779 \begin_inset CommandInset label
26780 LatexCommand label
26781 name "sec:ハイフネーションの回避"
26782
26783 \end_inset
26784
26785
26786 \begin_inset Index
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \begin_layout Standard
26799 単語や文章がハイフネートされるのを抑制する特殊なボックスを作ることができます。
26800 \begin_inset Newline newline
26801 \end_inset
26802
26803 以下が例示用の文章です。
26804 \end_layout
26805
26806 \begin_layout Standard
26807 This line is an example to show how you can prevent the hyphenation of 
26808 \begin_inset Quotes eld
26809 \end_inset
26810
26811 veryverylongword
26812 \begin_inset Quotes erd
26813 \end_inset
26814
26815 .
26816 \end_layout
26817
26818 \begin_layout Standard
26819 「veryverylongword」という単語がハイフネートされるのを抑制するには、単語の前にTeXコードで
26820 \end_layout
26821
26822 \begin_layout Standard
26823
26824 \series bold
26825
26826 \backslash
26827 mbox{
26828 \end_layout
26829
26830 \begin_layout Standard
26831 というコマンドを付け加えます。単語の後ろには、 TeXコードで閉じ括弧「
26832 \series bold
26833 }
26834 \series default
26835 」を入れてください。
26836 \end_layout
26837
26838 \begin_layout Standard
26839 以下がその結果です。
26840 \end_layout
26841
26842 \begin_layout Standard
26843 This line is an example to show how you can prevent the hyphenation of 
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 mbox{
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \begin_inset Quotes eld
26858 \end_inset
26859
26860 veryverylongword
26861 \begin_inset Quotes erd
26862 \end_inset
26863
26864 .
26865 \begin_inset ERT
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869
26870 }
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \end_layout
26877
26878 \begin_layout Standard
26879 別の方法としては、以下のように、単語の前に直接TeXコードで「
26880 \series bold
26881
26882 \backslash
26883 -
26884 \series default
26885 」コマンドを設定する方法もあります。
26886 \end_layout
26887
26888 \begin_layout Standard
26889 This line is an example to show how you can prevent the hyphenation of 
26890 \begin_inset Quotes eld
26891 \end_inset
26892
26893
26894 \begin_inset ERT
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898
26899
26900 \backslash
26901 -
26902 \end_layout
26903
26904 \end_inset
26905
26906 veryverylongword
26907 \begin_inset Quotes erd
26908 \end_inset
26909
26910 .
26911 \end_layout
26912
26913 \begin_layout Standard
26914 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
26915 \family sans
26916 挿入
26917 \family default
26918 \SpecialChar \menuseparator
26919
26920 \family sans
26921 整形
26922 \family default
26923 \SpecialChar \menuseparator
26924
26925 \family sans
26926 整形なし改行
26927 \family default
26928 メニュー(短絡キー
26929 \begin_inset Info
26930 type  "shortcut"
26931 arg   "newline-insert newline"
26932 \end_inset
26933
26934 )から改行を単語の前に入れてください。
26935 \end_layout
26936
26937 \begin_layout Standard
26938 This line is an example to show how you can prevent the hyphenation of 
26939 \begin_inset Newline newline
26940 \end_inset
26941
26942
26943 \begin_inset ERT
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947
26948
26949 \backslash
26950 mbox{
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \begin_inset Quotes eld
26957 \end_inset
26958
26959 veryverylongword
26960 \begin_inset Quotes erd
26961 \end_inset
26962
26963 .
26964 \begin_inset ERT
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968
26969 }
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \begin_layout Subsection
26978 垂直揃え
26979 \begin_inset CommandInset label
26980 LatexCommand label
26981 name "sub:垂直揃え"
26982
26983 \end_inset
26984
26985
26986 \begin_inset Index
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \begin_inset Index
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000 ぼっくす@ボックス ! Raiseboxes
27001 \end_layout
27002
27003 \end_inset
27004
27005
27006 \end_layout
27007
27008 \begin_layout Standard
27009
27010 \series bold
27011
27012 \backslash
27013 raisebox
27014 \series default
27015 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27016 \series bold
27017
27018 \backslash
27019 raisebox
27020 \series default
27021 は以下の書式で使用します。
27022 \end_layout
27023
27024 \begin_layout Standard
27025
27026 \series bold
27027
27028 \backslash
27029 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27030 \end_layout
27031
27032 \begin_layout Standard
27033 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27034 \end_layout
27035
27036 \begin_layout Standard
27037 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27038 \end_layout
27039
27040 \begin_layout Standard
27041
27042 \series bold
27043
27044 \backslash
27045 raisebox{
27046 \backslash
27047 depth}{
27048 \end_layout
27049
27050 \begin_layout Standard
27051 というコマンドを挿入してください。単語の後には、閉じ括弧「
27052 \series bold
27053 }
27054 \series default
27055 」をTeXコードで挿入してください。
27056 \begin_inset Newline newline
27057 \end_inset
27058
27059 以下がその出力です。
27060 \end_layout
27061
27062 \begin_layout Standard
27063 This is a text line with the word 
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 raisebox{
27072 \backslash
27073 depth}{
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \begin_inset Quotes eld
27080 \end_inset
27081
27082 preventing
27083 \begin_inset Quotes erd
27084 \end_inset
27085
27086
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092 }
27093 \end_layout
27094
27095 \end_inset
27096
27097  as raised word.
27098 \end_layout
27099
27100 \begin_layout Standard
27101 \begin_inset VSpace bigskip
27102 \end_inset
27103
27104 行中の文字を上げ下げすると、以下のように行間が広がります。
27105 \end_layout
27106
27107 \begin_layout Standard
27108 This is a text line with the word 
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 raisebox{-
27117 \backslash
27118 depth}{
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \begin_inset Quotes eld
27125 \end_inset
27126
27127 preventing
27128 \begin_inset Quotes erd
27129 \end_inset
27130
27131
27132 \begin_inset ERT
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136
27137 }
27138 \end_layout
27139
27140 \end_inset
27141
27142  as lowered word.
27143 \begin_inset Newline newline
27144 \end_inset
27145
27146 This is a text line with the word 
27147 \begin_inset ERT
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151
27152
27153 \backslash
27154 raisebox{0.5cm}{
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \begin_inset Quotes eld
27161 \end_inset
27162
27163 testing
27164 \begin_inset Quotes erd
27165 \end_inset
27166
27167
27168 \begin_inset ERT
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172
27173 }
27174 \end_layout
27175
27176 \end_inset
27177
27178  as raised word.
27179 \end_layout
27180
27181 \begin_layout Standard
27182 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27183 \end_layout
27184
27185 \begin_layout Standard
27186
27187 \series bold
27188
27189 \backslash
27190 raisebox{-
27191 \backslash
27192 depth}[0pt]{
27193 \end_layout
27194
27195 \begin_layout Standard
27196 とすると、
27197 \end_layout
27198
27199 \begin_layout Standard
27200 This is a text line with the word 
27201 \begin_inset ERT
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205
27206
27207 \backslash
27208 raisebox{-
27209 \backslash
27210 depth}[0pt]{
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \begin_inset Quotes eld
27217 \end_inset
27218
27219 preventing
27220 \begin_inset Quotes erd
27221 \end_inset
27222
27223
27224 \begin_inset ERT
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228
27229 }
27230 \end_layout
27231
27232 \end_inset
27233
27234  as lowered word.
27235 \begin_inset Newline newline
27236 \end_inset
27237
27238 This is a text line with the word 
27239 \begin_inset ERT
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243
27244
27245 \backslash
27246 raisebox{0.5cm}[0pt]{
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \begin_inset Quotes eld
27253 \end_inset
27254
27255 testing
27256 \begin_inset Quotes erd
27257 \end_inset
27258
27259
27260 \begin_inset ERT
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264
27265 }
27266 \end_layout
27267
27268 \end_inset
27269
27270  as raised word.
27271 \end_layout
27272
27273 \begin_layout Section
27274 色付きボックス
27275 \begin_inset CommandInset label
27276 LatexCommand label
27277 name "sec:色付きボックス"
27278
27279 \end_inset
27280
27281
27282 \begin_inset Index
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286 ぼっくす@ボックス ! いろつき@色付き
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Subsection
27295 文字の着色
27296 \begin_inset Index
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300 いろ@色 ! もじの@文字の---
27301 \end_layout
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Standard
27309 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
27310 \series bold
27311 color
27312 \series default
27313
27314 \begin_inset Index
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 LaTeXぱっけーじ@LaTeXパッケージ ! color
27319 \end_layout
27320
27321 \end_inset
27322
27323 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
27324 \end_layout
27325
27326 \begin_layout Standard
27327
27328 \series bold
27329
27330 \backslash
27331 @ifundefined{textcolor}
27332 \begin_inset Newline newline
27333 \end_inset
27334
27335
27336 \begin_inset ERT
27337 status collapsed
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 hphantom{ }
27344 \end_layout
27345
27346 \end_inset
27347
27348 {
27349 \backslash
27350 usepackage{color}}{}
27351 \end_layout
27352
27353 \begin_layout Standard
27354
27355 \series bold
27356 color
27357 \series default
27358 パッケージは、文章を着色するとLyXが自動的に読み込みます
27359 \begin_inset Foot
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363 これが二度読み込まれることを回避するには、
27364 \series bold
27365
27366 \backslash
27367 @ifundefined
27368 \series default
27369 コマンドを使用します。
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset VSpace medskip
27379 \end_inset
27380
27381 色付きボックスは、
27382 \series bold
27383
27384 \backslash
27385 colorbox
27386 \series default
27387 コマンドを使って作ります。これは、以下のような書式で使われます。
27388 \end_layout
27389
27390 \begin_layout Standard
27391
27392 \series bold
27393
27394 \backslash
27395 colorbox{color}{ボックスの内容}
27396 \end_layout
27397
27398 \begin_layout Standard
27399 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
27400 \end_layout
27401
27402 \begin_layout Standard
27403 事前定義されている色には、
27404 \begin_inset Newline newline
27405 \end_inset
27406
27407
27408 \family sans
27409
27410 \family default
27411
27412 \family sans
27413
27414 \family default
27415
27416 \family sans
27417 シアン
27418 \family default
27419
27420 \family sans
27421
27422 \family default
27423
27424 \family sans
27425 マゼンタ
27426 \family default
27427
27428 \family sans
27429
27430 \family default
27431
27432 \family sans
27433
27434 \family default
27435
27436 \family sans
27437
27438 \family default
27439
27440 \begin_inset Newline newline
27441 \end_inset
27442
27443 があります。第
27444 \begin_inset CommandInset ref
27445 LatexCommand ref
27446 reference "sec:色付きの表"
27447
27448 \end_inset
27449
27450 節に述べられているようにすれば、自前の色を定義することもできます。
27451 \end_layout
27452
27453 \begin_layout Standard
27454 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
27455 \end_layout
27456
27457 \begin_layout Standard
27458
27459 \series bold
27460
27461 \backslash
27462 colorbox{red}{
27463 \end_layout
27464
27465 \begin_layout Standard
27466 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
27467 \series bold
27468 }
27469 \series default
27470 」を入れてください。
27471 \begin_inset Newline newline
27472 \end_inset
27473
27474 以下がその結果です。
27475 \end_layout
27476
27477 \begin_layout Standard
27478 この行では、
27479 \begin_inset ERT
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483
27484
27485 \backslash
27486 colorbox{red}{
27487 \end_layout
27488
27489 \end_inset
27490
27491 「注意!」
27492 \begin_inset ERT
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496
27497 }
27498 \end_layout
27499
27500 \end_inset
27501
27502 という単語が赤い背景になっています。
27503 \end_layout
27504
27505 \begin_layout Standard
27506 \begin_inset VSpace bigskip
27507 \end_inset
27508
27509 ボックスの枠を別の色にしたい場合には、以下の書式で
27510 \series bold
27511
27512 \backslash
27513 fcolorbox
27514 \series default
27515 コマンドを使います。
27516 \end_layout
27517
27518 \begin_layout Standard
27519
27520 \series bold
27521
27522 \backslash
27523 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
27524 \end_layout
27525
27526 \begin_layout Standard
27527
27528 \series bold
27529
27530 \backslash
27531 fcolorbox
27532 \series default
27533
27534 \series bold
27535
27536 \backslash
27537 colorbox
27538 \series default
27539 の拡張です。枠の太さと枠とボックスの中身との余白は、第
27540 \begin_inset CommandInset ref
27541 LatexCommand ref
27542 reference "sec:装飾"
27543
27544 \end_inset
27545
27546 節で述べられているように、それぞれ
27547 \series bold
27548
27549 \backslash
27550 fboxrule
27551 \series default
27552
27553 \series bold
27554
27555 \backslash
27556 fboxsep
27557 \series default
27558 という長さで調節できます。
27559 \end_layout
27560
27561 \begin_layout Standard
27562 以下の例では、
27563 \end_layout
27564
27565 \begin_layout Standard
27566
27567 \series bold
27568
27569 \backslash
27570 fcolorbox{cyan}{magenta}{
27571 \end_layout
27572
27573 \begin_layout Standard
27574 というコマンドを使用しています。
27575 \end_layout
27576
27577 \begin_layout Standard
27578 これは、枠の太さを1
27579 \begin_inset space \thinspace{}
27580 \end_inset
27581
27582 mmに設定した例です。
27583 \begin_inset Newline newline
27584 \end_inset
27585
27586
27587 \begin_inset ERT
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591
27592
27593 \backslash
27594 fboxrule 1mm 
27595 \backslash
27596 fboxsep 1mm
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \begin_inset ERT
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606
27607
27608 \backslash
27609 fcolorbox{cyan}{magenta}{
27610 \end_layout
27611
27612 \end_inset
27613
27614 これは着色した色付きボックス中の文章です。
27615 \begin_inset ERT
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619
27620 }
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \begin_layout Standard
27629 \begin_inset VSpace bigskip
27630 \end_inset
27631
27632 もちろん、色付きボックスの中に色付き文字を入れることもできます
27633 \begin_inset Newline newline
27634 \end_inset
27635
27636
27637 \begin_inset ERT
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641
27642
27643 \backslash
27644 fcolorbox{cyan}{magenta}{
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \color yellow
27651 これは着色した色付きボックス中の色付き文章です。
27652 \color inherit
27653
27654 \begin_inset ERT
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658
27659 }
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \begin_inset ERT
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669
27670
27671 \backslash
27672 fboxrule 0.4pt 
27673 \backslash
27674 fboxsep 3pt
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \begin_layout Standard
27683
27684 \series bold
27685 \begin_inset VSpace medskip
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \begin_layout Standard
27692 \begin_inset Note Greyedout
27693 status open
27694
27695 \begin_layout Plain Layout
27696
27697 \series bold
27698 【註】
27699 \series default
27700 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \begin_layout Subsection
27709 段落の着色
27710 \begin_inset CommandInset label
27711 LatexCommand label
27712 name "sub:段落の着色"
27713
27714 \end_inset
27715
27716
27717 \begin_inset Index
27718 status collapsed
27719
27720 \begin_layout Plain Layout
27721 いろ@色 ! だんらく@段落---
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \begin_layout Standard
27730 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
27731 \series bold
27732
27733 \backslash
27734 colorbox
27735 \series default
27736 コマンドを
27737 \end_layout
27738
27739 \begin_layout Standard
27740
27741 \series bold
27742
27743 \backslash
27744 colorbox{色名}{
27745 \end_layout
27746
27747 \begin_layout Standard
27748 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
27749 \series bold
27750 }
27751 \series default
27752 」を挿入してください。
27753 \end_layout
27754
27755 \begin_layout Standard
27756 \begin_inset ERT
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760
27761
27762 \backslash
27763 colorbox{lightgrey}{
27764 \end_layout
27765
27766 \end_inset
27767
27768
27769 \begin_inset Box Frameless
27770 position "t"
27771 hor_pos "c"
27772 has_inner_box 1
27773 inner_pos "t"
27774 use_parbox 0
27775 width "100col%"
27776 special "none"
27777 height "1in"
27778 height_special "totalheight"
27779 status open
27780
27781 \begin_layout Plain Layout
27782 これは背景色を付けた文章です。これは背景色を付けた文章です。
27783 \end_layout
27784
27785 \begin_layout Plain Layout
27786 \begin_inset VSpace defskip
27787 \end_inset
27788
27789 ここの文章には脚注
27790 \begin_inset Foot
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 脚注の例
27795 \end_layout
27796
27797 \end_inset
27798
27799 を付けることもできますし、図表を挿入することもできます。
27800 \end_layout
27801
27802 \begin_layout Plain Layout
27803 \align center
27804 \begin_inset Tabular
27805 <lyxtabular version="3" rows="3" columns="3">
27806 <features>
27807 <column alignment="center" valignment="top" width="0">
27808 <column alignment="center" valignment="top" width="0">
27809 <column alignment="center" valignment="top" width="0">
27810 <row>
27811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815 a
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824 !
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833 3
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 </row>
27839 <row>
27840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27841 \begin_inset Text
27842
27843 \begin_layout Plain Layout
27844 <
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853 b2
27854 \begin_inset Quotes erd
27855 \end_inset
27856
27857 |
27858 \end_layout
27859
27860 \end_inset
27861 </cell>
27862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27863 \begin_inset Text
27864
27865 \begin_layout Plain Layout
27866 >
27867 \end_layout
27868
27869 \end_inset
27870 </cell>
27871 </row>
27872 <row>
27873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Plain Layout
27877 1
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Plain Layout
27886 §
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27892 \begin_inset Text
27893
27894 \begin_layout Plain Layout
27895 c
27896 \end_layout
27897
27898 \end_inset
27899 </cell>
27900 </row>
27901 </lyxtabular>
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \begin_inset ERT
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915
27916 }
27917 \end_layout
27918
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \begin_layout Section
27925 ボックスの伸縮回転
27926 \end_layout
27927
27928 \begin_layout Standard
27929 本節で述べられているコマンドを使用するには、文書プリアンブルで
27930 \end_layout
27931
27932 \begin_layout Standard
27933
27934 \series bold
27935
27936 \backslash
27937 @ifundefined{rotatebox}
27938 \begin_inset Newline newline
27939 \end_inset
27940
27941
27942 \begin_inset ERT
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946
27947
27948 \backslash
27949 hphantom{ }
27950 \end_layout
27951
27952 \end_inset
27953
27954 {
27955 \backslash
27956 usepackage{graphicx}}{}
27957 \end_layout
27958
27959 \begin_layout Standard
27960 というコマンドを使用して、
27961 \series bold
27962 graphicx
27963 \series default
27964
27965 \begin_inset Index
27966 status collapsed
27967
27968 \begin_layout Plain Layout
27969 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
27970 \end_layout
27971
27972 \end_inset
27973
27974 LaTeXパッケージを読み込む必要があります。
27975 \end_layout
27976
27977 \begin_layout Standard
27978 \begin_inset Note Greyedout
27979 status open
27980
27981 \begin_layout Plain Layout
27982
27983 \series bold
27984 【註】
27985 \series default
27986 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Standard
27995 \begin_inset Note Greyedout
27996 status open
27997
27998 \begin_layout Plain Layout
27999
28000 \series bold
28001 【註】
28002 \series default
28003 フロートは回転伸縮したボックスの中に入れることはできません。
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Subsection
28012 ボックスの回転
28013 \begin_inset Index
28014 status collapsed
28015
28016 \begin_layout Plain Layout
28017 ぼっくす@ボックス ! かいてんした@回転した
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \begin_inset Index
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027 かいてん@回転 ! そざいの@素材の---
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \begin_inset Index
28034 status collapsed
28035
28036 \begin_layout Plain Layout
28037 ず@図 ! のかいてん@---の回転
28038 \end_layout
28039
28040 \end_inset
28041
28042
28043 \begin_inset Index
28044 status collapsed
28045
28046 \begin_layout Plain Layout
28047 ひょうのちょうせい@表の調整 ! かいてん@回転
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Standard
28056 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28057 \series bold
28058
28059 \backslash
28060 rotatebox
28061 \series default
28062 コマンドを使用すれば作成することができます。
28063 \end_layout
28064
28065 \begin_layout Standard
28066
28067 \series bold
28068
28069 \backslash
28070 rotatebox[回転の原点]{回転角}{ボックスの内容}
28071 \end_layout
28072
28073 \begin_layout Standard
28074 回転の原点は、
28075 \series bold
28076 origin=位置
28077 \series default
28078 の形で指定します。位置として指定可能なのは、
28079 \emph on
28080 c
28081 \emph default
28082 (中央揃え)・
28083 \emph on
28084 l
28085 \emph default
28086 (左揃え)・
28087 \emph on
28088 r
28089 \emph default
28090 (右揃え)・
28091 \emph on
28092 b
28093 \emph default
28094 (下揃え)・
28095 \emph on
28096 t
28097 \emph default
28098 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28099 \emph on
28100 lt
28101 \emph default
28102 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28103 \emph on
28104 l
28105 \emph default
28106 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28107 \end_layout
28108
28109 \begin_layout Standard
28110 以下の例では、「回転した」文章の前にTeXコードで
28111 \series bold
28112
28113 \backslash
28114 rotatebox[origin=c]{60}{
28115 \series default
28116 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28117 \series bold
28118 }
28119 \series default
28120 でボックスを閉じています。
28121 \end_layout
28122
28123 \begin_layout Standard
28124 これは、
28125 \begin_inset ERT
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129
28130
28131 \backslash
28132 rotatebox[origin=c]{60}{
28133 \end_layout
28134
28135 \end_inset
28136
28137 回転した
28138 \begin_inset ERT
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142
28143 }
28144 \end_layout
28145
28146 \end_inset
28147
28148  文章を含む行です。
28149 \end_layout
28150
28151 \begin_layout Standard
28152 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28153 \end_layout
28154
28155 \begin_layout Standard
28156 これは、
28157 \begin_inset ERT
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161
28162
28163 \backslash
28164 rotatebox[origin=r]{-60}{
28165 \end_layout
28166
28167 \end_inset
28168
28169
28170 \begin_inset Box Doublebox
28171 position "c"
28172 hor_pos "c"
28173 has_inner_box 0
28174 inner_pos "c"
28175 use_parbox 0
28176 width "1in"
28177 special "width"
28178 height "1in"
28179 height_special "totalheight"
28180 status open
28181
28182 \begin_layout Plain Layout
28183 回転した
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \begin_inset ERT
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193
28194 }
28195 \end_layout
28196
28197 \end_inset
28198
28199 枠付き文章と
28200 \begin_inset ERT
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204
28205
28206 \backslash
28207 rotatebox[origin=lb]{60}{
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28214 \end_inset
28215
28216
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221
28222 }
28223 \end_layout
28224
28225 \end_inset
28226
28227 数式を含む行です。
28228 \end_layout
28229
28230 \begin_layout Standard
28231 あるいは、以下のように図や表を入れることもできます。
28232 \end_layout
28233
28234 \begin_layout Standard
28235 これは、
28236 \begin_inset ERT
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240
28241
28242 \backslash
28243 rotatebox[origin=lb]{90}{
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \begin_inset Graphics
28250         filename ../clipart/platypus.eps
28251         lyxscale 50
28252         width 25col%
28253
28254 \end_inset
28255
28256
28257 \begin_inset ERT
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261
28262 }
28263 \end_layout
28264
28265 \end_inset
28266
28267 回転した画像と
28268 \begin_inset ERT
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272
28273
28274 \backslash
28275 rotatebox[origin=l]{-90}{
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \begin_inset Tabular
28282 <lyxtabular version="3" rows="2" columns="2">
28283 <features>
28284 <column alignment="center" valignment="top" width="0">
28285 <column alignment="center" valignment="top" width="0">
28286 <row>
28287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28288 \begin_inset Text
28289
28290 \begin_layout Plain Layout
28291 q
28292 \end_layout
28293
28294 \end_inset
28295 </cell>
28296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28297 \begin_inset Text
28298
28299 \begin_layout Plain Layout
28300 w
28301 \end_layout
28302
28303 \end_inset
28304 </cell>
28305 </row>
28306 <row>
28307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28308 \begin_inset Text
28309
28310 \begin_layout Plain Layout
28311 e
28312 \end_layout
28313
28314 \end_inset
28315 </cell>
28316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28317 \begin_inset Text
28318
28319 \begin_layout Plain Layout
28320 r
28321 \end_layout
28322
28323 \end_inset
28324 </cell>
28325 </row>
28326 </lyxtabular>
28327
28328 \end_inset
28329
28330
28331 \begin_inset ERT
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335
28336 }
28337 \end_layout
28338
28339 \end_inset
28340
28341 表を含む行です。
28342 \end_layout
28343
28344 \begin_layout Subsection
28345 ボックスの伸縮
28346 \begin_inset Index
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \begin_inset Index
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 しんしゅく@伸縮 ! そざいの@素材の---
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \begin_inset Index
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370 ず@図 ! のしんしゅく@---の伸縮
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \begin_inset Index
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Standard
28389 素材を伸縮させるには、TeXコードで
28390 \series bold
28391
28392 \backslash
28393 scalebox
28394 \series default
28395 コマンドと
28396 \series bold
28397
28398 \backslash
28399 resizebox
28400 \series default
28401 コマンドが使えます。
28402 \end_layout
28403
28404 \begin_layout Standard
28405
28406 \series bold
28407
28408 \backslash
28409 scalebox
28410 \series default
28411 は以下の書式で使用します。
28412 \end_layout
28413
28414 \begin_layout Standard
28415
28416 \series bold
28417
28418 \backslash
28419 scalebox{水平方向}[垂直方向]{ボックスの内容}
28420 \end_layout
28421
28422 \begin_layout Standard
28423 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
28424 \end_layout
28425
28426 \begin_layout Standard
28427 たとえば、
28428 \series bold
28429
28430 \backslash
28431 scalebox{2}{こんにちは}
28432 \series default
28433 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
28434 \begin_inset ERT
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438
28439
28440 \backslash
28441 scalebox{2}{
28442 \end_layout
28443
28444 \end_inset
28445
28446 こんにちは
28447 \begin_inset ERT
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451
28452 }
28453 \end_layout
28454
28455 \end_inset
28456
28457 を生成します。
28458 \end_layout
28459
28460 \begin_layout Standard
28461 これに対し、
28462 \series bold
28463
28464 \backslash
28465 scalebox{2}[1]{こんにちは}
28466 \series default
28467 は、
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473
28474 \backslash
28475 scalebox{2}[1]{
28476 \end_layout
28477
28478 \end_inset
28479
28480 こんにちは
28481 \begin_inset ERT
28482 status collapsed
28483
28484 \begin_layout Plain Layout
28485
28486 }
28487 \end_layout
28488
28489 \end_inset
28490
28491 を変形させます。
28492 \end_layout
28493
28494 \begin_layout Standard
28495 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
28496 \series bold
28497
28498 \backslash
28499 scalebox{-1}[1]{こんにちは}
28500 \series default
28501 というコマンドは、右のように反転文字を生成するのに使用できます:
28502 \begin_inset ERT
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506
28507
28508 \backslash
28509 scalebox{-1}[1]{
28510 \end_layout
28511
28512 \end_inset
28513
28514 こんにちは
28515 \begin_inset ERT
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519
28520 }
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Standard
28529
28530 \series bold
28531
28532 \backslash
28533 scalebox{1}[-1]{こんにちは}
28534 \series default
28535 とすると
28536 \begin_inset ERT
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540
28541
28542 \backslash
28543 scalebox{1}[-1]{
28544 \end_layout
28545
28546 \end_inset
28547
28548 こんにちは
28549 \begin_inset ERT
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553
28554 }
28555 \end_layout
28556
28557 \end_inset
28558
28559 のようにベースラインで鏡像にします。
28560 \end_layout
28561
28562 \begin_layout Standard
28563
28564 \series bold
28565
28566 \backslash
28567 scalebox{-1}[1]{ボックスの内容}
28568 \series default
28569 と同じ働きをするものとして
28570 \begin_inset Newline newline
28571 \end_inset
28572
28573
28574 \series bold
28575
28576 \backslash
28577 reflectbox{ボックスの内容}
28578 \series default
28579
28580 \begin_inset Newline newline
28581 \end_inset
28582
28583 というコマンドがあります。
28584 \end_layout
28585
28586 \begin_layout Standard
28587 \begin_inset VSpace bigskip
28588 \end_inset
28589
28590 指定した幅や丈にボックスを伸縮させるには、
28591 \series bold
28592
28593 \backslash
28594 resizebox
28595 \series default
28596 を使用します。このコマンドの書式は
28597 \end_layout
28598
28599 \begin_layout Standard
28600
28601 \series bold
28602
28603 \backslash
28604 resizebox{幅}{丈}{ボックスの内容}
28605 \end_layout
28606
28607 \begin_layout Standard
28608 です。上記二つのコマンド引数のうち一つが感嘆符「
28609 \series bold
28610 !
28611 \series default
28612 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
28613 \end_layout
28614
28615 \begin_layout Standard
28616
28617 \series bold
28618
28619 \backslash
28620 resizebox{2cm}{1cm}{こんにちは}
28621 \series default
28622 というコマンドの出力は、
28623 \begin_inset ERT
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627
28628
28629 \backslash
28630 resizebox{2cm}{1cm}{
28631 \end_layout
28632
28633 \end_inset
28634
28635 こんにちは
28636 \begin_inset ERT
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640
28641 }
28642 \end_layout
28643
28644 \end_inset
28645
28646 となり、
28647 \begin_inset Newline newline
28648 \end_inset
28649
28650
28651 \series bold
28652
28653 \backslash
28654 resizebox{2cm}{!}{こんにちは}
28655 \series default
28656 というコマンドの出力は、
28657 \begin_inset ERT
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661
28662
28663 \backslash
28664 resizebox{2cm}{!}{
28665 \end_layout
28666
28667 \end_inset
28668
28669 こんにちは
28670 \begin_inset ERT
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674
28675 }
28676 \end_layout
28677
28678 \end_inset
28679
28680 となります。
28681 \end_layout
28682
28683 \begin_layout Standard
28684 \begin_inset VSpace bigskip
28685 \end_inset
28686
28687
28688 \begin_inset Note Greyedout
28689 status open
28690
28691 \begin_layout Plain Layout
28692
28693 \series bold
28694 【註】
28695 \backslash
28696 scalebox
28697 \series default
28698
28699 \series bold
28700
28701 \backslash
28702 resizebox
28703 \series default
28704 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Standard
28713 \begin_inset VSpace bigskip
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Standard
28720 ボックスは好きな順序で組み合わせることができます。たとえば、
28721 \begin_inset Newline newline
28722 \end_inset
28723
28724
28725 \series bold
28726
28727 \backslash
28728 rotatebox[origin=c]{-45}{
28729 \backslash
28730 resizebox{2cm}{!}{
28731 \backslash
28732 reflectbox{こんにちは}}}
28733 \begin_inset Newline newline
28734 \end_inset
28735
28736
28737 \series default
28738 というコマンドは、
28739 \end_layout
28740
28741 \begin_layout Standard
28742 \align center
28743 \begin_inset ERT
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747
28748
28749 \backslash
28750 rotatebox[origin=c]{-45}{
28751 \backslash
28752 resizebox{2cm}{!}{
28753 \backslash
28754 reflectbox{
28755 \end_layout
28756
28757 \end_inset
28758
28759 こんにちは
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765 }}}
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Standard
28774 \noindent
28775 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
28776 \end_layout
28777
28778 \begin_layout Standard
28779 \align center
28780 \begin_inset ERT
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784
28785
28786 \backslash
28787 rotatebox[origin=c]{-30}{
28788 \backslash
28789 resizebox{2cm}{!}{
28790 \backslash
28791 reflectbox{
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \begin_inset Graphics
28798         filename ../clipart/platypus.eps
28799         lyxscale 50
28800         width 25col%
28801
28802 \end_inset
28803
28804
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810 }}}
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \begin_inset ERT
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820
28821
28822 \backslash
28823 rotatebox[origin=c]{-45}{
28824 \backslash
28825 resizebox{2cm}{!}{
28826 \backslash
28827 reflectbox{
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \begin_inset Tabular
28834 <lyxtabular version="3" rows="2" columns="2">
28835 <features>
28836 <column alignment="center" valignment="top" width="0">
28837 <column alignment="center" valignment="top" width="0">
28838 <row>
28839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28840 \begin_inset Text
28841
28842 \begin_layout Plain Layout
28843 q
28844 \end_layout
28845
28846 \end_inset
28847 </cell>
28848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28849 \begin_inset Text
28850
28851 \begin_layout Plain Layout
28852 w
28853 \end_layout
28854
28855 \end_inset
28856 </cell>
28857 </row>
28858 <row>
28859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28860 \begin_inset Text
28861
28862 \begin_layout Plain Layout
28863 e
28864 \end_layout
28865
28866 \end_inset
28867 </cell>
28868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28869 \begin_inset Text
28870
28871 \begin_layout Plain Layout
28872 r
28873 \end_layout
28874
28875 \end_inset
28876 </cell>
28877 </row>
28878 </lyxtabular>
28879
28880 \end_inset
28881
28882
28883 \begin_inset ERT
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887
28888 }}}
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \begin_inset ERT
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898
28899
28900 \backslash
28901 rotatebox[origin=c]{-45}{
28902 \backslash
28903 resizebox{2cm}{!}{
28904 \backslash
28905 reflectbox{
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28912 \end_inset
28913
28914
28915 \begin_inset ERT
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919
28920 }}}
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Standard
28929 文書で大域的に数式様式
28930 \series bold
28931 fleqn
28932 \series default
28933 を使用している場合
28934 \begin_inset Foot
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
28939 \end_layout
28940
28941 \end_inset
28942
28943 には、別行建て数式も伸縮させることができます。
28944 \end_layout
28945
28946 \begin_layout Chapter
28947 外部文書構成要素
28948 \begin_inset Index
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 がいぶぶんしょこうせいようそ@外部文書構成要素
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Standard
28961
28962 \family sans
28963 挿入\SpecialChar \menuseparator
28964 ファイル
28965 \family default
28966 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
28967 \end_layout
28968
28969 \begin_layout Description
28970 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
28971 \end_layout
28972
28973 \begin_layout Description
28974 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
28975 \end_layout
28976
28977 \begin_layout Description
28978 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
28979 \end_layout
28980
28981 \begin_layout Description
28982 外部素材 様々な書式のファイル。
28983 \end_layout
28984
28985 \begin_layout Description
28986 子文書 LyXあるいはLaTeX文書。
28987 \end_layout
28988
28989 \begin_layout Section
28990 外部素材
28991 \begin_inset Index
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
28996 \end_layout
28997
28998 \end_inset
28999
29000
29001 \end_layout
29002
29003 \begin_layout Standard
29004 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
29005 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
29006 \family sans
29007 操作性\SpecialChar \menuseparator
29008 表示
29009 \family default
29010 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
29011 \end_layout
29012
29013 \begin_layout Standard
29014 外部素材は、
29015 \family sans
29016 挿入
29017 \family default
29018 \SpecialChar \menuseparator
29019
29020 \family sans
29021 ファイル
29022 \family default
29023 \SpecialChar \menuseparator
29024
29025 \family sans
29026 外部素材
29027 \family default
29028 メニューで開くことのできる
29029 \family sans
29030 外部素材
29031 \family default
29032 ダイアログから挿入することができます。目下、以下のファイル形式(
29033 \family sans
29034 ひな型
29035 \family default
29036 )が使用できます。
29037 \end_layout
29038
29039 \begin_layout Description
29040 チェス棋譜 このひな型は、
29041 \series bold
29042
29043 \begin_inset CommandInset href
29044 LatexCommand href
29045 name "XBoard"
29046 target "http://en.wikipedia.org/wiki/XBoard"
29047
29048 \end_inset
29049
29050
29051 \series default
29052 プログラムで作成されたチェス棋譜をサポートします。
29053 \end_layout
29054
29055 \begin_layout Description
29056 日付 これは、
29057 \emph on
29058 日-月-年
29059 \emph default
29060 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
29061 \begin_inset External
29062         template Date
29063         filename .
29064
29065 \end_inset
29066
29067
29068 \begin_inset space ~
29069 \end_inset
29070
29071
29072 \begin_inset Note Note
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076 バグ4398が修正されたら、この保護空白は削除してください!
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \begin_inset Newline newline
29083 \end_inset
29084
29085 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
29086 \family sans
29087 挿入
29088 \family default
29089 \SpecialChar \menuseparator
29090 日付メニューを使用する方法で、他はLaTeXコマンドの
29091 \series bold
29092
29093 \backslash
29094 today
29095 \series default
29096 をTeXコードで使用する方法です。これらの各方法は、表
29097 \begin_inset CommandInset ref
29098 LatexCommand ref
29099 reference "tab:日付挿入方法"
29100
29101 \end_inset
29102
29103 に比較を掲載しておきます。
29104 \end_layout
29105
29106 \begin_layout Description
29107 Dia このひな型は、
29108 \series bold
29109
29110 \begin_inset CommandInset href
29111 LatexCommand href
29112 name "Dia"
29113 target "http://en.wikipedia.org/wiki/Dia_(software)"
29114
29115 \end_inset
29116
29117
29118 \series default
29119 プログラムで作成したダイアグラムをサポートします。
29120 \end_layout
29121
29122 \begin_layout Description
29123 LilyPond このひな型は、
29124 \series bold
29125
29126 \begin_inset CommandInset href
29127 LatexCommand href
29128 name "LilyPond"
29129 target "http://en.wikipedia.org/wiki/LilyPond"
29130
29131 \end_inset
29132
29133
29134 \series default
29135 プログラムで作成した楽譜の組版に使用されます。
29136 \end_layout
29137
29138 \begin_layout Description
29139 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
29140 \family sans
29141 LaTeXとLyXオプション
29142 \family default
29143 タブ中の
29144 \family sans
29145 オプション
29146 \family default
29147 フィールドに
29148 \emph on
29149 pages
29150 \emph default
29151 オプションを指定してください。
29152 \emph on
29153 pages
29154 \emph default
29155 オプションを指定しないと、PDFの最初のページのみが挿入されます。
29156 \end_layout
29157
29158 \begin_layout Description
29159 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
29160 \family sans
29161 外部素材
29162 \family default
29163 ダイアログを使って入れる画像は、第
29164 \begin_inset CommandInset ref
29165 LatexCommand ref
29166 reference "sec:画像ダイアログ"
29167
29168 \end_inset
29169
29170 節にあるように
29171 \family sans
29172 画像
29173 \family default
29174 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
29175 サポートしていないという点のみです。
29176 \end_layout
29177
29178 \begin_layout Description
29179 XFig このひな型は、
29180 \series bold
29181
29182 \begin_inset CommandInset href
29183 LatexCommand href
29184 name "Xfig"
29185 target "http://en.wikipedia.org/wiki/Xfig"
29186
29187 \end_inset
29188
29189
29190 \series default
29191 プログラムで作成した画像をサポートします。
29192 \end_layout
29193
29194 \begin_layout Standard
29195 \begin_inset Float table
29196 placement h
29197 wide false
29198 sideways false
29199 status open
29200
29201 \begin_layout Plain Layout
29202 \begin_inset Caption
29203
29204 \begin_layout Plain Layout
29205 \begin_inset CommandInset label
29206 LatexCommand label
29207 name "tab:日付挿入方法"
29208
29209 \end_inset
29210
29211 日付の挿入方法の比較
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \begin_layout Plain Layout
29220 \align center
29221 \begin_inset Tabular
29222 <lyxtabular version="3" rows="4" columns="4">
29223 <features>
29224 <column alignment="center" valignment="top" width="0">
29225 <column alignment="center" valignment="top" width="0">
29226 <column alignment="center" valignment="top" width="0">
29227 <column alignment="center" valignment="top" width="0">
29228 <row>
29229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29230 \begin_inset Text
29231
29232 \begin_layout Plain Layout
29233 文書書式
29234 \end_layout
29235
29236 \end_inset
29237 </cell>
29238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29239 \begin_inset Text
29240
29241 \begin_layout Plain Layout
29242
29243 \family sans
29244 外部素材\SpecialChar \menuseparator
29245 日付
29246 \end_layout
29247
29248 \end_inset
29249 </cell>
29250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29251 \begin_inset Text
29252
29253 \begin_layout Plain Layout
29254
29255 \family sans
29256 挿入\SpecialChar \menuseparator
29257 日付
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Plain Layout
29266
29267 \series bold
29268
29269 \backslash
29270 today
29271 \series default
29272 コマンド
29273 \end_layout
29274
29275 \end_inset
29276 </cell>
29277 </row>
29278 <row>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Plain Layout
29283 LyX
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 差込枠として
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301 日付として
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 TeXコード差込枠として
29311 \end_layout
29312
29313 \end_inset
29314 </cell>
29315 </row>
29316 <row>
29317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321 LaTeX
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330 日付として
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339 日付として
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348 コマンドとして
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 </row>
29354 <row>
29355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29356 \begin_inset Text
29357
29358 \begin_layout Plain Layout
29359 DVI, PDF, PS
29360 \end_layout
29361
29362 \end_inset
29363 </cell>
29364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29365 \begin_inset Text
29366
29367 \begin_layout Plain Layout
29368 日付として
29369 \end_layout
29370
29371 \end_inset
29372 </cell>
29373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377 日付として
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 日付として
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 </row>
29392 </lyxtabular>
29393
29394 \end_inset
29395
29396
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405
29406 \family sans
29407 外部素材
29408 \family default
29409 ダイアログの
29410 \family sans
29411 ファイル
29412 \family default
29413 タブ中で
29414 \family sans
29415 下書き
29416 \family default
29417 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
29418 \begin_inset Newline newline
29419 \end_inset
29420
29421 LyX中での外部素材は、ダイアログ内の
29422 \family sans
29423 LaTeXとLyXのオプション
29424 \family default
29425 タブにある
29426 \family sans
29427 LyX内に表示
29428 \family default
29429 オプションの指定に従って、
29430 \begin_inset Graphics
29431         filename clipart/ExternalMaterialQt4.png
29432         scale 85
29433         scaleBeforeRotation
29434
29435 \end_inset
29436
29437 のようなボックスとして表示されるか、画像として表示されます。
29438 \end_layout
29439
29440 \begin_layout Standard
29441 取扱説明書
29442 \family sans
29443 \emph on
29444 カスタマイズ篇
29445 \family default
29446 \emph default
29447 には、自製のひな型を定義する方法が説明されています。
29448 \end_layout
29449
29450 \begin_layout Section
29451 子文書
29452 \begin_inset CommandInset label
29453 LatexCommand label
29454 name "sec:子文書"
29455
29456 \end_inset
29457
29458
29459 \begin_inset Index
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \begin_inset Index
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473 ふぁいる@ファイル ! いんくるーど@インクルード
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \end_layout
29480
29481 \begin_layout Standard
29482 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
29483 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
29484 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
29485 \end_layout
29486
29487 \begin_layout Standard
29488 親文書を開くことなく子文書で作業できるようにするには、子文書の
29489 \family sans
29490 文書
29491 \family default
29492 \SpecialChar \menuseparator
29493
29494 \family sans
29495 設定
29496 \family default
29497 \SpecialChar \menuseparator
29498
29499 \family sans
29500 文書クラス
29501 \family default
29502 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
29503 \end_layout
29504
29505 \begin_layout Standard
29506 取り込んだ文書は、LyX中で
29507 \begin_inset Graphics
29508         filename clipart/ChildDocumentQt4.png
29509         scale 85
29510         scaleBeforeRotation
29511
29512 \end_inset
29513
29514 のようなボックスとして表示されます。子文書を親文書に取り込むには、
29515 \family sans
29516 挿入
29517 \family default
29518 \SpecialChar \menuseparator
29519
29520 \family sans
29521 ファイル
29522 \family default
29523 \SpecialChar \menuseparator
29524
29525 \family sans
29526 子文書
29527 \family default
29528 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
29529 \end_layout
29530
29531 \begin_layout Description
29532 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
29533 \family sans
29534 子文書
29535 \family default
29536 ダイアログの
29537 \family sans
29538 編集
29539 \family default
29540 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
29541 \begin_inset Newline newline
29542 \end_inset
29543
29544
29545 \end_layout
29546
29547 \begin_layout Standard
29548 以下は、
29549 \family sans
29550 Include
29551 \family default
29552 を使用して挿入した子文書です。 
29553 \begin_inset CommandInset include
29554 LatexCommand include
29555 filename "DummyDocument1.lyx"
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \begin_layout Standard
29563 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
29564 あります。取り込んだ文書のラベルは、第
29565 \begin_inset CommandInset ref
29566 LatexCommand ref
29567 reference "sub:外部文書の第1小節"
29568
29569 \end_inset
29570
29571 小節、のように参照することができます。
29572 \end_layout
29573
29574 \begin_layout Standard
29575 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
29576 は、新規頁から始まるように挿入され、改頁して終わります。
29577 \end_layout
29578
29579 \begin_layout Standard
29580 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
29581 \begin_inset Foot
29582 status open
29583
29584 \begin_layout Plain Layout
29585 派生枝は、LyX
29586 \emph on
29587 ユーザーの手引き
29588 \emph default
29589
29590 \emph on
29591 派生枝
29592 \emph default
29593 の節に説明されています。
29594 \end_layout
29595
29596 \end_inset
29597
29598 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
29599 \end_layout
29600
29601 \begin_layout Standard
29602 \begin_inset Note Greyedout
29603 status open
29604
29605 \begin_layout Plain Layout
29606
29607 \series bold
29608 【註】
29609 \series default
29610 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
29611 \series bold
29612
29613 \backslash
29614 includeonly
29615 \series default
29616 を使用することはできません。
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \begin_layout Standard
29625 \begin_inset Note Greyedout
29626 status open
29627
29628 \begin_layout Plain Layout
29629
29630 \series bold
29631 【註】
29632 \series default
29633 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
29634 警告が発せられます。
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Description
29643 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
29644 \end_layout
29645
29646 \begin_deeper
29647 \begin_layout Itemize
29648 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
29649 \end_layout
29650
29651 \begin_layout Itemize
29652 Inputファイルは、LyX設定の操作性
29653 \family sans
29654 \SpecialChar \menuseparator
29655 表示
29656 \family default
29657 の下にある
29658 \family sans
29659 画像を表示
29660 \family default
29661 を有効にすると、LyX中でプレビューすることができます。
29662 \end_layout
29663
29664 \begin_layout Itemize
29665 LaTeXコマンドの
29666 \series bold
29667
29668 \backslash
29669 includeonly
29670 \series default
29671 は使用することができません。
29672 \end_layout
29673
29674 \end_deeper
29675 \begin_layout Standard
29676 右は、
29677 \family sans
29678 Input
29679 \family default
29680 を使って挿入した子文書です。 
29681 \begin_inset CommandInset include
29682 LatexCommand input
29683 filename "DummyDocument2.lyx"
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Description
29691 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
29692 に用いられているコマンドは実行されません。
29693 \family sans
29694 出力の空白に印付けをする
29695 \family default
29696 オプションを有効にすると、ソースコード中のすべての空白文字に「
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702
29703 \backslash
29704 textvisiblespace 
29705 \end_layout
29706
29707 \end_inset
29708
29709 」文字を表示させることができます。
29710 \family sans
29711 挿入\SpecialChar \menuseparator
29712 ファイル\SpecialChar \menuseparator
29713 平文
29714 \family default
29715 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
29716 \end_layout
29717
29718 \begin_layout Standard
29719 以下は、verbatimとして挿入された子文書です。 
29720 \begin_inset CommandInset include
29721 LatexCommand verbatiminput
29722 filename "../DummyTextDocument.txt"
29723
29724 \end_inset
29725
29726
29727 \begin_inset VSpace bigskip
29728 \end_inset
29729
29730 以下は、
29731 \family sans
29732 出力の空白に印付けをする
29733 \family default
29734 オプションを指定して、verbatimとして挿入された子文書です。 
29735 \begin_inset CommandInset include
29736 LatexCommand verbatiminput*
29737 filename "../DummyTextDocument.txt"
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745 \begin_inset VSpace bigskip
29746 \end_inset
29747
29748
29749 \end_layout
29750
29751 \begin_layout Standard
29752 \begin_inset Note Greyedout
29753 status open
29754
29755 \begin_layout Plain Layout
29756
29757 \series bold
29758 【註】
29759 \series default
29760 上記の例でわかるように、
29761 \family sans
29762 verbatim
29763 \family default
29764 として取り込んだ文書の文章は、文書行の終わりで改行されません。
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Standard
29773 \begin_inset Note Greyedout
29774 status open
29775
29776 \begin_layout Plain Layout
29777
29778 \series bold
29779 【訳註】
29780 \series default
29781 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \begin_layout Description
29790 プログラムリスト この型については、第
29791 \begin_inset CommandInset ref
29792 LatexCommand ref
29793 reference "cha:プログラムコードリスト"
29794
29795 \end_inset
29796
29797 章に説明されています。
29798 \end_layout
29799
29800 \begin_layout Standard
29801 \begin_inset Note Greyedout
29802 status open
29803
29804 \begin_layout Plain Layout
29805
29806 \series bold
29807 【註】
29808 \series default
29809 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \end_layout
29816
29817 \begin_layout Chapter
29818 プログラムコードリスト
29819 \begin_inset CommandInset label
29820 LatexCommand label
29821 name "cha:プログラムコードリスト"
29822
29823 \end_inset
29824
29825
29826 \begin_inset Index
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830 りすと@リスト
29831 \end_layout
29832
29833 \end_inset
29834
29835
29836 \begin_inset Index
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840 ぷろぐらむこーど@プログラムコード
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \begin_inset Index
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850 ふろーと@フロート ! りすと@リスト
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Standard
29859 プログラムコードを取り込んで組版するには、
29860 \family sans
29861 挿入
29862 \family default
29863 \SpecialChar \menuseparator
29864
29865 \family sans
29866 プログラムリスト
29867 \family default
29868 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
29869 \series bold
29870 listings
29871 \series default
29872
29873 \begin_inset Index
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877 LaTeXぱっけーじ@LaTeXパッケージ ! listings
29878 \end_layout
29879
29880 \end_inset
29881
29882 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
29883 \end_layout
29884
29885 \begin_layout Standard
29886 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
29887 \end_layout
29888
29889 \begin_layout Standard
29890 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
29891 \family sans
29892 行内リスト
29893 \family default
29894 を指定すると、リストは
29895 \begin_inset listings
29896 lstparams "language={C++}"
29897 inline true
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901
29902 int a=5;
29903 \end_layout
29904
29905 \end_inset
29906
29907 のように行内に印字されます。
29908 \begin_inset Newline newline
29909 \end_inset
29910
29911
29912 \family sans
29913 フロート
29914 \family default
29915 オプションは、プログラムリストフロートを生成するものですが、ここで、第
29916 \begin_inset CommandInset ref
29917 LatexCommand ref
29918 reference "sec:フロートの配置"
29919
29920 \end_inset
29921
29922 節に説明されているフロート配置オプションに従って、「
29923 \family sans
29924 h
29925 \family default
29926 」「
29927 \family sans
29928 t
29929 \family default
29930 」「
29931 \family sans
29932 b
29933 \family default
29934 」「
29935 \family sans
29936 p
29937 \family default
29938 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
29939 \family sans
29940 htbp
29941 \family default
29942 」のように区切りを入れることなく入力することができます。「
29943 \family sans
29944 h
29945 \family default
29946 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
29947 \family sans
29948 フロート
29949 \family default
29950 オプションを使用しなければ大丈夫です。
29951 \end_layout
29952
29953 \begin_layout Standard
29954
29955 \family sans
29956 挿入
29957 \family default
29958 \SpecialChar \menuseparator
29959
29960 \family sans
29961 キャプション
29962 \family default
29963 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、Listing
29964 \begin_inset space ~
29965 \end_inset
29966
29967
29968 \begin_inset CommandInset ref
29969 LatexCommand ref
29970 reference "lst:Example-Listing"
29971
29972 \end_inset
29973
29974 のように参照することができます。
29975 \end_layout
29976
29977 \begin_layout Standard
29978 \begin_inset listings
29979 lstparams "language=Python"
29980 inline false
29981 status open
29982
29983 \begin_layout Plain Layout
29984
29985 \begin_inset Caption
29986
29987 \begin_layout Plain Layout
29988 \begin_inset CommandInset label
29989 LatexCommand label
29990 name "lst:Example-Listing"
29991
29992 \end_inset
29993
29994 Example Listing float
29995 \end_layout
29996
29997 \end_inset
29998
29999 # Example listing float
30000 \end_layout
30001
30002 \begin_layout Plain Layout
30003
30004 def func(param):
30005 \end_layout
30006
30007 \begin_layout Plain Layout
30008
30009     'this is a python function'
30010 \end_layout
30011
30012 \begin_layout Plain Layout
30013
30014     pass
30015 \end_layout
30016
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \begin_layout Standard
30023 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
30024 onのキーワード「def」が識別され、ボールド体で出力されます。
30025 \end_layout
30026
30027 \begin_layout Standard
30028 \begin_inset Note Greyedout
30029 status open
30030
30031 \begin_layout Plain Layout
30032
30033 \series bold
30034 【註】
30035 \series default
30036 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
30037 \family typewriter
30038 typewriter
30039 \family default
30040 フォントがボールド体を提供していません。この場合には、
30041 \family sans
30042 文書
30043 \family default
30044 \SpecialChar \menuseparator
30045
30046 \family sans
30047 設定
30048 \family default
30049 \SpecialChar \menuseparator
30050
30051 \family sans
30052 フォント
30053 \family default
30054 メニューで別のフォントを選択してください(
30055 \emph on
30056 LuxiMono
30057 \emph default
30058
30059 \emph on
30060 BeraMono
30061 \emph default
30062
30063 \emph on
30064 Courier
30065 \emph default
30066 の各フォントはボールド体を提供します)。
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 \begin_inset Note Greyedout
30076 status open
30077
30078 \begin_layout Plain Layout
30079
30080 \series bold
30081 【訳註】
30082 \series default
30083 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \end_layout
30090
30091 \begin_layout Standard
30092 プログラムリストダイアログの
30093 \family sans
30094 行番号
30095 \family default
30096 のセクションでは、行番号の様式を指定することができます。
30097 \family sans
30098 行間
30099 \family default
30100 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
30101 \end_layout
30102
30103 \begin_layout Standard
30104 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
30105 \family sans
30106 拡張文字コード表を使う
30107 \family default
30108 オプションを使用しなくてはなりません。
30109 \begin_inset Newline newline
30110 \end_inset
30111
30112 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
30113 \begin_inset space \thinspace{}
30114 \end_inset
30115
30116 -
30117 \begin_inset space \thinspace{}
30118 \end_inset
30119
30120 8」で設定したプログラムリストの例です。
30121 \end_layout
30122
30123 \begin_layout Standard
30124 \begin_inset listings
30125 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
30126 inline false
30127 status open
30128
30129 \begin_layout Plain Layout
30130
30131 def func(param):
30132 \end_layout
30133
30134 \begin_layout Plain Layout
30135
30136     'this is a python function'
30137 \end_layout
30138
30139 \begin_layout Plain Layout
30140
30141     pass
30142 \end_layout
30143
30144 \begin_layout Plain Layout
30145
30146 def func(param):
30147 \end_layout
30148
30149 \begin_layout Plain Layout
30150
30151 'This is a German word: Tschüß'
30152 \end_layout
30153
30154 \begin_layout Plain Layout
30155
30156 pass
30157 \end_layout
30158
30159 \begin_layout Plain Layout
30160
30161 def func(param):
30162 \end_layout
30163
30164 \begin_layout Plain Layout
30165
30166 'this is a python function'
30167 \end_layout
30168
30169 \begin_layout Plain Layout
30170
30171 pass
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \begin_layout Standard
30180 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
30181 \family sans
30182 タビュレータの大きさ
30183 \family default
30184 フィールドで指定することができます。
30185 \end_layout
30186
30187 \begin_layout Standard
30188 \begin_inset Note Greyedout
30189 status open
30190
30191 \begin_layout Plain Layout
30192
30193 \series bold
30194 【註】listings
30195 \series default
30196 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
30197 に振られているのはこのためです。
30198 \end_layout
30199
30200 \end_inset
30201
30202
30203 \end_layout
30204
30205 \begin_layout Standard
30206 \begin_inset VSpace bigskip
30207 \end_inset
30208
30209
30210 \end_layout
30211
30212 \begin_layout Standard
30213 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
30214 \family sans
30215 挿入
30216 \family default
30217 \SpecialChar \menuseparator
30218
30219 \family sans
30220 ファイル
30221 \family default
30222 \SpecialChar \menuseparator
30223
30224 \family sans
30225 子文書
30226 \family default
30227 メニューを使用して
30228 \family sans
30229 プログラムリスト
30230 \family default
30231 型を選択してください
30232 \begin_inset Foot
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236 他の子文書型については、第 section
30237 \begin_inset space ~
30238 \end_inset
30239
30240
30241 \begin_inset CommandInset ref
30242 LatexCommand ref
30243 reference "sec:子文書"
30244
30245 \end_inset
30246
30247 節に説明があります。
30248 \end_layout
30249
30250 \end_inset
30251
30252 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
30253 疑問符「?」を打鍵してください。
30254 \end_layout
30255
30256 \begin_layout Standard
30257 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
30258 \family sans
30259 挿入
30260 \family default
30261 \SpecialChar \menuseparator
30262
30263 \family sans
30264 相互参照
30265 \family default
30266 メニューを使って参照できるようになります。
30267 \end_layout
30268
30269 \begin_layout Standard
30270 プログラムリスト
30271 \begin_inset CommandInset ref
30272 LatexCommand ref
30273 reference "lst:file-listing"
30274
30275 \end_inset
30276
30277 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset CommandInset include
30282 LatexCommand lstinputlisting
30283 filename "EmbeddedObjects.lyx"
30284 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
30285
30286 \end_inset
30287
30288
30289 \end_layout
30290
30291 \begin_layout Standard
30292 \begin_inset VSpace bigskip
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Standard
30299 大域的なプログラムリストの設定は、
30300 \family sans
30301 文書
30302 \family default
30303 \SpecialChar \menuseparator
30304
30305 \family sans
30306 設定
30307 \family default
30308 \SpecialChar \menuseparator
30309
30310 \family sans
30311 本文レイアウト
30312 \family default
30313 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
30314 \family sans
30315 プログラムリスト設定
30316 \family default
30317 フィールドで疑問符「?」を打鍵してください。
30318 \end_layout
30319
30320 \begin_layout Standard
30321
30322 \series bold
30323 listings
30324 \series default
30325 パッケージについての詳しい情報については、取扱説明書
30326 \begin_inset CommandInset citation
30327 LatexCommand cite
30328 key "listings"
30329
30330 \end_inset
30331
30332 をご参照ください。.
30333 \end_layout
30334
30335 \begin_layout Standard
30336 \begin_inset Newpage newpage
30337 \end_inset
30338
30339
30340 \end_layout
30341
30342 \begin_layout Chapter
30343 \start_of_appendix
30344 LyXで使用できる単位
30345 \begin_inset Index
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349 たんい@単位
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \begin_inset CommandInset label
30356 LatexCommand label
30357 name "cha:LyXで使用できる単位"
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 この文書で用いられる単位の理解のために、表
30366 \begin_inset CommandInset ref
30367 LatexCommand ref
30368 reference "tab:単位"
30369
30370 \end_inset
30371
30372 に、LyXで使うことのできる単位をまとめておきます。
30373 \end_layout
30374
30375 \begin_layout Standard
30376 \begin_inset Float table
30377 placement h
30378 wide false
30379 sideways false
30380 status open
30381
30382 \begin_layout Plain Layout
30383 \begin_inset Caption
30384
30385 \begin_layout Plain Layout
30386 \begin_inset CommandInset label
30387 LatexCommand label
30388 name "tab:単位"
30389
30390 \end_inset
30391
30392 単位
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Plain Layout
30401 \begin_inset VSpace medskip
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \begin_layout Plain Layout
30408 \align center
30409 \begin_inset Tabular
30410 <lyxtabular version="3" rows="20" columns="2">
30411 <features>
30412 <column alignment="center" valignment="top" width="0">
30413 <column alignment="center" valignment="top" width="0">
30414 <row>
30415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419 単位
30420 \end_layout
30421
30422 \end_inset
30423 </cell>
30424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30425 \begin_inset Text
30426
30427 \begin_layout Plain Layout
30428 名称/摘要
30429 \end_layout
30430
30431 \end_inset
30432 </cell>
30433 </row>
30434 <row>
30435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30436 \begin_inset Text
30437
30438 \begin_layout Plain Layout
30439 mm
30440 \end_layout
30441
30442 \end_inset
30443 </cell>
30444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30445 \begin_inset Text
30446
30447 \begin_layout Plain Layout
30448 ミリメートル
30449 \end_layout
30450
30451 \end_inset
30452 </cell>
30453 </row>
30454 <row>
30455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30456 \begin_inset Text
30457
30458 \begin_layout Plain Layout
30459 cm
30460 \end_layout
30461
30462 \end_inset
30463 </cell>
30464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30465 \begin_inset Text
30466
30467 \begin_layout Plain Layout
30468 センチメートル
30469 \end_layout
30470
30471 \end_inset
30472 </cell>
30473 </row>
30474 <row>
30475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 in
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488 インチ
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 </row>
30494 <row>
30495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30496 \begin_inset Text
30497
30498 \begin_layout Plain Layout
30499 pt
30500 \end_layout
30501
30502 \end_inset
30503 </cell>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508 ポイント (72.27
30509 \begin_inset Formula $\,$
30510 \end_inset
30511
30512 pt = 1
30513 \begin_inset Formula $\,$
30514 \end_inset
30515
30516 in)
30517 \end_layout
30518
30519 \end_inset
30520 </cell>
30521 </row>
30522 <row>
30523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30524 \begin_inset Text
30525
30526 \begin_layout Plain Layout
30527 pc
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30533 \begin_inset Text
30534
30535 \begin_layout Plain Layout
30536 パイカ (1
30537 \begin_inset Formula $\,$
30538 \end_inset
30539
30540 pc = 12
30541 \begin_inset Formula $\,$
30542 \end_inset
30543
30544 pt)
30545 \end_layout
30546
30547 \end_inset
30548 </cell>
30549 </row>
30550 <row>
30551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 sp
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 スケールポイント (65536
30565 \begin_inset Formula $\,$
30566 \end_inset
30567
30568 sp = 1
30569 \begin_inset Formula $\,$
30570 \end_inset
30571
30572 pt)
30573 \end_layout
30574
30575 \end_inset
30576 </cell>
30577 </row>
30578 <row>
30579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout Plain Layout
30583 bp
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30589 \begin_inset Text
30590
30591 \begin_layout Plain Layout
30592 ビッグポイント (72
30593 \begin_inset Formula $\,$
30594 \end_inset
30595
30596 bp = 1
30597 \begin_inset Formula $\,$
30598 \end_inset
30599
30600 in)
30601 \end_layout
30602
30603 \end_inset
30604 </cell>
30605 </row>
30606 <row>
30607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30608 \begin_inset Text
30609
30610 \begin_layout Plain Layout
30611 dd
30612 \end_layout
30613
30614 \end_inset
30615 </cell>
30616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30617 \begin_inset Text
30618
30619 \begin_layout Plain Layout
30620 ディドー (72
30621 \begin_inset Formula $\,$
30622 \end_inset
30623
30624 dd 
30625 \begin_inset Formula $\approx$
30626 \end_inset
30627
30628  37.6
30629 \begin_inset Formula $\,$
30630 \end_inset
30631
30632 mm)
30633 \end_layout
30634
30635 \end_inset
30636 </cell>
30637 </row>
30638 <row>
30639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30640 \begin_inset Text
30641
30642 \begin_layout Plain Layout
30643 cc
30644 \end_layout
30645
30646 \end_inset
30647 </cell>
30648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30649 \begin_inset Text
30650
30651 \begin_layout Plain Layout
30652 シセロ (1
30653 \begin_inset Formula $\,$
30654 \end_inset
30655
30656 cc = 12
30657 \begin_inset Formula $\,$
30658 \end_inset
30659
30660 dd)
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 </row>
30666 <row>
30667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30668 \begin_inset Text
30669
30670 \begin_layout Plain Layout
30671 Scale%
30672 \end_layout
30673
30674 \end_inset
30675 </cell>
30676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680 元の画像幅の%
30681 \end_layout
30682
30683 \end_inset
30684 </cell>
30685 </row>
30686 <row>
30687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30688 \begin_inset Text
30689
30690 \begin_layout Plain Layout
30691 text%
30692 \end_layout
30693
30694 \end_inset
30695 </cell>
30696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30697 \begin_inset Text
30698
30699 \begin_layout Plain Layout
30700 テキスト幅の%
30701 \end_layout
30702
30703 \end_inset
30704 </cell>
30705 </row>
30706 <row>
30707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711 col%
30712 \end_layout
30713
30714 \end_inset
30715 </cell>
30716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30717 \begin_inset Text
30718
30719 \begin_layout Plain Layout
30720 組段幅の%
30721 \end_layout
30722
30723 \end_inset
30724 </cell>
30725 </row>
30726 <row>
30727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30728 \begin_inset Text
30729
30730 \begin_layout Plain Layout
30731 page%
30732 \end_layout
30733
30734 \end_inset
30735 </cell>
30736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30737 \begin_inset Text
30738
30739 \begin_layout Plain Layout
30740 用紙幅の%
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 </row>
30746 <row>
30747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30748 \begin_inset Text
30749
30750 \begin_layout Plain Layout
30751 line%
30752 \end_layout
30753
30754 \end_inset
30755 </cell>
30756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30757 \begin_inset Text
30758
30759 \begin_layout Plain Layout
30760 行幅の%
30761 \end_layout
30762
30763 \end_inset
30764 </cell>
30765 </row>
30766 <row>
30767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30768 \begin_inset Text
30769
30770 \begin_layout Plain Layout
30771 theight%
30772 \end_layout
30773
30774 \end_inset
30775 </cell>
30776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30777 \begin_inset Text
30778
30779 \begin_layout Plain Layout
30780 テキスト高さの%
30781 \end_layout
30782
30783 \end_inset
30784 </cell>
30785 </row>
30786 <row>
30787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30788 \begin_inset Text
30789
30790 \begin_layout Plain Layout
30791 pheight%
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30797 \begin_inset Text
30798
30799 \begin_layout Plain Layout
30800 用紙高さの%
30801 \end_layout
30802
30803 \end_inset
30804 </cell>
30805 </row>
30806 <row>
30807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30808 \begin_inset Text
30809
30810 \begin_layout Plain Layout
30811 ex
30812 \end_layout
30813
30814 \end_inset
30815 </cell>
30816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30817 \begin_inset Text
30818
30819 \begin_layout Plain Layout
30820 現在のフォントの文字「x」の高さ
30821 \end_layout
30822
30823 \end_inset
30824 </cell>
30825 </row>
30826 <row>
30827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30828 \begin_inset Text
30829
30830 \begin_layout Plain Layout
30831 em
30832 \end_layout
30833
30834 \end_inset
30835 </cell>
30836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30837 \begin_inset Text
30838
30839 \begin_layout Plain Layout
30840 現在のフォントの文字「M」の幅
30841 \end_layout
30842
30843 \end_inset
30844 </cell>
30845 </row>
30846 <row>
30847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30848 \begin_inset Text
30849
30850 \begin_layout Plain Layout
30851 mu
30852 \end_layout
30853
30854 \end_inset
30855 </cell>
30856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30857 \begin_inset Text
30858
30859 \begin_layout Plain Layout
30860 数式単位 (1
30861 \begin_inset Formula $\,$
30862 \end_inset
30863
30864 mu = 1/18
30865 \begin_inset Formula $\,$
30866 \end_inset
30867
30868 em)
30869 \end_layout
30870
30871 \end_inset
30872 </cell>
30873 </row>
30874 </lyxtabular>
30875
30876 \end_inset
30877
30878
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \end_layout
30885
30886 \begin_layout Chapter
30887 画像を含む場合のファイル出力形式
30888 \begin_inset CommandInset label
30889 LatexCommand label
30890 name "cha:ファイル出力形式"
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \begin_layout Section
30898 DVI
30899 \begin_inset Index
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903 ふぁいるしょしき@ファイル書式 ! DVI
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \begin_inset Index
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913 DVI|see
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919 {
30920 \end_layout
30921
30922 \end_inset
30923
30924 ファイル書式
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930 }
30931 \end_layout
30932
30933 \end_inset
30934
30935
30936 \end_layout
30937
30938 \end_inset
30939
30940
30941 \end_layout
30942
30943 \begin_layout Standard
30944 このファイル型の拡張子は「
30945 \family typewriter
30946 .dvi
30947 \family default
30948 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
30949 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
30950 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
30951 \end_layout
30952
30953 \begin_layout Standard
30954 \begin_inset Note Greyedout
30955 status open
30956
30957 \begin_layout Plain Layout
30958 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
30959 \end_layout
30960
30961 \end_inset
30962
30963 ですから、お使いの
30964 \family typewriter
30965 .dvi
30966 \family default
30967 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
30968 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
30969 DFを使用することをお勧めします。
30970 \end_layout
30971
30972 \begin_layout Standard
30973 使用中の文書は、
30974 \family sans
30975 ファイル
30976 \family default
30977 \SpecialChar \menuseparator
30978
30979 \family sans
30980 書き出し
30981 \family default
30982 \SpecialChar \menuseparator
30983
30984 \family sans
30985 DVI
30986 \family default
30987 メニューを使用して、DVIに書き出すことができます。また、
30988 \family sans
30989 表示
30990 \family default
30991 メニューかツールバーボタン
30992 \begin_inset Graphics
30993         filename ../../images/buffer-view_dvi.png
30994         scale 85
30995         scaleBeforeRotation
30996
30997 \end_inset
30998
30999 を使用すれば、使用中の文書をDVIで表示させることができます。
31000 \end_layout
31001
31002 \begin_layout Section
31003 PostScript
31004 \begin_inset CommandInset label
31005 LatexCommand label
31006 name "sec:PostScript"
31007
31008 \end_inset
31009
31010
31011 \begin_inset Index
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015 ふぁいるしょしき@ファイル書式 ! PostScript
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \begin_inset Index
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025 PostScript|see
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031 {
31032 \end_layout
31033
31034 \end_inset
31035
31036 ファイル書式
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042 }
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 このファイル型の拡張子は「
31057 \family typewriter
31058 .ps
31059 \family default
31060 」です。PostScriptは、
31061 \family typewriter
31062 Adobe
31063 \family default
31064 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
31065 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
31066 \begin_inset Foot
31067 status open
31068
31069 \begin_layout Plain Layout
31070 これについてもう少し学ぶ気があれば、LaTeXパッケージ
31071 \series bold
31072 PSTricks
31073 \series default
31074  
31075 \begin_inset CommandInset citation
31076 LatexCommand cite
31077 key "pstricks"
31078
31079 \end_inset
31080
31081 を見てみてください。
31082 \end_layout
31083
31084 \end_inset
31085
31086 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
31087 \end_layout
31088
31089 \begin_layout Standard
31090 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
31091 \family typewriter
31092 .eps
31093 \family default
31094 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
31095 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
31096 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
31097 を直接EPSとして入れておく方がよいでしょう。
31098 \end_layout
31099
31100 \begin_layout Standard
31101 文書は、
31102 \family sans
31103 ファイル
31104 \family default
31105 \SpecialChar \menuseparator
31106
31107 \family sans
31108 書き出し
31109 \family default
31110 \SpecialChar \menuseparator
31111
31112 \family sans
31113 Postscript
31114 \family default
31115 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
31116 \family sans
31117 表示
31118 \family default
31119 メニューかツールバーボタン
31120 \begin_inset Graphics
31121         filename ../../images/buffer-view_ps.png
31122         scale 85
31123         scaleBeforeRotation
31124
31125 \end_inset
31126
31127 を使用することでPostScriptとして表示させることができます。
31128 \end_layout
31129
31130 \begin_layout Section
31131 PDF
31132 \begin_inset Index
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136 ふぁいるしょしき@ファイル書式 ! PDF
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \begin_inset Index
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 PDF
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 このファイル型の拡張子は「
31156 \family typewriter
31157 .pdf
31158 \family default
31159 」です。この「Portable Document Format (PDF)」は、
31160 \family typewriter
31161 Adobe
31162 \family default
31163 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
31164 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
31165 \end_layout
31166
31167 \begin_layout Standard
31168 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
31169 \family typewriter
31170 .jpg
31171 \family default
31172 」または「
31173 \family typewriter
31174 .jpeg
31175 \family default
31176 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
31177 \family typewriter
31178 .png
31179 \family default
31180 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
31181 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
31182 とをお勧めします。
31183 \end_layout
31184
31185 \begin_layout Standard
31186 使用中の文書は、
31187 \family sans
31188 ファイル
31189 \family default
31190 \SpecialChar \menuseparator
31191
31192 \family sans
31193 書き出し
31194 \family default
31195 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
31196 \end_layout
31197
31198 \begin_layout Description
31199 PDF
31200 \begin_inset space ~
31201 \end_inset
31202
31203 (ps2pdf) これは
31204 \family typewriter
31205 ps2pdf
31206 \family default
31207 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
31208 \family typewriter
31209 dvips
31210 \family default
31211 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
31212 \end_layout
31213
31214 \begin_layout Description
31215 PDF
31216 \begin_inset space ~
31217 \end_inset
31218
31219 (dvipdfm) これは
31220 \family typewriter
31221 dvipdfm
31222 \family default
31223 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
31224 \end_layout
31225
31226 \begin_layout Description
31227 PDF
31228 \begin_inset space ~
31229 \end_inset
31230
31231 (pdflatex) これは
31232 \family typewriter
31233 pdftex
31234 \family default
31235 プログラムを使って、現在のファイルを直接PDFに変換します。
31236 \end_layout
31237
31238 \begin_layout Standard
31239
31240 \family typewriter
31241 pdftex
31242 \family default
31243 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
31244 \family sans
31245 PDF
31246 \begin_inset space ~
31247 \end_inset
31248
31249 (pdflatex)
31250 \family default
31251 を使用することが推奨されます。
31252 \family typewriter
31253 dvipdfm
31254 \family default
31255 プログラムは開発が停止しており、若干時代遅れになっています。
31256 \end_layout
31257
31258 \begin_layout Standard
31259 使用中の文書をPDFとして表示するには、
31260 \family sans
31261 表示
31262 \family default
31263 メニューかツールバーボタン
31264 \begin_inset Graphics
31265         filename ../../images/buffer-view_pdf2.png
31266         scale 85
31267         scaleBeforeRotation
31268
31269 \end_inset
31270
31271 (これは
31272 \family sans
31273 PDF
31274 \begin_inset space ~
31275 \end_inset
31276
31277 (pdflatex)
31278 \family default
31279 を使用します)を用います。
31280 \end_layout
31281
31282 \begin_layout Chapter
31283
31284 \begin_inset CommandInset ref
31285 LatexCommand eqref
31286 reference "eq:Wgn"
31287
31288 \end_inset
31289
31290 式の説明
31291 \begin_inset CommandInset label
31292 LatexCommand label
31293 name "cha:式の説明"
31294
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \begin_layout Standard
31301 \begin_inset Formula $n$
31302 \end_inset
31303
31304 個の表セルの全幅
31305 \begin_inset Formula $W_{\mathrm{tot\, n}}$
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \begin_layout Standard
31312 \begin_inset Formula \begin{equation}
31313 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}
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \begin_layout Standard
31321 で計算できます。ここで
31322 \begin_inset Formula $W_{g\, n}$
31323 \end_inset
31324
31325 は、すべてのセルが持つ固定幅です。
31326 \series bold
31327
31328 \backslash
31329 tabcolsep
31330 \series default
31331 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
31332 \begin_inset space \thinspace{}
31333 \end_inset
31334
31335 ptです。
31336 \series bold
31337
31338 \backslash
31339 arrayrulewidth
31340 \series default
31341 は、セル罫線幅であり、既定値は0.4
31342 \begin_inset space \thinspace{}
31343 \end_inset
31344
31345 ptです。
31346 \end_layout
31347
31348 \begin_layout Standard
31349
31350 \begin_inset CommandInset ref
31351 LatexCommand eqref
31352 reference "eq:Wtot_n"
31353
31354 \end_inset
31355
31356 式にしたがえば、連結列の全幅
31357 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
31358 \end_inset
31359
31360
31361 \end_layout
31362
31363 \begin_layout Standard
31364 \begin_inset Formula \begin{equation}
31365 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
31366
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \begin_layout Standard
31373 となります。
31374 \begin_inset Formula $n$
31375 \end_inset
31376
31377 列を連結する時には各列の全幅は
31378 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
31379 \end_inset
31380
31381 となるので、第
31382 \begin_inset CommandInset ref
31383 LatexCommand eqref
31384 reference "eq:Wtot_n"
31385
31386 \end_inset
31387
31388 式と第
31389 \begin_inset CommandInset ref
31390 LatexCommand eqref
31391 reference "eq:Wtot_mult"
31392
31393 \end_inset
31394
31395 式が等しいものと置けば、必要となる固定幅
31396 \begin_inset Formula $W_{g\, n}$
31397 \end_inset
31398
31399 を計算することができて、
31400 \end_layout
31401
31402 \begin_layout Standard
31403 \begin_inset Formula \begin{equation}
31404 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
31405
31406 \end_inset
31407
31408 となります。
31409 \end_layout
31410
31411 \begin_layout Bibliography
31412 \begin_inset CommandInset bibitem
31413 LatexCommand bibitem
31414 key "latexcompanion"
31415
31416 \end_inset
31417
31418 Frank Mittelbach and Michel Goossens: 
31419 \emph on
31420 The LaTeX Companion Second Edition.
31421
31422 \emph default
31423  Addison-Wesley, 2004
31424 \end_layout
31425
31426 \begin_layout Bibliography
31427 \begin_inset CommandInset bibitem
31428 LatexCommand bibitem
31429 key "latexguide"
31430
31431 \end_inset
31432
31433 Helmut Kopka and Patrick W.
31434  Daly: 
31435 \emph on
31436 A Guide to LaTeX Fourth Edition.
31437
31438 \emph default
31439  Addison-Wesley, 2003
31440 \end_layout
31441
31442 \begin_layout Bibliography
31443 \begin_inset CommandInset bibitem
31444 LatexCommand bibitem
31445 key "latexbook"
31446
31447 \end_inset
31448
31449 Leslie Lamport: 
31450 \emph on
31451 LaTeX: A Document Preparation System.
31452
31453 \emph default
31454  Addison-Wesley, second edition, 1994
31455 \end_layout
31456
31457 \begin_layout Bibliography
31458 \begin_inset CommandInset bibitem
31459 LatexCommand bibitem
31460 key "booktabs"
31461
31462 \end_inset
31463
31464 LaTeXパッケージ
31465 \series bold
31466
31467 \begin_inset CommandInset href
31468 LatexCommand href
31469 name "booktabs"
31470 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
31471
31472 \end_inset
31473
31474
31475 \series default
31476
31477 \begin_inset Index
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
31482 \end_layout
31483
31484 \end_inset
31485
31486 の取扱説明書
31487 \end_layout
31488
31489 \begin_layout Bibliography
31490 \begin_inset CommandInset bibitem
31491 LatexCommand bibitem
31492 key "caption"
31493
31494 \end_inset
31495
31496 LaTeXパッケージ
31497 \series bold
31498
31499 \begin_inset CommandInset href
31500 LatexCommand href
31501 name "caption"
31502 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
31503
31504 \end_inset
31505
31506
31507 \series default
31508
31509 \begin_inset Index
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513 LaTeXぱっけーじ@LaTeXパッケージ ! caption
31514 \end_layout
31515
31516 \end_inset
31517
31518 の取扱説明書
31519 \end_layout
31520
31521 \begin_layout Bibliography
31522 \begin_inset CommandInset bibitem
31523 LatexCommand bibitem
31524 key "endfloat"
31525
31526 \end_inset
31527
31528 LaTeXパッケージ
31529 \series bold
31530
31531 \begin_inset CommandInset href
31532 LatexCommand href
31533 name "endfloat"
31534 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
31535
31536 \end_inset
31537
31538
31539 \series default
31540
31541 \begin_inset Index
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
31546 \end_layout
31547
31548 \end_inset
31549
31550 の取扱説明書
31551 \end_layout
31552
31553 \begin_layout Bibliography
31554 \begin_inset CommandInset bibitem
31555 LatexCommand bibitem
31556 key "wrapfig"
31557
31558 \end_inset
31559
31560 LaTeXパッケージ
31561 \series bold
31562
31563 \begin_inset CommandInset href
31564 LatexCommand href
31565 name "wrapfig"
31566 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
31567
31568 \end_inset
31569
31570
31571 \series default
31572
31573 \begin_inset Index
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
31578 \end_layout
31579
31580 \end_inset
31581
31582 の取扱説明書
31583 \end_layout
31584
31585 \begin_layout Bibliography
31586 \begin_inset CommandInset bibitem
31587 LatexCommand bibitem
31588 key "footmisc"
31589
31590 \end_inset
31591
31592 LaTeXパッケージ
31593 \series bold
31594
31595 \begin_inset CommandInset href
31596 LatexCommand href
31597 name "footmisc"
31598 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
31599
31600 \end_inset
31601
31602
31603 \series default
31604
31605 \begin_inset Index
31606 status collapsed
31607
31608 \begin_layout Plain Layout
31609 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
31610 \end_layout
31611
31612 \end_inset
31613
31614 の取扱説明書
31615 \end_layout
31616
31617 \begin_layout Bibliography
31618 \begin_inset CommandInset bibitem
31619 LatexCommand bibitem
31620 key "hypcap"
31621
31622 \end_inset
31623
31624 LaTeXパッケージ
31625 \series bold
31626
31627 \begin_inset CommandInset href
31628 LatexCommand href
31629 name "hypcap"
31630 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
31631
31632 \end_inset
31633
31634
31635 \series default
31636
31637 \begin_inset Index
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
31642 \end_layout
31643
31644 \end_inset
31645
31646 の取扱説明書
31647 \end_layout
31648
31649 \begin_layout Bibliography
31650 \begin_inset CommandInset bibitem
31651 LatexCommand bibitem
31652 key "hyperref"
31653
31654 \end_inset
31655
31656 LaTeXパッケージ
31657 \series bold
31658
31659 \begin_inset CommandInset href
31660 LatexCommand href
31661 name "hyperref"
31662 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
31663
31664 \end_inset
31665
31666
31667 \series default
31668
31669 \begin_inset Index
31670 status collapsed
31671
31672 \begin_layout Plain Layout
31673 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
31674 \end_layout
31675
31676 \end_inset
31677
31678 の取扱説明書
31679 \end_layout
31680
31681 \begin_layout Bibliography
31682 \begin_inset CommandInset bibitem
31683 LatexCommand bibitem
31684 key "KOMA-script"
31685
31686 \end_inset
31687
31688 LaTeXパッケージ
31689 \series bold
31690
31691 \begin_inset CommandInset href
31692 LatexCommand href
31693 name "KOMA-script"
31694 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
31695
31696 \end_inset
31697
31698
31699 \series default
31700
31701 \begin_inset Index
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
31706 \end_layout
31707
31708 \end_inset
31709
31710 の取扱説明書
31711 \end_layout
31712
31713 \begin_layout Bibliography
31714 \begin_inset CommandInset bibitem
31715 LatexCommand bibitem
31716 key "listings"
31717
31718 \end_inset
31719
31720 LaTeXパッケージ
31721 \series bold
31722
31723 \begin_inset CommandInset href
31724 LatexCommand href
31725 name "listings"
31726 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
31727
31728 \end_inset
31729
31730
31731 \series default
31732
31733 \begin_inset Index
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 LaTeXぱっけーじ@LaTeXパッケージ ! listings
31738 \end_layout
31739
31740 \end_inset
31741
31742 の取扱説明書
31743 \end_layout
31744
31745 \begin_layout Bibliography
31746 \begin_inset CommandInset bibitem
31747 LatexCommand bibitem
31748 key "marginnote"
31749
31750 \end_inset
31751
31752 LaTeXパッケージ
31753 \series bold
31754
31755 \begin_inset CommandInset href
31756 LatexCommand href
31757 name "marginnote"
31758 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
31759
31760 \end_inset
31761
31762
31763 \series default
31764
31765 \begin_inset Index
31766 status collapsed
31767
31768 \begin_layout Plain Layout
31769 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
31770 \end_layout
31771
31772 \end_inset
31773
31774 の取扱説明書
31775 \end_layout
31776
31777 \begin_layout Bibliography
31778 \begin_inset CommandInset bibitem
31779 LatexCommand bibitem
31780 key "pstricks"
31781
31782 \end_inset
31783
31784 LaTeXパッケージ
31785 \series bold
31786
31787 \begin_inset CommandInset href
31788 LatexCommand href
31789 name "PSTricks"
31790 target "http://tug.org/PSTricks/"
31791
31792 \end_inset
31793
31794
31795 \series default
31796
31797 \begin_inset Index
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
31802 \end_layout
31803
31804 \end_inset
31805
31806 のウェブページ
31807 \end_layout
31808
31809 \begin_layout Bibliography
31810 \begin_inset CommandInset bibitem
31811 LatexCommand bibitem
31812 key "sidecap"
31813
31814 \end_inset
31815
31816 LaTeXパッケージ
31817 \series bold
31818
31819 \begin_inset CommandInset href
31820 LatexCommand href
31821 name "sidecap"
31822 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
31823
31824 \end_inset
31825
31826
31827 \series default
31828
31829 \begin_inset Index
31830 status collapsed
31831
31832 \begin_layout Plain Layout
31833 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
31834 \end_layout
31835
31836 \end_inset
31837
31838 の取扱説明書
31839 \end_layout
31840
31841 \begin_layout Bibliography
31842 \begin_inset CommandInset bibitem
31843 LatexCommand bibitem
31844 key "NewInLyX16"
31845
31846 \end_inset
31847
31848
31849 \family sans
31850 LyX 1.6.0
31851 \family default
31852 の新機能に関する
31853 \begin_inset CommandInset href
31854 LatexCommand href
31855 name "Wikiページ"
31856 target "http://wiki.lyx.org/LyX/NewInLyX16"
31857
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \begin_layout Standard
31864 \begin_inset CommandInset index_print
31865 LatexCommand printindex
31866
31867 \end_inset
31868
31869
31870 \end_layout
31871
31872 \begin_layout Standard
31873 \begin_inset FloatList figure
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Standard
31881 \begin_inset FloatList table
31882
31883 \end_inset
31884
31885
31886 \end_layout
31887
31888 \begin_layout Standard
31889 \begin_inset FloatList algorithm
31890
31891 \end_inset
31892
31893
31894 \end_layout
31895
31896 \end_body
31897 \end_document