]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
3 \begin_document
4 \begin_header
5 \textclass jbook
6 \begin_preamble
7 %% Added by the translator
8 %   Correction for PDF bookmarks
9 \usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
10 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
11 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
12
13 % if pdflatex is used
14 \usepackage{ifpdf}
15 \ifpdf
16
17 % set fonts for nicer pdf view
18 \IfFileExists{lmodern.sty}
19  {\usepackage{lmodern}}{}
20
21 \fi % end if pdflatex is used
22
23 % that links to image floats jumps
24 % to the beginning of the float and 
25 % not to its caption
26 \usepackage[figure]{hypcap}
27
28 % the pages of the TOC is numbered roman
29 % and a PDF-bookmark for the TOC is added
30 \let\myTOC\tableofcontents
31 \renewcommand\tableofcontents{%
32   \frontmatter
33   \pdfbookmark[1]{\contentsname}{}
34   \myTOC
35   \mainmatter }
36
37 % provides caption formatting
38 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
39
40 % provides commands to set caption
41 % beside tables/images
42 \usepackage{sidecap}
43
44 \newcommand{\TabBesBeg}{%
45  \let\MyTable\table
46  \let\MyEndtable\endtable
47  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
48
49 \newcommand{\TabBesEnd}{%
50  \let\table\MyTable
51  \let\endtable\MyEndtable}
52
53 \newcommand{\FigBesBeg}{%
54  \let\MyFigure\figure
55  \let\MyEndfigure\endfigure
56  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
57
58 \newcommand{\FigBesEnd}{%
59  \let\figure\MyFigure
60  \let\endfigure\MyEndfigure}
61
62 % enables calculation of values,
63 \usepackage{calc}
64
65 % provides special table cell alignments
66 \usepackage{dcolumn}
67
68 % increase the bottom float placement fraction
69 \renewcommand{\bottomfraction}{0.5}
70
71 % avoids that floats are placed before their
72 % corresponding section starts
73 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
74
75 % speed up the longtable calculation
76 \setcounter{LTchunksize}{100}
77
78 % used for scaled and rotated boxes
79 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
80
81 % used for colored tables
82 \@ifundefined{textcolor}
83  {\usepackage{color}}{}
84 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
85 \definecolor{lightgrey}{gray}{0.8}
86
87 % check for package colortbl
88 % used for colored table cells
89 \newboolean{colortbl}
90 \IfFileExists{colortbl.sty}
91  {\usepackage{colortbl}
92   \setboolean{colortbl}{true}}
93  {\setboolean{colortbl}{false}}
94
95 % used for multirows
96 \usepackage{multirow}
97 %\renewcommand{\multirowsetup}{\centering}
98
99 % used for book-style tables
100 \usepackage{booktabs}
101
102 % used to have extra space in table cells
103 \@ifundefined{extrarowheight}
104  {\usepackage{array}}{}
105 \setlength{\extrarowheight}{2pt}
106
107 % used for customized tables
108 % ---
109 \newcolumntype{M}[1]
110  {>{\centering\hspace{0pt}}m{#1}}
111
112 \newcolumntype{S}[2]
113  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
114
115 \newcolumntype{K}[1]
116  {>{\columncolor{#1}\hspace{0pt}}c}
117
118 \newcolumntype{V}{!{\vrule width 1.5pt}}
119
120 \newcolumntype{W}{!{\color{green}\vline}}
121 % ---
122
123 % insert additional vertical space of
124 % 1.5 mm between footnotes
125 \let\myFoot\footnote
126 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
127
128 % number algorithm floats within chapters
129 \numberwithin{algorithm}{chapter}
130
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \setboolean{sidecap}{true}}
159  {\setboolean{sidecap}{false}}
160
161 % redefine the \LyX macro for PDF bookmarks
162 \def\LyX{\texorpdfstring{%
163   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
164   {LyX}}
165
166 \usepackage{t1enc}
167 \renewcommand{\seename}{→}
168
169 \usepackage{subfig}
170 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
171 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
172 \end_preamble
173 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
174 \use_default_options false
175 \maintain_unincluded_children false
176 \language japanese
177 \inputencoding auto
178 \fontencoding global
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \use_xetex false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188
189 \graphics default
190 \default_output_format default
191 \output_sync 0
192 \bibtex_command default
193 \index_command default
194 \paperfontsize 12
195 \spacing single
196 \use_hyperref true
197 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
198 \pdf_author "LyX Team, Uwe Stohr"
199 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
200 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
201 \pdf_bookmarks true
202 \pdf_bookmarksnumbered true
203 \pdf_bookmarksopen true
204 \pdf_bookmarksopenlevel 1
205 \pdf_breaklinks false
206 \pdf_pdfborder false
207 \pdf_colorlinks true
208 \pdf_backref false
209 \pdf_pdfusetitle false
210 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
211 \papersize a4paper
212 \use_geometry true
213 \use_amsmath 2
214 \use_esint 0
215 \use_mhchem 1
216 \use_mathdots 1
217 \cite_engine basic
218 \use_bibtopic false
219 \use_indices false
220 \paperorientation portrait
221 \suppress_date false
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index 索引
225 \shortcut idx
226 \color #008000
227 \end_index
228 \leftmargin 2.5cm
229 \topmargin 2.5cm
230 \rightmargin 2.5cm
231 \bottommargin 3cm
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation skip
235 \defskip medskip
236 \quotes_language english
237 \papercolumns 1
238 \papersides 2
239 \paperpagestyle default
240 \bullet 1 1 34 -1
241 \bullet 2 2 35 -1
242 \bullet 3 2 7 -1
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 LyXにおける図表・フロート・注釈・ボックス・外部素材の詳細についての説明書
253 \end_layout
254
255 \begin_layout Author
256 LyXプロジェクトチーム
257 \begin_inset Foot
258 status collapsed
259
260 \begin_layout Plain Layout
261 \noindent
262 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
263 \begin_inset CommandInset href
264 LatexCommand href
265 name "lyx-docs@lists.lyx.org"
266 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
267 type "mailto:"
268
269 \end_inset
270
271  までお送り下さい。
272 \end_layout
273
274 \end_inset
275
276
277 \begin_inset Note Note
278 status collapsed
279
280 \begin_layout Plain Layout
281 著者:Uwe Stöhr
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \begin_inset Newline newline
292 \end_inset
293
294
295 \family sans
296 バージョン2.0.x
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset CommandInset toc
301 LatexCommand tableofcontents
302
303 \end_inset
304
305
306 \end_layout
307
308 \begin_layout Standard
309 \begin_inset Note Note
310 status collapsed
311
312 \begin_layout Plain Layout
313 本文書の全体をPDFやPS、DVIに書き出すには、
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 marginnote
324 \series default
325
326 \series bold
327 sidecap
328 \series default
329 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
330 されません。
331 \end_layout
332
333 \begin_layout Plain Layout
334 本文書の最新PDF版は
335 \begin_inset Newline newline
336 \end_inset
337
338
339 \series bold
340 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
341 \series default
342
343 \begin_inset Newline newline
344 \end_inset
345
346 にあります。
347 \end_layout
348
349 \end_inset
350
351
352 \end_layout
353
354 \begin_layout Chapter
355
356 \begin_inset Index idx
357 status collapsed
358
359 \begin_layout Plain Layout
360 ず@図
361 \end_layout
362
363 \end_inset
364
365
366 \begin_inset Index idx
367 status collapsed
368
369 \begin_layout Plain Layout
370 がぞう@画像|see
371 \begin_inset ERT
372 status collapsed
373
374 \begin_layout Plain Layout
375
376 {
377 \end_layout
378
379 \end_inset
380
381
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 }
388 \end_layout
389
390 \end_inset
391
392
393 \end_layout
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Section
401 画像ダイアログ
402 \begin_inset Index idx
403 status collapsed
404
405 \begin_layout Plain Layout
406 ず@図 ! がぞうだいあろぐ@画像ダイアログ
407 \end_layout
408
409 \end_inset
410
411
412 \begin_inset CommandInset label
413 LatexCommand label
414 name "sec:画像ダイアログ"
415
416 \end_inset
417
418
419 \end_layout
420
421 \begin_layout Standard
422 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
423 \begin_inset Graphics
424         filename ../../images/dialog-show-new-inset_graphics.png
425         scale 85
426         scaleBeforeRotation
427
428 \end_inset
429
430 をクリックするか、
431 \family sans
432 挿入\SpecialChar \menuseparator
433 画像
434 \family default
435 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
436 \end_layout
437
438 \begin_layout Standard
439 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
440 \end_layout
441
442 \begin_layout Description
443
444 \family sans
445 画像
446 \family default
447  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
448 \begin_inset CommandInset ref
449 LatexCommand ref
450 reference "cha:LyXで使用できる単位"
451
452 \end_inset
453
454 に説明があります。
455 \begin_inset Newline newline
456 \end_inset
457
458
459 \begin_inset Index idx
460 status collapsed
461
462 \begin_layout Plain Layout
463 ず@図 ! のかいてん@---の回転
464 \end_layout
465
466 \end_inset
467
468 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 ず@図 ! のしんしゅく@---の伸縮
478 \end_layout
479
480 \end_inset
481
482 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
483 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
484 \family sans
485 縦横比を維持する
486 \family default
487 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
488 \begin_inset Newline newline
489 \end_inset
490
491 画像を右クリックすると現れるコンテクストメニューで
492 \family sans
493 外部で編集
494 \family default
495 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
496 ます。
497 \end_layout
498
499 \begin_layout Description
500
501 \family sans
502 切り抜き
503 \family default
504  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
505 \family sans
506 ファイルから取得
507 \family default
508 ボタンを押すことによって、自動的に計算することもできます。
509 \family sans
510 境界枠で切り抜く
511 \family default
512 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
513 \end_layout
514
515 \begin_layout Description
516
517 \family sans
518 LaTeXとLyXのオプション
519 \family default
520  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
521 \family sans
522
523 \begin_inset Newline newline
524 \end_inset
525
526 下書きモード
527 \family default
528 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
529 \family sans
530
531 \begin_inset Newline newline
532 \end_inset
533
534 エクスポートする際に解凍しない
535 \family default
536 オプションは、
537 \emph on
538 x.eps.gz
539 \emph default
540 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
541 ません。
542 \begin_inset Newline newline
543 \end_inset
544
545 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
546 \begin_inset CommandInset ref
547 LatexCommand ref
548 reference "sec:PostScript"
549
550 \end_inset
551
552 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
553 \begin_inset Newline newline
554 \end_inset
555
556
557 \series bold
558 gzip x.eps
559 \series default
560
561 \begin_inset Newline newline
562 \end_inset
563
564
565 \series bold
566 zgrep %%Bounding x.eps.gz > x.eps.bb
567 \series default
568
569 \begin_inset Newline newline
570 \end_inset
571
572 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
573 \begin_inset Newline newline
574 \end_inset
575
576
577 \family sans
578 画像グループ
579 \family default
580 フィールドでは、画像設定グループを定義したり既存のグループに所属させたりすることができます
581 \begin_inset Index idx
582 status collapsed
583
584 \begin_layout Plain Layout
585 ず@図 ! せっていぐるーぷ@設定グループ
586 \end_layout
587
588 \end_inset
589
590 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
591 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
592 ーを使用して、望むグループ名をチェックすることで行うこともできます。
593 \end_layout
594
595 \begin_layout Standard
596 \begin_inset VSpace bigskip
597 \end_inset
598
599
600 \end_layout
601
602 \begin_layout Standard
603 下記はEPS書式
604 \begin_inset Foot
605 status collapsed
606
607 \begin_layout Plain Layout
608 画像書式は、第
609 \begin_inset CommandInset ref
610 LatexCommand ref
611 reference "sec:画像書式"
612
613 \end_inset
614
615 節に説明されています。
616 \end_layout
617
618 \end_inset
619
620 の画像の例で、単独の中央揃えの段落に置いてあります。
621 \end_layout
622
623 \begin_layout Standard
624 \align center
625 \begin_inset Graphics
626         filename ../clipart/mobius.eps
627         scale 70
628         scaleBeforeRotation
629         rotateOrigin center
630
631 \end_inset
632
633
634 \end_layout
635
636 \begin_layout Standard
637 下記は上と同じ画像ですが、下書きモードのものです。
638 \end_layout
639
640 \begin_layout Standard
641 \align center
642 \begin_inset Graphics
643         filename ../clipart/mobius.eps
644         scale 70
645         draft
646         scaleBeforeRotation
647         rotateOrigin center
648
649 \end_inset
650
651
652 \end_layout
653
654 \begin_layout Standard
655 \begin_inset Newpage newpage
656 \end_inset
657
658
659 \end_layout
660
661 \begin_layout Section
662 図フロート
663 \begin_inset CommandInset label
664 LatexCommand label
665 name "sec:図フロート"
666
667 \end_inset
668
669
670 \begin_inset Index idx
671 status collapsed
672
673 \begin_layout Plain Layout
674 ふろーと@フロート ! ず@図
675 \end_layout
676
677 \end_inset
678
679
680 \begin_inset Index idx
681 status collapsed
682
683 \begin_layout Plain Layout
684 ず@図 ! ふろーと@フロート
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 フロートについての一般的な説明は、第
694 \begin_inset CommandInset ref
695 LatexCommand ref
696 reference "sec:フロートはじめに"
697
698 \end_inset
699
700 節をご覧下さい。
701 \end_layout
702
703 \begin_layout Standard
704 ツールバーボタンの
705 \begin_inset Graphics
706         filename ../../images/float-insert_figure.png
707         scale 85
708         scaleBeforeRotation
709
710 \end_inset
711
712
713 \family sans
714 挿入\SpecialChar \menuseparator
715 フロート\SpecialChar \menuseparator
716
717 \family default
718 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
719 \begin_inset CommandInset ref
720 LatexCommand ref
721 reference "fig:犠牲のカモノハシ"
722
723 \end_inset
724
725 のようにキャプションの上に置くこともできますし、図
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "fig:エッシャー"
729
730 \end_inset
731
732 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:キャプションの配置"
736
737 \end_inset
738
739 節に述べられています。
740 \end_layout
741
742 \begin_layout Standard
743 \begin_inset Float figure
744 wide false
745 sideways false
746 status open
747
748 \begin_layout Plain Layout
749 \align center
750 \begin_inset Graphics
751         filename ../clipart/platypus.eps
752         width 50col%
753         scaleBeforeRotation
754         rotateOrigin center
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Plain Layout
762 \begin_inset Caption
763
764 \begin_layout Plain Layout
765 \begin_inset CommandInset label
766 LatexCommand label
767 name "fig:犠牲のカモノハシ"
768
769 \end_inset
770
771 フロート中の激しく歪んだカモノハシ
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Standard
785 \begin_inset Float figure
786 wide false
787 sideways false
788 status open
789
790 \begin_layout Plain Layout
791 \begin_inset Caption
792
793 \begin_layout Plain Layout
794 \begin_inset CommandInset label
795 LatexCommand label
796 name "fig:エッシャー"
797
798 \end_inset
799
800 行ってしまったM.C.エッシャー
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \begin_layout Plain Layout
809 \align center
810 \begin_inset Graphics
811         filename ../clipart/escher-lsd.eps
812         scale 80
813         scaleBeforeRotation
814         rotateOrigin center
815
816 \end_inset
817
818
819 \end_layout
820
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Standard
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 さんしょう@参照 ! ずへの@図への ---
832 \end_layout
833
834 \end_inset
835
836
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "fig:犠牲のカモノハシ"
840
841 \end_inset
842
843 図と第
844 \begin_inset CommandInset ref
845 LatexCommand ref
846 reference "fig:エッシャー"
847
848 \end_inset
849
850 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
851 \family sans
852 挿入\SpecialChar \menuseparator
853 ラベル
854 \family default
855 メニューかツールバーボタン
856 \begin_inset Graphics
857         filename ../../images/label-insert.png
858         scale 85
859         scaleBeforeRotation
860
861 \end_inset
862
863 を使用して、キャプションにラベルを挿入してください。その後、
864 \family sans
865 挿入\SpecialChar \menuseparator
866 相互参照
867 \family default
868 メニューかツールバーボタン
869 \begin_inset Graphics
870         filename ../../images/dialog-show-new-inset_ref.png
871         scale 85
872         scaleBeforeRotation
873
874 \end_inset
875
876 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
877 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
878 \begin_inset Newline newline
879 \end_inset
880
881 参照は、第
882 \begin_inset CommandInset ref
883 LatexCommand ref
884 reference "sec:フロートの参照"
885
886 \end_inset
887
888 節で詳細に説明されています。
889 \end_layout
890
891 \begin_layout Standard
892 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
893 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
894 \begin_inset CommandInset ref
895 LatexCommand ref
896 reference "fig:歪められた二つの像"
897
898 \end_inset
899
900 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
901 \begin_inset CommandInset ref
902 LatexCommand ref
903 reference "fig:何かわからない構造"
904
905 \end_inset
906
907 と図
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:カモノハシ"
911
912 \end_inset
913
914 が内部図になります。
915 \end_layout
916
917 \begin_layout Standard
918 \begin_inset Float figure
919 wide false
920 sideways false
921 status open
922
923 \begin_layout Plain Layout
924 \begin_inset space \hfill{}
925 \end_inset
926
927
928 \begin_inset Float figure
929 wide false
930 sideways false
931 status open
932
933 \begin_layout Plain Layout
934 \begin_inset Caption
935
936 \begin_layout Plain Layout
937 \begin_inset CommandInset label
938 LatexCommand label
939 name "fig:何かわからない構造"
940
941 \end_inset
942
943 何かわからない構造
944 \end_layout
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \begin_inset Graphics
953         filename ../clipart/escher-lsd.eps
954         width 45col%
955         scaleBeforeRotation
956         groupId distorted
957
958 \end_inset
959
960
961 \end_layout
962
963 \end_inset
964
965
966 \begin_inset space \hfill{}
967 \end_inset
968
969
970 \begin_inset Float figure
971 wide false
972 sideways false
973 status open
974
975 \begin_layout Plain Layout
976 \begin_inset Caption
977
978 \begin_layout Plain Layout
979 \begin_inset CommandInset label
980 LatexCommand label
981 name "fig:カモノハシ"
982
983 \end_inset
984
985 カモノハシ
986 \end_layout
987
988 \end_inset
989
990
991 \end_layout
992
993 \begin_layout Plain Layout
994 \begin_inset Graphics
995         filename ../clipart/platypus.eps
996         width 45col%
997         scaleBeforeRotation
998         groupId distorted
999
1000 \end_inset
1001
1002
1003 \end_layout
1004
1005 \end_inset
1006
1007
1008 \begin_inset space \hfill{}
1009 \end_inset
1010
1011
1012 \end_layout
1013
1014 \begin_layout Plain Layout
1015 \begin_inset Caption
1016
1017 \begin_layout Plain Layout
1018 \begin_inset CommandInset label
1019 LatexCommand label
1020 name "fig:歪められた二つの像"
1021
1022 \end_inset
1023
1024 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1025 \end_layout
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \end_layout
1036
1037 \begin_layout Standard
1038 \begin_inset Newpage newpage
1039 \end_inset
1040
1041
1042 \end_layout
1043
1044 \begin_layout Section
1045 画像書式
1046 \begin_inset CommandInset label
1047 LatexCommand label
1048 name "sec:画像書式"
1049
1050 \end_inset
1051
1052
1053 \begin_inset Index idx
1054 status collapsed
1055
1056 \begin_layout Plain Layout
1057 がぞうしょしき@画像書式
1058 \end_layout
1059
1060 \end_inset
1061
1062
1063 \begin_inset Index idx
1064 status collapsed
1065
1066 \begin_layout Plain Layout
1067 ず@図 ! がぞうしょしき@画像書式
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \end_layout
1074
1075 \begin_layout Standard
1076 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1077 \begin_inset CommandInset ref
1078 LatexCommand ref
1079 reference "cha:ファイル出力形式"
1080
1081 \end_inset
1082
1083 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1084 ウンドで
1085 \family typewriter
1086 ImageMagick
1087 \family default
1088 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1089 用するとよいでしょう。出力ファイル書式は、付録
1090 \begin_inset CommandInset ref
1091 LatexCommand ref
1092 reference "cha:ファイル出力形式"
1093
1094 \end_inset
1095
1096 に説明されています。
1097 \end_layout
1098
1099 \begin_layout Standard
1100 フォントと同じく、画像形式にも以下の二つの型があります。
1101 \end_layout
1102
1103 \begin_layout Description
1104 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1105 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1106 \family typewriter
1107 .gif
1108 \family default
1109 」)
1110 \begin_inset Index idx
1111 status collapsed
1112
1113 \begin_layout Plain Layout
1114 GIF|see
1115 \begin_inset ERT
1116 status collapsed
1117
1118 \begin_layout Plain Layout
1119
1120 {
1121 \end_layout
1122
1123 \end_inset
1124
1125 画像書式
1126 \begin_inset ERT
1127 status collapsed
1128
1129 \begin_layout Plain Layout
1130
1131 }
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \end_layout
1138
1139 \end_inset
1140
1141 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1142 \family typewriter
1143 .png
1144 \family default
1145 」)
1146 \begin_inset Index idx
1147 status collapsed
1148
1149 \begin_layout Plain Layout
1150 PNG|see
1151 \begin_inset ERT
1152 status collapsed
1153
1154 \begin_layout Plain Layout
1155
1156 {
1157 \end_layout
1158
1159 \end_inset
1160
1161 画像書式
1162 \begin_inset ERT
1163 status collapsed
1164
1165 \begin_layout Plain Layout
1166
1167 }
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \end_inset
1176
1177 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1178 \family typewriter
1179 .jpg
1180 \family default
1181 」または「
1182 \family typewriter
1183 .jpeg
1184 \family default
1185 」)
1186 \begin_inset Index idx
1187 status collapsed
1188
1189 \begin_layout Plain Layout
1190 JPG|see
1191 \begin_inset ERT
1192 status collapsed
1193
1194 \begin_layout Plain Layout
1195
1196 {
1197 \end_layout
1198
1199 \end_inset
1200
1201 画像書式
1202 \begin_inset ERT
1203 status collapsed
1204
1205 \begin_layout Plain Layout
1206
1207 }
1208 \end_layout
1209
1210 \end_inset
1211
1212
1213 \end_layout
1214
1215 \end_inset
1216
1217 などがあります。
1218 \end_layout
1219
1220 \begin_layout Description
1221 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1222 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1223 に便利です。
1224 \begin_inset Newline newline
1225 \end_inset
1226
1227 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1228 \family typewriter
1229 .svg
1230 \family default
1231 」)
1232 \begin_inset Index idx
1233 status collapsed
1234
1235 \begin_layout Plain Layout
1236 SVG|see
1237 \begin_inset ERT
1238 status collapsed
1239
1240 \begin_layout Plain Layout
1241
1242 {
1243 \end_layout
1244
1245 \end_inset
1246
1247 画像書式
1248 \begin_inset ERT
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252
1253 }
1254 \end_layout
1255
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \end_inset
1262
1263 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1264 \family typewriter
1265 .eps
1266 \family default
1267 」)
1268 \begin_inset Index idx
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272 EPS|see
1273 \begin_inset ERT
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277
1278 {
1279 \end_layout
1280
1281 \end_inset
1282
1283 画像書式
1284 \begin_inset ERT
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288
1289 }
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \end_inset
1298
1299 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1300 \family typewriter
1301 .pdf
1302 \family default
1303 」)
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 PDF
1309 \end_layout
1310
1311 \end_inset
1312
1313 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1314 \family typewriter
1315 .wmf
1316 \family default
1317 」)
1318 \begin_inset Index idx
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322 SVG|see
1323 \begin_inset ERT
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327
1328 {
1329 \end_layout
1330
1331 \end_inset
1332
1333 画像書式
1334 \begin_inset ERT
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338
1339 }
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \end_inset
1348
1349 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1350 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1351 \begin_inset Foot
1352 status collapsed
1353
1354 \begin_layout Plain Layout
1355 PDFの場合には、さらに元画像が圧縮されます。
1356 \end_layout
1357
1358 \end_inset
1359
1360 。たとえば、
1361 \family typewriter
1362 Adobe Photoshop
1363 \family default
1364 が生成するPDFファイルは、ビットマップ画像です。
1365 \end_layout
1366
1367 \begin_layout Standard
1368 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1369 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1370 \begin_inset Formula $\to$
1371 \end_inset
1372
1373 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1374 \end_layout
1375
1376 \begin_layout Chapter
1377
1378 \begin_inset Index idx
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 ひょう@表
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Section
1391 はじめに
1392 \begin_inset Index idx
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396 ひょう@表 ! はじめに
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Standard
1405
1406 \family roman
1407 \series medium
1408 \shape up
1409 \size normal
1410 \emph off
1411 \bar no
1412 \noun off
1413 \color none
1414 表を挿入するには、ツールバーボタン
1415 \begin_inset Graphics
1416         filename ../../images/tabular-insert.png
1417         scale 85
1418
1419 \end_inset
1420
1421 か、
1422 \family sans
1423 \series default
1424 \shape default
1425 \size default
1426 \emph default
1427 \bar default
1428 \noun default
1429 \color inherit
1430 挿入\SpecialChar \menuseparator
1431
1432 \family default
1433 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1434 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1435 \begin_inset Newline newline
1436 \end_inset
1437
1438 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1439 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1440 \end_layout
1441
1442 \begin_layout Standard
1443 \align center
1444 \begin_inset Tabular
1445 <lyxtabular version="3" rows="4" columns="4">
1446 <features tabularvalignment="middle">
1447 <column alignment="center" valignment="top" width="0">
1448 <column alignment="center" valignment="top" width="0">
1449 <column alignment="center" valignment="top" width="0">
1450 <column alignment="center" valignment="top" width="0">
1451 <row>
1452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1453 \begin_inset Text
1454
1455 \begin_layout Plain Layout
1456
1457 \end_layout
1458
1459 \end_inset
1460 </cell>
1461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1462 \begin_inset Text
1463
1464 \begin_layout Plain Layout
1465 1
1466 \end_layout
1467
1468 \end_inset
1469 </cell>
1470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1471 \begin_inset Text
1472
1473 \begin_layout Plain Layout
1474 2
1475 \end_layout
1476
1477 \end_inset
1478 </cell>
1479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1480 \begin_inset Text
1481
1482 \begin_layout Plain Layout
1483 3
1484 \end_layout
1485
1486 \end_inset
1487 </cell>
1488 </row>
1489 <row>
1490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1491 \begin_inset Text
1492
1493 \begin_layout Plain Layout
1494
1495 \end_layout
1496
1497 \end_inset
1498 </cell>
1499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Plain Layout
1503
1504 \end_layout
1505
1506 \end_inset
1507 </cell>
1508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Plain Layout
1512
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 </row>
1603 </lyxtabular>
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \begin_layout Section
1611 表ダイアログ
1612 \begin_inset Index idx
1613 status collapsed
1614
1615 \begin_layout Plain Layout
1616 ひょう@表 ! だいあろぐ@ダイアログ
1617 \end_layout
1618
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \begin_layout Standard
1625
1626 \family roman
1627 \series medium
1628 \shape up
1629 \size normal
1630 \emph off
1631 \bar no
1632 \noun off
1633 \color none
1634 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1635 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1636 \family default
1637 \series default
1638 \shape default
1639 \size default
1640 \emph default
1641 \bar default
1642 \noun default
1643 \color inherit
1644 セルの
1645 \emph on
1646 内容
1647 \emph default
1648 を選択するのと、セル自体を選択するのは違うことに注意して下さい。表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1649 \end_layout
1650
1651 \begin_layout Description
1652
1653 \family sans
1654 表の設定
1655 \family default
1656  ここでは、現在列の幅と水平揃えを設定することができます。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセ
1657 ルに入れることができます。これに関しては、第
1658 \begin_inset CommandInset ref
1659 LatexCommand ref
1660 reference "sub:複数行"
1661
1662 \end_inset
1663
1664 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1665 \begin_inset Newline newline
1666 \end_inset
1667
1668 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1669 \begin_inset CommandInset ref
1670 LatexCommand ref
1671 reference "sub:連結列"
1672
1673 \end_inset
1674
1675 節をご参照下さい 
1676 \lang english
1677 or the cells of one column as multirow cell, see section
1678 \begin_inset space ~
1679 \end_inset
1680
1681 ??
1682 \lang japanese
1683
1684 \begin_inset Newline newline
1685 \end_inset
1686
1687 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1688 \begin_inset Newline newline
1689 \end_inset
1690
1691
1692 \begin_inset Note Greyedout
1693 status open
1694
1695 \begin_layout Plain Layout
1696
1697 \series bold
1698 【註】
1699 \series default
1700 DVIビューアのすべてが回転を表示できるわけではありません。
1701 \end_layout
1702
1703 \end_inset
1704
1705
1706 \begin_inset Newline newline
1707 \end_inset
1708
1709 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1710 \begin_inset CommandInset ref
1711 LatexCommand ref
1712 reference "sub:連結列の計算"
1713
1714 \end_inset
1715
1716 節および第
1717 \begin_inset CommandInset ref
1718 LatexCommand ref
1719 reference "sec:色付きの表"
1720
1721 \end_inset
1722
1723 節をご参照下さい。
1724 \end_layout
1725
1726 \begin_layout Description
1727
1728 \family sans
1729 罫線
1730 \family default
1731  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1732 \begin_inset Newline newline
1733 \end_inset
1734
1735 様式オプションとして
1736 \family sans
1737 フォーマル様式
1738 \family default
1739 を使用すると、第
1740 \begin_inset CommandInset ref
1741 LatexCommand ref
1742 reference "sec:フォーマル形式の表"
1743
1744 \end_inset
1745
1746 節に述べられているフォーマル様式の表に表を変換します。
1747 \begin_inset Newline newline
1748 \end_inset
1749
1750 またここで、第
1751 \begin_inset CommandInset ref
1752 LatexCommand ref
1753 reference "sub:行の余白取り"
1754
1755 \end_inset
1756
1757 節に述べられているように、表の行に空白を追加することもできます。
1758 \end_layout
1759
1760 \begin_layout Description
1761
1762 \family sans
1763 長尺表
1764 \family default
1765  このタブは、複数のページにわたる、いわゆる「
1766 \emph on
1767 長尺表
1768 \emph default
1769 」を作るためのものです。第
1770 \begin_inset CommandInset ref
1771 LatexCommand ref
1772 reference "sec:長尺表"
1773
1774 \end_inset
1775
1776 節および第
1777 \begin_inset CommandInset ref
1778 LatexCommand ref
1779 reference "sec:長尺表にまつわる諸点"
1780
1781 \end_inset
1782
1783 節に、長尺表の機能に関する詳細な説明があります。
1784 \end_layout
1785
1786 \begin_layout Standard
1787 表ダイアログを開いたままでも、セル間をカーソルを使って移動することができ、その際、現在セルの特性が直ちにダイアログに表示されます。
1788 \end_layout
1789
1790 \begin_layout Section
1791 表ツールバー
1792 \begin_inset Index idx
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796 ひょう@表 ! つーるばー@ツールバー
1797 \end_layout
1798
1799 \end_inset
1800
1801
1802 \end_layout
1803
1804 \begin_layout Standard
1805 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1806 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1807 \end_layout
1808
1809 \begin_layout Standard
1810 ツールバーには、以下のアイコンがあります。
1811 \end_layout
1812
1813 \begin_layout Labeling
1814 \begin_inset Graphics
1815         filename ../../images/tabular-feature_append-row.png
1816         scaleBeforeRotation
1817
1818 \end_inset
1819
1820 は、現在セルあるいは選択範囲の下に行を追加します。
1821 \end_layout
1822
1823 \begin_layout Labeling
1824 \begin_inset Graphics
1825         filename ../../images/tabular-feature_append-column.png
1826         scaleBeforeRotation
1827
1828 \end_inset
1829
1830 は、現在セルあるいは選択範囲の右に列を追加します。
1831 \end_layout
1832
1833 \begin_layout Labeling
1834 \begin_inset Graphics
1835         filename ../../images/tabular-feature_delete-row.png
1836         scaleBeforeRotation
1837
1838 \end_inset
1839
1840 は、現在行あるいは選択範囲行を削除します。
1841 \end_layout
1842
1843 \begin_layout Labeling
1844 \begin_inset Graphics
1845         filename ../../images/tabular-feature_delete-column.png
1846         scaleBeforeRotation
1847
1848 \end_inset
1849
1850 は、現在列あるいは選択範囲列を削除します。
1851 \end_layout
1852
1853 \begin_layout Labeling
1854 \begin_inset Graphics
1855         filename ../../images/tabular-feature_toggle-line-top.png
1856         scaleBeforeRotation
1857
1858 \end_inset
1859
1860 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
1861 \end_layout
1862
1863 \begin_layout Labeling
1864 \begin_inset Graphics
1865         filename ../../images/tabular-feature_toggle-line-bottom.png
1866         scaleBeforeRotation
1867
1868 \end_inset
1869
1870 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
1871 \end_layout
1872
1873 \begin_layout Labeling
1874 \begin_inset Graphics
1875         filename ../../images/tabular-feature_toggle-line-left.png
1876         scaleBeforeRotation
1877
1878 \end_inset
1879
1880 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
1881 \end_layout
1882
1883 \begin_layout Labeling
1884 \begin_inset Graphics
1885         filename ../../images/tabular-feature_toggle-line-right.png
1886         scaleBeforeRotation
1887
1888 \end_inset
1889
1890 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
1891 \end_layout
1892
1893 \begin_layout Labeling
1894 \begin_inset Graphics
1895         filename ../../images/tabular-feature_set-all-lines.png
1896         scaleBeforeRotation
1897
1898 \end_inset
1899
1900 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1901 \end_layout
1902
1903 \begin_layout Labeling
1904 \begin_inset Graphics
1905         filename ../../images/tabular-feature_unset-all-lines.png
1906         scaleBeforeRotation
1907
1908 \end_inset
1909
1910 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
1911 \end_layout
1912
1913 \begin_layout Labeling
1914 \begin_inset Graphics
1915         filename ../../images/tabular-feature_m-align-left.png
1916         scaleBeforeRotation
1917
1918 \end_inset
1919
1920 は、現在セルあるいは現在列の内容を左揃えにします。
1921 \end_layout
1922
1923 \begin_layout Labeling
1924 \begin_inset Graphics
1925         filename ../../images/tabular-feature_m-align-center.png
1926         scaleBeforeRotation
1927
1928 \end_inset
1929
1930 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
1931 \end_layout
1932
1933 \begin_layout Labeling
1934 \begin_inset Graphics
1935         filename ../../images/tabular-feature_m-align-right.png
1936         scaleBeforeRotation
1937
1938 \end_inset
1939
1940 は、現在セルあるいは現在列の内容を右揃えにします。
1941 \end_layout
1942
1943 \begin_layout Labeling
1944 \begin_inset Graphics
1945         filename ../../images/tabular-feature_align-decimal.png
1946         scaleBeforeRotation
1947
1948 \end_inset
1949
1950  
1951 \lang english
1952 aligns the content of the current column at a character
1953 \end_layout
1954
1955 \begin_layout Labeling
1956 \begin_inset Graphics
1957         filename ../../images/tabular-feature_m-valign-top.png
1958         scaleBeforeRotation
1959
1960 \end_inset
1961
1962 は、現在セルの内容を垂直方向上揃えにします。
1963 \end_layout
1964
1965 \begin_layout Labeling
1966 \begin_inset Graphics
1967         filename ../../images/tabular-feature_m-valign-middle.png
1968         scaleBeforeRotation
1969
1970 \end_inset
1971
1972 は、現在セルの内容を垂直方向中央揃えにします。
1973 \end_layout
1974
1975 \begin_layout Labeling
1976 \begin_inset Graphics
1977         filename ../../images/tabular-feature_m-valign-bottom.png
1978         scaleBeforeRotation
1979
1980 \end_inset
1981
1982 は、現在セルの内容を垂直方向下揃えにします。
1983 \end_layout
1984
1985 \begin_layout Labeling
1986 \begin_inset Graphics
1987         filename ../../images/tabular-feature_set-rotate-cell.png
1988         scaleBeforeRotation
1989
1990 \end_inset
1991
1992 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
1993 \end_layout
1994
1995 \begin_layout Labeling
1996 \begin_inset Graphics
1997         filename ../../images/tabular-feature_set-rotate-tabular.png
1998         scaleBeforeRotation
1999
2000 \end_inset
2001
2002 は、表全体を反時計廻りに90度回転します。
2003 \end_layout
2004
2005 \begin_layout Labeling
2006 \begin_inset Graphics
2007         filename ../../images/tabular-feature_multicolumn.png
2008         scaleBeforeRotation
2009
2010 \end_inset
2011
2012 は、現在セルあるいは選択範囲を連結列にします。
2013 \end_layout
2014
2015 \begin_layout Labeling
2016 \begin_inset Graphics
2017         filename ../../images/tabular-feature_multirow.png
2018         scaleBeforeRotation
2019
2020 \end_inset
2021
2022  
2023 \lang english
2024 sets the current cell or selection as a multirow
2025 \end_layout
2026
2027 \begin_layout Standard
2028 \begin_inset Note Greyedout
2029 status open
2030
2031 \begin_layout Plain Layout
2032
2033 \series bold
2034 【註】
2035 \series default
2036 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Section
2045 表編集メニュー
2046 \begin_inset Index idx
2047 status collapsed
2048
2049 \begin_layout Plain Layout
2050 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2051 \end_layout
2052
2053 \end_inset
2054
2055
2056 \end_layout
2057
2058 \begin_layout Standard
2059 表ダイアログと表ツールバーの他に、
2060 \family sans
2061 編集\SpecialChar \menuseparator
2062
2063 \family default
2064 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2065 部にあるときのみ、表示されます。
2066 \end_layout
2067
2068 \begin_layout Section
2069 表フロート
2070 \begin_inset CommandInset label
2071 LatexCommand label
2072 name "sec:表フロート"
2073
2074 \end_inset
2075
2076
2077 \begin_inset Index idx
2078 status collapsed
2079
2080 \begin_layout Plain Layout
2081 ふろーと@フロート ! ひょう@表
2082 \end_layout
2083
2084 \end_inset
2085
2086
2087 \begin_inset Index idx
2088 status collapsed
2089
2090 \begin_layout Plain Layout
2091 ひょう@表 ! ふろーと@フロート
2092 \end_layout
2093
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100 フロートの一般的な説明については、第
2101 \begin_inset CommandInset ref
2102 LatexCommand ref
2103 reference "sec:フロートはじめに"
2104
2105 \end_inset
2106
2107 節をご覧下さい。
2108 \end_layout
2109
2110 \begin_layout Standard
2111 \begin_inset Float table
2112 placement h
2113 wide false
2114 sideways false
2115 status open
2116
2117 \begin_layout Plain Layout
2118 \begin_inset Caption
2119
2120 \begin_layout Plain Layout
2121 \begin_inset CommandInset label
2122 LatexCommand label
2123 name "tab:表フロート"
2124
2125 \end_inset
2126
2127 表フロート
2128 \end_layout
2129
2130 \end_inset
2131
2132
2133 \end_layout
2134
2135 \begin_layout Plain Layout
2136 \align center
2137 \begin_inset Tabular
2138 <lyxtabular version="3" rows="3" columns="3">
2139 <features tabularvalignment="middle">
2140 <column alignment="center" valignment="top" width="0pt">
2141 <column alignment="center" valignment="top" width="0pt">
2142 <column alignment="center" valignment="top" width="0pt">
2143 <row>
2144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Plain Layout
2148
2149 \family roman
2150 \series medium
2151 \shape up
2152 \size normal
2153 \emph off
2154 \bar no
2155 \noun off
2156 \color none
2157 1
2158 \end_layout
2159
2160 \end_inset
2161 </cell>
2162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2163 \begin_inset Text
2164
2165 \begin_layout Plain Layout
2166
2167 \family roman
2168 \series medium
2169 \shape up
2170 \size normal
2171 \emph off
2172 \bar no
2173 \noun off
2174 \color none
2175 2
2176 \end_layout
2177
2178 \end_inset
2179 </cell>
2180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2181 \begin_inset Text
2182
2183 \begin_layout Plain Layout
2184
2185 \family roman
2186 \series medium
2187 \shape up
2188 \size normal
2189 \emph off
2190 \bar no
2191 \noun off
2192 \color none
2193 3
2194 \end_layout
2195
2196 \end_inset
2197 </cell>
2198 </row>
2199 <row>
2200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2201 \begin_inset Text
2202
2203 \begin_layout Plain Layout
2204 森嶋
2205 \end_layout
2206
2207 \end_inset
2208 </cell>
2209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2210 \begin_inset Text
2211
2212 \begin_layout Plain Layout
2213 宇沢
2214 \end_layout
2215
2216 \end_inset
2217 </cell>
2218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2219 \begin_inset Text
2220
2221 \begin_layout Plain Layout
2222 二階堂
2223 \end_layout
2224
2225 \end_inset
2226 </cell>
2227 </row>
2228 <row>
2229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2230 \begin_inset Text
2231
2232 \begin_layout Plain Layout
2233
2234 \family roman
2235 \series medium
2236 \shape up
2237 \size normal
2238 \emph off
2239 \bar no
2240 \noun off
2241 \color none
2242 \begin_inset Formula $\int x^{2}dx$
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \end_inset
2249 </cell>
2250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2251 \begin_inset Text
2252
2253 \begin_layout Plain Layout
2254
2255 \family roman
2256 \series medium
2257 \shape up
2258 \size normal
2259 \emph off
2260 \bar no
2261 \noun off
2262 \color none
2263 \begin_inset Formula $\left[\begin{array}{cc}
2264 a & b\\
2265 c & d
2266 \end{array}\right]$
2267 \end_inset
2268
2269
2270 \end_layout
2271
2272 \end_inset
2273 </cell>
2274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278
2279 \family roman
2280 \series medium
2281 \shape up
2282 \size normal
2283 \emph off
2284 \bar no
2285 \noun off
2286 \color none
2287 \begin_inset Formula $1+1=2$
2288 \end_inset
2289
2290
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 </row>
2296 </lyxtabular>
2297
2298 \end_inset
2299
2300
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \begin_layout Standard
2309 表フロートは、
2310 \family sans
2311 挿入
2312 \shape up
2313 \SpecialChar \menuseparator
2314 フロート\SpecialChar \menuseparator
2315
2316 \family default
2317 \shape default
2318 メニューかツールバーボタン
2319 \begin_inset Graphics
2320         filename ../../images/float-insert_table.png
2321         scale 85
2322         scaleBeforeRotation
2323
2324 \end_inset
2325
2326 を使うと挿入することができます。
2327 \end_layout
2328
2329 \begin_layout Standard
2330 フロートは折りたたむことのできるボックスとして表示され、中には「表
2331 \begin_inset space ~
2332 \end_inset
2333
2334 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2335 \end_layout
2336
2337 \begin_layout Standard
2338
2339 \begin_inset space ~
2340 \end_inset
2341
2342
2343 \begin_inset CommandInset ref
2344 LatexCommand ref
2345 reference "tab:表フロート"
2346
2347 \end_inset
2348
2349 は、表フロートに入れた表の例です。
2350 \end_layout
2351
2352 \begin_layout Standard
2353 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2354 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2355 eXパッケージの
2356 \series bold
2357 caption
2358 \series default
2359
2360 \begin_inset Index idx
2361 status collapsed
2362
2363 \begin_layout Plain Layout
2364 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2365 \end_layout
2366
2367 \end_inset
2368
2369
2370 \end_layout
2371
2372 \begin_layout Standard
2373
2374 \series bold
2375 tableposition=top
2376 \end_layout
2377
2378 \begin_layout Standard
2379 というオプションとともにloadコマンドを使って読み込んでください
2380 \begin_inset Foot
2381 status collapsed
2382
2383 \begin_layout Plain Layout
2384 詳しくは、第
2385 \begin_inset CommandInset ref
2386 LatexCommand ref
2387 reference "sec:キャプションの配置"
2388
2389 \end_inset
2390
2391 節をご覧下さい。
2392 \end_layout
2393
2394 \end_inset
2395
2396 。キャプション書式を調整するには、第
2397 \begin_inset CommandInset ref
2398 LatexCommand ref
2399 reference "sec:キャプションの書式設定"
2400
2401 \end_inset
2402
2403 節にものべられているように
2404 \series bold
2405 caption
2406 \series default
2407 パッケージを使用します。
2408 \end_layout
2409
2410 \begin_layout Standard
2411 \begin_inset Index idx
2412 status collapsed
2413
2414 \begin_layout Plain Layout
2415 さんしょう@参照 ! ひょうへの@表への
2416 \end_layout
2417
2418 \end_inset
2419
2420 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2421 \family sans
2422 挿入\SpecialChar \menuseparator
2423 ラベル
2424 \family default
2425 メニューかツールバーボタンの
2426 \begin_inset Graphics
2427         filename ../../images/label-insert.png
2428         scale 85
2429         scaleBeforeRotation
2430
2431 \end_inset
2432
2433 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2434 相互参照メニューかツールバーボタンの
2435 \begin_inset Graphics
2436         filename ../../images/dialog-show-new-inset_ref.png
2437         scale 85
2438         scaleBeforeRotation
2439
2440 \end_inset
2441
2442 を用いて、このラベルを参照することができます。
2443 \begin_inset Newline newline
2444 \end_inset
2445
2446 参照は、第
2447 \begin_inset CommandInset ref
2448 LatexCommand ref
2449 reference "sec:フロートの参照"
2450
2451 \end_inset
2452
2453 節で詳細に説明されています。
2454 \end_layout
2455
2456 \begin_layout Section
2457 長尺表
2458 \begin_inset CommandInset label
2459 LatexCommand label
2460 name "sec:長尺表"
2461
2462 \end_inset
2463
2464
2465 \begin_inset Index idx
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469 ちょうしゃくひょう@長尺表
2470 \end_layout
2471
2472 \end_inset
2473
2474
2475 \begin_inset Index idx
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479 ひょう@表 ! ちょうしゃくひょう@長尺表
2480 \end_layout
2481
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \begin_layout Standard
2488 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2489 \family sans
2490 長尺表
2491 \family default
2492 タブにある
2493 \family sans
2494 長尺表を使う
2495 \family default
2496 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2497 することができるようになります。
2498 \end_layout
2499
2500 \begin_layout Description
2501 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2502 \family roman
2503 \series medium
2504 \shape up
2505 \size normal
2506 \emph off
2507 \bar no
2508 \noun off
2509 \color none
2510 ただし、
2511 \family sans
2512 \series default
2513 \shape default
2514 \size default
2515 \emph default
2516 \bar default
2517 \noun default
2518 \color inherit
2519 冒頭ヘッダ
2520 \family roman
2521 \series medium
2522 \shape up
2523 \size normal
2524 \emph off
2525 \bar no
2526 \noun off
2527 \color none
2528 が定義されているときは、冒頭ページを除きます。
2529 \family default
2530 \series default
2531 \shape default
2532 \size default
2533 \emph default
2534 \bar default
2535 \noun default
2536 \color inherit
2537 これと区別して、このヘッダは本体ヘッダと呼びます。
2538 \end_layout
2539
2540 \begin_layout Description
2541 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2542 \end_layout
2543
2544 \begin_layout Description
2545 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2546 \family roman
2547 \series medium
2548 \shape up
2549 \size normal
2550 \emph off
2551 \bar no
2552 \noun off
2553 \color none
2554 ただし、
2555 \family sans
2556 \series default
2557 \shape default
2558 \size default
2559 \emph default
2560 \bar default
2561 \noun default
2562 \color inherit
2563 末尾フッタ
2564 \family roman
2565 \series medium
2566 \shape up
2567 \size normal
2568 \emph off
2569 \bar no
2570 \noun off
2571 \color none
2572 が定義されているときは、末尾ページを除きます。
2573 \end_layout
2574
2575 \begin_layout Description
2576 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2577 \end_layout
2578
2579 \begin_layout Description
2580 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2581 \begin_inset CommandInset ref
2582 LatexCommand ref
2583 reference "sub:長尺表のキャプション"
2584
2585 \end_inset
2586
2587 節で説明されています。
2588 \end_layout
2589
2590 \begin_layout Standard
2591 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2592 \end_layout
2593
2594 \begin_layout Standard
2595 \align center
2596 \begin_inset Tabular
2597 <lyxtabular version="3" rows="69" columns="3">
2598 <features islongtable="true" longtabularalignment="center">
2599 <column alignment="left" valignment="top" width="0cm">
2600 <column alignment="left" valignment="top" width="0pt">
2601 <column alignment="center" valignment="top" width="0pt">
2602 <row endfirsthead="true">
2603 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Plain Layout
2607
2608 \series bold
2609 例示用電話帳(名前は無視してください)
2610 \end_layout
2611
2612 \end_inset
2613 </cell>
2614 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2615 \begin_inset Text
2616
2617 \begin_layout Plain Layout
2618
2619 \end_layout
2620
2621 \end_inset
2622 </cell>
2623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2624 \begin_inset Text
2625
2626 \begin_layout Plain Layout
2627
2628 \end_layout
2629
2630 \end_inset
2631 </cell>
2632 </row>
2633 <row endfirsthead="true">
2634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2635 \begin_inset Text
2636
2637 \begin_layout Plain Layout
2638 氏名
2639 \end_layout
2640
2641 \end_inset
2642 </cell>
2643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2644 \begin_inset Text
2645
2646 \begin_layout Plain Layout
2647
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Plain Layout
2656
2657 \series bold
2658 TEL.
2659 \end_layout
2660
2661 \end_inset
2662 </cell>
2663 </row>
2664 <row endhead="true">
2665 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Plain Layout
2669
2670 \series bold
2671 例示用電話帳
2672 \end_layout
2673
2674 \end_inset
2675 </cell>
2676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 </row>
2695 <row endhead="true">
2696 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2697 \begin_inset Text
2698
2699 \begin_layout Plain Layout
2700 氏名
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709
2710 \end_layout
2711
2712 \end_inset
2713 </cell>
2714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718
2719 \series bold
2720 TEL.
2721 \end_layout
2722
2723 \end_inset
2724 </cell>
2725 </row>
2726 <row endfoot="true">
2727 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731 次頁へつづく
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 </row>
2755 <row>
2756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760
2761 \series bold
2762 Annovi
2763 \end_layout
2764
2765 \end_inset
2766 </cell>
2767 <cell alignment="center" valignment="top" usebox="none">
2768 \begin_inset Text
2769
2770 \begin_layout Plain Layout
2771 Silvia
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2777 \begin_inset Text
2778
2779 \begin_layout Plain Layout
2780 111
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 </row>
2786 <row>
2787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791
2792 \series bold
2793 Bertoli
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802 Stefano
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811 111
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 </row>
2817 <row>
2818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822
2823 \series bold
2824 Bozzi
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 <cell alignment="center" valignment="top" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833 Walter
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842 111
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \series bold
2855 Cachia
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell alignment="center" valignment="top" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864 Maria
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 111
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 </row>
2879 <row>
2880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884
2885 \series bold
2886 Cachia
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 Maurizio
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904 111
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 </row>
2910 <row>
2911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915
2916 \series bold
2917 Cinquemani
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 <cell alignment="center" valignment="top" usebox="none">
2923 \begin_inset Text
2924
2925 \begin_layout Plain Layout
2926 Giusi
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 111
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row>
2942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \series bold
2948 Colin
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 Bernard
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966 111
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 </row>
2972 <row>
2973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977
2978 \series bold
2979 Concli
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 Gianfranco
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 111
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 </row>
3003 <row>
3004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008
3009 \series bold
3010 Dal Bosco
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 <cell alignment="center" valignment="top" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019 Carolina
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 111
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 <row>
3035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \series bold
3041 Dalpiaz
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 <cell alignment="center" valignment="top" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Plain Layout
3050 Annamaria
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059 111
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 </row>
3065 <row>
3066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \series bold
3072 Feliciello
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081 Domenico
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090 111
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row>
3097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \series bold
3103 Focarelli
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell alignment="center" valignment="top" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112 Paola
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121 111
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 </row>
3127 <row>
3128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \series bold
3134 Galletti
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 Oreste
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152 111
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 </row>
3158 <row>
3159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \series bold
3165 Gasparini
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174 Franca
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 111
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 <row>
3190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \series bold
3196 Rizzardi
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 Paola
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214 111
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row>
3221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \series bold
3227 Lassini
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 Giancarlo
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245 111
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 <row>
3252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \series bold
3258 Malfatti
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 Luciano
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276 111
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 </row>
3282 <row>
3283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287
3288 \series bold
3289 Malfatti
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 Valeriano
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307 111
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 <row>
3314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318
3319 \series bold
3320 Meneguzzo
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 Roberto
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 111
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 </row>
3344 <row>
3345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \series bold
3351 Mezzadra
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 Roberto
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 111
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 </row>
3375 <row>
3376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 Pirpamer
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 Erich
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 111
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row>
3407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \series bold
3413 Pochiesa
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 Paolo
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 111, 222
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 <row>
3438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 Radina
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 Claudio
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462 111
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row>
3469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 Stuffer
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 Oskar
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 111
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 </row>
3499 <row>
3500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 Tacchelli
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Ugo
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524 111
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 </row>
3530 <row>
3531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Tezzele
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 Margit
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 111
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row>
3562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 Unterkalmsteiner
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 Frieda
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 111
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \series bold
3599 Vieider
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 Hilde
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 111
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 <row>
3624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628
3629 \series bold
3630 Vigna
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 Jürgen
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648 111
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 </row>
3654 <row>
3655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659
3660 \series bold
3661 Weber
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 Maurizio
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679 111
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 </row>
3685 <row>
3686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690
3691 \series bold
3692 Winkler
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Franz
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 111
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 </row>
3716 <row>
3717 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721  
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 </row>
3745 <row>
3746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750
3751 \series bold
3752 Annovi
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 Silvia
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 555
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 </row>
3776 <row>
3777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781
3782 \series bold
3783 Bertoli
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Stefano
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 555
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 </row>
3807 <row>
3808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812
3813 \series bold
3814 Bozzi
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 Walter
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 555
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 </row>
3838 <row>
3839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843
3844 \series bold
3845 Cachia
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 Maria
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 555
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row>
3870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \series bold
3876 Cachia
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Maurizio
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 555
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 </row>
3900 <row>
3901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905
3906 \series bold
3907 Cinquemani
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 Giusi
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 555
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 </row>
3931 <row>
3932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936
3937 \series bold
3938 Colin
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 Bernard
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 555
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \series bold
3969 Concli
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 Gianfranco
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 555
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998
3999 \series bold
4000 Dal Bosco
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 Carolina
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 555
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 <row>
4025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029
4030 \series bold
4031 Dalpiaz
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 Annamaria
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 555
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 </row>
4055 <row>
4056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060
4061 \series bold
4062 Feliciello
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 Domenico
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 555
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 </row>
4086 <row>
4087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091
4092 \series bold
4093 Focarelli
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 Paola
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 555
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 </row>
4117 <row>
4118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122
4123 \series bold
4124 Galletti
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 Oreste
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 555
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 </row>
4148 <row>
4149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153
4154 \series bold
4155 Gasparini
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Franca
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 555
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \series bold
4186 Rizzardi
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 Paola
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 555
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 </row>
4210 <row>
4211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215
4216 \series bold
4217 Lassini
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 Giancarlo
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 555
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 </row>
4241 <row>
4242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246
4247 \series bold
4248 Malfatti
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 Luciano
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 555
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 </row>
4272 <row>
4273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277
4278 \series bold
4279 Malfatti
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 Valeriano
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 555
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 </row>
4303 <row>
4304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308
4309 \series bold
4310 Meneguzzo
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 Roberto
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 555
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 </row>
4334 <row>
4335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339
4340 \series bold
4341 Mezzadra
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 Roberto
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 555
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370
4371 \series bold
4372 Pirpamer
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 Erich
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 555
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 </row>
4396 <row>
4397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401
4402 \series bold
4403 Pochiesa
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 Paolo
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 555, 222
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 </row>
4427 <row>
4428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432
4433 \series bold
4434 Radina
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 Claudio
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 555
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 </row>
4458 <row>
4459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463
4464 \series bold
4465 Stuffer
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 Oskar
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 555
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \series bold
4496 Tacchelli
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 Ugo
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 555
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525
4526 \series bold
4527 Tezzele
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 Margit
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 555
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \series bold
4558 Unterkalmsteiner
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 Frieda
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576 555
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 </row>
4582 <row>
4583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \series bold
4589 Vieider
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Hilde
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 555
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618
4619 \series bold
4620 Vigna
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 Jürgen
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638 999
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649
4650 \series bold
4651 Weber
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 Maurizio
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 555
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 </row>
4675 <row>
4676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680
4681 \series bold
4682 Winkler
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 Franz
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700 555
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row endlastfoot="true">
4707 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 以上
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 </row>
4735 </lyxtabular>
4736
4737 \end_inset
4738
4739
4740 \begin_inset ERT
4741 status collapsed
4742
4743 \begin_layout Plain Layout
4744
4745
4746 \backslash
4747 addtocounter{table}{-1}
4748 \end_layout
4749
4750 \end_inset
4751
4752
4753 \begin_inset Note Note
4754 status collapsed
4755
4756 \begin_layout Plain Layout
4757 本コマンドの説明については、第
4758 \begin_inset CommandInset ref
4759 LatexCommand ref
4760 reference "sub:長尺表のキャプション"
4761
4762 \end_inset
4763
4764 節の最初の淡色表示注釈をご覧下さい。
4765 \end_layout
4766
4767 \end_inset
4768
4769
4770 \end_layout
4771
4772 \begin_layout Subsection
4773 長尺表での脚注
4774 \begin_inset CommandInset label
4775 LatexCommand label
4776 name "sub:長尺表での脚注"
4777
4778 \end_inset
4779
4780
4781 \begin_inset Index idx
4782 status collapsed
4783
4784 \begin_layout Plain Layout
4785 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4786 \end_layout
4787
4788 \end_inset
4789
4790
4791 \end_layout
4792
4793 \begin_layout Standard
4794 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
4795 \begin_inset CommandInset ref
4796 LatexCommand ref
4797 reference "tab:別キャプション"
4798
4799 \end_inset
4800
4801 には脚注が付いています。
4802 \end_layout
4803
4804 \begin_layout Subsection
4805 長尺表の縦横揃え
4806 \begin_inset Index idx
4807 status collapsed
4808
4809 \begin_layout Plain Layout
4810 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
4811 \end_layout
4812
4813 \end_inset
4814
4815
4816 \end_layout
4817
4818 \begin_layout Standard
4819
4820 \lang english
4821 The horizontal alignment of longtables can be set in the table settings
4822  dialog.
4823  For left- and right-alignment the table will be directly at the page border.
4824  To add space between the table and the border one has to set the alignment
4825  to center and change the value of the LaTeX-lengths 
4826 \series bold
4827
4828 \backslash
4829 LTleft 
4830 \series default
4831 or 
4832 \series bold
4833
4834 \backslash
4835 LTright
4836 \series default
4837  by inserting this line as TeX-Code before the longtable:
4838 \end_layout
4839
4840 \begin_layout Standard
4841
4842 \series bold
4843
4844 \backslash
4845 setlength{
4846 \backslash
4847 LTleft}{値}
4848 \end_layout
4849
4850 \begin_layout Standard
4851 という行を当該長尺表の前にTeXコードとして挿入して、長さ
4852 \series bold
4853
4854 \backslash
4855 LTleft
4856 \series default
4857 および
4858 \series bold
4859
4860 \backslash
4861 LTright
4862 \series default
4863 の値を変更しなくてはなりません。ここで「値」は、第
4864 \begin_inset CommandInset ref
4865 LatexCommand ref
4866 reference "tab:単位"
4867
4868 \end_inset
4869
4870 表に挙げてある単位であれば、どの単位を取ることもできます。
4871 \series bold
4872
4873 \backslash
4874 LTleft
4875 \series default
4876 は、左頁余白から長尺表までの水平方向の距離を制御し、
4877 \series bold
4878
4879 \backslash
4880 LTright
4881 \series default
4882 は、右頁余白からの距離を制御します。これらの長さの既定値は
4883 \series bold
4884
4885 \backslash
4886 fill
4887 \series default
4888 となっており、LyXの水平フィルと同等になっています。
4889 \end_layout
4890
4891 \begin_layout Standard
4892
4893 \lang english
4894 The following longtable was centered and
4895 \lang japanese
4896  
4897 \series bold
4898
4899 \backslash
4900 LTleft
4901 \series default
4902  
4903 \lang english
4904 set to
4905 \lang japanese
4906  
4907 \family sans
4908 0.1
4909 \backslash
4910 columnwidth
4911 \family default
4912 :
4913 \begin_inset ERT
4914 status collapsed
4915
4916 \begin_layout Plain Layout
4917
4918
4919 \backslash
4920 setlength{
4921 \backslash
4922 LTleft}{0.1
4923 \backslash
4924 columnwidth}
4925 \end_layout
4926
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \begin_layout Standard
4933 \begin_inset Tabular
4934 <lyxtabular version="3" rows="5" columns="5">
4935 <features islongtable="true" longtabularalignment="center">
4936 <column alignment="center" valignment="top" width="0">
4937 <column alignment="center" valignment="top" width="0">
4938 <column alignment="center" valignment="top" width="0">
4939 <column alignment="center" valignment="top" width="0">
4940 <column alignment="center" valignment="top" width="0">
4941 <row>
4942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 1
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 2
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 3
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 4
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 5
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 いろは
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 いろは
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 いろは
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 いろは
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 いろは
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 いろは
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134 いろは
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 いろは
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 いろは
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 いろは
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 いろは
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 </row>
5176 </lyxtabular>
5177
5178 \end_inset
5179
5180
5181 \begin_inset ERT
5182 status collapsed
5183
5184 \begin_layout Plain Layout
5185
5186
5187 \backslash
5188 setlength{
5189 \backslash
5190 LTleft}{
5191 \backslash
5192 fill}
5193 \end_layout
5194
5195 \end_inset
5196
5197
5198 \begin_inset ERT
5199 status collapsed
5200
5201 \begin_layout Plain Layout
5202
5203
5204 \backslash
5205 addtocounter{table}{-1}
5206 \end_layout
5207
5208 \end_inset
5209
5210
5211 \begin_inset Note Note
5212 status collapsed
5213
5214 \begin_layout Plain Layout
5215 このコマンドの説明に関しては、第
5216 \begin_inset CommandInset ref
5217 LatexCommand ref
5218 reference "sub:長尺表のキャプション"
5219
5220 \end_inset
5221
5222 節の最初の淡色表示注釈をご覧下さい。
5223 \end_layout
5224
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \begin_layout Subsection
5231 長尺表のキャプション
5232 \begin_inset Index idx
5233 status collapsed
5234
5235 \begin_layout Plain Layout
5236 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5237 \end_layout
5238
5239 \end_inset
5240
5241
5242 \begin_inset CommandInset label
5243 LatexCommand label
5244 name "sub:長尺表のキャプション"
5245
5246 \end_inset
5247
5248
5249 \end_layout
5250
5251 \begin_layout Standard
5252 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5253 \begin_inset CommandInset ref
5254 LatexCommand ref
5255 reference "sec:長尺表"
5256
5257 \end_inset
5258
5259 節に述べられているように、ある行で長尺表オプションの
5260 \family sans
5261 キャプション
5262 \family default
5263 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5264 \end_layout
5265
5266 \begin_layout Standard
5267 以下は、動作を確認するための短い長尺表です。
5268 \end_layout
5269
5270 \begin_layout Standard
5271 \begin_inset Tabular
5272 <lyxtabular version="3" rows="6" columns="5">
5273 <features islongtable="true" longtabularalignment="center">
5274 <column alignment="center" valignment="top" width="0">
5275 <column alignment="center" valignment="top" width="0">
5276 <column alignment="center" valignment="top" width="0">
5277 <column alignment="center" valignment="top" width="0">
5278 <column alignment="center" valignment="top" width="0">
5279 <row caption="true">
5280 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 \begin_inset Caption
5285
5286 \begin_layout Plain Layout
5287 キャプション付き長尺表
5288 \begin_inset Argument
5289 status collapsed
5290
5291 \begin_layout Plain Layout
5292 長尺表
5293 \end_layout
5294
5295 \end_inset
5296
5297
5298 \end_layout
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 </row>
5344 <row>
5345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 1
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 2
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 3
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 4
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 5
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 </row>
5391 <row>
5392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 いろは
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 いろは
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 いろは
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 いろは
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 いろは
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 いろは
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 </row>
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 いろは
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 いろは
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 いろは
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 いろは
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 いろは
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 </lyxtabular>
5580
5581 \end_inset
5582
5583
5584 \end_layout
5585
5586 \begin_layout Standard
5587 \begin_inset VSpace medskip
5588 \end_inset
5589
5590
5591 \begin_inset Note Greyedout
5592 status open
5593
5594 \begin_layout Plain Layout
5595
5596 \series bold
5597 【註1】
5598 \series default
5599 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5600 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5601 \end_layout
5602
5603 \begin_layout Plain Layout
5604
5605 \series bold
5606
5607 \backslash
5608 addtocounter{table}{-1}
5609 \end_layout
5610
5611 \begin_layout Plain Layout
5612 というコマンドを挿入する方法があります。
5613 \end_layout
5614
5615 \begin_layout Plain Layout
5616 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5617 \end_layout
5618
5619 \begin_layout Plain Layout
5620
5621 \series bold
5622
5623 \backslash
5624 let
5625 \backslash
5626 myEnd
5627 \backslash
5628 endlongtable
5629 \begin_inset Newline newline
5630 \end_inset
5631
5632
5633 \backslash
5634 renewcommand{
5635 \backslash
5636 endlongtable}{
5637 \backslash
5638 myEnd
5639 \backslash
5640 addtocounter{table}{-1}}
5641 \end_layout
5642
5643 \end_inset
5644
5645
5646 \end_layout
5647
5648 \begin_layout Standard
5649 \begin_inset Note Greyedout
5650 status open
5651
5652 \begin_layout Plain Layout
5653
5654 \series bold
5655 【註2】
5656 \series default
5657 相互参照をリンクするために、
5658 \family sans
5659 文書設定
5660 \family default
5661 ダイアログの
5662 \family sans
5663 PDF特性
5664 \family default
5665
5666 \series bold
5667 hyperref
5668 \series default
5669
5670 \begin_inset Index idx
5671 status collapsed
5672
5673 \begin_layout Plain Layout
5674 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5675 \end_layout
5676
5677 \end_inset
5678
5679 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5680 \end_layout
5681
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \begin_layout Subsubsection
5688 長尺表への参照
5689 \begin_inset Index idx
5690 status collapsed
5691
5692 \begin_layout Plain Layout
5693 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5694 \end_layout
5695
5696 \end_inset
5697
5698
5699 \end_layout
5700
5701 \begin_layout Standard
5702 \begin_inset Tabular
5703 <lyxtabular version="3" rows="6" columns="5">
5704 <features islongtable="true" longtabularalignment="center">
5705 <column alignment="center" valignment="top" width="0">
5706 <column alignment="center" valignment="top" width="0">
5707 <column alignment="center" valignment="top" width="0">
5708 <column alignment="center" valignment="top" width="0">
5709 <column alignment="center" valignment="top" width="0">
5710 <row caption="true">
5711 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Caption
5716
5717 \begin_layout Plain Layout
5718 参照された長尺表
5719 \begin_inset CommandInset label
5720 LatexCommand label
5721 name "tab:参照例"
5722
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 1
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 2
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 3
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 4
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 5
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 いろは
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 いろは
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 いろは
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 いろは
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 いろは
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 いろは
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 いろは
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 いろは
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 いろは
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 いろは
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 いろは
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 </row>
6007 </lyxtabular>
6008
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \begin_layout Standard
6015 長尺表を参照するには、キャプションにラベルを挿入してください。
6016 \end_layout
6017
6018 \begin_layout Standard
6019 これは表
6020 \begin_inset CommandInset ref
6021 LatexCommand ref
6022 reference "tab:参照例"
6023
6024 \end_inset
6025
6026 への参照です。
6027 \end_layout
6028
6029 \begin_layout Standard
6030 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6031 \series bold
6032 caption
6033 \series default
6034
6035 \begin_inset Index idx
6036 status collapsed
6037
6038 \begin_layout Plain Layout
6039 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6040 \end_layout
6041
6042 \end_inset
6043
6044 を使用して設定することができます。第
6045 \begin_inset CommandInset ref
6046 LatexCommand ref
6047 reference "sec:キャプションの書式設定"
6048
6049 \end_inset
6050
6051 節をご覧下さい。
6052 \end_layout
6053
6054 \begin_layout Subsubsection
6055 キャプションの幅
6056 \begin_inset Index idx
6057 status collapsed
6058
6059 \begin_layout Plain Layout
6060 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6061 \end_layout
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \begin_layout Standard
6069 キャプション行の最大長は、長さ
6070 \series bold
6071
6072 \backslash
6073 LTcapwidth
6074 \series default
6075 によって指定することができます。既定値は4
6076 \begin_inset space \thinspace{}
6077 \end_inset
6078
6079 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6080 \end_layout
6081
6082 \begin_layout Standard
6083
6084 \series bold
6085
6086 \backslash
6087 setlength{
6088 \backslash
6089 LTcapwidth}{幅}
6090 \end_layout
6091
6092 \begin_layout Standard
6093 というコマンドを書き加えて下さい。ここで「幅」には、付録
6094 \begin_inset CommandInset ref
6095 LatexCommand ref
6096 reference "cha:LyXで使用できる単位"
6097
6098 \end_inset
6099
6100 に挙げられている単位を取ることができます。
6101 \end_layout
6102
6103 \begin_layout Standard
6104 以下の各表で違いを示します。
6105 \end_layout
6106
6107 \begin_layout Standard
6108 \begin_inset Tabular
6109 <lyxtabular version="3" rows="6" columns="5">
6110 <features islongtable="true" longtabularalignment="center">
6111 <column alignment="center" valignment="top" width="0">
6112 <column alignment="center" valignment="top" width="0">
6113 <column alignment="center" valignment="top" width="0">
6114 <column alignment="center" valignment="top" width="0">
6115 <column alignment="center" valignment="top" width="0">
6116 <row caption="true">
6117 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Caption
6122
6123 \begin_layout Plain Layout
6124 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6125 \begin_inset Argument
6126 status collapsed
6127
6128 \begin_layout Plain Layout
6129 既定幅のキャプション
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 1
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 2
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 3
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 4
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 5
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 <row>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 いろは
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 いろは
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 </row>
6275 <row>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 いろは
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 いろは
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 いろは
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 いろは
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 </row>
6369 <row>
6370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 いろは
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 いろは
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 いろは
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 いろは
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 いろは
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 </row>
6416 </lyxtabular>
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \begin_layout Standard
6424 \begin_inset ERT
6425 status collapsed
6426
6427 \begin_layout Plain Layout
6428
6429
6430 \backslash
6431 setlength{
6432 \backslash
6433 LTcapwidth}{5cm}
6434 \end_layout
6435
6436 \end_inset
6437
6438
6439 \begin_inset Tabular
6440 <lyxtabular version="3" rows="6" columns="5">
6441 <features islongtable="true" longtabularalignment="center">
6442 <column alignment="center" valignment="top" width="0">
6443 <column alignment="center" valignment="top" width="0">
6444 <column alignment="center" valignment="top" width="0">
6445 <column alignment="center" valignment="top" width="0">
6446 <column alignment="center" valignment="top" width="0">
6447 <row caption="true">
6448 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 \begin_inset Caption
6453
6454 \begin_layout Plain Layout
6455 5
6456 \begin_inset space \thinspace{}
6457 \end_inset
6458
6459 cm幅のなが〜いフルタイトル・5
6460 \begin_inset space \thinspace{}
6461 \end_inset
6462
6463 cm幅のなが〜いフルタイトル・5
6464 \begin_inset space \thinspace{}
6465 \end_inset
6466
6467 cm幅のなが〜いフルタイトル
6468 \begin_inset Argument
6469 status collapsed
6470
6471 \begin_layout Plain Layout
6472 5
6473 \begin_inset space \thinspace{}
6474 \end_inset
6475
6476 cm幅のキャプション
6477 \end_layout
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \end_inset
6485
6486
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 <row>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 1
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 2
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 3
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 4
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 5
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 </row>
6575 <row>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 いろは
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 いろは
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 </row>
6622 <row>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 いろは
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 いろは
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 <row>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 いろは
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 いろは
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 </row>
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 いろは
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 いろは
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 いろは
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 いろは
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 いろは
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 </lyxtabular>
6764
6765 \end_inset
6766
6767
6768 \end_layout
6769
6770 \begin_layout Standard
6771 \begin_inset ERT
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775
6776
6777 \backslash
6778 setlength{
6779 \backslash
6780 LTcapwidth}{4in}
6781 \end_layout
6782
6783 \end_inset
6784
6785
6786 \end_layout
6787
6788 \begin_layout Standard
6789 \begin_inset Note Greyedout
6790 status open
6791
6792 \begin_layout Plain Layout
6793
6794 \series bold
6795 【註】
6796 \series default
6797 この文書のようにLaTeXパッケージの
6798 \series bold
6799 caption
6800 \series default
6801
6802 \begin_inset Index idx
6803 status collapsed
6804
6805 \begin_layout Plain Layout
6806 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6807 \end_layout
6808
6809 \end_inset
6810
6811 を使用している時には、
6812 \series bold
6813
6814 \backslash
6815 LTcapwidth
6816 \series default
6817 に既定値の4
6818 \begin_inset space \thinspace{}
6819 \end_inset
6820
6821 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
6822 \begin_inset space \thinspace{}
6823 \end_inset
6824
6825 in幅のキャプションを作るには、3.99
6826 \begin_inset space \thinspace{}
6827 \end_inset
6828
6829 inのように4.0
6830 \begin_inset space \thinspace{}
6831 \end_inset
6832
6833 inと少し違う値を指定するか、
6834 \series bold
6835 caption
6836 \series default
6837 パッケージが提供している
6838 \series bold
6839
6840 \backslash
6841 captionsetup{width=値}
6842 \series default
6843 というLaTeXコマンドを用いる方法があります。
6844 \end_layout
6845
6846 \end_inset
6847
6848
6849 \end_layout
6850
6851 \begin_layout Subsubsection
6852 表の各ページごとに異なるキャプション
6853 \begin_inset Index idx
6854 status collapsed
6855
6856 \begin_layout Plain Layout
6857 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
6858 \end_layout
6859
6860 \end_inset
6861
6862
6863 \end_layout
6864
6865 \begin_layout Standard
6866 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
6867 \end_layout
6868
6869 \begin_layout Standard
6870
6871 \series bold
6872
6873 \backslash
6874 caption*{キャプション文}
6875 \backslash
6876
6877 \backslash
6878 %
6879 \end_layout
6880
6881 \begin_layout Standard
6882 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
6883 \begin_inset CommandInset ref
6884 LatexCommand ref
6885 reference "tab:別キャプション"
6886
6887 \end_inset
6888
6889 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
6890 \end_layout
6891
6892 \begin_layout Standard
6893 \align center
6894 \begin_inset Tabular
6895 <lyxtabular version="3" rows="59" columns="3">
6896 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
6897 <column alignment="left" valignment="top" width="0cm">
6898 <column alignment="left" valignment="top" width="0pt">
6899 <column alignment="center" valignment="top" width="0pt">
6900 <row caption="true">
6901 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 \begin_inset Caption
6906
6907 \begin_layout Plain Layout
6908 例示用電話帳
6909 \begin_inset CommandInset label
6910 LatexCommand label
6911 name "tab:別キャプション"
6912
6913 \end_inset
6914
6915
6916 \begin_inset Argument
6917 status collapsed
6918
6919 \begin_layout Plain Layout
6920 例示用電話帳
6921 \end_layout
6922
6923 \end_inset
6924
6925
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 <row endfirsthead="true">
6955 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959
6960 \series bold
6961 例示用電話帳(名前は無視の事)
6962 \end_layout
6963
6964 \end_inset
6965 </cell>
6966 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 </row>
6985 <row endfirsthead="true">
6986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990
6991 \series bold
6992 氏名
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010
7011 \series bold
7012 TEL.
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 </row>
7018 <row endhead="true">
7019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 \begin_inset ERT
7024 status collapsed
7025
7026 \begin_layout Plain Layout
7027
7028
7029 \backslash
7030 caption*{例示用電話帳の続き}
7031 \backslash
7032
7033 \backslash
7034 %
7035 \end_layout
7036
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row endhead="true">
7064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068
7069 \series bold
7070 例示用電話帳
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row endhead="true">
7095 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099
7100 \series bold
7101 氏名
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119
7120 \series bold
7121 TEL.
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 </row>
7127 <row endfoot="true">
7128 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 次頁に続く
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 </row>
7156 <row>
7157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \series bold
7163 Annovi
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 Silvia
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 111
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 </row>
7187 <row>
7188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192
7193 \series bold
7194 Bertoli
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 Stefano
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 111
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 <row>
7219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223
7224 \series bold
7225 Bozzi
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 Walter
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 111
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 </row>
7249 <row>
7250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \series bold
7256 Cachia
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 Maria
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 111
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285
7286 \series bold
7287 Cachia
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 Maurizio
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 111
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 <row>
7312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \series bold
7318 Cinquemani
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 Giusi
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 111
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 </row>
7342 <row>
7343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347
7348 \series bold
7349 Colin
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 Bernard
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 111
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 </row>
7373 <row>
7374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378
7379 \series bold
7380 Concli
7381 \end_layout
7382
7383 \end_inset
7384 </cell>
7385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7386 \begin_inset Text
7387
7388 \begin_layout Plain Layout
7389 Gianfranco
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 111
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 </row>
7404 <row>
7405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409
7410 \series bold
7411 Dal Bosco
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 Carolina
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 111
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \series bold
7442 Dalpiaz
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 Annamaria
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 111
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row>
7467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471
7472 \series bold
7473 Feliciello
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 Domenico
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 111
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502
7503 \series bold
7504 Focarelli
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 Paola
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 111
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \series bold
7535 Galletti
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 Oreste
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 111
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 </row>
7559 <row>
7560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \series bold
7566 Gasparini
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 Franca
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 111
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row>
7591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \series bold
7597 Rizzardi
7598 \series default
7599
7600 \begin_inset Foot
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 例示用脚注
7605 \end_layout
7606
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 Paola
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 111
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 </row>
7633 <row>
7634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \series bold
7640 Lassini
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 Giancarlo
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 111
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \series bold
7671 Malfatti
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 Luciano
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 111
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 </row>
7695 <row>
7696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700
7701 \series bold
7702 Malfatti
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 Valeriano
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 111
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row>
7727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 Meneguzzo
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 Roberto
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 111
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row>
7758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \series bold
7764 Mezzadra
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 Roberto
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 111
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row>
7789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \series bold
7795 Pirpamer
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 Erich
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 111
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \series bold
7826 Pochiesa
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 Paolo
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 111, 222
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 </row>
7850 <row>
7851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \series bold
7857 Radina
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 Claudio
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 111
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \series bold
7888 Stuffer
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 Oskar
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 111
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 </row>
7912 <row>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \series bold
7919 Tacchelli
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 Ugo
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 111
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 </row>
7943 <row>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948
7949 \series bold
7950 Tezzele
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 Margit
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 111
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 </row>
7974 <row>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \series bold
7981 Unterkalmsteiner
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990 Frieda
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 111
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \series bold
8012 Vieider
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 Hilde
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 111
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \series bold
8043 Vigna
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Jürgen
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 111
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \series bold
8074 Weber
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Maurizio
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 111
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \series bold
8105 Winkler
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Franz
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 111
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134  
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Annovi
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Silvia
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 555
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Bertoli
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Stefano
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 555
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Bozzi
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Walter
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 555
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Cachia
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Maria
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 555
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Cachia
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Maurizio
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 555
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 Cinquemani
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Giusi
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 555
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \series bold
8351 Colin
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Bernard
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 555
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \series bold
8382 Concli
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 Gianfranco
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 555
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \series bold
8413 Dal Bosco
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Carolina
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 555
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \series bold
8444 Dalpiaz
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Annamaria
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 555
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Feliciello
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Domenico
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 555
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Focarelli
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 Paola
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 555
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \series bold
8537 Galletti
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Oreste
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 555
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Gasparini
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Franca
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 555
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Rizzardi
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Paola
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 555
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Lassini
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Giancarlo
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 555
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Malfatti
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Luciano
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 555
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Malfatti
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Valeriano
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 555
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Meneguzzo
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Roberto
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 555
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Mezzadra
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Roberto
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 555
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 </lyxtabular>
8779
8780 \end_inset
8781
8782
8783 \end_layout
8784
8785 \begin_layout Section
8786 長尺表にまつわる諸点
8787 \begin_inset CommandInset label
8788 LatexCommand label
8789 name "sec:長尺表にまつわる諸点"
8790
8791 \end_inset
8792
8793
8794 \end_layout
8795
8796 \begin_layout Subsection
8797 長尺表の計算
8798 \begin_inset Index idx
8799 status collapsed
8800
8801 \begin_layout Plain Layout
8802 ちょうしゃくひょう@長尺表 ! けいさん@計算
8803 \end_layout
8804
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \begin_layout Standard
8811 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8812 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8813 \end_layout
8814
8815 \begin_layout Standard
8816
8817 \series bold
8818
8819 \backslash
8820 setcounter{LTchunksize}{100}
8821 \end_layout
8822
8823 \begin_layout Standard
8824 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
8825 \end_layout
8826
8827 \begin_layout Subsection
8828 フロートと長尺表
8829 \begin_inset Index idx
8830 status collapsed
8831
8832 \begin_layout Plain Layout
8833 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
8834 \end_layout
8835
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \begin_layout Standard
8842 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
8843 \series bold
8844
8845 \backslash
8846 clearpage
8847 \series default
8848 コマンドを長尺表の前にTeXコードとして書き加えてください。
8849 \end_layout
8850
8851 \begin_layout Subsection
8852 強制改頁
8853 \begin_inset Index idx
8854 status collapsed
8855
8856 \begin_layout Plain Layout
8857 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
8858 \end_layout
8859
8860 \end_inset
8861
8862
8863 \end_layout
8864
8865 \begin_layout Standard
8866 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
8867 ド「
8868 \series bold
8869
8870 \backslash
8871
8872 \backslash
8873
8874 \series default
8875 」を挿入します。
8876 \series bold
8877
8878 \backslash
8879
8880 \backslash
8881
8882 \series default
8883 コマンドの前には、現セルよりも右にある列数と同じ数の「
8884 \series bold
8885 &
8886 \series default
8887 」文字を、TeXコードで挿入してやる必要があります。この
8888 \series bold
8889 &
8890 \series default
8891 は、表セルの区切り文字です。各
8892 \series bold
8893 &
8894 \series default
8895 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
8896 \begin_inset Newline newline
8897 \end_inset
8898
8899
8900 \series bold
8901
8902 \backslash
8903
8904 \backslash
8905
8906 \series default
8907 コマンドの後ろには、現在列の左側にある列数と同じ数の
8908 \series bold
8909 &
8910 \series default
8911 文字を挿入してください。表
8912 \begin_inset CommandInset ref
8913 LatexCommand ref
8914 reference "tab:強制改頁"
8915
8916 \end_inset
8917
8918 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
8919 \end_layout
8920
8921 \begin_layout Standard
8922
8923 \series bold
8924 & 111
8925 \backslash
8926
8927 \backslash
8928  
8929 \backslash
8930 newpage
8931 \begin_inset Newline newline
8932 \end_inset
8933
8934 &
8935 \end_layout
8936
8937 \begin_layout Standard
8938 というコマンドが、セル中「
8939 \emph on
8940 Castelchiodato,
8941 \emph default
8942 」の後にTeXコードとして挿入してあります。
8943 \end_layout
8944
8945 \begin_layout Standard
8946 同一行3列目の「111」は削除してあります。
8947 \series bold
8948
8949 \backslash
8950 newpage
8951 \series default
8952 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
8953 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
8954 \end_layout
8955
8956 \begin_layout Standard
8957
8958 \series bold
8959 & 111
8960 \backslash
8961
8962 \backslash
8963
8964 \begin_inset Newline newline
8965 \end_inset
8966
8967
8968 \backslash
8969 hline &
8970 \end_layout
8971
8972 \begin_layout Standard
8973 というコマンドを使用して下さい。
8974 \end_layout
8975
8976 \begin_layout Standard
8977 改頁をしたいセルが最右列にある場合には、
8978 \end_layout
8979
8980 \begin_layout Standard
8981
8982 \series bold
8983
8984 \backslash
8985 setlength{
8986 \backslash
8987 parfillskip}{0pt}
8988 \end_layout
8989
8990 \begin_layout Standard
8991 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
8992
8993 \end_layout
8994
8995 \begin_layout Standard
8996 \align center
8997 \begin_inset Tabular
8998 <lyxtabular version="3" rows="38" columns="3">
8999 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9000 <column alignment="left" valignment="top" width="0cm">
9001 <column alignment="left" valignment="top" width="3cm">
9002 <column alignment="center" valignment="top" width="0pt">
9003 <row caption="true">
9004 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 \begin_inset Caption
9009
9010 \begin_layout Plain Layout
9011 表セル内で強制改頁をしている表
9012 \begin_inset CommandInset label
9013 LatexCommand label
9014 name "tab:強制改頁"
9015
9016 \end_inset
9017
9018
9019 \begin_inset Argument
9020 status collapsed
9021
9022 \begin_layout Plain Layout
9023 表セル内で強制改頁をしている表
9024 \end_layout
9025
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row endfirsthead="true">
9058 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 例示用電話帳(氏名は無視の事)
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row endfirsthead="true">
9089 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 氏名
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \series bold
9115 TEL.
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row endhead="true">
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 \begin_inset ERT
9127 status collapsed
9128
9129 \begin_layout Plain Layout
9130
9131
9132 \backslash
9133 caption*{例示用電話帳の続き}
9134 \backslash
9135
9136 \backslash
9137 %
9138 \end_layout
9139
9140 \end_inset
9141
9142
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row endhead="true">
9167 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 例示用電話帳
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row endhead="true">
9196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 氏名
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 TEL.
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row endfoot="true">
9229 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 次頁に続く
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264 Annovi
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 Silvia
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 111
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295 Bertoli
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 Stefano
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 111
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \series bold
9326 Bozzi
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Walter
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 111
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 Cachia
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 Maria
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 111
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 Cachia
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Maurizio
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 111
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \series bold
9419 Cinquemani
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 Giusi
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 111
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row>
9444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \series bold
9450 Colin
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Bernard
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 111
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \series bold
9481 Concli
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 Gianfranco
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 111
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \series bold
9512 Dal Bosco
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 Carolina
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 111
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 </row>
9536 <row>
9537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541
9542 \series bold
9543 Dalpiaz
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 Annamaria
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 111
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 </row>
9567 <row>
9568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572
9573 \series bold
9574 Feliciello
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 Domenico
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 111
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row>
9599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \series bold
9605 Focarelli
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Paola
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 111
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row>
9630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 Galletti
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 Oreste
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 111
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row>
9661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667 Gasparini
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 Franca
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 111
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \series bold
9698 Lassini
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 Giancarlo
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 111
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row>
9723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \series bold
9729 Malfatti
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 Luciano
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 111
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 </row>
9753 <row>
9754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \series bold
9760 Malfatti
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 Valeriano
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 111
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row>
9785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \series bold
9791 Meneguzzo
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 Roberto
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 111
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 </row>
9815 <row>
9816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \series bold
9822 Mezzadra
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831 Roberto
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 111
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \series bold
9853 Pirpamer
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 Erich
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 111
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 </row>
9877 <row>
9878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \series bold
9884 Pochiesa
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893 Paolo
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 111, 222
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \series bold
9915 Radina
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 Claudio
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 111
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row>
9940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 Rizzardi
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 Paolo, 11.
9956  Fürst von Montecompatri, 11.
9957  Fürst von Sulmona und Vivaro, 10.
9958  Fürst von Rossano, 5.
9959  Herzog von Canemorte, 11.
9960  Herzog von Palombara, 5.
9961  Herzog von Castelchiodato,
9962 \begin_inset ERT
9963 status collapsed
9964
9965 \begin_layout Plain Layout
9966
9967 & 111
9968 \backslash
9969
9970 \backslash
9971  
9972 \backslash
9973 newpage
9974 \end_layout
9975
9976 \begin_layout Plain Layout
9977
9978 &
9979 \end_layout
9980
9981 \end_inset
9982
9983  11.
9984  Herzog von Poggionativo, 11.
9985  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
9986  Graf von Valinfreda, 11.
9987  Baron von Cropalati, 11.
9988  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row>
10004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \series bold
10010 Stuffer
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 Oskar
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 111
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 Tacchelli
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 Ugo
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 111
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Tezzele
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 Margit
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 111
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row>
10097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 Unterkalmsteiner
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 Frieda
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 111
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 Vieider
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Hilde
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 111
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \series bold
10165 Vigna
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Jürgen
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 111
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 Weber
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Maurizio
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 111
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \series bold
10227 Winkler
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Franz
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 111
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 </row>
10251 </lyxtabular>
10252
10253 \end_inset
10254
10255
10256 \end_layout
10257
10258 \begin_layout Section
10259 複数行・連結列・連結行
10260 \end_layout
10261
10262 \begin_layout Subsection
10263 表セル内の複数行
10264 \begin_inset CommandInset label
10265 LatexCommand label
10266 name "sub:複数行"
10267
10268 \end_inset
10269
10270
10271 \begin_inset Index idx
10272 status collapsed
10273
10274 \begin_layout Plain Layout
10275 ひょうせるないのふくすうぎょう@表セル内の複数行
10276 \end_layout
10277
10278 \end_inset
10279
10280
10281 \begin_inset Index idx
10282 status collapsed
10283
10284 \begin_layout Plain Layout
10285 ひょう@表 ! かいぎょう@改行
10286 \end_layout
10287
10288 \end_inset
10289
10290
10291 \end_layout
10292
10293 \begin_layout Standard
10294 \noindent
10295 \begin_inset Float table
10296 placement H
10297 wide false
10298 sideways false
10299 status open
10300
10301 \begin_layout Plain Layout
10302 \begin_inset Caption
10303
10304 \begin_layout Plain Layout
10305 \begin_inset CommandInset label
10306 LatexCommand label
10307 name "tab:複数行表"
10308
10309 \end_inset
10310
10311 セル内に複数の行がある表
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \begin_layout Plain Layout
10320 \align center
10321 \begin_inset Tabular
10322 <lyxtabular version="3" rows="3" columns="3">
10323 <features tabularvalignment="middle">
10324 <column alignment="center" valignment="middle" width="2.5cm">
10325 <column alignment="center" valignment="middle" width="0">
10326 <column alignment="center" valignment="middle" width="0">
10327 <row>
10328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 複数の
10333 \begin_inset Newline linebreak
10334 \end_inset
10335
10336
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 </row>
10360 <row>
10361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 </lyxtabular>
10419
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \end_inset
10426
10427
10428 \end_layout
10429
10430 \begin_layout Standard
10431 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10432 \end_layout
10433
10434 \begin_layout Standard
10435
10436 \begin_inset CommandInset ref
10437 LatexCommand ref
10438 reference "tab:複数行表"
10439
10440 \end_inset
10441
10442 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10443 \family sans
10444 設定
10445 \family default
10446 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10447 \begin_inset space \thinspace{}
10448 \end_inset
10449
10450 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10451 \begin_inset space \thinspace{}
10452 \end_inset
10453
10454 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10455 \begin_inset Info
10456 type  "shortcut"
10457 arg   "newline-insert linebreak"
10458 \end_inset
10459
10460 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10461 \end_layout
10462
10463 \begin_layout Standard
10464 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10465 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10466 \begin_inset space \thinspace{}
10467 \end_inset
10468
10469 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10470 \begin_inset CommandInset ref
10471 LatexCommand ref
10472 reference "tab:ハイフネーション表"
10473
10474 \end_inset
10475
10476 が違いを示しています
10477 \begin_inset Foot
10478 status open
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 【訳註】
10484 \series default
10485 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10486 \end_layout
10487
10488 \end_inset
10489
10490
10491 \end_layout
10492
10493 \begin_layout Standard
10494 \begin_inset Float table
10495 placement h
10496 wide false
10497 sideways false
10498 status open
10499
10500 \begin_layout Plain Layout
10501 \begin_inset Caption
10502
10503 \begin_layout Plain Layout
10504 \begin_inset CommandInset label
10505 LatexCommand label
10506 name "tab:ハイフネーション表"
10507
10508 \end_inset
10509
10510 ハイフネーション有/無の表
10511 \end_layout
10512
10513 \end_inset
10514
10515
10516 \end_layout
10517
10518 \begin_layout Plain Layout
10519 \begin_inset space \hfill{}
10520 \end_inset
10521
10522
10523 \begin_inset Tabular
10524 <lyxtabular version="3" rows="3" columns="3">
10525 <features tabularvalignment="middle">
10526 <column alignment="center" valignment="middle" width="2.5cm">
10527 <column alignment="center" valignment="middle" width="0">
10528 <column alignment="center" valignment="middle" width="0">
10529 <row>
10530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 verylongtablecellword
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
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" bottomline="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" bottomline="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" bottomline="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 </lyxtabular>
10617
10618 \end_inset
10619
10620
10621 \begin_inset space \hfill{}
10622 \end_inset
10623
10624
10625 \begin_inset Tabular
10626 <lyxtabular version="3" rows="3" columns="3">
10627 <features tabularvalignment="middle">
10628 <column alignment="center" valignment="middle" width="2.5cm">
10629 <column alignment="center" valignment="middle" width="0">
10630 <column alignment="center" valignment="middle" width="0">
10631 <row>
10632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 \begin_inset space \hspace{}
10637 \length 0pt
10638 \end_inset
10639
10640 verylongtablecellword
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 </lyxtabular>
10723
10724 \end_inset
10725
10726
10727 \begin_inset space \hfill{}
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734
10735
10736 \end_layout
10737
10738 \begin_layout Subsection
10739 連結列
10740 \begin_inset CommandInset label
10741 LatexCommand label
10742 name "sub:連結列"
10743
10744 \end_inset
10745
10746
10747 \begin_inset Index idx
10748 status collapsed
10749
10750 \begin_layout Plain Layout
10751 れんけつれつ@連結列
10752 \end_layout
10753
10754 \end_inset
10755
10756
10757 \begin_inset Index idx
10758 status collapsed
10759
10760 \begin_layout Plain Layout
10761 ひょう@表 ! れんけつれつ@連結列
10762 \end_layout
10763
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \begin_layout Subsubsection
10770 連結列の基礎
10771 \end_layout
10772
10773 \begin_layout Standard
10774 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10775 \begin_inset Graphics
10776         filename ../../images/tabular-feature_multicolumn.png
10777         scale 85
10778         scaleBeforeRotation
10779
10780 \end_inset
10781
10782 を押すか、
10783 \family sans
10784 編集\SpecialChar \menuseparator
10785 表\SpecialChar \menuseparator
10786 連結列
10787 \family default
10788 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10789 \family sans
10790 連結列
10791 \family default
10792 を有効にするかしてください。
10793 \end_layout
10794
10795 \begin_layout Standard
10796 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10797 、最下行に上罫線のない連結行がある表の例です。
10798 \end_layout
10799
10800 \begin_layout Standard
10801 \align center
10802 \begin_inset Tabular
10803 <lyxtabular version="3" rows="3" columns="4">
10804 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10805 <column alignment="center" valignment="top" width="0pt">
10806 <column alignment="center" valignment="middle" width="0">
10807 <column alignment="center" valignment="top" width="0in">
10808 <column alignment="center" valignment="top" width="0pt">
10809 <row>
10810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 いろは
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 にほへとちり
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 ぬるを
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 </row>
10847 <row>
10848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 </lyxtabular>
10924
10925 \end_inset
10926
10927
10928 \end_layout
10929
10930 \begin_layout Subsubsection
10931 連結列の計算
10932 \begin_inset CommandInset label
10933 LatexCommand label
10934 name "sub:連結列の計算"
10935
10936 \end_inset
10937
10938
10939 \begin_inset Index idx
10940 status collapsed
10941
10942 \begin_layout Plain Layout
10943 れんけつれつ@連結列 ! けいさん@計算
10944 \end_layout
10945
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \begin_layout Standard
10952 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
10953 \end_layout
10954
10955 \begin_layout Standard
10956 \begin_inset Float table
10957 placement h
10958 wide false
10959 sideways false
10960 status open
10961
10962 \begin_layout Plain Layout
10963 \begin_inset Caption
10964
10965 \begin_layout Plain Layout
10966 \begin_inset CommandInset label
10967 LatexCommand label
10968 name "tab:中央揃え表"
10969
10970 \end_inset
10971
10972 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
10973 \begin_inset Argument
10974 status collapsed
10975
10976 \begin_layout Plain Layout
10977 完全なる連結列表
10978 \end_layout
10979
10980 \end_inset
10981
10982
10983 \end_layout
10984
10985 \end_inset
10986
10987
10988 \end_layout
10989
10990 \begin_layout Plain Layout
10991 \align center
10992 \begin_inset Tabular
10993 <lyxtabular version="3" rows="3" columns="3">
10994 <features tabularvalignment="middle">
10995 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
10996 <column alignment="center" valignment="middle" width="0">
10997 <column alignment="center" valignment="top" width="0">
10998 <row>
10999 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 複数行にわたる連結列
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 </lyxtabular>
11086
11087 \end_inset
11088
11089
11090 \end_layout
11091
11092 \end_inset
11093
11094
11095 \end_layout
11096
11097 \begin_layout Standard
11098 たとえば、表
11099 \begin_inset CommandInset ref
11100 LatexCommand ref
11101 reference "tab:中央揃え表"
11102
11103 \end_inset
11104
11105 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11106 \family sans
11107 設定
11108 \family default
11109 を選択します。そして現れる表の設定ダイアログで、このセルを
11110 \emph on
11111 連結列
11112 \emph default
11113
11114 \emph on
11115 中央揃え
11116 \emph default
11117 、2.5
11118 \begin_inset space \thinspace{}
11119 \end_inset
11120
11121 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11122 \begin_inset space \thinspace{}
11123 \end_inset
11124
11125 cm幅に設定します。すると第二列は自動的に1.25
11126 \begin_inset space \thinspace{}
11127 \end_inset
11128
11129 cm幅(連結列幅マイナス第一列の幅)になります。表
11130 \begin_inset CommandInset ref
11131 LatexCommand ref
11132 reference "tab:半分でない表"
11133
11134 \end_inset
11135
11136 もこのようにして作成してあります。
11137 \end_layout
11138
11139 \begin_layout Standard
11140 \begin_inset Float table
11141 wide false
11142 sideways false
11143 status open
11144
11145 \begin_layout Plain Layout
11146 \begin_inset Caption
11147
11148 \begin_layout Plain Layout
11149 \begin_inset CommandInset label
11150 LatexCommand label
11151 name "tab:半分でない表"
11152
11153 \end_inset
11154
11155 連結セルの下の列が正確に半分になっていない表
11156 \begin_inset Argument
11157 status collapsed
11158
11159 \begin_layout Plain Layout
11160 不完全な連結列表
11161 \end_layout
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Plain Layout
11174 \align center
11175 \begin_inset Tabular
11176 <lyxtabular version="3" rows="3" columns="3">
11177 <features tabularvalignment="middle">
11178 <column alignment="center" valignment="top" width="1.25cm">
11179 <column alignment="center" valignment="top" width="0">
11180 <column alignment="center" valignment="top" width="0">
11181 <row>
11182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 複数行にわたる連結列
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 </row>
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 </lyxtabular>
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \end_inset
11276
11277
11278 \end_layout
11279
11280 \begin_layout Standard
11281 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11282 指定したセル幅
11283 \begin_inset Formula $W_{\mbox{指}}$
11284 \end_inset
11285
11286 がセルの全幅
11287 \begin_inset Formula $W_{\text{全}}$
11288 \end_inset
11289
11290 と等しくならないためです。付録
11291 \begin_inset CommandInset ref
11292 LatexCommand eqref
11293 reference "cha:式の説明"
11294
11295 \end_inset
11296
11297 がこの事情を詳細に説明しています。
11298 \end_layout
11299
11300 \begin_layout Standard
11301
11302 \emph on
11303 n
11304 \emph default
11305 列を連結する際、各列の全幅が
11306 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11307 \end_inset
11308
11309 となるために必要な指定幅
11310 \begin_inset Formula $W_{\mbox{指}:n}$
11311 \end_inset
11312
11313 は、
11314 \begin_inset Formula \begin{equation}
11315 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11316
11317 \end_inset
11318
11319
11320 \end_layout
11321
11322 \begin_layout Standard
11323 で計算することができます。上記の例では
11324 \begin_inset Formula $n=2$
11325 \end_inset
11326
11327 かつ
11328 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11329 \end_inset
11330
11331 cmかつ長さは既定値ですから、第
11332 \begin_inset CommandInset ref
11333 LatexCommand ref
11334 reference "eq:Wgn"
11335
11336 \end_inset
11337
11338 式は
11339 \begin_inset Formula \begin{equation}
11340 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11341
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \begin_layout Standard
11348 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11349 \end_layout
11350
11351 \begin_layout Standard
11352
11353 \series bold
11354
11355 \backslash
11356 usepackage{calc}
11357 \end_layout
11358
11359 \begin_layout Standard
11360 と書いて、LaTeXパッケージ
11361 \series bold
11362 calc
11363 \series default
11364
11365 \begin_inset Index idx
11366 status collapsed
11367
11368 \begin_layout Plain Layout
11369 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11370 \end_layout
11371
11372 \end_inset
11373
11374 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11375 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11376 \end_layout
11377
11378 \begin_layout Itemize
11379
11380 \series bold
11381 p{幅}
11382 \series default
11383 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11384 \end_layout
11385
11386 \begin_layout Itemize
11387
11388 \series bold
11389 m{幅}
11390 \series default
11391 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11392 \end_layout
11393
11394 \begin_layout Itemize
11395
11396 \series bold
11397 b{幅}
11398 \series default
11399 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11400 \end_layout
11401
11402 \begin_layout Standard
11403 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11404 \end_layout
11405
11406 \begin_layout Standard
11407 \begin_inset Note Greyedout
11408 status open
11409
11410 \begin_layout Plain Layout
11411
11412 \series bold
11413 【註】
11414 \series default
11415 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11416 \end_layout
11417
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \begin_layout Standard
11424 文章を水平方向中央揃えにしたいので、
11425 \series bold
11426
11427 \backslash
11428 centering
11429 \series default
11430 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11431 \end_layout
11432
11433 \begin_layout Standard
11434
11435 \series bold
11436 >{
11437 \backslash
11438 centering}m{1.25cm-6.2pt}
11439 \end_layout
11440
11441 \begin_layout Standard
11442
11443 \series bold
11444 >{ }
11445 \series default
11446 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11447 \end_layout
11448
11449 \begin_layout Standard
11450 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11451 がって、連結セルには
11452 \end_layout
11453
11454 \begin_layout Standard
11455
11456 \series bold
11457 >{
11458 \backslash
11459 centering}m{2.5cm}
11460 \end_layout
11461
11462 \begin_layout Standard
11463 というLaTeX変数を指定しなくてはなりません。
11464 \end_layout
11465
11466 \begin_layout Subsection
11467 連結行
11468 \begin_inset Index idx
11469 status collapsed
11470
11471 \begin_layout Plain Layout
11472 れんけつぎょう@連結行
11473 \end_layout
11474
11475 \end_inset
11476
11477
11478 \begin_inset Index idx
11479 status collapsed
11480
11481 \begin_layout Plain Layout
11482 ひょう@表 ! れんけつぎょう@連結行
11483 \end_layout
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 連結列とは対照的に、連結行はLyXではまだサポートされていないために、若干のTeXコードを使用する必要があります。連結行を利用するには、文書プリアンブルに
11492 \end_layout
11493
11494 \begin_layout Standard
11495
11496 \series bold
11497
11498 \backslash
11499 usepackage{multirow}
11500 \end_layout
11501
11502 \begin_layout Standard
11503 というコマンドを書いて、LaTeXパッケージの
11504 \series bold
11505 multirow
11506 \series default
11507
11508 \begin_inset Index idx
11509 status collapsed
11510
11511 \begin_layout Plain Layout
11512 LaTeXぱっけーじ@LaTeXパッケージ ! multirow
11513 \end_layout
11514
11515 \end_inset
11516
11517 を読み込んでおく必要があります。連結列は
11518 \end_layout
11519
11520 \begin_layout Standard
11521
11522 \series bold
11523
11524 \backslash
11525 multirow{行数}{セル幅}{セルの内容}
11526 \end_layout
11527
11528 \begin_layout Standard
11529 というコマンドで生成することができます。以下の表を作成するには、
11530 \end_layout
11531
11532 \begin_layout Standard
11533 \align center
11534 \begin_inset ERT
11535 status collapsed
11536
11537 \begin_layout Plain Layout
11538
11539
11540 \backslash
11541 renewcommand{
11542 \backslash
11543 multirowsetup}{
11544 \backslash
11545 centering}
11546 \end_layout
11547
11548 \end_inset
11549
11550
11551 \begin_inset Tabular
11552 <lyxtabular version="3" rows="3" columns="3">
11553 <features tabularvalignment="middle">
11554 <column alignment="center" valignment="top" width="0">
11555 <column alignment="center" valignment="top" width="0">
11556 <column alignment="center" valignment="top" width="0">
11557 <row>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 \begin_inset ERT
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595
11596
11597 \backslash
11598 multirow{2}{2.5cm}{
11599 \end_layout
11600
11601 \end_inset
11602
11603 連結行の項目
11604 \begin_inset ERT
11605 status collapsed
11606
11607 \begin_layout Plain Layout
11608
11609 }
11610 \end_layout
11611
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 </row>
11638 <row>
11639 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 </row>
11667 </lyxtabular>
11668
11669 \end_inset
11670
11671
11672 \begin_inset ERT
11673 status collapsed
11674
11675 \begin_layout Plain Layout
11676
11677
11678 \backslash
11679 renewcommand{
11680 \backslash
11681 multirowsetup}{
11682 \backslash
11683 raggedright}
11684 \end_layout
11685
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \begin_layout Standard
11692 まず3×3表を作成して下さい。第一列の最下セル上の罫線を削除して下さい。そして、第二行第一列に
11693 \end_layout
11694
11695 \begin_layout Standard
11696
11697 \series bold
11698
11699 \backslash
11700 multirow{2}{2.5cm}{
11701 \end_layout
11702
11703 \begin_layout Standard
11704 というコマンドをTeXコードとして入れると、連結行を作成することができます。このコマンドのパラメータに指定されているように、連結行は2行を連結し、2.5
11705 \begin_inset space \thinspace{}
11706 \end_inset
11707
11708 cmの幅を持つようになります。連結行セルの内容は、TeXコードボックスの後に書き込み、その文章の後に別のTeXコードボックスで右括弧
11709 \series bold
11710 }
11711 \series default
11712 を入れて、コマンドを閉じます。
11713 \end_layout
11714
11715 \begin_layout Standard
11716
11717 \series bold
11718
11719 \backslash
11720 multirow
11721 \series default
11722 は、既定値でその中身を左揃えにします。この既定値を上書きするには、文書プリアンブル中のTeXコードで
11723 \end_layout
11724
11725 \begin_layout Standard
11726
11727 \series bold
11728
11729 \backslash
11730 renewcommand{
11731 \backslash
11732 multirowsetup}{
11733 \backslash
11734 centering}
11735 \end_layout
11736
11737 \begin_layout Standard
11738 というコマンドを使用して、コマンド
11739 \series bold
11740
11741 \backslash
11742 multirowsetup
11743 \series default
11744 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11745 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11746 \series bold
11747
11748 \backslash
11749 centering
11750 \series default
11751 の代わりに
11752 \series bold
11753
11754 \backslash
11755 raggedleft
11756 \series default
11757 を使用して下さい。左揃えに戻すには、
11758 \series bold
11759
11760 \backslash
11761 raggedright
11762 \series default
11763 とします。
11764 \end_layout
11765
11766 \begin_layout Section
11767 フォーマル形式の表
11768 \begin_inset CommandInset label
11769 LatexCommand label
11770 name "sec:フォーマル形式の表"
11771
11772 \end_inset
11773
11774
11775 \begin_inset Index idx
11776 status collapsed
11777
11778 \begin_layout Plain Layout
11779 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Standard
11788 書籍中の表は、よく表
11789 \begin_inset CommandInset ref
11790 LatexCommand ref
11791 reference "tab:ブックタブ表の例"
11792
11793 \end_inset
11794
11795 のように組版されます。この種の表は、「
11796 \emph on
11797 フォーマル形式
11798 \emph default
11799 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
11800 \end_layout
11801
11802 \begin_layout Standard
11803 \begin_inset Float table
11804 placement h
11805 wide false
11806 sideways false
11807 status open
11808
11809 \begin_layout Plain Layout
11810 \begin_inset Caption
11811
11812 \begin_layout Plain Layout
11813 \begin_inset CommandInset label
11814 LatexCommand label
11815 name "tab:ブックタブ表の例"
11816
11817 \end_inset
11818
11819 ブックタブ表の例
11820 \end_layout
11821
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \begin_layout Plain Layout
11828 \align center
11829 \begin_inset Tabular
11830 <lyxtabular version="3" rows="8" columns="4">
11831 <features booktabs="true" tabularvalignment="middle">
11832 <column alignment="center" valignment="top" width="0">
11833 <column alignment="center" valignment="top" width="0">
11834 <column alignment="center" valignment="top" width="0">
11835 <column alignment="center" valignment="top" width="0">
11836 <row>
11837 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 システム
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 Medipix
11851 \begin_inset space \thinspace{}
11852 \end_inset
11853
11854 1
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 Medipix
11864 \begin_inset space \thinspace{}
11865 \end_inset
11866
11867 2
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 </row>
11882 <row>
11883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 \begin_inset ERT
11888 status collapsed
11889
11890 \begin_layout Plain Layout
11891
11892
11893 \backslash
11894 cmidrule(r){2-2}
11895 \end_layout
11896
11897 \end_inset
11898
11899
11900 \begin_inset ERT
11901 status collapsed
11902
11903 \begin_layout Plain Layout
11904
11905
11906 \backslash
11907 cmidrule(l){3-4}
11908 \end_layout
11909
11910 \end_inset
11911
11912 検知器の厚み [µm]
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 300
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 300
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 700
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 エッジ角 [°]
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 3.55
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 <cell alignment="center" valignment="top" topline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 2.71
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 <cell alignment="center" valignment="top" topline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977 7.99
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 </row>
11983 <row topspace="default">
11984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11985 \begin_inset Text
11986
11987 \begin_layout Plain Layout
11988 空間分解能 [µm]
11989 \end_layout
11990
11991 \end_inset
11992 </cell>
11993 <cell alignment="center" valignment="top" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 4.26
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 <cell alignment="center" valignment="top" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 10.17
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 <cell alignment="center" valignment="top" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 10.56
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 </row>
12021 <row topspace="default">
12022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026 \begin_inset Formula $f_{\mathrm{max}}$
12027 \end_inset
12028
12029 におけるMTF
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 0.53
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 0.37
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 <cell alignment="center" valignment="top" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 0.39
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 <row topspace="default">
12063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 \begin_inset ERT
12068 status collapsed
12069
12070 \begin_layout Plain Layout
12071
12072
12073 \backslash
12074 cmidrule(l{10pt}){1-1}
12075 \end_layout
12076
12077 \end_inset
12078
12079 LSF空間分解能
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 <row>
12113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 µm表示
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 129.7
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 52.75
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 50.78
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 </row>
12150 <row>
12151 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 ピクセルサイズに対する%表示
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 76.3
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 95.9
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 92.3
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 </row>
12188 </lyxtabular>
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Standard
12201 表中の行に余白を加えるには、第
12202 \begin_inset CommandInset ref
12203 LatexCommand ref
12204 reference "sub:行の余白取り"
12205
12206 \end_inset
12207
12208 節に述べられているように、表の設定ダイアログの
12209 \family sans
12210 罫線
12211 \family default
12212 タブを使用します。
12213 \end_layout
12214
12215 \begin_layout Standard
12216 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12217 \begin_inset Newline newline
12218 \end_inset
12219
12220 最初と最後の表罫線の既定幅は0.08
12221 \begin_inset space \thinspace{}
12222 \end_inset
12223
12224 emですが、他の罫線の既定幅は0.05
12225 \begin_inset space \thinspace{}
12226 \end_inset
12227
12228 emです。
12229 \end_layout
12230
12231 \begin_layout Standard
12232 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12233 \end_layout
12234
12235 \begin_layout Standard
12236
12237 \series bold
12238
12239 \backslash
12240 let
12241 \backslash
12242 mytoprule
12243 \backslash
12244 toprule
12245 \begin_inset Newline newline
12246 \end_inset
12247
12248
12249 \backslash
12250 renewcommand{
12251 \backslash
12252 toprule}{
12253 \backslash
12254 mytoprule[幅]}
12255 \end_layout
12256
12257 \begin_layout Standard
12258 上の例は、
12259 \series bold
12260 toprule
12261 \series default
12262 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12263 \series bold
12264 toprule
12265 \series default
12266
12267 \series bold
12268 bottomrule
12269 \series default
12270 に置き換えて下さい。他の罫線の線幅を変更するには、
12271 \series bold
12272 toprule
12273 \series default
12274
12275 \series bold
12276 midrule
12277 \series default
12278 に置き換えます。線幅を設定する上では、付録
12279 \begin_inset CommandInset ref
12280 LatexCommand ref
12281 reference "cha:LyXで使用できる単位"
12282
12283 \end_inset
12284
12285 に挙げてあるすべての単位を使用することができます。
12286 \end_layout
12287
12288 \begin_layout Standard
12289 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12290 \series bold
12291
12292 \backslash
12293 cmidrule
12294 \series default
12295 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12296 \end_layout
12297
12298 \begin_layout Standard
12299
12300 \series bold
12301
12302 \backslash
12303 cmidrule[幅](刈込){開始列-終了列}
12304 \end_layout
12305
12306 \begin_layout Standard
12307 です。
12308 \series bold
12309
12310 \backslash
12311 cmidrule
12312 \series default
12313 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12314 \series bold
12315
12316 \backslash
12317 cmidrule
12318 \series default
12319 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324 この線幅の既定値は0.03
12325 \begin_inset space \thinspace{}
12326 \end_inset
12327
12328 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12329 。非必須パラメーターの「刈込」は、
12330 \emph on
12331 l{刈込幅}
12332 \emph default
12333 あるいは
12334 \emph on
12335 r{刈込幅}
12336 \emph default
12337 の値を取り、刈込幅の指定は非必須です。たとえば、
12338 \emph on
12339 l{2pt}
12340 \emph default
12341 というパラメーターを使うと、罫線が左端から2
12342 \begin_inset space \thinspace{}
12343 \end_inset
12344
12345 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12346 \begin_inset space \thinspace{}
12347 \end_inset
12348
12349 emだけ刈り込まれます。
12350 \end_layout
12351
12352 \begin_layout Standard
12353 \begin_inset VSpace bigskip
12354 \end_inset
12355
12356
12357 \begin_inset CommandInset ref
12358 LatexCommand ref
12359 reference "tab:ブックタブ表の例"
12360
12361 \end_inset
12362
12363 は、
12364 \end_layout
12365
12366 \begin_layout Standard
12367
12368 \series bold
12369
12370 \backslash
12371 cmidrule(r){2-2}
12372 \backslash
12373 cmidrule(l){3-4}
12374 \end_layout
12375
12376 \begin_layout Standard
12377 というコマンドを第二行の初めに使用し、
12378 \end_layout
12379
12380 \begin_layout Standard
12381
12382 \series bold
12383
12384 \backslash
12385 cmidrule(l{10pt}){1-1}
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 \begin_inset CommandInset ref
12402 LatexCommand ref
12403 reference "tab:特殊なブックタブ表"
12404
12405 \end_inset
12406
12407 のような重なり合った
12408 \series bold
12409
12410 \backslash
12411 cmidrule
12412 \series default
12413 が欲しいことがあるかもしれません。これは、TeXコードで
12414 \end_layout
12415
12416 \begin_layout Standard
12417
12418 \series bold
12419
12420 \backslash
12421 morecmidrules
12422 \end_layout
12423
12424 \begin_layout Standard
12425 コマンドを使用することによって実現することができます。表
12426 \begin_inset CommandInset ref
12427 LatexCommand ref
12428 reference "tab:特殊なブックタブ表"
12429
12430 \end_inset
12431
12432 の第二列には
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438
12439 \backslash
12440 cmidrule(r){2-2}
12441 \backslash
12442 cmidrule(l){3-4}
12443 \backslash
12444 morecmidrules
12445 \backslash
12446 cmidrule{2-4}
12447 \end_layout
12448
12449 \begin_layout Standard
12450 というコマンドが使用されており、第六列には
12451 \end_layout
12452
12453 \begin_layout Standard
12454
12455 \series bold
12456
12457 \backslash
12458 midrule
12459 \backslash
12460 morecmidrules
12461 \backslash
12462 cmidrule{3-4}
12463 \end_layout
12464
12465 \begin_layout Standard
12466 というコマンドが使用されています。
12467 \end_layout
12468
12469 \begin_layout Standard
12470 \begin_inset VSpace bigskip
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Standard
12477 罫線の余白取りにどうしても満足が行かない場合には、
12478 \end_layout
12479
12480 \begin_layout Standard
12481
12482 \series bold
12483
12484 \backslash
12485 specialrule{幅}{上余白}{下余白}
12486 \end_layout
12487
12488 \begin_layout Standard
12489 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12490 \series bold
12491 booktabs
12492 \series default
12493  
12494 \begin_inset CommandInset citation
12495 LatexCommand cite
12496 key "booktabs"
12497
12498 \end_inset
12499
12500
12501 \begin_inset Index idx
12502 status collapsed
12503
12504 \begin_layout Plain Layout
12505 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12506 \end_layout
12507
12508 \end_inset
12509
12510 の取扱説明書をご参照下さい。
12511 \end_layout
12512
12513 \begin_layout Standard
12514 \begin_inset Float table
12515 placement h
12516 wide false
12517 sideways false
12518 status open
12519
12520 \begin_layout Plain Layout
12521 \begin_inset Caption
12522
12523 \begin_layout Plain Layout
12524 \begin_inset CommandInset label
12525 LatexCommand label
12526 name "tab:特殊なブックタブ表"
12527
12528 \end_inset
12529
12530 特殊なブックタブ表
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \end_layout
12537
12538 \begin_layout Plain Layout
12539 \align center
12540 \begin_inset Tabular
12541 <lyxtabular version="3" rows="8" columns="4">
12542 <features booktabs="true" tabularvalignment="middle">
12543 <column alignment="center" valignment="top" width="0">
12544 <column alignment="center" valignment="top" width="0">
12545 <column alignment="center" valignment="top" width="0">
12546 <column alignment="center" valignment="top" width="0">
12547 <row>
12548 <cell alignment="center" valignment="top" topline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 システム
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 Medipix
12562 \begin_inset space \thinspace{}
12563 \end_inset
12564
12565 1
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 Medipix
12575 \begin_inset space \thinspace{}
12576 \end_inset
12577
12578 2
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 </row>
12593 <row>
12594 <cell alignment="center" valignment="top" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 \begin_inset ERT
12599 status collapsed
12600
12601 \begin_layout Plain Layout
12602
12603
12604 \backslash
12605 cmidrule(r){2-2}
12606 \end_layout
12607
12608 \end_inset
12609
12610
12611 \begin_inset ERT
12612 status collapsed
12613
12614 \begin_layout Plain Layout
12615
12616
12617 \backslash
12618 cmidrule(l){3-4}
12619 \end_layout
12620
12621 \end_inset
12622
12623
12624 \begin_inset ERT
12625 status collapsed
12626
12627 \begin_layout Plain Layout
12628
12629
12630 \backslash
12631 morecmidrules 
12632 \end_layout
12633
12634 \end_inset
12635
12636
12637 \begin_inset ERT
12638 status collapsed
12639
12640 \begin_layout Plain Layout
12641
12642
12643 \backslash
12644 cmidrule{2-4}
12645 \end_layout
12646
12647 \end_inset
12648
12649 検知器の厚み [µm]
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 <cell alignment="center" valignment="top" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 300
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 300
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 700
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 </row>
12682 <row>
12683 <cell alignment="center" valignment="top" topline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 エッジ角 [°]
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 3.55
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 2.71
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 7.99
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 </row>
12720 <row topspace="default">
12721 <cell alignment="center" valignment="top" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 空間分解能 [µm]
12726 \end_layout
12727
12728 \end_inset
12729 </cell>
12730 <cell alignment="center" valignment="top" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 4.26
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 10.17
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 10.56
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 <row topspace="default">
12759 <cell alignment="center" valignment="top" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 \begin_inset Formula $f_{\mathrm{max}}$
12764 \end_inset
12765
12766 におけるMTF
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell alignment="center" valignment="top" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775 0.53
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 <cell alignment="center" valignment="top" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 0.37
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 0.39
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 </row>
12799 <row>
12800 <cell alignment="center" valignment="top" topline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 morecmidrules 
12812 \end_layout
12813
12814 \end_inset
12815
12816
12817 \begin_inset ERT
12818 status collapsed
12819
12820 \begin_layout Plain Layout
12821
12822
12823 \backslash
12824 cmidrule{3-4}
12825 \end_layout
12826
12827 \end_inset
12828
12829 LSF空間分解能
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 </row>
12862 <row>
12863 <cell alignment="center" valignment="top" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 µm表示
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 129.7
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 52.75
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 50.78
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 </row>
12900 <row>
12901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 ピクセルサイズに対する%表示
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 76.3
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 95.9
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 92.3
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 </lyxtabular>
12939
12940 \end_inset
12941
12942
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \end_layout
12949
12950 \begin_layout Section
12951 表の垂直揃え
12952 \begin_inset Index idx
12953 status collapsed
12954
12955 \begin_layout Plain Layout
12956 ひょう@表 ! そろえ@揃え
12957 \end_layout
12958
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \begin_layout Standard
12965 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
12966 \begin_inset CommandInset ref
12967 LatexCommand ref
12968 reference "sec:ボックスダイアログ"
12969
12970 \end_inset
12971
12972 節に述べられているように、ボックスの垂直揃えを行います。
12973 \end_layout
12974
12975 \begin_layout Standard
12976 以下の例では、各表は15
12977 \begin_inset space \thinspace{}
12978 \end_inset
12979
12980 列幅%を持つminipage
12981 \begin_inset Foot
12982 status collapsed
12983
12984 \begin_layout Plain Layout
12985 minipageは第
12986 \begin_inset CommandInset ref
12987 LatexCommand ref
12988 reference "sec:ミニページ"
12989
12990 \end_inset
12991
12992 節で説明されています。
12993 \end_layout
12994
12995 \end_inset
12996
12997 ボックスの中に入れてあります。
12998 \end_layout
12999
13000 \begin_layout Itemize
13001 動作試験 
13002 \begin_inset Box Frameless
13003 position "t"
13004 hor_pos "c"
13005 has_inner_box 1
13006 inner_pos "c"
13007 use_parbox 0
13008 use_makebox 0
13009 width "15col%"
13010 special "none"
13011 height "1in"
13012 height_special "totalheight"
13013 status collapsed
13014
13015 \begin_layout Plain Layout
13016 \begin_inset Tabular
13017 <lyxtabular version="3" rows="3" columns="3">
13018 <features tabularvalignment="middle">
13019 <column alignment="center" valignment="top" width="0">
13020 <column alignment="center" valignment="top" width="0">
13021 <column alignment="center" valignment="top" width="0">
13022 <row>
13023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 </row>
13051 <row>
13052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 </row>
13080 <row>
13081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 </row>
13109 </lyxtabular>
13110
13111 \end_inset
13112
13113
13114 \end_layout
13115
13116 \end_inset
13117
13118  動作試験 
13119 \begin_inset ERT
13120 status collapsed
13121
13122 \begin_layout Plain Layout
13123
13124
13125 \backslash
13126 raisebox{0.85
13127 \backslash
13128 baselineskip}{
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \begin_inset Box Frameless
13135 position "t"
13136 hor_pos "c"
13137 has_inner_box 1
13138 inner_pos "c"
13139 use_parbox 0
13140 use_makebox 0
13141 width "15col%"
13142 special "none"
13143 height "1in"
13144 height_special "totalheight"
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148 \begin_inset Tabular
13149 <lyxtabular version="3" rows="3" columns="3">
13150 <features tabularvalignment="middle">
13151 <column alignment="center" valignment="top" width="0">
13152 <column alignment="center" valignment="top" width="0">
13153 <column alignment="center" valignment="top" width="0">
13154 <row>
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177
13178 \end_layout
13179
13180 \end_inset
13181 </cell>
13182 </row>
13183 <row>
13184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 </row>
13212 <row>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 </lyxtabular>
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256 }
13257 \end_layout
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \begin_layout Itemize
13265 動作試験 
13266 \begin_inset Box Frameless
13267 position "c"
13268 hor_pos "c"
13269 has_inner_box 1
13270 inner_pos "c"
13271 use_parbox 0
13272 use_makebox 0
13273 width "15col%"
13274 special "none"
13275 height "1in"
13276 height_special "totalheight"
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280 \begin_inset Tabular
13281 <lyxtabular version="3" rows="3" columns="3">
13282 <features tabularvalignment="middle">
13283 <column alignment="center" valignment="top" width="0">
13284 <column alignment="center" valignment="top" width="0">
13285 <column alignment="center" valignment="top" width="0">
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 <row>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 </row>
13373 </lyxtabular>
13374
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Itemize
13386 動作試験 
13387 \begin_inset Box Frameless
13388 position "b"
13389 hor_pos "c"
13390 has_inner_box 1
13391 inner_pos "c"
13392 use_parbox 0
13393 use_makebox 0
13394 width "15col%"
13395 special "none"
13396 height "1in"
13397 height_special "totalheight"
13398 status collapsed
13399
13400 \begin_layout Plain Layout
13401 \begin_inset Tabular
13402 <lyxtabular version="3" rows="3" columns="3">
13403 <features tabularvalignment="middle">
13404 <column alignment="center" valignment="top" width="0">
13405 <column alignment="center" valignment="top" width="0">
13406 <column alignment="center" valignment="top" width="0">
13407 <row>
13408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 <row>
13437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 <row>
13466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 </row>
13494 </lyxtabular>
13495
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \end_inset
13502
13503  動作試験 
13504 \begin_inset ERT
13505 status collapsed
13506
13507 \begin_layout Plain Layout
13508
13509
13510 \backslash
13511 raisebox{-0.32
13512 \backslash
13513 baselineskip}{
13514 \end_layout
13515
13516 \end_inset
13517
13518
13519 \begin_inset Box Frameless
13520 position "b"
13521 hor_pos "c"
13522 has_inner_box 1
13523 inner_pos "c"
13524 use_parbox 0
13525 use_makebox 0
13526 width "15col%"
13527 special "none"
13528 height "1in"
13529 height_special "totalheight"
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 \begin_inset Tabular
13534 <lyxtabular version="3" rows="3" columns="3">
13535 <features tabularvalignment="middle">
13536 <column alignment="center" valignment="top" width="0">
13537 <column alignment="center" valignment="top" width="0">
13538 <column alignment="center" valignment="top" width="0">
13539 <row>
13540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 </row>
13568 <row>
13569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 </row>
13597 <row>
13598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 </lyxtabular>
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \end_inset
13634
13635
13636 \begin_inset ERT
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640
13641 }
13642 \end_layout
13643
13644 \end_inset
13645
13646
13647 \end_layout
13648
13649 \begin_layout Standard
13650 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
13651 \begin_inset Foot
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655 raiseboxは、第
13656 \begin_inset CommandInset ref
13657 LatexCommand ref
13658 reference "sub:垂直揃え"
13659
13660 \end_inset
13661
13662 節で説明されています。
13663 \end_layout
13664
13665 \end_inset
13666
13667 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
13668 \end_layout
13669
13670 \begin_layout Standard
13671
13672 \series bold
13673
13674 \backslash
13675 raisebox{0.85
13676 \backslash
13677 baselineskip}{
13678 \end_layout
13679
13680 \begin_layout Standard
13681 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
13682 \series bold
13683 }
13684 \series default
13685 をTeXコードとして挿入してあります。最後の項目の第二表には、
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \series bold
13691
13692 \backslash
13693 raisebox{-0.32
13694 \backslash
13695 baselineskip}{
13696 \end_layout
13697
13698 \begin_layout Standard
13699 というコマンドを使用しています。
13700 \end_layout
13701
13702 \begin_layout Standard
13703 \begin_inset Note Greyedout
13704 status open
13705
13706 \begin_layout Plain Layout
13707
13708 \series bold
13709 【註】
13710 \series default
13711 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
13712 \series bold
13713
13714 \backslash
13715 raisebox
13716 \series default
13717 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
13718 \end_layout
13719
13720 \end_inset
13721
13722
13723 \end_layout
13724
13725 \begin_layout Section
13726 色付きの表
13727 \begin_inset CommandInset label
13728 LatexCommand label
13729 name "sec:色付きの表"
13730
13731 \end_inset
13732
13733
13734 \begin_inset Index idx
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738 ひょう@表 ! いろつき@色付き
13739 \end_layout
13740
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \begin_layout Subsection
13747 色付きのセル
13748 \begin_inset Index idx
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752 ひょうのいろ@表の色 ! せるぶ@セル部
13753 \end_layout
13754
13755 \end_inset
13756
13757
13758 \begin_inset Index idx
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762 いろつき@色付き ! ひょうせるぶ@表セル部
13763 \end_layout
13764
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \begin_layout Standard
13771 \begin_inset Float table
13772 placement h
13773 wide false
13774 sideways false
13775 status open
13776
13777 \begin_layout Plain Layout
13778 \begin_inset Caption
13779
13780 \begin_layout Plain Layout
13781 \begin_inset CommandInset label
13782 LatexCommand label
13783 name "tab:colortblなしの表"
13784
13785 \end_inset
13786
13787
13788 \series bold
13789 colortbl
13790 \series default
13791 パッケージを使用しない色付き表
13792 \begin_inset Argument
13793 status collapsed
13794
13795 \begin_layout Plain Layout
13796 colortblなしの表
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \end_layout
13803
13804 \end_inset
13805
13806
13807 \end_layout
13808
13809 \begin_layout Plain Layout
13810 \align center
13811 \begin_inset Tabular
13812 <lyxtabular version="3" rows="3" columns="3">
13813 <features tabularvalignment="middle">
13814 <column alignment="center" valignment="top" width="0">
13815 <column alignment="center" valignment="top" width="0">
13816 <column alignment="center" valignment="top" width="0">
13817 <row>
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822
13823 \color green
13824
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833
13834 \color red
13835
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844
13845 \color red
13846
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 </row>
13852 <row>
13853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857
13858 \color green
13859
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868
13869 \color blue
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879
13880 \color blue
13881
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 </row>
13887 <row>
13888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892
13893 \color green
13894
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903
13904 \color blue
13905
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914
13915 \color blue
13916
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 </lyxtabular>
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \begin_layout Standard
13935 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
13936 \family sans
13937 編集\SpecialChar \menuseparator
13938 文字様式
13939 \family default
13940 メニューで色を選んでください。表
13941 \begin_inset CommandInset ref
13942 LatexCommand ref
13943 reference "tab:colortblなしの表"
13944
13945 \end_inset
13946
13947 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
13948 \series bold
13949 colortbl
13950 \series default
13951
13952 \begin_inset Index idx
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
13957 \end_layout
13958
13959 \end_inset
13960
13961 を使用しなくてはなりません。
13962 \end_layout
13963
13964 \begin_layout Standard
13965 \begin_inset ERT
13966 status collapsed
13967
13968 \begin_layout Plain Layout
13969
13970
13971 \backslash
13972 ifcolortbl
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \begin_inset Note Note
13979 status open
13980
13981 \begin_layout Plain Layout
13982 本節の以下の部分は、LaTeXパッケージ
13983 \series bold
13984 colortbl
13985 \series default
13986 が導入済みのときのみ表示されます。
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \begin_layout Standard
13995 色付きの表を作成するには、プリアンブルに
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \series bold
14001
14002 \backslash
14003 usepackage{colortbl}
14004 \end_layout
14005
14006 \begin_layout Standard
14007 という行を書いて
14008 \series bold
14009 colortbl
14010 \series default
14011 を読み込まなくてはなりません。列の色は、
14012 \series bold
14013 >{ }
14014 \series default
14015 コマンドの中に
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \series bold
14021
14022 \backslash
14023 columncolor{色彩名}
14024 \end_layout
14025
14026 \begin_layout Standard
14027 というコマンドを書いて指定することができます。
14028 \series bold
14029 >{}
14030 \series default
14031 コマンドに関する詳細は、第
14032 \begin_inset CommandInset ref
14033 LatexCommand ref
14034 reference "sub:連結列の計算"
14035
14036 \end_inset
14037
14038 節に述べられています。
14039 \end_layout
14040
14041 \begin_layout Standard
14042 以下の色彩名が事前に定義されています。
14043 \end_layout
14044
14045 \begin_layout Standard
14046
14047 \family sans
14048 red
14049 \family default
14050
14051 \family sans
14052 green
14053 \family default
14054
14055 \family sans
14056 yellow
14057 \family default
14058
14059 \family sans
14060 blue
14061 \family default
14062
14063 \family sans
14064 cyan
14065 \family default
14066
14067 \family sans
14068 magenta
14069 \family default
14070
14071 \family sans
14072 black
14073 \family default
14074
14075 \family sans
14076 white
14077 \end_layout
14078
14079 \begin_layout Standard
14080 \begin_inset VSpace medskip
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Standard
14087 また
14088 \end_layout
14089
14090 \begin_layout Standard
14091
14092 \series bold
14093
14094 \backslash
14095 definecolor{色彩名}{色彩モデル}{色彩値}
14096 \end_layout
14097
14098 \begin_layout Standard
14099 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14100 \end_layout
14101
14102 \begin_layout Labeling
14103 cmyk:シアン(
14104 \bar under
14105 c
14106 \bar default
14107 yan)・マゼンタ(
14108 \bar under
14109 m
14110 \bar default
14111 agenta)・黄(
14112 \bar under
14113 y
14114 \bar default
14115 ellow)・黒(blac
14116 \bar under
14117 k
14118 \bar default
14119
14120 \end_layout
14121
14122 \begin_layout Labeling
14123 rgb:赤(
14124 \bar under
14125 r
14126 \bar default
14127 ed)・緑(
14128 \bar under
14129 g
14130 \bar default
14131 reen)・青(
14132 \bar under
14133 b
14134 \bar default
14135 lue)
14136 \end_layout
14137
14138 \begin_layout Labeling
14139 gray:グレー
14140 \end_layout
14141
14142 \begin_layout Standard
14143 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14144 \end_layout
14145
14146 \begin_layout Standard
14147 たとえば、プリアンブルに
14148 \end_layout
14149
14150 \begin_layout Standard
14151
14152 \series bold
14153
14154 \backslash
14155 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14156 \end_layout
14157
14158 \begin_layout Standard
14159 と書くことによって、「
14160 \emph on
14161 darkgreen
14162 \emph default
14163 」色を定義することができますし、
14164 \end_layout
14165
14166 \begin_layout Standard
14167
14168 \series bold
14169
14170 \backslash
14171 definecolor{lightgray}{gray}{0.8}
14172 \end_layout
14173
14174 \begin_layout Standard
14175 と書けば、「
14176 \emph on
14177 lightgray
14178 \emph default
14179 」色を定義することができます。
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace medskip
14184 \end_inset
14185
14186
14187 \end_layout
14188
14189 \begin_layout Standard
14190 罫線は
14191 \end_layout
14192
14193 \begin_layout Standard
14194
14195 \series bold
14196
14197 \backslash
14198 rowcolor{色彩名}
14199 \end_layout
14200
14201 \begin_layout Standard
14202 というコマンドを使用して色付けすることができ、セルは
14203 \end_layout
14204
14205 \begin_layout Standard
14206
14207 \series bold
14208
14209 \backslash
14210 cellcolor{色彩名}
14211 \end_layout
14212
14213 \begin_layout Standard
14214 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14215 \end_layout
14216
14217 \begin_layout Standard
14218 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14219 \family sans
14220 編集\SpecialChar \menuseparator
14221 文字様式
14222 \family default
14223 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14224 ます。
14225 \end_layout
14226
14227 \begin_layout Standard
14228 \begin_inset Note Greyedout
14229 status open
14230
14231 \begin_layout Plain Layout
14232 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241 \begin_inset VSpace bigskip
14242 \end_inset
14243
14244
14245 \end_layout
14246
14247 \begin_layout Standard
14248
14249 \begin_inset CommandInset ref
14250 LatexCommand ref
14251 reference "tab:色付き表"
14252
14253 \end_inset
14254
14255 を作成するには、以下のようにしてください。第一列の色は
14256 \emph on
14257 darkgreen
14258 \emph default
14259 にしたいので、この列のLaTeX変数として
14260 \end_layout
14261
14262 \begin_layout Standard
14263
14264 \series bold
14265 >{
14266 \backslash
14267 columncolor{darkgreen}
14268 \backslash
14269 centering}c
14270 \end_layout
14271
14272 \begin_layout Standard
14273 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14274 \end_layout
14275
14276 \begin_layout Standard
14277
14278 \series bold
14279
14280 \backslash
14281 rowcolow{cyan}
14282 \end_layout
14283
14284 \begin_layout Standard
14285 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14286 \end_layout
14287
14288 \begin_layout Standard
14289
14290 \series bold
14291
14292 \backslash
14293 cellcolor{magenta}
14294 \end_layout
14295
14296 \begin_layout Standard
14297 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14298 \family sans
14299 編集\SpecialChar \menuseparator
14300 文字様式
14301 \family default
14302 メニューを使って、各文字に色付けをすることができます。
14303 \end_layout
14304
14305 \begin_layout Standard
14306 \begin_inset Float table
14307 placement h
14308 wide false
14309 sideways false
14310 status open
14311
14312 \begin_layout Plain Layout
14313 \begin_inset Caption
14314
14315 \begin_layout Plain Layout
14316
14317 \series bold
14318 \begin_inset CommandInset label
14319 LatexCommand label
14320 name "tab:色付き表"
14321
14322 \end_inset
14323
14324 colortbl
14325 \series default
14326 パッケージを使用した色付き表
14327 \begin_inset Argument
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 colortblを使った表
14332 \end_layout
14333
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Plain Layout
14345 \align center
14346 \begin_inset Tabular
14347 <lyxtabular version="3" rows="3" columns="3">
14348 <features tabularvalignment="middle">
14349 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14350 <column alignment="center" valignment="top" width="0">
14351 <column alignment="center" valignment="top" width="0">
14352 <row>
14353 <cell alignment="center" valignment="top" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 rowcolor{cyan}
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \color magenta
14371
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380
14381 \color red
14382
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 <cell alignment="center" valignment="top" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391
14392 \color red
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row>
14400 <cell alignment="center" valignment="top" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \color yellow
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415
14416 \color blue
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426
14427 \color blue
14428
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 </row>
14434 <row>
14435 <cell alignment="center" valignment="top" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439
14440 \color yellow
14441
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 <cell alignment="center" valignment="top" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450
14451 \color blue
14452
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461 \begin_inset ERT
14462 status collapsed
14463
14464 \begin_layout Plain Layout
14465
14466
14467 \backslash
14468 cellcolor{magenta}
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \color green
14475
14476 \end_layout
14477
14478 \end_inset
14479 </cell>
14480 </row>
14481 </lyxtabular>
14482
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset ERT
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 else
14502 \end_layout
14503
14504 \end_inset
14505
14506
14507 \begin_inset Note Note
14508 status open
14509
14510 \begin_layout Plain Layout
14511 以下は、LaTeXパッケージ
14512 \series bold
14513 colortbl
14514 \series default
14515 が導入されていないときに表示されます。
14516 \end_layout
14517
14518 \end_inset
14519
14520
14521 \end_layout
14522
14523 \begin_layout Standard
14524 この節の内容を出力で表示させるには、
14525 \series bold
14526 colortbl
14527 \series default
14528 パッケージを導入する必要があります。
14529 \end_layout
14530
14531 \begin_layout Standard
14532 \begin_inset ERT
14533 status collapsed
14534
14535 \begin_layout Plain Layout
14536
14537
14538 \backslash
14539 fi
14540 \end_layout
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \begin_layout Subsection
14548 色付き罫線
14549 \begin_inset Index idx
14550 status collapsed
14551
14552 \begin_layout Plain Layout
14553 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14554 \end_layout
14555
14556 \end_inset
14557
14558
14559 \begin_inset Index idx
14560 status collapsed
14561
14562 \begin_layout Plain Layout
14563 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572
14573 \begin_inset CommandInset ref
14574 LatexCommand ref
14575 reference "sub:罫線幅"
14576
14577 \end_inset
14578
14579 節に述べられているように、表中の全罫線の線幅は、長さ
14580 \series bold
14581
14582 \backslash
14583 arrayrulewidth
14584 \series default
14585 を使って調節することができます。本節の表では、すべて1.5
14586 \begin_inset space \thinspace{}
14587 \end_inset
14588
14589 ptに設定されています。
14590 \begin_inset ERT
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594
14595
14596 \backslash
14597 setlength{
14598 \backslash
14599 arrayrulewidth}{1.5pt}
14600 \end_layout
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \begin_layout Standard
14608 たとえば縦罫線を緑に着色するには、第
14609 \begin_inset CommandInset ref
14610 LatexCommand ref
14611 reference "sub:自製書式"
14612
14613 \end_inset
14614
14615 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
14616 \end_layout
14617
14618 \begin_layout Standard
14619
14620 \series bold
14621
14622 \backslash
14623 newcolumntype{W}{!{
14624 \backslash
14625 color{green}
14626 \backslash
14627 vline}}
14628 \end_layout
14629
14630 \begin_layout Standard
14631
14632 \begin_inset CommandInset ref
14633 LatexCommand ref
14634 reference "tab:色付き縦罫線の表"
14635
14636 \end_inset
14637
14638 では、最右列にLaTeX変数
14639 \series bold
14640 WcW
14641 \series default
14642 、他の列にLaTeX変数
14643 \series bold
14644 Wc
14645 \series default
14646 が使用されています。
14647 \end_layout
14648
14649 \begin_layout Standard
14650 複数の色を用いたいときには、列書式をもっと定義してください。
14651 \end_layout
14652
14653 \begin_layout Standard
14654 \begin_inset Float table
14655 placement h
14656 wide false
14657 sideways false
14658 status open
14659
14660 \begin_layout Plain Layout
14661 \begin_inset Caption
14662
14663 \begin_layout Plain Layout
14664 \begin_inset CommandInset label
14665 LatexCommand label
14666 name "tab:色付き縦罫線の表"
14667
14668 \end_inset
14669
14670 色付き縦罫線の表
14671 \end_layout
14672
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \begin_layout Plain Layout
14679 \align center
14680 \begin_inset Tabular
14681 <lyxtabular version="3" rows="3" columns="3">
14682 <features tabularvalignment="middle">
14683 <column alignment="center" valignment="top" width="0" special="Wc">
14684 <column alignment="center" valignment="top" width="0" special="Wc">
14685 <column alignment="center" valignment="top" width="0" special="WcW">
14686 <row>
14687 <cell alignment="center" valignment="top" topline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691 sd
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 <cell alignment="center" valignment="top" topline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" topline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row>
14716 <cell alignment="center" valignment="top" topline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 sd
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 <cell alignment="center" valignment="top" topline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 </row>
14744 <row>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767 sd
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 </row>
14773 </lyxtabular>
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Standard
14786 \begin_inset VSpace bigskip
14787 \end_inset
14788
14789
14790 \begin_inset CommandInset ref
14791 LatexCommand ref
14792 reference "tab:色付き横罫線の表"
14793
14794 \end_inset
14795
14796 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
14797 \end_layout
14798
14799 \begin_layout Standard
14800
14801 \series bold
14802
14803 \backslash
14804 let
14805 \backslash
14806 myHlineC
14807 \backslash
14808 hline
14809 \begin_inset Newline newline
14810 \end_inset
14811
14812
14813 \backslash
14814 renewcommand{
14815 \backslash
14816 hline}
14817 \begin_inset Newline newline
14818 \end_inset
14819
14820
14821 \begin_inset Phantom HPhantom
14822 status open
14823
14824 \begin_layout Plain Layout
14825 \begin_inset space ~
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832
14833 {
14834 \backslash
14835 arrayrulecolor{red}
14836 \backslash
14837 myHlineC
14838 \backslash
14839 arrayrulecolor{black}}
14840 \end_layout
14841
14842 \begin_layout Standard
14843 というコマンドを入力して下さい。
14844 \end_layout
14845
14846 \begin_layout Standard
14847 \begin_inset ERT
14848 status collapsed
14849
14850 \begin_layout Plain Layout
14851
14852
14853 \backslash
14854 let
14855 \backslash
14856 myHlineC
14857 \backslash
14858 hline
14859 \end_layout
14860
14861 \begin_layout Plain Layout
14862
14863
14864 \backslash
14865 renewcommand{
14866 \backslash
14867 hline}
14868 \end_layout
14869
14870 \begin_layout Plain Layout
14871
14872  {
14873 \backslash
14874 arrayrulecolor{red}
14875 \backslash
14876 myHlineC
14877 \backslash
14878 arrayrulecolor{black}}
14879 \end_layout
14880
14881 \end_inset
14882
14883
14884 \begin_inset Float table
14885 placement h
14886 wide false
14887 sideways false
14888 status open
14889
14890 \begin_layout Plain Layout
14891 \begin_inset Caption
14892
14893 \begin_layout Plain Layout
14894 \begin_inset CommandInset label
14895 LatexCommand label
14896 name "tab:色付き横罫線の表"
14897
14898 \end_inset
14899
14900 色付き横罫線の表
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \begin_layout Plain Layout
14909 \align center
14910 \begin_inset Tabular
14911 <lyxtabular version="3" rows="3" columns="3">
14912 <features tabularvalignment="middle">
14913 <column alignment="center" valignment="top" width="0">
14914 <column alignment="center" valignment="top" width="0">
14915 <column alignment="center" valignment="top" width="0">
14916 <row>
14917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 sd
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 </row>
14945 <row>
14946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959 sd
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 </row>
14974 <row>
14975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 sd
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 </lyxtabular>
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \begin_layout Standard
15016 既定値の黒罫線に戻るには、
15017 \end_layout
15018
15019 \begin_layout Standard
15020
15021 \series bold
15022
15023 \backslash
15024 renewcommand{
15025 \backslash
15026 hline}{
15027 \backslash
15028 myHlineC}
15029 \end_layout
15030
15031 \begin_layout Standard
15032 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15033 \begin_inset CommandInset ref
15034 LatexCommand ref
15035 reference "tab:色付き罫線の表"
15036
15037 \end_inset
15038
15039 は、縦横罫線を色付けした例です。
15040 \end_layout
15041
15042 \begin_layout Standard
15043 \begin_inset Float table
15044 placement h
15045 wide false
15046 sideways false
15047 status open
15048
15049 \begin_layout Plain Layout
15050 \begin_inset Caption
15051
15052 \begin_layout Plain Layout
15053 \begin_inset CommandInset label
15054 LatexCommand label
15055 name "tab:色付き罫線の表"
15056
15057 \end_inset
15058
15059 色付き罫線の表
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \begin_layout Plain Layout
15068 \align center
15069 \begin_inset Tabular
15070 <lyxtabular version="3" rows="3" columns="3">
15071 <features tabularvalignment="middle">
15072 <column alignment="center" valignment="top" width="0" special="Wc">
15073 <column alignment="center" valignment="top" width="0" special="Wc">
15074 <column alignment="center" valignment="top" width="0" special="WcW">
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 sd
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" topline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" topline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 </row>
15104 <row>
15105 <cell alignment="center" valignment="top" topline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 sd
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" topline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 <row topspace="default">
15134 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 sd
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 </lyxtabular>
15163
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170
15171
15172 \end_layout
15173
15174 \begin_layout Standard
15175 \begin_inset ERT
15176 status collapsed
15177
15178 \begin_layout Plain Layout
15179
15180
15181 \backslash
15182 renewcommand{
15183 \backslash
15184 hline}{
15185 \backslash
15186 myHlineC}
15187 \end_layout
15188
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \begin_layout Standard
15195 \begin_inset ERT
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199
15200
15201 \backslash
15202 setlength{
15203 \backslash
15204 arrayrulewidth}{0.4pt}
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \begin_layout Section
15213 表の調整
15214 \begin_inset Index idx
15215 status collapsed
15216
15217 \begin_layout Plain Layout
15218 ひょうのちょうせい@表の調整
15219 \end_layout
15220
15221 \end_inset
15222
15223
15224 \begin_inset Index idx
15225 status collapsed
15226
15227 \begin_layout Plain Layout
15228 ひょう@表 ! ちょうせい@調整
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \begin_layout Subsection
15237 行の余白取り
15238 \begin_inset CommandInset label
15239 LatexCommand label
15240 name "sub:行の余白取り"
15241
15242 \end_inset
15243
15244
15245 \begin_inset Index idx
15246 status collapsed
15247
15248 \begin_layout Plain Layout
15249 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \begin_layout Standard
15258 表の設定ダイアログの
15259 \family sans
15260 罫線
15261 \family default
15262 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15263 \end_layout
15264
15265 \begin_layout Description
15266 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15267 \begin_inset Foot
15268 status collapsed
15269
15270 \begin_layout Plain Layout
15271 フォーマル形式の表は第
15272 \begin_inset CommandInset ref
15273 LatexCommand ref
15274 reference "sec:フォーマル形式の表"
15275
15276 \end_inset
15277
15278 節で説明されています。
15279 \end_layout
15280
15281 \end_inset
15282
15283 ならば、LyXは既定値として0.5
15284 \begin_inset space \thinspace{}
15285 \end_inset
15286
15287 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15288 \begin_inset VSpace medskip
15289 \end_inset
15290
15291
15292 \begin_inset Newline newline
15293 \end_inset
15294
15295
15296 \begin_inset space \hspace*{}
15297 \length 0pt
15298 \end_inset
15299
15300
15301 \begin_inset space \hfill{}
15302 \end_inset
15303
15304
15305 \begin_inset Tabular
15306 <lyxtabular version="3" rows="3" columns="1">
15307 <features tabularvalignment="middle">
15308 <column alignment="center" valignment="top" width="0">
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row topspace="3mm">
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 行上に3
15326 \begin_inset space \thinspace{}
15327 \end_inset
15328
15329 mmの余白
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 </row>
15346 </lyxtabular>
15347
15348 \end_inset
15349
15350
15351 \begin_inset space \hfill{}
15352 \end_inset
15353
15354
15355 \begin_inset space \hspace*{}
15356 \length 0pt
15357 \end_inset
15358
15359
15360 \begin_inset VSpace medskip
15361 \end_inset
15362
15363
15364 \begin_inset Newline newline
15365 \end_inset
15366
15367 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15368 \end_layout
15369
15370 \begin_layout Description
15371 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15372 \begin_inset space \thinspace{}
15373 \end_inset
15374
15375 emの余白を挿入し、通常の表ならば既定値として2
15376 \begin_inset space \thinspace{}
15377 \end_inset
15378
15379 ptを挿入します。
15380 \end_layout
15381
15382 \begin_layout Description
15383 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15384 \begin_inset space \thinspace{}
15385 \end_inset
15386
15387 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15388 \begin_inset VSpace medskip
15389 \end_inset
15390
15391
15392 \begin_inset Newline newline
15393 \end_inset
15394
15395
15396 \begin_inset space \hspace*{}
15397 \length 0pt
15398 \end_inset
15399
15400
15401 \begin_inset space \hfill{}
15402 \end_inset
15403
15404
15405 \begin_inset Tabular
15406 <lyxtabular version="3" rows="3" columns="1">
15407 <features tabularvalignment="middle">
15408 <column alignment="center" valignment="top" width="0">
15409 <row>
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row interlinespace="3mm">
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 \begin_inset Formula $\downarrow$
15426 \end_inset
15427
15428  行間に3
15429 \begin_inset space \thinspace{}
15430 \end_inset
15431
15432 mmの余白 
15433 \begin_inset Formula $\downarrow$
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 \begin_inset Formula $\uparrow$
15448 \end_inset
15449
15450  行間に3
15451 \begin_inset space \thinspace{}
15452 \end_inset
15453
15454 mmの余白 
15455 \begin_inset Formula $\uparrow$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 </lyxtabular>
15465
15466 \end_inset
15467
15468
15469 \begin_inset space \hfill{}
15470 \end_inset
15471
15472
15473 \begin_inset space \hspace*{}
15474 \length 0pt
15475 \end_inset
15476
15477
15478 \begin_inset VSpace medskip
15479 \end_inset
15480
15481
15482 \begin_inset Newline newline
15483 \end_inset
15484
15485 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15486 \end_layout
15487
15488 \begin_layout Standard
15489 \begin_inset VSpace bigskip
15490 \end_inset
15491
15492 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15493 \end_layout
15494
15495 \begin_layout Standard
15496
15497 \series bold
15498
15499 \backslash
15500 @ifundefined{extrarowheight}
15501 \begin_inset Newline newline
15502 \end_inset
15503
15504
15505 \begin_inset Phantom HPhantom
15506 status open
15507
15508 \begin_layout Plain Layout
15509 \begin_inset space ~
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516
15517 {
15518 \backslash
15519 usepackage{array}}{}
15520 \begin_inset Newline newline
15521 \end_inset
15522
15523
15524 \backslash
15525 setlength{
15526 \backslash
15527 extrarowheight}{height}
15528 \end_layout
15529
15530 \begin_layout Standard
15531 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15532 \series bold
15533 array
15534 \series default
15535 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15536 \series bold
15537
15538 \backslash
15539 @ifundefined
15540 \series default
15541 が使用されています)。
15542 \end_layout
15543
15544 \begin_layout Standard
15545 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15546 \series bold
15547
15548 \backslash
15549 strut
15550 \series default
15551 コマンドを挿入することで補正することができます。表
15552 \begin_inset CommandInset ref
15553 LatexCommand ref
15554 reference "tab:垂直揃え"
15555
15556 \end_inset
15557
15558 は、この効果を示したものです。
15559 \end_layout
15560
15561 \begin_layout Standard
15562 \noindent
15563 \begin_inset Float table
15564 placement h
15565 wide false
15566 sideways false
15567 status open
15568
15569 \begin_layout Plain Layout
15570 \begin_inset Caption
15571
15572 \begin_layout Plain Layout
15573 \begin_inset CommandInset label
15574 LatexCommand label
15575 name "tab:垂直揃え"
15576
15577 \end_inset
15578
15579 大きなフォント寸法の文章の垂直揃え
15580 \end_layout
15581
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \begin_layout Plain Layout
15588 \begin_inset space \hfill{}
15589 \end_inset
15590
15591
15592 \begin_inset Float table
15593 wide false
15594 sideways false
15595 status open
15596
15597 \begin_layout Plain Layout
15598 \begin_inset Caption
15599
15600 \begin_layout Plain Layout
15601 通常の表
15602 \end_layout
15603
15604 \end_inset
15605
15606
15607 \end_layout
15608
15609 \begin_layout Plain Layout
15610 \noindent
15611 \align center
15612 \begin_inset Tabular
15613 <lyxtabular version="3" rows="6" columns="1">
15614 <features tabularvalignment="middle">
15615 <column alignment="left" valignment="top" width="0">
15616 <row>
15617 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 Normal, g
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 </row>
15627 <row>
15628 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632
15633 \size large
15634 Large
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \size larger
15647 Larger
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 </row>
15653 <row>
15654 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \size largest
15660 Largest
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 </row>
15666 <row>
15667 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671
15672 \size huge
15673 Huge
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 </row>
15679 <row>
15680 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \size giant
15686 Huger
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 </lyxtabular>
15693
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \end_inset
15700
15701
15702 \begin_inset space \hfill{}
15703 \end_inset
15704
15705
15706 \begin_inset Float table
15707 wide false
15708 sideways false
15709 status open
15710
15711 \begin_layout Plain Layout
15712 \begin_inset Caption
15713
15714 \begin_layout Plain Layout
15715
15716 \series bold
15717
15718 \backslash
15719 strut
15720 \series default
15721 コマンドを使用した表
15722 \end_layout
15723
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Plain Layout
15730 \noindent
15731 \align center
15732 \begin_inset Tabular
15733 <lyxtabular version="3" rows="6" columns="1">
15734 <features tabularvalignment="middle">
15735 <column alignment="left" valignment="top" width="0">
15736 <row>
15737 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741 Normal, g
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row>
15748 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \size large
15754 \begin_inset ERT
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758
15759
15760 \backslash
15761 strut 
15762 \end_layout
15763
15764 \end_inset
15765
15766 Large
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 <row>
15773 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777
15778 \size larger
15779 \begin_inset ERT
15780 status collapsed
15781
15782 \begin_layout Plain Layout
15783
15784
15785 \backslash
15786 strut 
15787 \end_layout
15788
15789 \end_inset
15790
15791 Larger
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 <row>
15798 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \size largest
15804 \begin_inset ERT
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808
15809
15810 \backslash
15811 strut 
15812 \end_layout
15813
15814 \end_inset
15815
15816 Largest
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 </row>
15822 <row>
15823 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \size huge
15829 \begin_inset ERT
15830 status collapsed
15831
15832 \begin_layout Plain Layout
15833
15834
15835 \backslash
15836 strut 
15837 \end_layout
15838
15839 \end_inset
15840
15841 Huge
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row>
15848 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \size giant
15854 \begin_inset ERT
15855 status collapsed
15856
15857 \begin_layout Plain Layout
15858
15859
15860 \backslash
15861 strut 
15862 \end_layout
15863
15864 \end_inset
15865
15866 Huger
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 </lyxtabular>
15873
15874 \end_inset
15875
15876
15877 \end_layout
15878
15879 \end_inset
15880
15881
15882 \begin_inset space \hfill{}
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \end_inset
15889
15890
15891 \end_layout
15892
15893 \begin_layout Subsection
15894 特殊なセル揃え
15895 \begin_inset Index idx
15896 status collapsed
15897
15898 \begin_layout Plain Layout
15899 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
15900 \end_layout
15901
15902 \end_inset
15903
15904
15905 \end_layout
15906
15907 \begin_layout Standard
15908 ときには表
15909 \begin_inset CommandInset ref
15910 LatexCommand ref
15911 reference "tab:表セル"
15912
15913 \end_inset
15914
15915 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。
15916 \end_layout
15917
15918 \begin_layout Standard
15919 \begin_inset Float table
15920 placement h
15921 wide false
15922 sideways false
15923 status open
15924
15925 \begin_layout Plain Layout
15926 \begin_inset Caption
15927
15928 \begin_layout Plain Layout
15929 \begin_inset CommandInset label
15930 LatexCommand label
15931 name "tab:表セル"
15932
15933 \end_inset
15934
15935 一列が小数点で揃えられた表セル
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \begin_layout Plain Layout
15944 \align center
15945 \begin_inset Tabular
15946 <lyxtabular version="3" rows="4" columns="2">
15947 <features tabularvalignment="middle">
15948 <column alignment="right" valignment="top" width="0">
15949 <column alignment="left" valignment="top" width="0" special="@{}l">
15950 <row>
15951 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 見出し
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row>
15971 <cell alignment="center" valignment="top" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 12.
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 <cell alignment="center" valignment="top" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 6
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 <row>
15991 <cell alignment="center" valignment="top" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 0.
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 68
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 </row>
16010 <row>
16011 <cell alignment="center" valignment="top" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 -123.
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 0
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 </lyxtabular>
16031
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Standard
16043 この表は4×2表として作成されています。見出しは中央揃えの連結列になっています。第1列には、小数点以上の各桁と小数点が右揃えで収められています。第2列には、小数
16044 点以下の各桁が左揃えで収められています。通常、表の列間に加えられる余白を削るために、
16045 \end_layout
16046
16047 \begin_layout Standard
16048
16049 \series bold
16050 @{}l
16051 \end_layout
16052
16053 \begin_layout Standard
16054 というLaTeX引数を第2列に指定します。
16055 \end_layout
16056
16057 \begin_layout Standard
16058
16059 \begin_inset CommandInset ref
16060 LatexCommand ref
16061 reference "tab:表セル揃え"
16062
16063 \end_inset
16064
16065 は、揃え方の例をいくつか示しています。関係子で揃えを行うには、関係詞の周りに正しい余白を取るために、二番目に小さい数式余白を最終列の初めに加えなくてはなりません
16066
16067 \end_layout
16068
16069 \begin_layout Standard
16070 \begin_inset Float table
16071 wide false
16072 sideways false
16073 status open
16074
16075 \begin_layout Plain Layout
16076 \begin_inset Caption
16077
16078 \begin_layout Plain Layout
16079 \begin_inset CommandInset label
16080 LatexCommand label
16081 name "tab:表セル揃え"
16082
16083 \end_inset
16084
16085 表セルの揃えの例
16086 \end_layout
16087
16088 \end_inset
16089
16090
16091 \end_layout
16092
16093 \begin_layout Plain Layout
16094 \align center
16095 \begin_inset Tabular
16096 <lyxtabular version="3" rows="4" columns="6">
16097 <features tabularvalignment="middle">
16098 <column alignment="right" valignment="top" width="0">
16099 <column alignment="left" valignment="top" width="0" special="@{}l">
16100 <column alignment="right" valignment="top" width="0">
16101 <column alignment="left" valignment="top" width="0" special="@{}l">
16102 <column alignment="right" valignment="top" width="0">
16103 <column alignment="left" valignment="top" width="0" special="@{}l">
16104 <row>
16105 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 単位
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 冪数
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 関係子
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row>
16161 <cell alignment="center" valignment="top" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 12×
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 24本の瓶
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 \begin_inset Formula $10\cdot$
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 \begin_inset Formula $10^{\mbox{-}17}$
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 \begin_inset Formula $\Gamma(t)\propto$
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 \begin_inset Formula $\:\Upsilon(t)$
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 </row>
16228 <row>
16229 <cell alignment="center" valignment="top" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 1024×
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 768ピクセル
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 \begin_inset Formula $5.78\cdot$
16252 \end_inset
16253
16254
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 \begin_inset Formula $10^{7}$
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 <cell alignment="center" valignment="top" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 \begin_inset Formula $A\ne$
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 \begin_inset Formula $\: B_{\mathrm{red}}$
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 </row>
16296 <row>
16297 <cell alignment="center" valignment="top" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 32×
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 6
16311 \begin_inset space \thinspace{}
16312 \end_inset
16313
16314 cm
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 -
16324 \begin_inset Formula $33.5\cdot$
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 \begin_inset Formula $10^{4}$
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 \begin_inset Formula $\sin(\alpha)\ge$
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell alignment="center" valignment="top" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 \begin_inset Formula $\:\sin(\beta)$
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 </lyxtabular>
16370
16371 \end_inset
16372
16373
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Standard
16382 \begin_inset VSpace bigskip
16383 \end_inset
16384
16385 表のセルの揃えを取り扱うものには、
16386 \series bold
16387 dcolumn
16388 \series default
16389
16390 \begin_inset Index idx
16391 status collapsed
16392
16393 \begin_layout Plain Layout
16394 LaTeXぱっけーじ@LaTeXパッケージ ! dcolumn
16395 \end_layout
16396
16397 \end_inset
16398
16399  LaTeXパッケージもあります。しかし残念ながら、このパッケージはセルの内容全体を数式として取扱うため、表セル中に数式を入れることはできません。表
16400 \begin_inset CommandInset ref
16401 LatexCommand ref
16402 reference "tab:表セル揃え"
16403
16404 \end_inset
16405
16406 の第1列は、
16407 \series bold
16408 dcolumn
16409 \series default
16410 では表
16411 \begin_inset CommandInset ref
16412 LatexCommand ref
16413 reference "tab:使用したときの揃え"
16414
16415 \end_inset
16416
16417 の第1列のようになり、ちょっとしたテクニックを使わなければ、期待通りにはなりません。表
16418 \begin_inset CommandInset ref
16419 LatexCommand ref
16420 reference "tab:表セル揃え"
16421
16422 \end_inset
16423
16424 の第2列と第3列のような揃え方は、
16425 \series bold
16426 dcolumn
16427 \series default
16428 ではできません。
16429 \begin_inset Newpage newpage
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \begin_layout Standard
16436 \begin_inset Float table
16437 placement h
16438 wide false
16439 sideways false
16440 status open
16441
16442 \begin_layout Plain Layout
16443 \begin_inset Caption
16444
16445 \begin_layout Plain Layout
16446 \begin_inset CommandInset label
16447 LatexCommand label
16448 name "tab:使用したときの揃え"
16449
16450 \end_inset
16451
16452 LaTeXパッケージdcolumnを使用したときの揃えの様子。この出力のようにすべての列を揃えるには、テクニックを用いなくてはなりません。
16453 \end_layout
16454
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \begin_layout Plain Layout
16461 \align center
16462 \begin_inset Tabular
16463 <lyxtabular version="3" rows="4" columns="3">
16464 <features tabularvalignment="middle">
16465 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16466 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16467 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16468 <row>
16469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473 単位
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 単位
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 単位
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row>
16498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 12x24本の瓶
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 12x24本の瓶
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 12
16521 \begin_inset ERT
16522 status collapsed
16523
16524 \begin_layout Plain Layout
16525
16526
16527 \backslash
16528 times 
16529 \end_layout
16530
16531 \end_inset
16532
16533 24+
16534 \begin_inset Formula $\mbox{本の瓶}$
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 1024x768ピクセル
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 1024x768ピクセル
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 1024
16567 \begin_inset ERT
16568 status collapsed
16569
16570 \begin_layout Plain Layout
16571
16572
16573 \backslash
16574 times 
16575 \end_layout
16576
16577 \end_inset
16578
16579 768+
16580 \begin_inset Formula $\mbox{ピクセル}$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 32x6
16595 \begin_inset space \thinspace{}
16596 \end_inset
16597
16598 cm
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 32x6
16608 \begin_inset space \thinspace{}
16609 \end_inset
16610
16611
16612 \begin_inset Formula $\mbox{cm}$
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 32
16625 \begin_inset ERT
16626 status collapsed
16627
16628 \begin_layout Plain Layout
16629
16630
16631 \backslash
16632 times 
16633 \end_layout
16634
16635 \end_inset
16636
16637 6+
16638 \begin_inset Formula $\mbox{cm}$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 </lyxtabular>
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Subsection
16660 自製のセル書式および列書式
16661 \begin_inset CommandInset label
16662 LatexCommand label
16663 name "sub:自製書式"
16664
16665 \end_inset
16666
16667
16668 \begin_inset Index idx
16669 status collapsed
16670
16671 \begin_layout Plain Layout
16672 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16673 \end_layout
16674
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \begin_layout Standard
16681 連結列セルを含む表がいくつもある場合には、第
16682 \begin_inset CommandInset ref
16683 LatexCommand ref
16684 reference "sub:連結列の計算"
16685
16686 \end_inset
16687
16688 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16689 べての表で使うことができます。書式は、以下のように定義します。
16690 \end_layout
16691
16692 \begin_layout Standard
16693
16694 \series bold
16695
16696 \backslash
16697 newcolumntype{書式名}[引数の数]{コマンド}
16698 \end_layout
16699
16700 \begin_layout Standard
16701 書式名は、一文字だけでも構いません。
16702 \emph on
16703 b
16704 \emph default
16705
16706 \emph on
16707 c
16708 \emph default
16709
16710 \emph on
16711 l
16712 \emph default
16713
16714 \emph on
16715 m
16716 \emph default
16717
16718 \emph on
16719 p
16720 \emph default
16721
16722 \emph on
16723 r
16724 \emph default
16725 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16726 \end_layout
16727
16728 \begin_layout Standard
16729 \begin_inset VSpace medskip
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \begin_layout Standard
16736 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16737 \end_layout
16738
16739 \begin_layout Standard
16740
16741 \series bold
16742
16743 \backslash
16744 newcolumntype{M}[1]{>{
16745 \backslash
16746 centering
16747 \backslash
16748 hspace{0pt}}m{#1}}
16749 \end_layout
16750
16751 \begin_layout Standard
16752 ここで
16753 \series bold
16754
16755 \backslash
16756 hspace{0pt}
16757 \series default
16758 は、第
16759 \begin_inset CommandInset ref
16760 LatexCommand ref
16761 reference "sub:複数行"
16762
16763 \end_inset
16764
16765 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
16766 \end_layout
16767
16768 \begin_layout Standard
16769
16770 \series bold
16771 M{width}
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{S}[2]{>{
16795 \backslash
16796 centering
16797 \backslash
16798 hspace{0pt}}
16799 \begin_inset Newline newline
16800 \end_inset
16801
16802
16803 \begin_inset Phantom HPhantom
16804 status open
16805
16806 \begin_layout Plain Layout
16807
16808 \series bold
16809
16810 \backslash
16811 newcolumntype
16812 \end_layout
16813
16814 \end_inset
16815
16816 m{(#1+(2
16817 \backslash
16818 tabcolsep+
16819 \backslash
16820 arrayrulewidth)*(1-#2))/#2}}
16821 \end_layout
16822
16823 \begin_layout Standard
16824 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
16825 \begin_inset CommandInset ref
16826 LatexCommand eqref
16827 reference "eq:Wgn"
16828
16829 \end_inset
16830
16831 式を使用しています。
16832 \end_layout
16833
16834 \begin_layout Standard
16835 こうしておけば、当該セルのLaTeX引数に
16836 \end_layout
16837
16838 \begin_layout Standard
16839
16840 \series bold
16841 S{連結列セルの幅}{連結列セルがまたがる列の数}
16842 \end_layout
16843
16844 \begin_layout Standard
16845 と入力するだけですみます。
16846 \end_layout
16847
16848 \begin_layout Standard
16849 \begin_inset VSpace bigskip
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \begin_layout Standard
16856 色付き列については、以下のように定義するとよいでしょう。
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862
16863 \backslash
16864 newcolumntype{K}[1]{>{
16865 \backslash
16866 columncolor{#1}
16867 \backslash
16868 hspace{0pt}}c}
16869 \end_layout
16870
16871 \begin_layout Standard
16872 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
16873 \end_layout
16874
16875 \begin_layout Standard
16876
16877 \series bold
16878 K{色名}
16879 \end_layout
16880
16881 \begin_layout Standard
16882 と入力します。
16883 \end_layout
16884
16885 \begin_layout Standard
16886 \begin_inset VSpace bigskip
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \begin_layout Standard
16893
16894 \begin_inset CommandInset ref
16895 LatexCommand ref
16896 reference "tab:ユーザー定義の表書式"
16897
16898 \end_inset
16899
16900 を生成するには、第1列と連結列にLaTeX引数として
16901 \end_layout
16902
16903 \begin_layout Standard
16904
16905 \series bold
16906 M{2.5cm}
16907 \end_layout
16908
16909 \begin_layout Standard
16910 を指定し、最終列に
16911 \end_layout
16912
16913 \begin_layout Standard
16914
16915 \series bold
16916 K{red}
16917 \end_layout
16918
16919 \begin_layout Standard
16920 そして第2列の各セルに
16921 \end_layout
16922
16923 \begin_layout Standard
16924
16925 \series bold
16926 S{2.5cm}{2}
16927 \end_layout
16928
16929 \begin_layout Standard
16930 と指定します。
16931 \end_layout
16932
16933 \begin_layout Standard
16934 \begin_inset Float table
16935 placement h
16936 wide false
16937 sideways false
16938 status open
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Caption
16942
16943 \begin_layout Plain Layout
16944 \begin_inset CommandInset label
16945 LatexCommand label
16946 name "tab:ユーザー定義の表書式"
16947
16948 \end_inset
16949
16950 ユーザー定義の表書式を使用した表
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \begin_layout Plain Layout
16959 \align center
16960 \begin_inset Tabular
16961 <lyxtabular version="3" rows="3" columns="4">
16962 <features tabularvalignment="middle">
16963 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
16964 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
16965 <column alignment="center" valignment="middle" width="0">
16966 <column alignment="center" valignment="middle" width="0" special="K{red}">
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 とても長い表セル中の単語
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 複数行の連結列
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 c
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 d
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 e
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 f
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 g
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 h
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 i
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 j
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 k
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 </row>
17081 </lyxtabular>
17082
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \begin_layout Subsection
17094 罫線幅
17095 \begin_inset CommandInset label
17096 LatexCommand label
17097 name "sub:罫線幅"
17098
17099 \end_inset
17100
17101
17102 \begin_inset Index idx
17103 status collapsed
17104
17105 \begin_layout Plain Layout
17106 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17107 \end_layout
17108
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \begin_layout Standard
17115 表中のすべての罫線の罫線幅を調整するには、長さ
17116 \series bold
17117
17118 \backslash
17119 arrayrulewidth
17120 \series default
17121 を使用します。たとえば、表
17122 \begin_inset CommandInset ref
17123 LatexCommand ref
17124 reference "tab:Table-with-1.5"
17125
17126 \end_inset
17127
17128 のように罫線幅を1.5
17129 \begin_inset space \thinspace{}
17130 \end_inset
17131
17132 ptにするには、表や表フロートの前にTeXコードで
17133 \end_layout
17134
17135 \begin_layout Standard
17136
17137 \series bold
17138
17139 \backslash
17140 setlength{
17141 \backslash
17142 arrayrulewidth}{1.5pt}
17143 \end_layout
17144
17145 \begin_layout Standard
17146 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17147 \series bold
17148
17149 \backslash
17150 arrayrulewidth
17151 \series default
17152 を0.4
17153 \begin_inset space \thinspace{}
17154 \end_inset
17155
17156 ptに設定してください。
17157 \end_layout
17158
17159 \begin_layout Standard
17160 \begin_inset ERT
17161 status collapsed
17162
17163 \begin_layout Plain Layout
17164
17165
17166 \backslash
17167 setlength{
17168 \backslash
17169 arrayrulewidth}{1.5pt}
17170 \end_layout
17171
17172 \end_inset
17173
17174
17175 \begin_inset Float table
17176 wide false
17177 sideways false
17178 status open
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Caption
17182
17183 \begin_layout Plain Layout
17184 \begin_inset CommandInset label
17185 LatexCommand label
17186 name "tab:Table-with-1.5"
17187
17188 \end_inset
17189
17190 1.5
17191 \begin_inset space \thinspace{}
17192 \end_inset
17193
17194 pt幅罫線の表
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Plain Layout
17203 \align center
17204 \begin_inset Tabular
17205 <lyxtabular version="3" rows="3" columns="3">
17206 <features tabularvalignment="middle">
17207 <column alignment="center" valignment="top" width="0">
17208 <column alignment="center" valignment="top" width="0">
17209 <column alignment="center" valignment="top" width="0">
17210 <row>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 sd
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 <row>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 sd
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 sd
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 </lyxtabular>
17298
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \begin_inset ERT
17308 status collapsed
17309
17310 \begin_layout Plain Layout
17311
17312
17313 \backslash
17314 setlength{
17315 \backslash
17316 arrayrulewidth}{0.4pt}
17317 \end_layout
17318
17319 \end_inset
17320
17321
17322 \end_layout
17323
17324 \begin_layout Standard
17325 \begin_inset VSpace bigskip
17326 \end_inset
17327
17328
17329 \begin_inset CommandInset ref
17330 LatexCommand ref
17331 reference "tab:1.5pt幅横罫"
17332
17333 \end_inset
17334
17335 のように横罫だけを1.5
17336 \begin_inset space \thinspace{}
17337 \end_inset
17338
17339 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345
17346 \backslash
17347 let
17348 \backslash
17349 myHline
17350 \backslash
17351 hline
17352 \begin_inset Newline newline
17353 \end_inset
17354
17355
17356 \backslash
17357 renewcommand{
17358 \backslash
17359 hline}
17360 \begin_inset Newline newline
17361 \end_inset
17362
17363  {
17364 \backslash
17365 noalign{
17366 \backslash
17367 global
17368 \backslash
17369 arrayrulewidth 1.5pt}
17370 \begin_inset Newline newline
17371 \end_inset
17372
17373  
17374 \backslash
17375 myHline
17376 \backslash
17377 noalign{
17378 \backslash
17379 global
17380 \backslash
17381 arrayrulewidth 0.4pt}}
17382 \end_layout
17383
17384 \begin_layout Standard
17385 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17386 \end_layout
17387
17388 \begin_layout Standard
17389
17390 \series bold
17391
17392 \backslash
17393 renewcommand{
17394 \backslash
17395 hline}{
17396 \backslash
17397 myHline}
17398 \end_layout
17399
17400 \begin_layout Standard
17401 \begin_inset ERT
17402 status collapsed
17403
17404 \begin_layout Plain Layout
17405
17406
17407 \backslash
17408 let
17409 \backslash
17410 myHline
17411 \backslash
17412 hline
17413 \end_layout
17414
17415 \begin_layout Plain Layout
17416
17417
17418 \backslash
17419 renewcommand{
17420 \backslash
17421 hline}
17422 \end_layout
17423
17424 \begin_layout Plain Layout
17425
17426  {
17427 \backslash
17428 noalign{
17429 \backslash
17430 global
17431 \backslash
17432 arrayrulewidth 1.5pt}
17433 \end_layout
17434
17435 \begin_layout Plain Layout
17436
17437   
17438 \backslash
17439 myHline
17440 \backslash
17441 noalign{
17442 \backslash
17443 global
17444 \backslash
17445 arrayrulewidth 0.4pt}}
17446 \end_layout
17447
17448 \end_inset
17449
17450
17451 \begin_inset Float table
17452 wide false
17453 sideways false
17454 status open
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Caption
17458
17459 \begin_layout Plain Layout
17460 \begin_inset CommandInset label
17461 LatexCommand label
17462 name "tab:1.5pt幅横罫"
17463
17464 \end_inset
17465
17466 1.5
17467 \begin_inset space \thinspace{}
17468 \end_inset
17469
17470 pt幅横罫の表
17471 \end_layout
17472
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \begin_layout Plain Layout
17479 \align center
17480 \begin_inset Tabular
17481 <lyxtabular version="3" rows="3" columns="3">
17482 <features tabularvalignment="middle">
17483 <column alignment="center" valignment="top" width="0">
17484 <column alignment="center" valignment="top" width="0">
17485 <column alignment="center" valignment="top" width="0">
17486 <row>
17487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 sd
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 sd
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 <row>
17545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 sd
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 </row>
17573 </lyxtabular>
17574
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \end_inset
17581
17582
17583 \begin_inset ERT
17584 status collapsed
17585
17586 \begin_layout Plain Layout
17587
17588
17589 \backslash
17590 renewcommand{
17591 \backslash
17592 hline}{
17593 \backslash
17594 myHline}
17595 \end_layout
17596
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset VSpace bigskip
17604 \end_inset
17605
17606 縦罫だけを1.5
17607 \begin_inset space \thinspace{}
17608 \end_inset
17609
17610 pt幅にするには、第
17611 \begin_inset CommandInset ref
17612 LatexCommand ref
17613 reference "sub:自製書式"
17614
17615 \end_inset
17616
17617 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17618 \end_layout
17619
17620 \begin_layout Standard
17621
17622 \series bold
17623
17624 \backslash
17625 newcolumntype{V}{!{
17626 \backslash
17627 vrule width 1.5pt}}
17628 \end_layout
17629
17630 \begin_layout Standard
17631
17632 \begin_inset CommandInset ref
17633 LatexCommand ref
17634 reference "tab:1.5pt幅縦罫"
17635
17636 \end_inset
17637
17638 を作るには、最右列にLaTeX引数
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644 VcV
17645 \end_layout
17646
17647 \begin_layout Standard
17648 を指定し、他の列には
17649 \end_layout
17650
17651 \begin_layout Standard
17652
17653 \series bold
17654 Vc
17655 \end_layout
17656
17657 \begin_layout Standard
17658 を指定します。
17659 \end_layout
17660
17661 \begin_layout Standard
17662 \begin_inset Float table
17663 wide false
17664 sideways false
17665 status open
17666
17667 \begin_layout Plain Layout
17668 \begin_inset Caption
17669
17670 \begin_layout Plain Layout
17671 \begin_inset CommandInset label
17672 LatexCommand label
17673 name "tab:1.5pt幅縦罫"
17674
17675 \end_inset
17676
17677 1.5
17678 \begin_inset space \thinspace{}
17679 \end_inset
17680
17681 pt幅縦罫の表
17682 \end_layout
17683
17684 \end_inset
17685
17686
17687 \end_layout
17688
17689 \begin_layout Plain Layout
17690 \align center
17691 \begin_inset Tabular
17692 <lyxtabular version="3" rows="3" columns="3">
17693 <features tabularvalignment="middle">
17694 <column alignment="center" valignment="top" width="0" special="Vc">
17695 <column alignment="center" valignment="top" width="0" special="Vc">
17696 <column alignment="center" valignment="top" width="0" special="VcV">
17697 <row>
17698 <cell alignment="center" valignment="top" topline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 sd
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" topline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 <cell alignment="center" valignment="top" topline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Plain Layout
17720
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 </row>
17726 <row>
17727 <cell alignment="center" valignment="top" topline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 sd
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell alignment="center" valignment="top" topline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 </row>
17755 <row>
17756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 sd
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 </row>
17784 </lyxtabular>
17785
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Subsection
17797 点罫
17798 \begin_inset Index idx
17799 status collapsed
17800
17801 \begin_layout Plain Layout
17802 ひょうのちょうせい@表の調整 ! てんけい@点罫
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \begin_layout Standard
17811 \begin_inset ERT
17812 status collapsed
17813
17814 \begin_layout Plain Layout
17815
17816
17817 \backslash
17818 ifarydshln
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \begin_inset Note Note
17825 status collapsed
17826
17827 \begin_layout Plain Layout
17828 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
17829 \end_layout
17830
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 \begin_inset Float table
17838 placement H
17839 wide false
17840 sideways false
17841 status open
17842
17843 \begin_layout Plain Layout
17844 \begin_inset Caption
17845
17846 \begin_layout Plain Layout
17847 \begin_inset CommandInset label
17848 LatexCommand label
17849 name "tab:点罫表"
17850
17851 \end_inset
17852
17853 点罫を使用した表
17854 \end_layout
17855
17856 \end_inset
17857
17858
17859 \end_layout
17860
17861 \begin_layout Plain Layout
17862 \align center
17863 \begin_inset Tabular
17864 <lyxtabular version="3" rows="5" columns="5">
17865 <features tabularvalignment="middle">
17866 <column alignment="center" valignment="top" width="0">
17867 <column alignment="center" valignment="top" width="0">
17868 <column alignment="center" valignment="top" width="0" special=":c">
17869 <column alignment="center" valignment="top" width="0">
17870 <column alignment="center" valignment="top" width="0">
17871 <row>
17872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 </row>
17918 <row>
17919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" topline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 </row>
17965 <row>
17966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 \begin_inset ERT
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974
17975
17976 \backslash
17977 hdashline 
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 </row>
18024 <row>
18025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 \begin_inset ERT
18030 status collapsed
18031
18032 \begin_layout Plain Layout
18033
18034
18035 \backslash
18036 cdashline{4-5}
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18065 \begin_inset Text
18066
18067 \begin_layout Plain Layout
18068
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 </row>
18083 <row>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18103 \begin_inset Text
18104
18105 \begin_layout Plain Layout
18106
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 </row>
18130 </lyxtabular>
18131
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \end_layout
18141
18142 \begin_layout Standard
18143 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18144 \end_layout
18145
18146 \begin_layout Standard
18147
18148 \series bold
18149
18150 \backslash
18151 usepackage{arydshln}
18152 \end_layout
18153
18154 \begin_layout Standard
18155 というコマンドを書き、LaTeXパッケージの
18156 \series bold
18157 arydshln
18158 \series default
18159
18160 \begin_inset Index idx
18161 status collapsed
18162
18163 \begin_layout Plain Layout
18164 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18165 \end_layout
18166
18167 \end_inset
18168
18169 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18170 \end_layout
18171
18172 \begin_layout Standard
18173 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18174 \end_layout
18175
18176 \begin_layout Standard
18177
18178 \series bold
18179
18180 \backslash
18181 hdashline
18182 \end_layout
18183
18184 \begin_layout Standard
18185 というコマンドを加えてください。
18186 \end_layout
18187
18188 \begin_layout Standard
18189 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18190 \end_layout
18191
18192 \begin_layout Standard
18193
18194 \series bold
18195
18196 \backslash
18197 cdashline{列番号
18198 \series default
18199 }
18200 \end_layout
18201
18202 \begin_layout Standard
18203 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18204 \end_layout
18205
18206 \begin_layout Standard
18207
18208 \series bold
18209
18210 \backslash
18211 cdashline{2-4}
18212 \end_layout
18213
18214 \begin_layout Standard
18215 なるコマンドを置いてください。
18216 \end_layout
18217
18218 \begin_layout Standard
18219 \begin_inset VSpace bigskip
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \begin_layout Standard
18226
18227 \begin_inset CommandInset ref
18228 LatexCommand ref
18229 reference "tab:点罫表"
18230
18231 \end_inset
18232
18233 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18234 \series bold
18235
18236 \backslash
18237 hdashlineが挿れられており、第3行の最初のセルには、
18238 \series default
18239 TeXコードのコマンド
18240 \begin_inset Newline newline
18241 \end_inset
18242
18243  
18244 \series bold
18245
18246 \backslash
18247 cdashline{4-5}が挿れられています。
18248 \end_layout
18249
18250 \begin_layout Standard
18251 \begin_inset Note Greyedout
18252 status open
18253
18254 \begin_layout Plain Layout
18255
18256 \series bold
18257 【註】
18258 \series default
18259 ここで用いられているLaTeXパッケージ
18260 \series bold
18261 arydshln
18262 \series default
18263 は、第
18264 \begin_inset CommandInset ref
18265 LatexCommand ref
18266 reference "sec:色付きの表"
18267
18268 \end_inset
18269
18270 節の色付き表で用いられているLaTeXパッケージ
18271 \series bold
18272 colortbl
18273 \series default
18274
18275 \begin_inset Index idx
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18280 \end_layout
18281
18282 \end_inset
18283
18284 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Standard
18293 \begin_inset ERT
18294 status collapsed
18295
18296 \begin_layout Plain Layout
18297
18298
18299 \backslash
18300 else
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \begin_inset Note Note
18307 status open
18308
18309 \begin_layout Plain Layout
18310 以下は、LaTeXパッケージ
18311 \series bold
18312 arydshln
18313 \series default
18314 が導入済みでないときに表示されます。
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Standard
18323 本節の内容を出力に表示するためには、
18324 \series bold
18325 arydshln
18326 \series default
18327 パッケージを導入しなくてはなりません。
18328 \end_layout
18329
18330 \begin_layout Standard
18331 \begin_inset ERT
18332 status collapsed
18333
18334 \begin_layout Plain Layout
18335
18336
18337 \backslash
18338 fi
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Chapter
18347 フロート
18348 \begin_inset Index idx
18349 status collapsed
18350
18351 \begin_layout Plain Layout
18352 ふろーと@フロート
18353 \end_layout
18354
18355 \end_inset
18356
18357
18358 \end_layout
18359
18360 \begin_layout Section
18361 はじめに
18362 \begin_inset CommandInset label
18363 LatexCommand label
18364 name "sec:フロートはじめに"
18365
18366 \end_inset
18367
18368
18369 \begin_inset Index idx
18370 status collapsed
18371
18372 \begin_layout Plain Layout
18373 ふろーと@フロート ! はじめに
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Standard
18382 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18383 ート)ことができます。
18384 \family sans
18385 脚注
18386 \family default
18387
18388 \family sans
18389 傍注
18390 \family default
18391 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18392 \end_layout
18393
18394 \begin_layout Standard
18395 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18396 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18397 ートには連番が割り当てられます。参照については、第
18398 \begin_inset CommandInset ref
18399 LatexCommand ref
18400 reference "sec:フロートの参照"
18401
18402 \end_inset
18403
18404 節で述べられています。
18405 \end_layout
18406
18407 \begin_layout Standard
18408 フロートを挿入するには、
18409 \family sans
18410 挿入\SpecialChar \menuseparator
18411 フロート
18412 \family default
18413 メニューを使えば、ラベルのついたボックスすなわち
18414 \family sans
18415 キャプション
18416 \family default
18417 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18418 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18419 \begin_inset CommandInset ref
18420 LatexCommand ref
18421 reference "sec:キャプションの配置"
18422
18423 \end_inset
18424
18425 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18426 ます。畳んだフロートボックスは、
18427 \begin_inset Graphics
18428         filename clipart/floatQt4.png
18429         scale 70
18430         scaleBeforeRotation
18431
18432 \end_inset
18433
18434 のように、灰色ボタンに赤字ラベルで表示されます。
18435 \end_layout
18436
18437 \begin_layout Standard
18438 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18439 \end_layout
18440
18441 \begin_layout Standard
18442 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18443 \end_layout
18444
18445 \begin_layout Section
18446 フロート型
18447 \end_layout
18448
18449 \begin_layout Standard
18450 LyXには、第
18451 \begin_inset CommandInset ref
18452 LatexCommand ref
18453 reference "sec:図フロート"
18454
18455 \end_inset
18456
18457 節および第
18458 \begin_inset CommandInset ref
18459 LatexCommand ref
18460 reference "sec:表フロート"
18461
18462 \end_inset
18463
18464 節で各々説明されている図フロートと表フロート以外に、
18465 \series bold
18466 アルゴリズム型
18467 \series default
18468
18469 \series bold
18470 折返し型
18471 \series default
18472 のフロート型があります。
18473 \end_layout
18474
18475 \begin_layout Subsection
18476 アルゴリズムフロート
18477 \begin_inset Index idx
18478 status collapsed
18479
18480 \begin_layout Plain Layout
18481 ふろーと@フロート ! あるごりずむ@アルゴリズム
18482 \end_layout
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \begin_layout Standard
18490 \begin_inset Float algorithm
18491 placement h
18492 wide false
18493 sideways false
18494 status open
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Caption
18498
18499 \begin_layout Plain Layout
18500 \begin_inset CommandInset label
18501 LatexCommand label
18502 name "alg:アルゴリズムフロートの例"
18503
18504 \end_inset
18505
18506 アルゴリズムフロートの例
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \end_layout
18513
18514 \begin_layout LyX-Code
18515 for I in 1..N loop
18516 \begin_inset Newline newline
18517 \end_inset
18518
18519  Sum:= Sum + A(I); /*comment*/
18520 \begin_inset Newline newline
18521 \end_inset
18522
18523 end loop
18524 \begin_inset VSpace -4mm
18525 \end_inset
18526
18527
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \end_layout
18534
18535 \begin_layout Standard
18536 このフロート型は、
18537 \family sans
18538 挿入
18539 \shape up
18540 \SpecialChar \menuseparator
18541 フロート\SpecialChar \menuseparator
18542 アルゴリズム
18543 \family default
18544 \shape default
18545 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18546 \begin_inset CommandInset ref
18547 LatexCommand ref
18548 reference "cha:プログラムコードリスト"
18549
18550 \end_inset
18551
18552 章で説明されているプログラムコードリストの代わりとみなすことができます。
18553 \emph on
18554 LyXユーザーの手引き
18555 \emph default
18556 に述べられているように、アルゴリズム向けの環境としては、
18557 \family sans
18558 LyXコード
18559 \family default
18560 があります。 アルゴリズム
18561 \begin_inset CommandInset ref
18562 LatexCommand ref
18563 reference "alg:アルゴリズムフロートの例"
18564
18565 \end_inset
18566
18567 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18568 \begin_inset space \thinspace{}
18569 \end_inset
18570
18571 mmの垂直空白が入れてあります。
18572 \end_layout
18573
18574 \begin_layout Standard
18575 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18576 \end_layout
18577
18578 \begin_layout Standard
18579
18580 \series bold
18581
18582 \backslash
18583 floatname{algorithm}{付けたい名称}
18584 \end_layout
18585
18586 \begin_layout Standard
18587 という行を手動で加える必要があります。ここで
18588 \family sans
18589 \series bold
18590 付けたい名称
18591 \family default
18592 \series default
18593 には、お使いの言語で「
18594 \emph on
18595 algorithm
18596 \emph default
18597 」に対応する単語を指定します。
18598 \end_layout
18599
18600 \begin_layout Standard
18601 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18602 \family sans
18603 挿入\SpecialChar \menuseparator
18604 一覧/目次\SpecialChar \menuseparator
18605 アルゴリズム一覧
18606 \family default
18607 メニューを使用します。それ以外の場合には、代わりに
18608 \end_layout
18609
18610 \begin_layout Standard
18611
18612 \series bold
18613
18614 \backslash
18615 listof{algorithm}{付けたい名称}
18616 \end_layout
18617
18618 \begin_layout Standard
18619 というコマンドをTeXコードとして用います。ここで
18620 \family sans
18621 付けたい名称
18622 \family default
18623 とは、「
18624 \emph on
18625 List of Algorithm
18626 \emph default
18627 s」という単語に相当する、ご使用になりたい言語での単語です。
18628 \end_layout
18629
18630 \begin_layout Standard
18631 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18632 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18633 \end_layout
18634
18635 \begin_layout Standard
18636
18637 \series bold
18638
18639 \backslash
18640 numberwithin{algorithm}{chapter}
18641 \end_layout
18642
18643 \begin_layout Standard
18644 というコマンドを追加してください。
18645 \series bold
18646
18647 \backslash
18648 numberwithin
18649 \series default
18650 というコマンドを使用するには、文書設定の
18651 \family sans
18652 数式オプション
18653 \family default
18654 タブで
18655 \family sans
18656 AMS mathパッケージを使用する
18657 \family default
18658 オプションを有効にしてください。
18659 \end_layout
18660
18661 \begin_layout Subsection
18662 折返しフロート
18663 \begin_inset Index idx
18664 status collapsed
18665
18666 \begin_layout Plain Layout
18667 ふろーと@フロート ! おりかえしふろーと@折返しフロート
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 \begin_inset Wrap figure
18677 lines 0
18678 placement l
18679 overhang 1cm
18680 width "40col%"
18681 status open
18682
18683 \begin_layout Plain Layout
18684 \begin_inset Graphics
18685         filename ../clipart/mobius.eps
18686         width 40col%
18687         scaleBeforeRotation
18688         rotateOrigin center
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Plain Layout
18696 \begin_inset Caption
18697
18698 \begin_layout Plain Layout
18699 \begin_inset CommandInset label
18700 LatexCommand label
18701 name "fig:折返し図フロート"
18702
18703 \end_inset
18704
18705 これは折返し図フロートです。
18706 \end_layout
18707
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \end_inset
18714
18715 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
18716 \series bold
18717 wrapfig
18718 \series default
18719
18720 \begin_inset Index idx
18721 status collapsed
18722
18723 \begin_layout Plain Layout
18724 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
18725 \end_layout
18726
18727 \end_inset
18728
18729 を導入済みであれば、
18730 \family sans
18731 挿入\SpecialChar \menuseparator
18732 フロート\SpecialChar \menuseparator
18733 折返し図フロート
18734 \family default
18735
18736 \family sans
18737 折返し表フロート
18738 \family default
18739 メニューで挿入することができます
18740 \begin_inset Foot
18741 status collapsed
18742
18743 \begin_layout Plain Layout
18744 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
18745 \end_layout
18746
18747 \end_inset
18748
18749 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
18750 \family sans
18751 配置
18752 \family default
18753
18754 \family sans
18755
18756 \family default
18757 です。非必須項目として、
18758 \family sans
18759 ぶら下げ
18760 \family default
18761
18762 \family sans
18763 行幅
18764 \family default
18765 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
18766 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
18767 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
18768 \begin_inset CommandInset ref
18769 LatexCommand ref
18770 reference "fig:折返し図フロート"
18771
18772 \end_inset
18773
18774 図は、40
18775 \begin_inset space \thinspace{}
18776 \end_inset
18777
18778 列幅%の幅と1
18779 \begin_inset space \thinspace{}
18780 \end_inset
18781
18782 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
18783 \begin_inset Foot
18784 status collapsed
18785
18786 \begin_layout Plain Layout
18787 使うことのできる単位は付録
18788 \begin_inset CommandInset ref
18789 LatexCommand ref
18790 reference "cha:LyXで使用できる単位"
18791
18792 \end_inset
18793
18794 に収録してあります。
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \begin_layout Standard
18803 \begin_inset Note Greyedout
18804 status open
18805
18806 \begin_layout Plain Layout
18807
18808 \series bold
18809 【註】
18810 \series default
18811 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
18812 上書きされて出力されたりします。
18813 \end_layout
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \begin_layout Standard
18821 原則として、
18822 \end_layout
18823
18824 \begin_layout Itemize
18825 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
18826 うになってから、正確な位置に挿入しなくてはなりません。
18827 \end_layout
18828
18829 \begin_layout Itemize
18830 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
18831 \end_layout
18832
18833 \begin_layout Itemize
18834 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
18835 \end_layout
18836
18837 \begin_layout Itemize
18838 折返しフロートは、節見出しや表中に入れることは認められていません。
18839 \end_layout
18840
18841 \begin_layout Section
18842 フロートの連番
18843 \begin_inset Index idx
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847 ふろーと@フロート ! れんばん@連番
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Standard
18856 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18857 て変わります。
18858 \end_layout
18859
18860 \begin_layout Standard
18861 節から独立して付けられている連番を変更するには、文書プリアンブルで
18862 \end_layout
18863
18864 \begin_layout Standard
18865
18866 \series bold
18867
18868 \backslash
18869 renewcommand{
18870 \backslash
18871 thetable}{
18872 \backslash
18873 roman{table}}
18874 \end_layout
18875
18876 \begin_layout Standard
18877
18878 \series bold
18879 というコマンドを使うと良いでしょう。
18880 \backslash
18881 thetable
18882 \series default
18883 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18884 \series bold
18885
18886 \backslash
18887 thefigure
18888 \series default
18889 コマンドを使用します。上のコマンドで使用されている
18890 \series bold
18891
18892 \backslash
18893 roman
18894 \series default
18895 は、表番号を小文字のローマ数字で印字するコマンドです。
18896 \end_layout
18897
18898 \begin_layout Standard
18899 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18900 \end_layout
18901
18902 \begin_layout Standard
18903
18904 \series bold
18905
18906 \backslash
18907 numberwithin{table}{subsection}
18908 \end_layout
18909
18910 \begin_layout Standard
18911 というコマンドを使用してください。
18912 \series bold
18913
18914 \backslash
18915 numberwithin
18916 \series default
18917 コマンドを使用可能にするためには、文書設定の
18918 \family sans
18919 数式オプション
18920 \family default
18921 タブで、
18922 \family sans
18923 AMS
18924 \begin_inset space ~
18925 \end_inset
18926
18927 math数式パッケージを使用する
18928 \family default
18929 を使用します。
18930 \end_layout
18931
18932 \begin_layout Standard
18933 連番コマンドについての詳細と大切な注意点については、第
18934 \begin_inset CommandInset ref
18935 LatexCommand ref
18936 reference "sub:脚注の付番"
18937
18938 \end_inset
18939
18940 節もご覧ください。
18941 \end_layout
18942
18943 \begin_layout Section
18944 フロートの参照
18945 \begin_inset CommandInset label
18946 LatexCommand label
18947 name "sec:フロートの参照"
18948
18949 \end_inset
18950
18951
18952 \begin_inset Index idx
18953 status collapsed
18954
18955 \begin_layout Plain Layout
18956 ふろーと@フロート ! さんしょう@参照
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \begin_inset Index idx
18963 status collapsed
18964
18965 \begin_layout Plain Layout
18966 さんしょう@参照 ! ふろーとにたいする@フロートに対する
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \begin_layout Standard
18975 フロートを参照するには、
18976 \family sans
18977 挿入\SpecialChar \menuseparator
18978 ラベル
18979 \family default
18980 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
18981 \begin_inset Graphics
18982         filename ../clipart/labelQt4.png
18983         scale 85
18984         scaleBeforeRotation
18985
18986 \end_inset
18987
18988 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
18989 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
18990 \family sans
18991 fig:
18992 \family default
18993 」という前置句がつけられます。
18994 \end_layout
18995
18996 \begin_layout Standard
18997 ラベルは、参照のための名称兼位置標として用いられます。
18998 \family sans
18999 挿入\SpecialChar \menuseparator
19000 相互参照
19001 \family default
19002 メニューかツールバーボタン
19003 \begin_inset Graphics
19004         filename ../../images/dialog-show-new-inset_ref.png
19005         scale 85
19006         scaleBeforeRotation
19007
19008 \end_inset
19009
19010 を使えば、ラベルを参照することができます。
19011 \begin_inset Graphics
19012         filename clipart/referenceQt4.png
19013         scale 85
19014         scaleBeforeRotation
19015
19016 \end_inset
19017
19018 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19019 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19020 れます。
19021 \end_layout
19022
19023 \begin_layout Standard
19024 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19025 出力では、参照の代わりに二つの疑問符が表示されることになります。
19026 \end_layout
19027
19028 \begin_layout Standard
19029 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19030 で、リンクの更新に手間を割く必要はありません。
19031 \end_layout
19032
19033 \begin_layout Standard
19034 相互参照ウィンドウの
19035 \family sans
19036 ラベルへ移動
19037 \family default
19038 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19039 \family sans
19040 戻る
19041 \family default
19042 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19043 この場合には元に戻ることができません。
19044 \end_layout
19045
19046 \begin_layout Subsection
19047 相互参照の書式
19048 \begin_inset CommandInset label
19049 LatexCommand label
19050 name "sub:相互参照の書式"
19051
19052 \end_inset
19053
19054
19055 \begin_inset Index idx
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059 さんしょう@参照 ! しょしき@書式
19060 \end_layout
19061
19062 \end_inset
19063
19064
19065 \end_layout
19066
19067 \begin_layout Standard
19068 相互参照には、以下の6種類があります。
19069 \end_layout
19070
19071 \begin_layout Description
19072 <参照>: これはフロート番号を表示します。これが既定値です。例:
19073 \begin_inset CommandInset ref
19074 LatexCommand ref
19075 reference "fig:歪められた二つの像"
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \begin_layout Description
19083 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19084 例:
19085 \begin_inset CommandInset ref
19086 LatexCommand eqref
19087 reference "eq:Wgn"
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Description
19095 <参照ページ>: これはページ番号を表示します。例:Page
19096 \begin_inset space ~
19097 \end_inset
19098
19099
19100 \begin_inset CommandInset ref
19101 LatexCommand pageref
19102 reference "fig:歪められた二つの像"
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \begin_layout Description
19110 on
19111 \begin_inset space ~
19112 \end_inset
19113
19114 page
19115 \begin_inset space ~
19116 \end_inset
19117
19118 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19119 \begin_inset CommandInset ref
19120 LatexCommand vpageref
19121 reference "fig:歪められた二つの像"
19122
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \begin_layout Description
19129 <参照>
19130 \begin_inset space ~
19131 \end_inset
19132
19133 on
19134 \begin_inset space ~
19135 \end_inset
19136
19137 page
19138 \begin_inset space ~
19139 \end_inset
19140
19141 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19142 \begin_inset CommandInset ref
19143 LatexCommand vref
19144 reference "fig:歪められた二つの像"
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \begin_layout Description
19152
19153 \lang english
19154 Formatted
19155 \begin_inset space ~
19156 \end_inset
19157
19158 reference: prints a self-defined cross-reference format.
19159 \begin_inset Newline newline
19160 \end_inset
19161
19162
19163 \begin_inset Note Greyedout
19164 status open
19165
19166 \begin_layout Plain Layout
19167
19168 \series bold
19169 \lang english
19170 Note:
19171 \series default
19172  This feature is only available when you have the LaTeX-package 
19173 \series bold
19174 prettyref
19175 \series default
19176  or 
19177 \series bold
19178 refstyle
19179 \series default
19180 \lang japanese
19181
19182 \begin_inset Index idx
19183 status collapsed
19184
19185 \begin_layout Plain Layout
19186 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19187 \end_layout
19188
19189 \end_inset
19190
19191
19192 \begin_inset Index idx
19193 status collapsed
19194
19195 \begin_layout Plain Layout
19196 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19197 \end_layout
19198
19199 \end_inset
19200
19201
19202 \lang english
19203  installed.
19204 \end_layout
19205
19206 \end_inset
19207
19208
19209 \lang japanese
19210
19211 \begin_inset Newline newline
19212 \end_inset
19213
19214
19215 \lang english
19216 You can select which LaTeX-package should be used for this feature by setting
19217  the option 
19218 \family sans
19219 Use refstyle (not prettyref) for cross-references
19220 \family default
19221  in the menu 
19222 \family sans
19223 Document\SpecialChar \menuseparator
19224 Settings\SpecialChar \menuseparator
19225 Document Class
19226 \family default
19227 .
19228  The format is specified by adding the command 
19229 \series bold
19230
19231 \backslash
19232 newrefformat
19233 \series default
19234  (prettyref) or 
19235 \series bold
19236
19237 \backslash
19238 newref
19239 \series default
19240  (refstyle) to the preamble of the document.
19241  For example redefining all references to figures (which have the label
19242  shortcut 
19243 \begin_inset Quotes eld
19244 \end_inset
19245
19246
19247 \family sans
19248 fig
19249 \family default
19250
19251 \begin_inset Quotes erd
19252 \end_inset
19253
19254 ) can be done with this command
19255 \lang japanese
19256
19257 \begin_inset Newline newline
19258 \end_inset
19259
19260
19261 \series bold
19262
19263 \backslash
19264 newref{fig}{refcmd={
19265 \lang english
19266 Image on page
19267 \lang japanese
19268  
19269 \backslash
19270 pageref{#1}}}
19271 \series default
19272
19273 \begin_inset Newline newline
19274 \end_inset
19275
19276
19277 \lang english
19278 For more information about the format, have a look at the package documentations
19279 \lang japanese
19280
19281 \begin_inset CommandInset citation
19282 LatexCommand cite
19283 key "prettyref,refstyle"
19284
19285 \end_inset
19286
19287 .
19288 \end_layout
19289
19290 \begin_layout Description
19291
19292 \lang english
19293 Textual
19294 \begin_inset space ~
19295 \end_inset
19296
19297 reference: prints the caption of the reference
19298 \lang japanese
19299
19300 \begin_inset CommandInset ref
19301 LatexCommand nameref
19302 reference "fig:歪められた二つの像"
19303
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \begin_layout Standard
19310
19311 \family sans
19312 \lang english
19313 <page>
19314 \family default
19315  will not print the page number if the label is on the previous, the same,
19316  or the next page.
19317  You will e.
19318 \begin_inset space \thinspace{}
19319 \end_inset
19320
19321 g.
19322 \begin_inset space \space{}
19323 \end_inset
19324
19325 see the text 
19326 \begin_inset Quotes eld
19327 \end_inset
19328
19329
19330 \family sans
19331 on this page
19332 \family default
19333
19334 \begin_inset Quotes erd
19335 \end_inset
19336
19337  instead.
19338  The style 
19339 \family sans
19340 <reference> on page <page>
19341 \family default
19342  will not print anything about the page if the label is on the same page.
19343 \end_layout
19344
19345 \begin_layout Standard
19346
19347 \lang english
19348 The number and current page of the part of the document referred to in the
19349  output is automatically calculated by LaTeX.
19350  The varieties are adjusted in the field 
19351 \family sans
19352 Format
19353 \family default
19354  of the cross-reference window that appears when you click on the cross-referenc
19355 e box.
19356 \end_layout
19357
19358 \begin_layout Standard
19359
19360 \lang english
19361 \begin_inset Note Greyedout
19362 status open
19363
19364 \begin_layout Plain Layout
19365
19366 \series bold
19367 \lang english
19368 Note:
19369 \series default
19370  It is recommended to use the LaTeX-package 
19371 \series bold
19372 refstyle
19373 \series default
19374 \lang japanese
19375
19376 \begin_inset Index idx
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \lang english
19387  because 
19388 \series bold
19389 prettyref
19390 \series default
19391 \lang japanese
19392
19393 \begin_inset Index idx
19394 status collapsed
19395
19396 \begin_layout Plain Layout
19397 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \lang english
19404  does not know all of LyX's possible label shortcuts
19405 \begin_inset Foot
19406 status collapsed
19407
19408 \begin_layout Plain Layout
19409
19410 \lang english
19411 \begin_inset Quotes eld
19412 \end_inset
19413
19414 fig:
19415 \begin_inset Quotes erd
19416 \end_inset
19417
19418  is for example LyX's shortcut for labels in figure captions.
19419 \end_layout
19420
19421 \end_inset
19422
19423  and is not internationalized.
19424 \end_layout
19425
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \begin_layout Subsection
19432 参照名の自動命名
19433 \begin_inset Index idx
19434 status collapsed
19435
19436 \begin_layout Plain Layout
19437 さんしょう@参照 ! じどうめいめい@自動命名
19438 \end_layout
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \begin_layout Standard
19446
19447 \family sans
19448 文書設定
19449 \family default
19450 ダイアログの
19451 \family sans
19452 PDF特性
19453 \family default
19454 で有効にされた
19455 \series bold
19456 hyperref
19457 \series default
19458
19459 \begin_inset Index idx
19460 status collapsed
19461
19462 \begin_layout Plain Layout
19463 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19464 \end_layout
19465
19466 \end_inset
19467
19468  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19469 \emph on
19470
19471 \emph default
19472 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19473 の機能を使用するには、hyperrefを有効にして、
19474 \end_layout
19475
19476 \begin_layout Standard
19477
19478 \series bold
19479
19480 \backslash
19481 AtBeginDocument{
19482 \backslash
19483 renewcommand{
19484 \backslash
19485 ref}[1]{
19486 \backslash
19487 mbox{
19488 \backslash
19489 autoref{#1}}}}
19490 \end_layout
19491
19492 \begin_layout Standard
19493 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19494 \begin_inset space \thinspace{}
19495 \end_inset
19496
19497 」としたいなど、既定の参照名以外のものが欲しい場合には、
19498 \end_layout
19499
19500 \begin_layout Standard
19501
19502 \series bold
19503
19504 \backslash
19505 addto
19506 \backslash
19507 extrasenglish{
19508 \backslash
19509 renewcommand{
19510 \backslash
19511 sectionautorefname}
19512 \begin_inset Newline newline
19513 \end_inset
19514
19515
19516 \begin_inset Phantom HPhantom
19517 status open
19518
19519 \begin_layout Plain Layout
19520
19521 \series bold
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529
19530 {sec.
19531 \backslash
19532 negthinspace}}
19533 \end_layout
19534
19535 \begin_layout Standard
19536 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19537 \begin_inset Newline newline
19538 \end_inset
19539
19540
19541 \series bold
19542
19543 \backslash
19544 extrasenglishを
19545 \backslash
19546 extras***
19547 \series default
19548 に置き換えてください(***は使用中の言語名)。
19549 \end_layout
19550
19551 \begin_layout Standard
19552 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19553 \end_layout
19554
19555 \begin_layout Standard
19556
19557 \series bold
19558
19559 \backslash
19560 newlength{
19561 \backslash
19562 abc}
19563 \begin_inset Newline newline
19564 \end_inset
19565
19566
19567 \backslash
19568 settowidth{
19569 \backslash
19570 abc}{
19571 \backslash
19572 space}
19573 \begin_inset Newline newline
19574 \end_inset
19575
19576
19577 \backslash
19578 addto
19579 \backslash
19580 extrasenglish{
19581 \backslash
19582 renewcommand{
19583 \backslash
19584 equationautorefname}
19585 \begin_inset Newline newline
19586 \end_inset
19587
19588
19589 \begin_inset Phantom HPhantom
19590 status open
19591
19592 \begin_layout Plain Layout
19593
19594 \series bold
19595 \begin_inset space ~
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602
19603 {
19604 \backslash
19605 hspace{-
19606 \backslash
19607 abc}}
19608 \end_layout
19609
19610 \begin_layout Standard
19611 この話題に関する詳細は、hyperrefの説明書
19612 \begin_inset CommandInset citation
19613 LatexCommand cite
19614 key "hyperref"
19615
19616 \end_inset
19617
19618 をお読みください。
19619 \end_layout
19620
19621 \begin_layout Standard
19622 \begin_inset Note Greyedout
19623 status open
19624
19625 \begin_layout Plain Layout
19626
19627 \series bold
19628 【註】
19629 \series default
19630 参照の自動命名は、相互参照を
19631 \family sans
19632 整形参照
19633 \family default
19634 様式(第
19635 \begin_inset CommandInset ref
19636 LatexCommand ref
19637 reference "sub:相互参照の書式"
19638
19639 \end_inset
19640
19641 節)で使用しているときには、使用することができません。
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \begin_layout Standard
19650 取扱説明書
19651 \emph on
19652 数式篇
19653 \emph default
19654 は、参照の自動命名が使用されている一例です。
19655 \end_layout
19656
19657 \begin_layout Subsection
19658 参照位置
19659 \begin_inset CommandInset label
19660 LatexCommand label
19661 name "sub:参照位置"
19662
19663 \end_inset
19664
19665
19666 \begin_inset Index idx
19667 status collapsed
19668
19669 \begin_layout Plain Layout
19670 さんしょう@参照 ! さんしょういち@参照位置
19671 \end_layout
19672
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679
19680 \family sans
19681 文書設定
19682 \family default
19683 ダイアログの
19684 \family sans
19685 PDF特性
19686 \family default
19687 で、
19688 \series bold
19689 hyperref
19690 \series default
19691
19692 \begin_inset Index idx
19693 status collapsed
19694
19695 \begin_layout Plain Layout
19696 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19697 \end_layout
19698
19699 \end_inset
19700
19701 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19702 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19703 \series bold
19704 hyperref
19705 \series default
19706
19707 \begin_inset Index idx
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19712 \end_layout
19713
19714 \end_inset
19715
19716 の一部である
19717 \series bold
19718 hyperref
19719 \series default
19720
19721 \begin_inset Index idx
19722 status collapsed
19723
19724 \begin_layout Plain Layout
19725 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19726 \end_layout
19727
19728 \end_inset
19729
19730 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19731 \end_layout
19732
19733 \begin_layout Standard
19734
19735 \series bold
19736
19737 \backslash
19738 usepackage[figure]{hypcap}
19739 \end_layout
19740
19741 \begin_layout Standard
19742 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19743 hypcapの説明書
19744 \begin_inset CommandInset citation
19745 LatexCommand cite
19746 key "hypcap"
19747
19748 \end_inset
19749
19750 をご覧ください。
19751 \end_layout
19752
19753 \begin_layout Standard
19754 \begin_inset Note Greyedout
19755 status open
19756
19757 \begin_layout Plain Layout
19758
19759 \series bold
19760 【註】hypcap
19761 \series default
19762 は内部図への参照には効力がありません。
19763 \end_layout
19764
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \begin_layout Section
19771 フロートの配置
19772 \begin_inset CommandInset label
19773 LatexCommand label
19774 name "sec:フロートの配置"
19775
19776 \end_inset
19777
19778
19779 \begin_inset Index idx
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 ふろーと@フロート ! はいち@配置
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792
19793 \family roman
19794 \series medium
19795 \shape up
19796 \size normal
19797 \emph off
19798 \bar no
19799 \noun off
19800 \color none
19801 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19802 \begin_inset Newline newline
19803 \end_inset
19804
19805
19806 \family sans
19807 \series default
19808 \shape default
19809 \size default
19810 \emph default
19811 \bar default
19812 \noun default
19813 \color inherit
19814 段をまたぐ
19815 \family roman
19816 \series medium
19817 \shape up
19818 \size normal
19819 \emph off
19820 \bar no
19821 \noun off
19822 \color none
19823 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19824 \begin_inset Newline newline
19825 \end_inset
19826
19827
19828 \family sans
19829 \series default
19830 \shape default
19831 \size default
19832 \emph default
19833 \bar default
19834 \noun default
19835 \color inherit
19836 横倒しに回転
19837 \family roman
19838 \series medium
19839 \shape up
19840 \size normal
19841 \emph off
19842 \bar no
19843 \noun off
19844 \color none
19845 オプションは、フロートを回転するのに用います。第
19846 \family default
19847 \series default
19848 \shape default
19849 \size default
19850 \emph default
19851 \bar default
19852 \noun default
19853 \color inherit
19854
19855 \begin_inset CommandInset ref
19856 LatexCommand ref
19857 reference "sec:回転フロート"
19858
19859 \end_inset
19860
19861
19862 \family roman
19863 \series medium
19864 \shape up
19865 \size normal
19866 \emph off
19867 \bar no
19868 \noun off
19869 \color none
19870 節をご参照ください。
19871 \end_layout
19872
19873 \begin_layout Standard
19874
19875 \family roman
19876 \series medium
19877 \shape up
19878 \size normal
19879 \emph off
19880 \bar no
19881 \noun off
19882 \color none
19883 フロートダイアログでは、
19884 \family sans
19885 \series default
19886 \shape default
19887 \size default
19888 \emph default
19889 \bar default
19890 \noun default
19891 \color inherit
19892 既定の配置を使う
19893 \family roman
19894 \series medium
19895 \shape up
19896 \size normal
19897 \emph off
19898 \bar no
19899 \noun off
19900 \color none
19901 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19902 \end_layout
19903
19904 \begin_layout Description
19905 可能ならば現在位置に: 
19906 \family roman
19907 \series medium
19908 \shape up
19909 \size normal
19910 \emph off
19911 \bar no
19912 \noun off
19913 \color none
19914 フロートを挿入位置に配置することを試みます
19915 \end_layout
19916
19917 \begin_layout Description
19918 ページ上部: 
19919 \family roman
19920 \series medium
19921 \shape up
19922 \size normal
19923 \emph off
19924 \bar no
19925 \noun off
19926 \color none
19927 フロートを現在ページの上部に配置することを試みます
19928 \end_layout
19929
19930 \begin_layout Description
19931 ページ下部: 
19932 \family roman
19933 \series medium
19934 \shape up
19935 \size normal
19936 \emph off
19937 \bar no
19938 \noun off
19939 \color none
19940 フロートを現在ページの下部に配置することを試みます
19941 \end_layout
19942
19943 \begin_layout Description
19944 フロートを独立したページに: 
19945 \family roman
19946 \series medium
19947 \shape up
19948 \size normal
19949 \emph off
19950 \bar no
19951 \noun off
19952 \color none
19953 フロートを独立したページに配置することを試みます
19954 \end_layout
19955
19956 \begin_layout Standard
19957 LaTeXは、
19958 \emph on
19959 つねに
19960 \emph default
19961 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19962 \family sans
19963 可能ならば現在位置に
19964 \family default
19965 を試み、次に
19966 \family sans
19967 ページの上部
19968 \family default
19969 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19970 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19971 \end_layout
19972
19973 \begin_layout Standard
19974 既定では、各オプションはそれぞれ以下の規則を持っています。
19975 \end_layout
19976
19977 \begin_layout List
19978 \labelwidthstring 00.00.0000
19979
19980 \family sans
19981 ページ上部
19982 \family default
19983  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19984 \series bold
19985
19986 \backslash
19987 topfraction
19988 \series default
19989 )。
19990 \end_layout
19991
19992 \begin_layout List
19993 \labelwidthstring 00.00.0000
19994
19995 \family sans
19996 ページ下部
19997 \family default
19998  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
19999 \series bold
20000
20001 \backslash
20002 bottomfraction
20003 \series default
20004 )。
20005 \end_layout
20006
20007 \begin_layout List
20008 \labelwidthstring 00.00.0000
20009
20010 \family sans
20011 フロートを独立したページ 
20012 \family default
20013 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20014 \series bold
20015
20016 \backslash
20017 floatpagefraction
20018 \series default
20019 )。
20020 \end_layout
20021
20022 \begin_layout Standard
20023 これらの規則に従いたくないときは、
20024 \family sans
20025 LaTeXの規則を無視する
20026 \family default
20027 オプションを追加することによって、これらを無視することができます。
20028 \begin_inset Newline newline
20029 \end_inset
20030
20031 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20032 、ページの5割に変えるには、文書プリアンブルに
20033 \end_layout
20034
20035 \begin_layout Standard
20036
20037 \series bold
20038
20039 \backslash
20040 renewcommand{
20041 \backslash
20042 bottomfraction}{0.5}
20043 \end_layout
20044
20045 \begin_layout Standard
20046 という行を加えてください。
20047 \end_layout
20048
20049 \begin_layout Standard
20050 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20051 \family sans
20052 何としても現在位置に置く
20053 \family default
20054 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20055 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20056 からです。
20057 \end_layout
20058
20059 \begin_layout Standard
20060 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20061 \end_layout
20062
20063 \begin_layout Standard
20064 \begin_inset VSpace bigskip
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \begin_layout Standard
20071 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20072 することがあります。この問題を避けるには、LaTeXコマンドの
20073 \backslash
20074 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20075 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20076 \end_layout
20077
20078 \begin_layout Standard
20079
20080 \series bold
20081
20082 \backslash
20083 let
20084 \backslash
20085 mySection
20086 \backslash
20087 section
20088 \begin_inset Newline newline
20089 \end_inset
20090
20091
20092 \backslash
20093 renewcommand{
20094 \backslash
20095 section}{
20096 \backslash
20097 suppressfloats[t]
20098 \backslash
20099 mySection}
20100 \end_layout
20101
20102 \begin_layout Standard
20103 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20104 することがあるので、これらに対する定義はお勧めしません。
20105 \end_layout
20106
20107 \begin_layout Standard
20108 \begin_inset VSpace bigskip
20109 \end_inset
20110
20111 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20112 \series bold
20113 endfloat
20114 \series default
20115
20116 \begin_inset Index idx
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20121 \end_layout
20122
20123 \end_inset
20124
20125 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20126 \begin_inset Quotes eld
20127 \end_inset
20128
20129
20130 \family sans
20131 [Figure
20132 \begin_inset space ~
20133 \end_inset
20134
20135 3.2 about here.]
20136 \family default
20137
20138 \begin_inset Quotes erd
20139 \end_inset
20140
20141 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20142 \end_layout
20143
20144 \begin_layout Standard
20145
20146 \series bold
20147
20148 \backslash
20149 usepackage[options]{endfloat}
20150 \end_layout
20151
20152 \begin_layout Standard
20153 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20154 \series bold
20155 endfloat
20156 \series default
20157 取扱説明書
20158 \begin_inset CommandInset citation
20159 LatexCommand cite
20160 key "endfloat"
20161
20162 \end_inset
20163
20164 をご参照ください。
20165 \begin_inset Newline newline
20166 \end_inset
20167
20168
20169 \begin_inset Note Greyedout
20170 status open
20171
20172 \begin_layout Plain Layout
20173
20174 \series bold
20175 【註】endfloat
20176 \series default
20177 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20178 \begin_inset CommandInset citation
20179 LatexCommand cite
20180 key "endfloat"
20181
20182 \end_inset
20183
20184 の第4節をご参照ください。
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \begin_inset Newline newline
20191 \end_inset
20192
20193
20194 \begin_inset Note Greyedout
20195 status open
20196
20197 \begin_layout Plain Layout
20198
20199 \series bold
20200 【註】
20201 \series default
20202 現在のところ、
20203 \series bold
20204 endfloat
20205 \series default
20206 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20207 \series bold
20208
20209 \backslash
20210 ss
20211 \series default
20212 」コマンドを使用してください。
20213 \end_layout
20214
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \begin_layout Standard
20221 \begin_inset VSpace bigskip
20222 \end_inset
20223
20224 フロートの割付に関する詳細は、LaTeX関連書
20225 \begin_inset CommandInset citation
20226 LatexCommand cite
20227 key "latexcompanion,latexguide,latexbook"
20228
20229 \end_inset
20230
20231 をご覧ください。
20232 \end_layout
20233
20234 \begin_layout Section
20235 回転フロート
20236 \begin_inset CommandInset label
20237 LatexCommand label
20238 name "sec:回転フロート"
20239
20240 \end_inset
20241
20242
20243 \begin_inset Index idx
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247 ふろーと@フロート ! かいてん@回転
20248 \end_layout
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Standard
20256 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20257 \family sans
20258 横倒しに回転
20259 \family default
20260 オプションを有効にします。
20261 \end_layout
20262
20263 \begin_layout Standard
20264 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20265 \family sans
20266 段をまたぐ
20267 \family default
20268 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20269 たって回転方向を強制したい場合には、文書クラスオプションに
20270 \series bold
20271 figuresleft
20272 \series default
20273 オプションあるいは
20274 \series bold
20275 figuresright
20276 \series default
20277 オプションを加えることができます。
20278 \end_layout
20279
20280 \begin_layout Standard
20281 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20282 \begin_inset CommandInset ref
20283 LatexCommand ref
20284 reference "tab:回転した表"
20285
20286 \end_inset
20287
20288 が回転表フロートの例です。
20289 \end_layout
20290
20291 \begin_layout Standard
20292 \begin_inset Note Greyedout
20293 status open
20294
20295 \begin_layout Plain Layout
20296
20297 \series bold
20298 【註】
20299 \series default
20300 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20301 \end_layout
20302
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \begin_layout Standard
20309 \begin_inset Float table
20310 wide false
20311 sideways true
20312 status open
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Caption
20316
20317 \begin_layout Plain Layout
20318 \begin_inset CommandInset label
20319 LatexCommand label
20320 name "tab:回転した表"
20321
20322 \end_inset
20323
20324 回転した表
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \begin_layout Plain Layout
20333 \align center
20334 \begin_inset Tabular
20335 <lyxtabular version="3" rows="1" columns="5">
20336 <features tabularvalignment="middle">
20337 <column alignment="center" valignment="top" width="0">
20338 <column alignment="center" valignment="top" width="0">
20339 <column alignment="center" valignment="top" width="0">
20340 <column alignment="center" valignment="top" width="0">
20341 <column alignment="center" valignment="top" width="0">
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 試験
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 </lyxtabular>
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Section
20402 従属フロート
20403 \begin_inset Index idx
20404 status collapsed
20405
20406 \begin_layout Plain Layout
20407 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Standard
20416 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20417 \begin_inset CommandInset ref
20418 LatexCommand ref
20419 reference "tab:従属表を横に並べたもの"
20420
20421 \end_inset
20422
20423 と表
20424 \begin_inset CommandInset ref
20425 LatexCommand ref
20426 reference "tab:従属表を縦に並べたもの"
20427
20428 \end_inset
20429
20430 に示されているように段落と同様に指定することができます。
20431 \end_layout
20432
20433 \begin_layout Standard
20434 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20435 \begin_inset CommandInset ref
20436 LatexCommand ref
20437 reference "tab:これは従属表a"
20438
20439 \end_inset
20440
20441 と表
20442 \begin_inset CommandInset ref
20443 LatexCommand ref
20444 reference "tab:これは従属表b"
20445
20446 \end_inset
20447
20448 は表
20449 \begin_inset CommandInset ref
20450 LatexCommand ref
20451 reference "tab:従属表を横に並べたもの"
20452
20453 \end_inset
20454
20455 の従属フロートです。
20456 \begin_inset Float table
20457 wide false
20458 sideways false
20459 status open
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Caption
20463
20464 \begin_layout Plain Layout
20465 \begin_inset CommandInset label
20466 LatexCommand label
20467 name "tab:従属表を横に並べたもの"
20468
20469 \end_inset
20470
20471 従属表を横に並べたもの
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Plain Layout
20480 \begin_inset space \hfill{}
20481 \end_inset
20482
20483
20484 \begin_inset Float table
20485 wide false
20486 sideways false
20487 status open
20488
20489 \begin_layout Plain Layout
20490 \begin_inset Caption
20491
20492 \begin_layout Plain Layout
20493 \begin_inset CommandInset label
20494 LatexCommand label
20495 name "tab:これは従属表a"
20496
20497 \end_inset
20498
20499 これは従属表aです。
20500 \end_layout
20501
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \begin_layout Plain Layout
20508 \align center
20509 \begin_inset Tabular
20510 <lyxtabular version="3" rows="1" columns="5">
20511 <features tabularvalignment="middle">
20512 <column alignment="center" valignment="top" width="0">
20513 <column alignment="center" valignment="top" width="0">
20514 <column alignment="center" valignment="top" width="0">
20515 <column alignment="center" valignment="top" width="0">
20516 <column alignment="center" valignment="top" width="0">
20517 <row>
20518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522 試験
20523 \end_layout
20524
20525 \end_inset
20526 </cell>
20527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 </row>
20564 </lyxtabular>
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \begin_inset space \hfill{}
20575 \end_inset
20576
20577
20578 \begin_inset Float table
20579 wide false
20580 sideways false
20581 status open
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Caption
20585
20586 \begin_layout Plain Layout
20587 \begin_inset CommandInset label
20588 LatexCommand label
20589 name "tab:これは従属表b"
20590
20591 \end_inset
20592
20593 これは従属表bです。
20594 \end_layout
20595
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \begin_layout Plain Layout
20602 \align center
20603 \begin_inset Tabular
20604 <lyxtabular version="3" rows="1" columns="5">
20605 <features tabularvalignment="middle">
20606 <column alignment="center" valignment="top" width="0">
20607 <column alignment="center" valignment="top" width="0">
20608 <column alignment="center" valignment="top" width="0">
20609 <column alignment="center" valignment="top" width="0">
20610 <column alignment="center" valignment="top" width="0">
20611 <row>
20612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20613 \begin_inset Text
20614
20615 \begin_layout Plain Layout
20616
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 試験
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 </lyxtabular>
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 \end_layout
20673
20674 \end_inset
20675
20676
20677 \begin_inset Float table
20678 wide false
20679 sideways false
20680 status open
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Caption
20684
20685 \begin_layout Plain Layout
20686 \begin_inset CommandInset label
20687 LatexCommand label
20688 name "tab:従属表を縦に並べたもの"
20689
20690 \end_inset
20691
20692 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Float table
20702 wide false
20703 sideways false
20704 status open
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Caption
20708
20709 \begin_layout Plain Layout
20710
20711 \end_layout
20712
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \begin_layout Plain Layout
20719 \align center
20720 \begin_inset Tabular
20721 <lyxtabular version="3" rows="1" columns="4">
20722 <features tabularvalignment="middle">
20723 <column alignment="center" valignment="top" width="0">
20724 <column alignment="center" valignment="top" width="0">
20725 <column alignment="center" valignment="top" width="0">
20726 <column alignment="center" valignment="top" width="0">
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 試験
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 試験
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 試験
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 試験
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 </lyxtabular>
20766
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Plain Layout
20778 \begin_inset Float table
20779 wide false
20780 sideways false
20781 status open
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Caption
20785
20786 \begin_layout Plain Layout
20787
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Plain Layout
20796 \align center
20797 \begin_inset Tabular
20798 <lyxtabular version="3" rows="1" columns="5">
20799 <features tabularvalignment="middle">
20800 <column alignment="center" valignment="top" width="0">
20801 <column alignment="center" valignment="top" width="0">
20802 <column alignment="center" valignment="top" width="0">
20803 <column alignment="center" valignment="top" width="0">
20804 <column alignment="center" valignment="top" width="0">
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 </lyxtabular>
20853
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Section
20870 横並びのフロート
20871 \begin_inset Index idx
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 ふろーと@フロート ! よこならび@横並び
20876 \end_layout
20877
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \begin_layout Standard
20884
20885 \begin_inset CommandInset ref
20886 LatexCommand ref
20887 reference "fig:左側のフロート"
20888
20889 \end_inset
20890
20891 や図
20892 \begin_inset CommandInset ref
20893 LatexCommand ref
20894 reference "fig:右側のフロート"
20895
20896 \end_inset
20897
20898 のようにフロートを横並びに配置するには、
20899 \emph on
20900 ひとつの
20901 \emph default
20902 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20903 \begin_inset Foot
20904 status collapsed
20905
20906 \begin_layout Plain Layout
20907 Minipageは第
20908 \begin_inset CommandInset ref
20909 LatexCommand ref
20910 reference "sec:ミニページ"
20911
20912 \end_inset
20913
20914 節に説明があります。
20915 \end_layout
20916
20917 \end_inset
20918
20919 。幅は45
20920 \begin_inset space \thinspace{}
20921 \end_inset
20922
20923 -50
20924 \begin_inset space \thinspace{}
20925 \end_inset
20926
20927 列幅%とし、各minipageのボックス配置を
20928 \family sans
20929
20930 \family default
20931 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20932 \family sans
20933 列幅%
20934 \family default
20935 がここではminipageボックスの幅によって計算されることです。
20936 \end_layout
20937
20938 \begin_layout Standard
20939 \begin_inset Float figure
20940 wide false
20941 sideways false
20942 status open
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Box Frameless
20946 position "b"
20947 hor_pos "c"
20948 has_inner_box 1
20949 inner_pos "t"
20950 use_parbox 0
20951 use_makebox 0
20952 width "45col%"
20953 special "none"
20954 height "1in"
20955 height_special "totalheight"
20956 status open
20957
20958 \begin_layout Plain Layout
20959 \align center
20960 \begin_inset Graphics
20961         filename ../clipart/mobius.eps
20962         lyxscale 50
20963         width 100col%
20964         scaleBeforeRotation
20965
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \begin_layout Plain Layout
20972 \begin_inset Caption
20973
20974 \begin_layout Plain Layout
20975 \begin_inset CommandInset label
20976 LatexCommand label
20977 name "fig:左側のフロート"
20978
20979 \end_inset
20980
20981 左側のフロート
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \end_inset
20990
20991
20992 \begin_inset space \hfill{}
20993 \end_inset
20994
20995
20996 \begin_inset Box Frameless
20997 position "b"
20998 hor_pos "c"
20999 has_inner_box 1
21000 inner_pos "t"
21001 use_parbox 0
21002 use_makebox 0
21003 width "45col%"
21004 special "none"
21005 height "1in"
21006 height_special "totalheight"
21007 status open
21008
21009 \begin_layout Plain Layout
21010 \align center
21011 \begin_inset Graphics
21012         filename ../clipart/platypus.eps
21013         lyxscale 50
21014         width 100col%
21015         scaleBeforeRotation
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Caption
21024
21025 \begin_layout Plain Layout
21026 \begin_inset CommandInset label
21027 LatexCommand label
21028 name "fig:右側のフロート"
21029
21030 \end_inset
21031
21032 右側のフロート
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Plain Layout
21046
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Section
21055 キャプションの書式設定
21056 \begin_inset Index idx
21057 status collapsed
21058
21059 \begin_layout Plain Layout
21060 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21061 \end_layout
21062
21063 \end_inset
21064
21065
21066 \begin_inset Index idx
21067 status collapsed
21068
21069 \begin_layout Plain Layout
21070 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \begin_inset CommandInset label
21077 LatexCommand label
21078 name "sec:キャプションの書式設定"
21079
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \begin_layout Standard
21086
21087 \family sans
21088 キャプション
21089 \family default
21090 環境は、
21091 \family sans
21092 フロート
21093 \family default
21094 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21095 \family sans
21096 図 #:
21097 \family default
21098 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21099 \family sans
21100 #
21101 \family default
21102 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21103 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21104 \end_layout
21105
21106 \begin_layout Standard
21107 既定のキャプション書式を変更するには、文書プリアンブルに
21108 \end_layout
21109
21110 \begin_layout Standard
21111
21112 \series bold
21113
21114 \backslash
21115 usepackage[format definition]{caption}
21116 \end_layout
21117
21118 \begin_layout Standard
21119 という行を加えて、LaTeXパッケージ
21120 \series bold
21121 caption
21122 \series default
21123
21124 \begin_inset Index idx
21125 status collapsed
21126
21127 \begin_layout Plain Layout
21128 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21129 \end_layout
21130
21131 \end_inset
21132
21133 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21134 \end_layout
21135
21136 \begin_layout Standard
21137
21138 \series bold
21139
21140 \backslash
21141 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21142 \end_layout
21143
21144 \begin_layout Standard
21145 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21146 \series bold
21147 caption
21148 \series default
21149 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21150 \end_layout
21151
21152 \begin_layout Standard
21153
21154 \series bold
21155
21156 \backslash
21157 captionsetup[フロート型]{書式定義}
21158 \end_layout
21159
21160 \begin_layout Standard
21161 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21162 \begin_inset CommandInset ref
21163 LatexCommand ref
21164 reference "fig:図キャプション"
21165
21166 \end_inset
21167
21168 と表
21169 \begin_inset CommandInset ref
21170 LatexCommand ref
21171 reference "tab:表キャプション"
21172
21173 \end_inset
21174
21175 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21176 \end_layout
21177
21178 \begin_layout Standard
21179
21180 \series bold
21181
21182 \backslash
21183 usepackage[tableposition=top]{caption}
21184 \series default
21185
21186 \begin_inset Newline newline
21187 \end_inset
21188
21189
21190 \series bold
21191
21192 \backslash
21193 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21194 \begin_inset Newline newline
21195 \end_inset
21196
21197
21198 \begin_inset Phantom HPhantom
21199 status open
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 captionsetup[figure]{
21205 \end_layout
21206
21207 \end_inset
21208
21209 labelsep=period}
21210 \begin_inset Newline newline
21211 \end_inset
21212
21213
21214 \backslash
21215 captionsetup[table]{labelfont={bf,sf}}
21216 \end_layout
21217
21218 \begin_layout Standard
21219 \begin_inset Note Greyedout
21220 status open
21221
21222 \begin_layout Plain Layout
21223
21224 \series bold
21225 【註】
21226 \series default
21227 オプションのうち、
21228 \series bold
21229 tableposition=top
21230 \series default
21231 は、文書クラスに
21232 \series bold
21233 KOMA-script
21234 \series default
21235
21236 \begin_inset Index idx
21237 status collapsed
21238
21239 \begin_layout Plain Layout
21240 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21241 \end_layout
21242
21243 \end_inset
21244
21245 が使われているときには、無効になります。この場合には、文書クラスオプション
21246 \series bold
21247 captions=tableheading
21248 \series default
21249 を指定しなくてはなりません。
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Standard
21258
21259 \series bold
21260 caption
21261 \series default
21262 パッケージについての詳細は、その取扱説明書
21263 \begin_inset CommandInset citation
21264 LatexCommand cite
21265 key "caption"
21266
21267 \end_inset
21268
21269 をご覧ください。
21270 \end_layout
21271
21272 \begin_layout Standard
21273 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21274 \end_layout
21275
21276 \begin_layout Standard
21277
21278 \series bold
21279
21280 \backslash
21281 renewcommand{
21282 \backslash
21283 fnum@figure}{画像~
21284 \backslash
21285 thefigure}
21286 \end_layout
21287
21288 \begin_layout Standard
21289 なお、
21290 \series bold
21291
21292 \backslash
21293 thefigure
21294 \series default
21295 は表番号を挿入し、「
21296 \series bold
21297 ~
21298 \series default
21299 」は保護された空白を入れます。
21300 \end_layout
21301
21302 \begin_layout Standard
21303 \begin_inset VSpace bigskip
21304 \end_inset
21305
21306
21307 \series bold
21308 KOMA-script
21309 \series default
21310
21311 \begin_inset Index idx
21312 status collapsed
21313
21314 \begin_layout Plain Layout
21315 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21316 \end_layout
21317
21318 \end_inset
21319
21320 文書クラス(
21321 \family sans
21322 article (KOMA-script)
21323 \family default
21324
21325 \family sans
21326 book (KOMA-script)
21327 \family default
21328
21329 \family sans
21330 letter (KOMA-script)
21331 \family default
21332
21333 \family sans
21334 report (KOMA-script)
21335 \family default
21336 )を使用している場合には、
21337 \series bold
21338 caption
21339 \series default
21340 パッケージの代わりに
21341 \series bold
21342 KOMA-script
21343 \series default
21344 のビルトインコマンド
21345 \series bold
21346 etkomafont
21347 \series default
21348 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21349 \end_layout
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354
21355 \backslash
21356 setkomafont{captionlabel}{
21357 \backslash
21358 bfseries}
21359 \end_layout
21360
21361 \begin_layout Standard
21362
21363 \series bold
21364
21365 \backslash
21366 setkomafont
21367 \series default
21368 についての詳細は、
21369 \series bold
21370 KOMA-script
21371 \series default
21372 の取扱説明書
21373 \begin_inset CommandInset citation
21374 LatexCommand cite
21375 key "koma-script"
21376
21377 \end_inset
21378
21379 をご覧ください。
21380 \end_layout
21381
21382 \begin_layout Standard
21383 \begin_inset ERT
21384 status collapsed
21385
21386 \begin_layout Plain Layout
21387
21388
21389 \backslash
21390 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21391 }
21392 \end_layout
21393
21394 \end_inset
21395
21396
21397 \begin_inset Note Note
21398 status open
21399
21400 \begin_layout Plain Layout
21401 キャプション書式は、この例のみ変更してあります。
21402 \end_layout
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \begin_layout Standard
21410 \begin_inset Float figure
21411 placement !p
21412 wide false
21413 sideways false
21414 status open
21415
21416 \begin_layout Plain Layout
21417 \align center
21418 \begin_inset Graphics
21419         filename ../clipart/mobius.eps
21420         lyxscale 50
21421         scale 50
21422         scaleBeforeRotation
21423
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Caption
21431
21432 \begin_layout Plain Layout
21433 \begin_inset CommandInset label
21434 LatexCommand label
21435 name "fig:図キャプション"
21436
21437 \end_inset
21438
21439 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21440 \end_layout
21441
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448
21449
21450 \end_layout
21451
21452 \begin_layout Standard
21453 \begin_inset ERT
21454 status collapsed
21455
21456 \begin_layout Plain Layout
21457
21458
21459 \backslash
21460 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21461 on}
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \begin_layout Standard
21470 \begin_inset Float table
21471 placement !p
21472 wide false
21473 sideways false
21474 status open
21475
21476 \begin_layout Plain Layout
21477 \begin_inset Caption
21478
21479 \begin_layout Plain Layout
21480 \begin_inset CommandInset label
21481 LatexCommand label
21482 name "tab:表キャプション"
21483
21484 \end_inset
21485
21486 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21487 \end_layout
21488
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \begin_layout Plain Layout
21495 \align center
21496 \begin_inset Tabular
21497 <lyxtabular version="3" rows="1" columns="5">
21498 <features tabularvalignment="middle">
21499 <column alignment="center" valignment="top" width="0">
21500 <column alignment="center" valignment="top" width="0">
21501 <column alignment="center" valignment="top" width="0">
21502 <column alignment="center" valignment="top" width="0">
21503 <column alignment="center" valignment="top" width="0">
21504 <row>
21505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 </lyxtabular>
21552
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \begin_layout Section
21564 キャプションの配置
21565 \begin_inset Index idx
21566 status collapsed
21567
21568 \begin_layout Plain Layout
21569 きゃぷしょん@キャプション ! はいち@配置
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \begin_inset Index idx
21576 status collapsed
21577
21578 \begin_layout Plain Layout
21579 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21580 \end_layout
21581
21582 \end_inset
21583
21584
21585 \begin_inset CommandInset label
21586 LatexCommand label
21587 name "sec:キャプションの配置"
21588
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Standard
21595 通常、キャプションの配置原則は、
21596 \end_layout
21597
21598 \begin_layout Description
21599 図の場合: キャプションを図の下に置く
21600 \end_layout
21601
21602 \begin_layout Description
21603 表の場合: キャプションを表の上に置く
21604 \end_layout
21605
21606 \begin_layout Standard
21607 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21608 \family sans
21609 article
21610 \family default
21611
21612 \family sans
21613 book
21614 \family default
21615
21616 \family sans
21617 letter
21618 \family default
21619
21620 \family sans
21621 report
21622 \family default
21623 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21624 eXパッケージ
21625 \series bold
21626 caption
21627 \series default
21628 を読み込むコマンドに
21629 \end_layout
21630
21631 \begin_layout Standard
21632
21633 \series bold
21634 tableposition=top
21635 \end_layout
21636
21637 \begin_layout Standard
21638 というオプションを追加してください
21639 \begin_inset Foot
21640 status collapsed
21641
21642 \begin_layout Plain Layout
21643
21644 \series bold
21645 caption
21646 \series default
21647 パッケージについての詳細な情報は、第
21648 \begin_inset CommandInset ref
21649 LatexCommand ref
21650 reference "sec:キャプションの書式設定"
21651
21652 \end_inset
21653
21654 節をご覧ください。
21655 \end_layout
21656
21657 \end_inset
21658
21659
21660 \series bold
21661 KOMA-script
21662 \series default
21663
21664 \begin_inset Index idx
21665 status collapsed
21666
21667 \begin_layout Plain Layout
21668 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21669 \end_layout
21670
21671 \end_inset
21672
21673 文書クラス(
21674 \family sans
21675 article (KOMA-script)
21676 \family default
21677
21678 \family sans
21679 book (KOMA-script)
21680 \family default
21681
21682 \family sans
21683 letter (KOMA-script)
21684 \family default
21685
21686 \family sans
21687 report (KOMA-script)
21688 \family default
21689
21690 \begin_inset space \thinspace{}
21691 \end_inset
21692
21693 )をお使いの場合には、
21694 \series bold
21695 caption
21696 \series default
21697 パッケージにオプションを与える代わりに、文書クラスオプション
21698 \series bold
21699 captions=tableheading
21700 \series default
21701 を設定することもできます。
21702 \end_layout
21703
21704 \begin_layout Standard
21705 \begin_inset VSpace bigskip
21706 \end_inset
21707
21708 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21709 \end_layout
21710
21711 \begin_layout Standard
21712
21713 \series bold
21714
21715 \backslash
21716 usepackage[option]{sidecap}
21717 \end_layout
21718
21719 \begin_layout Standard
21720 という行を入れて、LaTeXパッケージ
21721 \series bold
21722 sidecap
21723 \series default
21724
21725 \begin_inset Index idx
21726 status collapsed
21727
21728 \begin_layout Plain Layout
21729 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21730 \end_layout
21731
21732 \end_inset
21733
21734 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21735 \series bold
21736 innercaption
21737 \series default
21738 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21739 \series bold
21740 rightcaption
21741 \series default
21742 ないし
21743 \series bold
21744 leftcaption
21745 \series default
21746 オプションを用います。
21747 \end_layout
21748
21749 \begin_layout Standard
21750 \begin_inset ERT
21751 status collapsed
21752
21753 \begin_layout Plain Layout
21754
21755
21756 \backslash
21757 ifsidecap
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \begin_inset Note Note
21764 status open
21765
21766 \begin_layout Plain Layout
21767 以下の部分は、LaTeXパッケージ
21768 \series bold
21769 sidecap
21770 \series default
21771 が導入されているときのみ表示されます。
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Standard
21780 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21781 \end_layout
21782
21783 \begin_layout Standard
21784 \noindent
21785 \begin_inset CommandInset line
21786 LatexCommand rule
21787 offset "0.5ex"
21788 width "100line%"
21789 height "1pt"
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Standard
21797
21798 \series bold
21799
21800 \backslash
21801 newcommand{
21802 \backslash
21803 TabBesBeg}{%
21804 \begin_inset Newline newline
21805 \end_inset
21806
21807
21808 \begin_inset Phantom HPhantom
21809 status open
21810
21811 \begin_layout Plain Layout
21812
21813 \series bold
21814 \begin_inset space ~
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \backslash
21824 let
21825 \backslash
21826 MyTable
21827 \backslash
21828 table
21829 \begin_inset Newline newline
21830 \end_inset
21831
21832
21833 \begin_inset Phantom HPhantom
21834 status open
21835
21836 \begin_layout Plain Layout
21837
21838 \series bold
21839 \begin_inset space ~
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \backslash
21849 let
21850 \backslash
21851 MyEndtable
21852 \backslash
21853 endtable
21854 \begin_inset Newline newline
21855 \end_inset
21856
21857
21858 \begin_inset Phantom HPhantom
21859 status open
21860
21861 \begin_layout Plain Layout
21862
21863 \series bold
21864 \begin_inset space ~
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \backslash
21874 renewenvironment{table}{
21875 \backslash
21876 begin{SCtable}}{
21877 \backslash
21878 end{SCtable}}}
21879 \end_layout
21880
21881 \begin_layout Standard
21882
21883 \series bold
21884
21885 \backslash
21886 newcommand{
21887 \backslash
21888 TabBesEnd}{%
21889 \begin_inset Newline newline
21890 \end_inset
21891
21892
21893 \begin_inset Phantom HPhantom
21894 status open
21895
21896 \begin_layout Plain Layout
21897
21898 \series bold
21899 \begin_inset space ~
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906
21907
21908 \backslash
21909 let
21910 \backslash
21911 table
21912 \backslash
21913 MyTable
21914 \begin_inset Newline newline
21915 \end_inset
21916
21917
21918 \begin_inset Phantom HPhantom
21919 status open
21920
21921 \begin_layout Plain Layout
21922
21923 \series bold
21924 \begin_inset space ~
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \backslash
21934 let
21935 \backslash
21936 endtable
21937 \backslash
21938 MyEndtable
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \series bold
21944
21945 \backslash
21946 newcommand{
21947 \backslash
21948 FigBesBeg}{%
21949 \begin_inset Newline newline
21950 \end_inset
21951
21952
21953 \begin_inset Phantom HPhantom
21954 status open
21955
21956 \begin_layout Plain Layout
21957
21958 \series bold
21959 \begin_inset space ~
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \backslash
21969 let
21970 \backslash
21971 MyFigure
21972 \backslash
21973 figure
21974 \begin_inset Newline newline
21975 \end_inset
21976
21977
21978 \begin_inset Phantom HPhantom
21979 status open
21980
21981 \begin_layout Plain Layout
21982
21983 \series bold
21984 \begin_inset space ~
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \end_inset
21991
21992
21993 \backslash
21994 let
21995 \backslash
21996 MyEndfigure
21997 \backslash
21998 endfigure
21999 \begin_inset Newline newline
22000 \end_inset
22001
22002
22003 \begin_inset Phantom HPhantom
22004 status open
22005
22006 \begin_layout Plain Layout
22007
22008 \series bold
22009 \begin_inset space ~
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016
22017
22018 \backslash
22019 renewenvironment{figure}{
22020 \backslash
22021 begin{SCfigure}}{
22022 \backslash
22023 end{SCfigure}}}
22024 \end_layout
22025
22026 \begin_layout Standard
22027
22028 \series bold
22029
22030 \backslash
22031 newcommand{
22032 \backslash
22033 FigBesEnd}{%
22034 \begin_inset Newline newline
22035 \end_inset
22036
22037
22038 \begin_inset Phantom HPhantom
22039 status open
22040
22041 \begin_layout Plain Layout
22042
22043 \series bold
22044 \begin_inset space ~
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \backslash
22054 let
22055 \backslash
22056 figure
22057 \backslash
22058 MyFigure
22059 \begin_inset Newline newline
22060 \end_inset
22061
22062
22063 \begin_inset Phantom HPhantom
22064 status open
22065
22066 \begin_layout Plain Layout
22067
22068 \series bold
22069 \begin_inset space ~
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \backslash
22079 let
22080 \backslash
22081 endfigure
22082 \backslash
22083 MyEndfigure}
22084 \end_layout
22085
22086 \begin_layout Standard
22087 \noindent
22088 \begin_inset CommandInset line
22089 LatexCommand rule
22090 offset "0.5ex"
22091 width "100line%"
22092 height "1pt"
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22101 \end_layout
22102
22103 \begin_layout Standard
22104
22105 \series bold
22106
22107 \backslash
22108 FigBesBeg
22109 \end_layout
22110
22111 \begin_layout Standard
22112 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118
22119 \backslash
22120 FigBesEnd
22121 \end_layout
22122
22123 \begin_layout Standard
22124 というコマンドを挿入してください。
22125 \end_layout
22126
22127 \begin_layout Standard
22128 表フロートに対しては、対応するコマンド
22129 \end_layout
22130
22131 \begin_layout Standard
22132
22133 \series bold
22134
22135 \backslash
22136 TabBesBeg
22137 \series default
22138 および
22139 \series bold
22140
22141 \backslash
22142 TabBesEnd
22143 \end_layout
22144
22145 \begin_layout Standard
22146 を使用してください。図
22147 \begin_inset CommandInset ref
22148 LatexCommand ref
22149 reference "fig:図横キャプション"
22150
22151 \end_inset
22152
22153 と表
22154 \begin_inset CommandInset ref
22155 LatexCommand ref
22156 reference "tab:表横キャプション"
22157
22158 \end_inset
22159
22160 がキャプションを脇に設定した例です。
22161 \end_layout
22162
22163 \begin_layout Standard
22164 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22165 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22166 \end_layout
22167
22168 \begin_layout Standard
22169
22170 \series bold
22171
22172 \backslash
22173 sidecaptionvpos{フロート型}{配置}
22174 \end_layout
22175
22176 \begin_layout Standard
22177 というコマンドを使用します。ここで「フロート型」は
22178 \family sans
22179 figure
22180 \family default
22181
22182 \family sans
22183 table
22184 \family default
22185 であり、「配置」は、上揃えの場合はtopの
22186 \end_layout
22187
22188 \begin_layout Standard
22189
22190 \family sans
22191 t
22192 \family default
22193 」、中央揃えの場合はcenterの「
22194 \family sans
22195 c
22196 \family default
22197 」、下揃えの場合はbottomの「
22198 \family sans
22199 b
22200 \family default
22201 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22202 \end_layout
22203
22204 \begin_layout Standard
22205
22206 \series bold
22207
22208 \backslash
22209 sidecaptionvpos{figure}{c}
22210 \end_layout
22211
22212 \begin_layout Standard
22213 というコマンドを使用します。これは、図
22214 \begin_inset CommandInset ref
22215 LatexCommand ref
22216 reference "fig:図横キャプション-2"
22217
22218 \end_inset
22219
22220 で使用されています。
22221 \end_layout
22222
22223 \begin_layout Standard
22224 \begin_inset VSpace medskip
22225 \end_inset
22226
22227
22228 \series bold
22229 sidecap
22230 \series default
22231 パッケージについての詳細は、
22232 \begin_inset CommandInset citation
22233 LatexCommand cite
22234 key "sidecap"
22235
22236 \end_inset
22237
22238 の説明書をご参照ください。
22239 \end_layout
22240
22241 \begin_layout Standard
22242 \begin_inset Note Greyedout
22243 status open
22244
22245 \begin_layout Plain Layout
22246
22247 \series bold
22248 【註】
22249 \series default
22250
22251 \begin_inset CommandInset ref
22252 LatexCommand ref
22253 reference "sub:参照位置"
22254
22255 \end_inset
22256
22257 節に説明があるLaTeXパッケージ
22258 \series bold
22259 hypcap
22260 \series default
22261
22262 \begin_inset Index idx
22263 status collapsed
22264
22265 \begin_layout Plain Layout
22266 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22267 \end_layout
22268
22269 \end_inset
22270
22271 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Standard
22280 \begin_inset ERT
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284
22285
22286 \backslash
22287 FigBesBeg 
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset Float figure
22297 wide false
22298 sideways false
22299 status open
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Graphics
22303         filename ../clipart/escher-lsd.eps
22304         scale 75
22305         scaleBeforeRotation
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Caption
22314
22315 \begin_layout Plain Layout
22316 \begin_inset CommandInset label
22317 LatexCommand label
22318 name "fig:図横キャプション"
22319
22320 \end_inset
22321
22322 これは図の横にあるキャプションです。
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336 \begin_inset ERT
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340
22341
22342 \backslash
22343 TabBesBeg 
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Standard
22352 \begin_inset Float table
22353 wide false
22354 sideways false
22355 status open
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Caption
22359
22360 \begin_layout Plain Layout
22361 \begin_inset CommandInset label
22362 LatexCommand label
22363 name "tab:表横キャプション"
22364
22365 \end_inset
22366
22367 これは表の横にあるキャプションです。
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Tabular
22377 <lyxtabular version="3" rows="4" columns="5">
22378 <features tabularvalignment="middle">
22379 <column alignment="center" valignment="top" width="0">
22380 <column alignment="center" valignment="top" width="0">
22381 <column alignment="center" valignment="top" width="0">
22382 <column alignment="center" valignment="top" width="0">
22383 <column alignment="center" valignment="top" width="0">
22384 <row>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 <row>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 </lyxtabular>
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \begin_layout Standard
22585 \begin_inset ERT
22586 status collapsed
22587
22588 \begin_layout Plain Layout
22589
22590
22591 \backslash
22592 TabBesEnd
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Standard
22601 \begin_inset ERT
22602 status collapsed
22603
22604 \begin_layout Plain Layout
22605
22606
22607 \backslash
22608 sidecaptionvpos{figure}{c}
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \begin_inset Float figure
22615 wide false
22616 sideways false
22617 status open
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Graphics
22621         filename ../clipart/escher-lsd.eps
22622         scale 75
22623         scaleBeforeRotation
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Caption
22632
22633 \begin_layout Plain Layout
22634 \begin_inset CommandInset label
22635 LatexCommand label
22636 name "fig:図横キャプション-2"
22637
22638 \end_inset
22639
22640 これは図の横にある縦方向中央揃えのキャプションです。
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \begin_layout Standard
22654 \begin_inset ERT
22655 status collapsed
22656
22657 \begin_layout Plain Layout
22658
22659
22660 \backslash
22661 FigBesEnd
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Standard
22670 \begin_inset ERT
22671 status collapsed
22672
22673 \begin_layout Plain Layout
22674
22675
22676 \backslash
22677 else
22678 \end_layout
22679
22680 \end_inset
22681
22682
22683 \begin_inset Note Note
22684 status open
22685
22686 \begin_layout Plain Layout
22687 以下の部分は、LaTeXパッケージ
22688 \series bold
22689 sidecap
22690 \series default
22691 が導入されていないときのみ表示されます。
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22701 \series bold
22702 sidecap
22703 \series default
22704 を導入する必要があります。
22705 \end_layout
22706
22707 \begin_layout Standard
22708 \begin_inset ERT
22709 status collapsed
22710
22711 \begin_layout Plain Layout
22712
22713
22714 \backslash
22715 fi
22716 \end_layout
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Section
22724 フロート一覧
22725 \begin_inset Index idx
22726 status collapsed
22727
22728 \begin_layout Plain Layout
22729 ふろーと@フロート ! ふろーといちらん@フロート一覧
22730 \end_layout
22731
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \begin_layout Standard
22738 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22739 \family sans
22740 挿入\SpecialChar \menuseparator
22741 一覧/目次
22742 \family default
22743 メニューで挿入することができます。
22744 \end_layout
22745
22746 \begin_layout Standard
22747 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22748 \end_layout
22749
22750 \begin_layout Standard
22751 本文書の終わりに、図一覧と表一覧があります。
22752 \end_layout
22753
22754 \begin_layout Chapter
22755 注釈
22756 \end_layout
22757
22758 \begin_layout Section
22759 LyX注釈
22760 \begin_inset Index idx
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773 注釈は、ツールバーボタン
22774 \begin_inset Graphics
22775         filename ../../images/note-insert.png
22776         scale 85
22777         scaleBeforeRotation
22778
22779 \end_inset
22780
22781 か、
22782 \family sans
22783 挿入\SpecialChar \menuseparator
22784 注釈
22785 \family default
22786 メニューで挿入することができます。注釈には、以下の三つの型があります。
22787 \end_layout
22788
22789 \begin_layout Description
22790 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22791 \begin_inset Newline newline
22792 \end_inset
22793
22794
22795 \begin_inset Newline newline
22796 \end_inset
22797
22798
22799 \begin_inset Graphics
22800         filename ../clipart/LyXNoteImageQt4.png
22801         display false
22802         scale 85
22803         scaleBeforeRotation
22804
22805 \end_inset
22806
22807
22808 \begin_inset Note Note
22809 status open
22810
22811 \begin_layout Plain Layout
22812 これは、出力には現れない注釈ボックスに書かれた文章です。
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \begin_layout Description
22821 コメント この注釈も出力には現れませんが、
22822 \family sans
22823 ファイル\SpecialChar \menuseparator
22824 エクスポート\SpecialChar \menuseparator
22825 LaTeX (pdflatex) / (平文)
22826 \family default
22827  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22828 \begin_inset Newline newline
22829 \end_inset
22830
22831
22832 \begin_inset Newline newline
22833 \end_inset
22834
22835
22836 \begin_inset Graphics
22837         filename ../clipart/CommentNoteImageQt4.png
22838         display false
22839         scale 85
22840         scaleBeforeRotation
22841
22842 \end_inset
22843
22844  
22845 \begin_inset Note Comment
22846 status open
22847
22848 \begin_layout Plain Layout
22849 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Description
22858 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22859 \begin_inset Newline newline
22860 \end_inset
22861
22862
22863 \begin_inset Newline newline
22864 \end_inset
22865
22866
22867 \begin_inset Graphics
22868         filename ../clipart/GreyedOutNoteImageQt4.png
22869         display false
22870         scale 85
22871         scaleBeforeRotation
22872
22873 \end_inset
22874
22875
22876 \begin_inset Newline newline
22877 \end_inset
22878
22879
22880 \begin_inset ERT
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884
22885
22886 \backslash
22887 renewenvironment{lyxgreyedout}
22888 \end_layout
22889
22890 \begin_layout Plain Layout
22891
22892 {
22893 \backslash
22894 textcolor[gray]{0.8}
22895 \backslash
22896 bgroup}{
22897 \backslash
22898 egroup}
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \begin_inset Note Greyedout
22905 status open
22906
22907 \begin_layout Plain Layout
22908 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22909 \begin_inset Foot
22910 status collapsed
22911
22912 \begin_layout Plain Layout
22913 これは、淡色表示注釈内に脚注を用いた例です。
22914 \end_layout
22915
22916 \end_inset
22917
22918 です。
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \begin_inset ERT
22925 status collapsed
22926
22927 \begin_layout Plain Layout
22928
22929
22930 \backslash
22931 renewenvironment{lyxgreyedout}
22932 \end_layout
22933
22934 \begin_layout Plain Layout
22935
22936 {
22937 \backslash
22938 textcolor{blue}
22939 \backslash
22940 bgroup}{
22941 \backslash
22942 egroup}
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \begin_inset Note Note
22949 status open
22950
22951 \begin_layout Plain Layout
22952 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22953 ように再定義されています。
22954 \end_layout
22955
22956 \end_inset
22957
22958
22959 \begin_inset Newline newline
22960 \end_inset
22961
22962
22963 \begin_inset Newline newline
22964 \end_inset
22965
22966 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset VSpace bigskip
22971 \end_inset
22972
22973 注釈を挿入するのにツールバーボタン
22974 \begin_inset Graphics
22975         filename ../../images/note-insert.png
22976         scale 85
22977         scaleBeforeRotation
22978
22979 \end_inset
22980
22981 を使用すると、
22982 \family sans
22983 LyX注釈
22984 \family default
22985 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22986 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22987 さい。
22988 \end_layout
22989
22990 \begin_layout Standard
22991 \begin_inset VSpace bigskip
22992 \end_inset
22993
22994 淡色注釈の文字色は、プリアンブルに以下のコマンドを置くことで変更することができます。
22995 \end_layout
22996
22997 \begin_layout Standard
22998
22999 \series bold
23000
23001 \backslash
23002 renewenvironment{lyxgreyedout}
23003 \begin_inset Newline newline
23004 \end_inset
23005
23006
23007 \begin_inset Phantom HPhantom
23008 status open
23009
23010 \begin_layout Plain Layout
23011
23012 \series bold
23013 \begin_inset space ~
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \end_inset
23020
23021 {
23022 \backslash
23023 textcolor{色彩名}
23024 \backslash
23025 bgroup}{
23026 \backslash
23027 egroup}
23028 \end_layout
23029
23030 \begin_layout Standard
23031 使用できる色彩名と、自製色の定義の仕方は、第
23032 \begin_inset CommandInset ref
23033 LatexCommand ref
23034 reference "sec:色付きの表"
23035
23036 \end_inset
23037
23038 節で説明されています。
23039 \end_layout
23040
23041 \begin_layout Standard
23042 本文書で青で表示されている注釈は、青文字に設定した淡色表示注釈を使用しています。
23043 \end_layout
23044
23045 \begin_layout Section
23046 脚注
23047 \begin_inset CommandInset label
23048 LatexCommand label
23049 name "sec:脚注"
23050
23051 \end_inset
23052
23053
23054 \begin_inset Index idx
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \begin_inset Index idx
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068 きゃくちゅう@脚注
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Standard
23077 脚注は、ツールバーボタン
23078 \begin_inset Graphics
23079         filename ../../images/footnote-insert.png
23080         scale 85
23081         scaleBeforeRotation
23082
23083 \end_inset
23084
23085 か、
23086 \family sans
23087 挿入\SpecialChar \menuseparator
23088 脚注
23089 \family default
23090 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23091 \begin_inset Graphics
23092         filename clipart/footnoteQt4.png
23093         scale 80
23094         scaleBeforeRotation
23095
23096 \end_inset
23097
23098 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23099 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23100 \end_layout
23101
23102 \begin_layout Standard
23103 これが脚注の例です
23104 \begin_inset Foot
23105 status open
23106
23107 \begin_layout Plain Layout
23108 \begin_inset CommandInset label
23109 LatexCommand label
23110 name "fn:これは脚注の一例"
23111
23112 \end_inset
23113
23114 これは脚注の一例です。
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \begin_inset ERT
23121 status collapsed
23122
23123 \begin_layout Plain Layout
23124
23125
23126 \backslash
23127 newcounter{MyRepeatFoot}
23128 \end_layout
23129
23130 \begin_layout Plain Layout
23131
23132
23133 \backslash
23134 setcounter{MyRepeatFoot}{
23135 \backslash
23136 thefootnote}
23137 \end_layout
23138
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \begin_layout Standard
23145 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23146 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23147 \end_layout
23148
23149 \begin_layout Standard
23150 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23151 \begin_inset CommandInset ref
23152 LatexCommand ref
23153 reference "sec:フロートの参照"
23154
23155 \end_inset
23156
23157 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23158 \begin_inset Newline newline
23159 \end_inset
23160
23161 これは脚注
23162 \begin_inset CommandInset ref
23163 LatexCommand ref
23164 reference "fn:これは脚注の一例"
23165
23166 \end_inset
23167
23168 の相互参照です。
23169 \end_layout
23170
23171 \begin_layout Standard
23172 \begin_inset VSpace defskip
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \begin_layout Standard
23179
23180 \lang english
23181 Footnotes in tables are not printed by LaTeX due to technical reasons.
23182  However there exists another method to print them: Instead of the footnote
23183  the command 
23184 \series bold
23185
23186 \backslash
23187 footnotemark{}
23188 \series default
23189  is inserted as TeX-code.
23190  The text of the footnote is entered as an argument of the TeX-code command
23191  
23192 \series bold
23193
23194 \backslash
23195 footnotetext
23196 \series default
23197  after the table.
23198 \begin_inset Newline newline
23199 \end_inset
23200
23201 This was done for the following table with the command
23202 \end_layout
23203
23204 \begin_layout Standard
23205
23206 \series bold
23207 \lang english
23208
23209 \backslash
23210 footnotetext{
23211 \series default
23212 Printed table footnote.
23213 \series bold
23214 }
23215 \end_layout
23216
23217 \begin_layout Standard
23218
23219 \lang english
23220 \begin_inset Tabular
23221 <lyxtabular version="3" rows="2" columns="1">
23222 <features tabularvalignment="middle">
23223 <column alignment="center" valignment="top" width="0">
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \lang english
23231 This an example text.
23232 \begin_inset Foot
23233 status open
23234
23235 \begin_layout Plain Layout
23236
23237 \lang english
23238 This footnote will not be printed!
23239 \end_layout
23240
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 <row>
23250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254
23255 \lang english
23256 This an example text.
23257 \begin_inset ERT
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261
23262
23263 \backslash
23264 footnotemark{}
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 </lyxtabular>
23276
23277 \end_inset
23278
23279
23280 \begin_inset ERT
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284
23285
23286 \backslash
23287 footnotetext{
23288 \end_layout
23289
23290 \end_inset
23291
23292 Printed table footnote.
23293 \begin_inset ERT
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297
23298 }
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \begin_layout Standard
23307
23308 \lang english
23309 Footnotes in longtables are described in section
23310 \begin_inset space ~
23311 \end_inset
23312
23313
23314 \lang japanese
23315
23316 \begin_inset CommandInset ref
23317 LatexCommand ref
23318 reference "sub:長尺表での脚注"
23319
23320 \end_inset
23321
23322
23323 \lang english
23324 .
23325 \end_layout
23326
23327 \begin_layout Standard
23328
23329 \lang english
23330 Footnotes in minipage boxes are printed, but inside the box and with a different
23331  numbering because a minipage box is like a page inside a page.
23332  (For more about minipages, see section
23333 \begin_inset space ~
23334 \end_inset
23335
23336
23337 \lang japanese
23338
23339 \begin_inset CommandInset ref
23340 LatexCommand ref
23341 reference "sec:ミニページ"
23342
23343 \end_inset
23344
23345
23346 \lang english
23347 .) To get a footnote in the minipage that is output at the bottom of the
23348  page like normal footnotes, also use the method of 
23349 \series bold
23350
23351 \backslash
23352 footnotemark{}
23353 \series default
23354  and 
23355 \series bold
23356
23357 \backslash
23358 footnotetext
23359 \series default
23360 .
23361 \end_layout
23362
23363 \begin_layout Standard
23364
23365 \lang english
23366 \begin_inset Box Frameless
23367 position "t"
23368 hor_pos "c"
23369 has_inner_box 1
23370 inner_pos "t"
23371 use_parbox 0
23372 use_makebox 0
23373 width "100col%"
23374 special "none"
23375 height "1in"
23376 height_special "totalheight"
23377 status open
23378
23379 \begin_layout Plain Layout
23380
23381 \lang english
23382 This an example text in a minipage.
23383 \begin_inset Foot
23384 status open
23385
23386 \begin_layout Plain Layout
23387
23388 \lang english
23389 Footnote in the minipage.
23390 \end_layout
23391
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \begin_layout Plain Layout
23398
23399 \lang english
23400 This an example text in a minipage.
23401 \begin_inset ERT
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405
23406
23407 \backslash
23408 footnotemark{}
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \begin_layout Standard
23422
23423 \lang english
23424 \begin_inset ERT
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428
23429
23430 \backslash
23431 footnotetext{
23432 \end_layout
23433
23434 \end_inset
23435
23436 Footnote outside the minipage.
23437 \begin_inset ERT
23438 status collapsed
23439
23440 \begin_layout Plain Layout
23441
23442 }
23443 \end_layout
23444
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452 \lang english
23453 \begin_inset VSpace defskip
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Standard
23460
23461 \lang english
23462 To refer to the same footnote several times without printing the footnote
23463  text every time, use the command 
23464 \series bold
23465
23466 \backslash
23467 footnotemark[number]
23468 \series default
23469  in TeX-code.
23470 \begin_inset Newline newline
23471 \end_inset
23472
23473 As you do not know the number of the repeating footnote while you are writing
23474  the text, you have to store its number.
23475  For the following footnote mark example, these commands were inserted in
23476  TeX-code after Footnote
23477 \begin_inset space ~
23478 \end_inset
23479
23480
23481 \lang japanese
23482
23483 \begin_inset CommandInset ref
23484 LatexCommand ref
23485 reference "fn:これは脚注の一例"
23486
23487 \end_inset
23488
23489
23490 \lang english
23491  to store the footnote number:
23492 \end_layout
23493
23494 \begin_layout Standard
23495
23496 \series bold
23497 \lang english
23498
23499 \backslash
23500 newcounter{MyRepeatFoot}
23501 \begin_inset Newline newline
23502 \end_inset
23503
23504
23505 \backslash
23506 setcounter{MyRepeatFoot}{
23507 \backslash
23508 thefootnote}
23509 \end_layout
23510
23511 \begin_layout Standard
23512
23513 \lang english
23514 The footnote mark was then created with this command:
23515 \end_layout
23516
23517 \begin_layout Standard
23518
23519 \series bold
23520 \lang english
23521
23522 \backslash
23523 footnotemark[
23524 \backslash
23525 theMyRepeatFoot]
23526 \end_layout
23527
23528 \begin_layout Standard
23529
23530 \lang english
23531 Here is a repeated footnote:
23532 \family roman
23533 \series medium
23534 \bar no
23535
23536 \begin_inset ERT
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540
23541
23542 \backslash
23543 footnotemark[
23544 \backslash
23545 theMyRepeatFoot]
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \begin_layout Standard
23554
23555 \lang english
23556 If you want to repeat the previous footnote, you can omit the storage of
23557  the footnote number and just use this command instead:
23558 \end_layout
23559
23560 \begin_layout Standard
23561
23562 \series bold
23563 \lang english
23564
23565 \backslash
23566 footnotemark[
23567 \backslash
23568 thefootnote]
23569 \end_layout
23570
23571 \begin_layout Standard
23572
23573 \lang english
23574 Here is another repeated footnote:
23575 \family roman
23576 \series medium
23577 \bar no
23578
23579 \begin_inset ERT
23580 status collapsed
23581
23582 \begin_layout Plain Layout
23583
23584
23585 \backslash
23586 footnotemark[
23587 \backslash
23588 thefootnote]
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \begin_layout Subsection
23597 脚注の付番
23598 \begin_inset CommandInset label
23599 LatexCommand label
23600 name "sub:脚注の付番"
23601
23602 \end_inset
23603
23604
23605 \begin_inset Index idx
23606 status collapsed
23607
23608 \begin_layout Plain Layout
23609 きゃくちゅう@脚注 ! ふばん@付番
23610 \end_layout
23611
23612 \end_inset
23613
23614
23615 \end_layout
23616
23617 \begin_layout Standard
23618 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23619 \end_layout
23620
23621 \begin_layout Standard
23622
23623 \series bold
23624
23625 \backslash
23626 @addtoreset{footnote}{section}
23627 \end_layout
23628
23629 \begin_layout Standard
23630 というコマンドを加えてください。
23631 \end_layout
23632
23633 \begin_layout Standard
23634 \begin_inset VSpace bigskip
23635 \end_inset
23636
23637 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23638 \end_layout
23639
23640 \begin_layout Standard
23641
23642 \series bold
23643
23644 \backslash
23645 renewcommand{
23646 \backslash
23647 thefootnote}{
23648 \backslash
23649 roman{footnote}}
23650 \end_layout
23651
23652 \begin_layout Standard
23653 \begin_inset ERT
23654 status collapsed
23655
23656 \begin_layout Plain Layout
23657
23658
23659 \backslash
23660 renewcommand{
23661 \backslash
23662 thefootnote}{
23663 \backslash
23664 roman{footnote}}
23665 \end_layout
23666
23667 \end_inset
23668
23669 これは、ローマ数字を使った脚注です
23670 \begin_inset Foot
23671 status collapsed
23672
23673 \begin_layout Plain Layout
23674 これは、ローマ数字を使った脚注の例です。
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \begin_layout Standard
23683 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23684 \series bold
23685
23686 \backslash
23687 roman
23688 \series default
23689
23690 \series bold
23691
23692 \backslash
23693 Roman
23694 \series default
23695 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23696 \series bold
23697
23698 \backslash
23699 Alph
23700 \series default
23701 または
23702 \series bold
23703
23704 \backslash
23705 alph
23706 \series default
23707 を使用してください。記号を使って付「番」するには、
23708 \series bold
23709
23710 \backslash
23711 fnsymbol
23712 \series default
23713 を使ってください。
23714 \end_layout
23715
23716 \begin_layout Standard
23717 \begin_inset Note Greyedout
23718 status open
23719
23720 \begin_layout Plain Layout
23721
23722 \series bold
23723 【註】
23724 \series default
23725 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \begin_inset Newline newline
23732 \end_inset
23733
23734
23735 \begin_inset Note Greyedout
23736 status open
23737
23738 \begin_layout Plain Layout
23739
23740 \series bold
23741 【註】
23742 \series default
23743 記号を使うと9個の脚注しか番号を振ることができません。
23744 \end_layout
23745
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \begin_layout Standard
23752 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23753 \series bold
23754
23755 \backslash
23756 roman
23757 \series default
23758
23759 \series bold
23760
23761 \backslash
23762 arabic
23763 \series default
23764 に置き換えて使用してください。
23765 \begin_inset ERT
23766 status collapsed
23767
23768 \begin_layout Plain Layout
23769
23770
23771 \backslash
23772 renewcommand{
23773 \backslash
23774 thefootnote}{
23775 \backslash
23776 arabic{footnote}}
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \begin_layout Standard
23785 \begin_inset VSpace bigskip
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \begin_layout Standard
23792 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23793 \end_layout
23794
23795 \begin_layout Standard
23796
23797 \series bold
23798
23799 \backslash
23800 numberwithin{footnote}{chapter}
23801 \end_layout
23802
23803 \begin_layout Standard
23804 というコマンドを加えてください。
23805 \series bold
23806
23807 \backslash
23808 numberwithin
23809 \series default
23810 コマンドを使用できるようにするためには、文書設定の
23811 \family sans
23812 数式オプション
23813 \family default
23814 タブで
23815 \family sans
23816 AMS
23817 \begin_inset space ~
23818 \end_inset
23819
23820 mathパッケージを使う
23821 \family default
23822 オプションを有効にしてください。
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset ERT
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830
23831
23832 \backslash
23833 numberwithin{footnote}{chapter}
23834 \end_layout
23835
23836 \end_inset
23837
23838 これは、脚注のもう一つの例です
23839 \series bold
23840
23841 \begin_inset Foot
23842 status open
23843
23844 \begin_layout Plain Layout
23845
23846 \series bold
23847 これは、
23848 \series default
23849 「章番号.脚注番号」スキームで番号を振られた脚注です。
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \series default
23856
23857 \begin_inset ERT
23858 status collapsed
23859
23860 \begin_layout Plain Layout
23861
23862
23863 \backslash
23864 renewcommand{
23865 \backslash
23866 thefootnote}{
23867 \backslash
23868 arabic{footnote}}
23869 \end_layout
23870
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \begin_layout Standard
23877 \begin_inset Note Greyedout
23878 status open
23879
23880 \begin_layout Plain Layout
23881
23882 \series bold
23883 【註】
23884 \backslash
23885 numberwithin
23886 \series default
23887 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \begin_layout Standard
23896 また、例えば「章番号.
23897 \backslash
23898 Roman{footnote}」スキームを得るには、
23899 \series bold
23900
23901 \backslash
23902 numberwithin
23903 \series default
23904 の代わりに以下のコマンドを使用してください。
23905 \end_layout
23906
23907 \begin_layout Standard
23908
23909 \series bold
23910
23911 \backslash
23912 renewcommand{
23913 \backslash
23914 thefootnote}{
23915 \backslash
23916 thechapter.
23917 \backslash
23918 Roman{footnote}}
23919 \end_layout
23920
23921 \begin_layout Subsection
23922 脚注の配置
23923 \begin_inset Index idx
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927 きゃくちゅう@脚注 ! はいち@配置
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \begin_layout Standard
23936 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23937 ブルに足して、1.5
23938 \begin_inset space \thinspace{}
23939 \end_inset
23940
23941 mmの余白を追加することもできます。
23942 \end_layout
23943
23944 \begin_layout Standard
23945
23946 \series bold
23947
23948 \backslash
23949 let
23950 \backslash
23951 myFoot
23952 \backslash
23953 footnote
23954 \begin_inset Newline newline
23955 \end_inset
23956
23957
23958 \backslash
23959 renewcommand{
23960 \backslash
23961 footnote}[1]{
23962 \backslash
23963 myFoot{#1
23964 \backslash
23965 vspace{1.5mm}}}
23966 \end_layout
23967
23968 \begin_layout Standard
23969 \begin_inset VSpace bigskip
23970 \end_inset
23971
23972 二段組文書では、脚注は各段底部に表示されます(図
23973 \begin_inset CommandInset ref
23974 LatexCommand ref
23975 reference "fig:標準的脚注配置"
23976
23977 \end_inset
23978
23979 )。図
23980 \begin_inset CommandInset ref
23981 LatexCommand ref
23982 reference "fig:ftnright脚注配置"
23983
23984 \end_inset
23985
23986 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23987 \end_layout
23988
23989 \begin_layout Standard
23990
23991 \series bold
23992
23993 \backslash
23994 usepackage{ftnright}
23995 \end_layout
23996
23997 \begin_layout Standard
23998 というコマンドを書いて、LaTeXパッケージ
23999 \series bold
24000 ftnright
24001 \series default
24002
24003 \begin_inset Index idx
24004 status collapsed
24005
24006 \begin_layout Plain Layout
24007 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
24008 \end_layout
24009
24010 \end_inset
24011
24012 を読み込みます。
24013 \begin_inset Float figure
24014 placement !h
24015 wide false
24016 sideways false
24017 status open
24018
24019 \begin_layout Plain Layout
24020 \begin_inset ERT
24021 status collapsed
24022
24023 \begin_layout Plain Layout
24024
24025
24026 \backslash
24027 framebox{
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \begin_inset Graphics
24034         filename ../clipart/without_fntright.pdf
24035         width 100col%
24036         scaleBeforeRotation
24037
24038 \end_inset
24039
24040
24041 \begin_inset ERT
24042 status collapsed
24043
24044 \begin_layout Plain Layout
24045
24046 }
24047 \end_layout
24048
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Caption
24056
24057 \begin_layout Plain Layout
24058 \begin_inset CommandInset label
24059 LatexCommand label
24060 name "fig:標準的脚注配置"
24061
24062 \end_inset
24063
24064 二段組文書の標準的な脚注配置
24065 \end_layout
24066
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \begin_layout Standard
24078 \begin_inset Float figure
24079 placement !h
24080 wide false
24081 sideways false
24082 status open
24083
24084 \begin_layout Plain Layout
24085 \begin_inset ERT
24086 status collapsed
24087
24088 \begin_layout Plain Layout
24089
24090
24091 \backslash
24092 framebox{
24093 \end_layout
24094
24095 \end_inset
24096
24097
24098 \begin_inset Graphics
24099         filename ../clipart/with_fntright.pdf
24100         width 100col%
24101         scaleBeforeRotation
24102
24103 \end_inset
24104
24105
24106 \begin_inset ERT
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110
24111 }
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Plain Layout
24120 \begin_inset Caption
24121
24122 \begin_layout Plain Layout
24123 \begin_inset CommandInset label
24124 LatexCommand label
24125 name "fig:ftnright脚注配置"
24126
24127 \end_inset
24128
24129 LaTeXパッケージ
24130 \series bold
24131 ftnright
24132 \series default
24133 を使用したときの二段組文書の脚注配置
24134 \end_layout
24135
24136 \end_inset
24137
24138
24139 \end_layout
24140
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \begin_layout Standard
24147 \begin_inset VSpace bigskip
24148 \end_inset
24149
24150 科学的文献に於いては、図
24151 \begin_inset CommandInset ref
24152 LatexCommand ref
24153 reference "fig:後注"
24154
24155 \end_inset
24156
24157 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24158 \begin_inset Index idx
24159 status collapsed
24160
24161 \begin_layout Plain Layout
24162 こちゅう@後注
24163 \end_layout
24164
24165 \end_inset
24166
24167 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24168 \family sans
24169 文書\SpecialChar \menuseparator
24170 設定\SpecialChar \menuseparator
24171 モジュール
24172 \family default
24173 メニューで
24174 \family sans
24175 脚注から後注へ
24176 \family default
24177 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24178 \end_layout
24179
24180 \begin_layout Standard
24181
24182 \series bold
24183
24184 \backslash
24185 theendnotes
24186 \end_layout
24187
24188 \begin_layout Standard
24189 というコマンドを挿入してください。
24190 \end_layout
24191
24192 \begin_layout Standard
24193 \begin_inset Float figure
24194 wide false
24195 sideways false
24196 status open
24197
24198 \begin_layout Plain Layout
24199 \align center
24200 \begin_inset ERT
24201 status collapsed
24202
24203 \begin_layout Plain Layout
24204
24205
24206 \backslash
24207 framebox{
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \begin_inset Graphics
24214         filename ../clipart/endnotes.pdf
24215         scaleBeforeRotation
24216
24217 \end_inset
24218
24219
24220 \begin_inset ERT
24221 status collapsed
24222
24223 \begin_layout Plain Layout
24224
24225 }
24226 \end_layout
24227
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \begin_layout Plain Layout
24234 \begin_inset Caption
24235
24236 \begin_layout Plain Layout
24237 \begin_inset CommandInset label
24238 LatexCommand label
24239 name "fig:後注"
24240
24241 \end_inset
24242
24243 後注 – 注を節ないし章末に別段落として印字します。
24244 \end_layout
24245
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \end_inset
24252
24253
24254 \end_layout
24255
24256 \begin_layout Standard
24257 \begin_inset VSpace medskip
24258 \end_inset
24259
24260 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24261 \end_layout
24262
24263 \begin_layout Standard
24264
24265 \series bold
24266
24267 \backslash
24268 renewcommand{
24269 \backslash
24270 notesname}{Anmerkungen}
24271 \end_layout
24272
24273 \begin_layout Standard
24274 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24275 \end_layout
24276
24277 \begin_layout Standard
24278 \begin_inset VSpace medskip
24279 \end_inset
24280
24281
24282 \begin_inset CommandInset ref
24283 LatexCommand ref
24284 reference "sub:脚注の付番"
24285
24286 \end_inset
24287
24288 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24289 \series bold
24290
24291 \backslash
24292 thefootnote
24293 \series default
24294 コマンドの代わりに
24295 \series bold
24296
24297 \backslash
24298 theendnote
24299 \series default
24300 を用いてください。後注番号をリセットするには、第
24301 \begin_inset CommandInset ref
24302 LatexCommand ref
24303 reference "sub:脚注の付番"
24304
24305 \end_inset
24306
24307 節で述べたコマンド
24308 \series bold
24309
24310 \backslash
24311 @addtoreset
24312 \series default
24313 の、パラメータ
24314 \series bold
24315 footnote
24316 \series default
24317
24318 \series bold
24319 endnote
24320 \series default
24321 に変えて、使用してください。
24322 \end_layout
24323
24324 \begin_layout Standard
24325 後注の印だけを作成するには、第
24326 \begin_inset CommandInset ref
24327 LatexCommand ref
24328 reference "sec:脚注"
24329
24330 \end_inset
24331
24332 節で説明した
24333 \series bold
24334
24335 \backslash
24336 footnotemark
24337 \series default
24338 コマンドの代わりに、
24339 \series bold
24340
24341 \backslash
24342 endnotemark[番号]
24343 \series default
24344 コマンドを使用してください。
24345 \end_layout
24346
24347 \begin_layout Standard
24348 \begin_inset VSpace bigskip
24349 \end_inset
24350
24351 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24352 \series bold
24353 footmisc
24354 \series default
24355
24356 \begin_inset Index idx
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \begin_inset CommandInset citation
24367 LatexCommand cite
24368 key "footmisc"
24369
24370 \end_inset
24371
24372 を参照してください。
24373 \end_layout
24374
24375 \begin_layout Standard
24376 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24377 \begin_inset CommandInset citation
24378 LatexCommand cite
24379 key "latexcompanion,latexguide,latexbook"
24380
24381 \end_inset
24382
24383 に載っています。
24384 \end_layout
24385
24386 \begin_layout Section
24387 傍注
24388 \begin_inset Index idx
24389 status collapsed
24390
24391 \begin_layout Plain Layout
24392 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24393 \end_layout
24394
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \begin_layout Standard
24401 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24402 \family sans
24403 挿入\SpecialChar \menuseparator
24404 傍注
24405 \family default
24406 メニューかツールバーボタン
24407 \begin_inset Graphics
24408         filename ../../images/marginalnote-insert.png
24409         scale 85
24410         scaleBeforeRotation
24411
24412 \end_inset
24413
24414 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24415 \end_layout
24416
24417 \begin_layout Standard
24418 横にあるのが傍注です
24419 \begin_inset Marginal
24420 status open
24421
24422 \begin_layout Plain Layout
24423 これは傍注文です。
24424 \end_layout
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24433 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24434 \end_layout
24435
24436 \begin_layout Standard
24437 \begin_inset VSpace bigskip
24438 \end_inset
24439
24440 傍注を内側余白に置くには、傍注の前にTeXコードで
24441 \end_layout
24442
24443 \begin_layout Standard
24444
24445 \series bold
24446
24447 \backslash
24448 reversemarginpar
24449 \end_layout
24450
24451 \begin_layout Standard
24452 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24453 \begin_inset ERT
24454 status collapsed
24455
24456 \begin_layout Plain Layout
24457
24458
24459 \backslash
24460 reversemarginpar 
24461 \end_layout
24462
24463 \end_inset
24464
24465
24466 \begin_inset Marginal
24467 status open
24468
24469 \begin_layout Plain Layout
24470 これは内側余白の傍注です。
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \series bold
24477
24478 \begin_inset Newline newline
24479 \end_inset
24480
24481
24482 \series default
24483
24484 \begin_inset Note Greyedout
24485 status open
24486
24487 \begin_layout Plain Layout
24488 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497 既定の配置に戻すには、TeXコードで
24498 \end_layout
24499
24500 \begin_layout Standard
24501
24502 \series bold
24503
24504 \backslash
24505 normalmarginpar
24506 \end_layout
24507
24508 \begin_layout Standard
24509 というコマンドを書き加えてください。
24510 \begin_inset ERT
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514
24515
24516 \backslash
24517 normalmarginpar 
24518 \end_layout
24519
24520 \end_inset
24521
24522  
24523 \begin_inset Note Greyedout
24524 status open
24525
24526 \begin_layout Plain Layout
24527
24528 \series bold
24529 【註】
24530 \backslash
24531 reversemarginpar
24532 \series default
24533 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \begin_layout Standard
24542 \begin_inset VSpace bigskip
24543 \end_inset
24544
24545
24546 \begin_inset Marginal
24547 status open
24548
24549 \begin_layout Plain Layout
24550 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \begin_inset CommandInset ref
24557 LatexCommand ref
24558 reference "sub:複数行"
24559
24560 \end_inset
24561
24562 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24563 \begin_inset space \thinspace{}
24564 \end_inset
24565
24566 pt水平空白を挿入してください 
24567 \begin_inset Marginal
24568 status open
24569
24570 \begin_layout Plain Layout
24571 \begin_inset space \hspace*{}
24572 \length 0pt
24573 \end_inset
24574
24575 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Standard
24584 \begin_inset VSpace bigskip
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \begin_layout Standard
24591 \begin_inset Note Greyedout
24592 status open
24593
24594 \begin_layout Plain Layout
24595
24596 \series bold
24597 【註】
24598 \series default
24599 通常、傍注は表やフロート、脚注の中では使用することができません。
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \begin_layout Standard
24608 \begin_inset VSpace bigskip
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 \begin_inset ERT
24616 status collapsed
24617
24618 \begin_layout Plain Layout
24619
24620
24621 \backslash
24622 ifmarginnote
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \begin_inset Note Note
24629 status open
24630
24631 \begin_layout Plain Layout
24632 以下の部分は、LaTeXパッケージ
24633 \series bold
24634 marginnote
24635 \series default
24636 が導入されているときのみ表示されます。
24637 \end_layout
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Standard
24645 この制約は、LaTeXパッケージ
24646 \series bold
24647 marginnote
24648 \series default
24649
24650 \begin_inset Index idx
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24655 \end_layout
24656
24657 \end_inset
24658
24659 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24660 \series bold
24661 marginnote
24662 \series default
24663 パッケージが提供するコマンドを使うようになります。
24664 \end_layout
24665
24666 \begin_layout Standard
24667
24668 \series bold
24669
24670 \backslash
24671 usepackage{marginnote}
24672 \begin_inset Newline newline
24673 \end_inset
24674
24675
24676 \backslash
24677 let
24678 \backslash
24679 marginpar
24680 \backslash
24681 marginnote
24682 \end_layout
24683
24684 \begin_layout Standard
24685
24686 \series bold
24687 marginnote
24688 \series default
24689 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24690 \series bold
24691 marginnote
24692 \series default
24693 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24694 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24695 \end_layout
24696
24697 \begin_layout Standard
24698
24699 \series bold
24700 [オフセット]
24701 \end_layout
24702
24703 \begin_layout Standard
24704 という形で書くことで設定することができます。ここで「オフセット」には、表
24705 \begin_inset CommandInset ref
24706 LatexCommand ref
24707 reference "tab:単位"
24708
24709 \end_inset
24710
24711 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24712 \series bold
24713 [-1.5cm]
24714 \series default
24715 」を使用して、1.5
24716 \begin_inset space \thinspace{}
24717 \end_inset
24718
24719 cm上にずらしてあります
24720 \begin_inset Marginal
24721 status open
24722
24723 \begin_layout Plain Layout
24724 この傍注は、本来の位置よりも1.5
24725 \begin_inset space \thinspace{}
24726 \end_inset
24727
24728 cm上にずらしてあります。
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \begin_inset ERT
24735 status collapsed
24736
24737 \begin_layout Plain Layout
24738
24739 [-1.5cm]
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \begin_layout Standard
24748 \begin_inset VSpace medskip
24749 \end_inset
24750
24751
24752 \series bold
24753 marginnote
24754 \series default
24755 を使うと、傍注の揃えを変更することもできます。たとえば、
24756 \end_layout
24757
24758 \begin_layout Standard
24759
24760 \series bold
24761
24762 \backslash
24763 renewcommand*{
24764 \backslash
24765 raggedleftmarginnote}{
24766 \backslash
24767 centering}
24768 \begin_inset Newline newline
24769 \end_inset
24770
24771
24772 \backslash
24773 renewcommand*{
24774 \backslash
24775 raggedrightmarginnote}{
24776 \backslash
24777 centering}
24778 \end_layout
24779
24780 \begin_layout Standard
24781 というコマンドを使うと、中央揃えになります。
24782 \series bold
24783
24784 \backslash
24785 raggedleftmarginnote
24786 \series default
24787 とは、左側に表示されている傍注のことを指します
24788 \begin_inset ERT
24789 status collapsed
24790
24791 \begin_layout Plain Layout
24792
24793
24794 \backslash
24795 renewcommand*{
24796 \backslash
24797 raggedleftmarginnote}{
24798 \backslash
24799 centering}
24800 \end_layout
24801
24802 \begin_layout Plain Layout
24803
24804
24805 \backslash
24806 renewcommand*{
24807 \backslash
24808 raggedrightmarginnote}{
24809 \backslash
24810 centering}
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \begin_inset Marginal
24817 status open
24818
24819 \begin_layout Plain Layout
24820 この傍注の文章は中央揃えになっています。
24821 \end_layout
24822
24823 \end_inset
24824
24825 。既定の設定は、
24826 \end_layout
24827
24828 \begin_layout Standard
24829
24830 \series bold
24831
24832 \backslash
24833 renewcommand*{
24834 \backslash
24835 raggedleftmarginnote}{
24836 \backslash
24837 raggedleft}
24838 \begin_inset Newline newline
24839 \end_inset
24840
24841
24842 \backslash
24843 renewcommand*{
24844 \backslash
24845 raggedrightmarginnote}{
24846 \backslash
24847 raggedright}
24848 \series default
24849
24850 \begin_inset ERT
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854
24855
24856 \backslash
24857 renewcommand*{
24858 \backslash
24859 raggedleftmarginnote}{
24860 \backslash
24861 raggedleft}
24862 \end_layout
24863
24864 \begin_layout Plain Layout
24865
24866
24867 \backslash
24868 renewcommand*{
24869 \backslash
24870 raggedrightmarginnote}{
24871 \backslash
24872 raggedright}
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 です。
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset VSpace medskip
24886 \end_inset
24887
24888
24889 \series bold
24890 marginnote
24891 \series default
24892 の他の機能については、
24893 \begin_inset CommandInset citation
24894 LatexCommand cite
24895 key "marginnote"
24896
24897 \end_inset
24898
24899 の取扱説明書をご参照ください。
24900 \end_layout
24901
24902 \begin_layout Standard
24903 \begin_inset VSpace bigskip
24904 \end_inset
24905
24906 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24907 \family sans
24908 \series bold
24909 \bar under
24910 注意!
24911 \family default
24912 \series default
24913 \bar default
24914 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24915 \end_layout
24916
24917 \begin_layout Standard
24918
24919 \series bold
24920
24921 \backslash
24922 let
24923 \backslash
24924 myMarginpar
24925 \backslash
24926 marginpar
24927 \begin_inset Newline newline
24928 \end_inset
24929
24930
24931 \backslash
24932 renewcommand{
24933 \backslash
24934 marginpar}[1]{
24935 \backslash
24936 myMarginpar{%
24937 \begin_inset Newline newline
24938 \end_inset
24939
24940
24941 \begin_inset Phantom HPhantom
24942 status open
24943
24944 \begin_layout Plain Layout
24945
24946 \series bold
24947 \begin_inset space ~
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \end_inset
24954
24955
24956 \backslash
24957 hspace{0pt}
24958 \backslash
24959 textsf{
24960 \backslash
24961 textbf{
24962 \backslash
24963 underbar{注意!}}}%
24964 \begin_inset Newline newline
24965 \end_inset
24966
24967
24968 \begin_inset Phantom HPhantom
24969 status open
24970
24971 \begin_layout Plain Layout
24972
24973 \series bold
24974 \begin_inset space ~
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \end_inset
24981
24982
24983 \backslash
24984 vspace{1.5mm}
24985 \backslash
24986
24987 \backslash
24988 #1}}
24989 \end_layout
24990
24991 \begin_layout Standard
24992 \begin_inset ERT
24993 status collapsed
24994
24995 \begin_layout Plain Layout
24996
24997
24998 \backslash
24999 let
25000 \backslash
25001 myMarginpar
25002 \backslash
25003 marginpar
25004 \end_layout
25005
25006 \begin_layout Plain Layout
25007
25008
25009 \backslash
25010 renewcommand{
25011 \backslash
25012 marginpar}[1]{
25013 \backslash
25014 myMarginpar{%
25015 \end_layout
25016
25017 \begin_layout Plain Layout
25018
25019    
25020 \backslash
25021 textsf{
25022 \backslash
25023 textbf{
25024 \backslash
25025 underbar{注意!}}}%
25026 \end_layout
25027
25028 \begin_layout Plain Layout
25029
25030    
25031 \backslash
25032 vspace{1.5mm}
25033 \backslash
25034
25035 \backslash
25036 #1}}
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \begin_inset Marginal
25043 status open
25044
25045 \begin_layout Plain Layout
25046 これは、定義したヘッダをつけた傍注です。
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \begin_inset ERT
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056
25057 [-1.5cm]
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \begin_inset ERT
25064 status collapsed
25065
25066 \begin_layout Plain Layout
25067
25068
25069 \backslash
25070 renewcommand{
25071 \backslash
25072 marginpar}[1]{
25073 \backslash
25074 myMarginpar{#1}}
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \begin_inset Note Note
25081 status open
25082
25083 \begin_layout Plain Layout
25084 傍注書式は、この例の分だけ変更してあります。
25085 \end_layout
25086
25087 \end_inset
25088
25089
25090 \end_layout
25091
25092 \begin_layout Standard
25093 \begin_inset ERT
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097
25098
25099 \backslash
25100 else
25101 \end_layout
25102
25103 \end_inset
25104
25105
25106 \begin_inset Note Note
25107 status open
25108
25109 \begin_layout Plain Layout
25110 以下の部分は、LaTeXパッケージ
25111 \series bold
25112 marginnote
25113 \series default
25114 が導入されていないときのみ表示されます。
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \begin_layout Standard
25123 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25124 \series bold
25125 marginnote
25126 \series default
25127 を導入する必要があります。
25128 \end_layout
25129
25130 \begin_layout Standard
25131 \begin_inset ERT
25132 status collapsed
25133
25134 \begin_layout Plain Layout
25135
25136
25137 \backslash
25138 fi
25139 \end_layout
25140
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \begin_layout Chapter
25147 ボックス
25148 \end_layout
25149
25150 \begin_layout Section
25151 はじめに
25152 \begin_inset Index idx
25153 status collapsed
25154
25155 \begin_layout Plain Layout
25156 ぼっくす@ボックス ! はじめに
25157 \end_layout
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \begin_layout Standard
25165 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25166 \begin_inset CommandInset ref
25167 LatexCommand ref
25168 reference "sec:ミニページ"
25169
25170 \end_inset
25171
25172 節参照)、文章を囲ったり(第
25173 \begin_inset CommandInset ref
25174 LatexCommand ref
25175 reference "sec:装飾"
25176
25177 \end_inset
25178
25179 節参照)、単語がハイフネートされるのを予防したり(第
25180 \begin_inset CommandInset ref
25181 LatexCommand ref
25182 reference "sec:ハイフネーションの回避"
25183
25184 \end_inset
25185
25186 節参照)、文章を揃えたり(第
25187 \begin_inset CommandInset ref
25188 LatexCommand ref
25189 reference "sub:垂直揃え"
25190
25191 \end_inset
25192
25193 節参照)、あるいは文章の背景色を設定したり(第
25194 \begin_inset CommandInset ref
25195 LatexCommand ref
25196 reference "sec:色付きボックス"
25197
25198 \end_inset
25199
25200 節参照)するのに使用します。
25201 \end_layout
25202
25203 \begin_layout Standard
25204 ボックスは、
25205 \family sans
25206 挿入\SpecialChar \menuseparator
25207 ボックス
25208 \family default
25209 メニューかツールバーボタン
25210 \begin_inset Graphics
25211         filename ../../images/box-insert.png
25212         scale 85
25213         scaleBeforeRotation
25214
25215 \end_inset
25216
25217 を使って挿入することができます。すると、
25218 \begin_inset Graphics
25219         filename ../clipart/BoxInsetDefaultQt4.png
25220         scale 85
25221         scaleBeforeRotation
25222
25223 \end_inset
25224
25225 のように
25226 \family sans
25227 ボックス(minipage環境)
25228 \family default
25229 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25230 \family sans
25231 設定
25232 \family default
25233 メニューを選択すると現れるボックスダイアログでは、
25234 \family sans
25235 parboxコマンド
25236 \family default
25237
25238 \family sans
25239 minipage環境
25240 \family default
25241 の二つの
25242 \family sans
25243 内部ボックス
25244 \family default
25245 型を選択することができます。
25246 \family sans
25247 minipage
25248 \family default
25249 型は、新規ボックスの既定値となっており、第
25250 \begin_inset CommandInset ref
25251 LatexCommand ref
25252 reference "sec:ミニページ"
25253
25254 \end_inset
25255
25256 節で説明します。
25257 \family sans
25258 parbox
25259 \family default
25260 型は、第
25261 \begin_inset CommandInset ref
25262 LatexCommand ref
25263 reference "sec:Parboxes"
25264
25265 \end_inset
25266
25267 節で述べます 
25268 \lang english
25269 and the type 
25270 \family sans
25271 Makebox
25272 \family default
25273  in 
25274 \lang japanese
25275
25276 \begin_inset CommandInset ref
25277 LatexCommand ref
25278 reference "sec:ハイフネーションの回避"
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \begin_layout Standard
25286 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25287 \end_layout
25288
25289 \begin_layout Standard
25290 \begin_inset Note Greyedout
25291 status open
25292
25293 \begin_layout Plain Layout
25294 【註】ボックスは、
25295 \family sans
25296 箇条書き(記号)
25297 \family default
25298 環境や
25299 \family sans
25300 箇条書き(記述)
25301 \family default
25302 環境の単独要素とすべきではありません。
25303 \end_layout
25304
25305 \end_inset
25306
25307
25308 \end_layout
25309
25310 \begin_layout Standard
25311 \begin_inset Note Greyedout
25312 status open
25313
25314 \begin_layout Plain Layout
25315 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25316 \family sans
25317 内部ボックス
25318 \family default
25319 型は
25320 \family sans
25321 なし
25322 \family default
25323 にしか設定することができません。
25324 \family sans
25325 内部ボックス
25326 \family default
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 \end_layout
25341
25342 \begin_layout Section
25343 ボックスダイアログ
25344 \begin_inset CommandInset label
25345 LatexCommand label
25346 name "sec:ボックスダイアログ"
25347
25348 \end_inset
25349
25350
25351 \begin_inset Index idx
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25356 \end_layout
25357
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \begin_layout Subsection
25364 寸法
25365 \begin_inset Index idx
25366 status collapsed
25367
25368 \begin_layout Plain Layout
25369 ぼっくす@ボックス ! すんぽう@寸法
25370 \end_layout
25371
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \begin_layout Standard
25378 ボックスダイアログでは、
25379 \family sans
25380
25381 \family default
25382
25383 \family sans
25384 高さ
25385 \family default
25386 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25387 \begin_inset CommandInset ref
25388 LatexCommand ref
25389 reference "tab:単位"
25390
25391 \end_inset
25392
25393 に説明されています。
25394 \family sans
25395 高さ
25396 \family default
25397 フィールドには、加えて以下の寸法を使用することができます。
25398 \end_layout
25399
25400 \begin_layout Description
25401 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25402 \begin_inset Newline newline
25403 \end_inset
25404
25405
25406 \begin_inset Newline newline
25407 \end_inset
25408
25409
25410 \begin_inset Newline newline
25411 \end_inset
25412
25413
25414 \begin_inset Box Boxed
25415 position "c"
25416 hor_pos "c"
25417 has_inner_box 1
25418 inner_pos "c"
25419 use_parbox 0
25420 use_makebox 0
25421 width "12col%"
25422 special "none"
25423 height "1in"
25424 height_special "depth"
25425 status open
25426
25427 \begin_layout Plain Layout
25428 \align center
25429 高さを1階層に設定したボックス
25430 \end_layout
25431
25432 \end_inset
25433
25434
25435 \begin_inset Newline newline
25436 \end_inset
25437
25438
25439 \begin_inset Newline newline
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Description
25446 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25447 \begin_inset Box Boxed
25448 position "c"
25449 hor_pos "c"
25450 has_inner_box 1
25451 inner_pos "c"
25452 use_parbox 0
25453 use_makebox 0
25454 width "20col%"
25455 special "none"
25456 height "2in"
25457 height_special "height"
25458 status open
25459
25460 \begin_layout Plain Layout
25461 \align center
25462 高さを2高さに設定したボックス
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \begin_layout Description
25471 全高 これは「高さ」+「階層」です。
25472 \begin_inset Box Boxed
25473 position "c"
25474 hor_pos "c"
25475 has_inner_box 1
25476 inner_pos "c"
25477 use_parbox 0
25478 use_makebox 0
25479 width "20col%"
25480 special "none"
25481 height "1in"
25482 height_special "totalheight"
25483 status open
25484
25485 \begin_layout Plain Layout
25486 \align center
25487 高さを1全高に設定したボックス
25488 \end_layout
25489
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \begin_layout Description
25496 幅 これはボックスの幅を高さに設定します。
25497 \begin_inset Box Boxed
25498 position "c"
25499 hor_pos "c"
25500 has_inner_box 1
25501 inner_pos "c"
25502 use_parbox 0
25503 use_makebox 0
25504 width "12col%"
25505 special "none"
25506 height "1in"
25507 height_special "width"
25508 status open
25509
25510 \begin_layout Plain Layout
25511 \align center
25512 高さを1幅に設定したボックス
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Subsection
25521 文字揃え
25522 \begin_inset Index idx
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526 ぼっくす@ボックス ! もじそろえ@文字揃え
25527 \end_layout
25528
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \begin_layout Standard
25535
25536 \family sans
25537 内部ボックス
25538 \family default
25539 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25540 \end_layout
25541
25542 \begin_layout Description
25543 上 これは例示のための本文行です。
25544 \begin_inset Box Boxed
25545 position "t"
25546 hor_pos "c"
25547 has_inner_box 1
25548 inner_pos "c"
25549 use_parbox 0
25550 use_makebox 0
25551 width "12col%"
25552 special "none"
25553 height "1in"
25554 height_special "totalheight"
25555 status open
25556
25557 \begin_layout Plain Layout
25558 \align center
25559 このボックスは上揃えです。
25560 \end_layout
25561
25562 \end_inset
25563
25564 これは例示のための本文行です。
25565 \end_layout
25566
25567 \begin_layout Description
25568 中央 これは例示のための本文行です。
25569 \begin_inset Box Boxed
25570 position "c"
25571 hor_pos "c"
25572 has_inner_box 1
25573 inner_pos "c"
25574 use_parbox 0
25575 use_makebox 0
25576 width "12col%"
25577 special "none"
25578 height "1in"
25579 height_special "totalheight"
25580 status open
25581
25582 \begin_layout Plain Layout
25583 \align center
25584 このボックスは中央揃えです。
25585 \end_layout
25586
25587 \end_inset
25588
25589 これは例示のための本文行です。
25590 \end_layout
25591
25592 \begin_layout Description
25593 下 これは例示のための本文行です。
25594 \begin_inset Box Boxed
25595 position "b"
25596 hor_pos "c"
25597 has_inner_box 1
25598 inner_pos "c"
25599 use_parbox 0
25600 use_makebox 0
25601 width "12col%"
25602 special "none"
25603 height "1in"
25604 height_special "totalheight"
25605 status open
25606
25607 \begin_layout Plain Layout
25608 \align center
25609 このボックスは下揃えです。
25610 \end_layout
25611
25612 \end_inset
25613
25614 これは例示のための本文行です。
25615 \end_layout
25616
25617 \begin_layout Standard
25618 \begin_inset Note Greyedout
25619 status open
25620
25621 \begin_layout Plain Layout
25622
25623 \series bold
25624 【註】
25625 \series default
25626 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \begin_layout Standard
25635 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25636 \end_layout
25637
25638 \begin_layout Standard
25639 \begin_inset VSpace bigskip
25640 \end_inset
25641
25642
25643 \family sans
25644 内部ボックス
25645 \family default
25646 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25647 \end_layout
25648
25649 \begin_layout Description
25650 上 これは例示のための本文行です。
25651 \begin_inset Box Boxed
25652 position "c"
25653 hor_pos "c"
25654 has_inner_box 1
25655 inner_pos "t"
25656 use_parbox 0
25657 use_makebox 0
25658 width "12col%"
25659 special "none"
25660 height "1.5in"
25661 height_special "totalheight"
25662 status open
25663
25664 \begin_layout Plain Layout
25665 \align center
25666 このボックスの文章は上揃えです。
25667 \end_layout
25668
25669 \end_inset
25670
25671 これは例示のための本文行です。
25672 \end_layout
25673
25674 \begin_layout Description
25675 中央 これは例示のための本文行です。
25676 \begin_inset Box Boxed
25677 position "c"
25678 hor_pos "c"
25679 has_inner_box 1
25680 inner_pos "c"
25681 use_parbox 0
25682 use_makebox 0
25683 width "12col%"
25684 special "none"
25685 height "1.5in"
25686 height_special "totalheight"
25687 status open
25688
25689 \begin_layout Plain Layout
25690 \align center
25691 このボックスの文章は中央揃えです。
25692 \end_layout
25693
25694 \end_inset
25695
25696 これは例示のための本文行です。
25697 \end_layout
25698
25699 \begin_layout Description
25700 下 これは例示のための本文行です。
25701 \begin_inset Box Boxed
25702 position "c"
25703 hor_pos "c"
25704 has_inner_box 1
25705 inner_pos "b"
25706 use_parbox 0
25707 use_makebox 0
25708 width "12col%"
25709 special "none"
25710 height "1.5in"
25711 height_special "totalheight"
25712 status open
25713
25714 \begin_layout Plain Layout
25715 \align center
25716 このボックスの文章は下揃えです。
25717 \end_layout
25718
25719 \end_inset
25720
25721 これは例示のための本文行です。
25722 \end_layout
25723
25724 \begin_layout Description
25725 広げる これは例示のための本文行です。
25726 \begin_inset Box Boxed
25727 position "c"
25728 hor_pos "c"
25729 has_inner_box 1
25730 inner_pos "s"
25731 use_parbox 0
25732 use_makebox 0
25733 width "17col%"
25734 special "none"
25735 height "1.5in"
25736 height_special "totalheight"
25737 status open
25738
25739 \begin_layout Plain Layout
25740 \align center
25741 このボックスの
25742 \end_layout
25743
25744 \begin_layout Plain Layout
25745 \align center
25746 文章は広げて
25747 \end_layout
25748
25749 \begin_layout Plain Layout
25750 \align center
25751 あります。
25752 \end_layout
25753
25754 \end_inset
25755
25756 これは例示のための本文行です。
25757 \end_layout
25758
25759 \begin_layout Standard
25760 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25761 \end_layout
25762
25763 \begin_layout Standard
25764 \begin_inset VSpace bigskip
25765 \end_inset
25766
25767
25768 \family sans
25769 内部ボックス
25770 \family default
25771 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25772 \end_layout
25773
25774 \begin_layout Standard
25775 \align center
25776 \begin_inset Box Boxed
25777 position "c"
25778 hor_pos "c"
25779 has_inner_box 1
25780 inner_pos "s"
25781 use_parbox 0
25782 use_makebox 0
25783 width "25col%"
25784 special "none"
25785 height "1.25in"
25786 height_special "totalheight"
25787 status open
25788
25789 \begin_layout Plain Layout
25790 \align left
25791 このボックスの
25792 \end_layout
25793
25794 \begin_layout Plain Layout
25795 \align center
25796 文章は広げて
25797 \end_layout
25798
25799 \begin_layout Plain Layout
25800 \align right
25801 あります。
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Standard
25810
25811 \family sans
25812 内部ボックス
25813 \family default
25814 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25815 \end_layout
25816
25817 \begin_layout Standard
25818 \align center
25819 \begin_inset Box Boxed
25820 position "c"
25821 hor_pos "s"
25822 has_inner_box 0
25823 inner_pos "s"
25824 use_parbox 0
25825 use_makebox 0
25826 width "90col%"
25827 special "none"
25828 height "1.25in"
25829 height_special "totalheight"
25830 status open
25831
25832 \begin_layout Plain Layout
25833 \align left
25834 このボックスの文章は水平方向に広げてあります。
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \begin_layout Subsection
25843 装飾
25844 \begin_inset CommandInset label
25845 LatexCommand label
25846 name "sec:装飾"
25847
25848 \end_inset
25849
25850
25851 \begin_inset Index idx
25852 status collapsed
25853
25854 \begin_layout Plain Layout
25855 ぼっくす@ボックス ! そうしょく@装飾
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Standard
25864 ボックス型は、ボックスダイアログ中の
25865 \family sans
25866 装飾
25867 \family default
25868 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25869 \end_layout
25870
25871 \begin_layout Description
25872
25873 \lang english
25874 No
25875 \begin_inset space ~
25876 \end_inset
25877
25878 frame Nothing is drawn.
25879 \end_layout
25880
25881 \begin_layout Description
25882 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25883 \series bold
25884
25885 \backslash
25886 fboxrule
25887 \series default
25888 の値になります。 
25889 \begin_inset Box Boxed
25890 position "c"
25891 hor_pos "c"
25892 has_inner_box 1
25893 inner_pos "c"
25894 use_parbox 0
25895 use_makebox 0
25896 width "20col%"
25897 special "none"
25898 height "1in"
25899 height_special "totalheight"
25900 status open
25901
25902 \begin_layout Plain Layout
25903 \align center
25904 長方形の箱型
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Description
25913 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25914 \begin_inset space \thinspace{}
25915 \end_inset
25916
25917 ptです。 
25918 \begin_inset Box ovalbox
25919 position "c"
25920 hor_pos "c"
25921 has_inner_box 1
25922 inner_pos "c"
25923 use_parbox 0
25924 use_makebox 0
25925 width "20col%"
25926 special "none"
25927 height "1in"
25928 height_special "totalheight"
25929 status open
25930
25931 \begin_layout Plain Layout
25932 \align center
25933 楕円形の箱型(細線)
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Description
25942 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25943 \begin_inset space \thinspace{}
25944 \end_inset
25945
25946 ptです。 
25947 \begin_inset Box Ovalbox
25948 position "c"
25949 hor_pos "c"
25950 has_inner_box 1
25951 inner_pos "c"
25952 use_parbox 0
25953 use_makebox 0
25954 width "20col%"
25955 special "none"
25956 height "1in"
25957 height_special "totalheight"
25958 status open
25959
25960 \begin_layout Plain Layout
25961 \align center
25962 楕円形の箱型(太線)
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \begin_layout Description
25971 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25972 \series bold
25973
25974 \backslash
25975 fboxrule
25976 \series default
25977 の値になり、影の幅は4
25978 \begin_inset space \thinspace{}
25979 \end_inset
25980
25981 ptになります。
25982 \begin_inset Box Shadowbox
25983 position "c"
25984 hor_pos "c"
25985 has_inner_box 1
25986 inner_pos "c"
25987 use_parbox 0
25988 use_makebox 0
25989 width "20col%"
25990 special "none"
25991 height "1in"
25992 height_special "totalheight"
25993 status open
25994
25995 \begin_layout Plain Layout
25996 \align center
25997 影付きの箱型
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \begin_layout Description
26006 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
26007 \begin_inset Foot
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012 \begin_inset CommandInset ref
26013 LatexCommand ref
26014 reference "sec:色付きボックス"
26015
26016 \end_inset
26017
26018 節を参照のこと。
26019 \end_layout
26020
26021 \end_inset
26022
26023 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
26024 \begin_inset Box Shaded
26025 position "t"
26026 hor_pos "c"
26027 has_inner_box 0
26028 inner_pos "t"
26029 use_parbox 0
26030 use_makebox 0
26031 width "50col%"
26032 special "none"
26033 height "1in"
26034 height_special "totalheight"
26035 status open
26036
26037 \begin_layout Plain Layout
26038 影付き背景の箱型
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Description
26047 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
26048 \begin_inset space \thinspace{}
26049 \end_inset
26050
26051
26052 \series bold
26053
26054 \backslash
26055 fboxrule
26056 \series default
26057 であり、外側の枠線の太さは1.5
26058 \begin_inset space \thinspace{}
26059 \end_inset
26060
26061
26062 \series bold
26063
26064 \backslash
26065 fboxrule
26066 \series default
26067 です。枠線間の距離は1.5
26068 \begin_inset space \thinspace{}
26069 \end_inset
26070
26071
26072 \series bold
26073
26074 \backslash
26075 fboxrule
26076 \series default
26077
26078 \begin_inset space \thinspace{}
26079 \end_inset
26080
26081 +
26082 \begin_inset space \thinspace{}
26083 \end_inset
26084
26085 0.5
26086 \begin_inset space \thinspace{}
26087 \end_inset
26088
26089 ptです。 
26090 \begin_inset Box Doublebox
26091 position "c"
26092 hor_pos "c"
26093 has_inner_box 1
26094 inner_pos "c"
26095 use_parbox 0
26096 use_makebox 0
26097 width "20col%"
26098 special "none"
26099 height "1in"
26100 height_special "totalheight"
26101 status open
26102
26103 \begin_layout Plain Layout
26104 \align center
26105 二重の長方形の箱型
26106 \end_layout
26107
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \begin_layout Standard
26114 \begin_inset VSpace bigskip
26115 \end_inset
26116
26117 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26118 \series bold
26119 fancybox
26120 \series default
26121
26122 \begin_inset Index idx
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26127 \end_layout
26128
26129 \end_inset
26130
26131 が導入済みでなくてはなりません。
26132 \end_layout
26133
26134 \begin_layout Standard
26135 \begin_inset VSpace bigskip
26136 \end_inset
26137
26138 装飾として
26139 \family sans
26140 簡素な長方形の箱型
26141 \family default
26142 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26143 れ、このボックス型では
26144 \series bold
26145
26146 \backslash
26147 fboxrule
26148 \series default
26149
26150 \series bold
26151
26152 \backslash
26153 fboxsep
26154 \series default
26155 は無効となります。枠線の太さは
26156 \series bold
26157
26158 \backslash
26159 FrameRule
26160 \series default
26161 の値になります。 
26162 \begin_inset Box Framed
26163 position "t"
26164 hor_pos "c"
26165 has_inner_box 0
26166 inner_pos "t"
26167 use_parbox 0
26168 use_makebox 0
26169 width "100col%"
26170 special "none"
26171 height "1in"
26172 height_special "totalheight"
26173 status collapsed
26174
26175 \begin_layout Plain Layout
26176 改行可能な箱型
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Section
26185 ボックスの詳細な設定
26186 \begin_inset Index idx
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26191 \end_layout
26192
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \begin_layout Standard
26199 寸法
26200 \series bold
26201
26202 \backslash
26203 fboxrule
26204 \series default
26205 の既定値は0.4
26206 \begin_inset space \thinspace{}
26207 \end_inset
26208
26209 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26210 \begin_inset space \thinspace{}
26211 \end_inset
26212
26213 ptに変更することができます。
26214 \end_layout
26215
26216 \begin_layout Standard
26217
26218 \series bold
26219
26220 \backslash
26221 setlength{
26222 \backslash
26223 fboxrule}{2pt}
26224 \end_layout
26225
26226 \begin_layout Standard
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232
26233 \backslash
26234 setlength{
26235 \backslash
26236 fboxrule}{2pt}
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \begin_inset Box Boxed
26243 position "c"
26244 hor_pos "c"
26245 has_inner_box 1
26246 inner_pos "c"
26247 use_parbox 0
26248 use_makebox 0
26249 width "25col%"
26250 special "none"
26251 height "1in"
26252 height_special "totalheight"
26253 status open
26254
26255 \begin_layout Plain Layout
26256 \align center
26257
26258 \series bold
26259
26260 \backslash
26261 fboxrule
26262 \series default
26263
26264 \begin_inset space \thinspace{}
26265 \end_inset
26266
26267 =
26268 \begin_inset space \thinspace{}
26269 \end_inset
26270
26271 2
26272 \begin_inset space \thinspace{}
26273 \end_inset
26274
26275 ptの長方形の箱型
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 setlength{
26289 \backslash
26290 fboxrule}{0.4pt}
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \begin_layout Standard
26299 \begin_inset VSpace bigskip
26300 \end_inset
26301
26302 枠とボックスの内容との空白は、すべての枠様式について3
26303 \begin_inset space \thinspace{}
26304 \end_inset
26305
26306 ptが既定値になっています。これは、長さ
26307 \series bold
26308
26309 \backslash
26310 fboxsep
26311 \series default
26312 を別の値に設定することによって変更することができます。たとえば
26313 \end_layout
26314
26315 \begin_layout Standard
26316
26317 \series bold
26318
26319 \backslash
26320 setlength{
26321 \backslash
26322 fboxsep}{10pt}
26323 \end_layout
26324
26325 \begin_layout Standard
26326 というコマンドは、この値を10
26327 \begin_inset space \thinspace{}
26328 \end_inset
26329
26330 ptにし、以下のボックスのようになります。
26331 \end_layout
26332
26333 \begin_layout Standard
26334 \begin_inset ERT
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338
26339
26340 \backslash
26341 setlength{
26342 \backslash
26343 fboxsep}{10pt}
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \begin_inset Box Boxed
26350 position "c"
26351 hor_pos "c"
26352 has_inner_box 1
26353 inner_pos "c"
26354 use_parbox 0
26355 use_makebox 0
26356 width "25col%"
26357 special "none"
26358 height "1in"
26359 height_special "totalheight"
26360 status open
26361
26362 \begin_layout Plain Layout
26363 \align center
26364
26365 \series bold
26366
26367 \backslash
26368 fboxsep
26369 \series default
26370
26371 \begin_inset space \thinspace{}
26372 \end_inset
26373
26374 =
26375 \begin_inset space \thinspace{}
26376 \end_inset
26377
26378 10
26379 \begin_inset space \thinspace{}
26380 \end_inset
26381
26382 ptの長方形の箱型
26383 \end_layout
26384
26385 \end_inset
26386
26387
26388 \begin_inset ERT
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392
26393
26394 \backslash
26395 setlength{
26396 \backslash
26397 fboxsep}{3pt}
26398 \end_layout
26399
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \begin_layout Standard
26406 \begin_inset VSpace bigskip
26407 \end_inset
26408
26409 楕円形ボックスの丸い角の直径は、コマンド
26410 \series bold
26411
26412 \backslash
26413 cornersize
26414 \series default
26415 で設定することができます。
26416 \end_layout
26417
26418 \begin_layout Standard
26419
26420 \series bold
26421
26422 \backslash
26423 cornersize*{1cm}
26424 \end_layout
26425
26426 \begin_layout Standard
26427 というコマンドは、直径を1
26428 \begin_inset space \thinspace{}
26429 \end_inset
26430
26431 cmに設定します。
26432 \end_layout
26433
26434 \begin_layout Standard
26435
26436 \series bold
26437
26438 \backslash
26439 cornersize{数値}
26440 \end_layout
26441
26442 \begin_layout Standard
26443 というコマンドは、直径を
26444 \family sans
26445 数値
26446 \begin_inset space \thinspace{}
26447 \end_inset
26448
26449 ×
26450 \begin_inset space \thinspace{}
26451 \end_inset
26452
26453 (ボックスの幅と高さの小さい方)
26454 \family default
26455 に設定します。既定値は
26456 \series bold
26457
26458 \backslash
26459 cornersize{0.5}
26460 \series default
26461 です。
26462 \end_layout
26463
26464 \begin_layout Standard
26465 \begin_inset ERT
26466 status collapsed
26467
26468 \begin_layout Plain Layout
26469
26470
26471 \backslash
26472 cornersize*{1.5cm}
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \begin_inset Box Ovalbox
26479 position "c"
26480 hor_pos "c"
26481 has_inner_box 1
26482 inner_pos "c"
26483 use_parbox 0
26484 use_makebox 0
26485 width "25col%"
26486 special "none"
26487 height "1in"
26488 height_special "totalheight"
26489 status open
26490
26491 \begin_layout Plain Layout
26492 \align center
26493
26494 \series bold
26495
26496 \backslash
26497 cornersize
26498 \series default
26499
26500 \begin_inset space \thinspace{}
26501 \end_inset
26502
26503 =
26504 \begin_inset space \thinspace{}
26505 \end_inset
26506
26507 1.5
26508 \begin_inset space \thinspace{}
26509 \end_inset
26510
26511 cmの楕円形の箱型
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \begin_inset ERT
26518 status collapsed
26519
26520 \begin_layout Plain Layout
26521
26522
26523 \backslash
26524 cornersize{0.5}
26525 \end_layout
26526
26527 \end_inset
26528
26529
26530 \end_layout
26531
26532 \begin_layout Standard
26533 \begin_inset VSpace bigskip
26534 \end_inset
26535
26536 影の大きさは、長さ
26537 \series bold
26538
26539 \backslash
26540 shadowsize
26541 \series default
26542 を変更することで調整できます。以下のボックスでは
26543 \end_layout
26544
26545 \begin_layout Standard
26546
26547 \series bold
26548
26549 \backslash
26550 setlength{
26551 \backslash
26552 shadowsize}{2pt}
26553 \end_layout
26554
26555 \begin_layout Standard
26556 というコマンドを使って、2
26557 \begin_inset space \thinspace{}
26558 \end_inset
26559
26560 ptに設定しています。
26561 \end_layout
26562
26563 \begin_layout Standard
26564 \begin_inset ERT
26565 status collapsed
26566
26567 \begin_layout Plain Layout
26568
26569
26570 \backslash
26571 setlength{
26572 \backslash
26573 shadowsize}{2pt}
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \begin_inset Box Shadowbox
26580 position "c"
26581 hor_pos "c"
26582 has_inner_box 1
26583 inner_pos "c"
26584 use_parbox 0
26585 use_makebox 0
26586 width "25col%"
26587 special "none"
26588 height "1in"
26589 height_special "totalheight"
26590 status open
26591
26592 \begin_layout Plain Layout
26593 \align center
26594
26595 \series bold
26596
26597 \backslash
26598 shadowsize
26599 \series default
26600
26601 \begin_inset space \thinspace{}
26602 \end_inset
26603
26604 =
26605 \begin_inset space \thinspace{}
26606 \end_inset
26607
26608 2
26609 \begin_inset space \thinspace{}
26610 \end_inset
26611
26612 ptの影付きボックス
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \begin_inset ERT
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623
26624 \backslash
26625 setlength{
26626 \backslash
26627 shadowsize}{4pt}
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636 \begin_inset VSpace bigskip
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643 寸法
26644 \series bold
26645
26646 \backslash
26647 FrameRule
26648 \series default
26649 の既定値は0.4
26650 \begin_inset space \thinspace{}
26651 \end_inset
26652
26653 ptです。ボックスの中身と枠の間の空白の既定値は9
26654 \begin_inset space \thinspace{}
26655 \end_inset
26656
26657 ptですが、
26658 \series bold
26659
26660 \backslash
26661 FrameSep
26662 \series default
26663 の値を変えることで変更することができます。たとえば、下記の
26664 \family sans
26665 ボックス
26666 \family default
26667 の枠の外見は、
26668 \end_layout
26669
26670 \begin_layout Standard
26671
26672 \series bold
26673
26674 \backslash
26675 setlength{
26676 \backslash
26677 FrameRule}{5pt}
26678 \begin_inset Newline newline
26679 \end_inset
26680
26681
26682 \backslash
26683 setlength{
26684 \backslash
26685 FrameSep}{0.5cm}
26686 \end_layout
26687
26688 \begin_layout Standard
26689 というTeXコードコマンドで設定してあります。
26690 \begin_inset ERT
26691 status collapsed
26692
26693 \begin_layout Plain Layout
26694
26695
26696 \backslash
26697 setlength{
26698 \backslash
26699 FrameRule}{5pt}
26700 \end_layout
26701
26702 \begin_layout Plain Layout
26703
26704
26705 \backslash
26706 setlength{
26707 \backslash
26708 FrameSep}{0.5cm}
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \begin_inset Box Framed
26715 position "t"
26716 hor_pos "c"
26717 has_inner_box 0
26718 inner_pos "t"
26719 use_parbox 0
26720 use_makebox 0
26721 width "100col%"
26722 special "none"
26723 height "1in"
26724 height_special "totalheight"
26725 status open
26726
26727 \begin_layout Plain Layout
26728 これは
26729 \family sans
26730 改頁可能
26731 \family default
26732 ボックスの文章です。
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \begin_inset ERT
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742
26743
26744 \backslash
26745 setlength{
26746 \backslash
26747 FrameRule}{0.4pt}
26748 \end_layout
26749
26750 \begin_layout Plain Layout
26751
26752
26753 \backslash
26754 setlength{
26755 \backslash
26756 FrameSep}{9pt}
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 \begin_inset VSpace bigskip
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Standard
26772
26773 \family sans
26774 影付き背景
26775 \family default
26776 ボックスでは、ボックスの内容と枠の余白の既定値は3
26777 \begin_inset space \thinspace{}
26778 \end_inset
26779
26780 ptになっていますが、
26781 \series bold
26782
26783 \backslash
26784 fboxsep
26785 \series default
26786 の値を変更することで変えられます。既定の背景色である赤色は、
26787 \series bold
26788
26789 \backslash
26790 definecolor{shadebox}
26791 \series default
26792 コマンドで局所的に変更することもできますし、
26793 \family sans
26794 ツール\SpecialChar \menuseparator
26795 設定\SpecialChar \menuseparator
26796 色\SpecialChar \menuseparator
26797 影付きボックス
26798 \family default
26799 メニューからグローバルに変更することもできます。
26800 \series bold
26801
26802 \backslash
26803 definecolor
26804 \series default
26805 コマンドの用法は第
26806 \begin_inset CommandInset ref
26807 LatexCommand ref
26808 reference "sec:色付きの表"
26809
26810 \end_inset
26811
26812
26813 \begin_inset Foot
26814 status open
26815
26816 \begin_layout Plain Layout
26817 N
26818 \series bold
26819
26820 \backslash
26821 definecolor
26822 \series default
26823 は、LaTeXパッケージの
26824 \series bold
26825 color
26826 \series default
26827 をプリアンブルに読み込む必要があります。第
26828 \begin_inset CommandInset ref
26829 LatexCommand ref
26830 reference "sec:色付きボックス"
26831
26832 \end_inset
26833
26834 節をご参照ください。.
26835 \end_layout
26836
26837 \end_inset
26838
26839 で説明されています。
26840 \end_layout
26841
26842 \begin_layout Standard
26843 たとえば、下記の影付き背景ボックスの外見は
26844 \end_layout
26845
26846 \begin_layout Standard
26847
26848 \series bold
26849
26850 \backslash
26851 setlength{
26852 \backslash
26853 fboxsep}{0.5cm}
26854 \series default
26855
26856 \begin_inset Newline newline
26857 \end_inset
26858
26859
26860 \series bold
26861
26862 \backslash
26863 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26864 \end_layout
26865
26866 \begin_layout Standard
26867 というTeXコードコマンドを使って設定してあります。
26868 \end_layout
26869
26870 \begin_layout Standard
26871 \begin_inset ERT
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875
26876
26877 \backslash
26878 setlength{
26879 \backslash
26880 fboxsep}{0.5cm}
26881 \end_layout
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \begin_inset Box Shaded
26894 position "t"
26895 hor_pos "c"
26896 has_inner_box 0
26897 inner_pos "t"
26898 use_parbox 0
26899 use_makebox 0
26900 width "100col%"
26901 special "none"
26902 height "1in"
26903 height_special "totalheight"
26904 status open
26905
26906 \begin_layout Plain Layout
26907
26908 \color yellow
26909 これは、濃緑色の背景の
26910 \family sans
26911 影付き背景
26912 \family default
26913 ボックスに入れた黄色の文章です。
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \begin_inset ERT
26920 status collapsed
26921
26922 \begin_layout Plain Layout
26923
26924
26925 \backslash
26926 setlength{
26927 \backslash
26928 fboxsep}{3pt}
26929 \end_layout
26930
26931 \begin_layout Plain Layout
26932
26933
26934 \backslash
26935 definecolor{shadecolor}{rgb}{1,0,0}
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Standard
26944 \begin_inset VSpace bigskip
26945 \end_inset
26946
26947 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26948 \end_layout
26949
26950 \begin_layout Section
26951 ミニページ
26952 \begin_inset CommandInset label
26953 LatexCommand label
26954 name "sec:ミニページ"
26955
26956 \end_inset
26957
26958
26959 \begin_inset Index idx
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963 ぼっくす@ボックス ! みにぺーじ@ミニページ
26964 \end_layout
26965
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \begin_layout Standard
26972 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26973 \end_layout
26974
26975 \begin_layout Standard
26976 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26977 \end_layout
26978
26979 \begin_layout Standard
26980 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26981 \family sans
26982 挿入
26983 \family default
26984 \SpecialChar \menuseparator
26985
26986 \family sans
26987 整形
26988 \family default
26989 \SpecialChar \menuseparator
26990
26991 \family sans
26992 水平方向の空白
26993 \family default
26994 メニューで挿入した水平フィルで隔てられています。
26995 \begin_inset Newpage newpage
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Standard
27002 \begin_inset Box Frameless
27003 position "t"
27004 hor_pos "c"
27005 has_inner_box 1
27006 inner_pos "c"
27007 use_parbox 0
27008 use_makebox 0
27009 width "45col%"
27010 special "none"
27011 height "1in"
27012 height_special "totalheight"
27013 status open
27014
27015 \begin_layout Plain Layout
27016 Dies ist ein deutscher Text.
27017  Dies ist ein deutscher Text.
27018  Dies ist ein deutscher Text.
27019  Dies ist ein deutscher Text.
27020  Dies ist ein deutscher Text.
27021  Dies ist ein deutscher Text.
27022  Dies ist ein deutscher Text.
27023  Dies ist ein deutscher Text.
27024  Dies ist ein deutscher Text.
27025  Dies ist ein deutscher Text.
27026  Dies ist ein deutscher Text.
27027  Dies ist ein deutscher Text.
27028  Dies ist ein deutscher Text
27029 \begin_inset Foot
27030 status collapsed
27031
27032 \begin_layout Plain Layout
27033 Dies ist eine deutsche Fußnote.
27034 \end_layout
27035
27036 \end_inset
27037
27038 .
27039  Dies ist ein deutscher Text.
27040  Dies ist ein deutscher Text.
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \begin_inset space \hfill{}
27047 \end_inset
27048
27049
27050 \begin_inset Box Frameless
27051 position "t"
27052 hor_pos "c"
27053 has_inner_box 1
27054 inner_pos "c"
27055 use_parbox 0
27056 use_makebox 0
27057 width "45col%"
27058 special "none"
27059 height "1in"
27060 height_special "totalheight"
27061 status open
27062
27063 \begin_layout Plain Layout
27064 This is an English Text.
27065  This is an English Text.
27066  This is an English Text.
27067  This is an English Text.
27068  This is an English Text.
27069  This is an English Text.
27070  This is an English Text.
27071  This is an English Text.
27072  This is an English Text.
27073  This is an English Text.
27074  This is an English Text.
27075  This is an English Text.
27076  This is an English Text.
27077  This is an English Text.
27078  This is an English Text.
27079  This is an English Text.
27080 \begin_inset Foot
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 This is an English footnote.
27085 \end_layout
27086
27087 \end_inset
27088
27089  This is an English Text.
27090  
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 \begin_inset VSpace bigskip
27100 \end_inset
27101
27102 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27103 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27104 \end_layout
27105
27106 \begin_layout Standard
27107 この表の脚注は表示されません。
27108 \begin_inset Tabular
27109 <lyxtabular version="3" rows="3" columns="4">
27110 <features tabularvalignment="middle">
27111 <column alignment="center" valignment="top" width="0pt">
27112 <column alignment="center" valignment="top" width="0pt">
27113 <column alignment="center" valignment="top" width="0pt">
27114 <column alignment="center" valignment="top" width="0pt">
27115 <row>
27116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120 1
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27126 \begin_inset Text
27127
27128 \begin_layout Plain Layout
27129 2
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138 3
27139 \begin_inset Foot
27140 status collapsed
27141
27142 \begin_layout Plain Layout
27143 これは表中の脚注です。
27144 \end_layout
27145
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Plain Layout
27157 4
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 </row>
27163 <row>
27164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27183 \begin_inset Text
27184
27185 \begin_layout Plain Layout
27186
27187 \end_layout
27188
27189 \end_inset
27190 </cell>
27191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 </row>
27201 <row>
27202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27203 \begin_inset Text
27204
27205 \begin_layout Plain Layout
27206
27207 \end_layout
27208
27209 \end_inset
27210 </cell>
27211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27212 \begin_inset Text
27213
27214 \begin_layout Plain Layout
27215
27216 \end_layout
27217
27218 \end_inset
27219 </cell>
27220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27221 \begin_inset Text
27222
27223 \begin_layout Plain Layout
27224
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27230 \begin_inset Text
27231
27232 \begin_layout Plain Layout
27233
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 </row>
27239 </lyxtabular>
27240
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \begin_layout Standard
27247 \align center
27248 \begin_inset Box Frameless
27249 position "t"
27250 hor_pos "c"
27251 has_inner_box 1
27252 inner_pos "c"
27253 use_parbox 0
27254 use_makebox 0
27255 width "30col%"
27256 special "none"
27257 height "1in"
27258 height_special "totalheight"
27259 status open
27260
27261 \begin_layout Plain Layout
27262 \align center
27263 \begin_inset Tabular
27264 <lyxtabular version="3" rows="3" columns="4">
27265 <features tabularvalignment="middle">
27266 <column alignment="center" valignment="top" width="0pt">
27267 <column alignment="center" valignment="top" width="0pt">
27268 <column alignment="center" valignment="top" width="0pt">
27269 <column alignment="center" valignment="top" width="0pt">
27270 <row>
27271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275 1
27276 \end_layout
27277
27278 \end_inset
27279 </cell>
27280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Plain Layout
27284 2
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Plain Layout
27293 3
27294 \begin_inset Foot
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 これは表中の脚注です。
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \end_inset
27307 </cell>
27308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27309 \begin_inset Text
27310
27311 \begin_layout Plain Layout
27312 4
27313 \end_layout
27314
27315 \end_inset
27316 </cell>
27317 </row>
27318 <row>
27319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27320 \begin_inset Text
27321
27322 \begin_layout Plain Layout
27323
27324 \end_layout
27325
27326 \end_inset
27327 </cell>
27328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27329 \begin_inset Text
27330
27331 \begin_layout Plain Layout
27332
27333 \end_layout
27334
27335 \end_inset
27336 </cell>
27337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27338 \begin_inset Text
27339
27340 \begin_layout Plain Layout
27341
27342 \end_layout
27343
27344 \end_inset
27345 </cell>
27346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27347 \begin_inset Text
27348
27349 \begin_layout Plain Layout
27350
27351 \end_layout
27352
27353 \end_inset
27354 </cell>
27355 </row>
27356 <row>
27357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27358 \begin_inset Text
27359
27360 \begin_layout Plain Layout
27361
27362 \end_layout
27363
27364 \end_inset
27365 </cell>
27366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27367 \begin_inset Text
27368
27369 \begin_layout Plain Layout
27370
27371 \end_layout
27372
27373 \end_inset
27374 </cell>
27375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27376 \begin_inset Text
27377
27378 \begin_layout Plain Layout
27379
27380 \end_layout
27381
27382 \end_inset
27383 </cell>
27384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27385 \begin_inset Text
27386
27387 \begin_layout Plain Layout
27388
27389 \end_layout
27390
27391 \end_inset
27392 </cell>
27393 </row>
27394 </lyxtabular>
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \end_inset
27402
27403
27404 \end_layout
27405
27406 \begin_layout Standard
27407 \begin_inset VSpace bigskip
27408 \end_inset
27409
27410 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27411 \family sans
27412 中スキップ
27413 \family default
27414 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27415 \end_layout
27416
27417 \begin_layout Standard
27418 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27419 \begin_inset CommandInset ref
27420 LatexCommand ref
27421 reference "sub:段落の着色"
27422
27423 \end_inset
27424
27425 節をご参照ください。
27426 \end_layout
27427
27428 \begin_layout Standard
27429 \begin_inset Note Greyedout
27430 status open
27431
27432 \begin_layout Plain Layout
27433
27434 \series bold
27435 【註】
27436 \series default
27437 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Section
27446 Parbox
27447 \begin_inset CommandInset label
27448 LatexCommand label
27449 name "sec:Parboxes"
27450
27451 \end_inset
27452
27453
27454 \begin_inset Index idx
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458 ぼっくす@ボックス ! Parboxes
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \begin_layout Standard
27467 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。ミニページとの主な違いは、ミニページの方は、parboxとは違って、本
27468 当のボックスではなくLaTeX環境であるところです。
27469 \end_layout
27470
27471 \begin_layout Standard
27472 \align center
27473 \begin_inset Box Frameless
27474 position "t"
27475 hor_pos "c"
27476 has_inner_box 1
27477 inner_pos "t"
27478 use_parbox 1
27479 use_makebox 0
27480 width "33col%"
27481 special "none"
27482 height "1in"
27483 height_special "totalheight"
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487 これはparbox内の文章です。これはparbox内の文章です。
27488 \end_layout
27489
27490 \begin_layout Plain Layout
27491 右の脚注は表示されません。
27492 \begin_inset Foot
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 これはparbox内の脚注であり、したがって表示はされません。
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Section
27510 単語や文字のボックス
27511 \begin_inset Index idx
27512 status collapsed
27513
27514 \begin_layout Plain Layout
27515 ぼっくす@ボックス ! もじよう@文字用
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \begin_layout Subsection
27524 ハイフネーションの回避
27525 \begin_inset CommandInset label
27526 LatexCommand label
27527 name "sec:ハイフネーションの回避"
27528
27529 \end_inset
27530
27531
27532 \begin_inset Index idx
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Standard
27545
27546 \lang english
27547 You can use the box type 
27548 \family sans
27549 Makebox
27550 \family default
27551  to prevent words or text from being hyphenated.
27552 \lang japanese
27553
27554 \begin_inset Newline newline
27555 \end_inset
27556
27557 以下が例示用の文章です。
27558 \end_layout
27559
27560 \begin_layout Standard
27561 This line is an example to show how you can prevent the hyphenation of 
27562 \begin_inset Quotes eld
27563 \end_inset
27564
27565 veryverylongword
27566 \begin_inset Quotes erd
27567 \end_inset
27568
27569 .
27570 \end_layout
27571
27572 \begin_layout Standard
27573
27574 \lang english
27575 To prevent the hyphenation of the word 
27576 \begin_inset Quotes eld
27577 \end_inset
27578
27579 veryverylongword
27580 \begin_inset Quotes erd
27581 \end_inset
27582
27583 , put the word into a box, set the 
27584 \family sans
27585 Inner
27586 \begin_inset space ~
27587 \end_inset
27588
27589 box
27590 \family default
27591  to 
27592 \family sans
27593 Makebox
27594 \family default
27595  and its width to 1
27596 \begin_inset space \thinspace{}
27597 \end_inset
27598
27599 Width.
27600 \end_layout
27601
27602 \begin_layout Standard
27603 以下がその結果です。
27604 \end_layout
27605
27606 \begin_layout Standard
27607 This line is an example to show how you can prevent the hyphenation of 
27608 \begin_inset Box Frameless
27609 position "t"
27610 hor_pos "c"
27611 has_inner_box 1
27612 inner_pos "t"
27613 use_parbox 0
27614 use_makebox 1
27615 width "1in"
27616 special "width"
27617 height "1in"
27618 height_special "totalheight"
27619 status open
27620
27621 \begin_layout Plain Layout
27622 \begin_inset Quotes eld
27623 \end_inset
27624
27625 veryverylongword
27626 \begin_inset Quotes erd
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \end_inset
27633
27634 .
27635 \end_layout
27636
27637 \begin_layout Standard
27638 別の方法としては、以下のように、単語の前に直接TeXコードで「
27639 \series bold
27640
27641 \backslash
27642 -
27643 \series default
27644 」コマンドを設定する方法もあります。
27645 \end_layout
27646
27647 \begin_layout Standard
27648 This line is an example to show how you can prevent the hyphenation of 
27649 \begin_inset Quotes eld
27650 \end_inset
27651
27652
27653 \begin_inset ERT
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657
27658
27659 \backslash
27660 -
27661 \end_layout
27662
27663 \end_inset
27664
27665 veryverylongword
27666 \begin_inset Quotes erd
27667 \end_inset
27668
27669 .
27670 \end_layout
27671
27672 \begin_layout Standard
27673 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27674 \family sans
27675 挿入
27676 \family default
27677 \SpecialChar \menuseparator
27678
27679 \family sans
27680 整形
27681 \family default
27682 \SpecialChar \menuseparator
27683
27684 \family sans
27685 整形なし改行
27686 \family default
27687 メニュー(短絡キー
27688 \begin_inset Info
27689 type  "shortcut"
27690 arg   "newline-insert newline"
27691 \end_inset
27692
27693 )から改行を単語の前に入れてください。
27694 \end_layout
27695
27696 \begin_layout Standard
27697 This line is an example to show how you can prevent the hyphenation of 
27698 \begin_inset Newline newline
27699 \end_inset
27700
27701
27702 \begin_inset Box Frameless
27703 position "t"
27704 hor_pos "c"
27705 has_inner_box 1
27706 inner_pos "t"
27707 use_parbox 0
27708 use_makebox 1
27709 width "1in"
27710 special "width"
27711 height "1in"
27712 height_special "totalheight"
27713 status open
27714
27715 \begin_layout Plain Layout
27716 \begin_inset Quotes eld
27717 \end_inset
27718
27719 veryverylongword
27720 \begin_inset Quotes erd
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \end_inset
27727
27728 .
27729 \end_layout
27730
27731 \begin_layout Subsection
27732 垂直揃え
27733 \begin_inset CommandInset label
27734 LatexCommand label
27735 name "sub:垂直揃え"
27736
27737 \end_inset
27738
27739
27740 \begin_inset Index idx
27741 status collapsed
27742
27743 \begin_layout Plain Layout
27744 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \begin_inset Index idx
27751 status collapsed
27752
27753 \begin_layout Plain Layout
27754 ぼっくす@ボックス ! Raiseboxes
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \end_layout
27761
27762 \begin_layout Standard
27763
27764 \series bold
27765
27766 \backslash
27767 raisebox
27768 \series default
27769 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27770 \series bold
27771
27772 \backslash
27773 raisebox
27774 \series default
27775 は以下の書式で使用します。
27776 \end_layout
27777
27778 \begin_layout Standard
27779
27780 \series bold
27781
27782 \backslash
27783 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27784 \end_layout
27785
27786 \begin_layout Standard
27787 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27788 \end_layout
27789
27790 \begin_layout Standard
27791 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27792 \end_layout
27793
27794 \begin_layout Standard
27795
27796 \series bold
27797
27798 \backslash
27799 raisebox{
27800 \backslash
27801 depth}{
27802 \end_layout
27803
27804 \begin_layout Standard
27805 というコマンドを挿入してください。単語の後には、閉じ括弧「
27806 \series bold
27807 }
27808 \series default
27809 」をTeXコードで挿入してください。
27810 \begin_inset Newline newline
27811 \end_inset
27812
27813 以下がその出力です。
27814 \end_layout
27815
27816 \begin_layout Standard
27817 This is a text line with the word 
27818 \begin_inset ERT
27819 status collapsed
27820
27821 \begin_layout Plain Layout
27822
27823
27824 \backslash
27825 raisebox{
27826 \backslash
27827 depth}{
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset Quotes eld
27834 \end_inset
27835
27836 preventing
27837 \begin_inset Quotes erd
27838 \end_inset
27839
27840
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846 }
27847 \end_layout
27848
27849 \end_inset
27850
27851  as raised word.
27852 \end_layout
27853
27854 \begin_layout Standard
27855 \begin_inset VSpace bigskip
27856 \end_inset
27857
27858 行中の文字を上げ下げすると、以下のように行間が広がります。
27859 \end_layout
27860
27861 \begin_layout Standard
27862 This is a text line with the word 
27863 \begin_inset ERT
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867
27868
27869 \backslash
27870 raisebox{-
27871 \backslash
27872 depth}{
27873 \end_layout
27874
27875 \end_inset
27876
27877
27878 \begin_inset Quotes eld
27879 \end_inset
27880
27881 preventing
27882 \begin_inset Quotes erd
27883 \end_inset
27884
27885
27886 \begin_inset ERT
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890
27891 }
27892 \end_layout
27893
27894 \end_inset
27895
27896  as lowered word.
27897 \begin_inset Newline newline
27898 \end_inset
27899
27900 This is a text line with the word 
27901 \begin_inset ERT
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905
27906
27907 \backslash
27908 raisebox{0.5cm}{
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \begin_inset Quotes eld
27915 \end_inset
27916
27917 testing
27918 \begin_inset Quotes erd
27919 \end_inset
27920
27921
27922 \begin_inset ERT
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926
27927 }
27928 \end_layout
27929
27930 \end_inset
27931
27932  as raised word.
27933 \end_layout
27934
27935 \begin_layout Standard
27936 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27937 \end_layout
27938
27939 \begin_layout Standard
27940
27941 \series bold
27942
27943 \backslash
27944 raisebox{-
27945 \backslash
27946 depth}[0pt]{
27947 \end_layout
27948
27949 \begin_layout Standard
27950 とすると、
27951 \end_layout
27952
27953 \begin_layout Standard
27954 This is a text line with the word 
27955 \begin_inset ERT
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959
27960
27961 \backslash
27962 raisebox{-
27963 \backslash
27964 depth}[0pt]{
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \begin_inset Quotes eld
27971 \end_inset
27972
27973 preventing
27974 \begin_inset Quotes erd
27975 \end_inset
27976
27977
27978 \begin_inset ERT
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982
27983 }
27984 \end_layout
27985
27986 \end_inset
27987
27988  as lowered word.
27989 \begin_inset Newline newline
27990 \end_inset
27991
27992 This is a text line with the word 
27993 \begin_inset ERT
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997
27998
27999 \backslash
28000 raisebox{0.5cm}[0pt]{
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \begin_inset Quotes eld
28007 \end_inset
28008
28009 testing
28010 \begin_inset Quotes erd
28011 \end_inset
28012
28013
28014 \begin_inset ERT
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018
28019 }
28020 \end_layout
28021
28022 \end_inset
28023
28024  as raised word.
28025 \end_layout
28026
28027 \begin_layout Section
28028 色付きボックス
28029 \begin_inset CommandInset label
28030 LatexCommand label
28031 name "sec:色付きボックス"
28032
28033 \end_inset
28034
28035
28036 \begin_inset Index idx
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 ぼっくす@ボックス ! いろつき@色付き
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Subsection
28049 文字の着色
28050 \begin_inset Index idx
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 いろ@色 ! もじの@文字の---
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Standard
28063 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
28064 \series bold
28065 color
28066 \series default
28067
28068 \begin_inset Index idx
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 LaTeXぱっけーじ@LaTeXパッケージ ! color
28073 \end_layout
28074
28075 \end_inset
28076
28077 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
28078 \end_layout
28079
28080 \begin_layout Standard
28081
28082 \series bold
28083
28084 \backslash
28085 @ifundefined{textcolor}
28086 \begin_inset Newline newline
28087 \end_inset
28088
28089
28090 \begin_inset Phantom HPhantom
28091 status open
28092
28093 \begin_layout Plain Layout
28094
28095 \series bold
28096 \begin_inset space ~
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \end_inset
28103
28104 {
28105 \backslash
28106 usepackage{color}}{}
28107 \end_layout
28108
28109 \begin_layout Standard
28110
28111 \series bold
28112 color
28113 \series default
28114 パッケージは、文章を着色するとLyXが自動的に読み込みます
28115 \begin_inset Foot
28116 status collapsed
28117
28118 \begin_layout Plain Layout
28119 これが二度読み込まれることを回避するには、
28120 \series bold
28121
28122 \backslash
28123 @ifundefined
28124 \series default
28125 コマンドを使用します。
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \end_layout
28132
28133 \begin_layout Standard
28134 \begin_inset VSpace medskip
28135 \end_inset
28136
28137 色付きボックスは、
28138 \series bold
28139
28140 \backslash
28141 colorbox
28142 \series default
28143 コマンドを使って作ります。これは、以下のような書式で使われます。
28144 \end_layout
28145
28146 \begin_layout Standard
28147
28148 \series bold
28149
28150 \backslash
28151 colorbox{color}{ボックスの内容}
28152 \end_layout
28153
28154 \begin_layout Standard
28155 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28156 \end_layout
28157
28158 \begin_layout Standard
28159 事前定義されている色には、
28160 \begin_inset Newline newline
28161 \end_inset
28162
28163
28164 \family sans
28165
28166 \family default
28167
28168 \family sans
28169
28170 \family default
28171
28172 \family sans
28173 シアン
28174 \family default
28175
28176 \family sans
28177
28178 \family default
28179
28180 \family sans
28181 マゼンタ
28182 \family default
28183
28184 \family sans
28185
28186 \family default
28187
28188 \family sans
28189
28190 \family default
28191
28192 \family sans
28193
28194 \family default
28195
28196 \begin_inset Newline newline
28197 \end_inset
28198
28199 があります。第
28200 \begin_inset CommandInset ref
28201 LatexCommand ref
28202 reference "sec:色付きの表"
28203
28204 \end_inset
28205
28206 節に述べられているようにすれば、自前の色を定義することもできます。
28207 \end_layout
28208
28209 \begin_layout Standard
28210 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28211 \end_layout
28212
28213 \begin_layout Standard
28214
28215 \series bold
28216
28217 \backslash
28218 colorbox{red}{
28219 \end_layout
28220
28221 \begin_layout Standard
28222 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28223 \series bold
28224 }
28225 \series default
28226 」を入れてください。
28227 \begin_inset Newline newline
28228 \end_inset
28229
28230 以下がその結果です。
28231 \end_layout
28232
28233 \begin_layout Standard
28234 この行では、
28235 \begin_inset ERT
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239
28240
28241 \backslash
28242 colorbox{red}{
28243 \end_layout
28244
28245 \end_inset
28246
28247 「注意!」
28248 \begin_inset ERT
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252
28253 }
28254 \end_layout
28255
28256 \end_inset
28257
28258 という単語が赤い背景になっています。
28259 \end_layout
28260
28261 \begin_layout Standard
28262 \begin_inset VSpace bigskip
28263 \end_inset
28264
28265 ボックスの枠を別の色にしたい場合には、以下の書式で
28266 \series bold
28267
28268 \backslash
28269 fcolorbox
28270 \series default
28271 コマンドを使います。
28272 \end_layout
28273
28274 \begin_layout Standard
28275
28276 \series bold
28277
28278 \backslash
28279 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28280 \end_layout
28281
28282 \begin_layout Standard
28283
28284 \series bold
28285
28286 \backslash
28287 fcolorbox
28288 \series default
28289
28290 \series bold
28291
28292 \backslash
28293 colorbox
28294 \series default
28295 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28296 \begin_inset CommandInset ref
28297 LatexCommand ref
28298 reference "sec:装飾"
28299
28300 \end_inset
28301
28302 節で述べられているように、それぞれ
28303 \series bold
28304
28305 \backslash
28306 fboxrule
28307 \series default
28308
28309 \series bold
28310
28311 \backslash
28312 fboxsep
28313 \series default
28314 という長さで調節できます。
28315 \end_layout
28316
28317 \begin_layout Standard
28318 以下の例では、
28319 \end_layout
28320
28321 \begin_layout Standard
28322
28323 \series bold
28324
28325 \backslash
28326 fcolorbox{cyan}{magenta}{
28327 \end_layout
28328
28329 \begin_layout Standard
28330 というコマンドを使用しています。
28331 \end_layout
28332
28333 \begin_layout Standard
28334 これは、枠の太さを1
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338 mmに設定した例です。
28339 \begin_inset Newline newline
28340 \end_inset
28341
28342
28343 \begin_inset ERT
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348
28349 \backslash
28350 fboxrule 1mm 
28351 \backslash
28352 fboxsep 1mm
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \begin_inset ERT
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362
28363
28364 \backslash
28365 fcolorbox{cyan}{magenta}{
28366 \end_layout
28367
28368 \end_inset
28369
28370 これは着色した色付きボックス中の文章です。
28371 \begin_inset ERT
28372 status collapsed
28373
28374 \begin_layout Plain Layout
28375
28376 }
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \begin_layout Standard
28385 \begin_inset VSpace bigskip
28386 \end_inset
28387
28388 もちろん、色付きボックスの中に色付き文字を入れることもできます
28389 \begin_inset Newline newline
28390 \end_inset
28391
28392
28393 \begin_inset ERT
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397
28398
28399 \backslash
28400 fcolorbox{cyan}{magenta}{
28401 \end_layout
28402
28403 \end_inset
28404
28405
28406 \color yellow
28407 これは着色した色付きボックス中の色付き文章です。
28408 \color inherit
28409
28410 \begin_inset ERT
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414
28415 }
28416 \end_layout
28417
28418 \end_inset
28419
28420
28421 \begin_inset ERT
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425
28426
28427 \backslash
28428 fboxrule 0.4pt 
28429 \backslash
28430 fboxsep 3pt
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \begin_layout Standard
28439
28440 \series bold
28441 \begin_inset VSpace medskip
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Standard
28448 \begin_inset Note Greyedout
28449 status open
28450
28451 \begin_layout Plain Layout
28452
28453 \series bold
28454 【註】
28455 \series default
28456 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Subsection
28465 段落の着色
28466 \begin_inset CommandInset label
28467 LatexCommand label
28468 name "sub:段落の着色"
28469
28470 \end_inset
28471
28472
28473 \begin_inset Index idx
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477 いろ@色 ! だんらく@段落---
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28487 \series bold
28488
28489 \backslash
28490 colorbox
28491 \series default
28492 コマンドを
28493 \end_layout
28494
28495 \begin_layout Standard
28496
28497 \series bold
28498
28499 \backslash
28500 colorbox{色名}{
28501 \end_layout
28502
28503 \begin_layout Standard
28504 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28505 \series bold
28506 }
28507 \series default
28508 」を挿入してください。
28509 \end_layout
28510
28511 \begin_layout Standard
28512 \begin_inset ERT
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516
28517
28518 \backslash
28519 colorbox{lightgrey}{
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \begin_inset Box Frameless
28526 position "t"
28527 hor_pos "c"
28528 has_inner_box 1
28529 inner_pos "t"
28530 use_parbox 0
28531 use_makebox 0
28532 width "100col%"
28533 special "none"
28534 height "1in"
28535 height_special "totalheight"
28536 status open
28537
28538 \begin_layout Plain Layout
28539 これは背景色を付けた文章です。これは背景色を付けた文章です。
28540 \end_layout
28541
28542 \begin_layout Plain Layout
28543 \begin_inset VSpace defskip
28544 \end_inset
28545
28546 ここの文章には脚注
28547 \begin_inset Foot
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551 脚注の例
28552 \end_layout
28553
28554 \end_inset
28555
28556 を付けることもできますし、図表を挿入することもできます。
28557 \end_layout
28558
28559 \begin_layout Plain Layout
28560 \align center
28561 \begin_inset Tabular
28562 <lyxtabular version="3" rows="3" columns="3">
28563 <features tabularvalignment="middle">
28564 <column alignment="center" valignment="top" width="0">
28565 <column alignment="center" valignment="top" width="0">
28566 <column alignment="center" valignment="top" width="0">
28567 <row>
28568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28569 \begin_inset Text
28570
28571 \begin_layout Plain Layout
28572 a
28573 \end_layout
28574
28575 \end_inset
28576 </cell>
28577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28578 \begin_inset Text
28579
28580 \begin_layout Plain Layout
28581 !
28582 \end_layout
28583
28584 \end_inset
28585 </cell>
28586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 3
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 </row>
28596 <row>
28597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 <
28602 \end_layout
28603
28604 \end_inset
28605 </cell>
28606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28607 \begin_inset Text
28608
28609 \begin_layout Plain Layout
28610 b2
28611 \begin_inset Quotes erd
28612 \end_inset
28613
28614 |
28615 \end_layout
28616
28617 \end_inset
28618 </cell>
28619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28620 \begin_inset Text
28621
28622 \begin_layout Plain Layout
28623 >
28624 \end_layout
28625
28626 \end_inset
28627 </cell>
28628 </row>
28629 <row>
28630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28631 \begin_inset Text
28632
28633 \begin_layout Plain Layout
28634 1
28635 \end_layout
28636
28637 \end_inset
28638 </cell>
28639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28640 \begin_inset Text
28641
28642 \begin_layout Plain Layout
28643 §
28644 \end_layout
28645
28646 \end_inset
28647 </cell>
28648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28649 \begin_inset Text
28650
28651 \begin_layout Plain Layout
28652 c
28653 \end_layout
28654
28655 \end_inset
28656 </cell>
28657 </row>
28658 </lyxtabular>
28659
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \begin_inset ERT
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672
28673 }
28674 \end_layout
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Section
28682 ボックスの伸縮回転
28683 \end_layout
28684
28685 \begin_layout Standard
28686 本節で述べられているコマンドを使用するには、文書プリアンブルで
28687 \end_layout
28688
28689 \begin_layout Standard
28690
28691 \series bold
28692
28693 \backslash
28694 @ifundefined{rotatebox}
28695 \begin_inset Newline newline
28696 \end_inset
28697
28698
28699 \begin_inset Phantom HPhantom
28700 status open
28701
28702 \begin_layout Plain Layout
28703
28704 \series bold
28705 \begin_inset space ~
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \end_inset
28712
28713 {
28714 \backslash
28715 usepackage{graphicx}}{}
28716 \end_layout
28717
28718 \begin_layout Standard
28719 というコマンドを使用して、
28720 \series bold
28721 graphicx
28722 \series default
28723
28724 \begin_inset Index idx
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28729 \end_layout
28730
28731 \end_inset
28732
28733 LaTeXパッケージを読み込む必要があります。
28734 \end_layout
28735
28736 \begin_layout Standard
28737 \begin_inset Note Greyedout
28738 status open
28739
28740 \begin_layout Plain Layout
28741
28742 \series bold
28743 【註】
28744 \series default
28745 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 \begin_inset Note Greyedout
28755 status open
28756
28757 \begin_layout Plain Layout
28758
28759 \series bold
28760 【註】
28761 \series default
28762 フロートは回転伸縮したボックスの中に入れることはできません。
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Subsection
28771 ボックスの回転
28772 \begin_inset Index idx
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776 ぼっくす@ボックス ! かいてんした@回転した
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \begin_inset Index idx
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786 かいてん@回転 ! そざいの@素材の---
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \begin_inset Index idx
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796 ず@図 ! のかいてん@---の回転
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \begin_inset Index idx
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806 ひょうのちょうせい@表の調整 ! かいてん@回転
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Standard
28815 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28816 \series bold
28817
28818 \backslash
28819 rotatebox
28820 \series default
28821 コマンドを使用すれば作成することができます。
28822 \end_layout
28823
28824 \begin_layout Standard
28825
28826 \series bold
28827
28828 \backslash
28829 rotatebox[回転の原点]{回転角}{ボックスの内容}
28830 \end_layout
28831
28832 \begin_layout Standard
28833 回転の原点は、
28834 \series bold
28835 origin=位置
28836 \series default
28837 の形で指定します。位置として指定可能なのは、
28838 \emph on
28839 c
28840 \emph default
28841 (中央揃え)・
28842 \emph on
28843 l
28844 \emph default
28845 (左揃え)・
28846 \emph on
28847 r
28848 \emph default
28849 (右揃え)・
28850 \emph on
28851 b
28852 \emph default
28853 (下揃え)・
28854 \emph on
28855 t
28856 \emph default
28857 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28858 \emph on
28859 lt
28860 \emph default
28861 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28862 \emph on
28863 l
28864 \emph default
28865 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28866 \end_layout
28867
28868 \begin_layout Standard
28869 以下の例では、「回転した」文章の前にTeXコードで
28870 \series bold
28871
28872 \backslash
28873 rotatebox[origin=c]{60}{
28874 \series default
28875 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28876 \series bold
28877 }
28878 \series default
28879 でボックスを閉じています。
28880 \end_layout
28881
28882 \begin_layout Standard
28883 これは、
28884 \begin_inset ERT
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888
28889
28890 \backslash
28891 rotatebox[origin=c]{60}{
28892 \end_layout
28893
28894 \end_inset
28895
28896 回転した
28897 \begin_inset ERT
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901
28902 }
28903 \end_layout
28904
28905 \end_inset
28906
28907  文章を含む行です。
28908 \end_layout
28909
28910 \begin_layout Standard
28911 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28912 \end_layout
28913
28914 \begin_layout Standard
28915 これは、
28916 \begin_inset ERT
28917 status collapsed
28918
28919 \begin_layout Plain Layout
28920
28921
28922 \backslash
28923 rotatebox[origin=r]{-60}{
28924 \end_layout
28925
28926 \end_inset
28927
28928
28929 \begin_inset Box Doublebox
28930 position "c"
28931 hor_pos "c"
28932 has_inner_box 0
28933 inner_pos "c"
28934 use_parbox 0
28935 use_makebox 0
28936 width "1in"
28937 special "width"
28938 height "1in"
28939 height_special "totalheight"
28940 status open
28941
28942 \begin_layout Plain Layout
28943 回転した
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \begin_inset ERT
28950 status collapsed
28951
28952 \begin_layout Plain Layout
28953
28954 }
28955 \end_layout
28956
28957 \end_inset
28958
28959 枠付き文章と
28960 \begin_inset ERT
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964
28965
28966 \backslash
28967 rotatebox[origin=lb]{60}{
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28974 \end_inset
28975
28976
28977 \begin_inset ERT
28978 status collapsed
28979
28980 \begin_layout Plain Layout
28981
28982 }
28983 \end_layout
28984
28985 \end_inset
28986
28987 数式を含む行です。
28988 \end_layout
28989
28990 \begin_layout Standard
28991 あるいは、以下のように図や表を入れることもできます。
28992 \end_layout
28993
28994 \begin_layout Standard
28995 これは、
28996 \begin_inset ERT
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000
29001
29002 \backslash
29003 rotatebox[origin=lb]{90}{
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \begin_inset Graphics
29010         filename ../clipart/platypus.eps
29011         lyxscale 50
29012         width 25col%
29013
29014 \end_inset
29015
29016
29017 \begin_inset ERT
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021
29022 }
29023 \end_layout
29024
29025 \end_inset
29026
29027 回転した画像と
29028 \begin_inset ERT
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032
29033
29034 \backslash
29035 rotatebox[origin=l]{-90}{
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \begin_inset Tabular
29042 <lyxtabular version="3" rows="2" columns="2">
29043 <features tabularvalignment="middle">
29044 <column alignment="center" valignment="top" width="0">
29045 <column alignment="center" valignment="top" width="0">
29046 <row>
29047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29048 \begin_inset Text
29049
29050 \begin_layout Plain Layout
29051 q
29052 \end_layout
29053
29054 \end_inset
29055 </cell>
29056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29057 \begin_inset Text
29058
29059 \begin_layout Plain Layout
29060 w
29061 \end_layout
29062
29063 \end_inset
29064 </cell>
29065 </row>
29066 <row>
29067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29068 \begin_inset Text
29069
29070 \begin_layout Plain Layout
29071 e
29072 \end_layout
29073
29074 \end_inset
29075 </cell>
29076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29077 \begin_inset Text
29078
29079 \begin_layout Plain Layout
29080 r
29081 \end_layout
29082
29083 \end_inset
29084 </cell>
29085 </row>
29086 </lyxtabular>
29087
29088 \end_inset
29089
29090
29091 \begin_inset ERT
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095
29096 }
29097 \end_layout
29098
29099 \end_inset
29100
29101 表を含む行です。
29102 \end_layout
29103
29104 \begin_layout Subsection
29105 ボックスの伸縮
29106 \begin_inset Index idx
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \begin_inset Index idx
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120 しんしゅく@伸縮 ! そざいの@素材の---
29121 \end_layout
29122
29123 \end_inset
29124
29125
29126 \begin_inset Index idx
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 ず@図 ! のしんしゅく@---の伸縮
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \begin_inset Index idx
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Standard
29149 素材を伸縮させるには、TeXコードで
29150 \series bold
29151
29152 \backslash
29153 scalebox
29154 \series default
29155 コマンドと
29156 \series bold
29157
29158 \backslash
29159 resizebox
29160 \series default
29161 コマンドが使えます。
29162 \end_layout
29163
29164 \begin_layout Standard
29165
29166 \series bold
29167
29168 \backslash
29169 scalebox
29170 \series default
29171 は以下の書式で使用します。
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 scalebox{水平方向}[垂直方向]{ボックスの内容}
29180 \end_layout
29181
29182 \begin_layout Standard
29183 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29184 \end_layout
29185
29186 \begin_layout Standard
29187 たとえば、
29188 \series bold
29189
29190 \backslash
29191 scalebox{2}{こんにちは}
29192 \series default
29193 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199
29200 \backslash
29201 scalebox{2}{
29202 \end_layout
29203
29204 \end_inset
29205
29206 こんにちは
29207 \begin_inset ERT
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211
29212 }
29213 \end_layout
29214
29215 \end_inset
29216
29217 を生成します。
29218 \end_layout
29219
29220 \begin_layout Standard
29221 これに対し、
29222 \series bold
29223
29224 \backslash
29225 scalebox{2}[1]{こんにちは}
29226 \series default
29227 は、
29228 \begin_inset ERT
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232
29233
29234 \backslash
29235 scalebox{2}[1]{
29236 \end_layout
29237
29238 \end_inset
29239
29240 こんにちは
29241 \begin_inset ERT
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245
29246 }
29247 \end_layout
29248
29249 \end_inset
29250
29251 を変形させます。
29252 \end_layout
29253
29254 \begin_layout Standard
29255 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29256 \series bold
29257
29258 \backslash
29259 scalebox{-1}[1]{こんにちは}
29260 \series default
29261 というコマンドは、右のように反転文字を生成するのに使用できます:
29262 \begin_inset ERT
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266
29267
29268 \backslash
29269 scalebox{-1}[1]{
29270 \end_layout
29271
29272 \end_inset
29273
29274 こんにちは
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280 }
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \end_layout
29287
29288 \begin_layout Standard
29289
29290 \series bold
29291
29292 \backslash
29293 scalebox{1}[-1]{こんにちは}
29294 \series default
29295 とすると
29296 \begin_inset ERT
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300
29301
29302 \backslash
29303 scalebox{1}[-1]{
29304 \end_layout
29305
29306 \end_inset
29307
29308 こんにちは
29309 \begin_inset ERT
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313
29314 }
29315 \end_layout
29316
29317 \end_inset
29318
29319 のようにベースラインで鏡像にします。
29320 \end_layout
29321
29322 \begin_layout Standard
29323
29324 \series bold
29325
29326 \backslash
29327 scalebox{-1}[1]{ボックスの内容}
29328 \series default
29329 と同じ働きをするものとして
29330 \begin_inset Newline newline
29331 \end_inset
29332
29333
29334 \series bold
29335
29336 \backslash
29337 reflectbox{ボックスの内容}
29338 \series default
29339
29340 \begin_inset Newline newline
29341 \end_inset
29342
29343 というコマンドがあります。
29344 \end_layout
29345
29346 \begin_layout Standard
29347 \begin_inset VSpace bigskip
29348 \end_inset
29349
29350 指定した幅や丈にボックスを伸縮させるには、
29351 \series bold
29352
29353 \backslash
29354 resizebox
29355 \series default
29356 を使用します。このコマンドの書式は
29357 \end_layout
29358
29359 \begin_layout Standard
29360
29361 \series bold
29362
29363 \backslash
29364 resizebox{幅}{丈}{ボックスの内容}
29365 \end_layout
29366
29367 \begin_layout Standard
29368 です。上記二つのコマンド引数のうち一つが感嘆符「
29369 \series bold
29370 !
29371 \series default
29372 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29373 \end_layout
29374
29375 \begin_layout Standard
29376
29377 \series bold
29378
29379 \backslash
29380 resizebox{2cm}{1cm}{こんにちは}
29381 \series default
29382 というコマンドの出力は、
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388
29389 \backslash
29390 resizebox{2cm}{1cm}{
29391 \end_layout
29392
29393 \end_inset
29394
29395 こんにちは
29396 \begin_inset ERT
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401 }
29402 \end_layout
29403
29404 \end_inset
29405
29406 となり、
29407 \begin_inset Newline newline
29408 \end_inset
29409
29410
29411 \series bold
29412
29413 \backslash
29414 resizebox{2cm}{!}{こんにちは}
29415 \series default
29416 というコマンドの出力は、
29417 \begin_inset ERT
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421
29422
29423 \backslash
29424 resizebox{2cm}{!}{
29425 \end_layout
29426
29427 \end_inset
29428
29429 こんにちは
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435 }
29436 \end_layout
29437
29438 \end_inset
29439
29440 となります。
29441 \end_layout
29442
29443 \begin_layout Standard
29444 \begin_inset VSpace bigskip
29445 \end_inset
29446
29447
29448 \begin_inset Note Greyedout
29449 status open
29450
29451 \begin_layout Plain Layout
29452
29453 \series bold
29454 【註】
29455 \backslash
29456 scalebox
29457 \series default
29458
29459 \series bold
29460
29461 \backslash
29462 resizebox
29463 \series default
29464 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Standard
29473 \begin_inset VSpace bigskip
29474 \end_inset
29475
29476
29477 \end_layout
29478
29479 \begin_layout Standard
29480 ボックスは好きな順序で組み合わせることができます。たとえば、
29481 \begin_inset Newline newline
29482 \end_inset
29483
29484
29485 \series bold
29486
29487 \backslash
29488 rotatebox[origin=c]{-45}{
29489 \backslash
29490 resizebox{2cm}{!}{
29491 \backslash
29492 reflectbox{こんにちは}}}
29493 \begin_inset Newline newline
29494 \end_inset
29495
29496
29497 \series default
29498 というコマンドは、
29499 \end_layout
29500
29501 \begin_layout Standard
29502 \align center
29503 \begin_inset ERT
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507
29508
29509 \backslash
29510 rotatebox[origin=c]{-45}{
29511 \backslash
29512 resizebox{2cm}{!}{
29513 \backslash
29514 reflectbox{
29515 \end_layout
29516
29517 \end_inset
29518
29519 こんにちは
29520 \begin_inset ERT
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525 }}}
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 \noindent
29535 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29536 \end_layout
29537
29538 \begin_layout Standard
29539 \align center
29540 \begin_inset ERT
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544
29545
29546 \backslash
29547 rotatebox[origin=c]{-30}{
29548 \backslash
29549 resizebox{2cm}{!}{
29550 \backslash
29551 reflectbox{
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \begin_inset Graphics
29558         filename ../clipart/platypus.eps
29559         lyxscale 50
29560         width 25col%
29561
29562 \end_inset
29563
29564
29565 \begin_inset ERT
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569
29570 }}}
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 rotatebox[origin=c]{-45}{
29584 \backslash
29585 resizebox{2cm}{!}{
29586 \backslash
29587 reflectbox{
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \begin_inset Tabular
29594 <lyxtabular version="3" rows="2" columns="2">
29595 <features tabularvalignment="middle">
29596 <column alignment="center" valignment="top" width="0">
29597 <column alignment="center" valignment="top" width="0">
29598 <row>
29599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29600 \begin_inset Text
29601
29602 \begin_layout Plain Layout
29603 q
29604 \end_layout
29605
29606 \end_inset
29607 </cell>
29608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29609 \begin_inset Text
29610
29611 \begin_layout Plain Layout
29612 w
29613 \end_layout
29614
29615 \end_inset
29616 </cell>
29617 </row>
29618 <row>
29619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29620 \begin_inset Text
29621
29622 \begin_layout Plain Layout
29623 e
29624 \end_layout
29625
29626 \end_inset
29627 </cell>
29628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29629 \begin_inset Text
29630
29631 \begin_layout Plain Layout
29632 r
29633 \end_layout
29634
29635 \end_inset
29636 </cell>
29637 </row>
29638 </lyxtabular>
29639
29640 \end_inset
29641
29642
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648 }}}
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \begin_inset ERT
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658
29659
29660 \backslash
29661 rotatebox[origin=c]{-45}{
29662 \backslash
29663 resizebox{2cm}{!}{
29664 \backslash
29665 reflectbox{
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29672 \end_inset
29673
29674
29675 \begin_inset ERT
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679
29680 }}}
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \end_layout
29687
29688 \begin_layout Standard
29689 文書で大域的に数式様式
29690 \series bold
29691 fleqn
29692 \series default
29693 を使用している場合
29694 \begin_inset Foot
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29699 \end_layout
29700
29701 \end_inset
29702
29703 には、別行建て数式も伸縮させることができます。
29704 \end_layout
29705
29706 \begin_layout Chapter
29707 外部文書構成要素
29708 \begin_inset Index idx
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712 がいぶぶんしょこうせいようそ@外部文書構成要素
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \end_layout
29719
29720 \begin_layout Standard
29721
29722 \family sans
29723 挿入\SpecialChar \menuseparator
29724 ファイル
29725 \family default
29726 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
29727 \end_layout
29728
29729 \begin_layout Description
29730 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
29731 \end_layout
29732
29733 \begin_layout Description
29734 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
29735 \end_layout
29736
29737 \begin_layout Description
29738 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
29739 \end_layout
29740
29741 \begin_layout Description
29742 外部素材 様々な書式のファイル。
29743 \end_layout
29744
29745 \begin_layout Description
29746 子文書 LyXあるいはLaTeX文書。
29747 \end_layout
29748
29749 \begin_layout Section
29750 外部素材
29751 \begin_inset Index idx
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
29765 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
29766 \family sans
29767 操作性\SpecialChar \menuseparator
29768 表示
29769 \family default
29770 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
29771 \end_layout
29772
29773 \begin_layout Standard
29774 外部素材は、
29775 \family sans
29776 挿入
29777 \family default
29778 \SpecialChar \menuseparator
29779
29780 \family sans
29781 ファイル
29782 \family default
29783 \SpecialChar \menuseparator
29784
29785 \family sans
29786 外部素材
29787 \family default
29788 メニューで開くことのできる
29789 \family sans
29790 外部素材
29791 \family default
29792 ダイアログから挿入することができます。目下、以下のファイル形式(
29793 \family sans
29794 ひな型
29795 \family default
29796 )が使用できます。
29797 \end_layout
29798
29799 \begin_layout Description
29800 チェス棋譜 このひな型は、
29801 \series bold
29802
29803 \begin_inset CommandInset href
29804 LatexCommand href
29805 name "XBoard"
29806 target "http://en.wikipedia.org/wiki/XBoard"
29807
29808 \end_inset
29809
29810
29811 \series default
29812 プログラムで作成されたチェス棋譜をサポートします。
29813 \end_layout
29814
29815 \begin_layout Description
29816 日付 これは、
29817 \emph on
29818 日-月-年
29819 \emph default
29820 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
29821 \begin_inset External
29822         template Date
29823         filename .
29824
29825 \end_inset
29826
29827
29828 \begin_inset space ~
29829 \end_inset
29830
29831
29832 \begin_inset Note Note
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836 バグ4398が修正されたら、この保護空白は削除してください!
29837 \end_layout
29838
29839 \end_inset
29840
29841
29842 \begin_inset Newline newline
29843 \end_inset
29844
29845 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
29846 \family sans
29847 挿入
29848 \family default
29849 \SpecialChar \menuseparator
29850 日付メニューを使用する方法で、他はLaTeXコマンドの
29851 \series bold
29852
29853 \backslash
29854 today
29855 \series default
29856 をTeXコードで使用する方法です。これらの各方法は、表
29857 \begin_inset CommandInset ref
29858 LatexCommand ref
29859 reference "tab:日付挿入方法"
29860
29861 \end_inset
29862
29863 に比較を掲載しておきます。
29864 \end_layout
29865
29866 \begin_layout Description
29867 Dia このひな型は、
29868 \series bold
29869
29870 \begin_inset CommandInset href
29871 LatexCommand href
29872 name "Dia"
29873 target "http://en.wikipedia.org/wiki/Dia_(software)"
29874
29875 \end_inset
29876
29877
29878 \series default
29879 プログラムで作成したダイアグラムをサポートします。
29880 \end_layout
29881
29882 \begin_layout Description
29883 LilyPond このひな型は、
29884 \series bold
29885
29886 \begin_inset CommandInset href
29887 LatexCommand href
29888 name "LilyPond"
29889 target "http://en.wikipedia.org/wiki/LilyPond"
29890
29891 \end_inset
29892
29893
29894 \series default
29895 プログラムで作成した楽譜の組版に使用されます。
29896 \end_layout
29897
29898 \begin_layout Description
29899 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
29900 \family sans
29901 LaTeXとLyXオプション
29902 \family default
29903 タブ中の
29904 \family sans
29905 オプション
29906 \family default
29907 フィールドに
29908 \emph on
29909 pages
29910 \emph default
29911 オプションを指定してください。
29912 \emph on
29913 pages
29914 \emph default
29915 オプションを指定しないと、PDFの最初のページのみが挿入されます。
29916 \end_layout
29917
29918 \begin_layout Description
29919 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
29920 \family sans
29921 外部素材
29922 \family default
29923 ダイアログを使って入れる画像は、第
29924 \begin_inset CommandInset ref
29925 LatexCommand ref
29926 reference "sec:画像ダイアログ"
29927
29928 \end_inset
29929
29930 節にあるように
29931 \family sans
29932 画像
29933 \family default
29934 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
29935 サポートしていないという点のみです。
29936 \end_layout
29937
29938 \begin_layout Description
29939 XFig このひな型は、
29940 \series bold
29941
29942 \begin_inset CommandInset href
29943 LatexCommand href
29944 name "Xfig"
29945 target "http://en.wikipedia.org/wiki/Xfig"
29946
29947 \end_inset
29948
29949
29950 \series default
29951 プログラムで作成した画像をサポートします。
29952 \end_layout
29953
29954 \begin_layout Standard
29955 \begin_inset Float table
29956 placement h
29957 wide false
29958 sideways false
29959 status open
29960
29961 \begin_layout Plain Layout
29962 \begin_inset Caption
29963
29964 \begin_layout Plain Layout
29965 \begin_inset CommandInset label
29966 LatexCommand label
29967 name "tab:日付挿入方法"
29968
29969 \end_inset
29970
29971 日付の挿入方法の比較
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \begin_layout Plain Layout
29980 \align center
29981 \begin_inset Tabular
29982 <lyxtabular version="3" rows="4" columns="4">
29983 <features tabularvalignment="middle">
29984 <column alignment="center" valignment="top" width="0">
29985 <column alignment="center" valignment="top" width="0">
29986 <column alignment="center" valignment="top" width="0">
29987 <column alignment="center" valignment="top" width="0">
29988 <row>
29989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29990 \begin_inset Text
29991
29992 \begin_layout Plain Layout
29993 文書書式
29994 \end_layout
29995
29996 \end_inset
29997 </cell>
29998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29999 \begin_inset Text
30000
30001 \begin_layout Plain Layout
30002
30003 \family sans
30004 外部素材\SpecialChar \menuseparator
30005 日付
30006 \end_layout
30007
30008 \end_inset
30009 </cell>
30010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30011 \begin_inset Text
30012
30013 \begin_layout Plain Layout
30014
30015 \family sans
30016 挿入\SpecialChar \menuseparator
30017 日付
30018 \end_layout
30019
30020 \end_inset
30021 </cell>
30022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30023 \begin_inset Text
30024
30025 \begin_layout Plain Layout
30026
30027 \series bold
30028
30029 \backslash
30030 today
30031 \series default
30032 コマンド
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 </row>
30038 <row>
30039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30040 \begin_inset Text
30041
30042 \begin_layout Plain Layout
30043 LyX
30044 \end_layout
30045
30046 \end_inset
30047 </cell>
30048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30049 \begin_inset Text
30050
30051 \begin_layout Plain Layout
30052 差込枠として
30053 \end_layout
30054
30055 \end_inset
30056 </cell>
30057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30058 \begin_inset Text
30059
30060 \begin_layout Plain Layout
30061 日付として
30062 \end_layout
30063
30064 \end_inset
30065 </cell>
30066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30067 \begin_inset Text
30068
30069 \begin_layout Plain Layout
30070 TeXコード差込枠として
30071 \end_layout
30072
30073 \end_inset
30074 </cell>
30075 </row>
30076 <row>
30077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30078 \begin_inset Text
30079
30080 \begin_layout Plain Layout
30081 LaTeX
30082 \end_layout
30083
30084 \end_inset
30085 </cell>
30086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30087 \begin_inset Text
30088
30089 \begin_layout Plain Layout
30090 日付として
30091 \end_layout
30092
30093 \end_inset
30094 </cell>
30095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30096 \begin_inset Text
30097
30098 \begin_layout Plain Layout
30099 日付として
30100 \end_layout
30101
30102 \end_inset
30103 </cell>
30104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108 コマンドとして
30109 \end_layout
30110
30111 \end_inset
30112 </cell>
30113 </row>
30114 <row>
30115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30116 \begin_inset Text
30117
30118 \begin_layout Plain Layout
30119 DVI, PDF, PS
30120 \end_layout
30121
30122 \end_inset
30123 </cell>
30124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30125 \begin_inset Text
30126
30127 \begin_layout Plain Layout
30128 日付として
30129 \end_layout
30130
30131 \end_inset
30132 </cell>
30133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30134 \begin_inset Text
30135
30136 \begin_layout Plain Layout
30137 日付として
30138 \end_layout
30139
30140 \end_inset
30141 </cell>
30142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30143 \begin_inset Text
30144
30145 \begin_layout Plain Layout
30146 日付として
30147 \end_layout
30148
30149 \end_inset
30150 </cell>
30151 </row>
30152 </lyxtabular>
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \end_inset
30160
30161
30162 \end_layout
30163
30164 \begin_layout Standard
30165
30166 \family sans
30167 外部素材
30168 \family default
30169 ダイアログの
30170 \family sans
30171 ファイル
30172 \family default
30173 タブ中で
30174 \family sans
30175 下書き
30176 \family default
30177 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
30178 \begin_inset Newline newline
30179 \end_inset
30180
30181 LyX中での外部素材は、ダイアログ内の
30182 \family sans
30183 LaTeXとLyXのオプション
30184 \family default
30185 タブにある
30186 \family sans
30187 LyX内に表示
30188 \family default
30189 オプションの指定に従って、
30190 \begin_inset Graphics
30191         filename clipart/ExternalMaterialQt4.png
30192         scale 85
30193         scaleBeforeRotation
30194
30195 \end_inset
30196
30197 のようなボックスとして表示されるか、画像として表示されます。
30198 \end_layout
30199
30200 \begin_layout Standard
30201 取扱説明書
30202 \family sans
30203 \emph on
30204 カスタマイズ篇
30205 \family default
30206 \emph default
30207 には、自製のひな型を定義する方法が説明されています。
30208 \end_layout
30209
30210 \begin_layout Section
30211 子文書
30212 \begin_inset CommandInset label
30213 LatexCommand label
30214 name "sec:子文書"
30215
30216 \end_inset
30217
30218
30219 \begin_inset Index idx
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \begin_inset Index idx
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233 ふぁいる@ファイル ! いんくるーど@インクルード
30234 \end_layout
30235
30236 \end_inset
30237
30238
30239 \end_layout
30240
30241 \begin_layout Standard
30242 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
30243 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
30244 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
30245 \end_layout
30246
30247 \begin_layout Standard
30248 親文書を開くことなく子文書で作業できるようにするには、子文書の
30249 \family sans
30250 文書
30251 \family default
30252 \SpecialChar \menuseparator
30253
30254 \family sans
30255 設定
30256 \family default
30257 \SpecialChar \menuseparator
30258
30259 \family sans
30260 文書クラス
30261 \family default
30262 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
30263 \end_layout
30264
30265 \begin_layout Standard
30266 取り込んだ文書は、LyX中で
30267 \begin_inset Graphics
30268         filename clipart/ChildDocumentQt4.png
30269         scale 85
30270         scaleBeforeRotation
30271
30272 \end_inset
30273
30274 のようなボックスとして表示されます。子文書を親文書に取り込むには、
30275 \family sans
30276 挿入
30277 \family default
30278 \SpecialChar \menuseparator
30279
30280 \family sans
30281 ファイル
30282 \family default
30283 \SpecialChar \menuseparator
30284
30285 \family sans
30286 子文書
30287 \family default
30288 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
30289 \end_layout
30290
30291 \begin_layout Description
30292 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
30293 \family sans
30294 子文書
30295 \family default
30296 ダイアログの
30297 \family sans
30298 編集
30299 \family default
30300 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
30301 \begin_inset Newline newline
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Standard
30308 以下は、
30309 \family sans
30310 Include
30311 \family default
30312 を使用して挿入した子文書です。 
30313 \begin_inset CommandInset include
30314 LatexCommand include
30315 filename "DummyDocument1.lyx"
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Standard
30323 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
30324 あります。取り込んだ文書のラベルは、第
30325 \begin_inset CommandInset ref
30326 LatexCommand ref
30327 reference "sub:外部文書の第1小節"
30328
30329 \end_inset
30330
30331 小節、のように参照することができます。
30332 \end_layout
30333
30334 \begin_layout Standard
30335 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
30336 は、新規頁から始まるように挿入され、改頁して終わります。
30337 \end_layout
30338
30339 \begin_layout Standard
30340 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
30341 \begin_inset Foot
30342 status open
30343
30344 \begin_layout Plain Layout
30345 派生枝は、LyX
30346 \emph on
30347 ユーザーの手引き
30348 \emph default
30349
30350 \emph on
30351 派生枝
30352 \emph default
30353 の節に説明されています。
30354 \end_layout
30355
30356 \end_inset
30357
30358 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
30359 \end_layout
30360
30361 \begin_layout Standard
30362 \begin_inset Note Greyedout
30363 status open
30364
30365 \begin_layout Plain Layout
30366
30367 \series bold
30368 【註】
30369 \series default
30370 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
30371 \series bold
30372
30373 \backslash
30374 includeonly
30375 \series default
30376 を使用することはできません。
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 \begin_inset Note Greyedout
30386 status open
30387
30388 \begin_layout Plain Layout
30389
30390 \series bold
30391 【註】
30392 \series default
30393 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
30394 警告が発せられます。
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Description
30403 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
30404 \end_layout
30405
30406 \begin_deeper
30407 \begin_layout Itemize
30408 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
30409 \end_layout
30410
30411 \begin_layout Itemize
30412 Inputファイルは、LyX設定の操作性
30413 \family sans
30414 \SpecialChar \menuseparator
30415 表示
30416 \family default
30417 の下にある
30418 \family sans
30419 画像を表示
30420 \family default
30421 を有効にすると、LyX中でプレビューすることができます。
30422 \end_layout
30423
30424 \begin_layout Itemize
30425 LaTeXコマンドの
30426 \series bold
30427
30428 \backslash
30429 includeonly
30430 \series default
30431 は使用することができません。
30432 \end_layout
30433
30434 \end_deeper
30435 \begin_layout Standard
30436 右は、
30437 \family sans
30438 Input
30439 \family default
30440 を使って挿入した子文書です。 
30441 \begin_inset CommandInset include
30442 LatexCommand input
30443 filename "DummyDocument2.lyx"
30444
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \begin_layout Description
30451 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
30452 に用いられているコマンドは実行されません。
30453 \family sans
30454 出力の空白に印付けをする
30455 \family default
30456 オプションを有効にすると、ソースコード中のすべての空白文字に「
30457 \begin_inset ERT
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461
30462
30463 \backslash
30464 textvisiblespace 
30465 \end_layout
30466
30467 \end_inset
30468
30469 」文字を表示させることができます。
30470 \family sans
30471 挿入\SpecialChar \menuseparator
30472 ファイル\SpecialChar \menuseparator
30473 平文
30474 \family default
30475 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
30476 \end_layout
30477
30478 \begin_layout Standard
30479 以下は、verbatimとして挿入された子文書です。 
30480 \begin_inset CommandInset include
30481 LatexCommand verbatiminput
30482 filename "../DummyTextDocument.txt"
30483
30484 \end_inset
30485
30486
30487 \begin_inset VSpace bigskip
30488 \end_inset
30489
30490 以下は、
30491 \family sans
30492 出力の空白に印付けをする
30493 \family default
30494 オプションを指定して、verbatimとして挿入された子文書です。 
30495 \begin_inset CommandInset include
30496 LatexCommand verbatiminput*
30497 filename "../DummyTextDocument.txt"
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset VSpace bigskip
30506 \end_inset
30507
30508
30509 \end_layout
30510
30511 \begin_layout Standard
30512 \begin_inset Note Greyedout
30513 status open
30514
30515 \begin_layout Plain Layout
30516
30517 \series bold
30518 【註】
30519 \series default
30520 上記の例でわかるように、
30521 \family sans
30522 verbatim
30523 \family default
30524 として取り込んだ文書の文章は、文書行の終わりで改行されません。
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \end_layout
30531
30532 \begin_layout Standard
30533 \begin_inset Note Greyedout
30534 status open
30535
30536 \begin_layout Plain Layout
30537
30538 \series bold
30539 【訳註】
30540 \series default
30541 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Description
30550 プログラムリスト この型については、第
30551 \begin_inset CommandInset ref
30552 LatexCommand ref
30553 reference "cha:プログラムコードリスト"
30554
30555 \end_inset
30556
30557 章に説明されています。
30558 \end_layout
30559
30560 \begin_layout Standard
30561 \begin_inset Note Greyedout
30562 status open
30563
30564 \begin_layout Plain Layout
30565
30566 \series bold
30567 【註】
30568 \series default
30569 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Chapter
30578 プログラムコードリスト
30579 \begin_inset CommandInset label
30580 LatexCommand label
30581 name "cha:プログラムコードリスト"
30582
30583 \end_inset
30584
30585
30586 \begin_inset Index idx
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590 りすと@リスト
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \begin_inset Index idx
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600 ぷろぐらむこーど@プログラムコード
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \begin_inset Index idx
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610 ふろーと@フロート ! りすと@リスト
30611 \end_layout
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \begin_layout Standard
30619 プログラムコードを取り込んで組版するには、
30620 \family sans
30621 挿入
30622 \family default
30623 \SpecialChar \menuseparator
30624
30625 \family sans
30626 プログラムリスト
30627 \family default
30628 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
30629 \series bold
30630 listings
30631 \series default
30632
30633 \begin_inset Index idx
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637 LaTeXぱっけーじ@LaTeXパッケージ ! listings
30638 \end_layout
30639
30640 \end_inset
30641
30642 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
30643 \end_layout
30644
30645 \begin_layout Standard
30646 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
30647 \end_layout
30648
30649 \begin_layout Standard
30650 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
30651 \family sans
30652 行内リスト
30653 \family default
30654 を指定すると、リストは
30655 \begin_inset listings
30656 lstparams "language={C++}"
30657 inline true
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662 int a=5;
30663 \end_layout
30664
30665 \end_inset
30666
30667 のように行内に印字されます。
30668 \begin_inset Newline newline
30669 \end_inset
30670
30671
30672 \family sans
30673 フロート
30674 \family default
30675 オプションは、プログラムリストフロートを生成するものですが、ここで、第
30676 \begin_inset CommandInset ref
30677 LatexCommand ref
30678 reference "sec:フロートの配置"
30679
30680 \end_inset
30681
30682 節に説明されているフロート配置オプションに従って、「
30683 \family sans
30684 h
30685 \family default
30686 」「
30687 \family sans
30688 t
30689 \family default
30690 」「
30691 \family sans
30692 b
30693 \family default
30694 」「
30695 \family sans
30696 p
30697 \family default
30698 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
30699 \family sans
30700 htbp
30701 \family default
30702 」のように区切りを入れることなく入力することができます。「
30703 \family sans
30704 h
30705 \family default
30706 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
30707 \family sans
30708 フロート
30709 \family default
30710 オプションを使用しなければ大丈夫です。
30711 \end_layout
30712
30713 \begin_layout Standard
30714
30715 \family sans
30716 挿入
30717 \family default
30718 \SpecialChar \menuseparator
30719
30720 \family sans
30721 キャプション
30722 \family default
30723 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、Listing
30724 \begin_inset space ~
30725 \end_inset
30726
30727
30728 \begin_inset CommandInset ref
30729 LatexCommand ref
30730 reference "lst:Example-Listing"
30731
30732 \end_inset
30733
30734 のように参照することができます。
30735 \end_layout
30736
30737 \begin_layout Standard
30738 \begin_inset listings
30739 lstparams "language=Python"
30740 inline false
30741 status open
30742
30743 \begin_layout Plain Layout
30744
30745 \begin_inset Caption
30746
30747 \begin_layout Plain Layout
30748 \begin_inset CommandInset label
30749 LatexCommand label
30750 name "lst:Example-Listing"
30751
30752 \end_inset
30753
30754 Example Listing float
30755 \end_layout
30756
30757 \end_inset
30758
30759 # Example listing float
30760 \end_layout
30761
30762 \begin_layout Plain Layout
30763
30764 def func(param):
30765 \end_layout
30766
30767 \begin_layout Plain Layout
30768
30769     'this is a python function'
30770 \end_layout
30771
30772 \begin_layout Plain Layout
30773
30774     pass
30775 \end_layout
30776
30777 \end_inset
30778
30779
30780 \end_layout
30781
30782 \begin_layout Standard
30783 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
30784 onのキーワード「def」が識別され、ボールド体で出力されます。
30785 \end_layout
30786
30787 \begin_layout Standard
30788 \begin_inset Note Greyedout
30789 status open
30790
30791 \begin_layout Plain Layout
30792
30793 \series bold
30794 【註】
30795 \series default
30796 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
30797 \family typewriter
30798 typewriter
30799 \family default
30800 フォントがボールド体を提供していません。この場合には、
30801 \family sans
30802 文書
30803 \family default
30804 \SpecialChar \menuseparator
30805
30806 \family sans
30807 設定
30808 \family default
30809 \SpecialChar \menuseparator
30810
30811 \family sans
30812 フォント
30813 \family default
30814 メニューで別のフォントを選択してください(
30815 \emph on
30816 LuxiMono
30817 \emph default
30818
30819 \emph on
30820 BeraMono
30821 \emph default
30822
30823 \emph on
30824 Courier
30825 \emph default
30826 の各フォントはボールド体を提供します)。
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset Note Greyedout
30836 status open
30837
30838 \begin_layout Plain Layout
30839
30840 \series bold
30841 【訳註】
30842 \series default
30843 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Standard
30852 プログラムリストダイアログの
30853 \family sans
30854 行番号
30855 \family default
30856 のセクションでは、行番号の様式を指定することができます。
30857 \family sans
30858 行間
30859 \family default
30860 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
30861 \end_layout
30862
30863 \begin_layout Standard
30864 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
30865 \family sans
30866 拡張文字コード表を使う
30867 \family default
30868 オプションを使用しなくてはなりません。
30869 \begin_inset Newline newline
30870 \end_inset
30871
30872 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
30873 \begin_inset space \thinspace{}
30874 \end_inset
30875
30876 -
30877 \begin_inset space \thinspace{}
30878 \end_inset
30879
30880 8」で設定したプログラムリストの例です。
30881 \end_layout
30882
30883 \begin_layout Standard
30884 \begin_inset listings
30885 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
30886 inline false
30887 status open
30888
30889 \begin_layout Plain Layout
30890
30891 def func(param):
30892 \end_layout
30893
30894 \begin_layout Plain Layout
30895
30896     'this is a python function'
30897 \end_layout
30898
30899 \begin_layout Plain Layout
30900
30901     pass
30902 \end_layout
30903
30904 \begin_layout Plain Layout
30905
30906 def func(param):
30907 \end_layout
30908
30909 \begin_layout Plain Layout
30910
30911 'This is a German word: Tschüß'
30912 \end_layout
30913
30914 \begin_layout Plain Layout
30915
30916 pass
30917 \end_layout
30918
30919 \begin_layout Plain Layout
30920
30921 def func(param):
30922 \end_layout
30923
30924 \begin_layout Plain Layout
30925
30926 'this is a python function'
30927 \end_layout
30928
30929 \begin_layout Plain Layout
30930
30931 pass
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \end_layout
30938
30939 \begin_layout Standard
30940 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
30941 \family sans
30942 タビュレータの大きさ
30943 \family default
30944 フィールドで指定することができます。
30945 \end_layout
30946
30947 \begin_layout Standard
30948 \begin_inset Note Greyedout
30949 status open
30950
30951 \begin_layout Plain Layout
30952
30953 \series bold
30954 【註】listings
30955 \series default
30956 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
30957 に振られているのはこのためです。
30958 \end_layout
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \begin_layout Standard
30966 \begin_inset VSpace bigskip
30967 \end_inset
30968
30969
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 子文書
30986 \family default
30987 メニューを使用して
30988 \family sans
30989 プログラムリスト
30990 \family default
30991 型を選択してください
30992 \begin_inset Foot
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996 他の子文書型については、第 section
30997 \begin_inset space ~
30998 \end_inset
30999
31000
31001 \begin_inset CommandInset ref
31002 LatexCommand ref
31003 reference "sec:子文書"
31004
31005 \end_inset
31006
31007 節に説明があります。
31008 \end_layout
31009
31010 \end_inset
31011
31012 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
31013 疑問符「?」を打鍵してください。
31014 \end_layout
31015
31016 \begin_layout Standard
31017 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
31018 \family sans
31019 挿入
31020 \family default
31021 \SpecialChar \menuseparator
31022
31023 \family sans
31024 相互参照
31025 \family default
31026 メニューを使って参照できるようになります。
31027 \end_layout
31028
31029 \begin_layout Standard
31030 プログラムリスト
31031 \begin_inset CommandInset ref
31032 LatexCommand ref
31033 reference "lst:file-listing"
31034
31035 \end_inset
31036
31037 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
31038 \end_layout
31039
31040 \begin_layout Standard
31041 \begin_inset CommandInset include
31042 LatexCommand lstinputlisting
31043 filename "EmbeddedObjects.lyx"
31044 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Standard
31052 \begin_inset VSpace bigskip
31053 \end_inset
31054
31055
31056 \end_layout
31057
31058 \begin_layout Standard
31059
31060 \lang english
31061 Inserting a formula into a listing can be done the following way:
31062 \end_layout
31063
31064 \begin_layout Enumerate
31065
31066 \lang english
31067 Open the listings dialog and add
31068 \begin_inset Newline newline
31069 \end_inset
31070
31071
31072 \family sans
31073 mathescape=true
31074 \family default
31075
31076 \begin_inset Newline newline
31077 \end_inset
31078
31079 to the field of the 
31080 \family sans
31081 Advanced
31082 \family default
31083  tab.
31084 \end_layout
31085
31086 \begin_layout Enumerate
31087
31088 \lang english
31089 Create a formula outside the listing
31090 \end_layout
31091
31092 \begin_layout Enumerate
31093
31094 \lang english
31095 Copy the content of the formula (not the formula inset) to the clipboard
31096  (shortcut 
31097 \begin_inset Info
31098 type  "shortcut"
31099 arg   "copy"
31100 \end_inset
31101
31102 )
31103 \end_layout
31104
31105 \begin_layout Enumerate
31106
31107 \lang english
31108 In the listing write 
31109 \begin_inset Quotes eld
31110 \end_inset
31111
31112
31113 \family sans
31114 $$
31115 \family default
31116
31117 \begin_inset Quotes erd
31118 \end_inset
31119
31120  and copy from the clipboard between the dollar-signs (shortcut 
31121 \begin_inset Info
31122 type  "shortcut"
31123 arg   "paste"
31124 \end_inset
31125
31126 )
31127 \end_layout
31128
31129 \begin_layout Standard
31130 \begin_inset listings
31131 lstparams "language=Python,mathescape=true"
31132 inline false
31133 status open
31134
31135 \begin_layout Plain Layout
31136
31137 \begin_inset Caption
31138
31139 \begin_layout Plain Layout
31140
31141 \lang english
31142 Example Listing float containing a formula
31143 \end_layout
31144
31145 \end_inset
31146
31147 # Example listing float
31148 \end_layout
31149
31150 \begin_layout Plain Layout
31151
31152 def func(param):
31153 \end_layout
31154
31155 \begin_layout Plain Layout
31156
31157     # $
31158 \backslash
31159 prod_{n=1}^{
31160 \backslash
31161 infty}
31162 \backslash
31163 ,
31164 \backslash
31165 frac{1}{x^{2}}$
31166 \end_layout
31167
31168 \begin_layout Plain Layout
31169
31170     pass
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Standard
31179 \begin_inset VSpace bigskip
31180 \end_inset
31181
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 \SpecialChar \menuseparator
31196
31197 \family sans
31198 本文レイアウト
31199 \family default
31200 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
31201 \family sans
31202 プログラムリスト設定
31203 \family default
31204 フィールドで疑問符「?」を打鍵してください。
31205 \end_layout
31206
31207 \begin_layout Standard
31208
31209 \series bold
31210 listings
31211 \series default
31212 パッケージについての詳しい情報については、取扱説明書
31213 \begin_inset CommandInset citation
31214 LatexCommand cite
31215 key "listings"
31216
31217 \end_inset
31218
31219 をご参照ください。.
31220 \end_layout
31221
31222 \begin_layout Standard
31223 \begin_inset Newpage newpage
31224 \end_inset
31225
31226
31227 \end_layout
31228
31229 \begin_layout Chapter
31230 \start_of_appendix
31231 LyXで使用できる単位
31232 \begin_inset Index idx
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 たんい@単位
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \begin_inset CommandInset label
31243 LatexCommand label
31244 name "cha:LyXで使用できる単位"
31245
31246 \end_inset
31247
31248
31249 \end_layout
31250
31251 \begin_layout Standard
31252 この文書で用いられる単位の理解のために、表
31253 \begin_inset CommandInset ref
31254 LatexCommand ref
31255 reference "tab:単位"
31256
31257 \end_inset
31258
31259 に、LyXで使うことのできる単位をまとめておきます。
31260 \end_layout
31261
31262 \begin_layout Standard
31263 \begin_inset Float table
31264 placement h
31265 wide false
31266 sideways false
31267 status open
31268
31269 \begin_layout Plain Layout
31270 \begin_inset Caption
31271
31272 \begin_layout Plain Layout
31273 \begin_inset CommandInset label
31274 LatexCommand label
31275 name "tab:単位"
31276
31277 \end_inset
31278
31279 単位
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \end_layout
31286
31287 \begin_layout Plain Layout
31288 \begin_inset VSpace medskip
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Plain Layout
31295 \align center
31296 \begin_inset Tabular
31297 <lyxtabular version="3" rows="20" columns="2">
31298 <features tabularvalignment="middle">
31299 <column alignment="center" valignment="top" width="0">
31300 <column alignment="center" valignment="top" width="0">
31301 <row>
31302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31303 \begin_inset Text
31304
31305 \begin_layout Plain Layout
31306 単位
31307 \end_layout
31308
31309 \end_inset
31310 </cell>
31311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Plain Layout
31315 名称/摘要
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 </row>
31321 <row>
31322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31323 \begin_inset Text
31324
31325 \begin_layout Plain Layout
31326 mm
31327 \end_layout
31328
31329 \end_inset
31330 </cell>
31331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31332 \begin_inset Text
31333
31334 \begin_layout Plain Layout
31335 ミリメートル
31336 \end_layout
31337
31338 \end_inset
31339 </cell>
31340 </row>
31341 <row>
31342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 cm
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31352 \begin_inset Text
31353
31354 \begin_layout Plain Layout
31355 センチメートル
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 </row>
31361 <row>
31362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31363 \begin_inset Text
31364
31365 \begin_layout Plain Layout
31366 in
31367 \end_layout
31368
31369 \end_inset
31370 </cell>
31371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31372 \begin_inset Text
31373
31374 \begin_layout Plain Layout
31375 インチ
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 </row>
31381 <row>
31382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31383 \begin_inset Text
31384
31385 \begin_layout Plain Layout
31386 pt
31387 \end_layout
31388
31389 \end_inset
31390 </cell>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Plain Layout
31395 ポイント (72.27
31396 \begin_inset Formula $\,$
31397 \end_inset
31398
31399 pt = 1
31400 \begin_inset Formula $\,$
31401 \end_inset
31402
31403 in)
31404 \end_layout
31405
31406 \end_inset
31407 </cell>
31408 </row>
31409 <row>
31410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31411 \begin_inset Text
31412
31413 \begin_layout Plain Layout
31414 pc
31415 \end_layout
31416
31417 \end_inset
31418 </cell>
31419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31420 \begin_inset Text
31421
31422 \begin_layout Plain Layout
31423 パイカ (1
31424 \begin_inset Formula $\,$
31425 \end_inset
31426
31427 pc = 12
31428 \begin_inset Formula $\,$
31429 \end_inset
31430
31431 pt)
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 </row>
31437 <row>
31438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 sp
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout Plain Layout
31451 スケールポイント (65536
31452 \begin_inset Formula $\,$
31453 \end_inset
31454
31455 sp = 1
31456 \begin_inset Formula $\,$
31457 \end_inset
31458
31459 pt)
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 </row>
31465 <row>
31466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31467 \begin_inset Text
31468
31469 \begin_layout Plain Layout
31470 bp
31471 \end_layout
31472
31473 \end_inset
31474 </cell>
31475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31476 \begin_inset Text
31477
31478 \begin_layout Plain Layout
31479 ビッグポイント (72
31480 \begin_inset Formula $\,$
31481 \end_inset
31482
31483 bp = 1
31484 \begin_inset Formula $\,$
31485 \end_inset
31486
31487 in)
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 </row>
31493 <row>
31494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498 dd
31499 \end_layout
31500
31501 \end_inset
31502 </cell>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507 ディドー (72
31508 \begin_inset Formula $\,$
31509 \end_inset
31510
31511 dd 
31512 \begin_inset Formula $\approx$
31513 \end_inset
31514
31515  37.6
31516 \begin_inset Formula $\,$
31517 \end_inset
31518
31519 mm)
31520 \end_layout
31521
31522 \end_inset
31523 </cell>
31524 </row>
31525 <row>
31526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 cc
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539 シセロ (1
31540 \begin_inset Formula $\,$
31541 \end_inset
31542
31543 cc = 12
31544 \begin_inset Formula $\,$
31545 \end_inset
31546
31547 dd)
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 </row>
31553 <row>
31554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31555 \begin_inset Text
31556
31557 \begin_layout Plain Layout
31558 Scale%
31559 \end_layout
31560
31561 \end_inset
31562 </cell>
31563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567 元の画像幅の%
31568 \end_layout
31569
31570 \end_inset
31571 </cell>
31572 </row>
31573 <row>
31574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31575 \begin_inset Text
31576
31577 \begin_layout Plain Layout
31578 text%
31579 \end_layout
31580
31581 \end_inset
31582 </cell>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 テキスト幅の%
31588 \end_layout
31589
31590 \end_inset
31591 </cell>
31592 </row>
31593 <row>
31594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout Plain Layout
31598 col%
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Plain Layout
31607 組段幅の%
31608 \end_layout
31609
31610 \end_inset
31611 </cell>
31612 </row>
31613 <row>
31614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31615 \begin_inset Text
31616
31617 \begin_layout Plain Layout
31618 page%
31619 \end_layout
31620
31621 \end_inset
31622 </cell>
31623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31624 \begin_inset Text
31625
31626 \begin_layout Plain Layout
31627 用紙幅の%
31628 \end_layout
31629
31630 \end_inset
31631 </cell>
31632 </row>
31633 <row>
31634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638 line%
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31644 \begin_inset Text
31645
31646 \begin_layout Plain Layout
31647 行幅の%
31648 \end_layout
31649
31650 \end_inset
31651 </cell>
31652 </row>
31653 <row>
31654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658 theight%
31659 \end_layout
31660
31661 \end_inset
31662 </cell>
31663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31664 \begin_inset Text
31665
31666 \begin_layout Plain Layout
31667 テキスト高さの%
31668 \end_layout
31669
31670 \end_inset
31671 </cell>
31672 </row>
31673 <row>
31674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31675 \begin_inset Text
31676
31677 \begin_layout Plain Layout
31678 pheight%
31679 \end_layout
31680
31681 \end_inset
31682 </cell>
31683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31684 \begin_inset Text
31685
31686 \begin_layout Plain Layout
31687 用紙高さの%
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 </row>
31693 <row>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698 ex
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707 現在のフォントの文字「x」の高さ
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 </row>
31713 <row>
31714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31715 \begin_inset Text
31716
31717 \begin_layout Plain Layout
31718 em
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727 現在のフォントの文字「M」の幅
31728 \end_layout
31729
31730 \end_inset
31731 </cell>
31732 </row>
31733 <row>
31734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738 mu
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 数式単位 (1
31748 \begin_inset Formula $\,$
31749 \end_inset
31750
31751 mu = 1/18
31752 \begin_inset Formula $\,$
31753 \end_inset
31754
31755 em)
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 </row>
31761 </lyxtabular>
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Chapter
31774 画像を含む場合のファイル出力形式
31775 \begin_inset CommandInset label
31776 LatexCommand label
31777 name "cha:ファイル出力形式"
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \begin_layout Section
31785 DVI
31786 \begin_inset Index idx
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790 ふぁいるしょしき@ファイル書式 ! DVI
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \begin_inset Index idx
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 DVI|see
31801 \begin_inset ERT
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805
31806 {
31807 \end_layout
31808
31809 \end_inset
31810
31811 ファイル書式
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817 }
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \begin_layout Standard
31831 このファイル型の拡張子は「
31832 \family typewriter
31833 .dvi
31834 \family default
31835 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
31836 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
31837 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
31838 \end_layout
31839
31840 \begin_layout Standard
31841 \begin_inset Note Greyedout
31842 status open
31843
31844 \begin_layout Plain Layout
31845 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
31846 \end_layout
31847
31848 \end_inset
31849
31850 ですから、お使いの
31851 \family typewriter
31852 .dvi
31853 \family default
31854 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
31855 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
31856 DFを使用することをお勧めします。
31857 \end_layout
31858
31859 \begin_layout Standard
31860 使用中の文書は、
31861 \family sans
31862 ファイル
31863 \family default
31864 \SpecialChar \menuseparator
31865
31866 \family sans
31867 書き出し
31868 \family default
31869 \SpecialChar \menuseparator
31870
31871 \family sans
31872 DVI
31873 \family default
31874 メニューを使用して、DVIに書き出すことができます。また、
31875 \family sans
31876 表示
31877 \family default
31878 メニューかツールバーボタン
31879 \begin_inset Graphics
31880         filename ../../images/buffer-view_dvi.png
31881         scale 85
31882         scaleBeforeRotation
31883
31884 \end_inset
31885
31886 を使用すれば、使用中の文書をDVIで表示させることができます。
31887 \end_layout
31888
31889 \begin_layout Section
31890 PostScript
31891 \begin_inset CommandInset label
31892 LatexCommand label
31893 name "sec:PostScript"
31894
31895 \end_inset
31896
31897
31898 \begin_inset Index idx
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902 ふぁいるしょしき@ファイル書式 ! PostScript
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \begin_inset Index idx
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912 PostScript|see
31913 \begin_inset ERT
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917
31918 {
31919 \end_layout
31920
31921 \end_inset
31922
31923 ファイル書式
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929 }
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \begin_layout Standard
31943 このファイル型の拡張子は「
31944 \family typewriter
31945 .ps
31946 \family default
31947 」です。PostScriptは、
31948 \family typewriter
31949 Adobe
31950 \family default
31951 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
31952 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
31953 \begin_inset Foot
31954 status open
31955
31956 \begin_layout Plain Layout
31957 これについてもう少し学ぶ気があれば、LaTeXパッケージ
31958 \series bold
31959 PSTricks
31960 \series default
31961  
31962 \begin_inset CommandInset citation
31963 LatexCommand cite
31964 key "pstricks"
31965
31966 \end_inset
31967
31968 を見てみてください。
31969 \end_layout
31970
31971 \end_inset
31972
31973 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
31974 \end_layout
31975
31976 \begin_layout Standard
31977 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
31978 \family typewriter
31979 .eps
31980 \family default
31981 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
31982 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
31983 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
31984 を直接EPSとして入れておく方がよいでしょう。
31985 \end_layout
31986
31987 \begin_layout Standard
31988 文書は、
31989 \family sans
31990 ファイル
31991 \family default
31992 \SpecialChar \menuseparator
31993
31994 \family sans
31995 書き出し
31996 \family default
31997 \SpecialChar \menuseparator
31998
31999 \family sans
32000 Postscript
32001 \family default
32002 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
32003 \family sans
32004 表示
32005 \family default
32006 メニューかツールバーボタン
32007 \begin_inset Graphics
32008         filename ../../images/buffer-view_ps.png
32009         scale 85
32010         scaleBeforeRotation
32011
32012 \end_inset
32013
32014 を使用することでPostScriptとして表示させることができます。
32015 \end_layout
32016
32017 \begin_layout Section
32018 PDF
32019 \begin_inset Index idx
32020 status collapsed
32021
32022 \begin_layout Plain Layout
32023 ふぁいるしょしき@ファイル書式 ! PDF
32024 \end_layout
32025
32026 \end_inset
32027
32028
32029 \begin_inset Index idx
32030 status collapsed
32031
32032 \begin_layout Plain Layout
32033 PDF
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Standard
32042 このファイル型の拡張子は「
32043 \family typewriter
32044 .pdf
32045 \family default
32046 」です。この「Portable Document Format (PDF)」は、
32047 \family typewriter
32048 Adobe
32049 \family default
32050 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
32051 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
32052 \end_layout
32053
32054 \begin_layout Standard
32055 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
32056 \family typewriter
32057 .jpg
32058 \family default
32059 」または「
32060 \family typewriter
32061 .jpeg
32062 \family default
32063 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
32064 \family typewriter
32065 .png
32066 \family default
32067 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
32068 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
32069 とをお勧めします。
32070 \end_layout
32071
32072 \begin_layout Standard
32073 使用中の文書は、
32074 \family sans
32075 ファイル
32076 \family default
32077 \SpecialChar \menuseparator
32078
32079 \family sans
32080 書き出し
32081 \family default
32082 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
32083 \end_layout
32084
32085 \begin_layout Description
32086 PDF
32087 \begin_inset space ~
32088 \end_inset
32089
32090 (ps2pdf) これは
32091 \family typewriter
32092 ps2pdf
32093 \family default
32094 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
32095 \family typewriter
32096 dvips
32097 \family default
32098 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
32099 \end_layout
32100
32101 \begin_layout Description
32102 PDF
32103 \begin_inset space ~
32104 \end_inset
32105
32106 (dvipdfm) これは
32107 \family typewriter
32108 dvipdfm
32109 \family default
32110 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
32111 \end_layout
32112
32113 \begin_layout Description
32114 PDF
32115 \begin_inset space ~
32116 \end_inset
32117
32118 (pdflatex) これは
32119 \family typewriter
32120 pdftex
32121 \family default
32122 プログラムを使って、現在のファイルを直接PDFに変換します。
32123 \end_layout
32124
32125 \begin_layout Standard
32126
32127 \family typewriter
32128 pdftex
32129 \family default
32130 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
32131 \family sans
32132 PDF
32133 \begin_inset space ~
32134 \end_inset
32135
32136 (pdflatex)
32137 \family default
32138 を使用することが推奨されます。
32139 \family typewriter
32140 dvipdfm
32141 \family default
32142 プログラムは開発が停止しており、若干時代遅れになっています。
32143 \end_layout
32144
32145 \begin_layout Standard
32146 使用中の文書をPDFとして表示するには、
32147 \family sans
32148 表示
32149 \family default
32150 メニューかツールバーボタン
32151 \begin_inset Graphics
32152         filename ../../images/buffer-view_pdf2.png
32153         scale 85
32154         scaleBeforeRotation
32155
32156 \end_inset
32157
32158 (これは
32159 \family sans
32160 PDF
32161 \begin_inset space ~
32162 \end_inset
32163
32164 (pdflatex)
32165 \family default
32166 を使用します)を用います。
32167 \end_layout
32168
32169 \begin_layout Chapter
32170 第(
32171 \begin_inset CommandInset ref
32172 LatexCommand ref
32173 reference "eq:Wgn"
32174
32175 \end_inset
32176
32177 )式の説明
32178 \begin_inset CommandInset label
32179 LatexCommand label
32180 name "cha:式の説明"
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 \begin_inset Formula $n$
32189 \end_inset
32190
32191 個の表セルの全幅
32192 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \begin_layout Standard
32199 \begin_inset Formula \begin{equation}
32200 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}
32201
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \begin_layout Standard
32208 で計算できます。ここで
32209 \begin_inset Formula $W_{g\, n}$
32210 \end_inset
32211
32212 は、すべてのセルが持つ固定幅です。
32213 \series bold
32214
32215 \backslash
32216 tabcolsep
32217 \series default
32218 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
32219 \begin_inset space \thinspace{}
32220 \end_inset
32221
32222 ptです。
32223 \series bold
32224
32225 \backslash
32226 arrayrulewidth
32227 \series default
32228 は、セル罫線幅であり、既定値は0.4
32229 \begin_inset space \thinspace{}
32230 \end_inset
32231
32232 ptです。
32233 \end_layout
32234
32235 \begin_layout Standard
32236
32237 \begin_inset CommandInset ref
32238 LatexCommand eqref
32239 reference "eq:Wtot_n"
32240
32241 \end_inset
32242
32243 式にしたがえば、連結列の全幅
32244 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 \begin_inset Formula \begin{equation}
32252 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32253
32254 \end_inset
32255
32256
32257 \end_layout
32258
32259 \begin_layout Standard
32260 となります。
32261 \begin_inset Formula $n$
32262 \end_inset
32263
32264 列を連結する時には各列の全幅は
32265 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32266 \end_inset
32267
32268 となるので、第
32269 \begin_inset CommandInset ref
32270 LatexCommand eqref
32271 reference "eq:Wtot_n"
32272
32273 \end_inset
32274
32275 式と第
32276 \begin_inset CommandInset ref
32277 LatexCommand eqref
32278 reference "eq:Wtot_mult"
32279
32280 \end_inset
32281
32282 式が等しいものと置けば、必要となる固定幅
32283 \begin_inset Formula $W_{g\, n}$
32284 \end_inset
32285
32286 を計算することができて、
32287 \end_layout
32288
32289 \begin_layout Standard
32290 \begin_inset Formula \begin{equation}
32291 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32292
32293 \end_inset
32294
32295 となります。
32296 \end_layout
32297
32298 \begin_layout Bibliography
32299 \labelwidthstring 参考文献
32300 \begin_inset CommandInset bibitem
32301 LatexCommand bibitem
32302 key "latexcompanion"
32303
32304 \end_inset
32305
32306 Frank Mittelbach and Michel Goossens: 
32307 \emph on
32308 The LaTeX Companion Second Edition.
32309
32310 \emph default
32311  Addison-Wesley, 2004
32312 \end_layout
32313
32314 \begin_layout Bibliography
32315 \labelwidthstring 参考文献
32316 \begin_inset CommandInset bibitem
32317 LatexCommand bibitem
32318 key "latexguide"
32319
32320 \end_inset
32321
32322 Helmut Kopka and Patrick W.
32323  Daly: 
32324 \emph on
32325 A Guide to LaTeX Fourth Edition.
32326
32327 \emph default
32328  Addison-Wesley, 2003
32329 \end_layout
32330
32331 \begin_layout Bibliography
32332 \labelwidthstring 参考文献
32333 \begin_inset CommandInset bibitem
32334 LatexCommand bibitem
32335 key "latexbook"
32336
32337 \end_inset
32338
32339 Leslie Lamport: 
32340 \emph on
32341 LaTeX: A Document Preparation System.
32342
32343 \emph default
32344  Addison-Wesley, second edition, 1994
32345 \end_layout
32346
32347 \begin_layout Bibliography
32348 \labelwidthstring 参考文献
32349 \begin_inset CommandInset bibitem
32350 LatexCommand bibitem
32351 key "booktabs"
32352
32353 \end_inset
32354
32355 LaTeXパッケージ
32356 \series bold
32357
32358 \begin_inset CommandInset href
32359 LatexCommand href
32360 name "booktabs"
32361 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32362
32363 \end_inset
32364
32365
32366 \series default
32367
32368 \begin_inset Index idx
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
32373 \end_layout
32374
32375 \end_inset
32376
32377 の取扱説明書
32378 \end_layout
32379
32380 \begin_layout Bibliography
32381 \labelwidthstring 参考文献
32382 \begin_inset CommandInset bibitem
32383 LatexCommand bibitem
32384 key "caption"
32385
32386 \end_inset
32387
32388 LaTeXパッケージ
32389 \series bold
32390
32391 \begin_inset CommandInset href
32392 LatexCommand href
32393 name "caption"
32394 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32395
32396 \end_inset
32397
32398
32399 \series default
32400
32401 \begin_inset Index idx
32402 status collapsed
32403
32404 \begin_layout Plain Layout
32405 LaTeXぱっけーじ@LaTeXパッケージ ! caption
32406 \end_layout
32407
32408 \end_inset
32409
32410 の取扱説明書
32411 \end_layout
32412
32413 \begin_layout Bibliography
32414 \labelwidthstring 参考文献
32415 \begin_inset CommandInset bibitem
32416 LatexCommand bibitem
32417 key "endfloat"
32418
32419 \end_inset
32420
32421 LaTeXパッケージ
32422 \series bold
32423
32424 \begin_inset CommandInset href
32425 LatexCommand href
32426 name "endfloat"
32427 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32428
32429 \end_inset
32430
32431
32432 \series default
32433
32434 \begin_inset Index idx
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
32439 \end_layout
32440
32441 \end_inset
32442
32443 の取扱説明書
32444 \end_layout
32445
32446 \begin_layout Bibliography
32447 \labelwidthstring 参考文献
32448 \begin_inset CommandInset bibitem
32449 LatexCommand bibitem
32450 key "wrapfig"
32451
32452 \end_inset
32453
32454 LaTeXパッケージ
32455 \series bold
32456
32457 \begin_inset CommandInset href
32458 LatexCommand href
32459 name "wrapfig"
32460 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32461
32462 \end_inset
32463
32464
32465 \series default
32466
32467 \begin_inset Index idx
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
32472 \end_layout
32473
32474 \end_inset
32475
32476 の取扱説明書
32477 \end_layout
32478
32479 \begin_layout Bibliography
32480 \labelwidthstring 参考文献
32481 \begin_inset CommandInset bibitem
32482 LatexCommand bibitem
32483 key "footmisc"
32484
32485 \end_inset
32486
32487 LaTeXパッケージ
32488 \series bold
32489
32490 \begin_inset CommandInset href
32491 LatexCommand href
32492 name "footmisc"
32493 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32494
32495 \end_inset
32496
32497
32498 \series default
32499
32500 \begin_inset Index idx
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
32505 \end_layout
32506
32507 \end_inset
32508
32509 の取扱説明書
32510 \end_layout
32511
32512 \begin_layout Bibliography
32513 \labelwidthstring 参考文献
32514 \begin_inset CommandInset bibitem
32515 LatexCommand bibitem
32516 key "hypcap"
32517
32518 \end_inset
32519
32520 LaTeXパッケージ
32521 \series bold
32522
32523 \begin_inset CommandInset href
32524 LatexCommand href
32525 name "hypcap"
32526 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
32527
32528 \end_inset
32529
32530
32531 \series default
32532
32533 \begin_inset Index idx
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32538 \end_layout
32539
32540 \end_inset
32541
32542 の取扱説明書
32543 \end_layout
32544
32545 \begin_layout Bibliography
32546 \labelwidthstring 参考文献
32547 \begin_inset CommandInset bibitem
32548 LatexCommand bibitem
32549 key "hyperref"
32550
32551 \end_inset
32552
32553 LaTeXパッケージ
32554 \series bold
32555
32556 \begin_inset CommandInset href
32557 LatexCommand href
32558 name "hyperref"
32559 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
32560
32561 \end_inset
32562
32563
32564 \series default
32565
32566 \begin_inset Index idx
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
32571 \end_layout
32572
32573 \end_inset
32574
32575 の取扱説明書
32576 \end_layout
32577
32578 \begin_layout Bibliography
32579 \labelwidthstring 参考文献
32580 \begin_inset CommandInset bibitem
32581 LatexCommand bibitem
32582 key "KOMA-script"
32583
32584 \end_inset
32585
32586 LaTeXパッケージ
32587 \series bold
32588
32589 \begin_inset CommandInset href
32590 LatexCommand href
32591 name "KOMA-script"
32592 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
32593
32594 \end_inset
32595
32596
32597 \series default
32598
32599 \begin_inset Index idx
32600 status collapsed
32601
32602 \begin_layout Plain Layout
32603 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
32604 \end_layout
32605
32606 \end_inset
32607
32608 の取扱説明書
32609 \end_layout
32610
32611 \begin_layout Bibliography
32612 \labelwidthstring 参考文献
32613 \begin_inset CommandInset bibitem
32614 LatexCommand bibitem
32615 key "listings"
32616
32617 \end_inset
32618
32619 LaTeXパッケージ
32620 \series bold
32621
32622 \begin_inset CommandInset href
32623 LatexCommand href
32624 name "listings"
32625 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
32626
32627 \end_inset
32628
32629
32630 \series default
32631
32632 \begin_inset Index idx
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32637 \end_layout
32638
32639 \end_inset
32640
32641 の取扱説明書
32642 \end_layout
32643
32644 \begin_layout Bibliography
32645 \labelwidthstring 参考文献
32646 \begin_inset CommandInset bibitem
32647 LatexCommand bibitem
32648 key "marginnote"
32649
32650 \end_inset
32651
32652 LaTeXパッケージ
32653 \series bold
32654
32655 \begin_inset CommandInset href
32656 LatexCommand href
32657 name "marginnote"
32658 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
32659
32660 \end_inset
32661
32662
32663 \series default
32664
32665 \begin_inset Index idx
32666 status collapsed
32667
32668 \begin_layout Plain Layout
32669 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
32670 \end_layout
32671
32672 \end_inset
32673
32674 の取扱説明書
32675 \end_layout
32676
32677 \begin_layout Bibliography
32678 \labelwidthstring 参考文献
32679 \begin_inset CommandInset bibitem
32680 LatexCommand bibitem
32681 key "pstricks"
32682
32683 \end_inset
32684
32685 LaTeXパッケージ
32686 \series bold
32687
32688 \begin_inset CommandInset href
32689 LatexCommand href
32690 name "PSTricks"
32691 target "http://tug.org/PSTricks/"
32692
32693 \end_inset
32694
32695
32696 \series default
32697
32698 \begin_inset Index idx
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
32703 \end_layout
32704
32705 \end_inset
32706
32707 のウェブページ
32708 \end_layout
32709
32710 \begin_layout Bibliography
32711 \labelwidthstring 参考文献
32712 \begin_inset CommandInset bibitem
32713 LatexCommand bibitem
32714 key "sidecap"
32715
32716 \end_inset
32717
32718 LaTeXパッケージ
32719 \series bold
32720
32721 \begin_inset CommandInset href
32722 LatexCommand href
32723 name "sidecap"
32724 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
32725
32726 \end_inset
32727
32728
32729 \series default
32730
32731 \begin_inset Index idx
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
32736 \end_layout
32737
32738 \end_inset
32739
32740 の取扱説明書
32741 \end_layout
32742
32743 \begin_layout Bibliography
32744 \labelwidthstring 参考文献
32745 \begin_inset CommandInset bibitem
32746 LatexCommand bibitem
32747 key "prettyref"
32748
32749 \end_inset
32750
32751 LaTeXパッケージ
32752 \series bold
32753
32754 \begin_inset CommandInset href
32755 LatexCommand href
32756 name "prettyref"
32757 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
32758
32759 \end_inset
32760
32761
32762 \series default
32763
32764 \begin_inset Index idx
32765 status collapsed
32766
32767 \begin_layout Plain Layout
32768 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Bibliography
32777 \labelwidthstring 参考文献
32778 \begin_inset CommandInset bibitem
32779 LatexCommand bibitem
32780 key "refstyle"
32781
32782 \end_inset
32783
32784 LaTeXパッケージ
32785 \series bold
32786
32787 \begin_inset CommandInset href
32788 LatexCommand href
32789 name "refstyle"
32790 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
32791
32792 \end_inset
32793
32794
32795 \series default
32796
32797 \begin_inset Index idx
32798 status collapsed
32799
32800 \begin_layout Plain Layout
32801 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
32802 \end_layout
32803
32804 \end_inset
32805
32806
32807 \end_layout
32808
32809 \begin_layout Bibliography
32810 \labelwidthstring 参考文献
32811 \begin_inset CommandInset bibitem
32812 LatexCommand bibitem
32813 key "NewInLyX20"
32814
32815 \end_inset
32816
32817
32818 \family sans
32819 LyX 2.0
32820 \family default
32821 の新機能に関する
32822 \begin_inset CommandInset href
32823 LatexCommand href
32824 name "Wikiページ"
32825 target "http://wiki.lyx.org/LyX/NewInLyX20"
32826
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Standard
32833 \begin_inset CommandInset index_print
32834 LatexCommand printindex
32835 type "idx"
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \end_body
32843 \end_document