]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
5c9f9134b512479a33066427292436b7d0dd26bd
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % increase the bottom float placement fraction
66 \renewcommand{\bottomfraction}{0.5}
67
68 % avoids that floats are placed before their
69 % corresponding section starts
70 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
71
72 % speed up the longtable calculation
73 \setcounter{LTchunksize}{100}
74
75 % used for scaled and rotated boxes
76 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
77
78 % used for colored tables
79 \@ifundefined{textcolor}
80  {\usepackage{color}}{}
81 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
82 \definecolor{lightgrey}{gray}{0.8}
83
84 % check for package colortbl
85 % used for colored table cells
86 \newboolean{colortbl}
87 \IfFileExists{colortbl.sty}
88  {\usepackage{colortbl}
89   \setboolean{colortbl}{true}}
90  {\setboolean{colortbl}{false}}
91
92 % used for book-style tables
93 \usepackage{booktabs}
94
95 % used to have extra space in table cells
96 \@ifundefined{extrarowheight}
97  {\usepackage{array}}{}
98 \setlength{\extrarowheight}{2pt}
99
100 % used for customized tables
101 % ---
102 \newcolumntype{M}[1]
103  {>{\centering\hspace{0pt}}m{#1}}
104
105 \newcolumntype{S}[2]
106  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
107
108 \newcolumntype{K}[1]
109  {>{\columncolor{#1}\hspace{0pt}}c}
110
111 \newcolumntype{V}{!{\vrule width 1.5pt}}
112
113 \newcolumntype{W}{!{\color{green}\vline}}
114 % ---
115
116 % insert additional vertical space of
117 % 1.5 mm between footnotes
118 \let\myFoot\footnote
119 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
120
121 % number algorithm floats within chapters
122 \numberwithin{algorithm}{chapter}
123
124
125 % ------------------------------------
126 % used to check for needed LaTeX packages
127 \usepackage{ifthen}
128
129 % check for package arydshln
130 % used for tables with dashed lines
131 \newboolean{arydshln}
132 \IfFileExists{arydshln.sty}
133  {\usepackage{arydshln}
134   \setboolean{arydshln}{true}}
135  {\setboolean{arydshln}{false}}
136
137 % check for package marginnote
138 % used for margin notes
139 \newboolean{marginnote}
140 \IfFileExists{marginnote.sty}
141  {\usepackage{marginnote}
142   \let\marginpar\marginnote
143   \setboolean{marginnote}{true}}
144  {\setboolean{marginnote}{false}}
145
146 % check for package sidecap
147 % used for captions on the side
148 \newboolean{sidecap}
149 \IfFileExists{sidecap.sty}
150  {\usepackage{sidecap}
151   \setboolean{sidecap}{true}}
152  {\setboolean{sidecap}{false}}
153
154 % check for picinpar
155 % used for surrounded fixed objects
156 \newboolean{picinpar}
157 \IfFileExists{picinpar.sty}
158  {\usepackage{picinpar}
159   \setboolean{picinpar}{true}}
160  {\setboolean{picinpar}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX}}
166
167 \usepackage{t1enc}
168 \renewcommand{\seename}{→}
169
170 \usepackage{subfig}
171 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
172 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
173 \end_preamble
174 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
175 \use_default_options false
176 \begin_modules
177 initials
178 \end_modules
179 \maintain_unincluded_children false
180 \language japanese
181 \language_package default
182 \inputencoding auto
183 \fontencoding global
184 \font_roman default
185 \font_sans default
186 \font_typewriter default
187 \font_default_family default
188 \use_non_tex_fonts false
189 \font_sc false
190 \font_osf false
191 \font_sf_scale 100
192 \font_tt_scale 100
193
194 \graphics default
195 \default_output_format default
196 \output_sync 0
197 \bibtex_command default
198 \index_command default
199 \paperfontsize 12
200 \spacing single
201 \use_hyperref true
202 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
203 \pdf_author "LyX Team, Uwe Stohr"
204 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
205 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
206 \pdf_bookmarks true
207 \pdf_bookmarksnumbered true
208 \pdf_bookmarksopen true
209 \pdf_bookmarksopenlevel 1
210 \pdf_breaklinks false
211 \pdf_pdfborder false
212 \pdf_colorlinks true
213 \pdf_backref false
214 \pdf_pdfusetitle false
215 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
216 \papersize a4paper
217 \use_geometry true
218 \use_amsmath 2
219 \use_esint 0
220 \use_mhchem 1
221 \use_mathdots 1
222 \cite_engine basic
223 \use_bibtopic false
224 \use_indices false
225 \paperorientation portrait
226 \suppress_date false
227 \use_refstyle 0
228 \notefontcolor #0000ff
229 \index 索引
230 \shortcut idx
231 \color #008000
232 \end_index
233 \leftmargin 2.5cm
234 \topmargin 2.5cm
235 \rightmargin 2.5cm
236 \bottommargin 3cm
237 \secnumdepth 3
238 \tocdepth 3
239 \paragraph_separation skip
240 \defskip medskip
241 \quotes_language english
242 \papercolumns 1
243 \papersides 2
244 \paperpagestyle default
245 \bullet 1 1 34 -1
246 \bullet 2 2 35 -1
247 \bullet 3 2 7 -1
248 \tracking_changes false
249 \output_changes false
250 \html_math_output 0
251 \html_css_as_file 0
252 \html_be_strict false
253 \end_header
254
255 \begin_body
256
257 \begin_layout Title
258 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
259 \end_layout
260
261 \begin_layout Author
262 LyXプロジェクトチーム
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
269 \begin_inset CommandInset href
270 LatexCommand href
271 name "lyx-docs@lists.lyx.org"
272 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
273 type "mailto:"
274
275 \end_inset
276
277  までお送り下さい。
278 \end_layout
279
280 \end_inset
281
282
283 \begin_inset Note Note
284 status collapsed
285
286 \begin_layout Plain Layout
287 著者:Uwe Stöhr
288 \end_layout
289
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \family sans
302 バージョン2.0.x
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset CommandInset toc
307 LatexCommand tableofcontents
308
309 \end_inset
310
311
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset Note Note
316 status open
317
318 \begin_layout Plain Layout
319 本文書の全体をPDFやPS、DVIに書き出すには、
320 \series bold
321 arydshln
322 \series default
323
324 \series bold
325 colortbl
326 \series default
327
328 \series bold
329 marginnote
330 \series default
331
332 \series bold
333 sidecap
334 \series default
335 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
336 されません。
337 \end_layout
338
339 \begin_layout Plain Layout
340 本文書の最新PDF版は
341 \begin_inset Newline newline
342 \end_inset
343
344
345 \series bold
346 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
347 \series default
348
349 \begin_inset Newline newline
350 \end_inset
351
352 にあります。
353 \end_layout
354
355 \end_inset
356
357
358 \end_layout
359
360 \begin_layout Chapter
361
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 ず@図
367 \end_layout
368
369 \end_inset
370
371
372 \begin_inset Index idx
373 status collapsed
374
375 \begin_layout Plain Layout
376 がぞう@画像|see
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 {
383 \end_layout
384
385 \end_inset
386
387
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393 }
394 \end_layout
395
396 \end_inset
397
398
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Section
407 画像ダイアログ
408 \begin_inset Index idx
409 status collapsed
410
411 \begin_layout Plain Layout
412 ず@図 ! がぞうだいあろぐ@画像ダイアログ
413 \end_layout
414
415 \end_inset
416
417
418 \begin_inset CommandInset label
419 LatexCommand label
420 name "sec:画像ダイアログ"
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
429 \begin_inset Graphics
430         filename ../../images/dialog-show-new-inset_graphics.png
431         scale 85
432         scaleBeforeRotation
433
434 \end_inset
435
436 をクリックするか、
437 \family sans
438 挿入\SpecialChar \menuseparator
439 画像
440 \family default
441 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
442 \end_layout
443
444 \begin_layout Standard
445 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
446 \end_layout
447
448 \begin_layout Description
449
450 \family sans
451 画像
452 \family default
453  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
454 \begin_inset CommandInset ref
455 LatexCommand ref
456 reference "cha:LyXで使用できる単位"
457
458 \end_inset
459
460 に説明があります。
461 \begin_inset Newline newline
462 \end_inset
463
464
465 \begin_inset Index idx
466 status collapsed
467
468 \begin_layout Plain Layout
469 ず@図 ! のかいてん@---の回転
470 \end_layout
471
472 \end_inset
473
474 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 ず@図 ! のしんしゅく@---の伸縮
484 \end_layout
485
486 \end_inset
487
488 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
489 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
490 \family sans
491 縦横比を維持する
492 \family default
493 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
494 \begin_inset Newline newline
495 \end_inset
496
497 画像を右クリックすると現れるコンテクストメニューで
498 \family sans
499 外部で編集
500 \family default
501 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
502 ます。
503 \end_layout
504
505 \begin_layout Description
506
507 \family sans
508 切り抜き
509 \family default
510  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
511 \family sans
512 ファイルから取得
513 \family default
514 ボタンを押すことによって、自動的に計算することもできます。
515 \family sans
516 境界枠で切り抜く
517 \family default
518 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
519 \end_layout
520
521 \begin_layout Description
522
523 \family sans
524 LaTeXとLyXのオプション
525 \family default
526  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
527 \family sans
528
529 \begin_inset Newline newline
530 \end_inset
531
532 下書きモード
533 \family default
534 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
535 \family sans
536
537 \begin_inset Newline newline
538 \end_inset
539
540 エクスポートする際に解凍しない
541 \family default
542 オプションは、
543 \emph on
544 x.eps.gz
545 \emph default
546 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
547 ません。
548 \begin_inset Newline newline
549 \end_inset
550
551 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
552 \begin_inset CommandInset ref
553 LatexCommand ref
554 reference "sec:PostScript"
555
556 \end_inset
557
558 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
559 \begin_inset Newline newline
560 \end_inset
561
562
563 \series bold
564 gzip x.eps
565 \series default
566
567 \begin_inset Newline newline
568 \end_inset
569
570
571 \series bold
572 zgrep %%Bounding x.eps.gz > x.eps.bb
573 \series default
574
575 \begin_inset Newline newline
576 \end_inset
577
578 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
579 \begin_inset Newline newline
580 \end_inset
581
582
583 \family sans
584 画像グループ
585 \family default
586 フィールドでは、画像設定グループを定義したり既存のグループに所属させたりすることができます
587 \begin_inset Index idx
588 status collapsed
589
590 \begin_layout Plain Layout
591 ず@図 ! せっていぐるーぷ@設定グループ
592 \end_layout
593
594 \end_inset
595
596 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
597 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
598 ーを使用して、望むグループ名をチェックすることで行うこともできます。
599 \end_layout
600
601 \begin_layout Standard
602 \begin_inset VSpace bigskip
603 \end_inset
604
605
606 \end_layout
607
608 \begin_layout Standard
609 下記はEPS書式
610 \begin_inset Foot
611 status collapsed
612
613 \begin_layout Plain Layout
614 画像書式は、第
615 \begin_inset CommandInset ref
616 LatexCommand ref
617 reference "sec:画像書式"
618
619 \end_inset
620
621 節に説明されています。
622 \end_layout
623
624 \end_inset
625
626 の画像の例で、単独の中央揃えの段落に置いてあります。
627 \end_layout
628
629 \begin_layout Standard
630 \align center
631 \begin_inset Graphics
632         filename ../clipart/mobius.eps
633         scale 70
634         scaleBeforeRotation
635         rotateOrigin center
636
637 \end_inset
638
639
640 \end_layout
641
642 \begin_layout Standard
643 下記は上と同じ画像ですが、下書きモードのものです。
644 \end_layout
645
646 \begin_layout Standard
647 \align center
648 \begin_inset Graphics
649         filename ../clipart/mobius.eps
650         scale 70
651         draft
652         scaleBeforeRotation
653         rotateOrigin center
654
655 \end_inset
656
657
658 \end_layout
659
660 \begin_layout Standard
661 \begin_inset Newpage newpage
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Section
668 図フロート
669 \begin_inset CommandInset label
670 LatexCommand label
671 name "sec:図フロート"
672
673 \end_inset
674
675
676 \begin_inset Index idx
677 status collapsed
678
679 \begin_layout Plain Layout
680 ふろーと@フロート ! ず@図
681 \end_layout
682
683 \end_inset
684
685
686 \begin_inset Index idx
687 status collapsed
688
689 \begin_layout Plain Layout
690 ず@図 ! ふろーと@フロート
691 \end_layout
692
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Standard
699 フロートについての一般的な説明は、第
700 \begin_inset CommandInset ref
701 LatexCommand ref
702 reference "sec:フロートはじめに"
703
704 \end_inset
705
706 節をご覧下さい。
707 \end_layout
708
709 \begin_layout Standard
710 ツールバーボタンの
711 \begin_inset Graphics
712         filename ../../images/float-insert_figure.png
713         scale 85
714         scaleBeforeRotation
715
716 \end_inset
717
718
719 \family sans
720 挿入\SpecialChar \menuseparator
721 フロート\SpecialChar \menuseparator
722
723 \family default
724 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "fig:犠牲のカモノハシ"
728
729 \end_inset
730
731 のようにキャプションの上に置くこともできますし、図
732 \begin_inset CommandInset ref
733 LatexCommand ref
734 reference "fig:エッシャー"
735
736 \end_inset
737
738 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
739 \begin_inset CommandInset ref
740 LatexCommand ref
741 reference "sec:キャプションの配置"
742
743 \end_inset
744
745 節に述べられています。
746 \end_layout
747
748 \begin_layout Standard
749 \begin_inset Float figure
750 wide false
751 sideways false
752 status open
753
754 \begin_layout Plain Layout
755 \align center
756 \begin_inset Graphics
757         filename ../clipart/platypus.eps
758         width 50col%
759         scaleBeforeRotation
760         rotateOrigin center
761
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Plain Layout
768 \begin_inset Caption
769
770 \begin_layout Plain Layout
771 \begin_inset CommandInset label
772 LatexCommand label
773 name "fig:犠牲のカモノハシ"
774
775 \end_inset
776
777 フロート中の激しく歪んだカモノハシ
778 \end_layout
779
780 \end_inset
781
782
783 \end_layout
784
785 \end_inset
786
787
788 \end_layout
789
790 \begin_layout Standard
791 \begin_inset Float figure
792 wide false
793 sideways false
794 status open
795
796 \begin_layout Plain Layout
797 \begin_inset Caption
798
799 \begin_layout Plain Layout
800 \begin_inset CommandInset label
801 LatexCommand label
802 name "fig:エッシャー"
803
804 \end_inset
805
806 行ってしまったM.C.エッシャー
807 \end_layout
808
809 \end_inset
810
811
812 \end_layout
813
814 \begin_layout Plain Layout
815 \align center
816 \begin_inset Graphics
817         filename ../clipart/escher-lsd.eps
818         scale 80
819         scaleBeforeRotation
820         rotateOrigin center
821
822 \end_inset
823
824
825 \end_layout
826
827 \end_inset
828
829
830 \end_layout
831
832 \begin_layout Standard
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 さんしょう@参照 ! ずへの@図への ---
838 \end_layout
839
840 \end_inset
841
842
843 \begin_inset CommandInset ref
844 LatexCommand ref
845 reference "fig:犠牲のカモノハシ"
846
847 \end_inset
848
849 図と第
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "fig:エッシャー"
853
854 \end_inset
855
856 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
857 \family sans
858 挿入\SpecialChar \menuseparator
859 ラベル
860 \family default
861 メニューかツールバーボタン
862 \begin_inset Graphics
863         filename ../../images/label-insert.png
864         scale 85
865         scaleBeforeRotation
866
867 \end_inset
868
869 を使用して、キャプションにラベルを挿入してください。その後、
870 \family sans
871 挿入\SpecialChar \menuseparator
872 相互参照
873 \family default
874 メニューかツールバーボタン
875 \begin_inset Graphics
876         filename ../../images/dialog-show-new-inset_ref.png
877         scale 85
878         scaleBeforeRotation
879
880 \end_inset
881
882 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
883 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
884 \begin_inset Newline newline
885 \end_inset
886
887 参照は、第
888 \begin_inset CommandInset ref
889 LatexCommand ref
890 reference "sec:フロートの参照"
891
892 \end_inset
893
894 節で詳細に説明されています。
895 \end_layout
896
897 \begin_layout Standard
898 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
899 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
900 \begin_inset CommandInset ref
901 LatexCommand ref
902 reference "fig:歪められた二つの像"
903
904 \end_inset
905
906 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
907 \begin_inset CommandInset ref
908 LatexCommand ref
909 reference "fig:何かわからない構造"
910
911 \end_inset
912
913 と図
914 \begin_inset CommandInset ref
915 LatexCommand ref
916 reference "fig:カモノハシ"
917
918 \end_inset
919
920 が内部図になります。
921 \end_layout
922
923 \begin_layout Standard
924 \begin_inset Float figure
925 wide false
926 sideways false
927 status open
928
929 \begin_layout Plain Layout
930 \begin_inset space \hfill{}
931 \end_inset
932
933
934 \begin_inset Float figure
935 wide false
936 sideways false
937 status open
938
939 \begin_layout Plain Layout
940 \begin_inset Caption
941
942 \begin_layout Plain Layout
943 \begin_inset CommandInset label
944 LatexCommand label
945 name "fig:何かわからない構造"
946
947 \end_inset
948
949 何かわからない構造
950 \end_layout
951
952 \end_inset
953
954
955 \end_layout
956
957 \begin_layout Plain Layout
958 \begin_inset Graphics
959         filename ../clipart/escher-lsd.eps
960         width 45col%
961         scaleBeforeRotation
962         groupId distorted
963
964 \end_inset
965
966
967 \end_layout
968
969 \end_inset
970
971
972 \begin_inset space \hfill{}
973 \end_inset
974
975
976 \begin_inset Float figure
977 wide false
978 sideways false
979 status open
980
981 \begin_layout Plain Layout
982 \begin_inset Caption
983
984 \begin_layout Plain Layout
985 \begin_inset CommandInset label
986 LatexCommand label
987 name "fig:カモノハシ"
988
989 \end_inset
990
991 カモノハシ
992 \end_layout
993
994 \end_inset
995
996
997 \end_layout
998
999 \begin_layout Plain Layout
1000 \begin_inset Graphics
1001         filename ../clipart/platypus.eps
1002         width 45col%
1003         scaleBeforeRotation
1004         groupId distorted
1005
1006 \end_inset
1007
1008
1009 \end_layout
1010
1011 \end_inset
1012
1013
1014 \begin_inset space \hfill{}
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Caption
1022
1023 \begin_layout Plain Layout
1024 \begin_inset CommandInset label
1025 LatexCommand label
1026 name "fig:歪められた二つの像"
1027
1028 \end_inset
1029
1030 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1031 \end_layout
1032
1033 \end_inset
1034
1035
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Standard
1044 \begin_inset Newpage newpage
1045 \end_inset
1046
1047
1048 \end_layout
1049
1050 \begin_layout Section
1051 画像書式
1052 \begin_inset CommandInset label
1053 LatexCommand label
1054 name "sec:画像書式"
1055
1056 \end_inset
1057
1058
1059 \begin_inset Index idx
1060 status collapsed
1061
1062 \begin_layout Plain Layout
1063 がぞうしょしき@画像書式
1064 \end_layout
1065
1066 \end_inset
1067
1068
1069 \begin_inset Index idx
1070 status collapsed
1071
1072 \begin_layout Plain Layout
1073 ず@図 ! がぞうしょしき@画像書式
1074 \end_layout
1075
1076 \end_inset
1077
1078
1079 \end_layout
1080
1081 \begin_layout Standard
1082 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1083 \begin_inset CommandInset ref
1084 LatexCommand ref
1085 reference "cha:ファイル出力形式"
1086
1087 \end_inset
1088
1089 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1090 ウンドで
1091 \family typewriter
1092 ImageMagick
1093 \family default
1094 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1095 用するとよいでしょう。出力ファイル書式は、付録
1096 \begin_inset CommandInset ref
1097 LatexCommand ref
1098 reference "cha:ファイル出力形式"
1099
1100 \end_inset
1101
1102 に説明されています。
1103 \end_layout
1104
1105 \begin_layout Standard
1106 フォントと同じく、画像形式にも以下の二つの型があります。
1107 \end_layout
1108
1109 \begin_layout Description
1110 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1111 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1112 \family typewriter
1113 .gif
1114 \family default
1115 」)
1116 \begin_inset Index idx
1117 status collapsed
1118
1119 \begin_layout Plain Layout
1120 GIF|see
1121 \begin_inset ERT
1122 status collapsed
1123
1124 \begin_layout Plain Layout
1125
1126 {
1127 \end_layout
1128
1129 \end_inset
1130
1131 画像書式
1132 \begin_inset ERT
1133 status collapsed
1134
1135 \begin_layout Plain Layout
1136
1137 }
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \end_inset
1146
1147 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1148 \family typewriter
1149 .png
1150 \family default
1151 」)
1152 \begin_inset Index idx
1153 status collapsed
1154
1155 \begin_layout Plain Layout
1156 PNG|see
1157 \begin_inset ERT
1158 status collapsed
1159
1160 \begin_layout Plain Layout
1161
1162 {
1163 \end_layout
1164
1165 \end_inset
1166
1167 画像書式
1168 \begin_inset ERT
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172
1173 }
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \end_layout
1180
1181 \end_inset
1182
1183 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1184 \family typewriter
1185 .jpg
1186 \family default
1187 」または「
1188 \family typewriter
1189 .jpeg
1190 \family default
1191 」)
1192 \begin_inset Index idx
1193 status collapsed
1194
1195 \begin_layout Plain Layout
1196 JPG|see
1197 \begin_inset ERT
1198 status collapsed
1199
1200 \begin_layout Plain Layout
1201
1202 {
1203 \end_layout
1204
1205 \end_inset
1206
1207 画像書式
1208 \begin_inset ERT
1209 status collapsed
1210
1211 \begin_layout Plain Layout
1212
1213 }
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \end_inset
1222
1223 などがあります。
1224 \end_layout
1225
1226 \begin_layout Description
1227 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1228 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1229 に便利です。
1230 \begin_inset Newline newline
1231 \end_inset
1232
1233 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1234 \family typewriter
1235 .svg
1236 \family default
1237 」)
1238 \begin_inset Index idx
1239 status collapsed
1240
1241 \begin_layout Plain Layout
1242 SVG|see
1243 \begin_inset ERT
1244 status collapsed
1245
1246 \begin_layout Plain Layout
1247
1248 {
1249 \end_layout
1250
1251 \end_inset
1252
1253 画像書式
1254 \begin_inset ERT
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258
1259 }
1260 \end_layout
1261
1262 \end_inset
1263
1264
1265 \end_layout
1266
1267 \end_inset
1268
1269 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1270 \family typewriter
1271 .eps
1272 \family default
1273 」)
1274 \begin_inset Index idx
1275 status collapsed
1276
1277 \begin_layout Plain Layout
1278 EPS|see
1279 \begin_inset ERT
1280 status collapsed
1281
1282 \begin_layout Plain Layout
1283
1284 {
1285 \end_layout
1286
1287 \end_inset
1288
1289 画像書式
1290 \begin_inset ERT
1291 status collapsed
1292
1293 \begin_layout Plain Layout
1294
1295 }
1296 \end_layout
1297
1298 \end_inset
1299
1300
1301 \end_layout
1302
1303 \end_inset
1304
1305 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1306 \family typewriter
1307 .pdf
1308 \family default
1309 」)
1310 \begin_inset Index idx
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 PDF
1315 \end_layout
1316
1317 \end_inset
1318
1319 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1320 \family typewriter
1321 .wmf
1322 \family default
1323 」)
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 SVG|see
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 {
1335 \end_layout
1336
1337 \end_inset
1338
1339 画像書式
1340 \begin_inset ERT
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344
1345 }
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \end_inset
1354
1355 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1356 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1357 \begin_inset Foot
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361 PDFの場合には、さらに元画像が圧縮されます。
1362 \end_layout
1363
1364 \end_inset
1365
1366 。たとえば、
1367 \family typewriter
1368 Adobe Photoshop
1369 \family default
1370 が生成するPDFファイルは、ビットマップ画像です。
1371 \end_layout
1372
1373 \begin_layout Standard
1374 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1375 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1376 \begin_inset Formula $\to$
1377 \end_inset
1378
1379 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1380 \end_layout
1381
1382 \begin_layout Chapter
1383
1384 \begin_inset Index idx
1385 status collapsed
1386
1387 \begin_layout Plain Layout
1388 ひょう@表
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \begin_layout Section
1397 はじめに
1398 \begin_inset Index idx
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 ひょう@表 ! はじめに
1403 \end_layout
1404
1405 \end_inset
1406
1407
1408 \end_layout
1409
1410 \begin_layout Standard
1411
1412 \family roman
1413 \series medium
1414 \shape up
1415 \size normal
1416 \emph off
1417 \bar no
1418 \noun off
1419 \color none
1420 表を挿入するには、ツールバーボタン
1421 \begin_inset Graphics
1422         filename ../../images/tabular-insert.png
1423         scale 85
1424
1425 \end_inset
1426
1427 か、
1428 \family sans
1429 \series default
1430 \shape default
1431 \size default
1432 \emph default
1433 \bar default
1434 \noun default
1435 \color inherit
1436 挿入\SpecialChar \menuseparator
1437
1438 \family default
1439 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1440 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1441 \begin_inset Newline newline
1442 \end_inset
1443
1444 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1445 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1446 \end_layout
1447
1448 \begin_layout Standard
1449 \align center
1450 \begin_inset Tabular
1451 <lyxtabular version="3" rows="4" columns="4">
1452 <features tabularvalignment="middle">
1453 <column alignment="center" valignment="top" width="0">
1454 <column alignment="center" valignment="top" width="0">
1455 <column alignment="center" valignment="top" width="0">
1456 <column alignment="center" valignment="top" width="0">
1457 <row>
1458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1459 \begin_inset Text
1460
1461 \begin_layout Plain Layout
1462
1463 \end_layout
1464
1465 \end_inset
1466 </cell>
1467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1468 \begin_inset Text
1469
1470 \begin_layout Plain Layout
1471 1
1472 \end_layout
1473
1474 \end_inset
1475 </cell>
1476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1477 \begin_inset Text
1478
1479 \begin_layout Plain Layout
1480 2
1481 \end_layout
1482
1483 \end_inset
1484 </cell>
1485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1486 \begin_inset Text
1487
1488 \begin_layout Plain Layout
1489 3
1490 \end_layout
1491
1492 \end_inset
1493 </cell>
1494 </row>
1495 <row>
1496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 </lyxtabular>
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Section
1617 表ダイアログ
1618 \begin_inset Index idx
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 ひょう@表 ! だいあろぐ@ダイアログ
1623 \end_layout
1624
1625 \end_inset
1626
1627
1628 \end_layout
1629
1630 \begin_layout Standard
1631
1632 \family roman
1633 \series medium
1634 \shape up
1635 \size normal
1636 \emph off
1637 \bar no
1638 \noun off
1639 \color none
1640 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1641 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1642 \family default
1643 \series default
1644 \shape default
1645 \size default
1646 \emph default
1647 \bar default
1648 \noun default
1649 \color inherit
1650 セルの
1651 \emph on
1652 内容
1653 \emph default
1654 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1655 \begin_inset Newline newline
1656 \end_inset
1657
1658 ダイアログオプションの
1659 \family sans
1660 直ちに適用
1661 \family default
1662 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1663 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1664 \begin_inset Newline newline
1665 \end_inset
1666
1667 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1668 \end_layout
1669
1670 \begin_layout Description
1671
1672 \family sans
1673 表の設定
1674 \family default
1675  ここでは、現在列の幅と水平揃えを設定することができます。
1676 \family sans
1677 小数点で
1678 \family default
1679 とある揃えは、第
1680 \begin_inset CommandInset ref
1681 LatexCommand ref
1682 reference "sub:特殊なセル揃え"
1683
1684 \end_inset
1685
1686 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1687 は、第
1688 \begin_inset CommandInset ref
1689 LatexCommand ref
1690 reference "sub:複数行"
1691
1692 \end_inset
1693
1694 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1695 \begin_inset Newline newline
1696 \end_inset
1697
1698 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1699 \begin_inset CommandInset ref
1700 LatexCommand ref
1701 reference "sub:連結列"
1702
1703 \end_inset
1704
1705 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1706 \begin_inset CommandInset ref
1707 LatexCommand ref
1708 reference "sub:連結行"
1709
1710 \end_inset
1711
1712 節をご参照ください。
1713 \begin_inset Newline newline
1714 \end_inset
1715
1716 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1717 \begin_inset Newline newline
1718 \end_inset
1719
1720
1721 \begin_inset Note Greyedout
1722 status open
1723
1724 \begin_layout Plain Layout
1725
1726 \series bold
1727 【註】
1728 \series default
1729 DVIビューアのすべてが回転を表示できるわけではありません。
1730 \end_layout
1731
1732 \end_inset
1733
1734
1735 \begin_inset Newline newline
1736 \end_inset
1737
1738 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1739 \begin_inset Newline newline
1740 \end_inset
1741
1742 各種の揃えを適用した同一行中の表:
1743 \begin_inset Tabular
1744 <lyxtabular version="3" rows="2" columns="2">
1745 <features tabularvalignment="top">
1746 <column alignment="center" valignment="top" width="0pt">
1747 <column alignment="center" valignment="top" width="0">
1748 <row>
1749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1750 \begin_inset Text
1751
1752 \begin_layout Plain Layout
1753
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762 1
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 </row>
1768 <row>
1769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773 A
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 </row>
1788 </lyxtabular>
1789
1790 \end_inset
1791
1792  
1793 \begin_inset Tabular
1794 <lyxtabular version="3" rows="2" columns="2">
1795 <features tabularvalignment="middle">
1796 <column alignment="center" valignment="top" width="0">
1797 <column alignment="center" valignment="top" width="0">
1798 <row>
1799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \end_layout
1805
1806 \end_inset
1807 </cell>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 1
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 </row>
1818 <row>
1819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823 A
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 </lyxtabular>
1839
1840 \end_inset
1841
1842  
1843 \begin_inset Tabular
1844 <lyxtabular version="3" rows="2" columns="2">
1845 <features tabularvalignment="bottom">
1846 <column alignment="center" valignment="top" width="0pt">
1847 <column alignment="center" valignment="top" width="0">
1848 <row>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 1
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 </row>
1868 <row>
1869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 A
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 </row>
1888 </lyxtabular>
1889
1890 \end_inset
1891
1892
1893 \begin_inset Newline newline
1894 \end_inset
1895
1896 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1897 \begin_inset CommandInset ref
1898 LatexCommand ref
1899 reference "sub:連結列の計算"
1900
1901 \end_inset
1902
1903 節および第
1904 \begin_inset CommandInset ref
1905 LatexCommand ref
1906 reference "sec:色付きの表"
1907
1908 \end_inset
1909
1910 節をご参照下さい。
1911 \end_layout
1912
1913 \begin_layout Description
1914
1915 \family sans
1916 罫線
1917 \family default
1918  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1919 \begin_inset Newline newline
1920 \end_inset
1921
1922 様式オプションとして
1923 \family sans
1924 フォーマル様式
1925 \family default
1926 を使用すると、第
1927 \begin_inset CommandInset ref
1928 LatexCommand ref
1929 reference "sec:フォーマル形式の表"
1930
1931 \end_inset
1932
1933 節に述べられているフォーマル様式の表に表を変換します。
1934 \begin_inset Newline newline
1935 \end_inset
1936
1937 またここで、第
1938 \begin_inset CommandInset ref
1939 LatexCommand ref
1940 reference "sub:行の余白取り"
1941
1942 \end_inset
1943
1944 節に述べられているように、表の行に空白を追加することもできます。
1945 \end_layout
1946
1947 \begin_layout Description
1948
1949 \family sans
1950 長尺表
1951 \family default
1952  このタブは、複数のページにわたる、いわゆる「
1953 \emph on
1954 長尺表
1955 \emph default
1956 」を作るためのものです。第
1957 \begin_inset CommandInset ref
1958 LatexCommand ref
1959 reference "sec:長尺表"
1960
1961 \end_inset
1962
1963 節および第
1964 \begin_inset CommandInset ref
1965 LatexCommand ref
1966 reference "sec:長尺表にまつわる諸点"
1967
1968 \end_inset
1969
1970 節に、長尺表の機能に関する詳細な説明があります。
1971 \end_layout
1972
1973 \begin_layout Section
1974 表ツールバー
1975 \begin_inset Index idx
1976 status collapsed
1977
1978 \begin_layout Plain Layout
1979 ひょう@表 ! つーるばー@ツールバー
1980 \end_layout
1981
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \begin_layout Standard
1988 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1989 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1990 \end_layout
1991
1992 \begin_layout Standard
1993 ツールバーには、以下のアイコンがあります。
1994 \end_layout
1995
1996 \begin_layout Labeling
1997 \labelwidthstring 00.00.0000
1998 \begin_inset Graphics
1999         filename ../../images/tabular-feature_append-row.png
2000         scaleBeforeRotation
2001
2002 \end_inset
2003
2004 は、現在セルあるいは選択範囲の下に行を追加します。
2005 \end_layout
2006
2007 \begin_layout Labeling
2008 \labelwidthstring 00.00.0000
2009 \begin_inset Graphics
2010         filename ../../images/tabular-feature_append-column.png
2011         scaleBeforeRotation
2012
2013 \end_inset
2014
2015 は、現在セルあるいは選択範囲の右に列を追加します。
2016 \end_layout
2017
2018 \begin_layout Labeling
2019 \labelwidthstring 00.00.0000
2020 \begin_inset Graphics
2021         filename ../../images/tabular-feature_delete-row.png
2022         scaleBeforeRotation
2023
2024 \end_inset
2025
2026 は、現在行あるいは選択範囲行を削除します。
2027 \end_layout
2028
2029 \begin_layout Labeling
2030 \labelwidthstring 00.00.0000
2031 \begin_inset Graphics
2032         filename ../../images/tabular-feature_delete-column.png
2033         scaleBeforeRotation
2034
2035 \end_inset
2036
2037 は、現在列あるいは選択範囲列を削除します。
2038 \end_layout
2039
2040 \begin_layout Labeling
2041 \labelwidthstring 00.00.0000
2042 \begin_inset Graphics
2043         filename ../../images/tabular-feature_toggle-line-top.png
2044         scaleBeforeRotation
2045
2046 \end_inset
2047
2048 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2049 \end_layout
2050
2051 \begin_layout Labeling
2052 \labelwidthstring 00.00.0000
2053 \begin_inset Graphics
2054         filename ../../images/tabular-feature_toggle-line-bottom.png
2055         scaleBeforeRotation
2056
2057 \end_inset
2058
2059 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2060 \end_layout
2061
2062 \begin_layout Labeling
2063 \labelwidthstring 00.00.0000
2064 \begin_inset Graphics
2065         filename ../../images/tabular-feature_toggle-line-left.png
2066         scaleBeforeRotation
2067
2068 \end_inset
2069
2070 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2071 \end_layout
2072
2073 \begin_layout Labeling
2074 \labelwidthstring 00.00.0000
2075 \begin_inset Graphics
2076         filename ../../images/tabular-feature_toggle-line-right.png
2077         scaleBeforeRotation
2078
2079 \end_inset
2080
2081 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2082 \end_layout
2083
2084 \begin_layout Labeling
2085 \labelwidthstring 00.00.0000
2086 \begin_inset Graphics
2087         filename ../../images/tabular-feature_set-all-lines.png
2088         scaleBeforeRotation
2089
2090 \end_inset
2091
2092 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2093 \end_layout
2094
2095 \begin_layout Labeling
2096 \labelwidthstring 00.00.0000
2097 \begin_inset Graphics
2098         filename ../../images/tabular-feature_unset-all-lines.png
2099         scaleBeforeRotation
2100
2101 \end_inset
2102
2103 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Graphics
2109         filename ../../images/tabular-feature_m-align-left.png
2110         scaleBeforeRotation
2111
2112 \end_inset
2113
2114 は、現在セルあるいは現在列の内容を左揃えにします。
2115 \end_layout
2116
2117 \begin_layout Labeling
2118 \labelwidthstring 00.00.0000
2119 \begin_inset Graphics
2120         filename ../../images/tabular-feature_m-align-center.png
2121         scaleBeforeRotation
2122
2123 \end_inset
2124
2125 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2126 \end_layout
2127
2128 \begin_layout Labeling
2129 \labelwidthstring 00.00.0000
2130 \begin_inset Graphics
2131         filename ../../images/tabular-feature_m-align-right.png
2132         scaleBeforeRotation
2133
2134 \end_inset
2135
2136 は、現在セルあるいは現在列の内容を右揃えにします。
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Graphics
2142         filename ../../images/tabular-feature_align-decimal.png
2143         scaleBeforeRotation
2144
2145 \end_inset
2146
2147 は、現在セルの内容を特定文字位置で揃えます。
2148 \end_layout
2149
2150 \begin_layout Labeling
2151 \labelwidthstring 00.00.0000
2152 \begin_inset Graphics
2153         filename ../../images/tabular-feature_m-valign-top.png
2154         scaleBeforeRotation
2155
2156 \end_inset
2157
2158 は、現在セルの内容を垂直方向上揃えにします。
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163 \begin_inset Graphics
2164         filename ../../images/tabular-feature_m-valign-middle.png
2165         scaleBeforeRotation
2166
2167 \end_inset
2168
2169 は、現在セルの内容を垂直方向中央揃えにします。
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Graphics
2175         filename ../../images/tabular-feature_m-valign-bottom.png
2176         scaleBeforeRotation
2177
2178 \end_inset
2179
2180 は、現在セルの内容を垂直方向下揃えにします。
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../../images/tabular-feature_set-rotate-cell.png
2187         scaleBeforeRotation
2188
2189 \end_inset
2190
2191 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_set-rotate-tabular.png
2198         scaleBeforeRotation
2199
2200 \end_inset
2201
2202 は、表全体を反時計廻りに90度回転します。
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../../images/tabular-feature_multicolumn.png
2209         scaleBeforeRotation
2210
2211 \end_inset
2212
2213 は、現在セルあるいは選択範囲を連結列にします。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../../images/tabular-feature_multirow.png
2220         scaleBeforeRotation
2221
2222 \end_inset
2223
2224 は、現在セルあるいは選択範囲を連結行にします。
2225 \end_layout
2226
2227 \begin_layout Standard
2228 \begin_inset Note Greyedout
2229 status open
2230
2231 \begin_layout Plain Layout
2232
2233 \series bold
2234 【註】
2235 \series default
2236 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Section
2245 表編集メニュー
2246 \begin_inset Index idx
2247 status collapsed
2248
2249 \begin_layout Plain Layout
2250 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2251 \end_layout
2252
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \begin_layout Standard
2259 表ダイアログと表ツールバーの他に、
2260 \family sans
2261 編集\SpecialChar \menuseparator
2262
2263 \family default
2264 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2265 部にあるときのみ、表示されます。
2266 \end_layout
2267
2268 \begin_layout Section
2269 表フロート
2270 \begin_inset CommandInset label
2271 LatexCommand label
2272 name "sec:表フロート"
2273
2274 \end_inset
2275
2276
2277 \begin_inset Index idx
2278 status collapsed
2279
2280 \begin_layout Plain Layout
2281 ふろーと@フロート ! ひょう@表
2282 \end_layout
2283
2284 \end_inset
2285
2286
2287 \begin_inset Index idx
2288 status collapsed
2289
2290 \begin_layout Plain Layout
2291 ひょう@表 ! ふろーと@フロート
2292 \end_layout
2293
2294 \end_inset
2295
2296
2297 \end_layout
2298
2299 \begin_layout Standard
2300 フロートの一般的な説明については、第
2301 \begin_inset CommandInset ref
2302 LatexCommand ref
2303 reference "sec:フロートはじめに"
2304
2305 \end_inset
2306
2307 節をご覧下さい。
2308 \end_layout
2309
2310 \begin_layout Standard
2311 \begin_inset Float table
2312 placement h
2313 wide false
2314 sideways false
2315 status open
2316
2317 \begin_layout Plain Layout
2318 \begin_inset Caption
2319
2320 \begin_layout Plain Layout
2321 \begin_inset CommandInset label
2322 LatexCommand label
2323 name "tab:表フロート"
2324
2325 \end_inset
2326
2327 表フロート
2328 \end_layout
2329
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Plain Layout
2336 \align center
2337 \begin_inset Tabular
2338 <lyxtabular version="3" rows="3" columns="3">
2339 <features tabularvalignment="middle">
2340 <column alignment="center" valignment="top" width="0pt">
2341 <column alignment="center" valignment="top" width="0pt">
2342 <column alignment="center" valignment="top" width="0pt">
2343 <row>
2344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2345 \begin_inset Text
2346
2347 \begin_layout Plain Layout
2348
2349 \family roman
2350 \series medium
2351 \shape up
2352 \size normal
2353 \emph off
2354 \bar no
2355 \noun off
2356 \color none
2357 1
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366
2367 \family roman
2368 \series medium
2369 \shape up
2370 \size normal
2371 \emph off
2372 \bar no
2373 \noun off
2374 \color none
2375 2
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Plain Layout
2384
2385 \family roman
2386 \series medium
2387 \shape up
2388 \size normal
2389 \emph off
2390 \bar no
2391 \noun off
2392 \color none
2393 3
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 </row>
2399 <row>
2400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Plain Layout
2404 森嶋
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2410 \begin_inset Text
2411
2412 \begin_layout Plain Layout
2413 宇沢
2414 \end_layout
2415
2416 \end_inset
2417 </cell>
2418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422 二階堂
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 </row>
2428 <row>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433
2434 \family roman
2435 \series medium
2436 \shape up
2437 \size normal
2438 \emph off
2439 \bar no
2440 \noun off
2441 \color none
2442 \begin_inset Formula $\int x^{2}dx$
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \end_inset
2449 </cell>
2450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Plain Layout
2454
2455 \family roman
2456 \series medium
2457 \shape up
2458 \size normal
2459 \emph off
2460 \bar no
2461 \noun off
2462 \color none
2463 \begin_inset Formula $\left[\begin{array}{cc}
2464 a & b\\
2465 c & d
2466 \end{array}\right]$
2467 \end_inset
2468
2469
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Plain Layout
2478
2479 \family roman
2480 \series medium
2481 \shape up
2482 \size normal
2483 \emph off
2484 \bar no
2485 \noun off
2486 \color none
2487 \begin_inset Formula $1+1=2$
2488 \end_inset
2489
2490
2491 \end_layout
2492
2493 \end_inset
2494 </cell>
2495 </row>
2496 </lyxtabular>
2497
2498 \end_inset
2499
2500
2501 \end_layout
2502
2503 \end_inset
2504
2505
2506 \end_layout
2507
2508 \begin_layout Standard
2509 表フロートは、
2510 \family sans
2511 挿入
2512 \shape up
2513 \SpecialChar \menuseparator
2514 フロート\SpecialChar \menuseparator
2515
2516 \family default
2517 \shape default
2518 メニューかツールバーボタン
2519 \begin_inset Graphics
2520         filename ../../images/float-insert_table.png
2521         scale 85
2522         scaleBeforeRotation
2523
2524 \end_inset
2525
2526 を使うと挿入することができます。
2527 \end_layout
2528
2529 \begin_layout Standard
2530 フロートは折りたたむことのできるボックスとして表示され、中には「表
2531 \begin_inset space ~
2532 \end_inset
2533
2534 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2535 \end_layout
2536
2537 \begin_layout Standard
2538
2539 \begin_inset space ~
2540 \end_inset
2541
2542
2543 \begin_inset CommandInset ref
2544 LatexCommand ref
2545 reference "tab:表フロート"
2546
2547 \end_inset
2548
2549 は、表フロートに入れた表の例です。
2550 \end_layout
2551
2552 \begin_layout Standard
2553 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2554 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2555 eXパッケージの
2556 \series bold
2557 caption
2558 \series default
2559
2560 \begin_inset Index idx
2561 status collapsed
2562
2563 \begin_layout Plain Layout
2564 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2565 \end_layout
2566
2567 \end_inset
2568
2569
2570 \end_layout
2571
2572 \begin_layout Standard
2573
2574 \series bold
2575 tableposition=top
2576 \end_layout
2577
2578 \begin_layout Standard
2579 というオプションとともにloadコマンドを使って読み込んでください
2580 \begin_inset Foot
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 詳しくは、第
2585 \begin_inset CommandInset ref
2586 LatexCommand ref
2587 reference "sec:キャプションの配置"
2588
2589 \end_inset
2590
2591 節をご覧下さい。
2592 \end_layout
2593
2594 \end_inset
2595
2596 。キャプション書式を調整するには、第
2597 \begin_inset CommandInset ref
2598 LatexCommand ref
2599 reference "sec:キャプションの書式設定"
2600
2601 \end_inset
2602
2603 節にものべられているように
2604 \series bold
2605 caption
2606 \series default
2607 パッケージを使用します。
2608 \end_layout
2609
2610 \begin_layout Standard
2611 \begin_inset Index idx
2612 status collapsed
2613
2614 \begin_layout Plain Layout
2615 さんしょう@参照 ! ひょうへの@表への
2616 \end_layout
2617
2618 \end_inset
2619
2620 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2621 \family sans
2622 挿入\SpecialChar \menuseparator
2623 ラベル
2624 \family default
2625 メニューかツールバーボタンの
2626 \begin_inset Graphics
2627         filename ../../images/label-insert.png
2628         scale 85
2629         scaleBeforeRotation
2630
2631 \end_inset
2632
2633 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2634 相互参照メニューかツールバーボタンの
2635 \begin_inset Graphics
2636         filename ../../images/dialog-show-new-inset_ref.png
2637         scale 85
2638         scaleBeforeRotation
2639
2640 \end_inset
2641
2642 を用いて、このラベルを参照することができます。
2643 \begin_inset Newline newline
2644 \end_inset
2645
2646 参照は、第
2647 \begin_inset CommandInset ref
2648 LatexCommand ref
2649 reference "sec:フロートの参照"
2650
2651 \end_inset
2652
2653 節で詳細に説明されています。
2654 \end_layout
2655
2656 \begin_layout Section
2657 長尺表
2658 \begin_inset CommandInset label
2659 LatexCommand label
2660 name "sec:長尺表"
2661
2662 \end_inset
2663
2664
2665 \begin_inset Index idx
2666 status collapsed
2667
2668 \begin_layout Plain Layout
2669 ちょうしゃくひょう@長尺表
2670 \end_layout
2671
2672 \end_inset
2673
2674
2675 \begin_inset Index idx
2676 status collapsed
2677
2678 \begin_layout Plain Layout
2679 ひょう@表 ! ちょうしゃくひょう@長尺表
2680 \end_layout
2681
2682 \end_inset
2683
2684
2685 \end_layout
2686
2687 \begin_layout Standard
2688 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2689 \family sans
2690 長尺表
2691 \family default
2692 タブにある
2693 \family sans
2694 長尺表を使う
2695 \family default
2696 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2697 することができるようになります。
2698 \end_layout
2699
2700 \begin_layout Description
2701 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2702 \family roman
2703 \series medium
2704 \shape up
2705 \size normal
2706 \emph off
2707 \bar no
2708 \noun off
2709 \color none
2710 ただし、
2711 \family sans
2712 \series default
2713 \shape default
2714 \size default
2715 \emph default
2716 \bar default
2717 \noun default
2718 \color inherit
2719 冒頭ヘッダ
2720 \family roman
2721 \series medium
2722 \shape up
2723 \size normal
2724 \emph off
2725 \bar no
2726 \noun off
2727 \color none
2728 が定義されているときは、冒頭ページを除きます。
2729 \family default
2730 \series default
2731 \shape default
2732 \size default
2733 \emph default
2734 \bar default
2735 \noun default
2736 \color inherit
2737 これと区別して、このヘッダは本体ヘッダと呼びます。
2738 \end_layout
2739
2740 \begin_layout Description
2741 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2742 \end_layout
2743
2744 \begin_layout Description
2745 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2746 \family roman
2747 \series medium
2748 \shape up
2749 \size normal
2750 \emph off
2751 \bar no
2752 \noun off
2753 \color none
2754 ただし、
2755 \family sans
2756 \series default
2757 \shape default
2758 \size default
2759 \emph default
2760 \bar default
2761 \noun default
2762 \color inherit
2763 末尾フッタ
2764 \family roman
2765 \series medium
2766 \shape up
2767 \size normal
2768 \emph off
2769 \bar no
2770 \noun off
2771 \color none
2772 が定義されているときは、末尾ページを除きます。
2773 \end_layout
2774
2775 \begin_layout Description
2776 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2777 \end_layout
2778
2779 \begin_layout Description
2780 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2781 \begin_inset CommandInset ref
2782 LatexCommand ref
2783 reference "sub:長尺表のキャプション"
2784
2785 \end_inset
2786
2787 節で説明されています。
2788 \end_layout
2789
2790 \begin_layout Standard
2791 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2792 \end_layout
2793
2794 \begin_layout Standard
2795 \align center
2796 \begin_inset Tabular
2797 <lyxtabular version="3" rows="69" columns="3">
2798 <features islongtable="true" longtabularalignment="center">
2799 <column alignment="left" valignment="top" width="0cm">
2800 <column alignment="left" valignment="top" width="0pt">
2801 <column alignment="center" valignment="top" width="0pt">
2802 <row endfirsthead="true">
2803 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \series bold
2809 例示用電話帳(名前は無視してください)
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 </row>
2833 <row endfirsthead="true">
2834 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 氏名
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856
2857 \series bold
2858 TEL.
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 </row>
2864 <row endhead="true">
2865 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869
2870 \series bold
2871 例示用電話帳
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 </row>
2895 <row endhead="true">
2896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900 氏名
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918
2919 \series bold
2920 TEL.
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 </row>
2926 <row endfoot="true">
2927 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 次頁へつづく
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 </row>
2955 <row>
2956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960
2961 \series bold
2962 Annovi
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 Silvia
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980 111
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 </row>
2986 <row>
2987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \series bold
2993 Bertoli
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 Stefano
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 111
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 </row>
3017 <row>
3018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022
3023 \series bold
3024 Bozzi
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 <cell alignment="center" valignment="top" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033 Walter
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 111
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 <row>
3049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \series bold
3055 Cachia
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 Maria
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073 111
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 </row>
3079 <row>
3080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084
3085 \series bold
3086 Cachia
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell alignment="center" valignment="top" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095 Maurizio
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 111
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 </row>
3110 <row>
3111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115
3116 \series bold
3117 Cinquemani
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 Giusi
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 111
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row>
3142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \series bold
3148 Colin
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 Bernard
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 111
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 </row>
3172 <row>
3173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \series bold
3179 Concli
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell alignment="center" valignment="top" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188 Gianfranco
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 111
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 </row>
3203 <row>
3204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \series bold
3210 Dal Bosco
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219 Carolina
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 111
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 </row>
3234 <row>
3235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \series bold
3241 Dalpiaz
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell alignment="center" valignment="top" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250 Annamaria
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 111
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 </row>
3265 <row>
3266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \series bold
3272 Feliciello
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="center" valignment="top" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 Domenico
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 111
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 </row>
3296 <row>
3297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \series bold
3303 Focarelli
3304 \end_layout
3305
3306 \end_inset
3307 </cell>
3308 <cell alignment="center" valignment="top" usebox="none">
3309 \begin_inset Text
3310
3311 \begin_layout Plain Layout
3312 Paola
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 111
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 </row>
3327 <row>
3328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \series bold
3334 Galletti
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 Oreste
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 111
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 </row>
3358 <row>
3359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \series bold
3365 Gasparini
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 Franca
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 111
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 <row>
3390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394
3395 \series bold
3396 Rizzardi
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 Paola
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 111
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 <row>
3421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425
3426 \series bold
3427 Lassini
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 Giancarlo
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 111
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 <row>
3452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \series bold
3458 Malfatti
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 Luciano
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 111
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 <row>
3483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487
3488 \series bold
3489 Malfatti
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell alignment="center" valignment="top" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498 Valeriano
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 111
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 </row>
3513 <row>
3514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \series bold
3520 Meneguzzo
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 Roberto
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 111
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 </row>
3544 <row>
3545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551 Mezzadra
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 Roberto
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 111
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \series bold
3582 Pirpamer
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 Erich
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 111
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 </row>
3606 <row>
3607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \series bold
3613 Pochiesa
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 Paolo
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 111, 222
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \series bold
3644 Radina
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 Claudio
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 111
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 </row>
3668 <row>
3669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673
3674 \series bold
3675 Stuffer
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 <cell alignment="center" valignment="top" usebox="none">
3681 \begin_inset Text
3682
3683 \begin_layout Plain Layout
3684 Oskar
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 111
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 </row>
3699 <row>
3700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704
3705 \series bold
3706 Tacchelli
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Ugo
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 111
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735
3736 \series bold
3737 Tezzele
3738 \end_layout
3739
3740 \end_inset
3741 </cell>
3742 <cell alignment="center" valignment="top" usebox="none">
3743 \begin_inset Text
3744
3745 \begin_layout Plain Layout
3746 Margit
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 111
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 </row>
3761 <row>
3762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766
3767 \series bold
3768 Unterkalmsteiner
3769 \end_layout
3770
3771 \end_inset
3772 </cell>
3773 <cell alignment="center" valignment="top" usebox="none">
3774 \begin_inset Text
3775
3776 \begin_layout Plain Layout
3777 Frieda
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 111
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 </row>
3792 <row>
3793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797
3798 \series bold
3799 Vieider
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 <cell alignment="center" valignment="top" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 Hilde
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 111
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 </row>
3823 <row>
3824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828
3829 \series bold
3830 Vigna
3831 \end_layout
3832
3833 \end_inset
3834 </cell>
3835 <cell alignment="center" valignment="top" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 Jürgen
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 111
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 </row>
3854 <row>
3855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859
3860 \series bold
3861 Weber
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 <cell alignment="center" valignment="top" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870 Maurizio
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 111
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 <row>
3886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892 Winkler
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Franz
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 111
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 </row>
3916 <row>
3917 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921  
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 </row>
3945 <row>
3946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950
3951 \series bold
3952 Annovi
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 Silvia
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 555
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 </row>
3976 <row>
3977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981
3982 \series bold
3983 Bertoli
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 Stefano
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 555
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 </row>
4007 <row>
4008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012
4013 \series bold
4014 Bozzi
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 Walter
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 555
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 </row>
4038 <row>
4039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043
4044 \series bold
4045 Cachia
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 Maria
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 555
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 </row>
4069 <row>
4070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074
4075 \series bold
4076 Cachia
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 Maurizio
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 555
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 </row>
4100 <row>
4101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105
4106 \series bold
4107 Cinquemani
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Giusi
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 555
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 </row>
4131 <row>
4132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136
4137 \series bold
4138 Colin
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 Bernard
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 555
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 </row>
4162 <row>
4163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167
4168 \series bold
4169 Concli
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 Gianfranco
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 555
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 </row>
4193 <row>
4194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198
4199 \series bold
4200 Dal Bosco
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 Carolina
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 555
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 </row>
4224 <row>
4225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229
4230 \series bold
4231 Dalpiaz
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 Annamaria
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 555
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 </row>
4255 <row>
4256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260
4261 \series bold
4262 Feliciello
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 Domenico
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 555
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 </row>
4286 <row>
4287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291
4292 \series bold
4293 Focarelli
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 Paola
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 555
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 </row>
4317 <row>
4318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \series bold
4324 Galletti
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 Oreste
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 555
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 </row>
4348 <row>
4349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353
4354 \series bold
4355 Gasparini
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 Franca
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 555
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 </row>
4379 <row>
4380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384
4385 \series bold
4386 Rizzardi
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 Paola
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 555
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415
4416 \series bold
4417 Lassini
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 Giancarlo
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 555
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 </row>
4441 <row>
4442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446
4447 \series bold
4448 Malfatti
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 Luciano
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 555
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477
4478 \series bold
4479 Malfatti
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 Valeriano
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 555
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 </row>
4503 <row>
4504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508
4509 \series bold
4510 Meneguzzo
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 Roberto
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 555
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 </row>
4534 <row>
4535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539
4540 \series bold
4541 Mezzadra
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 Roberto
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 555
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 </row>
4565 <row>
4566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \series bold
4572 Pirpamer
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 Erich
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 555
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 </row>
4596 <row>
4597 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601
4602 \series bold
4603 Pochiesa
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 Paolo
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 555, 222
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 </row>
4627 <row>
4628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \series bold
4634 Radina
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 Claudio
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 555
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663
4664 \series bold
4665 Stuffer
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 Oskar
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 555
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 </row>
4689 <row>
4690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694
4695 \series bold
4696 Tacchelli
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 Ugo
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 555
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 </row>
4720 <row>
4721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725
4726 \series bold
4727 Tezzele
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 Margit
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 555
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756
4757 \series bold
4758 Unterkalmsteiner
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 Frieda
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 555
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 </row>
4782 <row>
4783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787
4788 \series bold
4789 Vieider
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 Hilde
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 555
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820 Vigna
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 Jürgen
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 999
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 </row>
4844 <row>
4845 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849
4850 \series bold
4851 Weber
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 Maurizio
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 555
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \series bold
4882 Winkler
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 Franz
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 555
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 </row>
4906 <row endlastfoot="true">
4907 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 以上
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 </lyxtabular>
4936
4937 \end_inset
4938
4939
4940 \begin_inset ERT
4941 status collapsed
4942
4943 \begin_layout Plain Layout
4944
4945
4946 \backslash
4947 addtocounter{table}{-1}
4948 \end_layout
4949
4950 \end_inset
4951
4952
4953 \begin_inset Note Note
4954 status collapsed
4955
4956 \begin_layout Plain Layout
4957 本コマンドの説明については、第
4958 \begin_inset CommandInset ref
4959 LatexCommand ref
4960 reference "sub:長尺表のキャプション"
4961
4962 \end_inset
4963
4964 節の最初の淡色表示注釈をご覧下さい。
4965 \end_layout
4966
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \begin_layout Subsection
4973 長尺表での脚注
4974 \begin_inset CommandInset label
4975 LatexCommand label
4976 name "sub:長尺表での脚注"
4977
4978 \end_inset
4979
4980
4981 \begin_inset Index idx
4982 status collapsed
4983
4984 \begin_layout Plain Layout
4985 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4986 \end_layout
4987
4988 \end_inset
4989
4990
4991 \end_layout
4992
4993 \begin_layout Standard
4994 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
4995 \begin_inset CommandInset ref
4996 LatexCommand ref
4997 reference "tab:別キャプション"
4998
4999 \end_inset
5000
5001 には脚注が付いています。
5002 \end_layout
5003
5004 \begin_layout Subsection
5005 長尺表の縦横揃え
5006 \begin_inset Index idx
5007 status collapsed
5008
5009 \begin_layout Plain Layout
5010 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5011 \end_layout
5012
5013 \end_inset
5014
5015
5016 \end_layout
5017
5018 \begin_layout Standard
5019 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5020 設定してから
5021 \end_layout
5022
5023 \begin_layout Standard
5024
5025 \series bold
5026
5027 \backslash
5028 setlength{
5029 \backslash
5030 LTleft}{値}
5031 \end_layout
5032
5033 \begin_layout Standard
5034 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5035 \series bold
5036
5037 \backslash
5038 LTleft
5039 \series default
5040 および
5041 \series bold
5042
5043 \backslash
5044 LTright
5045 \series default
5046 の値を変更しなくてはなりません。ここで「値」は、第
5047 \begin_inset CommandInset ref
5048 LatexCommand ref
5049 reference "tab:単位"
5050
5051 \end_inset
5052
5053 表に挙げてある単位であれば、どの単位を取ることもできます。
5054 \series bold
5055
5056 \backslash
5057 LTleft
5058 \series default
5059 は、左頁余白から長尺表までの水平方向の距離を制御し、
5060 \series bold
5061
5062 \backslash
5063 LTright
5064 \series default
5065 は、右頁余白からの距離を制御します。これらの長さの既定値は
5066 \series bold
5067
5068 \backslash
5069 fill
5070 \series default
5071 となっており、LyXの水平フィルと同等になっています。
5072 \end_layout
5073
5074 \begin_layout Standard
5075 以下の長尺表は、中央揃えの上、
5076 \series bold
5077
5078 \backslash
5079 LTleft
5080 \series default
5081
5082 \family sans
5083 0.1
5084 \backslash
5085 columnwidth
5086 \family default
5087 に設定してあります。
5088 \begin_inset ERT
5089 status collapsed
5090
5091 \begin_layout Plain Layout
5092
5093
5094 \backslash
5095 setlength{
5096 \backslash
5097 LTleft}{0.1
5098 \backslash
5099 columnwidth}
5100 \end_layout
5101
5102 \end_inset
5103
5104
5105 \end_layout
5106
5107 \begin_layout Standard
5108 \begin_inset Tabular
5109 <lyxtabular version="3" rows="5" columns="5">
5110 <features islongtable="true" longtabularalignment="center">
5111 <column alignment="center" valignment="top" width="0">
5112 <column alignment="center" valignment="top" width="0">
5113 <column alignment="center" valignment="top" width="0">
5114 <column alignment="center" valignment="top" width="0">
5115 <column alignment="center" valignment="top" width="0">
5116 <row>
5117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 1
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 2
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 3
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 4
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 5
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row>
5164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 いろは
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 いろは
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row>
5211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 いろは
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 いろは
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 いろは
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 いろは
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 </row>
5304 <row>
5305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 いろは
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 いろは
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 いろは
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 いろは
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 いろは
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 </row>
5351 </lyxtabular>
5352
5353 \end_inset
5354
5355
5356 \begin_inset ERT
5357 status collapsed
5358
5359 \begin_layout Plain Layout
5360
5361
5362 \backslash
5363 setlength{
5364 \backslash
5365 LTleft}{
5366 \backslash
5367 fill}
5368 \end_layout
5369
5370 \end_inset
5371
5372
5373 \begin_inset ERT
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377
5378
5379 \backslash
5380 addtocounter{table}{-1}
5381 \end_layout
5382
5383 \end_inset
5384
5385
5386 \begin_inset Note Note
5387 status collapsed
5388
5389 \begin_layout Plain Layout
5390 このコマンドの説明に関しては、第
5391 \begin_inset CommandInset ref
5392 LatexCommand ref
5393 reference "sub:長尺表のキャプション"
5394
5395 \end_inset
5396
5397 節の最初の淡色表示注釈をご覧下さい。
5398 \end_layout
5399
5400 \end_inset
5401
5402
5403 \end_layout
5404
5405 \begin_layout Subsection
5406 長尺表のキャプション
5407 \begin_inset Index idx
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5412 \end_layout
5413
5414 \end_inset
5415
5416
5417 \begin_inset CommandInset label
5418 LatexCommand label
5419 name "sub:長尺表のキャプション"
5420
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \begin_layout Standard
5427 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5428 \begin_inset CommandInset ref
5429 LatexCommand ref
5430 reference "sec:長尺表"
5431
5432 \end_inset
5433
5434 節に述べられているように、ある行で長尺表オプションの
5435 \family sans
5436 キャプション
5437 \family default
5438 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5439 \end_layout
5440
5441 \begin_layout Standard
5442 以下は、動作を確認するための短い長尺表です。
5443 \end_layout
5444
5445 \begin_layout Standard
5446 \begin_inset Tabular
5447 <lyxtabular version="3" rows="6" columns="5">
5448 <features islongtable="true" longtabularalignment="center">
5449 <column alignment="center" valignment="top" width="0">
5450 <column alignment="center" valignment="top" width="0">
5451 <column alignment="center" valignment="top" width="0">
5452 <column alignment="center" valignment="top" width="0">
5453 <column alignment="center" valignment="top" width="0">
5454 <row caption="true">
5455 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 \begin_inset Caption
5460
5461 \begin_layout Plain Layout
5462 キャプション付き長尺表
5463 \begin_inset Argument
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467 長尺表
5468 \end_layout
5469
5470 \end_inset
5471
5472
5473 \end_layout
5474
5475 \end_inset
5476
5477
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 1
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 2
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 3
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 4
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 5
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 </row>
5566 <row>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 いろは
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 いろは
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 <row>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 いろは
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 いろは
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 </row>
5660 <row>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 いろは
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 いろは
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 </row>
5707 <row>
5708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 いろは
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 いろは
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 いろは
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" bottomline="true" 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 alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 いろは
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 </row>
5754 </lyxtabular>
5755
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \begin_layout Standard
5762 \begin_inset VSpace medskip
5763 \end_inset
5764
5765
5766 \begin_inset Note Greyedout
5767 status open
5768
5769 \begin_layout Plain Layout
5770
5771 \series bold
5772 【註1】
5773 \series default
5774 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5775 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5776 \end_layout
5777
5778 \begin_layout Plain Layout
5779
5780 \series bold
5781
5782 \backslash
5783 addtocounter{table}{-1}
5784 \end_layout
5785
5786 \begin_layout Plain Layout
5787 というコマンドを挿入する方法があります。
5788 \end_layout
5789
5790 \begin_layout Plain Layout
5791 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5792 \end_layout
5793
5794 \begin_layout Plain Layout
5795
5796 \series bold
5797
5798 \backslash
5799 let
5800 \backslash
5801 myEnd
5802 \backslash
5803 endlongtable
5804 \begin_inset Newline newline
5805 \end_inset
5806
5807
5808 \backslash
5809 renewcommand{
5810 \backslash
5811 endlongtable}{
5812 \backslash
5813 myEnd
5814 \backslash
5815 addtocounter{table}{-1}}
5816 \end_layout
5817
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \begin_layout Standard
5824 \begin_inset Note Greyedout
5825 status open
5826
5827 \begin_layout Plain Layout
5828
5829 \series bold
5830 【註2】
5831 \series default
5832 相互参照をリンクするために、
5833 \family sans
5834 文書設定
5835 \family default
5836 ダイアログの
5837 \family sans
5838 PDF特性
5839 \family default
5840
5841 \series bold
5842 hyperref
5843 \series default
5844
5845 \begin_inset Index idx
5846 status collapsed
5847
5848 \begin_layout Plain Layout
5849 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5850 \end_layout
5851
5852 \end_inset
5853
5854 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5855 \end_layout
5856
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \begin_layout Subsubsection
5863 長尺表への参照
5864 \begin_inset Index idx
5865 status collapsed
5866
5867 \begin_layout Plain Layout
5868 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5869 \end_layout
5870
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \begin_layout Standard
5877 \begin_inset Tabular
5878 <lyxtabular version="3" rows="6" columns="5">
5879 <features islongtable="true" longtabularalignment="center">
5880 <column alignment="center" valignment="top" width="0">
5881 <column alignment="center" valignment="top" width="0">
5882 <column alignment="center" valignment="top" width="0">
5883 <column alignment="center" valignment="top" width="0">
5884 <column alignment="center" valignment="top" width="0">
5885 <row caption="true">
5886 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 \begin_inset Caption
5891
5892 \begin_layout Plain Layout
5893 参照された長尺表
5894 \begin_inset CommandInset label
5895 LatexCommand label
5896 name "tab:参照例"
5897
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 1
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 2
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 3
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 4
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 5
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 いろは
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 いろは
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 </row>
6041 <row>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 いろは
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 いろは
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 </row>
6088 <row>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 いろは
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 いろは
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 </row>
6135 <row>
6136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 いろは
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 いろは
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 いろは
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 いろは
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 いろは
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 </lyxtabular>
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \begin_layout Standard
6190 長尺表を参照するには、キャプションにラベルを挿入してください。
6191 \end_layout
6192
6193 \begin_layout Standard
6194 これは表
6195 \begin_inset CommandInset ref
6196 LatexCommand ref
6197 reference "tab:参照例"
6198
6199 \end_inset
6200
6201 への参照です。
6202 \end_layout
6203
6204 \begin_layout Standard
6205 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6206 \series bold
6207 caption
6208 \series default
6209
6210 \begin_inset Index idx
6211 status collapsed
6212
6213 \begin_layout Plain Layout
6214 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6215 \end_layout
6216
6217 \end_inset
6218
6219 を使用して設定することができます。第
6220 \begin_inset CommandInset ref
6221 LatexCommand ref
6222 reference "sec:キャプションの書式設定"
6223
6224 \end_inset
6225
6226 節をご覧下さい。
6227 \end_layout
6228
6229 \begin_layout Subsubsection
6230 キャプションの幅
6231 \begin_inset Index idx
6232 status collapsed
6233
6234 \begin_layout Plain Layout
6235 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6236 \end_layout
6237
6238 \end_inset
6239
6240
6241 \end_layout
6242
6243 \begin_layout Standard
6244 キャプション行の最大長は、長さ
6245 \series bold
6246
6247 \backslash
6248 LTcapwidth
6249 \series default
6250 によって指定することができます。既定値は4
6251 \begin_inset space \thinspace{}
6252 \end_inset
6253
6254 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6255 \end_layout
6256
6257 \begin_layout Standard
6258
6259 \series bold
6260
6261 \backslash
6262 setlength{
6263 \backslash
6264 LTcapwidth}{幅}
6265 \end_layout
6266
6267 \begin_layout Standard
6268 というコマンドを書き加えて下さい。ここで「幅」には、付録
6269 \begin_inset CommandInset ref
6270 LatexCommand ref
6271 reference "cha:LyXで使用できる単位"
6272
6273 \end_inset
6274
6275 に挙げられている単位を取ることができます。
6276 \end_layout
6277
6278 \begin_layout Standard
6279 以下の各表で違いを示します。
6280 \end_layout
6281
6282 \begin_layout Standard
6283 \begin_inset Tabular
6284 <lyxtabular version="3" rows="6" columns="5">
6285 <features islongtable="true" longtabularalignment="center">
6286 <column alignment="center" valignment="top" width="0">
6287 <column alignment="center" valignment="top" width="0">
6288 <column alignment="center" valignment="top" width="0">
6289 <column alignment="center" valignment="top" width="0">
6290 <column alignment="center" valignment="top" width="0">
6291 <row caption="true">
6292 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 \begin_inset Caption
6297
6298 \begin_layout Plain Layout
6299 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6300 \begin_inset Argument
6301 status collapsed
6302
6303 \begin_layout Plain Layout
6304 既定幅のキャプション
6305 \end_layout
6306
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 1
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 2
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 3
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 4
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 5
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 </row>
6403 <row>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 いろは
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 いろは
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 </row>
6450 <row>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 いろは
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 いろは
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 <row>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 いろは
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 いろは
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 </row>
6544 <row>
6545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 いろは
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 いろは
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 いろは
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 いろは
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 いろは
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 </row>
6591 </lyxtabular>
6592
6593 \end_inset
6594
6595
6596 \end_layout
6597
6598 \begin_layout Standard
6599 \begin_inset ERT
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603
6604
6605 \backslash
6606 setlength{
6607 \backslash
6608 LTcapwidth}{5cm}
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \begin_inset Tabular
6615 <lyxtabular version="3" rows="6" columns="5">
6616 <features islongtable="true" longtabularalignment="center">
6617 <column alignment="center" valignment="top" width="0">
6618 <column alignment="center" valignment="top" width="0">
6619 <column alignment="center" valignment="top" width="0">
6620 <column alignment="center" valignment="top" width="0">
6621 <column alignment="center" valignment="top" width="0">
6622 <row caption="true">
6623 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 \begin_inset Caption
6628
6629 \begin_layout Plain Layout
6630 5
6631 \begin_inset space \thinspace{}
6632 \end_inset
6633
6634 cm幅のなが〜いフルタイトル・5
6635 \begin_inset space \thinspace{}
6636 \end_inset
6637
6638 cm幅のなが〜いフルタイトル・5
6639 \begin_inset space \thinspace{}
6640 \end_inset
6641
6642 cm幅のなが〜いフルタイトル
6643 \begin_inset Argument
6644 status collapsed
6645
6646 \begin_layout Plain Layout
6647 5
6648 \begin_inset space \thinspace{}
6649 \end_inset
6650
6651 cm幅のキャプション
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660
6661
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 </row>
6703 <row>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 1
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 2
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 3
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 4
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 5
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 いろは
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 いろは
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 いろは
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 いろは
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 <row>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 いろは
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 いろは
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 </row>
6891 <row>
6892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 いろは
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 いろは
6906 \end_layout
6907
6908 \end_inset
6909 </cell>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 いろは
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923 いろは
6924 \end_layout
6925
6926 \end_inset
6927 </cell>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 いろは
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 </row>
6938 </lyxtabular>
6939
6940 \end_inset
6941
6942
6943 \end_layout
6944
6945 \begin_layout Standard
6946 \begin_inset ERT
6947 status collapsed
6948
6949 \begin_layout Plain Layout
6950
6951
6952 \backslash
6953 setlength{
6954 \backslash
6955 LTcapwidth}{4in}
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \begin_layout Standard
6964 \begin_inset Note Greyedout
6965 status open
6966
6967 \begin_layout Plain Layout
6968
6969 \series bold
6970 【註】
6971 \series default
6972 この文書のようにLaTeXパッケージの
6973 \series bold
6974 caption
6975 \series default
6976
6977 \begin_inset Index idx
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6982 \end_layout
6983
6984 \end_inset
6985
6986 を使用している時には、
6987 \series bold
6988
6989 \backslash
6990 LTcapwidth
6991 \series default
6992 に既定値の4
6993 \begin_inset space \thinspace{}
6994 \end_inset
6995
6996 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
6997 \begin_inset space \thinspace{}
6998 \end_inset
6999
7000 in幅のキャプションを作るには、3.99
7001 \begin_inset space \thinspace{}
7002 \end_inset
7003
7004 inのように4.0
7005 \begin_inset space \thinspace{}
7006 \end_inset
7007
7008 inと少し違う値を指定するか、
7009 \series bold
7010 caption
7011 \series default
7012 パッケージが提供している
7013 \series bold
7014
7015 \backslash
7016 captionsetup{width=値}
7017 \series default
7018 というLaTeXコマンドを用いる方法があります。
7019 \end_layout
7020
7021 \end_inset
7022
7023
7024 \end_layout
7025
7026 \begin_layout Subsubsection
7027 表の各ページごとに異なるキャプション
7028 \begin_inset Index idx
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \begin_layout Standard
7041 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7042 \end_layout
7043
7044 \begin_layout Standard
7045
7046 \series bold
7047
7048 \backslash
7049 caption*{キャプション文}
7050 \backslash
7051
7052 \backslash
7053 %
7054 \end_layout
7055
7056 \begin_layout Standard
7057 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7058 \begin_inset CommandInset ref
7059 LatexCommand ref
7060 reference "tab:別キャプション"
7061
7062 \end_inset
7063
7064 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7065 \end_layout
7066
7067 \begin_layout Standard
7068 \align center
7069 \begin_inset Tabular
7070 <lyxtabular version="3" rows="59" columns="3">
7071 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7072 <column alignment="left" valignment="top" width="0cm">
7073 <column alignment="left" valignment="top" width="0pt">
7074 <column alignment="center" valignment="top" width="0pt">
7075 <row caption="true">
7076 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 \begin_inset Caption
7081
7082 \begin_layout Plain Layout
7083 例示用電話帳
7084 \begin_inset CommandInset label
7085 LatexCommand label
7086 name "tab:別キャプション"
7087
7088 \end_inset
7089
7090
7091 \begin_inset Argument
7092 status collapsed
7093
7094 \begin_layout Plain Layout
7095 例示用電話帳
7096 \end_layout
7097
7098 \end_inset
7099
7100
7101 \end_layout
7102
7103 \end_inset
7104
7105
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 </row>
7129 <row endfirsthead="true">
7130 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134
7135 \series bold
7136 例示用電話帳(名前は無視の事)
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 </row>
7160 <row endfirsthead="true">
7161 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \series bold
7167 氏名
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185
7186 \series bold
7187 TEL.
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row endhead="true">
7194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 caption*{例示用電話帳の続き}
7206 \backslash
7207
7208 \backslash
7209 %
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row endhead="true">
7239 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243
7244 \series bold
7245 例示用電話帳
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 </row>
7269 <row endhead="true">
7270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274
7275 \series bold
7276 氏名
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294
7295 \series bold
7296 TEL.
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 </row>
7302 <row endfoot="true">
7303 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 次頁に続く
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row>
7332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336
7337 \series bold
7338 Annovi
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 Silvia
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 111
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 <row>
7363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367
7368 \series bold
7369 Bertoli
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 Stefano
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 111
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 </row>
7393 <row>
7394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398
7399 \series bold
7400 Bozzi
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 Walter
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 111
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 <row>
7425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \series bold
7431 Cachia
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 Maria
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 111
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 <row>
7456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \series bold
7462 Cachia
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 Maurizio
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 111
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 </row>
7486 <row>
7487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
7492 \series bold
7493 Cinquemani
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 Giusi
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 111
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 <row>
7518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \series bold
7524 Colin
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 Bernard
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 111
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 </row>
7548 <row>
7549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553
7554 \series bold
7555 Concli
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 Gianfranco
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 111
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 </row>
7579 <row>
7580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \series bold
7586 Dal Bosco
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595 Carolina
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 111
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 </row>
7610 <row>
7611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615
7616 \series bold
7617 Dalpiaz
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 Annamaria
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635 111
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row>
7642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \series bold
7648 Feliciello
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 Domenico
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 111
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row>
7673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \series bold
7679 Focarelli
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 Paola
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 111
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row>
7704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \series bold
7710 Galletti
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 Oreste
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 111
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 </row>
7734 <row>
7735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \series bold
7741 Gasparini
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 Franca
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 111
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 </row>
7765 <row>
7766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \series bold
7772 Rizzardi
7773 \series default
7774
7775 \begin_inset Foot
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779 例示用脚注
7780 \end_layout
7781
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793 Paola
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 111
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 Lassini
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 Giancarlo
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 111
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \series bold
7846 Malfatti
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 Luciano
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 111
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 Malfatti
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 Valeriano
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 111
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \series bold
7908 Meneguzzo
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 Roberto
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 111
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \series bold
7939 Mezzadra
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 Roberto
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 111
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \series bold
7970 Pirpamer
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 Erich
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 111
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \series bold
8001 Pochiesa
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 Paolo
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 111, 222
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \series bold
8032 Radina
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 Claudio
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 111
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 <row>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061
8062 \series bold
8063 Stuffer
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 Oskar
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 111
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092
8093 \series bold
8094 Tacchelli
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 Ugo
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 111
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \series bold
8125 Tezzele
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 Margit
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 111
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \series bold
8156 Unterkalmsteiner
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 Frieda
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 111
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 <row>
8181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185
8186 \series bold
8187 Vieider
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 Hilde
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 111
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 <row>
8212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216
8217 \series bold
8218 Vigna
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 Jürgen
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 111
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 <row>
8243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \series bold
8249 Weber
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 Maurizio
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 111
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \series bold
8280 Winkler
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 Franz
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 111
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309  
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Annovi
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Silvia
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 555
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Bertoli
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Stefano
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 555
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Bozzi
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Walter
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 555
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Cachia
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Maria
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 555
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Cachia
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Maurizio
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 555
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Cinquemani
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Giusi
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 555
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Colin
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 Bernard
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 555
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \series bold
8557 Concli
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 Gianfranco
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 555
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 </row>
8581 <row>
8582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \series bold
8588 Dal Bosco
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 Carolina
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 555
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \series bold
8619 Dalpiaz
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 Annamaria
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 555
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \series bold
8650 Feliciello
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 Domenico
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 555
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \series bold
8681 Focarelli
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Paola
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 555
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \series bold
8712 Galletti
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Oreste
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 555
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \series bold
8743 Gasparini
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 Franca
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761 555
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772
8773 \series bold
8774 Rizzardi
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Paola
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 555
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \series bold
8805 Lassini
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 Giancarlo
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 555
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 </row>
8829 <row>
8830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834
8835 \series bold
8836 Malfatti
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Luciano
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 555
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \series bold
8867 Malfatti
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Valeriano
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 555
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 </row>
8891 <row>
8892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896
8897 \series bold
8898 Meneguzzo
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Roberto
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 555
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Mezzadra
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Roberto
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 555
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 </lyxtabular>
8954
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \begin_layout Section
8961 長尺表にまつわる諸点
8962 \begin_inset CommandInset label
8963 LatexCommand label
8964 name "sec:長尺表にまつわる諸点"
8965
8966 \end_inset
8967
8968
8969 \end_layout
8970
8971 \begin_layout Subsection
8972 長尺表の計算
8973 \begin_inset Index idx
8974 status collapsed
8975
8976 \begin_layout Plain Layout
8977 ちょうしゃくひょう@長尺表 ! けいさん@計算
8978 \end_layout
8979
8980 \end_inset
8981
8982
8983 \end_layout
8984
8985 \begin_layout Standard
8986 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8987 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8988 \end_layout
8989
8990 \begin_layout Standard
8991
8992 \series bold
8993
8994 \backslash
8995 setcounter{LTchunksize}{100}
8996 \end_layout
8997
8998 \begin_layout Standard
8999 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9000 \end_layout
9001
9002 \begin_layout Subsection
9003 フロートと長尺表
9004 \begin_inset Index idx
9005 status collapsed
9006
9007 \begin_layout Plain Layout
9008 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9009 \end_layout
9010
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \begin_layout Standard
9017 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9018 \series bold
9019
9020 \backslash
9021 clearpage
9022 \series default
9023 コマンドを長尺表の前にTeXコードとして書き加えてください。
9024 \end_layout
9025
9026 \begin_layout Subsection
9027 強制改頁
9028 \begin_inset Index idx
9029 status collapsed
9030
9031 \begin_layout Plain Layout
9032 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9033 \end_layout
9034
9035 \end_inset
9036
9037
9038 \end_layout
9039
9040 \begin_layout Standard
9041 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9042 ド「
9043 \series bold
9044
9045 \backslash
9046
9047 \backslash
9048
9049 \series default
9050 」を挿入します。
9051 \series bold
9052
9053 \backslash
9054
9055 \backslash
9056
9057 \series default
9058 コマンドの前には、現セルよりも右にある列数と同じ数の「
9059 \series bold
9060 &
9061 \series default
9062 」文字を、TeXコードで挿入してやる必要があります。この
9063 \series bold
9064 &
9065 \series default
9066 は、表セルの区切り文字です。各
9067 \series bold
9068 &
9069 \series default
9070 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9071 \begin_inset Newline newline
9072 \end_inset
9073
9074
9075 \series bold
9076
9077 \backslash
9078
9079 \backslash
9080
9081 \series default
9082 コマンドの後ろには、現在列の左側にある列数と同じ数の
9083 \series bold
9084 &
9085 \series default
9086 文字を挿入してください。表
9087 \begin_inset CommandInset ref
9088 LatexCommand ref
9089 reference "tab:強制改頁"
9090
9091 \end_inset
9092
9093 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9094 \end_layout
9095
9096 \begin_layout Standard
9097
9098 \series bold
9099 & 111
9100 \backslash
9101
9102 \backslash
9103  
9104 \backslash
9105 newpage
9106 \begin_inset Newline newline
9107 \end_inset
9108
9109 &
9110 \end_layout
9111
9112 \begin_layout Standard
9113 というコマンドが、セル中「
9114 \emph on
9115 Castelchiodato,
9116 \emph default
9117 」の後にTeXコードとして挿入してあります。
9118 \end_layout
9119
9120 \begin_layout Standard
9121 同一行3列目の「111」は削除してあります。
9122 \series bold
9123
9124 \backslash
9125 newpage
9126 \series default
9127 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9128 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9129 \end_layout
9130
9131 \begin_layout Standard
9132
9133 \series bold
9134 & 111
9135 \backslash
9136
9137 \backslash
9138
9139 \begin_inset Newline newline
9140 \end_inset
9141
9142
9143 \backslash
9144 hline &
9145 \end_layout
9146
9147 \begin_layout Standard
9148 というコマンドを使用して下さい。
9149 \end_layout
9150
9151 \begin_layout Standard
9152 改頁をしたいセルが最右列にある場合には、
9153 \end_layout
9154
9155 \begin_layout Standard
9156
9157 \series bold
9158
9159 \backslash
9160 setlength{
9161 \backslash
9162 parfillskip}{0pt}
9163 \end_layout
9164
9165 \begin_layout Standard
9166 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9167
9168 \end_layout
9169
9170 \begin_layout Standard
9171 \align center
9172 \begin_inset Tabular
9173 <lyxtabular version="3" rows="38" columns="3">
9174 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9175 <column alignment="left" valignment="top" width="0cm">
9176 <column alignment="left" valignment="top" width="3cm">
9177 <column alignment="center" valignment="top" width="0pt">
9178 <row caption="true">
9179 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 \begin_inset Caption
9184
9185 \begin_layout Plain Layout
9186 表セル内で強制改頁をしている表
9187 \begin_inset CommandInset label
9188 LatexCommand label
9189 name "tab:強制改頁"
9190
9191 \end_inset
9192
9193
9194 \begin_inset Argument
9195 status collapsed
9196
9197 \begin_layout Plain Layout
9198 表セル内で強制改頁をしている表
9199 \end_layout
9200
9201 \end_inset
9202
9203
9204 \end_layout
9205
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row endfirsthead="true">
9233 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \series bold
9239 例示用電話帳(氏名は無視の事)
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 <row endfirsthead="true">
9264 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \series bold
9270 氏名
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \series bold
9290 TEL.
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row endhead="true">
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset ERT
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305
9306
9307 \backslash
9308 caption*{例示用電話帳の続き}
9309 \backslash
9310
9311 \backslash
9312 %
9313 \end_layout
9314
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
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
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row endhead="true">
9342 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 例示用電話帳
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row endhead="true">
9371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 氏名
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 TEL.
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row endfoot="true">
9404 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 次頁に続く
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \series bold
9439 Annovi
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Silvia
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 111
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 Bertoli
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 Stefano
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 111
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row>
9495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 Bozzi
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 Walter
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 111
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \series bold
9532 Cachia
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 Maria
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 111
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 </row>
9556 <row>
9557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561
9562 \series bold
9563 Cachia
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 Maurizio
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 111
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 </row>
9587 <row>
9588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592
9593 \series bold
9594 Cinquemani
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603 Giusi
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612 111
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 </row>
9618 <row>
9619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \series bold
9625 Colin
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634 Bernard
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 111
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \series bold
9656 Concli
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665 Gianfranco
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 111
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \series bold
9687 Dal Bosco
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 Carolina
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 111
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \series bold
9718 Dalpiaz
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727 Annamaria
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 111
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row>
9743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747
9748 \series bold
9749 Feliciello
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 Domenico
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 111
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row>
9774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \series bold
9780 Focarelli
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789 Paola
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 111
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \series bold
9811 Galletti
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 Oreste
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 111
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \series bold
9842 Gasparini
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851 Franca
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 111
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \series bold
9873 Lassini
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882 Giancarlo
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 111
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row>
9898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \series bold
9904 Malfatti
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 Luciano
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 111
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row>
9929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935 Malfatti
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 Valeriano
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 111
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \series bold
9966 Meneguzzo
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Roberto
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 111
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 Mezzadra
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 Roberto
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 111
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \series bold
10028 Pirpamer
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 Erich
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 111
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row>
10053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 Pochiesa
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 Paolo
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 111, 222
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row>
10084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 Radina
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 Claudio
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 111
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 Rizzardi
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 Paolo, 11.
10131  Fürst von Montecompatri, 11.
10132  Fürst von Sulmona und Vivaro, 10.
10133  Fürst von Rossano, 5.
10134  Herzog von Canemorte, 11.
10135  Herzog von Palombara, 5.
10136  Herzog von Castelchiodato,
10137 \begin_inset ERT
10138 status collapsed
10139
10140 \begin_layout Plain Layout
10141
10142 & 111
10143 \backslash
10144
10145 \backslash
10146  
10147 \backslash
10148 newpage
10149 \end_layout
10150
10151 \begin_layout Plain Layout
10152
10153 &
10154 \end_layout
10155
10156 \end_inset
10157
10158  11.
10159  Herzog von Poggionativo, 11.
10160  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10161  Graf von Valinfreda, 11.
10162  Baron von Cropalati, 11.
10163  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 <row>
10179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183
10184 \series bold
10185 Stuffer
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 Oskar
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 111
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 </row>
10209 <row>
10210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214
10215 \series bold
10216 Tacchelli
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 Ugo
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 111
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row>
10241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245
10246 \series bold
10247 Tezzele
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Margit
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 111
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row>
10272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \series bold
10278 Unterkalmsteiner
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Frieda
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 111
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \series bold
10309 Vieider
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 Hilde
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 111
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \series bold
10340 Vigna
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 Jürgen
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 111
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 <row>
10365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369
10370 \series bold
10371 Weber
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Maurizio
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 111
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \series bold
10402 Winkler
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 Franz
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 111
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 </lyxtabular>
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \begin_layout Section
10434 複数行・連結列・連結行
10435 \end_layout
10436
10437 \begin_layout Subsection
10438 表セル内の複数行
10439 \begin_inset CommandInset label
10440 LatexCommand label
10441 name "sub:複数行"
10442
10443 \end_inset
10444
10445
10446 \begin_inset Index idx
10447 status collapsed
10448
10449 \begin_layout Plain Layout
10450 ひょうせるないのふくすうぎょう@表セル内の複数行
10451 \end_layout
10452
10453 \end_inset
10454
10455
10456 \begin_inset Index idx
10457 status collapsed
10458
10459 \begin_layout Plain Layout
10460 ひょう@表 ! かいぎょう@改行
10461 \end_layout
10462
10463 \end_inset
10464
10465
10466 \end_layout
10467
10468 \begin_layout Standard
10469 \noindent
10470 \begin_inset Float table
10471 placement H
10472 wide false
10473 sideways false
10474 status open
10475
10476 \begin_layout Plain Layout
10477 \begin_inset Caption
10478
10479 \begin_layout Plain Layout
10480 \begin_inset CommandInset label
10481 LatexCommand label
10482 name "tab:複数行表"
10483
10484 \end_inset
10485
10486 セル内に複数の行がある表
10487 \end_layout
10488
10489 \end_inset
10490
10491
10492 \end_layout
10493
10494 \begin_layout Plain Layout
10495 \align center
10496 \begin_inset Tabular
10497 <lyxtabular version="3" rows="3" columns="3">
10498 <features tabularvalignment="middle">
10499 <column alignment="center" valignment="middle" width="2.5cm">
10500 <column alignment="center" valignment="middle" width="0">
10501 <column alignment="center" valignment="middle" width="0">
10502 <row>
10503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 複数の
10508 \begin_inset Newline linebreak
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 </lyxtabular>
10594
10595 \end_inset
10596
10597
10598 \end_layout
10599
10600 \end_inset
10601
10602
10603 \end_layout
10604
10605 \begin_layout Standard
10606 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10607 \end_layout
10608
10609 \begin_layout Standard
10610
10611 \begin_inset CommandInset ref
10612 LatexCommand ref
10613 reference "tab:複数行表"
10614
10615 \end_inset
10616
10617 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10618 \family sans
10619 設定
10620 \family default
10621 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10622 \begin_inset space \thinspace{}
10623 \end_inset
10624
10625 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10626 \begin_inset space \thinspace{}
10627 \end_inset
10628
10629 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10630 \begin_inset Info
10631 type  "shortcut"
10632 arg   "newline-insert linebreak"
10633 \end_inset
10634
10635 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10636 \end_layout
10637
10638 \begin_layout Standard
10639 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10640 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10641 \begin_inset space \thinspace{}
10642 \end_inset
10643
10644 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10645 \begin_inset CommandInset ref
10646 LatexCommand ref
10647 reference "tab:ハイフネーション表"
10648
10649 \end_inset
10650
10651 が違いを示しています
10652 \begin_inset Foot
10653 status open
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 【訳註】
10659 \series default
10660 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10661 \end_layout
10662
10663 \end_inset
10664
10665
10666 \end_layout
10667
10668 \begin_layout Standard
10669 \begin_inset Float table
10670 placement h
10671 wide false
10672 sideways false
10673 status open
10674
10675 \begin_layout Plain Layout
10676 \begin_inset Caption
10677
10678 \begin_layout Plain Layout
10679 \begin_inset CommandInset label
10680 LatexCommand label
10681 name "tab:ハイフネーション表"
10682
10683 \end_inset
10684
10685 ハイフネーション有/無の表
10686 \end_layout
10687
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \begin_layout Plain Layout
10694 \begin_inset space \hfill{}
10695 \end_inset
10696
10697
10698 \begin_inset Tabular
10699 <lyxtabular version="3" rows="3" columns="3">
10700 <features tabularvalignment="middle">
10701 <column alignment="center" valignment="middle" width="2.5cm">
10702 <column alignment="center" valignment="middle" width="0">
10703 <column alignment="center" valignment="middle" width="0">
10704 <row>
10705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 verylongtablecellword
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 </lyxtabular>
10792
10793 \end_inset
10794
10795
10796 \begin_inset space \hfill{}
10797 \end_inset
10798
10799
10800 \begin_inset Tabular
10801 <lyxtabular version="3" rows="3" columns="3">
10802 <features tabularvalignment="middle">
10803 <column alignment="center" valignment="middle" width="2.5cm">
10804 <column alignment="center" valignment="middle" width="0">
10805 <column alignment="center" valignment="middle" width="0">
10806 <row>
10807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 \begin_inset space \hspace{}
10812 \length 0pt
10813 \end_inset
10814
10815 verylongtablecellword
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row>
10869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 </lyxtabular>
10898
10899 \end_inset
10900
10901
10902 \begin_inset space \hfill{}
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \begin_layout Subsection
10914 連結列
10915 \begin_inset CommandInset label
10916 LatexCommand label
10917 name "sub:連結列"
10918
10919 \end_inset
10920
10921
10922 \begin_inset Index idx
10923 status collapsed
10924
10925 \begin_layout Plain Layout
10926 れんけつれつ@連結列
10927 \end_layout
10928
10929 \end_inset
10930
10931
10932 \begin_inset Index idx
10933 status collapsed
10934
10935 \begin_layout Plain Layout
10936 ひょう@表 ! れんけつれつ@連結列
10937 \end_layout
10938
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \begin_layout Subsubsection
10945 連結列の基礎
10946 \end_layout
10947
10948 \begin_layout Standard
10949 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10950 \begin_inset Graphics
10951         filename ../../images/tabular-feature_multicolumn.png
10952         scale 85
10953         scaleBeforeRotation
10954
10955 \end_inset
10956
10957 を押すか、
10958 \family sans
10959 編集\SpecialChar \menuseparator
10960 表\SpecialChar \menuseparator
10961 連結列
10962 \family default
10963 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10964 \family sans
10965 連結列
10966 \family default
10967 を有効にするかしてください。
10968 \end_layout
10969
10970 \begin_layout Standard
10971 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10972 、最下行に上罫線のない連結行がある表の例です。
10973 \end_layout
10974
10975 \begin_layout Standard
10976 \align center
10977 \begin_inset Tabular
10978 <lyxtabular version="3" rows="3" columns="4">
10979 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10980 <column alignment="center" valignment="top" width="0pt">
10981 <column alignment="center" valignment="middle" width="0">
10982 <column alignment="center" valignment="top" width="0in">
10983 <column alignment="center" valignment="top" width="0pt">
10984 <row>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 いろは
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 にほへとちり
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 ぬるを
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 </row>
11060 <row>
11061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 </lyxtabular>
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Subsubsection
11106 連結列の計算
11107 \begin_inset CommandInset label
11108 LatexCommand label
11109 name "sub:連結列の計算"
11110
11111 \end_inset
11112
11113
11114 \begin_inset Index idx
11115 status collapsed
11116
11117 \begin_layout Plain Layout
11118 れんけつれつ@連結列 ! けいさん@計算
11119 \end_layout
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \begin_layout Standard
11127 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11128 \end_layout
11129
11130 \begin_layout Standard
11131 \begin_inset Float table
11132 placement h
11133 wide false
11134 sideways false
11135 status open
11136
11137 \begin_layout Plain Layout
11138 \begin_inset Caption
11139
11140 \begin_layout Plain Layout
11141 \begin_inset CommandInset label
11142 LatexCommand label
11143 name "tab:中央揃え表"
11144
11145 \end_inset
11146
11147 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11148 \begin_inset Argument
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152 完全なる連結列表
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \begin_layout Plain Layout
11166 \align center
11167 \begin_inset Tabular
11168 <lyxtabular version="3" rows="3" columns="3">
11169 <features tabularvalignment="middle">
11170 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11171 <column alignment="center" valignment="middle" width="0">
11172 <column alignment="center" valignment="top" width="0">
11173 <row>
11174 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 複数行にわたる連結列
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 </lyxtabular>
11261
11262 \end_inset
11263
11264
11265 \end_layout
11266
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \begin_layout Standard
11273 たとえば、表
11274 \begin_inset CommandInset ref
11275 LatexCommand ref
11276 reference "tab:中央揃え表"
11277
11278 \end_inset
11279
11280 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11281 \family sans
11282 設定
11283 \family default
11284 を選択します。そして現れる表の設定ダイアログで、このセルを
11285 \emph on
11286 連結列
11287 \emph default
11288
11289 \emph on
11290 中央揃え
11291 \emph default
11292 、2.5
11293 \begin_inset space \thinspace{}
11294 \end_inset
11295
11296 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11297 \begin_inset space \thinspace{}
11298 \end_inset
11299
11300 cm幅に設定します。すると第二列は自動的に1.25
11301 \begin_inset space \thinspace{}
11302 \end_inset
11303
11304 cm幅(連結列幅マイナス第一列の幅)になります。表
11305 \begin_inset CommandInset ref
11306 LatexCommand ref
11307 reference "tab:半分でない表"
11308
11309 \end_inset
11310
11311 もこのようにして作成してあります。
11312 \end_layout
11313
11314 \begin_layout Standard
11315 \begin_inset Float table
11316 wide false
11317 sideways false
11318 status open
11319
11320 \begin_layout Plain Layout
11321 \begin_inset Caption
11322
11323 \begin_layout Plain Layout
11324 \begin_inset CommandInset label
11325 LatexCommand label
11326 name "tab:半分でない表"
11327
11328 \end_inset
11329
11330 連結セルの下の列が正確に半分になっていない表
11331 \begin_inset Argument
11332 status collapsed
11333
11334 \begin_layout Plain Layout
11335 不完全な連結列表
11336 \end_layout
11337
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \begin_layout Plain Layout
11349 \align center
11350 \begin_inset Tabular
11351 <lyxtabular version="3" rows="3" columns="3">
11352 <features tabularvalignment="middle">
11353 <column alignment="center" valignment="top" width="1.25cm">
11354 <column alignment="center" valignment="top" width="0">
11355 <column alignment="center" valignment="top" width="0">
11356 <row>
11357 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 複数行にわたる連結列
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 </row>
11385 <row>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 </row>
11414 <row>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 </row>
11443 </lyxtabular>
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \begin_layout Standard
11456 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11457 指定したセル幅
11458 \begin_inset Formula $W_{\mbox{指}}$
11459 \end_inset
11460
11461 がセルの全幅
11462 \begin_inset Formula $W_{\text{全}}$
11463 \end_inset
11464
11465 と等しくならないためです。付録
11466 \begin_inset CommandInset ref
11467 LatexCommand eqref
11468 reference "cha:式の説明"
11469
11470 \end_inset
11471
11472 がこの事情を詳細に説明しています。
11473 \end_layout
11474
11475 \begin_layout Standard
11476
11477 \emph on
11478 n
11479 \emph default
11480 列を連結する際、各列の全幅が
11481 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11482 \end_inset
11483
11484 となるために必要な指定幅
11485 \begin_inset Formula $W_{\mbox{指}:n}$
11486 \end_inset
11487
11488 は、
11489 \begin_inset Formula 
11490 \begin{equation}
11491 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11492 \end{equation}
11493
11494 \end_inset
11495
11496
11497 \end_layout
11498
11499 \begin_layout Standard
11500 で計算することができます。上記の例では
11501 \begin_inset Formula $n=2$
11502 \end_inset
11503
11504 かつ
11505 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11506 \end_inset
11507
11508 cmかつ長さは既定値ですから、第
11509 \begin_inset CommandInset ref
11510 LatexCommand ref
11511 reference "eq:Wgn"
11512
11513 \end_inset
11514
11515 式は
11516 \begin_inset Formula 
11517 \begin{equation}
11518 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11519 \end{equation}
11520
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \begin_layout Standard
11527 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11528 \end_layout
11529
11530 \begin_layout Standard
11531
11532 \series bold
11533
11534 \backslash
11535 usepackage{calc}
11536 \end_layout
11537
11538 \begin_layout Standard
11539 と書いて、LaTeXパッケージ
11540 \series bold
11541 calc
11542 \series default
11543
11544 \begin_inset Index idx
11545 status collapsed
11546
11547 \begin_layout Plain Layout
11548 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11549 \end_layout
11550
11551 \end_inset
11552
11553 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11554 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11555 \end_layout
11556
11557 \begin_layout Itemize
11558
11559 \series bold
11560 p{幅}
11561 \series default
11562 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11563 \end_layout
11564
11565 \begin_layout Itemize
11566
11567 \series bold
11568 m{幅}
11569 \series default
11570 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11571 \end_layout
11572
11573 \begin_layout Itemize
11574
11575 \series bold
11576 b{幅}
11577 \series default
11578 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11579 \end_layout
11580
11581 \begin_layout Standard
11582 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11583 \end_layout
11584
11585 \begin_layout Standard
11586 \begin_inset Note Greyedout
11587 status open
11588
11589 \begin_layout Plain Layout
11590
11591 \series bold
11592 【註】
11593 \series default
11594 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11595 \end_layout
11596
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \begin_layout Standard
11603 文章を水平方向中央揃えにしたいので、
11604 \series bold
11605
11606 \backslash
11607 centering
11608 \series default
11609 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11610 \end_layout
11611
11612 \begin_layout Standard
11613
11614 \series bold
11615 >{
11616 \backslash
11617 centering}m{1.25cm-6.2pt}
11618 \end_layout
11619
11620 \begin_layout Standard
11621
11622 \series bold
11623 >{ }
11624 \series default
11625 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11626 \end_layout
11627
11628 \begin_layout Standard
11629 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11630 がって、連結セルには
11631 \end_layout
11632
11633 \begin_layout Standard
11634
11635 \series bold
11636 >{
11637 \backslash
11638 centering}m{2.5cm}
11639 \end_layout
11640
11641 \begin_layout Standard
11642 というLaTeX変数を指定しなくてはなりません。
11643 \end_layout
11644
11645 \begin_layout Subsection
11646 連結行
11647 \begin_inset CommandInset label
11648 LatexCommand label
11649 name "sub:連結行"
11650
11651 \end_inset
11652
11653
11654 \begin_inset Index idx
11655 status collapsed
11656
11657 \begin_layout Plain Layout
11658 れんけつぎょう@連結行
11659 \end_layout
11660
11661 \end_inset
11662
11663
11664 \begin_inset Index idx
11665 status collapsed
11666
11667 \begin_layout Plain Layout
11668 ひょう@表 ! れんけつぎょう@連結行
11669 \end_layout
11670
11671 \end_inset
11672
11673
11674 \end_layout
11675
11676 \begin_layout Standard
11677 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11678 \begin_inset Graphics
11679         filename ../../images/tabular-feature_multirow.png
11680         scale 85
11681         scaleBeforeRotation
11682
11683 \end_inset
11684
11685 を押すか、メニュー
11686 \family sans
11687 編集\SpecialChar \menuseparator
11688 表\SpecialChar \menuseparator
11689 連結行
11690 \family default
11691 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11692 \family sans
11693 \SpecialChar \menuseparator
11694 連結行
11695 \family default
11696 を選んでください。
11697 \end_layout
11698
11699 \begin_layout Standard
11700 下記は一列目に連結列を適用した表の例です。
11701 \end_layout
11702
11703 \begin_layout Standard
11704 \align center
11705 \begin_inset Tabular
11706 <lyxtabular version="3" rows="3" columns="3">
11707 <features tabularvalignment="middle">
11708 <column alignment="center" valignment="top" width="0pt">
11709 <column alignment="center" valignment="top" width="0">
11710 <column alignment="center" valignment="top" width="0">
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 長いセル項目
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 <row>
11741 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 連結列
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 <row>
11770 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 </lyxtabular>
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \begin_layout Standard
11806 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11807 \family sans
11808 垂直オフセット
11809 \family default
11810 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11811 \end_layout
11812
11813 \begin_layout Standard
11814 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11815 \end_layout
11816
11817 \begin_layout Standard
11818
11819 \series bold
11820
11821 \backslash
11822 renewcommand{
11823 \backslash
11824 multirowsetup}{
11825 \backslash
11826 centering}
11827 \end_layout
11828
11829 \begin_layout Standard
11830 というコマンドを使用して、コマンド
11831 \series bold
11832
11833 \backslash
11834 multirowsetup
11835 \series default
11836 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11837 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11838 \series bold
11839
11840 \backslash
11841 centering
11842 \series default
11843 の代わりに
11844 \series bold
11845
11846 \backslash
11847 raggedleft
11848 \series default
11849 を使用して下さい。左揃えに戻すには、
11850 \series bold
11851
11852 \backslash
11853 raggedright
11854 \series default
11855 とします。
11856 \end_layout
11857
11858 \begin_layout Standard
11859 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11860 \end_layout
11861
11862 \begin_layout Standard
11863 \noindent
11864 \align center
11865 \begin_inset ERT
11866 status collapsed
11867
11868 \begin_layout Plain Layout
11869
11870
11871 \backslash
11872 renewcommand{
11873 \backslash
11874 multirowsetup}{
11875 \backslash
11876 raggedleft}
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \begin_inset Tabular
11883 <lyxtabular version="3" rows="4" columns="3">
11884 <features tabularvalignment="middle">
11885 <column alignment="center" valignment="top" width="3cm">
11886 <column alignment="center" valignment="top" width="0">
11887 <column alignment="center" valignment="top" width="0">
11888 <row>
11889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 長いセル項目
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 </row>
11917 <row>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 <row>
11947 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 連結列
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 </row>
11975 <row>
11976 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 </row>
12004 </lyxtabular>
12005
12006 \end_inset
12007
12008
12009 \begin_inset ERT
12010 status collapsed
12011
12012 \begin_layout Plain Layout
12013
12014
12015 \backslash
12016 renewcommand{
12017 \backslash
12018 multirowsetup}{
12019 \backslash
12020 raggedright}
12021 \end_layout
12022
12023 \end_inset
12024
12025
12026 \end_layout
12027
12028 \begin_layout Section
12029 フォーマル形式の表
12030 \begin_inset CommandInset label
12031 LatexCommand label
12032 name "sec:フォーマル形式の表"
12033
12034 \end_inset
12035
12036
12037 \begin_inset Index idx
12038 status collapsed
12039
12040 \begin_layout Plain Layout
12041 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \begin_layout Standard
12050 書籍中の表は、よく表
12051 \begin_inset CommandInset ref
12052 LatexCommand ref
12053 reference "tab:ブックタブ表の例"
12054
12055 \end_inset
12056
12057 のように組版されます。この種の表は、「
12058 \emph on
12059 フォーマル形式
12060 \emph default
12061 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12062 \end_layout
12063
12064 \begin_layout Standard
12065 \begin_inset Float table
12066 placement h
12067 wide false
12068 sideways false
12069 status open
12070
12071 \begin_layout Plain Layout
12072 \begin_inset Caption
12073
12074 \begin_layout Plain Layout
12075 \begin_inset CommandInset label
12076 LatexCommand label
12077 name "tab:ブックタブ表の例"
12078
12079 \end_inset
12080
12081 ブックタブ表の例
12082 \end_layout
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \begin_layout Plain Layout
12090 \align center
12091 \begin_inset Tabular
12092 <lyxtabular version="3" rows="8" columns="4">
12093 <features booktabs="true" tabularvalignment="middle">
12094 <column alignment="center" valignment="top" width="0">
12095 <column alignment="center" valignment="top" width="0">
12096 <column alignment="center" valignment="top" width="0">
12097 <column alignment="center" valignment="top" width="0">
12098 <row>
12099 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 システム
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 Medipix
12113 \begin_inset space \thinspace{}
12114 \end_inset
12115
12116 1
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 Medipix
12126 \begin_inset space \thinspace{}
12127 \end_inset
12128
12129 2
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 </row>
12144 <row>
12145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 \begin_inset ERT
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153
12154
12155 \backslash
12156 cmidrule(r){2-2}
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \begin_inset ERT
12163 status collapsed
12164
12165 \begin_layout Plain Layout
12166
12167
12168 \backslash
12169 cmidrule(l){3-4}
12170 \end_layout
12171
12172 \end_inset
12173
12174 検知器の厚み [µm]
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183 300
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 300
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 700
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 </row>
12207 <row>
12208 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 エッジ角 [°]
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 <cell alignment="center" valignment="top" topline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221 3.55
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 <cell alignment="center" valignment="top" topline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Plain Layout
12230 2.71
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" topline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 7.99
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 </row>
12245 <row topspace="default">
12246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250 空間分解能 [µm]
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Plain Layout
12259 4.26
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 10.17
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277 10.56
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 </row>
12283 <row topspace="default">
12284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Plain Layout
12288 \begin_inset Formula $f_{\mathrm{max}}$
12289 \end_inset
12290
12291 におけるMTF
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 0.53
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 0.37
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 <cell alignment="center" valignment="top" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318 0.39
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 <row topspace="default">
12325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 \begin_inset ERT
12330 status collapsed
12331
12332 \begin_layout Plain Layout
12333
12334
12335 \backslash
12336 cmidrule(l{10pt}){1-1}
12337 \end_layout
12338
12339 \end_inset
12340
12341 LSF空間分解能
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell alignment="center" valignment="top" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Plain Layout
12359
12360 \end_layout
12361
12362 \end_inset
12363 </cell>
12364 <cell alignment="center" valignment="top" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 </row>
12374 <row>
12375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12376 \begin_inset Text
12377
12378 \begin_layout Plain Layout
12379 µm表示
12380 \end_layout
12381
12382 \end_inset
12383 </cell>
12384 <cell alignment="center" valignment="top" usebox="none">
12385 \begin_inset Text
12386
12387 \begin_layout Plain Layout
12388 129.7
12389 \end_layout
12390
12391 \end_inset
12392 </cell>
12393 <cell alignment="center" valignment="top" usebox="none">
12394 \begin_inset Text
12395
12396 \begin_layout Plain Layout
12397 52.75
12398 \end_layout
12399
12400 \end_inset
12401 </cell>
12402 <cell alignment="center" valignment="top" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Plain Layout
12406 50.78
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 </row>
12412 <row>
12413 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417 ピクセルサイズに対する%表示
12418 \end_layout
12419
12420 \end_inset
12421 </cell>
12422 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426 76.3
12427 \end_layout
12428
12429 \end_inset
12430 </cell>
12431 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12432 \begin_inset Text
12433
12434 \begin_layout Plain Layout
12435 95.9
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12441 \begin_inset Text
12442
12443 \begin_layout Plain Layout
12444 92.3
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 </row>
12450 </lyxtabular>
12451
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 表中の行に余白を加えるには、第
12464 \begin_inset CommandInset ref
12465 LatexCommand ref
12466 reference "sub:行の余白取り"
12467
12468 \end_inset
12469
12470 節に述べられているように、表の設定ダイアログの
12471 \family sans
12472 罫線
12473 \family default
12474 タブを使用します。
12475 \end_layout
12476
12477 \begin_layout Standard
12478 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12479 \begin_inset Newline newline
12480 \end_inset
12481
12482 最初と最後の表罫線の既定幅は0.08
12483 \begin_inset space \thinspace{}
12484 \end_inset
12485
12486 emですが、他の罫線の既定幅は0.05
12487 \begin_inset space \thinspace{}
12488 \end_inset
12489
12490 emです。
12491 \end_layout
12492
12493 \begin_layout Standard
12494 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12495 \end_layout
12496
12497 \begin_layout Standard
12498
12499 \series bold
12500
12501 \backslash
12502 let
12503 \backslash
12504 mytoprule
12505 \backslash
12506 toprule
12507 \begin_inset Newline newline
12508 \end_inset
12509
12510
12511 \backslash
12512 renewcommand{
12513 \backslash
12514 toprule}{
12515 \backslash
12516 mytoprule[幅]}
12517 \end_layout
12518
12519 \begin_layout Standard
12520 上の例は、
12521 \series bold
12522 toprule
12523 \series default
12524 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12525 \series bold
12526 toprule
12527 \series default
12528
12529 \series bold
12530 bottomrule
12531 \series default
12532 に置き換えて下さい。他の罫線の線幅を変更するには、
12533 \series bold
12534 toprule
12535 \series default
12536
12537 \series bold
12538 midrule
12539 \series default
12540 に置き換えます。線幅を設定する上では、付録
12541 \begin_inset CommandInset ref
12542 LatexCommand ref
12543 reference "cha:LyXで使用できる単位"
12544
12545 \end_inset
12546
12547 に挙げてあるすべての単位を使用することができます。
12548 \end_layout
12549
12550 \begin_layout Standard
12551 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12552 \series bold
12553
12554 \backslash
12555 cmidrule
12556 \series default
12557 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12558 \end_layout
12559
12560 \begin_layout Standard
12561
12562 \series bold
12563
12564 \backslash
12565 cmidrule[幅](刈込){開始列-終了列}
12566 \end_layout
12567
12568 \begin_layout Standard
12569 です。
12570 \series bold
12571
12572 \backslash
12573 cmidrule
12574 \series default
12575 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12576 \series bold
12577
12578 \backslash
12579 cmidrule
12580 \series default
12581 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12582
12583 \end_layout
12584
12585 \begin_layout Standard
12586 この線幅の既定値は0.03
12587 \begin_inset space \thinspace{}
12588 \end_inset
12589
12590 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12591 。非必須パラメーターの「刈込」は、
12592 \emph on
12593 l{刈込幅}
12594 \emph default
12595 あるいは
12596 \emph on
12597 r{刈込幅}
12598 \emph default
12599 の値を取り、刈込幅の指定は非必須です。たとえば、
12600 \emph on
12601 l{2pt}
12602 \emph default
12603 というパラメーターを使うと、罫線が左端から2
12604 \begin_inset space \thinspace{}
12605 \end_inset
12606
12607 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12608 \begin_inset space \thinspace{}
12609 \end_inset
12610
12611 emだけ刈り込まれます。
12612 \end_layout
12613
12614 \begin_layout Standard
12615 \begin_inset VSpace bigskip
12616 \end_inset
12617
12618
12619 \begin_inset CommandInset ref
12620 LatexCommand ref
12621 reference "tab:ブックタブ表の例"
12622
12623 \end_inset
12624
12625 は、
12626 \end_layout
12627
12628 \begin_layout Standard
12629
12630 \series bold
12631
12632 \backslash
12633 cmidrule(r){2-2}
12634 \backslash
12635 cmidrule(l){3-4}
12636 \end_layout
12637
12638 \begin_layout Standard
12639 というコマンドを第二行の初めに使用し、
12640 \end_layout
12641
12642 \begin_layout Standard
12643
12644 \series bold
12645
12646 \backslash
12647 cmidrule(l{10pt}){1-1}
12648 \end_layout
12649
12650 \begin_layout Standard
12651 を第六行に使用して作成されています。
12652 \end_layout
12653
12654 \begin_layout Standard
12655 \begin_inset VSpace bigskip
12656 \end_inset
12657
12658
12659 \end_layout
12660
12661 \begin_layout Standard
12662 ときには、表
12663 \begin_inset CommandInset ref
12664 LatexCommand ref
12665 reference "tab:特殊なブックタブ表"
12666
12667 \end_inset
12668
12669 のような重なり合った
12670 \series bold
12671
12672 \backslash
12673 cmidrule
12674 \series default
12675 が欲しいことがあるかもしれません。これは、TeXコードで
12676 \end_layout
12677
12678 \begin_layout Standard
12679
12680 \series bold
12681
12682 \backslash
12683 morecmidrules
12684 \end_layout
12685
12686 \begin_layout Standard
12687 コマンドを使用することによって実現することができます。表
12688 \begin_inset CommandInset ref
12689 LatexCommand ref
12690 reference "tab:特殊なブックタブ表"
12691
12692 \end_inset
12693
12694 の第二列には
12695 \end_layout
12696
12697 \begin_layout Standard
12698
12699 \series bold
12700
12701 \backslash
12702 cmidrule(r){2-2}
12703 \backslash
12704 cmidrule(l){3-4}
12705 \backslash
12706 morecmidrules
12707 \backslash
12708 cmidrule{2-4}
12709 \end_layout
12710
12711 \begin_layout Standard
12712 というコマンドが使用されており、第六列には
12713 \end_layout
12714
12715 \begin_layout Standard
12716
12717 \series bold
12718
12719 \backslash
12720 midrule
12721 \backslash
12722 morecmidrules
12723 \backslash
12724 cmidrule{3-4}
12725 \end_layout
12726
12727 \begin_layout Standard
12728 というコマンドが使用されています。
12729 \end_layout
12730
12731 \begin_layout Standard
12732 \begin_inset VSpace bigskip
12733 \end_inset
12734
12735
12736 \end_layout
12737
12738 \begin_layout Standard
12739 罫線の余白取りにどうしても満足が行かない場合には、
12740 \end_layout
12741
12742 \begin_layout Standard
12743
12744 \series bold
12745
12746 \backslash
12747 specialrule{幅}{上余白}{下余白}
12748 \end_layout
12749
12750 \begin_layout Standard
12751 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12752 \series bold
12753 booktabs
12754 \series default
12755  
12756 \begin_inset CommandInset citation
12757 LatexCommand cite
12758 key "booktabs"
12759
12760 \end_inset
12761
12762
12763 \begin_inset Index idx
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12768 \end_layout
12769
12770 \end_inset
12771
12772 の取扱説明書をご参照下さい。
12773 \end_layout
12774
12775 \begin_layout Standard
12776 \begin_inset Float table
12777 placement h
12778 wide false
12779 sideways false
12780 status open
12781
12782 \begin_layout Plain Layout
12783 \begin_inset Caption
12784
12785 \begin_layout Plain Layout
12786 \begin_inset CommandInset label
12787 LatexCommand label
12788 name "tab:特殊なブックタブ表"
12789
12790 \end_inset
12791
12792 特殊なブックタブ表
12793 \end_layout
12794
12795 \end_inset
12796
12797
12798 \end_layout
12799
12800 \begin_layout Plain Layout
12801 \align center
12802 \begin_inset Tabular
12803 <lyxtabular version="3" rows="8" columns="4">
12804 <features booktabs="true" tabularvalignment="middle">
12805 <column alignment="center" valignment="top" width="0">
12806 <column alignment="center" valignment="top" width="0">
12807 <column alignment="center" valignment="top" width="0">
12808 <column alignment="center" valignment="top" width="0">
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 システム
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 Medipix
12824 \begin_inset space \thinspace{}
12825 \end_inset
12826
12827 1
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 Medipix
12837 \begin_inset space \thinspace{}
12838 \end_inset
12839
12840 2
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 <row>
12856 <cell alignment="center" valignment="top" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 \begin_inset ERT
12861 status collapsed
12862
12863 \begin_layout Plain Layout
12864
12865
12866 \backslash
12867 cmidrule(r){2-2}
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \begin_inset ERT
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877
12878
12879 \backslash
12880 cmidrule(l){3-4}
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \begin_inset ERT
12887 status collapsed
12888
12889 \begin_layout Plain Layout
12890
12891
12892 \backslash
12893 morecmidrules 
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \begin_inset ERT
12900 status collapsed
12901
12902 \begin_layout Plain Layout
12903
12904
12905 \backslash
12906 cmidrule{2-4}
12907 \end_layout
12908
12909 \end_inset
12910
12911 検知器の厚み [µm]
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 300
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 300
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 700
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 エッジ角 [°]
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 3.55
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 2.71
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 7.99
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row topspace="default">
12983 <cell alignment="center" valignment="top" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 空間分解能 [µm]
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 4.26
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 10.17
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell alignment="center" valignment="top" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 10.56
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 </row>
13020 <row topspace="default">
13021 <cell alignment="center" valignment="top" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 \begin_inset Formula $f_{\mathrm{max}}$
13026 \end_inset
13027
13028 におけるMTF
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 <cell alignment="center" valignment="top" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037 0.53
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 0.37
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 0.39
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 </row>
13061 <row>
13062 <cell alignment="center" valignment="top" topline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 \begin_inset ERT
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070
13071
13072 \backslash
13073 morecmidrules 
13074 \end_layout
13075
13076 \end_inset
13077
13078
13079 \begin_inset ERT
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083
13084
13085 \backslash
13086 cmidrule{3-4}
13087 \end_layout
13088
13089 \end_inset
13090
13091 LSF空間分解能
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 <row>
13125 <cell alignment="center" valignment="top" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 µm表示
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 129.7
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 52.75
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 50.78
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 <row>
13163 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 ピクセルサイズに対する%表示
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 76.3
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Plain Layout
13185 95.9
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 92.3
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 </row>
13200 </lyxtabular>
13201
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \end_inset
13208
13209
13210 \end_layout
13211
13212 \begin_layout Section
13213 表の垂直揃え
13214 \begin_inset Index idx
13215 status collapsed
13216
13217 \begin_layout Plain Layout
13218 ひょう@表 ! そろえ@揃え
13219 \end_layout
13220
13221 \end_inset
13222
13223
13224 \end_layout
13225
13226 \begin_layout Standard
13227 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13228 \begin_inset CommandInset ref
13229 LatexCommand ref
13230 reference "sec:ボックスダイアログ"
13231
13232 \end_inset
13233
13234 節に述べられているように、ボックスの垂直揃えを行います。
13235 \end_layout
13236
13237 \begin_layout Standard
13238 以下の例では、各表は15
13239 \begin_inset space \thinspace{}
13240 \end_inset
13241
13242 列幅%を持つminipage
13243 \begin_inset Foot
13244 status collapsed
13245
13246 \begin_layout Plain Layout
13247 minipageは第
13248 \begin_inset CommandInset ref
13249 LatexCommand ref
13250 reference "sec:ミニページ"
13251
13252 \end_inset
13253
13254 節で説明されています。
13255 \end_layout
13256
13257 \end_inset
13258
13259 ボックスの中に入れてあります。
13260 \end_layout
13261
13262 \begin_layout Itemize
13263 動作試験 
13264 \begin_inset Box Frameless
13265 position "t"
13266 hor_pos "c"
13267 has_inner_box 1
13268 inner_pos "c"
13269 use_parbox 0
13270 use_makebox 0
13271 width "15col%"
13272 special "none"
13273 height "1in"
13274 height_special "totalheight"
13275 status collapsed
13276
13277 \begin_layout Plain Layout
13278 \begin_inset Tabular
13279 <lyxtabular version="3" rows="3" columns="3">
13280 <features tabularvalignment="middle">
13281 <column alignment="center" valignment="top" width="0">
13282 <column alignment="center" valignment="top" width="0">
13283 <column alignment="center" valignment="top" width="0">
13284 <row>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 </row>
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 </row>
13371 </lyxtabular>
13372
13373 \end_inset
13374
13375
13376 \end_layout
13377
13378 \end_inset
13379
13380  動作試験 
13381 \begin_inset ERT
13382 status collapsed
13383
13384 \begin_layout Plain Layout
13385
13386
13387 \backslash
13388 raisebox{0.85
13389 \backslash
13390 baselineskip}{
13391 \end_layout
13392
13393 \end_inset
13394
13395
13396 \begin_inset Box Frameless
13397 position "t"
13398 hor_pos "c"
13399 has_inner_box 1
13400 inner_pos "c"
13401 use_parbox 0
13402 use_makebox 0
13403 width "15col%"
13404 special "none"
13405 height "1in"
13406 height_special "totalheight"
13407 status collapsed
13408
13409 \begin_layout Plain Layout
13410 \begin_inset Tabular
13411 <lyxtabular version="3" rows="3" columns="3">
13412 <features tabularvalignment="middle">
13413 <column alignment="center" valignment="top" width="0">
13414 <column alignment="center" valignment="top" width="0">
13415 <column alignment="center" valignment="top" width="0">
13416 <row>
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" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
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" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 </row>
13474 <row>
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" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 </row>
13503 </lyxtabular>
13504
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \begin_inset ERT
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517
13518 }
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \begin_layout Itemize
13527 動作試験 
13528 \begin_inset Box Frameless
13529 position "c"
13530 hor_pos "c"
13531 has_inner_box 1
13532 inner_pos "c"
13533 use_parbox 0
13534 use_makebox 0
13535 width "15col%"
13536 special "none"
13537 height "1in"
13538 height_special "totalheight"
13539 status collapsed
13540
13541 \begin_layout Plain Layout
13542 \begin_inset Tabular
13543 <lyxtabular version="3" rows="3" columns="3">
13544 <features tabularvalignment="middle">
13545 <column alignment="center" valignment="top" width="0">
13546 <column alignment="center" valignment="top" width="0">
13547 <column alignment="center" valignment="top" width="0">
13548 <row>
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" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 </row>
13577 <row>
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" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 </row>
13606 <row>
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" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 </row>
13635 </lyxtabular>
13636
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \begin_layout Itemize
13648 動作試験 
13649 \begin_inset Box Frameless
13650 position "b"
13651 hor_pos "c"
13652 has_inner_box 1
13653 inner_pos "c"
13654 use_parbox 0
13655 use_makebox 0
13656 width "15col%"
13657 special "none"
13658 height "1in"
13659 height_special "totalheight"
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663 \begin_inset Tabular
13664 <lyxtabular version="3" rows="3" columns="3">
13665 <features tabularvalignment="middle">
13666 <column alignment="center" valignment="top" width="0">
13667 <column alignment="center" valignment="top" width="0">
13668 <column alignment="center" valignment="top" width="0">
13669 <row>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 </row>
13698 <row>
13699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 <row>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 </row>
13756 </lyxtabular>
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \end_inset
13764
13765  動作試験 
13766 \begin_inset ERT
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770
13771
13772 \backslash
13773 raisebox{-0.32
13774 \backslash
13775 baselineskip}{
13776 \end_layout
13777
13778 \end_inset
13779
13780
13781 \begin_inset Box Frameless
13782 position "b"
13783 hor_pos "c"
13784 has_inner_box 1
13785 inner_pos "c"
13786 use_parbox 0
13787 use_makebox 0
13788 width "15col%"
13789 special "none"
13790 height "1in"
13791 height_special "totalheight"
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795 \begin_inset Tabular
13796 <lyxtabular version="3" rows="3" columns="3">
13797 <features tabularvalignment="middle">
13798 <column alignment="center" valignment="top" width="0">
13799 <column alignment="center" valignment="top" width="0">
13800 <column alignment="center" valignment="top" width="0">
13801 <row>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 <row>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 </row>
13859 <row>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 </row>
13888 </lyxtabular>
13889
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903 }
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \begin_layout Standard
13912 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
13913 \begin_inset Foot
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917 raiseboxは、第
13918 \begin_inset CommandInset ref
13919 LatexCommand ref
13920 reference "sub:垂直揃え"
13921
13922 \end_inset
13923
13924 節で説明されています。
13925 \end_layout
13926
13927 \end_inset
13928
13929 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
13930 \end_layout
13931
13932 \begin_layout Standard
13933
13934 \series bold
13935
13936 \backslash
13937 raisebox{0.85
13938 \backslash
13939 baselineskip}{
13940 \end_layout
13941
13942 \begin_layout Standard
13943 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
13944 \series bold
13945 }
13946 \series default
13947 をTeXコードとして挿入してあります。最後の項目の第二表には、
13948 \end_layout
13949
13950 \begin_layout Standard
13951
13952 \series bold
13953
13954 \backslash
13955 raisebox{-0.32
13956 \backslash
13957 baselineskip}{
13958 \end_layout
13959
13960 \begin_layout Standard
13961 というコマンドを使用しています。
13962 \end_layout
13963
13964 \begin_layout Standard
13965 \begin_inset Note Greyedout
13966 status open
13967
13968 \begin_layout Plain Layout
13969
13970 \series bold
13971 【註】
13972 \series default
13973 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
13974 \series bold
13975
13976 \backslash
13977 raisebox
13978 \series default
13979 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Section
13988 色付きの表
13989 \begin_inset CommandInset label
13990 LatexCommand label
13991 name "sec:色付きの表"
13992
13993 \end_inset
13994
13995
13996 \begin_inset Index idx
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000 ひょう@表 ! いろつき@色付き
14001 \end_layout
14002
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \begin_layout Subsection
14009 色付きのセル
14010 \begin_inset Index idx
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014 ひょうのいろ@表の色 ! せるぶ@セル部
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \begin_inset Index idx
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024 いろつき@色付き ! ひょうせるぶ@表セル部
14025 \end_layout
14026
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \begin_layout Standard
14033 \begin_inset Float table
14034 placement h
14035 wide false
14036 sideways false
14037 status open
14038
14039 \begin_layout Plain Layout
14040 \begin_inset Caption
14041
14042 \begin_layout Plain Layout
14043 \begin_inset CommandInset label
14044 LatexCommand label
14045 name "tab:colortblなしの表"
14046
14047 \end_inset
14048
14049
14050 \series bold
14051 colortbl
14052 \series default
14053 パッケージを使用しない色付き表
14054 \begin_inset Argument
14055 status collapsed
14056
14057 \begin_layout Plain Layout
14058 colortblなしの表
14059 \end_layout
14060
14061 \end_inset
14062
14063
14064 \end_layout
14065
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \begin_layout Plain Layout
14072 \align center
14073 \begin_inset Tabular
14074 <lyxtabular version="3" rows="3" columns="3">
14075 <features tabularvalignment="middle">
14076 <column alignment="center" valignment="top" width="0">
14077 <column alignment="center" valignment="top" width="0">
14078 <column alignment="center" valignment="top" width="0">
14079 <row>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084
14085 \color green
14086
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095
14096 \color red
14097
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106
14107 \color red
14108
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 </row>
14114 <row>
14115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Plain Layout
14119
14120 \color green
14121
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130
14131 \color blue
14132
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141
14142 \color blue
14143
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 </row>
14149 <row>
14150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154
14155 \color green
14156
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165
14166 \color blue
14167
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176
14177 \color blue
14178
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 </lyxtabular>
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \begin_layout Standard
14197 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14198 \family sans
14199 編集\SpecialChar \menuseparator
14200 文字様式
14201 \family default
14202 メニューで色を選んでください。表
14203 \begin_inset CommandInset ref
14204 LatexCommand ref
14205 reference "tab:colortblなしの表"
14206
14207 \end_inset
14208
14209 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14210 \series bold
14211 colortbl
14212 \series default
14213
14214 \begin_inset Index idx
14215 status collapsed
14216
14217 \begin_layout Plain Layout
14218 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14219 \end_layout
14220
14221 \end_inset
14222
14223 を使用しなくてはなりません。
14224 \end_layout
14225
14226 \begin_layout Standard
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232
14233 \backslash
14234 ifcolortbl
14235 \end_layout
14236
14237 \end_inset
14238
14239
14240 \begin_inset Note Note
14241 status open
14242
14243 \begin_layout Plain Layout
14244 本節の以下の部分は、LaTeXパッケージ
14245 \series bold
14246 colortbl
14247 \series default
14248 が導入済みのときのみ表示されます。
14249 \end_layout
14250
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \begin_layout Standard
14257 色付きの表を作成するには、プリアンブルに
14258 \end_layout
14259
14260 \begin_layout Standard
14261
14262 \series bold
14263
14264 \backslash
14265 usepackage{colortbl}
14266 \end_layout
14267
14268 \begin_layout Standard
14269 という行を書いて
14270 \series bold
14271 colortbl
14272 \series default
14273 を読み込まなくてはなりません。列の色は、
14274 \series bold
14275 >{ }
14276 \series default
14277 コマンドの中に
14278 \end_layout
14279
14280 \begin_layout Standard
14281
14282 \series bold
14283
14284 \backslash
14285 columncolor{色彩名}
14286 \end_layout
14287
14288 \begin_layout Standard
14289 というコマンドを書いて指定することができます。
14290 \series bold
14291 >{}
14292 \series default
14293 コマンドに関する詳細は、第
14294 \begin_inset CommandInset ref
14295 LatexCommand ref
14296 reference "sub:連結列の計算"
14297
14298 \end_inset
14299
14300 節に述べられています。
14301 \end_layout
14302
14303 \begin_layout Standard
14304 以下の色彩名が事前に定義されています。
14305 \end_layout
14306
14307 \begin_layout Standard
14308
14309 \family sans
14310 red
14311 \family default
14312
14313 \family sans
14314 green
14315 \family default
14316
14317 \family sans
14318 yellow
14319 \family default
14320
14321 \family sans
14322 blue
14323 \family default
14324
14325 \family sans
14326 cyan
14327 \family default
14328
14329 \family sans
14330 magenta
14331 \family default
14332
14333 \family sans
14334 black
14335 \family default
14336
14337 \family sans
14338 white
14339 \end_layout
14340
14341 \begin_layout Standard
14342 \begin_inset VSpace medskip
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 また
14350 \end_layout
14351
14352 \begin_layout Standard
14353
14354 \series bold
14355
14356 \backslash
14357 definecolor{色彩名}{色彩モデル}{色彩値}
14358 \end_layout
14359
14360 \begin_layout Standard
14361 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14362 \end_layout
14363
14364 \begin_layout Labeling
14365 \labelwidthstring 00.00.0000
14366 cmyk:シアン(
14367 \bar under
14368 c
14369 \bar default
14370 yan)・マゼンタ(
14371 \bar under
14372 m
14373 \bar default
14374 agenta)・黄(
14375 \bar under
14376 y
14377 \bar default
14378 ellow)・黒(blac
14379 \bar under
14380 k
14381 \bar default
14382
14383 \end_layout
14384
14385 \begin_layout Labeling
14386 \labelwidthstring 00.00.0000
14387 rgb:赤(
14388 \bar under
14389 r
14390 \bar default
14391 ed)・緑(
14392 \bar under
14393 g
14394 \bar default
14395 reen)・青(
14396 \bar under
14397 b
14398 \bar default
14399 lue)
14400 \end_layout
14401
14402 \begin_layout Labeling
14403 \labelwidthstring 00.00.0000
14404 gray:グレー
14405 \end_layout
14406
14407 \begin_layout Standard
14408 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14409 \end_layout
14410
14411 \begin_layout Standard
14412 たとえば、プリアンブルに
14413 \end_layout
14414
14415 \begin_layout Standard
14416
14417 \series bold
14418
14419 \backslash
14420 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14421 \end_layout
14422
14423 \begin_layout Standard
14424 と書くことによって、「
14425 \emph on
14426 darkgreen
14427 \emph default
14428 」色を定義することができますし、
14429 \end_layout
14430
14431 \begin_layout Standard
14432
14433 \series bold
14434
14435 \backslash
14436 definecolor{lightgray}{gray}{0.8}
14437 \end_layout
14438
14439 \begin_layout Standard
14440 と書けば、「
14441 \emph on
14442 lightgray
14443 \emph default
14444 」色を定義することができます。
14445 \end_layout
14446
14447 \begin_layout Standard
14448 \begin_inset VSpace medskip
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \begin_layout Standard
14455 罫線は
14456 \end_layout
14457
14458 \begin_layout Standard
14459
14460 \series bold
14461
14462 \backslash
14463 rowcolor{色彩名}
14464 \end_layout
14465
14466 \begin_layout Standard
14467 というコマンドを使用して色付けすることができ、セルは
14468 \end_layout
14469
14470 \begin_layout Standard
14471
14472 \series bold
14473
14474 \backslash
14475 cellcolor{色彩名}
14476 \end_layout
14477
14478 \begin_layout Standard
14479 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14480 \end_layout
14481
14482 \begin_layout Standard
14483 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14484 \family sans
14485 編集\SpecialChar \menuseparator
14486 文字様式
14487 \family default
14488 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14489 ます。
14490 \end_layout
14491
14492 \begin_layout Standard
14493 \begin_inset Note Greyedout
14494 status open
14495
14496 \begin_layout Plain Layout
14497 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14498 \end_layout
14499
14500 \end_inset
14501
14502
14503 \end_layout
14504
14505 \begin_layout Standard
14506 \begin_inset VSpace bigskip
14507 \end_inset
14508
14509
14510 \end_layout
14511
14512 \begin_layout Standard
14513
14514 \begin_inset CommandInset ref
14515 LatexCommand ref
14516 reference "tab:色付き表"
14517
14518 \end_inset
14519
14520 を作成するには、以下のようにしてください。第一列の色は
14521 \emph on
14522 darkgreen
14523 \emph default
14524 にしたいので、この列のLaTeX変数として
14525 \end_layout
14526
14527 \begin_layout Standard
14528
14529 \series bold
14530 >{
14531 \backslash
14532 columncolor{darkgreen}
14533 \backslash
14534 centering}c
14535 \end_layout
14536
14537 \begin_layout Standard
14538 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14539 \end_layout
14540
14541 \begin_layout Standard
14542
14543 \series bold
14544
14545 \backslash
14546 rowcolow{cyan}
14547 \end_layout
14548
14549 \begin_layout Standard
14550 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14551 \end_layout
14552
14553 \begin_layout Standard
14554
14555 \series bold
14556
14557 \backslash
14558 cellcolor{magenta}
14559 \end_layout
14560
14561 \begin_layout Standard
14562 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14563 \family sans
14564 編集\SpecialChar \menuseparator
14565 文字様式
14566 \family default
14567 メニューを使って、各文字に色付けをすることができます。
14568 \end_layout
14569
14570 \begin_layout Standard
14571 \begin_inset Float table
14572 placement h
14573 wide false
14574 sideways false
14575 status open
14576
14577 \begin_layout Plain Layout
14578 \begin_inset Caption
14579
14580 \begin_layout Plain Layout
14581
14582 \series bold
14583 \begin_inset CommandInset label
14584 LatexCommand label
14585 name "tab:色付き表"
14586
14587 \end_inset
14588
14589 colortbl
14590 \series default
14591 パッケージを使用した色付き表
14592 \begin_inset Argument
14593 status collapsed
14594
14595 \begin_layout Plain Layout
14596 colortblを使った表
14597 \end_layout
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \begin_layout Plain Layout
14610 \align center
14611 \begin_inset Tabular
14612 <lyxtabular version="3" rows="3" columns="3">
14613 <features tabularvalignment="middle">
14614 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14615 <column alignment="center" valignment="top" width="0">
14616 <column alignment="center" valignment="top" width="0">
14617 <row>
14618 <cell alignment="center" valignment="top" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 \begin_inset ERT
14623 status collapsed
14624
14625 \begin_layout Plain Layout
14626
14627
14628 \backslash
14629 rowcolor{cyan}
14630 \end_layout
14631
14632 \end_inset
14633
14634
14635 \color magenta
14636
14637 \end_layout
14638
14639 \end_inset
14640 </cell>
14641 <cell alignment="center" valignment="top" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645
14646 \color red
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656
14657 \color red
14658
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 </row>
14664 <row>
14665 <cell alignment="center" valignment="top" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669
14670 \color yellow
14671
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680
14681 \color blue
14682
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 <cell alignment="center" valignment="top" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691
14692 \color blue
14693
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 </row>
14699 <row>
14700 <cell alignment="center" valignment="top" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704
14705 \color yellow
14706
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715
14716 \color blue
14717
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell alignment="center" valignment="top" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 \begin_inset ERT
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730
14731
14732 \backslash
14733 cellcolor{magenta}
14734 \end_layout
14735
14736 \end_inset
14737
14738
14739 \color green
14740
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 </row>
14746 </lyxtabular>
14747
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \begin_layout Standard
14759 \begin_inset ERT
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763
14764
14765 \backslash
14766 else
14767 \end_layout
14768
14769 \end_inset
14770
14771
14772 \begin_inset Note Note
14773 status open
14774
14775 \begin_layout Plain Layout
14776 以下は、LaTeXパッケージ
14777 \series bold
14778 colortbl
14779 \series default
14780 が導入されていないときに表示されます。
14781 \end_layout
14782
14783 \end_inset
14784
14785
14786 \end_layout
14787
14788 \begin_layout Standard
14789 この節の内容を出力で表示させるには、
14790 \series bold
14791 colortbl
14792 \series default
14793 パッケージを導入する必要があります。
14794 \end_layout
14795
14796 \begin_layout Standard
14797 \begin_inset ERT
14798 status collapsed
14799
14800 \begin_layout Plain Layout
14801
14802
14803 \backslash
14804 fi
14805 \end_layout
14806
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Subsection
14813 色付き罫線
14814 \begin_inset Index idx
14815 status collapsed
14816
14817 \begin_layout Plain Layout
14818 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \begin_inset Index idx
14825 status collapsed
14826
14827 \begin_layout Plain Layout
14828 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Standard
14837
14838 \begin_inset CommandInset ref
14839 LatexCommand ref
14840 reference "sub:罫線幅"
14841
14842 \end_inset
14843
14844 節に述べられているように、表中の全罫線の線幅は、長さ
14845 \series bold
14846
14847 \backslash
14848 arrayrulewidth
14849 \series default
14850 を使って調節することができます。本節の表では、すべて1.5
14851 \begin_inset space \thinspace{}
14852 \end_inset
14853
14854 ptに設定されています。
14855 \begin_inset ERT
14856 status collapsed
14857
14858 \begin_layout Plain Layout
14859
14860
14861 \backslash
14862 setlength{
14863 \backslash
14864 arrayrulewidth}{1.5pt}
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 たとえば縦罫線を緑に着色するには、第
14874 \begin_inset CommandInset ref
14875 LatexCommand ref
14876 reference "sub:自製書式"
14877
14878 \end_inset
14879
14880 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
14881 \end_layout
14882
14883 \begin_layout Standard
14884
14885 \series bold
14886
14887 \backslash
14888 newcolumntype{W}{!{
14889 \backslash
14890 color{green}
14891 \backslash
14892 vline}}
14893 \end_layout
14894
14895 \begin_layout Standard
14896
14897 \begin_inset CommandInset ref
14898 LatexCommand ref
14899 reference "tab:色付き縦罫線の表"
14900
14901 \end_inset
14902
14903 では、最右列にLaTeX変数
14904 \series bold
14905 WcW
14906 \series default
14907 、他の列にLaTeX変数
14908 \series bold
14909 Wc
14910 \series default
14911 が使用されています。
14912 \end_layout
14913
14914 \begin_layout Standard
14915 複数の色を用いたいときには、列書式をもっと定義してください。
14916 \end_layout
14917
14918 \begin_layout Standard
14919 \begin_inset Float table
14920 placement h
14921 wide false
14922 sideways false
14923 status open
14924
14925 \begin_layout Plain Layout
14926 \begin_inset Caption
14927
14928 \begin_layout Plain Layout
14929 \begin_inset CommandInset label
14930 LatexCommand label
14931 name "tab:色付き縦罫線の表"
14932
14933 \end_inset
14934
14935 色付き縦罫線の表
14936 \end_layout
14937
14938 \end_inset
14939
14940
14941 \end_layout
14942
14943 \begin_layout Plain Layout
14944 \align center
14945 \begin_inset Tabular
14946 <lyxtabular version="3" rows="3" columns="3">
14947 <features tabularvalignment="middle">
14948 <column alignment="center" valignment="top" width="0" special="Wc">
14949 <column alignment="center" valignment="top" width="0" special="Wc">
14950 <column alignment="center" valignment="top" width="0" special="WcW">
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 sd
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 </row>
14980 <row>
14981 <cell alignment="center" valignment="top" topline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 sd
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 <row>
15010 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 sd
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 </row>
15038 </lyxtabular>
15039
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Standard
15051 \begin_inset VSpace bigskip
15052 \end_inset
15053
15054
15055 \begin_inset CommandInset ref
15056 LatexCommand ref
15057 reference "tab:色付き横罫線の表"
15058
15059 \end_inset
15060
15061 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15062 \end_layout
15063
15064 \begin_layout Standard
15065
15066 \series bold
15067
15068 \backslash
15069 let
15070 \backslash
15071 myHlineC
15072 \backslash
15073 hline
15074 \begin_inset Newline newline
15075 \end_inset
15076
15077
15078 \backslash
15079 renewcommand{
15080 \backslash
15081 hline}
15082 \begin_inset Newline newline
15083 \end_inset
15084
15085
15086 \begin_inset Phantom HPhantom
15087 status open
15088
15089 \begin_layout Plain Layout
15090 \begin_inset space ~
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \end_inset
15097
15098 {
15099 \backslash
15100 arrayrulecolor{red}
15101 \backslash
15102 myHlineC
15103 \backslash
15104 arrayrulecolor{black}}
15105 \end_layout
15106
15107 \begin_layout Standard
15108 というコマンドを入力して下さい。
15109 \end_layout
15110
15111 \begin_layout Standard
15112 \begin_inset ERT
15113 status collapsed
15114
15115 \begin_layout Plain Layout
15116
15117
15118 \backslash
15119 let
15120 \backslash
15121 myHlineC
15122 \backslash
15123 hline
15124 \end_layout
15125
15126 \begin_layout Plain Layout
15127
15128
15129 \backslash
15130 renewcommand{
15131 \backslash
15132 hline}
15133 \end_layout
15134
15135 \begin_layout Plain Layout
15136
15137  {
15138 \backslash
15139 arrayrulecolor{red}
15140 \backslash
15141 myHlineC
15142 \backslash
15143 arrayrulecolor{black}}
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \begin_inset Float table
15150 placement h
15151 wide false
15152 sideways false
15153 status open
15154
15155 \begin_layout Plain Layout
15156 \begin_inset Caption
15157
15158 \begin_layout Plain Layout
15159 \begin_inset CommandInset label
15160 LatexCommand label
15161 name "tab:色付き横罫線の表"
15162
15163 \end_inset
15164
15165 色付き横罫線の表
15166 \end_layout
15167
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \begin_layout Plain Layout
15174 \align center
15175 \begin_inset Tabular
15176 <lyxtabular version="3" rows="3" columns="3">
15177 <features tabularvalignment="middle">
15178 <column alignment="center" valignment="top" width="0">
15179 <column alignment="center" valignment="top" width="0">
15180 <column alignment="center" valignment="top" width="0">
15181 <row>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 sd
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 sd
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 sd
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 </lyxtabular>
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \begin_layout Standard
15281 既定値の黒罫線に戻るには、
15282 \end_layout
15283
15284 \begin_layout Standard
15285
15286 \series bold
15287
15288 \backslash
15289 renewcommand{
15290 \backslash
15291 hline}{
15292 \backslash
15293 myHlineC}
15294 \end_layout
15295
15296 \begin_layout Standard
15297 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15298 \begin_inset CommandInset ref
15299 LatexCommand ref
15300 reference "tab:色付き罫線の表"
15301
15302 \end_inset
15303
15304 は、縦横罫線を色付けした例です。
15305 \end_layout
15306
15307 \begin_layout Standard
15308 \begin_inset Float table
15309 placement h
15310 wide false
15311 sideways false
15312 status open
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Caption
15316
15317 \begin_layout Plain Layout
15318 \begin_inset CommandInset label
15319 LatexCommand label
15320 name "tab:色付き罫線の表"
15321
15322 \end_inset
15323
15324 色付き罫線の表
15325 \end_layout
15326
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \begin_layout Plain Layout
15333 \align center
15334 \begin_inset Tabular
15335 <lyxtabular version="3" rows="3" columns="3">
15336 <features tabularvalignment="middle">
15337 <column alignment="center" valignment="top" width="0" special="Wc">
15338 <column alignment="center" valignment="top" width="0" special="Wc">
15339 <column alignment="center" valignment="top" width="0" special="WcW">
15340 <row>
15341 <cell alignment="center" valignment="top" topline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345 sd
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 <cell alignment="center" valignment="top" topline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 </row>
15369 <row>
15370 <cell alignment="center" valignment="top" topline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383 sd
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" topline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 </row>
15398 <row topspace="default">
15399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421 sd
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 </lyxtabular>
15428
15429 \end_inset
15430
15431
15432 \end_layout
15433
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \begin_layout Standard
15440 \begin_inset ERT
15441 status collapsed
15442
15443 \begin_layout Plain Layout
15444
15445
15446 \backslash
15447 renewcommand{
15448 \backslash
15449 hline}{
15450 \backslash
15451 myHlineC}
15452 \end_layout
15453
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \begin_layout Standard
15460 \begin_inset ERT
15461 status collapsed
15462
15463 \begin_layout Plain Layout
15464
15465
15466 \backslash
15467 setlength{
15468 \backslash
15469 arrayrulewidth}{0.4pt}
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Section
15478 表の調整
15479 \begin_inset Index idx
15480 status collapsed
15481
15482 \begin_layout Plain Layout
15483 ひょうのちょうせい@表の調整
15484 \end_layout
15485
15486 \end_inset
15487
15488
15489 \begin_inset Index idx
15490 status collapsed
15491
15492 \begin_layout Plain Layout
15493 ひょう@表 ! ちょうせい@調整
15494 \end_layout
15495
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \begin_layout Subsection
15502 行の余白取り
15503 \begin_inset CommandInset label
15504 LatexCommand label
15505 name "sub:行の余白取り"
15506
15507 \end_inset
15508
15509
15510 \begin_inset Index idx
15511 status collapsed
15512
15513 \begin_layout Plain Layout
15514 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15515 \end_layout
15516
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \begin_layout Standard
15523 表の設定ダイアログの
15524 \family sans
15525 罫線
15526 \family default
15527 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15528 \end_layout
15529
15530 \begin_layout Description
15531 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15532 \begin_inset Foot
15533 status collapsed
15534
15535 \begin_layout Plain Layout
15536 フォーマル形式の表は第
15537 \begin_inset CommandInset ref
15538 LatexCommand ref
15539 reference "sec:フォーマル形式の表"
15540
15541 \end_inset
15542
15543 節で説明されています。
15544 \end_layout
15545
15546 \end_inset
15547
15548 ならば、LyXは既定値として0.5
15549 \begin_inset space \thinspace{}
15550 \end_inset
15551
15552 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15553 \begin_inset VSpace medskip
15554 \end_inset
15555
15556
15557 \begin_inset Newline newline
15558 \end_inset
15559
15560
15561 \begin_inset space \hspace*{}
15562 \length 0pt
15563 \end_inset
15564
15565
15566 \begin_inset space \hfill{}
15567 \end_inset
15568
15569
15570 \begin_inset Tabular
15571 <lyxtabular version="3" rows="3" columns="1">
15572 <features tabularvalignment="middle">
15573 <column alignment="center" valignment="top" width="0">
15574 <row>
15575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row topspace="3mm">
15586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 行上に3
15591 \begin_inset space \thinspace{}
15592 \end_inset
15593
15594 mmの余白
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 <row>
15601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 </lyxtabular>
15612
15613 \end_inset
15614
15615
15616 \begin_inset space \hfill{}
15617 \end_inset
15618
15619
15620 \begin_inset space \hspace*{}
15621 \length 0pt
15622 \end_inset
15623
15624
15625 \begin_inset VSpace medskip
15626 \end_inset
15627
15628
15629 \begin_inset Newline newline
15630 \end_inset
15631
15632 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15633 \end_layout
15634
15635 \begin_layout Description
15636 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15637 \begin_inset space \thinspace{}
15638 \end_inset
15639
15640 emの余白を挿入し、通常の表ならば既定値として2
15641 \begin_inset space \thinspace{}
15642 \end_inset
15643
15644 ptを挿入します。
15645 \end_layout
15646
15647 \begin_layout Description
15648 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15649 \begin_inset space \thinspace{}
15650 \end_inset
15651
15652 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15653 \begin_inset VSpace medskip
15654 \end_inset
15655
15656
15657 \begin_inset Newline newline
15658 \end_inset
15659
15660
15661 \begin_inset space \hspace*{}
15662 \length 0pt
15663 \end_inset
15664
15665
15666 \begin_inset space \hfill{}
15667 \end_inset
15668
15669
15670 \begin_inset Tabular
15671 <lyxtabular version="3" rows="3" columns="1">
15672 <features tabularvalignment="middle">
15673 <column alignment="center" valignment="top" width="0">
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row interlinespace="3mm">
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690 \begin_inset Formula $\downarrow$
15691 \end_inset
15692
15693  行間に3
15694 \begin_inset space \thinspace{}
15695 \end_inset
15696
15697 mmの余白 
15698 \begin_inset Formula $\downarrow$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset Formula $\uparrow$
15713 \end_inset
15714
15715  行間に3
15716 \begin_inset space \thinspace{}
15717 \end_inset
15718
15719 mmの余白 
15720 \begin_inset Formula $\uparrow$
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 </lyxtabular>
15730
15731 \end_inset
15732
15733
15734 \begin_inset space \hfill{}
15735 \end_inset
15736
15737
15738 \begin_inset space \hspace*{}
15739 \length 0pt
15740 \end_inset
15741
15742
15743 \begin_inset VSpace medskip
15744 \end_inset
15745
15746
15747 \begin_inset Newline newline
15748 \end_inset
15749
15750 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15751 \end_layout
15752
15753 \begin_layout Standard
15754 \begin_inset VSpace bigskip
15755 \end_inset
15756
15757 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15758 \end_layout
15759
15760 \begin_layout Standard
15761
15762 \series bold
15763
15764 \backslash
15765 @ifundefined{extrarowheight}
15766 \begin_inset Newline newline
15767 \end_inset
15768
15769
15770 \begin_inset Phantom HPhantom
15771 status open
15772
15773 \begin_layout Plain Layout
15774 \begin_inset space ~
15775 \end_inset
15776
15777
15778 \end_layout
15779
15780 \end_inset
15781
15782 {
15783 \backslash
15784 usepackage{array}}{}
15785 \begin_inset Newline newline
15786 \end_inset
15787
15788
15789 \backslash
15790 setlength{
15791 \backslash
15792 extrarowheight}{height}
15793 \end_layout
15794
15795 \begin_layout Standard
15796 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15797 \series bold
15798 array
15799 \series default
15800 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15801 \series bold
15802
15803 \backslash
15804 @ifundefined
15805 \series default
15806 が使用されています)。
15807 \end_layout
15808
15809 \begin_layout Standard
15810 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15811 \series bold
15812
15813 \backslash
15814 strut
15815 \series default
15816 コマンドを挿入することで補正することができます。表
15817 \begin_inset CommandInset ref
15818 LatexCommand ref
15819 reference "tab:垂直揃え"
15820
15821 \end_inset
15822
15823 は、この効果を示したものです。
15824 \end_layout
15825
15826 \begin_layout Standard
15827 \noindent
15828 \begin_inset Float table
15829 placement h
15830 wide false
15831 sideways false
15832 status open
15833
15834 \begin_layout Plain Layout
15835 \begin_inset Caption
15836
15837 \begin_layout Plain Layout
15838 \begin_inset CommandInset label
15839 LatexCommand label
15840 name "tab:垂直揃え"
15841
15842 \end_inset
15843
15844 大きなフォント寸法の文章の垂直揃え
15845 \end_layout
15846
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \begin_layout Plain Layout
15853 \begin_inset space \hfill{}
15854 \end_inset
15855
15856
15857 \begin_inset Float table
15858 wide false
15859 sideways false
15860 status open
15861
15862 \begin_layout Plain Layout
15863 \begin_inset Caption
15864
15865 \begin_layout Plain Layout
15866 通常の表
15867 \end_layout
15868
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \begin_layout Plain Layout
15875 \noindent
15876 \align center
15877 \begin_inset Tabular
15878 <lyxtabular version="3" rows="6" columns="1">
15879 <features tabularvalignment="middle">
15880 <column alignment="left" valignment="top" width="0">
15881 <row>
15882 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 Normal, g
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row>
15893 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \size large
15899 Large
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \size larger
15912 Larger
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923
15924 \size largest
15925 Largest
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 </row>
15931 <row>
15932 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936
15937 \size huge
15938 Huge
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 <row>
15945 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \size giant
15951 Huger
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 </lyxtabular>
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \begin_inset space \hfill{}
15968 \end_inset
15969
15970
15971 \begin_inset Float table
15972 wide false
15973 sideways false
15974 status open
15975
15976 \begin_layout Plain Layout
15977 \begin_inset Caption
15978
15979 \begin_layout Plain Layout
15980
15981 \series bold
15982
15983 \backslash
15984 strut
15985 \series default
15986 コマンドを使用した表
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Plain Layout
15995 \noindent
15996 \align center
15997 \begin_inset Tabular
15998 <lyxtabular version="3" rows="6" columns="1">
15999 <features tabularvalignment="middle">
16000 <column alignment="left" valignment="top" width="0">
16001 <row>
16002 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 Normal, g
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 </row>
16012 <row>
16013 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \size large
16019 \begin_inset ERT
16020 status collapsed
16021
16022 \begin_layout Plain Layout
16023
16024
16025 \backslash
16026 strut 
16027 \end_layout
16028
16029 \end_inset
16030
16031 Large
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042
16043 \size larger
16044 \begin_inset ERT
16045 status collapsed
16046
16047 \begin_layout Plain Layout
16048
16049
16050 \backslash
16051 strut 
16052 \end_layout
16053
16054 \end_inset
16055
16056 Larger
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 </row>
16062 <row>
16063 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067
16068 \size largest
16069 \begin_inset ERT
16070 status collapsed
16071
16072 \begin_layout Plain Layout
16073
16074
16075 \backslash
16076 strut 
16077 \end_layout
16078
16079 \end_inset
16080
16081 Largest
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 <row>
16088 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \size huge
16094 \begin_inset ERT
16095 status collapsed
16096
16097 \begin_layout Plain Layout
16098
16099
16100 \backslash
16101 strut 
16102 \end_layout
16103
16104 \end_inset
16105
16106 Huge
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \size giant
16119 \begin_inset ERT
16120 status collapsed
16121
16122 \begin_layout Plain Layout
16123
16124
16125 \backslash
16126 strut 
16127 \end_layout
16128
16129 \end_inset
16130
16131 Huger
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 </lyxtabular>
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \begin_inset space \hfill{}
16148 \end_inset
16149
16150
16151 \end_layout
16152
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \begin_layout Subsection
16159 特殊なセル揃え
16160 \begin_inset CommandInset label
16161 LatexCommand label
16162 name "sub:特殊なセル揃え"
16163
16164 \end_inset
16165
16166
16167 \begin_inset Index idx
16168 status collapsed
16169
16170 \begin_layout Plain Layout
16171 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16172 \end_layout
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \begin_layout Standard
16180 ときには表
16181 \begin_inset CommandInset ref
16182 LatexCommand ref
16183 reference "tab:表セル"
16184
16185 \end_inset
16186
16187 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16188 \begin_inset Graphics
16189         filename ../../images/tabular-feature_align-decimal.png
16190         scale 85
16191         scaleBeforeRotation
16192
16193 \end_inset
16194
16195 を押すか、表設定中で揃えを
16196 \family sans
16197 小数点で
16198 \family default
16199 に設定します。
16200 \end_layout
16201
16202 \begin_layout Standard
16203 \begin_inset Float table
16204 placement h
16205 wide false
16206 sideways false
16207 status open
16208
16209 \begin_layout Plain Layout
16210 \begin_inset Caption
16211
16212 \begin_layout Plain Layout
16213 \begin_inset CommandInset label
16214 LatexCommand label
16215 name "tab:表セル"
16216
16217 \end_inset
16218
16219 一列が小数点で揃えられた表セル
16220 \end_layout
16221
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \begin_layout Plain Layout
16228 \align center
16229 \begin_inset Tabular
16230 <lyxtabular version="3" rows="4" columns="1">
16231 <features booktabs="true" tabularvalignment="middle">
16232 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16233 <row>
16234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 見出し
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 12.6
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 </row>
16255 <row>
16256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 0.68
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 <row>
16267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 -123.0
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \begin_layout Standard
16290 \begin_inset Float table
16291 placement h
16292 wide false
16293 sideways false
16294 status open
16295
16296 \begin_layout Plain Layout
16297 \begin_inset Caption
16298
16299 \begin_layout Plain Layout
16300 \begin_inset CommandInset label
16301 LatexCommand label
16302 name "tab:演算子揃え表"
16303
16304 \end_inset
16305
16306 一列が演算子で揃えられた表セル
16307 \end_layout
16308
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \begin_layout Plain Layout
16315 \align center
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="4" columns="2">
16318 <features booktabs="true" tabularvalignment="middle">
16319 <column alignment="right" valignment="top" width="0pt">
16320 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16321 <row>
16322 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 見出し
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346 \begin_inset Formula $12\,+$
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 \begin_inset Formula $\,6$
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 \begin_inset Formula $0\,-$
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 \begin_inset Formula $\,68$
16385 \end_inset
16386
16387
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 </row>
16393 <row>
16394 <cell alignment="center" valignment="top" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 \begin_inset Formula $-123\,/$
16399 \end_inset
16400
16401
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 \begin_inset Formula $\,0$
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 </lyxtabular>
16420
16421 \end_inset
16422
16423
16424 \end_layout
16425
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \begin_layout Standard
16432 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16433 \begin_inset CommandInset ref
16434 LatexCommand ref
16435 reference "tab:演算子揃え表"
16436
16437 \end_inset
16438
16439 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16440 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16441 ために、
16442 \end_layout
16443
16444 \begin_layout Standard
16445
16446 \series bold
16447 @{}l
16448 \end_layout
16449
16450 \begin_layout Standard
16451 というLaTeX引数を第2列に指定します。
16452 \end_layout
16453
16454 \begin_layout Standard
16455
16456 \begin_inset CommandInset ref
16457 LatexCommand ref
16458 reference "tab:表セル揃え"
16459
16460 \end_inset
16461
16462 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16463 \begin_inset CommandInset ref
16464 LatexCommand ref
16465 reference "tab:演算子揃え表"
16466
16467 \end_inset
16468
16469 の冒頭には、小空白が加えられています。
16470 \end_layout
16471
16472 \begin_layout Standard
16473 \begin_inset Float table
16474 wide false
16475 sideways false
16476 status open
16477
16478 \begin_layout Plain Layout
16479 \begin_inset Caption
16480
16481 \begin_layout Plain Layout
16482 \begin_inset CommandInset label
16483 LatexCommand label
16484 name "tab:表セル揃え"
16485
16486 \end_inset
16487
16488 表セルの揃えの例
16489 \end_layout
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \begin_layout Plain Layout
16497 \align center
16498 \begin_inset Tabular
16499 <lyxtabular version="3" rows="4" columns="6">
16500 <features tabularvalignment="middle">
16501 <column alignment="right" valignment="top" width="0">
16502 <column alignment="left" valignment="top" width="0" special="@{}l">
16503 <column alignment="right" valignment="top" width="0">
16504 <column alignment="left" valignment="top" width="0" special="@{}l">
16505 <column alignment="right" valignment="top" width="0">
16506 <column alignment="left" valignment="top" width="0" special="@{}l">
16507 <row>
16508 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 単位
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 冪数
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 関係子
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 12×
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 24本の瓶
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Formula $10\cdot$
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 \begin_inset Formula $10^{\mbox{-}17}$
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Formula $\Gamma(t)\propto$
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\:\Upsilon(t)$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 1024×
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 768ピクセル
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 \begin_inset Formula $5.78\cdot$
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $10^{7}$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Formula $A\ne$
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell alignment="center" valignment="top" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 \begin_inset Formula $\: B_{\mathrm{red}}$
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 <row>
16700 <cell alignment="center" valignment="top" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 32×
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 6
16714 \begin_inset space \thinspace{}
16715 \end_inset
16716
16717 cm
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 -
16727 \begin_inset Formula $33.5\cdot$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 \begin_inset Formula $10^{4}$
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $\sin(\alpha)\ge$
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $\:\sin(\beta)$
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 </row>
16772 </lyxtabular>
16773
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \begin_layout Subsection
16785 自製のセル書式および列書式
16786 \begin_inset CommandInset label
16787 LatexCommand label
16788 name "sub:自製書式"
16789
16790 \end_inset
16791
16792
16793 \begin_inset Index idx
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \begin_layout Standard
16806 連結列セルを含む表がいくつもある場合には、第
16807 \begin_inset CommandInset ref
16808 LatexCommand ref
16809 reference "sub:連結列の計算"
16810
16811 \end_inset
16812
16813 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16814 べての表で使うことができます。書式は、以下のように定義します。
16815 \end_layout
16816
16817 \begin_layout Standard
16818
16819 \series bold
16820
16821 \backslash
16822 newcolumntype{書式名}[引数の数]{コマンド}
16823 \end_layout
16824
16825 \begin_layout Standard
16826 書式名は、一文字だけでも構いません。
16827 \emph on
16828 b
16829 \emph default
16830
16831 \emph on
16832 c
16833 \emph default
16834
16835 \emph on
16836 l
16837 \emph default
16838
16839 \emph on
16840 m
16841 \emph default
16842
16843 \emph on
16844 p
16845 \emph default
16846
16847 \emph on
16848 r
16849 \emph default
16850 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16851 \end_layout
16852
16853 \begin_layout Standard
16854 \begin_inset VSpace medskip
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \begin_layout Standard
16861 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16862 \end_layout
16863
16864 \begin_layout Standard
16865
16866 \series bold
16867
16868 \backslash
16869 newcolumntype{M}[1]{>{
16870 \backslash
16871 centering
16872 \backslash
16873 hspace{0pt}}m{#1}}
16874 \end_layout
16875
16876 \begin_layout Standard
16877 ここで
16878 \series bold
16879
16880 \backslash
16881 hspace{0pt}
16882 \series default
16883 は、第
16884 \begin_inset CommandInset ref
16885 LatexCommand ref
16886 reference "sub:複数行"
16887
16888 \end_inset
16889
16890 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
16891 \end_layout
16892
16893 \begin_layout Standard
16894
16895 \series bold
16896 M{width}
16897 \end_layout
16898
16899 \begin_layout Standard
16900 と入力するだけですみます。
16901 \end_layout
16902
16903 \begin_layout Standard
16904 \begin_inset VSpace bigskip
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \begin_layout Standard
16911 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
16912 \end_layout
16913
16914 \begin_layout Standard
16915
16916 \series bold
16917
16918 \backslash
16919 newcolumntype{S}[2]{>{
16920 \backslash
16921 centering
16922 \backslash
16923 hspace{0pt}}
16924 \begin_inset Newline newline
16925 \end_inset
16926
16927
16928 \begin_inset Phantom HPhantom
16929 status open
16930
16931 \begin_layout Plain Layout
16932
16933 \series bold
16934
16935 \backslash
16936 newcolumntype
16937 \end_layout
16938
16939 \end_inset
16940
16941 m{(#1+(2
16942 \backslash
16943 tabcolsep+
16944 \backslash
16945 arrayrulewidth)*(1-#2))/#2}}
16946 \end_layout
16947
16948 \begin_layout Standard
16949 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
16950 \begin_inset CommandInset ref
16951 LatexCommand eqref
16952 reference "eq:Wgn"
16953
16954 \end_inset
16955
16956 式を使用しています。
16957 \end_layout
16958
16959 \begin_layout Standard
16960 こうしておけば、当該セルのLaTeX引数に
16961 \end_layout
16962
16963 \begin_layout Standard
16964
16965 \series bold
16966 S{連結列セルの幅}{連結列セルがまたがる列の数}
16967 \end_layout
16968
16969 \begin_layout Standard
16970 と入力するだけですみます。
16971 \end_layout
16972
16973 \begin_layout Standard
16974 \begin_inset VSpace bigskip
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \begin_layout Standard
16981 色付き列については、以下のように定義するとよいでしょう。
16982 \end_layout
16983
16984 \begin_layout Standard
16985
16986 \series bold
16987
16988 \backslash
16989 newcolumntype{K}[1]{>{
16990 \backslash
16991 columncolor{#1}
16992 \backslash
16993 hspace{0pt}}c}
16994 \end_layout
16995
16996 \begin_layout Standard
16997 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
16998 \end_layout
16999
17000 \begin_layout Standard
17001
17002 \series bold
17003 K{色名}
17004 \end_layout
17005
17006 \begin_layout Standard
17007 と入力します。
17008 \end_layout
17009
17010 \begin_layout Standard
17011 \begin_inset VSpace bigskip
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \begin_layout Standard
17018
17019 \begin_inset CommandInset ref
17020 LatexCommand ref
17021 reference "tab:ユーザー定義の表書式"
17022
17023 \end_inset
17024
17025 を生成するには、第1列と連結列にLaTeX引数として
17026 \end_layout
17027
17028 \begin_layout Standard
17029
17030 \series bold
17031 M{2.5cm}
17032 \end_layout
17033
17034 \begin_layout Standard
17035 を指定し、最終列に
17036 \end_layout
17037
17038 \begin_layout Standard
17039
17040 \series bold
17041 K{red}
17042 \end_layout
17043
17044 \begin_layout Standard
17045 そして第2列の各セルに
17046 \end_layout
17047
17048 \begin_layout Standard
17049
17050 \series bold
17051 S{2.5cm}{2}
17052 \end_layout
17053
17054 \begin_layout Standard
17055 と指定します。
17056 \end_layout
17057
17058 \begin_layout Standard
17059 \begin_inset Float table
17060 placement h
17061 wide false
17062 sideways false
17063 status open
17064
17065 \begin_layout Plain Layout
17066 \begin_inset Caption
17067
17068 \begin_layout Plain Layout
17069 \begin_inset CommandInset label
17070 LatexCommand label
17071 name "tab:ユーザー定義の表書式"
17072
17073 \end_inset
17074
17075 ユーザー定義の表書式を使用した表
17076 \end_layout
17077
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \begin_layout Plain Layout
17084 \align center
17085 \begin_inset Tabular
17086 <lyxtabular version="3" rows="3" columns="4">
17087 <features tabularvalignment="middle">
17088 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17089 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17090 <column alignment="center" valignment="middle" width="0">
17091 <column alignment="center" valignment="middle" width="0" special="K{red}">
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 とても長い表セル中の単語
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 複数行の連結列
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 c
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 d
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 e
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 f
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 g
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 h
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 i
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 j
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 k
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 </lyxtabular>
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \begin_layout Subsection
17219 罫線幅
17220 \begin_inset CommandInset label
17221 LatexCommand label
17222 name "sub:罫線幅"
17223
17224 \end_inset
17225
17226
17227 \begin_inset Index idx
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17232 \end_layout
17233
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \begin_layout Standard
17240 表中のすべての罫線の罫線幅を調整するには、長さ
17241 \series bold
17242
17243 \backslash
17244 arrayrulewidth
17245 \series default
17246 を使用します。たとえば、表
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "tab:Table-with-1.5"
17250
17251 \end_inset
17252
17253 のように罫線幅を1.5
17254 \begin_inset space \thinspace{}
17255 \end_inset
17256
17257 ptにするには、表や表フロートの前にTeXコードで
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263
17264 \backslash
17265 setlength{
17266 \backslash
17267 arrayrulewidth}{1.5pt}
17268 \end_layout
17269
17270 \begin_layout Standard
17271 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17272 \series bold
17273
17274 \backslash
17275 arrayrulewidth
17276 \series default
17277 を0.4
17278 \begin_inset space \thinspace{}
17279 \end_inset
17280
17281 ptに設定してください。
17282 \end_layout
17283
17284 \begin_layout Standard
17285 \begin_inset ERT
17286 status collapsed
17287
17288 \begin_layout Plain Layout
17289
17290
17291 \backslash
17292 setlength{
17293 \backslash
17294 arrayrulewidth}{1.5pt}
17295 \end_layout
17296
17297 \end_inset
17298
17299
17300 \begin_inset Float table
17301 wide false
17302 sideways false
17303 status open
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Caption
17307
17308 \begin_layout Plain Layout
17309 \begin_inset CommandInset label
17310 LatexCommand label
17311 name "tab:Table-with-1.5"
17312
17313 \end_inset
17314
17315 1.5
17316 \begin_inset space \thinspace{}
17317 \end_inset
17318
17319 pt幅罫線の表
17320 \end_layout
17321
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \begin_layout Plain Layout
17328 \align center
17329 \begin_inset Tabular
17330 <lyxtabular version="3" rows="3" columns="3">
17331 <features tabularvalignment="middle">
17332 <column alignment="center" valignment="top" width="0">
17333 <column alignment="center" valignment="top" width="0">
17334 <column alignment="center" valignment="top" width="0">
17335 <row>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 sd
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 sd
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 sd
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 </lyxtabular>
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430
17431
17432 \begin_inset ERT
17433 status collapsed
17434
17435 \begin_layout Plain Layout
17436
17437
17438 \backslash
17439 setlength{
17440 \backslash
17441 arrayrulewidth}{0.4pt}
17442 \end_layout
17443
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \begin_layout Standard
17450 \begin_inset VSpace bigskip
17451 \end_inset
17452
17453
17454 \begin_inset CommandInset ref
17455 LatexCommand ref
17456 reference "tab:1.5pt幅横罫"
17457
17458 \end_inset
17459
17460 のように横罫だけを1.5
17461 \begin_inset space \thinspace{}
17462 \end_inset
17463
17464 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17465 \end_layout
17466
17467 \begin_layout Standard
17468
17469 \series bold
17470
17471 \backslash
17472 let
17473 \backslash
17474 myHline
17475 \backslash
17476 hline
17477 \begin_inset Newline newline
17478 \end_inset
17479
17480
17481 \backslash
17482 renewcommand{
17483 \backslash
17484 hline}
17485 \begin_inset Newline newline
17486 \end_inset
17487
17488  {
17489 \backslash
17490 noalign{
17491 \backslash
17492 global
17493 \backslash
17494 arrayrulewidth 1.5pt}
17495 \begin_inset Newline newline
17496 \end_inset
17497
17498  
17499 \backslash
17500 myHline
17501 \backslash
17502 noalign{
17503 \backslash
17504 global
17505 \backslash
17506 arrayrulewidth 0.4pt}}
17507 \end_layout
17508
17509 \begin_layout Standard
17510 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17511 \end_layout
17512
17513 \begin_layout Standard
17514
17515 \series bold
17516
17517 \backslash
17518 renewcommand{
17519 \backslash
17520 hline}{
17521 \backslash
17522 myHline}
17523 \end_layout
17524
17525 \begin_layout Standard
17526 \begin_inset ERT
17527 status collapsed
17528
17529 \begin_layout Plain Layout
17530
17531
17532 \backslash
17533 let
17534 \backslash
17535 myHline
17536 \backslash
17537 hline
17538 \end_layout
17539
17540 \begin_layout Plain Layout
17541
17542
17543 \backslash
17544 renewcommand{
17545 \backslash
17546 hline}
17547 \end_layout
17548
17549 \begin_layout Plain Layout
17550
17551  {
17552 \backslash
17553 noalign{
17554 \backslash
17555 global
17556 \backslash
17557 arrayrulewidth 1.5pt}
17558 \end_layout
17559
17560 \begin_layout Plain Layout
17561
17562   
17563 \backslash
17564 myHline
17565 \backslash
17566 noalign{
17567 \backslash
17568 global
17569 \backslash
17570 arrayrulewidth 0.4pt}}
17571 \end_layout
17572
17573 \end_inset
17574
17575
17576 \begin_inset Float table
17577 wide false
17578 sideways false
17579 status open
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Caption
17583
17584 \begin_layout Plain Layout
17585 \begin_inset CommandInset label
17586 LatexCommand label
17587 name "tab:1.5pt幅横罫"
17588
17589 \end_inset
17590
17591 1.5
17592 \begin_inset space \thinspace{}
17593 \end_inset
17594
17595 pt幅横罫の表
17596 \end_layout
17597
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \begin_layout Plain Layout
17604 \align center
17605 \begin_inset Tabular
17606 <lyxtabular version="3" rows="3" columns="3">
17607 <features tabularvalignment="middle">
17608 <column alignment="center" valignment="top" width="0">
17609 <column alignment="center" valignment="top" width="0">
17610 <column alignment="center" valignment="top" width="0">
17611 <row>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 sd
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 </row>
17640 <row>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 sd
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17660 \begin_inset Text
17661
17662 \begin_layout Plain Layout
17663
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 </row>
17669 <row>
17670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17689 \begin_inset Text
17690
17691 \begin_layout Plain Layout
17692 sd
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 </row>
17698 </lyxtabular>
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \end_inset
17706
17707
17708 \begin_inset ERT
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712
17713
17714 \backslash
17715 renewcommand{
17716 \backslash
17717 hline}{
17718 \backslash
17719 myHline}
17720 \end_layout
17721
17722 \end_inset
17723
17724
17725 \end_layout
17726
17727 \begin_layout Standard
17728 \begin_inset VSpace bigskip
17729 \end_inset
17730
17731 縦罫だけを1.5
17732 \begin_inset space \thinspace{}
17733 \end_inset
17734
17735 pt幅にするには、第
17736 \begin_inset CommandInset ref
17737 LatexCommand ref
17738 reference "sub:自製書式"
17739
17740 \end_inset
17741
17742 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17743 \end_layout
17744
17745 \begin_layout Standard
17746
17747 \series bold
17748
17749 \backslash
17750 newcolumntype{V}{!{
17751 \backslash
17752 vrule width 1.5pt}}
17753 \end_layout
17754
17755 \begin_layout Standard
17756
17757 \begin_inset CommandInset ref
17758 LatexCommand ref
17759 reference "tab:1.5pt幅縦罫"
17760
17761 \end_inset
17762
17763 を作るには、最右列にLaTeX引数
17764 \end_layout
17765
17766 \begin_layout Standard
17767
17768 \series bold
17769 VcV
17770 \end_layout
17771
17772 \begin_layout Standard
17773 を指定し、他の列には
17774 \end_layout
17775
17776 \begin_layout Standard
17777
17778 \series bold
17779 Vc
17780 \end_layout
17781
17782 \begin_layout Standard
17783 を指定します。
17784 \end_layout
17785
17786 \begin_layout Standard
17787 \begin_inset Float table
17788 wide false
17789 sideways false
17790 status open
17791
17792 \begin_layout Plain Layout
17793 \begin_inset Caption
17794
17795 \begin_layout Plain Layout
17796 \begin_inset CommandInset label
17797 LatexCommand label
17798 name "tab:1.5pt幅縦罫"
17799
17800 \end_inset
17801
17802 1.5
17803 \begin_inset space \thinspace{}
17804 \end_inset
17805
17806 pt幅縦罫の表
17807 \end_layout
17808
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \begin_layout Plain Layout
17815 \align center
17816 \begin_inset Tabular
17817 <lyxtabular version="3" rows="3" columns="3">
17818 <features tabularvalignment="middle">
17819 <column alignment="center" valignment="top" width="0" special="Vc">
17820 <column alignment="center" valignment="top" width="0" special="Vc">
17821 <column alignment="center" valignment="top" width="0" special="VcV">
17822 <row>
17823 <cell alignment="center" valignment="top" topline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 sd
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell alignment="center" valignment="top" topline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 </row>
17851 <row>
17852 <cell alignment="center" valignment="top" topline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" topline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 sd
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" topline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 </row>
17880 <row>
17881 <cell alignment="center" valignment="top" topline="true" bottomline="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" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 sd
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 </lyxtabular>
17910
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Subsection
17922 点罫
17923 \begin_inset Index idx
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927 ひょうのちょうせい@表の調整 ! てんけい@点罫
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \begin_layout Standard
17936 \begin_inset ERT
17937 status collapsed
17938
17939 \begin_layout Plain Layout
17940
17941
17942 \backslash
17943 ifarydshln
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \begin_inset Note Note
17950 status collapsed
17951
17952 \begin_layout Plain Layout
17953 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Standard
17962 \begin_inset Float table
17963 placement H
17964 wide false
17965 sideways false
17966 status open
17967
17968 \begin_layout Plain Layout
17969 \begin_inset Caption
17970
17971 \begin_layout Plain Layout
17972 \begin_inset CommandInset label
17973 LatexCommand label
17974 name "tab:点罫表"
17975
17976 \end_inset
17977
17978 点罫を使用した表
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \begin_layout Plain Layout
17987 \align center
17988 \begin_inset Tabular
17989 <lyxtabular version="3" rows="5" columns="5">
17990 <features tabularvalignment="middle">
17991 <column alignment="center" valignment="top" width="0">
17992 <column alignment="center" valignment="top" width="0">
17993 <column alignment="center" valignment="top" width="0" special=":c">
17994 <column alignment="center" valignment="top" width="0">
17995 <column alignment="center" valignment="top" width="0">
17996 <row>
17997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037
18038 \end_layout
18039
18040 \end_inset
18041 </cell>
18042 </row>
18043 <row>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 <row>
18091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 \begin_inset ERT
18096 status collapsed
18097
18098 \begin_layout Plain Layout
18099
18100
18101 \backslash
18102 hdashline 
18103 \end_layout
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 \begin_inset ERT
18155 status collapsed
18156
18157 \begin_layout Plain Layout
18158
18159
18160 \backslash
18161 cdashline{4-5}
18162 \end_layout
18163
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 </row>
18208 <row>
18209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 </lyxtabular>
18256
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18269 \end_layout
18270
18271 \begin_layout Standard
18272
18273 \series bold
18274
18275 \backslash
18276 usepackage{arydshln}
18277 \end_layout
18278
18279 \begin_layout Standard
18280 というコマンドを書き、LaTeXパッケージの
18281 \series bold
18282 arydshln
18283 \series default
18284
18285 \begin_inset Index idx
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18290 \end_layout
18291
18292 \end_inset
18293
18294 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18295 \end_layout
18296
18297 \begin_layout Standard
18298 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18299 \end_layout
18300
18301 \begin_layout Standard
18302
18303 \series bold
18304
18305 \backslash
18306 hdashline
18307 \end_layout
18308
18309 \begin_layout Standard
18310 というコマンドを加えてください。
18311 \end_layout
18312
18313 \begin_layout Standard
18314 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18315 \end_layout
18316
18317 \begin_layout Standard
18318
18319 \series bold
18320
18321 \backslash
18322 cdashline{列番号
18323 \series default
18324 }
18325 \end_layout
18326
18327 \begin_layout Standard
18328 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18329 \end_layout
18330
18331 \begin_layout Standard
18332
18333 \series bold
18334
18335 \backslash
18336 cdashline{2-4}
18337 \end_layout
18338
18339 \begin_layout Standard
18340 なるコマンドを置いてください。
18341 \end_layout
18342
18343 \begin_layout Standard
18344 \begin_inset VSpace bigskip
18345 \end_inset
18346
18347
18348 \end_layout
18349
18350 \begin_layout Standard
18351
18352 \begin_inset CommandInset ref
18353 LatexCommand ref
18354 reference "tab:点罫表"
18355
18356 \end_inset
18357
18358 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18359 \series bold
18360
18361 \backslash
18362 hdashlineが挿れられており、第3行の最初のセルには、
18363 \series default
18364 TeXコードのコマンド
18365 \begin_inset Newline newline
18366 \end_inset
18367
18368  
18369 \series bold
18370
18371 \backslash
18372 cdashline{4-5}が挿れられています。
18373 \end_layout
18374
18375 \begin_layout Standard
18376 \begin_inset Note Greyedout
18377 status open
18378
18379 \begin_layout Plain Layout
18380
18381 \series bold
18382 【註】
18383 \series default
18384 ここで用いられているLaTeXパッケージ
18385 \series bold
18386 arydshln
18387 \series default
18388 は、第
18389 \begin_inset CommandInset ref
18390 LatexCommand ref
18391 reference "sec:色付きの表"
18392
18393 \end_inset
18394
18395 節の色付き表で用いられているLaTeXパッケージ
18396 \series bold
18397 colortbl
18398 \series default
18399
18400 \begin_inset Index idx
18401 status collapsed
18402
18403 \begin_layout Plain Layout
18404 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18405 \end_layout
18406
18407 \end_inset
18408
18409 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Standard
18418 \begin_inset ERT
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422
18423
18424 \backslash
18425 else
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \begin_inset Note Note
18432 status open
18433
18434 \begin_layout Plain Layout
18435 以下は、LaTeXパッケージ
18436 \series bold
18437 arydshln
18438 \series default
18439 が導入済みでないときに表示されます。
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 本節の内容を出力に表示するためには、
18449 \series bold
18450 arydshln
18451 \series default
18452 パッケージを導入しなくてはなりません。
18453 \end_layout
18454
18455 \begin_layout Standard
18456 \begin_inset ERT
18457 status collapsed
18458
18459 \begin_layout Plain Layout
18460
18461
18462 \backslash
18463 fi
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \end_layout
18470
18471 \begin_layout Chapter
18472 フロート
18473 \begin_inset CommandInset label
18474 LatexCommand label
18475 name "chap:フロート"
18476
18477 \end_inset
18478
18479
18480 \begin_inset Index idx
18481 status collapsed
18482
18483 \begin_layout Plain Layout
18484 ふろーと@フロート
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Section
18493 はじめに
18494 \begin_inset CommandInset label
18495 LatexCommand label
18496 name "sec:フロートはじめに"
18497
18498 \end_inset
18499
18500
18501 \begin_inset Index idx
18502 status collapsed
18503
18504 \begin_layout Plain Layout
18505 ふろーと@フロート ! はじめに
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Standard
18514 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18515 ート)ことができます。
18516 \family sans
18517 脚注
18518 \family default
18519
18520 \family sans
18521 傍注
18522 \family default
18523 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18524 \end_layout
18525
18526 \begin_layout Standard
18527 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18528 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18529 ートには連番が割り当てられます。参照については、第
18530 \begin_inset CommandInset ref
18531 LatexCommand ref
18532 reference "sec:フロートの参照"
18533
18534 \end_inset
18535
18536 節で述べられています。
18537 \end_layout
18538
18539 \begin_layout Standard
18540 フロートを挿入するには、
18541 \family sans
18542 挿入\SpecialChar \menuseparator
18543 フロート
18544 \family default
18545 メニューを使えば、ラベルのついたボックスすなわち
18546 \family sans
18547 キャプション
18548 \family default
18549 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18550 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18551 \begin_inset CommandInset ref
18552 LatexCommand ref
18553 reference "sec:キャプションの配置"
18554
18555 \end_inset
18556
18557 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18558 ます。畳んだフロートボックスは、
18559 \begin_inset Graphics
18560         filename clipart/floatQt4.png
18561         scale 70
18562         scaleBeforeRotation
18563
18564 \end_inset
18565
18566 のように、灰色ボタンに赤字ラベルで表示されます。
18567 \end_layout
18568
18569 \begin_layout Standard
18570 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18571 \end_layout
18572
18573 \begin_layout Standard
18574 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18575 \end_layout
18576
18577 \begin_layout Section
18578 フロート型
18579 \end_layout
18580
18581 \begin_layout Standard
18582 LyXには、第
18583 \begin_inset CommandInset ref
18584 LatexCommand ref
18585 reference "sec:図フロート"
18586
18587 \end_inset
18588
18589 節および第
18590 \begin_inset CommandInset ref
18591 LatexCommand ref
18592 reference "sec:表フロート"
18593
18594 \end_inset
18595
18596 節で各々説明されている図フロートと表フロート以外に、
18597 \family sans
18598 アルゴリズム型
18599 \series bold
18600
18601 \series default
18602 折返し型
18603 \family default
18604 のフロート型があります。 
18605 \lang english
18606 The latter are explained in sec.
18607 \lang japanese
18608
18609 \begin_inset space \thinspace{}
18610 \end_inset
18611
18612
18613 \begin_inset CommandInset ref
18614 LatexCommand ref
18615 reference "sec:折返しフロート"
18616
18617 \end_inset
18618
18619 .
18620 \end_layout
18621
18622 \begin_layout Subsection
18623 アルゴリズムフロート
18624 \begin_inset Index idx
18625 status collapsed
18626
18627 \begin_layout Plain Layout
18628 ふろーと@フロート ! あるごりずむ@アルゴリズム
18629 \end_layout
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Standard
18637 \begin_inset Float algorithm
18638 placement h
18639 wide false
18640 sideways false
18641 status open
18642
18643 \begin_layout Plain Layout
18644 \begin_inset Caption
18645
18646 \begin_layout Plain Layout
18647 \begin_inset CommandInset label
18648 LatexCommand label
18649 name "alg:アルゴリズムフロートの例"
18650
18651 \end_inset
18652
18653 アルゴリズムフロートの例
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \end_layout
18660
18661 \begin_layout LyX-Code
18662 for I in 1..N loop
18663 \begin_inset Newline newline
18664 \end_inset
18665
18666  Sum:= Sum + A(I); /*comment*/
18667 \begin_inset Newline newline
18668 \end_inset
18669
18670 end loop
18671 \begin_inset VSpace -4mm
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \begin_layout Standard
18683 このフロート型は、
18684 \family sans
18685 挿入
18686 \shape up
18687 \SpecialChar \menuseparator
18688 フロート\SpecialChar \menuseparator
18689 アルゴリズム
18690 \family default
18691 \shape default
18692 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18693 \begin_inset CommandInset ref
18694 LatexCommand ref
18695 reference "cha:プログラムコードリスト"
18696
18697 \end_inset
18698
18699 章で説明されているプログラムコードリストの代わりとみなすことができます。
18700 \emph on
18701 LyXユーザーの手引き
18702 \emph default
18703 に述べられているように、アルゴリズム向けの環境としては、
18704 \family sans
18705 LyXコード
18706 \family default
18707 があります。 アルゴリズム
18708 \begin_inset CommandInset ref
18709 LatexCommand ref
18710 reference "alg:アルゴリズムフロートの例"
18711
18712 \end_inset
18713
18714 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18715 \begin_inset space \thinspace{}
18716 \end_inset
18717
18718 mmの垂直空白が入れてあります。
18719 \end_layout
18720
18721 \begin_layout Standard
18722 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18723 \end_layout
18724
18725 \begin_layout Standard
18726
18727 \series bold
18728
18729 \backslash
18730 floatname{algorithm}{付けたい名称}
18731 \end_layout
18732
18733 \begin_layout Standard
18734 という行を手動で加える必要があります。ここで
18735 \family sans
18736 \series bold
18737 付けたい名称
18738 \family default
18739 \series default
18740 には、お使いの言語で「
18741 \emph on
18742 algorithm
18743 \emph default
18744 」に対応する単語を指定します。
18745 \end_layout
18746
18747 \begin_layout Standard
18748 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18749 \family sans
18750 挿入\SpecialChar \menuseparator
18751 一覧/目次\SpecialChar \menuseparator
18752 アルゴリズム一覧
18753 \family default
18754 メニューを使用します。それ以外の場合には、代わりに
18755 \end_layout
18756
18757 \begin_layout Standard
18758
18759 \series bold
18760
18761 \backslash
18762 listof{algorithm}{付けたい名称}
18763 \end_layout
18764
18765 \begin_layout Standard
18766 というコマンドをTeXコードとして用います。ここで
18767 \family sans
18768 付けたい名称
18769 \family default
18770 とは、「
18771 \emph on
18772 List of Algorithm
18773 \emph default
18774 s」という単語に相当する、ご使用になりたい言語での単語です。
18775 \end_layout
18776
18777 \begin_layout Standard
18778 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18779 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18780 \end_layout
18781
18782 \begin_layout Standard
18783
18784 \series bold
18785
18786 \backslash
18787 numberwithin{algorithm}{chapter}
18788 \end_layout
18789
18790 \begin_layout Standard
18791 というコマンドを追加してください。
18792 \series bold
18793
18794 \backslash
18795 numberwithin
18796 \series default
18797 というコマンドを使用するには、文書設定の
18798 \family sans
18799 数式オプション
18800 \family default
18801 タブで
18802 \family sans
18803 AMS mathパッケージを使用する
18804 \family default
18805 オプションを有効にしてください。
18806 \end_layout
18807
18808 \begin_layout Section
18809 フロートの連番
18810 \begin_inset Index idx
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 ふろーと@フロート ! れんばん@連番
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18824 て変わります。
18825 \end_layout
18826
18827 \begin_layout Standard
18828 節から独立して付けられている連番を変更するには、文書プリアンブルで
18829 \end_layout
18830
18831 \begin_layout Standard
18832
18833 \series bold
18834
18835 \backslash
18836 renewcommand{
18837 \backslash
18838 thetable}{
18839 \backslash
18840 roman{table}}
18841 \end_layout
18842
18843 \begin_layout Standard
18844
18845 \series bold
18846 というコマンドを使うと良いでしょう。
18847 \backslash
18848 thetable
18849 \series default
18850 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18851 \series bold
18852
18853 \backslash
18854 thefigure
18855 \series default
18856 コマンドを使用します。上のコマンドで使用されている
18857 \series bold
18858
18859 \backslash
18860 roman
18861 \series default
18862 は、表番号を小文字のローマ数字で印字するコマンドです。
18863 \end_layout
18864
18865 \begin_layout Standard
18866 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18867 \end_layout
18868
18869 \begin_layout Standard
18870
18871 \series bold
18872
18873 \backslash
18874 numberwithin{table}{subsection}
18875 \end_layout
18876
18877 \begin_layout Standard
18878 というコマンドを使用してください。
18879 \series bold
18880
18881 \backslash
18882 numberwithin
18883 \series default
18884 コマンドを使用可能にするためには、文書設定の
18885 \family sans
18886 数式オプション
18887 \family default
18888 タブで、
18889 \family sans
18890 AMS
18891 \begin_inset space ~
18892 \end_inset
18893
18894 math数式パッケージを使用する
18895 \family default
18896 を使用します。
18897 \end_layout
18898
18899 \begin_layout Standard
18900 連番コマンドについての詳細と大切な注意点については、第
18901 \begin_inset CommandInset ref
18902 LatexCommand ref
18903 reference "sub:脚注の付番"
18904
18905 \end_inset
18906
18907 節もご覧ください。
18908 \end_layout
18909
18910 \begin_layout Section
18911 フロートの参照
18912 \begin_inset CommandInset label
18913 LatexCommand label
18914 name "sec:フロートの参照"
18915
18916 \end_inset
18917
18918
18919 \begin_inset Index idx
18920 status collapsed
18921
18922 \begin_layout Plain Layout
18923 ふろーと@フロート ! さんしょう@参照
18924 \end_layout
18925
18926 \end_inset
18927
18928
18929 \begin_inset Index idx
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933 さんしょう@参照 ! ふろーとにたいする@フロートに対する
18934 \end_layout
18935
18936 \end_inset
18937
18938
18939 \end_layout
18940
18941 \begin_layout Standard
18942 フロートを参照するには、
18943 \family sans
18944 挿入\SpecialChar \menuseparator
18945 ラベル
18946 \family default
18947 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
18948 \begin_inset Graphics
18949         filename ../clipart/labelQt4.png
18950         scale 85
18951         scaleBeforeRotation
18952
18953 \end_inset
18954
18955 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
18956 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
18957 \family sans
18958 fig:
18959 \family default
18960 」という前置句がつけられます。
18961 \end_layout
18962
18963 \begin_layout Standard
18964 ラベルは、参照のための名称兼位置標として用いられます。
18965 \family sans
18966 挿入\SpecialChar \menuseparator
18967 相互参照
18968 \family default
18969 メニューかツールバーボタン
18970 \begin_inset Graphics
18971         filename ../../images/dialog-show-new-inset_ref.png
18972         scale 85
18973         scaleBeforeRotation
18974
18975 \end_inset
18976
18977 を使えば、ラベルを参照することができます。
18978 \begin_inset Graphics
18979         filename clipart/referenceQt4.png
18980         scale 85
18981         scaleBeforeRotation
18982
18983 \end_inset
18984
18985 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
18986 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
18987 れます。
18988 \end_layout
18989
18990 \begin_layout Standard
18991 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
18992 出力では、参照の代わりに二つの疑問符が表示されることになります。
18993 \end_layout
18994
18995 \begin_layout Standard
18996 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
18997 で、リンクの更新に手間を割く必要はありません。
18998 \end_layout
18999
19000 \begin_layout Standard
19001 相互参照ウィンドウの
19002 \family sans
19003 ラベルへ移動
19004 \family default
19005 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19006 \family sans
19007 戻る
19008 \family default
19009 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19010 この場合には元に戻ることができません。
19011 \end_layout
19012
19013 \begin_layout Subsection
19014 相互参照の書式
19015 \begin_inset CommandInset label
19016 LatexCommand label
19017 name "sub:相互参照の書式"
19018
19019 \end_inset
19020
19021
19022 \begin_inset Index idx
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026 さんしょう@参照 ! しょしき@書式
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \begin_layout Standard
19035 相互参照には、以下の6種類があります。
19036 \end_layout
19037
19038 \begin_layout Description
19039 <参照>: これはフロート番号を表示します。これが既定値です。例:
19040 \begin_inset CommandInset ref
19041 LatexCommand ref
19042 reference "fig:歪められた二つの像"
19043
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \begin_layout Description
19050 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19051 例:
19052 \begin_inset CommandInset ref
19053 LatexCommand eqref
19054 reference "eq:Wgn"
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \begin_layout Description
19062 <参照ページ>: これはページ番号を表示します。例:Page
19063 \begin_inset space ~
19064 \end_inset
19065
19066
19067 \begin_inset CommandInset ref
19068 LatexCommand pageref
19069 reference "fig:歪められた二つの像"
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Description
19077 on
19078 \begin_inset space ~
19079 \end_inset
19080
19081 page
19082 \begin_inset space ~
19083 \end_inset
19084
19085 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19086 \begin_inset CommandInset ref
19087 LatexCommand vpageref
19088 reference "fig:歪められた二つの像"
19089
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \begin_layout Description
19096 <参照>
19097 \begin_inset space ~
19098 \end_inset
19099
19100 on
19101 \begin_inset space ~
19102 \end_inset
19103
19104 page
19105 \begin_inset space ~
19106 \end_inset
19107
19108 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19109 \begin_inset CommandInset ref
19110 LatexCommand vref
19111 reference "fig:歪められた二つの像"
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout Description
19119 整形された参照: これは自製の相互参照書式で出力します。
19120 \begin_inset Newline newline
19121 \end_inset
19122
19123
19124 \begin_inset Note Greyedout
19125 status open
19126
19127 \begin_layout Plain Layout
19128 【註】この機能は、LaTeXパッケージ
19129 \series bold
19130 prettyref
19131 \series default
19132 または
19133 \series bold
19134 refstyle
19135 \series default
19136 が導入されている場合のみ使用することができます。
19137 \begin_inset Index idx
19138 status collapsed
19139
19140 \begin_layout Plain Layout
19141 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \begin_inset Newline newline
19163 \end_inset
19164
19165 メニュー
19166 \family sans
19167 文書\SpecialChar \menuseparator
19168 設定\SpecialChar \menuseparator
19169 文書クラス
19170 \family default
19171 でオプション
19172 \family sans
19173 相互参照に(prettyrefではなく)refstyleを使用
19174 \family default
19175 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19176 \series bold
19177
19178 \backslash
19179 newrefformat
19180 \series default
19181 コマンド(prettyrefの場合)あるいは
19182 \series bold
19183
19184 \backslash
19185 newref
19186 \series default
19187 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19188 \family sans
19189 fig
19190 \family default
19191 」を持ちます)をすべて定義し直すには、
19192 \begin_inset Newline newline
19193 \end_inset
19194
19195
19196 \series bold
19197
19198 \backslash
19199 newref{fig}{refcmd={Image on page 
19200 \backslash
19201 pageref{#1}}}
19202 \begin_inset Newline newline
19203 \end_inset
19204
19205
19206 \series default
19207 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19208 \begin_inset CommandInset citation
19209 LatexCommand cite
19210 key "prettyref,refstyle"
19211
19212 \end_inset
19213
19214 をご覧ください。
19215 \end_layout
19216
19217 \begin_layout Description
19218 名称参照: これは、右のように参照のキャプションを出力します。 
19219 \begin_inset CommandInset ref
19220 LatexCommand nameref
19221 reference "fig:歪められた二つの像"
19222
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Standard
19229
19230 \family sans
19231 <参照ページ>
19232 \family default
19233 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19234 \family sans
19235 on this page
19236 \family default
19237 」のような文章が表示されます。様式
19238 \family sans
19239 <参照> on page <参照ページ>
19240 \family default
19241 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19242 \end_layout
19243
19244 \begin_layout Standard
19245 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19246 \family sans
19247 書式
19248 \family default
19249 フィールドで選ぶことができます。
19250 \end_layout
19251
19252 \begin_layout Standard
19253 \begin_inset Note Greyedout
19254 status open
19255
19256 \begin_layout Plain Layout
19257
19258 \series bold
19259 Note:
19260 \series default
19261  It is recommended to use the LaTeX-package 
19262 \series bold
19263 refstyle
19264 \series default
19265
19266 \begin_inset Index idx
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19271 \end_layout
19272
19273 \end_inset
19274
19275  because 
19276 \series bold
19277 prettyref
19278 \series default
19279
19280 \begin_inset Index idx
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19285 \end_layout
19286
19287 \end_inset
19288
19289  does not know all of LyX's possible label shortcuts
19290 \begin_inset Foot
19291 status collapsed
19292
19293 \begin_layout Plain Layout
19294 \begin_inset Quotes eld
19295 \end_inset
19296
19297 fig:
19298 \begin_inset Quotes erd
19299 \end_inset
19300
19301  is for example LyX's shortcut for labels in figure captions.
19302 \end_layout
19303
19304 \end_inset
19305
19306  and is not internationalized.
19307 \end_layout
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \begin_layout Subsection
19315 参照名の自動命名
19316 \begin_inset Index idx
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320 さんしょう@参照 ! じどうめいめい@自動命名
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \begin_layout Standard
19329
19330 \family sans
19331 文書設定
19332 \family default
19333 ダイアログの
19334 \family sans
19335 PDF特性
19336 \family default
19337 で有効にされた
19338 \series bold
19339 hyperref
19340 \series default
19341
19342 \begin_inset Index idx
19343 status collapsed
19344
19345 \begin_layout Plain Layout
19346 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19347 \end_layout
19348
19349 \end_inset
19350
19351  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19352 \emph on
19353
19354 \emph default
19355 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19356 の機能を使用するには、hyperrefを有効にして、
19357 \end_layout
19358
19359 \begin_layout Standard
19360
19361 \series bold
19362
19363 \backslash
19364 AtBeginDocument{
19365 \backslash
19366 renewcommand{
19367 \backslash
19368 ref}[1]{
19369 \backslash
19370 mbox{
19371 \backslash
19372 autoref{#1}}}}
19373 \end_layout
19374
19375 \begin_layout Standard
19376 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19377 \begin_inset space \thinspace{}
19378 \end_inset
19379
19380 」としたいなど、既定の参照名以外のものが欲しい場合には、
19381 \end_layout
19382
19383 \begin_layout Standard
19384
19385 \series bold
19386
19387 \backslash
19388 addto
19389 \backslash
19390 extrasenglish{
19391 \backslash
19392 renewcommand{
19393 \backslash
19394 sectionautorefname}
19395 \begin_inset Newline newline
19396 \end_inset
19397
19398
19399 \begin_inset Phantom HPhantom
19400 status open
19401
19402 \begin_layout Plain Layout
19403
19404 \series bold
19405 \begin_inset space ~
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412
19413 {sec.
19414 \backslash
19415 negthinspace}}
19416 \end_layout
19417
19418 \begin_layout Standard
19419 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19420 \begin_inset Newline newline
19421 \end_inset
19422
19423
19424 \series bold
19425
19426 \backslash
19427 extrasenglishを
19428 \backslash
19429 extras***
19430 \series default
19431 に置き換えてください(***は使用中の言語名)。
19432 \end_layout
19433
19434 \begin_layout Standard
19435 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19436 \end_layout
19437
19438 \begin_layout Standard
19439
19440 \series bold
19441
19442 \backslash
19443 newlength{
19444 \backslash
19445 abc}
19446 \begin_inset Newline newline
19447 \end_inset
19448
19449
19450 \backslash
19451 settowidth{
19452 \backslash
19453 abc}{
19454 \backslash
19455 space}
19456 \begin_inset Newline newline
19457 \end_inset
19458
19459
19460 \backslash
19461 addto
19462 \backslash
19463 extrasenglish{
19464 \backslash
19465 renewcommand{
19466 \backslash
19467 equationautorefname}
19468 \begin_inset Newline newline
19469 \end_inset
19470
19471
19472 \begin_inset Phantom HPhantom
19473 status open
19474
19475 \begin_layout Plain Layout
19476
19477 \series bold
19478 \begin_inset space ~
19479 \end_inset
19480
19481
19482 \end_layout
19483
19484 \end_inset
19485
19486 {
19487 \backslash
19488 hspace{-
19489 \backslash
19490 abc}}
19491 \end_layout
19492
19493 \begin_layout Standard
19494 この話題に関する詳細は、hyperrefの説明書
19495 \begin_inset CommandInset citation
19496 LatexCommand cite
19497 key "hyperref"
19498
19499 \end_inset
19500
19501 をお読みください。
19502 \end_layout
19503
19504 \begin_layout Standard
19505 \begin_inset Note Greyedout
19506 status open
19507
19508 \begin_layout Plain Layout
19509
19510 \series bold
19511 【註】
19512 \series default
19513 参照の自動命名は、相互参照を
19514 \family sans
19515 整形参照
19516 \family default
19517 様式(第
19518 \begin_inset CommandInset ref
19519 LatexCommand ref
19520 reference "sub:相互参照の書式"
19521
19522 \end_inset
19523
19524 節)で使用しているときには、使用することができません。
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \begin_layout Standard
19533 取扱説明書
19534 \emph on
19535 数式篇
19536 \emph default
19537 は、参照の自動命名が使用されている一例です。
19538 \end_layout
19539
19540 \begin_layout Subsection
19541 参照位置
19542 \begin_inset CommandInset label
19543 LatexCommand label
19544 name "sub:参照位置"
19545
19546 \end_inset
19547
19548
19549 \begin_inset Index idx
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553 さんしょう@参照 ! さんしょういち@参照位置
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \family sans
19564 文書設定
19565 \family default
19566 ダイアログの
19567 \family sans
19568 PDF特性
19569 \family default
19570 で、
19571 \series bold
19572 hyperref
19573 \series default
19574
19575 \begin_inset Index idx
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19580 \end_layout
19581
19582 \end_inset
19583
19584 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19585 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19586 \series bold
19587 hyperref
19588 \series default
19589
19590 \begin_inset Index idx
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19595 \end_layout
19596
19597 \end_inset
19598
19599 の一部である
19600 \series bold
19601 hyperref
19602 \series default
19603
19604 \begin_inset Index idx
19605 status collapsed
19606
19607 \begin_layout Plain Layout
19608 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19609 \end_layout
19610
19611 \end_inset
19612
19613 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19614 \end_layout
19615
19616 \begin_layout Standard
19617
19618 \series bold
19619
19620 \backslash
19621 usepackage[figure]{hypcap}
19622 \end_layout
19623
19624 \begin_layout Standard
19625 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19626 hypcapの説明書
19627 \begin_inset CommandInset citation
19628 LatexCommand cite
19629 key "hypcap"
19630
19631 \end_inset
19632
19633 をご覧ください。
19634 \end_layout
19635
19636 \begin_layout Standard
19637 \begin_inset Note Greyedout
19638 status open
19639
19640 \begin_layout Plain Layout
19641
19642 \series bold
19643 【註】hypcap
19644 \series default
19645 は内部図への参照には効力がありません。
19646 \end_layout
19647
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \begin_layout Section
19654 フロートの配置
19655 \begin_inset CommandInset label
19656 LatexCommand label
19657 name "sec:フロートの配置"
19658
19659 \end_inset
19660
19661
19662 \begin_inset Index idx
19663 status collapsed
19664
19665 \begin_layout Plain Layout
19666 ふろーと@フロート ! はいち@配置
19667 \end_layout
19668
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \begin_layout Standard
19675
19676 \family roman
19677 \series medium
19678 \shape up
19679 \size normal
19680 \emph off
19681 \bar no
19682 \noun off
19683 \color none
19684 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19685 \begin_inset Newline newline
19686 \end_inset
19687
19688
19689 \family sans
19690 \series default
19691 \shape default
19692 \size default
19693 \emph default
19694 \bar default
19695 \noun default
19696 \color inherit
19697 段をまたぐ
19698 \family roman
19699 \series medium
19700 \shape up
19701 \size normal
19702 \emph off
19703 \bar no
19704 \noun off
19705 \color none
19706 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19707 \begin_inset Newline newline
19708 \end_inset
19709
19710
19711 \family sans
19712 \series default
19713 \shape default
19714 \size default
19715 \emph default
19716 \bar default
19717 \noun default
19718 \color inherit
19719 横倒しに回転
19720 \family roman
19721 \series medium
19722 \shape up
19723 \size normal
19724 \emph off
19725 \bar no
19726 \noun off
19727 \color none
19728 オプションは、フロートを回転するのに用います。第
19729 \family default
19730 \series default
19731 \shape default
19732 \size default
19733 \emph default
19734 \bar default
19735 \noun default
19736 \color inherit
19737
19738 \begin_inset CommandInset ref
19739 LatexCommand ref
19740 reference "sec:回転フロート"
19741
19742 \end_inset
19743
19744
19745 \family roman
19746 \series medium
19747 \shape up
19748 \size normal
19749 \emph off
19750 \bar no
19751 \noun off
19752 \color none
19753 節をご参照ください。
19754 \end_layout
19755
19756 \begin_layout Standard
19757
19758 \family roman
19759 \series medium
19760 \shape up
19761 \size normal
19762 \emph off
19763 \bar no
19764 \noun off
19765 \color none
19766 フロートダイアログでは、
19767 \family sans
19768 \series default
19769 \shape default
19770 \size default
19771 \emph default
19772 \bar default
19773 \noun default
19774 \color inherit
19775 既定の配置を使う
19776 \family roman
19777 \series medium
19778 \shape up
19779 \size normal
19780 \emph off
19781 \bar no
19782 \noun off
19783 \color none
19784 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19785 \end_layout
19786
19787 \begin_layout Description
19788 可能ならば現在位置に: 
19789 \family roman
19790 \series medium
19791 \shape up
19792 \size normal
19793 \emph off
19794 \bar no
19795 \noun off
19796 \color none
19797 フロートを挿入位置に配置することを試みます
19798 \end_layout
19799
19800 \begin_layout Description
19801 ページ上部: 
19802 \family roman
19803 \series medium
19804 \shape up
19805 \size normal
19806 \emph off
19807 \bar no
19808 \noun off
19809 \color none
19810 フロートを現在ページの上部に配置することを試みます
19811 \end_layout
19812
19813 \begin_layout Description
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 \end_layout
19825
19826 \begin_layout Description
19827 フロートを独立したページに: 
19828 \family roman
19829 \series medium
19830 \shape up
19831 \size normal
19832 \emph off
19833 \bar no
19834 \noun off
19835 \color none
19836 フロートを独立したページに配置することを試みます
19837 \end_layout
19838
19839 \begin_layout Standard
19840 LaTeXは、
19841 \emph on
19842 つねに
19843 \emph default
19844 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19845 \family sans
19846 可能ならば現在位置に
19847 \family default
19848 を試み、次に
19849 \family sans
19850 ページの上部
19851 \family default
19852 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19853 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19854 \end_layout
19855
19856 \begin_layout Standard
19857 既定では、各オプションはそれぞれ以下の規則を持っています。
19858 \end_layout
19859
19860 \begin_layout Labeling
19861 \labelwidthstring 00.00.0000
19862
19863 \family sans
19864 ページ上部
19865 \family default
19866  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19867 \series bold
19868
19869 \backslash
19870 topfraction
19871 \series default
19872 )。
19873 \end_layout
19874
19875 \begin_layout Labeling
19876 \labelwidthstring 00.00.0000
19877
19878 \family sans
19879 ページ下部
19880 \family default
19881  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
19882 \series bold
19883
19884 \backslash
19885 bottomfraction
19886 \series default
19887 )。
19888 \end_layout
19889
19890 \begin_layout Labeling
19891 \labelwidthstring 00.00.0000
19892
19893 \family sans
19894 フロートを独立したページ 
19895 \family default
19896 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
19897 \series bold
19898
19899 \backslash
19900 floatpagefraction
19901 \series default
19902 )。
19903 \end_layout
19904
19905 \begin_layout Standard
19906 これらの規則に従いたくないときは、
19907 \family sans
19908 LaTeXの規則を無視する
19909 \family default
19910 オプションを追加することによって、これらを無視することができます。
19911 \begin_inset Newline newline
19912 \end_inset
19913
19914 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
19915 、ページの5割に変えるには、文書プリアンブルに
19916 \end_layout
19917
19918 \begin_layout Standard
19919
19920 \series bold
19921
19922 \backslash
19923 renewcommand{
19924 \backslash
19925 bottomfraction}{0.5}
19926 \end_layout
19927
19928 \begin_layout Standard
19929 という行を加えてください。
19930 \end_layout
19931
19932 \begin_layout Standard
19933 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
19934 \family sans
19935 何としても現在位置に置く
19936 \family default
19937 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
19938 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
19939 からです。
19940 \end_layout
19941
19942 \begin_layout Standard
19943 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
19944 \end_layout
19945
19946 \begin_layout Standard
19947 \begin_inset VSpace bigskip
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \begin_layout Standard
19954 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
19955 することがあります。この問題を避けるには、LaTeXコマンドの
19956 \backslash
19957 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
19958 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
19959 \end_layout
19960
19961 \begin_layout Standard
19962
19963 \series bold
19964
19965 \backslash
19966 let
19967 \backslash
19968 mySection
19969 \backslash
19970 section
19971 \begin_inset Newline newline
19972 \end_inset
19973
19974
19975 \backslash
19976 renewcommand{
19977 \backslash
19978 section}{
19979 \backslash
19980 suppressfloats[t]
19981 \backslash
19982 mySection}
19983 \end_layout
19984
19985 \begin_layout Standard
19986 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
19987 することがあるので、これらに対する定義はお勧めしません。
19988 \end_layout
19989
19990 \begin_layout Standard
19991 \begin_inset VSpace bigskip
19992 \end_inset
19993
19994 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
19995 \series bold
19996 endfloat
19997 \series default
19998
19999 \begin_inset Index idx
20000 status collapsed
20001
20002 \begin_layout Plain Layout
20003 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20004 \end_layout
20005
20006 \end_inset
20007
20008 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20009 \begin_inset Quotes eld
20010 \end_inset
20011
20012
20013 \family sans
20014 [Figure
20015 \begin_inset space ~
20016 \end_inset
20017
20018 3.2 about here.]
20019 \family default
20020
20021 \begin_inset Quotes erd
20022 \end_inset
20023
20024 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20025 \end_layout
20026
20027 \begin_layout Standard
20028
20029 \series bold
20030
20031 \backslash
20032 usepackage[options]{endfloat}
20033 \end_layout
20034
20035 \begin_layout Standard
20036 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20037 \series bold
20038 endfloat
20039 \series default
20040 取扱説明書
20041 \begin_inset CommandInset citation
20042 LatexCommand cite
20043 key "endfloat"
20044
20045 \end_inset
20046
20047 をご参照ください。
20048 \begin_inset Newline newline
20049 \end_inset
20050
20051
20052 \begin_inset Note Greyedout
20053 status open
20054
20055 \begin_layout Plain Layout
20056
20057 \series bold
20058 【註】endfloat
20059 \series default
20060 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20061 \begin_inset CommandInset citation
20062 LatexCommand cite
20063 key "endfloat"
20064
20065 \end_inset
20066
20067 の第4節をご参照ください。
20068 \end_layout
20069
20070 \end_inset
20071
20072
20073 \begin_inset Newline newline
20074 \end_inset
20075
20076
20077 \begin_inset Note Greyedout
20078 status open
20079
20080 \begin_layout Plain Layout
20081
20082 \series bold
20083 【註】
20084 \series default
20085 現在のところ、
20086 \series bold
20087 endfloat
20088 \series default
20089 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20090 \series bold
20091
20092 \backslash
20093 ss
20094 \series default
20095 」コマンドを使用してください。
20096 \end_layout
20097
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \begin_layout Standard
20104 \begin_inset VSpace bigskip
20105 \end_inset
20106
20107 フロートの割付に関する詳細は、LaTeX関連書
20108 \begin_inset CommandInset citation
20109 LatexCommand cite
20110 key "latexcompanion,latexguide,latexbook"
20111
20112 \end_inset
20113
20114 をご覧ください。
20115 \end_layout
20116
20117 \begin_layout Section
20118 回転フロート
20119 \begin_inset CommandInset label
20120 LatexCommand label
20121 name "sec:回転フロート"
20122
20123 \end_inset
20124
20125
20126 \begin_inset Index idx
20127 status collapsed
20128
20129 \begin_layout Plain Layout
20130 ふろーと@フロート ! かいてん@回転
20131 \end_layout
20132
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \begin_layout Standard
20139 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20140 \family sans
20141 横倒しに回転
20142 \family default
20143 オプションを有効にします。
20144 \end_layout
20145
20146 \begin_layout Standard
20147 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20148 \family sans
20149 段をまたぐ
20150 \family default
20151 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20152 たって回転方向を強制したい場合には、文書クラスオプションに
20153 \series bold
20154 figuresleft
20155 \series default
20156 オプションあるいは
20157 \series bold
20158 figuresright
20159 \series default
20160 オプションを加えることができます。
20161 \end_layout
20162
20163 \begin_layout Standard
20164 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20165 \begin_inset CommandInset ref
20166 LatexCommand ref
20167 reference "tab:回転した表"
20168
20169 \end_inset
20170
20171 が回転表フロートの例です。
20172 \end_layout
20173
20174 \begin_layout Standard
20175 \begin_inset Note Greyedout
20176 status open
20177
20178 \begin_layout Plain Layout
20179
20180 \series bold
20181 【註】
20182 \series default
20183 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20184 \end_layout
20185
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \begin_layout Standard
20192 \begin_inset Float table
20193 wide false
20194 sideways true
20195 status open
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Caption
20199
20200 \begin_layout Plain Layout
20201 \begin_inset CommandInset label
20202 LatexCommand label
20203 name "tab:回転した表"
20204
20205 \end_inset
20206
20207 回転した表
20208 \end_layout
20209
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \begin_layout Plain Layout
20216 \align center
20217 \begin_inset Tabular
20218 <lyxtabular version="3" rows="1" columns="5">
20219 <features tabularvalignment="middle">
20220 <column alignment="center" valignment="top" width="0">
20221 <column alignment="center" valignment="top" width="0">
20222 <column alignment="center" valignment="top" width="0">
20223 <column alignment="center" valignment="top" width="0">
20224 <column alignment="center" valignment="top" width="0">
20225 <row>
20226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 試験
20231 \end_layout
20232
20233 \end_inset
20234 </cell>
20235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 </lyxtabular>
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Section
20285 従属フロート
20286 \begin_inset Index idx
20287 status collapsed
20288
20289 \begin_layout Plain Layout
20290 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20291 \end_layout
20292
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \begin_layout Standard
20299 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20300 \begin_inset CommandInset ref
20301 LatexCommand ref
20302 reference "tab:従属表を横に並べたもの"
20303
20304 \end_inset
20305
20306 と表
20307 \begin_inset CommandInset ref
20308 LatexCommand ref
20309 reference "tab:従属表を縦に並べたもの"
20310
20311 \end_inset
20312
20313 に示されているように段落と同様に指定することができます。
20314 \end_layout
20315
20316 \begin_layout Standard
20317 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20318 \begin_inset CommandInset ref
20319 LatexCommand ref
20320 reference "tab:これは従属表a"
20321
20322 \end_inset
20323
20324 と表
20325 \begin_inset CommandInset ref
20326 LatexCommand ref
20327 reference "tab:これは従属表b"
20328
20329 \end_inset
20330
20331 は表
20332 \begin_inset CommandInset ref
20333 LatexCommand ref
20334 reference "tab:従属表を横に並べたもの"
20335
20336 \end_inset
20337
20338 の従属フロートです。
20339 \begin_inset Float table
20340 wide false
20341 sideways false
20342 status open
20343
20344 \begin_layout Plain Layout
20345 \begin_inset Caption
20346
20347 \begin_layout Plain Layout
20348 \begin_inset CommandInset label
20349 LatexCommand label
20350 name "tab:従属表を横に並べたもの"
20351
20352 \end_inset
20353
20354 従属表を横に並べたもの
20355 \end_layout
20356
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \begin_layout Plain Layout
20363 \begin_inset space \hfill{}
20364 \end_inset
20365
20366
20367 \begin_inset Float table
20368 wide false
20369 sideways false
20370 status open
20371
20372 \begin_layout Plain Layout
20373 \begin_inset Caption
20374
20375 \begin_layout Plain Layout
20376 \begin_inset CommandInset label
20377 LatexCommand label
20378 name "tab:これは従属表a"
20379
20380 \end_inset
20381
20382 これは従属表aです。
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Plain Layout
20391 \align center
20392 \begin_inset Tabular
20393 <lyxtabular version="3" rows="1" columns="5">
20394 <features tabularvalignment="middle">
20395 <column alignment="center" valignment="top" width="0">
20396 <column alignment="center" valignment="top" width="0">
20397 <column alignment="center" valignment="top" width="0">
20398 <column alignment="center" valignment="top" width="0">
20399 <column alignment="center" valignment="top" width="0">
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 試験
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 </lyxtabular>
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455
20456
20457 \begin_inset space \hfill{}
20458 \end_inset
20459
20460
20461 \begin_inset Float table
20462 wide false
20463 sideways false
20464 status open
20465
20466 \begin_layout Plain Layout
20467 \begin_inset Caption
20468
20469 \begin_layout Plain Layout
20470 \begin_inset CommandInset label
20471 LatexCommand label
20472 name "tab:これは従属表b"
20473
20474 \end_inset
20475
20476 これは従属表bです。
20477 \end_layout
20478
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Plain Layout
20485 \align center
20486 \begin_inset Tabular
20487 <lyxtabular version="3" rows="1" columns="5">
20488 <features tabularvalignment="middle">
20489 <column alignment="center" valignment="top" width="0">
20490 <column alignment="center" valignment="top" width="0">
20491 <column alignment="center" valignment="top" width="0">
20492 <column alignment="center" valignment="top" width="0">
20493 <column alignment="center" valignment="top" width="0">
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 試験
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 </lyxtabular>
20542
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549
20550
20551 \begin_inset space \hfill{}
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558
20559
20560 \begin_inset Float table
20561 wide false
20562 sideways false
20563 status open
20564
20565 \begin_layout Plain Layout
20566 \begin_inset Caption
20567
20568 \begin_layout Plain Layout
20569 \begin_inset CommandInset label
20570 LatexCommand label
20571 name "tab:従属表を縦に並べたもの"
20572
20573 \end_inset
20574
20575 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20576 \end_layout
20577
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Float table
20585 wide false
20586 sideways false
20587 status open
20588
20589 \begin_layout Plain Layout
20590 \begin_inset Caption
20591
20592 \begin_layout Plain Layout
20593
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="4">
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 <row>
20611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 試験
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 試験
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 試験
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 試験
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 </lyxtabular>
20649
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \begin_layout Plain Layout
20661 \begin_inset Float table
20662 wide false
20663 sideways false
20664 status open
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Caption
20668
20669 \begin_layout Plain Layout
20670
20671 \end_layout
20672
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \begin_layout Plain Layout
20679 \align center
20680 \begin_inset Tabular
20681 <lyxtabular version="3" rows="1" columns="5">
20682 <features tabularvalignment="middle">
20683 <column alignment="center" valignment="top" width="0">
20684 <column alignment="center" valignment="top" width="0">
20685 <column alignment="center" valignment="top" width="0">
20686 <column alignment="center" valignment="top" width="0">
20687 <column alignment="center" valignment="top" width="0">
20688 <row>
20689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 </lyxtabular>
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \begin_layout Section
20753 横並びのフロート
20754 \begin_inset Index idx
20755 status collapsed
20756
20757 \begin_layout Plain Layout
20758 ふろーと@フロート ! よこならび@横並び
20759 \end_layout
20760
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \begin_layout Standard
20767
20768 \begin_inset CommandInset ref
20769 LatexCommand ref
20770 reference "fig:左側のフロート"
20771
20772 \end_inset
20773
20774 や図
20775 \begin_inset CommandInset ref
20776 LatexCommand ref
20777 reference "fig:右側のフロート"
20778
20779 \end_inset
20780
20781 のようにフロートを横並びに配置するには、
20782 \emph on
20783 ひとつの
20784 \emph default
20785 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20786 \begin_inset Foot
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 Minipageは第
20791 \begin_inset CommandInset ref
20792 LatexCommand ref
20793 reference "sec:ミニページ"
20794
20795 \end_inset
20796
20797 節に説明があります。
20798 \end_layout
20799
20800 \end_inset
20801
20802 。幅は45
20803 \begin_inset space \thinspace{}
20804 \end_inset
20805
20806 -50
20807 \begin_inset space \thinspace{}
20808 \end_inset
20809
20810 列幅%とし、各minipageのボックス配置を
20811 \family sans
20812
20813 \family default
20814 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20815 \family sans
20816 列幅%
20817 \family default
20818 がここではminipageボックスの幅によって計算されることです。
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset Float figure
20823 wide false
20824 sideways false
20825 status open
20826
20827 \begin_layout Plain Layout
20828 \begin_inset Box Frameless
20829 position "b"
20830 hor_pos "c"
20831 has_inner_box 1
20832 inner_pos "t"
20833 use_parbox 0
20834 use_makebox 0
20835 width "45col%"
20836 special "none"
20837 height "1in"
20838 height_special "totalheight"
20839 status open
20840
20841 \begin_layout Plain Layout
20842 \align center
20843 \begin_inset Graphics
20844         filename ../clipart/mobius.eps
20845         lyxscale 50
20846         width 100col%
20847         scaleBeforeRotation
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Caption
20856
20857 \begin_layout Plain Layout
20858 \begin_inset CommandInset label
20859 LatexCommand label
20860 name "fig:左側のフロート"
20861
20862 \end_inset
20863
20864 左側のフロート
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873
20874
20875 \begin_inset space \hfill{}
20876 \end_inset
20877
20878
20879 \begin_inset Box Frameless
20880 position "b"
20881 hor_pos "c"
20882 has_inner_box 1
20883 inner_pos "t"
20884 use_parbox 0
20885 use_makebox 0
20886 width "45col%"
20887 special "none"
20888 height "1in"
20889 height_special "totalheight"
20890 status open
20891
20892 \begin_layout Plain Layout
20893 \align center
20894 \begin_inset Graphics
20895         filename ../clipart/platypus.eps
20896         lyxscale 50
20897         width 100col%
20898         scaleBeforeRotation
20899
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Caption
20907
20908 \begin_layout Plain Layout
20909 \begin_inset CommandInset label
20910 LatexCommand label
20911 name "fig:右側のフロート"
20912
20913 \end_inset
20914
20915 右側のフロート
20916 \end_layout
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \begin_layout Plain Layout
20929
20930 \end_layout
20931
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \begin_layout Section
20938 キャプションの書式設定
20939 \begin_inset Index idx
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943 きゃぷしょん@キャプション ! しょしきせってい@書式設定
20944 \end_layout
20945
20946 \end_inset
20947
20948
20949 \begin_inset Index idx
20950 status collapsed
20951
20952 \begin_layout Plain Layout
20953 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \begin_inset CommandInset label
20960 LatexCommand label
20961 name "sec:キャプションの書式設定"
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Standard
20969
20970 \family sans
20971 キャプション
20972 \family default
20973 環境は、
20974 \family sans
20975 フロート
20976 \family default
20977 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
20978 \family sans
20979 図 #:
20980 \family default
20981 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
20982 \family sans
20983 #
20984 \family default
20985 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
20986 。このキャプション書式は、すべての文書書式に適しているわけではありません。
20987 \end_layout
20988
20989 \begin_layout Standard
20990 既定のキャプション書式を変更するには、文書プリアンブルに
20991 \end_layout
20992
20993 \begin_layout Standard
20994
20995 \series bold
20996
20997 \backslash
20998 usepackage[format definition]{caption}
20999 \end_layout
21000
21001 \begin_layout Standard
21002 という行を加えて、LaTeXパッケージ
21003 \series bold
21004 caption
21005 \series default
21006
21007 \begin_inset Index idx
21008 status collapsed
21009
21010 \begin_layout Plain Layout
21011 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21012 \end_layout
21013
21014 \end_inset
21015
21016 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21017 \end_layout
21018
21019 \begin_layout Standard
21020
21021 \series bold
21022
21023 \backslash
21024 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21025 \end_layout
21026
21027 \begin_layout Standard
21028 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21029 \series bold
21030 caption
21031 \series default
21032 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21033 \end_layout
21034
21035 \begin_layout Standard
21036
21037 \series bold
21038
21039 \backslash
21040 captionsetup[フロート型]{書式定義}
21041 \end_layout
21042
21043 \begin_layout Standard
21044 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21045 \begin_inset CommandInset ref
21046 LatexCommand ref
21047 reference "fig:図キャプション"
21048
21049 \end_inset
21050
21051 と表
21052 \begin_inset CommandInset ref
21053 LatexCommand ref
21054 reference "tab:表キャプション"
21055
21056 \end_inset
21057
21058 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21059 \end_layout
21060
21061 \begin_layout Standard
21062
21063 \series bold
21064
21065 \backslash
21066 usepackage[tableposition=top]{caption}
21067 \series default
21068
21069 \begin_inset Newline newline
21070 \end_inset
21071
21072
21073 \series bold
21074
21075 \backslash
21076 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21077 \begin_inset Newline newline
21078 \end_inset
21079
21080
21081 \begin_inset Phantom HPhantom
21082 status open
21083
21084 \begin_layout Plain Layout
21085
21086 \backslash
21087 captionsetup[figure]{
21088 \end_layout
21089
21090 \end_inset
21091
21092 labelsep=period}
21093 \begin_inset Newline newline
21094 \end_inset
21095
21096
21097 \backslash
21098 captionsetup[table]{labelfont={bf,sf}}
21099 \end_layout
21100
21101 \begin_layout Standard
21102 \begin_inset Note Greyedout
21103 status open
21104
21105 \begin_layout Plain Layout
21106
21107 \series bold
21108 【註】
21109 \series default
21110 オプションのうち、
21111 \series bold
21112 tableposition=top
21113 \series default
21114 は、文書クラスに
21115 \series bold
21116 KOMA-script
21117 \series default
21118
21119 \begin_inset Index idx
21120 status collapsed
21121
21122 \begin_layout Plain Layout
21123 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21124 \end_layout
21125
21126 \end_inset
21127
21128 が使われているときには、無効になります。この場合には、文書クラスオプション
21129 \series bold
21130 captions=tableheading
21131 \series default
21132 を指定しなくてはなりません。
21133 \end_layout
21134
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \begin_layout Standard
21141
21142 \series bold
21143 caption
21144 \series default
21145 パッケージについての詳細は、その取扱説明書
21146 \begin_inset CommandInset citation
21147 LatexCommand cite
21148 key "caption"
21149
21150 \end_inset
21151
21152 をご覧ください。
21153 \end_layout
21154
21155 \begin_layout Standard
21156 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21157 \end_layout
21158
21159 \begin_layout Standard
21160
21161 \series bold
21162
21163 \backslash
21164 renewcommand{
21165 \backslash
21166 fnum@figure}{画像~
21167 \backslash
21168 thefigure}
21169 \end_layout
21170
21171 \begin_layout Standard
21172 なお、
21173 \series bold
21174
21175 \backslash
21176 thefigure
21177 \series default
21178 は表番号を挿入し、「
21179 \series bold
21180 ~
21181 \series default
21182 」は保護された空白を入れます。
21183 \end_layout
21184
21185 \begin_layout Standard
21186 \begin_inset VSpace bigskip
21187 \end_inset
21188
21189
21190 \series bold
21191 KOMA-script
21192 \series default
21193
21194 \begin_inset Index idx
21195 status collapsed
21196
21197 \begin_layout Plain Layout
21198 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21199 \end_layout
21200
21201 \end_inset
21202
21203 文書クラス(
21204 \family sans
21205 article (KOMA-script)
21206 \family default
21207
21208 \family sans
21209 book (KOMA-script)
21210 \family default
21211
21212 \family sans
21213 letter (KOMA-script)
21214 \family default
21215
21216 \family sans
21217 report (KOMA-script)
21218 \family default
21219 )を使用している場合には、
21220 \series bold
21221 caption
21222 \series default
21223 パッケージの代わりに
21224 \series bold
21225 KOMA-script
21226 \series default
21227 のビルトインコマンド
21228 \series bold
21229 etkomafont
21230 \series default
21231 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21232 \end_layout
21233
21234 \begin_layout Standard
21235
21236 \series bold
21237
21238 \backslash
21239 setkomafont{captionlabel}{
21240 \backslash
21241 bfseries}
21242 \end_layout
21243
21244 \begin_layout Standard
21245
21246 \series bold
21247
21248 \backslash
21249 setkomafont
21250 \series default
21251 についての詳細は、
21252 \series bold
21253 KOMA-script
21254 \series default
21255 の取扱説明書
21256 \begin_inset CommandInset citation
21257 LatexCommand cite
21258 key "koma-script"
21259
21260 \end_inset
21261
21262 をご覧ください。
21263 \end_layout
21264
21265 \begin_layout Standard
21266 \begin_inset ERT
21267 status collapsed
21268
21269 \begin_layout Plain Layout
21270
21271
21272 \backslash
21273 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21274 }
21275 \end_layout
21276
21277 \end_inset
21278
21279
21280 \begin_inset Note Note
21281 status open
21282
21283 \begin_layout Plain Layout
21284 キャプション書式は、この例のみ変更してあります。
21285 \end_layout
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Standard
21293 \begin_inset Float figure
21294 placement !p
21295 wide false
21296 sideways false
21297 status open
21298
21299 \begin_layout Plain Layout
21300 \align center
21301 \begin_inset Graphics
21302         filename ../clipart/mobius.eps
21303         lyxscale 50
21304         scale 50
21305         scaleBeforeRotation
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Caption
21314
21315 \begin_layout Plain Layout
21316 \begin_inset CommandInset label
21317 LatexCommand label
21318 name "fig:図キャプション"
21319
21320 \end_inset
21321
21322 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21323 \end_layout
21324
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \begin_layout Standard
21336 \begin_inset ERT
21337 status collapsed
21338
21339 \begin_layout Plain Layout
21340
21341
21342 \backslash
21343 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21344 on}
21345 \end_layout
21346
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \begin_layout Standard
21353 \begin_inset Float table
21354 placement !p
21355 wide false
21356 sideways false
21357 status open
21358
21359 \begin_layout Plain Layout
21360 \begin_inset Caption
21361
21362 \begin_layout Plain Layout
21363 \begin_inset CommandInset label
21364 LatexCommand label
21365 name "tab:表キャプション"
21366
21367 \end_inset
21368
21369 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21370 \end_layout
21371
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \begin_layout Plain Layout
21378 \align center
21379 \begin_inset Tabular
21380 <lyxtabular version="3" rows="1" columns="5">
21381 <features tabularvalignment="middle">
21382 <column alignment="center" valignment="top" width="0">
21383 <column alignment="center" valignment="top" width="0">
21384 <column alignment="center" valignment="top" width="0">
21385 <column alignment="center" valignment="top" width="0">
21386 <column alignment="center" valignment="top" width="0">
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 </lyxtabular>
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \end_inset
21442
21443
21444 \end_layout
21445
21446 \begin_layout Section
21447 キャプションの配置
21448 \begin_inset Index idx
21449 status collapsed
21450
21451 \begin_layout Plain Layout
21452 きゃぷしょん@キャプション ! はいち@配置
21453 \end_layout
21454
21455 \end_inset
21456
21457
21458 \begin_inset Index idx
21459 status collapsed
21460
21461 \begin_layout Plain Layout
21462 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \begin_inset CommandInset label
21469 LatexCommand label
21470 name "sec:キャプションの配置"
21471
21472 \end_inset
21473
21474
21475 \end_layout
21476
21477 \begin_layout Standard
21478 通常、キャプションの配置原則は、
21479 \end_layout
21480
21481 \begin_layout Description
21482 図の場合: キャプションを図の下に置く
21483 \end_layout
21484
21485 \begin_layout Description
21486 表の場合: キャプションを表の上に置く
21487 \end_layout
21488
21489 \begin_layout Standard
21490 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21491 \family sans
21492 article
21493 \family default
21494
21495 \family sans
21496 book
21497 \family default
21498
21499 \family sans
21500 letter
21501 \family default
21502
21503 \family sans
21504 report
21505 \family default
21506 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21507 eXパッケージ
21508 \series bold
21509 caption
21510 \series default
21511 を読み込むコマンドに
21512 \end_layout
21513
21514 \begin_layout Standard
21515
21516 \series bold
21517 tableposition=top
21518 \end_layout
21519
21520 \begin_layout Standard
21521 というオプションを追加してください
21522 \begin_inset Foot
21523 status collapsed
21524
21525 \begin_layout Plain Layout
21526
21527 \series bold
21528 caption
21529 \series default
21530 パッケージについての詳細な情報は、第
21531 \begin_inset CommandInset ref
21532 LatexCommand ref
21533 reference "sec:キャプションの書式設定"
21534
21535 \end_inset
21536
21537 節をご覧ください。
21538 \end_layout
21539
21540 \end_inset
21541
21542
21543 \series bold
21544 KOMA-script
21545 \series default
21546
21547 \begin_inset Index idx
21548 status collapsed
21549
21550 \begin_layout Plain Layout
21551 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21552 \end_layout
21553
21554 \end_inset
21555
21556 文書クラス(
21557 \family sans
21558 article (KOMA-script)
21559 \family default
21560
21561 \family sans
21562 book (KOMA-script)
21563 \family default
21564
21565 \family sans
21566 letter (KOMA-script)
21567 \family default
21568
21569 \family sans
21570 report (KOMA-script)
21571 \family default
21572
21573 \begin_inset space \thinspace{}
21574 \end_inset
21575
21576 )をお使いの場合には、
21577 \series bold
21578 caption
21579 \series default
21580 パッケージにオプションを与える代わりに、文書クラスオプション
21581 \series bold
21582 captions=tableheading
21583 \series default
21584 を設定することもできます。
21585 \end_layout
21586
21587 \begin_layout Standard
21588 \begin_inset VSpace bigskip
21589 \end_inset
21590
21591 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21592 \end_layout
21593
21594 \begin_layout Standard
21595
21596 \series bold
21597
21598 \backslash
21599 usepackage[option]{sidecap}
21600 \end_layout
21601
21602 \begin_layout Standard
21603 という行を入れて、LaTeXパッケージ
21604 \series bold
21605 sidecap
21606 \series default
21607
21608 \begin_inset Index idx
21609 status collapsed
21610
21611 \begin_layout Plain Layout
21612 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21613 \end_layout
21614
21615 \end_inset
21616
21617 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21618 \series bold
21619 innercaption
21620 \series default
21621 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21622 \series bold
21623 rightcaption
21624 \series default
21625 ないし
21626 \series bold
21627 leftcaption
21628 \series default
21629 オプションを用います。
21630 \end_layout
21631
21632 \begin_layout Standard
21633 \begin_inset ERT
21634 status collapsed
21635
21636 \begin_layout Plain Layout
21637
21638
21639 \backslash
21640 ifsidecap
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \begin_inset Note Note
21647 status open
21648
21649 \begin_layout Plain Layout
21650 以下の部分は、LaTeXパッケージ
21651 \series bold
21652 sidecap
21653 \series default
21654 が導入されているときのみ表示されます。
21655 \end_layout
21656
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \begin_layout Standard
21663 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21664 \end_layout
21665
21666 \begin_layout Standard
21667 \noindent
21668 \begin_inset CommandInset line
21669 LatexCommand rule
21670 offset "0.5ex"
21671 width "100line%"
21672 height "1pt"
21673
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \begin_layout Standard
21680
21681 \series bold
21682
21683 \backslash
21684 newcommand{
21685 \backslash
21686 TabBesBeg}{%
21687 \begin_inset Newline newline
21688 \end_inset
21689
21690
21691 \begin_inset Phantom HPhantom
21692 status open
21693
21694 \begin_layout Plain Layout
21695
21696 \series bold
21697 \begin_inset space ~
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704
21705
21706 \backslash
21707 let
21708 \backslash
21709 MyTable
21710 \backslash
21711 table
21712 \begin_inset Newline newline
21713 \end_inset
21714
21715
21716 \begin_inset Phantom HPhantom
21717 status open
21718
21719 \begin_layout Plain Layout
21720
21721 \series bold
21722 \begin_inset space ~
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \backslash
21732 let
21733 \backslash
21734 MyEndtable
21735 \backslash
21736 endtable
21737 \begin_inset Newline newline
21738 \end_inset
21739
21740
21741 \begin_inset Phantom HPhantom
21742 status open
21743
21744 \begin_layout Plain Layout
21745
21746 \series bold
21747 \begin_inset space ~
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754
21755
21756 \backslash
21757 renewenvironment{table}{
21758 \backslash
21759 begin{SCtable}}{
21760 \backslash
21761 end{SCtable}}}
21762 \end_layout
21763
21764 \begin_layout Standard
21765
21766 \series bold
21767
21768 \backslash
21769 newcommand{
21770 \backslash
21771 TabBesEnd}{%
21772 \begin_inset Newline newline
21773 \end_inset
21774
21775
21776 \begin_inset Phantom HPhantom
21777 status open
21778
21779 \begin_layout Plain Layout
21780
21781 \series bold
21782 \begin_inset space ~
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \end_inset
21789
21790
21791 \backslash
21792 let
21793 \backslash
21794 table
21795 \backslash
21796 MyTable
21797 \begin_inset Newline newline
21798 \end_inset
21799
21800
21801 \begin_inset Phantom HPhantom
21802 status open
21803
21804 \begin_layout Plain Layout
21805
21806 \series bold
21807 \begin_inset space ~
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \end_inset
21814
21815
21816 \backslash
21817 let
21818 \backslash
21819 endtable
21820 \backslash
21821 MyEndtable
21822 \end_layout
21823
21824 \begin_layout Standard
21825
21826 \series bold
21827
21828 \backslash
21829 newcommand{
21830 \backslash
21831 FigBesBeg}{%
21832 \begin_inset Newline newline
21833 \end_inset
21834
21835
21836 \begin_inset Phantom HPhantom
21837 status open
21838
21839 \begin_layout Plain Layout
21840
21841 \series bold
21842 \begin_inset space ~
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \backslash
21852 let
21853 \backslash
21854 MyFigure
21855 \backslash
21856 figure
21857 \begin_inset Newline newline
21858 \end_inset
21859
21860
21861 \begin_inset Phantom HPhantom
21862 status open
21863
21864 \begin_layout Plain Layout
21865
21866 \series bold
21867 \begin_inset space ~
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \backslash
21877 let
21878 \backslash
21879 MyEndfigure
21880 \backslash
21881 endfigure
21882 \begin_inset Newline newline
21883 \end_inset
21884
21885
21886 \begin_inset Phantom HPhantom
21887 status open
21888
21889 \begin_layout Plain Layout
21890
21891 \series bold
21892 \begin_inset space ~
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \end_inset
21899
21900
21901 \backslash
21902 renewenvironment{figure}{
21903 \backslash
21904 begin{SCfigure}}{
21905 \backslash
21906 end{SCfigure}}}
21907 \end_layout
21908
21909 \begin_layout Standard
21910
21911 \series bold
21912
21913 \backslash
21914 newcommand{
21915 \backslash
21916 FigBesEnd}{%
21917 \begin_inset Newline newline
21918 \end_inset
21919
21920
21921 \begin_inset Phantom HPhantom
21922 status open
21923
21924 \begin_layout Plain Layout
21925
21926 \series bold
21927 \begin_inset space ~
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934
21935
21936 \backslash
21937 let
21938 \backslash
21939 figure
21940 \backslash
21941 MyFigure
21942 \begin_inset Newline newline
21943 \end_inset
21944
21945
21946 \begin_inset Phantom HPhantom
21947 status open
21948
21949 \begin_layout Plain Layout
21950
21951 \series bold
21952 \begin_inset space ~
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959
21960
21961 \backslash
21962 let
21963 \backslash
21964 endfigure
21965 \backslash
21966 MyEndfigure}
21967 \end_layout
21968
21969 \begin_layout Standard
21970 \noindent
21971 \begin_inset CommandInset line
21972 LatexCommand rule
21973 offset "0.5ex"
21974 width "100line%"
21975 height "1pt"
21976
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \begin_layout Standard
21983 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
21984 \end_layout
21985
21986 \begin_layout Standard
21987
21988 \series bold
21989
21990 \backslash
21991 FigBesBeg
21992 \end_layout
21993
21994 \begin_layout Standard
21995 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
21996 \end_layout
21997
21998 \begin_layout Standard
21999
22000 \series bold
22001
22002 \backslash
22003 FigBesEnd
22004 \end_layout
22005
22006 \begin_layout Standard
22007 というコマンドを挿入してください。
22008 \end_layout
22009
22010 \begin_layout Standard
22011 表フロートに対しては、対応するコマンド
22012 \end_layout
22013
22014 \begin_layout Standard
22015
22016 \series bold
22017
22018 \backslash
22019 TabBesBeg
22020 \series default
22021 および
22022 \series bold
22023
22024 \backslash
22025 TabBesEnd
22026 \end_layout
22027
22028 \begin_layout Standard
22029 を使用してください。図
22030 \begin_inset CommandInset ref
22031 LatexCommand ref
22032 reference "fig:図横キャプション"
22033
22034 \end_inset
22035
22036 と表
22037 \begin_inset CommandInset ref
22038 LatexCommand ref
22039 reference "tab:表横キャプション"
22040
22041 \end_inset
22042
22043 がキャプションを脇に設定した例です。
22044 \end_layout
22045
22046 \begin_layout Standard
22047 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22048 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22049 \end_layout
22050
22051 \begin_layout Standard
22052
22053 \series bold
22054
22055 \backslash
22056 sidecaptionvpos{フロート型}{配置}
22057 \end_layout
22058
22059 \begin_layout Standard
22060 というコマンドを使用します。ここで「フロート型」は
22061 \family sans
22062 figure
22063 \family default
22064
22065 \family sans
22066 table
22067 \family default
22068 であり、「配置」は、上揃えの場合はtopの
22069 \end_layout
22070
22071 \begin_layout Standard
22072
22073 \family sans
22074 t
22075 \family default
22076 」、中央揃えの場合はcenterの「
22077 \family sans
22078 c
22079 \family default
22080 」、下揃えの場合はbottomの「
22081 \family sans
22082 b
22083 \family default
22084 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22085 \end_layout
22086
22087 \begin_layout Standard
22088
22089 \series bold
22090
22091 \backslash
22092 sidecaptionvpos{figure}{c}
22093 \end_layout
22094
22095 \begin_layout Standard
22096 というコマンドを使用します。これは、図
22097 \begin_inset CommandInset ref
22098 LatexCommand ref
22099 reference "fig:図横キャプション-2"
22100
22101 \end_inset
22102
22103 で使用されています。
22104 \end_layout
22105
22106 \begin_layout Standard
22107 \begin_inset VSpace medskip
22108 \end_inset
22109
22110
22111 \series bold
22112 sidecap
22113 \series default
22114 パッケージについての詳細は、
22115 \begin_inset CommandInset citation
22116 LatexCommand cite
22117 key "sidecap"
22118
22119 \end_inset
22120
22121 の説明書をご参照ください。
22122 \end_layout
22123
22124 \begin_layout Standard
22125 \begin_inset Note Greyedout
22126 status open
22127
22128 \begin_layout Plain Layout
22129
22130 \series bold
22131 【註】
22132 \series default
22133
22134 \begin_inset CommandInset ref
22135 LatexCommand ref
22136 reference "sub:参照位置"
22137
22138 \end_inset
22139
22140 節に説明があるLaTeXパッケージ
22141 \series bold
22142 hypcap
22143 \series default
22144
22145 \begin_inset Index idx
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22150 \end_layout
22151
22152 \end_inset
22153
22154 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22155 \end_layout
22156
22157 \end_inset
22158
22159
22160 \end_layout
22161
22162 \begin_layout Standard
22163 \begin_inset ERT
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168
22169 \backslash
22170 FigBesBeg 
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \begin_layout Standard
22179 \begin_inset Float figure
22180 wide false
22181 sideways false
22182 status open
22183
22184 \begin_layout Plain Layout
22185 \begin_inset Graphics
22186         filename ../clipart/escher-lsd.eps
22187         scale 75
22188         scaleBeforeRotation
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Caption
22197
22198 \begin_layout Plain Layout
22199 \begin_inset CommandInset label
22200 LatexCommand label
22201 name "fig:図横キャプション"
22202
22203 \end_inset
22204
22205 これは図の横にあるキャプションです。
22206 \end_layout
22207
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \begin_layout Standard
22219 \begin_inset ERT
22220 status collapsed
22221
22222 \begin_layout Plain Layout
22223
22224
22225 \backslash
22226 TabBesBeg 
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \begin_layout Standard
22235 \begin_inset Float table
22236 wide false
22237 sideways false
22238 status open
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Caption
22242
22243 \begin_layout Plain Layout
22244 \begin_inset CommandInset label
22245 LatexCommand label
22246 name "tab:表横キャプション"
22247
22248 \end_inset
22249
22250 これは表の横にあるキャプションです。
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Plain Layout
22259 \begin_inset Tabular
22260 <lyxtabular version="3" rows="4" columns="5">
22261 <features tabularvalignment="middle">
22262 <column alignment="center" valignment="top" width="0">
22263 <column alignment="center" valignment="top" width="0">
22264 <column alignment="center" valignment="top" width="0">
22265 <column alignment="center" valignment="top" width="0">
22266 <column alignment="center" valignment="top" width="0">
22267 <row>
22268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 </row>
22361 <row>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 <row>
22409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 </lyxtabular>
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \begin_layout Standard
22468 \begin_inset ERT
22469 status collapsed
22470
22471 \begin_layout Plain Layout
22472
22473
22474 \backslash
22475 TabBesEnd
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Standard
22484 \begin_inset ERT
22485 status collapsed
22486
22487 \begin_layout Plain Layout
22488
22489
22490 \backslash
22491 sidecaptionvpos{figure}{c}
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \begin_inset Float figure
22498 wide false
22499 sideways false
22500 status open
22501
22502 \begin_layout Plain Layout
22503 \begin_inset Graphics
22504         filename ../clipart/escher-lsd.eps
22505         scale 75
22506         scaleBeforeRotation
22507
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Caption
22515
22516 \begin_layout Plain Layout
22517 \begin_inset CommandInset label
22518 LatexCommand label
22519 name "fig:図横キャプション-2"
22520
22521 \end_inset
22522
22523 これは図の横にある縦方向中央揃えのキャプションです。
22524 \end_layout
22525
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \begin_layout Standard
22537 \begin_inset ERT
22538 status collapsed
22539
22540 \begin_layout Plain Layout
22541
22542
22543 \backslash
22544 FigBesEnd
22545 \end_layout
22546
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \begin_layout Standard
22553 \begin_inset ERT
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557
22558
22559 \backslash
22560 else
22561 \end_layout
22562
22563 \end_inset
22564
22565
22566 \begin_inset Note Note
22567 status open
22568
22569 \begin_layout Plain Layout
22570 以下の部分は、LaTeXパッケージ
22571 \series bold
22572 sidecap
22573 \series default
22574 が導入されていないときのみ表示されます。
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22584 \series bold
22585 sidecap
22586 \series default
22587 を導入する必要があります。
22588 \end_layout
22589
22590 \begin_layout Standard
22591 \begin_inset ERT
22592 status collapsed
22593
22594 \begin_layout Plain Layout
22595
22596
22597 \backslash
22598 fi
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \begin_layout Section
22607 フロート一覧
22608 \begin_inset Index idx
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612 ふろーと@フロート ! ふろーといちらん@フロート一覧
22613 \end_layout
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \begin_layout Standard
22621 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22622 \family sans
22623 挿入\SpecialChar \menuseparator
22624 一覧/目次
22625 \family default
22626 メニューで挿入することができます。
22627 \end_layout
22628
22629 \begin_layout Standard
22630 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22631 \end_layout
22632
22633 \begin_layout Standard
22634 本文書の終わりに、図一覧と表一覧があります。
22635 \end_layout
22636
22637 \begin_layout Chapter
22638 注釈
22639 \end_layout
22640
22641 \begin_layout Section
22642 LyX注釈
22643 \begin_inset Index idx
22644 status collapsed
22645
22646 \begin_layout Plain Layout
22647 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22648 \end_layout
22649
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \begin_layout Standard
22656 注釈は、ツールバーボタン
22657 \begin_inset Graphics
22658         filename ../../images/note-insert.png
22659         scale 85
22660         scaleBeforeRotation
22661
22662 \end_inset
22663
22664 か、
22665 \family sans
22666 挿入\SpecialChar \menuseparator
22667 注釈
22668 \family default
22669 メニューで挿入することができます。注釈には、以下の三つの型があります。
22670 \end_layout
22671
22672 \begin_layout Description
22673 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22674 \begin_inset Newline newline
22675 \end_inset
22676
22677
22678 \begin_inset Newline newline
22679 \end_inset
22680
22681
22682 \begin_inset Graphics
22683         filename ../clipart/LyXNoteImageQt4.png
22684         display false
22685         scale 85
22686         scaleBeforeRotation
22687
22688 \end_inset
22689
22690
22691 \begin_inset Note Note
22692 status open
22693
22694 \begin_layout Plain Layout
22695 これは、出力には現れない注釈ボックスに書かれた文章です。
22696 \end_layout
22697
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \begin_layout Description
22704 コメント この注釈も出力には現れませんが、
22705 \family sans
22706 ファイル\SpecialChar \menuseparator
22707 書き出し\SpecialChar \menuseparator
22708 LaTeX (pdflatex) / (平文)
22709 \family default
22710  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22711 \begin_inset Newline newline
22712 \end_inset
22713
22714
22715 \begin_inset Newline newline
22716 \end_inset
22717
22718
22719 \begin_inset Graphics
22720         filename ../clipart/CommentNoteImageQt4.png
22721         display false
22722         scale 85
22723         scaleBeforeRotation
22724
22725 \end_inset
22726
22727  
22728 \begin_inset Note Comment
22729 status open
22730
22731 \begin_layout Plain Layout
22732 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22733 \end_layout
22734
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \begin_layout Description
22741 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22742 \begin_inset Newline newline
22743 \end_inset
22744
22745
22746 \begin_inset Newline newline
22747 \end_inset
22748
22749
22750 \begin_inset Graphics
22751         filename ../clipart/GreyedOutNoteImageQt4.png
22752         display false
22753         scale 85
22754         scaleBeforeRotation
22755
22756 \end_inset
22757
22758
22759 \begin_inset Newline newline
22760 \end_inset
22761
22762
22763 \begin_inset ERT
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767
22768
22769 \backslash
22770 renewenvironment{lyxgreyedout}
22771 \end_layout
22772
22773 \begin_layout Plain Layout
22774
22775 {
22776 \backslash
22777 textcolor[gray]{0.8}
22778 \backslash
22779 bgroup}{
22780 \backslash
22781 egroup}
22782 \end_layout
22783
22784 \end_inset
22785
22786
22787 \begin_inset Note Greyedout
22788 status open
22789
22790 \begin_layout Plain Layout
22791 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22792 \begin_inset Foot
22793 status collapsed
22794
22795 \begin_layout Plain Layout
22796 これは、淡色表示注釈内に脚注を用いた例です。
22797 \end_layout
22798
22799 \end_inset
22800
22801 です。
22802 \end_layout
22803
22804 \end_inset
22805
22806
22807 \begin_inset ERT
22808 status collapsed
22809
22810 \begin_layout Plain Layout
22811
22812
22813 \backslash
22814 renewenvironment{lyxgreyedout}
22815 \end_layout
22816
22817 \begin_layout Plain Layout
22818
22819 {
22820 \backslash
22821 textcolor{blue}
22822 \backslash
22823 bgroup}{
22824 \backslash
22825 egroup}
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \begin_inset Note Note
22832 status open
22833
22834 \begin_layout Plain Layout
22835 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22836 ように再定義されています。
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \begin_inset Newline newline
22843 \end_inset
22844
22845
22846 \begin_inset Newline newline
22847 \end_inset
22848
22849 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22850 \end_layout
22851
22852 \begin_layout Standard
22853 \begin_inset VSpace bigskip
22854 \end_inset
22855
22856 注釈を挿入するのにツールバーボタン
22857 \begin_inset Graphics
22858         filename ../../images/note-insert.png
22859         scale 85
22860         scaleBeforeRotation
22861
22862 \end_inset
22863
22864 を使用すると、
22865 \family sans
22866 LyX注釈
22867 \family default
22868 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22869 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22870 さい。
22871 \end_layout
22872
22873 \begin_layout Standard
22874 \begin_inset VSpace bigskip
22875 \end_inset
22876
22877
22878 \lang english
22879 You can change the text color of the greyed out notes in the menu 
22880 \family sans
22881 Document\SpecialChar \menuseparator
22882 Settings\SpecialChar \menuseparator
22883 Colors
22884 \family default
22885 .
22886 \end_layout
22887
22888 \begin_layout Section
22889 脚注
22890 \begin_inset CommandInset label
22891 LatexCommand label
22892 name "sec:脚注"
22893
22894 \end_inset
22895
22896
22897 \begin_inset Index idx
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \begin_inset Index idx
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911 きゃくちゅう@脚注
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Standard
22920 脚注は、ツールバーボタン
22921 \begin_inset Graphics
22922         filename ../../images/footnote-insert.png
22923         scale 85
22924         scaleBeforeRotation
22925
22926 \end_inset
22927
22928 か、
22929 \family sans
22930 挿入\SpecialChar \menuseparator
22931 脚注
22932 \family default
22933 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
22934 \begin_inset Graphics
22935         filename clipart/footnoteQt4.png
22936         scale 80
22937         scaleBeforeRotation
22938
22939 \end_inset
22940
22941 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
22942 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
22943 \end_layout
22944
22945 \begin_layout Standard
22946 これが脚注の例です
22947 \begin_inset Foot
22948 status collapsed
22949
22950 \begin_layout Plain Layout
22951 \begin_inset CommandInset label
22952 LatexCommand label
22953 name "fn:これは脚注の一例"
22954
22955 \end_inset
22956
22957 これは脚注の一例です。
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \begin_inset ERT
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967
22968
22969 \backslash
22970 newcounter{MyRepeatFoot}
22971 \end_layout
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 setcounter{MyRepeatFoot}{
22978 \backslash
22979 thefootnote}
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \begin_layout Standard
22988 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
22989 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
22990 \end_layout
22991
22992 \begin_layout Standard
22993 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
22994 \begin_inset CommandInset ref
22995 LatexCommand ref
22996 reference "sec:フロートの参照"
22997
22998 \end_inset
22999
23000 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23001 \begin_inset Newline newline
23002 \end_inset
23003
23004 これは脚注
23005 \begin_inset CommandInset ref
23006 LatexCommand ref
23007 reference "fn:これは脚注の一例"
23008
23009 \end_inset
23010
23011 の相互参照です。
23012 \end_layout
23013
23014 \begin_layout Standard
23015 \begin_inset VSpace defskip
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \begin_layout Standard
23022 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23023 \series bold
23024
23025 \backslash
23026 footnotemark{}
23027 \series default
23028 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23029 \series bold
23030
23031 \backslash
23032 footnotetext
23033 \series default
23034 コマンドの引数として入力します。
23035 \begin_inset Newline newline
23036 \end_inset
23037
23038 以下の表ではコマンド
23039 \begin_inset Newline newline
23040 \end_inset
23041
23042
23043 \series bold
23044
23045 \backslash
23046 footnotetext{
23047 \series default
23048 出力される脚注の表
23049 \series bold
23050 }
23051 \series default
23052
23053 \begin_inset Newline newline
23054 \end_inset
23055
23056 を用いています。
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset Tabular
23061 <lyxtabular version="3" rows="2" columns="1">
23062 <features tabularvalignment="middle">
23063 <column alignment="center" valignment="top" width="0">
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 これは例文です。
23070 \begin_inset Foot
23071 status open
23072
23073 \begin_layout Plain Layout
23074 この脚注は出力されません!
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 </row>
23085 <row>
23086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 これは例文です。
23091 \begin_inset ERT
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095
23096
23097 \backslash
23098 footnotemark{}
23099 \end_layout
23100
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 </row>
23109 </lyxtabular>
23110
23111 \end_inset
23112
23113
23114 \begin_inset ERT
23115 status collapsed
23116
23117 \begin_layout Plain Layout
23118
23119
23120 \backslash
23121 footnotetext{
23122 \end_layout
23123
23124 \end_inset
23125
23126 出力される脚注の表
23127 \begin_inset ERT
23128 status collapsed
23129
23130 \begin_layout Plain Layout
23131
23132 }
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \end_layout
23139
23140 \begin_layout Standard
23141 長尺表中の脚注は、第
23142 \begin_inset CommandInset ref
23143 LatexCommand ref
23144 reference "sub:長尺表での脚注"
23145
23146 \end_inset
23147
23148 節で述べられています。
23149 \end_layout
23150
23151 \begin_layout Standard
23152 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23153 \begin_inset CommandInset ref
23154 LatexCommand ref
23155 reference "sec:ミニページ"
23156
23157 \end_inset
23158
23159 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23160 \series bold
23161
23162 \backslash
23163 footnotemark{}
23164 \series default
23165
23166 \series bold
23167
23168 \backslash
23169 footntoetext
23170 \series default
23171 による方法を用いてください。
23172 \end_layout
23173
23174 \begin_layout Standard
23175 \begin_inset Box Frameless
23176 position "t"
23177 hor_pos "c"
23178 has_inner_box 1
23179 inner_pos "t"
23180 use_parbox 0
23181 use_makebox 0
23182 width "100col%"
23183 special "none"
23184 height "1in"
23185 height_special "totalheight"
23186 status open
23187
23188 \begin_layout Plain Layout
23189 これはミニページ中の例文です。
23190 \begin_inset Foot
23191 status open
23192
23193 \begin_layout Plain Layout
23194 ミニページ中の脚注です。
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \begin_layout Plain Layout
23203 これはミニページ中の例文です。
23204 \begin_inset ERT
23205 status collapsed
23206
23207 \begin_layout Plain Layout
23208
23209
23210 \backslash
23211 footnotemark{}
23212 \end_layout
23213
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \begin_layout Standard
23225 \begin_inset ERT
23226 status collapsed
23227
23228 \begin_layout Plain Layout
23229
23230
23231 \backslash
23232 footnotetext{
23233 \end_layout
23234
23235 \end_inset
23236
23237 ミニページ外の脚注です。
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243 }
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \begin_inset VSpace defskip
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \begin_layout Standard
23256 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23257 \series bold
23258
23259 \backslash
23260 footnotemark[番号]
23261 \series default
23262 を使用してください。
23263 \begin_inset Newline newline
23264 \end_inset
23265
23266 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23267 \begin_inset CommandInset ref
23268 LatexCommand ref
23269 reference "fn:これは脚注の一例"
23270
23271 \end_inset
23272
23273 の後に、TeXコードで
23274 \end_layout
23275
23276 \begin_layout Standard
23277
23278 \series bold
23279
23280 \backslash
23281 newcounter{MyRepeatFoot}
23282 \begin_inset Newline newline
23283 \end_inset
23284
23285
23286 \backslash
23287 setcounter{MyRepeatFoot}{
23288 \backslash
23289 thefootnote}
23290 \end_layout
23291
23292 \begin_layout Standard
23293 というコマンドを挿入しています。そして脚注マークは、
23294 \end_layout
23295
23296 \begin_layout Standard
23297
23298 \series bold
23299
23300 \backslash
23301 footnotemark[
23302 \backslash
23303 theMyRepeatFoot]
23304 \end_layout
23305
23306 \begin_layout Standard
23307 で作成します。
23308 \end_layout
23309
23310 \begin_layout Standard
23311 これは繰り返し脚注の例です。
23312 \begin_inset ERT
23313 status collapsed
23314
23315 \begin_layout Plain Layout
23316
23317
23318 \backslash
23319 footnotemark[
23320 \backslash
23321 theMyRepeatFoot]
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \begin_layout Standard
23330 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
23331 \end_layout
23332
23333 \begin_layout Standard
23334
23335 \series bold
23336
23337 \backslash
23338 footnotemark[
23339 \backslash
23340 thefootnote]
23341 \end_layout
23342
23343 \begin_layout Standard
23344 を使用してください。
23345 \end_layout
23346
23347 \begin_layout Standard
23348 これは繰り返し脚注の例です。
23349 \begin_inset ERT
23350 status collapsed
23351
23352 \begin_layout Plain Layout
23353
23354
23355 \backslash
23356 footnotemark[
23357 \backslash
23358 thefootnote]
23359 \end_layout
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \begin_layout Subsection
23367 脚注の付番
23368 \begin_inset CommandInset label
23369 LatexCommand label
23370 name "sub:脚注の付番"
23371
23372 \end_inset
23373
23374
23375 \begin_inset Index idx
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379 きゃくちゅう@脚注 ! ふばん@付番
23380 \end_layout
23381
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \begin_layout Standard
23388 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23389 \end_layout
23390
23391 \begin_layout Standard
23392
23393 \series bold
23394
23395 \backslash
23396 @addtoreset{footnote}{section}
23397 \end_layout
23398
23399 \begin_layout Standard
23400 というコマンドを加えてください。
23401 \end_layout
23402
23403 \begin_layout Standard
23404 \begin_inset VSpace bigskip
23405 \end_inset
23406
23407 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23408 \end_layout
23409
23410 \begin_layout Standard
23411
23412 \series bold
23413
23414 \backslash
23415 renewcommand{
23416 \backslash
23417 thefootnote}{
23418 \backslash
23419 roman{footnote}}
23420 \end_layout
23421
23422 \begin_layout Standard
23423 \begin_inset ERT
23424 status collapsed
23425
23426 \begin_layout Plain Layout
23427
23428
23429 \backslash
23430 renewcommand{
23431 \backslash
23432 thefootnote}{
23433 \backslash
23434 roman{footnote}}
23435 \end_layout
23436
23437 \end_inset
23438
23439 これは、ローマ数字を使った脚注です
23440 \begin_inset Foot
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 これは、ローマ数字を使った脚注の例です。
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23454 \series bold
23455
23456 \backslash
23457 roman
23458 \series default
23459
23460 \series bold
23461
23462 \backslash
23463 Roman
23464 \series default
23465 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23466 \series bold
23467
23468 \backslash
23469 Alph
23470 \series default
23471 または
23472 \series bold
23473
23474 \backslash
23475 alph
23476 \series default
23477 を使用してください。記号を使って付「番」するには、
23478 \series bold
23479
23480 \backslash
23481 fnsymbol
23482 \series default
23483 を使ってください。
23484 \end_layout
23485
23486 \begin_layout Standard
23487 \begin_inset Note Greyedout
23488 status open
23489
23490 \begin_layout Plain Layout
23491
23492 \series bold
23493 【註】
23494 \series default
23495 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \begin_inset Newline newline
23502 \end_inset
23503
23504
23505 \begin_inset Note Greyedout
23506 status open
23507
23508 \begin_layout Plain Layout
23509
23510 \series bold
23511 【註】
23512 \series default
23513 記号を使うと9個の脚注しか番号を振ることができません。
23514 \end_layout
23515
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \begin_layout Standard
23522 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23523 \series bold
23524
23525 \backslash
23526 roman
23527 \series default
23528
23529 \series bold
23530
23531 \backslash
23532 arabic
23533 \series default
23534 に置き換えて使用してください。
23535 \begin_inset ERT
23536 status collapsed
23537
23538 \begin_layout Plain Layout
23539
23540
23541 \backslash
23542 renewcommand{
23543 \backslash
23544 thefootnote}{
23545 \backslash
23546 arabic{footnote}}
23547 \end_layout
23548
23549 \end_inset
23550
23551
23552 \end_layout
23553
23554 \begin_layout Standard
23555 \begin_inset VSpace bigskip
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \begin_layout Standard
23562 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23563 \end_layout
23564
23565 \begin_layout Standard
23566
23567 \series bold
23568
23569 \backslash
23570 numberwithin{footnote}{chapter}
23571 \end_layout
23572
23573 \begin_layout Standard
23574 というコマンドを加えてください。
23575 \series bold
23576
23577 \backslash
23578 numberwithin
23579 \series default
23580 コマンドを使用できるようにするためには、文書設定の
23581 \family sans
23582 数式オプション
23583 \family default
23584 タブで
23585 \family sans
23586 AMS
23587 \begin_inset space ~
23588 \end_inset
23589
23590 mathパッケージを使う
23591 \family default
23592 オプションを有効にしてください。
23593 \end_layout
23594
23595 \begin_layout Standard
23596 \begin_inset ERT
23597 status collapsed
23598
23599 \begin_layout Plain Layout
23600
23601
23602 \backslash
23603 numberwithin{footnote}{chapter}
23604 \end_layout
23605
23606 \end_inset
23607
23608 これは、脚注のもう一つの例です
23609 \series bold
23610
23611 \begin_inset Foot
23612 status open
23613
23614 \begin_layout Plain Layout
23615
23616 \series bold
23617 これは、
23618 \series default
23619 「章番号.脚注番号」スキームで番号を振られた脚注です。
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \series default
23626
23627 \begin_inset ERT
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631
23632
23633 \backslash
23634 renewcommand{
23635 \backslash
23636 thefootnote}{
23637 \backslash
23638 arabic{footnote}}
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \begin_layout Standard
23647 \begin_inset Note Greyedout
23648 status open
23649
23650 \begin_layout Plain Layout
23651
23652 \series bold
23653 【註】
23654 \backslash
23655 numberwithin
23656 \series default
23657 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23658 \end_layout
23659
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \begin_layout Standard
23666 また、例えば「章番号.
23667 \backslash
23668 Roman{footnote}」スキームを得るには、
23669 \series bold
23670
23671 \backslash
23672 numberwithin
23673 \series default
23674 の代わりに以下のコマンドを使用してください。
23675 \end_layout
23676
23677 \begin_layout Standard
23678
23679 \series bold
23680
23681 \backslash
23682 renewcommand{
23683 \backslash
23684 thefootnote}{
23685 \backslash
23686 thechapter.
23687 \backslash
23688 Roman{footnote}}
23689 \end_layout
23690
23691 \begin_layout Subsection
23692 脚注の配置
23693 \begin_inset Index idx
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697 きゃくちゅう@脚注 ! はいち@配置
23698 \end_layout
23699
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \begin_layout Standard
23706 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23707 ブルに足して、1.5
23708 \begin_inset space \thinspace{}
23709 \end_inset
23710
23711 mmの余白を追加することもできます。
23712 \end_layout
23713
23714 \begin_layout Standard
23715
23716 \series bold
23717
23718 \backslash
23719 let
23720 \backslash
23721 myFoot
23722 \backslash
23723 footnote
23724 \begin_inset Newline newline
23725 \end_inset
23726
23727
23728 \backslash
23729 renewcommand{
23730 \backslash
23731 footnote}[1]{
23732 \backslash
23733 myFoot{#1
23734 \backslash
23735 vspace{1.5mm}}}
23736 \end_layout
23737
23738 \begin_layout Standard
23739 \begin_inset VSpace bigskip
23740 \end_inset
23741
23742 二段組文書では、脚注は各段底部に表示されます(図
23743 \begin_inset CommandInset ref
23744 LatexCommand ref
23745 reference "fig:標準的脚注配置"
23746
23747 \end_inset
23748
23749 )。図
23750 \begin_inset CommandInset ref
23751 LatexCommand ref
23752 reference "fig:ftnright脚注配置"
23753
23754 \end_inset
23755
23756 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23757 \end_layout
23758
23759 \begin_layout Standard
23760
23761 \series bold
23762
23763 \backslash
23764 usepackage{ftnright}
23765 \end_layout
23766
23767 \begin_layout Standard
23768 というコマンドを書いて、LaTeXパッケージ
23769 \series bold
23770 ftnright
23771 \series default
23772
23773 \begin_inset Index idx
23774 status collapsed
23775
23776 \begin_layout Plain Layout
23777 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23778 \end_layout
23779
23780 \end_inset
23781
23782 を読み込みます。
23783 \begin_inset Float figure
23784 placement !h
23785 wide false
23786 sideways false
23787 status open
23788
23789 \begin_layout Plain Layout
23790 \begin_inset ERT
23791 status collapsed
23792
23793 \begin_layout Plain Layout
23794
23795
23796 \backslash
23797 framebox{
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \begin_inset Graphics
23804         filename ../clipart/without_fntright.pdf
23805         width 100col%
23806         scaleBeforeRotation
23807
23808 \end_inset
23809
23810
23811 \begin_inset ERT
23812 status collapsed
23813
23814 \begin_layout Plain Layout
23815
23816 }
23817 \end_layout
23818
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \begin_layout Plain Layout
23825 \begin_inset Caption
23826
23827 \begin_layout Plain Layout
23828 \begin_inset CommandInset label
23829 LatexCommand label
23830 name "fig:標準的脚注配置"
23831
23832 \end_inset
23833
23834 二段組文書の標準的な脚注配置
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \begin_layout Standard
23848 \begin_inset Float figure
23849 placement !h
23850 wide false
23851 sideways false
23852 status open
23853
23854 \begin_layout Plain Layout
23855 \begin_inset ERT
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859
23860
23861 \backslash
23862 framebox{
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \begin_inset Graphics
23869         filename ../clipart/with_fntright.pdf
23870         width 100col%
23871         scaleBeforeRotation
23872
23873 \end_inset
23874
23875
23876 \begin_inset ERT
23877 status collapsed
23878
23879 \begin_layout Plain Layout
23880
23881 }
23882 \end_layout
23883
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \begin_layout Plain Layout
23890 \begin_inset Caption
23891
23892 \begin_layout Plain Layout
23893 \begin_inset CommandInset label
23894 LatexCommand label
23895 name "fig:ftnright脚注配置"
23896
23897 \end_inset
23898
23899 LaTeXパッケージ
23900 \series bold
23901 ftnright
23902 \series default
23903 を使用したときの二段組文書の脚注配置
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \begin_layout Standard
23917 \begin_inset VSpace bigskip
23918 \end_inset
23919
23920 科学的文献に於いては、図
23921 \begin_inset CommandInset ref
23922 LatexCommand ref
23923 reference "fig:後注"
23924
23925 \end_inset
23926
23927 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
23928 \begin_inset Index idx
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932 こちゅう@後注
23933 \end_layout
23934
23935 \end_inset
23936
23937 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
23938 \family sans
23939 文書\SpecialChar \menuseparator
23940 設定\SpecialChar \menuseparator
23941 モジュール
23942 \family default
23943 メニューで
23944 \family sans
23945 脚注から後注へ
23946 \family default
23947 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
23948 \end_layout
23949
23950 \begin_layout Standard
23951
23952 \series bold
23953
23954 \backslash
23955 theendnotes
23956 \end_layout
23957
23958 \begin_layout Standard
23959 というコマンドを挿入してください。
23960 \end_layout
23961
23962 \begin_layout Standard
23963 \begin_inset Float figure
23964 wide false
23965 sideways false
23966 status open
23967
23968 \begin_layout Plain Layout
23969 \align center
23970 \begin_inset ERT
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974
23975
23976 \backslash
23977 framebox{
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \begin_inset Graphics
23984         filename ../clipart/endnotes.pdf
23985         scaleBeforeRotation
23986
23987 \end_inset
23988
23989
23990 \begin_inset ERT
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994
23995 }
23996 \end_layout
23997
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Caption
24005
24006 \begin_layout Plain Layout
24007 \begin_inset CommandInset label
24008 LatexCommand label
24009 name "fig:後注"
24010
24011 \end_inset
24012
24013 後注 – 注を節ないし章末に別段落として印字します。
24014 \end_layout
24015
24016 \end_inset
24017
24018
24019 \end_layout
24020
24021 \end_inset
24022
24023
24024 \end_layout
24025
24026 \begin_layout Standard
24027 \begin_inset VSpace medskip
24028 \end_inset
24029
24030 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24031 \end_layout
24032
24033 \begin_layout Standard
24034
24035 \series bold
24036
24037 \backslash
24038 renewcommand{
24039 \backslash
24040 notesname}{Anmerkungen}
24041 \end_layout
24042
24043 \begin_layout Standard
24044 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24045 \end_layout
24046
24047 \begin_layout Standard
24048 \begin_inset VSpace medskip
24049 \end_inset
24050
24051
24052 \begin_inset CommandInset ref
24053 LatexCommand ref
24054 reference "sub:脚注の付番"
24055
24056 \end_inset
24057
24058 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24059 \series bold
24060
24061 \backslash
24062 thefootnote
24063 \series default
24064 コマンドの代わりに
24065 \series bold
24066
24067 \backslash
24068 theendnote
24069 \series default
24070 を用いてください。後注番号をリセットするには、第
24071 \begin_inset CommandInset ref
24072 LatexCommand ref
24073 reference "sub:脚注の付番"
24074
24075 \end_inset
24076
24077 節で述べたコマンド
24078 \series bold
24079
24080 \backslash
24081 @addtoreset
24082 \series default
24083 の、パラメータ
24084 \series bold
24085 footnote
24086 \series default
24087
24088 \series bold
24089 endnote
24090 \series default
24091 に変えて、使用してください。
24092 \end_layout
24093
24094 \begin_layout Standard
24095 後注の印だけを作成するには、第
24096 \begin_inset CommandInset ref
24097 LatexCommand ref
24098 reference "sec:脚注"
24099
24100 \end_inset
24101
24102 節で説明した
24103 \series bold
24104
24105 \backslash
24106 footnotemark
24107 \series default
24108 コマンドの代わりに、
24109 \series bold
24110
24111 \backslash
24112 endnotemark[番号]
24113 \series default
24114 コマンドを使用してください。
24115 \end_layout
24116
24117 \begin_layout Standard
24118 \begin_inset VSpace bigskip
24119 \end_inset
24120
24121 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24122 \series bold
24123 footmisc
24124 \series default
24125
24126 \begin_inset Index idx
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \begin_inset CommandInset citation
24137 LatexCommand cite
24138 key "footmisc"
24139
24140 \end_inset
24141
24142 を参照してください。
24143 \end_layout
24144
24145 \begin_layout Standard
24146 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24147 \begin_inset CommandInset citation
24148 LatexCommand cite
24149 key "latexcompanion,latexguide,latexbook"
24150
24151 \end_inset
24152
24153 に載っています。 
24154 \lang english
24155 If you are using a
24156 \lang japanese
24157  
24158 \series bold
24159 KOMA-Script
24160 \series default
24161
24162 \begin_inset Index idx
24163 status collapsed
24164
24165 \begin_layout Plain Layout
24166 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24167 \end_layout
24168
24169 \end_inset
24170
24171  
24172 \lang english
24173 document class, you can adjust all footnote settings using class-specific
24174  commands, see
24175 \lang japanese
24176  
24177 \begin_inset CommandInset citation
24178 LatexCommand cite
24179 key "KOMA-Script"
24180
24181 \end_inset
24182
24183 .
24184 \end_layout
24185
24186 \begin_layout Section
24187 傍注
24188 \begin_inset Index idx
24189 status collapsed
24190
24191 \begin_layout Plain Layout
24192 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \begin_layout Standard
24201 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24202 \family sans
24203 挿入\SpecialChar \menuseparator
24204 傍注
24205 \family default
24206 メニューかツールバーボタン
24207 \begin_inset Graphics
24208         filename ../../images/marginalnote-insert.png
24209         scale 85
24210         scaleBeforeRotation
24211
24212 \end_inset
24213
24214 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24215 \end_layout
24216
24217 \begin_layout Standard
24218 横にあるのが傍注です
24219 \begin_inset Marginal
24220 status open
24221
24222 \begin_layout Plain Layout
24223 これは傍注文です。
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \begin_layout Standard
24232 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24233 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24234 \end_layout
24235
24236 \begin_layout Standard
24237 \begin_inset VSpace bigskip
24238 \end_inset
24239
24240 傍注を内側余白に置くには、傍注の前にTeXコードで
24241 \end_layout
24242
24243 \begin_layout Standard
24244
24245 \series bold
24246
24247 \backslash
24248 reversemarginpar
24249 \end_layout
24250
24251 \begin_layout Standard
24252 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24253 \begin_inset ERT
24254 status collapsed
24255
24256 \begin_layout Plain Layout
24257
24258
24259 \backslash
24260 reversemarginpar 
24261 \end_layout
24262
24263 \end_inset
24264
24265
24266 \begin_inset Marginal
24267 status open
24268
24269 \begin_layout Plain Layout
24270 これは内側余白の傍注です。
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \series bold
24277
24278 \begin_inset Newline newline
24279 \end_inset
24280
24281
24282 \series default
24283
24284 \begin_inset Note Greyedout
24285 status open
24286
24287 \begin_layout Plain Layout
24288 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \begin_layout Standard
24297 既定の配置に戻すには、TeXコードで
24298 \end_layout
24299
24300 \begin_layout Standard
24301
24302 \series bold
24303
24304 \backslash
24305 normalmarginpar
24306 \end_layout
24307
24308 \begin_layout Standard
24309 というコマンドを書き加えてください。
24310 \begin_inset ERT
24311 status collapsed
24312
24313 \begin_layout Plain Layout
24314
24315
24316 \backslash
24317 normalmarginpar 
24318 \end_layout
24319
24320 \end_inset
24321
24322  
24323 \begin_inset Note Greyedout
24324 status open
24325
24326 \begin_layout Plain Layout
24327
24328 \series bold
24329 【註】
24330 \backslash
24331 reversemarginpar
24332 \series default
24333 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24334 \end_layout
24335
24336 \end_inset
24337
24338
24339 \end_layout
24340
24341 \begin_layout Standard
24342 \begin_inset VSpace bigskip
24343 \end_inset
24344
24345
24346 \begin_inset Marginal
24347 status open
24348
24349 \begin_layout Plain Layout
24350 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24351 \end_layout
24352
24353 \end_inset
24354
24355
24356 \begin_inset CommandInset ref
24357 LatexCommand ref
24358 reference "sub:複数行"
24359
24360 \end_inset
24361
24362 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24363 \begin_inset space \thinspace{}
24364 \end_inset
24365
24366 pt水平空白を挿入してください 
24367 \begin_inset Marginal
24368 status open
24369
24370 \begin_layout Plain Layout
24371 \begin_inset space \hspace*{}
24372 \length 0pt
24373 \end_inset
24374
24375 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset VSpace bigskip
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \begin_layout Standard
24391 \begin_inset Note Greyedout
24392 status open
24393
24394 \begin_layout Plain Layout
24395
24396 \series bold
24397 【註】
24398 \series default
24399 通常、傍注は表やフロート、脚注の中では使用することができません。
24400 \end_layout
24401
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \begin_layout Standard
24408 \begin_inset VSpace bigskip
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \begin_layout Standard
24415 \begin_inset ERT
24416 status collapsed
24417
24418 \begin_layout Plain Layout
24419
24420
24421 \backslash
24422 ifmarginnote
24423 \end_layout
24424
24425 \end_inset
24426
24427
24428 \begin_inset Note Note
24429 status open
24430
24431 \begin_layout Plain Layout
24432 以下の部分は、LaTeXパッケージ
24433 \series bold
24434 marginnote
24435 \series default
24436 が導入されているときのみ表示されます。
24437 \end_layout
24438
24439 \end_inset
24440
24441
24442 \end_layout
24443
24444 \begin_layout Standard
24445 この制約は、LaTeXパッケージ
24446 \series bold
24447 marginnote
24448 \series default
24449
24450 \begin_inset Index idx
24451 status collapsed
24452
24453 \begin_layout Plain Layout
24454 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24455 \end_layout
24456
24457 \end_inset
24458
24459 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24460 \series bold
24461 marginnote
24462 \series default
24463 パッケージが提供するコマンドを使うようになります。
24464 \end_layout
24465
24466 \begin_layout Standard
24467
24468 \series bold
24469
24470 \backslash
24471 usepackage{marginnote}
24472 \begin_inset Newline newline
24473 \end_inset
24474
24475
24476 \backslash
24477 let
24478 \backslash
24479 marginpar
24480 \backslash
24481 marginnote
24482 \end_layout
24483
24484 \begin_layout Standard
24485
24486 \series bold
24487 marginnote
24488 \series default
24489 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24490 \series bold
24491 marginnote
24492 \series default
24493 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24494 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24495 \end_layout
24496
24497 \begin_layout Standard
24498
24499 \series bold
24500 [オフセット]
24501 \end_layout
24502
24503 \begin_layout Standard
24504 という形で書くことで設定することができます。ここで「オフセット」には、表
24505 \begin_inset CommandInset ref
24506 LatexCommand ref
24507 reference "tab:単位"
24508
24509 \end_inset
24510
24511 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24512 \series bold
24513 [-1.5cm]
24514 \series default
24515 」を使用して、1.5
24516 \begin_inset space \thinspace{}
24517 \end_inset
24518
24519 cm上にずらしてあります
24520 \begin_inset Marginal
24521 status open
24522
24523 \begin_layout Plain Layout
24524 この傍注は、本来の位置よりも1.5
24525 \begin_inset space \thinspace{}
24526 \end_inset
24527
24528 cm上にずらしてあります。
24529 \end_layout
24530
24531 \end_inset
24532
24533
24534 \begin_inset ERT
24535 status collapsed
24536
24537 \begin_layout Plain Layout
24538
24539 [-1.5cm]
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \begin_layout Standard
24548 \begin_inset VSpace medskip
24549 \end_inset
24550
24551
24552 \series bold
24553 marginnote
24554 \series default
24555 を使うと、傍注の揃えを変更することもできます。たとえば、
24556 \end_layout
24557
24558 \begin_layout Standard
24559
24560 \series bold
24561
24562 \backslash
24563 renewcommand*{
24564 \backslash
24565 raggedleftmarginnote}{
24566 \backslash
24567 centering}
24568 \begin_inset Newline newline
24569 \end_inset
24570
24571
24572 \backslash
24573 renewcommand*{
24574 \backslash
24575 raggedrightmarginnote}{
24576 \backslash
24577 centering}
24578 \end_layout
24579
24580 \begin_layout Standard
24581 というコマンドを使うと、中央揃えになります。
24582 \series bold
24583
24584 \backslash
24585 raggedleftmarginnote
24586 \series default
24587 とは、左側に表示されている傍注のことを指します
24588 \begin_inset ERT
24589 status collapsed
24590
24591 \begin_layout Plain Layout
24592
24593
24594 \backslash
24595 renewcommand*{
24596 \backslash
24597 raggedleftmarginnote}{
24598 \backslash
24599 centering}
24600 \end_layout
24601
24602 \begin_layout Plain Layout
24603
24604
24605 \backslash
24606 renewcommand*{
24607 \backslash
24608 raggedrightmarginnote}{
24609 \backslash
24610 centering}
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \begin_inset Marginal
24617 status open
24618
24619 \begin_layout Plain Layout
24620 この傍注の文章は中央揃えになっています。
24621 \end_layout
24622
24623 \end_inset
24624
24625 。既定の設定は、
24626 \end_layout
24627
24628 \begin_layout Standard
24629
24630 \series bold
24631
24632 \backslash
24633 renewcommand*{
24634 \backslash
24635 raggedleftmarginnote}{
24636 \backslash
24637 raggedleft}
24638 \begin_inset Newline newline
24639 \end_inset
24640
24641
24642 \backslash
24643 renewcommand*{
24644 \backslash
24645 raggedrightmarginnote}{
24646 \backslash
24647 raggedright}
24648 \series default
24649
24650 \begin_inset ERT
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654
24655
24656 \backslash
24657 renewcommand*{
24658 \backslash
24659 raggedleftmarginnote}{
24660 \backslash
24661 raggedleft}
24662 \end_layout
24663
24664 \begin_layout Plain Layout
24665
24666
24667 \backslash
24668 renewcommand*{
24669 \backslash
24670 raggedrightmarginnote}{
24671 \backslash
24672 raggedright}
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \begin_layout Standard
24681 です。
24682 \end_layout
24683
24684 \begin_layout Standard
24685 \begin_inset VSpace medskip
24686 \end_inset
24687
24688
24689 \series bold
24690 marginnote
24691 \series default
24692 の他の機能については、
24693 \begin_inset CommandInset citation
24694 LatexCommand cite
24695 key "marginnote"
24696
24697 \end_inset
24698
24699 の取扱説明書をご参照ください。
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset VSpace bigskip
24704 \end_inset
24705
24706 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24707 \family sans
24708 \series bold
24709 \bar under
24710 注意!
24711 \family default
24712 \series default
24713 \bar default
24714 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24715 \end_layout
24716
24717 \begin_layout Standard
24718
24719 \series bold
24720
24721 \backslash
24722 let
24723 \backslash
24724 myMarginpar
24725 \backslash
24726 marginpar
24727 \begin_inset Newline newline
24728 \end_inset
24729
24730
24731 \backslash
24732 renewcommand{
24733 \backslash
24734 marginpar}[1]{
24735 \backslash
24736 myMarginpar{%
24737 \begin_inset Newline newline
24738 \end_inset
24739
24740
24741 \begin_inset Phantom HPhantom
24742 status open
24743
24744 \begin_layout Plain Layout
24745
24746 \series bold
24747 \begin_inset space ~
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \backslash
24757 hspace{0pt}
24758 \backslash
24759 textsf{
24760 \backslash
24761 textbf{
24762 \backslash
24763 underbar{注意!}}}%
24764 \begin_inset Newline newline
24765 \end_inset
24766
24767
24768 \begin_inset Phantom HPhantom
24769 status open
24770
24771 \begin_layout Plain Layout
24772
24773 \series bold
24774 \begin_inset space ~
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \end_inset
24781
24782
24783 \backslash
24784 vspace{1.5mm}
24785 \backslash
24786
24787 \backslash
24788 #1}}
24789 \end_layout
24790
24791 \begin_layout Standard
24792 \begin_inset ERT
24793 status collapsed
24794
24795 \begin_layout Plain Layout
24796
24797
24798 \backslash
24799 let
24800 \backslash
24801 myMarginpar
24802 \backslash
24803 marginpar
24804 \end_layout
24805
24806 \begin_layout Plain Layout
24807
24808
24809 \backslash
24810 renewcommand{
24811 \backslash
24812 marginpar}[1]{
24813 \backslash
24814 myMarginpar{%
24815 \end_layout
24816
24817 \begin_layout Plain Layout
24818
24819    
24820 \backslash
24821 textsf{
24822 \backslash
24823 textbf{
24824 \backslash
24825 underbar{注意!}}}%
24826 \end_layout
24827
24828 \begin_layout Plain Layout
24829
24830    
24831 \backslash
24832 vspace{1.5mm}
24833 \backslash
24834
24835 \backslash
24836 #1}}
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \begin_inset Marginal
24843 status open
24844
24845 \begin_layout Plain Layout
24846 これは、定義したヘッダをつけた傍注です。
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \begin_inset ERT
24853 status collapsed
24854
24855 \begin_layout Plain Layout
24856
24857 [-1.5cm]
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \begin_inset ERT
24864 status collapsed
24865
24866 \begin_layout Plain Layout
24867
24868
24869 \backslash
24870 renewcommand{
24871 \backslash
24872 marginpar}[1]{
24873 \backslash
24874 myMarginpar{#1}}
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \begin_inset Note Note
24881 status open
24882
24883 \begin_layout Plain Layout
24884 傍注書式は、この例の分だけ変更してあります。
24885 \end_layout
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \begin_layout Standard
24893 \begin_inset ERT
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897
24898
24899 \backslash
24900 else
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \begin_inset Note Note
24907 status open
24908
24909 \begin_layout Plain Layout
24910 以下の部分は、LaTeXパッケージ
24911 \series bold
24912 marginnote
24913 \series default
24914 が導入されていないときのみ表示されます。
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 本節の以下の部分を出力に表示するには、LaTeXパッケージ
24924 \series bold
24925 marginnote
24926 \series default
24927 を導入する必要があります。
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset ERT
24932 status collapsed
24933
24934 \begin_layout Plain Layout
24935
24936
24937 \backslash
24938 fi
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Chapter
24947 ボックス
24948 \end_layout
24949
24950 \begin_layout Section
24951 はじめに
24952 \begin_inset Index idx
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956 ぼっくす@ボックス ! はじめに
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
24966 \begin_inset CommandInset ref
24967 LatexCommand ref
24968 reference "sec:ミニページ"
24969
24970 \end_inset
24971
24972 節参照)、文章を囲ったり(第
24973 \begin_inset CommandInset ref
24974 LatexCommand ref
24975 reference "sec:装飾"
24976
24977 \end_inset
24978
24979 節参照)、単語がハイフネートされるのを予防したり(第
24980 \begin_inset CommandInset ref
24981 LatexCommand ref
24982 reference "sec:ハイフネーションの回避"
24983
24984 \end_inset
24985
24986 節参照)、文章を揃えたり(第
24987 \begin_inset CommandInset ref
24988 LatexCommand ref
24989 reference "sub:垂直揃え"
24990
24991 \end_inset
24992
24993 節参照)、あるいは文章の背景色を設定したり(第
24994 \begin_inset CommandInset ref
24995 LatexCommand ref
24996 reference "sec:色付きボックス"
24997
24998 \end_inset
24999
25000 節参照)するのに使用します。
25001 \end_layout
25002
25003 \begin_layout Standard
25004 ボックスは、
25005 \family sans
25006 挿入\SpecialChar \menuseparator
25007 ボックス
25008 \family default
25009 メニューかツールバーボタン
25010 \begin_inset Graphics
25011         filename ../../images/box-insert.png
25012         scale 85
25013         scaleBeforeRotation
25014
25015 \end_inset
25016
25017 を使って挿入することができます。すると、
25018 \begin_inset Graphics
25019         filename ../clipart/BoxInsetDefaultQt4.png
25020         scale 85
25021         scaleBeforeRotation
25022
25023 \end_inset
25024
25025 のように
25026 \family sans
25027 ボックス(minipage環境)
25028 \family default
25029 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25030 \family sans
25031 設定
25032 \family default
25033 メニューを選択すると現れるボックスダイアログでは、
25034 \family sans
25035 parboxコマンド
25036 \family default
25037
25038 \family sans
25039 minipage環境
25040 \family default
25041 の二つの
25042 \family sans
25043 内部ボックス
25044 \family default
25045 型を選択することができます。
25046 \family sans
25047 minipage
25048 \family default
25049 型は、新規ボックスの既定値となっており、第
25050 \begin_inset CommandInset ref
25051 LatexCommand ref
25052 reference "sec:ミニページ"
25053
25054 \end_inset
25055
25056 節で説明します。
25057 \family sans
25058 parbox
25059 \family default
25060 型については第
25061 \begin_inset CommandInset ref
25062 LatexCommand ref
25063 reference "sec:Parboxes"
25064
25065 \end_inset
25066
25067 節、
25068 \family sans
25069 makebox
25070 \family default
25071 型については第
25072 \begin_inset CommandInset ref
25073 LatexCommand ref
25074 reference "sec:ハイフネーションの回避"
25075
25076 \end_inset
25077
25078 節で述べます。
25079 \end_layout
25080
25081 \begin_layout Standard
25082 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25083 \end_layout
25084
25085 \begin_layout Standard
25086 \begin_inset Note Greyedout
25087 status open
25088
25089 \begin_layout Plain Layout
25090 【註】ボックスは、
25091 \family sans
25092 箇条書き(記号)
25093 \family default
25094 環境や
25095 \family sans
25096 箇条書き(記述)
25097 \family default
25098 環境の単独要素とすべきではありません。
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Standard
25107 \begin_inset Note Greyedout
25108 status open
25109
25110 \begin_layout Plain Layout
25111 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25112 \family sans
25113 内部ボックス
25114 \family default
25115 型は
25116 \family sans
25117 なし
25118 \family default
25119 にしか設定することができません。
25120 \family sans
25121 内部ボックス
25122 \family default
25123 型や枠のないボックスについては、第
25124 \begin_inset CommandInset ref
25125 LatexCommand ref
25126 reference "sec:ハイフネーションの回避"
25127
25128 \end_inset
25129
25130 節で説明します。
25131 \end_layout
25132
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \begin_layout Section
25139 ボックスダイアログ
25140 \begin_inset CommandInset label
25141 LatexCommand label
25142 name "sec:ボックスダイアログ"
25143
25144 \end_inset
25145
25146
25147 \begin_inset Index idx
25148 status collapsed
25149
25150 \begin_layout Plain Layout
25151 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25152 \end_layout
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \begin_layout Subsection
25160 寸法
25161 \begin_inset Index idx
25162 status collapsed
25163
25164 \begin_layout Plain Layout
25165 ぼっくす@ボックス ! すんぽう@寸法
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \begin_layout Standard
25174 ボックスダイアログでは、
25175 \family sans
25176
25177 \family default
25178
25179 \family sans
25180 高さ
25181 \family default
25182 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25183 \begin_inset CommandInset ref
25184 LatexCommand ref
25185 reference "tab:単位"
25186
25187 \end_inset
25188
25189 に説明されています。
25190 \family sans
25191 高さ
25192 \family default
25193 フィールドには、加えて以下の寸法を使用することができます。
25194 \end_layout
25195
25196 \begin_layout Description
25197 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25198 \begin_inset Newline newline
25199 \end_inset
25200
25201
25202 \begin_inset Newline newline
25203 \end_inset
25204
25205
25206 \begin_inset Newline newline
25207 \end_inset
25208
25209
25210 \begin_inset Box Boxed
25211 position "c"
25212 hor_pos "c"
25213 has_inner_box 1
25214 inner_pos "c"
25215 use_parbox 0
25216 use_makebox 0
25217 width "12col%"
25218 special "none"
25219 height "1in"
25220 height_special "depth"
25221 status open
25222
25223 \begin_layout Plain Layout
25224 \align center
25225 高さを1階層に設定したボックス
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \begin_inset Newline newline
25232 \end_inset
25233
25234
25235 \begin_inset Newline newline
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Description
25242 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25243 \begin_inset Box Boxed
25244 position "c"
25245 hor_pos "c"
25246 has_inner_box 1
25247 inner_pos "c"
25248 use_parbox 0
25249 use_makebox 0
25250 width "20col%"
25251 special "none"
25252 height "2in"
25253 height_special "height"
25254 status open
25255
25256 \begin_layout Plain Layout
25257 \align center
25258 高さを2高さに設定したボックス
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \begin_layout Description
25267 全高 これは「高さ」+「階層」です。
25268 \begin_inset Box Boxed
25269 position "c"
25270 hor_pos "c"
25271 has_inner_box 1
25272 inner_pos "c"
25273 use_parbox 0
25274 use_makebox 0
25275 width "20col%"
25276 special "none"
25277 height "1in"
25278 height_special "totalheight"
25279 status open
25280
25281 \begin_layout Plain Layout
25282 \align center
25283 高さを1全高に設定したボックス
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \begin_layout Description
25292 幅 これはボックスの幅を高さに設定します。
25293 \begin_inset Box Boxed
25294 position "c"
25295 hor_pos "c"
25296 has_inner_box 1
25297 inner_pos "c"
25298 use_parbox 0
25299 use_makebox 0
25300 width "12col%"
25301 special "none"
25302 height "1in"
25303 height_special "width"
25304 status open
25305
25306 \begin_layout Plain Layout
25307 \align center
25308 高さを1幅に設定したボックス
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \begin_layout Subsection
25317 文字揃え
25318 \begin_inset Index idx
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 ぼっくす@ボックス ! もじそろえ@文字揃え
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Standard
25331
25332 \family sans
25333 内部ボックス
25334 \family default
25335 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25336 \end_layout
25337
25338 \begin_layout Description
25339 上 これは例示のための本文行です。
25340 \begin_inset Box Boxed
25341 position "t"
25342 hor_pos "c"
25343 has_inner_box 1
25344 inner_pos "c"
25345 use_parbox 0
25346 use_makebox 0
25347 width "12col%"
25348 special "none"
25349 height "1in"
25350 height_special "totalheight"
25351 status open
25352
25353 \begin_layout Plain Layout
25354 \align center
25355 このボックスは上揃えです。
25356 \end_layout
25357
25358 \end_inset
25359
25360 これは例示のための本文行です。
25361 \end_layout
25362
25363 \begin_layout Description
25364 中央 これは例示のための本文行です。
25365 \begin_inset Box Boxed
25366 position "c"
25367 hor_pos "c"
25368 has_inner_box 1
25369 inner_pos "c"
25370 use_parbox 0
25371 use_makebox 0
25372 width "12col%"
25373 special "none"
25374 height "1in"
25375 height_special "totalheight"
25376 status open
25377
25378 \begin_layout Plain Layout
25379 \align center
25380 このボックスは中央揃えです。
25381 \end_layout
25382
25383 \end_inset
25384
25385 これは例示のための本文行です。
25386 \end_layout
25387
25388 \begin_layout Description
25389 下 これは例示のための本文行です。
25390 \begin_inset Box Boxed
25391 position "b"
25392 hor_pos "c"
25393 has_inner_box 1
25394 inner_pos "c"
25395 use_parbox 0
25396 use_makebox 0
25397 width "12col%"
25398 special "none"
25399 height "1in"
25400 height_special "totalheight"
25401 status open
25402
25403 \begin_layout Plain Layout
25404 \align center
25405 このボックスは下揃えです。
25406 \end_layout
25407
25408 \end_inset
25409
25410 これは例示のための本文行です。
25411 \end_layout
25412
25413 \begin_layout Standard
25414 \begin_inset Note Greyedout
25415 status open
25416
25417 \begin_layout Plain Layout
25418
25419 \series bold
25420 【註】
25421 \series default
25422 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25423 \end_layout
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25432 \end_layout
25433
25434 \begin_layout Standard
25435 \begin_inset VSpace bigskip
25436 \end_inset
25437
25438
25439 \family sans
25440 内部ボックス
25441 \family default
25442 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25443 \end_layout
25444
25445 \begin_layout Description
25446 上 これは例示のための本文行です。
25447 \begin_inset Box Boxed
25448 position "c"
25449 hor_pos "c"
25450 has_inner_box 1
25451 inner_pos "t"
25452 use_parbox 0
25453 use_makebox 0
25454 width "12col%"
25455 special "none"
25456 height "1.5in"
25457 height_special "totalheight"
25458 status open
25459
25460 \begin_layout Plain Layout
25461 \align center
25462 このボックスの文章は上揃えです。
25463 \end_layout
25464
25465 \end_inset
25466
25467 これは例示のための本文行です。
25468 \end_layout
25469
25470 \begin_layout Description
25471 中央 これは例示のための本文行です。
25472 \begin_inset Box Boxed
25473 position "c"
25474 hor_pos "c"
25475 has_inner_box 1
25476 inner_pos "c"
25477 use_parbox 0
25478 use_makebox 0
25479 width "12col%"
25480 special "none"
25481 height "1.5in"
25482 height_special "totalheight"
25483 status open
25484
25485 \begin_layout Plain Layout
25486 \align center
25487 このボックスの文章は中央揃えです。
25488 \end_layout
25489
25490 \end_inset
25491
25492 これは例示のための本文行です。
25493 \end_layout
25494
25495 \begin_layout Description
25496 下 これは例示のための本文行です。
25497 \begin_inset Box Boxed
25498 position "c"
25499 hor_pos "c"
25500 has_inner_box 1
25501 inner_pos "b"
25502 use_parbox 0
25503 use_makebox 0
25504 width "12col%"
25505 special "none"
25506 height "1.5in"
25507 height_special "totalheight"
25508 status open
25509
25510 \begin_layout Plain Layout
25511 \align center
25512 このボックスの文章は下揃えです。
25513 \end_layout
25514
25515 \end_inset
25516
25517 これは例示のための本文行です。
25518 \end_layout
25519
25520 \begin_layout Description
25521 広げる これは例示のための本文行です。
25522 \begin_inset Box Boxed
25523 position "c"
25524 hor_pos "c"
25525 has_inner_box 1
25526 inner_pos "s"
25527 use_parbox 0
25528 use_makebox 0
25529 width "17col%"
25530 special "none"
25531 height "1.5in"
25532 height_special "totalheight"
25533 status open
25534
25535 \begin_layout Plain Layout
25536 \align center
25537 このボックスの
25538 \end_layout
25539
25540 \begin_layout Plain Layout
25541 \align center
25542 文章は広げて
25543 \end_layout
25544
25545 \begin_layout Plain Layout
25546 \align center
25547 あります。
25548 \end_layout
25549
25550 \end_inset
25551
25552 これは例示のための本文行です。
25553 \end_layout
25554
25555 \begin_layout Standard
25556 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25557 \end_layout
25558
25559 \begin_layout Standard
25560 \begin_inset VSpace bigskip
25561 \end_inset
25562
25563
25564 \family sans
25565 内部ボックス
25566 \family default
25567 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25568 \end_layout
25569
25570 \begin_layout Standard
25571 \align center
25572 \begin_inset Box Boxed
25573 position "c"
25574 hor_pos "c"
25575 has_inner_box 1
25576 inner_pos "s"
25577 use_parbox 0
25578 use_makebox 0
25579 width "25col%"
25580 special "none"
25581 height "1.25in"
25582 height_special "totalheight"
25583 status open
25584
25585 \begin_layout Plain Layout
25586 \align left
25587 このボックスの
25588 \end_layout
25589
25590 \begin_layout Plain Layout
25591 \align center
25592 文章は広げて
25593 \end_layout
25594
25595 \begin_layout Plain Layout
25596 \align right
25597 あります。
25598 \end_layout
25599
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \begin_layout Standard
25606
25607 \family sans
25608 内部ボックス
25609 \family default
25610 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25611 \end_layout
25612
25613 \begin_layout Standard
25614 \align center
25615 \begin_inset Box Boxed
25616 position "c"
25617 hor_pos "s"
25618 has_inner_box 0
25619 inner_pos "s"
25620 use_parbox 0
25621 use_makebox 0
25622 width "90col%"
25623 special "none"
25624 height "1.25in"
25625 height_special "totalheight"
25626 status open
25627
25628 \begin_layout Plain Layout
25629 このボックスの文章は水平方向に広げてあります。
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Subsection
25638 装飾
25639 \begin_inset CommandInset label
25640 LatexCommand label
25641 name "sec:装飾"
25642
25643 \end_inset
25644
25645
25646 \begin_inset Index idx
25647 status collapsed
25648
25649 \begin_layout Plain Layout
25650 ぼっくす@ボックス ! そうしょく@装飾
25651 \end_layout
25652
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \begin_layout Standard
25659 ボックス型は、ボックスダイアログ中の
25660 \family sans
25661 装飾
25662 \family default
25663 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25664 \end_layout
25665
25666 \begin_layout Description
25667 縁なし 枠を描きません。
25668 \end_layout
25669
25670 \begin_layout Description
25671 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25672 \series bold
25673
25674 \backslash
25675 fboxrule
25676 \series default
25677 の値になります。 
25678 \begin_inset Box Boxed
25679 position "c"
25680 hor_pos "c"
25681 has_inner_box 1
25682 inner_pos "c"
25683 use_parbox 0
25684 use_makebox 0
25685 width "20col%"
25686 special "none"
25687 height "1in"
25688 height_special "totalheight"
25689 status open
25690
25691 \begin_layout Plain Layout
25692 \align center
25693 長方形の箱型
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Description
25702 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25703 \begin_inset space \thinspace{}
25704 \end_inset
25705
25706 ptです。 
25707 \begin_inset Box ovalbox
25708 position "c"
25709 hor_pos "c"
25710 has_inner_box 1
25711 inner_pos "c"
25712 use_parbox 0
25713 use_makebox 0
25714 width "20col%"
25715 special "none"
25716 height "1in"
25717 height_special "totalheight"
25718 status open
25719
25720 \begin_layout Plain Layout
25721 \align center
25722 楕円形の箱型(細線)
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Description
25731 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25732 \begin_inset space \thinspace{}
25733 \end_inset
25734
25735 ptです。 
25736 \begin_inset Box Ovalbox
25737 position "c"
25738 hor_pos "c"
25739 has_inner_box 1
25740 inner_pos "c"
25741 use_parbox 0
25742 use_makebox 0
25743 width "20col%"
25744 special "none"
25745 height "1in"
25746 height_special "totalheight"
25747 status open
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 Description
25760 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25761 \series bold
25762
25763 \backslash
25764 fboxrule
25765 \series default
25766 の値になり、影の幅は4
25767 \begin_inset space \thinspace{}
25768 \end_inset
25769
25770 ptになります。
25771 \begin_inset Box Shadowbox
25772 position "c"
25773 hor_pos "c"
25774 has_inner_box 1
25775 inner_pos "c"
25776 use_parbox 0
25777 use_makebox 0
25778 width "20col%"
25779 special "none"
25780 height "1in"
25781 height_special "totalheight"
25782 status open
25783
25784 \begin_layout Plain Layout
25785 \align center
25786 影付きの箱型
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Description
25795 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25796 \begin_inset Foot
25797 status collapsed
25798
25799 \begin_layout Plain Layout
25800
25801 \begin_inset CommandInset ref
25802 LatexCommand ref
25803 reference "sec:色付きボックス"
25804
25805 \end_inset
25806
25807 節を参照のこと。
25808 \end_layout
25809
25810 \end_inset
25811
25812 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25813 \begin_inset Box Shaded
25814 position "t"
25815 hor_pos "c"
25816 has_inner_box 0
25817 inner_pos "t"
25818 use_parbox 0
25819 use_makebox 0
25820 width "50col%"
25821 special "none"
25822 height "1in"
25823 height_special "totalheight"
25824 status open
25825
25826 \begin_layout Plain Layout
25827 影付き背景の箱型
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \begin_layout Description
25836 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25837 \begin_inset space \thinspace{}
25838 \end_inset
25839
25840
25841 \series bold
25842
25843 \backslash
25844 fboxrule
25845 \series default
25846 であり、外側の枠線の太さは1.5
25847 \begin_inset space \thinspace{}
25848 \end_inset
25849
25850
25851 \series bold
25852
25853 \backslash
25854 fboxrule
25855 \series default
25856 です。枠線間の距離は1.5
25857 \begin_inset space \thinspace{}
25858 \end_inset
25859
25860
25861 \series bold
25862
25863 \backslash
25864 fboxrule
25865 \series default
25866
25867 \begin_inset space \thinspace{}
25868 \end_inset
25869
25870 +
25871 \begin_inset space \thinspace{}
25872 \end_inset
25873
25874 0.5
25875 \begin_inset space \thinspace{}
25876 \end_inset
25877
25878 ptです。 
25879 \begin_inset Box Doublebox
25880 position "c"
25881 hor_pos "c"
25882 has_inner_box 1
25883 inner_pos "c"
25884 use_parbox 0
25885 use_makebox 0
25886 width "20col%"
25887 special "none"
25888 height "1in"
25889 height_special "totalheight"
25890 status open
25891
25892 \begin_layout Plain Layout
25893 \align center
25894 二重の長方形の箱型
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903 \begin_inset VSpace bigskip
25904 \end_inset
25905
25906 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
25907 \series bold
25908 fancybox
25909 \series default
25910
25911 \begin_inset Index idx
25912 status collapsed
25913
25914 \begin_layout Plain Layout
25915 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
25916 \end_layout
25917
25918 \end_inset
25919
25920 が導入済みでなくてはなりません。
25921 \end_layout
25922
25923 \begin_layout Standard
25924 \begin_inset VSpace bigskip
25925 \end_inset
25926
25927 装飾として
25928 \family sans
25929 簡素な長方形の箱型
25930 \family default
25931 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
25932 れ、このボックス型では
25933 \series bold
25934
25935 \backslash
25936 fboxrule
25937 \series default
25938
25939 \series bold
25940
25941 \backslash
25942 fboxsep
25943 \series default
25944 は無効となります。枠線の太さは
25945 \series bold
25946
25947 \backslash
25948 FrameRule
25949 \series default
25950 の値になります。 
25951 \begin_inset Box Framed
25952 position "t"
25953 hor_pos "c"
25954 has_inner_box 0
25955 inner_pos "t"
25956 use_parbox 0
25957 use_makebox 0
25958 width "100col%"
25959 special "none"
25960 height "1in"
25961 height_special "totalheight"
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965 改行可能な箱型
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \begin_layout Section
25974 ボックスの詳細な設定
25975 \begin_inset Index idx
25976 status collapsed
25977
25978 \begin_layout Plain Layout
25979 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
25980 \end_layout
25981
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \begin_layout Standard
25988 寸法
25989 \series bold
25990
25991 \backslash
25992 fboxrule
25993 \series default
25994 の既定値は0.4
25995 \begin_inset space \thinspace{}
25996 \end_inset
25997
25998 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
25999 \begin_inset space \thinspace{}
26000 \end_inset
26001
26002 ptに変更することができます。
26003 \end_layout
26004
26005 \begin_layout Standard
26006
26007 \series bold
26008
26009 \backslash
26010 setlength{
26011 \backslash
26012 fboxrule}{2pt}
26013 \end_layout
26014
26015 \begin_layout Standard
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021
26022 \backslash
26023 setlength{
26024 \backslash
26025 fboxrule}{2pt}
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \begin_inset Box Boxed
26032 position "c"
26033 hor_pos "c"
26034 has_inner_box 1
26035 inner_pos "c"
26036 use_parbox 0
26037 use_makebox 0
26038 width "25col%"
26039 special "none"
26040 height "1in"
26041 height_special "totalheight"
26042 status open
26043
26044 \begin_layout Plain Layout
26045 \align center
26046
26047 \series bold
26048
26049 \backslash
26050 fboxrule
26051 \series default
26052
26053 \begin_inset space \thinspace{}
26054 \end_inset
26055
26056 =
26057 \begin_inset space \thinspace{}
26058 \end_inset
26059
26060 2
26061 \begin_inset space \thinspace{}
26062 \end_inset
26063
26064 ptの長方形の箱型
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075
26076 \backslash
26077 setlength{
26078 \backslash
26079 fboxrule}{0.4pt}
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset VSpace bigskip
26089 \end_inset
26090
26091 枠とボックスの内容との空白は、すべての枠様式について3
26092 \begin_inset space \thinspace{}
26093 \end_inset
26094
26095 ptが既定値になっています。これは、長さ
26096 \series bold
26097
26098 \backslash
26099 fboxsep
26100 \series default
26101 を別の値に設定することによって変更することができます。たとえば
26102 \end_layout
26103
26104 \begin_layout Standard
26105
26106 \series bold
26107
26108 \backslash
26109 setlength{
26110 \backslash
26111 fboxsep}{10pt}
26112 \end_layout
26113
26114 \begin_layout Standard
26115 というコマンドは、この値を10
26116 \begin_inset space \thinspace{}
26117 \end_inset
26118
26119 ptにし、以下のボックスのようになります。
26120 \end_layout
26121
26122 \begin_layout Standard
26123 \begin_inset ERT
26124 status collapsed
26125
26126 \begin_layout Plain Layout
26127
26128
26129 \backslash
26130 setlength{
26131 \backslash
26132 fboxsep}{10pt}
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \begin_inset Box Boxed
26139 position "c"
26140 hor_pos "c"
26141 has_inner_box 1
26142 inner_pos "c"
26143 use_parbox 0
26144 use_makebox 0
26145 width "25col%"
26146 special "none"
26147 height "1in"
26148 height_special "totalheight"
26149 status open
26150
26151 \begin_layout Plain Layout
26152 \align center
26153
26154 \series bold
26155
26156 \backslash
26157 fboxsep
26158 \series default
26159
26160 \begin_inset space \thinspace{}
26161 \end_inset
26162
26163 =
26164 \begin_inset space \thinspace{}
26165 \end_inset
26166
26167 10
26168 \begin_inset space \thinspace{}
26169 \end_inset
26170
26171 ptの長方形の箱型
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182
26183 \backslash
26184 setlength{
26185 \backslash
26186 fboxsep}{3pt}
26187 \end_layout
26188
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \begin_layout Standard
26195 \begin_inset VSpace bigskip
26196 \end_inset
26197
26198 楕円形ボックスの丸い角の直径は、コマンド
26199 \series bold
26200
26201 \backslash
26202 cornersize
26203 \series default
26204 で設定することができます。
26205 \end_layout
26206
26207 \begin_layout Standard
26208
26209 \series bold
26210
26211 \backslash
26212 cornersize*{1cm}
26213 \end_layout
26214
26215 \begin_layout Standard
26216 というコマンドは、直径を1
26217 \begin_inset space \thinspace{}
26218 \end_inset
26219
26220 cmに設定します。
26221 \end_layout
26222
26223 \begin_layout Standard
26224
26225 \series bold
26226
26227 \backslash
26228 cornersize{数値}
26229 \end_layout
26230
26231 \begin_layout Standard
26232 というコマンドは、直径を
26233 \family sans
26234 数値
26235 \begin_inset space \thinspace{}
26236 \end_inset
26237
26238 ×
26239 \begin_inset space \thinspace{}
26240 \end_inset
26241
26242 (ボックスの幅と高さの小さい方)
26243 \family default
26244 に設定します。既定値は
26245 \series bold
26246
26247 \backslash
26248 cornersize{0.5}
26249 \series default
26250 です。
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset ERT
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258
26259
26260 \backslash
26261 cornersize*{1.5cm}
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \begin_inset Box Ovalbox
26268 position "c"
26269 hor_pos "c"
26270 has_inner_box 1
26271 inner_pos "c"
26272 use_parbox 0
26273 use_makebox 0
26274 width "25col%"
26275 special "none"
26276 height "1in"
26277 height_special "totalheight"
26278 status open
26279
26280 \begin_layout Plain Layout
26281 \align center
26282
26283 \series bold
26284
26285 \backslash
26286 cornersize
26287 \series default
26288
26289 \begin_inset space \thinspace{}
26290 \end_inset
26291
26292 =
26293 \begin_inset space \thinspace{}
26294 \end_inset
26295
26296 1.5
26297 \begin_inset space \thinspace{}
26298 \end_inset
26299
26300 cmの楕円形の箱型
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \begin_inset ERT
26307 status collapsed
26308
26309 \begin_layout Plain Layout
26310
26311
26312 \backslash
26313 cornersize{0.5}
26314 \end_layout
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \begin_layout Standard
26322 \begin_inset VSpace bigskip
26323 \end_inset
26324
26325 影の大きさは、長さ
26326 \series bold
26327
26328 \backslash
26329 shadowsize
26330 \series default
26331 を変更することで調整できます。以下のボックスでは
26332 \end_layout
26333
26334 \begin_layout Standard
26335
26336 \series bold
26337
26338 \backslash
26339 setlength{
26340 \backslash
26341 shadowsize}{2pt}
26342 \end_layout
26343
26344 \begin_layout Standard
26345 というコマンドを使って、2
26346 \begin_inset space \thinspace{}
26347 \end_inset
26348
26349 ptに設定しています。
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset ERT
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357
26358
26359 \backslash
26360 setlength{
26361 \backslash
26362 shadowsize}{2pt}
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \begin_inset Box Shadowbox
26369 position "c"
26370 hor_pos "c"
26371 has_inner_box 1
26372 inner_pos "c"
26373 use_parbox 0
26374 use_makebox 0
26375 width "25col%"
26376 special "none"
26377 height "1in"
26378 height_special "totalheight"
26379 status open
26380
26381 \begin_layout Plain Layout
26382 \align center
26383
26384 \series bold
26385
26386 \backslash
26387 shadowsize
26388 \series default
26389
26390 \begin_inset space \thinspace{}
26391 \end_inset
26392
26393 =
26394 \begin_inset space \thinspace{}
26395 \end_inset
26396
26397 2
26398 \begin_inset space \thinspace{}
26399 \end_inset
26400
26401 ptの影付きボックス
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \begin_inset ERT
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411
26412
26413 \backslash
26414 setlength{
26415 \backslash
26416 shadowsize}{4pt}
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset VSpace bigskip
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \begin_layout Standard
26432 寸法
26433 \series bold
26434
26435 \backslash
26436 FrameRule
26437 \series default
26438 の既定値は0.4
26439 \begin_inset space \thinspace{}
26440 \end_inset
26441
26442 ptです。ボックスの中身と枠の間の空白の既定値は9
26443 \begin_inset space \thinspace{}
26444 \end_inset
26445
26446 ptですが、
26447 \series bold
26448
26449 \backslash
26450 FrameSep
26451 \series default
26452 の値を変えることで変更することができます。たとえば、下記の
26453 \family sans
26454 ボックス
26455 \family default
26456 の枠の外見は、
26457 \end_layout
26458
26459 \begin_layout Standard
26460
26461 \series bold
26462
26463 \backslash
26464 setlength{
26465 \backslash
26466 FrameRule}{5pt}
26467 \begin_inset Newline newline
26468 \end_inset
26469
26470
26471 \backslash
26472 setlength{
26473 \backslash
26474 FrameSep}{0.5cm}
26475 \end_layout
26476
26477 \begin_layout Standard
26478 というTeXコードコマンドで設定してあります。
26479 \begin_inset ERT
26480 status collapsed
26481
26482 \begin_layout Plain Layout
26483
26484
26485 \backslash
26486 setlength{
26487 \backslash
26488 FrameRule}{5pt}
26489 \end_layout
26490
26491 \begin_layout Plain Layout
26492
26493
26494 \backslash
26495 setlength{
26496 \backslash
26497 FrameSep}{0.5cm}
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \begin_inset Box Framed
26504 position "t"
26505 hor_pos "c"
26506 has_inner_box 0
26507 inner_pos "t"
26508 use_parbox 0
26509 use_makebox 0
26510 width "100col%"
26511 special "none"
26512 height "1in"
26513 height_special "totalheight"
26514 status open
26515
26516 \begin_layout Plain Layout
26517 これは
26518 \family sans
26519 改頁可能
26520 \family default
26521 ボックスの文章です。
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 setlength{
26535 \backslash
26536 FrameRule}{0.4pt}
26537 \end_layout
26538
26539 \begin_layout Plain Layout
26540
26541
26542 \backslash
26543 setlength{
26544 \backslash
26545 FrameSep}{9pt}
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Standard
26554 \begin_inset VSpace bigskip
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561
26562 \family sans
26563 影付き背景
26564 \family default
26565 ボックスでは、ボックスの内容と枠の余白の既定値は3
26566 \begin_inset space \thinspace{}
26567 \end_inset
26568
26569 ptになっていますが、
26570 \series bold
26571
26572 \backslash
26573 fboxsep
26574 \series default
26575 の値を変更することで変えられます。既定の背景色である赤色は、
26576 \series bold
26577
26578 \backslash
26579 definecolor{shadebox}
26580 \series default
26581 コマンドで局所的に変更することもできますし、
26582 \family sans
26583 ツール\SpecialChar \menuseparator
26584 設定\SpecialChar \menuseparator
26585 色\SpecialChar \menuseparator
26586 影付きボックス
26587 \family default
26588 メニューからグローバルに変更することもできます。
26589 \series bold
26590
26591 \backslash
26592 definecolor
26593 \series default
26594 コマンドの用法は第
26595 \begin_inset CommandInset ref
26596 LatexCommand ref
26597 reference "sec:色付きの表"
26598
26599 \end_inset
26600
26601
26602 \begin_inset Foot
26603 status open
26604
26605 \begin_layout Plain Layout
26606 N
26607 \series bold
26608
26609 \backslash
26610 definecolor
26611 \series default
26612 は、LaTeXパッケージの
26613 \series bold
26614 color
26615 \series default
26616 をプリアンブルに読み込む必要があります。第
26617 \begin_inset CommandInset ref
26618 LatexCommand ref
26619 reference "sec:色付きボックス"
26620
26621 \end_inset
26622
26623 節をご参照ください。.
26624 \end_layout
26625
26626 \end_inset
26627
26628 で説明されています。
26629 \end_layout
26630
26631 \begin_layout Standard
26632 たとえば、下記の影付き背景ボックスの外見は
26633 \end_layout
26634
26635 \begin_layout Standard
26636
26637 \series bold
26638
26639 \backslash
26640 setlength{
26641 \backslash
26642 fboxsep}{0.5cm}
26643 \series default
26644
26645 \begin_inset Newline newline
26646 \end_inset
26647
26648
26649 \series bold
26650
26651 \backslash
26652 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26653 \end_layout
26654
26655 \begin_layout Standard
26656 というTeXコードコマンドを使って設定してあります。
26657 \end_layout
26658
26659 \begin_layout Standard
26660 \begin_inset ERT
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664
26665
26666 \backslash
26667 setlength{
26668 \backslash
26669 fboxsep}{0.5cm}
26670 \end_layout
26671
26672 \begin_layout Plain Layout
26673
26674
26675 \backslash
26676 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \begin_inset Box Shaded
26683 position "t"
26684 hor_pos "c"
26685 has_inner_box 0
26686 inner_pos "t"
26687 use_parbox 0
26688 use_makebox 0
26689 width "100col%"
26690 special "none"
26691 height "1in"
26692 height_special "totalheight"
26693 status open
26694
26695 \begin_layout Plain Layout
26696
26697 \color yellow
26698 これは、濃緑色の背景の
26699 \family sans
26700 影付き背景
26701 \family default
26702 ボックスに入れた黄色の文章です。
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \begin_inset ERT
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712
26713
26714 \backslash
26715 setlength{
26716 \backslash
26717 fboxsep}{3pt}
26718 \end_layout
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 definecolor{shadecolor}{rgb}{1,0,0}
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \begin_layout Standard
26733 \begin_inset VSpace bigskip
26734 \end_inset
26735
26736 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26737 \end_layout
26738
26739 \begin_layout Section
26740 ミニページ
26741 \begin_inset CommandInset label
26742 LatexCommand label
26743 name "sec:ミニページ"
26744
26745 \end_inset
26746
26747
26748 \begin_inset Index idx
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752 ぼっくす@ボックス ! みにぺーじ@ミニページ
26753 \end_layout
26754
26755 \end_inset
26756
26757
26758 \end_layout
26759
26760 \begin_layout Standard
26761 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26762 \end_layout
26763
26764 \begin_layout Standard
26765 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26766 \end_layout
26767
26768 \begin_layout Standard
26769 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26770 \family sans
26771 挿入
26772 \family default
26773 \SpecialChar \menuseparator
26774
26775 \family sans
26776 整形
26777 \family default
26778 \SpecialChar \menuseparator
26779
26780 \family sans
26781 水平方向の空白
26782 \family default
26783 メニューで挿入した水平フィルで隔てられています。
26784 \begin_inset Newpage newpage
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 \begin_inset Box Frameless
26792 position "t"
26793 hor_pos "c"
26794 has_inner_box 1
26795 inner_pos "c"
26796 use_parbox 0
26797 use_makebox 0
26798 width "45col%"
26799 special "none"
26800 height "1in"
26801 height_special "totalheight"
26802 status open
26803
26804 \begin_layout Plain Layout
26805 Dies ist ein deutscher Text.
26806  Dies ist ein deutscher Text.
26807  Dies ist ein deutscher Text.
26808  Dies ist ein deutscher Text.
26809  Dies ist ein deutscher Text.
26810  Dies ist ein deutscher Text.
26811  Dies ist ein deutscher Text.
26812  Dies ist ein deutscher Text.
26813  Dies ist ein deutscher Text.
26814  Dies ist ein deutscher Text.
26815  Dies ist ein deutscher Text.
26816  Dies ist ein deutscher Text.
26817  Dies ist ein deutscher Text
26818 \begin_inset Foot
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822 Dies ist eine deutsche Fußnote.
26823 \end_layout
26824
26825 \end_inset
26826
26827 .
26828  Dies ist ein deutscher Text.
26829  Dies ist ein deutscher Text.
26830 \end_layout
26831
26832 \end_inset
26833
26834
26835 \begin_inset space \hfill{}
26836 \end_inset
26837
26838
26839 \begin_inset Box Frameless
26840 position "t"
26841 hor_pos "c"
26842 has_inner_box 1
26843 inner_pos "c"
26844 use_parbox 0
26845 use_makebox 0
26846 width "45col%"
26847 special "none"
26848 height "1in"
26849 height_special "totalheight"
26850 status open
26851
26852 \begin_layout Plain Layout
26853 This is an English Text.
26854  This is an English Text.
26855  This is an English Text.
26856  This is an English Text.
26857  This is an English Text.
26858  This is an English Text.
26859  This is an English Text.
26860  This is an English Text.
26861  This is an English Text.
26862  This is an English Text.
26863  This is an English Text.
26864  This is an English Text.
26865  This is an English Text.
26866  This is an English Text.
26867  This is an English Text.
26868  This is an English Text.
26869 \begin_inset Foot
26870 status collapsed
26871
26872 \begin_layout Plain Layout
26873 This is an English footnote.
26874 \end_layout
26875
26876 \end_inset
26877
26878  This is an English Text.
26879  
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \begin_layout Standard
26888 \begin_inset VSpace bigskip
26889 \end_inset
26890
26891 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
26892 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
26893 \end_layout
26894
26895 \begin_layout Standard
26896 この表の脚注は表示されません。
26897 \begin_inset Tabular
26898 <lyxtabular version="3" rows="3" columns="4">
26899 <features tabularvalignment="middle">
26900 <column alignment="center" valignment="top" width="0pt">
26901 <column alignment="center" valignment="top" width="0pt">
26902 <column alignment="center" valignment="top" width="0pt">
26903 <column alignment="center" valignment="top" width="0pt">
26904 <row>
26905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26906 \begin_inset Text
26907
26908 \begin_layout Plain Layout
26909 1
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918 2
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Plain Layout
26927 3
26928 \begin_inset Foot
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932 これは表中の脚注です。
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946 4
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 </row>
26952 <row>
26953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 </row>
26990 <row>
26991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Plain Layout
26995
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27010 \begin_inset Text
27011
27012 \begin_layout Plain Layout
27013
27014 \end_layout
27015
27016 \end_inset
27017 </cell>
27018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27019 \begin_inset Text
27020
27021 \begin_layout Plain Layout
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 </lyxtabular>
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 \align center
27037 \begin_inset Box Frameless
27038 position "t"
27039 hor_pos "c"
27040 has_inner_box 1
27041 inner_pos "c"
27042 use_parbox 0
27043 use_makebox 0
27044 width "30col%"
27045 special "none"
27046 height "1in"
27047 height_special "totalheight"
27048 status open
27049
27050 \begin_layout Plain Layout
27051 \align center
27052 \begin_inset Tabular
27053 <lyxtabular version="3" rows="3" columns="4">
27054 <features tabularvalignment="middle">
27055 <column alignment="center" valignment="top" width="0pt">
27056 <column alignment="center" valignment="top" width="0pt">
27057 <column alignment="center" valignment="top" width="0pt">
27058 <column alignment="center" valignment="top" width="0pt">
27059 <row>
27060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27061 \begin_inset Text
27062
27063 \begin_layout Plain Layout
27064 1
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073 2
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Plain Layout
27082 3
27083 \begin_inset Foot
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087 これは表中の脚注です。
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27098 \begin_inset Text
27099
27100 \begin_layout Plain Layout
27101 4
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 </row>
27107 <row>
27108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27109 \begin_inset Text
27110
27111 \begin_layout Plain Layout
27112
27113 \end_layout
27114
27115 \end_inset
27116 </cell>
27117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139
27140 \end_layout
27141
27142 \end_inset
27143 </cell>
27144 </row>
27145 <row>
27146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27147 \begin_inset Text
27148
27149 \begin_layout Plain Layout
27150
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" rightline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 </row>
27183 </lyxtabular>
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Standard
27196 \begin_inset VSpace bigskip
27197 \end_inset
27198
27199 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27200 \family sans
27201 中スキップ
27202 \family default
27203 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27204 \end_layout
27205
27206 \begin_layout Standard
27207 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27208 \begin_inset CommandInset ref
27209 LatexCommand ref
27210 reference "sub:段落の着色"
27211
27212 \end_inset
27213
27214 節をご参照ください。
27215 \end_layout
27216
27217 \begin_layout Standard
27218 \begin_inset Note Greyedout
27219 status open
27220
27221 \begin_layout Plain Layout
27222
27223 \series bold
27224 【註】
27225 \series default
27226 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27227 \end_layout
27228
27229 \end_inset
27230
27231
27232 \end_layout
27233
27234 \begin_layout Section
27235 Parbox
27236 \begin_inset CommandInset label
27237 LatexCommand label
27238 name "sec:Parboxes"
27239
27240 \end_inset
27241
27242
27243 \begin_inset Index idx
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247 ぼっくす@ボックス ! Parboxes
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Standard
27256 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27257 \end_layout
27258
27259 \begin_layout Standard
27260 \align center
27261 \begin_inset Box Frameless
27262 position "t"
27263 hor_pos "c"
27264 has_inner_box 1
27265 inner_pos "t"
27266 use_parbox 1
27267 use_makebox 0
27268 width "33col%"
27269 special "none"
27270 height "1in"
27271 height_special "totalheight"
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 これはparbox内の文章です。これはparbox内の文章です。
27276 \end_layout
27277
27278 \begin_layout Plain Layout
27279 右の脚注は表示されません。
27280 \begin_inset Foot
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284 これはparbox内の脚注であり、したがって表示はされません。
27285 \end_layout
27286
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \begin_layout Section
27298 単語や文字のボックス
27299 \begin_inset Index idx
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303 ぼっくす@ボックス ! もじよう@文字用
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Subsection
27312 ハイフネーションの回避
27313 \begin_inset CommandInset label
27314 LatexCommand label
27315 name "sec:ハイフネーションの回避"
27316
27317 \end_inset
27318
27319
27320 \begin_inset Index idx
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \begin_layout Standard
27333 単語や文章がハイフネートされるのを防ぐには、
27334 \family sans
27335 makebox
27336 \family default
27337 型ボックスを使うことができます。
27338 \begin_inset Newline newline
27339 \end_inset
27340
27341 以下が例示用の文章です。
27342 \end_layout
27343
27344 \begin_layout Standard
27345 This line is an example to show how you can prevent the hyphenation of 
27346 \begin_inset Quotes eld
27347 \end_inset
27348
27349 veryverylongword
27350 \begin_inset Quotes erd
27351 \end_inset
27352
27353 .
27354 \end_layout
27355
27356 \begin_layout Standard
27357 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
27358 \family sans
27359 内部ボックス
27360 \family default
27361
27362 \family sans
27363 makeboxコマンド
27364 \family default
27365 に設定し、幅を1幅にします。
27366 \end_layout
27367
27368 \begin_layout Standard
27369 以下がその結果です。
27370 \end_layout
27371
27372 \begin_layout Standard
27373 This line is an example to show how you can prevent the hyphenation of 
27374 \begin_inset Box Frameless
27375 position "t"
27376 hor_pos "c"
27377 has_inner_box 1
27378 inner_pos "t"
27379 use_parbox 0
27380 use_makebox 1
27381 width "1in"
27382 special "width"
27383 height "1in"
27384 height_special "totalheight"
27385 status open
27386
27387 \begin_layout Plain Layout
27388 \begin_inset Quotes eld
27389 \end_inset
27390
27391 veryverylongword
27392 \begin_inset Quotes erd
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \end_inset
27399
27400 .
27401 \end_layout
27402
27403 \begin_layout Standard
27404 別の方法としては、以下のように、単語の前に直接TeXコードで「
27405 \series bold
27406
27407 \backslash
27408 -
27409 \series default
27410 」コマンドを設定する方法もあります。
27411 \end_layout
27412
27413 \begin_layout Standard
27414 This line is an example to show how you can prevent the hyphenation of 
27415 \begin_inset Quotes eld
27416 \end_inset
27417
27418
27419 \begin_inset ERT
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423
27424
27425 \backslash
27426 -
27427 \end_layout
27428
27429 \end_inset
27430
27431 veryverylongword
27432 \begin_inset Quotes erd
27433 \end_inset
27434
27435 .
27436 \end_layout
27437
27438 \begin_layout Standard
27439 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27440 \family sans
27441 挿入
27442 \family default
27443 \SpecialChar \menuseparator
27444
27445 \family sans
27446 整形
27447 \family default
27448 \SpecialChar \menuseparator
27449
27450 \family sans
27451 整形なし改行
27452 \family default
27453 メニュー(短絡キー
27454 \begin_inset Info
27455 type  "shortcut"
27456 arg   "newline-insert newline"
27457 \end_inset
27458
27459 )から改行を単語の前に入れてください。
27460 \end_layout
27461
27462 \begin_layout Standard
27463 This line is an example to show how you can prevent the hyphenation of 
27464 \begin_inset Newline newline
27465 \end_inset
27466
27467
27468 \begin_inset Box Frameless
27469 position "t"
27470 hor_pos "c"
27471 has_inner_box 1
27472 inner_pos "t"
27473 use_parbox 0
27474 use_makebox 1
27475 width "1in"
27476 special "width"
27477 height "1in"
27478 height_special "totalheight"
27479 status open
27480
27481 \begin_layout Plain Layout
27482 \begin_inset Quotes eld
27483 \end_inset
27484
27485 veryverylongword
27486 \begin_inset Quotes erd
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \end_inset
27493
27494 .
27495 \end_layout
27496
27497 \begin_layout Subsection
27498 垂直揃え
27499 \begin_inset CommandInset label
27500 LatexCommand label
27501 name "sub:垂直揃え"
27502
27503 \end_inset
27504
27505
27506 \begin_inset Index idx
27507 status collapsed
27508
27509 \begin_layout Plain Layout
27510 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27511 \end_layout
27512
27513 \end_inset
27514
27515
27516 \begin_inset Index idx
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 ぼっくす@ボックス ! Raiseboxes
27521 \end_layout
27522
27523 \end_inset
27524
27525
27526 \end_layout
27527
27528 \begin_layout Standard
27529
27530 \series bold
27531
27532 \backslash
27533 raisebox
27534 \series default
27535 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27536 \series bold
27537
27538 \backslash
27539 raisebox
27540 \series default
27541 は以下の書式で使用します。
27542 \end_layout
27543
27544 \begin_layout Standard
27545
27546 \series bold
27547
27548 \backslash
27549 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27550 \end_layout
27551
27552 \begin_layout Standard
27553 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27554 \end_layout
27555
27556 \begin_layout Standard
27557 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27558 \end_layout
27559
27560 \begin_layout Standard
27561
27562 \series bold
27563
27564 \backslash
27565 raisebox{
27566 \backslash
27567 depth}{
27568 \end_layout
27569
27570 \begin_layout Standard
27571 というコマンドを挿入してください。単語の後には、閉じ括弧「
27572 \series bold
27573 }
27574 \series default
27575 」をTeXコードで挿入してください。
27576 \begin_inset Newline newline
27577 \end_inset
27578
27579 以下がその出力です。
27580 \end_layout
27581
27582 \begin_layout Standard
27583 This is a text line with the word 
27584 \begin_inset ERT
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588
27589
27590 \backslash
27591 raisebox{
27592 \backslash
27593 depth}{
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \begin_inset Quotes eld
27600 \end_inset
27601
27602 preventing
27603 \begin_inset Quotes erd
27604 \end_inset
27605
27606
27607 \begin_inset ERT
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611
27612 }
27613 \end_layout
27614
27615 \end_inset
27616
27617  as raised word.
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset VSpace bigskip
27622 \end_inset
27623
27624 行中の文字を上げ下げすると、以下のように行間が広がります。
27625 \end_layout
27626
27627 \begin_layout Standard
27628 This is a text line with the word 
27629 \begin_inset ERT
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633
27634
27635 \backslash
27636 raisebox{-
27637 \backslash
27638 depth}{
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \begin_inset Quotes eld
27645 \end_inset
27646
27647 preventing
27648 \begin_inset Quotes erd
27649 \end_inset
27650
27651
27652 \begin_inset ERT
27653 status collapsed
27654
27655 \begin_layout Plain Layout
27656
27657 }
27658 \end_layout
27659
27660 \end_inset
27661
27662  as lowered word.
27663 \begin_inset Newline newline
27664 \end_inset
27665
27666 This is a text line with the word 
27667 \begin_inset ERT
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672
27673 \backslash
27674 raisebox{0.5cm}{
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \begin_inset Quotes eld
27681 \end_inset
27682
27683 testing
27684 \begin_inset Quotes erd
27685 \end_inset
27686
27687
27688 \begin_inset ERT
27689 status collapsed
27690
27691 \begin_layout Plain Layout
27692
27693 }
27694 \end_layout
27695
27696 \end_inset
27697
27698  as raised word.
27699 \end_layout
27700
27701 \begin_layout Standard
27702 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27703 \end_layout
27704
27705 \begin_layout Standard
27706
27707 \series bold
27708
27709 \backslash
27710 raisebox{-
27711 \backslash
27712 depth}[0pt]{
27713 \end_layout
27714
27715 \begin_layout Standard
27716 とすると、
27717 \end_layout
27718
27719 \begin_layout Standard
27720 This is a text line with the word 
27721 \begin_inset ERT
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725
27726
27727 \backslash
27728 raisebox{-
27729 \backslash
27730 depth}[0pt]{
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \begin_inset Quotes eld
27737 \end_inset
27738
27739 preventing
27740 \begin_inset Quotes erd
27741 \end_inset
27742
27743
27744 \begin_inset ERT
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748
27749 }
27750 \end_layout
27751
27752 \end_inset
27753
27754  as lowered word.
27755 \begin_inset Newline newline
27756 \end_inset
27757
27758 This is a text line with the word 
27759 \begin_inset ERT
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763
27764
27765 \backslash
27766 raisebox{0.5cm}[0pt]{
27767 \end_layout
27768
27769 \end_inset
27770
27771
27772 \begin_inset Quotes eld
27773 \end_inset
27774
27775 testing
27776 \begin_inset Quotes erd
27777 \end_inset
27778
27779
27780 \begin_inset ERT
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784
27785 }
27786 \end_layout
27787
27788 \end_inset
27789
27790  as raised word.
27791 \end_layout
27792
27793 \begin_layout Section
27794 色付きボックス
27795 \begin_inset CommandInset label
27796 LatexCommand label
27797 name "sec:色付きボックス"
27798
27799 \end_inset
27800
27801
27802 \begin_inset Index idx
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806 ぼっくす@ボックス ! いろつき@色付き
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Subsection
27815 文字の着色
27816 \begin_inset Index idx
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820 いろ@色 ! もじの@文字の---
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \begin_layout Standard
27829 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
27830 \series bold
27831 color
27832 \series default
27833
27834 \begin_inset Index idx
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838 LaTeXぱっけーじ@LaTeXパッケージ ! color
27839 \end_layout
27840
27841 \end_inset
27842
27843 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
27844 \end_layout
27845
27846 \begin_layout Standard
27847
27848 \series bold
27849
27850 \backslash
27851 @ifundefined{textcolor}
27852 \begin_inset Newline newline
27853 \end_inset
27854
27855
27856 \begin_inset Phantom HPhantom
27857 status open
27858
27859 \begin_layout Plain Layout
27860
27861 \series bold
27862 \begin_inset space ~
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \end_inset
27869
27870 {
27871 \backslash
27872 usepackage{color}}{}
27873 \end_layout
27874
27875 \begin_layout Standard
27876
27877 \series bold
27878 color
27879 \series default
27880 パッケージは、文章を着色するとLyXが自動的に読み込みます
27881 \begin_inset Foot
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885 これが二度読み込まれることを回避するには、
27886 \series bold
27887
27888 \backslash
27889 @ifundefined
27890 \series default
27891 コマンドを使用します。
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \begin_layout Standard
27900 \begin_inset VSpace medskip
27901 \end_inset
27902
27903 色付きボックスは、
27904 \series bold
27905
27906 \backslash
27907 colorbox
27908 \series default
27909 コマンドを使って作ります。これは、以下のような書式で使われます。
27910 \end_layout
27911
27912 \begin_layout Standard
27913
27914 \series bold
27915
27916 \backslash
27917 colorbox{color}{ボックスの内容}
27918 \end_layout
27919
27920 \begin_layout Standard
27921 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
27922 \end_layout
27923
27924 \begin_layout Standard
27925 事前定義されている色には、
27926 \begin_inset Newline newline
27927 \end_inset
27928
27929
27930 \family sans
27931
27932 \family default
27933
27934 \family sans
27935
27936 \family default
27937
27938 \family sans
27939 シアン
27940 \family default
27941
27942 \family sans
27943
27944 \family default
27945
27946 \family sans
27947 マゼンタ
27948 \family default
27949
27950 \family sans
27951
27952 \family default
27953
27954 \family sans
27955
27956 \family default
27957
27958 \family sans
27959
27960 \family default
27961
27962 \begin_inset Newline newline
27963 \end_inset
27964
27965 があります。第
27966 \begin_inset CommandInset ref
27967 LatexCommand ref
27968 reference "sec:色付きの表"
27969
27970 \end_inset
27971
27972 節に述べられているようにすれば、自前の色を定義することもできます。
27973 \end_layout
27974
27975 \begin_layout Standard
27976 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
27977 \end_layout
27978
27979 \begin_layout Standard
27980
27981 \series bold
27982
27983 \backslash
27984 colorbox{red}{
27985 \end_layout
27986
27987 \begin_layout Standard
27988 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
27989 \series bold
27990 }
27991 \series default
27992 」を入れてください。
27993 \begin_inset Newline newline
27994 \end_inset
27995
27996 以下がその結果です。
27997 \end_layout
27998
27999 \begin_layout Standard
28000 この行では、
28001 \begin_inset ERT
28002 status collapsed
28003
28004 \begin_layout Plain Layout
28005
28006
28007 \backslash
28008 colorbox{red}{
28009 \end_layout
28010
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 という単語が赤い背景になっています。
28025 \end_layout
28026
28027 \begin_layout Standard
28028 \begin_inset VSpace bigskip
28029 \end_inset
28030
28031 ボックスの枠を別の色にしたい場合には、以下の書式で
28032 \series bold
28033
28034 \backslash
28035 fcolorbox
28036 \series default
28037 コマンドを使います。
28038 \end_layout
28039
28040 \begin_layout Standard
28041
28042 \series bold
28043
28044 \backslash
28045 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28046 \end_layout
28047
28048 \begin_layout Standard
28049
28050 \series bold
28051
28052 \backslash
28053 fcolorbox
28054 \series default
28055
28056 \series bold
28057
28058 \backslash
28059 colorbox
28060 \series default
28061 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28062 \begin_inset CommandInset ref
28063 LatexCommand ref
28064 reference "sec:装飾"
28065
28066 \end_inset
28067
28068 節で述べられているように、それぞれ
28069 \series bold
28070
28071 \backslash
28072 fboxrule
28073 \series default
28074
28075 \series bold
28076
28077 \backslash
28078 fboxsep
28079 \series default
28080 という長さで調節できます。
28081 \end_layout
28082
28083 \begin_layout Standard
28084 以下の例では、
28085 \end_layout
28086
28087 \begin_layout Standard
28088
28089 \series bold
28090
28091 \backslash
28092 fcolorbox{cyan}{magenta}{
28093 \end_layout
28094
28095 \begin_layout Standard
28096 というコマンドを使用しています。
28097 \end_layout
28098
28099 \begin_layout Standard
28100 これは、枠の太さを1
28101 \begin_inset space \thinspace{}
28102 \end_inset
28103
28104 mmに設定した例です。
28105 \begin_inset Newline newline
28106 \end_inset
28107
28108
28109 \begin_inset ERT
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113
28114
28115 \backslash
28116 fboxrule 1mm 
28117 \backslash
28118 fboxsep 1mm
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \begin_inset ERT
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129
28130 \backslash
28131 fcolorbox{cyan}{magenta}{
28132 \end_layout
28133
28134 \end_inset
28135
28136 これは着色した色付きボックス中の文章です。
28137 \begin_inset ERT
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141
28142 }
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 \begin_inset VSpace bigskip
28152 \end_inset
28153
28154 もちろん、色付きボックスの中に色付き文字を入れることもできます
28155 \begin_inset Newline newline
28156 \end_inset
28157
28158
28159 \begin_inset ERT
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163
28164
28165 \backslash
28166 fcolorbox{cyan}{magenta}{
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \color yellow
28173 これは着色した色付きボックス中の色付き文章です。
28174 \color inherit
28175
28176 \begin_inset ERT
28177 status collapsed
28178
28179 \begin_layout Plain Layout
28180
28181 }
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \begin_inset ERT
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191
28192
28193 \backslash
28194 fboxrule 0.4pt 
28195 \backslash
28196 fboxsep 3pt
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Standard
28205
28206 \series bold
28207 \begin_inset VSpace medskip
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 \begin_inset Note Greyedout
28215 status open
28216
28217 \begin_layout Plain Layout
28218
28219 \series bold
28220 【註】
28221 \series default
28222 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_layout Subsection
28231 段落の着色
28232 \begin_inset CommandInset label
28233 LatexCommand label
28234 name "sub:段落の着色"
28235
28236 \end_inset
28237
28238
28239 \begin_inset Index idx
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243 いろ@色 ! だんらく@段落---
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \begin_layout Standard
28252 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28253 \series bold
28254
28255 \backslash
28256 colorbox
28257 \series default
28258 コマンドを
28259 \end_layout
28260
28261 \begin_layout Standard
28262
28263 \series bold
28264
28265 \backslash
28266 colorbox{色名}{
28267 \end_layout
28268
28269 \begin_layout Standard
28270 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28271 \series bold
28272 }
28273 \series default
28274 」を挿入してください。
28275 \end_layout
28276
28277 \begin_layout Standard
28278 \begin_inset ERT
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282
28283
28284 \backslash
28285 colorbox{lightgrey}{
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \begin_inset Box Frameless
28292 position "t"
28293 hor_pos "c"
28294 has_inner_box 1
28295 inner_pos "t"
28296 use_parbox 0
28297 use_makebox 0
28298 width "100col%"
28299 special "none"
28300 height "1in"
28301 height_special "totalheight"
28302 status open
28303
28304 \begin_layout Plain Layout
28305 これは背景色を付けた文章です。これは背景色を付けた文章です。
28306 \end_layout
28307
28308 \begin_layout Plain Layout
28309 \begin_inset VSpace defskip
28310 \end_inset
28311
28312 ここの文章には脚注
28313 \begin_inset Foot
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317 脚注の例
28318 \end_layout
28319
28320 \end_inset
28321
28322 を付けることもできますし、図表を挿入することもできます。
28323 \end_layout
28324
28325 \begin_layout Plain Layout
28326 \align center
28327 \begin_inset Tabular
28328 <lyxtabular version="3" rows="3" columns="3">
28329 <features tabularvalignment="middle">
28330 <column alignment="center" valignment="top" width="0">
28331 <column alignment="center" valignment="top" width="0">
28332 <column alignment="center" valignment="top" width="0">
28333 <row>
28334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28335 \begin_inset Text
28336
28337 \begin_layout Plain Layout
28338 a
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28344 \begin_inset Text
28345
28346 \begin_layout Plain Layout
28347 !
28348 \end_layout
28349
28350 \end_inset
28351 </cell>
28352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28353 \begin_inset Text
28354
28355 \begin_layout Plain Layout
28356 3
28357 \end_layout
28358
28359 \end_inset
28360 </cell>
28361 </row>
28362 <row>
28363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28364 \begin_inset Text
28365
28366 \begin_layout Plain Layout
28367 <
28368 \end_layout
28369
28370 \end_inset
28371 </cell>
28372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28373 \begin_inset Text
28374
28375 \begin_layout Plain Layout
28376 b2
28377 \begin_inset Quotes erd
28378 \end_inset
28379
28380 |
28381 \end_layout
28382
28383 \end_inset
28384 </cell>
28385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28386 \begin_inset Text
28387
28388 \begin_layout Plain Layout
28389 >
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 </row>
28395 <row>
28396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28397 \begin_inset Text
28398
28399 \begin_layout Plain Layout
28400 1
28401 \end_layout
28402
28403 \end_inset
28404 </cell>
28405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28406 \begin_inset Text
28407
28408 \begin_layout Plain Layout
28409 §
28410 \end_layout
28411
28412 \end_inset
28413 </cell>
28414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Plain Layout
28418 c
28419 \end_layout
28420
28421 \end_inset
28422 </cell>
28423 </row>
28424 </lyxtabular>
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \end_inset
28432
28433
28434 \begin_inset ERT
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438
28439 }
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Section
28448 ボックスの伸縮回転
28449 \end_layout
28450
28451 \begin_layout Standard
28452 本節で述べられているコマンドを使用するには、文書プリアンブルで
28453 \end_layout
28454
28455 \begin_layout Standard
28456
28457 \series bold
28458
28459 \backslash
28460 @ifundefined{rotatebox}
28461 \begin_inset Newline newline
28462 \end_inset
28463
28464
28465 \begin_inset Phantom HPhantom
28466 status open
28467
28468 \begin_layout Plain Layout
28469
28470 \series bold
28471 \begin_inset space ~
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \end_inset
28478
28479 {
28480 \backslash
28481 usepackage{graphicx}}{}
28482 \end_layout
28483
28484 \begin_layout Standard
28485 というコマンドを使用して、
28486 \series bold
28487 graphicx
28488 \series default
28489
28490 \begin_inset Index idx
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28495 \end_layout
28496
28497 \end_inset
28498
28499 LaTeXパッケージを読み込む必要があります。
28500 \end_layout
28501
28502 \begin_layout Standard
28503 \begin_inset Note Greyedout
28504 status open
28505
28506 \begin_layout Plain Layout
28507
28508 \series bold
28509 【註】
28510 \series default
28511 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 \begin_inset Note Greyedout
28521 status open
28522
28523 \begin_layout Plain Layout
28524
28525 \series bold
28526 【註】
28527 \series default
28528 フロートは回転伸縮したボックスの中に入れることはできません。
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \end_layout
28535
28536 \begin_layout Subsection
28537 ボックスの回転
28538 \begin_inset Index idx
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 ぼっくす@ボックス ! かいてんした@回転した
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \begin_inset Index idx
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 かいてん@回転 ! そざいの@素材の---
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \begin_inset Index idx
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 ず@図 ! のかいてん@---の回転
28563 \end_layout
28564
28565 \end_inset
28566
28567
28568 \begin_inset Index idx
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 ひょうのちょうせい@表の調整 ! かいてん@回転
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28582 \series bold
28583
28584 \backslash
28585 rotatebox
28586 \series default
28587 コマンドを使用すれば作成することができます。
28588 \end_layout
28589
28590 \begin_layout Standard
28591
28592 \series bold
28593
28594 \backslash
28595 rotatebox[回転の原点]{回転角}{ボックスの内容}
28596 \end_layout
28597
28598 \begin_layout Standard
28599 回転の原点は、
28600 \series bold
28601 origin=位置
28602 \series default
28603 の形で指定します。位置として指定可能なのは、
28604 \emph on
28605 c
28606 \emph default
28607 (中央揃え)・
28608 \emph on
28609 l
28610 \emph default
28611 (左揃え)・
28612 \emph on
28613 r
28614 \emph default
28615 (右揃え)・
28616 \emph on
28617 b
28618 \emph default
28619 (下揃え)・
28620 \emph on
28621 t
28622 \emph default
28623 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28624 \emph on
28625 lt
28626 \emph default
28627 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28628 \emph on
28629 l
28630 \emph default
28631 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28632 \end_layout
28633
28634 \begin_layout Standard
28635 以下の例では、「回転した」文章の前にTeXコードで
28636 \series bold
28637
28638 \backslash
28639 rotatebox[origin=c]{60}{
28640 \series default
28641 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28642 \series bold
28643 }
28644 \series default
28645 でボックスを閉じています。
28646 \end_layout
28647
28648 \begin_layout Standard
28649 これは、
28650 \begin_inset ERT
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654
28655
28656 \backslash
28657 rotatebox[origin=c]{60}{
28658 \end_layout
28659
28660 \end_inset
28661
28662 回転した
28663 \begin_inset ERT
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667
28668 }
28669 \end_layout
28670
28671 \end_inset
28672
28673  文章を含む行です。
28674 \end_layout
28675
28676 \begin_layout Standard
28677 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28678 \end_layout
28679
28680 \begin_layout Standard
28681 これは、
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687
28688 \backslash
28689 rotatebox[origin=r]{-60}{
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \begin_inset Box Doublebox
28696 position "c"
28697 hor_pos "c"
28698 has_inner_box 0
28699 inner_pos "c"
28700 use_parbox 0
28701 use_makebox 0
28702 width "1in"
28703 special "width"
28704 height "1in"
28705 height_special "totalheight"
28706 status open
28707
28708 \begin_layout Plain Layout
28709 回転した
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \begin_inset ERT
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719
28720 }
28721 \end_layout
28722
28723 \end_inset
28724
28725 枠付き文章と
28726 \begin_inset ERT
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730
28731
28732 \backslash
28733 rotatebox[origin=lb]{60}{
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28740 \end_inset
28741
28742
28743 \begin_inset ERT
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747
28748 }
28749 \end_layout
28750
28751 \end_inset
28752
28753 数式を含む行です。
28754 \end_layout
28755
28756 \begin_layout Standard
28757 あるいは、以下のように図や表を入れることもできます。
28758 \end_layout
28759
28760 \begin_layout Standard
28761 これは、
28762 \begin_inset ERT
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766
28767
28768 \backslash
28769 rotatebox[origin=lb]{90}{
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \begin_inset Graphics
28776         filename ../clipart/platypus.eps
28777         lyxscale 50
28778         width 25col%
28779
28780 \end_inset
28781
28782
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788 }
28789 \end_layout
28790
28791 \end_inset
28792
28793 回転した画像と
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799
28800 \backslash
28801 rotatebox[origin=l]{-90}{
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \begin_inset Tabular
28808 <lyxtabular version="3" rows="2" columns="2">
28809 <features tabularvalignment="middle">
28810 <column alignment="center" valignment="top" width="0">
28811 <column alignment="center" valignment="top" width="0">
28812 <row>
28813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28814 \begin_inset Text
28815
28816 \begin_layout Plain Layout
28817 q
28818 \end_layout
28819
28820 \end_inset
28821 </cell>
28822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28823 \begin_inset Text
28824
28825 \begin_layout Plain Layout
28826 w
28827 \end_layout
28828
28829 \end_inset
28830 </cell>
28831 </row>
28832 <row>
28833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28834 \begin_inset Text
28835
28836 \begin_layout Plain Layout
28837 e
28838 \end_layout
28839
28840 \end_inset
28841 </cell>
28842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28843 \begin_inset Text
28844
28845 \begin_layout Plain Layout
28846 r
28847 \end_layout
28848
28849 \end_inset
28850 </cell>
28851 </row>
28852 </lyxtabular>
28853
28854 \end_inset
28855
28856
28857 \begin_inset ERT
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861
28862 }
28863 \end_layout
28864
28865 \end_inset
28866
28867 表を含む行です。
28868 \end_layout
28869
28870 \begin_layout Subsection
28871 ボックスの伸縮
28872 \begin_inset Index idx
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \begin_inset Index idx
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886 しんしゅく@伸縮 ! そざいの@素材の---
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \begin_inset Index idx
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896 ず@図 ! のしんしゅく@---の伸縮
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \begin_inset Index idx
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \end_layout
28913
28914 \begin_layout Standard
28915 素材を伸縮させるには、TeXコードで
28916 \series bold
28917
28918 \backslash
28919 scalebox
28920 \series default
28921 コマンドと
28922 \series bold
28923
28924 \backslash
28925 resizebox
28926 \series default
28927 コマンドが使えます。
28928 \end_layout
28929
28930 \begin_layout Standard
28931
28932 \series bold
28933
28934 \backslash
28935 scalebox
28936 \series default
28937 は以下の書式で使用します。
28938 \end_layout
28939
28940 \begin_layout Standard
28941
28942 \series bold
28943
28944 \backslash
28945 scalebox{水平方向}[垂直方向]{ボックスの内容}
28946 \end_layout
28947
28948 \begin_layout Standard
28949 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
28950 \end_layout
28951
28952 \begin_layout Standard
28953 たとえば、
28954 \series bold
28955
28956 \backslash
28957 scalebox{2}{こんにちは}
28958 \series default
28959 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
28960 \begin_inset ERT
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964
28965
28966 \backslash
28967 scalebox{2}{
28968 \end_layout
28969
28970 \end_inset
28971
28972 こんにちは
28973 \begin_inset ERT
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977
28978 }
28979 \end_layout
28980
28981 \end_inset
28982
28983 を生成します。
28984 \end_layout
28985
28986 \begin_layout Standard
28987 これに対し、
28988 \series bold
28989
28990 \backslash
28991 scalebox{2}[1]{こんにちは}
28992 \series default
28993 は、
28994 \begin_inset ERT
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998
28999
29000 \backslash
29001 scalebox{2}[1]{
29002 \end_layout
29003
29004 \end_inset
29005
29006 こんにちは
29007 \begin_inset ERT
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011
29012 }
29013 \end_layout
29014
29015 \end_inset
29016
29017 を変形させます。
29018 \end_layout
29019
29020 \begin_layout Standard
29021 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29022 \series bold
29023
29024 \backslash
29025 scalebox{-1}[1]{こんにちは}
29026 \series default
29027 というコマンドは、右のように反転文字を生成するのに使用できます:
29028 \begin_inset ERT
29029 status collapsed
29030
29031 \begin_layout Plain Layout
29032
29033
29034 \backslash
29035 scalebox{-1}[1]{
29036 \end_layout
29037
29038 \end_inset
29039
29040 こんにちは
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046 }
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Standard
29055
29056 \series bold
29057
29058 \backslash
29059 scalebox{1}[-1]{こんにちは}
29060 \series default
29061 とすると
29062 \begin_inset ERT
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066
29067
29068 \backslash
29069 scalebox{1}[-1]{
29070 \end_layout
29071
29072 \end_inset
29073
29074 こんにちは
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080 }
29081 \end_layout
29082
29083 \end_inset
29084
29085 のようにベースラインで鏡像にします。
29086 \end_layout
29087
29088 \begin_layout Standard
29089
29090 \series bold
29091
29092 \backslash
29093 scalebox{-1}[1]{ボックスの内容}
29094 \series default
29095 と同じ働きをするものとして
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \series bold
29101
29102 \backslash
29103 reflectbox{ボックスの内容}
29104 \series default
29105
29106 \begin_inset Newline newline
29107 \end_inset
29108
29109 というコマンドがあります。
29110 \end_layout
29111
29112 \begin_layout Standard
29113 \begin_inset VSpace bigskip
29114 \end_inset
29115
29116 指定した幅や丈にボックスを伸縮させるには、
29117 \series bold
29118
29119 \backslash
29120 resizebox
29121 \series default
29122 を使用します。このコマンドの書式は
29123 \end_layout
29124
29125 \begin_layout Standard
29126
29127 \series bold
29128
29129 \backslash
29130 resizebox{幅}{丈}{ボックスの内容}
29131 \end_layout
29132
29133 \begin_layout Standard
29134 です。上記二つのコマンド引数のうち一つが感嘆符「
29135 \series bold
29136 !
29137 \series default
29138 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29139 \end_layout
29140
29141 \begin_layout Standard
29142
29143 \series bold
29144
29145 \backslash
29146 resizebox{2cm}{1cm}{こんにちは}
29147 \series default
29148 というコマンドの出力は、
29149 \begin_inset ERT
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153
29154
29155 \backslash
29156 resizebox{2cm}{1cm}{
29157 \end_layout
29158
29159 \end_inset
29160
29161 こんにちは
29162 \begin_inset ERT
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166
29167 }
29168 \end_layout
29169
29170 \end_inset
29171
29172 となり、
29173 \begin_inset Newline newline
29174 \end_inset
29175
29176
29177 \series bold
29178
29179 \backslash
29180 resizebox{2cm}{!}{こんにちは}
29181 \series default
29182 というコマンドの出力は、
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 resizebox{2cm}{!}{
29191 \end_layout
29192
29193 \end_inset
29194
29195 こんにちは
29196 \begin_inset ERT
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200
29201 }
29202 \end_layout
29203
29204 \end_inset
29205
29206 となります。
29207 \end_layout
29208
29209 \begin_layout Standard
29210 \begin_inset VSpace bigskip
29211 \end_inset
29212
29213
29214 \begin_inset Note Greyedout
29215 status open
29216
29217 \begin_layout Plain Layout
29218
29219 \series bold
29220 【註】
29221 \backslash
29222 scalebox
29223 \series default
29224
29225 \series bold
29226
29227 \backslash
29228 resizebox
29229 \series default
29230 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 \begin_inset VSpace bigskip
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Standard
29246 ボックスは好きな順序で組み合わせることができます。たとえば、
29247 \begin_inset Newline newline
29248 \end_inset
29249
29250
29251 \series bold
29252
29253 \backslash
29254 rotatebox[origin=c]{-45}{
29255 \backslash
29256 resizebox{2cm}{!}{
29257 \backslash
29258 reflectbox{こんにちは}}}
29259 \begin_inset Newline newline
29260 \end_inset
29261
29262
29263 \series default
29264 というコマンドは、
29265 \end_layout
29266
29267 \begin_layout Standard
29268 \align center
29269 \begin_inset ERT
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273
29274
29275 \backslash
29276 rotatebox[origin=c]{-45}{
29277 \backslash
29278 resizebox{2cm}{!}{
29279 \backslash
29280 reflectbox{
29281 \end_layout
29282
29283 \end_inset
29284
29285 こんにちは
29286 \begin_inset ERT
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290
29291 }}}
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \begin_layout Standard
29300 \noindent
29301 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29302 \end_layout
29303
29304 \begin_layout Standard
29305 \align center
29306 \begin_inset ERT
29307 status collapsed
29308
29309 \begin_layout Plain Layout
29310
29311
29312 \backslash
29313 rotatebox[origin=c]{-30}{
29314 \backslash
29315 resizebox{2cm}{!}{
29316 \backslash
29317 reflectbox{
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \begin_inset Graphics
29324         filename ../clipart/platypus.eps
29325         lyxscale 50
29326         width 25col%
29327
29328 \end_inset
29329
29330
29331 \begin_inset ERT
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335
29336 }}}
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \begin_inset ERT
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346
29347
29348 \backslash
29349 rotatebox[origin=c]{-45}{
29350 \backslash
29351 resizebox{2cm}{!}{
29352 \backslash
29353 reflectbox{
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \begin_inset Tabular
29360 <lyxtabular version="3" rows="2" columns="2">
29361 <features tabularvalignment="middle">
29362 <column alignment="center" valignment="top" width="0">
29363 <column alignment="center" valignment="top" width="0">
29364 <row>
29365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29366 \begin_inset Text
29367
29368 \begin_layout Plain Layout
29369 q
29370 \end_layout
29371
29372 \end_inset
29373 </cell>
29374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378 w
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 </row>
29384 <row>
29385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Plain Layout
29389 e
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398 r
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 </row>
29404 </lyxtabular>
29405
29406 \end_inset
29407
29408
29409 \begin_inset ERT
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413
29414 }}}
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425
29426 \backslash
29427 rotatebox[origin=c]{-45}{
29428 \backslash
29429 resizebox{2cm}{!}{
29430 \backslash
29431 reflectbox{
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29438 \end_inset
29439
29440
29441 \begin_inset ERT
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446 }}}
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 文書で大域的に数式様式
29456 \series bold
29457 fleqn
29458 \series default
29459 を使用している場合
29460 \begin_inset Foot
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29465 \end_layout
29466
29467 \end_inset
29468
29469 には、別行建て数式も伸縮させることができます。
29470 \end_layout
29471
29472 \begin_layout Chapter
29473
29474 \lang english
29475 Objects Surrounded by Text
29476 \begin_inset Index idx
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481 \lang english
29482 Surrounded by text
29483 \end_layout
29484
29485 \end_inset
29486
29487
29488 \end_layout
29489
29490 \begin_layout Subsection
29491 折返しフロート
29492 \begin_inset CommandInset label
29493 LatexCommand label
29494 name "sec:折返しフロート"
29495
29496 \end_inset
29497
29498
29499 \begin_inset Index idx
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503 ふろーと@フロート ! おりかえしふろーと@折返しフロート
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \lang english
29510
29511 \begin_inset Index idx
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515
29516 \lang english
29517 Surrounded by text ! Wrap Floats
29518 \end_layout
29519
29520 \end_inset
29521
29522
29523 \end_layout
29524
29525 \begin_layout Standard
29526 \begin_inset Wrap figure
29527 lines 0
29528 placement l
29529 overhang 1cm
29530 width "40col%"
29531 status open
29532
29533 \begin_layout Plain Layout
29534 \begin_inset Graphics
29535         filename ../clipart/mobius.eps
29536         width 40col%
29537         scaleBeforeRotation
29538         rotateOrigin center
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Plain Layout
29546 \begin_inset Caption
29547
29548 \begin_layout Plain Layout
29549 \begin_inset CommandInset label
29550 LatexCommand label
29551 name "fig:折返し図フロート"
29552
29553 \end_inset
29554
29555 これは折返し図フロートです。
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \end_inset
29564
29565 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
29566 \series bold
29567 wrapfig
29568 \series default
29569
29570 \begin_inset Index idx
29571 status collapsed
29572
29573 \begin_layout Plain Layout
29574 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
29575 \end_layout
29576
29577 \end_inset
29578
29579 を導入済みであれば、
29580 \family sans
29581 挿入\SpecialChar \menuseparator
29582 フロート\SpecialChar \menuseparator
29583 折返し図フロート
29584 \family default
29585
29586 \family sans
29587 折返し表フロート
29588 \family default
29589 メニューで挿入することができます
29590 \begin_inset Foot
29591 status collapsed
29592
29593 \begin_layout Plain Layout
29594 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
29595 \end_layout
29596
29597 \end_inset
29598
29599 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
29600 \family sans
29601 配置
29602 \family default
29603
29604 \family sans
29605
29606 \family default
29607 です。非必須項目として、
29608 \family sans
29609 ぶら下げ
29610 \family default
29611
29612 \family sans
29613 行幅
29614 \family default
29615 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
29616 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
29617 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
29618 \begin_inset CommandInset ref
29619 LatexCommand ref
29620 reference "fig:折返し図フロート"
29621
29622 \end_inset
29623
29624 図は、40
29625 \begin_inset space \thinspace{}
29626 \end_inset
29627
29628 列幅%の幅と1
29629 \begin_inset space \thinspace{}
29630 \end_inset
29631
29632 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
29633 \begin_inset Foot
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637 使うことのできる単位は付録
29638 \begin_inset CommandInset ref
29639 LatexCommand ref
29640 reference "cha:LyXで使用できる単位"
29641
29642 \end_inset
29643
29644 に収録してあります。
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Standard
29653 \begin_inset Note Greyedout
29654 status open
29655
29656 \begin_layout Plain Layout
29657
29658 \series bold
29659 【註】
29660 \series default
29661 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
29662 上書きされて出力されたりします。
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Standard
29671 原則として、
29672 \end_layout
29673
29674 \begin_layout Itemize
29675 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
29676 うになってから、正確な位置に挿入しなくてはなりません。
29677 \end_layout
29678
29679 \begin_layout Itemize
29680 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
29681 \end_layout
29682
29683 \begin_layout Itemize
29684 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
29685 \end_layout
29686
29687 \begin_layout Itemize
29688 折返しフロートは、節見出しや表中に入れることは認められていません。
29689 \end_layout
29690
29691 \begin_layout Itemize
29692
29693 \lang english
29694 Their numbering and referencing works as described in chap.
29695 \lang japanese
29696
29697 \begin_inset space \thinspace{}
29698 \end_inset
29699
29700
29701 \begin_inset CommandInset ref
29702 LatexCommand ref
29703 reference "chap:フロート"
29704
29705 \end_inset
29706
29707 .
29708 \end_layout
29709
29710 \begin_layout Section
29711
29712 \lang english
29713 Surrounded Fixed Objects
29714 \begin_inset Index idx
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718
29719 \lang english
29720 Surrounded by text ! Fixed objects
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729
29730 \lang english
29731 The wrap floats described in sec.
29732 \lang japanese
29733
29734 \begin_inset space \thinspace{}
29735 \end_inset
29736
29737
29738 \begin_inset CommandInset ref
29739 LatexCommand ref
29740 reference "sec:折返しフロート"
29741
29742 \end_inset
29743
29744  
29745 \lang english
29746 have these positions in the paragraph:
29747 \end_layout
29748
29749 \begin_layout Standard
29750 \noindent
29751 \align center
29752
29753 \lang english
29754 \begin_inset Tabular
29755 <lyxtabular version="3" rows="2" columns="2">
29756 <features tabularvalignment="middle">
29757 <column alignment="center" valignment="top" width="0">
29758 <column alignment="center" valignment="top" width="0">
29759 <row>
29760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29761 \begin_inset Text
29762
29763 \begin_layout Plain Layout
29764
29765 \lang english
29766 \begin_inset Graphics
29767         filename ../../images/dialog-show-new-inset_graphics.png
29768         scale 70
29769         scaleBeforeRotation
29770         BoundingBox 0bp 6bp 22bp 22bp
29771
29772 \end_inset
29773
29774
29775 \end_layout
29776
29777 \end_inset
29778 </cell>
29779 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29780 \begin_inset Text
29781
29782 \begin_layout Plain Layout
29783
29784 \lang english
29785 text
29786 \end_layout
29787
29788 \end_inset
29789 </cell>
29790 </row>
29791 <row>
29792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29793 \begin_inset Text
29794
29795 \begin_layout Plain Layout
29796
29797 \lang english
29798 text
29799 \end_layout
29800
29801 \end_inset
29802 </cell>
29803 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29804 \begin_inset Text
29805
29806 \begin_layout Plain Layout
29807
29808 \lang english
29809 text
29810 \end_layout
29811
29812 \end_inset
29813 </cell>
29814 </row>
29815 </lyxtabular>
29816
29817 \end_inset
29818
29819  or 
29820 \begin_inset Tabular
29821 <lyxtabular version="3" rows="2" columns="2">
29822 <features tabularvalignment="middle">
29823 <column alignment="center" valignment="top" width="0">
29824 <column alignment="center" valignment="top" width="0">
29825 <row>
29826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29827 \begin_inset Text
29828
29829 \begin_layout Plain Layout
29830
29831 \lang english
29832 text
29833 \end_layout
29834
29835 \end_inset
29836 </cell>
29837 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29838 \begin_inset Text
29839
29840 \begin_layout Plain Layout
29841
29842 \lang english
29843 \begin_inset Graphics
29844         filename ../../images/dialog-show-new-inset_graphics.png
29845         scale 70
29846         scaleBeforeRotation
29847         BoundingBox 0bp 6bp 22bp 22bp
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \end_inset
29855 </cell>
29856 </row>
29857 <row>
29858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29859 \begin_inset Text
29860
29861 \begin_layout Plain Layout
29862
29863 \lang english
29864 text
29865 \end_layout
29866
29867 \end_inset
29868 </cell>
29869 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29870 \begin_inset Text
29871
29872 \begin_layout Plain Layout
29873
29874 \lang english
29875 text
29876 \end_layout
29877
29878 \end_inset
29879 </cell>
29880 </row>
29881 </lyxtabular>
29882
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Standard
29889
29890 \lang english
29891 To get an object exactly at the position where it is inserted, for example
29892  to get one of these positions:
29893 \begin_inset VSpace defskip
29894 \end_inset
29895
29896
29897 \end_layout
29898
29899 \begin_layout Standard
29900 \noindent
29901 \align center
29902
29903 \lang english
29904 \begin_inset Tabular
29905 <lyxtabular version="3" rows="2" columns="2">
29906 <features tabularvalignment="middle">
29907 <column alignment="center" valignment="top" width="0">
29908 <column alignment="center" valignment="top" width="0">
29909 <row>
29910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29911 \begin_inset Text
29912
29913 \begin_layout Plain Layout
29914
29915 \lang english
29916 text
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Plain Layout
29925
29926 \lang english
29927 text
29928 \end_layout
29929
29930 \end_inset
29931 </cell>
29932 </row>
29933 <row>
29934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Plain Layout
29938
29939 \lang english
29940 \begin_inset Graphics
29941         filename ../../images/dialog-show-new-inset_graphics.png
29942         scale 70
29943         scaleBeforeRotation
29944         BoundingBox 0bp 6bp 22bp 22bp
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \end_inset
29952 </cell>
29953 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29954 \begin_inset Text
29955
29956 \begin_layout Plain Layout
29957
29958 \lang english
29959 text
29960 \end_layout
29961
29962 \end_inset
29963 </cell>
29964 </row>
29965 </lyxtabular>
29966
29967 \end_inset
29968
29969  
29970 \begin_inset Tabular
29971 <lyxtabular version="3" rows="2" columns="2">
29972 <features tabularvalignment="middle">
29973 <column alignment="center" valignment="top" width="0">
29974 <column alignment="center" valignment="top" width="0">
29975 <row>
29976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29977 \begin_inset Text
29978
29979 \begin_layout Plain Layout
29980
29981 \lang english
29982 text
29983 \end_layout
29984
29985 \end_inset
29986 </cell>
29987 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29988 \begin_inset Text
29989
29990 \begin_layout Plain Layout
29991
29992 \lang english
29993 text
29994 \end_layout
29995
29996 \end_inset
29997 </cell>
29998 </row>
29999 <row>
30000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30001 \begin_inset Text
30002
30003 \begin_layout Plain Layout
30004
30005 \lang english
30006 text
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30012 \begin_inset Text
30013
30014 \begin_layout Plain Layout
30015
30016 \lang english
30017 \begin_inset Graphics
30018         filename ../../images/dialog-show-new-inset_graphics.png
30019         scale 70
30020         scaleBeforeRotation
30021         BoundingBox 0bp 6bp 22bp 22bp
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \end_inset
30029 </cell>
30030 </row>
30031 </lyxtabular>
30032
30033 \end_inset
30034
30035  
30036 \begin_inset Tabular
30037 <lyxtabular version="3" rows="2" columns="3">
30038 <features tabularvalignment="middle">
30039 <column alignment="center" valignment="top" width="0">
30040 <column alignment="center" valignment="top" width="0">
30041 <column alignment="center" valignment="top" width="0">
30042 <row>
30043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30044 \begin_inset Text
30045
30046 \begin_layout Plain Layout
30047
30048 \lang english
30049 text
30050 \end_layout
30051
30052 \end_inset
30053 </cell>
30054 <cell alignment="center" valignment="top" topline="true" usebox="none">
30055 \begin_inset Text
30056
30057 \begin_layout Plain Layout
30058
30059 \lang english
30060 \begin_inset Graphics
30061         filename ../../images/dialog-show-new-inset_graphics.png
30062         scale 70
30063         scaleBeforeRotation
30064         BoundingBox 0bp 6bp 22bp 22bp
30065
30066 \end_inset
30067
30068
30069 \end_layout
30070
30071 \end_inset
30072 </cell>
30073 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30074 \begin_inset Text
30075
30076 \begin_layout Plain Layout
30077
30078 \lang english
30079 text
30080 \end_layout
30081
30082 \end_inset
30083 </cell>
30084 </row>
30085 <row>
30086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30087 \begin_inset Text
30088
30089 \begin_layout Plain Layout
30090
30091 \lang english
30092 text
30093 \end_layout
30094
30095 \end_inset
30096 </cell>
30097 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30098 \begin_inset Text
30099
30100 \begin_layout Plain Layout
30101
30102 \lang english
30103 text
30104 \end_layout
30105
30106 \end_inset
30107 </cell>
30108 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30109 \begin_inset Text
30110
30111 \begin_layout Plain Layout
30112
30113 \lang english
30114 text
30115 \end_layout
30116
30117 \end_inset
30118 </cell>
30119 </row>
30120 </lyxtabular>
30121
30122 \end_inset
30123
30124  
30125 \begin_inset Tabular
30126 <lyxtabular version="3" rows="2" columns="3">
30127 <features tabularvalignment="middle">
30128 <column alignment="center" valignment="top" width="0">
30129 <column alignment="center" valignment="top" width="0">
30130 <column alignment="center" valignment="top" width="0">
30131 <row>
30132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30133 \begin_inset Text
30134
30135 \begin_layout Plain Layout
30136
30137 \lang english
30138 text
30139 \end_layout
30140
30141 \end_inset
30142 </cell>
30143 <cell alignment="center" valignment="top" topline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Plain Layout
30147
30148 \lang english
30149 text
30150 \end_layout
30151
30152 \end_inset
30153 </cell>
30154 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158
30159 \lang english
30160 text
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 </row>
30166 <row>
30167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30168 \begin_inset Text
30169
30170 \begin_layout Plain Layout
30171
30172 \lang english
30173 text
30174 \end_layout
30175
30176 \end_inset
30177 </cell>
30178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30179 \begin_inset Text
30180
30181 \begin_layout Plain Layout
30182
30183 \lang english
30184 \begin_inset Graphics
30185         filename ../../images/dialog-show-new-inset_graphics.png
30186         scale 70
30187         scaleBeforeRotation
30188         BoundingBox 0bp 6bp 22bp 22bp
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \end_inset
30196 </cell>
30197 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30198 \begin_inset Text
30199
30200 \begin_layout Plain Layout
30201
30202 \lang english
30203 text
30204 \end_layout
30205
30206 \end_inset
30207 </cell>
30208 </row>
30209 </lyxtabular>
30210
30211 \end_inset
30212
30213
30214 \end_layout
30215
30216 \begin_layout Standard
30217 \noindent
30218 \align center
30219
30220 \lang english
30221 \begin_inset Tabular
30222 <lyxtabular version="3" rows="3" columns="2">
30223 <features tabularvalignment="middle">
30224 <column alignment="center" valignment="top" width="0">
30225 <column alignment="center" valignment="top" width="0">
30226 <row>
30227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30228 \begin_inset Text
30229
30230 \begin_layout Plain Layout
30231
30232 \lang english
30233 text
30234 \end_layout
30235
30236 \end_inset
30237 </cell>
30238 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30239 \begin_inset Text
30240
30241 \begin_layout Plain Layout
30242
30243 \lang english
30244 text
30245 \end_layout
30246
30247 \end_inset
30248 </cell>
30249 </row>
30250 <row>
30251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30252 \begin_inset Text
30253
30254 \begin_layout Plain Layout
30255
30256 \lang english
30257 \begin_inset Graphics
30258         filename ../../images/dialog-show-new-inset_graphics.png
30259         scale 70
30260         scaleBeforeRotation
30261         BoundingBox 0bp 6bp 22bp 22bp
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \end_inset
30269 </cell>
30270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30271 \begin_inset Text
30272
30273 \begin_layout Plain Layout
30274
30275 \lang english
30276 text
30277 \end_layout
30278
30279 \end_inset
30280 </cell>
30281 </row>
30282 <row>
30283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30284 \begin_inset Text
30285
30286 \begin_layout Plain Layout
30287
30288 \lang english
30289 text
30290 \end_layout
30291
30292 \end_inset
30293 </cell>
30294 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30295 \begin_inset Text
30296
30297 \begin_layout Plain Layout
30298
30299 \lang english
30300 text
30301 \end_layout
30302
30303 \end_inset
30304 </cell>
30305 </row>
30306 </lyxtabular>
30307
30308 \end_inset
30309
30310  
30311 \begin_inset Tabular
30312 <lyxtabular version="3" rows="3" columns="3">
30313 <features tabularvalignment="middle">
30314 <column alignment="center" valignment="top" width="0">
30315 <column alignment="center" valignment="top" width="0">
30316 <column alignment="center" valignment="top" width="0">
30317 <row>
30318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30319 \begin_inset Text
30320
30321 \begin_layout Plain Layout
30322
30323 \lang english
30324 text
30325 \end_layout
30326
30327 \end_inset
30328 </cell>
30329 <cell alignment="center" valignment="top" topline="true" usebox="none">
30330 \begin_inset Text
30331
30332 \begin_layout Plain Layout
30333
30334 \lang english
30335 text
30336 \end_layout
30337
30338 \end_inset
30339 </cell>
30340 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30341 \begin_inset Text
30342
30343 \begin_layout Plain Layout
30344
30345 \lang english
30346 text
30347 \end_layout
30348
30349 \end_inset
30350 </cell>
30351 </row>
30352 <row>
30353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30354 \begin_inset Text
30355
30356 \begin_layout Plain Layout
30357
30358 \lang english
30359 text
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368
30369 \lang english
30370 \begin_inset Graphics
30371         filename ../../images/dialog-show-new-inset_graphics.png
30372         scale 70
30373         scaleBeforeRotation
30374         BoundingBox 0bp 6bp 22bp 22bp
30375
30376 \end_inset
30377
30378
30379 \end_layout
30380
30381 \end_inset
30382 </cell>
30383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30384 \begin_inset Text
30385
30386 \begin_layout Plain Layout
30387
30388 \lang english
30389 text
30390 \end_layout
30391
30392 \end_inset
30393 </cell>
30394 </row>
30395 <row>
30396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30397 \begin_inset Text
30398
30399 \begin_layout Plain Layout
30400
30401 \lang english
30402 text
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30408 \begin_inset Text
30409
30410 \begin_layout Plain Layout
30411
30412 \lang english
30413 text
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30419 \begin_inset Text
30420
30421 \begin_layout Plain Layout
30422
30423 \lang english
30424 text
30425 \end_layout
30426
30427 \end_inset
30428 </cell>
30429 </row>
30430 </lyxtabular>
30431
30432 \end_inset
30433
30434  
30435 \begin_inset Tabular
30436 <lyxtabular version="3" rows="3" columns="2">
30437 <features tabularvalignment="middle">
30438 <column alignment="center" valignment="top" width="0">
30439 <column alignment="center" valignment="top" width="0">
30440 <row>
30441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30442 \begin_inset Text
30443
30444 \begin_layout Plain Layout
30445
30446 \lang english
30447 text
30448 \end_layout
30449
30450 \end_inset
30451 </cell>
30452 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30453 \begin_inset Text
30454
30455 \begin_layout Plain Layout
30456
30457 \lang english
30458 text
30459 \end_layout
30460
30461 \end_inset
30462 </cell>
30463 </row>
30464 <row>
30465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30466 \begin_inset Text
30467
30468 \begin_layout Plain Layout
30469
30470 \lang english
30471 text
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480
30481 \lang english
30482 \begin_inset Graphics
30483         filename ../../images/dialog-show-new-inset_graphics.png
30484         scale 70
30485         scaleBeforeRotation
30486         BoundingBox 0bp 6bp 22bp 22bp
30487
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \end_inset
30494 </cell>
30495 </row>
30496 <row>
30497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30498 \begin_inset Text
30499
30500 \begin_layout Plain Layout
30501
30502 \lang english
30503 text
30504 \end_layout
30505
30506 \end_inset
30507 </cell>
30508 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30509 \begin_inset Text
30510
30511 \begin_layout Plain Layout
30512
30513 \lang english
30514 text
30515 \end_layout
30516
30517 \end_inset
30518 </cell>
30519 </row>
30520 </lyxtabular>
30521
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 \noindent
30529
30530 \lang english
30531 you can use the LaTeX-package
30532 \lang japanese
30533  
30534 \series bold
30535 picinpar
30536 \series default
30537
30538 \begin_inset Index idx
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
30543 \end_layout
30544
30545 \end_inset
30546
30547 .
30548  
30549 \lang english
30550 Here is an example
30551 \lang japanese
30552 :
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 ifpicinpar
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset Note Note
30570 status open
30571
30572 \begin_layout Plain Layout
30573 以下の部分は、LaTeXパッケージ
30574 \series bold
30575 picinpar
30576 \series default
30577 が導入されているときのみ表示されます。
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \end_layout
30584
30585 \begin_layout Standard
30586 \begin_inset ERT
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590
30591
30592 \backslash
30593 begin{window}[2,c,{
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \begin_inset Graphics
30600         filename ../clipart/mobius.eps
30601         lyxscale 60
30602         width 40col%
30603         scaleBeforeRotation
30604         rotateOrigin center
30605
30606 \end_inset
30607
30608
30609 \begin_inset ERT
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613
30614 },]
30615 \end_layout
30616
30617 \begin_layout Plain Layout
30618
30619 {}
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \size small
30626 \lang english
30627 It was in the spring of the year 1894 that all London was interested, and
30628  the fashionable world dismayed, by the murder of the Honourable Ronald
30629  Adair under most unusual and inexplicable circumstances.
30630  The public has already learned those particulars of the crime which
30631 \size default
30632
30633 \begin_inset ERT
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637
30638
30639 \backslash
30640 footnotemark{}
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \size small
30647  came out in the police investigation, but a good deal was suppressed upon
30648  that occasion, since the case for the prosecution was so overwhelmingly
30649  strong that it was not necessary to bring forward all the facts.
30650  Only now, at the end of nearly ten years, am I allowed to supply those
30651  missing links which make up the whole of that remarkable chain
30652 \lang japanese
30653 .
30654 \size default
30655
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661
30662 \backslash
30663 end{window}
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \begin_layout Standard
30672
30673 \lang english
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679
30680 \backslash
30681 footnotetext{
30682 \end_layout
30683
30684 \end_inset
30685
30686 Footnote of the paragraph with the fixed object.
30687 \begin_inset ERT
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691
30692 }
30693 \end_layout
30694
30695 \end_inset
30696
30697
30698 \end_layout
30699
30700 \begin_layout Standard
30701
30702 \lang english
30703 Surrounded fixed objects are used to let text float around them, at which
30704  the object's position in the paragraph can be determined by the number
30705  of lines above it.
30706  In contrary to floats is it not possible to have a numbered caption.
30707 \end_layout
30708
30709 \begin_layout Standard
30710
30711 \lang english
30712 A fixed object is inserted by adding the command
30713 \end_layout
30714
30715 \begin_layout Standard
30716
30717 \series bold
30718
30719 \backslash
30720 begin{window}[2,c,{
30721 \end_layout
30722
30723 \begin_layout Standard
30724
30725 \lang english
30726 as TeX Code at the beginning of the paragraph.
30727  The first parameter in the bracket, here '2', defines the number of lines
30728  above the object, the second, here 'c', the position of the object.
30729  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
30730  Behind the command you insert the object.
30731  In this example an image with a width of 40
30732 \begin_inset space \thinspace{}
30733 \end_inset
30734
30735 % of the text column width was inserted.
30736  The object can also be a table, a box or an equation.
30737  Behind the object the command
30738 \end_layout
30739
30740 \begin_layout Standard
30741
30742 \series bold
30743 },description text]
30744 \begin_inset Newline newline
30745 \end_inset
30746
30747 {}
30748 \end_layout
30749
30750 \begin_layout Standard
30751
30752 \lang english
30753 is inserted.
30754  Note that the 
30755 \begin_inset Quotes eld
30756 \end_inset
30757
30758
30759 \series bold
30760 {}
30761 \series default
30762
30763 \begin_inset Quotes erd
30764 \end_inset
30765
30766  is in the second line.
30767  The description text is optional.
30768  The text surrounding the object must be in the same paragraph as the object,
30769  so it must begin directly after the 
30770 \series bold
30771 {}
30772 \series default
30773 .
30774  At the end of the paragraph insert the command:
30775 \end_layout
30776
30777 \begin_layout Standard
30778
30779 \series bold
30780
30781 \backslash
30782 end{window}
30783 \end_layout
30784
30785 \begin_layout Standard
30786
30787 \lang english
30788 Within a paragraph with a fixed object, you cannot insert footnotes in the
30789  normal way.
30790  You have to use instead the command 
30791 \series bold
30792
30793 \backslash
30794 footnotemark
30795 \series default
30796  inside the paragraph and outside the command 
30797 \series bold
30798
30799 \backslash
30800 footnotetext
30801 \series default
30802  as described in sec.
30803 \lang japanese
30804
30805 \begin_inset space \thinspace{}
30806 \end_inset
30807
30808
30809 \begin_inset CommandInset ref
30810 LatexCommand ref
30811 reference "sec:脚注"
30812
30813 \end_inset
30814
30815 .
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824
30825 \backslash
30826 else
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \begin_inset Note Note
30833 status open
30834
30835 \begin_layout Plain Layout
30836 以下の部分は、LaTeXパッケージ
30837 \series bold
30838 picinpar
30839 \series default
30840 が導入されていないときのみ表示されます。
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Standard
30849 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30850 \series bold
30851 picinpar
30852 \series default
30853 を導入する必要があります。
30854 \end_layout
30855
30856 \begin_layout Standard
30857 \begin_inset ERT
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861
30862
30863 \backslash
30864 fi
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \begin_layout Section
30873
30874 \lang english
30875 Initials
30876 \begin_inset Index idx
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881 \lang english
30882 Initials
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \begin_inset Index idx
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893 \lang english
30894 Surrounded by text ! Initials
30895 \end_layout
30896
30897 \end_inset
30898
30899
30900 \end_layout
30901
30902 \begin_layout Standard
30903
30904 \lang english
30905 To use initials, you must have the LaTeX package
30906 \lang japanese
30907  
30908 \series bold
30909 lettrine
30910 \series default
30911
30912 \begin_inset Index idx
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
30917 \end_layout
30918
30919 \end_inset
30920
30921  
30922 \lang english
30923 installed and use the module 
30924 \family sans
30925 Initials
30926 \family default
30927  in your document (menu 
30928 \family sans
30929 Document\SpecialChar \menuseparator
30930 Settings\SpecialChar \menuseparator
30931 Modules
30932 \family default
30933 ).
30934  To insert an initial, use the style 
30935 \family sans
30936 Initial
30937 \family default
30938 .
30939  This style has a mandatory and an optional argument.
30940  The mandatory argument is inserted via the menu 
30941 \family sans
30942 Insert\SpecialChar \menuseparator
30943 Short
30944 \begin_inset space ~
30945 \end_inset
30946
30947 Title
30948 \family default
30949  and contains the letter that is the initial.
30950  To use the also the optional argument, insert another argument in front
30951  of the mandatory argument.
30952  This one contains parameters to modify the initial.
30953  For more information about the possible parameters see the documentation
30954  of
30955 \lang japanese
30956  
30957 \series bold
30958 lettrine
30959 \series default
30960
30961 \begin_inset CommandInset citation
30962 LatexCommand cite
30963 key "lettrine"
30964
30965 \end_inset
30966
30967 .
30968  
30969 \lang english
30970 The style itself contains the text that is surrounding the initial.
30971  The usual style is hereby that the word whose first letter is the initial,
30972  is printed with 
30973 \shape smallcaps
30974 small caps
30975 \shape default
30976 .
30977  To tell LaTeX where this word is finished, add a closing brace '
30978 \series bold
30979 }
30980 \series default
30981 ' as TeX Code behind it.
30982  At the end of the style there must be an opening brace '
30983 \series bold
30984 {
30985 \series default
30986 ' as TeX Code.
30987 \end_layout
30988
30989 \begin_layout Standard
30990
30991 \lang english
30992 Here are some examples:
30993 \end_layout
30994
30995 \begin_layout Enumerate
30996
30997 \lang english
30998 No optional argument, the initial is the letter 'I' in the math font 
30999 \begin_inset Formula $\mathfrak{Fraktur}$
31000 \end_inset
31001
31002 :
31003 \end_layout
31004
31005 \begin_deeper
31006 \begin_layout Initial
31007 \begin_inset Argument
31008 status open
31009
31010 \begin_layout Plain Layout
31011 \begin_inset Formula $\mathfrak{I}$
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \end_inset
31018
31019 t
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025 }
31026 \end_layout
31027
31028 \end_inset
31029
31030  
31031 \lang english
31032 was in the spring of the year 1894 that all London was interested, and the
31033  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31034  under most unusual and inexplicable circumstances.
31035  The public has already learned those particulars of the crime which came
31036  out in the police investigation, but a good deal was suppressed upon that
31037  occasion, since the case for the prosecution was so overwhelmingly strong
31038  that it was not necessary to bring forward all the facts.
31039 \lang japanese
31040
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046 {
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \lang english
31053
31054 \begin_inset Newpage newpage
31055 \end_inset
31056
31057
31058 \end_layout
31059
31060 \end_deeper
31061 \begin_layout Enumerate
31062
31063 \lang english
31064 Only one line is surrounding the initial, which is formed by two letters
31065  in standard font and no text is printed in small caps:
31066 \end_layout
31067
31068 \begin_deeper
31069 \begin_layout Initial
31070 \begin_inset Argument
31071 status open
31072
31073 \begin_layout Plain Layout
31074 lines=1
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset Argument
31081 status open
31082
31083 \begin_layout Plain Layout
31084 It
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095 }
31096 \end_layout
31097
31098 \end_inset
31099
31100  
31101 \lang english
31102 was in the spring of the year 1894 that all London was interested, and the
31103  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31104  under most unusual and inexplicable circumstances.
31105  The public has already learned those particulars of the crime which came
31106  out in the police investigation, but a good deal was suppressed upon that
31107  occasion, since the case for the prosecution was so overwhelmingly strong
31108  that it was not necessary to bring forward all the facts.
31109 \lang japanese
31110
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116 {
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \end_deeper
31125 \begin_layout Enumerate
31126
31127 \lang english
31128 Magenta, hanging initial over 3
31129 \begin_inset space ~
31130 \end_inset
31131
31132 lines in the math font 
31133 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
31134 \end_inset
31135
31136 , the text 
31137 \begin_inset Quotes eld
31138 \end_inset
31139
31140 t was in the spring
31141 \begin_inset Quotes erd
31142 \end_inset
31143
31144  is in 
31145 \shape smallcaps
31146 small caps
31147 \shape default
31148 ; to color the initial, you must insert this command before the initial:
31149 \begin_inset Newline newline
31150 \end_inset
31151
31152
31153 \series bold
31154
31155 \backslash
31156 renewcommand{
31157 \backslash
31158 LettrineFontHook}{
31159 \backslash
31160 color{color}}
31161 \series default
31162
31163 \begin_inset Newline newline
31164 \end_inset
31165
31166 where the second 
31167 \emph on
31168 color
31169 \emph default
31170  can be 
31171 \begin_inset Quotes eld
31172 \end_inset
31173
31174 red
31175 \begin_inset Quotes erd
31176 \end_inset
31177
31178
31179 \begin_inset Quotes eld
31180 \end_inset
31181
31182 blue
31183 \begin_inset Quotes erd
31184 \end_inset
31185
31186
31187 \begin_inset Quotes eld
31188 \end_inset
31189
31190 green
31191 \begin_inset Quotes erd
31192 \end_inset
31193
31194
31195 \begin_inset Quotes eld
31196 \end_inset
31197
31198 yellow
31199 \begin_inset Quotes erd
31200 \end_inset
31201
31202
31203 \begin_inset Quotes eld
31204 \end_inset
31205
31206 cyan
31207 \begin_inset Quotes erd
31208 \end_inset
31209
31210
31211 \begin_inset Quotes eld
31212 \end_inset
31213
31214 magenta
31215 \begin_inset Quotes erd
31216 \end_inset
31217
31218
31219 \begin_inset Quotes eld
31220 \end_inset
31221
31222 black
31223 \begin_inset Quotes erd
31224 \end_inset
31225
31226  or 
31227 \begin_inset Quotes eld
31228 \end_inset
31229
31230 white
31231 \begin_inset Quotes erd
31232 \end_inset
31233
31234 , and add this command to the document preamble
31235 \lang japanese
31236 :
31237 \begin_inset Newline newline
31238 \end_inset
31239
31240
31241 \series bold
31242
31243 \backslash
31244 @ifundefined{textcolor}
31245 \begin_inset Newline newline
31246 \end_inset
31247
31248
31249 \begin_inset space ~
31250 \end_inset
31251
31252 {
31253 \backslash
31254 usepackage{color}}{}
31255 \end_layout
31256
31257 \begin_deeper
31258 \begin_layout Standard
31259 \begin_inset ERT
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263
31264
31265 \backslash
31266 renewcommand{
31267 \backslash
31268 LettrineFontHook}{
31269 \backslash
31270 color{magenta}}
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \lang english
31277
31278 \begin_inset Note Note
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282
31283 \lang english
31284 makes the initial magenta
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \end_layout
31291
31292 \begin_layout Initial
31293 \begin_inset Argument
31294 status open
31295
31296 \begin_layout Plain Layout
31297 lines=3, lhang=0.33, loversize=0.25
31298 \end_layout
31299
31300 \end_inset
31301
31302
31303 \begin_inset Argument
31304 status open
31305
31306 \begin_layout Plain Layout
31307 \begin_inset Formula $\mathcal{I}$
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \end_inset
31314
31315
31316 \lang english
31317 t was in the spring
31318 \lang japanese
31319
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325 }
31326 \end_layout
31327
31328 \end_inset
31329
31330  
31331 \lang english
31332 of the year 1894 that all London was interested, and the fashionable world
31333  dismayed, by the murder of the Honourable Ronald Adair under most unusual
31334  and inexplicable circumstances.
31335  The public has already learned those particulars of the crime which came
31336  out in the police investigation, but a good deal was suppressed upon that
31337  occasion, since the case for the prosecution was so overwhelmingly strong
31338  that it was not necessary to bring forward all the facts.
31339 \lang japanese
31340
31341 \begin_inset ERT
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345
31346 {
31347 \end_layout
31348
31349 \end_inset
31350
31351
31352 \end_layout
31353
31354 \end_deeper
31355 \begin_layout Chapter
31356 外部文書構成要素
31357 \begin_inset Index idx
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361 がいぶぶんしょこうせいようそ@外部文書構成要素
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \end_layout
31368
31369 \begin_layout Standard
31370
31371 \family sans
31372 挿入\SpecialChar \menuseparator
31373 ファイル
31374 \family default
31375 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
31376 \end_layout
31377
31378 \begin_layout Description
31379 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
31380 \end_layout
31381
31382 \begin_layout Description
31383 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
31384 \end_layout
31385
31386 \begin_layout Description
31387 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
31388 \end_layout
31389
31390 \begin_layout Description
31391 外部素材 様々な書式のファイル。
31392 \end_layout
31393
31394 \begin_layout Description
31395 子文書 LyXあるいはLaTeX文書。
31396 \end_layout
31397
31398 \begin_layout Section
31399 外部素材
31400 \begin_inset Index idx
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Standard
31413 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
31414 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
31415 \family sans
31416 操作性\SpecialChar \menuseparator
31417 表示
31418 \family default
31419 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
31420 \end_layout
31421
31422 \begin_layout Standard
31423 外部素材は、
31424 \family sans
31425 挿入
31426 \family default
31427 \SpecialChar \menuseparator
31428
31429 \family sans
31430 ファイル
31431 \family default
31432 \SpecialChar \menuseparator
31433
31434 \family sans
31435 外部素材
31436 \family default
31437 メニューで開くことのできる
31438 \family sans
31439 外部素材
31440 \family default
31441 ダイアログから挿入することができます。目下、以下のファイル形式(
31442 \family sans
31443 ひな型
31444 \family default
31445 )が使用できます。
31446 \end_layout
31447
31448 \begin_layout Description
31449 チェス棋譜 このひな型は、
31450 \series bold
31451
31452 \begin_inset CommandInset href
31453 LatexCommand href
31454 name "XBoard"
31455 target "http://en.wikipedia.org/wiki/XBoard"
31456
31457 \end_inset
31458
31459
31460 \series default
31461 プログラムで作成されたチェス棋譜をサポートします。
31462 \end_layout
31463
31464 \begin_layout Description
31465 日付 これは、
31466 \emph on
31467 日-月-年
31468 \emph default
31469 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
31470 \begin_inset External
31471         template Date
31472         filename .
31473
31474 \end_inset
31475
31476
31477 \begin_inset space ~
31478 \end_inset
31479
31480
31481 \begin_inset Note Note
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485 バグ4398が修正されたら、この保護空白は削除してください!
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \begin_inset Newline newline
31492 \end_inset
31493
31494 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
31495 \family sans
31496 挿入
31497 \family default
31498 \SpecialChar \menuseparator
31499 日付メニューを使用する方法で、他はLaTeXコマンドの
31500 \series bold
31501
31502 \backslash
31503 today
31504 \series default
31505 をTeXコードで使用する方法です。これらの各方法は、表
31506 \begin_inset CommandInset ref
31507 LatexCommand ref
31508 reference "tab:日付挿入方法"
31509
31510 \end_inset
31511
31512 に比較を掲載しておきます。
31513 \end_layout
31514
31515 \begin_layout Description
31516 Dia このひな型は、
31517 \series bold
31518
31519 \begin_inset CommandInset href
31520 LatexCommand href
31521 name "Dia"
31522 target "http://en.wikipedia.org/wiki/Dia_(software)"
31523
31524 \end_inset
31525
31526
31527 \series default
31528 プログラムで作成したダイアグラムをサポートします。
31529 \end_layout
31530
31531 \begin_layout Description
31532 LilyPond このひな型は、
31533 \series bold
31534
31535 \begin_inset CommandInset href
31536 LatexCommand href
31537 name "LilyPond"
31538 target "http://en.wikipedia.org/wiki/LilyPond"
31539
31540 \end_inset
31541
31542
31543 \series default
31544 プログラムで作成した楽譜の組版に使用されます。
31545 \end_layout
31546
31547 \begin_layout Description
31548 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
31549 \family sans
31550 LaTeXとLyXオプション
31551 \family default
31552 タブ中の
31553 \family sans
31554 オプション
31555 \family default
31556 フィールドに
31557 \emph on
31558 pages
31559 \emph default
31560 オプションを指定してください。
31561 \emph on
31562 pages
31563 \emph default
31564 オプションを指定しないと、PDFの最初のページのみが挿入されます。
31565 \end_layout
31566
31567 \begin_layout Description
31568 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
31569 \family sans
31570 外部素材
31571 \family default
31572 ダイアログを使って入れる画像は、第
31573 \begin_inset CommandInset ref
31574 LatexCommand ref
31575 reference "sec:画像ダイアログ"
31576
31577 \end_inset
31578
31579 節にあるように
31580 \family sans
31581 画像
31582 \family default
31583 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
31584 サポートしていないという点のみです。
31585 \end_layout
31586
31587 \begin_layout Description
31588 XFig このひな型は、
31589 \series bold
31590
31591 \begin_inset CommandInset href
31592 LatexCommand href
31593 name "Xfig"
31594 target "http://en.wikipedia.org/wiki/Xfig"
31595
31596 \end_inset
31597
31598
31599 \series default
31600 プログラムで作成した画像をサポートします。
31601 \end_layout
31602
31603 \begin_layout Standard
31604 \begin_inset Float table
31605 placement h
31606 wide false
31607 sideways false
31608 status open
31609
31610 \begin_layout Plain Layout
31611 \begin_inset Caption
31612
31613 \begin_layout Plain Layout
31614 \begin_inset CommandInset label
31615 LatexCommand label
31616 name "tab:日付挿入方法"
31617
31618 \end_inset
31619
31620 日付の挿入方法の比較
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \end_layout
31627
31628 \begin_layout Plain Layout
31629 \align center
31630 \begin_inset Tabular
31631 <lyxtabular version="3" rows="4" columns="4">
31632 <features tabularvalignment="middle">
31633 <column alignment="center" valignment="top" width="0">
31634 <column alignment="center" valignment="top" width="0">
31635 <column alignment="center" valignment="top" width="0">
31636 <column alignment="center" valignment="top" width="0">
31637 <row>
31638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31639 \begin_inset Text
31640
31641 \begin_layout Plain Layout
31642 文書書式
31643 \end_layout
31644
31645 \end_inset
31646 </cell>
31647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31648 \begin_inset Text
31649
31650 \begin_layout Plain Layout
31651
31652 \family sans
31653 外部素材\SpecialChar \menuseparator
31654 日付
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663
31664 \family sans
31665 挿入\SpecialChar \menuseparator
31666 日付
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675
31676 \series bold
31677
31678 \backslash
31679 today
31680 \series default
31681 コマンド
31682 \end_layout
31683
31684 \end_inset
31685 </cell>
31686 </row>
31687 <row>
31688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31689 \begin_inset Text
31690
31691 \begin_layout Plain Layout
31692 LyX
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31698 \begin_inset Text
31699
31700 \begin_layout Plain Layout
31701 差込枠として
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 日付として
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719 TeXコード差込枠として
31720 \end_layout
31721
31722 \end_inset
31723 </cell>
31724 </row>
31725 <row>
31726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31727 \begin_inset Text
31728
31729 \begin_layout Plain Layout
31730 LaTeX
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31736 \begin_inset Text
31737
31738 \begin_layout Plain Layout
31739 日付として
31740 \end_layout
31741
31742 \end_inset
31743 </cell>
31744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31745 \begin_inset Text
31746
31747 \begin_layout Plain Layout
31748 日付として
31749 \end_layout
31750
31751 \end_inset
31752 </cell>
31753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31754 \begin_inset Text
31755
31756 \begin_layout Plain Layout
31757 コマンドとして
31758 \end_layout
31759
31760 \end_inset
31761 </cell>
31762 </row>
31763 <row>
31764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31765 \begin_inset Text
31766
31767 \begin_layout Plain Layout
31768 DVI, PDF, PS
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31774 \begin_inset Text
31775
31776 \begin_layout Plain Layout
31777 日付として
31778 \end_layout
31779
31780 \end_inset
31781 </cell>
31782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31783 \begin_inset Text
31784
31785 \begin_layout Plain Layout
31786 日付として
31787 \end_layout
31788
31789 \end_inset
31790 </cell>
31791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31792 \begin_inset Text
31793
31794 \begin_layout Plain Layout
31795 日付として
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 </row>
31801 </lyxtabular>
31802
31803 \end_inset
31804
31805
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \end_layout
31812
31813 \begin_layout Standard
31814
31815 \family sans
31816 外部素材
31817 \family default
31818 ダイアログの
31819 \family sans
31820 ファイル
31821 \family default
31822 タブ中で
31823 \family sans
31824 下書き
31825 \family default
31826 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
31827 \begin_inset Newline newline
31828 \end_inset
31829
31830 LyX中での外部素材は、ダイアログ内の
31831 \family sans
31832 LaTeXとLyXのオプション
31833 \family default
31834 タブにある
31835 \family sans
31836 LyX内に表示
31837 \family default
31838 オプションの指定に従って、
31839 \begin_inset Graphics
31840         filename clipart/ExternalMaterialQt4.png
31841         scale 85
31842         scaleBeforeRotation
31843
31844 \end_inset
31845
31846 のようなボックスとして表示されるか、画像として表示されます。
31847 \end_layout
31848
31849 \begin_layout Standard
31850 取扱説明書
31851 \family sans
31852 \emph on
31853 カスタマイズ篇
31854 \family default
31855 \emph default
31856 には、自製のひな型を定義する方法が説明されています。
31857 \end_layout
31858
31859 \begin_layout Section
31860 子文書
31861 \begin_inset CommandInset label
31862 LatexCommand label
31863 name "sec:子文書"
31864
31865 \end_inset
31866
31867
31868 \begin_inset Index idx
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \begin_inset Index idx
31879 status collapsed
31880
31881 \begin_layout Plain Layout
31882 ふぁいる@ファイル ! いんくるーど@インクルード
31883 \end_layout
31884
31885 \end_inset
31886
31887
31888 \end_layout
31889
31890 \begin_layout Standard
31891 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
31892 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
31893 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
31894 \end_layout
31895
31896 \begin_layout Standard
31897 親文書を開くことなく子文書で作業できるようにするには、子文書の
31898 \family sans
31899 文書
31900 \family default
31901 \SpecialChar \menuseparator
31902
31903 \family sans
31904 設定
31905 \family default
31906 \SpecialChar \menuseparator
31907
31908 \family sans
31909 文書クラス
31910 \family default
31911 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
31912 \end_layout
31913
31914 \begin_layout Standard
31915 取り込んだ文書は、LyX中で
31916 \begin_inset Graphics
31917         filename clipart/ChildDocumentQt4.png
31918         scale 85
31919         scaleBeforeRotation
31920
31921 \end_inset
31922
31923 のようなボックスとして表示されます。子文書を親文書に取り込むには、
31924 \family sans
31925 挿入
31926 \family default
31927 \SpecialChar \menuseparator
31928
31929 \family sans
31930 ファイル
31931 \family default
31932 \SpecialChar \menuseparator
31933
31934 \family sans
31935 子文書
31936 \family default
31937 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
31938 \end_layout
31939
31940 \begin_layout Description
31941 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
31942 \family sans
31943 子文書
31944 \family default
31945 ダイアログの
31946 \family sans
31947 編集
31948 \family default
31949 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
31950 \begin_inset Newline newline
31951 \end_inset
31952
31953
31954 \end_layout
31955
31956 \begin_layout Standard
31957 以下は、
31958 \family sans
31959 Include
31960 \family default
31961 を使用して挿入した子文書です。 
31962 \begin_inset CommandInset include
31963 LatexCommand include
31964 filename "DummyDocument1.lyx"
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Standard
31972 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
31973 あります。取り込んだ文書のラベルは、第
31974 \begin_inset CommandInset ref
31975 LatexCommand ref
31976 reference "sub:外部文書の第1小節"
31977
31978 \end_inset
31979
31980 小節、のように参照することができます。
31981 \end_layout
31982
31983 \begin_layout Standard
31984 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
31985 は、新規頁から始まるように挿入され、改頁して終わります。
31986 \end_layout
31987
31988 \begin_layout Standard
31989 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
31990 \begin_inset Foot
31991 status open
31992
31993 \begin_layout Plain Layout
31994 派生枝は、LyX
31995 \emph on
31996 ユーザーの手引き
31997 \emph default
31998
31999 \emph on
32000 派生枝
32001 \emph default
32002 の節に説明されています。
32003 \end_layout
32004
32005 \end_inset
32006
32007 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
32008 \end_layout
32009
32010 \begin_layout Standard
32011 \begin_inset Note Greyedout
32012 status open
32013
32014 \begin_layout Plain Layout
32015
32016 \series bold
32017 【註】
32018 \series default
32019 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
32020 \series bold
32021
32022 \backslash
32023 includeonly
32024 \series default
32025 を使用することはできません。
32026 \end_layout
32027
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \begin_layout Standard
32034 \begin_inset Note Greyedout
32035 status open
32036
32037 \begin_layout Plain Layout
32038
32039 \series bold
32040 【註】
32041 \series default
32042 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
32043 警告が発せられます。
32044 \end_layout
32045
32046 \end_inset
32047
32048
32049 \end_layout
32050
32051 \begin_layout Description
32052 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
32053 \end_layout
32054
32055 \begin_deeper
32056 \begin_layout Itemize
32057 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
32058 \end_layout
32059
32060 \begin_layout Itemize
32061 Inputファイルは、LyX設定の操作性
32062 \family sans
32063 \SpecialChar \menuseparator
32064 表示
32065 \family default
32066 の下にある
32067 \family sans
32068 画像を表示
32069 \family default
32070 を有効にすると、LyX中でプレビューすることができます。
32071 \end_layout
32072
32073 \begin_layout Itemize
32074 LaTeXコマンドの
32075 \series bold
32076
32077 \backslash
32078 includeonly
32079 \series default
32080 は使用することができません。
32081 \end_layout
32082
32083 \end_deeper
32084 \begin_layout Standard
32085 右は、
32086 \family sans
32087 Input
32088 \family default
32089 を使って挿入した子文書です。 
32090 \begin_inset CommandInset include
32091 LatexCommand input
32092 filename "DummyDocument2.lyx"
32093
32094 \end_inset
32095
32096
32097 \end_layout
32098
32099 \begin_layout Description
32100 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
32101 に用いられているコマンドは実行されません。
32102 \family sans
32103 出力の空白に印付けをする
32104 \family default
32105 オプションを有効にすると、ソースコード中のすべての空白文字に「
32106 \begin_inset ERT
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110
32111
32112 \backslash
32113 textvisiblespace 
32114 \end_layout
32115
32116 \end_inset
32117
32118 」文字を表示させることができます。
32119 \family sans
32120 挿入\SpecialChar \menuseparator
32121 ファイル\SpecialChar \menuseparator
32122 平文
32123 \family default
32124 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
32125 \end_layout
32126
32127 \begin_layout Standard
32128 以下は、verbatimとして挿入された子文書です。 
32129 \begin_inset CommandInset include
32130 LatexCommand verbatiminput
32131 filename "../DummyTextDocument.txt"
32132
32133 \end_inset
32134
32135
32136 \begin_inset VSpace bigskip
32137 \end_inset
32138
32139 以下は、
32140 \family sans
32141 出力の空白に印付けをする
32142 \family default
32143 オプションを指定して、verbatimとして挿入された子文書です。 
32144 \begin_inset CommandInset include
32145 LatexCommand verbatiminput*
32146 filename "../DummyTextDocument.txt"
32147
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 \begin_inset VSpace bigskip
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Standard
32161 \begin_inset Note Greyedout
32162 status open
32163
32164 \begin_layout Plain Layout
32165
32166 \series bold
32167 【註】
32168 \series default
32169 上記の例でわかるように、
32170 \family sans
32171 verbatim
32172 \family default
32173 として取り込んだ文書の文章は、文書行の終わりで改行されません。
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \begin_layout Standard
32182 \begin_inset Note Greyedout
32183 status open
32184
32185 \begin_layout Plain Layout
32186
32187 \series bold
32188 【訳註】
32189 \series default
32190 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
32191 \end_layout
32192
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \begin_layout Description
32199 プログラムリスト この型については、第
32200 \begin_inset CommandInset ref
32201 LatexCommand ref
32202 reference "cha:プログラムコードリスト"
32203
32204 \end_inset
32205
32206 章に説明されています。
32207 \end_layout
32208
32209 \begin_layout Standard
32210 \begin_inset Note Greyedout
32211 status open
32212
32213 \begin_layout Plain Layout
32214
32215 \series bold
32216 【註】
32217 \series default
32218 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
32219 \end_layout
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Chapter
32227 プログラムコードリスト
32228 \begin_inset CommandInset label
32229 LatexCommand label
32230 name "cha:プログラムコードリスト"
32231
32232 \end_inset
32233
32234
32235 \begin_inset Index idx
32236 status collapsed
32237
32238 \begin_layout Plain Layout
32239 りすと@リスト
32240 \end_layout
32241
32242 \end_inset
32243
32244
32245 \begin_inset Index idx
32246 status collapsed
32247
32248 \begin_layout Plain Layout
32249 ぷろぐらむこーど@プログラムコード
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \begin_inset Index idx
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259 ふろーと@フロート ! りすと@リスト
32260 \end_layout
32261
32262 \end_inset
32263
32264
32265 \end_layout
32266
32267 \begin_layout Standard
32268 プログラムコードを取り込んで組版するには、
32269 \family sans
32270 挿入
32271 \family default
32272 \SpecialChar \menuseparator
32273
32274 \family sans
32275 プログラムリスト
32276 \family default
32277 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
32278 \series bold
32279 listings
32280 \series default
32281
32282 \begin_inset Index idx
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32287 \end_layout
32288
32289 \end_inset
32290
32291 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
32292 \end_layout
32293
32294 \begin_layout Standard
32295 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
32296 \end_layout
32297
32298 \begin_layout Standard
32299 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
32300 \family sans
32301 行内リスト
32302 \family default
32303 を指定すると、リストは
32304 \begin_inset listings
32305 lstparams "language={C++}"
32306 inline true
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310
32311 int a=5;
32312 \end_layout
32313
32314 \end_inset
32315
32316 のように行内に印字されます。
32317 \begin_inset Newline newline
32318 \end_inset
32319
32320
32321 \family sans
32322 フロート
32323 \family default
32324 オプションは、プログラムリストフロートを生成するものですが、ここで、第
32325 \begin_inset CommandInset ref
32326 LatexCommand ref
32327 reference "sec:フロートの配置"
32328
32329 \end_inset
32330
32331 節に説明されているフロート配置オプションに従って、「
32332 \family sans
32333 h
32334 \family default
32335 」「
32336 \family sans
32337 t
32338 \family default
32339 」「
32340 \family sans
32341 b
32342 \family default
32343 」「
32344 \family sans
32345 p
32346 \family default
32347 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
32348 \family sans
32349 htbp
32350 \family default
32351 」のように区切りを入れることなく入力することができます。「
32352 \family sans
32353 h
32354 \family default
32355 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
32356 \family sans
32357 フロート
32358 \family default
32359 オプションを使用しなければ大丈夫です。
32360 \end_layout
32361
32362 \begin_layout Standard
32363
32364 \family sans
32365 挿入
32366 \family default
32367 \SpecialChar \menuseparator
32368
32369 \family sans
32370 キャプション
32371 \family default
32372 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
32373 \begin_inset CommandInset ref
32374 LatexCommand ref
32375 reference "lst:リストフロート"
32376
32377 \end_inset
32378
32379 のように参照することができます。
32380 \end_layout
32381
32382 \begin_layout Standard
32383 \begin_inset listings
32384 lstparams "language=Python"
32385 inline false
32386 status open
32387
32388 \begin_layout Plain Layout
32389
32390 \begin_inset Caption
32391
32392 \begin_layout Plain Layout
32393 \begin_inset CommandInset label
32394 LatexCommand label
32395 name "lst:リストフロート"
32396
32397 \end_inset
32398
32399 Example Listing Float
32400 \end_layout
32401
32402 \end_inset
32403
32404 # Example listing float
32405 \end_layout
32406
32407 \begin_layout Plain Layout
32408
32409 def func(param):
32410 \end_layout
32411
32412 \begin_layout Plain Layout
32413
32414     'this is a python function'
32415 \end_layout
32416
32417 \begin_layout Plain Layout
32418
32419     pass
32420 \end_layout
32421
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \begin_layout Standard
32428 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
32429 onのキーワード「def」が識別され、ボールド体で出力されます。
32430 \end_layout
32431
32432 \begin_layout Standard
32433 \begin_inset Note Greyedout
32434 status open
32435
32436 \begin_layout Plain Layout
32437
32438 \series bold
32439 【註】
32440 \series default
32441 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
32442 \family typewriter
32443 typewriter
32444 \family default
32445 フォントがボールド体を提供していません。この場合には、
32446 \family sans
32447 文書
32448 \family default
32449 \SpecialChar \menuseparator
32450
32451 \family sans
32452 設定
32453 \family default
32454 \SpecialChar \menuseparator
32455
32456 \family sans
32457 フォント
32458 \family default
32459 メニューで別のフォントを選択してください(
32460 \emph on
32461 LuxiMono
32462 \emph default
32463
32464 \emph on
32465 BeraMono
32466 \emph default
32467
32468 \emph on
32469 Courier
32470 \emph default
32471 の各フォントはボールド体を提供します)。
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Standard
32480 \begin_inset Note Greyedout
32481 status open
32482
32483 \begin_layout Plain Layout
32484
32485 \series bold
32486 【訳註】
32487 \series default
32488 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \begin_layout Standard
32497 プログラムリストダイアログの
32498 \family sans
32499 行番号
32500 \family default
32501 のセクションでは、行番号の様式を指定することができます。
32502 \family sans
32503 行間
32504 \family default
32505 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
32506 \end_layout
32507
32508 \begin_layout Standard
32509 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
32510 \family sans
32511 拡張文字コード表を使う
32512 \family default
32513 オプションを使用しなくてはなりません。
32514 \begin_inset Newline newline
32515 \end_inset
32516
32517 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
32518 \begin_inset space \thinspace{}
32519 \end_inset
32520
32521 -
32522 \begin_inset space \thinspace{}
32523 \end_inset
32524
32525 8」で設定したプログラムリストの例です。
32526 \end_layout
32527
32528 \begin_layout Standard
32529 \begin_inset listings
32530 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32531 inline false
32532 status open
32533
32534 \begin_layout Plain Layout
32535
32536 def func(param):
32537 \end_layout
32538
32539 \begin_layout Plain Layout
32540
32541     'this is a python function'
32542 \end_layout
32543
32544 \begin_layout Plain Layout
32545
32546     pass
32547 \end_layout
32548
32549 \begin_layout Plain Layout
32550
32551 def func(param):
32552 \end_layout
32553
32554 \begin_layout Plain Layout
32555
32556 'This is a German word: Tschüß'
32557 \end_layout
32558
32559 \begin_layout Plain Layout
32560
32561 pass
32562 \end_layout
32563
32564 \begin_layout Plain Layout
32565
32566 def func(param):
32567 \end_layout
32568
32569 \begin_layout Plain Layout
32570
32571 'this is a python function'
32572 \end_layout
32573
32574 \begin_layout Plain Layout
32575
32576 pass
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \begin_layout Standard
32585 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
32586 \family sans
32587 タビュレータの大きさ
32588 \family default
32589 フィールドで指定することができます。
32590 \end_layout
32591
32592 \begin_layout Standard
32593 \begin_inset Note Greyedout
32594 status open
32595
32596 \begin_layout Plain Layout
32597
32598 \series bold
32599 【註】listings
32600 \series default
32601 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
32602 に振られているのはこのためです。
32603 \end_layout
32604
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \begin_layout Standard
32611 \begin_inset VSpace bigskip
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Standard
32618 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
32619 \family sans
32620 挿入
32621 \family default
32622 \SpecialChar \menuseparator
32623
32624 \family sans
32625 ファイル
32626 \family default
32627 \SpecialChar \menuseparator
32628
32629 \family sans
32630 子文書
32631 \family default
32632 メニューを使用して
32633 \family sans
32634 プログラムリスト
32635 \family default
32636 型を選択してください
32637 \begin_inset Foot
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641 他の子文書型については、第 section
32642 \begin_inset space ~
32643 \end_inset
32644
32645
32646 \begin_inset CommandInset ref
32647 LatexCommand ref
32648 reference "sec:子文書"
32649
32650 \end_inset
32651
32652 節に説明があります。
32653 \end_layout
32654
32655 \end_inset
32656
32657 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
32658 疑問符「?」を打鍵してください。
32659 \end_layout
32660
32661 \begin_layout Standard
32662 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
32663 \family sans
32664 挿入
32665 \family default
32666 \SpecialChar \menuseparator
32667
32668 \family sans
32669 相互参照
32670 \family default
32671 メニューを使って参照できるようになります。
32672 \end_layout
32673
32674 \begin_layout Standard
32675 プログラムリスト
32676 \begin_inset CommandInset ref
32677 LatexCommand ref
32678 reference "lst:file-listing"
32679
32680 \end_inset
32681
32682 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
32683 \end_layout
32684
32685 \begin_layout Standard
32686 \begin_inset CommandInset include
32687 LatexCommand lstinputlisting
32688 filename "EmbeddedObjects.lyx"
32689 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Standard
32697 \begin_inset VSpace bigskip
32698 \end_inset
32699
32700
32701 \end_layout
32702
32703 \begin_layout Standard
32704 リストに数式を入れるには、以下のようにします。
32705 \end_layout
32706
32707 \begin_layout Enumerate
32708 リストダイアログを開き、
32709 \family sans
32710 詳細
32711 \family default
32712 タブのフィールド中に
32713 \begin_inset Newline newline
32714 \end_inset
32715
32716
32717 \family sans
32718 mathescape=true
32719 \family default
32720
32721 \begin_inset Newline newline
32722 \end_inset
32723
32724 と書き加えます。
32725 \end_layout
32726
32727 \begin_layout Enumerate
32728 リスト外で数式を作成します。
32729 \end_layout
32730
32731 \begin_layout Enumerate
32732 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
32733 \begin_inset Info
32734 type  "shortcut"
32735 arg   "copy"
32736 \end_inset
32737
32738 )。
32739 \end_layout
32740
32741 \begin_layout Enumerate
32742 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
32743 \begin_inset Info
32744 type  "shortcut"
32745 arg   "paste"
32746 \end_inset
32747
32748 )。
32749 \end_layout
32750
32751 \begin_layout Standard
32752 \begin_inset listings
32753 lstparams "language=Python,mathescape=true"
32754 inline false
32755 status open
32756
32757 \begin_layout Plain Layout
32758
32759 \begin_inset Caption
32760
32761 \begin_layout Plain Layout
32762 Example Listing float containing a formula
32763 \end_layout
32764
32765 \end_inset
32766
32767 # Example listing float
32768 \end_layout
32769
32770 \begin_layout Plain Layout
32771
32772 def func(param):
32773 \end_layout
32774
32775 \begin_layout Plain Layout
32776
32777     # $
32778 \backslash
32779 prod_{n=1}^{
32780 \backslash
32781 infty}
32782 \backslash
32783 ,
32784 \backslash
32785 frac{1}{x^{2}}$
32786 \end_layout
32787
32788 \begin_layout Plain Layout
32789
32790     pass
32791 \end_layout
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Standard
32799 \begin_inset VSpace bigskip
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Standard
32806 大域的なプログラムリストの設定は、
32807 \family sans
32808 文書
32809 \family default
32810 \SpecialChar \menuseparator
32811
32812 \family sans
32813 設定
32814 \family default
32815 \SpecialChar \menuseparator
32816
32817 \family sans
32818 リスト
32819 \family default
32820 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
32821 \family sans
32822 プログラムリスト設定
32823 \family default
32824 フィールドで疑問符「?」を打鍵してください。
32825 \end_layout
32826
32827 \begin_layout Standard
32828
32829 \series bold
32830 listings
32831 \series default
32832 パッケージについての詳しい情報については、取扱説明書
32833 \begin_inset CommandInset citation
32834 LatexCommand cite
32835 key "listings"
32836
32837 \end_inset
32838
32839 をご参照ください。.
32840 \end_layout
32841
32842 \begin_layout Standard
32843 \begin_inset Newpage newpage
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \begin_layout Chapter
32850 \start_of_appendix
32851 LyXで使用できる単位
32852 \begin_inset Index idx
32853 status collapsed
32854
32855 \begin_layout Plain Layout
32856 たんい@単位
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \begin_inset CommandInset label
32863 LatexCommand label
32864 name "cha:LyXで使用できる単位"
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \begin_layout Standard
32872 この文書で用いられる単位の理解のために、表
32873 \begin_inset CommandInset ref
32874 LatexCommand ref
32875 reference "tab:単位"
32876
32877 \end_inset
32878
32879 に、LyXで使うことのできる単位をまとめておきます。
32880 \end_layout
32881
32882 \begin_layout Standard
32883 \begin_inset Float table
32884 placement h
32885 wide false
32886 sideways false
32887 status open
32888
32889 \begin_layout Plain Layout
32890 \begin_inset Caption
32891
32892 \begin_layout Plain Layout
32893 \begin_inset CommandInset label
32894 LatexCommand label
32895 name "tab:単位"
32896
32897 \end_inset
32898
32899 単位
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Plain Layout
32908 \begin_inset VSpace medskip
32909 \end_inset
32910
32911
32912 \end_layout
32913
32914 \begin_layout Plain Layout
32915 \align center
32916 \begin_inset Tabular
32917 <lyxtabular version="3" rows="20" columns="2">
32918 <features tabularvalignment="middle">
32919 <column alignment="center" valignment="top" width="0">
32920 <column alignment="center" valignment="top" width="0">
32921 <row>
32922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 単位
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout Plain Layout
32935 名称/摘要
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 </row>
32941 <row>
32942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 mm
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955 ミリメートル
32956 \end_layout
32957
32958 \end_inset
32959 </cell>
32960 </row>
32961 <row>
32962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32963 \begin_inset Text
32964
32965 \begin_layout Plain Layout
32966 cm
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32972 \begin_inset Text
32973
32974 \begin_layout Plain Layout
32975 センチメートル
32976 \end_layout
32977
32978 \end_inset
32979 </cell>
32980 </row>
32981 <row>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 in
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995 インチ
32996 \end_layout
32997
32998 \end_inset
32999 </cell>
33000 </row>
33001 <row>
33002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33003 \begin_inset Text
33004
33005 \begin_layout Plain Layout
33006 pt
33007 \end_layout
33008
33009 \end_inset
33010 </cell>
33011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33012 \begin_inset Text
33013
33014 \begin_layout Plain Layout
33015 ポイント (72.27
33016 \begin_inset Formula $\,$
33017 \end_inset
33018
33019 pt = 1
33020 \begin_inset Formula $\,$
33021 \end_inset
33022
33023 in)
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 </row>
33029 <row>
33030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 pc
33035 \end_layout
33036
33037 \end_inset
33038 </cell>
33039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043 パイカ (1
33044 \begin_inset Formula $\,$
33045 \end_inset
33046
33047 pc = 12
33048 \begin_inset Formula $\,$
33049 \end_inset
33050
33051 pt)
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 </row>
33057 <row>
33058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 sp
33063 \end_layout
33064
33065 \end_inset
33066 </cell>
33067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 スケールポイント (65536
33072 \begin_inset Formula $\,$
33073 \end_inset
33074
33075 sp = 1
33076 \begin_inset Formula $\,$
33077 \end_inset
33078
33079 pt)
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 bp
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 ビッグポイント (72
33100 \begin_inset Formula $\,$
33101 \end_inset
33102
33103 bp = 1
33104 \begin_inset Formula $\,$
33105 \end_inset
33106
33107 in)
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 </row>
33113 <row>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 dd
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 ディドー (72
33128 \begin_inset Formula $\,$
33129 \end_inset
33130
33131 dd 
33132 \begin_inset Formula $\approx$
33133 \end_inset
33134
33135  37.6
33136 \begin_inset Formula $\,$
33137 \end_inset
33138
33139 mm)
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 </row>
33145 <row>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 cc
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 シセロ (1
33160 \begin_inset Formula $\,$
33161 \end_inset
33162
33163 cc = 12
33164 \begin_inset Formula $\,$
33165 \end_inset
33166
33167 dd)
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 </row>
33173 <row>
33174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 Scale%
33179 \end_layout
33180
33181 \end_inset
33182 </cell>
33183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout Plain Layout
33187 元の画像幅の%
33188 \end_layout
33189
33190 \end_inset
33191 </cell>
33192 </row>
33193 <row>
33194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198 text%
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 テキスト幅の%
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 </row>
33213 <row>
33214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 col%
33219 \end_layout
33220
33221 \end_inset
33222 </cell>
33223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227 組段幅の%
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 </row>
33233 <row>
33234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238 page%
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247 用紙幅の%
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 </row>
33253 <row>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 line%
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33264 \begin_inset Text
33265
33266 \begin_layout Plain Layout
33267 行幅の%
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 </row>
33273 <row>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 theight%
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33284 \begin_inset Text
33285
33286 \begin_layout Plain Layout
33287 テキスト高さの%
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 </row>
33293 <row>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 pheight%
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Plain Layout
33307 用紙高さの%
33308 \end_layout
33309
33310 \end_inset
33311 </cell>
33312 </row>
33313 <row>
33314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Plain Layout
33318 ex
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 現在のフォントの文字「x」の高さ
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 </row>
33333 <row>
33334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 em
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 現在のフォントの文字「M」の幅
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 </row>
33353 <row>
33354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 mu
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 数式単位 (1
33368 \begin_inset Formula $\,$
33369 \end_inset
33370
33371 mu = 1/18
33372 \begin_inset Formula $\,$
33373 \end_inset
33374
33375 em)
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 </row>
33381 </lyxtabular>
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Chapter
33394 画像を含む場合のファイル出力形式
33395 \begin_inset CommandInset label
33396 LatexCommand label
33397 name "cha:ファイル出力形式"
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \begin_layout Section
33405 DVI
33406 \begin_inset Index idx
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410 ふぁいるしょしき@ファイル書式 ! DVI
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \begin_inset Index idx
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 DVI|see
33421 \begin_inset ERT
33422 status collapsed
33423
33424 \begin_layout Plain Layout
33425
33426 {
33427 \end_layout
33428
33429 \end_inset
33430
33431 ファイル書式
33432 \begin_inset ERT
33433 status collapsed
33434
33435 \begin_layout Plain Layout
33436
33437 }
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Standard
33451 このファイル型の拡張子は「
33452 \family typewriter
33453 .dvi
33454 \family default
33455 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
33456 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
33457 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset Note Greyedout
33462 status open
33463
33464 \begin_layout Plain Layout
33465 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
33466 \end_layout
33467
33468 \end_inset
33469
33470 ですから、お使いの
33471 \family typewriter
33472 .dvi
33473 \family default
33474 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
33475 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
33476 DFを使用することをお勧めします。
33477 \end_layout
33478
33479 \begin_layout Standard
33480 使用中の文書は、
33481 \family sans
33482 ファイル
33483 \family default
33484 \SpecialChar \menuseparator
33485
33486 \family sans
33487 書き出し
33488 \family default
33489 \SpecialChar \menuseparator
33490
33491 \family sans
33492 DVI
33493 \family default
33494 メニューを使用して、DVIに書き出すことができます。また、
33495 \family sans
33496 表示
33497 \family default
33498 メニューかツールバーボタン
33499 \begin_inset Graphics
33500         filename ../../images/buffer-view_dvi.png
33501         scale 85
33502         scaleBeforeRotation
33503
33504 \end_inset
33505
33506 を使用すれば、使用中の文書をDVIで表示させることができます。
33507 \end_layout
33508
33509 \begin_layout Section
33510 PostScript
33511 \begin_inset CommandInset label
33512 LatexCommand label
33513 name "sec:PostScript"
33514
33515 \end_inset
33516
33517
33518 \begin_inset Index idx
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522 ふぁいるしょしき@ファイル書式 ! PostScript
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \begin_inset Index idx
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 PostScript|see
33533 \begin_inset ERT
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537
33538 {
33539 \end_layout
33540
33541 \end_inset
33542
33543 ファイル書式
33544 \begin_inset ERT
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548
33549 }
33550 \end_layout
33551
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \end_inset
33558
33559
33560 \end_layout
33561
33562 \begin_layout Standard
33563 このファイル型の拡張子は「
33564 \family typewriter
33565 .ps
33566 \family default
33567 」です。PostScriptは、
33568 \family typewriter
33569 Adobe
33570 \family default
33571 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
33572 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
33573 \begin_inset Foot
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577 これについてもう少し学ぶ気があれば、LaTeXパッケージ
33578 \series bold
33579 PSTricks
33580 \series default
33581
33582 \begin_inset CommandInset citation
33583 LatexCommand cite
33584 key "pstricks"
33585
33586 \end_inset
33587
33588 を見てみてください。
33589 \end_layout
33590
33591 \end_inset
33592
33593 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
33594 \end_layout
33595
33596 \begin_layout Standard
33597 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
33598 \family typewriter
33599 .eps
33600 \family default
33601 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
33602 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
33603 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
33604 を直接EPSとして入れておく方がよいでしょう。
33605 \end_layout
33606
33607 \begin_layout Standard
33608 文書は、
33609 \family sans
33610 ファイル
33611 \family default
33612 \SpecialChar \menuseparator
33613
33614 \family sans
33615 書き出し
33616 \family default
33617 \SpecialChar \menuseparator
33618
33619 \family sans
33620 Postscript
33621 \family default
33622 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
33623 \family sans
33624 表示
33625 \family default
33626 メニューかツールバーボタン
33627 \begin_inset Graphics
33628         filename ../../images/buffer-view_ps.png
33629         scale 85
33630         scaleBeforeRotation
33631
33632 \end_inset
33633
33634 を使用することでPostScriptとして表示させることができます。
33635 \end_layout
33636
33637 \begin_layout Section
33638 PDF
33639 \begin_inset Index idx
33640 status collapsed
33641
33642 \begin_layout Plain Layout
33643 ふぁいるしょしき@ファイル書式 ! PDF
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \begin_inset Index idx
33650 status collapsed
33651
33652 \begin_layout Plain Layout
33653 PDF
33654 \end_layout
33655
33656 \end_inset
33657
33658
33659 \end_layout
33660
33661 \begin_layout Standard
33662 このファイル型の拡張子は「
33663 \family typewriter
33664 .pdf
33665 \family default
33666 」です。この「Portable Document Format (PDF)」は、
33667 \family typewriter
33668 Adobe
33669 \family default
33670 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
33671 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
33672 \end_layout
33673
33674 \begin_layout Standard
33675 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
33676 \family typewriter
33677 .jpg
33678 \family default
33679 」または「
33680 \family typewriter
33681 .jpeg
33682 \family default
33683 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
33684 \family typewriter
33685 .png
33686 \family default
33687 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
33688 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
33689 とをお勧めします。
33690 \end_layout
33691
33692 \begin_layout Standard
33693 使用中の文書は、
33694 \family sans
33695 ファイル
33696 \family default
33697 \SpecialChar \menuseparator
33698
33699 \family sans
33700 書き出し
33701 \family default
33702 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
33703 \end_layout
33704
33705 \begin_layout Description
33706 PDF
33707 \begin_inset space ~
33708 \end_inset
33709
33710 (ps2pdf) これは
33711 \family typewriter
33712 ps2pdf
33713 \family default
33714 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
33715 \family typewriter
33716 dvips
33717 \family default
33718 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
33719 \end_layout
33720
33721 \begin_layout Description
33722 PDF
33723 \begin_inset space ~
33724 \end_inset
33725
33726 (dvipdfm) これは
33727 \family typewriter
33728 dvipdfm
33729 \family default
33730 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
33731 \end_layout
33732
33733 \begin_layout Description
33734 PDF
33735 \begin_inset space ~
33736 \end_inset
33737
33738 (pdflatex) これは
33739 \family typewriter
33740 pdftex
33741 \family default
33742 プログラムを使って、現在のファイルを直接PDFに変換します。
33743 \end_layout
33744
33745 \begin_layout Standard
33746
33747 \family typewriter
33748 pdftex
33749 \family default
33750 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
33751 \family sans
33752 PDF
33753 \begin_inset space ~
33754 \end_inset
33755
33756 (pdflatex)
33757 \family default
33758 を使用することが推奨されます。
33759 \family typewriter
33760 dvipdfm
33761 \family default
33762 プログラムは開発が停止しており、若干時代遅れになっています。
33763 \end_layout
33764
33765 \begin_layout Standard
33766 使用中の文書をPDFとして表示するには、
33767 \family sans
33768 表示
33769 \family default
33770 メニューかツールバーボタン
33771 \begin_inset Graphics
33772         filename ../../images/buffer-view_pdf2.png
33773         scale 85
33774         scaleBeforeRotation
33775
33776 \end_inset
33777
33778 (これは
33779 \family sans
33780 PDF
33781 \begin_inset space ~
33782 \end_inset
33783
33784 (pdflatex)
33785 \family default
33786 を使用します)を用います。
33787 \end_layout
33788
33789 \begin_layout Chapter
33790 第(
33791 \begin_inset CommandInset ref
33792 LatexCommand ref
33793 reference "eq:Wgn"
33794
33795 \end_inset
33796
33797 )式の説明
33798 \begin_inset CommandInset label
33799 LatexCommand label
33800 name "cha:式の説明"
33801
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Standard
33808 \begin_inset Formula $n$
33809 \end_inset
33810
33811 個の表セルの全幅
33812 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33813 \end_inset
33814
33815
33816 \end_layout
33817
33818 \begin_layout Standard
33819 \begin_inset Formula 
33820 \begin{equation}
33821 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
33822 \end{equation}
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 で計算できます。ここで
33831 \begin_inset Formula $W_{g\, n}$
33832 \end_inset
33833
33834 は、すべてのセルが持つ固定幅です。
33835 \series bold
33836
33837 \backslash
33838 tabcolsep
33839 \series default
33840 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
33841 \begin_inset space \thinspace{}
33842 \end_inset
33843
33844 ptです。
33845 \series bold
33846
33847 \backslash
33848 arrayrulewidth
33849 \series default
33850 は、セル罫線幅であり、既定値は0.4
33851 \begin_inset space \thinspace{}
33852 \end_inset
33853
33854 ptです。
33855 \end_layout
33856
33857 \begin_layout Standard
33858
33859 \begin_inset CommandInset ref
33860 LatexCommand eqref
33861 reference "eq:Wtot_n"
33862
33863 \end_inset
33864
33865 式にしたがえば、連結列の全幅
33866 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset Formula 
33874 \begin{equation}
33875 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
33876 \end{equation}
33877
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Standard
33884 となります。
33885 \begin_inset Formula $n$
33886 \end_inset
33887
33888 列を連結する時には各列の全幅は
33889 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33890 \end_inset
33891
33892 となるので、第
33893 \begin_inset CommandInset ref
33894 LatexCommand eqref
33895 reference "eq:Wtot_n"
33896
33897 \end_inset
33898
33899 式と第
33900 \begin_inset CommandInset ref
33901 LatexCommand eqref
33902 reference "eq:Wtot_mult"
33903
33904 \end_inset
33905
33906 式が等しいものと置けば、必要となる固定幅
33907 \begin_inset Formula $W_{g\, n}$
33908 \end_inset
33909
33910 を計算することができて、
33911 \end_layout
33912
33913 \begin_layout Standard
33914 \begin_inset Formula 
33915 \begin{equation}
33916 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
33917 \end{equation}
33918
33919 \end_inset
33920
33921 となります。
33922 \end_layout
33923
33924 \begin_layout Bibliography
33925 \labelwidthstring 参考文献
33926 \begin_inset CommandInset bibitem
33927 LatexCommand bibitem
33928 key "latexcompanion"
33929
33930 \end_inset
33931
33932 Frank Mittelbach and Michel Goossens: 
33933 \emph on
33934 The LaTeX Companion Second Edition.
33935
33936 \emph default
33937  Addison-Wesley, 2004
33938 \end_layout
33939
33940 \begin_layout Bibliography
33941 \labelwidthstring 参考文献
33942 \begin_inset CommandInset bibitem
33943 LatexCommand bibitem
33944 key "latexguide"
33945
33946 \end_inset
33947
33948 Helmut Kopka and Patrick W.
33949  Daly: 
33950 \emph on
33951 A Guide to LaTeX Fourth Edition.
33952
33953 \emph default
33954  Addison-Wesley, 2003
33955 \end_layout
33956
33957 \begin_layout Bibliography
33958 \labelwidthstring 参考文献
33959 \begin_inset CommandInset bibitem
33960 LatexCommand bibitem
33961 key "latexbook"
33962
33963 \end_inset
33964
33965 Leslie Lamport: 
33966 \emph on
33967 LaTeX: A Document Preparation System.
33968
33969 \emph default
33970  Addison-Wesley, second edition, 1994
33971 \end_layout
33972
33973 \begin_layout Bibliography
33974 \labelwidthstring 参考文献
33975 \begin_inset CommandInset bibitem
33976 LatexCommand bibitem
33977 key "booktabs"
33978
33979 \end_inset
33980
33981 LaTeXパッケージ
33982 \series bold
33983
33984 \begin_inset CommandInset href
33985 LatexCommand href
33986 name "booktabs"
33987 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33988
33989 \end_inset
33990
33991
33992 \series default
33993
33994 \begin_inset Index idx
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
33999 \end_layout
34000
34001 \end_inset
34002
34003 の取扱説明書
34004 \end_layout
34005
34006 \begin_layout Bibliography
34007 \labelwidthstring 参考文献
34008 \begin_inset CommandInset bibitem
34009 LatexCommand bibitem
34010 key "caption"
34011
34012 \end_inset
34013
34014 LaTeXパッケージ
34015 \series bold
34016
34017 \begin_inset CommandInset href
34018 LatexCommand href
34019 name "caption"
34020 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34021
34022 \end_inset
34023
34024
34025 \series default
34026
34027 \begin_inset Index idx
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031 LaTeXぱっけーじ@LaTeXパッケージ ! caption
34032 \end_layout
34033
34034 \end_inset
34035
34036 の取扱説明書
34037 \end_layout
34038
34039 \begin_layout Bibliography
34040 \labelwidthstring 参考文献
34041 \begin_inset CommandInset bibitem
34042 LatexCommand bibitem
34043 key "endfloat"
34044
34045 \end_inset
34046
34047 LaTeXパッケージ
34048 \series bold
34049
34050 \begin_inset CommandInset href
34051 LatexCommand href
34052 name "endfloat"
34053 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34054
34055 \end_inset
34056
34057
34058 \series default
34059
34060 \begin_inset Index idx
34061 status collapsed
34062
34063 \begin_layout Plain Layout
34064 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
34065 \end_layout
34066
34067 \end_inset
34068
34069 の取扱説明書
34070 \end_layout
34071
34072 \begin_layout Bibliography
34073 \labelwidthstring 参考文献
34074 \begin_inset CommandInset bibitem
34075 LatexCommand bibitem
34076 key "wrapfig"
34077
34078 \end_inset
34079
34080 LaTeXパッケージ
34081 \series bold
34082
34083 \begin_inset CommandInset href
34084 LatexCommand href
34085 name "wrapfig"
34086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34087
34088 \end_inset
34089
34090
34091 \series default
34092
34093 \begin_inset Index idx
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34098 \end_layout
34099
34100 \end_inset
34101
34102 の取扱説明書
34103 \end_layout
34104
34105 \begin_layout Bibliography
34106 \labelwidthstring 参考文献
34107 \begin_inset CommandInset bibitem
34108 LatexCommand bibitem
34109 key "footmisc"
34110
34111 \end_inset
34112
34113 LaTeXパッケージ
34114 \series bold
34115
34116 \begin_inset CommandInset href
34117 LatexCommand href
34118 name "footmisc"
34119 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34120
34121 \end_inset
34122
34123
34124 \series default
34125
34126 \begin_inset Index idx
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
34131 \end_layout
34132
34133 \end_inset
34134
34135 の取扱説明書
34136 \end_layout
34137
34138 \begin_layout Bibliography
34139 \labelwidthstring 参考文献
34140 \begin_inset CommandInset bibitem
34141 LatexCommand bibitem
34142 key "hypcap"
34143
34144 \end_inset
34145
34146 LaTeXパッケージ
34147 \series bold
34148
34149 \begin_inset CommandInset href
34150 LatexCommand href
34151 name "hypcap"
34152 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34153
34154 \end_inset
34155
34156
34157 \series default
34158
34159 \begin_inset Index idx
34160 status collapsed
34161
34162 \begin_layout Plain Layout
34163 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34164 \end_layout
34165
34166 \end_inset
34167
34168 の取扱説明書
34169 \end_layout
34170
34171 \begin_layout Bibliography
34172 \labelwidthstring 参考文献
34173 \begin_inset CommandInset bibitem
34174 LatexCommand bibitem
34175 key "hyperref"
34176
34177 \end_inset
34178
34179 LaTeXパッケージ
34180 \series bold
34181
34182 \begin_inset CommandInset href
34183 LatexCommand href
34184 name "hyperref"
34185 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34186
34187 \end_inset
34188
34189
34190 \series default
34191
34192 \begin_inset Index idx
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34197 \end_layout
34198
34199 \end_inset
34200
34201 の取扱説明書
34202 \end_layout
34203
34204 \begin_layout Bibliography
34205 \labelwidthstring 参考文献
34206 \begin_inset CommandInset bibitem
34207 LatexCommand bibitem
34208 key "KOMA-script"
34209
34210 \end_inset
34211
34212 LaTeXパッケージ
34213 \series bold
34214
34215 \begin_inset CommandInset href
34216 LatexCommand href
34217 name "KOMA-script"
34218 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34219
34220 \end_inset
34221
34222
34223 \series default
34224
34225 \begin_inset Index idx
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
34230 \end_layout
34231
34232 \end_inset
34233
34234 の取扱説明書
34235 \end_layout
34236
34237 \begin_layout Bibliography
34238 \labelwidthstring 参考文献
34239 \begin_inset CommandInset bibitem
34240 LatexCommand bibitem
34241 key "listings"
34242
34243 \end_inset
34244
34245 LaTeXパッケージ
34246 \series bold
34247
34248 \begin_inset CommandInset href
34249 LatexCommand href
34250 name "listings"
34251 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34252
34253 \end_inset
34254
34255
34256 \series default
34257
34258 \begin_inset Index idx
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262 LaTeXぱっけーじ@LaTeXパッケージ ! listings
34263 \end_layout
34264
34265 \end_inset
34266
34267 の取扱説明書
34268 \end_layout
34269
34270 \begin_layout Bibliography
34271 \labelwidthstring 参考文献
34272 \begin_inset CommandInset bibitem
34273 LatexCommand bibitem
34274 key "marginnote"
34275
34276 \end_inset
34277
34278 LaTeXパッケージ
34279 \series bold
34280
34281 \begin_inset CommandInset href
34282 LatexCommand href
34283 name "marginnote"
34284 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34285
34286 \end_inset
34287
34288
34289 \series default
34290
34291 \begin_inset Index idx
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
34296 \end_layout
34297
34298 \end_inset
34299
34300 の取扱説明書
34301 \end_layout
34302
34303 \begin_layout Bibliography
34304 \labelwidthstring 参考文献
34305 \begin_inset CommandInset bibitem
34306 LatexCommand bibitem
34307 key "lettrine"
34308
34309 \end_inset
34310
34311 LaTeXパッケージ 
34312 \series bold
34313
34314 \begin_inset CommandInset href
34315 LatexCommand href
34316 name "lettrine"
34317 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
34318
34319 \end_inset
34320
34321
34322 \series default
34323  
34324 \lang english
34325 and an
34326 \lang japanese
34327  
34328 \begin_inset CommandInset href
34329 LatexCommand href
34330 name "example"
34331 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
34332
34333 \end_inset
34334
34335
34336 \begin_inset Index idx
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34341 \end_layout
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Bibliography
34349 \labelwidthstring 参考文献
34350 \begin_inset CommandInset bibitem
34351 LatexCommand bibitem
34352 key "pstricks"
34353
34354 \end_inset
34355
34356 LaTeXパッケージ
34357 \series bold
34358
34359 \begin_inset CommandInset href
34360 LatexCommand href
34361 name "PSTricks"
34362 target "http://tug.org/PSTricks/"
34363
34364 \end_inset
34365
34366
34367 \series default
34368
34369 \begin_inset Index idx
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
34374 \end_layout
34375
34376 \end_inset
34377
34378 のウェブページ
34379 \end_layout
34380
34381 \begin_layout Bibliography
34382 \labelwidthstring 参考文献
34383 \begin_inset CommandInset bibitem
34384 LatexCommand bibitem
34385 key "sidecap"
34386
34387 \end_inset
34388
34389 LaTeXパッケージ
34390 \series bold
34391
34392 \begin_inset CommandInset href
34393 LatexCommand href
34394 name "sidecap"
34395 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34396
34397 \end_inset
34398
34399
34400 \series default
34401
34402 \begin_inset Index idx
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
34407 \end_layout
34408
34409 \end_inset
34410
34411 の取扱説明書
34412 \end_layout
34413
34414 \begin_layout Bibliography
34415 \labelwidthstring 参考文献
34416 \begin_inset CommandInset bibitem
34417 LatexCommand bibitem
34418 key "prettyref"
34419
34420 \end_inset
34421
34422 LaTeXパッケージ
34423 \series bold
34424
34425 \begin_inset CommandInset href
34426 LatexCommand href
34427 name "prettyref"
34428 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34429
34430 \end_inset
34431
34432
34433 \series default
34434
34435 \begin_inset Index idx
34436 status collapsed
34437
34438 \begin_layout Plain Layout
34439 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
34440 \end_layout
34441
34442 \end_inset
34443
34444
34445 \end_layout
34446
34447 \begin_layout Bibliography
34448 \labelwidthstring 参考文献
34449 \begin_inset CommandInset bibitem
34450 LatexCommand bibitem
34451 key "refstyle"
34452
34453 \end_inset
34454
34455 LaTeXパッケージ
34456 \series bold
34457
34458 \begin_inset CommandInset href
34459 LatexCommand href
34460 name "refstyle"
34461 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34462
34463 \end_inset
34464
34465
34466 \series default
34467
34468 \begin_inset Index idx
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \begin_layout Bibliography
34481 \labelwidthstring 参考文献
34482 \begin_inset CommandInset bibitem
34483 LatexCommand bibitem
34484 key "NewInLyX20"
34485
34486 \end_inset
34487
34488
34489 \family sans
34490 LyX 2.0
34491 \family default
34492 の新機能に関する
34493 \begin_inset CommandInset href
34494 LatexCommand href
34495 name "Wikiページ"
34496 target "http://wiki.lyx.org/LyX/NewInLyX20"
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Standard
34504 \begin_inset CommandInset index_print
34505 LatexCommand printindex
34506 type "idx"
34507
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \end_body
34514 \end_document