]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe a limitation of multirows
[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 \usepackage{t1enc}
163 \renewcommand{\seename}{→}
164
165 \usepackage{subfig}
166 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
167 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
168 \end_preamble
169 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
170 \use_default_options false
171 \begin_modules
172 initials
173 \end_modules
174 \maintain_unincluded_children false
175 \language japanese
176 \language_package default
177 \inputencoding auto
178 \fontencoding global
179 \font_roman default
180 \font_sans default
181 \font_typewriter default
182 \font_default_family default
183 \use_non_tex_fonts false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188
189 \graphics default
190 \default_output_format default
191 \output_sync 0
192 \bibtex_command default
193 \index_command default
194 \paperfontsize 12
195 \spacing single
196 \use_hyperref true
197 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
198 \pdf_author "LyX Team, Uwe Stohr"
199 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
200 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
201 \pdf_bookmarks true
202 \pdf_bookmarksnumbered true
203 \pdf_bookmarksopen true
204 \pdf_bookmarksopenlevel 1
205 \pdf_breaklinks false
206 \pdf_pdfborder false
207 \pdf_colorlinks true
208 \pdf_backref false
209 \pdf_pdfusetitle false
210 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
211 \papersize a4paper
212 \use_geometry true
213 \use_amsmath 2
214 \use_esint 0
215 \use_mhchem 1
216 \use_mathdots 1
217 \cite_engine basic
218 \use_bibtopic false
219 \use_indices false
220 \paperorientation portrait
221 \suppress_date false
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index 索引
225 \shortcut idx
226 \color #008000
227 \end_index
228 \leftmargin 2.5cm
229 \topmargin 2.5cm
230 \rightmargin 2.5cm
231 \bottommargin 3cm
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation skip
235 \defskip medskip
236 \quotes_language english
237 \papercolumns 1
238 \papersides 2
239 \paperpagestyle default
240 \bullet 1 1 34 -1
241 \bullet 2 2 35 -1
242 \bullet 3 2 7 -1
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
254 \end_layout
255
256 \begin_layout Author
257 LyXプロジェクトチーム
258 \begin_inset Foot
259 status collapsed
260
261 \begin_layout Plain Layout
262 \noindent
263 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
264 \begin_inset CommandInset href
265 LatexCommand href
266 name "lyx-docs@lists.lyx.org"
267 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
268 type "mailto:"
269
270 \end_inset
271
272  までお送り下さい。
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Note Note
279 status collapsed
280
281 \begin_layout Plain Layout
282 著者:Uwe Stöhr
283 \end_layout
284
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \family sans
297 バージョン2.0.x
298 \end_layout
299
300 \begin_layout Standard
301 \begin_inset CommandInset toc
302 LatexCommand tableofcontents
303
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset Note Note
311 status open
312
313 \begin_layout Plain Layout
314 本文書の全体をPDFやPS、DVIに書き出すには、
315 \series bold
316 arydshln
317 \series default
318
319 \series bold
320 colortbl
321 \series default
322
323 \series bold
324 lettrine
325 \series default
326
327 \series bold
328 marginnote
329 \series default
330
331 \series bold
332 picinpar
333 \series default
334
335 \series bold
336 sidecap
337 \series default
338 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
339 されません。
340 \end_layout
341
342 \begin_layout Plain Layout
343 本文書の最新PDF版は
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
350 \series default
351
352 \begin_inset Newline newline
353 \end_inset
354
355 にあります。
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \begin_layout Chapter
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 ず@図
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 がぞう@画像|see
380 \begin_inset ERT
381 status collapsed
382
383 \begin_layout Plain Layout
384
385 {
386 \end_layout
387
388 \end_inset
389
390
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396 }
397 \end_layout
398
399 \end_inset
400
401
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Section
410 画像ダイアログ
411 \begin_inset Index idx
412 status collapsed
413
414 \begin_layout Plain Layout
415 ず@図 ! がぞうだいあろぐ@画像ダイアログ
416 \end_layout
417
418 \end_inset
419
420
421 \begin_inset CommandInset label
422 LatexCommand label
423 name "sec:画像ダイアログ"
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Standard
431 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
432 \begin_inset Graphics
433         filename ../../images/dialog-show-new-inset_graphics.png
434         scale 85
435         scaleBeforeRotation
436
437 \end_inset
438
439 をクリックするか、
440 \family sans
441 挿入\SpecialChar \menuseparator
442 画像
443 \family default
444 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
445 \end_layout
446
447 \begin_layout Standard
448 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
449 \end_layout
450
451 \begin_layout Description
452
453 \family sans
454 画像
455 \family default
456  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
457 \begin_inset CommandInset ref
458 LatexCommand ref
459 reference "cha:LyXで使用できる単位"
460
461 \end_inset
462
463 に説明があります。
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index idx
469 status collapsed
470
471 \begin_layout Plain Layout
472 ず@図 ! のかいてん@---の回転
473 \end_layout
474
475 \end_inset
476
477 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 ず@図 ! のしんしゅく@---の伸縮
487 \end_layout
488
489 \end_inset
490
491 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
492 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
493 \family sans
494 縦横比を維持する
495 \family default
496 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
497 \begin_inset Newline newline
498 \end_inset
499
500 画像を右クリックすると現れるコンテクストメニューで
501 \family sans
502 外部で編集
503 \family default
504 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
505 ます。
506 \end_layout
507
508 \begin_layout Description
509
510 \family sans
511 切り抜き
512 \family default
513  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
514 \family sans
515 ファイルから取得
516 \family default
517 ボタンを押すことによって、自動的に計算することもできます。
518 \family sans
519 境界枠で切り抜く
520 \family default
521 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
522 \end_layout
523
524 \begin_layout Description
525
526 \family sans
527 LaTeXとLyXのオプション
528 \family default
529  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
530 \family sans
531
532 \begin_inset Newline newline
533 \end_inset
534
535 下書きモード
536 \family default
537 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
538 \family sans
539
540 \begin_inset Newline newline
541 \end_inset
542
543 エクスポートする際に解凍しない
544 \family default
545 オプションは、
546 \emph on
547 x.eps.gz
548 \emph default
549 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
550 ません。
551 \begin_inset Newline newline
552 \end_inset
553
554 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
555 \begin_inset CommandInset ref
556 LatexCommand ref
557 reference "sec:PostScript"
558
559 \end_inset
560
561 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
562 \begin_inset Newline newline
563 \end_inset
564
565
566 \series bold
567 gzip x.eps
568 \series default
569
570 \begin_inset Newline newline
571 \end_inset
572
573
574 \series bold
575 zgrep %%Bounding x.eps.gz > x.eps.bb
576 \series default
577
578 \begin_inset Newline newline
579 \end_inset
580
581 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
582 \begin_inset Newline newline
583 \end_inset
584
585
586 \family sans
587 画像グループ
588 \family default
589 フィールドでは、画像設定グループを定義したり既存のグループに所属させたりすることができます
590 \begin_inset Index idx
591 status collapsed
592
593 \begin_layout Plain Layout
594 ず@図 ! せっていぐるーぷ@設定グループ
595 \end_layout
596
597 \end_inset
598
599 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
600 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
601 ーを使用して、望むグループ名をチェックすることで行うこともできます。
602 \end_layout
603
604 \begin_layout Standard
605 \begin_inset VSpace bigskip
606 \end_inset
607
608
609 \end_layout
610
611 \begin_layout Standard
612 下記はEPS書式
613 \begin_inset Foot
614 status collapsed
615
616 \begin_layout Plain Layout
617 画像書式は、第
618 \begin_inset CommandInset ref
619 LatexCommand ref
620 reference "sec:画像書式"
621
622 \end_inset
623
624 節に説明されています。
625 \end_layout
626
627 \end_inset
628
629 の画像の例で、単独の中央揃えの段落に置いてあります。
630 \end_layout
631
632 \begin_layout Standard
633 \align center
634 \begin_inset Graphics
635         filename ../clipart/mobius.eps
636         scale 70
637         scaleBeforeRotation
638         rotateOrigin center
639
640 \end_inset
641
642
643 \end_layout
644
645 \begin_layout Standard
646 下記は上と同じ画像ですが、下書きモードのものです。
647 \end_layout
648
649 \begin_layout Standard
650 \align center
651 \begin_inset Graphics
652         filename ../clipart/mobius.eps
653         scale 70
654         draft
655         scaleBeforeRotation
656         rotateOrigin center
657
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664 \begin_inset Newpage newpage
665 \end_inset
666
667
668 \end_layout
669
670 \begin_layout Section
671 図フロート
672 \begin_inset CommandInset label
673 LatexCommand label
674 name "sec:図フロート"
675
676 \end_inset
677
678
679 \begin_inset Index idx
680 status collapsed
681
682 \begin_layout Plain Layout
683 ふろーと@フロート ! ず@図
684 \end_layout
685
686 \end_inset
687
688
689 \begin_inset Index idx
690 status collapsed
691
692 \begin_layout Plain Layout
693 ず@図 ! ふろーと@フロート
694 \end_layout
695
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 フロートについての一般的な説明は、第
703 \begin_inset CommandInset ref
704 LatexCommand ref
705 reference "sec:フロートはじめに"
706
707 \end_inset
708
709 節をご覧下さい。
710 \end_layout
711
712 \begin_layout Standard
713 ツールバーボタンの
714 \begin_inset Graphics
715         filename ../../images/float-insert_figure.png
716         scale 85
717         scaleBeforeRotation
718
719 \end_inset
720
721
722 \family sans
723 挿入\SpecialChar \menuseparator
724 フロート\SpecialChar \menuseparator
725
726 \family default
727 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
728 \begin_inset CommandInset ref
729 LatexCommand ref
730 reference "fig:犠牲のカモノハシ"
731
732 \end_inset
733
734 のようにキャプションの上に置くこともできますし、図
735 \begin_inset CommandInset ref
736 LatexCommand ref
737 reference "fig:エッシャー"
738
739 \end_inset
740
741 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
742 \begin_inset CommandInset ref
743 LatexCommand ref
744 reference "sec:キャプションの配置"
745
746 \end_inset
747
748 節に述べられています。
749 \end_layout
750
751 \begin_layout Standard
752 \begin_inset Float figure
753 wide false
754 sideways false
755 status open
756
757 \begin_layout Plain Layout
758 \align center
759 \begin_inset Graphics
760         filename ../clipart/platypus.eps
761         width 50col%
762         scaleBeforeRotation
763         rotateOrigin center
764
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Plain Layout
771 \begin_inset Caption
772
773 \begin_layout Plain Layout
774 \begin_inset CommandInset label
775 LatexCommand label
776 name "fig:犠牲のカモノハシ"
777
778 \end_inset
779
780 フロート中の激しく歪んだカモノハシ
781 \end_layout
782
783 \end_inset
784
785
786 \end_layout
787
788 \end_inset
789
790
791 \end_layout
792
793 \begin_layout Standard
794 \begin_inset Float figure
795 wide false
796 sideways false
797 status open
798
799 \begin_layout Plain Layout
800 \begin_inset Caption
801
802 \begin_layout Plain Layout
803 \begin_inset CommandInset label
804 LatexCommand label
805 name "fig:エッシャー"
806
807 \end_inset
808
809 行ってしまったM.C.エッシャー
810 \end_layout
811
812 \end_inset
813
814
815 \end_layout
816
817 \begin_layout Plain Layout
818 \align center
819 \begin_inset Graphics
820         filename ../clipart/escher-lsd.eps
821         scale 80
822         scaleBeforeRotation
823         rotateOrigin center
824
825 \end_inset
826
827
828 \end_layout
829
830 \end_inset
831
832
833 \end_layout
834
835 \begin_layout Standard
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 さんしょう@参照 ! ずへの@図への ---
841 \end_layout
842
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:犠牲のカモノハシ"
849
850 \end_inset
851
852 図と第
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "fig:エッシャー"
856
857 \end_inset
858
859 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
860 \family sans
861 挿入\SpecialChar \menuseparator
862 ラベル
863 \family default
864 メニューかツールバーボタン
865 \begin_inset Graphics
866         filename ../../images/label-insert.png
867         scale 85
868         scaleBeforeRotation
869
870 \end_inset
871
872 を使用して、キャプションにラベルを挿入してください。その後、
873 \family sans
874 挿入\SpecialChar \menuseparator
875 相互参照
876 \family default
877 メニューかツールバーボタン
878 \begin_inset Graphics
879         filename ../../images/dialog-show-new-inset_ref.png
880         scale 85
881         scaleBeforeRotation
882
883 \end_inset
884
885 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
886 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
887 \begin_inset Newline newline
888 \end_inset
889
890 参照は、第
891 \begin_inset CommandInset ref
892 LatexCommand ref
893 reference "sec:フロートの参照"
894
895 \end_inset
896
897 節で詳細に説明されています。
898 \end_layout
899
900 \begin_layout Standard
901 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
902 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "fig:歪められた二つの像"
906
907 \end_inset
908
909 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
910 \begin_inset CommandInset ref
911 LatexCommand ref
912 reference "fig:何かわからない構造"
913
914 \end_inset
915
916 と図
917 \begin_inset CommandInset ref
918 LatexCommand ref
919 reference "fig:カモノハシ"
920
921 \end_inset
922
923 が内部図になります。
924 \end_layout
925
926 \begin_layout Standard
927 \begin_inset Float figure
928 wide false
929 sideways false
930 status open
931
932 \begin_layout Plain Layout
933 \begin_inset space \hfill{}
934 \end_inset
935
936
937 \begin_inset Float figure
938 wide false
939 sideways false
940 status open
941
942 \begin_layout Plain Layout
943 \begin_inset Caption
944
945 \begin_layout Plain Layout
946 \begin_inset CommandInset label
947 LatexCommand label
948 name "fig:何かわからない構造"
949
950 \end_inset
951
952 何かわからない構造
953 \end_layout
954
955 \end_inset
956
957
958 \end_layout
959
960 \begin_layout Plain Layout
961 \begin_inset Graphics
962         filename ../clipart/escher-lsd.eps
963         width 45col%
964         scaleBeforeRotation
965         groupId distorted
966
967 \end_inset
968
969
970 \end_layout
971
972 \end_inset
973
974
975 \begin_inset space \hfill{}
976 \end_inset
977
978
979 \begin_inset Float figure
980 wide false
981 sideways false
982 status open
983
984 \begin_layout Plain Layout
985 \begin_inset Caption
986
987 \begin_layout Plain Layout
988 \begin_inset CommandInset label
989 LatexCommand label
990 name "fig:カモノハシ"
991
992 \end_inset
993
994 カモノハシ
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Graphics
1004         filename ../clipart/platypus.eps
1005         width 45col%
1006         scaleBeforeRotation
1007         groupId distorted
1008
1009 \end_inset
1010
1011
1012 \end_layout
1013
1014 \end_inset
1015
1016
1017 \begin_inset space \hfill{}
1018 \end_inset
1019
1020
1021 \end_layout
1022
1023 \begin_layout Plain Layout
1024 \begin_inset Caption
1025
1026 \begin_layout Plain Layout
1027 \begin_inset CommandInset label
1028 LatexCommand label
1029 name "fig:歪められた二つの像"
1030
1031 \end_inset
1032
1033 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Standard
1047 \begin_inset Newpage newpage
1048 \end_inset
1049
1050
1051 \end_layout
1052
1053 \begin_layout Section
1054 画像書式
1055 \begin_inset CommandInset label
1056 LatexCommand label
1057 name "sec:画像書式"
1058
1059 \end_inset
1060
1061
1062 \begin_inset Index idx
1063 status collapsed
1064
1065 \begin_layout Plain Layout
1066 がぞうしょしき@画像書式
1067 \end_layout
1068
1069 \end_inset
1070
1071
1072 \begin_inset Index idx
1073 status collapsed
1074
1075 \begin_layout Plain Layout
1076 ず@図 ! がぞうしょしき@画像書式
1077 \end_layout
1078
1079 \end_inset
1080
1081
1082 \end_layout
1083
1084 \begin_layout Standard
1085 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "cha:ファイル出力形式"
1089
1090 \end_inset
1091
1092 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1093 ウンドで
1094 \family typewriter
1095 ImageMagick
1096 \family default
1097 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1098 用するとよいでしょう。出力ファイル書式は、付録
1099 \begin_inset CommandInset ref
1100 LatexCommand ref
1101 reference "cha:ファイル出力形式"
1102
1103 \end_inset
1104
1105 に説明されています。
1106 \end_layout
1107
1108 \begin_layout Standard
1109 フォントと同じく、画像形式にも以下の二つの型があります。
1110 \end_layout
1111
1112 \begin_layout Description
1113 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1114 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1115 \family typewriter
1116 .gif
1117 \family default
1118 」)
1119 \begin_inset Index idx
1120 status collapsed
1121
1122 \begin_layout Plain Layout
1123 GIF|see
1124 \begin_inset ERT
1125 status collapsed
1126
1127 \begin_layout Plain Layout
1128
1129 {
1130 \end_layout
1131
1132 \end_inset
1133
1134 画像書式
1135 \begin_inset ERT
1136 status collapsed
1137
1138 \begin_layout Plain Layout
1139
1140 }
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \end_inset
1149
1150 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1151 \family typewriter
1152 .png
1153 \family default
1154 」)
1155 \begin_inset Index idx
1156 status collapsed
1157
1158 \begin_layout Plain Layout
1159 PNG|see
1160 \begin_inset ERT
1161 status collapsed
1162
1163 \begin_layout Plain Layout
1164
1165 {
1166 \end_layout
1167
1168 \end_inset
1169
1170 画像書式
1171 \begin_inset ERT
1172 status collapsed
1173
1174 \begin_layout Plain Layout
1175
1176 }
1177 \end_layout
1178
1179 \end_inset
1180
1181
1182 \end_layout
1183
1184 \end_inset
1185
1186 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1187 \family typewriter
1188 .jpg
1189 \family default
1190 」または「
1191 \family typewriter
1192 .jpeg
1193 \family default
1194 」)
1195 \begin_inset Index idx
1196 status collapsed
1197
1198 \begin_layout Plain Layout
1199 JPG|see
1200 \begin_inset ERT
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204
1205 {
1206 \end_layout
1207
1208 \end_inset
1209
1210 画像書式
1211 \begin_inset ERT
1212 status collapsed
1213
1214 \begin_layout Plain Layout
1215
1216 }
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \end_inset
1225
1226 などがあります。
1227 \end_layout
1228
1229 \begin_layout Description
1230 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1231 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1232 に便利です。
1233 \begin_inset Newline newline
1234 \end_inset
1235
1236 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1237 \family typewriter
1238 .svg
1239 \family default
1240 」)
1241 \begin_inset Index idx
1242 status collapsed
1243
1244 \begin_layout Plain Layout
1245 SVG|see
1246 \begin_inset ERT
1247 status collapsed
1248
1249 \begin_layout Plain Layout
1250
1251 {
1252 \end_layout
1253
1254 \end_inset
1255
1256 画像書式
1257 \begin_inset ERT
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261
1262 }
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \end_inset
1271
1272 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1273 \family typewriter
1274 .eps
1275 \family default
1276 」)
1277 \begin_inset Index idx
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281 EPS|see
1282 \begin_inset ERT
1283 status collapsed
1284
1285 \begin_layout Plain Layout
1286
1287 {
1288 \end_layout
1289
1290 \end_inset
1291
1292 画像書式
1293 \begin_inset ERT
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297
1298 }
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \end_layout
1305
1306 \end_inset
1307
1308 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1309 \family typewriter
1310 .pdf
1311 \family default
1312 」)
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 PDF
1318 \end_layout
1319
1320 \end_inset
1321
1322 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1323 \family typewriter
1324 .wmf
1325 \family default
1326 」)
1327 \begin_inset Index idx
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331 SVG|see
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337 {
1338 \end_layout
1339
1340 \end_inset
1341
1342 画像書式
1343 \begin_inset ERT
1344 status collapsed
1345
1346 \begin_layout Plain Layout
1347
1348 }
1349 \end_layout
1350
1351 \end_inset
1352
1353
1354 \end_layout
1355
1356 \end_inset
1357
1358 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1359 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1360 \begin_inset Foot
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 PDFの場合には、さらに元画像が圧縮されます。
1365 \end_layout
1366
1367 \end_inset
1368
1369 。たとえば、
1370 \family typewriter
1371 Adobe Photoshop
1372 \family default
1373 が生成するPDFファイルは、ビットマップ画像です。
1374 \end_layout
1375
1376 \begin_layout Standard
1377 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1378 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1379 \begin_inset Formula $\to$
1380 \end_inset
1381
1382 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1383 \end_layout
1384
1385 \begin_layout Chapter
1386
1387 \begin_inset Index idx
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 ひょう@表
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Section
1400 はじめに
1401 \begin_inset Index idx
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 ひょう@表 ! はじめに
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \end_layout
1412
1413 \begin_layout Standard
1414
1415 \family roman
1416 \series medium
1417 \shape up
1418 \size normal
1419 \emph off
1420 \bar no
1421 \noun off
1422 \color none
1423 表を挿入するには、ツールバーボタン
1424 \begin_inset Graphics
1425         filename ../../images/tabular-insert.png
1426         scale 85
1427
1428 \end_inset
1429
1430 か、
1431 \family sans
1432 \series default
1433 \shape default
1434 \size default
1435 \emph default
1436 \bar default
1437 \noun default
1438 \color inherit
1439 挿入\SpecialChar \menuseparator
1440
1441 \family default
1442 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1443 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1444 \begin_inset Newline newline
1445 \end_inset
1446
1447 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1448 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1449 \end_layout
1450
1451 \begin_layout Standard
1452 \align center
1453 \begin_inset Tabular
1454 <lyxtabular version="3" rows="4" columns="4">
1455 <features tabularvalignment="middle">
1456 <column alignment="center" valignment="top" width="0">
1457 <column alignment="center" valignment="top" width="0">
1458 <column alignment="center" valignment="top" width="0">
1459 <column alignment="center" valignment="top" width="0">
1460 <row>
1461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1462 \begin_inset Text
1463
1464 \begin_layout Plain Layout
1465
1466 \end_layout
1467
1468 \end_inset
1469 </cell>
1470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1471 \begin_inset Text
1472
1473 \begin_layout Plain Layout
1474 1
1475 \end_layout
1476
1477 \end_inset
1478 </cell>
1479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1480 \begin_inset Text
1481
1482 \begin_layout Plain Layout
1483 2
1484 \end_layout
1485
1486 \end_inset
1487 </cell>
1488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1489 \begin_inset Text
1490
1491 \begin_layout Plain Layout
1492 3
1493 \end_layout
1494
1495 \end_inset
1496 </cell>
1497 </row>
1498 <row>
1499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Plain Layout
1503
1504 \end_layout
1505
1506 \end_inset
1507 </cell>
1508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Plain Layout
1512
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1527 \begin_inset Text
1528
1529 \begin_layout Plain Layout
1530
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 </row>
1536 <row>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 <row>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 </lyxtabular>
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \begin_layout Section
1620 表ダイアログ
1621 \begin_inset Index idx
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625 ひょう@表 ! だいあろぐ@ダイアログ
1626 \end_layout
1627
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \begin_layout Standard
1634
1635 \family roman
1636 \series medium
1637 \shape up
1638 \size normal
1639 \emph off
1640 \bar no
1641 \noun off
1642 \color none
1643 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1644 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1645 \family default
1646 \series default
1647 \shape default
1648 \size default
1649 \emph default
1650 \bar default
1651 \noun default
1652 \color inherit
1653 セルの
1654 \emph on
1655 内容
1656 \emph default
1657 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1658 \begin_inset Newline newline
1659 \end_inset
1660
1661 ダイアログオプションの
1662 \family sans
1663 直ちに適用
1664 \family default
1665 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1666 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1667 \begin_inset Newline newline
1668 \end_inset
1669
1670 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1671 \end_layout
1672
1673 \begin_layout Description
1674
1675 \family sans
1676 表の設定
1677 \family default
1678  ここでは、現在列の幅と水平揃えを設定することができます。
1679 \family sans
1680 小数点で
1681 \family default
1682 とある揃えは、第
1683 \begin_inset CommandInset ref
1684 LatexCommand ref
1685 reference "sub:特殊なセル揃え"
1686
1687 \end_inset
1688
1689 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1690 は、第
1691 \begin_inset CommandInset ref
1692 LatexCommand ref
1693 reference "sub:複数行"
1694
1695 \end_inset
1696
1697 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1698 \begin_inset Newline newline
1699 \end_inset
1700
1701 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1702 \begin_inset CommandInset ref
1703 LatexCommand ref
1704 reference "sub:連結列"
1705
1706 \end_inset
1707
1708 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1709 \begin_inset CommandInset ref
1710 LatexCommand ref
1711 reference "sub:連結行"
1712
1713 \end_inset
1714
1715 節をご参照ください。
1716 \begin_inset Newline newline
1717 \end_inset
1718
1719 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1720 \begin_inset Newline newline
1721 \end_inset
1722
1723
1724 \begin_inset Note Greyedout
1725 status open
1726
1727 \begin_layout Plain Layout
1728
1729 \series bold
1730 【註】
1731 \series default
1732 DVIビューアのすべてが回転を表示できるわけではありません。
1733 \end_layout
1734
1735 \end_inset
1736
1737
1738 \begin_inset Newline newline
1739 \end_inset
1740
1741 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1742 \begin_inset Newline newline
1743 \end_inset
1744
1745 各種の揃えを適用した同一行中の表:
1746 \begin_inset Tabular
1747 <lyxtabular version="3" rows="2" columns="2">
1748 <features tabularvalignment="top">
1749 <column alignment="center" valignment="top" width="0pt">
1750 <column alignment="center" valignment="top" width="0">
1751 <row>
1752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1753 \begin_inset Text
1754
1755 \begin_layout Plain Layout
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765 1
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 </row>
1771 <row>
1772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776 A
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 </row>
1791 </lyxtabular>
1792
1793 \end_inset
1794
1795  
1796 \begin_inset Tabular
1797 <lyxtabular version="3" rows="2" columns="2">
1798 <features tabularvalignment="middle">
1799 <column alignment="center" valignment="top" width="0">
1800 <column alignment="center" valignment="top" width="0">
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 1
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 A
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 </lyxtabular>
1842
1843 \end_inset
1844
1845  
1846 \begin_inset Tabular
1847 <lyxtabular version="3" rows="2" columns="2">
1848 <features tabularvalignment="bottom">
1849 <column alignment="center" valignment="top" width="0pt">
1850 <column alignment="center" valignment="top" width="0">
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 1
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876 A
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 </row>
1891 </lyxtabular>
1892
1893 \end_inset
1894
1895
1896 \begin_inset Newline newline
1897 \end_inset
1898
1899 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1900 \begin_inset CommandInset ref
1901 LatexCommand ref
1902 reference "sub:連結列の計算"
1903
1904 \end_inset
1905
1906 節および第
1907 \begin_inset CommandInset ref
1908 LatexCommand ref
1909 reference "sec:色付きの表"
1910
1911 \end_inset
1912
1913 節をご参照下さい。
1914 \end_layout
1915
1916 \begin_layout Description
1917
1918 \family sans
1919 罫線
1920 \family default
1921  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1922 \begin_inset Newline newline
1923 \end_inset
1924
1925 様式オプションとして
1926 \family sans
1927 フォーマル様式
1928 \family default
1929 を使用すると、第
1930 \begin_inset CommandInset ref
1931 LatexCommand ref
1932 reference "sec:フォーマル形式の表"
1933
1934 \end_inset
1935
1936 節に述べられているフォーマル様式の表に表を変換します。
1937 \begin_inset Newline newline
1938 \end_inset
1939
1940 またここで、第
1941 \begin_inset CommandInset ref
1942 LatexCommand ref
1943 reference "sub:行の余白取り"
1944
1945 \end_inset
1946
1947 節に述べられているように、表の行に空白を追加することもできます。
1948 \end_layout
1949
1950 \begin_layout Description
1951
1952 \family sans
1953 長尺表
1954 \family default
1955  このタブは、複数のページにわたる、いわゆる「
1956 \emph on
1957 長尺表
1958 \emph default
1959 」を作るためのものです。第
1960 \begin_inset CommandInset ref
1961 LatexCommand ref
1962 reference "sec:長尺表"
1963
1964 \end_inset
1965
1966 節および第
1967 \begin_inset CommandInset ref
1968 LatexCommand ref
1969 reference "sec:長尺表にまつわる諸点"
1970
1971 \end_inset
1972
1973 節に、長尺表の機能に関する詳細な説明があります。
1974 \end_layout
1975
1976 \begin_layout Section
1977 表ツールバー
1978 \begin_inset Index idx
1979 status collapsed
1980
1981 \begin_layout Plain Layout
1982 ひょう@表 ! つーるばー@ツールバー
1983 \end_layout
1984
1985 \end_inset
1986
1987
1988 \end_layout
1989
1990 \begin_layout Standard
1991 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
1992 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
1993 \end_layout
1994
1995 \begin_layout Standard
1996 ツールバーには、以下のアイコンがあります。
1997 \end_layout
1998
1999 \begin_layout Labeling
2000 \labelwidthstring 00.00.0000
2001 \begin_inset Graphics
2002         filename ../../images/tabular-feature_append-row.png
2003         scaleBeforeRotation
2004
2005 \end_inset
2006
2007 は、現在セルあるいは選択範囲の下に行を追加します。
2008 \end_layout
2009
2010 \begin_layout Labeling
2011 \labelwidthstring 00.00.0000
2012 \begin_inset Graphics
2013         filename ../../images/tabular-feature_append-column.png
2014         scaleBeforeRotation
2015
2016 \end_inset
2017
2018 は、現在セルあるいは選択範囲の右に列を追加します。
2019 \end_layout
2020
2021 \begin_layout Labeling
2022 \labelwidthstring 00.00.0000
2023 \begin_inset Graphics
2024         filename ../../images/tabular-feature_delete-row.png
2025         scaleBeforeRotation
2026
2027 \end_inset
2028
2029 は、現在行あるいは選択範囲行を削除します。
2030 \end_layout
2031
2032 \begin_layout Labeling
2033 \labelwidthstring 00.00.0000
2034 \begin_inset Graphics
2035         filename ../../images/tabular-feature_delete-column.png
2036         scaleBeforeRotation
2037
2038 \end_inset
2039
2040 は、現在列あるいは選択範囲列を削除します。
2041 \end_layout
2042
2043 \begin_layout Labeling
2044 \labelwidthstring 00.00.0000
2045 \begin_inset Graphics
2046         filename ../../images/tabular-feature_toggle-line-top.png
2047         scaleBeforeRotation
2048
2049 \end_inset
2050
2051 は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2052 \end_layout
2053
2054 \begin_layout Labeling
2055 \labelwidthstring 00.00.0000
2056 \begin_inset Graphics
2057         filename ../../images/tabular-feature_toggle-line-bottom.png
2058         scaleBeforeRotation
2059
2060 \end_inset
2061
2062 は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2063 \end_layout
2064
2065 \begin_layout Labeling
2066 \labelwidthstring 00.00.0000
2067 \begin_inset Graphics
2068         filename ../../images/tabular-feature_toggle-line-left.png
2069         scaleBeforeRotation
2070
2071 \end_inset
2072
2073 は、 現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078 \begin_inset Graphics
2079         filename ../../images/tabular-feature_toggle-line-right.png
2080         scaleBeforeRotation
2081
2082 \end_inset
2083
2084 は、 現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2085 \end_layout
2086
2087 \begin_layout Labeling
2088 \labelwidthstring 00.00.0000
2089 \begin_inset Graphics
2090         filename ../../images/tabular-feature_set-all-lines.png
2091         scaleBeforeRotation
2092
2093 \end_inset
2094
2095 は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2096 \end_layout
2097
2098 \begin_layout Labeling
2099 \labelwidthstring 00.00.0000
2100 \begin_inset Graphics
2101         filename ../../images/tabular-feature_unset-all-lines.png
2102         scaleBeforeRotation
2103
2104 \end_inset
2105
2106 は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2107 \end_layout
2108
2109 \begin_layout Labeling
2110 \labelwidthstring 00.00.0000
2111 \begin_inset Graphics
2112         filename ../../images/tabular-feature_m-align-left.png
2113         scaleBeforeRotation
2114
2115 \end_inset
2116
2117 は、現在セルあるいは現在列の内容を左揃えにします。
2118 \end_layout
2119
2120 \begin_layout Labeling
2121 \labelwidthstring 00.00.0000
2122 \begin_inset Graphics
2123         filename ../../images/tabular-feature_m-align-center.png
2124         scaleBeforeRotation
2125
2126 \end_inset
2127
2128 は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2129 \end_layout
2130
2131 \begin_layout Labeling
2132 \labelwidthstring 00.00.0000
2133 \begin_inset Graphics
2134         filename ../../images/tabular-feature_m-align-right.png
2135         scaleBeforeRotation
2136
2137 \end_inset
2138
2139 は、現在セルあるいは現在列の内容を右揃えにします。
2140 \end_layout
2141
2142 \begin_layout Labeling
2143 \labelwidthstring 00.00.0000
2144 \begin_inset Graphics
2145         filename ../../images/tabular-feature_align-decimal.png
2146         scaleBeforeRotation
2147
2148 \end_inset
2149
2150 は、現在セルの内容を特定文字位置で揃えます。
2151 \end_layout
2152
2153 \begin_layout Labeling
2154 \labelwidthstring 00.00.0000
2155 \begin_inset Graphics
2156         filename ../../images/tabular-feature_m-valign-top.png
2157         scaleBeforeRotation
2158
2159 \end_inset
2160
2161 は、現在セルの内容を垂直方向上揃えにします。
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166 \begin_inset Graphics
2167         filename ../../images/tabular-feature_m-valign-middle.png
2168         scaleBeforeRotation
2169
2170 \end_inset
2171
2172 は、現在セルの内容を垂直方向中央揃えにします。
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../../images/tabular-feature_m-valign-bottom.png
2179         scaleBeforeRotation
2180
2181 \end_inset
2182
2183 は、現在セルの内容を垂直方向下揃えにします。
2184 \end_layout
2185
2186 \begin_layout Labeling
2187 \labelwidthstring 00.00.0000
2188 \begin_inset Graphics
2189         filename ../../images/tabular-feature_set-rotate-cell.png
2190         scaleBeforeRotation
2191
2192 \end_inset
2193
2194 は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2195 \end_layout
2196
2197 \begin_layout Labeling
2198 \labelwidthstring 00.00.0000
2199 \begin_inset Graphics
2200         filename ../../images/tabular-feature_set-rotate-tabular.png
2201         scaleBeforeRotation
2202
2203 \end_inset
2204
2205 は、表全体を反時計廻りに90度回転します。
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../../images/tabular-feature_multicolumn.png
2212         scaleBeforeRotation
2213
2214 \end_inset
2215
2216 は、現在セルあるいは選択範囲を連結列にします。
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../../images/tabular-feature_multirow.png
2223         scaleBeforeRotation
2224
2225 \end_inset
2226
2227 は、現在セルあるいは選択範囲を連結行にします。
2228 \end_layout
2229
2230 \begin_layout Standard
2231 \begin_inset Note Greyedout
2232 status open
2233
2234 \begin_layout Plain Layout
2235
2236 \series bold
2237 【註】
2238 \series default
2239 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2240 \end_layout
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Section
2248 表編集メニュー
2249 \begin_inset Index idx
2250 status collapsed
2251
2252 \begin_layout Plain Layout
2253 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2254 \end_layout
2255
2256 \end_inset
2257
2258
2259 \end_layout
2260
2261 \begin_layout Standard
2262 表ダイアログと表ツールバーの他に、
2263 \family sans
2264 編集\SpecialChar \menuseparator
2265
2266 \family default
2267 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2268 部にあるときのみ、表示されます。
2269 \end_layout
2270
2271 \begin_layout Section
2272 表フロート
2273 \begin_inset CommandInset label
2274 LatexCommand label
2275 name "sec:表フロート"
2276
2277 \end_inset
2278
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 ふろーと@フロート ! ひょう@表
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Index idx
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 ひょう@表 ! ふろーと@フロート
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 フロートの一般的な説明については、第
2304 \begin_inset CommandInset ref
2305 LatexCommand ref
2306 reference "sec:フロートはじめに"
2307
2308 \end_inset
2309
2310 節をご覧下さい。
2311 \end_layout
2312
2313 \begin_layout Standard
2314 \begin_inset Float table
2315 placement h
2316 wide false
2317 sideways false
2318 status open
2319
2320 \begin_layout Plain Layout
2321 \begin_inset Caption
2322
2323 \begin_layout Plain Layout
2324 \begin_inset CommandInset label
2325 LatexCommand label
2326 name "tab:表フロート"
2327
2328 \end_inset
2329
2330 表フロート
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Plain Layout
2339 \align center
2340 \begin_inset Tabular
2341 <lyxtabular version="3" rows="3" columns="3">
2342 <features tabularvalignment="middle">
2343 <column alignment="center" valignment="top" width="0pt">
2344 <column alignment="center" valignment="top" width="0pt">
2345 <column alignment="center" valignment="top" width="0pt">
2346 <row>
2347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351
2352 \family roman
2353 \series medium
2354 \shape up
2355 \size normal
2356 \emph off
2357 \bar no
2358 \noun off
2359 \color none
2360 1
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369
2370 \family roman
2371 \series medium
2372 \shape up
2373 \size normal
2374 \emph off
2375 \bar no
2376 \noun off
2377 \color none
2378 2
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387
2388 \family roman
2389 \series medium
2390 \shape up
2391 \size normal
2392 \emph off
2393 \bar no
2394 \noun off
2395 \color none
2396 3
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 <row>
2403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407 森嶋
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Plain Layout
2416 宇沢
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425 二階堂
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 </row>
2431 <row>
2432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Plain Layout
2436
2437 \family roman
2438 \series medium
2439 \shape up
2440 \size normal
2441 \emph off
2442 \bar no
2443 \noun off
2444 \color none
2445 \begin_inset Formula $\int x^{2}dx$
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Plain Layout
2457
2458 \family roman
2459 \series medium
2460 \shape up
2461 \size normal
2462 \emph off
2463 \bar no
2464 \noun off
2465 \color none
2466 \begin_inset Formula $\left[\begin{array}{cc}
2467 a & b\\
2468 c & d
2469 \end{array}\right]$
2470 \end_inset
2471
2472
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Plain Layout
2481
2482 \family roman
2483 \series medium
2484 \shape up
2485 \size normal
2486 \emph off
2487 \bar no
2488 \noun off
2489 \color none
2490 \begin_inset Formula $1+1=2$
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 </row>
2499 </lyxtabular>
2500
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \begin_layout Standard
2512 表フロートは、
2513 \family sans
2514 挿入
2515 \shape up
2516 \SpecialChar \menuseparator
2517 フロート\SpecialChar \menuseparator
2518
2519 \family default
2520 \shape default
2521 メニューかツールバーボタン
2522 \begin_inset Graphics
2523         filename ../../images/float-insert_table.png
2524         scale 85
2525         scaleBeforeRotation
2526
2527 \end_inset
2528
2529 を使うと挿入することができます。
2530 \end_layout
2531
2532 \begin_layout Standard
2533 フロートは折りたたむことのできるボックスとして表示され、中には「表
2534 \begin_inset space ~
2535 \end_inset
2536
2537 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2538 \end_layout
2539
2540 \begin_layout Standard
2541
2542 \begin_inset space ~
2543 \end_inset
2544
2545
2546 \begin_inset CommandInset ref
2547 LatexCommand ref
2548 reference "tab:表フロート"
2549
2550 \end_inset
2551
2552 は、表フロートに入れた表の例です。
2553 \end_layout
2554
2555 \begin_layout Standard
2556 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2557 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2558 eXパッケージの
2559 \series bold
2560 caption
2561 \series default
2562
2563 \begin_inset Index idx
2564 status collapsed
2565
2566 \begin_layout Plain Layout
2567 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2568 \end_layout
2569
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Standard
2576
2577 \series bold
2578 tableposition=top
2579 \end_layout
2580
2581 \begin_layout Standard
2582 というオプションとともにloadコマンドを使って読み込んでください
2583 \begin_inset Foot
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 詳しくは、第
2588 \begin_inset CommandInset ref
2589 LatexCommand ref
2590 reference "sec:キャプションの配置"
2591
2592 \end_inset
2593
2594 節をご覧下さい。
2595 \end_layout
2596
2597 \end_inset
2598
2599 。キャプション書式を調整するには、第
2600 \begin_inset CommandInset ref
2601 LatexCommand ref
2602 reference "sec:キャプションの書式設定"
2603
2604 \end_inset
2605
2606 節にものべられているように
2607 \series bold
2608 caption
2609 \series default
2610 パッケージを使用します。
2611 \end_layout
2612
2613 \begin_layout Standard
2614 \begin_inset Index idx
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 さんしょう@参照 ! ひょうへの@表への
2619 \end_layout
2620
2621 \end_inset
2622
2623 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2624 \family sans
2625 挿入\SpecialChar \menuseparator
2626 ラベル
2627 \family default
2628 メニューかツールバーボタンの
2629 \begin_inset Graphics
2630         filename ../../images/label-insert.png
2631         scale 85
2632         scaleBeforeRotation
2633
2634 \end_inset
2635
2636 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2637 相互参照メニューかツールバーボタンの
2638 \begin_inset Graphics
2639         filename ../../images/dialog-show-new-inset_ref.png
2640         scale 85
2641         scaleBeforeRotation
2642
2643 \end_inset
2644
2645 を用いて、このラベルを参照することができます。
2646 \begin_inset Newline newline
2647 \end_inset
2648
2649 参照は、第
2650 \begin_inset CommandInset ref
2651 LatexCommand ref
2652 reference "sec:フロートの参照"
2653
2654 \end_inset
2655
2656 節で詳細に説明されています。
2657 \end_layout
2658
2659 \begin_layout Section
2660 長尺表
2661 \begin_inset CommandInset label
2662 LatexCommand label
2663 name "sec:長尺表"
2664
2665 \end_inset
2666
2667
2668 \begin_inset Index idx
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 ちょうしゃくひょう@長尺表
2673 \end_layout
2674
2675 \end_inset
2676
2677
2678 \begin_inset Index idx
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 ひょう@表 ! ちょうしゃくひょう@長尺表
2683 \end_layout
2684
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \begin_layout Standard
2691 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2692 \family sans
2693 長尺表
2694 \family default
2695 タブにある
2696 \family sans
2697 長尺表を使う
2698 \family default
2699 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2700 することができるようになります。
2701 \end_layout
2702
2703 \begin_layout Description
2704 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2705 \family roman
2706 \series medium
2707 \shape up
2708 \size normal
2709 \emph off
2710 \bar no
2711 \noun off
2712 \color none
2713 ただし、
2714 \family sans
2715 \series default
2716 \shape default
2717 \size default
2718 \emph default
2719 \bar default
2720 \noun default
2721 \color inherit
2722 冒頭ヘッダ
2723 \family roman
2724 \series medium
2725 \shape up
2726 \size normal
2727 \emph off
2728 \bar no
2729 \noun off
2730 \color none
2731 が定義されているときは、冒頭ページを除きます。
2732 \family default
2733 \series default
2734 \shape default
2735 \size default
2736 \emph default
2737 \bar default
2738 \noun default
2739 \color inherit
2740 これと区別して、このヘッダは本体ヘッダと呼びます。
2741 \end_layout
2742
2743 \begin_layout Description
2744 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2745 \end_layout
2746
2747 \begin_layout Description
2748 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2749 \family roman
2750 \series medium
2751 \shape up
2752 \size normal
2753 \emph off
2754 \bar no
2755 \noun off
2756 \color none
2757 ただし、
2758 \family sans
2759 \series default
2760 \shape default
2761 \size default
2762 \emph default
2763 \bar default
2764 \noun default
2765 \color inherit
2766 末尾フッタ
2767 \family roman
2768 \series medium
2769 \shape up
2770 \size normal
2771 \emph off
2772 \bar no
2773 \noun off
2774 \color none
2775 が定義されているときは、末尾ページを除きます。
2776 \end_layout
2777
2778 \begin_layout Description
2779 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2780 \end_layout
2781
2782 \begin_layout Description
2783 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2784 \begin_inset CommandInset ref
2785 LatexCommand ref
2786 reference "sub:長尺表のキャプション"
2787
2788 \end_inset
2789
2790 節で説明されています。
2791 \end_layout
2792
2793 \begin_layout Standard
2794 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2795 \end_layout
2796
2797 \begin_layout Standard
2798 \align center
2799 \begin_inset Tabular
2800 <lyxtabular version="3" rows="69" columns="3">
2801 <features islongtable="true" longtabularalignment="center">
2802 <column alignment="left" valignment="top" width="0cm">
2803 <column alignment="left" valignment="top" width="0pt">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <row endfirsthead="true">
2806 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \series bold
2812 例示用電話帳(名前は無視してください)
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \end_layout
2823
2824 \end_inset
2825 </cell>
2826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 </row>
2836 <row endfirsthead="true">
2837 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841 氏名
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \series bold
2861 TEL.
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 </row>
2867 <row endhead="true">
2868 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \series bold
2874 例示用電話帳
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row endhead="true">
2899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903 氏名
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2918 \begin_inset Text
2919
2920 \begin_layout Plain Layout
2921
2922 \series bold
2923 TEL.
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row endfoot="true">
2930 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934 次頁へつづく
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 </row>
2958 <row>
2959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \series bold
2965 Annovi
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974 Silvia
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983 111
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 <row>
2990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994
2995 \series bold
2996 Bertoli
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005 Stefano
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014 111
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 </row>
3020 <row>
3021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025
3026 \series bold
3027 Bozzi
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 Walter
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045 111
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 <row>
3052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \series bold
3058 Cachia
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 Maria
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076 111
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 <row>
3083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \series bold
3089 Cachia
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 Maurizio
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107 111
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 </row>
3113 <row>
3114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \series bold
3120 Cinquemani
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 Giusi
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138 111
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 </row>
3144 <row>
3145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \series bold
3151 Colin
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 Bernard
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169 111
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \series bold
3182 Concli
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 Gianfranco
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200 111
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \series bold
3213 Dal Bosco
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 Carolina
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 111
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 </row>
3237 <row>
3238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 Dalpiaz
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 Annamaria
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262 111
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 </row>
3268 <row>
3269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273
3274 \series bold
3275 Feliciello
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 Domenico
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293 111
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 </row>
3299 <row>
3300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \series bold
3306 Focarelli
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 Paola
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 111
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 </row>
3330 <row>
3331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \series bold
3337 Galletti
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 Oreste
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355 111
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row>
3362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \series bold
3368 Gasparini
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 Franca
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 111
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row>
3393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 Rizzardi
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 Paola
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 111
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 </row>
3423 <row>
3424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428
3429 \series bold
3430 Lassini
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 Giancarlo
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 111
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 </row>
3454 <row>
3455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459
3460 \series bold
3461 Malfatti
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 Luciano
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 111
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 </row>
3485 <row>
3486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490
3491 \series bold
3492 Malfatti
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 Valeriano
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 111
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 </row>
3516 <row>
3517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \series bold
3523 Meneguzzo
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 Roberto
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 111
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 </row>
3547 <row>
3548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554 Mezzadra
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 Roberto
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 111
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 </row>
3578 <row>
3579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \series bold
3585 Pirpamer
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 Erich
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 111
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614
3615 \series bold
3616 Pochiesa
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 Paolo
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 111, 222
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 </row>
3640 <row>
3641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645
3646 \series bold
3647 Radina
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 Claudio
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 111
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 </row>
3671 <row>
3672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676
3677 \series bold
3678 Stuffer
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 Oskar
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 111
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 </row>
3702 <row>
3703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707
3708 \series bold
3709 Tacchelli
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 Ugo
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 111
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 </row>
3733 <row>
3734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738
3739 \series bold
3740 Tezzele
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 Margit
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 111
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 </row>
3764 <row>
3765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769
3770 \series bold
3771 Unterkalmsteiner
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 Frieda
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 111
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 </row>
3795 <row>
3796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800
3801 \series bold
3802 Vieider
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 Hilde
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 111
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 </row>
3826 <row>
3827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831
3832 \series bold
3833 Vigna
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 Jürgen
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 111
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 </row>
3857 <row>
3858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862
3863 \series bold
3864 Weber
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 Maurizio
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 111
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 </row>
3888 <row>
3889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893
3894 \series bold
3895 Winkler
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 Franz
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 111
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row>
3920 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924  
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \series bold
3955 Annovi
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 Silvia
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 555
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 </row>
3979 <row>
3980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984
3985 \series bold
3986 Bertoli
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 Stefano
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 555
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 </row>
4010 <row>
4011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015
4016 \series bold
4017 Bozzi
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Walter
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 555
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 </row>
4041 <row>
4042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \series bold
4048 Cachia
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 Maria
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 555
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \series bold
4079 Cachia
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 Maurizio
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 555
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 </row>
4103 <row>
4104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108
4109 \series bold
4110 Cinquemani
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 Giusi
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 555
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 </row>
4134 <row>
4135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139
4140 \series bold
4141 Colin
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 Bernard
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 555
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \series bold
4172 Concli
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 Gianfranco
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 555
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 </row>
4196 <row>
4197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201
4202 \series bold
4203 Dal Bosco
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 Carolina
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 555
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \series bold
4234 Dalpiaz
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 Annamaria
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 555
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 <row>
4259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263
4264 \series bold
4265 Feliciello
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 Domenico
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 555
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row>
4290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294
4295 \series bold
4296 Focarelli
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 Paola
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 555
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325
4326 \series bold
4327 Galletti
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 Oreste
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 555
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 <row>
4352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356
4357 \series bold
4358 Gasparini
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 Franca
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 555
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 </row>
4382 <row>
4383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387
4388 \series bold
4389 Rizzardi
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 Paola
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 555
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 </row>
4413 <row>
4414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418
4419 \series bold
4420 Lassini
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 Giancarlo
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 555
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 </row>
4444 <row>
4445 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449
4450 \series bold
4451 Malfatti
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 Luciano
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 555
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 </row>
4475 <row>
4476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480
4481 \series bold
4482 Malfatti
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 Valeriano
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 555
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 </row>
4506 <row>
4507 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511
4512 \series bold
4513 Meneguzzo
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 Roberto
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 555
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 </row>
4537 <row>
4538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542
4543 \series bold
4544 Mezzadra
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 Roberto
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 555
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 </row>
4568 <row>
4569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \series bold
4575 Pirpamer
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 Erich
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 555
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604
4605 \series bold
4606 Pochiesa
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 Paolo
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 555, 222
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \series bold
4637 Radina
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 Claudio
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 555
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 </row>
4661 <row>
4662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666
4667 \series bold
4668 Stuffer
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 Oskar
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 555
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697
4698 \series bold
4699 Tacchelli
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 Ugo
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 555
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 </row>
4723 <row>
4724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728
4729 \series bold
4730 Tezzele
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 Margit
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 555
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 </row>
4754 <row>
4755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759
4760 \series bold
4761 Unterkalmsteiner
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 Frieda
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 555
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 </row>
4785 <row>
4786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790
4791 \series bold
4792 Vieider
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 Hilde
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 555
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \series bold
4823 Vigna
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 Jürgen
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 999
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 </row>
4847 <row>
4848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852
4853 \series bold
4854 Weber
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 Maurizio
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 555
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 </row>
4878 <row>
4879 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883
4884 \series bold
4885 Winkler
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 Franz
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 555
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 </row>
4909 <row endlastfoot="true">
4910 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 以上
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 </row>
4938 </lyxtabular>
4939
4940 \end_inset
4941
4942
4943 \begin_inset ERT
4944 status collapsed
4945
4946 \begin_layout Plain Layout
4947
4948
4949 \backslash
4950 addtocounter{table}{-1}
4951 \end_layout
4952
4953 \end_inset
4954
4955
4956 \begin_inset Note Note
4957 status collapsed
4958
4959 \begin_layout Plain Layout
4960 本コマンドの説明については、第
4961 \begin_inset CommandInset ref
4962 LatexCommand ref
4963 reference "sub:長尺表のキャプション"
4964
4965 \end_inset
4966
4967 節の最初の淡色表示注釈をご覧下さい。
4968 \end_layout
4969
4970 \end_inset
4971
4972
4973 \end_layout
4974
4975 \begin_layout Subsection
4976 長尺表での脚注
4977 \begin_inset CommandInset label
4978 LatexCommand label
4979 name "sub:長尺表での脚注"
4980
4981 \end_inset
4982
4983
4984 \begin_inset Index idx
4985 status collapsed
4986
4987 \begin_layout Plain Layout
4988 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
4989 \end_layout
4990
4991 \end_inset
4992
4993
4994 \end_layout
4995
4996 \begin_layout Standard
4997 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
4998 \begin_inset CommandInset ref
4999 LatexCommand ref
5000 reference "tab:別キャプション"
5001
5002 \end_inset
5003
5004 には脚注が付いています。
5005 \end_layout
5006
5007 \begin_layout Subsection
5008 長尺表の縦横揃え
5009 \begin_inset Index idx
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5014 \end_layout
5015
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \begin_layout Standard
5022 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5023 設定してから
5024 \end_layout
5025
5026 \begin_layout Standard
5027
5028 \series bold
5029
5030 \backslash
5031 setlength{
5032 \backslash
5033 LTleft}{値}
5034 \end_layout
5035
5036 \begin_layout Standard
5037 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5038 \series bold
5039
5040 \backslash
5041 LTleft
5042 \series default
5043 および
5044 \series bold
5045
5046 \backslash
5047 LTright
5048 \series default
5049 の値を変更しなくてはなりません。ここで「値」は、第
5050 \begin_inset CommandInset ref
5051 LatexCommand ref
5052 reference "tab:単位"
5053
5054 \end_inset
5055
5056 表に挙げてある単位であれば、どの単位を取ることもできます。
5057 \series bold
5058
5059 \backslash
5060 LTleft
5061 \series default
5062 は、左頁余白から長尺表までの水平方向の距離を制御し、
5063 \series bold
5064
5065 \backslash
5066 LTright
5067 \series default
5068 は、右頁余白からの距離を制御します。これらの長さの既定値は
5069 \series bold
5070
5071 \backslash
5072 fill
5073 \series default
5074 となっており、LyXの水平フィルと同等になっています。
5075 \end_layout
5076
5077 \begin_layout Standard
5078 以下の長尺表は、中央揃えの上、
5079 \series bold
5080
5081 \backslash
5082 LTleft
5083 \series default
5084
5085 \family sans
5086 0.1
5087 \backslash
5088 columnwidth
5089 \family default
5090 に設定してあります。
5091 \begin_inset ERT
5092 status collapsed
5093
5094 \begin_layout Plain Layout
5095
5096
5097 \backslash
5098 setlength{
5099 \backslash
5100 LTleft}{0.1
5101 \backslash
5102 columnwidth}
5103 \end_layout
5104
5105 \end_inset
5106
5107
5108 \end_layout
5109
5110 \begin_layout Standard
5111 \begin_inset Tabular
5112 <lyxtabular version="3" rows="5" columns="5">
5113 <features islongtable="true" longtabularalignment="center">
5114 <column alignment="center" valignment="top" width="0">
5115 <column alignment="center" valignment="top" width="0">
5116 <column alignment="center" valignment="top" width="0">
5117 <column alignment="center" valignment="top" width="0">
5118 <column alignment="center" valignment="top" width="0">
5119 <row>
5120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 1
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 2
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 3
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 4
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 5
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 いろは
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 いろは
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 いろは
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 いろは
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 </row>
5260 <row>
5261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 いろは
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 いろは
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 </row>
5307 <row>
5308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 いろは
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 いろは
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 いろは
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 いろは
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 いろは
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 </lyxtabular>
5355
5356 \end_inset
5357
5358
5359 \begin_inset ERT
5360 status collapsed
5361
5362 \begin_layout Plain Layout
5363
5364
5365 \backslash
5366 setlength{
5367 \backslash
5368 LTleft}{
5369 \backslash
5370 fill}
5371 \end_layout
5372
5373 \end_inset
5374
5375
5376 \begin_inset ERT
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380
5381
5382 \backslash
5383 addtocounter{table}{-1}
5384 \end_layout
5385
5386 \end_inset
5387
5388
5389 \begin_inset Note Note
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393 このコマンドの説明に関しては、第
5394 \begin_inset CommandInset ref
5395 LatexCommand ref
5396 reference "sub:長尺表のキャプション"
5397
5398 \end_inset
5399
5400 節の最初の淡色表示注釈をご覧下さい。
5401 \end_layout
5402
5403 \end_inset
5404
5405
5406 \end_layout
5407
5408 \begin_layout Subsection
5409 長尺表のキャプション
5410 \begin_inset Index idx
5411 status collapsed
5412
5413 \begin_layout Plain Layout
5414 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5415 \end_layout
5416
5417 \end_inset
5418
5419
5420 \begin_inset CommandInset label
5421 LatexCommand label
5422 name "sub:長尺表のキャプション"
5423
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \begin_layout Standard
5430 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5431 \begin_inset CommandInset ref
5432 LatexCommand ref
5433 reference "sec:長尺表"
5434
5435 \end_inset
5436
5437 節に述べられているように、ある行で長尺表オプションの
5438 \family sans
5439 キャプション
5440 \family default
5441 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5442 \end_layout
5443
5444 \begin_layout Standard
5445 以下は、動作を確認するための短い長尺表です。
5446 \end_layout
5447
5448 \begin_layout Standard
5449 \begin_inset Tabular
5450 <lyxtabular version="3" rows="6" columns="5">
5451 <features islongtable="true" longtabularalignment="center">
5452 <column alignment="center" valignment="top" width="0">
5453 <column alignment="center" valignment="top" width="0">
5454 <column alignment="center" valignment="top" width="0">
5455 <column alignment="center" valignment="top" width="0">
5456 <column alignment="center" valignment="top" width="0">
5457 <row caption="true">
5458 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 \begin_inset Caption
5463
5464 \begin_layout Plain Layout
5465 キャプション付き長尺表
5466 \begin_inset Argument
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470 長尺表
5471 \end_layout
5472
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 </row>
5522 <row>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 1
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 2
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 3
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 4
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 5
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 <row>
5570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 いろは
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 いろは
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 いろは
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 いろは
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 </row>
5663 <row>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 いろは
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 いろは
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 </row>
5710 <row>
5711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 いろは
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 いろは
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 いろは
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 いろは
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 いろは
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 </lyxtabular>
5758
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \begin_layout Standard
5765 \begin_inset VSpace medskip
5766 \end_inset
5767
5768
5769 \begin_inset Note Greyedout
5770 status open
5771
5772 \begin_layout Plain Layout
5773
5774 \series bold
5775 【註1】
5776 \series default
5777 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5778 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5779 \end_layout
5780
5781 \begin_layout Plain Layout
5782
5783 \series bold
5784
5785 \backslash
5786 addtocounter{table}{-1}
5787 \end_layout
5788
5789 \begin_layout Plain Layout
5790 というコマンドを挿入する方法があります。
5791 \end_layout
5792
5793 \begin_layout Plain Layout
5794 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5795 \end_layout
5796
5797 \begin_layout Plain Layout
5798
5799 \series bold
5800
5801 \backslash
5802 let
5803 \backslash
5804 myEnd
5805 \backslash
5806 endlongtable
5807 \begin_inset Newline newline
5808 \end_inset
5809
5810
5811 \backslash
5812 renewcommand{
5813 \backslash
5814 endlongtable}{
5815 \backslash
5816 myEnd
5817 \backslash
5818 addtocounter{table}{-1}}
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \begin_layout Standard
5827 \begin_inset Note Greyedout
5828 status open
5829
5830 \begin_layout Plain Layout
5831
5832 \series bold
5833 【註2】
5834 \series default
5835 相互参照をリンクするために、
5836 \family sans
5837 文書設定
5838 \family default
5839 ダイアログの
5840 \family sans
5841 PDF特性
5842 \family default
5843
5844 \series bold
5845 hyperref
5846 \series default
5847
5848 \begin_inset Index idx
5849 status collapsed
5850
5851 \begin_layout Plain Layout
5852 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5853 \end_layout
5854
5855 \end_inset
5856
5857 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5858 \end_layout
5859
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \begin_layout Subsubsection
5866 長尺表への参照
5867 \begin_inset Index idx
5868 status collapsed
5869
5870 \begin_layout Plain Layout
5871 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5872 \end_layout
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Standard
5880 \begin_inset Tabular
5881 <lyxtabular version="3" rows="6" columns="5">
5882 <features islongtable="true" longtabularalignment="center">
5883 <column alignment="center" valignment="top" width="0">
5884 <column alignment="center" valignment="top" width="0">
5885 <column alignment="center" valignment="top" width="0">
5886 <column alignment="center" valignment="top" width="0">
5887 <column alignment="center" valignment="top" width="0">
5888 <row caption="true">
5889 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Caption
5894
5895 \begin_layout Plain Layout
5896 参照された長尺表
5897 \begin_inset CommandInset label
5898 LatexCommand label
5899 name "tab:参照例"
5900
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 1
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 2
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 3
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 4
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 5
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 いろは
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 いろは
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 </row>
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 いろは
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 いろは
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 <row>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 いろは
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 いろは
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 いろは
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 いろは
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 いろは
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 いろは
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 いろは
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 </lyxtabular>
6186
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \begin_layout Standard
6193 長尺表を参照するには、キャプションにラベルを挿入してください。
6194 \end_layout
6195
6196 \begin_layout Standard
6197 これは表
6198 \begin_inset CommandInset ref
6199 LatexCommand ref
6200 reference "tab:参照例"
6201
6202 \end_inset
6203
6204 への参照です。
6205 \end_layout
6206
6207 \begin_layout Standard
6208 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6209 \series bold
6210 caption
6211 \series default
6212
6213 \begin_inset Index idx
6214 status collapsed
6215
6216 \begin_layout Plain Layout
6217 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6218 \end_layout
6219
6220 \end_inset
6221
6222 を使用して設定することができます。第
6223 \begin_inset CommandInset ref
6224 LatexCommand ref
6225 reference "sec:キャプションの書式設定"
6226
6227 \end_inset
6228
6229 節をご覧下さい。
6230 \end_layout
6231
6232 \begin_layout Subsubsection
6233 キャプションの幅
6234 \begin_inset Index idx
6235 status collapsed
6236
6237 \begin_layout Plain Layout
6238 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \begin_layout Standard
6247 キャプション行の最大長は、長さ
6248 \series bold
6249
6250 \backslash
6251 LTcapwidth
6252 \series default
6253 によって指定することができます。既定値は4
6254 \begin_inset space \thinspace{}
6255 \end_inset
6256
6257 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6258 \end_layout
6259
6260 \begin_layout Standard
6261
6262 \series bold
6263
6264 \backslash
6265 setlength{
6266 \backslash
6267 LTcapwidth}{幅}
6268 \end_layout
6269
6270 \begin_layout Standard
6271 というコマンドを書き加えて下さい。ここで「幅」には、付録
6272 \begin_inset CommandInset ref
6273 LatexCommand ref
6274 reference "cha:LyXで使用できる単位"
6275
6276 \end_inset
6277
6278 に挙げられている単位を取ることができます。
6279 \end_layout
6280
6281 \begin_layout Standard
6282 以下の各表で違いを示します。
6283 \end_layout
6284
6285 \begin_layout Standard
6286 \begin_inset Tabular
6287 <lyxtabular version="3" rows="6" columns="5">
6288 <features islongtable="true" longtabularalignment="center">
6289 <column alignment="center" valignment="top" width="0">
6290 <column alignment="center" valignment="top" width="0">
6291 <column alignment="center" valignment="top" width="0">
6292 <column alignment="center" valignment="top" width="0">
6293 <column alignment="center" valignment="top" width="0">
6294 <row caption="true">
6295 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Caption
6300
6301 \begin_layout Plain Layout
6302 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6303 \begin_inset Argument
6304 status collapsed
6305
6306 \begin_layout Plain Layout
6307 既定幅のキャプション
6308 \end_layout
6309
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 </row>
6359 <row>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 1
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 2
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 3
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 4
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 5
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 いろは
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 いろは
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 </row>
6453 <row>
6454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 いろは
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 いろは
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 <row>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 いろは
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 いろは
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 </row>
6547 <row>
6548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 いろは
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 いろは
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 いろは
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 いろは
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 いろは
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 </row>
6594 </lyxtabular>
6595
6596 \end_inset
6597
6598
6599 \end_layout
6600
6601 \begin_layout Standard
6602 \begin_inset ERT
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606
6607
6608 \backslash
6609 setlength{
6610 \backslash
6611 LTcapwidth}{5cm}
6612 \end_layout
6613
6614 \end_inset
6615
6616
6617 \begin_inset Tabular
6618 <lyxtabular version="3" rows="6" columns="5">
6619 <features islongtable="true" longtabularalignment="center">
6620 <column alignment="center" valignment="top" width="0">
6621 <column alignment="center" valignment="top" width="0">
6622 <column alignment="center" valignment="top" width="0">
6623 <column alignment="center" valignment="top" width="0">
6624 <column alignment="center" valignment="top" width="0">
6625 <row caption="true">
6626 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Caption
6631
6632 \begin_layout Plain Layout
6633 5
6634 \begin_inset space \thinspace{}
6635 \end_inset
6636
6637 cm幅のなが〜いフルタイトル・5
6638 \begin_inset space \thinspace{}
6639 \end_inset
6640
6641 cm幅のなが〜いフルタイトル・5
6642 \begin_inset space \thinspace{}
6643 \end_inset
6644
6645 cm幅のなが〜いフルタイトル
6646 \begin_inset Argument
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 5
6651 \begin_inset space \thinspace{}
6652 \end_inset
6653
6654 cm幅のキャプション
6655 \end_layout
6656
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \end_inset
6663
6664
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 1
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 2
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 3
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 4
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 5
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 </row>
6753 <row>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 いろは
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 いろは
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 </row>
6800 <row>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 いろは
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 いろは
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 いろは
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 いろは
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 </row>
6894 <row>
6895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 いろは
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 いろは
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 いろは
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 いろは
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 いろは
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 </row>
6941 </lyxtabular>
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \begin_layout Standard
6949 \begin_inset ERT
6950 status collapsed
6951
6952 \begin_layout Plain Layout
6953
6954
6955 \backslash
6956 setlength{
6957 \backslash
6958 LTcapwidth}{4in}
6959 \end_layout
6960
6961 \end_inset
6962
6963
6964 \end_layout
6965
6966 \begin_layout Standard
6967 \begin_inset Note Greyedout
6968 status open
6969
6970 \begin_layout Plain Layout
6971
6972 \series bold
6973 【註】
6974 \series default
6975 この文書のようにLaTeXパッケージの
6976 \series bold
6977 caption
6978 \series default
6979
6980 \begin_inset Index idx
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6985 \end_layout
6986
6987 \end_inset
6988
6989 を使用している時には、
6990 \series bold
6991
6992 \backslash
6993 LTcapwidth
6994 \series default
6995 に既定値の4
6996 \begin_inset space \thinspace{}
6997 \end_inset
6998
6999 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7000 \begin_inset space \thinspace{}
7001 \end_inset
7002
7003 in幅のキャプションを作るには、3.99
7004 \begin_inset space \thinspace{}
7005 \end_inset
7006
7007 inのように4.0
7008 \begin_inset space \thinspace{}
7009 \end_inset
7010
7011 inと少し違う値を指定するか、
7012 \series bold
7013 caption
7014 \series default
7015 パッケージが提供している
7016 \series bold
7017
7018 \backslash
7019 captionsetup{width=値}
7020 \series default
7021 というLaTeXコマンドを用いる方法があります。
7022 \end_layout
7023
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \begin_layout Subsubsection
7030 表の各ページごとに異なるキャプション
7031 \begin_inset Index idx
7032 status collapsed
7033
7034 \begin_layout Plain Layout
7035 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \begin_layout Standard
7044 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7045 \end_layout
7046
7047 \begin_layout Standard
7048
7049 \series bold
7050
7051 \backslash
7052 caption*{キャプション文}
7053 \backslash
7054
7055 \backslash
7056 %
7057 \end_layout
7058
7059 \begin_layout Standard
7060 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7061 \begin_inset CommandInset ref
7062 LatexCommand ref
7063 reference "tab:別キャプション"
7064
7065 \end_inset
7066
7067 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7068 \end_layout
7069
7070 \begin_layout Standard
7071 \align center
7072 \begin_inset Tabular
7073 <lyxtabular version="3" rows="59" columns="3">
7074 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7075 <column alignment="left" valignment="top" width="0cm">
7076 <column alignment="left" valignment="top" width="0pt">
7077 <column alignment="center" valignment="top" width="0pt">
7078 <row caption="true">
7079 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 \begin_inset Caption
7084
7085 \begin_layout Plain Layout
7086 例示用電話帳
7087 \begin_inset CommandInset label
7088 LatexCommand label
7089 name "tab:別キャプション"
7090
7091 \end_inset
7092
7093
7094 \begin_inset Argument
7095 status collapsed
7096
7097 \begin_layout Plain Layout
7098 例示用電話帳
7099 \end_layout
7100
7101 \end_inset
7102
7103
7104 \end_layout
7105
7106 \end_inset
7107
7108
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 </row>
7132 <row endfirsthead="true">
7133 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137
7138 \series bold
7139 例示用電話帳(名前は無視の事)
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 </row>
7163 <row endfirsthead="true">
7164 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \series bold
7170 氏名
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188
7189 \series bold
7190 TEL.
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 </row>
7196 <row endhead="true">
7197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206
7207 \backslash
7208 caption*{例示用電話帳の続き}
7209 \backslash
7210
7211 \backslash
7212 %
7213 \end_layout
7214
7215 \end_inset
7216
7217
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row endhead="true">
7242 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246
7247 \series bold
7248 例示用電話帳
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 </row>
7272 <row endhead="true">
7273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277
7278 \series bold
7279 氏名
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297
7298 \series bold
7299 TEL.
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 <row endfoot="true">
7306 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 次頁に続く
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row>
7335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339
7340 \series bold
7341 Annovi
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 Silvia
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 111
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 </row>
7365 <row>
7366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \series bold
7372 Bertoli
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 Stefano
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390 111
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row>
7397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \series bold
7403 Bozzi
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 Walter
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 111
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 </row>
7427 <row>
7428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \series bold
7434 Cachia
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 Maria
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 111
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row>
7459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \series bold
7465 Cachia
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 Maurizio
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 111
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 </row>
7489 <row>
7490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \series bold
7496 Cinquemani
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 Giusi
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 111
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 <row>
7521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525
7526 \series bold
7527 Colin
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 Bernard
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 111
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row>
7552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556
7557 \series bold
7558 Concli
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 Gianfranco
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 111
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row>
7583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Dal Bosco
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 Carolina
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 111
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \series bold
7620 Dalpiaz
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 Annamaria
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 111
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 </row>
7644 <row>
7645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649
7650 \series bold
7651 Feliciello
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 Domenico
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 111
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 </row>
7675 <row>
7676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680
7681 \series bold
7682 Focarelli
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 Paola
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 111
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row>
7707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \series bold
7713 Galletti
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 Oreste
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 111
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row>
7738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \series bold
7744 Gasparini
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 Franca
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762 111
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row>
7769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 Rizzardi
7776 \series default
7777
7778 \begin_inset Foot
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 例示用脚注
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 Paola
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 111
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 <row>
7812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \series bold
7818 Lassini
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 Giancarlo
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 111
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 </row>
7842 <row>
7843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \series bold
7849 Malfatti
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 Luciano
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 111
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 Malfatti
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 Valeriano
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 111
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row>
7905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \series bold
7911 Meneguzzo
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Roberto
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 111
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 Mezzadra
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 Roberto
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 111
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Pirpamer
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Erich
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Pochiesa
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Paolo
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111, 222
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Radina
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Claudio
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Stuffer
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Oskar
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Tacchelli
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Ugo
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Tezzele
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Margit
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Unterkalmsteiner
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Frieda
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Vieider
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Hilde
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Vigna
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Jürgen
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Weber
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Maurizio
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Winkler
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Franz
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312  
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \series bold
8343 Annovi
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Silvia
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 555
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \series bold
8374 Bertoli
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 Stefano
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 555
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \series bold
8405 Bozzi
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 Walter
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 555
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \series bold
8436 Cachia
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 Maria
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 555
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \series bold
8467 Cachia
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 Maurizio
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 555
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \series bold
8498 Cinquemani
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 Giusi
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 555
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \series bold
8529 Colin
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Bernard
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 555
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \series bold
8560 Concli
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 Gianfranco
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 555
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \series bold
8591 Dal Bosco
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Carolina
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 555
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \series bold
8622 Dalpiaz
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Annamaria
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 555
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Feliciello
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Domenico
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 555
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Focarelli
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Paola
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 555
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \series bold
8715 Galletti
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Oreste
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 555
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746 Gasparini
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 Franca
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 555
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775
8776 \series bold
8777 Rizzardi
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Paola
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 555
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Lassini
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Giancarlo
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 555
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Malfatti
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Luciano
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 555
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Malfatti
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Valeriano
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 555
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Meneguzzo
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Roberto
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 555
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Mezzadra
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Roberto
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 555
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 </lyxtabular>
8957
8958 \end_inset
8959
8960
8961 \end_layout
8962
8963 \begin_layout Section
8964 長尺表にまつわる諸点
8965 \begin_inset CommandInset label
8966 LatexCommand label
8967 name "sec:長尺表にまつわる諸点"
8968
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \begin_layout Subsection
8975 長尺表の計算
8976 \begin_inset Index idx
8977 status collapsed
8978
8979 \begin_layout Plain Layout
8980 ちょうしゃくひょう@長尺表 ! けいさん@計算
8981 \end_layout
8982
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \begin_layout Standard
8989 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
8990 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
8991 \end_layout
8992
8993 \begin_layout Standard
8994
8995 \series bold
8996
8997 \backslash
8998 setcounter{LTchunksize}{100}
8999 \end_layout
9000
9001 \begin_layout Standard
9002 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9003 \end_layout
9004
9005 \begin_layout Subsection
9006 フロートと長尺表
9007 \begin_inset Index idx
9008 status collapsed
9009
9010 \begin_layout Plain Layout
9011 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9012 \end_layout
9013
9014 \end_inset
9015
9016
9017 \end_layout
9018
9019 \begin_layout Standard
9020 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9021 \series bold
9022
9023 \backslash
9024 clearpage
9025 \series default
9026 コマンドを長尺表の前にTeXコードとして書き加えてください。
9027 \end_layout
9028
9029 \begin_layout Subsection
9030 強制改頁
9031 \begin_inset Index idx
9032 status collapsed
9033
9034 \begin_layout Plain Layout
9035 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9036 \end_layout
9037
9038 \end_inset
9039
9040
9041 \end_layout
9042
9043 \begin_layout Standard
9044 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9045 ド「
9046 \series bold
9047
9048 \backslash
9049
9050 \backslash
9051
9052 \series default
9053 」を挿入します。
9054 \series bold
9055
9056 \backslash
9057
9058 \backslash
9059
9060 \series default
9061 コマンドの前には、現セルよりも右にある列数と同じ数の「
9062 \series bold
9063 &
9064 \series default
9065 」文字を、TeXコードで挿入してやる必要があります。この
9066 \series bold
9067 &
9068 \series default
9069 は、表セルの区切り文字です。各
9070 \series bold
9071 &
9072 \series default
9073 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9074 \begin_inset Newline newline
9075 \end_inset
9076
9077
9078 \series bold
9079
9080 \backslash
9081
9082 \backslash
9083
9084 \series default
9085 コマンドの後ろには、現在列の左側にある列数と同じ数の
9086 \series bold
9087 &
9088 \series default
9089 文字を挿入してください。表
9090 \begin_inset CommandInset ref
9091 LatexCommand ref
9092 reference "tab:強制改頁"
9093
9094 \end_inset
9095
9096 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9097 \end_layout
9098
9099 \begin_layout Standard
9100
9101 \series bold
9102 & 111
9103 \backslash
9104
9105 \backslash
9106  
9107 \backslash
9108 newpage
9109 \begin_inset Newline newline
9110 \end_inset
9111
9112 &
9113 \end_layout
9114
9115 \begin_layout Standard
9116 というコマンドが、セル中「
9117 \emph on
9118 Castelchiodato,
9119 \emph default
9120 」の後にTeXコードとして挿入してあります。
9121 \end_layout
9122
9123 \begin_layout Standard
9124 同一行3列目の「111」は削除してあります。
9125 \series bold
9126
9127 \backslash
9128 newpage
9129 \series default
9130 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9131 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9132 \end_layout
9133
9134 \begin_layout Standard
9135
9136 \series bold
9137 & 111
9138 \backslash
9139
9140 \backslash
9141
9142 \begin_inset Newline newline
9143 \end_inset
9144
9145
9146 \backslash
9147 hline &
9148 \end_layout
9149
9150 \begin_layout Standard
9151 というコマンドを使用して下さい。
9152 \end_layout
9153
9154 \begin_layout Standard
9155 改頁をしたいセルが最右列にある場合には、
9156 \end_layout
9157
9158 \begin_layout Standard
9159
9160 \series bold
9161
9162 \backslash
9163 setlength{
9164 \backslash
9165 parfillskip}{0pt}
9166 \end_layout
9167
9168 \begin_layout Standard
9169 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9170
9171 \end_layout
9172
9173 \begin_layout Standard
9174 \align center
9175 \begin_inset Tabular
9176 <lyxtabular version="3" rows="38" columns="3">
9177 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9178 <column alignment="left" valignment="top" width="0cm">
9179 <column alignment="left" valignment="top" width="3cm">
9180 <column alignment="center" valignment="top" width="0pt">
9181 <row caption="true">
9182 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Caption
9187
9188 \begin_layout Plain Layout
9189 表セル内で強制改頁をしている表
9190 \begin_inset CommandInset label
9191 LatexCommand label
9192 name "tab:強制改頁"
9193
9194 \end_inset
9195
9196
9197 \begin_inset Argument
9198 status collapsed
9199
9200 \begin_layout Plain Layout
9201 表セル内で強制改頁をしている表
9202 \end_layout
9203
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \end_inset
9210
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row endfirsthead="true">
9236 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242 例示用電話帳(氏名は無視の事)
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row endfirsthead="true">
9267 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273 氏名
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \series bold
9293 TEL.
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row endhead="true">
9300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 \begin_inset ERT
9305 status collapsed
9306
9307 \begin_layout Plain Layout
9308
9309
9310 \backslash
9311 caption*{例示用電話帳の続き}
9312 \backslash
9313
9314 \backslash
9315 %
9316 \end_layout
9317
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row endhead="true">
9345 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 例示用電話帳
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row endhead="true">
9374 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380 氏名
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 TEL.
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 </row>
9406 <row endfoot="true">
9407 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 次頁に続く
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440
9441 \series bold
9442 Annovi
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Silvia
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 111
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \series bold
9473 Bertoli
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 Stefano
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 111
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \series bold
9504 Bozzi
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 Walter
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 111
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \series bold
9535 Cachia
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 Maria
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 111
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row>
9560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564
9565 \series bold
9566 Cachia
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575 Maurizio
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584 111
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \series bold
9597 Cinquemani
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 Giusi
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 111
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \series bold
9628 Colin
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 Bernard
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646 111
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row>
9653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657
9658 \series bold
9659 Concli
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 Gianfranco
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 111
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \series bold
9690 Dal Bosco
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 Carolina
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 111
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 <row>
9715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \series bold
9721 Dalpiaz
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730 Annamaria
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 111
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \series bold
9752 Feliciello
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 Domenico
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770 111
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \series bold
9783 Focarelli
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792 Paola
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801 111
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row>
9808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \series bold
9814 Galletti
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 Oreste
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 111
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row>
9839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \series bold
9845 Gasparini
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854 Franca
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 111
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 </row>
9869 <row>
9870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874
9875 \series bold
9876 Lassini
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 Giancarlo
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894 111
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row>
9901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \series bold
9907 Malfatti
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 Luciano
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 111
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row>
9932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \series bold
9938 Malfatti
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 Valeriano
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956 111
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row>
9963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \series bold
9969 Meneguzzo
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Roberto
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 111
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \series bold
10000 Mezzadra
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 Roberto
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 111
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row>
10025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \series bold
10031 Pirpamer
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 Erich
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 111
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 </row>
10055 <row>
10056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \series bold
10062 Pochiesa
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 Paolo
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 111, 222
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row>
10087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \series bold
10093 Radina
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 Claudio
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 </row>
10117 <row>
10118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \series bold
10124 Rizzardi
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 Paolo, 11.
10134  Fürst von Montecompatri, 11.
10135  Fürst von Sulmona und Vivaro, 10.
10136  Fürst von Rossano, 5.
10137  Herzog von Canemorte, 11.
10138  Herzog von Palombara, 5.
10139  Herzog von Castelchiodato,
10140 \begin_inset ERT
10141 status collapsed
10142
10143 \begin_layout Plain Layout
10144
10145 & 111
10146 \backslash
10147
10148 \backslash
10149  
10150 \backslash
10151 newpage
10152 \end_layout
10153
10154 \begin_layout Plain Layout
10155
10156 &
10157 \end_layout
10158
10159 \end_inset
10160
10161  11.
10162  Herzog von Poggionativo, 11.
10163  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10164  Graf von Valinfreda, 11.
10165  Baron von Cropalati, 11.
10166  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row>
10182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \series bold
10188 Stuffer
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 Oskar
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 111
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row>
10213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219 Tacchelli
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 Ugo
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 111
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row>
10244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \series bold
10250 Tezzele
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Margit
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 111
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Unterkalmsteiner
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Frieda
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Vieider
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Hilde
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Vigna
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Jürgen
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Weber
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Maurizio
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Winkler
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Franz
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 </lyxtabular>
10430
10431 \end_inset
10432
10433
10434 \end_layout
10435
10436 \begin_layout Section
10437 複数行・連結列・連結行
10438 \end_layout
10439
10440 \begin_layout Subsection
10441 表セル内の複数行
10442 \begin_inset CommandInset label
10443 LatexCommand label
10444 name "sub:複数行"
10445
10446 \end_inset
10447
10448
10449 \begin_inset Index idx
10450 status collapsed
10451
10452 \begin_layout Plain Layout
10453 ひょうせるないのふくすうぎょう@表セル内の複数行
10454 \end_layout
10455
10456 \end_inset
10457
10458
10459 \begin_inset Index idx
10460 status collapsed
10461
10462 \begin_layout Plain Layout
10463 ひょう@表 ! かいぎょう@改行
10464 \end_layout
10465
10466 \end_inset
10467
10468
10469 \end_layout
10470
10471 \begin_layout Standard
10472 \noindent
10473 \begin_inset Float table
10474 placement H
10475 wide false
10476 sideways false
10477 status open
10478
10479 \begin_layout Plain Layout
10480 \begin_inset Caption
10481
10482 \begin_layout Plain Layout
10483 \begin_inset CommandInset label
10484 LatexCommand label
10485 name "tab:複数行表"
10486
10487 \end_inset
10488
10489 セル内に複数の行がある表
10490 \end_layout
10491
10492 \end_inset
10493
10494
10495 \end_layout
10496
10497 \begin_layout Plain Layout
10498 \align center
10499 \begin_inset Tabular
10500 <lyxtabular version="3" rows="3" columns="3">
10501 <features tabularvalignment="middle">
10502 <column alignment="center" valignment="middle" width="2.5cm">
10503 <column alignment="center" valignment="middle" width="0">
10504 <column alignment="center" valignment="middle" width="0">
10505 <row>
10506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 複数の
10511 \begin_inset Newline linebreak
10512 \end_inset
10513
10514
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 </lyxtabular>
10597
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \begin_layout Standard
10609 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10610 \end_layout
10611
10612 \begin_layout Standard
10613
10614 \begin_inset CommandInset ref
10615 LatexCommand ref
10616 reference "tab:複数行表"
10617
10618 \end_inset
10619
10620 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10621 \family sans
10622 設定
10623 \family default
10624 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10625 \begin_inset space \thinspace{}
10626 \end_inset
10627
10628 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10629 \begin_inset space \thinspace{}
10630 \end_inset
10631
10632 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10633 \begin_inset Info
10634 type  "shortcut"
10635 arg   "newline-insert linebreak"
10636 \end_inset
10637
10638 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10639 \end_layout
10640
10641 \begin_layout Standard
10642 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10643 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10644 \begin_inset space \thinspace{}
10645 \end_inset
10646
10647 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10648 \begin_inset CommandInset ref
10649 LatexCommand ref
10650 reference "tab:ハイフネーション表"
10651
10652 \end_inset
10653
10654 が違いを示しています
10655 \begin_inset Foot
10656 status open
10657
10658 \begin_layout Plain Layout
10659
10660 \series bold
10661 【訳註】
10662 \series default
10663 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10664 \end_layout
10665
10666 \end_inset
10667
10668
10669 \end_layout
10670
10671 \begin_layout Standard
10672 \begin_inset Float table
10673 placement h
10674 wide false
10675 sideways false
10676 status open
10677
10678 \begin_layout Plain Layout
10679 \begin_inset Caption
10680
10681 \begin_layout Plain Layout
10682 \begin_inset CommandInset label
10683 LatexCommand label
10684 name "tab:ハイフネーション表"
10685
10686 \end_inset
10687
10688 ハイフネーション有/無の表
10689 \end_layout
10690
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \begin_layout Plain Layout
10697 \begin_inset space \hfill{}
10698 \end_inset
10699
10700
10701 \begin_inset Tabular
10702 <lyxtabular version="3" rows="3" columns="3">
10703 <features tabularvalignment="middle">
10704 <column alignment="center" valignment="middle" width="2.5cm">
10705 <column alignment="center" valignment="middle" width="0">
10706 <column alignment="center" valignment="middle" width="0">
10707 <row>
10708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 verylongtablecellword
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 </row>
10794 </lyxtabular>
10795
10796 \end_inset
10797
10798
10799 \begin_inset space \hfill{}
10800 \end_inset
10801
10802
10803 \begin_inset Tabular
10804 <lyxtabular version="3" rows="3" columns="3">
10805 <features tabularvalignment="middle">
10806 <column alignment="center" valignment="middle" width="2.5cm">
10807 <column alignment="center" valignment="middle" width="0">
10808 <column alignment="center" valignment="middle" width="0">
10809 <row>
10810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 \begin_inset space \hspace{}
10815 \length 0pt
10816 \end_inset
10817
10818 verylongtablecellword
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 <row>
10843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 </lyxtabular>
10901
10902 \end_inset
10903
10904
10905 \begin_inset space \hfill{}
10906 \end_inset
10907
10908
10909 \end_layout
10910
10911 \end_inset
10912
10913
10914 \end_layout
10915
10916 \begin_layout Subsection
10917 連結列
10918 \begin_inset CommandInset label
10919 LatexCommand label
10920 name "sub:連結列"
10921
10922 \end_inset
10923
10924
10925 \begin_inset Index idx
10926 status collapsed
10927
10928 \begin_layout Plain Layout
10929 れんけつれつ@連結列
10930 \end_layout
10931
10932 \end_inset
10933
10934
10935 \begin_inset Index idx
10936 status collapsed
10937
10938 \begin_layout Plain Layout
10939 ひょう@表 ! れんけつれつ@連結列
10940 \end_layout
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Subsubsection
10948 連結列の基礎
10949 \end_layout
10950
10951 \begin_layout Standard
10952 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
10953 \begin_inset Graphics
10954         filename ../../images/tabular-feature_multicolumn.png
10955         scale 85
10956         scaleBeforeRotation
10957
10958 \end_inset
10959
10960 を押すか、
10961 \family sans
10962 編集\SpecialChar \menuseparator
10963 表\SpecialChar \menuseparator
10964 連結列
10965 \family default
10966 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
10967 \family sans
10968 連結列
10969 \family default
10970 を有効にするかしてください。
10971 \end_layout
10972
10973 \begin_layout Standard
10974 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
10975 、最下行に上罫線のない連結行がある表の例です。
10976 \end_layout
10977
10978 \begin_layout Standard
10979 \align center
10980 \begin_inset Tabular
10981 <lyxtabular version="3" rows="3" columns="4">
10982 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
10983 <column alignment="center" valignment="top" width="0pt">
10984 <column alignment="center" valignment="middle" width="0">
10985 <column alignment="center" valignment="top" width="0in">
10986 <column alignment="center" valignment="top" width="0pt">
10987 <row>
10988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 いろは
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 にほへとちり
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 ぬるを
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 </row>
11063 <row>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 </row>
11101 </lyxtabular>
11102
11103 \end_inset
11104
11105
11106 \end_layout
11107
11108 \begin_layout Subsubsection
11109 連結列の計算
11110 \begin_inset CommandInset label
11111 LatexCommand label
11112 name "sub:連結列の計算"
11113
11114 \end_inset
11115
11116
11117 \begin_inset Index idx
11118 status collapsed
11119
11120 \begin_layout Plain Layout
11121 れんけつれつ@連結列 ! けいさん@計算
11122 \end_layout
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \begin_layout Standard
11130 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11131 \end_layout
11132
11133 \begin_layout Standard
11134 \begin_inset Float table
11135 placement h
11136 wide false
11137 sideways false
11138 status open
11139
11140 \begin_layout Plain Layout
11141 \begin_inset Caption
11142
11143 \begin_layout Plain Layout
11144 \begin_inset CommandInset label
11145 LatexCommand label
11146 name "tab:中央揃え表"
11147
11148 \end_inset
11149
11150 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11151 \begin_inset Argument
11152 status collapsed
11153
11154 \begin_layout Plain Layout
11155 完全なる連結列表
11156 \end_layout
11157
11158 \end_inset
11159
11160
11161 \end_layout
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Plain Layout
11169 \align center
11170 \begin_inset Tabular
11171 <lyxtabular version="3" rows="3" columns="3">
11172 <features tabularvalignment="middle">
11173 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11174 <column alignment="center" valignment="middle" width="0">
11175 <column alignment="center" valignment="top" width="0">
11176 <row>
11177 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 複数行にわたる連結列
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 <row>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 </row>
11234 <row>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 </lyxtabular>
11264
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Standard
11276 たとえば、表
11277 \begin_inset CommandInset ref
11278 LatexCommand ref
11279 reference "tab:中央揃え表"
11280
11281 \end_inset
11282
11283 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11284 \family sans
11285 設定
11286 \family default
11287 を選択します。そして現れる表の設定ダイアログで、このセルを
11288 \emph on
11289 連結列
11290 \emph default
11291
11292 \emph on
11293 中央揃え
11294 \emph default
11295 、2.5
11296 \begin_inset space \thinspace{}
11297 \end_inset
11298
11299 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11300 \begin_inset space \thinspace{}
11301 \end_inset
11302
11303 cm幅に設定します。すると第二列は自動的に1.25
11304 \begin_inset space \thinspace{}
11305 \end_inset
11306
11307 cm幅(連結列幅マイナス第一列の幅)になります。表
11308 \begin_inset CommandInset ref
11309 LatexCommand ref
11310 reference "tab:半分でない表"
11311
11312 \end_inset
11313
11314 もこのようにして作成してあります。
11315 \end_layout
11316
11317 \begin_layout Standard
11318 \begin_inset Float table
11319 wide false
11320 sideways false
11321 status open
11322
11323 \begin_layout Plain Layout
11324 \begin_inset Caption
11325
11326 \begin_layout Plain Layout
11327 \begin_inset CommandInset label
11328 LatexCommand label
11329 name "tab:半分でない表"
11330
11331 \end_inset
11332
11333 連結セルの下の列が正確に半分になっていない表
11334 \begin_inset Argument
11335 status collapsed
11336
11337 \begin_layout Plain Layout
11338 不完全な連結列表
11339 \end_layout
11340
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \end_inset
11347
11348
11349 \end_layout
11350
11351 \begin_layout Plain Layout
11352 \align center
11353 \begin_inset Tabular
11354 <lyxtabular version="3" rows="3" columns="3">
11355 <features tabularvalignment="middle">
11356 <column alignment="center" valignment="top" width="1.25cm">
11357 <column alignment="center" valignment="top" width="0">
11358 <column alignment="center" valignment="top" width="0">
11359 <row>
11360 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 複数行にわたる連結列
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 </lyxtabular>
11447
11448 \end_inset
11449
11450
11451 \end_layout
11452
11453 \end_inset
11454
11455
11456 \end_layout
11457
11458 \begin_layout Standard
11459 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11460 指定したセル幅
11461 \begin_inset Formula $W_{\mbox{指}}$
11462 \end_inset
11463
11464 がセルの全幅
11465 \begin_inset Formula $W_{\text{全}}$
11466 \end_inset
11467
11468 と等しくならないためです。付録
11469 \begin_inset CommandInset ref
11470 LatexCommand eqref
11471 reference "cha:式の説明"
11472
11473 \end_inset
11474
11475 がこの事情を詳細に説明しています。
11476 \end_layout
11477
11478 \begin_layout Standard
11479
11480 \emph on
11481 n
11482 \emph default
11483 列を連結する際、各列の全幅が
11484 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11485 \end_inset
11486
11487 となるために必要な指定幅
11488 \begin_inset Formula $W_{\mbox{指}:n}$
11489 \end_inset
11490
11491 は、
11492 \begin_inset Formula 
11493 \begin{equation}
11494 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11495 \end{equation}
11496
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \begin_layout Standard
11503 で計算することができます。上記の例では
11504 \begin_inset Formula $n=2$
11505 \end_inset
11506
11507 かつ
11508 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11509 \end_inset
11510
11511 cmかつ長さは既定値ですから、第
11512 \begin_inset CommandInset ref
11513 LatexCommand ref
11514 reference "eq:Wgn"
11515
11516 \end_inset
11517
11518 式は
11519 \begin_inset Formula 
11520 \begin{equation}
11521 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11522 \end{equation}
11523
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11531 \end_layout
11532
11533 \begin_layout Standard
11534
11535 \series bold
11536
11537 \backslash
11538 usepackage{calc}
11539 \end_layout
11540
11541 \begin_layout Standard
11542 と書いて、LaTeXパッケージ
11543 \series bold
11544 calc
11545 \series default
11546
11547 \begin_inset Index idx
11548 status collapsed
11549
11550 \begin_layout Plain Layout
11551 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11552 \end_layout
11553
11554 \end_inset
11555
11556 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11557 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11558 \end_layout
11559
11560 \begin_layout Itemize
11561
11562 \series bold
11563 p{幅}
11564 \series default
11565 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11566 \end_layout
11567
11568 \begin_layout Itemize
11569
11570 \series bold
11571 m{幅}
11572 \series default
11573 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11574 \end_layout
11575
11576 \begin_layout Itemize
11577
11578 \series bold
11579 b{幅}
11580 \series default
11581 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11582 \end_layout
11583
11584 \begin_layout Standard
11585 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11586 \end_layout
11587
11588 \begin_layout Standard
11589 \begin_inset Note Greyedout
11590 status open
11591
11592 \begin_layout Plain Layout
11593
11594 \series bold
11595 【註】
11596 \series default
11597 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11598 \end_layout
11599
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \begin_layout Standard
11606 文章を水平方向中央揃えにしたいので、
11607 \series bold
11608
11609 \backslash
11610 centering
11611 \series default
11612 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11613 \end_layout
11614
11615 \begin_layout Standard
11616
11617 \series bold
11618 >{
11619 \backslash
11620 centering}m{1.25cm-6.2pt}
11621 \end_layout
11622
11623 \begin_layout Standard
11624
11625 \series bold
11626 >{ }
11627 \series default
11628 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11629 \end_layout
11630
11631 \begin_layout Standard
11632 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11633 がって、連結セルには
11634 \end_layout
11635
11636 \begin_layout Standard
11637
11638 \series bold
11639 >{
11640 \backslash
11641 centering}m{2.5cm}
11642 \end_layout
11643
11644 \begin_layout Standard
11645 というLaTeX変数を指定しなくてはなりません。
11646 \end_layout
11647
11648 \begin_layout Subsection
11649 連結行
11650 \begin_inset CommandInset label
11651 LatexCommand label
11652 name "sub:連結行"
11653
11654 \end_inset
11655
11656
11657 \begin_inset Index idx
11658 status collapsed
11659
11660 \begin_layout Plain Layout
11661 れんけつぎょう@連結行
11662 \end_layout
11663
11664 \end_inset
11665
11666
11667 \begin_inset Index idx
11668 status collapsed
11669
11670 \begin_layout Plain Layout
11671 ひょう@表 ! れんけつぎょう@連結行
11672 \end_layout
11673
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \begin_layout Standard
11680 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11681 \begin_inset Graphics
11682         filename ../../images/tabular-feature_multirow.png
11683         scale 85
11684         scaleBeforeRotation
11685
11686 \end_inset
11687
11688 を押すか、メニュー
11689 \family sans
11690 編集\SpecialChar \menuseparator
11691 表\SpecialChar \menuseparator
11692 連結行
11693 \family default
11694 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11695 \family sans
11696 \SpecialChar \menuseparator
11697 連結行
11698 \family default
11699 を選んでください。
11700 \end_layout
11701
11702 \begin_layout Standard
11703 下記は一列目に連結列を適用した表の例です。
11704 \end_layout
11705
11706 \begin_layout Standard
11707 \align center
11708 \begin_inset Tabular
11709 <lyxtabular version="3" rows="3" columns="3">
11710 <features tabularvalignment="middle">
11711 <column alignment="center" valignment="top" width="0pt">
11712 <column alignment="center" valignment="top" width="0">
11713 <column alignment="center" valignment="top" width="0">
11714 <row>
11715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 長いセル項目
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 <row>
11744 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 連結列
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 </row>
11772 <row>
11773 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 </lyxtabular>
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Standard
11809 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11810 \family sans
11811 垂直オフセット
11812 \family default
11813 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11814 \end_layout
11815
11816 \begin_layout Standard
11817 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11818 \end_layout
11819
11820 \begin_layout Standard
11821
11822 \series bold
11823
11824 \backslash
11825 renewcommand{
11826 \backslash
11827 multirowsetup}{
11828 \backslash
11829 centering}
11830 \end_layout
11831
11832 \begin_layout Standard
11833 というコマンドを使用して、コマンド
11834 \series bold
11835
11836 \backslash
11837 multirowsetup
11838 \series default
11839 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11840 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11841 \series bold
11842
11843 \backslash
11844 centering
11845 \series default
11846 の代わりに
11847 \series bold
11848
11849 \backslash
11850 raggedleft
11851 \series default
11852 を使用して下さい。左揃えに戻すには、
11853 \series bold
11854
11855 \backslash
11856 raggedright
11857 \series default
11858 とします。
11859 \end_layout
11860
11861 \begin_layout Standard
11862 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11863 \end_layout
11864
11865 \begin_layout Standard
11866 \noindent
11867 \align center
11868 \begin_inset ERT
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873
11874 \backslash
11875 renewcommand{
11876 \backslash
11877 multirowsetup}{
11878 \backslash
11879 raggedleft}
11880 \end_layout
11881
11882 \end_inset
11883
11884
11885 \begin_inset Tabular
11886 <lyxtabular version="3" rows="4" columns="3">
11887 <features tabularvalignment="middle">
11888 <column alignment="center" valignment="top" width="3cm">
11889 <column alignment="center" valignment="top" width="0">
11890 <column alignment="center" valignment="top" width="0">
11891 <row>
11892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 長いセル項目
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 <row>
11921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 <row>
11950 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 連結列
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 </lyxtabular>
12008
12009 \end_inset
12010
12011
12012 \begin_inset ERT
12013 status collapsed
12014
12015 \begin_layout Plain Layout
12016
12017
12018 \backslash
12019 renewcommand{
12020 \backslash
12021 multirowsetup}{
12022 \backslash
12023 raggedright}
12024 \end_layout
12025
12026 \end_inset
12027
12028
12029 \end_layout
12030
12031 \begin_layout Standard
12032
12033 \lang english
12034 To start a new line in a multirow you can use a forced line break (shortcut
12035  
12036 \begin_inset Info
12037 type  "shortcut"
12038 arg   "newline-insert newline"
12039 \end_inset
12040
12041 ) but this will not respect the cell lines as demonstrated in this table:
12042 \end_layout
12043
12044 \begin_layout Standard
12045 \noindent
12046 \align center
12047
12048 \lang english
12049 \begin_inset Tabular
12050 <lyxtabular version="3" rows="3" columns="2">
12051 <features tabularvalignment="middle">
12052 <column alignment="left" valignment="middle" width="2cm">
12053 <column alignment="center" valignment="top" width="0">
12054 <row>
12055 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059
12060 \lang english
12061 aaa
12062 \begin_inset Newline newline
12063 \end_inset
12064
12065 aaa
12066 \begin_inset Newline newline
12067 \end_inset
12068
12069 wrong cell
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078
12079 \lang english
12080 ccc
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 <row>
12087 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100
12101 \lang english
12102 ddd
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 </row>
12108 <row>
12109 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113
12114 \lang english
12115 bbb
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124
12125 \lang english
12126 eee
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 </lyxtabular>
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140
12141 \lang english
12142 Therefore be careful with forced line breaks.
12143 \end_layout
12144
12145 \begin_layout Section
12146 フォーマル形式の表
12147 \begin_inset CommandInset label
12148 LatexCommand label
12149 name "sec:フォーマル形式の表"
12150
12151 \end_inset
12152
12153
12154 \begin_inset Index idx
12155 status collapsed
12156
12157 \begin_layout Plain Layout
12158 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12159 \end_layout
12160
12161 \end_inset
12162
12163
12164 \end_layout
12165
12166 \begin_layout Standard
12167 書籍中の表は、よく表
12168 \begin_inset CommandInset ref
12169 LatexCommand ref
12170 reference "tab:ブックタブ表の例"
12171
12172 \end_inset
12173
12174 のように組版されます。この種の表は、「
12175 \emph on
12176 フォーマル形式
12177 \emph default
12178 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12179 \end_layout
12180
12181 \begin_layout Standard
12182 \begin_inset Float table
12183 placement h
12184 wide false
12185 sideways false
12186 status open
12187
12188 \begin_layout Plain Layout
12189 \begin_inset Caption
12190
12191 \begin_layout Plain Layout
12192 \begin_inset CommandInset label
12193 LatexCommand label
12194 name "tab:ブックタブ表の例"
12195
12196 \end_inset
12197
12198 ブックタブ表の例
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \begin_layout Plain Layout
12207 \align center
12208 \begin_inset Tabular
12209 <lyxtabular version="3" rows="8" columns="4">
12210 <features booktabs="true" tabularvalignment="middle">
12211 <column alignment="center" valignment="top" width="0">
12212 <column alignment="center" valignment="top" width="0">
12213 <column alignment="center" valignment="top" width="0">
12214 <column alignment="center" valignment="top" width="0">
12215 <row>
12216 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 システム
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" topline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 Medipix
12230 \begin_inset space \thinspace{}
12231 \end_inset
12232
12233 1
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 Medipix
12243 \begin_inset space \thinspace{}
12244 \end_inset
12245
12246 2
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 \begin_inset ERT
12267 status collapsed
12268
12269 \begin_layout Plain Layout
12270
12271
12272 \backslash
12273 cmidrule(r){2-2}
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \begin_inset ERT
12280 status collapsed
12281
12282 \begin_layout Plain Layout
12283
12284
12285 \backslash
12286 cmidrule(l){3-4}
12287 \end_layout
12288
12289 \end_inset
12290
12291 検知器の厚み [µm]
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 300
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 300
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 700
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 <row>
12325 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 エッジ角 [°]
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell alignment="center" valignment="top" topline="true" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Plain Layout
12338 3.55
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell alignment="center" valignment="top" topline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347 2.71
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 <cell alignment="center" valignment="top" topline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Plain Layout
12356 7.99
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 </row>
12362 <row topspace="default">
12363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Plain Layout
12367 空間分解能 [µm]
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 <cell alignment="center" valignment="top" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Plain Layout
12376 4.26
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 10.17
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 <cell alignment="center" valignment="top" usebox="none">
12391 \begin_inset Text
12392
12393 \begin_layout Plain Layout
12394 10.56
12395 \end_layout
12396
12397 \end_inset
12398 </cell>
12399 </row>
12400 <row topspace="default">
12401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405 \begin_inset Formula $f_{\mathrm{max}}$
12406 \end_inset
12407
12408 におけるMTF
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 <cell alignment="center" valignment="top" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417 0.53
12418 \end_layout
12419
12420 \end_inset
12421 </cell>
12422 <cell alignment="center" valignment="top" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426 0.37
12427 \end_layout
12428
12429 \end_inset
12430 </cell>
12431 <cell alignment="center" valignment="top" usebox="none">
12432 \begin_inset Text
12433
12434 \begin_layout Plain Layout
12435 0.39
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 </row>
12441 <row topspace="default">
12442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446 \begin_inset ERT
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450
12451
12452 \backslash
12453 cmidrule(l{10pt}){1-1}
12454 \end_layout
12455
12456 \end_inset
12457
12458 LSF空間分解能
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467
12468 \end_layout
12469
12470 \end_inset
12471 </cell>
12472 <cell alignment="center" valignment="top" usebox="none">
12473 \begin_inset Text
12474
12475 \begin_layout Plain Layout
12476
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 <cell alignment="center" valignment="top" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 </row>
12491 <row>
12492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 µm表示
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 129.7
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 52.75
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 <cell alignment="center" valignment="top" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 50.78
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 </row>
12529 <row>
12530 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 ピクセルサイズに対する%表示
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 76.3
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 95.9
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 92.3
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 </row>
12567 </lyxtabular>
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \begin_layout Standard
12580 表中の行に余白を加えるには、第
12581 \begin_inset CommandInset ref
12582 LatexCommand ref
12583 reference "sub:行の余白取り"
12584
12585 \end_inset
12586
12587 節に述べられているように、表の設定ダイアログの
12588 \family sans
12589 罫線
12590 \family default
12591 タブを使用します。
12592 \end_layout
12593
12594 \begin_layout Standard
12595 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12596 \begin_inset Newline newline
12597 \end_inset
12598
12599 最初と最後の表罫線の既定幅は0.08
12600 \begin_inset space \thinspace{}
12601 \end_inset
12602
12603 emですが、他の罫線の既定幅は0.05
12604 \begin_inset space \thinspace{}
12605 \end_inset
12606
12607 emです。
12608 \end_layout
12609
12610 \begin_layout Standard
12611 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12612 \end_layout
12613
12614 \begin_layout Standard
12615
12616 \series bold
12617
12618 \backslash
12619 let
12620 \backslash
12621 mytoprule
12622 \backslash
12623 toprule
12624 \begin_inset Newline newline
12625 \end_inset
12626
12627
12628 \backslash
12629 renewcommand{
12630 \backslash
12631 toprule}{
12632 \backslash
12633 mytoprule[幅]}
12634 \end_layout
12635
12636 \begin_layout Standard
12637 上の例は、
12638 \series bold
12639 toprule
12640 \series default
12641 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12642 \series bold
12643 toprule
12644 \series default
12645
12646 \series bold
12647 bottomrule
12648 \series default
12649 に置き換えて下さい。他の罫線の線幅を変更するには、
12650 \series bold
12651 toprule
12652 \series default
12653
12654 \series bold
12655 midrule
12656 \series default
12657 に置き換えます。線幅を設定する上では、付録
12658 \begin_inset CommandInset ref
12659 LatexCommand ref
12660 reference "cha:LyXで使用できる単位"
12661
12662 \end_inset
12663
12664 に挙げてあるすべての単位を使用することができます。
12665 \end_layout
12666
12667 \begin_layout Standard
12668 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12669 \series bold
12670
12671 \backslash
12672 cmidrule
12673 \series default
12674 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12675 \end_layout
12676
12677 \begin_layout Standard
12678
12679 \series bold
12680
12681 \backslash
12682 cmidrule[幅](刈込){開始列-終了列}
12683 \end_layout
12684
12685 \begin_layout Standard
12686 です。
12687 \series bold
12688
12689 \backslash
12690 cmidrule
12691 \series default
12692 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12693 \series bold
12694
12695 \backslash
12696 cmidrule
12697 \series default
12698 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12699
12700 \end_layout
12701
12702 \begin_layout Standard
12703 この線幅の既定値は0.03
12704 \begin_inset space \thinspace{}
12705 \end_inset
12706
12707 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12708 。非必須パラメーターの「刈込」は、
12709 \emph on
12710 l{刈込幅}
12711 \emph default
12712 あるいは
12713 \emph on
12714 r{刈込幅}
12715 \emph default
12716 の値を取り、刈込幅の指定は非必須です。たとえば、
12717 \emph on
12718 l{2pt}
12719 \emph default
12720 というパラメーターを使うと、罫線が左端から2
12721 \begin_inset space \thinspace{}
12722 \end_inset
12723
12724 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12725 \begin_inset space \thinspace{}
12726 \end_inset
12727
12728 emだけ刈り込まれます。
12729 \end_layout
12730
12731 \begin_layout Standard
12732 \begin_inset VSpace bigskip
12733 \end_inset
12734
12735
12736 \begin_inset CommandInset ref
12737 LatexCommand ref
12738 reference "tab:ブックタブ表の例"
12739
12740 \end_inset
12741
12742 は、
12743 \end_layout
12744
12745 \begin_layout Standard
12746
12747 \series bold
12748
12749 \backslash
12750 cmidrule(r){2-2}
12751 \backslash
12752 cmidrule(l){3-4}
12753 \end_layout
12754
12755 \begin_layout Standard
12756 というコマンドを第二行の初めに使用し、
12757 \end_layout
12758
12759 \begin_layout Standard
12760
12761 \series bold
12762
12763 \backslash
12764 cmidrule(l{10pt}){1-1}
12765 \end_layout
12766
12767 \begin_layout Standard
12768 を第六行に使用して作成されています。
12769 \end_layout
12770
12771 \begin_layout Standard
12772 \begin_inset VSpace bigskip
12773 \end_inset
12774
12775
12776 \end_layout
12777
12778 \begin_layout Standard
12779 ときには、表
12780 \begin_inset CommandInset ref
12781 LatexCommand ref
12782 reference "tab:特殊なブックタブ表"
12783
12784 \end_inset
12785
12786 のような重なり合った
12787 \series bold
12788
12789 \backslash
12790 cmidrule
12791 \series default
12792 が欲しいことがあるかもしれません。これは、TeXコードで
12793 \end_layout
12794
12795 \begin_layout Standard
12796
12797 \series bold
12798
12799 \backslash
12800 morecmidrules
12801 \end_layout
12802
12803 \begin_layout Standard
12804 コマンドを使用することによって実現することができます。表
12805 \begin_inset CommandInset ref
12806 LatexCommand ref
12807 reference "tab:特殊なブックタブ表"
12808
12809 \end_inset
12810
12811 の第二列には
12812 \end_layout
12813
12814 \begin_layout Standard
12815
12816 \series bold
12817
12818 \backslash
12819 cmidrule(r){2-2}
12820 \backslash
12821 cmidrule(l){3-4}
12822 \backslash
12823 morecmidrules
12824 \backslash
12825 cmidrule{2-4}
12826 \end_layout
12827
12828 \begin_layout Standard
12829 というコマンドが使用されており、第六列には
12830 \end_layout
12831
12832 \begin_layout Standard
12833
12834 \series bold
12835
12836 \backslash
12837 midrule
12838 \backslash
12839 morecmidrules
12840 \backslash
12841 cmidrule{3-4}
12842 \end_layout
12843
12844 \begin_layout Standard
12845 というコマンドが使用されています。
12846 \end_layout
12847
12848 \begin_layout Standard
12849 \begin_inset VSpace bigskip
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 罫線の余白取りにどうしても満足が行かない場合には、
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862
12863 \backslash
12864 specialrule{幅}{上余白}{下余白}
12865 \end_layout
12866
12867 \begin_layout Standard
12868 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12869 \series bold
12870 booktabs
12871 \series default
12872  
12873 \begin_inset CommandInset citation
12874 LatexCommand cite
12875 key "booktabs"
12876
12877 \end_inset
12878
12879
12880 \begin_inset Index idx
12881 status collapsed
12882
12883 \begin_layout Plain Layout
12884 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12885 \end_layout
12886
12887 \end_inset
12888
12889 の取扱説明書をご参照下さい。
12890 \end_layout
12891
12892 \begin_layout Standard
12893 \begin_inset Float table
12894 placement h
12895 wide false
12896 sideways false
12897 status open
12898
12899 \begin_layout Plain Layout
12900 \begin_inset Caption
12901
12902 \begin_layout Plain Layout
12903 \begin_inset CommandInset label
12904 LatexCommand label
12905 name "tab:特殊なブックタブ表"
12906
12907 \end_inset
12908
12909 特殊なブックタブ表
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \begin_layout Plain Layout
12918 \align center
12919 \begin_inset Tabular
12920 <lyxtabular version="3" rows="8" columns="4">
12921 <features booktabs="true" tabularvalignment="middle">
12922 <column alignment="center" valignment="top" width="0">
12923 <column alignment="center" valignment="top" width="0">
12924 <column alignment="center" valignment="top" width="0">
12925 <column alignment="center" valignment="top" width="0">
12926 <row>
12927 <cell alignment="center" valignment="top" topline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 システム
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 Medipix
12941 \begin_inset space \thinspace{}
12942 \end_inset
12943
12944 1
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 Medipix
12954 \begin_inset space \thinspace{}
12955 \end_inset
12956
12957 2
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 </row>
12972 <row>
12973 <cell alignment="center" valignment="top" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 \begin_inset ERT
12978 status collapsed
12979
12980 \begin_layout Plain Layout
12981
12982
12983 \backslash
12984 cmidrule(r){2-2}
12985 \end_layout
12986
12987 \end_inset
12988
12989
12990 \begin_inset ERT
12991 status collapsed
12992
12993 \begin_layout Plain Layout
12994
12995
12996 \backslash
12997 cmidrule(l){3-4}
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \begin_inset ERT
13004 status collapsed
13005
13006 \begin_layout Plain Layout
13007
13008
13009 \backslash
13010 morecmidrules 
13011 \end_layout
13012
13013 \end_inset
13014
13015
13016 \begin_inset ERT
13017 status collapsed
13018
13019 \begin_layout Plain Layout
13020
13021
13022 \backslash
13023 cmidrule{2-4}
13024 \end_layout
13025
13026 \end_inset
13027
13028 検知器の厚み [µm]
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 300
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 300
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 700
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 エッジ角 [°]
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 3.55
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084 2.71
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" topline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 7.99
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 </row>
13099 <row topspace="default">
13100 <cell alignment="center" valignment="top" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104 空間分解能 [µm]
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 4.26
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 <cell alignment="center" valignment="top" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 10.17
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 10.56
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 <row topspace="default">
13138 <cell alignment="center" valignment="top" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 \begin_inset Formula $f_{\mathrm{max}}$
13143 \end_inset
13144
13145 におけるMTF
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 <cell alignment="center" valignment="top" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154 0.53
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 0.37
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 0.39
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 </row>
13178 <row>
13179 <cell alignment="center" valignment="top" topline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 \begin_inset ERT
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187
13188
13189 \backslash
13190 morecmidrules 
13191 \end_layout
13192
13193 \end_inset
13194
13195
13196 \begin_inset ERT
13197 status collapsed
13198
13199 \begin_layout Plain Layout
13200
13201
13202 \backslash
13203 cmidrule{3-4}
13204 \end_layout
13205
13206 \end_inset
13207
13208 LSF空間分解能
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 </row>
13241 <row>
13242 <cell alignment="center" valignment="top" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 µm表示
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 129.7
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 52.75
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 50.78
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 </row>
13279 <row>
13280 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 ピクセルサイズに対する%表示
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 76.3
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 95.9
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 92.3
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 </row>
13317 </lyxtabular>
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \begin_layout Section
13330 表の垂直揃え
13331 \begin_inset Index idx
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335 ひょう@表 ! そろえ@揃え
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Standard
13344 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13345 \begin_inset CommandInset ref
13346 LatexCommand ref
13347 reference "sec:ボックスダイアログ"
13348
13349 \end_inset
13350
13351 節に述べられているように、ボックスの垂直揃えを行います。
13352 \end_layout
13353
13354 \begin_layout Standard
13355 以下の例では、各表は15
13356 \begin_inset space \thinspace{}
13357 \end_inset
13358
13359 列幅%を持つminipage
13360 \begin_inset Foot
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364 minipageは第
13365 \begin_inset CommandInset ref
13366 LatexCommand ref
13367 reference "sec:ミニページ"
13368
13369 \end_inset
13370
13371 節で説明されています。
13372 \end_layout
13373
13374 \end_inset
13375
13376 ボックスの中に入れてあります。
13377 \end_layout
13378
13379 \begin_layout Itemize
13380 動作試験 
13381 \begin_inset Box Frameless
13382 position "t"
13383 hor_pos "c"
13384 has_inner_box 1
13385 inner_pos "c"
13386 use_parbox 0
13387 use_makebox 0
13388 width "15col%"
13389 special "none"
13390 height "1in"
13391 height_special "totalheight"
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395 \begin_inset Tabular
13396 <lyxtabular version="3" rows="3" columns="3">
13397 <features tabularvalignment="middle">
13398 <column alignment="center" valignment="top" width="0">
13399 <column alignment="center" valignment="top" width="0">
13400 <column alignment="center" valignment="top" width="0">
13401 <row>
13402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 </row>
13459 <row>
13460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 </row>
13488 </lyxtabular>
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \end_inset
13496
13497  動作試験 
13498 \begin_inset ERT
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502
13503
13504 \backslash
13505 raisebox{0.85
13506 \backslash
13507 baselineskip}{
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \begin_inset Box Frameless
13514 position "t"
13515 hor_pos "c"
13516 has_inner_box 1
13517 inner_pos "c"
13518 use_parbox 0
13519 use_makebox 0
13520 width "15col%"
13521 special "none"
13522 height "1in"
13523 height_special "totalheight"
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527 \begin_inset Tabular
13528 <lyxtabular version="3" rows="3" columns="3">
13529 <features tabularvalignment="middle">
13530 <column alignment="center" valignment="top" width="0">
13531 <column alignment="center" valignment="top" width="0">
13532 <column alignment="center" valignment="top" width="0">
13533 <row>
13534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 </row>
13591 <row>
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \end_layout
13616
13617 \end_inset
13618 </cell>
13619 </row>
13620 </lyxtabular>
13621
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \begin_inset ERT
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634
13635 }
13636 \end_layout
13637
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \begin_layout Itemize
13644 動作試験 
13645 \begin_inset Box Frameless
13646 position "c"
13647 hor_pos "c"
13648 has_inner_box 1
13649 inner_pos "c"
13650 use_parbox 0
13651 use_makebox 0
13652 width "15col%"
13653 special "none"
13654 height "1in"
13655 height_special "totalheight"
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659 \begin_inset Tabular
13660 <lyxtabular version="3" rows="3" columns="3">
13661 <features tabularvalignment="middle">
13662 <column alignment="center" valignment="top" width="0">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <row>
13666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 <row>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 </row>
13723 <row>
13724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 </lyxtabular>
13753
13754 \end_inset
13755
13756
13757 \end_layout
13758
13759 \end_inset
13760
13761
13762 \end_layout
13763
13764 \begin_layout Itemize
13765 動作試験 
13766 \begin_inset Box Frameless
13767 position "b"
13768 hor_pos "c"
13769 has_inner_box 1
13770 inner_pos "c"
13771 use_parbox 0
13772 use_makebox 0
13773 width "15col%"
13774 special "none"
13775 height "1in"
13776 height_special "totalheight"
13777 status collapsed
13778
13779 \begin_layout Plain Layout
13780 \begin_inset Tabular
13781 <lyxtabular version="3" rows="3" columns="3">
13782 <features tabularvalignment="middle">
13783 <column alignment="center" valignment="top" width="0">
13784 <column alignment="center" valignment="top" width="0">
13785 <column alignment="center" valignment="top" width="0">
13786 <row>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 </row>
13815 <row>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838
13839 \end_layout
13840
13841 \end_inset
13842 </cell>
13843 </row>
13844 <row>
13845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 </row>
13873 </lyxtabular>
13874
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \end_inset
13881
13882  動作試験 
13883 \begin_inset ERT
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887
13888
13889 \backslash
13890 raisebox{-0.32
13891 \backslash
13892 baselineskip}{
13893 \end_layout
13894
13895 \end_inset
13896
13897
13898 \begin_inset Box Frameless
13899 position "b"
13900 hor_pos "c"
13901 has_inner_box 1
13902 inner_pos "c"
13903 use_parbox 0
13904 use_makebox 0
13905 width "15col%"
13906 special "none"
13907 height "1in"
13908 height_special "totalheight"
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912 \begin_inset Tabular
13913 <lyxtabular version="3" rows="3" columns="3">
13914 <features tabularvalignment="middle">
13915 <column alignment="center" valignment="top" width="0">
13916 <column alignment="center" valignment="top" width="0">
13917 <column alignment="center" valignment="top" width="0">
13918 <row>
13919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 </row>
13947 <row>
13948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 </row>
14005 </lyxtabular>
14006
14007 \end_inset
14008
14009
14010 \end_layout
14011
14012 \end_inset
14013
14014
14015 \begin_inset ERT
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019
14020 }
14021 \end_layout
14022
14023 \end_inset
14024
14025
14026 \end_layout
14027
14028 \begin_layout Standard
14029 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
14030 \begin_inset Foot
14031 status collapsed
14032
14033 \begin_layout Plain Layout
14034 raiseboxは、第
14035 \begin_inset CommandInset ref
14036 LatexCommand ref
14037 reference "sub:垂直揃え"
14038
14039 \end_inset
14040
14041 節で説明されています。
14042 \end_layout
14043
14044 \end_inset
14045
14046 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
14047 \end_layout
14048
14049 \begin_layout Standard
14050
14051 \series bold
14052
14053 \backslash
14054 raisebox{0.85
14055 \backslash
14056 baselineskip}{
14057 \end_layout
14058
14059 \begin_layout Standard
14060 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
14061 \series bold
14062 }
14063 \series default
14064 をTeXコードとして挿入してあります。最後の項目の第二表には、
14065 \end_layout
14066
14067 \begin_layout Standard
14068
14069 \series bold
14070
14071 \backslash
14072 raisebox{-0.32
14073 \backslash
14074 baselineskip}{
14075 \end_layout
14076
14077 \begin_layout Standard
14078 というコマンドを使用しています。
14079 \end_layout
14080
14081 \begin_layout Standard
14082 \begin_inset Note Greyedout
14083 status open
14084
14085 \begin_layout Plain Layout
14086
14087 \series bold
14088 【註】
14089 \series default
14090 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
14091 \series bold
14092
14093 \backslash
14094 raisebox
14095 \series default
14096 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
14097 \end_layout
14098
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \begin_layout Section
14105 色付きの表
14106 \begin_inset CommandInset label
14107 LatexCommand label
14108 name "sec:色付きの表"
14109
14110 \end_inset
14111
14112
14113 \begin_inset Index idx
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117 ひょう@表 ! いろつき@色付き
14118 \end_layout
14119
14120 \end_inset
14121
14122
14123 \end_layout
14124
14125 \begin_layout Subsection
14126 色付きのセル
14127 \begin_inset Index idx
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131 ひょうのいろ@表の色 ! せるぶ@セル部
14132 \end_layout
14133
14134 \end_inset
14135
14136
14137 \begin_inset Index idx
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 いろつき@色付き ! ひょうせるぶ@表セル部
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 \begin_inset Float table
14151 placement h
14152 wide false
14153 sideways false
14154 status open
14155
14156 \begin_layout Plain Layout
14157 \begin_inset Caption
14158
14159 \begin_layout Plain Layout
14160 \begin_inset CommandInset label
14161 LatexCommand label
14162 name "tab:colortblなしの表"
14163
14164 \end_inset
14165
14166
14167 \series bold
14168 colortbl
14169 \series default
14170 パッケージを使用しない色付き表
14171 \begin_inset Argument
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175 colortblなしの表
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \end_layout
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Plain Layout
14189 \align center
14190 \begin_inset Tabular
14191 <lyxtabular version="3" rows="3" columns="3">
14192 <features tabularvalignment="middle">
14193 <column alignment="center" valignment="top" width="0">
14194 <column alignment="center" valignment="top" width="0">
14195 <column alignment="center" valignment="top" width="0">
14196 <row>
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201
14202 \color green
14203
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212
14213 \color red
14214
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223
14224 \color red
14225
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 </row>
14231 <row>
14232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236
14237 \color green
14238
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247
14248 \color blue
14249
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258
14259 \color blue
14260
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 </row>
14266 <row>
14267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271
14272 \color green
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282
14283 \color blue
14284
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293
14294 \color blue
14295
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 </row>
14301 </lyxtabular>
14302
14303 \end_inset
14304
14305
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \end_layout
14312
14313 \begin_layout Standard
14314 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14315 \family sans
14316 編集\SpecialChar \menuseparator
14317 文字様式
14318 \family default
14319 メニューで色を選んでください。表
14320 \begin_inset CommandInset ref
14321 LatexCommand ref
14322 reference "tab:colortblなしの表"
14323
14324 \end_inset
14325
14326 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14327 \series bold
14328 colortbl
14329 \series default
14330
14331 \begin_inset Index idx
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14336 \end_layout
14337
14338 \end_inset
14339
14340 を使用しなくてはなりません。
14341 \end_layout
14342
14343 \begin_layout Standard
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348
14349
14350 \backslash
14351 ifcolortbl
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \begin_inset Note Note
14358 status open
14359
14360 \begin_layout Plain Layout
14361 本節の以下の部分は、LaTeXパッケージ
14362 \series bold
14363 colortbl
14364 \series default
14365 が導入済みのときのみ表示されます。
14366 \end_layout
14367
14368 \end_inset
14369
14370
14371 \end_layout
14372
14373 \begin_layout Standard
14374 色付きの表を作成するには、プリアンブルに
14375 \end_layout
14376
14377 \begin_layout Standard
14378
14379 \series bold
14380
14381 \backslash
14382 usepackage{colortbl}
14383 \end_layout
14384
14385 \begin_layout Standard
14386 という行を書いて
14387 \series bold
14388 colortbl
14389 \series default
14390 を読み込まなくてはなりません。列の色は、
14391 \series bold
14392 >{ }
14393 \series default
14394 コマンドの中に
14395 \end_layout
14396
14397 \begin_layout Standard
14398
14399 \series bold
14400
14401 \backslash
14402 columncolor{色彩名}
14403 \end_layout
14404
14405 \begin_layout Standard
14406 というコマンドを書いて指定することができます。
14407 \series bold
14408 >{}
14409 \series default
14410 コマンドに関する詳細は、第
14411 \begin_inset CommandInset ref
14412 LatexCommand ref
14413 reference "sub:連結列の計算"
14414
14415 \end_inset
14416
14417 節に述べられています。
14418 \end_layout
14419
14420 \begin_layout Standard
14421 以下の色彩名が事前に定義されています。
14422 \end_layout
14423
14424 \begin_layout Standard
14425
14426 \family sans
14427 red
14428 \family default
14429
14430 \family sans
14431 green
14432 \family default
14433
14434 \family sans
14435 yellow
14436 \family default
14437
14438 \family sans
14439 blue
14440 \family default
14441
14442 \family sans
14443 cyan
14444 \family default
14445
14446 \family sans
14447 magenta
14448 \family default
14449
14450 \family sans
14451 black
14452 \family default
14453
14454 \family sans
14455 white
14456 \end_layout
14457
14458 \begin_layout Standard
14459 \begin_inset VSpace medskip
14460 \end_inset
14461
14462
14463 \end_layout
14464
14465 \begin_layout Standard
14466 また
14467 \end_layout
14468
14469 \begin_layout Standard
14470
14471 \series bold
14472
14473 \backslash
14474 definecolor{色彩名}{色彩モデル}{色彩値}
14475 \end_layout
14476
14477 \begin_layout Standard
14478 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14479 \end_layout
14480
14481 \begin_layout Labeling
14482 \labelwidthstring 00.00.0000
14483 cmyk:シアン(
14484 \bar under
14485 c
14486 \bar default
14487 yan)・マゼンタ(
14488 \bar under
14489 m
14490 \bar default
14491 agenta)・黄(
14492 \bar under
14493 y
14494 \bar default
14495 ellow)・黒(blac
14496 \bar under
14497 k
14498 \bar default
14499
14500 \end_layout
14501
14502 \begin_layout Labeling
14503 \labelwidthstring 00.00.0000
14504 rgb:赤(
14505 \bar under
14506 r
14507 \bar default
14508 ed)・緑(
14509 \bar under
14510 g
14511 \bar default
14512 reen)・青(
14513 \bar under
14514 b
14515 \bar default
14516 lue)
14517 \end_layout
14518
14519 \begin_layout Labeling
14520 \labelwidthstring 00.00.0000
14521 gray:グレー
14522 \end_layout
14523
14524 \begin_layout Standard
14525 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14526 \end_layout
14527
14528 \begin_layout Standard
14529 たとえば、プリアンブルに
14530 \end_layout
14531
14532 \begin_layout Standard
14533
14534 \series bold
14535
14536 \backslash
14537 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14538 \end_layout
14539
14540 \begin_layout Standard
14541 と書くことによって、「
14542 \emph on
14543 darkgreen
14544 \emph default
14545 」色を定義することができますし、
14546 \end_layout
14547
14548 \begin_layout Standard
14549
14550 \series bold
14551
14552 \backslash
14553 definecolor{lightgray}{gray}{0.8}
14554 \end_layout
14555
14556 \begin_layout Standard
14557 と書けば、「
14558 \emph on
14559 lightgray
14560 \emph default
14561 」色を定義することができます。
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset VSpace medskip
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 罫線は
14573 \end_layout
14574
14575 \begin_layout Standard
14576
14577 \series bold
14578
14579 \backslash
14580 rowcolor{色彩名}
14581 \end_layout
14582
14583 \begin_layout Standard
14584 というコマンドを使用して色付けすることができ、セルは
14585 \end_layout
14586
14587 \begin_layout Standard
14588
14589 \series bold
14590
14591 \backslash
14592 cellcolor{色彩名}
14593 \end_layout
14594
14595 \begin_layout Standard
14596 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14597 \end_layout
14598
14599 \begin_layout Standard
14600 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14601 \family sans
14602 編集\SpecialChar \menuseparator
14603 文字様式
14604 \family default
14605 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14606 ます。
14607 \end_layout
14608
14609 \begin_layout Standard
14610 \begin_inset Note Greyedout
14611 status open
14612
14613 \begin_layout Plain Layout
14614 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \begin_layout Standard
14623 \begin_inset VSpace bigskip
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \begin_layout Standard
14630
14631 \begin_inset CommandInset ref
14632 LatexCommand ref
14633 reference "tab:色付き表"
14634
14635 \end_inset
14636
14637 を作成するには、以下のようにしてください。第一列の色は
14638 \emph on
14639 darkgreen
14640 \emph default
14641 にしたいので、この列のLaTeX変数として
14642 \end_layout
14643
14644 \begin_layout Standard
14645
14646 \series bold
14647 >{
14648 \backslash
14649 columncolor{darkgreen}
14650 \backslash
14651 centering}c
14652 \end_layout
14653
14654 \begin_layout Standard
14655 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14656 \end_layout
14657
14658 \begin_layout Standard
14659
14660 \series bold
14661
14662 \backslash
14663 rowcolow{cyan}
14664 \end_layout
14665
14666 \begin_layout Standard
14667 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。最下行の最後のセルは、
14668 \end_layout
14669
14670 \begin_layout Standard
14671
14672 \series bold
14673
14674 \backslash
14675 cellcolor{magenta}
14676 \end_layout
14677
14678 \begin_layout Standard
14679 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14680 \family sans
14681 編集\SpecialChar \menuseparator
14682 文字様式
14683 \family default
14684 メニューを使って、各文字に色付けをすることができます。
14685 \end_layout
14686
14687 \begin_layout Standard
14688 \begin_inset Float table
14689 placement h
14690 wide false
14691 sideways false
14692 status open
14693
14694 \begin_layout Plain Layout
14695 \begin_inset Caption
14696
14697 \begin_layout Plain Layout
14698
14699 \series bold
14700 \begin_inset CommandInset label
14701 LatexCommand label
14702 name "tab:色付き表"
14703
14704 \end_inset
14705
14706 colortbl
14707 \series default
14708 パッケージを使用した色付き表
14709 \begin_inset Argument
14710 status collapsed
14711
14712 \begin_layout Plain Layout
14713 colortblを使った表
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \end_inset
14722
14723
14724 \end_layout
14725
14726 \begin_layout Plain Layout
14727 \align center
14728 \begin_inset Tabular
14729 <lyxtabular version="3" rows="3" columns="3">
14730 <features tabularvalignment="middle">
14731 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14732 <column alignment="center" valignment="top" width="0">
14733 <column alignment="center" valignment="top" width="0">
14734 <row>
14735 <cell alignment="center" valignment="top" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 \begin_inset ERT
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743
14744
14745 \backslash
14746 rowcolor{cyan}
14747 \end_layout
14748
14749 \end_inset
14750
14751
14752 \color magenta
14753
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 <cell alignment="center" valignment="top" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762
14763 \color red
14764
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 <cell alignment="center" valignment="top" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773
14774 \color red
14775
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 </row>
14781 <row>
14782 <cell alignment="center" valignment="top" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786
14787 \color yellow
14788
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797
14798 \color blue
14799
14800 \end_layout
14801
14802 \end_inset
14803 </cell>
14804 <cell alignment="center" valignment="top" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808
14809 \color blue
14810
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 </row>
14816 <row>
14817 <cell alignment="center" valignment="top" usebox="none">
14818 \begin_inset Text
14819
14820 \begin_layout Plain Layout
14821
14822 \color yellow
14823
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 <cell alignment="center" valignment="top" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832
14833 \color blue
14834
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 \begin_inset ERT
14844 status collapsed
14845
14846 \begin_layout Plain Layout
14847
14848
14849 \backslash
14850 cellcolor{magenta}
14851 \end_layout
14852
14853 \end_inset
14854
14855
14856 \color green
14857
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 </lyxtabular>
14864
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \end_inset
14871
14872
14873 \end_layout
14874
14875 \begin_layout Standard
14876 \begin_inset ERT
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880
14881
14882 \backslash
14883 else
14884 \end_layout
14885
14886 \end_inset
14887
14888
14889 \begin_inset Note Note
14890 status open
14891
14892 \begin_layout Plain Layout
14893 以下は、LaTeXパッケージ
14894 \series bold
14895 colortbl
14896 \series default
14897 が導入されていないときに表示されます。
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \begin_layout Standard
14906 この節の内容を出力で表示させるには、
14907 \series bold
14908 colortbl
14909 \series default
14910 パッケージを導入する必要があります。
14911 \end_layout
14912
14913 \begin_layout Standard
14914 \begin_inset ERT
14915 status collapsed
14916
14917 \begin_layout Plain Layout
14918
14919
14920 \backslash
14921 fi
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Subsection
14930 色付き罫線
14931 \begin_inset Index idx
14932 status collapsed
14933
14934 \begin_layout Plain Layout
14935 ひょうのいろ@表の色 ! けいせんぶ@罫線部
14936 \end_layout
14937
14938 \end_inset
14939
14940
14941 \begin_inset Index idx
14942 status collapsed
14943
14944 \begin_layout Plain Layout
14945 いろつき@色付き ! ひょうけいせんぶ@表罫線部
14946 \end_layout
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \begin_layout Standard
14954
14955 \begin_inset CommandInset ref
14956 LatexCommand ref
14957 reference "sub:罫線幅"
14958
14959 \end_inset
14960
14961 節に述べられているように、表中の全罫線の線幅は、長さ
14962 \series bold
14963
14964 \backslash
14965 arrayrulewidth
14966 \series default
14967 を使って調節することができます。本節の表では、すべて1.5
14968 \begin_inset space \thinspace{}
14969 \end_inset
14970
14971 ptに設定されています。
14972 \begin_inset ERT
14973 status collapsed
14974
14975 \begin_layout Plain Layout
14976
14977
14978 \backslash
14979 setlength{
14980 \backslash
14981 arrayrulewidth}{1.5pt}
14982 \end_layout
14983
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \begin_layout Standard
14990 たとえば縦罫線を緑に着色するには、第
14991 \begin_inset CommandInset ref
14992 LatexCommand ref
14993 reference "sub:自製書式"
14994
14995 \end_inset
14996
14997 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
14998 \end_layout
14999
15000 \begin_layout Standard
15001
15002 \series bold
15003
15004 \backslash
15005 newcolumntype{W}{!{
15006 \backslash
15007 color{green}
15008 \backslash
15009 vline}}
15010 \end_layout
15011
15012 \begin_layout Standard
15013
15014 \begin_inset CommandInset ref
15015 LatexCommand ref
15016 reference "tab:色付き縦罫線の表"
15017
15018 \end_inset
15019
15020 では、最右列にLaTeX変数
15021 \series bold
15022 WcW
15023 \series default
15024 、他の列にLaTeX変数
15025 \series bold
15026 Wc
15027 \series default
15028 が使用されています。
15029 \end_layout
15030
15031 \begin_layout Standard
15032 複数の色を用いたいときには、列書式をもっと定義してください。
15033 \end_layout
15034
15035 \begin_layout Standard
15036 \begin_inset Float table
15037 placement h
15038 wide false
15039 sideways false
15040 status open
15041
15042 \begin_layout Plain Layout
15043 \begin_inset Caption
15044
15045 \begin_layout Plain Layout
15046 \begin_inset CommandInset label
15047 LatexCommand label
15048 name "tab:色付き縦罫線の表"
15049
15050 \end_inset
15051
15052 色付き縦罫線の表
15053 \end_layout
15054
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \begin_layout Plain Layout
15061 \align center
15062 \begin_inset Tabular
15063 <lyxtabular version="3" rows="3" columns="3">
15064 <features tabularvalignment="middle">
15065 <column alignment="center" valignment="top" width="0" special="Wc">
15066 <column alignment="center" valignment="top" width="0" special="Wc">
15067 <column alignment="center" valignment="top" width="0" special="WcW">
15068 <row>
15069 <cell alignment="center" valignment="top" topline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 sd
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 <cell alignment="center" valignment="top" topline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell alignment="center" valignment="top" topline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 </row>
15097 <row>
15098 <cell alignment="center" valignment="top" topline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 sd
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" topline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 </row>
15126 <row>
15127 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 sd
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 </lyxtabular>
15156
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \begin_layout Standard
15168 \begin_inset VSpace bigskip
15169 \end_inset
15170
15171
15172 \begin_inset CommandInset ref
15173 LatexCommand ref
15174 reference "tab:色付き横罫線の表"
15175
15176 \end_inset
15177
15178 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15179 \end_layout
15180
15181 \begin_layout Standard
15182
15183 \series bold
15184
15185 \backslash
15186 let
15187 \backslash
15188 myHlineC
15189 \backslash
15190 hline
15191 \begin_inset Newline newline
15192 \end_inset
15193
15194
15195 \backslash
15196 renewcommand{
15197 \backslash
15198 hline}
15199 \begin_inset Newline newline
15200 \end_inset
15201
15202
15203 \begin_inset Phantom HPhantom
15204 status open
15205
15206 \begin_layout Plain Layout
15207 \begin_inset space ~
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \end_inset
15214
15215 {
15216 \backslash
15217 arrayrulecolor{red}
15218 \backslash
15219 myHlineC
15220 \backslash
15221 arrayrulecolor{black}}
15222 \end_layout
15223
15224 \begin_layout Standard
15225 というコマンドを入力して下さい。
15226 \end_layout
15227
15228 \begin_layout Standard
15229 \begin_inset ERT
15230 status collapsed
15231
15232 \begin_layout Plain Layout
15233
15234
15235 \backslash
15236 let
15237 \backslash
15238 myHlineC
15239 \backslash
15240 hline
15241 \end_layout
15242
15243 \begin_layout Plain Layout
15244
15245
15246 \backslash
15247 renewcommand{
15248 \backslash
15249 hline}
15250 \end_layout
15251
15252 \begin_layout Plain Layout
15253
15254  {
15255 \backslash
15256 arrayrulecolor{red}
15257 \backslash
15258 myHlineC
15259 \backslash
15260 arrayrulecolor{black}}
15261 \end_layout
15262
15263 \end_inset
15264
15265
15266 \begin_inset Float table
15267 placement h
15268 wide false
15269 sideways false
15270 status open
15271
15272 \begin_layout Plain Layout
15273 \begin_inset Caption
15274
15275 \begin_layout Plain Layout
15276 \begin_inset CommandInset label
15277 LatexCommand label
15278 name "tab:色付き横罫線の表"
15279
15280 \end_inset
15281
15282 色付き横罫線の表
15283 \end_layout
15284
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \begin_layout Plain Layout
15291 \align center
15292 \begin_inset Tabular
15293 <lyxtabular version="3" rows="3" columns="3">
15294 <features tabularvalignment="middle">
15295 <column alignment="center" valignment="top" width="0">
15296 <column alignment="center" valignment="top" width="0">
15297 <column alignment="center" valignment="top" width="0">
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303 sd
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 sd
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 </row>
15356 <row>
15357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379 sd
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 </row>
15385 </lyxtabular>
15386
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \begin_layout Standard
15398 既定値の黒罫線に戻るには、
15399 \end_layout
15400
15401 \begin_layout Standard
15402
15403 \series bold
15404
15405 \backslash
15406 renewcommand{
15407 \backslash
15408 hline}{
15409 \backslash
15410 myHlineC}
15411 \end_layout
15412
15413 \begin_layout Standard
15414 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15415 \begin_inset CommandInset ref
15416 LatexCommand ref
15417 reference "tab:色付き罫線の表"
15418
15419 \end_inset
15420
15421 は、縦横罫線を色付けした例です。
15422 \end_layout
15423
15424 \begin_layout Standard
15425 \begin_inset Float table
15426 placement h
15427 wide false
15428 sideways false
15429 status open
15430
15431 \begin_layout Plain Layout
15432 \begin_inset Caption
15433
15434 \begin_layout Plain Layout
15435 \begin_inset CommandInset label
15436 LatexCommand label
15437 name "tab:色付き罫線の表"
15438
15439 \end_inset
15440
15441 色付き罫線の表
15442 \end_layout
15443
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \begin_layout Plain Layout
15450 \align center
15451 \begin_inset Tabular
15452 <lyxtabular version="3" rows="3" columns="3">
15453 <features tabularvalignment="middle">
15454 <column alignment="center" valignment="top" width="0" special="Wc">
15455 <column alignment="center" valignment="top" width="0" special="Wc">
15456 <column alignment="center" valignment="top" width="0" special="WcW">
15457 <row>
15458 <cell alignment="center" valignment="top" topline="true" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462 sd
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 <cell alignment="center" valignment="top" topline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" topline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 <cell alignment="center" valignment="top" topline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500 sd
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 </row>
15515 <row topspace="default">
15516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 sd
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 </row>
15544 </lyxtabular>
15545
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \end_inset
15552
15553
15554 \end_layout
15555
15556 \begin_layout Standard
15557 \begin_inset ERT
15558 status collapsed
15559
15560 \begin_layout Plain Layout
15561
15562
15563 \backslash
15564 renewcommand{
15565 \backslash
15566 hline}{
15567 \backslash
15568 myHlineC}
15569 \end_layout
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \begin_layout Standard
15577 \begin_inset ERT
15578 status collapsed
15579
15580 \begin_layout Plain Layout
15581
15582
15583 \backslash
15584 setlength{
15585 \backslash
15586 arrayrulewidth}{0.4pt}
15587 \end_layout
15588
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \begin_layout Section
15595 表の調整
15596 \begin_inset Index idx
15597 status collapsed
15598
15599 \begin_layout Plain Layout
15600 ひょうのちょうせい@表の調整
15601 \end_layout
15602
15603 \end_inset
15604
15605
15606 \begin_inset Index idx
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610 ひょう@表 ! ちょうせい@調整
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Subsection
15619 行の余白取り
15620 \begin_inset CommandInset label
15621 LatexCommand label
15622 name "sub:行の余白取り"
15623
15624 \end_inset
15625
15626
15627 \begin_inset Index idx
15628 status collapsed
15629
15630 \begin_layout Plain Layout
15631 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \begin_layout Standard
15640 表の設定ダイアログの
15641 \family sans
15642 罫線
15643 \family default
15644 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15645 \end_layout
15646
15647 \begin_layout Description
15648 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15649 \begin_inset Foot
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653 フォーマル形式の表は第
15654 \begin_inset CommandInset ref
15655 LatexCommand ref
15656 reference "sec:フォーマル形式の表"
15657
15658 \end_inset
15659
15660 節で説明されています。
15661 \end_layout
15662
15663 \end_inset
15664
15665 ならば、LyXは既定値として0.5
15666 \begin_inset space \thinspace{}
15667 \end_inset
15668
15669 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15670 \begin_inset VSpace medskip
15671 \end_inset
15672
15673
15674 \begin_inset Newline newline
15675 \end_inset
15676
15677
15678 \begin_inset space \hspace*{}
15679 \length 0pt
15680 \end_inset
15681
15682
15683 \begin_inset space \hfill{}
15684 \end_inset
15685
15686
15687 \begin_inset Tabular
15688 <lyxtabular version="3" rows="3" columns="1">
15689 <features tabularvalignment="middle">
15690 <column alignment="center" valignment="top" width="0">
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 <row topspace="3mm">
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 行上に3
15708 \begin_inset space \thinspace{}
15709 \end_inset
15710
15711 mmの余白
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 </row>
15717 <row>
15718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 </lyxtabular>
15729
15730 \end_inset
15731
15732
15733 \begin_inset space \hfill{}
15734 \end_inset
15735
15736
15737 \begin_inset space \hspace*{}
15738 \length 0pt
15739 \end_inset
15740
15741
15742 \begin_inset VSpace medskip
15743 \end_inset
15744
15745
15746 \begin_inset Newline newline
15747 \end_inset
15748
15749 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15750 \end_layout
15751
15752 \begin_layout Description
15753 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15754 \begin_inset space \thinspace{}
15755 \end_inset
15756
15757 emの余白を挿入し、通常の表ならば既定値として2
15758 \begin_inset space \thinspace{}
15759 \end_inset
15760
15761 ptを挿入します。
15762 \end_layout
15763
15764 \begin_layout Description
15765 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15766 \begin_inset space \thinspace{}
15767 \end_inset
15768
15769 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15770 \begin_inset VSpace medskip
15771 \end_inset
15772
15773
15774 \begin_inset Newline newline
15775 \end_inset
15776
15777
15778 \begin_inset space \hspace*{}
15779 \length 0pt
15780 \end_inset
15781
15782
15783 \begin_inset space \hfill{}
15784 \end_inset
15785
15786
15787 \begin_inset Tabular
15788 <lyxtabular version="3" rows="3" columns="1">
15789 <features tabularvalignment="middle">
15790 <column alignment="center" valignment="top" width="0">
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row interlinespace="3mm">
15803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 \begin_inset Formula $\downarrow$
15808 \end_inset
15809
15810  行間に3
15811 \begin_inset space \thinspace{}
15812 \end_inset
15813
15814 mmの余白 
15815 \begin_inset Formula $\downarrow$
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 <row>
15825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 \begin_inset Formula $\uparrow$
15830 \end_inset
15831
15832  行間に3
15833 \begin_inset space \thinspace{}
15834 \end_inset
15835
15836 mmの余白 
15837 \begin_inset Formula $\uparrow$
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 </row>
15846 </lyxtabular>
15847
15848 \end_inset
15849
15850
15851 \begin_inset space \hfill{}
15852 \end_inset
15853
15854
15855 \begin_inset space \hspace*{}
15856 \length 0pt
15857 \end_inset
15858
15859
15860 \begin_inset VSpace medskip
15861 \end_inset
15862
15863
15864 \begin_inset Newline newline
15865 \end_inset
15866
15867 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
15868 \end_layout
15869
15870 \begin_layout Standard
15871 \begin_inset VSpace bigskip
15872 \end_inset
15873
15874 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
15875 \end_layout
15876
15877 \begin_layout Standard
15878
15879 \series bold
15880
15881 \backslash
15882 @ifundefined{extrarowheight}
15883 \begin_inset Newline newline
15884 \end_inset
15885
15886
15887 \begin_inset Phantom HPhantom
15888 status open
15889
15890 \begin_layout Plain Layout
15891 \begin_inset space ~
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898
15899 {
15900 \backslash
15901 usepackage{array}}{}
15902 \begin_inset Newline newline
15903 \end_inset
15904
15905
15906 \backslash
15907 setlength{
15908 \backslash
15909 extrarowheight}{height}
15910 \end_layout
15911
15912 \begin_layout Standard
15913 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
15914 \series bold
15915 array
15916 \series default
15917 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
15918 \series bold
15919
15920 \backslash
15921 @ifundefined
15922 \series default
15923 が使用されています)。
15924 \end_layout
15925
15926 \begin_layout Standard
15927 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
15928 \series bold
15929
15930 \backslash
15931 strut
15932 \series default
15933 コマンドを挿入することで補正することができます。表
15934 \begin_inset CommandInset ref
15935 LatexCommand ref
15936 reference "tab:垂直揃え"
15937
15938 \end_inset
15939
15940 は、この効果を示したものです。
15941 \end_layout
15942
15943 \begin_layout Standard
15944 \noindent
15945 \begin_inset Float table
15946 placement h
15947 wide false
15948 sideways false
15949 status open
15950
15951 \begin_layout Plain Layout
15952 \begin_inset Caption
15953
15954 \begin_layout Plain Layout
15955 \begin_inset CommandInset label
15956 LatexCommand label
15957 name "tab:垂直揃え"
15958
15959 \end_inset
15960
15961 大きなフォント寸法の文章の垂直揃え
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Plain Layout
15970 \begin_inset space \hfill{}
15971 \end_inset
15972
15973
15974 \begin_inset Float table
15975 wide false
15976 sideways false
15977 status open
15978
15979 \begin_layout Plain Layout
15980 \begin_inset Caption
15981
15982 \begin_layout Plain Layout
15983 通常の表
15984 \end_layout
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Plain Layout
15992 \noindent
15993 \align center
15994 \begin_inset Tabular
15995 <lyxtabular version="3" rows="6" columns="1">
15996 <features tabularvalignment="middle">
15997 <column alignment="left" valignment="top" width="0">
15998 <row>
15999 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 Normal, g
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \size large
16016 Large
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 <row>
16023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \size larger
16029 Larger
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 <row>
16036 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \size largest
16042 Largest
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row>
16049 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \size huge
16055 Huge
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 <row>
16062 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \size giant
16068 Huger
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 </lyxtabular>
16075
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \end_inset
16082
16083
16084 \begin_inset space \hfill{}
16085 \end_inset
16086
16087
16088 \begin_inset Float table
16089 wide false
16090 sideways false
16091 status open
16092
16093 \begin_layout Plain Layout
16094 \begin_inset Caption
16095
16096 \begin_layout Plain Layout
16097
16098 \series bold
16099
16100 \backslash
16101 strut
16102 \series default
16103 コマンドを使用した表
16104 \end_layout
16105
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \begin_layout Plain Layout
16112 \noindent
16113 \align center
16114 \begin_inset Tabular
16115 <lyxtabular version="3" rows="6" columns="1">
16116 <features tabularvalignment="middle">
16117 <column alignment="left" valignment="top" width="0">
16118 <row>
16119 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 Normal, g
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 </row>
16129 <row>
16130 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134
16135 \size large
16136 \begin_inset ERT
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140
16141
16142 \backslash
16143 strut 
16144 \end_layout
16145
16146 \end_inset
16147
16148 Large
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 </row>
16154 <row>
16155 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159
16160 \size larger
16161 \begin_inset ERT
16162 status collapsed
16163
16164 \begin_layout Plain Layout
16165
16166
16167 \backslash
16168 strut 
16169 \end_layout
16170
16171 \end_inset
16172
16173 Larger
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 <row>
16180 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184
16185 \size largest
16186 \begin_inset ERT
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190
16191
16192 \backslash
16193 strut 
16194 \end_layout
16195
16196 \end_inset
16197
16198 Largest
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \size huge
16211 \begin_inset ERT
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215
16216
16217 \backslash
16218 strut 
16219 \end_layout
16220
16221 \end_inset
16222
16223 Huge
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 </row>
16229 <row>
16230 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234
16235 \size giant
16236 \begin_inset ERT
16237 status collapsed
16238
16239 \begin_layout Plain Layout
16240
16241
16242 \backslash
16243 strut 
16244 \end_layout
16245
16246 \end_inset
16247
16248 Huger
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 </row>
16254 </lyxtabular>
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \end_inset
16262
16263
16264 \begin_inset space \hfill{}
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Subsection
16276 特殊なセル揃え
16277 \begin_inset CommandInset label
16278 LatexCommand label
16279 name "sub:特殊なセル揃え"
16280
16281 \end_inset
16282
16283
16284 \begin_inset Index idx
16285 status collapsed
16286
16287 \begin_layout Plain Layout
16288 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16289 \end_layout
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Standard
16297 ときには表
16298 \begin_inset CommandInset ref
16299 LatexCommand ref
16300 reference "tab:表セル"
16301
16302 \end_inset
16303
16304 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16305 \begin_inset Graphics
16306         filename ../../images/tabular-feature_align-decimal.png
16307         scale 85
16308         scaleBeforeRotation
16309
16310 \end_inset
16311
16312 を押すか、表設定中で揃えを
16313 \family sans
16314 小数点で
16315 \family default
16316 に設定します。
16317 \end_layout
16318
16319 \begin_layout Standard
16320 \begin_inset Float table
16321 placement h
16322 wide false
16323 sideways false
16324 status open
16325
16326 \begin_layout Plain Layout
16327 \begin_inset Caption
16328
16329 \begin_layout Plain Layout
16330 \begin_inset CommandInset label
16331 LatexCommand label
16332 name "tab:表セル"
16333
16334 \end_inset
16335
16336 一列が小数点で揃えられた表セル
16337 \end_layout
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \begin_layout Plain Layout
16345 \align center
16346 \begin_inset Tabular
16347 <lyxtabular version="3" rows="4" columns="1">
16348 <features booktabs="true" tabularvalignment="middle">
16349 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16350 <row>
16351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 見出し
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 </row>
16361 <row>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 12.6
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 0.68
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 -123.0
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 </row>
16394 </lyxtabular>
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \end_inset
16402
16403
16404 \end_layout
16405
16406 \begin_layout Standard
16407 \begin_inset Float table
16408 placement h
16409 wide false
16410 sideways false
16411 status open
16412
16413 \begin_layout Plain Layout
16414 \begin_inset Caption
16415
16416 \begin_layout Plain Layout
16417 \begin_inset CommandInset label
16418 LatexCommand label
16419 name "tab:演算子揃え表"
16420
16421 \end_inset
16422
16423 一列が演算子で揃えられた表セル
16424 \end_layout
16425
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \begin_layout Plain Layout
16432 \align center
16433 \begin_inset Tabular
16434 <lyxtabular version="3" rows="4" columns="2">
16435 <features booktabs="true" tabularvalignment="middle">
16436 <column alignment="right" valignment="top" width="0pt">
16437 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16438 <row>
16439 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 見出し
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row>
16459 <cell alignment="center" valignment="top" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 \begin_inset Formula $12\,+$
16464 \end_inset
16465
16466
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 \begin_inset Formula $\,6$
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 </row>
16484 <row>
16485 <cell alignment="center" valignment="top" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 \begin_inset Formula $0\,-$
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Formula $\,68$
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset Formula $-123\,/$
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 \begin_inset Formula $\,0$
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 </row>
16536 </lyxtabular>
16537
16538 \end_inset
16539
16540
16541 \end_layout
16542
16543 \end_inset
16544
16545
16546 \end_layout
16547
16548 \begin_layout Standard
16549 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16550 \begin_inset CommandInset ref
16551 LatexCommand ref
16552 reference "tab:演算子揃え表"
16553
16554 \end_inset
16555
16556 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16557 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16558 ために、
16559 \end_layout
16560
16561 \begin_layout Standard
16562
16563 \series bold
16564 @{}l
16565 \end_layout
16566
16567 \begin_layout Standard
16568 というLaTeX引数を第2列に指定します。
16569 \end_layout
16570
16571 \begin_layout Standard
16572
16573 \begin_inset CommandInset ref
16574 LatexCommand ref
16575 reference "tab:表セル揃え"
16576
16577 \end_inset
16578
16579 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16580 \begin_inset CommandInset ref
16581 LatexCommand ref
16582 reference "tab:演算子揃え表"
16583
16584 \end_inset
16585
16586 の冒頭には、小空白が加えられています。
16587 \end_layout
16588
16589 \begin_layout Standard
16590 \begin_inset Float table
16591 wide false
16592 sideways false
16593 status open
16594
16595 \begin_layout Plain Layout
16596 \begin_inset Caption
16597
16598 \begin_layout Plain Layout
16599 \begin_inset CommandInset label
16600 LatexCommand label
16601 name "tab:表セル揃え"
16602
16603 \end_inset
16604
16605 表セルの揃えの例
16606 \end_layout
16607
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \begin_layout Plain Layout
16614 \align center
16615 \begin_inset Tabular
16616 <lyxtabular version="3" rows="4" columns="6">
16617 <features tabularvalignment="middle">
16618 <column alignment="right" valignment="top" width="0">
16619 <column alignment="left" valignment="top" width="0" special="@{}l">
16620 <column alignment="right" valignment="top" width="0">
16621 <column alignment="left" valignment="top" width="0" special="@{}l">
16622 <column alignment="right" valignment="top" width="0">
16623 <column alignment="left" valignment="top" width="0" special="@{}l">
16624 <row>
16625 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 単位
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 冪数
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 関係子
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 12×
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 24本の瓶
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 \begin_inset Formula $10\cdot$
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 \begin_inset Formula $10^{\mbox{-}17}$
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\Gamma(t)\propto$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 \begin_inset Formula $\:\Upsilon(t)$
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 </row>
16748 <row>
16749 <cell alignment="center" valignment="top" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 1024×
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 768ピクセル
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $5.78\cdot$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Formula $10^{7}$
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $A\ne$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 \begin_inset Formula $\: B_{\mathrm{red}}$
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 32×
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 6
16831 \begin_inset space \thinspace{}
16832 \end_inset
16833
16834 cm
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 -
16844 \begin_inset Formula $33.5\cdot$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 \begin_inset Formula $10^{4}$
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\sin(\alpha)\ge$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 <cell alignment="center" valignment="top" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 \begin_inset Formula $\:\sin(\beta)$
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 </lyxtabular>
16890
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \begin_layout Subsection
16902 自製のセル書式および列書式
16903 \begin_inset CommandInset label
16904 LatexCommand label
16905 name "sub:自製書式"
16906
16907 \end_inset
16908
16909
16910 \begin_inset Index idx
16911 status collapsed
16912
16913 \begin_layout Plain Layout
16914 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
16915 \end_layout
16916
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \begin_layout Standard
16923 連結列セルを含む表がいくつもある場合には、第
16924 \begin_inset CommandInset ref
16925 LatexCommand ref
16926 reference "sub:連結列の計算"
16927
16928 \end_inset
16929
16930 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
16931 べての表で使うことができます。書式は、以下のように定義します。
16932 \end_layout
16933
16934 \begin_layout Standard
16935
16936 \series bold
16937
16938 \backslash
16939 newcolumntype{書式名}[引数の数]{コマンド}
16940 \end_layout
16941
16942 \begin_layout Standard
16943 書式名は、一文字だけでも構いません。
16944 \emph on
16945 b
16946 \emph default
16947
16948 \emph on
16949 c
16950 \emph default
16951
16952 \emph on
16953 l
16954 \emph default
16955
16956 \emph on
16957 m
16958 \emph default
16959
16960 \emph on
16961 p
16962 \emph default
16963
16964 \emph on
16965 r
16966 \emph default
16967 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
16968 \end_layout
16969
16970 \begin_layout Standard
16971 \begin_inset VSpace medskip
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \begin_layout Standard
16978 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
16979 \end_layout
16980
16981 \begin_layout Standard
16982
16983 \series bold
16984
16985 \backslash
16986 newcolumntype{M}[1]{>{
16987 \backslash
16988 centering
16989 \backslash
16990 hspace{0pt}}m{#1}}
16991 \end_layout
16992
16993 \begin_layout Standard
16994 ここで
16995 \series bold
16996
16997 \backslash
16998 hspace{0pt}
16999 \series default
17000 は、第
17001 \begin_inset CommandInset ref
17002 LatexCommand ref
17003 reference "sub:複数行"
17004
17005 \end_inset
17006
17007 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
17008 \end_layout
17009
17010 \begin_layout Standard
17011
17012 \series bold
17013 M{width}
17014 \end_layout
17015
17016 \begin_layout Standard
17017 と入力するだけですみます。
17018 \end_layout
17019
17020 \begin_layout Standard
17021 \begin_inset VSpace bigskip
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \begin_layout Standard
17028 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
17029 \end_layout
17030
17031 \begin_layout Standard
17032
17033 \series bold
17034
17035 \backslash
17036 newcolumntype{S}[2]{>{
17037 \backslash
17038 centering
17039 \backslash
17040 hspace{0pt}}
17041 \begin_inset Newline newline
17042 \end_inset
17043
17044
17045 \begin_inset Phantom HPhantom
17046 status open
17047
17048 \begin_layout Plain Layout
17049
17050 \series bold
17051
17052 \backslash
17053 newcolumntype
17054 \end_layout
17055
17056 \end_inset
17057
17058 m{(#1+(2
17059 \backslash
17060 tabcolsep+
17061 \backslash
17062 arrayrulewidth)*(1-#2))/#2}}
17063 \end_layout
17064
17065 \begin_layout Standard
17066 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
17067 \begin_inset CommandInset ref
17068 LatexCommand eqref
17069 reference "eq:Wgn"
17070
17071 \end_inset
17072
17073 式を使用しています。
17074 \end_layout
17075
17076 \begin_layout Standard
17077 こうしておけば、当該セルのLaTeX引数に
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \series bold
17083 S{連結列セルの幅}{連結列セルがまたがる列の数}
17084 \end_layout
17085
17086 \begin_layout Standard
17087 と入力するだけですみます。
17088 \end_layout
17089
17090 \begin_layout Standard
17091 \begin_inset VSpace bigskip
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \begin_layout Standard
17098 色付き列については、以下のように定義するとよいでしょう。
17099 \end_layout
17100
17101 \begin_layout Standard
17102
17103 \series bold
17104
17105 \backslash
17106 newcolumntype{K}[1]{>{
17107 \backslash
17108 columncolor{#1}
17109 \backslash
17110 hspace{0pt}}c}
17111 \end_layout
17112
17113 \begin_layout Standard
17114 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
17115 \end_layout
17116
17117 \begin_layout Standard
17118
17119 \series bold
17120 K{色名}
17121 \end_layout
17122
17123 \begin_layout Standard
17124 と入力します。
17125 \end_layout
17126
17127 \begin_layout Standard
17128 \begin_inset VSpace bigskip
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \begin_layout Standard
17135
17136 \begin_inset CommandInset ref
17137 LatexCommand ref
17138 reference "tab:ユーザー定義の表書式"
17139
17140 \end_inset
17141
17142 を生成するには、第1列と連結列にLaTeX引数として
17143 \end_layout
17144
17145 \begin_layout Standard
17146
17147 \series bold
17148 M{2.5cm}
17149 \end_layout
17150
17151 \begin_layout Standard
17152 を指定し、最終列に
17153 \end_layout
17154
17155 \begin_layout Standard
17156
17157 \series bold
17158 K{red}
17159 \end_layout
17160
17161 \begin_layout Standard
17162 そして第2列の各セルに
17163 \end_layout
17164
17165 \begin_layout Standard
17166
17167 \series bold
17168 S{2.5cm}{2}
17169 \end_layout
17170
17171 \begin_layout Standard
17172 と指定します。
17173 \end_layout
17174
17175 \begin_layout Standard
17176 \begin_inset Float table
17177 placement h
17178 wide false
17179 sideways false
17180 status open
17181
17182 \begin_layout Plain Layout
17183 \begin_inset Caption
17184
17185 \begin_layout Plain Layout
17186 \begin_inset CommandInset label
17187 LatexCommand label
17188 name "tab:ユーザー定義の表書式"
17189
17190 \end_inset
17191
17192 ユーザー定義の表書式を使用した表
17193 \end_layout
17194
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \begin_layout Plain Layout
17201 \align center
17202 \begin_inset Tabular
17203 <lyxtabular version="3" rows="3" columns="4">
17204 <features tabularvalignment="middle">
17205 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17206 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17207 <column alignment="center" valignment="middle" width="0">
17208 <column alignment="center" valignment="middle" width="0" special="K{red}">
17209 <row>
17210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214 とても長い表セル中の単語
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 複数行の連結列
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 c
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 d
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261 e
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 f
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 g
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 </row>
17285 <row>
17286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 h
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 i
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308 j
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 k
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 </row>
17323 </lyxtabular>
17324
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \begin_layout Subsection
17336 罫線幅
17337 \begin_inset CommandInset label
17338 LatexCommand label
17339 name "sub:罫線幅"
17340
17341 \end_inset
17342
17343
17344 \begin_inset Index idx
17345 status collapsed
17346
17347 \begin_layout Plain Layout
17348 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \begin_layout Standard
17357 表中のすべての罫線の罫線幅を調整するには、長さ
17358 \series bold
17359
17360 \backslash
17361 arrayrulewidth
17362 \series default
17363 を使用します。たとえば、表
17364 \begin_inset CommandInset ref
17365 LatexCommand ref
17366 reference "tab:Table-with-1.5"
17367
17368 \end_inset
17369
17370 のように罫線幅を1.5
17371 \begin_inset space \thinspace{}
17372 \end_inset
17373
17374 ptにするには、表や表フロートの前にTeXコードで
17375 \end_layout
17376
17377 \begin_layout Standard
17378
17379 \series bold
17380
17381 \backslash
17382 setlength{
17383 \backslash
17384 arrayrulewidth}{1.5pt}
17385 \end_layout
17386
17387 \begin_layout Standard
17388 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17389 \series bold
17390
17391 \backslash
17392 arrayrulewidth
17393 \series default
17394 を0.4
17395 \begin_inset space \thinspace{}
17396 \end_inset
17397
17398 ptに設定してください。
17399 \end_layout
17400
17401 \begin_layout Standard
17402 \begin_inset ERT
17403 status collapsed
17404
17405 \begin_layout Plain Layout
17406
17407
17408 \backslash
17409 setlength{
17410 \backslash
17411 arrayrulewidth}{1.5pt}
17412 \end_layout
17413
17414 \end_inset
17415
17416
17417 \begin_inset Float table
17418 wide false
17419 sideways false
17420 status open
17421
17422 \begin_layout Plain Layout
17423 \begin_inset Caption
17424
17425 \begin_layout Plain Layout
17426 \begin_inset CommandInset label
17427 LatexCommand label
17428 name "tab:Table-with-1.5"
17429
17430 \end_inset
17431
17432 1.5
17433 \begin_inset space \thinspace{}
17434 \end_inset
17435
17436 pt幅罫線の表
17437 \end_layout
17438
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \begin_layout Plain Layout
17445 \align center
17446 \begin_inset Tabular
17447 <lyxtabular version="3" rows="3" columns="3">
17448 <features tabularvalignment="middle">
17449 <column alignment="center" valignment="top" width="0">
17450 <column alignment="center" valignment="top" width="0">
17451 <column alignment="center" valignment="top" width="0">
17452 <row>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 sd
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 </row>
17481 <row>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 sd
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 </row>
17510 <row>
17511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 sd
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 </lyxtabular>
17540
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547
17548
17549 \begin_inset ERT
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553
17554
17555 \backslash
17556 setlength{
17557 \backslash
17558 arrayrulewidth}{0.4pt}
17559 \end_layout
17560
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Standard
17567 \begin_inset VSpace bigskip
17568 \end_inset
17569
17570
17571 \begin_inset CommandInset ref
17572 LatexCommand ref
17573 reference "tab:1.5pt幅横罫"
17574
17575 \end_inset
17576
17577 のように横罫だけを1.5
17578 \begin_inset space \thinspace{}
17579 \end_inset
17580
17581 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17582 \end_layout
17583
17584 \begin_layout Standard
17585
17586 \series bold
17587
17588 \backslash
17589 let
17590 \backslash
17591 myHline
17592 \backslash
17593 hline
17594 \begin_inset Newline newline
17595 \end_inset
17596
17597
17598 \backslash
17599 renewcommand{
17600 \backslash
17601 hline}
17602 \begin_inset Newline newline
17603 \end_inset
17604
17605  {
17606 \backslash
17607 noalign{
17608 \backslash
17609 global
17610 \backslash
17611 arrayrulewidth 1.5pt}
17612 \begin_inset Newline newline
17613 \end_inset
17614
17615  
17616 \backslash
17617 myHline
17618 \backslash
17619 noalign{
17620 \backslash
17621 global
17622 \backslash
17623 arrayrulewidth 0.4pt}}
17624 \end_layout
17625
17626 \begin_layout Standard
17627 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17628 \end_layout
17629
17630 \begin_layout Standard
17631
17632 \series bold
17633
17634 \backslash
17635 renewcommand{
17636 \backslash
17637 hline}{
17638 \backslash
17639 myHline}
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset ERT
17644 status collapsed
17645
17646 \begin_layout Plain Layout
17647
17648
17649 \backslash
17650 let
17651 \backslash
17652 myHline
17653 \backslash
17654 hline
17655 \end_layout
17656
17657 \begin_layout Plain Layout
17658
17659
17660 \backslash
17661 renewcommand{
17662 \backslash
17663 hline}
17664 \end_layout
17665
17666 \begin_layout Plain Layout
17667
17668  {
17669 \backslash
17670 noalign{
17671 \backslash
17672 global
17673 \backslash
17674 arrayrulewidth 1.5pt}
17675 \end_layout
17676
17677 \begin_layout Plain Layout
17678
17679   
17680 \backslash
17681 myHline
17682 \backslash
17683 noalign{
17684 \backslash
17685 global
17686 \backslash
17687 arrayrulewidth 0.4pt}}
17688 \end_layout
17689
17690 \end_inset
17691
17692
17693 \begin_inset Float table
17694 wide false
17695 sideways false
17696 status open
17697
17698 \begin_layout Plain Layout
17699 \begin_inset Caption
17700
17701 \begin_layout Plain Layout
17702 \begin_inset CommandInset label
17703 LatexCommand label
17704 name "tab:1.5pt幅横罫"
17705
17706 \end_inset
17707
17708 1.5
17709 \begin_inset space \thinspace{}
17710 \end_inset
17711
17712 pt幅横罫の表
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Plain Layout
17721 \align center
17722 \begin_inset Tabular
17723 <lyxtabular version="3" rows="3" columns="3">
17724 <features tabularvalignment="middle">
17725 <column alignment="center" valignment="top" width="0">
17726 <column alignment="center" valignment="top" width="0">
17727 <column alignment="center" valignment="top" width="0">
17728 <row>
17729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 sd
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771 sd
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 sd
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 </row>
17815 </lyxtabular>
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \begin_inset ERT
17826 status collapsed
17827
17828 \begin_layout Plain Layout
17829
17830
17831 \backslash
17832 renewcommand{
17833 \backslash
17834 hline}{
17835 \backslash
17836 myHline}
17837 \end_layout
17838
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \begin_layout Standard
17845 \begin_inset VSpace bigskip
17846 \end_inset
17847
17848 縦罫だけを1.5
17849 \begin_inset space \thinspace{}
17850 \end_inset
17851
17852 pt幅にするには、第
17853 \begin_inset CommandInset ref
17854 LatexCommand ref
17855 reference "sub:自製書式"
17856
17857 \end_inset
17858
17859 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
17860 \end_layout
17861
17862 \begin_layout Standard
17863
17864 \series bold
17865
17866 \backslash
17867 newcolumntype{V}{!{
17868 \backslash
17869 vrule width 1.5pt}}
17870 \end_layout
17871
17872 \begin_layout Standard
17873
17874 \begin_inset CommandInset ref
17875 LatexCommand ref
17876 reference "tab:1.5pt幅縦罫"
17877
17878 \end_inset
17879
17880 を作るには、最右列にLaTeX引数
17881 \end_layout
17882
17883 \begin_layout Standard
17884
17885 \series bold
17886 VcV
17887 \end_layout
17888
17889 \begin_layout Standard
17890 を指定し、他の列には
17891 \end_layout
17892
17893 \begin_layout Standard
17894
17895 \series bold
17896 Vc
17897 \end_layout
17898
17899 \begin_layout Standard
17900 を指定します。
17901 \end_layout
17902
17903 \begin_layout Standard
17904 \begin_inset Float table
17905 wide false
17906 sideways false
17907 status open
17908
17909 \begin_layout Plain Layout
17910 \begin_inset Caption
17911
17912 \begin_layout Plain Layout
17913 \begin_inset CommandInset label
17914 LatexCommand label
17915 name "tab:1.5pt幅縦罫"
17916
17917 \end_inset
17918
17919 1.5
17920 \begin_inset space \thinspace{}
17921 \end_inset
17922
17923 pt幅縦罫の表
17924 \end_layout
17925
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \begin_layout Plain Layout
17932 \align center
17933 \begin_inset Tabular
17934 <lyxtabular version="3" rows="3" columns="3">
17935 <features tabularvalignment="middle">
17936 <column alignment="center" valignment="top" width="0" special="Vc">
17937 <column alignment="center" valignment="top" width="0" special="Vc">
17938 <column alignment="center" valignment="top" width="0" special="VcV">
17939 <row>
17940 <cell alignment="center" valignment="top" topline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 sd
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" topline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" topline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 </row>
17968 <row>
17969 <cell alignment="center" valignment="top" topline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" topline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 sd
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 </row>
17997 <row>
17998 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 sd
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 </row>
18026 </lyxtabular>
18027
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Subsection
18039 点罫
18040 \begin_inset Index idx
18041 status collapsed
18042
18043 \begin_layout Plain Layout
18044 ひょうのちょうせい@表の調整 ! てんけい@点罫
18045 \end_layout
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Standard
18053 \begin_inset ERT
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057
18058
18059 \backslash
18060 ifarydshln
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \begin_inset Note Note
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \begin_layout Standard
18079 \begin_inset Float table
18080 placement H
18081 wide false
18082 sideways false
18083 status open
18084
18085 \begin_layout Plain Layout
18086 \begin_inset Caption
18087
18088 \begin_layout Plain Layout
18089 \begin_inset CommandInset label
18090 LatexCommand label
18091 name "tab:点罫表"
18092
18093 \end_inset
18094
18095 点罫を使用した表
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \begin_layout Plain Layout
18104 \align center
18105 \begin_inset Tabular
18106 <lyxtabular version="3" rows="5" columns="5">
18107 <features tabularvalignment="middle">
18108 <column alignment="center" valignment="top" width="0">
18109 <column alignment="center" valignment="top" width="0">
18110 <column alignment="center" valignment="top" width="0" special=":c">
18111 <column alignment="center" valignment="top" width="0">
18112 <column alignment="center" valignment="top" width="0">
18113 <row>
18114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 <row>
18208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 \begin_inset ERT
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216
18217
18218 \backslash
18219 hdashline 
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 <row>
18267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 \begin_inset ERT
18272 status collapsed
18273
18274 \begin_layout Plain Layout
18275
18276
18277 \backslash
18278 cdashline{4-5}
18279 \end_layout
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 </row>
18325 <row>
18326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 </row>
18372 </lyxtabular>
18373
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \begin_layout Standard
18385 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18386 \end_layout
18387
18388 \begin_layout Standard
18389
18390 \series bold
18391
18392 \backslash
18393 usepackage{arydshln}
18394 \end_layout
18395
18396 \begin_layout Standard
18397 というコマンドを書き、LaTeXパッケージの
18398 \series bold
18399 arydshln
18400 \series default
18401
18402 \begin_inset Index idx
18403 status collapsed
18404
18405 \begin_layout Plain Layout
18406 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18407 \end_layout
18408
18409 \end_inset
18410
18411 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18412 \end_layout
18413
18414 \begin_layout Standard
18415 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18416 \end_layout
18417
18418 \begin_layout Standard
18419
18420 \series bold
18421
18422 \backslash
18423 hdashline
18424 \end_layout
18425
18426 \begin_layout Standard
18427 というコマンドを加えてください。
18428 \end_layout
18429
18430 \begin_layout Standard
18431 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18432 \end_layout
18433
18434 \begin_layout Standard
18435
18436 \series bold
18437
18438 \backslash
18439 cdashline{列番号
18440 \series default
18441 }
18442 \end_layout
18443
18444 \begin_layout Standard
18445 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18446 \end_layout
18447
18448 \begin_layout Standard
18449
18450 \series bold
18451
18452 \backslash
18453 cdashline{2-4}
18454 \end_layout
18455
18456 \begin_layout Standard
18457 なるコマンドを置いてください。
18458 \end_layout
18459
18460 \begin_layout Standard
18461 \begin_inset VSpace bigskip
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \begin_layout Standard
18468
18469 \begin_inset CommandInset ref
18470 LatexCommand ref
18471 reference "tab:点罫表"
18472
18473 \end_inset
18474
18475 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18476 \series bold
18477
18478 \backslash
18479 hdashlineが挿れられており、第3行の最初のセルには、
18480 \series default
18481 TeXコードのコマンド
18482 \begin_inset Newline newline
18483 \end_inset
18484
18485  
18486 \series bold
18487
18488 \backslash
18489 cdashline{4-5}が挿れられています。
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset Note Greyedout
18494 status open
18495
18496 \begin_layout Plain Layout
18497
18498 \series bold
18499 【註】
18500 \series default
18501 ここで用いられているLaTeXパッケージ
18502 \series bold
18503 arydshln
18504 \series default
18505 は、第
18506 \begin_inset CommandInset ref
18507 LatexCommand ref
18508 reference "sec:色付きの表"
18509
18510 \end_inset
18511
18512 節の色付き表で用いられているLaTeXパッケージ
18513 \series bold
18514 colortbl
18515 \series default
18516
18517 \begin_inset Index idx
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18522 \end_layout
18523
18524 \end_inset
18525
18526 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \begin_layout Standard
18535 \begin_inset ERT
18536 status collapsed
18537
18538 \begin_layout Plain Layout
18539
18540
18541 \backslash
18542 else
18543 \end_layout
18544
18545 \end_inset
18546
18547
18548 \begin_inset Note Note
18549 status open
18550
18551 \begin_layout Plain Layout
18552 以下は、LaTeXパッケージ
18553 \series bold
18554 arydshln
18555 \series default
18556 が導入済みでないときに表示されます。
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \begin_layout Standard
18565 本節の内容を出力に表示するためには、
18566 \series bold
18567 arydshln
18568 \series default
18569 パッケージを導入しなくてはなりません。
18570 \end_layout
18571
18572 \begin_layout Standard
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 fi
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Chapter
18589 フロート
18590 \begin_inset CommandInset label
18591 LatexCommand label
18592 name "chap:フロート"
18593
18594 \end_inset
18595
18596
18597 \begin_inset Index idx
18598 status collapsed
18599
18600 \begin_layout Plain Layout
18601 ふろーと@フロート
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Section
18610 はじめに
18611 \begin_inset CommandInset label
18612 LatexCommand label
18613 name "sec:フロートはじめに"
18614
18615 \end_inset
18616
18617
18618 \begin_inset Index idx
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622 ふろーと@フロート ! はじめに
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \begin_layout Standard
18631 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18632 ート)ことができます。
18633 \family sans
18634 脚注
18635 \family default
18636
18637 \family sans
18638 傍注
18639 \family default
18640 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18641 \end_layout
18642
18643 \begin_layout Standard
18644 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18645 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18646 ートには連番が割り当てられます。参照については、第
18647 \begin_inset CommandInset ref
18648 LatexCommand ref
18649 reference "sec:フロートの参照"
18650
18651 \end_inset
18652
18653 節で述べられています。
18654 \end_layout
18655
18656 \begin_layout Standard
18657 フロートを挿入するには、
18658 \family sans
18659 挿入\SpecialChar \menuseparator
18660 フロート
18661 \family default
18662 メニューを使えば、ラベルのついたボックスすなわち
18663 \family sans
18664 キャプション
18665 \family default
18666 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18667 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18668 \begin_inset CommandInset ref
18669 LatexCommand ref
18670 reference "sec:キャプションの配置"
18671
18672 \end_inset
18673
18674 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18675 ます。畳んだフロートボックスは、
18676 \begin_inset Graphics
18677         filename clipart/floatQt4.png
18678         scale 70
18679         scaleBeforeRotation
18680
18681 \end_inset
18682
18683 のように、灰色ボタンに赤字ラベルで表示されます。
18684 \end_layout
18685
18686 \begin_layout Standard
18687 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18688 \end_layout
18689
18690 \begin_layout Standard
18691 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18692 \end_layout
18693
18694 \begin_layout Section
18695 フロート型
18696 \end_layout
18697
18698 \begin_layout Standard
18699 LyXには、第
18700 \begin_inset CommandInset ref
18701 LatexCommand ref
18702 reference "sec:図フロート"
18703
18704 \end_inset
18705
18706 節および第
18707 \begin_inset CommandInset ref
18708 LatexCommand ref
18709 reference "sec:表フロート"
18710
18711 \end_inset
18712
18713 節で各々説明されている図フロートと表フロート以外に、
18714 \family sans
18715 アルゴリズム型
18716 \series bold
18717
18718 \series default
18719 折返し型
18720 \family default
18721 のフロート型があります。 
18722 \lang english
18723 The latter are explained in sec.
18724 \lang japanese
18725
18726 \begin_inset space \thinspace{}
18727 \end_inset
18728
18729
18730 \begin_inset CommandInset ref
18731 LatexCommand ref
18732 reference "sec:折返しフロート"
18733
18734 \end_inset
18735
18736 .
18737 \end_layout
18738
18739 \begin_layout Subsection
18740 アルゴリズムフロート
18741 \begin_inset Index idx
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745 ふろーと@フロート ! あるごりずむ@アルゴリズム
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Standard
18754 \begin_inset Float algorithm
18755 placement h
18756 wide false
18757 sideways false
18758 status open
18759
18760 \begin_layout Plain Layout
18761 \begin_inset Caption
18762
18763 \begin_layout Plain Layout
18764 \begin_inset CommandInset label
18765 LatexCommand label
18766 name "alg:アルゴリズムフロートの例"
18767
18768 \end_inset
18769
18770 アルゴリズムフロートの例
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout LyX-Code
18779 for I in 1..N loop
18780 \begin_inset Newline newline
18781 \end_inset
18782
18783  Sum:= Sum + A(I); /*comment*/
18784 \begin_inset Newline newline
18785 \end_inset
18786
18787 end loop
18788 \begin_inset VSpace -4mm
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \begin_layout Standard
18800 このフロート型は、
18801 \family sans
18802 挿入
18803 \shape up
18804 \SpecialChar \menuseparator
18805 フロート\SpecialChar \menuseparator
18806 アルゴリズム
18807 \family default
18808 \shape default
18809 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18810 \begin_inset CommandInset ref
18811 LatexCommand ref
18812 reference "cha:プログラムコードリスト"
18813
18814 \end_inset
18815
18816 章で説明されているプログラムコードリストの代わりとみなすことができます。
18817 \emph on
18818 LyXユーザーの手引き
18819 \emph default
18820 に述べられているように、アルゴリズム向けの環境としては、
18821 \family sans
18822 LyXコード
18823 \family default
18824 があります。 アルゴリズム
18825 \begin_inset CommandInset ref
18826 LatexCommand ref
18827 reference "alg:アルゴリズムフロートの例"
18828
18829 \end_inset
18830
18831 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
18832 \begin_inset space \thinspace{}
18833 \end_inset
18834
18835 mmの垂直空白が入れてあります。
18836 \end_layout
18837
18838 \begin_layout Standard
18839 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845
18846 \backslash
18847 floatname{algorithm}{付けたい名称}
18848 \end_layout
18849
18850 \begin_layout Standard
18851 という行を手動で加える必要があります。ここで
18852 \family sans
18853 \series bold
18854 付けたい名称
18855 \family default
18856 \series default
18857 には、お使いの言語で「
18858 \emph on
18859 algorithm
18860 \emph default
18861 」に対応する単語を指定します。
18862 \end_layout
18863
18864 \begin_layout Standard
18865 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
18866 \family sans
18867 挿入\SpecialChar \menuseparator
18868 一覧/目次\SpecialChar \menuseparator
18869 アルゴリズム一覧
18870 \family default
18871 メニューを使用します。それ以外の場合には、代わりに
18872 \end_layout
18873
18874 \begin_layout Standard
18875
18876 \series bold
18877
18878 \backslash
18879 listof{algorithm}{付けたい名称}
18880 \end_layout
18881
18882 \begin_layout Standard
18883 というコマンドをTeXコードとして用います。ここで
18884 \family sans
18885 付けたい名称
18886 \family default
18887 とは、「
18888 \emph on
18889 List of Algorithm
18890 \emph default
18891 s」という単語に相当する、ご使用になりたい言語での単語です。
18892 \end_layout
18893
18894 \begin_layout Standard
18895 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
18896 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
18897 \end_layout
18898
18899 \begin_layout Standard
18900
18901 \series bold
18902
18903 \backslash
18904 numberwithin{algorithm}{chapter}
18905 \end_layout
18906
18907 \begin_layout Standard
18908 というコマンドを追加してください。
18909 \series bold
18910
18911 \backslash
18912 numberwithin
18913 \series default
18914 というコマンドを使用するには、文書設定の
18915 \family sans
18916 数式オプション
18917 \family default
18918 タブで
18919 \family sans
18920 AMS mathパッケージを使用する
18921 \family default
18922 オプションを有効にしてください。
18923 \end_layout
18924
18925 \begin_layout Section
18926 フロートの連番
18927 \begin_inset Index idx
18928 status collapsed
18929
18930 \begin_layout Plain Layout
18931 ふろーと@フロート ! れんばん@連番
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \begin_layout Standard
18940 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
18941 て変わります。
18942 \end_layout
18943
18944 \begin_layout Standard
18945 節から独立して付けられている連番を変更するには、文書プリアンブルで
18946 \end_layout
18947
18948 \begin_layout Standard
18949
18950 \series bold
18951
18952 \backslash
18953 renewcommand{
18954 \backslash
18955 thetable}{
18956 \backslash
18957 roman{table}}
18958 \end_layout
18959
18960 \begin_layout Standard
18961
18962 \series bold
18963 というコマンドを使うと良いでしょう。
18964 \backslash
18965 thetable
18966 \series default
18967 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
18968 \series bold
18969
18970 \backslash
18971 thefigure
18972 \series default
18973 コマンドを使用します。上のコマンドで使用されている
18974 \series bold
18975
18976 \backslash
18977 roman
18978 \series default
18979 は、表番号を小文字のローマ数字で印字するコマンドです。
18980 \end_layout
18981
18982 \begin_layout Standard
18983 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
18984 \end_layout
18985
18986 \begin_layout Standard
18987
18988 \series bold
18989
18990 \backslash
18991 numberwithin{table}{subsection}
18992 \end_layout
18993
18994 \begin_layout Standard
18995 というコマンドを使用してください。
18996 \series bold
18997
18998 \backslash
18999 numberwithin
19000 \series default
19001 コマンドを使用可能にするためには、文書設定の
19002 \family sans
19003 数式オプション
19004 \family default
19005 タブで、
19006 \family sans
19007 AMS
19008 \begin_inset space ~
19009 \end_inset
19010
19011 math数式パッケージを使用する
19012 \family default
19013 を使用します。
19014 \end_layout
19015
19016 \begin_layout Standard
19017 連番コマンドについての詳細と大切な注意点については、第
19018 \begin_inset CommandInset ref
19019 LatexCommand ref
19020 reference "sub:脚注の付番"
19021
19022 \end_inset
19023
19024 節もご覧ください。
19025 \end_layout
19026
19027 \begin_layout Section
19028 フロートの参照
19029 \begin_inset CommandInset label
19030 LatexCommand label
19031 name "sec:フロートの参照"
19032
19033 \end_inset
19034
19035
19036 \begin_inset Index idx
19037 status collapsed
19038
19039 \begin_layout Plain Layout
19040 ふろーと@フロート ! さんしょう@参照
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \begin_inset Index idx
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19051 \end_layout
19052
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \begin_layout Standard
19059 フロートを参照するには、
19060 \family sans
19061 挿入\SpecialChar \menuseparator
19062 ラベル
19063 \family default
19064 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19065 \begin_inset Graphics
19066         filename ../clipart/labelQt4.png
19067         scale 85
19068         scaleBeforeRotation
19069
19070 \end_inset
19071
19072 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19073 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19074 \family sans
19075 fig:
19076 \family default
19077 」という前置句がつけられます。
19078 \end_layout
19079
19080 \begin_layout Standard
19081 ラベルは、参照のための名称兼位置標として用いられます。
19082 \family sans
19083 挿入\SpecialChar \menuseparator
19084 相互参照
19085 \family default
19086 メニューかツールバーボタン
19087 \begin_inset Graphics
19088         filename ../../images/dialog-show-new-inset_ref.png
19089         scale 85
19090         scaleBeforeRotation
19091
19092 \end_inset
19093
19094 を使えば、ラベルを参照することができます。
19095 \begin_inset Graphics
19096         filename clipart/referenceQt4.png
19097         scale 85
19098         scaleBeforeRotation
19099
19100 \end_inset
19101
19102 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19103 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19104 れます。
19105 \end_layout
19106
19107 \begin_layout Standard
19108 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19109 出力では、参照の代わりに二つの疑問符が表示されることになります。
19110 \end_layout
19111
19112 \begin_layout Standard
19113 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19114 で、リンクの更新に手間を割く必要はありません。
19115 \end_layout
19116
19117 \begin_layout Standard
19118 相互参照ウィンドウの
19119 \family sans
19120 ラベルへ移動
19121 \family default
19122 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19123 \family sans
19124 戻る
19125 \family default
19126 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19127 この場合には元に戻ることができません。
19128 \end_layout
19129
19130 \begin_layout Subsection
19131 相互参照の書式
19132 \begin_inset CommandInset label
19133 LatexCommand label
19134 name "sub:相互参照の書式"
19135
19136 \end_inset
19137
19138
19139 \begin_inset Index idx
19140 status collapsed
19141
19142 \begin_layout Plain Layout
19143 さんしょう@参照 ! しょしき@書式
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \begin_layout Standard
19152 相互参照には、以下の6種類があります。
19153 \end_layout
19154
19155 \begin_layout Description
19156 <参照>: これはフロート番号を表示します。これが既定値です。例:
19157 \begin_inset CommandInset ref
19158 LatexCommand ref
19159 reference "fig:歪められた二つの像"
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Description
19167 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19168 例:
19169 \begin_inset CommandInset ref
19170 LatexCommand eqref
19171 reference "eq:Wgn"
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Description
19179 <参照ページ>: これはページ番号を表示します。例:Page
19180 \begin_inset space ~
19181 \end_inset
19182
19183
19184 \begin_inset CommandInset ref
19185 LatexCommand pageref
19186 reference "fig:歪められた二つの像"
19187
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \begin_layout Description
19194 on
19195 \begin_inset space ~
19196 \end_inset
19197
19198 page
19199 \begin_inset space ~
19200 \end_inset
19201
19202 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19203 \begin_inset CommandInset ref
19204 LatexCommand vpageref
19205 reference "fig:歪められた二つの像"
19206
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \begin_layout Description
19213 <参照>
19214 \begin_inset space ~
19215 \end_inset
19216
19217 on
19218 \begin_inset space ~
19219 \end_inset
19220
19221 page
19222 \begin_inset space ~
19223 \end_inset
19224
19225 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19226 \begin_inset CommandInset ref
19227 LatexCommand vref
19228 reference "fig:歪められた二つの像"
19229
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Description
19236 整形された参照: これは自製の相互参照書式で出力します。
19237 \begin_inset Newline newline
19238 \end_inset
19239
19240
19241 \begin_inset Note Greyedout
19242 status open
19243
19244 \begin_layout Plain Layout
19245 【註】この機能は、LaTeXパッケージ
19246 \series bold
19247 prettyref
19248 \series default
19249 または
19250 \series bold
19251 refstyle
19252 \series default
19253 が導入されている場合のみ使用することができます。
19254 \begin_inset Index idx
19255 status collapsed
19256
19257 \begin_layout Plain Layout
19258 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19259 \end_layout
19260
19261 \end_inset
19262
19263
19264 \begin_inset Index idx
19265 status collapsed
19266
19267 \begin_layout Plain Layout
19268 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19269 \end_layout
19270
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \begin_inset Newline newline
19280 \end_inset
19281
19282 メニュー
19283 \family sans
19284 文書\SpecialChar \menuseparator
19285 設定\SpecialChar \menuseparator
19286 文書クラス
19287 \family default
19288 でオプション
19289 \family sans
19290 相互参照に(prettyrefではなく)refstyleを使用
19291 \family default
19292 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19293 \series bold
19294
19295 \backslash
19296 newrefformat
19297 \series default
19298 コマンド(prettyrefの場合)あるいは
19299 \series bold
19300
19301 \backslash
19302 newref
19303 \series default
19304 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19305 \family sans
19306 fig
19307 \family default
19308 」を持ちます)をすべて定義し直すには、
19309 \begin_inset Newline newline
19310 \end_inset
19311
19312
19313 \series bold
19314
19315 \backslash
19316 newref{fig}{refcmd={Image on page 
19317 \backslash
19318 pageref{#1}}}
19319 \begin_inset Newline newline
19320 \end_inset
19321
19322
19323 \series default
19324 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19325 \begin_inset CommandInset citation
19326 LatexCommand cite
19327 key "prettyref,refstyle"
19328
19329 \end_inset
19330
19331 をご覧ください。
19332 \end_layout
19333
19334 \begin_layout Description
19335 名称参照: これは、右のように参照のキャプションを出力します。 
19336 \begin_inset CommandInset ref
19337 LatexCommand nameref
19338 reference "fig:歪められた二つの像"
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Standard
19346
19347 \family sans
19348 <参照ページ>
19349 \family default
19350 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19351 \family sans
19352 on this page
19353 \family default
19354 」のような文章が表示されます。様式
19355 \family sans
19356 <参照> on page <参照ページ>
19357 \family default
19358 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19359 \end_layout
19360
19361 \begin_layout Standard
19362 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19363 \family sans
19364 書式
19365 \family default
19366 フィールドで選ぶことができます。
19367 \end_layout
19368
19369 \begin_layout Standard
19370 \begin_inset Note Greyedout
19371 status open
19372
19373 \begin_layout Plain Layout
19374
19375 \series bold
19376 Note:
19377 \series default
19378  It is recommended to use the LaTeX-package 
19379 \series bold
19380 refstyle
19381 \series default
19382
19383 \begin_inset Index idx
19384 status collapsed
19385
19386 \begin_layout Plain Layout
19387 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19388 \end_layout
19389
19390 \end_inset
19391
19392  because 
19393 \series bold
19394 prettyref
19395 \series default
19396
19397 \begin_inset Index idx
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19402 \end_layout
19403
19404 \end_inset
19405
19406  does not know all of LyX's possible label shortcuts
19407 \begin_inset Foot
19408 status collapsed
19409
19410 \begin_layout Plain Layout
19411 \begin_inset Quotes eld
19412 \end_inset
19413
19414 fig:
19415 \begin_inset Quotes erd
19416 \end_inset
19417
19418  is for example LyX's shortcut for labels in figure captions.
19419 \end_layout
19420
19421 \end_inset
19422
19423  and is not internationalized.
19424 \end_layout
19425
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \begin_layout Subsection
19432 参照名の自動命名
19433 \begin_inset Index idx
19434 status collapsed
19435
19436 \begin_layout Plain Layout
19437 さんしょう@参照 ! じどうめいめい@自動命名
19438 \end_layout
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \begin_layout Standard
19446
19447 \family sans
19448 文書設定
19449 \family default
19450 ダイアログの
19451 \family sans
19452 PDF特性
19453 \family default
19454 で有効にされた
19455 \series bold
19456 hyperref
19457 \series default
19458
19459 \begin_inset Index idx
19460 status collapsed
19461
19462 \begin_layout Plain Layout
19463 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19464 \end_layout
19465
19466 \end_inset
19467
19468  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19469 \emph on
19470
19471 \emph default
19472 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19473 の機能を使用するには、hyperrefを有効にして、
19474 \end_layout
19475
19476 \begin_layout Standard
19477
19478 \series bold
19479
19480 \backslash
19481 AtBeginDocument{
19482 \backslash
19483 renewcommand{
19484 \backslash
19485 ref}[1]{
19486 \backslash
19487 mbox{
19488 \backslash
19489 autoref{#1}}}}
19490 \end_layout
19491
19492 \begin_layout Standard
19493 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19494 \begin_inset space \thinspace{}
19495 \end_inset
19496
19497 」としたいなど、既定の参照名以外のものが欲しい場合には、
19498 \end_layout
19499
19500 \begin_layout Standard
19501
19502 \series bold
19503
19504 \backslash
19505 addto
19506 \backslash
19507 extrasenglish{
19508 \backslash
19509 renewcommand{
19510 \backslash
19511 sectionautorefname}
19512 \begin_inset Newline newline
19513 \end_inset
19514
19515
19516 \begin_inset Phantom HPhantom
19517 status open
19518
19519 \begin_layout Plain Layout
19520
19521 \series bold
19522 \begin_inset space ~
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529
19530 {sec.
19531 \backslash
19532 negthinspace}}
19533 \end_layout
19534
19535 \begin_layout Standard
19536 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19537 \begin_inset Newline newline
19538 \end_inset
19539
19540
19541 \series bold
19542
19543 \backslash
19544 extrasenglishを
19545 \backslash
19546 extras***
19547 \series default
19548 に置き換えてください(***は使用中の言語名)。
19549 \end_layout
19550
19551 \begin_layout Standard
19552 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19553 \end_layout
19554
19555 \begin_layout Standard
19556
19557 \series bold
19558
19559 \backslash
19560 newlength{
19561 \backslash
19562 abc}
19563 \begin_inset Newline newline
19564 \end_inset
19565
19566
19567 \backslash
19568 settowidth{
19569 \backslash
19570 abc}{
19571 \backslash
19572 space}
19573 \begin_inset Newline newline
19574 \end_inset
19575
19576
19577 \backslash
19578 addto
19579 \backslash
19580 extrasenglish{
19581 \backslash
19582 renewcommand{
19583 \backslash
19584 equationautorefname}
19585 \begin_inset Newline newline
19586 \end_inset
19587
19588
19589 \begin_inset Phantom HPhantom
19590 status open
19591
19592 \begin_layout Plain Layout
19593
19594 \series bold
19595 \begin_inset space ~
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602
19603 {
19604 \backslash
19605 hspace{-
19606 \backslash
19607 abc}}
19608 \end_layout
19609
19610 \begin_layout Standard
19611 この話題に関する詳細は、hyperrefの説明書
19612 \begin_inset CommandInset citation
19613 LatexCommand cite
19614 key "hyperref"
19615
19616 \end_inset
19617
19618 をお読みください。
19619 \end_layout
19620
19621 \begin_layout Standard
19622 \begin_inset Note Greyedout
19623 status open
19624
19625 \begin_layout Plain Layout
19626
19627 \series bold
19628 【註】
19629 \series default
19630 参照の自動命名は、相互参照を
19631 \family sans
19632 整形参照
19633 \family default
19634 様式(第
19635 \begin_inset CommandInset ref
19636 LatexCommand ref
19637 reference "sub:相互参照の書式"
19638
19639 \end_inset
19640
19641 節)で使用しているときには、使用することができません。
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \begin_layout Standard
19650 取扱説明書
19651 \emph on
19652 数式篇
19653 \emph default
19654 は、参照の自動命名が使用されている一例です。
19655 \end_layout
19656
19657 \begin_layout Subsection
19658 参照位置
19659 \begin_inset CommandInset label
19660 LatexCommand label
19661 name "sub:参照位置"
19662
19663 \end_inset
19664
19665
19666 \begin_inset Index idx
19667 status collapsed
19668
19669 \begin_layout Plain Layout
19670 さんしょう@参照 ! さんしょういち@参照位置
19671 \end_layout
19672
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679
19680 \family sans
19681 文書設定
19682 \family default
19683 ダイアログの
19684 \family sans
19685 PDF特性
19686 \family default
19687 で、
19688 \series bold
19689 hyperref
19690 \series default
19691
19692 \begin_inset Index idx
19693 status collapsed
19694
19695 \begin_layout Plain Layout
19696 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19697 \end_layout
19698
19699 \end_inset
19700
19701 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19702 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19703 \series bold
19704 hyperref
19705 \series default
19706
19707 \begin_inset Index idx
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19712 \end_layout
19713
19714 \end_inset
19715
19716 の一部である
19717 \series bold
19718 hyperref
19719 \series default
19720
19721 \begin_inset Index idx
19722 status collapsed
19723
19724 \begin_layout Plain Layout
19725 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19726 \end_layout
19727
19728 \end_inset
19729
19730 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19731 \end_layout
19732
19733 \begin_layout Standard
19734
19735 \series bold
19736
19737 \backslash
19738 usepackage[figure]{hypcap}
19739 \end_layout
19740
19741 \begin_layout Standard
19742 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19743 hypcapの説明書
19744 \begin_inset CommandInset citation
19745 LatexCommand cite
19746 key "hypcap"
19747
19748 \end_inset
19749
19750 をご覧ください。
19751 \end_layout
19752
19753 \begin_layout Standard
19754 \begin_inset Note Greyedout
19755 status open
19756
19757 \begin_layout Plain Layout
19758
19759 \series bold
19760 【註】hypcap
19761 \series default
19762 は内部図への参照には効力がありません。
19763 \end_layout
19764
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \begin_layout Section
19771 フロートの配置
19772 \begin_inset CommandInset label
19773 LatexCommand label
19774 name "sec:フロートの配置"
19775
19776 \end_inset
19777
19778
19779 \begin_inset Index idx
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783 ふろーと@フロート ! はいち@配置
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792
19793 \family roman
19794 \series medium
19795 \shape up
19796 \size normal
19797 \emph off
19798 \bar no
19799 \noun off
19800 \color none
19801 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19802 \begin_inset Newline newline
19803 \end_inset
19804
19805
19806 \family sans
19807 \series default
19808 \shape default
19809 \size default
19810 \emph default
19811 \bar default
19812 \noun default
19813 \color inherit
19814 段をまたぐ
19815 \family roman
19816 \series medium
19817 \shape up
19818 \size normal
19819 \emph off
19820 \bar no
19821 \noun off
19822 \color none
19823 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19824 \begin_inset Newline newline
19825 \end_inset
19826
19827
19828 \family sans
19829 \series default
19830 \shape default
19831 \size default
19832 \emph default
19833 \bar default
19834 \noun default
19835 \color inherit
19836 横倒しに回転
19837 \family roman
19838 \series medium
19839 \shape up
19840 \size normal
19841 \emph off
19842 \bar no
19843 \noun off
19844 \color none
19845 オプションは、フロートを回転するのに用います。第
19846 \family default
19847 \series default
19848 \shape default
19849 \size default
19850 \emph default
19851 \bar default
19852 \noun default
19853 \color inherit
19854
19855 \begin_inset CommandInset ref
19856 LatexCommand ref
19857 reference "sec:回転フロート"
19858
19859 \end_inset
19860
19861
19862 \family roman
19863 \series medium
19864 \shape up
19865 \size normal
19866 \emph off
19867 \bar no
19868 \noun off
19869 \color none
19870 節をご参照ください。
19871 \end_layout
19872
19873 \begin_layout Standard
19874
19875 \family roman
19876 \series medium
19877 \shape up
19878 \size normal
19879 \emph off
19880 \bar no
19881 \noun off
19882 \color none
19883 フロートダイアログでは、
19884 \family sans
19885 \series default
19886 \shape default
19887 \size default
19888 \emph default
19889 \bar default
19890 \noun default
19891 \color inherit
19892 既定の配置を使う
19893 \family roman
19894 \series medium
19895 \shape up
19896 \size normal
19897 \emph off
19898 \bar no
19899 \noun off
19900 \color none
19901 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
19902 \end_layout
19903
19904 \begin_layout Description
19905 可能ならば現在位置に: 
19906 \family roman
19907 \series medium
19908 \shape up
19909 \size normal
19910 \emph off
19911 \bar no
19912 \noun off
19913 \color none
19914 フロートを挿入位置に配置することを試みます
19915 \end_layout
19916
19917 \begin_layout Description
19918 ページ上部: 
19919 \family roman
19920 \series medium
19921 \shape up
19922 \size normal
19923 \emph off
19924 \bar no
19925 \noun off
19926 \color none
19927 フロートを現在ページの上部に配置することを試みます
19928 \end_layout
19929
19930 \begin_layout Description
19931 ページ下部: 
19932 \family roman
19933 \series medium
19934 \shape up
19935 \size normal
19936 \emph off
19937 \bar no
19938 \noun off
19939 \color none
19940 フロートを現在ページの下部に配置することを試みます
19941 \end_layout
19942
19943 \begin_layout Description
19944 フロートを独立したページに: 
19945 \family roman
19946 \series medium
19947 \shape up
19948 \size normal
19949 \emph off
19950 \bar no
19951 \noun off
19952 \color none
19953 フロートを独立したページに配置することを試みます
19954 \end_layout
19955
19956 \begin_layout Standard
19957 LaTeXは、
19958 \emph on
19959 つねに
19960 \emph default
19961 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
19962 \family sans
19963 可能ならば現在位置に
19964 \family default
19965 を試み、次に
19966 \family sans
19967 ページの上部
19968 \family default
19969 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
19970 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
19971 \end_layout
19972
19973 \begin_layout Standard
19974 既定では、各オプションはそれぞれ以下の規則を持っています。
19975 \end_layout
19976
19977 \begin_layout Labeling
19978 \labelwidthstring 00.00.0000
19979
19980 \family sans
19981 ページ上部
19982 \family default
19983  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
19984 \series bold
19985
19986 \backslash
19987 topfraction
19988 \series default
19989 )。
19990 \end_layout
19991
19992 \begin_layout Labeling
19993 \labelwidthstring 00.00.0000
19994
19995 \family sans
19996 ページ下部
19997 \family default
19998  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
19999 \series bold
20000
20001 \backslash
20002 bottomfraction
20003 \series default
20004 )。
20005 \end_layout
20006
20007 \begin_layout Labeling
20008 \labelwidthstring 00.00.0000
20009
20010 \family sans
20011 フロートを独立したページ 
20012 \family default
20013 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20014 \series bold
20015
20016 \backslash
20017 floatpagefraction
20018 \series default
20019 )。
20020 \end_layout
20021
20022 \begin_layout Standard
20023 これらの規則に従いたくないときは、
20024 \family sans
20025 LaTeXの規則を無視する
20026 \family default
20027 オプションを追加することによって、これらを無視することができます。
20028 \begin_inset Newline newline
20029 \end_inset
20030
20031 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20032 、ページの5割に変えるには、文書プリアンブルに
20033 \end_layout
20034
20035 \begin_layout Standard
20036
20037 \series bold
20038
20039 \backslash
20040 renewcommand{
20041 \backslash
20042 bottomfraction}{0.5}
20043 \end_layout
20044
20045 \begin_layout Standard
20046 という行を加えてください。
20047 \end_layout
20048
20049 \begin_layout Standard
20050 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20051 \family sans
20052 何としても現在位置に置く
20053 \family default
20054 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20055 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20056 からです。
20057 \end_layout
20058
20059 \begin_layout Standard
20060 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20061 \end_layout
20062
20063 \begin_layout Standard
20064 \begin_inset VSpace bigskip
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \begin_layout Standard
20071 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20072 することがあります。この問題を避けるには、LaTeXコマンドの
20073 \backslash
20074 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20075 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20076 \end_layout
20077
20078 \begin_layout Standard
20079
20080 \series bold
20081
20082 \backslash
20083 let
20084 \backslash
20085 mySection
20086 \backslash
20087 section
20088 \begin_inset Newline newline
20089 \end_inset
20090
20091
20092 \backslash
20093 renewcommand{
20094 \backslash
20095 section}{
20096 \backslash
20097 suppressfloats[t]
20098 \backslash
20099 mySection}
20100 \end_layout
20101
20102 \begin_layout Standard
20103 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20104 することがあるので、これらに対する定義はお勧めしません。
20105 \end_layout
20106
20107 \begin_layout Standard
20108 \begin_inset VSpace bigskip
20109 \end_inset
20110
20111 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20112 \series bold
20113 endfloat
20114 \series default
20115
20116 \begin_inset Index idx
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20121 \end_layout
20122
20123 \end_inset
20124
20125 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20126 \begin_inset Quotes eld
20127 \end_inset
20128
20129
20130 \family sans
20131 [Figure
20132 \begin_inset space ~
20133 \end_inset
20134
20135 3.2 about here.]
20136 \family default
20137
20138 \begin_inset Quotes erd
20139 \end_inset
20140
20141 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20142 \end_layout
20143
20144 \begin_layout Standard
20145
20146 \series bold
20147
20148 \backslash
20149 usepackage[options]{endfloat}
20150 \end_layout
20151
20152 \begin_layout Standard
20153 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20154 \series bold
20155 endfloat
20156 \series default
20157 取扱説明書
20158 \begin_inset CommandInset citation
20159 LatexCommand cite
20160 key "endfloat"
20161
20162 \end_inset
20163
20164 をご参照ください。
20165 \begin_inset Newline newline
20166 \end_inset
20167
20168
20169 \begin_inset Note Greyedout
20170 status open
20171
20172 \begin_layout Plain Layout
20173
20174 \series bold
20175 【註】endfloat
20176 \series default
20177 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20178 \begin_inset CommandInset citation
20179 LatexCommand cite
20180 key "endfloat"
20181
20182 \end_inset
20183
20184 の第4節をご参照ください。
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \begin_inset Newline newline
20191 \end_inset
20192
20193
20194 \begin_inset Note Greyedout
20195 status open
20196
20197 \begin_layout Plain Layout
20198
20199 \series bold
20200 【註】
20201 \series default
20202 現在のところ、
20203 \series bold
20204 endfloat
20205 \series default
20206 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20207 \series bold
20208
20209 \backslash
20210 ss
20211 \series default
20212 」コマンドを使用してください。
20213 \end_layout
20214
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \begin_layout Standard
20221 \begin_inset VSpace bigskip
20222 \end_inset
20223
20224 フロートの割付に関する詳細は、LaTeX関連書
20225 \begin_inset CommandInset citation
20226 LatexCommand cite
20227 key "latexcompanion,latexguide,latexbook"
20228
20229 \end_inset
20230
20231 をご覧ください。
20232 \end_layout
20233
20234 \begin_layout Section
20235 回転フロート
20236 \begin_inset CommandInset label
20237 LatexCommand label
20238 name "sec:回転フロート"
20239
20240 \end_inset
20241
20242
20243 \begin_inset Index idx
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247 ふろーと@フロート ! かいてん@回転
20248 \end_layout
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Standard
20256 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20257 \family sans
20258 横倒しに回転
20259 \family default
20260 オプションを有効にします。
20261 \end_layout
20262
20263 \begin_layout Standard
20264 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20265 \family sans
20266 段をまたぐ
20267 \family default
20268 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20269 たって回転方向を強制したい場合には、文書クラスオプションに
20270 \series bold
20271 figuresleft
20272 \series default
20273 オプションあるいは
20274 \series bold
20275 figuresright
20276 \series default
20277 オプションを加えることができます。
20278 \end_layout
20279
20280 \begin_layout Standard
20281 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20282 \begin_inset CommandInset ref
20283 LatexCommand ref
20284 reference "tab:回転した表"
20285
20286 \end_inset
20287
20288 が回転表フロートの例です。
20289 \end_layout
20290
20291 \begin_layout Standard
20292 \begin_inset Note Greyedout
20293 status open
20294
20295 \begin_layout Plain Layout
20296
20297 \series bold
20298 【註】
20299 \series default
20300 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20301 \end_layout
20302
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \begin_layout Standard
20309 \begin_inset Float table
20310 wide false
20311 sideways true
20312 status open
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Caption
20316
20317 \begin_layout Plain Layout
20318 \begin_inset CommandInset label
20319 LatexCommand label
20320 name "tab:回転した表"
20321
20322 \end_inset
20323
20324 回転した表
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \begin_layout Plain Layout
20333 \align center
20334 \begin_inset Tabular
20335 <lyxtabular version="3" rows="1" columns="5">
20336 <features tabularvalignment="middle">
20337 <column alignment="center" valignment="top" width="0">
20338 <column alignment="center" valignment="top" width="0">
20339 <column alignment="center" valignment="top" width="0">
20340 <column alignment="center" valignment="top" width="0">
20341 <column alignment="center" valignment="top" width="0">
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 試験
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 </lyxtabular>
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Section
20402 従属フロート
20403 \begin_inset Index idx
20404 status collapsed
20405
20406 \begin_layout Plain Layout
20407 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Standard
20416 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20417 \begin_inset CommandInset ref
20418 LatexCommand ref
20419 reference "tab:従属表を横に並べたもの"
20420
20421 \end_inset
20422
20423 と表
20424 \begin_inset CommandInset ref
20425 LatexCommand ref
20426 reference "tab:従属表を縦に並べたもの"
20427
20428 \end_inset
20429
20430 に示されているように段落と同様に指定することができます。
20431 \end_layout
20432
20433 \begin_layout Standard
20434 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20435 \begin_inset CommandInset ref
20436 LatexCommand ref
20437 reference "tab:これは従属表a"
20438
20439 \end_inset
20440
20441 と表
20442 \begin_inset CommandInset ref
20443 LatexCommand ref
20444 reference "tab:これは従属表b"
20445
20446 \end_inset
20447
20448 は表
20449 \begin_inset CommandInset ref
20450 LatexCommand ref
20451 reference "tab:従属表を横に並べたもの"
20452
20453 \end_inset
20454
20455 の従属フロートです。
20456 \begin_inset Float table
20457 wide false
20458 sideways false
20459 status open
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Caption
20463
20464 \begin_layout Plain Layout
20465 \begin_inset CommandInset label
20466 LatexCommand label
20467 name "tab:従属表を横に並べたもの"
20468
20469 \end_inset
20470
20471 従属表を横に並べたもの
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Plain Layout
20480 \begin_inset space \hfill{}
20481 \end_inset
20482
20483
20484 \begin_inset Float table
20485 wide false
20486 sideways false
20487 status open
20488
20489 \begin_layout Plain Layout
20490 \begin_inset Caption
20491
20492 \begin_layout Plain Layout
20493 \begin_inset CommandInset label
20494 LatexCommand label
20495 name "tab:これは従属表a"
20496
20497 \end_inset
20498
20499 これは従属表aです。
20500 \end_layout
20501
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \begin_layout Plain Layout
20508 \align center
20509 \begin_inset Tabular
20510 <lyxtabular version="3" rows="1" columns="5">
20511 <features tabularvalignment="middle">
20512 <column alignment="center" valignment="top" width="0">
20513 <column alignment="center" valignment="top" width="0">
20514 <column alignment="center" valignment="top" width="0">
20515 <column alignment="center" valignment="top" width="0">
20516 <column alignment="center" valignment="top" width="0">
20517 <row>
20518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522 試験
20523 \end_layout
20524
20525 \end_inset
20526 </cell>
20527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 </row>
20564 </lyxtabular>
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \begin_inset space \hfill{}
20575 \end_inset
20576
20577
20578 \begin_inset Float table
20579 wide false
20580 sideways false
20581 status open
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Caption
20585
20586 \begin_layout Plain Layout
20587 \begin_inset CommandInset label
20588 LatexCommand label
20589 name "tab:これは従属表b"
20590
20591 \end_inset
20592
20593 これは従属表bです。
20594 \end_layout
20595
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \begin_layout Plain Layout
20602 \align center
20603 \begin_inset Tabular
20604 <lyxtabular version="3" rows="1" columns="5">
20605 <features tabularvalignment="middle">
20606 <column alignment="center" valignment="top" width="0">
20607 <column alignment="center" valignment="top" width="0">
20608 <column alignment="center" valignment="top" width="0">
20609 <column alignment="center" valignment="top" width="0">
20610 <column alignment="center" valignment="top" width="0">
20611 <row>
20612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20613 \begin_inset Text
20614
20615 \begin_layout Plain Layout
20616
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 試験
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 </lyxtabular>
20659
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675
20676
20677 \begin_inset Float table
20678 wide false
20679 sideways false
20680 status open
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Caption
20684
20685 \begin_layout Plain Layout
20686 \begin_inset CommandInset label
20687 LatexCommand label
20688 name "tab:従属表を縦に並べたもの"
20689
20690 \end_inset
20691
20692 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20693 \end_layout
20694
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Float table
20702 wide false
20703 sideways false
20704 status open
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Caption
20708
20709 \begin_layout Plain Layout
20710
20711 \end_layout
20712
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \begin_layout Plain Layout
20719 \align center
20720 \begin_inset Tabular
20721 <lyxtabular version="3" rows="1" columns="4">
20722 <features tabularvalignment="middle">
20723 <column alignment="center" valignment="top" width="0">
20724 <column alignment="center" valignment="top" width="0">
20725 <column alignment="center" valignment="top" width="0">
20726 <column alignment="center" valignment="top" width="0">
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 試験
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 試験
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 試験
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 試験
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 </lyxtabular>
20766
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Plain Layout
20778 \begin_inset Float table
20779 wide false
20780 sideways false
20781 status open
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Caption
20785
20786 \begin_layout Plain Layout
20787
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Plain Layout
20796 \align center
20797 \begin_inset Tabular
20798 <lyxtabular version="3" rows="1" columns="5">
20799 <features tabularvalignment="middle">
20800 <column alignment="center" valignment="top" width="0">
20801 <column alignment="center" valignment="top" width="0">
20802 <column alignment="center" valignment="top" width="0">
20803 <column alignment="center" valignment="top" width="0">
20804 <column alignment="center" valignment="top" width="0">
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 </lyxtabular>
20853
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Section
20870 横並びのフロート
20871 \begin_inset Index idx
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 ふろーと@フロート ! よこならび@横並び
20876 \end_layout
20877
20878 \end_inset
20879
20880
20881 \end_layout
20882
20883 \begin_layout Standard
20884
20885 \begin_inset CommandInset ref
20886 LatexCommand ref
20887 reference "fig:左側のフロート"
20888
20889 \end_inset
20890
20891 や図
20892 \begin_inset CommandInset ref
20893 LatexCommand ref
20894 reference "fig:右側のフロート"
20895
20896 \end_inset
20897
20898 のようにフロートを横並びに配置するには、
20899 \emph on
20900 ひとつの
20901 \emph default
20902 フロートのみを使用し、その中に二つのminipageボックスを挿入します
20903 \begin_inset Foot
20904 status collapsed
20905
20906 \begin_layout Plain Layout
20907 Minipageは第
20908 \begin_inset CommandInset ref
20909 LatexCommand ref
20910 reference "sec:ミニページ"
20911
20912 \end_inset
20913
20914 節に説明があります。
20915 \end_layout
20916
20917 \end_inset
20918
20919 。幅は45
20920 \begin_inset space \thinspace{}
20921 \end_inset
20922
20923 -50
20924 \begin_inset space \thinspace{}
20925 \end_inset
20926
20927 列幅%とし、各minipageのボックス配置を
20928 \family sans
20929
20930 \family default
20931 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
20932 \family sans
20933 列幅%
20934 \family default
20935 がここではminipageボックスの幅によって計算されることです。
20936 \end_layout
20937
20938 \begin_layout Standard
20939 \begin_inset Float figure
20940 wide false
20941 sideways false
20942 status open
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Box Frameless
20946 position "b"
20947 hor_pos "c"
20948 has_inner_box 1
20949 inner_pos "t"
20950 use_parbox 0
20951 use_makebox 0
20952 width "45col%"
20953 special "none"
20954 height "1in"
20955 height_special "totalheight"
20956 status open
20957
20958 \begin_layout Plain Layout
20959 \align center
20960 \begin_inset Graphics
20961         filename ../clipart/mobius.eps
20962         lyxscale 50
20963         width 100col%
20964         scaleBeforeRotation
20965
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \begin_layout Plain Layout
20972 \begin_inset Caption
20973
20974 \begin_layout Plain Layout
20975 \begin_inset CommandInset label
20976 LatexCommand label
20977 name "fig:左側のフロート"
20978
20979 \end_inset
20980
20981 左側のフロート
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \end_inset
20990
20991
20992 \begin_inset space \hfill{}
20993 \end_inset
20994
20995
20996 \begin_inset Box Frameless
20997 position "b"
20998 hor_pos "c"
20999 has_inner_box 1
21000 inner_pos "t"
21001 use_parbox 0
21002 use_makebox 0
21003 width "45col%"
21004 special "none"
21005 height "1in"
21006 height_special "totalheight"
21007 status open
21008
21009 \begin_layout Plain Layout
21010 \align center
21011 \begin_inset Graphics
21012         filename ../clipart/platypus.eps
21013         lyxscale 50
21014         width 100col%
21015         scaleBeforeRotation
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Caption
21024
21025 \begin_layout Plain Layout
21026 \begin_inset CommandInset label
21027 LatexCommand label
21028 name "fig:右側のフロート"
21029
21030 \end_inset
21031
21032 右側のフロート
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Plain Layout
21046
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Section
21055 キャプションの書式設定
21056 \begin_inset Index idx
21057 status collapsed
21058
21059 \begin_layout Plain Layout
21060 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21061 \end_layout
21062
21063 \end_inset
21064
21065
21066 \begin_inset Index idx
21067 status collapsed
21068
21069 \begin_layout Plain Layout
21070 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21071 \end_layout
21072
21073 \end_inset
21074
21075
21076 \begin_inset CommandInset label
21077 LatexCommand label
21078 name "sec:キャプションの書式設定"
21079
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \begin_layout Standard
21086
21087 \family sans
21088 キャプション
21089 \family default
21090 環境は、
21091 \family sans
21092 フロート
21093 \family default
21094 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21095 \family sans
21096 図 #:
21097 \family default
21098 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21099 \family sans
21100 #
21101 \family default
21102 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21103 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21104 \end_layout
21105
21106 \begin_layout Standard
21107 既定のキャプション書式を変更するには、文書プリアンブルに
21108 \end_layout
21109
21110 \begin_layout Standard
21111
21112 \series bold
21113
21114 \backslash
21115 usepackage[format definition]{caption}
21116 \end_layout
21117
21118 \begin_layout Standard
21119 という行を加えて、LaTeXパッケージ
21120 \series bold
21121 caption
21122 \series default
21123
21124 \begin_inset Index idx
21125 status collapsed
21126
21127 \begin_layout Plain Layout
21128 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21129 \end_layout
21130
21131 \end_inset
21132
21133 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21134 \end_layout
21135
21136 \begin_layout Standard
21137
21138 \series bold
21139
21140 \backslash
21141 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21142 \end_layout
21143
21144 \begin_layout Standard
21145 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21146 \series bold
21147 caption
21148 \series default
21149 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21150 \end_layout
21151
21152 \begin_layout Standard
21153
21154 \series bold
21155
21156 \backslash
21157 captionsetup[フロート型]{書式定義}
21158 \end_layout
21159
21160 \begin_layout Standard
21161 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21162 \begin_inset CommandInset ref
21163 LatexCommand ref
21164 reference "fig:図キャプション"
21165
21166 \end_inset
21167
21168 と表
21169 \begin_inset CommandInset ref
21170 LatexCommand ref
21171 reference "tab:表キャプション"
21172
21173 \end_inset
21174
21175 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21176 \end_layout
21177
21178 \begin_layout Standard
21179
21180 \series bold
21181
21182 \backslash
21183 usepackage[tableposition=top]{caption}
21184 \series default
21185
21186 \begin_inset Newline newline
21187 \end_inset
21188
21189
21190 \series bold
21191
21192 \backslash
21193 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21194 \begin_inset Newline newline
21195 \end_inset
21196
21197
21198 \begin_inset Phantom HPhantom
21199 status open
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 captionsetup[figure]{
21205 \end_layout
21206
21207 \end_inset
21208
21209 labelsep=period}
21210 \begin_inset Newline newline
21211 \end_inset
21212
21213
21214 \backslash
21215 captionsetup[table]{labelfont={bf,sf}}
21216 \end_layout
21217
21218 \begin_layout Standard
21219 \begin_inset Note Greyedout
21220 status open
21221
21222 \begin_layout Plain Layout
21223
21224 \series bold
21225 【註】
21226 \series default
21227 オプションのうち、
21228 \series bold
21229 tableposition=top
21230 \series default
21231 は、文書クラスに
21232 \series bold
21233 KOMA-script
21234 \series default
21235
21236 \begin_inset Index idx
21237 status collapsed
21238
21239 \begin_layout Plain Layout
21240 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21241 \end_layout
21242
21243 \end_inset
21244
21245 が使われているときには、無効になります。この場合には、文書クラスオプション
21246 \series bold
21247 captions=tableheading
21248 \series default
21249 を指定しなくてはなりません。
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Standard
21258
21259 \series bold
21260 caption
21261 \series default
21262 パッケージについての詳細は、その取扱説明書
21263 \begin_inset CommandInset citation
21264 LatexCommand cite
21265 key "caption"
21266
21267 \end_inset
21268
21269 をご覧ください。
21270 \end_layout
21271
21272 \begin_layout Standard
21273 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21274 \end_layout
21275
21276 \begin_layout Standard
21277
21278 \series bold
21279
21280 \backslash
21281 renewcommand{
21282 \backslash
21283 fnum@figure}{画像~
21284 \backslash
21285 thefigure}
21286 \end_layout
21287
21288 \begin_layout Standard
21289 なお、
21290 \series bold
21291
21292 \backslash
21293 thefigure
21294 \series default
21295 は表番号を挿入し、「
21296 \series bold
21297 ~
21298 \series default
21299 」は保護された空白を入れます。
21300 \end_layout
21301
21302 \begin_layout Standard
21303 \begin_inset VSpace bigskip
21304 \end_inset
21305
21306
21307 \series bold
21308 KOMA-script
21309 \series default
21310
21311 \begin_inset Index idx
21312 status collapsed
21313
21314 \begin_layout Plain Layout
21315 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21316 \end_layout
21317
21318 \end_inset
21319
21320 文書クラス(
21321 \family sans
21322 article (KOMA-script)
21323 \family default
21324
21325 \family sans
21326 book (KOMA-script)
21327 \family default
21328
21329 \family sans
21330 letter (KOMA-script)
21331 \family default
21332
21333 \family sans
21334 report (KOMA-script)
21335 \family default
21336 )を使用している場合には、
21337 \series bold
21338 caption
21339 \series default
21340 パッケージの代わりに
21341 \series bold
21342 KOMA-script
21343 \series default
21344 のビルトインコマンド
21345 \series bold
21346 etkomafont
21347 \series default
21348 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21349 \end_layout
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354
21355 \backslash
21356 setkomafont{captionlabel}{
21357 \backslash
21358 bfseries}
21359 \end_layout
21360
21361 \begin_layout Standard
21362
21363 \series bold
21364
21365 \backslash
21366 setkomafont
21367 \series default
21368 についての詳細は、
21369 \series bold
21370 KOMA-script
21371 \series default
21372 の取扱説明書
21373 \begin_inset CommandInset citation
21374 LatexCommand cite
21375 key "koma-script"
21376
21377 \end_inset
21378
21379 をご覧ください。
21380 \end_layout
21381
21382 \begin_layout Standard
21383 \begin_inset ERT
21384 status collapsed
21385
21386 \begin_layout Plain Layout
21387
21388
21389 \backslash
21390 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21391 }
21392 \end_layout
21393
21394 \end_inset
21395
21396
21397 \begin_inset Note Note
21398 status open
21399
21400 \begin_layout Plain Layout
21401 キャプション書式は、この例のみ変更してあります。
21402 \end_layout
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \begin_layout Standard
21410 \begin_inset Float figure
21411 placement !p
21412 wide false
21413 sideways false
21414 status open
21415
21416 \begin_layout Plain Layout
21417 \align center
21418 \begin_inset Graphics
21419         filename ../clipart/mobius.eps
21420         lyxscale 50
21421         scale 50
21422         scaleBeforeRotation
21423
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Caption
21431
21432 \begin_layout Plain Layout
21433 \begin_inset CommandInset label
21434 LatexCommand label
21435 name "fig:図キャプション"
21436
21437 \end_inset
21438
21439 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21440 \end_layout
21441
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448
21449
21450 \end_layout
21451
21452 \begin_layout Standard
21453 \begin_inset ERT
21454 status collapsed
21455
21456 \begin_layout Plain Layout
21457
21458
21459 \backslash
21460 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21461 on}
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \begin_layout Standard
21470 \begin_inset Float table
21471 placement !p
21472 wide false
21473 sideways false
21474 status open
21475
21476 \begin_layout Plain Layout
21477 \begin_inset Caption
21478
21479 \begin_layout Plain Layout
21480 \begin_inset CommandInset label
21481 LatexCommand label
21482 name "tab:表キャプション"
21483
21484 \end_inset
21485
21486 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21487 \end_layout
21488
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \begin_layout Plain Layout
21495 \align center
21496 \begin_inset Tabular
21497 <lyxtabular version="3" rows="1" columns="5">
21498 <features tabularvalignment="middle">
21499 <column alignment="center" valignment="top" width="0">
21500 <column alignment="center" valignment="top" width="0">
21501 <column alignment="center" valignment="top" width="0">
21502 <column alignment="center" valignment="top" width="0">
21503 <column alignment="center" valignment="top" width="0">
21504 <row>
21505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 </lyxtabular>
21552
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \begin_layout Section
21564 キャプションの配置
21565 \begin_inset Index idx
21566 status collapsed
21567
21568 \begin_layout Plain Layout
21569 きゃぷしょん@キャプション ! はいち@配置
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \begin_inset Index idx
21576 status collapsed
21577
21578 \begin_layout Plain Layout
21579 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21580 \end_layout
21581
21582 \end_inset
21583
21584
21585 \begin_inset CommandInset label
21586 LatexCommand label
21587 name "sec:キャプションの配置"
21588
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \begin_layout Standard
21595 通常、キャプションの配置原則は、
21596 \end_layout
21597
21598 \begin_layout Description
21599 図の場合: キャプションを図の下に置く
21600 \end_layout
21601
21602 \begin_layout Description
21603 表の場合: キャプションを表の上に置く
21604 \end_layout
21605
21606 \begin_layout Standard
21607 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21608 \family sans
21609 article
21610 \family default
21611
21612 \family sans
21613 book
21614 \family default
21615
21616 \family sans
21617 letter
21618 \family default
21619
21620 \family sans
21621 report
21622 \family default
21623 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21624 eXパッケージ
21625 \series bold
21626 caption
21627 \series default
21628 を読み込むコマンドに
21629 \end_layout
21630
21631 \begin_layout Standard
21632
21633 \series bold
21634 tableposition=top
21635 \end_layout
21636
21637 \begin_layout Standard
21638 というオプションを追加してください
21639 \begin_inset Foot
21640 status collapsed
21641
21642 \begin_layout Plain Layout
21643
21644 \series bold
21645 caption
21646 \series default
21647 パッケージについての詳細な情報は、第
21648 \begin_inset CommandInset ref
21649 LatexCommand ref
21650 reference "sec:キャプションの書式設定"
21651
21652 \end_inset
21653
21654 節をご覧ください。
21655 \end_layout
21656
21657 \end_inset
21658
21659
21660 \series bold
21661 KOMA-script
21662 \series default
21663
21664 \begin_inset Index idx
21665 status collapsed
21666
21667 \begin_layout Plain Layout
21668 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21669 \end_layout
21670
21671 \end_inset
21672
21673 文書クラス(
21674 \family sans
21675 article (KOMA-script)
21676 \family default
21677
21678 \family sans
21679 book (KOMA-script)
21680 \family default
21681
21682 \family sans
21683 letter (KOMA-script)
21684 \family default
21685
21686 \family sans
21687 report (KOMA-script)
21688 \family default
21689
21690 \begin_inset space \thinspace{}
21691 \end_inset
21692
21693 )をお使いの場合には、
21694 \series bold
21695 caption
21696 \series default
21697 パッケージにオプションを与える代わりに、文書クラスオプション
21698 \series bold
21699 captions=tableheading
21700 \series default
21701 を設定することもできます。
21702 \end_layout
21703
21704 \begin_layout Standard
21705 \begin_inset VSpace bigskip
21706 \end_inset
21707
21708 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21709 \end_layout
21710
21711 \begin_layout Standard
21712
21713 \series bold
21714
21715 \backslash
21716 usepackage[option]{sidecap}
21717 \end_layout
21718
21719 \begin_layout Standard
21720 という行を入れて、LaTeXパッケージ
21721 \series bold
21722 sidecap
21723 \series default
21724
21725 \begin_inset Index idx
21726 status collapsed
21727
21728 \begin_layout Plain Layout
21729 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21730 \end_layout
21731
21732 \end_inset
21733
21734 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21735 \series bold
21736 innercaption
21737 \series default
21738 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21739 \series bold
21740 rightcaption
21741 \series default
21742 ないし
21743 \series bold
21744 leftcaption
21745 \series default
21746 オプションを用います。
21747 \end_layout
21748
21749 \begin_layout Standard
21750 \begin_inset ERT
21751 status collapsed
21752
21753 \begin_layout Plain Layout
21754
21755
21756 \backslash
21757 ifsidecap
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \begin_inset Note Note
21764 status open
21765
21766 \begin_layout Plain Layout
21767 以下の部分は、LaTeXパッケージ
21768 \series bold
21769 sidecap
21770 \series default
21771 が導入されているときのみ表示されます。
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Standard
21780 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21781 \end_layout
21782
21783 \begin_layout Standard
21784 \noindent
21785 \begin_inset CommandInset line
21786 LatexCommand rule
21787 offset "0.5ex"
21788 width "100line%"
21789 height "1pt"
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Standard
21797
21798 \series bold
21799
21800 \backslash
21801 newcommand{
21802 \backslash
21803 TabBesBeg}{%
21804 \begin_inset Newline newline
21805 \end_inset
21806
21807
21808 \begin_inset Phantom HPhantom
21809 status open
21810
21811 \begin_layout Plain Layout
21812
21813 \series bold
21814 \begin_inset space ~
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \backslash
21824 let
21825 \backslash
21826 MyTable
21827 \backslash
21828 table
21829 \begin_inset Newline newline
21830 \end_inset
21831
21832
21833 \begin_inset Phantom HPhantom
21834 status open
21835
21836 \begin_layout Plain Layout
21837
21838 \series bold
21839 \begin_inset space ~
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \backslash
21849 let
21850 \backslash
21851 MyEndtable
21852 \backslash
21853 endtable
21854 \begin_inset Newline newline
21855 \end_inset
21856
21857
21858 \begin_inset Phantom HPhantom
21859 status open
21860
21861 \begin_layout Plain Layout
21862
21863 \series bold
21864 \begin_inset space ~
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \backslash
21874 renewenvironment{table}{
21875 \backslash
21876 begin{SCtable}}{
21877 \backslash
21878 end{SCtable}}}
21879 \end_layout
21880
21881 \begin_layout Standard
21882
21883 \series bold
21884
21885 \backslash
21886 newcommand{
21887 \backslash
21888 TabBesEnd}{%
21889 \begin_inset Newline newline
21890 \end_inset
21891
21892
21893 \begin_inset Phantom HPhantom
21894 status open
21895
21896 \begin_layout Plain Layout
21897
21898 \series bold
21899 \begin_inset space ~
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906
21907
21908 \backslash
21909 let
21910 \backslash
21911 table
21912 \backslash
21913 MyTable
21914 \begin_inset Newline newline
21915 \end_inset
21916
21917
21918 \begin_inset Phantom HPhantom
21919 status open
21920
21921 \begin_layout Plain Layout
21922
21923 \series bold
21924 \begin_inset space ~
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \backslash
21934 let
21935 \backslash
21936 endtable
21937 \backslash
21938 MyEndtable
21939 \end_layout
21940
21941 \begin_layout Standard
21942
21943 \series bold
21944
21945 \backslash
21946 newcommand{
21947 \backslash
21948 FigBesBeg}{%
21949 \begin_inset Newline newline
21950 \end_inset
21951
21952
21953 \begin_inset Phantom HPhantom
21954 status open
21955
21956 \begin_layout Plain Layout
21957
21958 \series bold
21959 \begin_inset space ~
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \backslash
21969 let
21970 \backslash
21971 MyFigure
21972 \backslash
21973 figure
21974 \begin_inset Newline newline
21975 \end_inset
21976
21977
21978 \begin_inset Phantom HPhantom
21979 status open
21980
21981 \begin_layout Plain Layout
21982
21983 \series bold
21984 \begin_inset space ~
21985 \end_inset
21986
21987
21988 \end_layout
21989
21990 \end_inset
21991
21992
21993 \backslash
21994 let
21995 \backslash
21996 MyEndfigure
21997 \backslash
21998 endfigure
21999 \begin_inset Newline newline
22000 \end_inset
22001
22002
22003 \begin_inset Phantom HPhantom
22004 status open
22005
22006 \begin_layout Plain Layout
22007
22008 \series bold
22009 \begin_inset space ~
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \end_inset
22016
22017
22018 \backslash
22019 renewenvironment{figure}{
22020 \backslash
22021 begin{SCfigure}}{
22022 \backslash
22023 end{SCfigure}}}
22024 \end_layout
22025
22026 \begin_layout Standard
22027
22028 \series bold
22029
22030 \backslash
22031 newcommand{
22032 \backslash
22033 FigBesEnd}{%
22034 \begin_inset Newline newline
22035 \end_inset
22036
22037
22038 \begin_inset Phantom HPhantom
22039 status open
22040
22041 \begin_layout Plain Layout
22042
22043 \series bold
22044 \begin_inset space ~
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \backslash
22054 let
22055 \backslash
22056 figure
22057 \backslash
22058 MyFigure
22059 \begin_inset Newline newline
22060 \end_inset
22061
22062
22063 \begin_inset Phantom HPhantom
22064 status open
22065
22066 \begin_layout Plain Layout
22067
22068 \series bold
22069 \begin_inset space ~
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \backslash
22079 let
22080 \backslash
22081 endfigure
22082 \backslash
22083 MyEndfigure}
22084 \end_layout
22085
22086 \begin_layout Standard
22087 \noindent
22088 \begin_inset CommandInset line
22089 LatexCommand rule
22090 offset "0.5ex"
22091 width "100line%"
22092 height "1pt"
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22101 \end_layout
22102
22103 \begin_layout Standard
22104
22105 \series bold
22106
22107 \backslash
22108 FigBesBeg
22109 \end_layout
22110
22111 \begin_layout Standard
22112 というコマンドを、フロートの前にTeXコードで入れてください。本来のフロート定義に戻すには、フロートの後に、TeXコードで
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118
22119 \backslash
22120 FigBesEnd
22121 \end_layout
22122
22123 \begin_layout Standard
22124 というコマンドを挿入してください。
22125 \end_layout
22126
22127 \begin_layout Standard
22128 表フロートに対しては、対応するコマンド
22129 \end_layout
22130
22131 \begin_layout Standard
22132
22133 \series bold
22134
22135 \backslash
22136 TabBesBeg
22137 \series default
22138 および
22139 \series bold
22140
22141 \backslash
22142 TabBesEnd
22143 \end_layout
22144
22145 \begin_layout Standard
22146 を使用してください。図
22147 \begin_inset CommandInset ref
22148 LatexCommand ref
22149 reference "fig:図横キャプション"
22150
22151 \end_inset
22152
22153 と表
22154 \begin_inset CommandInset ref
22155 LatexCommand ref
22156 reference "tab:表横キャプション"
22157
22158 \end_inset
22159
22160 がキャプションを脇に設定した例です。
22161 \end_layout
22162
22163 \begin_layout Standard
22164 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22165 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22166 \end_layout
22167
22168 \begin_layout Standard
22169
22170 \series bold
22171
22172 \backslash
22173 sidecaptionvpos{フロート型}{配置}
22174 \end_layout
22175
22176 \begin_layout Standard
22177 というコマンドを使用します。ここで「フロート型」は
22178 \family sans
22179 figure
22180 \family default
22181
22182 \family sans
22183 table
22184 \family default
22185 であり、「配置」は、上揃えの場合はtopの
22186 \end_layout
22187
22188 \begin_layout Standard
22189
22190 \family sans
22191 t
22192 \family default
22193 」、中央揃えの場合はcenterの「
22194 \family sans
22195 c
22196 \family default
22197 」、下揃えの場合はbottomの「
22198 \family sans
22199 b
22200 \family default
22201 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22202 \end_layout
22203
22204 \begin_layout Standard
22205
22206 \series bold
22207
22208 \backslash
22209 sidecaptionvpos{figure}{c}
22210 \end_layout
22211
22212 \begin_layout Standard
22213 というコマンドを使用します。これは、図
22214 \begin_inset CommandInset ref
22215 LatexCommand ref
22216 reference "fig:図横キャプション-2"
22217
22218 \end_inset
22219
22220 で使用されています。
22221 \end_layout
22222
22223 \begin_layout Standard
22224 \begin_inset VSpace medskip
22225 \end_inset
22226
22227
22228 \series bold
22229 sidecap
22230 \series default
22231 パッケージについての詳細は、
22232 \begin_inset CommandInset citation
22233 LatexCommand cite
22234 key "sidecap"
22235
22236 \end_inset
22237
22238 の説明書をご参照ください。
22239 \end_layout
22240
22241 \begin_layout Standard
22242 \begin_inset Note Greyedout
22243 status open
22244
22245 \begin_layout Plain Layout
22246
22247 \series bold
22248 【註】
22249 \series default
22250
22251 \begin_inset CommandInset ref
22252 LatexCommand ref
22253 reference "sub:参照位置"
22254
22255 \end_inset
22256
22257 節に説明があるLaTeXパッケージ
22258 \series bold
22259 hypcap
22260 \series default
22261
22262 \begin_inset Index idx
22263 status collapsed
22264
22265 \begin_layout Plain Layout
22266 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22267 \end_layout
22268
22269 \end_inset
22270
22271 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Standard
22280 \begin_inset ERT
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284
22285
22286 \backslash
22287 FigBesBeg 
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset Float figure
22297 wide false
22298 sideways false
22299 status open
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Graphics
22303         filename ../clipart/escher-lsd.eps
22304         scale 75
22305         scaleBeforeRotation
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Caption
22314
22315 \begin_layout Plain Layout
22316 \begin_inset CommandInset label
22317 LatexCommand label
22318 name "fig:図横キャプション"
22319
22320 \end_inset
22321
22322 これは図の横にあるキャプションです。
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336 \begin_inset ERT
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340
22341
22342 \backslash
22343 TabBesBeg 
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Standard
22352 \begin_inset Float table
22353 wide false
22354 sideways false
22355 status open
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Caption
22359
22360 \begin_layout Plain Layout
22361 \begin_inset CommandInset label
22362 LatexCommand label
22363 name "tab:表横キャプション"
22364
22365 \end_inset
22366
22367 これは表の横にあるキャプションです。
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Tabular
22377 <lyxtabular version="3" rows="4" columns="5">
22378 <features tabularvalignment="middle">
22379 <column alignment="center" valignment="top" width="0">
22380 <column alignment="center" valignment="top" width="0">
22381 <column alignment="center" valignment="top" width="0">
22382 <column alignment="center" valignment="top" width="0">
22383 <column alignment="center" valignment="top" width="0">
22384 <row>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 <row>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 </lyxtabular>
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \begin_layout Standard
22585 \begin_inset ERT
22586 status collapsed
22587
22588 \begin_layout Plain Layout
22589
22590
22591 \backslash
22592 TabBesEnd
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Standard
22601 \begin_inset ERT
22602 status collapsed
22603
22604 \begin_layout Plain Layout
22605
22606
22607 \backslash
22608 sidecaptionvpos{figure}{c}
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \begin_inset Float figure
22615 wide false
22616 sideways false
22617 status open
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Graphics
22621         filename ../clipart/escher-lsd.eps
22622         scale 75
22623         scaleBeforeRotation
22624
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Caption
22632
22633 \begin_layout Plain Layout
22634 \begin_inset CommandInset label
22635 LatexCommand label
22636 name "fig:図横キャプション-2"
22637
22638 \end_inset
22639
22640 これは図の横にある縦方向中央揃えのキャプションです。
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649
22650
22651 \end_layout
22652
22653 \begin_layout Standard
22654 \begin_inset ERT
22655 status collapsed
22656
22657 \begin_layout Plain Layout
22658
22659
22660 \backslash
22661 FigBesEnd
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Standard
22670 \begin_inset ERT
22671 status collapsed
22672
22673 \begin_layout Plain Layout
22674
22675
22676 \backslash
22677 else
22678 \end_layout
22679
22680 \end_inset
22681
22682
22683 \begin_inset Note Note
22684 status open
22685
22686 \begin_layout Plain Layout
22687 以下の部分は、LaTeXパッケージ
22688 \series bold
22689 sidecap
22690 \series default
22691 が導入されていないときのみ表示されます。
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 本節の残りの部分を出力で表示するには、LaTeXパッケージ
22701 \series bold
22702 sidecap
22703 \series default
22704 を導入する必要があります。
22705 \end_layout
22706
22707 \begin_layout Standard
22708 \begin_inset ERT
22709 status collapsed
22710
22711 \begin_layout Plain Layout
22712
22713
22714 \backslash
22715 fi
22716 \end_layout
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Section
22724 フロート一覧
22725 \begin_inset Index idx
22726 status collapsed
22727
22728 \begin_layout Plain Layout
22729 ふろーと@フロート ! ふろーといちらん@フロート一覧
22730 \end_layout
22731
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \begin_layout Standard
22738 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
22739 \family sans
22740 挿入\SpecialChar \menuseparator
22741 一覧/目次
22742 \family default
22743 メニューで挿入することができます。
22744 \end_layout
22745
22746 \begin_layout Standard
22747 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
22748 \end_layout
22749
22750 \begin_layout Standard
22751 本文書の終わりに、図一覧と表一覧があります。
22752 \end_layout
22753
22754 \begin_layout Chapter
22755 注釈
22756 \end_layout
22757
22758 \begin_layout Section
22759 LyX注釈
22760 \begin_inset Index idx
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773 注釈は、ツールバーボタン
22774 \begin_inset Graphics
22775         filename ../../images/note-insert.png
22776         scale 85
22777         scaleBeforeRotation
22778
22779 \end_inset
22780
22781 か、
22782 \family sans
22783 挿入\SpecialChar \menuseparator
22784 注釈
22785 \family default
22786 メニューで挿入することができます。注釈には、以下の三つの型があります。
22787 \end_layout
22788
22789 \begin_layout Description
22790 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
22791 \begin_inset Newline newline
22792 \end_inset
22793
22794
22795 \begin_inset Newline newline
22796 \end_inset
22797
22798
22799 \begin_inset Graphics
22800         filename ../clipart/LyXNoteImageQt4.png
22801         display false
22802         scale 85
22803         scaleBeforeRotation
22804
22805 \end_inset
22806
22807
22808 \begin_inset Note Note
22809 status open
22810
22811 \begin_layout Plain Layout
22812 これは、出力には現れない注釈ボックスに書かれた文章です。
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \begin_layout Description
22821 コメント この注釈も出力には現れませんが、
22822 \family sans
22823 ファイル\SpecialChar \menuseparator
22824 書き出し\SpecialChar \menuseparator
22825 LaTeX (pdflatex) / (平文)
22826 \family default
22827  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
22828 \begin_inset Newline newline
22829 \end_inset
22830
22831
22832 \begin_inset Newline newline
22833 \end_inset
22834
22835
22836 \begin_inset Graphics
22837         filename ../clipart/CommentNoteImageQt4.png
22838         display false
22839         scale 85
22840         scaleBeforeRotation
22841
22842 \end_inset
22843
22844  
22845 \begin_inset Note Comment
22846 status open
22847
22848 \begin_layout Plain Layout
22849 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Description
22858 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
22859 \begin_inset Newline newline
22860 \end_inset
22861
22862
22863 \begin_inset Newline newline
22864 \end_inset
22865
22866
22867 \begin_inset Graphics
22868         filename ../clipart/GreyedOutNoteImageQt4.png
22869         display false
22870         scale 85
22871         scaleBeforeRotation
22872
22873 \end_inset
22874
22875
22876 \begin_inset Newline newline
22877 \end_inset
22878
22879
22880 \begin_inset ERT
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884
22885
22886 \backslash
22887 renewenvironment{lyxgreyedout}
22888 \end_layout
22889
22890 \begin_layout Plain Layout
22891
22892 {
22893 \backslash
22894 textcolor[gray]{0.8}
22895 \backslash
22896 bgroup}{
22897 \backslash
22898 egroup}
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \begin_inset Note Greyedout
22905 status open
22906
22907 \begin_layout Plain Layout
22908 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
22909 \begin_inset Foot
22910 status collapsed
22911
22912 \begin_layout Plain Layout
22913 これは、淡色表示注釈内に脚注を用いた例です。
22914 \end_layout
22915
22916 \end_inset
22917
22918 です。
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \begin_inset ERT
22925 status collapsed
22926
22927 \begin_layout Plain Layout
22928
22929
22930 \backslash
22931 renewenvironment{lyxgreyedout}
22932 \end_layout
22933
22934 \begin_layout Plain Layout
22935
22936 {
22937 \backslash
22938 textcolor{blue}
22939 \backslash
22940 bgroup}{
22941 \backslash
22942 egroup}
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \begin_inset Note Note
22949 status open
22950
22951 \begin_layout Plain Layout
22952 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
22953 ように再定義されています。
22954 \end_layout
22955
22956 \end_inset
22957
22958
22959 \begin_inset Newline newline
22960 \end_inset
22961
22962
22963 \begin_inset Newline newline
22964 \end_inset
22965
22966 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset VSpace bigskip
22971 \end_inset
22972
22973 注釈を挿入するのにツールバーボタン
22974 \begin_inset Graphics
22975         filename ../../images/note-insert.png
22976         scale 85
22977         scaleBeforeRotation
22978
22979 \end_inset
22980
22981 を使用すると、
22982 \family sans
22983 LyX注釈
22984 \family default
22985 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
22986 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
22987 さい。
22988 \end_layout
22989
22990 \begin_layout Standard
22991 \begin_inset VSpace bigskip
22992 \end_inset
22993
22994
22995 \lang english
22996 You can change the text color of the greyed out notes in the menu 
22997 \family sans
22998 Document\SpecialChar \menuseparator
22999 Settings\SpecialChar \menuseparator
23000 Colors
23001 \family default
23002 .
23003 \end_layout
23004
23005 \begin_layout Section
23006 脚注
23007 \begin_inset CommandInset label
23008 LatexCommand label
23009 name "sec:脚注"
23010
23011 \end_inset
23012
23013
23014 \begin_inset Index idx
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23019 \end_layout
23020
23021 \end_inset
23022
23023
23024 \begin_inset Index idx
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028 きゃくちゅう@脚注
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \begin_layout Standard
23037 脚注は、ツールバーボタン
23038 \begin_inset Graphics
23039         filename ../../images/footnote-insert.png
23040         scale 85
23041         scaleBeforeRotation
23042
23043 \end_inset
23044
23045 か、
23046 \family sans
23047 挿入\SpecialChar \menuseparator
23048 脚注
23049 \family default
23050 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23051 \begin_inset Graphics
23052         filename clipart/footnoteQt4.png
23053         scale 80
23054         scaleBeforeRotation
23055
23056 \end_inset
23057
23058 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23059 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23060 \end_layout
23061
23062 \begin_layout Standard
23063 これが脚注の例です
23064 \begin_inset Foot
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068 \begin_inset CommandInset label
23069 LatexCommand label
23070 name "fn:これは脚注の一例"
23071
23072 \end_inset
23073
23074 これは脚注の一例です。
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \begin_inset ERT
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084
23085
23086 \backslash
23087 newcounter{MyRepeatFoot}
23088 \end_layout
23089
23090 \begin_layout Plain Layout
23091
23092
23093 \backslash
23094 setcounter{MyRepeatFoot}{
23095 \backslash
23096 thefootnote}
23097 \end_layout
23098
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \begin_layout Standard
23105 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23106 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23107 \end_layout
23108
23109 \begin_layout Standard
23110 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23111 \begin_inset CommandInset ref
23112 LatexCommand ref
23113 reference "sec:フロートの参照"
23114
23115 \end_inset
23116
23117 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23118 \begin_inset Newline newline
23119 \end_inset
23120
23121 これは脚注
23122 \begin_inset CommandInset ref
23123 LatexCommand ref
23124 reference "fn:これは脚注の一例"
23125
23126 \end_inset
23127
23128 の相互参照です。
23129 \end_layout
23130
23131 \begin_layout Standard
23132 \begin_inset VSpace defskip
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \begin_layout Standard
23139 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23140 \series bold
23141
23142 \backslash
23143 footnotemark{}
23144 \series default
23145 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23146 \series bold
23147
23148 \backslash
23149 footnotetext
23150 \series default
23151 コマンドの引数として入力します。
23152 \begin_inset Newline newline
23153 \end_inset
23154
23155 以下の表ではコマンド
23156 \begin_inset Newline newline
23157 \end_inset
23158
23159
23160 \series bold
23161
23162 \backslash
23163 footnotetext{
23164 \series default
23165 出力される脚注の表
23166 \series bold
23167 }
23168 \series default
23169
23170 \begin_inset Newline newline
23171 \end_inset
23172
23173 を用いています。
23174 \end_layout
23175
23176 \begin_layout Standard
23177 \begin_inset Tabular
23178 <lyxtabular version="3" rows="2" columns="1">
23179 <features tabularvalignment="middle">
23180 <column alignment="center" valignment="top" width="0">
23181 <row>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 これは例文です。
23187 \begin_inset Foot
23188 status open
23189
23190 \begin_layout Plain Layout
23191 この脚注は出力されません!
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 これは例文です。
23208 \begin_inset ERT
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212
23213
23214 \backslash
23215 footnotemark{}
23216 \end_layout
23217
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 </lyxtabular>
23227
23228 \end_inset
23229
23230
23231 \begin_inset ERT
23232 status collapsed
23233
23234 \begin_layout Plain Layout
23235
23236
23237 \backslash
23238 footnotetext{
23239 \end_layout
23240
23241 \end_inset
23242
23243 出力される脚注の表
23244 \begin_inset ERT
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248
23249 }
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 長尺表中の脚注は、第
23259 \begin_inset CommandInset ref
23260 LatexCommand ref
23261 reference "sub:長尺表での脚注"
23262
23263 \end_inset
23264
23265 節で述べられています。
23266 \end_layout
23267
23268 \begin_layout Standard
23269 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23270 \begin_inset CommandInset ref
23271 LatexCommand ref
23272 reference "sec:ミニページ"
23273
23274 \end_inset
23275
23276 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23277 \series bold
23278
23279 \backslash
23280 footnotemark{}
23281 \series default
23282
23283 \series bold
23284
23285 \backslash
23286 footntoetext
23287 \series default
23288 による方法を用いてください。
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset Box Frameless
23293 position "t"
23294 hor_pos "c"
23295 has_inner_box 1
23296 inner_pos "t"
23297 use_parbox 0
23298 use_makebox 0
23299 width "100col%"
23300 special "none"
23301 height "1in"
23302 height_special "totalheight"
23303 status open
23304
23305 \begin_layout Plain Layout
23306 これはミニページ中の例文です。
23307 \begin_inset Foot
23308 status open
23309
23310 \begin_layout Plain Layout
23311 ミニページ中の脚注です。
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Plain Layout
23320 これはミニページ中の例文です。
23321 \begin_inset ERT
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325
23326
23327 \backslash
23328 footnotemark{}
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \begin_layout Standard
23342 \begin_inset ERT
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346
23347
23348 \backslash
23349 footnotetext{
23350 \end_layout
23351
23352 \end_inset
23353
23354 ミニページ外の脚注です。
23355 \begin_inset ERT
23356 status collapsed
23357
23358 \begin_layout Plain Layout
23359
23360 }
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \begin_inset VSpace defskip
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \begin_layout Standard
23373 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23374 \series bold
23375
23376 \backslash
23377 footnotemark[番号]
23378 \series default
23379 を使用してください。
23380 \begin_inset Newline newline
23381 \end_inset
23382
23383 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23384 \begin_inset CommandInset ref
23385 LatexCommand ref
23386 reference "fn:これは脚注の一例"
23387
23388 \end_inset
23389
23390 の後に、TeXコードで
23391 \end_layout
23392
23393 \begin_layout Standard
23394
23395 \series bold
23396
23397 \backslash
23398 newcounter{MyRepeatFoot}
23399 \begin_inset Newline newline
23400 \end_inset
23401
23402
23403 \backslash
23404 setcounter{MyRepeatFoot}{
23405 \backslash
23406 thefootnote}
23407 \end_layout
23408
23409 \begin_layout Standard
23410 というコマンドを挿入しています。そして脚注マークは、
23411 \end_layout
23412
23413 \begin_layout Standard
23414
23415 \series bold
23416
23417 \backslash
23418 footnotemark[
23419 \backslash
23420 theMyRepeatFoot]
23421 \end_layout
23422
23423 \begin_layout Standard
23424 で作成します。
23425 \end_layout
23426
23427 \begin_layout Standard
23428 これは繰り返し脚注の例です。
23429 \begin_inset ERT
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433
23434
23435 \backslash
23436 footnotemark[
23437 \backslash
23438 theMyRepeatFoot]
23439 \end_layout
23440
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \begin_layout Standard
23447 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
23448 \end_layout
23449
23450 \begin_layout Standard
23451
23452 \series bold
23453
23454 \backslash
23455 footnotemark[
23456 \backslash
23457 thefootnote]
23458 \end_layout
23459
23460 \begin_layout Standard
23461 を使用してください。
23462 \end_layout
23463
23464 \begin_layout Standard
23465 これは繰り返し脚注の例です。
23466 \begin_inset ERT
23467 status collapsed
23468
23469 \begin_layout Plain Layout
23470
23471
23472 \backslash
23473 footnotemark[
23474 \backslash
23475 thefootnote]
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \begin_layout Subsection
23484 脚注の付番
23485 \begin_inset CommandInset label
23486 LatexCommand label
23487 name "sub:脚注の付番"
23488
23489 \end_inset
23490
23491
23492 \begin_inset Index idx
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496 きゃくちゅう@脚注 ! ふばん@付番
23497 \end_layout
23498
23499 \end_inset
23500
23501
23502 \end_layout
23503
23504 \begin_layout Standard
23505 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
23506 \end_layout
23507
23508 \begin_layout Standard
23509
23510 \series bold
23511
23512 \backslash
23513 @addtoreset{footnote}{section}
23514 \end_layout
23515
23516 \begin_layout Standard
23517 というコマンドを加えてください。
23518 \end_layout
23519
23520 \begin_layout Standard
23521 \begin_inset VSpace bigskip
23522 \end_inset
23523
23524 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
23525 \end_layout
23526
23527 \begin_layout Standard
23528
23529 \series bold
23530
23531 \backslash
23532 renewcommand{
23533 \backslash
23534 thefootnote}{
23535 \backslash
23536 roman{footnote}}
23537 \end_layout
23538
23539 \begin_layout Standard
23540 \begin_inset ERT
23541 status collapsed
23542
23543 \begin_layout Plain Layout
23544
23545
23546 \backslash
23547 renewcommand{
23548 \backslash
23549 thefootnote}{
23550 \backslash
23551 roman{footnote}}
23552 \end_layout
23553
23554 \end_inset
23555
23556 これは、ローマ数字を使った脚注です
23557 \begin_inset Foot
23558 status collapsed
23559
23560 \begin_layout Plain Layout
23561 これは、ローマ数字を使った脚注の例です。
23562 \end_layout
23563
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \begin_layout Standard
23570 付番様式を大文字ローマ数字に変更するには、上記コマンドの
23571 \series bold
23572
23573 \backslash
23574 roman
23575 \series default
23576
23577 \series bold
23578
23579 \backslash
23580 Roman
23581 \series default
23582 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
23583 \series bold
23584
23585 \backslash
23586 Alph
23587 \series default
23588 または
23589 \series bold
23590
23591 \backslash
23592 alph
23593 \series default
23594 を使用してください。記号を使って付「番」するには、
23595 \series bold
23596
23597 \backslash
23598 fnsymbol
23599 \series default
23600 を使ってください。
23601 \end_layout
23602
23603 \begin_layout Standard
23604 \begin_inset Note Greyedout
23605 status open
23606
23607 \begin_layout Plain Layout
23608
23609 \series bold
23610 【註】
23611 \series default
23612 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \begin_inset Newline newline
23619 \end_inset
23620
23621
23622 \begin_inset Note Greyedout
23623 status open
23624
23625 \begin_layout Plain Layout
23626
23627 \series bold
23628 【註】
23629 \series default
23630 記号を使うと9個の脚注しか番号を振ることができません。
23631 \end_layout
23632
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \begin_layout Standard
23639 付番様式を変更した後、既定様式に戻すには、上記コマンドの
23640 \series bold
23641
23642 \backslash
23643 roman
23644 \series default
23645
23646 \series bold
23647
23648 \backslash
23649 arabic
23650 \series default
23651 に置き換えて使用してください。
23652 \begin_inset ERT
23653 status collapsed
23654
23655 \begin_layout Plain Layout
23656
23657
23658 \backslash
23659 renewcommand{
23660 \backslash
23661 thefootnote}{
23662 \backslash
23663 arabic{footnote}}
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \begin_layout Standard
23672 \begin_inset VSpace bigskip
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \begin_layout Standard
23679 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
23680 \end_layout
23681
23682 \begin_layout Standard
23683
23684 \series bold
23685
23686 \backslash
23687 numberwithin{footnote}{chapter}
23688 \end_layout
23689
23690 \begin_layout Standard
23691 というコマンドを加えてください。
23692 \series bold
23693
23694 \backslash
23695 numberwithin
23696 \series default
23697 コマンドを使用できるようにするためには、文書設定の
23698 \family sans
23699 数式オプション
23700 \family default
23701 タブで
23702 \family sans
23703 AMS
23704 \begin_inset space ~
23705 \end_inset
23706
23707 mathパッケージを使う
23708 \family default
23709 オプションを有効にしてください。
23710 \end_layout
23711
23712 \begin_layout Standard
23713 \begin_inset ERT
23714 status collapsed
23715
23716 \begin_layout Plain Layout
23717
23718
23719 \backslash
23720 numberwithin{footnote}{chapter}
23721 \end_layout
23722
23723 \end_inset
23724
23725 これは、脚注のもう一つの例です
23726 \series bold
23727
23728 \begin_inset Foot
23729 status open
23730
23731 \begin_layout Plain Layout
23732
23733 \series bold
23734 これは、
23735 \series default
23736 「章番号.脚注番号」スキームで番号を振られた脚注です。
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \series default
23743
23744 \begin_inset ERT
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748
23749
23750 \backslash
23751 renewcommand{
23752 \backslash
23753 thefootnote}{
23754 \backslash
23755 arabic{footnote}}
23756 \end_layout
23757
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \begin_layout Standard
23764 \begin_inset Note Greyedout
23765 status open
23766
23767 \begin_layout Plain Layout
23768
23769 \series bold
23770 【註】
23771 \backslash
23772 numberwithin
23773 \series default
23774 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
23775 \end_layout
23776
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \begin_layout Standard
23783 また、例えば「章番号.
23784 \backslash
23785 Roman{footnote}」スキームを得るには、
23786 \series bold
23787
23788 \backslash
23789 numberwithin
23790 \series default
23791 の代わりに以下のコマンドを使用してください。
23792 \end_layout
23793
23794 \begin_layout Standard
23795
23796 \series bold
23797
23798 \backslash
23799 renewcommand{
23800 \backslash
23801 thefootnote}{
23802 \backslash
23803 thechapter.
23804 \backslash
23805 Roman{footnote}}
23806 \end_layout
23807
23808 \begin_layout Subsection
23809 脚注の配置
23810 \begin_inset Index idx
23811 status collapsed
23812
23813 \begin_layout Plain Layout
23814 きゃくちゅう@脚注 ! はいち@配置
23815 \end_layout
23816
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \begin_layout Standard
23823 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
23824 ブルに足して、1.5
23825 \begin_inset space \thinspace{}
23826 \end_inset
23827
23828 mmの余白を追加することもできます。
23829 \end_layout
23830
23831 \begin_layout Standard
23832
23833 \series bold
23834
23835 \backslash
23836 let
23837 \backslash
23838 myFoot
23839 \backslash
23840 footnote
23841 \begin_inset Newline newline
23842 \end_inset
23843
23844
23845 \backslash
23846 renewcommand{
23847 \backslash
23848 footnote}[1]{
23849 \backslash
23850 myFoot{#1
23851 \backslash
23852 vspace{1.5mm}}}
23853 \end_layout
23854
23855 \begin_layout Standard
23856 \begin_inset VSpace bigskip
23857 \end_inset
23858
23859 二段組文書では、脚注は各段底部に表示されます(図
23860 \begin_inset CommandInset ref
23861 LatexCommand ref
23862 reference "fig:標準的脚注配置"
23863
23864 \end_inset
23865
23866 )。図
23867 \begin_inset CommandInset ref
23868 LatexCommand ref
23869 reference "fig:ftnright脚注配置"
23870
23871 \end_inset
23872
23873 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
23874 \end_layout
23875
23876 \begin_layout Standard
23877
23878 \series bold
23879
23880 \backslash
23881 usepackage{ftnright}
23882 \end_layout
23883
23884 \begin_layout Standard
23885 というコマンドを書いて、LaTeXパッケージ
23886 \series bold
23887 ftnright
23888 \series default
23889
23890 \begin_inset Index idx
23891 status collapsed
23892
23893 \begin_layout Plain Layout
23894 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
23895 \end_layout
23896
23897 \end_inset
23898
23899 を読み込みます。
23900 \begin_inset Float figure
23901 placement !h
23902 wide false
23903 sideways false
23904 status open
23905
23906 \begin_layout Plain Layout
23907 \begin_inset ERT
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911
23912
23913 \backslash
23914 framebox{
23915 \end_layout
23916
23917 \end_inset
23918
23919
23920 \begin_inset Graphics
23921         filename ../clipart/without_fntright.pdf
23922         width 100col%
23923         scaleBeforeRotation
23924
23925 \end_inset
23926
23927
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933 }
23934 \end_layout
23935
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \begin_layout Plain Layout
23942 \begin_inset Caption
23943
23944 \begin_layout Plain Layout
23945 \begin_inset CommandInset label
23946 LatexCommand label
23947 name "fig:標準的脚注配置"
23948
23949 \end_inset
23950
23951 二段組文書の標準的な脚注配置
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Standard
23965 \begin_inset Float figure
23966 placement !h
23967 wide false
23968 sideways false
23969 status open
23970
23971 \begin_layout Plain Layout
23972 \begin_inset ERT
23973 status collapsed
23974
23975 \begin_layout Plain Layout
23976
23977
23978 \backslash
23979 framebox{
23980 \end_layout
23981
23982 \end_inset
23983
23984
23985 \begin_inset Graphics
23986         filename ../clipart/with_fntright.pdf
23987         width 100col%
23988         scaleBeforeRotation
23989
23990 \end_inset
23991
23992
23993 \begin_inset ERT
23994 status collapsed
23995
23996 \begin_layout Plain Layout
23997
23998 }
23999 \end_layout
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \begin_layout Plain Layout
24007 \begin_inset Caption
24008
24009 \begin_layout Plain Layout
24010 \begin_inset CommandInset label
24011 LatexCommand label
24012 name "fig:ftnright脚注配置"
24013
24014 \end_inset
24015
24016 LaTeXパッケージ
24017 \series bold
24018 ftnright
24019 \series default
24020 を使用したときの二段組文書の脚注配置
24021 \end_layout
24022
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Standard
24034 \begin_inset VSpace bigskip
24035 \end_inset
24036
24037 科学的文献に於いては、図
24038 \begin_inset CommandInset ref
24039 LatexCommand ref
24040 reference "fig:後注"
24041
24042 \end_inset
24043
24044 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24045 \begin_inset Index idx
24046 status collapsed
24047
24048 \begin_layout Plain Layout
24049 こちゅう@後注
24050 \end_layout
24051
24052 \end_inset
24053
24054 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24055 \family sans
24056 文書\SpecialChar \menuseparator
24057 設定\SpecialChar \menuseparator
24058 モジュール
24059 \family default
24060 メニューで
24061 \family sans
24062 脚注から後注へ
24063 \family default
24064 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 theendnotes
24073 \end_layout
24074
24075 \begin_layout Standard
24076 というコマンドを挿入してください。
24077 \end_layout
24078
24079 \begin_layout Standard
24080 \begin_inset Float figure
24081 wide false
24082 sideways false
24083 status open
24084
24085 \begin_layout Plain Layout
24086 \align center
24087 \begin_inset ERT
24088 status collapsed
24089
24090 \begin_layout Plain Layout
24091
24092
24093 \backslash
24094 framebox{
24095 \end_layout
24096
24097 \end_inset
24098
24099
24100 \begin_inset Graphics
24101         filename ../clipart/endnotes.pdf
24102         scaleBeforeRotation
24103
24104 \end_inset
24105
24106
24107 \begin_inset ERT
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111
24112 }
24113 \end_layout
24114
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \begin_layout Plain Layout
24121 \begin_inset Caption
24122
24123 \begin_layout Plain Layout
24124 \begin_inset CommandInset label
24125 LatexCommand label
24126 name "fig:後注"
24127
24128 \end_inset
24129
24130 後注 – 注を節ないし章末に別段落として印字します。
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \begin_layout Standard
24144 \begin_inset VSpace medskip
24145 \end_inset
24146
24147 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24148 \end_layout
24149
24150 \begin_layout Standard
24151
24152 \series bold
24153
24154 \backslash
24155 renewcommand{
24156 \backslash
24157 notesname}{Anmerkungen}
24158 \end_layout
24159
24160 \begin_layout Standard
24161 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24162 \end_layout
24163
24164 \begin_layout Standard
24165 \begin_inset VSpace medskip
24166 \end_inset
24167
24168
24169 \begin_inset CommandInset ref
24170 LatexCommand ref
24171 reference "sub:脚注の付番"
24172
24173 \end_inset
24174
24175 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24176 \series bold
24177
24178 \backslash
24179 thefootnote
24180 \series default
24181 コマンドの代わりに
24182 \series bold
24183
24184 \backslash
24185 theendnote
24186 \series default
24187 を用いてください。後注番号をリセットするには、第
24188 \begin_inset CommandInset ref
24189 LatexCommand ref
24190 reference "sub:脚注の付番"
24191
24192 \end_inset
24193
24194 節で述べたコマンド
24195 \series bold
24196
24197 \backslash
24198 @addtoreset
24199 \series default
24200 の、パラメータ
24201 \series bold
24202 footnote
24203 \series default
24204
24205 \series bold
24206 endnote
24207 \series default
24208 に変えて、使用してください。
24209 \end_layout
24210
24211 \begin_layout Standard
24212 後注の印だけを作成するには、第
24213 \begin_inset CommandInset ref
24214 LatexCommand ref
24215 reference "sec:脚注"
24216
24217 \end_inset
24218
24219 節で説明した
24220 \series bold
24221
24222 \backslash
24223 footnotemark
24224 \series default
24225 コマンドの代わりに、
24226 \series bold
24227
24228 \backslash
24229 endnotemark[番号]
24230 \series default
24231 コマンドを使用してください。
24232 \end_layout
24233
24234 \begin_layout Standard
24235 \begin_inset VSpace bigskip
24236 \end_inset
24237
24238 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24239 \series bold
24240 footmisc
24241 \series default
24242
24243 \begin_inset Index idx
24244 status collapsed
24245
24246 \begin_layout Plain Layout
24247 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \begin_inset CommandInset citation
24254 LatexCommand cite
24255 key "footmisc"
24256
24257 \end_inset
24258
24259 を参照してください。
24260 \end_layout
24261
24262 \begin_layout Standard
24263 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24264 \begin_inset CommandInset citation
24265 LatexCommand cite
24266 key "latexcompanion,latexguide,latexbook"
24267
24268 \end_inset
24269
24270 に載っています。 
24271 \lang english
24272 If you are using a
24273 \lang japanese
24274  
24275 \series bold
24276 KOMA-Script
24277 \series default
24278
24279 \begin_inset Index idx
24280 status collapsed
24281
24282 \begin_layout Plain Layout
24283 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24284 \end_layout
24285
24286 \end_inset
24287
24288  
24289 \lang english
24290 document class, you can adjust all footnote settings using class-specific
24291  commands, see
24292 \lang japanese
24293  
24294 \begin_inset CommandInset citation
24295 LatexCommand cite
24296 key "KOMA-Script"
24297
24298 \end_inset
24299
24300 .
24301 \end_layout
24302
24303 \begin_layout Section
24304 傍注
24305 \begin_inset Index idx
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24319 \family sans
24320 挿入\SpecialChar \menuseparator
24321 傍注
24322 \family default
24323 メニューかツールバーボタン
24324 \begin_inset Graphics
24325         filename ../../images/marginalnote-insert.png
24326         scale 85
24327         scaleBeforeRotation
24328
24329 \end_inset
24330
24331 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24332 \end_layout
24333
24334 \begin_layout Standard
24335 横にあるのが傍注です
24336 \begin_inset Marginal
24337 status open
24338
24339 \begin_layout Plain Layout
24340 これは傍注文です。
24341 \end_layout
24342
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \begin_layout Standard
24349 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24350 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24351 \end_layout
24352
24353 \begin_layout Standard
24354 \begin_inset VSpace bigskip
24355 \end_inset
24356
24357 傍注を内側余白に置くには、傍注の前にTeXコードで
24358 \end_layout
24359
24360 \begin_layout Standard
24361
24362 \series bold
24363
24364 \backslash
24365 reversemarginpar
24366 \end_layout
24367
24368 \begin_layout Standard
24369 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24370 \begin_inset ERT
24371 status collapsed
24372
24373 \begin_layout Plain Layout
24374
24375
24376 \backslash
24377 reversemarginpar 
24378 \end_layout
24379
24380 \end_inset
24381
24382
24383 \begin_inset Marginal
24384 status open
24385
24386 \begin_layout Plain Layout
24387 これは内側余白の傍注です。
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \series bold
24394
24395 \begin_inset Newline newline
24396 \end_inset
24397
24398
24399 \series default
24400
24401 \begin_inset Note Greyedout
24402 status open
24403
24404 \begin_layout Plain Layout
24405 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24406 \end_layout
24407
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \begin_layout Standard
24414 既定の配置に戻すには、TeXコードで
24415 \end_layout
24416
24417 \begin_layout Standard
24418
24419 \series bold
24420
24421 \backslash
24422 normalmarginpar
24423 \end_layout
24424
24425 \begin_layout Standard
24426 というコマンドを書き加えてください。
24427 \begin_inset ERT
24428 status collapsed
24429
24430 \begin_layout Plain Layout
24431
24432
24433 \backslash
24434 normalmarginpar 
24435 \end_layout
24436
24437 \end_inset
24438
24439  
24440 \begin_inset Note Greyedout
24441 status open
24442
24443 \begin_layout Plain Layout
24444
24445 \series bold
24446 【註】
24447 \backslash
24448 reversemarginpar
24449 \series default
24450 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
24451 \end_layout
24452
24453 \end_inset
24454
24455
24456 \end_layout
24457
24458 \begin_layout Standard
24459 \begin_inset VSpace bigskip
24460 \end_inset
24461
24462
24463 \begin_inset Marginal
24464 status open
24465
24466 \begin_layout Plain Layout
24467 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \begin_inset CommandInset ref
24474 LatexCommand ref
24475 reference "sub:複数行"
24476
24477 \end_inset
24478
24479 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
24480 \begin_inset space \thinspace{}
24481 \end_inset
24482
24483 pt水平空白を挿入してください 
24484 \begin_inset Marginal
24485 status open
24486
24487 \begin_layout Plain Layout
24488 \begin_inset space \hspace*{}
24489 \length 0pt
24490 \end_inset
24491
24492 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
24493 \end_layout
24494
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \begin_layout Standard
24501 \begin_inset VSpace bigskip
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \begin_layout Standard
24508 \begin_inset Note Greyedout
24509 status open
24510
24511 \begin_layout Plain Layout
24512
24513 \series bold
24514 【註】
24515 \series default
24516 通常、傍注は表やフロート、脚注の中では使用することができません。
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \begin_layout Standard
24525 \begin_inset VSpace bigskip
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536
24537
24538 \backslash
24539 ifmarginnote
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \begin_inset Note Note
24546 status open
24547
24548 \begin_layout Plain Layout
24549 以下の部分は、LaTeXパッケージ
24550 \series bold
24551 marginnote
24552 \series default
24553 が導入されているときのみ表示されます。
24554 \end_layout
24555
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \begin_layout Standard
24562 この制約は、LaTeXパッケージ
24563 \series bold
24564 marginnote
24565 \series default
24566
24567 \begin_inset Index idx
24568 status collapsed
24569
24570 \begin_layout Plain Layout
24571 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
24572 \end_layout
24573
24574 \end_inset
24575
24576 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
24577 \series bold
24578 marginnote
24579 \series default
24580 パッケージが提供するコマンドを使うようになります。
24581 \end_layout
24582
24583 \begin_layout Standard
24584
24585 \series bold
24586
24587 \backslash
24588 usepackage{marginnote}
24589 \begin_inset Newline newline
24590 \end_inset
24591
24592
24593 \backslash
24594 let
24595 \backslash
24596 marginpar
24597 \backslash
24598 marginnote
24599 \end_layout
24600
24601 \begin_layout Standard
24602
24603 \series bold
24604 marginnote
24605 \series default
24606 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
24607 \series bold
24608 marginnote
24609 \series default
24610 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
24611 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
24612 \end_layout
24613
24614 \begin_layout Standard
24615
24616 \series bold
24617 [オフセット]
24618 \end_layout
24619
24620 \begin_layout Standard
24621 という形で書くことで設定することができます。ここで「オフセット」には、表
24622 \begin_inset CommandInset ref
24623 LatexCommand ref
24624 reference "tab:単位"
24625
24626 \end_inset
24627
24628 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
24629 \series bold
24630 [-1.5cm]
24631 \series default
24632 」を使用して、1.5
24633 \begin_inset space \thinspace{}
24634 \end_inset
24635
24636 cm上にずらしてあります
24637 \begin_inset Marginal
24638 status open
24639
24640 \begin_layout Plain Layout
24641 この傍注は、本来の位置よりも1.5
24642 \begin_inset space \thinspace{}
24643 \end_inset
24644
24645 cm上にずらしてあります。
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \begin_inset ERT
24652 status collapsed
24653
24654 \begin_layout Plain Layout
24655
24656 [-1.5cm]
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \end_layout
24663
24664 \begin_layout Standard
24665 \begin_inset VSpace medskip
24666 \end_inset
24667
24668
24669 \series bold
24670 marginnote
24671 \series default
24672 を使うと、傍注の揃えを変更することもできます。たとえば、
24673 \end_layout
24674
24675 \begin_layout Standard
24676
24677 \series bold
24678
24679 \backslash
24680 renewcommand*{
24681 \backslash
24682 raggedleftmarginnote}{
24683 \backslash
24684 centering}
24685 \begin_inset Newline newline
24686 \end_inset
24687
24688
24689 \backslash
24690 renewcommand*{
24691 \backslash
24692 raggedrightmarginnote}{
24693 \backslash
24694 centering}
24695 \end_layout
24696
24697 \begin_layout Standard
24698 というコマンドを使うと、中央揃えになります。
24699 \series bold
24700
24701 \backslash
24702 raggedleftmarginnote
24703 \series default
24704 とは、左側に表示されている傍注のことを指します
24705 \begin_inset ERT
24706 status collapsed
24707
24708 \begin_layout Plain Layout
24709
24710
24711 \backslash
24712 renewcommand*{
24713 \backslash
24714 raggedleftmarginnote}{
24715 \backslash
24716 centering}
24717 \end_layout
24718
24719 \begin_layout Plain Layout
24720
24721
24722 \backslash
24723 renewcommand*{
24724 \backslash
24725 raggedrightmarginnote}{
24726 \backslash
24727 centering}
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \begin_inset Marginal
24734 status open
24735
24736 \begin_layout Plain Layout
24737 この傍注の文章は中央揃えになっています。
24738 \end_layout
24739
24740 \end_inset
24741
24742 。既定の設定は、
24743 \end_layout
24744
24745 \begin_layout Standard
24746
24747 \series bold
24748
24749 \backslash
24750 renewcommand*{
24751 \backslash
24752 raggedleftmarginnote}{
24753 \backslash
24754 raggedleft}
24755 \begin_inset Newline newline
24756 \end_inset
24757
24758
24759 \backslash
24760 renewcommand*{
24761 \backslash
24762 raggedrightmarginnote}{
24763 \backslash
24764 raggedright}
24765 \series default
24766
24767 \begin_inset ERT
24768 status collapsed
24769
24770 \begin_layout Plain Layout
24771
24772
24773 \backslash
24774 renewcommand*{
24775 \backslash
24776 raggedleftmarginnote}{
24777 \backslash
24778 raggedleft}
24779 \end_layout
24780
24781 \begin_layout Plain Layout
24782
24783
24784 \backslash
24785 renewcommand*{
24786 \backslash
24787 raggedrightmarginnote}{
24788 \backslash
24789 raggedright}
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 です。
24799 \end_layout
24800
24801 \begin_layout Standard
24802 \begin_inset VSpace medskip
24803 \end_inset
24804
24805
24806 \series bold
24807 marginnote
24808 \series default
24809 の他の機能については、
24810 \begin_inset CommandInset citation
24811 LatexCommand cite
24812 key "marginnote"
24813
24814 \end_inset
24815
24816 の取扱説明書をご参照ください。
24817 \end_layout
24818
24819 \begin_layout Standard
24820 \begin_inset VSpace bigskip
24821 \end_inset
24822
24823 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
24824 \family sans
24825 \series bold
24826 \bar under
24827 注意!
24828 \family default
24829 \series default
24830 \bar default
24831 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
24832 \end_layout
24833
24834 \begin_layout Standard
24835
24836 \series bold
24837
24838 \backslash
24839 let
24840 \backslash
24841 myMarginpar
24842 \backslash
24843 marginpar
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \backslash
24849 renewcommand{
24850 \backslash
24851 marginpar}[1]{
24852 \backslash
24853 myMarginpar{%
24854 \begin_inset Newline newline
24855 \end_inset
24856
24857
24858 \begin_inset Phantom HPhantom
24859 status open
24860
24861 \begin_layout Plain Layout
24862
24863 \series bold
24864 \begin_inset space ~
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \backslash
24874 hspace{0pt}
24875 \backslash
24876 textsf{
24877 \backslash
24878 textbf{
24879 \backslash
24880 underbar{注意!}}}%
24881 \begin_inset Newline newline
24882 \end_inset
24883
24884
24885 \begin_inset Phantom HPhantom
24886 status open
24887
24888 \begin_layout Plain Layout
24889
24890 \series bold
24891 \begin_inset space ~
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \backslash
24901 vspace{1.5mm}
24902 \backslash
24903
24904 \backslash
24905 #1}}
24906 \end_layout
24907
24908 \begin_layout Standard
24909 \begin_inset ERT
24910 status collapsed
24911
24912 \begin_layout Plain Layout
24913
24914
24915 \backslash
24916 let
24917 \backslash
24918 myMarginpar
24919 \backslash
24920 marginpar
24921 \end_layout
24922
24923 \begin_layout Plain Layout
24924
24925
24926 \backslash
24927 renewcommand{
24928 \backslash
24929 marginpar}[1]{
24930 \backslash
24931 myMarginpar{%
24932 \end_layout
24933
24934 \begin_layout Plain Layout
24935
24936    
24937 \backslash
24938 textsf{
24939 \backslash
24940 textbf{
24941 \backslash
24942 underbar{注意!}}}%
24943 \end_layout
24944
24945 \begin_layout Plain Layout
24946
24947    
24948 \backslash
24949 vspace{1.5mm}
24950 \backslash
24951
24952 \backslash
24953 #1}}
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \begin_inset Marginal
24960 status open
24961
24962 \begin_layout Plain Layout
24963 これは、定義したヘッダをつけた傍注です。
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \begin_inset ERT
24970 status collapsed
24971
24972 \begin_layout Plain Layout
24973
24974 [-1.5cm]
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \begin_inset ERT
24981 status collapsed
24982
24983 \begin_layout Plain Layout
24984
24985
24986 \backslash
24987 renewcommand{
24988 \backslash
24989 marginpar}[1]{
24990 \backslash
24991 myMarginpar{#1}}
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \begin_inset Note Note
24998 status open
24999
25000 \begin_layout Plain Layout
25001 傍注書式は、この例の分だけ変更してあります。
25002 \end_layout
25003
25004 \end_inset
25005
25006
25007 \end_layout
25008
25009 \begin_layout Standard
25010 \begin_inset ERT
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014
25015
25016 \backslash
25017 else
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \begin_inset Note Note
25024 status open
25025
25026 \begin_layout Plain Layout
25027 以下の部分は、LaTeXパッケージ
25028 \series bold
25029 marginnote
25030 \series default
25031 が導入されていないときのみ表示されます。
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25041 \series bold
25042 marginnote
25043 \series default
25044 を導入する必要があります。
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \begin_inset ERT
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052
25053
25054 \backslash
25055 fi
25056 \end_layout
25057
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \begin_layout Chapter
25064 ボックス
25065 \end_layout
25066
25067 \begin_layout Section
25068 はじめに
25069 \begin_inset Index idx
25070 status collapsed
25071
25072 \begin_layout Plain Layout
25073 ぼっくす@ボックス ! はじめに
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25083 \begin_inset CommandInset ref
25084 LatexCommand ref
25085 reference "sec:ミニページ"
25086
25087 \end_inset
25088
25089 節参照)、文章を囲ったり(第
25090 \begin_inset CommandInset ref
25091 LatexCommand ref
25092 reference "sec:装飾"
25093
25094 \end_inset
25095
25096 節参照)、単語がハイフネートされるのを予防したり(第
25097 \begin_inset CommandInset ref
25098 LatexCommand ref
25099 reference "sec:ハイフネーションの回避"
25100
25101 \end_inset
25102
25103 節参照)、文章を揃えたり(第
25104 \begin_inset CommandInset ref
25105 LatexCommand ref
25106 reference "sub:垂直揃え"
25107
25108 \end_inset
25109
25110 節参照)、あるいは文章の背景色を設定したり(第
25111 \begin_inset CommandInset ref
25112 LatexCommand ref
25113 reference "sec:色付きボックス"
25114
25115 \end_inset
25116
25117 節参照)するのに使用します。
25118 \end_layout
25119
25120 \begin_layout Standard
25121 ボックスは、
25122 \family sans
25123 挿入\SpecialChar \menuseparator
25124 ボックス
25125 \family default
25126 メニューかツールバーボタン
25127 \begin_inset Graphics
25128         filename ../../images/box-insert.png
25129         scale 85
25130         scaleBeforeRotation
25131
25132 \end_inset
25133
25134 を使って挿入することができます。すると、
25135 \begin_inset Graphics
25136         filename ../clipart/BoxInsetDefaultQt4.png
25137         scale 85
25138         scaleBeforeRotation
25139
25140 \end_inset
25141
25142 のように
25143 \family sans
25144 ボックス(minipage環境)
25145 \family default
25146 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25147 \family sans
25148 設定
25149 \family default
25150 メニューを選択すると現れるボックスダイアログでは、
25151 \family sans
25152 parboxコマンド
25153 \family default
25154
25155 \family sans
25156 minipage環境
25157 \family default
25158 の二つの
25159 \family sans
25160 内部ボックス
25161 \family default
25162 型を選択することができます。
25163 \family sans
25164 minipage
25165 \family default
25166 型は、新規ボックスの既定値となっており、第
25167 \begin_inset CommandInset ref
25168 LatexCommand ref
25169 reference "sec:ミニページ"
25170
25171 \end_inset
25172
25173 節で説明します。
25174 \family sans
25175 parbox
25176 \family default
25177 型については第
25178 \begin_inset CommandInset ref
25179 LatexCommand ref
25180 reference "sec:Parboxes"
25181
25182 \end_inset
25183
25184 節、
25185 \family sans
25186 makebox
25187 \family default
25188 型については第
25189 \begin_inset CommandInset ref
25190 LatexCommand ref
25191 reference "sec:ハイフネーションの回避"
25192
25193 \end_inset
25194
25195 節で述べます。
25196 \end_layout
25197
25198 \begin_layout Standard
25199 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset Note Greyedout
25204 status open
25205
25206 \begin_layout Plain Layout
25207 【註】ボックスは、
25208 \family sans
25209 箇条書き(記号)
25210 \family default
25211 環境や
25212 \family sans
25213 箇条書き(記述)
25214 \family default
25215 環境の単独要素とすべきではありません。
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset Note Greyedout
25225 status open
25226
25227 \begin_layout Plain Layout
25228 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25229 \family sans
25230 内部ボックス
25231 \family default
25232 型は
25233 \family sans
25234 なし
25235 \family default
25236 にしか設定することができません。
25237 \family sans
25238 内部ボックス
25239 \family default
25240 型や枠のないボックスについては、第
25241 \begin_inset CommandInset ref
25242 LatexCommand ref
25243 reference "sec:ハイフネーションの回避"
25244
25245 \end_inset
25246
25247 節で説明します。
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Section
25256 ボックスダイアログ
25257 \begin_inset CommandInset label
25258 LatexCommand label
25259 name "sec:ボックスダイアログ"
25260
25261 \end_inset
25262
25263
25264 \begin_inset Index idx
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Subsection
25277 寸法
25278 \begin_inset Index idx
25279 status collapsed
25280
25281 \begin_layout Plain Layout
25282 ぼっくす@ボックス ! すんぽう@寸法
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \end_layout
25289
25290 \begin_layout Standard
25291 ボックスダイアログでは、
25292 \family sans
25293
25294 \family default
25295
25296 \family sans
25297 高さ
25298 \family default
25299 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25300 \begin_inset CommandInset ref
25301 LatexCommand ref
25302 reference "tab:単位"
25303
25304 \end_inset
25305
25306 に説明されています。
25307 \family sans
25308 高さ
25309 \family default
25310 フィールドには、加えて以下の寸法を使用することができます。
25311 \end_layout
25312
25313 \begin_layout Description
25314 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25315 \begin_inset Newline newline
25316 \end_inset
25317
25318
25319 \begin_inset Newline newline
25320 \end_inset
25321
25322
25323 \begin_inset Newline newline
25324 \end_inset
25325
25326
25327 \begin_inset Box Boxed
25328 position "c"
25329 hor_pos "c"
25330 has_inner_box 1
25331 inner_pos "c"
25332 use_parbox 0
25333 use_makebox 0
25334 width "12col%"
25335 special "none"
25336 height "1in"
25337 height_special "depth"
25338 status open
25339
25340 \begin_layout Plain Layout
25341 \align center
25342 高さを1階層に設定したボックス
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \begin_inset Newline newline
25349 \end_inset
25350
25351
25352 \begin_inset Newline newline
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Description
25359 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25360 \begin_inset Box Boxed
25361 position "c"
25362 hor_pos "c"
25363 has_inner_box 1
25364 inner_pos "c"
25365 use_parbox 0
25366 use_makebox 0
25367 width "20col%"
25368 special "none"
25369 height "2in"
25370 height_special "height"
25371 status open
25372
25373 \begin_layout Plain Layout
25374 \align center
25375 高さを2高さに設定したボックス
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \begin_layout Description
25384 全高 これは「高さ」+「階層」です。
25385 \begin_inset Box Boxed
25386 position "c"
25387 hor_pos "c"
25388 has_inner_box 1
25389 inner_pos "c"
25390 use_parbox 0
25391 use_makebox 0
25392 width "20col%"
25393 special "none"
25394 height "1in"
25395 height_special "totalheight"
25396 status open
25397
25398 \begin_layout Plain Layout
25399 \align center
25400 高さを1全高に設定したボックス
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \begin_layout Description
25409 幅 これはボックスの幅を高さに設定します。
25410 \begin_inset Box Boxed
25411 position "c"
25412 hor_pos "c"
25413 has_inner_box 1
25414 inner_pos "c"
25415 use_parbox 0
25416 use_makebox 0
25417 width "12col%"
25418 special "none"
25419 height "1in"
25420 height_special "width"
25421 status open
25422
25423 \begin_layout Plain Layout
25424 \align center
25425 高さを1幅に設定したボックス
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \begin_layout Subsection
25434 文字揃え
25435 \begin_inset Index idx
25436 status collapsed
25437
25438 \begin_layout Plain Layout
25439 ぼっくす@ボックス ! もじそろえ@文字揃え
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Standard
25448
25449 \family sans
25450 内部ボックス
25451 \family default
25452 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
25453 \end_layout
25454
25455 \begin_layout Description
25456 上 これは例示のための本文行です。
25457 \begin_inset Box Boxed
25458 position "t"
25459 hor_pos "c"
25460 has_inner_box 1
25461 inner_pos "c"
25462 use_parbox 0
25463 use_makebox 0
25464 width "12col%"
25465 special "none"
25466 height "1in"
25467 height_special "totalheight"
25468 status open
25469
25470 \begin_layout Plain Layout
25471 \align center
25472 このボックスは上揃えです。
25473 \end_layout
25474
25475 \end_inset
25476
25477 これは例示のための本文行です。
25478 \end_layout
25479
25480 \begin_layout Description
25481 中央 これは例示のための本文行です。
25482 \begin_inset Box Boxed
25483 position "c"
25484 hor_pos "c"
25485 has_inner_box 1
25486 inner_pos "c"
25487 use_parbox 0
25488 use_makebox 0
25489 width "12col%"
25490 special "none"
25491 height "1in"
25492 height_special "totalheight"
25493 status open
25494
25495 \begin_layout Plain Layout
25496 \align center
25497 このボックスは中央揃えです。
25498 \end_layout
25499
25500 \end_inset
25501
25502 これは例示のための本文行です。
25503 \end_layout
25504
25505 \begin_layout Description
25506 下 これは例示のための本文行です。
25507 \begin_inset Box Boxed
25508 position "b"
25509 hor_pos "c"
25510 has_inner_box 1
25511 inner_pos "c"
25512 use_parbox 0
25513 use_makebox 0
25514 width "12col%"
25515 special "none"
25516 height "1in"
25517 height_special "totalheight"
25518 status open
25519
25520 \begin_layout Plain Layout
25521 \align center
25522 このボックスは下揃えです。
25523 \end_layout
25524
25525 \end_inset
25526
25527 これは例示のための本文行です。
25528 \end_layout
25529
25530 \begin_layout Standard
25531 \begin_inset Note Greyedout
25532 status open
25533
25534 \begin_layout Plain Layout
25535
25536 \series bold
25537 【註】
25538 \series default
25539 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Standard
25548 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
25549 \end_layout
25550
25551 \begin_layout Standard
25552 \begin_inset VSpace bigskip
25553 \end_inset
25554
25555
25556 \family sans
25557 内部ボックス
25558 \family default
25559 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
25560 \end_layout
25561
25562 \begin_layout Description
25563 上 これは例示のための本文行です。
25564 \begin_inset Box Boxed
25565 position "c"
25566 hor_pos "c"
25567 has_inner_box 1
25568 inner_pos "t"
25569 use_parbox 0
25570 use_makebox 0
25571 width "12col%"
25572 special "none"
25573 height "1.5in"
25574 height_special "totalheight"
25575 status open
25576
25577 \begin_layout Plain Layout
25578 \align center
25579 このボックスの文章は上揃えです。
25580 \end_layout
25581
25582 \end_inset
25583
25584 これは例示のための本文行です。
25585 \end_layout
25586
25587 \begin_layout Description
25588 中央 これは例示のための本文行です。
25589 \begin_inset Box Boxed
25590 position "c"
25591 hor_pos "c"
25592 has_inner_box 1
25593 inner_pos "c"
25594 use_parbox 0
25595 use_makebox 0
25596 width "12col%"
25597 special "none"
25598 height "1.5in"
25599 height_special "totalheight"
25600 status open
25601
25602 \begin_layout Plain Layout
25603 \align center
25604 このボックスの文章は中央揃えです。
25605 \end_layout
25606
25607 \end_inset
25608
25609 これは例示のための本文行です。
25610 \end_layout
25611
25612 \begin_layout Description
25613 下 これは例示のための本文行です。
25614 \begin_inset Box Boxed
25615 position "c"
25616 hor_pos "c"
25617 has_inner_box 1
25618 inner_pos "b"
25619 use_parbox 0
25620 use_makebox 0
25621 width "12col%"
25622 special "none"
25623 height "1.5in"
25624 height_special "totalheight"
25625 status open
25626
25627 \begin_layout Plain Layout
25628 \align center
25629 このボックスの文章は下揃えです。
25630 \end_layout
25631
25632 \end_inset
25633
25634 これは例示のための本文行です。
25635 \end_layout
25636
25637 \begin_layout Description
25638 広げる これは例示のための本文行です。
25639 \begin_inset Box Boxed
25640 position "c"
25641 hor_pos "c"
25642 has_inner_box 1
25643 inner_pos "s"
25644 use_parbox 0
25645 use_makebox 0
25646 width "17col%"
25647 special "none"
25648 height "1.5in"
25649 height_special "totalheight"
25650 status open
25651
25652 \begin_layout Plain Layout
25653 \align center
25654 このボックスの
25655 \end_layout
25656
25657 \begin_layout Plain Layout
25658 \align center
25659 文章は広げて
25660 \end_layout
25661
25662 \begin_layout Plain Layout
25663 \align center
25664 あります。
25665 \end_layout
25666
25667 \end_inset
25668
25669 これは例示のための本文行です。
25670 \end_layout
25671
25672 \begin_layout Standard
25673 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
25674 \end_layout
25675
25676 \begin_layout Standard
25677 \begin_inset VSpace bigskip
25678 \end_inset
25679
25680
25681 \family sans
25682 内部ボックス
25683 \family default
25684 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
25685 \end_layout
25686
25687 \begin_layout Standard
25688 \align center
25689 \begin_inset Box Boxed
25690 position "c"
25691 hor_pos "c"
25692 has_inner_box 1
25693 inner_pos "s"
25694 use_parbox 0
25695 use_makebox 0
25696 width "25col%"
25697 special "none"
25698 height "1.25in"
25699 height_special "totalheight"
25700 status open
25701
25702 \begin_layout Plain Layout
25703 \align left
25704 このボックスの
25705 \end_layout
25706
25707 \begin_layout Plain Layout
25708 \align center
25709 文章は広げて
25710 \end_layout
25711
25712 \begin_layout Plain Layout
25713 \align right
25714 あります。
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723
25724 \family sans
25725 内部ボックス
25726 \family default
25727 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \align center
25732 \begin_inset Box Boxed
25733 position "c"
25734 hor_pos "s"
25735 has_inner_box 0
25736 inner_pos "s"
25737 use_parbox 0
25738 use_makebox 0
25739 width "90col%"
25740 special "none"
25741 height "1.25in"
25742 height_special "totalheight"
25743 status open
25744
25745 \begin_layout Plain Layout
25746 このボックスの文章は水平方向に広げてあります。
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \begin_layout Subsection
25755 装飾
25756 \begin_inset CommandInset label
25757 LatexCommand label
25758 name "sec:装飾"
25759
25760 \end_inset
25761
25762
25763 \begin_inset Index idx
25764 status collapsed
25765
25766 \begin_layout Plain Layout
25767 ぼっくす@ボックス ! そうしょく@装飾
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Standard
25776 ボックス型は、ボックスダイアログ中の
25777 \family sans
25778 装飾
25779 \family default
25780 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
25781 \end_layout
25782
25783 \begin_layout Description
25784 縁なし 枠を描きません。
25785 \end_layout
25786
25787 \begin_layout Description
25788 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
25789 \series bold
25790
25791 \backslash
25792 fboxrule
25793 \series default
25794 の値になります。 
25795 \begin_inset Box Boxed
25796 position "c"
25797 hor_pos "c"
25798 has_inner_box 1
25799 inner_pos "c"
25800 use_parbox 0
25801 use_makebox 0
25802 width "20col%"
25803 special "none"
25804 height "1in"
25805 height_special "totalheight"
25806 status open
25807
25808 \begin_layout Plain Layout
25809 \align center
25810 長方形の箱型
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Description
25819 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
25820 \begin_inset space \thinspace{}
25821 \end_inset
25822
25823 ptです。 
25824 \begin_inset Box ovalbox
25825 position "c"
25826 hor_pos "c"
25827 has_inner_box 1
25828 inner_pos "c"
25829 use_parbox 0
25830 use_makebox 0
25831 width "20col%"
25832 special "none"
25833 height "1in"
25834 height_special "totalheight"
25835 status open
25836
25837 \begin_layout Plain Layout
25838 \align center
25839 楕円形の箱型(細線)
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Description
25848 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
25849 \begin_inset space \thinspace{}
25850 \end_inset
25851
25852 ptです。 
25853 \begin_inset Box Ovalbox
25854 position "c"
25855 hor_pos "c"
25856 has_inner_box 1
25857 inner_pos "c"
25858 use_parbox 0
25859 use_makebox 0
25860 width "20col%"
25861 special "none"
25862 height "1in"
25863 height_special "totalheight"
25864 status open
25865
25866 \begin_layout Plain Layout
25867 \align center
25868 楕円形の箱型(太線)
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \begin_layout Description
25877 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
25878 \series bold
25879
25880 \backslash
25881 fboxrule
25882 \series default
25883 の値になり、影の幅は4
25884 \begin_inset space \thinspace{}
25885 \end_inset
25886
25887 ptになります。
25888 \begin_inset Box Shadowbox
25889 position "c"
25890 hor_pos "c"
25891 has_inner_box 1
25892 inner_pos "c"
25893 use_parbox 0
25894 use_makebox 0
25895 width "20col%"
25896 special "none"
25897 height "1in"
25898 height_special "totalheight"
25899 status open
25900
25901 \begin_layout Plain Layout
25902 \align center
25903 影付きの箱型
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \begin_layout Description
25912 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
25913 \begin_inset Foot
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917
25918 \begin_inset CommandInset ref
25919 LatexCommand ref
25920 reference "sec:色付きボックス"
25921
25922 \end_inset
25923
25924 節を参照のこと。
25925 \end_layout
25926
25927 \end_inset
25928
25929 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
25930 \begin_inset Box Shaded
25931 position "t"
25932 hor_pos "c"
25933 has_inner_box 0
25934 inner_pos "t"
25935 use_parbox 0
25936 use_makebox 0
25937 width "50col%"
25938 special "none"
25939 height "1in"
25940 height_special "totalheight"
25941 status open
25942
25943 \begin_layout Plain Layout
25944 影付き背景の箱型
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Description
25953 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
25954 \begin_inset space \thinspace{}
25955 \end_inset
25956
25957
25958 \series bold
25959
25960 \backslash
25961 fboxrule
25962 \series default
25963 であり、外側の枠線の太さは1.5
25964 \begin_inset space \thinspace{}
25965 \end_inset
25966
25967
25968 \series bold
25969
25970 \backslash
25971 fboxrule
25972 \series default
25973 です。枠線間の距離は1.5
25974 \begin_inset space \thinspace{}
25975 \end_inset
25976
25977
25978 \series bold
25979
25980 \backslash
25981 fboxrule
25982 \series default
25983
25984 \begin_inset space \thinspace{}
25985 \end_inset
25986
25987 +
25988 \begin_inset space \thinspace{}
25989 \end_inset
25990
25991 0.5
25992 \begin_inset space \thinspace{}
25993 \end_inset
25994
25995 ptです。 
25996 \begin_inset Box Doublebox
25997 position "c"
25998 hor_pos "c"
25999 has_inner_box 1
26000 inner_pos "c"
26001 use_parbox 0
26002 use_makebox 0
26003 width "20col%"
26004 special "none"
26005 height "1in"
26006 height_special "totalheight"
26007 status open
26008
26009 \begin_layout Plain Layout
26010 \align center
26011 二重の長方形の箱型
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Standard
26020 \begin_inset VSpace bigskip
26021 \end_inset
26022
26023 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26024 \series bold
26025 fancybox
26026 \series default
26027
26028 \begin_inset Index idx
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26033 \end_layout
26034
26035 \end_inset
26036
26037 が導入済みでなくてはなりません。
26038 \end_layout
26039
26040 \begin_layout Standard
26041 \begin_inset VSpace bigskip
26042 \end_inset
26043
26044 装飾として
26045 \family sans
26046 簡素な長方形の箱型
26047 \family default
26048 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26049 れ、このボックス型では
26050 \series bold
26051
26052 \backslash
26053 fboxrule
26054 \series default
26055
26056 \series bold
26057
26058 \backslash
26059 fboxsep
26060 \series default
26061 は無効となります。枠線の太さは
26062 \series bold
26063
26064 \backslash
26065 FrameRule
26066 \series default
26067 の値になります。 
26068 \begin_inset Box Framed
26069 position "t"
26070 hor_pos "c"
26071 has_inner_box 0
26072 inner_pos "t"
26073 use_parbox 0
26074 use_makebox 0
26075 width "100col%"
26076 special "none"
26077 height "1in"
26078 height_special "totalheight"
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082 改行可能な箱型
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Section
26091 ボックスの詳細な設定
26092 \begin_inset Index idx
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \begin_layout Standard
26105 寸法
26106 \series bold
26107
26108 \backslash
26109 fboxrule
26110 \series default
26111 の既定値は0.4
26112 \begin_inset space \thinspace{}
26113 \end_inset
26114
26115 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26116 \begin_inset space \thinspace{}
26117 \end_inset
26118
26119 ptに変更することができます。
26120 \end_layout
26121
26122 \begin_layout Standard
26123
26124 \series bold
26125
26126 \backslash
26127 setlength{
26128 \backslash
26129 fboxrule}{2pt}
26130 \end_layout
26131
26132 \begin_layout Standard
26133 \begin_inset ERT
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137
26138
26139 \backslash
26140 setlength{
26141 \backslash
26142 fboxrule}{2pt}
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \begin_inset Box Boxed
26149 position "c"
26150 hor_pos "c"
26151 has_inner_box 1
26152 inner_pos "c"
26153 use_parbox 0
26154 use_makebox 0
26155 width "25col%"
26156 special "none"
26157 height "1in"
26158 height_special "totalheight"
26159 status open
26160
26161 \begin_layout Plain Layout
26162 \align center
26163
26164 \series bold
26165
26166 \backslash
26167 fboxrule
26168 \series default
26169
26170 \begin_inset space \thinspace{}
26171 \end_inset
26172
26173 =
26174 \begin_inset space \thinspace{}
26175 \end_inset
26176
26177 2
26178 \begin_inset space \thinspace{}
26179 \end_inset
26180
26181 ptの長方形の箱型
26182 \end_layout
26183
26184 \end_inset
26185
26186
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 setlength{
26195 \backslash
26196 fboxrule}{0.4pt}
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \begin_layout Standard
26205 \begin_inset VSpace bigskip
26206 \end_inset
26207
26208 枠とボックスの内容との空白は、すべての枠様式について3
26209 \begin_inset space \thinspace{}
26210 \end_inset
26211
26212 ptが既定値になっています。これは、長さ
26213 \series bold
26214
26215 \backslash
26216 fboxsep
26217 \series default
26218 を別の値に設定することによって変更することができます。たとえば
26219 \end_layout
26220
26221 \begin_layout Standard
26222
26223 \series bold
26224
26225 \backslash
26226 setlength{
26227 \backslash
26228 fboxsep}{10pt}
26229 \end_layout
26230
26231 \begin_layout Standard
26232 というコマンドは、この値を10
26233 \begin_inset space \thinspace{}
26234 \end_inset
26235
26236 ptにし、以下のボックスのようになります。
26237 \end_layout
26238
26239 \begin_layout Standard
26240 \begin_inset ERT
26241 status collapsed
26242
26243 \begin_layout Plain Layout
26244
26245
26246 \backslash
26247 setlength{
26248 \backslash
26249 fboxsep}{10pt}
26250 \end_layout
26251
26252 \end_inset
26253
26254
26255 \begin_inset Box Boxed
26256 position "c"
26257 hor_pos "c"
26258 has_inner_box 1
26259 inner_pos "c"
26260 use_parbox 0
26261 use_makebox 0
26262 width "25col%"
26263 special "none"
26264 height "1in"
26265 height_special "totalheight"
26266 status open
26267
26268 \begin_layout Plain Layout
26269 \align center
26270
26271 \series bold
26272
26273 \backslash
26274 fboxsep
26275 \series default
26276
26277 \begin_inset space \thinspace{}
26278 \end_inset
26279
26280 =
26281 \begin_inset space \thinspace{}
26282 \end_inset
26283
26284 10
26285 \begin_inset space \thinspace{}
26286 \end_inset
26287
26288 ptの長方形の箱型
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \begin_inset ERT
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298
26299
26300 \backslash
26301 setlength{
26302 \backslash
26303 fboxsep}{3pt}
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \end_layout
26310
26311 \begin_layout Standard
26312 \begin_inset VSpace bigskip
26313 \end_inset
26314
26315 楕円形ボックスの丸い角の直径は、コマンド
26316 \series bold
26317
26318 \backslash
26319 cornersize
26320 \series default
26321 で設定することができます。
26322 \end_layout
26323
26324 \begin_layout Standard
26325
26326 \series bold
26327
26328 \backslash
26329 cornersize*{1cm}
26330 \end_layout
26331
26332 \begin_layout Standard
26333 というコマンドは、直径を1
26334 \begin_inset space \thinspace{}
26335 \end_inset
26336
26337 cmに設定します。
26338 \end_layout
26339
26340 \begin_layout Standard
26341
26342 \series bold
26343
26344 \backslash
26345 cornersize{数値}
26346 \end_layout
26347
26348 \begin_layout Standard
26349 というコマンドは、直径を
26350 \family sans
26351 数値
26352 \begin_inset space \thinspace{}
26353 \end_inset
26354
26355 ×
26356 \begin_inset space \thinspace{}
26357 \end_inset
26358
26359 (ボックスの幅と高さの小さい方)
26360 \family default
26361 に設定します。既定値は
26362 \series bold
26363
26364 \backslash
26365 cornersize{0.5}
26366 \series default
26367 です。
26368 \end_layout
26369
26370 \begin_layout Standard
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 cornersize*{1.5cm}
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \begin_inset Box Ovalbox
26385 position "c"
26386 hor_pos "c"
26387 has_inner_box 1
26388 inner_pos "c"
26389 use_parbox 0
26390 use_makebox 0
26391 width "25col%"
26392 special "none"
26393 height "1in"
26394 height_special "totalheight"
26395 status open
26396
26397 \begin_layout Plain Layout
26398 \align center
26399
26400 \series bold
26401
26402 \backslash
26403 cornersize
26404 \series default
26405
26406 \begin_inset space \thinspace{}
26407 \end_inset
26408
26409 =
26410 \begin_inset space \thinspace{}
26411 \end_inset
26412
26413 1.5
26414 \begin_inset space \thinspace{}
26415 \end_inset
26416
26417 cmの楕円形の箱型
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 cornersize{0.5}
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \begin_layout Standard
26439 \begin_inset VSpace bigskip
26440 \end_inset
26441
26442 影の大きさは、長さ
26443 \series bold
26444
26445 \backslash
26446 shadowsize
26447 \series default
26448 を変更することで調整できます。以下のボックスでは
26449 \end_layout
26450
26451 \begin_layout Standard
26452
26453 \series bold
26454
26455 \backslash
26456 setlength{
26457 \backslash
26458 shadowsize}{2pt}
26459 \end_layout
26460
26461 \begin_layout Standard
26462 というコマンドを使って、2
26463 \begin_inset space \thinspace{}
26464 \end_inset
26465
26466 ptに設定しています。
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \begin_inset ERT
26471 status collapsed
26472
26473 \begin_layout Plain Layout
26474
26475
26476 \backslash
26477 setlength{
26478 \backslash
26479 shadowsize}{2pt}
26480 \end_layout
26481
26482 \end_inset
26483
26484
26485 \begin_inset Box Shadowbox
26486 position "c"
26487 hor_pos "c"
26488 has_inner_box 1
26489 inner_pos "c"
26490 use_parbox 0
26491 use_makebox 0
26492 width "25col%"
26493 special "none"
26494 height "1in"
26495 height_special "totalheight"
26496 status open
26497
26498 \begin_layout Plain Layout
26499 \align center
26500
26501 \series bold
26502
26503 \backslash
26504 shadowsize
26505 \series default
26506
26507 \begin_inset space \thinspace{}
26508 \end_inset
26509
26510 =
26511 \begin_inset space \thinspace{}
26512 \end_inset
26513
26514 2
26515 \begin_inset space \thinspace{}
26516 \end_inset
26517
26518 ptの影付きボックス
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \begin_inset ERT
26525 status collapsed
26526
26527 \begin_layout Plain Layout
26528
26529
26530 \backslash
26531 setlength{
26532 \backslash
26533 shadowsize}{4pt}
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \begin_layout Standard
26542 \begin_inset VSpace bigskip
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \begin_layout Standard
26549 寸法
26550 \series bold
26551
26552 \backslash
26553 FrameRule
26554 \series default
26555 の既定値は0.4
26556 \begin_inset space \thinspace{}
26557 \end_inset
26558
26559 ptです。ボックスの中身と枠の間の空白の既定値は9
26560 \begin_inset space \thinspace{}
26561 \end_inset
26562
26563 ptですが、
26564 \series bold
26565
26566 \backslash
26567 FrameSep
26568 \series default
26569 の値を変えることで変更することができます。たとえば、下記の
26570 \family sans
26571 ボックス
26572 \family default
26573 の枠の外見は、
26574 \end_layout
26575
26576 \begin_layout Standard
26577
26578 \series bold
26579
26580 \backslash
26581 setlength{
26582 \backslash
26583 FrameRule}{5pt}
26584 \begin_inset Newline newline
26585 \end_inset
26586
26587
26588 \backslash
26589 setlength{
26590 \backslash
26591 FrameSep}{0.5cm}
26592 \end_layout
26593
26594 \begin_layout Standard
26595 というTeXコードコマンドで設定してあります。
26596 \begin_inset ERT
26597 status collapsed
26598
26599 \begin_layout Plain Layout
26600
26601
26602 \backslash
26603 setlength{
26604 \backslash
26605 FrameRule}{5pt}
26606 \end_layout
26607
26608 \begin_layout Plain Layout
26609
26610
26611 \backslash
26612 setlength{
26613 \backslash
26614 FrameSep}{0.5cm}
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \begin_inset Box Framed
26621 position "t"
26622 hor_pos "c"
26623 has_inner_box 0
26624 inner_pos "t"
26625 use_parbox 0
26626 use_makebox 0
26627 width "100col%"
26628 special "none"
26629 height "1in"
26630 height_special "totalheight"
26631 status open
26632
26633 \begin_layout Plain Layout
26634 これは
26635 \family sans
26636 改頁可能
26637 \family default
26638 ボックスの文章です。
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \begin_inset ERT
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648
26649
26650 \backslash
26651 setlength{
26652 \backslash
26653 FrameRule}{0.4pt}
26654 \end_layout
26655
26656 \begin_layout Plain Layout
26657
26658
26659 \backslash
26660 setlength{
26661 \backslash
26662 FrameSep}{9pt}
26663 \end_layout
26664
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Standard
26671 \begin_inset VSpace bigskip
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \begin_layout Standard
26678
26679 \family sans
26680 影付き背景
26681 \family default
26682 ボックスでは、ボックスの内容と枠の余白の既定値は3
26683 \begin_inset space \thinspace{}
26684 \end_inset
26685
26686 ptになっていますが、
26687 \series bold
26688
26689 \backslash
26690 fboxsep
26691 \series default
26692 の値を変更することで変えられます。既定の背景色である赤色は、
26693 \series bold
26694
26695 \backslash
26696 definecolor{shadebox}
26697 \series default
26698 コマンドで局所的に変更することもできますし、
26699 \family sans
26700 ツール\SpecialChar \menuseparator
26701 設定\SpecialChar \menuseparator
26702 色\SpecialChar \menuseparator
26703 影付きボックス
26704 \family default
26705 メニューからグローバルに変更することもできます。
26706 \series bold
26707
26708 \backslash
26709 definecolor
26710 \series default
26711 コマンドの用法は第
26712 \begin_inset CommandInset ref
26713 LatexCommand ref
26714 reference "sec:色付きの表"
26715
26716 \end_inset
26717
26718
26719 \begin_inset Foot
26720 status open
26721
26722 \begin_layout Plain Layout
26723 N
26724 \series bold
26725
26726 \backslash
26727 definecolor
26728 \series default
26729 は、LaTeXパッケージの
26730 \series bold
26731 color
26732 \series default
26733 をプリアンブルに読み込む必要があります。第
26734 \begin_inset CommandInset ref
26735 LatexCommand ref
26736 reference "sec:色付きボックス"
26737
26738 \end_inset
26739
26740 節をご参照ください。.
26741 \end_layout
26742
26743 \end_inset
26744
26745 で説明されています。
26746 \end_layout
26747
26748 \begin_layout Standard
26749 たとえば、下記の影付き背景ボックスの外見は
26750 \end_layout
26751
26752 \begin_layout Standard
26753
26754 \series bold
26755
26756 \backslash
26757 setlength{
26758 \backslash
26759 fboxsep}{0.5cm}
26760 \series default
26761
26762 \begin_inset Newline newline
26763 \end_inset
26764
26765
26766 \series bold
26767
26768 \backslash
26769 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26770 \end_layout
26771
26772 \begin_layout Standard
26773 というTeXコードコマンドを使って設定してあります。
26774 \end_layout
26775
26776 \begin_layout Standard
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782
26783 \backslash
26784 setlength{
26785 \backslash
26786 fboxsep}{0.5cm}
26787 \end_layout
26788
26789 \begin_layout Plain Layout
26790
26791
26792 \backslash
26793 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
26794 \end_layout
26795
26796 \end_inset
26797
26798
26799 \begin_inset Box Shaded
26800 position "t"
26801 hor_pos "c"
26802 has_inner_box 0
26803 inner_pos "t"
26804 use_parbox 0
26805 use_makebox 0
26806 width "100col%"
26807 special "none"
26808 height "1in"
26809 height_special "totalheight"
26810 status open
26811
26812 \begin_layout Plain Layout
26813
26814 \color yellow
26815 これは、濃緑色の背景の
26816 \family sans
26817 影付き背景
26818 \family default
26819 ボックスに入れた黄色の文章です。
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \begin_inset ERT
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829
26830
26831 \backslash
26832 setlength{
26833 \backslash
26834 fboxsep}{3pt}
26835 \end_layout
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 definecolor{shadecolor}{rgb}{1,0,0}
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \begin_layout Standard
26850 \begin_inset VSpace bigskip
26851 \end_inset
26852
26853 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
26854 \end_layout
26855
26856 \begin_layout Section
26857 ミニページ
26858 \begin_inset CommandInset label
26859 LatexCommand label
26860 name "sec:ミニページ"
26861
26862 \end_inset
26863
26864
26865 \begin_inset Index idx
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869 ぼっくす@ボックス ! みにぺーじ@ミニページ
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
26879 \end_layout
26880
26881 \begin_layout Standard
26882 ミニページは、複数の言語を含む文書を執筆する際に便利です。
26883 \end_layout
26884
26885 \begin_layout Standard
26886 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
26887 \family sans
26888 挿入
26889 \family default
26890 \SpecialChar \menuseparator
26891
26892 \family sans
26893 整形
26894 \family default
26895 \SpecialChar \menuseparator
26896
26897 \family sans
26898 水平方向の空白
26899 \family default
26900 メニューで挿入した水平フィルで隔てられています。
26901 \begin_inset Newpage newpage
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \begin_layout Standard
26908 \begin_inset Box Frameless
26909 position "t"
26910 hor_pos "c"
26911 has_inner_box 1
26912 inner_pos "c"
26913 use_parbox 0
26914 use_makebox 0
26915 width "45col%"
26916 special "none"
26917 height "1in"
26918 height_special "totalheight"
26919 status open
26920
26921 \begin_layout Plain Layout
26922 Dies ist ein deutscher Text.
26923  Dies ist ein deutscher Text.
26924  Dies ist ein deutscher Text.
26925  Dies ist ein deutscher Text.
26926  Dies ist ein deutscher Text.
26927  Dies ist ein deutscher Text.
26928  Dies ist ein deutscher Text.
26929  Dies ist ein deutscher Text.
26930  Dies ist ein deutscher Text.
26931  Dies ist ein deutscher Text.
26932  Dies ist ein deutscher Text.
26933  Dies ist ein deutscher Text.
26934  Dies ist ein deutscher Text
26935 \begin_inset Foot
26936 status collapsed
26937
26938 \begin_layout Plain Layout
26939 Dies ist eine deutsche Fußnote.
26940 \end_layout
26941
26942 \end_inset
26943
26944 .
26945  Dies ist ein deutscher Text.
26946  Dies ist ein deutscher Text.
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \begin_inset space \hfill{}
26953 \end_inset
26954
26955
26956 \begin_inset Box Frameless
26957 position "t"
26958 hor_pos "c"
26959 has_inner_box 1
26960 inner_pos "c"
26961 use_parbox 0
26962 use_makebox 0
26963 width "45col%"
26964 special "none"
26965 height "1in"
26966 height_special "totalheight"
26967 status open
26968
26969 \begin_layout Plain Layout
26970 This is an English Text.
26971  This is an English Text.
26972  This is an English Text.
26973  This is an English Text.
26974  This is an English Text.
26975  This is an English Text.
26976  This is an English Text.
26977  This is an English Text.
26978  This is an English Text.
26979  This is an English Text.
26980  This is an English Text.
26981  This is an English Text.
26982  This is an English Text.
26983  This is an English Text.
26984  This is an English Text.
26985  This is an English Text.
26986 \begin_inset Foot
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990 This is an English footnote.
26991 \end_layout
26992
26993 \end_inset
26994
26995  This is an English Text.
26996  
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 \begin_inset VSpace bigskip
27006 \end_inset
27007
27008 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27009 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27010 \end_layout
27011
27012 \begin_layout Standard
27013 この表の脚注は表示されません。
27014 \begin_inset Tabular
27015 <lyxtabular version="3" rows="3" columns="4">
27016 <features tabularvalignment="middle">
27017 <column alignment="center" valignment="top" width="0pt">
27018 <column alignment="center" valignment="top" width="0pt">
27019 <column alignment="center" valignment="top" width="0pt">
27020 <column alignment="center" valignment="top" width="0pt">
27021 <row>
27022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026 1
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Plain Layout
27035 2
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27041 \begin_inset Text
27042
27043 \begin_layout Plain Layout
27044 3
27045 \begin_inset Foot
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049 これは表中の脚注です。
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063 4
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 </row>
27069 <row>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
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
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 </row>
27107 <row>
27108 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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" bottomline="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 </lyxtabular>
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \begin_layout Standard
27153 \align center
27154 \begin_inset Box Frameless
27155 position "t"
27156 hor_pos "c"
27157 has_inner_box 1
27158 inner_pos "c"
27159 use_parbox 0
27160 use_makebox 0
27161 width "30col%"
27162 special "none"
27163 height "1in"
27164 height_special "totalheight"
27165 status open
27166
27167 \begin_layout Plain Layout
27168 \align center
27169 \begin_inset Tabular
27170 <lyxtabular version="3" rows="3" columns="4">
27171 <features tabularvalignment="middle">
27172 <column alignment="center" valignment="top" width="0pt">
27173 <column alignment="center" valignment="top" width="0pt">
27174 <column alignment="center" valignment="top" width="0pt">
27175 <column alignment="center" valignment="top" width="0pt">
27176 <row>
27177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181 1
27182 \end_layout
27183
27184 \end_inset
27185 </cell>
27186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27187 \begin_inset Text
27188
27189 \begin_layout Plain Layout
27190 2
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199 3
27200 \begin_inset Foot
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204 これは表中の脚注です。
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Plain Layout
27218 4
27219 \end_layout
27220
27221 \end_inset
27222 </cell>
27223 </row>
27224 <row>
27225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27226 \begin_inset Text
27227
27228 \begin_layout Plain Layout
27229
27230 \end_layout
27231
27232 \end_inset
27233 </cell>
27234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27235 \begin_inset Text
27236
27237 \begin_layout Plain Layout
27238
27239 \end_layout
27240
27241 \end_inset
27242 </cell>
27243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27244 \begin_inset Text
27245
27246 \begin_layout Plain Layout
27247
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Plain Layout
27256
27257 \end_layout
27258
27259 \end_inset
27260 </cell>
27261 </row>
27262 <row>
27263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27264 \begin_inset Text
27265
27266 \begin_layout Plain Layout
27267
27268 \end_layout
27269
27270 \end_inset
27271 </cell>
27272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27273 \begin_inset Text
27274
27275 \begin_layout Plain Layout
27276
27277 \end_layout
27278
27279 \end_inset
27280 </cell>
27281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27282 \begin_inset Text
27283
27284 \begin_layout Plain Layout
27285
27286 \end_layout
27287
27288 \end_inset
27289 </cell>
27290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Plain Layout
27294
27295 \end_layout
27296
27297 \end_inset
27298 </cell>
27299 </row>
27300 </lyxtabular>
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \begin_layout Standard
27313 \begin_inset VSpace bigskip
27314 \end_inset
27315
27316 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27317 \family sans
27318 中スキップ
27319 \family default
27320 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27321 \end_layout
27322
27323 \begin_layout Standard
27324 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27325 \begin_inset CommandInset ref
27326 LatexCommand ref
27327 reference "sub:段落の着色"
27328
27329 \end_inset
27330
27331 節をご参照ください。
27332 \end_layout
27333
27334 \begin_layout Standard
27335 \begin_inset Note Greyedout
27336 status open
27337
27338 \begin_layout Plain Layout
27339
27340 \series bold
27341 【註】
27342 \series default
27343 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Section
27352 Parbox
27353 \begin_inset CommandInset label
27354 LatexCommand label
27355 name "sec:Parboxes"
27356
27357 \end_inset
27358
27359
27360 \begin_inset Index idx
27361 status collapsed
27362
27363 \begin_layout Plain Layout
27364 ぼっくす@ボックス ! Parboxes
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Standard
27373 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27374 \end_layout
27375
27376 \begin_layout Standard
27377 \align center
27378 \begin_inset Box Frameless
27379 position "t"
27380 hor_pos "c"
27381 has_inner_box 1
27382 inner_pos "t"
27383 use_parbox 1
27384 use_makebox 0
27385 width "33col%"
27386 special "none"
27387 height "1in"
27388 height_special "totalheight"
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392 これはparbox内の文章です。これはparbox内の文章です。
27393 \end_layout
27394
27395 \begin_layout Plain Layout
27396 右の脚注は表示されません。
27397 \begin_inset Foot
27398 status collapsed
27399
27400 \begin_layout Plain Layout
27401 これはparbox内の脚注であり、したがって表示はされません。
27402 \end_layout
27403
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \end_inset
27410
27411
27412 \end_layout
27413
27414 \begin_layout Section
27415 単語や文字のボックス
27416 \begin_inset Index idx
27417 status collapsed
27418
27419 \begin_layout Plain Layout
27420 ぼっくす@ボックス ! もじよう@文字用
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Subsection
27429 ハイフネーションの回避
27430 \begin_inset CommandInset label
27431 LatexCommand label
27432 name "sec:ハイフネーションの回避"
27433
27434 \end_inset
27435
27436
27437 \begin_inset Index idx
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \begin_layout Standard
27450 単語や文章がハイフネートされるのを防ぐには、
27451 \family sans
27452 makebox
27453 \family default
27454 型ボックスを使うことができます。
27455 \begin_inset Newline newline
27456 \end_inset
27457
27458 以下が例示用の文章です。
27459 \end_layout
27460
27461 \begin_layout Standard
27462 This line is an example to show how you can prevent the hyphenation of 
27463 \begin_inset Quotes eld
27464 \end_inset
27465
27466 veryverylongword
27467 \begin_inset Quotes erd
27468 \end_inset
27469
27470 .
27471 \end_layout
27472
27473 \begin_layout Standard
27474 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
27475 \family sans
27476 内部ボックス
27477 \family default
27478
27479 \family sans
27480 makeboxコマンド
27481 \family default
27482 に設定し、幅を1幅にします。
27483 \end_layout
27484
27485 \begin_layout Standard
27486 以下がその結果です。
27487 \end_layout
27488
27489 \begin_layout Standard
27490 This line is an example to show how you can prevent the hyphenation of 
27491 \begin_inset Box Frameless
27492 position "t"
27493 hor_pos "c"
27494 has_inner_box 1
27495 inner_pos "t"
27496 use_parbox 0
27497 use_makebox 1
27498 width "1in"
27499 special "width"
27500 height "1in"
27501 height_special "totalheight"
27502 status open
27503
27504 \begin_layout Plain Layout
27505 \begin_inset Quotes eld
27506 \end_inset
27507
27508 veryverylongword
27509 \begin_inset Quotes erd
27510 \end_inset
27511
27512
27513 \end_layout
27514
27515 \end_inset
27516
27517 .
27518 \end_layout
27519
27520 \begin_layout Standard
27521 別の方法としては、以下のように、単語の前に直接TeXコードで「
27522 \series bold
27523
27524 \backslash
27525 -
27526 \series default
27527 」コマンドを設定する方法もあります。
27528 \end_layout
27529
27530 \begin_layout Standard
27531 This line is an example to show how you can prevent the hyphenation of 
27532 \begin_inset Quotes eld
27533 \end_inset
27534
27535
27536 \begin_inset ERT
27537 status collapsed
27538
27539 \begin_layout Plain Layout
27540
27541
27542 \backslash
27543 -
27544 \end_layout
27545
27546 \end_inset
27547
27548 veryverylongword
27549 \begin_inset Quotes erd
27550 \end_inset
27551
27552 .
27553 \end_layout
27554
27555 \begin_layout Standard
27556 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
27557 \family sans
27558 挿入
27559 \family default
27560 \SpecialChar \menuseparator
27561
27562 \family sans
27563 整形
27564 \family default
27565 \SpecialChar \menuseparator
27566
27567 \family sans
27568 整形なし改行
27569 \family default
27570 メニュー(短絡キー
27571 \begin_inset Info
27572 type  "shortcut"
27573 arg   "newline-insert newline"
27574 \end_inset
27575
27576 )から改行を単語の前に入れてください。
27577 \end_layout
27578
27579 \begin_layout Standard
27580 This line is an example to show how you can prevent the hyphenation of 
27581 \begin_inset Newline newline
27582 \end_inset
27583
27584
27585 \begin_inset Box Frameless
27586 position "t"
27587 hor_pos "c"
27588 has_inner_box 1
27589 inner_pos "t"
27590 use_parbox 0
27591 use_makebox 1
27592 width "1in"
27593 special "width"
27594 height "1in"
27595 height_special "totalheight"
27596 status open
27597
27598 \begin_layout Plain Layout
27599 \begin_inset Quotes eld
27600 \end_inset
27601
27602 veryverylongword
27603 \begin_inset Quotes erd
27604 \end_inset
27605
27606
27607 \end_layout
27608
27609 \end_inset
27610
27611 .
27612 \end_layout
27613
27614 \begin_layout Subsection
27615 垂直揃え
27616 \begin_inset CommandInset label
27617 LatexCommand label
27618 name "sub:垂直揃え"
27619
27620 \end_inset
27621
27622
27623 \begin_inset Index idx
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \begin_inset Index idx
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637 ぼっくす@ボックス ! Raiseboxes
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \begin_layout Standard
27646
27647 \series bold
27648
27649 \backslash
27650 raisebox
27651 \series default
27652 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
27653 \series bold
27654
27655 \backslash
27656 raisebox
27657 \series default
27658 は以下の書式で使用します。
27659 \end_layout
27660
27661 \begin_layout Standard
27662
27663 \series bold
27664
27665 \backslash
27666 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
27667 \end_layout
27668
27669 \begin_layout Standard
27670 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
27671 \end_layout
27672
27673 \begin_layout Standard
27674 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
27675 \end_layout
27676
27677 \begin_layout Standard
27678
27679 \series bold
27680
27681 \backslash
27682 raisebox{
27683 \backslash
27684 depth}{
27685 \end_layout
27686
27687 \begin_layout Standard
27688 というコマンドを挿入してください。単語の後には、閉じ括弧「
27689 \series bold
27690 }
27691 \series default
27692 」をTeXコードで挿入してください。
27693 \begin_inset Newline newline
27694 \end_inset
27695
27696 以下がその出力です。
27697 \end_layout
27698
27699 \begin_layout Standard
27700 This is a text line with the word 
27701 \begin_inset ERT
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 raisebox{
27709 \backslash
27710 depth}{
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \begin_inset Quotes eld
27717 \end_inset
27718
27719 preventing
27720 \begin_inset Quotes erd
27721 \end_inset
27722
27723
27724 \begin_inset ERT
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728
27729 }
27730 \end_layout
27731
27732 \end_inset
27733
27734  as raised word.
27735 \end_layout
27736
27737 \begin_layout Standard
27738 \begin_inset VSpace bigskip
27739 \end_inset
27740
27741 行中の文字を上げ下げすると、以下のように行間が広がります。
27742 \end_layout
27743
27744 \begin_layout Standard
27745 This is a text line with the word 
27746 \begin_inset ERT
27747 status collapsed
27748
27749 \begin_layout Plain Layout
27750
27751
27752 \backslash
27753 raisebox{-
27754 \backslash
27755 depth}{
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \begin_inset Quotes eld
27762 \end_inset
27763
27764 preventing
27765 \begin_inset Quotes erd
27766 \end_inset
27767
27768
27769 \begin_inset ERT
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773
27774 }
27775 \end_layout
27776
27777 \end_inset
27778
27779  as lowered word.
27780 \begin_inset Newline newline
27781 \end_inset
27782
27783 This is a text line with the word 
27784 \begin_inset ERT
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788
27789
27790 \backslash
27791 raisebox{0.5cm}{
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \begin_inset Quotes eld
27798 \end_inset
27799
27800 testing
27801 \begin_inset Quotes erd
27802 \end_inset
27803
27804
27805 \begin_inset ERT
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809
27810 }
27811 \end_layout
27812
27813 \end_inset
27814
27815  as raised word.
27816 \end_layout
27817
27818 \begin_layout Standard
27819 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
27820 \end_layout
27821
27822 \begin_layout Standard
27823
27824 \series bold
27825
27826 \backslash
27827 raisebox{-
27828 \backslash
27829 depth}[0pt]{
27830 \end_layout
27831
27832 \begin_layout Standard
27833 とすると、
27834 \end_layout
27835
27836 \begin_layout Standard
27837 This is a text line with the word 
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842
27843
27844 \backslash
27845 raisebox{-
27846 \backslash
27847 depth}[0pt]{
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \begin_inset Quotes eld
27854 \end_inset
27855
27856 preventing
27857 \begin_inset Quotes erd
27858 \end_inset
27859
27860
27861 \begin_inset ERT
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865
27866 }
27867 \end_layout
27868
27869 \end_inset
27870
27871  as lowered word.
27872 \begin_inset Newline newline
27873 \end_inset
27874
27875 This is a text line with the word 
27876 \begin_inset ERT
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880
27881
27882 \backslash
27883 raisebox{0.5cm}[0pt]{
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \begin_inset Quotes eld
27890 \end_inset
27891
27892 testing
27893 \begin_inset Quotes erd
27894 \end_inset
27895
27896
27897 \begin_inset ERT
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902 }
27903 \end_layout
27904
27905 \end_inset
27906
27907  as raised word.
27908 \end_layout
27909
27910 \begin_layout Section
27911 色付きボックス
27912 \begin_inset CommandInset label
27913 LatexCommand label
27914 name "sec:色付きボックス"
27915
27916 \end_inset
27917
27918
27919 \begin_inset Index idx
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923 ぼっくす@ボックス ! いろつき@色付き
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Subsection
27932 文字の着色
27933 \begin_inset Index idx
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937 いろ@色 ! もじの@文字の---
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \end_layout
27944
27945 \begin_layout Standard
27946 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
27947 \series bold
27948 color
27949 \series default
27950
27951 \begin_inset Index idx
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955 LaTeXぱっけーじ@LaTeXパッケージ ! color
27956 \end_layout
27957
27958 \end_inset
27959
27960 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
27961 \end_layout
27962
27963 \begin_layout Standard
27964
27965 \series bold
27966
27967 \backslash
27968 @ifundefined{textcolor}
27969 \begin_inset Newline newline
27970 \end_inset
27971
27972
27973 \begin_inset Phantom HPhantom
27974 status open
27975
27976 \begin_layout Plain Layout
27977
27978 \series bold
27979 \begin_inset space ~
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \end_inset
27986
27987 {
27988 \backslash
27989 usepackage{color}}{}
27990 \end_layout
27991
27992 \begin_layout Standard
27993
27994 \series bold
27995 color
27996 \series default
27997 パッケージは、文章を着色するとLyXが自動的に読み込みます
27998 \begin_inset Foot
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 これが二度読み込まれることを回避するには、
28003 \series bold
28004
28005 \backslash
28006 @ifundefined
28007 \series default
28008 コマンドを使用します。
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Standard
28017 \begin_inset VSpace medskip
28018 \end_inset
28019
28020 色付きボックスは、
28021 \series bold
28022
28023 \backslash
28024 colorbox
28025 \series default
28026 コマンドを使って作ります。これは、以下のような書式で使われます。
28027 \end_layout
28028
28029 \begin_layout Standard
28030
28031 \series bold
28032
28033 \backslash
28034 colorbox{color}{ボックスの内容}
28035 \end_layout
28036
28037 \begin_layout Standard
28038 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28039 \end_layout
28040
28041 \begin_layout Standard
28042 事前定義されている色には、
28043 \begin_inset Newline newline
28044 \end_inset
28045
28046
28047 \family sans
28048
28049 \family default
28050
28051 \family sans
28052
28053 \family default
28054
28055 \family sans
28056 シアン
28057 \family default
28058
28059 \family sans
28060
28061 \family default
28062
28063 \family sans
28064 マゼンタ
28065 \family default
28066
28067 \family sans
28068
28069 \family default
28070
28071 \family sans
28072
28073 \family default
28074
28075 \family sans
28076
28077 \family default
28078
28079 \begin_inset Newline newline
28080 \end_inset
28081
28082 があります。第
28083 \begin_inset CommandInset ref
28084 LatexCommand ref
28085 reference "sec:色付きの表"
28086
28087 \end_inset
28088
28089 節に述べられているようにすれば、自前の色を定義することもできます。
28090 \end_layout
28091
28092 \begin_layout Standard
28093 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28094 \end_layout
28095
28096 \begin_layout Standard
28097
28098 \series bold
28099
28100 \backslash
28101 colorbox{red}{
28102 \end_layout
28103
28104 \begin_layout Standard
28105 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28106 \series bold
28107 }
28108 \series default
28109 」を入れてください。
28110 \begin_inset Newline newline
28111 \end_inset
28112
28113 以下がその結果です。
28114 \end_layout
28115
28116 \begin_layout Standard
28117 この行では、
28118 \begin_inset ERT
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122
28123
28124 \backslash
28125 colorbox{red}{
28126 \end_layout
28127
28128 \end_inset
28129
28130 「注意!」
28131 \begin_inset ERT
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135
28136 }
28137 \end_layout
28138
28139 \end_inset
28140
28141 という単語が赤い背景になっています。
28142 \end_layout
28143
28144 \begin_layout Standard
28145 \begin_inset VSpace bigskip
28146 \end_inset
28147
28148 ボックスの枠を別の色にしたい場合には、以下の書式で
28149 \series bold
28150
28151 \backslash
28152 fcolorbox
28153 \series default
28154 コマンドを使います。
28155 \end_layout
28156
28157 \begin_layout Standard
28158
28159 \series bold
28160
28161 \backslash
28162 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28163 \end_layout
28164
28165 \begin_layout Standard
28166
28167 \series bold
28168
28169 \backslash
28170 fcolorbox
28171 \series default
28172
28173 \series bold
28174
28175 \backslash
28176 colorbox
28177 \series default
28178 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28179 \begin_inset CommandInset ref
28180 LatexCommand ref
28181 reference "sec:装飾"
28182
28183 \end_inset
28184
28185 節で述べられているように、それぞれ
28186 \series bold
28187
28188 \backslash
28189 fboxrule
28190 \series default
28191
28192 \series bold
28193
28194 \backslash
28195 fboxsep
28196 \series default
28197 という長さで調節できます。
28198 \end_layout
28199
28200 \begin_layout Standard
28201 以下の例では、
28202 \end_layout
28203
28204 \begin_layout Standard
28205
28206 \series bold
28207
28208 \backslash
28209 fcolorbox{cyan}{magenta}{
28210 \end_layout
28211
28212 \begin_layout Standard
28213 というコマンドを使用しています。
28214 \end_layout
28215
28216 \begin_layout Standard
28217 これは、枠の太さを1
28218 \begin_inset space \thinspace{}
28219 \end_inset
28220
28221 mmに設定した例です。
28222 \begin_inset Newline newline
28223 \end_inset
28224
28225
28226 \begin_inset ERT
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230
28231
28232 \backslash
28233 fboxrule 1mm 
28234 \backslash
28235 fboxsep 1mm
28236 \end_layout
28237
28238 \end_inset
28239
28240
28241 \begin_inset ERT
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245
28246
28247 \backslash
28248 fcolorbox{cyan}{magenta}{
28249 \end_layout
28250
28251 \end_inset
28252
28253 これは着色した色付きボックス中の文章です。
28254 \begin_inset ERT
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258
28259 }
28260 \end_layout
28261
28262 \end_inset
28263
28264
28265 \end_layout
28266
28267 \begin_layout Standard
28268 \begin_inset VSpace bigskip
28269 \end_inset
28270
28271 もちろん、色付きボックスの中に色付き文字を入れることもできます
28272 \begin_inset Newline newline
28273 \end_inset
28274
28275
28276 \begin_inset ERT
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280
28281
28282 \backslash
28283 fcolorbox{cyan}{magenta}{
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \color yellow
28290 これは着色した色付きボックス中の色付き文章です。
28291 \color inherit
28292
28293 \begin_inset ERT
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297
28298 }
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \begin_inset ERT
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308
28309
28310 \backslash
28311 fboxrule 0.4pt 
28312 \backslash
28313 fboxsep 3pt
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \begin_layout Standard
28322
28323 \series bold
28324 \begin_inset VSpace medskip
28325 \end_inset
28326
28327
28328 \end_layout
28329
28330 \begin_layout Standard
28331 \begin_inset Note Greyedout
28332 status open
28333
28334 \begin_layout Plain Layout
28335
28336 \series bold
28337 【註】
28338 \series default
28339 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \begin_layout Subsection
28348 段落の着色
28349 \begin_inset CommandInset label
28350 LatexCommand label
28351 name "sub:段落の着色"
28352
28353 \end_inset
28354
28355
28356 \begin_inset Index idx
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 いろ@色 ! だんらく@段落---
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \begin_layout Standard
28369 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28370 \series bold
28371
28372 \backslash
28373 colorbox
28374 \series default
28375 コマンドを
28376 \end_layout
28377
28378 \begin_layout Standard
28379
28380 \series bold
28381
28382 \backslash
28383 colorbox{色名}{
28384 \end_layout
28385
28386 \begin_layout Standard
28387 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28388 \series bold
28389 }
28390 \series default
28391 」を挿入してください。
28392 \end_layout
28393
28394 \begin_layout Standard
28395 \begin_inset ERT
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399
28400
28401 \backslash
28402 colorbox{lightgrey}{
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \begin_inset Box Frameless
28409 position "t"
28410 hor_pos "c"
28411 has_inner_box 1
28412 inner_pos "t"
28413 use_parbox 0
28414 use_makebox 0
28415 width "100col%"
28416 special "none"
28417 height "1in"
28418 height_special "totalheight"
28419 status open
28420
28421 \begin_layout Plain Layout
28422 これは背景色を付けた文章です。これは背景色を付けた文章です。
28423 \end_layout
28424
28425 \begin_layout Plain Layout
28426 \begin_inset VSpace defskip
28427 \end_inset
28428
28429 ここの文章には脚注
28430 \begin_inset Foot
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434 脚注の例
28435 \end_layout
28436
28437 \end_inset
28438
28439 を付けることもできますし、図表を挿入することもできます。
28440 \end_layout
28441
28442 \begin_layout Plain Layout
28443 \align center
28444 \begin_inset Tabular
28445 <lyxtabular version="3" rows="3" columns="3">
28446 <features tabularvalignment="middle">
28447 <column alignment="center" valignment="top" width="0">
28448 <column alignment="center" valignment="top" width="0">
28449 <column alignment="center" valignment="top" width="0">
28450 <row>
28451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28452 \begin_inset Text
28453
28454 \begin_layout Plain Layout
28455 a
28456 \end_layout
28457
28458 \end_inset
28459 </cell>
28460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28461 \begin_inset Text
28462
28463 \begin_layout Plain Layout
28464 !
28465 \end_layout
28466
28467 \end_inset
28468 </cell>
28469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28470 \begin_inset Text
28471
28472 \begin_layout Plain Layout
28473 3
28474 \end_layout
28475
28476 \end_inset
28477 </cell>
28478 </row>
28479 <row>
28480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28481 \begin_inset Text
28482
28483 \begin_layout Plain Layout
28484 <
28485 \end_layout
28486
28487 \end_inset
28488 </cell>
28489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28490 \begin_inset Text
28491
28492 \begin_layout Plain Layout
28493 b2
28494 \begin_inset Quotes erd
28495 \end_inset
28496
28497 |
28498 \end_layout
28499
28500 \end_inset
28501 </cell>
28502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28503 \begin_inset Text
28504
28505 \begin_layout Plain Layout
28506 >
28507 \end_layout
28508
28509 \end_inset
28510 </cell>
28511 </row>
28512 <row>
28513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28514 \begin_inset Text
28515
28516 \begin_layout Plain Layout
28517 1
28518 \end_layout
28519
28520 \end_inset
28521 </cell>
28522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28523 \begin_inset Text
28524
28525 \begin_layout Plain Layout
28526 §
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 c
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 </row>
28541 </lyxtabular>
28542
28543 \end_inset
28544
28545
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \begin_inset ERT
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555
28556 }
28557 \end_layout
28558
28559 \end_inset
28560
28561
28562 \end_layout
28563
28564 \begin_layout Section
28565 ボックスの伸縮回転
28566 \end_layout
28567
28568 \begin_layout Standard
28569 本節で述べられているコマンドを使用するには、文書プリアンブルで
28570 \end_layout
28571
28572 \begin_layout Standard
28573
28574 \series bold
28575
28576 \backslash
28577 @ifundefined{rotatebox}
28578 \begin_inset Newline newline
28579 \end_inset
28580
28581
28582 \begin_inset Phantom HPhantom
28583 status open
28584
28585 \begin_layout Plain Layout
28586
28587 \series bold
28588 \begin_inset space ~
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \end_inset
28595
28596 {
28597 \backslash
28598 usepackage{graphicx}}{}
28599 \end_layout
28600
28601 \begin_layout Standard
28602 というコマンドを使用して、
28603 \series bold
28604 graphicx
28605 \series default
28606
28607 \begin_inset Index idx
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
28612 \end_layout
28613
28614 \end_inset
28615
28616 LaTeXパッケージを読み込む必要があります。
28617 \end_layout
28618
28619 \begin_layout Standard
28620 \begin_inset Note Greyedout
28621 status open
28622
28623 \begin_layout Plain Layout
28624
28625 \series bold
28626 【註】
28627 \series default
28628 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \end_layout
28635
28636 \begin_layout Standard
28637 \begin_inset Note Greyedout
28638 status open
28639
28640 \begin_layout Plain Layout
28641
28642 \series bold
28643 【註】
28644 \series default
28645 フロートは回転伸縮したボックスの中に入れることはできません。
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \begin_layout Subsection
28654 ボックスの回転
28655 \begin_inset Index idx
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659 ぼっくす@ボックス ! かいてんした@回転した
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \begin_inset Index idx
28666 status collapsed
28667
28668 \begin_layout Plain Layout
28669 かいてん@回転 ! そざいの@素材の---
28670 \end_layout
28671
28672 \end_inset
28673
28674
28675 \begin_inset Index idx
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 ず@図 ! のかいてん@---の回転
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \begin_inset Index idx
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 ひょうのちょうせい@表の調整 ! かいてん@回転
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
28699 \series bold
28700
28701 \backslash
28702 rotatebox
28703 \series default
28704 コマンドを使用すれば作成することができます。
28705 \end_layout
28706
28707 \begin_layout Standard
28708
28709 \series bold
28710
28711 \backslash
28712 rotatebox[回転の原点]{回転角}{ボックスの内容}
28713 \end_layout
28714
28715 \begin_layout Standard
28716 回転の原点は、
28717 \series bold
28718 origin=位置
28719 \series default
28720 の形で指定します。位置として指定可能なのは、
28721 \emph on
28722 c
28723 \emph default
28724 (中央揃え)・
28725 \emph on
28726 l
28727 \emph default
28728 (左揃え)・
28729 \emph on
28730 r
28731 \emph default
28732 (右揃え)・
28733 \emph on
28734 b
28735 \emph default
28736 (下揃え)・
28737 \emph on
28738 t
28739 \emph default
28740 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
28741 \emph on
28742 lt
28743 \emph default
28744 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
28745 \emph on
28746 l
28747 \emph default
28748 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
28749 \end_layout
28750
28751 \begin_layout Standard
28752 以下の例では、「回転した」文章の前にTeXコードで
28753 \series bold
28754
28755 \backslash
28756 rotatebox[origin=c]{60}{
28757 \series default
28758 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
28759 \series bold
28760 }
28761 \series default
28762 でボックスを閉じています。
28763 \end_layout
28764
28765 \begin_layout Standard
28766 これは、
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 rotatebox[origin=c]{60}{
28775 \end_layout
28776
28777 \end_inset
28778
28779 回転した
28780 \begin_inset ERT
28781 status collapsed
28782
28783 \begin_layout Plain Layout
28784
28785 }
28786 \end_layout
28787
28788 \end_inset
28789
28790  文章を含む行です。
28791 \end_layout
28792
28793 \begin_layout Standard
28794 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
28795 \end_layout
28796
28797 \begin_layout Standard
28798 これは、
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804
28805 \backslash
28806 rotatebox[origin=r]{-60}{
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \begin_inset Box Doublebox
28813 position "c"
28814 hor_pos "c"
28815 has_inner_box 0
28816 inner_pos "c"
28817 use_parbox 0
28818 use_makebox 0
28819 width "1in"
28820 special "width"
28821 height "1in"
28822 height_special "totalheight"
28823 status open
28824
28825 \begin_layout Plain Layout
28826 回転した
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \begin_inset ERT
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836
28837 }
28838 \end_layout
28839
28840 \end_inset
28841
28842 枠付き文章と
28843 \begin_inset ERT
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847
28848
28849 \backslash
28850 rotatebox[origin=lb]{60}{
28851 \end_layout
28852
28853 \end_inset
28854
28855
28856 \begin_inset Formula $\int A\,\mathrm{d}x=B$
28857 \end_inset
28858
28859
28860 \begin_inset ERT
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864
28865 }
28866 \end_layout
28867
28868 \end_inset
28869
28870 数式を含む行です。
28871 \end_layout
28872
28873 \begin_layout Standard
28874 あるいは、以下のように図や表を入れることもできます。
28875 \end_layout
28876
28877 \begin_layout Standard
28878 これは、
28879 \begin_inset ERT
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883
28884
28885 \backslash
28886 rotatebox[origin=lb]{90}{
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \begin_inset Graphics
28893         filename ../clipart/platypus.eps
28894         lyxscale 50
28895         width 25col%
28896
28897 \end_inset
28898
28899
28900 \begin_inset ERT
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904
28905 }
28906 \end_layout
28907
28908 \end_inset
28909
28910 回転した画像と
28911 \begin_inset ERT
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915
28916
28917 \backslash
28918 rotatebox[origin=l]{-90}{
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \begin_inset Tabular
28925 <lyxtabular version="3" rows="2" columns="2">
28926 <features tabularvalignment="middle">
28927 <column alignment="center" valignment="top" width="0">
28928 <column alignment="center" valignment="top" width="0">
28929 <row>
28930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28931 \begin_inset Text
28932
28933 \begin_layout Plain Layout
28934 q
28935 \end_layout
28936
28937 \end_inset
28938 </cell>
28939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28940 \begin_inset Text
28941
28942 \begin_layout Plain Layout
28943 w
28944 \end_layout
28945
28946 \end_inset
28947 </cell>
28948 </row>
28949 <row>
28950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 e
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963 r
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 </row>
28969 </lyxtabular>
28970
28971 \end_inset
28972
28973
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979 }
28980 \end_layout
28981
28982 \end_inset
28983
28984 表を含む行です。
28985 \end_layout
28986
28987 \begin_layout Subsection
28988 ボックスの伸縮
28989 \begin_inset Index idx
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \begin_inset Index idx
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003 しんしゅく@伸縮 ! そざいの@素材の---
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \begin_inset Index idx
29010 status collapsed
29011
29012 \begin_layout Plain Layout
29013 ず@図 ! のしんしゅく@---の伸縮
29014 \end_layout
29015
29016 \end_inset
29017
29018
29019 \begin_inset Index idx
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 素材を伸縮させるには、TeXコードで
29033 \series bold
29034
29035 \backslash
29036 scalebox
29037 \series default
29038 コマンドと
29039 \series bold
29040
29041 \backslash
29042 resizebox
29043 \series default
29044 コマンドが使えます。
29045 \end_layout
29046
29047 \begin_layout Standard
29048
29049 \series bold
29050
29051 \backslash
29052 scalebox
29053 \series default
29054 は以下の書式で使用します。
29055 \end_layout
29056
29057 \begin_layout Standard
29058
29059 \series bold
29060
29061 \backslash
29062 scalebox{水平方向}[垂直方向]{ボックスの内容}
29063 \end_layout
29064
29065 \begin_layout Standard
29066 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29067 \end_layout
29068
29069 \begin_layout Standard
29070 たとえば、
29071 \series bold
29072
29073 \backslash
29074 scalebox{2}{こんにちは}
29075 \series default
29076 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29077 \begin_inset ERT
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081
29082
29083 \backslash
29084 scalebox{2}{
29085 \end_layout
29086
29087 \end_inset
29088
29089 こんにちは
29090 \begin_inset ERT
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094
29095 }
29096 \end_layout
29097
29098 \end_inset
29099
29100 を生成します。
29101 \end_layout
29102
29103 \begin_layout Standard
29104 これに対し、
29105 \series bold
29106
29107 \backslash
29108 scalebox{2}[1]{こんにちは}
29109 \series default
29110 は、
29111 \begin_inset ERT
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115
29116
29117 \backslash
29118 scalebox{2}[1]{
29119 \end_layout
29120
29121 \end_inset
29122
29123 こんにちは
29124 \begin_inset ERT
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128
29129 }
29130 \end_layout
29131
29132 \end_inset
29133
29134 を変形させます。
29135 \end_layout
29136
29137 \begin_layout Standard
29138 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29139 \series bold
29140
29141 \backslash
29142 scalebox{-1}[1]{こんにちは}
29143 \series default
29144 というコマンドは、右のように反転文字を生成するのに使用できます:
29145 \begin_inset ERT
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149
29150
29151 \backslash
29152 scalebox{-1}[1]{
29153 \end_layout
29154
29155 \end_inset
29156
29157 こんにちは
29158 \begin_inset ERT
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162
29163 }
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172
29173 \series bold
29174
29175 \backslash
29176 scalebox{1}[-1]{こんにちは}
29177 \series default
29178 とすると
29179 \begin_inset ERT
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183
29184
29185 \backslash
29186 scalebox{1}[-1]{
29187 \end_layout
29188
29189 \end_inset
29190
29191 こんにちは
29192 \begin_inset ERT
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196
29197 }
29198 \end_layout
29199
29200 \end_inset
29201
29202 のようにベースラインで鏡像にします。
29203 \end_layout
29204
29205 \begin_layout Standard
29206
29207 \series bold
29208
29209 \backslash
29210 scalebox{-1}[1]{ボックスの内容}
29211 \series default
29212 と同じ働きをするものとして
29213 \begin_inset Newline newline
29214 \end_inset
29215
29216
29217 \series bold
29218
29219 \backslash
29220 reflectbox{ボックスの内容}
29221 \series default
29222
29223 \begin_inset Newline newline
29224 \end_inset
29225
29226 というコマンドがあります。
29227 \end_layout
29228
29229 \begin_layout Standard
29230 \begin_inset VSpace bigskip
29231 \end_inset
29232
29233 指定した幅や丈にボックスを伸縮させるには、
29234 \series bold
29235
29236 \backslash
29237 resizebox
29238 \series default
29239 を使用します。このコマンドの書式は
29240 \end_layout
29241
29242 \begin_layout Standard
29243
29244 \series bold
29245
29246 \backslash
29247 resizebox{幅}{丈}{ボックスの内容}
29248 \end_layout
29249
29250 \begin_layout Standard
29251 です。上記二つのコマンド引数のうち一つが感嘆符「
29252 \series bold
29253 !
29254 \series default
29255 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29256 \end_layout
29257
29258 \begin_layout Standard
29259
29260 \series bold
29261
29262 \backslash
29263 resizebox{2cm}{1cm}{こんにちは}
29264 \series default
29265 というコマンドの出力は、
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 resizebox{2cm}{1cm}{
29274 \end_layout
29275
29276 \end_inset
29277
29278 こんにちは
29279 \begin_inset ERT
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283
29284 }
29285 \end_layout
29286
29287 \end_inset
29288
29289 となり、
29290 \begin_inset Newline newline
29291 \end_inset
29292
29293
29294 \series bold
29295
29296 \backslash
29297 resizebox{2cm}{!}{こんにちは}
29298 \series default
29299 というコマンドの出力は、
29300 \begin_inset ERT
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304
29305
29306 \backslash
29307 resizebox{2cm}{!}{
29308 \end_layout
29309
29310 \end_inset
29311
29312 こんにちは
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318 }
29319 \end_layout
29320
29321 \end_inset
29322
29323 となります。
29324 \end_layout
29325
29326 \begin_layout Standard
29327 \begin_inset VSpace bigskip
29328 \end_inset
29329
29330
29331 \begin_inset Note Greyedout
29332 status open
29333
29334 \begin_layout Plain Layout
29335
29336 \series bold
29337 【註】
29338 \backslash
29339 scalebox
29340 \series default
29341
29342 \series bold
29343
29344 \backslash
29345 resizebox
29346 \series default
29347 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \begin_layout Standard
29356 \begin_inset VSpace bigskip
29357 \end_inset
29358
29359
29360 \end_layout
29361
29362 \begin_layout Standard
29363 ボックスは好きな順序で組み合わせることができます。たとえば、
29364 \begin_inset Newline newline
29365 \end_inset
29366
29367
29368 \series bold
29369
29370 \backslash
29371 rotatebox[origin=c]{-45}{
29372 \backslash
29373 resizebox{2cm}{!}{
29374 \backslash
29375 reflectbox{こんにちは}}}
29376 \begin_inset Newline newline
29377 \end_inset
29378
29379
29380 \series default
29381 というコマンドは、
29382 \end_layout
29383
29384 \begin_layout Standard
29385 \align center
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391
29392 \backslash
29393 rotatebox[origin=c]{-45}{
29394 \backslash
29395 resizebox{2cm}{!}{
29396 \backslash
29397 reflectbox{
29398 \end_layout
29399
29400 \end_inset
29401
29402 こんにちは
29403 \begin_inset ERT
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407
29408 }}}
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \end_layout
29415
29416 \begin_layout Standard
29417 \noindent
29418 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
29419 \end_layout
29420
29421 \begin_layout Standard
29422 \align center
29423 \begin_inset ERT
29424 status collapsed
29425
29426 \begin_layout Plain Layout
29427
29428
29429 \backslash
29430 rotatebox[origin=c]{-30}{
29431 \backslash
29432 resizebox{2cm}{!}{
29433 \backslash
29434 reflectbox{
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \begin_inset Graphics
29441         filename ../clipart/platypus.eps
29442         lyxscale 50
29443         width 25col%
29444
29445 \end_inset
29446
29447
29448 \begin_inset ERT
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452
29453 }}}
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \begin_inset ERT
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463
29464
29465 \backslash
29466 rotatebox[origin=c]{-45}{
29467 \backslash
29468 resizebox{2cm}{!}{
29469 \backslash
29470 reflectbox{
29471 \end_layout
29472
29473 \end_inset
29474
29475
29476 \begin_inset Tabular
29477 <lyxtabular version="3" rows="2" columns="2">
29478 <features tabularvalignment="middle">
29479 <column alignment="center" valignment="top" width="0">
29480 <column alignment="center" valignment="top" width="0">
29481 <row>
29482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29483 \begin_inset Text
29484
29485 \begin_layout Plain Layout
29486 q
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29492 \begin_inset Text
29493
29494 \begin_layout Plain Layout
29495 w
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 </row>
29501 <row>
29502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29503 \begin_inset Text
29504
29505 \begin_layout Plain Layout
29506 e
29507 \end_layout
29508
29509 \end_inset
29510 </cell>
29511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29512 \begin_inset Text
29513
29514 \begin_layout Plain Layout
29515 r
29516 \end_layout
29517
29518 \end_inset
29519 </cell>
29520 </row>
29521 </lyxtabular>
29522
29523 \end_inset
29524
29525
29526 \begin_inset ERT
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530
29531 }}}
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542
29543 \backslash
29544 rotatebox[origin=c]{-45}{
29545 \backslash
29546 resizebox{2cm}{!}{
29547 \backslash
29548 reflectbox{
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29555 \end_inset
29556
29557
29558 \begin_inset ERT
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562
29563 }}}
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Standard
29572 文書で大域的に数式様式
29573 \series bold
29574 fleqn
29575 \series default
29576 を使用している場合
29577 \begin_inset Foot
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
29582 \end_layout
29583
29584 \end_inset
29585
29586 には、別行建て数式も伸縮させることができます。
29587 \end_layout
29588
29589 \begin_layout Chapter
29590
29591 \lang english
29592 Objects Surrounded by Text
29593 \begin_inset Index idx
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597
29598 \lang english
29599 Surrounded by text
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \end_layout
29606
29607 \begin_layout Subsection
29608 折返しフロート
29609 \begin_inset CommandInset label
29610 LatexCommand label
29611 name "sec:折返しフロート"
29612
29613 \end_inset
29614
29615
29616 \begin_inset Index idx
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 ふろーと@フロート ! おりかえしふろーと@折返しフロート
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \lang english
29627
29628 \begin_inset Index idx
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633 \lang english
29634 Surrounded by text ! Wrap Floats
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset Wrap figure
29644 lines 0
29645 placement l
29646 overhang 1cm
29647 width "40col%"
29648 status open
29649
29650 \begin_layout Plain Layout
29651 \begin_inset Graphics
29652         filename ../clipart/mobius.eps
29653         width 40col%
29654         scaleBeforeRotation
29655         rotateOrigin center
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Plain Layout
29663 \begin_inset Caption
29664
29665 \begin_layout Plain Layout
29666 \begin_inset CommandInset label
29667 LatexCommand label
29668 name "fig:折返し図フロート"
29669
29670 \end_inset
29671
29672 これは折返し図フロートです。
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \end_layout
29679
29680 \end_inset
29681
29682 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
29683 \series bold
29684 wrapfig
29685 \series default
29686
29687 \begin_inset Index idx
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
29692 \end_layout
29693
29694 \end_inset
29695
29696 を導入済みであれば、
29697 \family sans
29698 挿入\SpecialChar \menuseparator
29699 フロート\SpecialChar \menuseparator
29700 折返し図フロート
29701 \family default
29702
29703 \family sans
29704 折返し表フロート
29705 \family default
29706 メニューで挿入することができます
29707 \begin_inset Foot
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
29712 \end_layout
29713
29714 \end_inset
29715
29716 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
29717 \family sans
29718 配置
29719 \family default
29720
29721 \family sans
29722
29723 \family default
29724 です。非必須項目として、
29725 \family sans
29726 ぶら下げ
29727 \family default
29728
29729 \family sans
29730 行幅
29731 \family default
29732 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
29733 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
29734 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
29735 \begin_inset CommandInset ref
29736 LatexCommand ref
29737 reference "fig:折返し図フロート"
29738
29739 \end_inset
29740
29741 図は、40
29742 \begin_inset space \thinspace{}
29743 \end_inset
29744
29745 列幅%の幅と1
29746 \begin_inset space \thinspace{}
29747 \end_inset
29748
29749 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
29750 \begin_inset Foot
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754 使うことのできる単位は付録
29755 \begin_inset CommandInset ref
29756 LatexCommand ref
29757 reference "cha:LyXで使用できる単位"
29758
29759 \end_inset
29760
29761 に収録してあります。
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 \begin_inset Note Greyedout
29771 status open
29772
29773 \begin_layout Plain Layout
29774
29775 \series bold
29776 【註】
29777 \series default
29778 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
29779 上書きされて出力されたりします。
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \end_layout
29786
29787 \begin_layout Standard
29788 原則として、
29789 \end_layout
29790
29791 \begin_layout Itemize
29792 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
29793 うになってから、正確な位置に挿入しなくてはなりません。
29794 \end_layout
29795
29796 \begin_layout Itemize
29797 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
29798 \end_layout
29799
29800 \begin_layout Itemize
29801 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
29802 \end_layout
29803
29804 \begin_layout Itemize
29805 折返しフロートは、節見出しや表中に入れることは認められていません。
29806 \end_layout
29807
29808 \begin_layout Itemize
29809
29810 \lang english
29811 Their numbering and referencing works as described in chap.
29812 \lang japanese
29813
29814 \begin_inset space \thinspace{}
29815 \end_inset
29816
29817
29818 \begin_inset CommandInset ref
29819 LatexCommand ref
29820 reference "chap:フロート"
29821
29822 \end_inset
29823
29824 .
29825 \end_layout
29826
29827 \begin_layout Section
29828
29829 \lang english
29830 Surrounded Fixed Objects
29831 \begin_inset Index idx
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835
29836 \lang english
29837 Surrounded by text ! Fixed objects
29838 \end_layout
29839
29840 \end_inset
29841
29842
29843 \end_layout
29844
29845 \begin_layout Standard
29846
29847 \lang english
29848 The wrap floats described in sec.
29849 \lang japanese
29850
29851 \begin_inset space \thinspace{}
29852 \end_inset
29853
29854
29855 \begin_inset CommandInset ref
29856 LatexCommand ref
29857 reference "sec:折返しフロート"
29858
29859 \end_inset
29860
29861  
29862 \lang english
29863 have these positions in the paragraph:
29864 \end_layout
29865
29866 \begin_layout Standard
29867 \noindent
29868 \align center
29869
29870 \lang english
29871 \begin_inset Tabular
29872 <lyxtabular version="3" rows="2" columns="2">
29873 <features tabularvalignment="middle">
29874 <column alignment="center" valignment="top" width="0">
29875 <column alignment="center" valignment="top" width="0">
29876 <row>
29877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881
29882 \lang english
29883 \begin_inset Graphics
29884         filename ../../images/dialog-show-new-inset_graphics.png
29885         scale 70
29886         scaleBeforeRotation
29887         BoundingBox 0bp 6bp 22bp 22bp
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \end_inset
29895 </cell>
29896 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29897 \begin_inset Text
29898
29899 \begin_layout Plain Layout
29900
29901 \lang english
29902 text
29903 \end_layout
29904
29905 \end_inset
29906 </cell>
29907 </row>
29908 <row>
29909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913
29914 \lang english
29915 text
29916 \end_layout
29917
29918 \end_inset
29919 </cell>
29920 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29921 \begin_inset Text
29922
29923 \begin_layout Plain Layout
29924
29925 \lang english
29926 text
29927 \end_layout
29928
29929 \end_inset
29930 </cell>
29931 </row>
29932 </lyxtabular>
29933
29934 \end_inset
29935
29936  or 
29937 \begin_inset Tabular
29938 <lyxtabular version="3" rows="2" columns="2">
29939 <features tabularvalignment="middle">
29940 <column alignment="center" valignment="top" width="0">
29941 <column alignment="center" valignment="top" width="0">
29942 <row>
29943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29944 \begin_inset Text
29945
29946 \begin_layout Plain Layout
29947
29948 \lang english
29949 text
29950 \end_layout
29951
29952 \end_inset
29953 </cell>
29954 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
29955 \begin_inset Text
29956
29957 \begin_layout Plain Layout
29958
29959 \lang english
29960 \begin_inset Graphics
29961         filename ../../images/dialog-show-new-inset_graphics.png
29962         scale 70
29963         scaleBeforeRotation
29964         BoundingBox 0bp 6bp 22bp 22bp
29965
29966 \end_inset
29967
29968
29969 \end_layout
29970
29971 \end_inset
29972 </cell>
29973 </row>
29974 <row>
29975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29976 \begin_inset Text
29977
29978 \begin_layout Plain Layout
29979
29980 \lang english
29981 text
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29987 \begin_inset Text
29988
29989 \begin_layout Plain Layout
29990
29991 \lang english
29992 text
29993 \end_layout
29994
29995 \end_inset
29996 </cell>
29997 </row>
29998 </lyxtabular>
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006
30007 \lang english
30008 To get an object exactly at the position where it is inserted, for example
30009  to get one of these positions:
30010 \begin_inset VSpace defskip
30011 \end_inset
30012
30013
30014 \end_layout
30015
30016 \begin_layout Standard
30017 \noindent
30018 \align center
30019
30020 \lang english
30021 \begin_inset Tabular
30022 <lyxtabular version="3" rows="2" columns="2">
30023 <features tabularvalignment="middle">
30024 <column alignment="center" valignment="top" width="0">
30025 <column alignment="center" valignment="top" width="0">
30026 <row>
30027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30028 \begin_inset Text
30029
30030 \begin_layout Plain Layout
30031
30032 \lang english
30033 text
30034 \end_layout
30035
30036 \end_inset
30037 </cell>
30038 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30039 \begin_inset Text
30040
30041 \begin_layout Plain Layout
30042
30043 \lang english
30044 text
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 </row>
30050 <row>
30051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30052 \begin_inset Text
30053
30054 \begin_layout Plain Layout
30055
30056 \lang english
30057 \begin_inset Graphics
30058         filename ../../images/dialog-show-new-inset_graphics.png
30059         scale 70
30060         scaleBeforeRotation
30061         BoundingBox 0bp 6bp 22bp 22bp
30062
30063 \end_inset
30064
30065
30066 \end_layout
30067
30068 \end_inset
30069 </cell>
30070 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30071 \begin_inset Text
30072
30073 \begin_layout Plain Layout
30074
30075 \lang english
30076 text
30077 \end_layout
30078
30079 \end_inset
30080 </cell>
30081 </row>
30082 </lyxtabular>
30083
30084 \end_inset
30085
30086  
30087 \begin_inset Tabular
30088 <lyxtabular version="3" rows="2" columns="2">
30089 <features tabularvalignment="middle">
30090 <column alignment="center" valignment="top" width="0">
30091 <column alignment="center" valignment="top" width="0">
30092 <row>
30093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30094 \begin_inset Text
30095
30096 \begin_layout Plain Layout
30097
30098 \lang english
30099 text
30100 \end_layout
30101
30102 \end_inset
30103 </cell>
30104 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108
30109 \lang english
30110 text
30111 \end_layout
30112
30113 \end_inset
30114 </cell>
30115 </row>
30116 <row>
30117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30118 \begin_inset Text
30119
30120 \begin_layout Plain Layout
30121
30122 \lang english
30123 text
30124 \end_layout
30125
30126 \end_inset
30127 </cell>
30128 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30129 \begin_inset Text
30130
30131 \begin_layout Plain Layout
30132
30133 \lang english
30134 \begin_inset Graphics
30135         filename ../../images/dialog-show-new-inset_graphics.png
30136         scale 70
30137         scaleBeforeRotation
30138         BoundingBox 0bp 6bp 22bp 22bp
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \end_inset
30146 </cell>
30147 </row>
30148 </lyxtabular>
30149
30150 \end_inset
30151
30152  
30153 \begin_inset Tabular
30154 <lyxtabular version="3" rows="2" columns="3">
30155 <features tabularvalignment="middle">
30156 <column alignment="center" valignment="top" width="0">
30157 <column alignment="center" valignment="top" width="0">
30158 <column alignment="center" valignment="top" width="0">
30159 <row>
30160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30161 \begin_inset Text
30162
30163 \begin_layout Plain Layout
30164
30165 \lang english
30166 text
30167 \end_layout
30168
30169 \end_inset
30170 </cell>
30171 <cell alignment="center" valignment="top" topline="true" usebox="none">
30172 \begin_inset Text
30173
30174 \begin_layout Plain Layout
30175
30176 \lang english
30177 \begin_inset Graphics
30178         filename ../../images/dialog-show-new-inset_graphics.png
30179         scale 70
30180         scaleBeforeRotation
30181         BoundingBox 0bp 6bp 22bp 22bp
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \end_inset
30189 </cell>
30190 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30191 \begin_inset Text
30192
30193 \begin_layout Plain Layout
30194
30195 \lang english
30196 text
30197 \end_layout
30198
30199 \end_inset
30200 </cell>
30201 </row>
30202 <row>
30203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30204 \begin_inset Text
30205
30206 \begin_layout Plain Layout
30207
30208 \lang english
30209 text
30210 \end_layout
30211
30212 \end_inset
30213 </cell>
30214 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30215 \begin_inset Text
30216
30217 \begin_layout Plain Layout
30218
30219 \lang english
30220 text
30221 \end_layout
30222
30223 \end_inset
30224 </cell>
30225 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30226 \begin_inset Text
30227
30228 \begin_layout Plain Layout
30229
30230 \lang english
30231 text
30232 \end_layout
30233
30234 \end_inset
30235 </cell>
30236 </row>
30237 </lyxtabular>
30238
30239 \end_inset
30240
30241  
30242 \begin_inset Tabular
30243 <lyxtabular version="3" rows="2" columns="3">
30244 <features tabularvalignment="middle">
30245 <column alignment="center" valignment="top" width="0">
30246 <column alignment="center" valignment="top" width="0">
30247 <column alignment="center" valignment="top" width="0">
30248 <row>
30249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30250 \begin_inset Text
30251
30252 \begin_layout Plain Layout
30253
30254 \lang english
30255 text
30256 \end_layout
30257
30258 \end_inset
30259 </cell>
30260 <cell alignment="center" valignment="top" topline="true" usebox="none">
30261 \begin_inset Text
30262
30263 \begin_layout Plain Layout
30264
30265 \lang english
30266 text
30267 \end_layout
30268
30269 \end_inset
30270 </cell>
30271 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30272 \begin_inset Text
30273
30274 \begin_layout Plain Layout
30275
30276 \lang english
30277 text
30278 \end_layout
30279
30280 \end_inset
30281 </cell>
30282 </row>
30283 <row>
30284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30285 \begin_inset Text
30286
30287 \begin_layout Plain Layout
30288
30289 \lang english
30290 text
30291 \end_layout
30292
30293 \end_inset
30294 </cell>
30295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30296 \begin_inset Text
30297
30298 \begin_layout Plain Layout
30299
30300 \lang english
30301 \begin_inset Graphics
30302         filename ../../images/dialog-show-new-inset_graphics.png
30303         scale 70
30304         scaleBeforeRotation
30305         BoundingBox 0bp 6bp 22bp 22bp
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \end_inset
30313 </cell>
30314 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30315 \begin_inset Text
30316
30317 \begin_layout Plain Layout
30318
30319 \lang english
30320 text
30321 \end_layout
30322
30323 \end_inset
30324 </cell>
30325 </row>
30326 </lyxtabular>
30327
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \begin_layout Standard
30334 \noindent
30335 \align center
30336
30337 \lang english
30338 \begin_inset Tabular
30339 <lyxtabular version="3" rows="3" columns="2">
30340 <features tabularvalignment="middle">
30341 <column alignment="center" valignment="top" width="0">
30342 <column alignment="center" valignment="top" width="0">
30343 <row>
30344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30345 \begin_inset Text
30346
30347 \begin_layout Plain Layout
30348
30349 \lang english
30350 text
30351 \end_layout
30352
30353 \end_inset
30354 </cell>
30355 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359
30360 \lang english
30361 text
30362 \end_layout
30363
30364 \end_inset
30365 </cell>
30366 </row>
30367 <row>
30368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30369 \begin_inset Text
30370
30371 \begin_layout Plain Layout
30372
30373 \lang english
30374 \begin_inset Graphics
30375         filename ../../images/dialog-show-new-inset_graphics.png
30376         scale 70
30377         scaleBeforeRotation
30378         BoundingBox 0bp 6bp 22bp 22bp
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \end_inset
30386 </cell>
30387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30388 \begin_inset Text
30389
30390 \begin_layout Plain Layout
30391
30392 \lang english
30393 text
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 </row>
30399 <row>
30400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30402
30403 \begin_layout Plain Layout
30404
30405 \lang english
30406 text
30407 \end_layout
30408
30409 \end_inset
30410 </cell>
30411 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30412 \begin_inset Text
30413
30414 \begin_layout Plain Layout
30415
30416 \lang english
30417 text
30418 \end_layout
30419
30420 \end_inset
30421 </cell>
30422 </row>
30423 </lyxtabular>
30424
30425 \end_inset
30426
30427  
30428 \begin_inset Tabular
30429 <lyxtabular version="3" rows="3" columns="3">
30430 <features tabularvalignment="middle">
30431 <column alignment="center" valignment="top" width="0">
30432 <column alignment="center" valignment="top" width="0">
30433 <column alignment="center" valignment="top" width="0">
30434 <row>
30435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30436 \begin_inset Text
30437
30438 \begin_layout Plain Layout
30439
30440 \lang english
30441 text
30442 \end_layout
30443
30444 \end_inset
30445 </cell>
30446 <cell alignment="center" valignment="top" topline="true" usebox="none">
30447 \begin_inset Text
30448
30449 \begin_layout Plain Layout
30450
30451 \lang english
30452 text
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461
30462 \lang english
30463 text
30464 \end_layout
30465
30466 \end_inset
30467 </cell>
30468 </row>
30469 <row>
30470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30471 \begin_inset Text
30472
30473 \begin_layout Plain Layout
30474
30475 \lang english
30476 text
30477 \end_layout
30478
30479 \end_inset
30480 </cell>
30481 <cell alignment="center" valignment="top" usebox="none">
30482 \begin_inset Text
30483
30484 \begin_layout Plain Layout
30485
30486 \lang english
30487 \begin_inset Graphics
30488         filename ../../images/dialog-show-new-inset_graphics.png
30489         scale 70
30490         scaleBeforeRotation
30491         BoundingBox 0bp 6bp 22bp 22bp
30492
30493 \end_inset
30494
30495
30496 \end_layout
30497
30498 \end_inset
30499 </cell>
30500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30501 \begin_inset Text
30502
30503 \begin_layout Plain Layout
30504
30505 \lang english
30506 text
30507 \end_layout
30508
30509 \end_inset
30510 </cell>
30511 </row>
30512 <row>
30513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30514 \begin_inset Text
30515
30516 \begin_layout Plain Layout
30517
30518 \lang english
30519 text
30520 \end_layout
30521
30522 \end_inset
30523 </cell>
30524 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30525 \begin_inset Text
30526
30527 \begin_layout Plain Layout
30528
30529 \lang english
30530 text
30531 \end_layout
30532
30533 \end_inset
30534 </cell>
30535 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Plain Layout
30539
30540 \lang english
30541 text
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 </row>
30547 </lyxtabular>
30548
30549 \end_inset
30550
30551  
30552 \begin_inset Tabular
30553 <lyxtabular version="3" rows="3" columns="2">
30554 <features tabularvalignment="middle">
30555 <column alignment="center" valignment="top" width="0">
30556 <column alignment="center" valignment="top" width="0">
30557 <row>
30558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30559 \begin_inset Text
30560
30561 \begin_layout Plain Layout
30562
30563 \lang english
30564 text
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573
30574 \lang english
30575 text
30576 \end_layout
30577
30578 \end_inset
30579 </cell>
30580 </row>
30581 <row>
30582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30583 \begin_inset Text
30584
30585 \begin_layout Plain Layout
30586
30587 \lang english
30588 text
30589 \end_layout
30590
30591 \end_inset
30592 </cell>
30593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30594 \begin_inset Text
30595
30596 \begin_layout Plain Layout
30597
30598 \lang english
30599 \begin_inset Graphics
30600         filename ../../images/dialog-show-new-inset_graphics.png
30601         scale 70
30602         scaleBeforeRotation
30603         BoundingBox 0bp 6bp 22bp 22bp
30604
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \end_inset
30611 </cell>
30612 </row>
30613 <row>
30614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30615 \begin_inset Text
30616
30617 \begin_layout Plain Layout
30618
30619 \lang english
30620 text
30621 \end_layout
30622
30623 \end_inset
30624 </cell>
30625 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30626 \begin_inset Text
30627
30628 \begin_layout Plain Layout
30629
30630 \lang english
30631 text
30632 \end_layout
30633
30634 \end_inset
30635 </cell>
30636 </row>
30637 </lyxtabular>
30638
30639 \end_inset
30640
30641
30642 \end_layout
30643
30644 \begin_layout Standard
30645 \noindent
30646
30647 \lang english
30648 you can use the LaTeX-package
30649 \lang japanese
30650  
30651 \series bold
30652 picinpar
30653 \series default
30654
30655 \begin_inset Index idx
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
30660 \end_layout
30661
30662 \end_inset
30663
30664 .
30665  
30666 \lang english
30667 Here is an example
30668 \lang japanese
30669 :
30670 \end_layout
30671
30672 \begin_layout Standard
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 ifpicinpar
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Note Note
30687 status open
30688
30689 \begin_layout Plain Layout
30690 以下の部分は、LaTeXパッケージ
30691 \series bold
30692 picinpar
30693 \series default
30694 が導入されているときのみ表示されます。
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 \begin_inset ERT
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707
30708
30709 \backslash
30710 begin{window}[2,c,{
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \begin_inset Graphics
30717         filename ../clipart/mobius.eps
30718         lyxscale 60
30719         width 40col%
30720         scaleBeforeRotation
30721         rotateOrigin center
30722
30723 \end_inset
30724
30725
30726 \begin_inset ERT
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730
30731 },]
30732 \end_layout
30733
30734 \begin_layout Plain Layout
30735
30736 {}
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \size small
30743 \lang english
30744 It was in the spring of the year 1894 that all London was interested, and
30745  the fashionable world dismayed, by the murder of the Honourable Ronald
30746  Adair under most unusual and inexplicable circumstances.
30747  The public has already learned those particulars of the crime which
30748 \size default
30749
30750 \begin_inset ERT
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754
30755
30756 \backslash
30757 footnotemark{}
30758 \end_layout
30759
30760 \end_inset
30761
30762
30763 \size small
30764  came out in the police investigation, but a good deal was suppressed upon
30765  that occasion, since the case for the prosecution was so overwhelmingly
30766  strong that it was not necessary to bring forward all the facts.
30767  Only now, at the end of nearly ten years, am I allowed to supply those
30768  missing links which make up the whole of that remarkable chain
30769 \lang japanese
30770 .
30771 \size default
30772
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778
30779 \backslash
30780 end{window}
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \end_layout
30787
30788 \begin_layout Standard
30789
30790 \lang english
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796
30797 \backslash
30798 footnotetext{
30799 \end_layout
30800
30801 \end_inset
30802
30803 Footnote of the paragraph with the fixed object.
30804 \begin_inset ERT
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808
30809 }
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \begin_layout Standard
30818
30819 \lang english
30820 Surrounded fixed objects are used to let text float around them, at which
30821  the object's position in the paragraph can be determined by the number
30822  of lines above it.
30823  In contrary to floats is it not possible to have a numbered caption.
30824 \end_layout
30825
30826 \begin_layout Standard
30827
30828 \lang english
30829 A fixed object is inserted by adding the command
30830 \end_layout
30831
30832 \begin_layout Standard
30833
30834 \series bold
30835
30836 \backslash
30837 begin{window}[2,c,{
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \lang english
30843 as TeX Code at the beginning of the paragraph.
30844  The first parameter in the bracket, here '2', defines the number of lines
30845  above the object, the second, here 'c', the position of the object.
30846  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
30847  Behind the command you insert the object.
30848  In this example an image with a width of 40
30849 \begin_inset space \thinspace{}
30850 \end_inset
30851
30852 % of the text column width was inserted.
30853  The object can also be a table, a box or an equation.
30854  Behind the object the command
30855 \end_layout
30856
30857 \begin_layout Standard
30858
30859 \series bold
30860 },description text]
30861 \begin_inset Newline newline
30862 \end_inset
30863
30864 {}
30865 \end_layout
30866
30867 \begin_layout Standard
30868
30869 \lang english
30870 is inserted.
30871  Note that the 
30872 \begin_inset Quotes eld
30873 \end_inset
30874
30875
30876 \series bold
30877 {}
30878 \series default
30879
30880 \begin_inset Quotes erd
30881 \end_inset
30882
30883  is in the second line.
30884  The description text is optional.
30885  The text surrounding the object must be in the same paragraph as the object,
30886  so it must begin directly after the 
30887 \series bold
30888 {}
30889 \series default
30890 .
30891  At the end of the paragraph insert the command:
30892 \end_layout
30893
30894 \begin_layout Standard
30895
30896 \series bold
30897
30898 \backslash
30899 end{window}
30900 \end_layout
30901
30902 \begin_layout Standard
30903
30904 \lang english
30905 Within a paragraph with a fixed object, you cannot insert footnotes in the
30906  normal way.
30907  You have to use instead the command 
30908 \series bold
30909
30910 \backslash
30911 footnotemark
30912 \series default
30913  inside the paragraph and outside the command 
30914 \series bold
30915
30916 \backslash
30917 footnotetext
30918 \series default
30919  as described in sec.
30920 \lang japanese
30921
30922 \begin_inset space \thinspace{}
30923 \end_inset
30924
30925
30926 \begin_inset CommandInset ref
30927 LatexCommand ref
30928 reference "sec:脚注"
30929
30930 \end_inset
30931
30932 .
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 else
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \begin_inset Note Note
30950 status open
30951
30952 \begin_layout Plain Layout
30953 以下の部分は、LaTeXパッケージ
30954 \series bold
30955 picinpar
30956 \series default
30957 が導入されていないときのみ表示されます。
30958 \end_layout
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \begin_layout Standard
30966 本節の以下の部分を出力に表示するには、LaTeXパッケージ
30967 \series bold
30968 picinpar
30969 \series default
30970 を導入する必要があります。
30971 \end_layout
30972
30973 \begin_layout Standard
30974 \begin_inset ERT
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979
30980 \backslash
30981 fi
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Section
30990
30991 \lang english
30992 Initials
30993 \begin_inset Index idx
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997
30998 \lang english
30999 Initials
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \begin_inset Index idx
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009
31010 \lang english
31011 Surrounded by text ! Initials
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \lang english
31022 To use initials, you must have the LaTeX package
31023 \lang japanese
31024  
31025 \series bold
31026 lettrine
31027 \series default
31028
31029 \begin_inset Index idx
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
31034 \end_layout
31035
31036 \end_inset
31037
31038  
31039 \lang english
31040 installed and use the module 
31041 \family sans
31042 Initials
31043 \family default
31044  in your document (menu 
31045 \family sans
31046 Document\SpecialChar \menuseparator
31047 Settings\SpecialChar \menuseparator
31048 Modules
31049 \family default
31050 ).
31051  To insert an initial, use the style 
31052 \family sans
31053 Initial
31054 \family default
31055 .
31056  This style has a mandatory and an optional argument.
31057  The mandatory argument is inserted via the menu 
31058 \family sans
31059 Insert\SpecialChar \menuseparator
31060 Short
31061 \begin_inset space ~
31062 \end_inset
31063
31064 Title
31065 \family default
31066  and contains the letter that is the initial.
31067  To use the also the optional argument, insert another argument in front
31068  of the mandatory argument.
31069  This one contains parameters to modify the initial.
31070  For more information about the possible parameters see the documentation
31071  of
31072 \lang japanese
31073  
31074 \series bold
31075 lettrine
31076 \series default
31077
31078 \begin_inset CommandInset citation
31079 LatexCommand cite
31080 key "lettrine"
31081
31082 \end_inset
31083
31084 .
31085  
31086 \lang english
31087 The style itself contains the text that is surrounding the initial.
31088  The usual style is hereby that the word whose first letter is the initial,
31089  is printed with 
31090 \shape smallcaps
31091 small caps
31092 \shape default
31093 .
31094  To tell LaTeX where this word is finished, add a closing brace '
31095 \series bold
31096 }
31097 \series default
31098 ' as TeX Code behind it.
31099  At the end of the style there must be an opening brace '
31100 \series bold
31101 {
31102 \series default
31103 ' as TeX Code.
31104 \end_layout
31105
31106 \begin_layout Standard
31107
31108 \lang english
31109 Here are some examples:
31110 \end_layout
31111
31112 \begin_layout Enumerate
31113
31114 \lang english
31115 No optional argument, the initial is the letter 'I' in the math font 
31116 \begin_inset Formula $\mathfrak{Fraktur}$
31117 \end_inset
31118
31119 :
31120 \end_layout
31121
31122 \begin_deeper
31123 \begin_layout Initial
31124 \begin_inset Argument
31125 status open
31126
31127 \begin_layout Plain Layout
31128 \begin_inset Formula $\mathfrak{I}$
31129 \end_inset
31130
31131
31132 \end_layout
31133
31134 \end_inset
31135
31136 t
31137 \begin_inset ERT
31138 status collapsed
31139
31140 \begin_layout Plain Layout
31141
31142 }
31143 \end_layout
31144
31145 \end_inset
31146
31147  
31148 \lang english
31149 was in the spring of the year 1894 that all London was interested, and the
31150  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31151  under most unusual and inexplicable circumstances.
31152  The public has already learned those particulars of the crime which came
31153  out in the police investigation, but a good deal was suppressed upon that
31154  occasion, since the case for the prosecution was so overwhelmingly strong
31155  that it was not necessary to bring forward all the facts.
31156 \lang japanese
31157
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163 {
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \lang english
31170
31171 \begin_inset Newpage newpage
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \end_deeper
31178 \begin_layout Enumerate
31179
31180 \lang english
31181 Only one line is surrounding the initial, which is formed by two letters
31182  in standard font and no text is printed in small caps:
31183 \end_layout
31184
31185 \begin_deeper
31186 \begin_layout Initial
31187 \begin_inset Argument
31188 status open
31189
31190 \begin_layout Plain Layout
31191 lines=1
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Argument
31198 status open
31199
31200 \begin_layout Plain Layout
31201 It
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \begin_inset ERT
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211
31212 }
31213 \end_layout
31214
31215 \end_inset
31216
31217  
31218 \lang english
31219 was in the spring of the year 1894 that all London was interested, and the
31220  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31221  under most unusual and inexplicable circumstances.
31222  The public has already learned those particulars of the crime which came
31223  out in the police investigation, but a good deal was suppressed upon that
31224  occasion, since the case for the prosecution was so overwhelmingly strong
31225  that it was not necessary to bring forward all the facts.
31226 \lang japanese
31227
31228 \begin_inset ERT
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232
31233 {
31234 \end_layout
31235
31236 \end_inset
31237
31238
31239 \end_layout
31240
31241 \end_deeper
31242 \begin_layout Enumerate
31243
31244 \lang english
31245 Magenta, hanging initial over 3
31246 \begin_inset space ~
31247 \end_inset
31248
31249 lines in the math font 
31250 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
31251 \end_inset
31252
31253 , the text 
31254 \begin_inset Quotes eld
31255 \end_inset
31256
31257 t was in the spring
31258 \begin_inset Quotes erd
31259 \end_inset
31260
31261  is in 
31262 \shape smallcaps
31263 small caps
31264 \shape default
31265 ; to color the initial, you must insert this command before the initial:
31266 \begin_inset Newline newline
31267 \end_inset
31268
31269
31270 \series bold
31271
31272 \backslash
31273 renewcommand{
31274 \backslash
31275 LettrineFontHook}{
31276 \backslash
31277 color{color}}
31278 \series default
31279
31280 \begin_inset Newline newline
31281 \end_inset
31282
31283 where the second 
31284 \emph on
31285 color
31286 \emph default
31287  can be 
31288 \begin_inset Quotes eld
31289 \end_inset
31290
31291 red
31292 \begin_inset Quotes erd
31293 \end_inset
31294
31295
31296 \begin_inset Quotes eld
31297 \end_inset
31298
31299 blue
31300 \begin_inset Quotes erd
31301 \end_inset
31302
31303
31304 \begin_inset Quotes eld
31305 \end_inset
31306
31307 green
31308 \begin_inset Quotes erd
31309 \end_inset
31310
31311
31312 \begin_inset Quotes eld
31313 \end_inset
31314
31315 yellow
31316 \begin_inset Quotes erd
31317 \end_inset
31318
31319
31320 \begin_inset Quotes eld
31321 \end_inset
31322
31323 cyan
31324 \begin_inset Quotes erd
31325 \end_inset
31326
31327
31328 \begin_inset Quotes eld
31329 \end_inset
31330
31331 magenta
31332 \begin_inset Quotes erd
31333 \end_inset
31334
31335
31336 \begin_inset Quotes eld
31337 \end_inset
31338
31339 black
31340 \begin_inset Quotes erd
31341 \end_inset
31342
31343  or 
31344 \begin_inset Quotes eld
31345 \end_inset
31346
31347 white
31348 \begin_inset Quotes erd
31349 \end_inset
31350
31351 , and add this command to the document preamble
31352 \lang japanese
31353 :
31354 \begin_inset Newline newline
31355 \end_inset
31356
31357
31358 \series bold
31359
31360 \backslash
31361 @ifundefined{textcolor}
31362 \begin_inset Newline newline
31363 \end_inset
31364
31365
31366 \begin_inset space ~
31367 \end_inset
31368
31369 {
31370 \backslash
31371 usepackage{color}}{}
31372 \end_layout
31373
31374 \begin_deeper
31375 \begin_layout Standard
31376 \begin_inset ERT
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380
31381
31382 \backslash
31383 renewcommand{
31384 \backslash
31385 LettrineFontHook}{
31386 \backslash
31387 color{magenta}}
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \lang english
31394
31395 \begin_inset Note Note
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400 \lang english
31401 makes the initial magenta
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \begin_layout Initial
31410 \begin_inset Argument
31411 status open
31412
31413 \begin_layout Plain Layout
31414 lines=3, lhang=0.33, loversize=0.25
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \begin_inset Argument
31421 status open
31422
31423 \begin_layout Plain Layout
31424 \begin_inset Formula $\mathcal{I}$
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \lang english
31434 t was in the spring
31435 \lang japanese
31436
31437 \begin_inset ERT
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441
31442 }
31443 \end_layout
31444
31445 \end_inset
31446
31447  
31448 \lang english
31449 of the year 1894 that all London was interested, and the fashionable world
31450  dismayed, by the murder of the Honourable Ronald Adair under most unusual
31451  and inexplicable circumstances.
31452  The public has already learned those particulars of the crime which came
31453  out in the police investigation, but a good deal was suppressed upon that
31454  occasion, since the case for the prosecution was so overwhelmingly strong
31455  that it was not necessary to bring forward all the facts.
31456 \lang japanese
31457
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462
31463 {
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \end_deeper
31472 \begin_layout Chapter
31473 外部文書構成要素
31474 \begin_inset Index idx
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478 がいぶぶんしょこうせいようそ@外部文書構成要素
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Standard
31487
31488 \family sans
31489 挿入\SpecialChar \menuseparator
31490 ファイル
31491 \family default
31492 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
31493 \end_layout
31494
31495 \begin_layout Description
31496 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
31497 \end_layout
31498
31499 \begin_layout Description
31500 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
31501 \end_layout
31502
31503 \begin_layout Description
31504 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
31505 \end_layout
31506
31507 \begin_layout Description
31508 外部素材 様々な書式のファイル。
31509 \end_layout
31510
31511 \begin_layout Description
31512 子文書 LyXあるいはLaTeX文書。
31513 \end_layout
31514
31515 \begin_layout Section
31516 外部素材
31517 \begin_inset Index idx
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Standard
31530 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
31531 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
31532 \family sans
31533 操作性\SpecialChar \menuseparator
31534 表示
31535 \family default
31536 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
31537 \end_layout
31538
31539 \begin_layout Standard
31540 外部素材は、
31541 \family sans
31542 挿入
31543 \family default
31544 \SpecialChar \menuseparator
31545
31546 \family sans
31547 ファイル
31548 \family default
31549 \SpecialChar \menuseparator
31550
31551 \family sans
31552 外部素材
31553 \family default
31554 メニューで開くことのできる
31555 \family sans
31556 外部素材
31557 \family default
31558 ダイアログから挿入することができます。目下、以下のファイル形式(
31559 \family sans
31560 ひな型
31561 \family default
31562 )が使用できます。
31563 \end_layout
31564
31565 \begin_layout Description
31566 チェス棋譜 このひな型は、
31567 \series bold
31568
31569 \begin_inset CommandInset href
31570 LatexCommand href
31571 name "XBoard"
31572 target "http://en.wikipedia.org/wiki/XBoard"
31573
31574 \end_inset
31575
31576
31577 \series default
31578 プログラムで作成されたチェス棋譜をサポートします。
31579 \end_layout
31580
31581 \begin_layout Description
31582 日付 これは、
31583 \emph on
31584 日-月-年
31585 \emph default
31586 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
31587 \begin_inset External
31588         template Date
31589         filename .
31590
31591 \end_inset
31592
31593
31594 \begin_inset space ~
31595 \end_inset
31596
31597
31598 \begin_inset Note Note
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602 バグ4398が修正されたら、この保護空白は削除してください!
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \begin_inset Newline newline
31609 \end_inset
31610
31611 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
31612 \family sans
31613 挿入
31614 \family default
31615 \SpecialChar \menuseparator
31616 日付メニューを使用する方法で、他はLaTeXコマンドの
31617 \series bold
31618
31619 \backslash
31620 today
31621 \series default
31622 をTeXコードで使用する方法です。これらの各方法は、表
31623 \begin_inset CommandInset ref
31624 LatexCommand ref
31625 reference "tab:日付挿入方法"
31626
31627 \end_inset
31628
31629 に比較を掲載しておきます。
31630 \end_layout
31631
31632 \begin_layout Description
31633 Dia このひな型は、
31634 \series bold
31635
31636 \begin_inset CommandInset href
31637 LatexCommand href
31638 name "Dia"
31639 target "http://en.wikipedia.org/wiki/Dia_(software)"
31640
31641 \end_inset
31642
31643
31644 \series default
31645 プログラムで作成したダイアグラムをサポートします。
31646 \end_layout
31647
31648 \begin_layout Description
31649 LilyPond このひな型は、
31650 \series bold
31651
31652 \begin_inset CommandInset href
31653 LatexCommand href
31654 name "LilyPond"
31655 target "http://en.wikipedia.org/wiki/LilyPond"
31656
31657 \end_inset
31658
31659
31660 \series default
31661 プログラムで作成した楽譜の組版に使用されます。
31662 \end_layout
31663
31664 \begin_layout Description
31665 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
31666 \family sans
31667 LaTeXとLyXオプション
31668 \family default
31669 タブ中の
31670 \family sans
31671 オプション
31672 \family default
31673 フィールドに
31674 \emph on
31675 pages
31676 \emph default
31677 オプションを指定してください。
31678 \emph on
31679 pages
31680 \emph default
31681 オプションを指定しないと、PDFの最初のページのみが挿入されます。
31682 \end_layout
31683
31684 \begin_layout Description
31685 ラスターイメージ これはビットマップ画像に使用します。よく使われる画像形式のほとんどすべてがサポートされています。
31686 \family sans
31687 外部素材
31688 \family default
31689 ダイアログを使って入れる画像は、第
31690 \begin_inset CommandInset ref
31691 LatexCommand ref
31692 reference "sec:画像ダイアログ"
31693
31694 \end_inset
31695
31696 節にあるように
31697 \family sans
31698 画像
31699 \family default
31700 ダイアログを使って挿入される画像と同じように取り扱うことができます。異なる点といえば、ラスターイメージのみを取り扱うことができる点、すなわちPDFやEPS画像は
31701 サポートしていないという点のみです。
31702 \end_layout
31703
31704 \begin_layout Description
31705 XFig このひな型は、
31706 \series bold
31707
31708 \begin_inset CommandInset href
31709 LatexCommand href
31710 name "Xfig"
31711 target "http://en.wikipedia.org/wiki/Xfig"
31712
31713 \end_inset
31714
31715
31716 \series default
31717 プログラムで作成した画像をサポートします。
31718 \end_layout
31719
31720 \begin_layout Standard
31721 \begin_inset Float table
31722 placement h
31723 wide false
31724 sideways false
31725 status open
31726
31727 \begin_layout Plain Layout
31728 \begin_inset Caption
31729
31730 \begin_layout Plain Layout
31731 \begin_inset CommandInset label
31732 LatexCommand label
31733 name "tab:日付挿入方法"
31734
31735 \end_inset
31736
31737 日付の挿入方法の比較
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Plain Layout
31746 \align center
31747 \begin_inset Tabular
31748 <lyxtabular version="3" rows="4" columns="4">
31749 <features tabularvalignment="middle">
31750 <column alignment="center" valignment="top" width="0">
31751 <column alignment="center" valignment="top" width="0">
31752 <column alignment="center" valignment="top" width="0">
31753 <column alignment="center" valignment="top" width="0">
31754 <row>
31755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759 文書書式
31760 \end_layout
31761
31762 \end_inset
31763 </cell>
31764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31765 \begin_inset Text
31766
31767 \begin_layout Plain Layout
31768
31769 \family sans
31770 外部素材\SpecialChar \menuseparator
31771 日付
31772 \end_layout
31773
31774 \end_inset
31775 </cell>
31776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31777 \begin_inset Text
31778
31779 \begin_layout Plain Layout
31780
31781 \family sans
31782 挿入\SpecialChar \menuseparator
31783 日付
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792
31793 \series bold
31794
31795 \backslash
31796 today
31797 \series default
31798 コマンド
31799 \end_layout
31800
31801 \end_inset
31802 </cell>
31803 </row>
31804 <row>
31805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31806 \begin_inset Text
31807
31808 \begin_layout Plain Layout
31809 LyX
31810 \end_layout
31811
31812 \end_inset
31813 </cell>
31814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31815 \begin_inset Text
31816
31817 \begin_layout Plain Layout
31818 差込枠として
31819 \end_layout
31820
31821 \end_inset
31822 </cell>
31823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827 日付として
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836 TeXコード差込枠として
31837 \end_layout
31838
31839 \end_inset
31840 </cell>
31841 </row>
31842 <row>
31843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31844 \begin_inset Text
31845
31846 \begin_layout Plain Layout
31847 LaTeX
31848 \end_layout
31849
31850 \end_inset
31851 </cell>
31852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31853 \begin_inset Text
31854
31855 \begin_layout Plain Layout
31856 日付として
31857 \end_layout
31858
31859 \end_inset
31860 </cell>
31861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31862 \begin_inset Text
31863
31864 \begin_layout Plain Layout
31865 日付として
31866 \end_layout
31867
31868 \end_inset
31869 </cell>
31870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874 コマンドとして
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 </row>
31880 <row>
31881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31882 \begin_inset Text
31883
31884 \begin_layout Plain Layout
31885 DVI, PDF, PS
31886 \end_layout
31887
31888 \end_inset
31889 </cell>
31890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31891 \begin_inset Text
31892
31893 \begin_layout Plain Layout
31894 日付として
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31900 \begin_inset Text
31901
31902 \begin_layout Plain Layout
31903 日付として
31904 \end_layout
31905
31906 \end_inset
31907 </cell>
31908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31909 \begin_inset Text
31910
31911 \begin_layout Plain Layout
31912 日付として
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 </row>
31918 </lyxtabular>
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \end_layout
31929
31930 \begin_layout Standard
31931
31932 \family sans
31933 外部素材
31934 \family default
31935 ダイアログの
31936 \family sans
31937 ファイル
31938 \family default
31939 タブ中で
31940 \family sans
31941 下書き
31942 \family default
31943 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
31944 \begin_inset Newline newline
31945 \end_inset
31946
31947 LyX中での外部素材は、ダイアログ内の
31948 \family sans
31949 LaTeXとLyXのオプション
31950 \family default
31951 タブにある
31952 \family sans
31953 LyX内に表示
31954 \family default
31955 オプションの指定に従って、
31956 \begin_inset Graphics
31957         filename clipart/ExternalMaterialQt4.png
31958         scale 85
31959         scaleBeforeRotation
31960
31961 \end_inset
31962
31963 のようなボックスとして表示されるか、画像として表示されます。
31964 \end_layout
31965
31966 \begin_layout Standard
31967 取扱説明書
31968 \family sans
31969 \emph on
31970 カスタマイズ篇
31971 \family default
31972 \emph default
31973 には、自製のひな型を定義する方法が説明されています。
31974 \end_layout
31975
31976 \begin_layout Section
31977 子文書
31978 \begin_inset CommandInset label
31979 LatexCommand label
31980 name "sec:子文書"
31981
31982 \end_inset
31983
31984
31985 \begin_inset Index idx
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \begin_inset Index idx
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999 ふぁいる@ファイル ! いんくるーど@インクルード
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Standard
32008 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
32009 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
32010 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
32011 \end_layout
32012
32013 \begin_layout Standard
32014 親文書を開くことなく子文書で作業できるようにするには、子文書の
32015 \family sans
32016 文書
32017 \family default
32018 \SpecialChar \menuseparator
32019
32020 \family sans
32021 設定
32022 \family default
32023 \SpecialChar \menuseparator
32024
32025 \family sans
32026 文書クラス
32027 \family default
32028 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
32029 \end_layout
32030
32031 \begin_layout Standard
32032 取り込んだ文書は、LyX中で
32033 \begin_inset Graphics
32034         filename clipart/ChildDocumentQt4.png
32035         scale 85
32036         scaleBeforeRotation
32037
32038 \end_inset
32039
32040 のようなボックスとして表示されます。子文書を親文書に取り込むには、
32041 \family sans
32042 挿入
32043 \family default
32044 \SpecialChar \menuseparator
32045
32046 \family sans
32047 ファイル
32048 \family default
32049 \SpecialChar \menuseparator
32050
32051 \family sans
32052 子文書
32053 \family default
32054 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
32055 \end_layout
32056
32057 \begin_layout Description
32058 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
32059 \family sans
32060 子文書
32061 \family default
32062 ダイアログの
32063 \family sans
32064 編集
32065 \family default
32066 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
32067 \begin_inset Newline newline
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \begin_layout Standard
32074 以下は、
32075 \family sans
32076 Include
32077 \family default
32078 を使用して挿入した子文書です。 
32079 \begin_inset CommandInset include
32080 LatexCommand include
32081 filename "DummyDocument1.lyx"
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Standard
32089 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
32090 あります。取り込んだ文書のラベルは、第
32091 \begin_inset CommandInset ref
32092 LatexCommand ref
32093 reference "sub:外部文書の第1小節"
32094
32095 \end_inset
32096
32097 小節、のように参照することができます。
32098 \end_layout
32099
32100 \begin_layout Standard
32101 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
32102 は、新規頁から始まるように挿入され、改頁して終わります。
32103 \end_layout
32104
32105 \begin_layout Standard
32106 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
32107 \begin_inset Foot
32108 status open
32109
32110 \begin_layout Plain Layout
32111 派生枝は、LyX
32112 \emph on
32113 ユーザーの手引き
32114 \emph default
32115
32116 \emph on
32117 派生枝
32118 \emph default
32119 の節に説明されています。
32120 \end_layout
32121
32122 \end_inset
32123
32124 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset Note Greyedout
32129 status open
32130
32131 \begin_layout Plain Layout
32132
32133 \series bold
32134 【註】
32135 \series default
32136 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
32137 \series bold
32138
32139 \backslash
32140 includeonly
32141 \series default
32142 を使用することはできません。
32143 \end_layout
32144
32145 \end_inset
32146
32147
32148 \end_layout
32149
32150 \begin_layout Standard
32151 \begin_inset Note Greyedout
32152 status open
32153
32154 \begin_layout Plain Layout
32155
32156 \series bold
32157 【註】
32158 \series default
32159 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
32160 警告が発せられます。
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \begin_layout Description
32169 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
32170 \end_layout
32171
32172 \begin_deeper
32173 \begin_layout Itemize
32174 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
32175 \end_layout
32176
32177 \begin_layout Itemize
32178 Inputファイルは、LyX設定の操作性
32179 \family sans
32180 \SpecialChar \menuseparator
32181 表示
32182 \family default
32183 の下にある
32184 \family sans
32185 画像を表示
32186 \family default
32187 を有効にすると、LyX中でプレビューすることができます。
32188 \end_layout
32189
32190 \begin_layout Itemize
32191 LaTeXコマンドの
32192 \series bold
32193
32194 \backslash
32195 includeonly
32196 \series default
32197 は使用することができません。
32198 \end_layout
32199
32200 \end_deeper
32201 \begin_layout Standard
32202 右は、
32203 \family sans
32204 Input
32205 \family default
32206 を使って挿入した子文書です。 
32207 \begin_inset CommandInset include
32208 LatexCommand input
32209 filename "DummyDocument2.lyx"
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Description
32217 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
32218 に用いられているコマンドは実行されません。
32219 \family sans
32220 出力の空白に印付けをする
32221 \family default
32222 オプションを有効にすると、ソースコード中のすべての空白文字に「
32223 \begin_inset ERT
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227
32228
32229 \backslash
32230 textvisiblespace 
32231 \end_layout
32232
32233 \end_inset
32234
32235 」文字を表示させることができます。
32236 \family sans
32237 挿入\SpecialChar \menuseparator
32238 ファイル\SpecialChar \menuseparator
32239 平文
32240 \family default
32241 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
32242 \end_layout
32243
32244 \begin_layout Standard
32245 以下は、verbatimとして挿入された子文書です。 
32246 \begin_inset CommandInset include
32247 LatexCommand verbatiminput
32248 filename "../DummyTextDocument.txt"
32249
32250 \end_inset
32251
32252
32253 \begin_inset VSpace bigskip
32254 \end_inset
32255
32256 以下は、
32257 \family sans
32258 出力の空白に印付けをする
32259 \family default
32260 オプションを指定して、verbatimとして挿入された子文書です。 
32261 \begin_inset CommandInset include
32262 LatexCommand verbatiminput*
32263 filename "../DummyTextDocument.txt"
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 \begin_inset VSpace bigskip
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 \begin_inset Note Greyedout
32279 status open
32280
32281 \begin_layout Plain Layout
32282
32283 \series bold
32284 【註】
32285 \series default
32286 上記の例でわかるように、
32287 \family sans
32288 verbatim
32289 \family default
32290 として取り込んだ文書の文章は、文書行の終わりで改行されません。
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Standard
32299 \begin_inset Note Greyedout
32300 status open
32301
32302 \begin_layout Plain Layout
32303
32304 \series bold
32305 【訳註】
32306 \series default
32307 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Description
32316 プログラムリスト この型については、第
32317 \begin_inset CommandInset ref
32318 LatexCommand ref
32319 reference "cha:プログラムコードリスト"
32320
32321 \end_inset
32322
32323 章に説明されています。
32324 \end_layout
32325
32326 \begin_layout Standard
32327 \begin_inset Note Greyedout
32328 status open
32329
32330 \begin_layout Plain Layout
32331
32332 \series bold
32333 【註】
32334 \series default
32335 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Chapter
32344 プログラムコードリスト
32345 \begin_inset CommandInset label
32346 LatexCommand label
32347 name "cha:プログラムコードリスト"
32348
32349 \end_inset
32350
32351
32352 \begin_inset Index idx
32353 status collapsed
32354
32355 \begin_layout Plain Layout
32356 りすと@リスト
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \begin_inset Index idx
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366 ぷろぐらむこーど@プログラムコード
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \begin_inset Index idx
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376 ふろーと@フロート ! りすと@リスト
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 プログラムコードを取り込んで組版するには、
32386 \family sans
32387 挿入
32388 \family default
32389 \SpecialChar \menuseparator
32390
32391 \family sans
32392 プログラムリスト
32393 \family default
32394 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
32395 \series bold
32396 listings
32397 \series default
32398
32399 \begin_inset Index idx
32400 status collapsed
32401
32402 \begin_layout Plain Layout
32403 LaTeXぱっけーじ@LaTeXパッケージ ! listings
32404 \end_layout
32405
32406 \end_inset
32407
32408 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
32409 \end_layout
32410
32411 \begin_layout Standard
32412 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
32413 \end_layout
32414
32415 \begin_layout Standard
32416 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
32417 \family sans
32418 行内リスト
32419 \family default
32420 を指定すると、リストは
32421 \begin_inset listings
32422 lstparams "language={C++}"
32423 inline true
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427
32428 int a=5;
32429 \end_layout
32430
32431 \end_inset
32432
32433 のように行内に印字されます。
32434 \begin_inset Newline newline
32435 \end_inset
32436
32437
32438 \family sans
32439 フロート
32440 \family default
32441 オプションは、プログラムリストフロートを生成するものですが、ここで、第
32442 \begin_inset CommandInset ref
32443 LatexCommand ref
32444 reference "sec:フロートの配置"
32445
32446 \end_inset
32447
32448 節に説明されているフロート配置オプションに従って、「
32449 \family sans
32450 h
32451 \family default
32452 」「
32453 \family sans
32454 t
32455 \family default
32456 」「
32457 \family sans
32458 b
32459 \family default
32460 」「
32461 \family sans
32462 p
32463 \family default
32464 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
32465 \family sans
32466 htbp
32467 \family default
32468 」のように区切りを入れることなく入力することができます。「
32469 \family sans
32470 h
32471 \family default
32472 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
32473 \family sans
32474 フロート
32475 \family default
32476 オプションを使用しなければ大丈夫です。
32477 \end_layout
32478
32479 \begin_layout Standard
32480
32481 \family sans
32482 挿入
32483 \family default
32484 \SpecialChar \menuseparator
32485
32486 \family sans
32487 キャプション
32488 \family default
32489 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
32490 \begin_inset CommandInset ref
32491 LatexCommand ref
32492 reference "lst:リストフロート"
32493
32494 \end_inset
32495
32496 のように参照することができます。
32497 \end_layout
32498
32499 \begin_layout Standard
32500 \begin_inset listings
32501 lstparams "language=Python"
32502 inline false
32503 status open
32504
32505 \begin_layout Plain Layout
32506
32507 \begin_inset Caption
32508
32509 \begin_layout Plain Layout
32510 \begin_inset CommandInset label
32511 LatexCommand label
32512 name "lst:リストフロート"
32513
32514 \end_inset
32515
32516 Example Listing Float
32517 \end_layout
32518
32519 \end_inset
32520
32521 # Example listing float
32522 \end_layout
32523
32524 \begin_layout Plain Layout
32525
32526 def func(param):
32527 \end_layout
32528
32529 \begin_layout Plain Layout
32530
32531     'this is a python function'
32532 \end_layout
32533
32534 \begin_layout Plain Layout
32535
32536     pass
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Standard
32545 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
32546 onのキーワード「def」が識別され、ボールド体で出力されます。
32547 \end_layout
32548
32549 \begin_layout Standard
32550 \begin_inset Note Greyedout
32551 status open
32552
32553 \begin_layout Plain Layout
32554
32555 \series bold
32556 【註】
32557 \series default
32558 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
32559 \family typewriter
32560 typewriter
32561 \family default
32562 フォントがボールド体を提供していません。この場合には、
32563 \family sans
32564 文書
32565 \family default
32566 \SpecialChar \menuseparator
32567
32568 \family sans
32569 設定
32570 \family default
32571 \SpecialChar \menuseparator
32572
32573 \family sans
32574 フォント
32575 \family default
32576 メニューで別のフォントを選択してください(
32577 \emph on
32578 LuxiMono
32579 \emph default
32580
32581 \emph on
32582 BeraMono
32583 \emph default
32584
32585 \emph on
32586 Courier
32587 \emph default
32588 の各フォントはボールド体を提供します)。
32589 \end_layout
32590
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Standard
32597 \begin_inset Note Greyedout
32598 status open
32599
32600 \begin_layout Plain Layout
32601
32602 \series bold
32603 【訳註】
32604 \series default
32605 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 プログラムリストダイアログの
32615 \family sans
32616 行番号
32617 \family default
32618 のセクションでは、行番号の様式を指定することができます。
32619 \family sans
32620 行間
32621 \family default
32622 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
32623 \end_layout
32624
32625 \begin_layout Standard
32626 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
32627 \family sans
32628 拡張文字コード表を使う
32629 \family default
32630 オプションを使用しなくてはなりません。
32631 \begin_inset Newline newline
32632 \end_inset
32633
32634 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
32635 \begin_inset space \thinspace{}
32636 \end_inset
32637
32638 -
32639 \begin_inset space \thinspace{}
32640 \end_inset
32641
32642 8」で設定したプログラムリストの例です。
32643 \end_layout
32644
32645 \begin_layout Standard
32646 \begin_inset listings
32647 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32648 inline false
32649 status open
32650
32651 \begin_layout Plain Layout
32652
32653 def func(param):
32654 \end_layout
32655
32656 \begin_layout Plain Layout
32657
32658     'this is a python function'
32659 \end_layout
32660
32661 \begin_layout Plain Layout
32662
32663     pass
32664 \end_layout
32665
32666 \begin_layout Plain Layout
32667
32668 def func(param):
32669 \end_layout
32670
32671 \begin_layout Plain Layout
32672
32673 'This is a German word: Tschüß'
32674 \end_layout
32675
32676 \begin_layout Plain Layout
32677
32678 pass
32679 \end_layout
32680
32681 \begin_layout Plain Layout
32682
32683 def func(param):
32684 \end_layout
32685
32686 \begin_layout Plain Layout
32687
32688 'this is a python function'
32689 \end_layout
32690
32691 \begin_layout Plain Layout
32692
32693 pass
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Standard
32702 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
32703 \family sans
32704 タビュレータの大きさ
32705 \family default
32706 フィールドで指定することができます。
32707 \end_layout
32708
32709 \begin_layout Standard
32710 \begin_inset Note Greyedout
32711 status open
32712
32713 \begin_layout Plain Layout
32714
32715 \series bold
32716 【註】listings
32717 \series default
32718 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
32719 に振られているのはこのためです。
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Standard
32728 \begin_inset VSpace bigskip
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \begin_layout Standard
32735 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
32736 \family sans
32737 挿入
32738 \family default
32739 \SpecialChar \menuseparator
32740
32741 \family sans
32742 ファイル
32743 \family default
32744 \SpecialChar \menuseparator
32745
32746 \family sans
32747 子文書
32748 \family default
32749 メニューを使用して
32750 \family sans
32751 プログラムリスト
32752 \family default
32753 型を選択してください
32754 \begin_inset Foot
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758 他の子文書型については、第 section
32759 \begin_inset space ~
32760 \end_inset
32761
32762
32763 \begin_inset CommandInset ref
32764 LatexCommand ref
32765 reference "sec:子文書"
32766
32767 \end_inset
32768
32769 節に説明があります。
32770 \end_layout
32771
32772 \end_inset
32773
32774 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
32775 疑問符「?」を打鍵してください。
32776 \end_layout
32777
32778 \begin_layout Standard
32779 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
32780 \family sans
32781 挿入
32782 \family default
32783 \SpecialChar \menuseparator
32784
32785 \family sans
32786 相互参照
32787 \family default
32788 メニューを使って参照できるようになります。
32789 \end_layout
32790
32791 \begin_layout Standard
32792 プログラムリスト
32793 \begin_inset CommandInset ref
32794 LatexCommand ref
32795 reference "lst:file-listing"
32796
32797 \end_inset
32798
32799 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
32800 \end_layout
32801
32802 \begin_layout Standard
32803 \begin_inset CommandInset include
32804 LatexCommand lstinputlisting
32805 filename "EmbeddedObjects.lyx"
32806 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \begin_layout Standard
32814 \begin_inset VSpace bigskip
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Standard
32821 リストに数式を入れるには、以下のようにします。
32822 \end_layout
32823
32824 \begin_layout Enumerate
32825 リストダイアログを開き、
32826 \family sans
32827 詳細
32828 \family default
32829 タブのフィールド中に
32830 \begin_inset Newline newline
32831 \end_inset
32832
32833
32834 \family sans
32835 mathescape=true
32836 \family default
32837
32838 \begin_inset Newline newline
32839 \end_inset
32840
32841 と書き加えます。
32842 \end_layout
32843
32844 \begin_layout Enumerate
32845 リスト外で数式を作成します。
32846 \end_layout
32847
32848 \begin_layout Enumerate
32849 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
32850 \begin_inset Info
32851 type  "shortcut"
32852 arg   "copy"
32853 \end_inset
32854
32855 )。
32856 \end_layout
32857
32858 \begin_layout Enumerate
32859 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
32860 \begin_inset Info
32861 type  "shortcut"
32862 arg   "paste"
32863 \end_inset
32864
32865 )。
32866 \end_layout
32867
32868 \begin_layout Standard
32869 \begin_inset listings
32870 lstparams "language=Python,mathescape=true"
32871 inline false
32872 status open
32873
32874 \begin_layout Plain Layout
32875
32876 \begin_inset Caption
32877
32878 \begin_layout Plain Layout
32879 Example Listing float containing a formula
32880 \end_layout
32881
32882 \end_inset
32883
32884 # Example listing float
32885 \end_layout
32886
32887 \begin_layout Plain Layout
32888
32889 def func(param):
32890 \end_layout
32891
32892 \begin_layout Plain Layout
32893
32894     # $
32895 \backslash
32896 prod_{n=1}^{
32897 \backslash
32898 infty}
32899 \backslash
32900 ,
32901 \backslash
32902 frac{1}{x^{2}}$
32903 \end_layout
32904
32905 \begin_layout Plain Layout
32906
32907     pass
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \end_layout
32914
32915 \begin_layout Standard
32916 \begin_inset VSpace bigskip
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Standard
32923 大域的なプログラムリストの設定は、
32924 \family sans
32925 文書
32926 \family default
32927 \SpecialChar \menuseparator
32928
32929 \family sans
32930 設定
32931 \family default
32932 \SpecialChar \menuseparator
32933
32934 \family sans
32935 リスト
32936 \family default
32937 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
32938 \family sans
32939 プログラムリスト設定
32940 \family default
32941 フィールドで疑問符「?」を打鍵してください。
32942 \end_layout
32943
32944 \begin_layout Standard
32945
32946 \series bold
32947 listings
32948 \series default
32949 パッケージについての詳しい情報については、取扱説明書
32950 \begin_inset CommandInset citation
32951 LatexCommand cite
32952 key "listings"
32953
32954 \end_inset
32955
32956 をご参照ください。.
32957 \end_layout
32958
32959 \begin_layout Standard
32960 \begin_inset Newpage newpage
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Chapter
32967 \start_of_appendix
32968 LyXで使用できる単位
32969 \begin_inset Index idx
32970 status collapsed
32971
32972 \begin_layout Plain Layout
32973 たんい@単位
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \begin_inset CommandInset label
32980 LatexCommand label
32981 name "cha:LyXで使用できる単位"
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Standard
32989 この文書で用いられる単位の理解のために、表
32990 \begin_inset CommandInset ref
32991 LatexCommand ref
32992 reference "tab:単位"
32993
32994 \end_inset
32995
32996 に、LyXで使うことのできる単位をまとめておきます。
32997 \end_layout
32998
32999 \begin_layout Standard
33000 \begin_inset Float table
33001 placement h
33002 wide false
33003 sideways false
33004 status open
33005
33006 \begin_layout Plain Layout
33007 \begin_inset Caption
33008
33009 \begin_layout Plain Layout
33010 \begin_inset CommandInset label
33011 LatexCommand label
33012 name "tab:単位"
33013
33014 \end_inset
33015
33016 単位
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \end_layout
33023
33024 \begin_layout Plain Layout
33025 \begin_inset VSpace medskip
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \begin_layout Plain Layout
33032 \align center
33033 \begin_inset Tabular
33034 <lyxtabular version="3" rows="20" columns="2">
33035 <features tabularvalignment="middle">
33036 <column alignment="center" valignment="top" width="0">
33037 <column alignment="center" valignment="top" width="0">
33038 <row>
33039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043 単位
33044 \end_layout
33045
33046 \end_inset
33047 </cell>
33048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052 名称/摘要
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 </row>
33058 <row>
33059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063 mm
33064 \end_layout
33065
33066 \end_inset
33067 </cell>
33068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 ミリメートル
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 </row>
33078 <row>
33079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33080 \begin_inset Text
33081
33082 \begin_layout Plain Layout
33083 cm
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 センチメートル
33093 \end_layout
33094
33095 \end_inset
33096 </cell>
33097 </row>
33098 <row>
33099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33100 \begin_inset Text
33101
33102 \begin_layout Plain Layout
33103 in
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 インチ
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 </row>
33118 <row>
33119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33120 \begin_inset Text
33121
33122 \begin_layout Plain Layout
33123 pt
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 ポイント (72.27
33133 \begin_inset Formula $\,$
33134 \end_inset
33135
33136 pt = 1
33137 \begin_inset Formula $\,$
33138 \end_inset
33139
33140 in)
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 </row>
33146 <row>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 pc
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160 パイカ (1
33161 \begin_inset Formula $\,$
33162 \end_inset
33163
33164 pc = 12
33165 \begin_inset Formula $\,$
33166 \end_inset
33167
33168 pt)
33169 \end_layout
33170
33171 \end_inset
33172 </cell>
33173 </row>
33174 <row>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 sp
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188 スケールポイント (65536
33189 \begin_inset Formula $\,$
33190 \end_inset
33191
33192 sp = 1
33193 \begin_inset Formula $\,$
33194 \end_inset
33195
33196 pt)
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 <row>
33203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 bp
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216 ビッグポイント (72
33217 \begin_inset Formula $\,$
33218 \end_inset
33219
33220 bp = 1
33221 \begin_inset Formula $\,$
33222 \end_inset
33223
33224 in)
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 </row>
33230 <row>
33231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235 dd
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244 ディドー (72
33245 \begin_inset Formula $\,$
33246 \end_inset
33247
33248 dd 
33249 \begin_inset Formula $\approx$
33250 \end_inset
33251
33252  37.6
33253 \begin_inset Formula $\,$
33254 \end_inset
33255
33256 mm)
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 </row>
33262 <row>
33263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33264 \begin_inset Text
33265
33266 \begin_layout Plain Layout
33267 cc
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 シセロ (1
33277 \begin_inset Formula $\,$
33278 \end_inset
33279
33280 cc = 12
33281 \begin_inset Formula $\,$
33282 \end_inset
33283
33284 dd)
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 </row>
33290 <row>
33291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
33295 Scale%
33296 \end_layout
33297
33298 \end_inset
33299 </cell>
33300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304 元の画像幅の%
33305 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 </row>
33310 <row>
33311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33312 \begin_inset Text
33313
33314 \begin_layout Plain Layout
33315 text%
33316 \end_layout
33317
33318 \end_inset
33319 </cell>
33320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324 テキスト幅の%
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 </row>
33330 <row>
33331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33332 \begin_inset Text
33333
33334 \begin_layout Plain Layout
33335 col%
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33341 \begin_inset Text
33342
33343 \begin_layout Plain Layout
33344 組段幅の%
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 </row>
33350 <row>
33351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33352 \begin_inset Text
33353
33354 \begin_layout Plain Layout
33355 page%
33356 \end_layout
33357
33358 \end_inset
33359 </cell>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364 用紙幅の%
33365 \end_layout
33366
33367 \end_inset
33368 </cell>
33369 </row>
33370 <row>
33371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33372 \begin_inset Text
33373
33374 \begin_layout Plain Layout
33375 line%
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33381 \begin_inset Text
33382
33383 \begin_layout Plain Layout
33384 行幅の%
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 </row>
33390 <row>
33391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 theight%
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 テキスト高さの%
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 </row>
33410 <row>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415 pheight%
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Plain Layout
33424 用紙高さの%
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 </row>
33430 <row>
33431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435 ex
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444 現在のフォントの文字「x」の高さ
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 </row>
33450 <row>
33451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Plain Layout
33455 em
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 現在のフォントの文字「M」の幅
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 </row>
33470 <row>
33471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 mu
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 数式単位 (1
33485 \begin_inset Formula $\,$
33486 \end_inset
33487
33488 mu = 1/18
33489 \begin_inset Formula $\,$
33490 \end_inset
33491
33492 em)
33493 \end_layout
33494
33495 \end_inset
33496 </cell>
33497 </row>
33498 </lyxtabular>
33499
33500 \end_inset
33501
33502
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \begin_layout Chapter
33511 画像を含む場合のファイル出力形式
33512 \begin_inset CommandInset label
33513 LatexCommand label
33514 name "cha:ファイル出力形式"
33515
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \begin_layout Section
33522 DVI
33523 \begin_inset Index idx
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527 ふぁいるしょしき@ファイル書式 ! DVI
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \begin_inset Index idx
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 DVI|see
33538 \begin_inset ERT
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542
33543 {
33544 \end_layout
33545
33546 \end_inset
33547
33548 ファイル書式
33549 \begin_inset ERT
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553
33554 }
33555 \end_layout
33556
33557 \end_inset
33558
33559
33560 \end_layout
33561
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \begin_layout Standard
33568 このファイル型の拡張子は「
33569 \family typewriter
33570 .dvi
33571 \family default
33572 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
33573 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
33574 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
33575 \end_layout
33576
33577 \begin_layout Standard
33578 \begin_inset Note Greyedout
33579 status open
33580
33581 \begin_layout Plain Layout
33582 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
33583 \end_layout
33584
33585 \end_inset
33586
33587 ですから、お使いの
33588 \family typewriter
33589 .dvi
33590 \family default
33591 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
33592 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
33593 DFを使用することをお勧めします。
33594 \end_layout
33595
33596 \begin_layout Standard
33597 使用中の文書は、
33598 \family sans
33599 ファイル
33600 \family default
33601 \SpecialChar \menuseparator
33602
33603 \family sans
33604 書き出し
33605 \family default
33606 \SpecialChar \menuseparator
33607
33608 \family sans
33609 DVI
33610 \family default
33611 メニューを使用して、DVIに書き出すことができます。また、
33612 \family sans
33613 表示
33614 \family default
33615 メニューかツールバーボタン
33616 \begin_inset Graphics
33617         filename ../../images/buffer-view_dvi.png
33618         scale 85
33619         scaleBeforeRotation
33620
33621 \end_inset
33622
33623 を使用すれば、使用中の文書をDVIで表示させることができます。
33624 \end_layout
33625
33626 \begin_layout Section
33627 PostScript
33628 \begin_inset CommandInset label
33629 LatexCommand label
33630 name "sec:PostScript"
33631
33632 \end_inset
33633
33634
33635 \begin_inset Index idx
33636 status collapsed
33637
33638 \begin_layout Plain Layout
33639 ふぁいるしょしき@ファイル書式 ! PostScript
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \begin_inset Index idx
33646 status collapsed
33647
33648 \begin_layout Plain Layout
33649 PostScript|see
33650 \begin_inset ERT
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654
33655 {
33656 \end_layout
33657
33658 \end_inset
33659
33660 ファイル書式
33661 \begin_inset ERT
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665
33666 }
33667 \end_layout
33668
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Standard
33680 このファイル型の拡張子は「
33681 \family typewriter
33682 .ps
33683 \family default
33684 」です。PostScriptは、
33685 \family typewriter
33686 Adobe
33687 \family default
33688 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
33689 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
33690 \begin_inset Foot
33691 status collapsed
33692
33693 \begin_layout Plain Layout
33694 これについてもう少し学ぶ気があれば、LaTeXパッケージ
33695 \series bold
33696 PSTricks
33697 \series default
33698
33699 \begin_inset CommandInset citation
33700 LatexCommand cite
33701 key "pstricks"
33702
33703 \end_inset
33704
33705 を見てみてください。
33706 \end_layout
33707
33708 \end_inset
33709
33710 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
33711 \end_layout
33712
33713 \begin_layout Standard
33714 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
33715 \family typewriter
33716 .eps
33717 \family default
33718 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
33719 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
33720 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
33721 を直接EPSとして入れておく方がよいでしょう。
33722 \end_layout
33723
33724 \begin_layout Standard
33725 文書は、
33726 \family sans
33727 ファイル
33728 \family default
33729 \SpecialChar \menuseparator
33730
33731 \family sans
33732 書き出し
33733 \family default
33734 \SpecialChar \menuseparator
33735
33736 \family sans
33737 Postscript
33738 \family default
33739 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
33740 \family sans
33741 表示
33742 \family default
33743 メニューかツールバーボタン
33744 \begin_inset Graphics
33745         filename ../../images/buffer-view_ps.png
33746         scale 85
33747         scaleBeforeRotation
33748
33749 \end_inset
33750
33751 を使用することでPostScriptとして表示させることができます。
33752 \end_layout
33753
33754 \begin_layout Section
33755 PDF
33756 \begin_inset Index idx
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760 ふぁいるしょしき@ファイル書式 ! PDF
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \begin_inset Index idx
33767 status collapsed
33768
33769 \begin_layout Plain Layout
33770 PDF
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 このファイル型の拡張子は「
33780 \family typewriter
33781 .pdf
33782 \family default
33783 」です。この「Portable Document Format (PDF)」は、
33784 \family typewriter
33785 Adobe
33786 \family default
33787 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
33788 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
33789 \end_layout
33790
33791 \begin_layout Standard
33792 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
33793 \family typewriter
33794 .jpg
33795 \family default
33796 」または「
33797 \family typewriter
33798 .jpeg
33799 \family default
33800 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
33801 \family typewriter
33802 .png
33803 \family default
33804 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
33805 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
33806 とをお勧めします。
33807 \end_layout
33808
33809 \begin_layout Standard
33810 使用中の文書は、
33811 \family sans
33812 ファイル
33813 \family default
33814 \SpecialChar \menuseparator
33815
33816 \family sans
33817 書き出し
33818 \family default
33819 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
33820 \end_layout
33821
33822 \begin_layout Description
33823 PDF
33824 \begin_inset space ~
33825 \end_inset
33826
33827 (ps2pdf) これは
33828 \family typewriter
33829 ps2pdf
33830 \family default
33831 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
33832 \family typewriter
33833 dvips
33834 \family default
33835 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
33836 \end_layout
33837
33838 \begin_layout Description
33839 PDF
33840 \begin_inset space ~
33841 \end_inset
33842
33843 (dvipdfm) これは
33844 \family typewriter
33845 dvipdfm
33846 \family default
33847 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
33848 \end_layout
33849
33850 \begin_layout Description
33851 PDF
33852 \begin_inset space ~
33853 \end_inset
33854
33855 (pdflatex) これは
33856 \family typewriter
33857 pdftex
33858 \family default
33859 プログラムを使って、現在のファイルを直接PDFに変換します。
33860 \end_layout
33861
33862 \begin_layout Standard
33863
33864 \family typewriter
33865 pdftex
33866 \family default
33867 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
33868 \family sans
33869 PDF
33870 \begin_inset space ~
33871 \end_inset
33872
33873 (pdflatex)
33874 \family default
33875 を使用することが推奨されます。
33876 \family typewriter
33877 dvipdfm
33878 \family default
33879 プログラムは開発が停止しており、若干時代遅れになっています。
33880 \end_layout
33881
33882 \begin_layout Standard
33883 使用中の文書をPDFとして表示するには、
33884 \family sans
33885 表示
33886 \family default
33887 メニューかツールバーボタン
33888 \begin_inset Graphics
33889         filename ../../images/buffer-view_pdf2.png
33890         scale 85
33891         scaleBeforeRotation
33892
33893 \end_inset
33894
33895 (これは
33896 \family sans
33897 PDF
33898 \begin_inset space ~
33899 \end_inset
33900
33901 (pdflatex)
33902 \family default
33903 を使用します)を用います。
33904 \end_layout
33905
33906 \begin_layout Chapter
33907 第(
33908 \begin_inset CommandInset ref
33909 LatexCommand ref
33910 reference "eq:Wgn"
33911
33912 \end_inset
33913
33914 )式の説明
33915 \begin_inset CommandInset label
33916 LatexCommand label
33917 name "cha:式の説明"
33918
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset Formula $n$
33926 \end_inset
33927
33928 個の表セルの全幅
33929 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Standard
33936 \begin_inset Formula 
33937 \begin{equation}
33938 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
33939 \end{equation}
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Standard
33947 で計算できます。ここで
33948 \begin_inset Formula $W_{g\, n}$
33949 \end_inset
33950
33951 は、すべてのセルが持つ固定幅です。
33952 \series bold
33953
33954 \backslash
33955 tabcolsep
33956 \series default
33957 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
33958 \begin_inset space \thinspace{}
33959 \end_inset
33960
33961 ptです。
33962 \series bold
33963
33964 \backslash
33965 arrayrulewidth
33966 \series default
33967 は、セル罫線幅であり、既定値は0.4
33968 \begin_inset space \thinspace{}
33969 \end_inset
33970
33971 ptです。
33972 \end_layout
33973
33974 \begin_layout Standard
33975
33976 \begin_inset CommandInset ref
33977 LatexCommand eqref
33978 reference "eq:Wtot_n"
33979
33980 \end_inset
33981
33982 式にしたがえば、連結列の全幅
33983 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Standard
33990 \begin_inset Formula 
33991 \begin{equation}
33992 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
33993 \end{equation}
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Standard
34001 となります。
34002 \begin_inset Formula $n$
34003 \end_inset
34004
34005 列を連結する時には各列の全幅は
34006 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34007 \end_inset
34008
34009 となるので、第
34010 \begin_inset CommandInset ref
34011 LatexCommand eqref
34012 reference "eq:Wtot_n"
34013
34014 \end_inset
34015
34016 式と第
34017 \begin_inset CommandInset ref
34018 LatexCommand eqref
34019 reference "eq:Wtot_mult"
34020
34021 \end_inset
34022
34023 式が等しいものと置けば、必要となる固定幅
34024 \begin_inset Formula $W_{g\, n}$
34025 \end_inset
34026
34027 を計算することができて、
34028 \end_layout
34029
34030 \begin_layout Standard
34031 \begin_inset Formula 
34032 \begin{equation}
34033 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
34034 \end{equation}
34035
34036 \end_inset
34037
34038 となります。
34039 \end_layout
34040
34041 \begin_layout Bibliography
34042 \labelwidthstring 参考文献
34043 \begin_inset CommandInset bibitem
34044 LatexCommand bibitem
34045 key "latexcompanion"
34046
34047 \end_inset
34048
34049 Frank Mittelbach and Michel Goossens: 
34050 \emph on
34051 The LaTeX Companion Second Edition.
34052
34053 \emph default
34054  Addison-Wesley, 2004
34055 \end_layout
34056
34057 \begin_layout Bibliography
34058 \labelwidthstring 参考文献
34059 \begin_inset CommandInset bibitem
34060 LatexCommand bibitem
34061 key "latexguide"
34062
34063 \end_inset
34064
34065 Helmut Kopka and Patrick W.
34066  Daly: 
34067 \emph on
34068 A Guide to LaTeX Fourth Edition.
34069
34070 \emph default
34071  Addison-Wesley, 2003
34072 \end_layout
34073
34074 \begin_layout Bibliography
34075 \labelwidthstring 参考文献
34076 \begin_inset CommandInset bibitem
34077 LatexCommand bibitem
34078 key "latexbook"
34079
34080 \end_inset
34081
34082 Leslie Lamport: 
34083 \emph on
34084 LaTeX: A Document Preparation System.
34085
34086 \emph default
34087  Addison-Wesley, second edition, 1994
34088 \end_layout
34089
34090 \begin_layout Bibliography
34091 \labelwidthstring 参考文献
34092 \begin_inset CommandInset bibitem
34093 LatexCommand bibitem
34094 key "booktabs"
34095
34096 \end_inset
34097
34098 LaTeXパッケージ
34099 \series bold
34100
34101 \begin_inset CommandInset href
34102 LatexCommand href
34103 name "booktabs"
34104 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34105
34106 \end_inset
34107
34108
34109 \series default
34110
34111 \begin_inset Index idx
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
34116 \end_layout
34117
34118 \end_inset
34119
34120 の取扱説明書
34121 \end_layout
34122
34123 \begin_layout Bibliography
34124 \labelwidthstring 参考文献
34125 \begin_inset CommandInset bibitem
34126 LatexCommand bibitem
34127 key "caption"
34128
34129 \end_inset
34130
34131 LaTeXパッケージ
34132 \series bold
34133
34134 \begin_inset CommandInset href
34135 LatexCommand href
34136 name "caption"
34137 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34138
34139 \end_inset
34140
34141
34142 \series default
34143
34144 \begin_inset Index idx
34145 status collapsed
34146
34147 \begin_layout Plain Layout
34148 LaTeXぱっけーじ@LaTeXパッケージ ! caption
34149 \end_layout
34150
34151 \end_inset
34152
34153 の取扱説明書
34154 \end_layout
34155
34156 \begin_layout Bibliography
34157 \labelwidthstring 参考文献
34158 \begin_inset CommandInset bibitem
34159 LatexCommand bibitem
34160 key "endfloat"
34161
34162 \end_inset
34163
34164 LaTeXパッケージ
34165 \series bold
34166
34167 \begin_inset CommandInset href
34168 LatexCommand href
34169 name "endfloat"
34170 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34171
34172 \end_inset
34173
34174
34175 \series default
34176
34177 \begin_inset Index idx
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
34182 \end_layout
34183
34184 \end_inset
34185
34186 の取扱説明書
34187 \end_layout
34188
34189 \begin_layout Bibliography
34190 \labelwidthstring 参考文献
34191 \begin_inset CommandInset bibitem
34192 LatexCommand bibitem
34193 key "wrapfig"
34194
34195 \end_inset
34196
34197 LaTeXパッケージ
34198 \series bold
34199
34200 \begin_inset CommandInset href
34201 LatexCommand href
34202 name "wrapfig"
34203 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34204
34205 \end_inset
34206
34207
34208 \series default
34209
34210 \begin_inset Index idx
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
34215 \end_layout
34216
34217 \end_inset
34218
34219 の取扱説明書
34220 \end_layout
34221
34222 \begin_layout Bibliography
34223 \labelwidthstring 参考文献
34224 \begin_inset CommandInset bibitem
34225 LatexCommand bibitem
34226 key "footmisc"
34227
34228 \end_inset
34229
34230 LaTeXパッケージ
34231 \series bold
34232
34233 \begin_inset CommandInset href
34234 LatexCommand href
34235 name "footmisc"
34236 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34237
34238 \end_inset
34239
34240
34241 \series default
34242
34243 \begin_inset Index idx
34244 status collapsed
34245
34246 \begin_layout Plain Layout
34247 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
34248 \end_layout
34249
34250 \end_inset
34251
34252 の取扱説明書
34253 \end_layout
34254
34255 \begin_layout Bibliography
34256 \labelwidthstring 参考文献
34257 \begin_inset CommandInset bibitem
34258 LatexCommand bibitem
34259 key "hypcap"
34260
34261 \end_inset
34262
34263 LaTeXパッケージ
34264 \series bold
34265
34266 \begin_inset CommandInset href
34267 LatexCommand href
34268 name "hypcap"
34269 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34270
34271 \end_inset
34272
34273
34274 \series default
34275
34276 \begin_inset Index idx
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34281 \end_layout
34282
34283 \end_inset
34284
34285 の取扱説明書
34286 \end_layout
34287
34288 \begin_layout Bibliography
34289 \labelwidthstring 参考文献
34290 \begin_inset CommandInset bibitem
34291 LatexCommand bibitem
34292 key "hyperref"
34293
34294 \end_inset
34295
34296 LaTeXパッケージ
34297 \series bold
34298
34299 \begin_inset CommandInset href
34300 LatexCommand href
34301 name "hyperref"
34302 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34303
34304 \end_inset
34305
34306
34307 \series default
34308
34309 \begin_inset Index idx
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
34314 \end_layout
34315
34316 \end_inset
34317
34318 の取扱説明書
34319 \end_layout
34320
34321 \begin_layout Bibliography
34322 \labelwidthstring 参考文献
34323 \begin_inset CommandInset bibitem
34324 LatexCommand bibitem
34325 key "KOMA-script"
34326
34327 \end_inset
34328
34329 LaTeXパッケージ
34330 \series bold
34331
34332 \begin_inset CommandInset href
34333 LatexCommand href
34334 name "KOMA-script"
34335 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34336
34337 \end_inset
34338
34339
34340 \series default
34341
34342 \begin_inset Index idx
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
34347 \end_layout
34348
34349 \end_inset
34350
34351 の取扱説明書
34352 \end_layout
34353
34354 \begin_layout Bibliography
34355 \labelwidthstring 参考文献
34356 \begin_inset CommandInset bibitem
34357 LatexCommand bibitem
34358 key "listings"
34359
34360 \end_inset
34361
34362 LaTeXパッケージ
34363 \series bold
34364
34365 \begin_inset CommandInset href
34366 LatexCommand href
34367 name "listings"
34368 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34369
34370 \end_inset
34371
34372
34373 \series default
34374
34375 \begin_inset Index idx
34376 status collapsed
34377
34378 \begin_layout Plain Layout
34379 LaTeXぱっけーじ@LaTeXパッケージ ! listings
34380 \end_layout
34381
34382 \end_inset
34383
34384 の取扱説明書
34385 \end_layout
34386
34387 \begin_layout Bibliography
34388 \labelwidthstring 参考文献
34389 \begin_inset CommandInset bibitem
34390 LatexCommand bibitem
34391 key "marginnote"
34392
34393 \end_inset
34394
34395 LaTeXパッケージ
34396 \series bold
34397
34398 \begin_inset CommandInset href
34399 LatexCommand href
34400 name "marginnote"
34401 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34402
34403 \end_inset
34404
34405
34406 \series default
34407
34408 \begin_inset Index idx
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
34413 \end_layout
34414
34415 \end_inset
34416
34417 の取扱説明書
34418 \end_layout
34419
34420 \begin_layout Bibliography
34421 \labelwidthstring 参考文献
34422 \begin_inset CommandInset bibitem
34423 LatexCommand bibitem
34424 key "lettrine"
34425
34426 \end_inset
34427
34428 LaTeXパッケージ 
34429 \series bold
34430
34431 \begin_inset CommandInset href
34432 LatexCommand href
34433 name "lettrine"
34434 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
34435
34436 \end_inset
34437
34438
34439 \series default
34440  
34441 \lang english
34442 and an
34443 \lang japanese
34444  
34445 \begin_inset CommandInset href
34446 LatexCommand href
34447 name "example"
34448 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
34449
34450 \end_inset
34451
34452
34453 \begin_inset Index idx
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
34458 \end_layout
34459
34460 \end_inset
34461
34462
34463 \end_layout
34464
34465 \begin_layout Bibliography
34466 \labelwidthstring 参考文献
34467 \begin_inset CommandInset bibitem
34468 LatexCommand bibitem
34469 key "pstricks"
34470
34471 \end_inset
34472
34473 LaTeXパッケージ
34474 \series bold
34475
34476 \begin_inset CommandInset href
34477 LatexCommand href
34478 name "PSTricks"
34479 target "http://tug.org/PSTricks/"
34480
34481 \end_inset
34482
34483
34484 \series default
34485
34486 \begin_inset Index idx
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
34491 \end_layout
34492
34493 \end_inset
34494
34495 のウェブページ
34496 \end_layout
34497
34498 \begin_layout Bibliography
34499 \labelwidthstring 参考文献
34500 \begin_inset CommandInset bibitem
34501 LatexCommand bibitem
34502 key "sidecap"
34503
34504 \end_inset
34505
34506 LaTeXパッケージ
34507 \series bold
34508
34509 \begin_inset CommandInset href
34510 LatexCommand href
34511 name "sidecap"
34512 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34513
34514 \end_inset
34515
34516
34517 \series default
34518
34519 \begin_inset Index idx
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
34524 \end_layout
34525
34526 \end_inset
34527
34528 の取扱説明書
34529 \end_layout
34530
34531 \begin_layout Bibliography
34532 \labelwidthstring 参考文献
34533 \begin_inset CommandInset bibitem
34534 LatexCommand bibitem
34535 key "prettyref"
34536
34537 \end_inset
34538
34539 LaTeXパッケージ
34540 \series bold
34541
34542 \begin_inset CommandInset href
34543 LatexCommand href
34544 name "prettyref"
34545 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
34546
34547 \end_inset
34548
34549
34550 \series default
34551
34552 \begin_inset Index idx
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Bibliography
34565 \labelwidthstring 参考文献
34566 \begin_inset CommandInset bibitem
34567 LatexCommand bibitem
34568 key "refstyle"
34569
34570 \end_inset
34571
34572 LaTeXパッケージ
34573 \series bold
34574
34575 \begin_inset CommandInset href
34576 LatexCommand href
34577 name "refstyle"
34578 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
34579
34580 \end_inset
34581
34582
34583 \series default
34584
34585 \begin_inset Index idx
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
34590 \end_layout
34591
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \begin_layout Bibliography
34598 \labelwidthstring 参考文献
34599 \begin_inset CommandInset bibitem
34600 LatexCommand bibitem
34601 key "NewInLyX20"
34602
34603 \end_inset
34604
34605
34606 \family sans
34607 LyX 2.0
34608 \family default
34609 の新機能に関する
34610 \begin_inset CommandInset href
34611 LatexCommand href
34612 name "Wikiページ"
34613 target "http://wiki.lyx.org/LyX/NewInLyX20"
34614
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \begin_layout Standard
34621 \begin_inset CommandInset index_print
34622 LatexCommand printindex
34623 type "idx"
34624
34625 \end_inset
34626
34627
34628 \end_layout
34629
34630 \end_body
34631 \end_document